.small-popup, .box-logo, .featured-product .img, .sidebar-left .logo-brand {
    transition: all 0.3s ease-in-out 0s;
}

.box-logo:hover, .featured-product:hover .img, .sidebar-left .logo-brand:hover {
    transform: scale(1.02);
}

.small-popup, .tamca-btn, .sidebar-left .logo-brand {
    border-radius: 5px;
}

html, body {
    font-family: Montserrat, san-serif;
}

html {
    font-size: 16px;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 970px;
    }
}

.home .products, .home .products .col-lg-2 {
    margin-bottom: 0px;
}

.home .new-products .content {
    margin-bottom: 65px;
}

.main-title {
    margin: 50px 0px;
}

.main-title .title {
    font-size: 35px;
    line-height: 43px;
}

.btn-a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.btn-a::after {
    content: "";
    left: 0px;
    top: 0px;
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    transform: translate(-100%, -100%);
    border-radius: 50%;
    text-decoration: none;
}

.btn-a:focus {
    outline: none;
}

.btn-b {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid #d01b22;
    box-sizing: border-box;
    border-radius: 0px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    padding: 21px 30px;
}

.btn-b a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: none;
}

.btn-b::after {
    content: "";
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: #d01b22;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    border-radius: 50%;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-b:focus {
    outline: none;
}

.btn-b:hover {
    color: #d01b22;
}

.btn-b:hover a {
    color: #d01b22;
    text-decoration: none;
}

.btn-b:hover::after {
    left: 0px;
    top: 0px;
    transform: translate(-100%, -100%);
}

.btn-c {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 21px 30px;
    box-sizing: border-box;
    border-radius: 0px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.btn-c::after {
    content: "";
    left: 0px;
    top: 0px;
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    transform: translate(-100%, -100%);
    border-radius: 50%;
    text-decoration: none;
}

.btn-c:focus {
    outline: none;
}

.btn-c:hover {
    color: rgb(255, 255, 255);
}

.btn-c:hover::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-d {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(26, 26, 26);
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
}

.btn-d::after {
    content: "";
    left: 0px;
    top: 0px;
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    transform: translate(-100%, -100%);
    border-radius: 50%;
    text-decoration: none;
}

.btn-d.active, .btn-d:hover {
    color: rgb(255, 255, 255);
}

.btn-d.active::after, .btn-d:hover::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-e {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(26, 26, 26);
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}

.btn-e::after {
    backface-visibility: hidden;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    border-radius: 50%;
    text-decoration: none;
}

.btn-e.active, .btn-e:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.btn-e.active::after, .btn-e:hover::after {
    left: 0px;
    top: 0px;
    transform: translate(-100%, -100%);
}

.btn-edit {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(158, 158, 158);
    border-radius: 2px;
    border: 1px solid rgb(158, 158, 158);
    width: 66px;
    height: 28px;
    padding: 0px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.btn-edit::after {
    content: "";
    left: 0px;
    top: 0px;
    width: 200%;
    height: 200%;
    z-index: -1;
    background-color: rgb(255, 255, 255);
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    transform: translate(-100%, -100%);
    border-radius: 50%;
    text-decoration: none;
}

.btn-edit:focus {
    outline: none;
}

.btn-edit:hover {
    color: rgb(0, 0, 0);
}

.btn-edit:hover::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.badge {
    background-color: rgb(248, 216, 88);
    width: 19px;
    height: 19px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: rgb(0, 0, 0);
    top: -5px;
    right: -5px;
}

.btn-buy, .btn-heart {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
    transition: all 1s ease 0s;
    border: none;
}

.btn-buy:hover, .btn-heart:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
    transform: scale(1.1);
}

.btn-buy.working {
    opacity: 0.6;
}

@keyframes see-more {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}

.btn-more {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(248, 216, 88);
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.btn-more img {
    width: 19px;
    height: 15px;
}

.btn-more:hover {
    transform: scale(1.1);
}

.block-link {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.see-more {
    font-family: Montserrat, sans-serif;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main-title::before {
    content: "";
    z-index: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-title .title {
    background-color: rgb(255, 255, 255);
    padding-right: 20px;
    z-index: 1;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    display: inline-block;
    width: auto;
}

.main-title .btn-a::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    left: -22px;
    top: 0px;
}

.top-menu {
    background: rgb(0, 0, 0);
    font-family: Montserrat, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu .cart {
    z-index: 9;
}

.top-menu .container {
    position: relative;
}

.top-menu .logo {
    max-width: 165px;
}

.top-menu .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.top-menu .right {
    display: flex;
    align-items: center;
}

.sub-menu {
    font-family: Montserrat, sans-serif;
}

.search-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.search-icon img {
    width: 13.09px;
}

.search-icon:hover {
    transform: scale(1.1);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 35px;
}

.cart-icon {
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    cursor: pointer;
}

.cart-icon img {
    width: 21px;
}

.cart-icon:hover {
    transform: scale(1.1);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 35px;
}

.menu-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu-content a {
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.menu-content a:hover {
    text-decoration: none;
}

.banner {
    position: relative;
}

.banner .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding-left: 0px;
    width: 100%;
    list-style: none;
    text-align: center;
    height: 5px;
}

.banner .slick-dots li {
    cursor: pointer;
    text-indent: -99999px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0px 0.5rem;
    display: inline-block;
}

.banner .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
}

.banner .slick-arrow {
    padding: 0px;
    width: 27px;
    height: 52px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.banner .slick-arrow:hover {
    transform: translate(0px, -50%) scale(1.1);
}

.banner .slick-prev {
    left: 73px;
}

.banner .slick-next {
    right: 73px;
}

.featured-product .-product-title {
    font-size: 1.5rem;
}

.featured-product .-price-1 {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
}

.featured-product .-price-2 {
    text-decoration: line-through;
    font-size: 0.75rem;
    opacity: 0.7;
}

.featured-product:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.featured-product:hover .overlay {
    z-index: 7999;
    transform: translate(-50%, -50%);
}

.featured-product .overlay {
    transition: all 0.2s ease-in-out 0s !important;
}

.products {
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
}

.products .p15 {
    padding: 0px 15px;
}

.products .col-lg-2 {
    margin-bottom: 50px;
    padding: 0px 7.5px;
}

.products .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.products .box a {
    transition: all 0.3s ease-in-out 0s;
}

.products .box a:hover {
    text-decoration: none;
}

.products .box a:hover .title {
    opacity: 0.5;
}

.products .box:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.products .box:hover .overlay {
    transform: translate(-50%, -50%);
}

.products .box .img {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0px 0px;
}

.products .box .title {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: rgb(0, 0, 0);
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out 0s;
    min-height: 2.75rem;
}

.products .box .sale {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border-radius: 2px;
    padding: 2px 5px;
    width: fit-content;
    margin-bottom: 7px;
    min-width: 115px;
}

.products .box .old-price {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    opacity: 0.7;
}

.products .box-content {
    padding: 0px 15px;
}

.products .box-footer {
    padding: 0px 0.9375rem 0.9375rem;
    min-height: 3.6rem;
}

.products .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
    border-radius: 50%;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transform: translate(100%, 100%);
    transition: all 0.5s ease-in-out 0s;
    pointer-events: none;
}

.products .overlay img {
    width: 21px;
    height: 20px;
}

.products .btn-buy, .products .btn-heart {
    z-index: 10;
    position: relative;
}

.no-price .box .sale {
    text-transform: none;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    padding: 55px 0px;
    background: rgb(25, 25, 25);
}

.footer li a {
    padding-bottom: 5px;
    position: relative;
}

.footer li a::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 0px;
    width: 0px;
    background-color: rgb(255, 255, 255);
    height: 1px;
    transition: all 0.3s ease-in-out 0s;
}

.footer li:hover a {
    text-decoration: none;
}

.footer li:hover a::before {
    width: 100%;
}

.footer .row {
    justify-content: space-between;
}

.footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 128.91%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 12px;
}

.footer .title a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 128.91%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.footer .item {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    margin-bottom: 5px;
}

.footer .item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: rgb(255, 255, 255);
}

.footer .social {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .social:hover a::before {
    content: none;
}

.footer .social a:hover img {
    transform: scale(1.1);
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 30px;
    border-radius: 50%;
}

.footer .social img {
    transition: all 0.3s ease-in-out 0s;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.tags {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tags .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 70px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: rgb(250, 250, 250);
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.tags .item::before {
    width: 150%;
    height: 150%;
    content: "";
    background: rgb(17, 17, 17);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
}

.tags .item:hover {
    text-decoration: none;
    color: rgb(17, 17, 17);
    border-color: rgb(17, 17, 17);
}

.tags .item:hover::before {
    transform: translate(-100%, -100%);
}

.tags-a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    position: sticky;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
}

.tags-a input {
    display: none;
}

.tags-a .item, .tags-a a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(17, 17, 17);
    border-radius: 70px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    min-width: 150px;
    margin: 10px;
}
.tags-a a{
    margin: 0;
}
@media (min-width: 992px) {
    .tags-a .item::before,.tags-a a::before {
        width: 150%;
        height: 150%;
        content: "";
        background-color: rgb(0, 0, 0);
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        transition: all 0.3s ease-in-out 0s;
        transform: translate(-100%, -100%);
    }

    .tags-a .item.active {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .tags-a .item.active::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .no-touchevents .tags-a .item:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .no-touchevents .tags-a .item:hover::before,.tags-a a:hover::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.banner-contact {
    position: relative;
}

.banner-contact::before {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.introduction .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
}

.introduction .description {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    opacity: 0.7;
    margin-bottom: 20px;
}

.site-cart {
    font-family: Montserrat, sans-serif;
}

.site-cart .btn-edit {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}

.site-cart .top-cart {
    margin-bottom: 20px;
    align-items: center;
}

.site-cart .title {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}

.site-cart .total-products {
    margin-left: 39px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    opacity: 0.5;
}

.site-cart .sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    opacity: 0.5;
}

.cart-content {
    position: relative;
    margin-bottom: 50px;
}

.cart-content .amount {
    position: relative;
}

.cart-content .amount .quantity {
    position: relative;
}

.cart-content .amount .number {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #d01b22;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-content .amount input[type="number"] {
    width: 48px;
    height: 43px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(179, 179, 179);
    box-sizing: border-box;
}

.cart-content .amount input[type="number"]::-webkit-inner-spin-button, .cart-content .amount input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

.cart-content .amount input[type="number"] {
}

.cart-content .amount .quantity input {
    float: left;
}

.cart-content .amount .quantity input:focus {
    outline: 0px;
}

.cart-content .amount .quantity-nav {
    margin-left: 23px;
    float: left;
    position: relative;
    height: 41px;
}

.cart-content .amount .quantity-button {
    position: relative;
    cursor: pointer;
    border: 1px solid rgb(179, 179, 179);
    width: 24px;
    height: 22.5px;
    text-align: center;
    transform: translateX(-100%);
    user-select: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: rgb(178, 178, 178);
}

.cart-content .amount .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0px;
}

.cart-content .amount .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
}

.cart-content .box {
    align-items: center;
    margin: 0px;
}

.cart-content .box + .box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-content .box > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cart-content .body-cart {
    background: rgb(255, 255, 255);
}

.cart-content .body-cart .col-5 {
    align-items: flex-start;
}

.cart-content .delete {
    display: flex;
    justify-content: center;
}

.cart-content .img-product {
    max-width: 113px;
}

.cart-content .name-product {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    margin: 0px;
}

.cart-content .sale {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    margin: 0px;
}

.cart-content .old-price {
    font-style: normal;
    font-weight: normal;
    text-decoration-line: line-through;
    text-transform: uppercase;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
    opacity: 0.7;
}

.cart-content .percent {
    font-style: normal;
    font-weight: normal;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #d01b22;
    border-radius: 999px;
    width: 40px;
    display: flex;
    justify-content: center;
    padding: 2px;
}

.sidebar-right .top-box, .sidebar-right .body-box {
    padding: 25px 22px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.sidebar-right .price {
    font-style: normal;
    font-weight: normal;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
}

.sidebar-right .total {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    margin-top: 2.3125rem;
}

.sidebar-right .total span {
    font-weight: bold;
}

.sidebar-right .total b {
    color: #d01b22;
}

.sidebar-right .code-sales {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 34px;
}

.sidebar-right .code-sales img {
    width: 23px;
    margin-left: 12px;
    height: 22px;
}

.sidebar-right .group-input {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.sidebar-right .group-input input {
    width: 68%;
    padding: 22px 23px;
}

.sidebar-right .group-input button {
    width: 32%;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sidebar-right .group-input button::after {
    content: "";
    width: 200%;
    height: 200%;
    z-index: -1;
    top: 50%;
    left: 50%;
    background-color: #d01b22;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.92, 0.65) 0s;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-decoration: none;
}

.sidebar-right .group-input button:focus {
    outline: none;
}

.sidebar-right .group-input button:hover {
    color: #d01b22;
    border-color: #d01b22;
}

.sidebar-right .group-input button:hover::after {
    left: 0px;
    top: 0px;
    transform: translate(-100%, -100%);
}

.sidebar-right .group-input > * {
    margin: 0px;
    height: 60px;
    border: none;
    outline: none;
}

.sidebar-right .btn-b, .sidebar-right .btn-c {
    display: block;
    margin-bottom: 21px;
    width: 100%;
}

.info-delivery .title {
    margin-bottom: 25px;
}

.info-delivery .form-content {
    padding: 35px 45px;
    background-color: rgb(255, 255, 255);
}

.info-delivery label {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.info-delivery ::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    color: rgb(0, 0, 0);
    opacity: 0.3;
}

.info-delivery .input {
    padding: 12px 17px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    margin-top: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
}

.info-delivery .input:focus {
    border-color: rgb(0, 0, 0);
    outline: none;
}

.info-delivery .textarea {
    padding: 12px 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    margin-top: 14px;
    height: 110px;
    resize: none;
}

.info-delivery .group-input {
    display: flex;
    justify-content: space-between;
}

.info-delivery .group-input label {
    width: calc(50% - 10px);
}

.info-delivery .info-completed {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 35px 45px;
}

.info-delivery .info-completed ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.info-delivery .info-completed li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    color: rgb(0, 0, 0);
}

.payment .title {
    margin-bottom: 25px;
}

.payment .payment-content {
    padding: 35px 45px;
    background-color: rgb(255, 255, 255);
}

.payment .item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
    color: rgb(0, 0, 0);
}

.payment .item img {
    height: 24px;
    width: auto;
}

.payment .payment-text {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 35px 45px;
}

.payment .payment-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    color: rgb(0, 0, 0);
}

.payment-content .item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.payment-content .item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment-content .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2px;
}

.payment-content .item:hover input ~ .checkmark {
    background-color: rgb(255, 255, 255);
}

.payment-content .item input:checked ~ .checkmark {
    background-color: rgb(255, 255, 255);
}

.payment-content .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.payment-content .item input:checked ~ .checkmark::after {
    display: block;
    width: 14px;
    height: 14px;
}

.payment-content .item .checkmark::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
}

.sidebar-left {
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-left .logo-brand {
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.brand-detail .tags {
    margin-bottom: 30px;
}

.brand-detail .tags-a .item {
    min-width: 240px;
}

.selector {
    font-family: Montserrat, sans-serif;
    margin-bottom: 50px;
    max-width: 308px;
}

.selector .selector-selector {
    padding: 0px;
}

.selector .selector-title,h4.filter-title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.selector .selector-sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    opacity: 0.8;
    margin-bottom: 15px;
}

.selector .selector-selector {
    margin: 0px;
    list-style: none;
}

.selector .selector-item {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 25px;
    color: rgb(0, 0, 0);
    opacity: 0.8;
    margin-bottom: 12px;
}

.selector .group-select {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.selector .group-select::before {
    content: "";
    height: 1px;
    width: 80%;
    background-color: rgb(196, 196, 196);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
}

.selector .group-select label {
    width: 45%;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    position: relative;
    display: flex;
}

.selector .group-select label:nth-of-type(2) {
    justify-content: flex-end;
}

.selector .group-select input {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
    width: 90%;
    padding: 8px 10px;
    font-family: Cabin, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
}

.selector-a .selector-selector,.filter-content {
    padding: 24px 23px;
    margin: 0px;
    list-style: none;
    background: rgb(244, 244, 244);
}

.selector-item .item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    user-select: none;
}

.selector-item .item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.selector-item .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2px;
}

.selector-item .item:hover input ~ .checkmark {
    background-color: rgb(255, 255, 255);
}

.selector-item .item input:checked ~ .checkmark {
    background-color: rgb(255, 255, 255);
}

.selector-item .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.selector-item .item input:checked ~ .checkmark::after {
    display: block;
    width: 14px;
    height: 14px;
}

.selector-item .item .checkmark::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
}

.brand,.filter-content {
    max-height: 300px;
    overflow-y: auto;
}

.title-page {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.list-products .filter {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}

.list-products .products {
    padding: 0px 20px;
}

.list-products .products .col-lg-3 {
    padding: 0px 7.5px;
    margin-bottom: 30px;
}

.filter {
    font-family: Montserrat, sans-serif;
    margin: 20px 0px;
}

.filter .filter-item {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.filter select {
    border: none;
    appearance: none;
    padding-right: 30px;
}

.filter .filter-selector {
    position: relative;
    cursor: pointer;
    background: rgb(244, 244, 244);
    border-radius: 99px;
    padding: 10px 20px;
    margin-left: 10px;
}

.filter .filter-selector::before {
    content: "";
    right: 15px;
    top: 30%;
    background-image: url("../images/arrow-filter-down.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 0;
    pointer-events: none;
}

.filter select {
    background: transparent;
}

.filter select, .filter option {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    opacity: 0.8;
}

.filter select:focus, .filter option:focus {
    outline: none;
}

.pagination {
    justify-content: center;
}

.pagination .pagination-item {
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    transition: all 0.3s ease-in-out 0s;
}

.pagination .pagination-item:first-child {
    border-radius: 4px 0px 0px 4px;
}

.pagination .pagination-item:last-child {
    border-radius: 0px 4px 4px 0px;
    border-right: 1px solid rgb(0, 0, 0);
}

.pagination .pagination-item a {
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 600;
    color: rgb(50, 63, 75);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .pagination-item.active a, .pagination .pagination-item:hover a {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    user-select: none;
}

.breadcrumb {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(224, 224, 224);
}

.breadcrumb-item {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgb(117, 117, 117);
}

.breadcrumb-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgb(117, 117, 117);
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgb(117, 117, 117);
    border-right: 1px solid rgb(117, 117, 117);
    transform: rotate(45deg);
    padding: 0px;
    content: "";
    margin: -6px 10px 0px;
}

.view-product {
    border-bottom: 1px solid rgb(224, 224, 224);
}

.view-product .title {
    font-style: normal;
    font-weight: bold;
    color: rgb(33, 33, 33);
}

.view-product .brand-name {
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: rgb(33, 33, 33);
}

.view-product .group-row {
    display: flex;
    justify-content: space-between;
}

.view-product .sale {
    font-style: normal;
    font-weight: bold;
    color: rgb(33, 33, 33);
}

.view-product .guarantee {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: rgb(26, 26, 26);
    display: flex;
    margin-bottom: 0px;
}

.view-product .guarantee img {
    margin-top: 3px;
    width: 14px;
    height: 18px;
    margin-right: 10px;
}

.view-product .old-price {
    font-style: normal;
    font-weight: normal;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    opacity: 0.7;
}

.view-product .percent {
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-product .feature li {
    font-style: normal;
    font-weight: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.view-product .btn-buy {
    border-radius: 50px;
    width: fit-content;
    padding: 0px 30px;
    height: 50px;
    background-color: #d01b22;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin: 0px 15px 0px 0px;
}

.view-product .btn-buy img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.view-product .btn-buy:hover {
    transform: scale(1.05);
}

.view-product .btn-heart {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(117, 117, 117);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.view-product .btn-heart img {
    width: 20px;
    height: 20px;
}

.view-product .list-images {
    display: flex;
    flex-direction: column;
}

.view-product .list-images .box {
    border: 1px solid rgb(224, 224, 224);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.view-product .list-images .box.active {
    border-color: rgb(97, 97, 97);
}

.content-review table {
    display: block;
    width: 100%;
    overflow: auto;
}

.content-review .content {
    max-height: 100vh;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.content-review .content.active {
    max-height: 10000vh;
}

.content-review .sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: rgb(117, 117, 117);
    margin-bottom: 30px;
}

.content-review .video, .content-review .image {
    margin-bottom: 80px;
}

.content-review .title-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.content-review .text {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}

.content-review .btn-e {
    width: fit-content;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-review .btn-e span {
    color: rgb(255, 255, 255);
    z-index: 9;
}

.content-review .btn-e:hover span {
    color: inherit;
}

.content-review .specifications {
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
}

.content-review .specifications table, .content-review .specifications tbody {
    width: 100%;
}

.content-review .specifications tr:nth-of-type(2n) {
    background-color: rgb(245, 245, 245);
}

.content-review .specifications th, .content-review .specifications td {
    padding: 15px 20px;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    color: rgb(0, 0, 0);
}

.content-review .specifications th {
    font-weight: 600;
}

.content-review .specifications td {
    font-weight: normal;
}

.featured-product {
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.featured-product .img {
    height: 100%;
    background: center center / cover no-repeat;
}

.featured-product .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-product .-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.475) 49.26%, rgba(0, 0, 0, 0) 71.12%);
    color: rgb(255, 255, 255);
}

.featured-product .-overlay-content {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

.featured-product .-product-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.featured-product .-price-1 {
    font-size: 1.25rem;
}

.box-logo img {
    border: 1px solid rgb(189, 189, 189);
    border-radius: 5px;
}

.sr-item .item-title {
    pointer-events: none;
}

.search-active .sr-item .item-title {
    pointer-events: initial;
}

.img.no-image {
    background: url("../images/3kshop-logo.jpg") center center no-repeat rgb(255, 255, 255);
}

.brand-list .list {
}

.brand-list .list::-webkit-scrollbar {
    appearance: none;
    width: 7px;
}

.brand-list .list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
}

.small-popup {
    position: absolute;
    width: 402px;
    background: rgb(255, 255, 255);
    padding: 20px;
    font-size: 1.125rem;
    display: none;
    top: 100%;
    right: -100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.small-popup .tamca-btn {
    width: 100%;
}

.small-popup.--active {
    display: block;
    right: 10px;
}

.small-popup .-wrap {
    position: relative;
}

.small-popup .-content {
    display: flex;
    align-content: center;
    margin-bottom: 1rem;
}

.small-popup .-content svg {
    margin-right: 1rem;
}

.small-popup .--close {
    position: absolute;
    top: -8px;
    right: -6px;
}

.small-popup .arrow_box {
    position: absolute;
    top: -10px;
    right: 10px;
}

.tamca-btn {
    border: 2px solid rgb(0, 0, 0);
    width: fit-content;
    text-transform: uppercase;
    z-index: 999;
    padding: 10px;
    font-weight: bold;
    font-size: 0.9375rem;
    display: inline-block;
    text-align: center;
}

.tamca-btn:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.-on-working {
    display: none;
}

.working {
    pointer-events: none;
}

.working a {
    pointer-events: none;
}

.working .-on-working {
    display: block;
}

.working .-on-normal {
    display: none;
}

::-webkit-scrollbar {
    background: #fff;
    appearance: none;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
}

.page-template-page-khuyen-mai .brand-detail .tags-a .item {
    min-width: 190px;
}

.btn-1 {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 60px;
}

.btn-1 span {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.--loved .btn-heart svg path {
    fill: rgb(255, 0, 31);
}

.btn-heart span {
    line-height: 1rem;
}

.-icon {
    position: absolute;
}

.-icon.-icon-icon {
    width: 28px;
    height: 28px;
    background: rgb(255, 207, 0);
    text-align: center;
    border-radius: 90px;
}

.-icon.style-black {
    background: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
}

.-icon.top-right {
    top: 10px;
    right: 10px;
}

.-icon.top-left {
    top: 10px;
    left: 10px;
}

.-icon img {
    max-width: 100%;
    display: inline-block;
    line-height: 28px;
    width: 18px;
}

.out-of-stock .percent-sale {
    margin-top: 25px;
}

.badge.empty-cart {
    display: none;
}
.page-template-product .products, .page-template-product .products .col-lg-2 {
    margin-bottom: 0;
}
.page-template-product .new-products .content {
    margin-bottom: 0px;
}

.filter-content input {
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    display: inline-block;
    transform: translateY(6px);
}
.tags-a {
    flex-wrap: wrap;
}

.tags-a h4.filter-title {
    display: none;
}

.filter_top {
    width: 100%;
}

.filter_top .filter-content {
    padding: 0;
    background: transparent;
    max-height: unset;
}

.filter_top .filter-content input {
    display: none;
}

.tags-a a {
    min-width: 240px;
    line-height: normal;
}

.filter_top .filter-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tags-a  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: white !important;
}

.filter_top .filter-content input:checked+a:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter_top .filter-content input:checked+a {
    color: white !important;
}
.filter-price-slider .filter-content {
    overflow: unset;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover{
    color: #000 !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background: rgb(0, 0, 0);
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 4px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    background-color: #000;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
    border-top: 5px solid #000;
}
.yith-wcwl-add-button * {
    font-size: 0;
}
.yith-wcwl-add-button a,
.yith-wcwl-add-to-wishlist a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yith-wcwl-add-to-wishlist * {
    font-size: 0 !important;
}



.btn-heart .yith-wcwl-add-to-wishlist.exists+span.-on-normal svg path {
    position: relative;
    z-index: 999999;
    fill: red !important;
}



a.btn-buy.add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.woocommerce-mini-cart__buttons.buttons {
    color: white;
}
.small-popup {
    top: 52px;
    right: -16px !important;
    z-index: 9;
}

.small-popup svg path {
    fill: #000;
}

.small-popup .--close {
    width: 20px;
    height: 20px;
}
/*[data-icon-label]:after{*/
/*    !*content: '0';*!*/
/*    display: block;*/
/*}*/
.dashboard-links a {
    font-size: 15px;
}
p.return-to-shop a {
    color: #fff !important;
}