/*Header*/

header#masthead {
    margin: 32px 0 16px;
}

header#masthead .logo img {
    /* height: 54px; */
    width: 238px;
}

header#masthead .row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

header#masthead .row.menu-row{
    justify-content: space-between;
    border-bottom: 1px solid #ACACA9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}


header#masthead .nav {
    display: flex;
    position: relative;
    padding: 16px ;
    background: #fff;
    margin-left: -16px;
    margin-bottom: -16px;
    width: 322px;
    box-sizing: border-box;
}

header#masthead .nav #site-navigation {
    display: none;
}

header#masthead .nav.active #site-navigation {
    display: flex;
}

header#masthead .nav .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

header#masthead .nav .hamburger .hamburger-box {
    position: relative;
    display: flex;
    width: 24px;
    height: 17.5px;
}

header#masthead .nav .hamburger-inner, header .nav .hamburger-inner:after, header .nav .hamburger-inner:before {
    position: absolute;
    width: 24px;
    height: 3.5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 9px;
    background-color: #000;
}

header#masthead .nav .hamburger-inner {
    display: block;
}

header#masthead .nav .hamburger-inner:after {
    display: block;
    content: "";
    top: 14px;
}

header#masthead .nav .hamburger-inner:before {
    display: block;
    content: "";
    top: 7px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}

header#masthead .nav.active .hamburger-inner {
    transform: translate3d(0,7px,0) rotate(45deg);
}

header#masthead .nav.active .hamburger-inner:after {
    transform: translate3d(0,-14px,0) rotate(-90deg);
}

header#masthead .nav.active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}

header#masthead .nav .nav-title {
    margin-left: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #6C6C6C;
}

header#masthead .buttons .basket {
    position: relative;
}

header#masthead .buttons .basket .cart_count {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: #C49A6C;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -10px;
    color: #fff;
    transition: .3s;
}

header#masthead .buttons .basket:hover .cart_count {
    background: #c49a6c88;
    color: #000;
}

header#masthead .buttons a:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 4px;
}

header#masthead .buttons a:first-child {
    font-size: 14px;
    line-height: 16px;
    color: #6C6C6C;
    text-transform: uppercase;
    margin-bottom: 2px;
}

header#masthead .buttons {
    display: flex;
    width: 322px;
    justify-content: flex-end;
    align-items: flex-end;
}

header#masthead .buttons a {
    display: flex;
}

header#masthead .nav #site-navigation {
    position: absolute;
    top: 53px;
    left: 0;
    padding: 17px 16px 279px 16px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

header#masthead .nav #site-navigation .menu-header-menu-container {
    padding-left: 33px;
}

header#masthead .nav.active {
    z-index: 999;
}

header#masthead .nav #menu-header-menu li {
    margin-bottom: 16px;
}

header#masthead .nav #menu-header-menu a {
    font-size: 14px;
    line-height: 16px;
    color: #6C6C6C;
    text-transform: uppercase;
}

header#masthead .row.categories-row {
    position: relative;
}

header#masthead .row.categories-row>a {
    margin: 0 30px;
    font-size: 18px;
    line-height: 21px;
    color: #6C6C6C;
    text-transform: uppercase;
    position: relative;
}

header#masthead .row.categories-row>a.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -8px;
    left: 0;
    background: #C49A6C;
}

header#masthead .row.categories-row .search-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: rgba(255, 255, 255, .4);
    display: flex;
    transition: .2s;
    transform: scaleX(0);
    z-index: 1;
}

header#masthead .row.categories-row .search-container.active {
    transform: scaleX(1);
}

header#masthead .row.categories-row .search-container form {
    position: relative;
    display: flex;
    width: 100%;
}

header#masthead .row.categories-row .search-container button[type='submit'] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: unset;
    background: unset;
    padding: 0;
    cursor: pointer;
}

header#masthead .row.categories-row .search-container input {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Museo Sans';
    padding: 20px 48px 20px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #6C6C6C;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    caret-color: #C49A6C;
}

/*FOOTER*/

footer {
    margin: 32px 0 100px;
}

footer .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .row .col {
    width: 20%;
    display: flex;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

footer .row .col.socials {
    align-items: flex-end;
}

footer .row .col.socials h4 {
    margin-top: 8px;
    font-size: 10px;
}

footer .row .col:not(:first-child) {
	margin-top: 12px;
}

footer .row .col .footer-subtitle {
    font-size: 10px;
    line-height: 11px;
    color: #6C6C6C;
    margin-top: 10px;
}

footer .row .col li a {
    font-size: 10px;
    line-height: 11px;
    color: #6C6C6C;
    text-transform: capitalize;
}

footer .row .col li {
    margin-top: 8px;
}

footer .row .col ul {
    min-height: 112px;
}

header#masthead .mob-logo, header#masthead .nav-title-mob {
    display: none;
}

header#masthead .nav .login {
    display: none;
}

footer #menu-footer-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    min-height: unset;
}

footer .menu-footer-socials-container li {
    width: 24px;
    height: 24px;
    margin: 0 !important;
}

footer .menu-footer-socials-container li a {
    display: flex;
}

footer .menu-footer-socials-container li .dashicons {
    color: #6C6C6C;
    transition: .2s;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

footer .menu-footer-socials-container {
    /*margin-bottom: 32px;*/
    /* position: absolute;
    bottom: -44px;
    right: -80px; */
}

footer .menu-footer-socials-container li .dashicons:hover {
    color: #C49A6C;
}

footer .menu-footer-socials-container li a img {
    width: 24px;
    height: 24px;
    transition: .2s;
    /* filter: brightness(0) saturate(100%) invert(45%) sepia(1%) saturate(0%) hue-rotate(16deg) brightness(92%) contrast(87%); */
}

footer .menu-footer-socials-container li a img:hover {
    transform: scale(1.2);
}

.yoast-container {
    margin-top: 32px;
}

.yoast-container a {
    color: #C49A6C;
}

footer .row.academ-cred {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 32px;
}

footer .row.academ-cred h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6C6C6C;
    margin-bottom: 12px;
}

footer .row.academ-cred .desc {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #6C6C6C;
}

footer .row.copy {
    gap: 30px 10px;
    align-items: center;
    margin-top: 32px;
    font-size: 10px;
}

footer .row .copy-text {
    flex: 1;
}

footer .row .copy-image {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .row .copy-image img {
    max-width: 60px;
}

footer .row .copy-image-text {
    flex-shrink: 0;
}

footer .row .copy-list {
    display: flex;
    justify-content: center;
}

footer .row .copy-item {
    position: relative;
    padding: 0 10px;
}

footer .row .copy-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #6C6C6C;
}

footer .row .copy-item.link a {
    color: #C49A6C;
}

/* Ti Wishlist heart*/
.tinv-wishlist .tinvwl-icon-heart {
    color: #C49A6C;
}
.single-product .single_variation_wrap .tinv-wishlist .tinvwl-icon-heart {
    width: 40px!important;
    height: 40px!important;
    margin-top: 22px;
}
.single-product .single_variation_wrap .tinv-wishlist .tinvwl-icon-heart:before {
    margin: 0!important;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.tinvwl-table-manage-list .product-name a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #000000;
}

.tinvwl-table-manage-list .product-action button {
    padding: 2px 6px;
    background: transparent;
    color: #C49A6C;
    border: 2px solid #C49A6C;
    border-radius: 2px;
    font-weight: bold;
    line-height: 18px;
    transition: .3s;
    cursor: pointer;
}

.tinvwl-table-manage-list .product-action button:hover {
    color: #fff;
    background: #C49A6C;
}

.tinvwl-table-manage-list .tinvwl-to-left.look_in button,
.tinvwl-table-manage-list .tinvwl-to-right.look_in button {
    background-color: transparent;
    border: 1px solid #000;
    padding: 4px 8px;
    cursor: pointer;
    transition: color .3s, background-color .3s;
}
.tinvwl-table-manage-list .tinvwl-to-left.look_in button:hover,
.tinvwl-table-manage-list .tinvwl-to-right.look_in button:hover {
    background-color: #000;
    color: #fff;
}
.tinvwl-table-manage-list .tinvwl-to-left.look_in select {
    height: 25px;
    border-color: #000;
}

/* Hide subtotal in the Shortcode Side cart in the Header */
span.xoo-wsc-sc-subt {
    display: none;
}
.xoo-wsc-sc-count {
    position: absolute;
    left: -9px;
    top: -3px;
    font-size: 11px!important;
}
span.xoo-wsc-sc-bki {
    font-size: 20px;
}
header .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    top: -4px;
}

@media(max-width: 1024px) {
    header#masthead .row.categories-row a {
        margin: 0;
    }
    header#masthead .row {
        justify-content: space-between;
    }
}

@media(max-width: 768px) {
    header#masthead .mob-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header#masthead .mob-logo a {
        display: flex;
    }
    footer .menu-footer-socials-container {
        position: static;
        margin-top: 12px;
    }
    footer .row.academ-cred {
        padding: 32px 0 32px;
    }

    header#masthead .nav .nav-title, header#masthead .logo {
        display: none;
    }

    header#masthead .mob-logo img {
        width: 154px;
        height: 35px;
        object-fit: contain;
    }

    header#masthead .mob-logo .nav-title {
        margin-top: 19px;
        font-size: 14px;
        line-height: 17px;
        color: #6C6C6C;
    }
    header#masthead .nav, header#masthead .buttons {
        width: 80px;
    }
    header#masthead .buttons a:not(:first-child) {
        margin: 0 16px 0 0;
    }
    header#masthead .buttons a:first-child {
        display: none;
    }
    header#masthead .buttons a img {
        width: 24px;
    }
    header#masthead .nav #site-navigation {
        width: 322px;
    }

    header#masthead .nav-title-mob {
        display: inline;
        font-size: 18px;
        line-height: 22px;
        color: #6C6C6C;
        padding-left: 38px;
        padding-bottom: 32px;
    }
    header#masthead .nav.active #site-navigation {
        flex-direction: column;
        top: 0;
        padding: 14px 24px 16px 16px;
    }
    header#masthead .nav .hamburger {
        z-index: 9999;
    }
    header#masthead .nav .login {
        margin-top: 251px;
        font-size: 16px;
        line-height: 20px;
        color: #6C6C6C;
        margin-left: 31px;
    }
    header#masthead .row.categories-row a {
        margin: 0px;
        font-size: 12px;
        line-height: 15px;
    }
    header#masthead .row {
        justify-content: space-between;
        align-items: center;
    }
    span.xoo-wsc-sc-bki {
        font-size: 23px;
    }
    header .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
        top: 0;
    }
    footer .row {
        flex-direction: column;
        align-items: center;
    }

    footer .row .col:first-child {
        order: 1;
    }
    footer .row .col {
        width: 100%;
        margin-top: 24px;
    }
    footer .row .col.socials {
        align-items: unset;
    }
    footer {
        margin: 0 0 132px 0;
    }
    footer .row .col ul {
        min-height: unset;
    }
    footer .row .col .footer-subtitle {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 8px;
        max-width: 219px;
    }
    footer .row .col li a {
        font-size: 14px;
        line-height: 17px;
        display: inherit;
    }
    footer .row.academ-cred h4 {
        font-size: 12px;
        line-height: 14px;
    }

    footer .row.academ-cred .desc {
        margin-bottom: 18px;
        font-size: 10px;
    }
}

@media(max-width: 380px) {
    header#masthead .row.categories-row a {
        font-size: 9px;
    }

}
