/*
/// GLOBAL
*/

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}
@font-face {
    font-family: 'Cheddar Gothic Sans';
    src: url(../fonts/CheddarGothic-Sans.otf);
}

.container {
    max-width: 1790px;
}
.w-fit-content{
    width: fit-content !important;
}
img {
    max-width: 100%;
}
.mix-blend-mode-multiply{
    mix-blend-mode: multiply;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-default{
    cursor: default;
}

.contain-paint{
    contain: paint;
}
.overflow-clip{
    overflow: clip;
}

.z-20{
    z-index: 20;
}
.z-100{
    z-index: 100;
}
.z-110{
    z-index: 110;
}

.d-none-v2{
    display: none;
}

.scroll-shadows {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: /* Shadow Cover TOP */ linear-gradient( #f4f4f4 30%, rgba(255, 255, 255, 0) ) center top, /* Shadow Cover BOTTOM */ linear-gradient( rgba(255, 255, 255, 0), #f4f4f4 70% ) center bottom, /* Shadow TOP */ radial-gradient( farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) ) center top, /* Shadow BOTTOM */ radial-gradient( farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) ) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

/* recaptcha hide */

.grecaptcha-badge {
    visibility: hidden !important;
}

/*
/// FONT FAMILY
*/

.ff-cheddar-gothic-sans{
    font-family: 'Cheddar Gothic Sans';
}

/*
/// INPUT FIELDS
*/

input:focus-visible {
    outline: unset;
}

input[type="email"].type-1, input[type="text"].type-1, textarea.type-1{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    color: #fff;
    padding: 0px 10px;
    height: 70px;
    width: 100%;
}
textarea.type-1{
    height: unset;
    min-height: 70px;
    outline: unset;
}
input.type-2{
    height: 40px;
    border: 1px solid #cdcdcd;
    padding: 0 10px;
}
textarea.type-2{
    border: 1px solid #cdcdcd;
    padding: 10px;
    outline: unset;
}

input[type="email"].type-3, input[type="text"].type-3, input[type="tel"].type-3, textarea.type-3{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 0px 10px;
    height: 40px;
    width: 100%;
}

/*
/// TRANSITIONS
*/

.transition-1{
    transition: .25s ease-in-out;
}
.transition-2{
    transition: .15s ease-in-out;
}
.transition-3{
    transition: 0.5s ease-out;
}

/*
/// LINKS
*/

.-unlink, .-unlink:hover{
    color: inherit;
    text-decoration: unset !important;
}
.link-1{
    text-decoration: unset;
    text-underline-offset: 0.2em;
}
.link-1:hover{
    text-decoration: underline !important;
}

/*
/// TEXT LINES
*/

.lines-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 1.3em;
}
.lines-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 3.9em;
}
.lines-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 5.2em;
}

/*
/// BACKGROUNDS
*/

.background-black{
    background-color: #000;
}
.background-white{
    background-color: #fff;
}
.background-red{
    background-color: #e50019;
}
.background-grey{
    background-color: #f4f4f4;
}
.background-darkgrey{
    background-color: #e4e4e4;
}
.background-charcoal{
    background-color: #afafaf;
}
.background-position-top-center{
    background-position: top center;
}
.background-size-cover{
    background-size: cover;
}
.table-transparent *{
    background-color: transparent !important;
}

.background-hover-red:hover{
    background-color: #e50019;
}

/*
/// BOX SHADOW
*/

.box-shadow-1{
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}


/*
/// BORDER RADIUS
*/


/*
/// BORDERS
*/

.border-right-1{
    border-right: 1px solid #eaeaea;
}
.border-group-1{
    border-right: 1px solid #eaeaea;
}
.border-bottom-1{
    border-bottom: 1px solid #000;
}
.border-bottom-2{
    border-bottom: 1px solid #eaeaea;
}
.border-bottom-3{
    border-bottom: 1px solid #c4c4c4;
}
.border-top-1{
    border-top: 1px solid #000 !important;
}
.border-top-3{
    border-top: 1px solid #c4c4c4 !important;
}
.border-top-4{
    border-top: 3px double #c4c4c4;
}


/*
/// FONT COLORS
*/

.fc-white{
    color: #fff !important;
}
.fc-red{
    color: #e50019 !important;
}
.fc-grey{
    color: #afafaf;
}
.fc-white-transparent-outline{
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    text-shadow: none;
}
.fc-red-transparent-outline{
    color: transparent;
    -webkit-text-stroke: 2px #e50019;
    text-stroke: 2px #e50019;
    text-shadow: none;
}
.fc-black{
    color: #000 !important;
}


/*
/// FONT SIZE
*/

.fs-xxl{
    font-size: 13vmax;
}
.fs-xl{
    font-size: 9rem;
}
.fs-sm {
    font-size: .875rem;
}


/*
/// FONT WEIGHT
*/

.fw-300{
    font-weight: 300;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

/*
/// ICONS
*/

.icon-holder-after:after {
    width: 30px;
    height: 30px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 30px;
    margin-left: 25px;
    transition: .25s ease-in-out;
}
.icon-holder-before:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 15px;
    margin-right: 7px;
    transition: .25s ease-in-out;
}

.icon-cart-after:after {
    background-image: url(https://volkflannel.com/wp-content/uploads/2023/08/shopping-bag.svg);
}
.icon-filter:before, .icon-filter:after {
    background-image: url(https://volkflannel.com/wp-content/uploads/2023/09/control-panel.svg);
}

/*
/// BUTTONS
*/

.btn-1{
    background-color: #fff;
    color: #000;    
    border: 2px solid #fff;
    text-decoration: unset;
}
.btn-1:hover {
    background-color: transparent;
    color: #fff;
}

.btn-2{
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.btn-2:hover {
    background-color: transparent;
    color: #000;
}

.btn-1, .btn-2{
    min-width: 270px;
    min-height: 70px;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out;
    width: fit-content;
    padding: 0 15px !important;
}
.btn-1:hover, .btn-2:hover{
    text-decoration: unset;
}

.btn-3{
    background-color: #e50019 !important;
    color: #fff !important;
    min-width: 200px;
    min-height: 60px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out;
    width: fit-content;
    padding: 0 15px !important;
    border-radius: 0 !important;
    font-size: 1.5rem;
    width: 100%;
    border: unset;
    text-decoration: unset;
}
.btn-3:hover, .btn-4:hover {
    background-color: #000 !important;
}

.btn-4{
    background-color: #e50019 !important;
    color: #fff !important;
    height: 50px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out;
    padding: 0 15px !important;
    border-radius: 0 !important;
    width: 100%;
    border: unset;
    text-decoration: unset;
}
.btn-5{
    background-color: #000 !important;
    color: #fff !important;
    height: 40px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out;
    padding: 0 15px !important;
    border-radius: 0 !important;
    width: 100%;
    border: unset;
    text-decoration: unset;
}

input.btn-6{
    background-color: transparent;
    color: white;
    border: unset;
    font-weight: 600;
}

/*
/// BOOTSTRAP
*/


@media only screen and (max-width: 576px) {

}
@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {
    .g-md-5 {
        --bs-gutter-y: 60px;
        --bs-gutter-x: 60px;
    }
    .gx-md-5 {
        --bs-gutter-x: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .g-xl-5 {
        --bs-gutter-y: 60px;
        --bs-gutter-x: 60px;
    }
    .gx-xl-5 {
        --bs-gutter-x: 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .g-xxl-5 {
        --bs-gutter-y: 60px;
        --bs-gutter-x: 60px;
    }
    .gx-xxl-5 {
        --bs-gutter-x: 60px;
    }

    .col-xxl-1_5 {
        width: 20% !important;
    }
}



/*
////////////////////////////////
/// FRONT PAGE
////////////////////////////////
*/

.home #main, .page-template-new-release #main {
    margin-top: 0;
}

/* banner */

.home header {
    background: #000;
}

.video-wrapper {
    position: relative;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 50px - 70px);
}
/*
.banner {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}*/

.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    /*opacity: 0.5;*/
    opacity: 1;
    z-index: 1;
}


/* tapes */

/*
.tape-1{
    transform: rotate(3deg); 
    margin-left: -50px; 
    margin-right: -50px;
}
.tape-2{
    transform: rotate(-4deg); 
    margin-top: -80px; 
    margin-left: -50px; 
    margin-right: -50px;
}
*/

/* image blocks */

.image-block {
    height: 600px;
    background-color: #000;
    position: relative;
}
.image-block:hover img {
    opacity: .5;
}
.image-block-content {
    position: absolute;
    bottom: -40%;
    left: 0;
}
.image-block:hover .image-block-content {
    bottom: 0;
}
.image-block-sub-content{
    opacity: 0;
}
.image-block:hover .image-block-sub-content{
    opacity: 1;
}



/*
////////////////////////////////
/// CUSTOM QUANTITY
////////////////////////////////
*/


.quantity {
    position: relative;
    float: unset !important;
    width: fit-content;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    display: block;
    text-align: center;
    width: 110px !important;
    height: 100%;
}
.quantity-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.quantity-button {
    cursor: pointer;
    border: none;
    width: 35px;
    text-align: center;
    line-height: 1.5;
    color: #000;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.quantity-button.quantity-up {
    position: absolute;
    right: 0;
}

.quantity-button.quantity-down {
    position: absolute;
    left: 0;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

/*
////////////////////////////////
/// SINGLE PRODUCT
////////////////////////////////
*/

/* reviews */

.woocommerce p.stars a {
    font-size: 1.5rem;
    color: #e50019;
}
.dashicons-star-filled.empty-filled-star {
    color: #ddddde !important;
}
.dashicons-star-filled, .dashicons-star-half, .dashicons-star-empty {
    color: #e50019 !important;
    margin: 0 3px;
}
.large-star-rating .dashicons {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
#review_image::file-selector-button {
    background-color: whitesmoke;
    height: 40px;
    border: 1px solid #cdcdcd;
    padding: 0 25px;
    cursor: pointer;
}

/* isotope */

.isotope-filter-btn:not(.is-checked) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .2;
}

/* variations */

.swatch {
    border: 1px solid #000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 0 !important;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}
.swatch:hover {
    background-color: #e0e0e0;
}
.swatch.selected {
    background-color: #000;
    color: #fff;
}
.swatch.checked {
    background-color: #000 !important;
    color: #fff;
}
.variations td.value, th.label {
    display: block;
}

.variations select {
    border: 1px solid #000;
    outline: unset;
    padding: 0 20px;
    font-weight: 600;
}

.swatch, .variations select{
    height: 45px;
}

.variations_form select {
    width: 100%;
}

/* swatch outofstock*/

.variations .swatch.outofstock {
    pointer-events: none;
    opacity: .5;
}
.swatch.outofstock:after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: red;
    position: absolute;
    opacity: 1 !important;
    transform: rotate(35deg);
}


/* quantity */

input[type="number"].qty {
    width: 6rem !important;
    padding: 0.375rem !important;
    height: 60px;
    border: 1px solid #000;
}
/*
.quantity {
    margin: 0 !important;
}
*/

/* additional information */

.additional-information li {
    padding-bottom: 10px;
}

/* youtube video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* size chart */

.cell-h{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cell-d {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dee2e6;
    text-align: center;
}

/* sold out overlay */

.soldout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    /*backdrop-filter: grayscale(50%);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.soldout .single_add_to_cart_button {
    background-color: #989898 !important;
    pointer-events: none;
}

/*
.soldout .swiper-nav-prev,
.soldout .swiper-nav-next {
    display: none;
}
*/

/*
////////////////////////////////
/// BREADCRUMBS
////////////////////////////////
*/

.woocommerce .woocommerce-breadcrumb {
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb{
    color: #afafaf !important;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: .875rem;
}

/*
////////////////////////////////
/// PRODUCT CONTENT
////////////////////////////////
*/

.content-product-v2 .product-card-thumb .swiper-slide img {
    /* max-height: 700px; */
    max-height: 73vh;
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 14/19;
}
.content-product-v2 .swiper-nav-inner{
    opacity: 0;
}
.content-product-v2:hover .swiper-nav-inner{
    opacity: 1;
}
.swiper-nav-inner img{
    height: 30px;
}

/* image change on hover */

.product-card-thumb:hover .img-1{
    opacity: 0;
}
.product-card-thumb .img-2{
    opacity: 0;
}
.product-card-thumb:hover .img-2{
    opacity: 1 !important;
}



/*
////////////////////////////////
/// TABS
////////////////////////////////
*/

.nav-link:not(.active){
    background-color: #f5f5f5;
    color: #707070;
}
.nav-link{
    --bs-nav-pills-link-active-bg: #000;
}


/*
////////////////////////////////
/// PAGINATION
////////////////////////////////
*/

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: white;
    color: black;
}

/*
////////////////////////////////
/// SHOP ARCHIVE
////////////////////////////////
*/

/* filter button */

.filter-button {
    position: fixed;
    right: 0;
    left: 0;
    top: 180px;
    z-index: 15;
}
.filter-button svg path {
    fill: #fff;
}


/* product category */

.archive.woocommerce .woocommerce-breadcrumb{
    margin: 0 !important;
}


/*
////////////////////////////////
/// NOTICES
////////////////////////////////
*/

.woocommerce-info, .woocommerce-message, .woocommerce-error{
    border: unset;
    padding: 0;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    content: "";
}

.woocommerce-notices-wrapper .button {
    display: none !important;
}

/*
////////////////////////////////
/// CART
////////////////////////////////
*/


.woocommerce a.remove {
    background-color: #afafaf;
    color: #fff !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    width: 20px;
    padding: unset;
    height: 20px;
}
.woocommerce-cart table.cart img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.product-quantity::before {
    float: unset !important;
    margin-right: auto;
    left: 0;
    position: absolute;
}

/* hide tax label */

small.includes_tax {
    display: none;
}


/*
////////////////////////////////
/// CHECKOUT
////////////////////////////////
*/

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    content: unset;
}
.woocommerce-checkout label.shipping-label {
    display: none;
}
.woocommerce-remove-coupon {
    font-size: 1rem;
}
ul li input, ul li label {
    vertical-align: middle !important;
    margin-top: 0 !important;
}


/* paypal button */

button#place_order.ppcp-dcc-order-button {
    background-color: #e50019 !important;
    color: #fff !important;
    min-width: 200px;
    min-height: 60px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out;
    width: fit-content;
    padding: 0 15px !important;
    border-radius: 0 !important;
    font-size: 1.5rem;
    width: 100%;
    border: unset;
}

/* YITH */

div#yith-par-message-reward-cart {
    padding: 1rem;
}


/*
////////////////////////////////
/// HEADER
////////////////////////////////
*/

/* navigation fixed */

#fixed-nav, #fixed-nav-wrapper{
    height: 70px;
}

/* icon animation */

.box-bento {
    width: 5px;
    height: 5px;
    background: #fff;
    margin: 3px;
    display: inline-block;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
.menu__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.menu__wrapper > div {
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu__wrapper > div:hover, .menu__wrapper > div:focus {
    outline: none;
}
/*
.menu__item--bento:hover .box-bento:nth-child(2), .menu__item--bento:hover .box-bento:nth-child(4), .menu__item--bento:hover .box-bento:nth-child(6), .menu__item--bento:hover .box-bento:nth-child(8) {
    opacity: 0;
}
*/
.menu__item--bento.active-menu .box-bento:nth-child(2), 
.menu__item--bento.active-menu .box-bento:nth-child(4), 
.menu__item--bento.active-menu .box-bento:nth-child(6), 
.menu__item--bento.active-menu .box-bento:nth-child(8) {
    opacity: 0;
}


/* mega menu */

.mega-menu {
    background-color: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    min-height: 80vh;
    overflow-y: scroll;
    max-height: 90vh;
}
.mega-menu-hidden:not(.home-mega-menu *){
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
}
.mega-menu::-webkit-scrollbar {
    display: none;
}

.home-mega-menu .mega-menu-hidden {
    transform: translateY(calc(-90% - 70px));
    opacity: 0;
    visibility: hidden;
}
.home-mega-menu .mega-menu:not(.mega-menu-hidden) {
    transform: translateY(calc(-100% - 70px));
}



.mega-menu.mini-menu {
    width: auto !important;
    right: 0;
    left: unset;
    min-height: unset;
}
.mega-menu.mini-cart {
    width: auto !important;
    right: 0;
    left: unset;
    min-height: unset;
    color: #000;
    background-color: #fff;
}



.mega-menu-open.active:not(.mega-menu-hidden-wrapper *){
    text-decoration: underline;
}

/*
////////////////////////////////
/// PRICE
////////////////////////////////
*/

ins {
    text-decoration: unset;
}
del {
    color: #afafaf;
    margin-right: 3px;
    font-size: .8em;
    vertical-align: top;
    font-weight: 500;
}

/*
////////////////////////////////
/// FOOTER
////////////////////////////////
*/

.list-item {
    line-height: 3;
}


/*
////////////////////////////////
/// BLOG
////////////////////////////////
*/


.post-thumb {
    height: 550px !important;
    width: 100%;
    object-fit: cover;
}

/*
////////////////////////////////
/// POPOVER
////////////////////////////////
*/

.toggle-popover-content{
    transform: translateY(-105%) translateX(-43%);
    width: 350px;
    display: none;
}
.toggle-popover-content:after {
    content: "";
    bottom: calc(-40px + 1px);
    left: calc(50% - 20px);
    border-top: 20px solid white;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in;
}
.btn-popover{
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.btn-popover svg{
    height: 35px;
    width: 35px;
}
.btn-popover:hover, .btn-popover.active {
    background-color: #fff;
}
.btn-popover:hover svg, .btn-popover.active svg{
    fill: #000;
}
.btn-popover.active svg {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.content-product-v3 .product-card-thumb img{
    width: 250px
}


/*
////////////////////////////////
/// SWIPER JS
////////////////////////////////
*/

/* banner pagination */
.banner .swiper-pagination-bullet {
    background: #fff;
}

/* continious autplay */

.transition-linear{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

/* product slider */

.custom-slide {
    flex-shrink: 0;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-wrapper.row{
    flex-wrap: unset !important;
}

/* scrollbar */

.swiper-scrollbar {
    border-radius: 2px !important;
    height: 5px !important;
    /*min-width: 500px !important;*/
    bottom: 0 !important;
    top: 0 !important;
    background: #e4e4e4 !important;
    cursor: pointer;
    position: relative !important;
}
.swiper-scrollbar-drag{
    background: #000 !important;
}
  
/* overlap */

.swiper-overlap{
    width: 110vw;
    max-width: 2200px;
}

/* product thumbs gallery */

.swiper-thumbs .swiper-slide {
    opacity: 0.4;
    transition: opacity .25s ease-in-out;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* sale badge */

.swiper-gallery .sale-badge, .content-product-v2 .sale-badge {
    height: 8vh;
    width: 8vh;
}

/*
////////////////////////////////
/// INFINITE SLIDE
////////////////////////////////
*/

.infinite-slide {
    display: none;
}



/*
////////////////////////////////
/// RESPONSIVE
////////////////////////////////
*/

@media only screen and (max-width: 768px) {

    /*
    /// FONT SIZE
    */

    .fs-sm-mob{
        font-size: .775rem;
    }
    .fs-xs-mob{
        font-size: .675rem;
    }
    .fs-xl{
        font-size: 4.5rem;
    }

    /*
    /// BUTTONS
    */

    .btn-1, .btn-2{
        min-width: 150px;
        min-height: 50px;
    }

    /*
    /// INPUT FIELDS
    */

    input[type="email"].type-1{
        height: 50px;
    }

    /*
    /// BORDERS
    */

    .border-group-1{
        border-right: unset;
        border-bottom: 1px solid #eaeaea;
    }


    /*
    ////////////////////////////////
    /// FRONT PAGE
    ////////////////////////////////
    */
    
    /* video banner 

    .banner {
        height: 80vh;
    }
    */

    /* tapes */

    .tape-1{
        transform: rotate(10deg); 
    }
    .tape-2{
        transform: rotate(-13deg); 
        margin-top: -55px; 
    }

    /* product slider */

    .swiper-product .swiper-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    /* image blocks */

    .image-block {
        height: 320px;
    }
    .image-block-content {
        bottom: -55%;
    }

    /*
    ////////////////////////////////
    /// SWIPER JS
    ////////////////////////////////
    */

    /* overlap */

    .swiper-overlap{
        width: unset;
    }

    /*
    ////////////////////////////////
    /// PRICE
    ////////////////////////////////
    */

    .archive-price del {
        font-size: .675rem;
    }

    /*
    ////////////////////////////////
    /// FOOTER
    ////////////////////////////////
    */

    .list-item {
        line-height: 2;
    }

    /*
    ////////////////////////////////
    /// HEADER
    ////////////////////////////////
    */

    /* navigation fixed */

    #fixed-nav, #fixed-nav-wrapper{
        height: 50px;
    }
    #fixed-nav-wrapper {
        position: fixed;
        bottom: 15px;
        width: 100%;
        z-index: 110;
    }

    /* mega menu */

    .mega-menu {
        top: unset;
        bottom: 50px;
    }
    .mega-menu-hidden:not(.home-mega-menu *){
        transform: translateY(10%);
    }

    .mega-menu.mini-cart {
        width: 100% !important;
    }
    .mega-menu.mini-menu {
        left: 0;
    }

    .mega-menu .list-item {
        line-height: 1.5;
    }

    /*
    ////////////////////////////////
    /// PRODUCT CONTENT
    ////////////////////////////////
    */

    .swiper-nav-inner img{
        height: 15px;
    }
    .swiper.swiper-product-content {
        overflow: unset !important;
    }

    /*
    ////////////////////////////////
    /// SHOP ARCHIVE
    ////////////////////////////////
    */

    /* filter button */

    .filter-button {
        top: unset;
        bottom: calc(50px + 30px);
    }

    /*
    ////////////////////////////////
    /// BLOG
    ////////////////////////////////
    */


    .post-thumb {
        height: 200px !important;
    }

    article .lines-3 {
        min-height: unset;
    }

    /*
    ////////////////////////////////
    /// POPOVER
    ////////////////////////////////
    */

    .btn-popover {
        padding: 3px;
    }
    .btn-popover svg {
        height: 15px;
        width: 15px;
    }

    /*
    ////////////////////////////////
    /// INFINITE SLIDE
    ////////////////////////////////
    */

    .infinite-slide h5{
        font-size: 1rem;
    }

}
