/** Shopify CDN: Minification failed

Line 3684:0 Unexpected "}"

**/
html {
    padding-bottom: 0 !important;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
 @keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
html.js noscript,
html.no-js .no-js-hidden {
    display: none!important;
}

a[aria-disabled="true"] {
    cursor: default;
}

html.no-js .no-js-visible {
    display: block !important;
}

deferred-media {
    display: block;
    width: 100%;
    height: 100%;
}

deferred-media template {
    display: none
}

.product__img-item deferred-media {
    min-height: 2px;
}


.no-js [data-aos]:not(.aos-animate, .aos-init) {
    opacity: 1!important;
    transform: unset!important;
}

img.lazyload,
img.lazyloading {
    opacity: 1;
    filter: blur(10px);
}

img.lazyloaded {
    filter: unset;
}

.shopify-challenge__container {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    padding: 30px;
}

.shopify-challenge__message {
    margin-bottom: 20px;
}

.g-recaptcha {
    margin-bottom: 30px;
}

.shopify-policy__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.shopify-policy__title {
    padding-bottom: 30px;
}

.shopify-policy__container p,
.shopify-policy__container span {
    font-size: var(--small-text);
    margin-bottom: 10px;
}

.shopify-policy__container h1,
.shopify-policy__container h2,
.shopify-policy__container h3,
.shopify-policy__container h4,
.shopify-policy__container h5,
.shopify-policy__container h6 {
    margin-bottom: 5px;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: auto;
    height: 100%;
}

.detail-summary-icon {
    margin-left: auto;
}

.detail-summary-icon svg {
    transition: .4s ease;
}

main {
    min-height: 400px;
}

.image-wrapper {
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: relative;
    padding-bottom: var(--img-ratio);
}

.video-wrapper {
    position: relative;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    overflow: hidden;
    padding-bottom: var(--video-ratio);
}

.fixed-height {
    height: var(--image-height)!important;
}

.fixed-height .image-wrapper {
    padding-bottom: 0;
}#openPopup {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
}



.popup {
    display: block; /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: 10% auto;
    width: 60%;
    max-width: 800px;
    background: #fff;
   
    border-radius: 8px;
    display: flex;
    color: white;
}

.popup-body {
    display: flex;
    justify-content: space-between;
}

.form-section {
background:black;
    width: 50%;
    padding: 10px;
}

.image-section {
    width: 50%;
    padding: 10px;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

h2 {
    margin-top: 0;
}

.image-wrapper img,
.image-wrapper>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.image-wrapper img {
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    object-fit: var(--image-fit, cover);
}


/* img loder css start */

.threedotloader {
    margin: 0 auto;
    width: 5.6em;
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/* .lazyload,
.lazyloading {
    opacity: 0;
} */

.lazyloading+.threedotloader {
    display: flex;
}

.threedotloader .dot {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: #000;
    opacity: 0.5;
    transform: scale(0);
    display: inline-block;
    animation: dotanim 1.6s infinite ease-in-out;
}

.threedotloader .dot:nth-child(1) {
    animation-delay: 0s;
}

.threedotloader .dot:nth-child(2) {
    animation-delay: 0.25s;
}

.threedotloader .dot:nth-child(3) {
    animation-delay: 0.5s;
}

.threedotloader .dot:nth-child(4) {
    animation-delay: 0.75s;
}

@keyframes dotanim {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    90% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

.imgloader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
}

.lazyloading+.imgloader {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.imgloader__dot {
    width: 30px;
    height: 30px;
    border: 3px solid #646464;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {#openPopup {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.popup {
    display: block; /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: 10% auto;
    width: 60%;
    max-width: 800px;
    background: #fff;
    
    border-radius: 8px;
    display: flex;
    color: white;
}

.popup-body {
    display: flex;
    justify-content: space-between;
}

.form-section {
background:black;
    width: 50%;
    padding: 10px;
}

.image-section {
    width: 50%;
    padding: 10px;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

h2 {
    margin-top: 0;
}
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* img loader css end */

.section-heading-box {
    margin-bottom: 20px;
}

.section-heading-title {
    margin-bottom: 5px;
}

.section-heading-desc {
    margin-top: 10px;
}

.section-heading-box.text-center .section-heading-desc {
    margin: 0 auto;
}

.section-heading-box.text-right .section-heading-desc {
    margin-left: auto;
}

.heading-between {
  margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    justify-content: space-between;
  align-items: center;
}

.highlight-text em {
    font-weight: inherit;
    position: relative;
    color: var(--text-hightlight-color);
}

.highlight-text strong {
    -webkit-text-stroke: var(--outline-thickness) var(--text-hightlight-color);
    text-stroke: var(--outline-thickness) var(--text-hightlight-color);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.highlight-text strong em {
    background: transparent;
}

.marker {
    position: relative;
    display: inline-block;
    z-index: 2;
    color: var(--marker);
}

.marker {
    --text-hightlight-color: var(--marker);
}

.marker-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    fill: var(--marker-svg);
}

.marker-svg.marker-svg-style1 {
    width: 100%;
    height: 25%;
    bottom: -10%;
}

.marker-svg.marker-svg-style2 {
    width: 100%;
    height: 25%;
    bottom: -20%;
}

.marker-svg.marker-svg-style3 {
    width: 100%;
    height: 40%;
    bottom: -25%;
}

.marker-svg.marker-svg-style4 {
    width: 104%;
    height: 100%;
    bottom: -6%;
    left: -2%;
}

.sticky-item {
    position: sticky;
    top: 0;
    z-index: 1;
}

.img-zoom img {
    transition: 1s ease;
}

.section-link {
    margin-bottom: 5px;
    color: var(--link-color);
    display: inline-flex;
    align-items: center;
}

.section-link svg {
    width: 7px;
    margin-left: 8px;
    transition: .4s ease;
}

.section-link.icon-left svg {
    margin-right: 10px;
    margin-left: 0;
    margin-top: 2px;
    min-width: 28px;
    max-width: 28px;
    height: auto;
}

.section-link-inner {
    font-size: var(--small-text);
    position: relative;
    overflow: hidden;
}

.section-link-inner span {
    font-size: var(--small-text);
    display: inline-block;
    transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-banner {
    position: relative;
    background: var(--banner-background);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: var(--mainBannerHeight);
    padding: 30px 0;
    overflow: hidden;
}

.page-banner__img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-position: var(--bannerFocalPoint);
    object-fit: cover;
}

.page-banner.overlay-text .page-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    text-align: center;
    z-index: 1;
}

.page-banner.overlay-text .page-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--banner-overlay-bg);
    opacity: var(--banner-overlay-opacity);
    z-index: -1;
}

.page-banner.overlay-text.no-image .page-content:after {
    display: none;
}

.page-banner.overlay-text .page-content .page-content__title {
    color: var(--banner-overlay-text);
    width: 100%;
}

.page-content {
    padding: 20px 0;
}

.page-content__title {
    margin-bottom: 10px;
}

.page-banner.overlay-text .page-content__text {
    height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
}

.page-banner.overlay-text .page-content__text .page-content__title {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.page-description-wrapper {
    padding-bottom: 40px;
}


/* slider customization start */

.slider:not(.flickity-enabled) {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}

html.no-js .slider:not(.flickity-enabled) {
    overflow-x: auto;
}

.flickity-button {
    width: 44px;
    height: 44px;
    background: var(--slider-arrow-bg);
    color: var(--slider-arrow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 6px #0000001f;
}

.flickity-button:hover {
    background: var(--slider-arrow-bg);
    color: var(--slider-arrow-color);
}

.flickity-button:active {
    opacity: 1;
}

.flickity-button:focus {
    box-shadow: 0 0 6px #0000001f;
}

.flickity-prev-next-button .flickity-button-icon {
    transition: .4s ease;
    position: unset;
    width: 12px;
    height: 12px;
}

.flickity-button[disabled] {
    opacity: 0;
}

.flickity-page-dots {
    bottom: 20px;
}

.flickity-page-dots .dot {
    border-radius: 20px;
    opacity: 0.5;
    background: var(--slider-arrow-bg);
    transition: .4s ease;
}

.flickity-page-dots .dot.is-selected {
    box-shadow: 0px 0px 0px 6px var(--slider-arrow-color);
}

.navigation-count .flickity-page-dots {
    counter-reset: a;
}

.navigation-count .flickity-page-dots .dot {
    position: relative;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid var(--slider-arrow-bg);
    color: var(--slider-arrow-bg);
    opacity: 1;
    margin: 0 5px;
}

.navigation-count .flickity-page-dots .dot.is-selected {
    box-shadow: none;
    background: var(--slider-arrow-bg);
    color: var(--slider-arrow-color);
}

.navigation-count .flickity-page-dots .dot:after {
    position: absolute;
    content: counter(a);
    counter-increment: a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.slider-progress-bar {
    height: 3px;
    width: 100%;
    background: var(--body-alternate-bg);
    position: relative;
    display: none;
}

.slider-progress-bar:after {
    position: absolute;
    content: "";
    width: var(--progress-bar-width);
    height: 100%;
    background: var(--body-text-color);
    top: 0;
    left: 0;
}

.slider-progress-bar:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 100%;
    background: var(--body-text-color);
    top: 0;
    left: 0;
}


/* slider customization end */


/* checkbox css start */

.custom-checkbox {
    position: relative;
    padding-left: 30px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.custom-checkbox label {
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 21px;
    background-color: var(--divider-color);
    border-radius: 3px;
}

.radio-box .checkmark {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid var(--divider-color);
    top: 53%;
    transform: translateY(-50%);
}

.checkmark-input {
    border: 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    background: 0;
    width: 21px;
    height: 20px;
    cursor: pointer;
}

.checkmark-input:checked~.checkmark {
    background-color: var(--body-text-color);
}

.radio-box .checkmark-input:checked~.checkmark {
    border-color: var(--body-text-color);
    background: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    left: 49%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid var(--body-bg);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-116%, -30%);
    display: none;
}

.radio-box .checkmark:after {
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    transform: none;
    border: 0;
    background: var(--body-text-color);
    border-radius: 100%;
}

.checkmark-input:checked~.checkmark:after {
    display: block;
}

.section-wrapper.no-spacing {
    padding-top: 0;
    padding-bottom: 0;
}

.section-wrapper {
    width: 100%;
    background:#f2f2f2;
    color: var(--body-text-color);
    padding-top: var(--inner-space-top);
    padding-bottom: var(--inner-space-bottom);
}

.gradient {
    background: var(--gradiant-bg);
}


/* checkbox css end  */


/* tab css start */

.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 2px solid var(--divider-color);
}

.tab-link {
    display: inline-block;
    margin-right: 30px;
    color: var(--body-text-color);
    position: relative;
    padding: 10px;
    text-decoration: none;
}

.tab-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--link-hover-color);
    transition: all 0.3s ease-in-out;
}

.tab-link.active::before,
.tab-link:hover:before {
    width: 100%;
}

.tab-pane {
    padding: 20px 0;
}

.tab-link:hover,
.tab-link.active {
    color: var(--link-hover-color);
}

.tab-pane.product-tab-content.active {
    opacity: 1;
    visibility: visible;
    transition: 0.7s ease;
    pointer-events: auto;
}


/* tab css end */


/* pagination css start */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.pagination__link,
.pagination__text {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    color: var(--body-text-color);
    opacity: 0.3;
    transition: .2s ease;
}

.pagination__icon .pagination__link {
    width: 44px;
    height: 44px;
    margin: 0 10px;
    border: 1px solid var(--divider-color);
    border-radius: 100%;
}

.pagination__text,
.pagination__icon .pagination__link {
    opacity: 1;
}

.pagination__icon svg {
    width: 7px;
    height: auto;
}

.pagination__icon.disabled .pagination__link {
    background: var(--body-text-color-xlight);
    opacity: .3;
    pointer-events: none;
}


/* pagination css end */


/* button css start */
.button, button.shopify-payment-button__button, button.shopify-payment-button__button--hidden, .shopify-challenge__button{
  padding: 28px 22px !important;
}
button.atc__button.button.btn-block.style1 {
   text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
}
.button,
button.shopify-payment-button__button,
button.shopify-payment-button__button--hidden,
.shopify-challenge__button {
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-width: 170px;
    min-height: 50px;
    padding: 10px 22px;
    line-height: 1.02;
    cursor: pointer;
    border-radius: var(--button-radius);
    /* background: var(--button-bg); */
    border: 1px solid #262626;
    color: var(--button-color);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    font-style: var(--button-font-style);
    overflow: hidden;
    transition: .2s ease-out;
    z-index: 0;
}

.shopify-challenge__button {
    height: 50px;
}

.button>span {
        color: #262626;
    font-weight: 500;
    position: relative;
}

.btn-icon {
    display: inline-flex;
    transition: 0.4s ease;
    margin-left: 10px;
}

.button .btn-icon svg {
    width: 12px;
    height: auto;
}

.button.small-btn .btn-icon svg {
    width: 10px;
}

.button.xsmall-btn .btn-icon svg {
    width: 12px;
}

.button.small-btn,
.button.xsmall-btn {
    border-radius: var(--small-button-radius);
}

.shopify-cleanslate button,
.shopify-cleanslate div[role=button] {
    min-height: 50px !important;
    height: auto !important;
    border-radius: var(--button-radius)!important;
}

.shopify-cleanslate button span,
.shopify-cleanslate div[role=button] span {
    color: inherit !important
}

.button.white-button {
    background: #fff;
    border-color: #000;
    color: #000
}

.button.small-btn {
    min-width: 130px;
    min-height: 43px;
    font-size: 14px;
}

.button.xsmall-btn {
    min-width: 100px;
    min-height: 36px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-loader,
.loading .btn-icon,
.loading [data-atc-button-text] {
    display: none;
}

.loading .btn-loader {
    display: block;
}

.btn-loader svg {
    width: 22px;
    height: 22px;
}

.link-btn {
    min-width: 80px;
    min-height: 30px;
    padding: 5px 12px;
    font-size: var(--xsmall-text);
}

.btn-block {
    width: 100%;
    min-width: auto !important
}

.full-btn-group .button+.button {
    margin-top: 15px;
}

button.shopify-payment-button__button,
button.shopify-payment-button__button--hidden,
.secondary-button {
    background: var(--button-sec-bg);
    border-color: var(--button-sec-border);
    color: var(--button-sec-color)
}

.shopify-payment-button__button {
    width: 100%;
}

.shopify-payment-button__button--hidden {
    display: none !important;
}


/* modern button css start */

.button.style2.med-btn .btn-icon,
.button.style2.large-btn .btn-icon {
    margin-left: 16px;
}

.button.style2.large-btn,
.button.style2.xlarge-btn {
    padding: 10px 34px;
}

.btn-icon-bg {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(1.6, 1.7);
    background: var(--button-color);
    border-radius: 20px;
    z-index: -1;
}

.secondary-button .btn-icon-bg {
    background: var(--button-sec-color);
}

.button.style2.large-btn .btn-icon-bg,
.button.style2.xlarge-btn .btn-icon-bg {
    transform: scale(2, 2.15);
}

.button.style2 svg path {
    stroke: var(--button-bg);
}

.button.secondary-button.style2 svg path {
    stroke: var(--button-sec-bg);
}

.button.style2 .btn-icon svg,
.button.style2.small-btn .btn-icon svg,
.button.style2.xsmall-btn .btn-icon svg {
    width: 12px;
}

.btn-text {
    position: static;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    text-shadow: 0 var(--font-shadow) 0 white;
}

.btn-text span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform .44s ease;
    transform: translateY(0) translateZ(0);
}


/* modern button css end */


/* button css end */


/* product card css start */

.product-card-item {
    margin-bottom: 30px;
}

.product-card-img video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-outer {
    margin: 0 calc( -1 * var(--product-space));
}

.product-card {
    padding: 0 var(--product-space);
}

.product-img {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.product-card-img {
    position: relative;
  
    overflow: hidden;
    transition: .3s;
    border-radius: var(--border-radius);
}

.border-enabled .product-card-img {
    border: 1px solid var(--product-border);
}

.product-card-item .border-enabled .product-card-img {
    border-width: var(--product-border-width);
}

.box-shadow-true .product-card-img {
    box-shadow: 6px 6px 0px var(--product-border);
    margin-bottom: 6px;
}


/* .product-card-img .product-percent-off {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    padding: 3px 8px;
    background: var(--product-discount-bg);
    color: var(--product-discount-color)!important;
    line-height: 1.3!important;
    border: 0;
} */

.product-card-img .product-percent-off {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 0;
    padding: 3px 8px;
    background: var(--product-discount-bg);
    color: var(--product-discount-color)!important;
    line-height: 1.3!important;
    border: 0;
    border-radius: var(--border-radius);
}

.product-card-img .product-badge+.product-percent-off {
    top: 32px
}

.product-second-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--image-bg);
   opacity:0;
}

.product-second-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 12px;
    line-height: 1.2;
    padding: 3px 10px;
    background: var(--bedge-bg);
    color: var(--bedge-color);
    border-radius: var(--border-radius);
}

.preorder-badge {
    background: var(--preorder-bedge-bg);
    color: var(--preorder-bedge-color);
}

.custom-badge {
    background: var(--custom-bedge-bg);
    color: var(--custom-bedge-color);
}

.product-badge:nth-of-type(2n+1) {
    top: 30px;
}

.product-badge:nth-of-type(3n+1) {
    top: 54px;
}

.product-card-info {
    padding-top: 5px;
    padding-left: 3px;
    transition: .4s ease;
    padding-right: 3px;
}

.product-vendor-info {
    font-size: 10px;
    text-transform: uppercase
}

.product-title {
    display: inline-block;
    margin-bottom: 2px;
    color: var(--body-text-color);
}

.product-card-info .product-prizebox {
    margin-bottom: 0;
}

.product-card-info .product-prizebox span {
    font-size: var(--small-text);
}

.product-card-info .product-prizebox .product-compare-price {
    font-size: var(--xsmall-text);
}

.product-card-info .product-prizebox .product-unit-price {
    line-height: initial;
}

.product-hover-options {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: var(--body-bg-light);
    padding: 7px 10px;
    transition: .4s ease;
}

.product-hover-options.no-options {
    padding: 0;
}

.product-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-hover-options.no-variant {
    background: transparent;
}

.product-hover-options.no-variant .product-options {
    justify-content: flex-end;
}

.product-options .color_option .variant_option,
.product-options .color_option.image_option .variant_option {
    min-width: 28px;
    height: 28px;
    margin: 0;
}

.product-options .color_option .variant_option .option,
.product-options .color_option .variant_option .option:after {
    border-radius: 100%;
}

.product-options .variant_option.more .option,
.product-options .variant_option.more:hover .option {
    background-color: var(--body-text-color);
    color: var(--body-bg);
    line-height: 1;
    font-size: 10px;
}

.product-prizebox+.product-options .variant_option.more .option,
.product-prizebox+.product-options .variant_option.more:hover .option {
    background-color: transparent;
    color: var(--body-text-color);
}

.product-prizebox+.product-options .variant_option.more .option:after {
    display: none;
}

.product-options .variant_option.more:hover .option::after {
    display: none;
}

.product-view-option {
    display: flex;
    justify-content: flex-end;
}

.product-quickView {
    width: 34px;
    height: 34px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.product-quickView.quickView-action-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.product-quickView span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 100%;
    overflow: hidden;
    transition: .5s ease;
}

.product-quickView span svg {
    position: relative;
    z-index: 1;
}

.product-quickView span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #eee;
    border-radius: 100%;
    transform: scale(0);
    opacity: 0;
    z-index: 0;
    transition: .4s ease;
}

.product-quickView.quickView-action-link span:after {
    display: none;
}

.product-quickView.quickView-action-link span img {
    max-width: 50%;
    height: auto;
}

.product__slider {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.product-slider__item {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    background: var(--image-bg);
    height: 100%;
}

.product-slider__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: var(--image-fit, cover);
}

.slider_nav {
    position: absolute;
    bottom: 93%;
    left: 0;
    right: 0;
    padding-bottom: 0;
}

.slider_nav ul {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
}

.slider_nav ul li {
    cursor: pointer;
    /* flex-grow: 1;
    padding: 0 5px; */
    flex: 0 0 20px;
}

.slider_nav.navigation-arrows ul li:first-child {
    margin-right: auto;
    text-align: left;
}

.slider_nav.navigation-arrows ul li:last-child {
    margin-left: auto;
    text-align: right;
}

.slider_nav ul li span {
    display: inline-flex;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.7;
    vertical-align: middle;
    cursor: pointer;
}

.slider_nav ul li .slider-arrow {
    /* display: none; */
    height: auto;
    width: auto;
    background: transparent;
    opacity: 1;
}

.slider_nav.navigation-arrows {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.slider_nav.navigation-arrows ul li {
    flex-grow: 0;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: .4s ease;
    color: var(--slider-arrow-bg);
}

.slider_nav.navigation-arrows ul li svg {
    width: 16px;
    height: 16px;
    transition: .3s ease;
}

.stock-status {
    font-size: var(--xsmall-text);
}

.stock-status:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 100%;
}

.instock {
    color: #45a35d;
}

.outofstock {
    color: #ff5454;
}

.restock {
    color: #007edb;
}

.lowstock {
    color: #ffbd00;
}

.stock-status span svg {
    width: 11px;
    height: 10px;
    vertical-align: middle;
    fill: currentColor;
}

.infinte-scroll {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-label-container {
    display: flex;
    flex-wrap: wrap;
}

.product-card-label {
    background: var(--body-alternate-bg);
    color: var(--body-text-color);
    padding: 3px 9px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 10px;
}


/*quick view popup */

.popup-fullwidth.quickview-popup .popup-body-inner {
    padding: 0;
}

.popup-fullwidth.quickview-popup .quickview-popup__content {
    max-width: 100%;
}


/* quick view animation start*/

.quickview-circle {
    width: 26px;
    height: 26px;
    position: fixed;
    top: 50%;
    right: 50%;
    background: var(--body-bg);
    z-index: 10;
    border-radius: 100%;
    transform: scale(0);
}

.quickview-popup__detail .product-detail-title {
    padding-bottom: 20px;
}

.quickview-open .quickview-circle.style1 {
    transform: scale(90);
    transition: 0.6s ease;
}

#circle-b {
    background: var(--body-alternate-bg);
}


/* quick view animation end */


/* product card css end */


/* product detail css start */

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-detail-title {
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.product-detail-desc {
    margin-bottom: 10px;
    font-style: italic;
    font-size: var(--small-text);
}

.pricebox-outer {
    margin-bottom: 20px;
}

.product-prizebox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-prizebox span {
    color: var(--body-text-color);
    margin-right: 10px;
    margin-bottom: 4px;
    line-height: initial;
    vertical-align: middle;
}

.product-prizebox span:last-child {
    margin-right: 0;
}

.product-unit-price {
    margin-bottom: 6px;
}

.product-compare-price {
    text-decoration: line-through;
    opacity: 0.6;
}

.product-actual-price {
    font-weight: 600;
}

.product-percent-off {
    color: var(--product-discount-bg)!important;
    font-size: 10px!important;
    border-bottom: 3px solid var(--product-discount-bg);
}

.product-tax-shipping {
    font-size: var(--xsmall-text);
    margin-bottom: 5px;
    opacity: 0.7;
}

.product-line-item__box,
.pickup-availability__container[available] {
    padding-bottom: 30px;
}

.product-option-selector {
    margin-bottom: 20px;
  display: flex;
      gap: 30px;
      align-items: center;
}

.product-detail-item {
    margin-bottom: 15px;
    font-size: var(--small-text);
}

.product-variant-title {
    opacity: 0.6;
    margin-bottom: 5px;
    font-size: var(--xsmall-text);
}

.product-loop-variants,
.product-loop-variants-media {
    display: flex;
    flex-wrap: wrap;
}

.variant-info {
    color: var(--body-text-color);
    line-height: 1.2;
    /* margin-bottom: 30px; */
    display: inline-flex;
    align-items: center;
    font-size: var(--small-text);
}

.variant-info span {
    /* margin-right: 10px; */
    text-decoration: underline;
  font-size: 13px;
  color: #262626;
}

.variant-title {
  width: 12%;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #262626 !important;
  margin: 0 !important;
}

.variant_option {
    display: flex;
    position: relative;
    min-width: 95px;
    height: 35px;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */
    margin-right: 0px;
}
/* li.variant_option:nth-child(1), li.variant_option:nth-child(2) {
    border-right: 0px !important;
} */

.variant_option input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    min-height: auto;
    margin: 0;
    background: transparent;
}

.variant_option .option {
    color: var(--body-text-color);
    /* background: var(--body-alternate-bg); */
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    line-height: 1.1;
    transition: .4s;
}

.circle .variant_option .option,
.circle .variant_option .option:after,
.tiles .variant_option .option,
.tiles .variant_option .option:after {
    border-radius: 6px;
}

.variant_option input:checked+.option {
    background-color: transparent;
}

.variant_option .option:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* border: 1px solid var(--body-text-color-light); */
    opacity: 0;
}
li.variant_option {
    border: 1px solid #26262652 !important;
}
li.variant_option.selected {
    border: 1px solid #262626 !important;
}
.variant_option input:checked+.option:after {
    opacity: 1;
}

.color_option .variant_option {
    min-width: 56px;
    height: 33px;
    /* padding: 3px; */
}
.color_option .variant_option:hover{
  padding: 0px !important;
}

.color_option .circle .variant_option,
.color-filter-item .circle .filter-name-list-item {
    min-width: 36px;
    height: 36px;
}

.color_option .variant_option.selected {
    padding: 0;
}

.color_option.image_option .variant_option,
.color_option .product-loop-variants.tiles .variant_option,
.color-filter-item .tiles .filter-name-list-item {
    min-width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 4px;
}

.color_option .variant_option .option {
    transition: inherit;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.color_option .product-loop-variants.tiles .variant_option .option,
.color_option .product-loop-variants.tiles .variant_option .option:after,
.color-filter-item .tiles .filter-name-list-item label,
.color-filter-item .tiles .filter-name-list-item label:after {
    border-radius: 8px;
}

.color_option .circle .variant_option .option,
.color_option .circle .variant_option .option:after,
.color-filter-item .circle .filter-name-list-item label,
.color-filter-item .circle .filter-name-list-item label:after {
    border-radius: 100%;
}

.color_option .variant_option .option:after {
    opacity: 0.5;
    transition: all .1s ease;
}

.color_option .variant_option input:checked+.option:after {
    opacity: 1;
    border-color: var(--body-text-color);
    /* box-shadow: inset 0 0 0 3px var(--body-bg); */
}

.quantity {
    display: flex;
    align-items: flex-start;
  border: 1px solid #262626;
}

.quantity.small-quantity {
    margin-bottom: 0;
}

.quantity-button {
    /* background: var(--body-bg); */
    color: var(--body-text-color);
    border: 0px solid var(--body-text-color-xlight);
    min-width: 52px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* .quantity-button.quantity-down {
    border-radius: var(--quantity-radius) 0 0 var(--quantity-radius);
}

.quantity-button.quantity-up {
    border-radius: 0 var(--quantity-radius) var(--quantity-radius) 0;
} */

.quantity-button svg {
    fill: currentColor;
}

.quantity.small-quantity .quantity-button {
    min-width: 30px;
    height: 30px;
}

.quantity.small-quantity .quantity-button svg {
    width: 10px;
    height: 10px;
}

.quantity-input {
    background: transparent;
    min-height: 50px;
    color: var(--body-text-color);
    text-align: center;
    min-width: 80px;
    max-width: 80px;
    font-size: var(--text);
  border: 0px;
    height: 74px !important;
    padding: 0 10px;
    border-radius: 0;
    border-color: var(--body-text-color-xlight);
    border-left: 0;
    border-right: 0;
}

.quantity.small-quantity .quantity-input {
    min-height: 30px;
    min-width: 54px;
    max-width: 54px;
    padding: 0 5px;
    /* font-size: 14px!important; */
}

.checkout-btn {
    margin-bottom: 30px;
}

.atc__button[disabled]+.dynamic-checkout-button {
    display: none!important;
}

.ratingbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--body-text-color);
    font-size: var(--small-text);
    line-height: 1;
}

.featured-product__content .ratingbox,
.product__detail-content .ratingbox,
.quickview-popup__detail .ratingbox {
    display: inline-flex;
    padding: 6px 10px;
    background: var(--body-alternate-bg);
}

.star-ratings {
    display: inline-flex;
    margin-right: 7px;
    border-right: 1px solid var(--divider-color);
    padding-right: 7px;
    font-weight: 600;
}

.star-ratings svg {
    margin-right: 5px;
    fill: currentColor;
    width: 10px;
    height: auto;
}

.star-ratings svg path.d {
    fill: #ddd;
}

.product__detail-content .star-ratings svg,
.featured-product__content .star-ratings svg,
.quickview-popup__detail .star-ratings svg {
    margin-left: 5px;
}

.review-count {
    font-size: 12px;
    color: var(--body-text-color);
}

.social-icons {
    display: inline-flex;
    align-items: center;
}

.social-icons__list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-icons-text {
    margin-right: 10px;
}

.social-icons__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons__link {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    background-color: transparent;
    color: var(--body-text-color);
}

.circle-icons .social-icons__link {
    z-index: 1;
    color: var(--body-bg);
}

.circle-icons .social-icons__link:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background: var(--body-text-color);
    z-index: -1;
    border-radius: 100%;
}

.social-icons__link svg {
    width: 16px;
    height: 16px;
}

.circle-icons .social-icons__link svg {
    width: 12px;
    height: 12px;
}

.custom-liquid *,
.rich-text-editor-content * {
    margin-bottom: 10px;
}

.rich-text-editor-content a,
.rte a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product-social__box {
    display: inline-flex;
    margin-bottom: 0;
}

.product-social__item {
    display: flex;
    align-items: center;
    font-size: var(--small-text);
    color: var(--body-text-color);
}

.product-social__item svg {
    margin-left: 6px;
    width: 13px;
}

.product-social__expand {
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: .4s ease;
}

.product-social__box.active .product-social__expand {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.copiedtext {
    position: absolute;
    left: calc(50% - 30px);
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-100%);
    color: var(--body-bg);
    transition: .4s ease;
    background: var(--body-text-color);
    padding: 3px 7px;
    min-width: 60px;
    font-size: 12px;
}

.copiedtext:after {
    border-left: solid transparent 8px;
    border-right: solid transparent 8px;
    border-top: solid var(--body-text-color) 8px;
    bottom: -6px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

.copied .copiedtext {
    opacity: 1;
    transform: translateY(-110%);
}

.product-loop-variants .variant_option input.productOption.not-available+.option {
    opacity: 1;
    overflow: hidden;
}

.not-available+.option:before {
    text-decoration: line-through;
    opacity: 0.5;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 50%;
    left: 0;
    transform: rotate(32deg);
}

.variant_option .option.media-swatch-option {
    padding: 0;
    overflow: hidden;
}

.circle .variant_option .option.media-swatch-option {
    border-radius: 6px;
}

.variant_option .option.media-swatch-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-query__heading {
    margin-bottom: 20px;
}

.product-query__content {
    padding: 10px;
}

.product-query__content .form-group {
    margin-bottom: 12px;
}

.product-query-popup .popup-close {
    display: none;
}

.pass-through-color {
    background: var(--body-bg)!important;
}

.spotlight-style1 .spotlight__inner-item .pass-through-color {
    background: var(--body-alternate-bg)!important;
}

.pass-through-color img {
    mix-blend-mode: multiply;
}


/* product detail css end */


/* blog post css start */

.post__item {
    margin-bottom: 25px;
}

.post__img {
    position: relative;
    background: var(--image-bg);
    border-radius: var(--image-radius);
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.post__content {
    position: relative;
    padding: 10px 0 0;
}

.post__content * {
    margin-bottom: 5px;
}

.post__title {
    display: block;
    color: var(--heading-color);
}

.post__desc {
    font-size: var(--small-text);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.post__tags li {
    margin: 0;
}

.post__tags li a {
    display: inline-block;
    padding: 3px 12px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    background-color: var(--body-alternate-bg);
    color: var(--body-text-color);
    border-radius: 20px;
    line-height: 1.2;
}

.post__author {
    margin-bottom: 5px;
}

.post__author span {
    margin-right: 10px;
    opacity: 0.5;
    font-size: var(--xsmall-text);
}

.post__author span+span {
    padding-left: 13px;
    position: relative;
}

.post__author span+span:after {
    position: absolute;
    content: "";
    background: currentColor;
    left: 0;
    top: 15%;
    width: 1px;
    height: 70%;
}


/* blog post css end */


/* sidebar css start */

body.no-scroll {
    overflow: hidden;
}

body.no-scroll {
    position: relative;
}

body[class*=open]:not(.quickview-open)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--body-text-color-light);
    top: 0;
    left: 0;
    z-index: 1;
}

.sd-sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    right: 0;
    visibility: hidden;
    transition: .2s ease;
    opacity: 0;
    pointer-events: none;
    display: flex;
}

.sd-sidebar--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.sd-sidebar-background {
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
    background: var(--body-text-color-light);
}

.overlay-close {
    display: none;
}

.sd-sidebar--visible .sd-sidebar-background {
    opacity: 1;
    pointer-events: all;
}

.sd-sidebar-container {
    position: relative;
    width: 100%;
    background: var(--body-bg);
    height: 100%;
    max-width: 450px;
    transition: .8s ease;
    margin-left: auto;
    transform: translate(100%);
}

.sd-sidebar[class*="left"] .sd-sidebar-container {
    margin-left: auto;
    transform: translate(100%);
}

.sd-sidebar[class*="right"] .sd-sidebar-container {
    margin-left: unset;
    margin-right: auto;
    transform: translate(-100%);
}

.sd-sidebar[class*="bottom"] .sd-sidebar-container {
    max-width: 100%;
    max-height: 400px;
    margin-top: auto;
    transform: translate(0, 100%);
}

.sd-sidebar--visible .sd-sidebar-container {
    transform: translate(0, 0)!important;
}

.sd-sidebar-head {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider-color);
}

.sd-sidebar-title span {
    display: inline-block;
    margin-right: 12px;
}

.sd-sidebar-close {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 100%;
}

.sd-sidebar-close:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    background: var(--body-text-color);
    width: 54px;
    height: 54px;
    border-radius: 100%;
    z-index: -1;
    transition: .4s ease;
    transform: scale(0);
}

.sd-sidebar-close svg {
    transition: .7s ease;
    fill: currentColor;
    width: 20px;
    height: auto;
}

.sd-sidebar-content {
    height: calc(100% - 65px);
    overflow-y: auto;
    padding-top: 30px;
}


/* sidebar css end */


/* preloader css start */

.preloader {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: var(--preloader-bg);
}

.preloader__logo {
    max-width: 300px;
    position: relative;
    z-index: 5;
}

.preloader__overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: auto;
}

.preloader__background-1 {
    background: var(--preloader-bg);
}

.preloader__background-2 {
    background: var(--preloader-bg-dark);
}

.loader {
    color: var(--body-text-color-xlight);
}


/* preloader css end */


/* popup css start */

.popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
    transition: .4s ease;
    animation: fade-in .5s ease-out;
}

.popup--visible,
#sizeChart:target,
#passwordPopup:target {
    display: block;
    animation: fade-out .5s ease-out;
    /* opacity: 1 !important;
    visibility: visible !important; */
}

@keyframes fade-out {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.popup-background {
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
    background: var(--body-text-color-light);
}

.popup-fullwidth .popup-background {
    display: none;
}

.popup--visible .popup-background,
#sizeChart:target .popup-background,
#passwordPopup:target .popup-background {
    opacity: 1;
    pointer-events: all;
}

.popup-container {
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
    pointer-events: none;
    max-width: 90%;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 100%;
}

.popup-fullwidth .popup-container {
    display: block;
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.popup-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 100%;
    pointer-events: auto;
    background-color: var(--body-bg);
    overflow-y: auto;
}

.popup-fullwidth .popup-body {
    height: 100%;
}

.popup-body-inner:nth-child(1) {
    margin-top: auto;
}

.popup-body-inner:last-child {
    margin-bottom: auto;
    margin-top: auto;
}

.popup-body-inner {
    width: 100%;
    padding: 20px;
}

.popup-fullwidth .popup-body-inner {
    max-width: 100%;
}

.popup-close {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--body-text-color); */
    color: var(--body-bg);
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    border-radius: 100%;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .12); */
}

.popup-fullwidth .popup-close {
    position: fixed;
    top: 15px;
    right: 15px;
}

.quickview-popup .popup-close {
    display: flex;
}

.quickview-popup .popup-body .popup-close {
    display: none;
}

.popup-close svg {
    transition: .4s ease;
    fill: currentColor;
    width: 14px;
    height: auto;
}

.quickview__header {
    background-color: var(--body-bg);
    z-index: 2;
}

.quickview__heading-item {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
}

.quickview__heading {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: text-marque;
    animation-duration: var(--animation-speed);
    text-align: center;
    opacity: var(--marque-opacity);
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    animation-direction: normal;
}

.quickview-popup__detail {
    background: var(--body-bg);
    z-index: 0;
}

.quickview-popup__detail .quantity-input {
    min-width: 60px;
    max-width: 60px;
}

.quickview-popup__detail .quantity-button {
    min-width: 42px;
}

@keyframes text-marque {
    0% {
        transform: translateX(0);
        visibility: visible;
    }
    100% {
        transform: translateX(-100%);
    }
}


/* password popup css end */


/* not found css start */

.empty__state-box {
    padding: 40px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
}

.minicart__outerbox .empty__state-box {
    margin-top: auto;
    margin-bottom: auto;
}

.empty__state-box .empty-icon {
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
    color: var(--body-text-color);
}

.empty__state-box .empty-icon svg {
    width: 100px;
    fill: currentColor;
}

.empty__state-heading {
    margin-bottom: 7px;
}

.empty__state-desc {
    opacity: 0.7;
}

.empty__state-box .button {
    margin-top: 30px;
}

.empty__state-content {
    padding-top: 40px;
    width: max-content;
    padding-bottom: 20px;
    min-width: 300px;
    max-width: 90%;
}

.empty__state-collection {
    display: grid;
    gap: 20px;
}

.empty__state-collection-menu {
    width: 100%;
    padding: 10px 20px;
    display: grid;
    background: var(--body-alternate-bg);
    text-align: left;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.empty__state-collection-menu svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    margin-left: 10px;
}

.empty__state-content-text {
    padding-bottom: 20px;
}

.product__detail-content-right .product-loop-variants .variant_option:hover input:not(:checked)+.option{
  background-color: #262626 !important;
}

.product__wrapper .product-quantity-selector  .quantity-input {
    height: 65px !important;
}

.product__wrapper .product-quantity-selector .quantity-button {
    padding: 0;
    height: 65px;
}

.product__container.product__grid .product__detail-content .form button.atc__button {
    height: 67px;
}

@keyframes text-marque {
    0% {
        transform: translateX(0);
        visibility: visible;
    }
    100% {
        transform: translateX(-100%);
    }
}


/* not found css end */

.animated-text {
    background: linear-gradient(to bottom, #94A5FF, #FF3939, #94A5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-size: 200% 200%;
    animation: animationgradient 5s ease infinite;
}

@keyframes animationgradient {
    0% {
        background-position: 0 200%;
    }
    100% {
        background-position: 200% 0;
    }
}

.scroll__top {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    bottom: var(--vertical-position, 20px);
    z-index: 99;
    border-radius: 100%;
    background: var(--scrollTop-bg);
    color: var(--scrollTop-color);
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    transition: .4s ease;
}

.scroll__top.pos-left {
    left: 20px;
    transform: translateX(-170%);
}

.scroll__top.pos-right {
    right: 20px;
    transform: translateX(170%);
}

.scroll__top.pos-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(200%);
}

.scroll__top.pos-center.show {
    transform: translateY(0%);
}

.scroll__top.pos-left.show,
.scroll__top.pos-right.show {
    transform: translateX(0%);
}

.scroll__top-text svg {
    vertical-align: middle;
    margin-bottom: 2px;
    fill: currentColor;
    width: 15px;
    height: auto;
}


/* Form  Messages css start */

.form-message__wrapper {
    padding: 12px 16px;
    background-color: var(--body-alternate-bg);
    margin: 10px 0;
}

.form-message__wrapper.small-error {
    padding: 6px 8px;
    margin: 5px 0;
    text-wrap: wrap;
}

.form-message__wrapper ul {
    list-style: none;
    padding: 0;
}

.form-message__wrapper .form-message__title {
    display: flex;
    align-items: flex-start;
    color: #575757;
    font-size: var(--small-text);
}

.form-message__wrapper.small-error .form-message__title {
    font-size: 10px;
}

.form-message__wrapper .form-message__title svg {
    max-width: 20px;
    min-width: 20px;
    margin: 0 10px 0 0;
}

.form-message__wrapper.small-error .form-message__title svg {
    max-width: 14px;
    min-width: 14px;
    margin: -2px 5px 0 0;
}

.error {
    background-color: var(--error-bg-color);
}

.error,
.error .form-message__title svg {
    color: var(--error-color);
}

.success {
    background-color: var(--success-bg-color);
}

.success,
.success .form-message__title svg {
    color: var(--success-color);
}

.form-message__wrapper.no-bg {
    padding: 0;
    background: transparent;
}

.form-message__wrapper.no-bg.error .form-message__title {
    color: var(--error-color);
}

.form-message__wrapper.no-bg.success .form-message__title {
    color: var(--success-color);
}

.form-message__wrapper.no-bg .form-message__title svg {
    max-width: 17px;
    min-width: 17px;
    margin: 0 6px 0 0;
}


/* Form Error Messages css end */


/* Cookie banner css start */

.privacy__banner {
    position: fixed;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
    right: 0;
    width: 100%;
    display: none;
}

.privacy__banner-inner {
    background: var(--body-bg);
    color: var(--body-text-color);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.privacy__banner-text {
    padding-right: 40px;
    margin: 5px 0;
}

.privacy__banner-text * {
    font-size: var(--small-text);
}

.privacy__banner-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.privacy__banner-btn .hyperlink {
    text-decoration: none;
    display: inline-block;
    padding-right: 15px;
    font-size: var(--small-text);
    margin: 5px 0;
}


/* Cookie banner css end */


/* age verifier css start */

.age-verifiction__box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.age-verification__logo {
    max-width: 300px;
    margin: 0 auto 30px;
}

.age-verifiction__heading {
    padding-bottom: 10px;
}

.age-verifiction__desc {
    padding-bottom: 30px;
}

.age-verifiction__btn {
    justify-content: center;
}

.age-verification__comment {
    padding-top: 30px;
    max-width: 80%;
    margin: 0 auto;
}


/* age verifier css end */

.mobile-section-link-btn {
    padding: 20px 0;
}


@media (min-width: 576px) {
    .btn-group {
        display: flex;
        margin: 0 -5px;
    }
    .btn-group .button {
        margin: 0 5px;
    }
    .dynamic-checkout-enabled {
        display: grid;
        align-items: flex-end;
        grid-template-columns: auto 1fr;
        grid-gap: 10px;
    }
    .dynamic-checkout-enabled.no-quantity {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .dynamic-checkout-enabled .shopify-payment-button,
    .dynamic-checkout-button {
        width: 100%;
        /* grid-column: span 2; */
        grid-column: 1/3;
    }
    .dynamic-checkout-enabled.no-quantity .shopify-payment-button,
    .dynamic-checkout-button {
        margin-top: 5px;
    }
    .age-verifiction__box {
        padding: 30px;
    }
    .popup.small-width .popup-container {
        max-width: 450px;
    }
}
div#sizeChart p{
  color: #262626;
  font-weight: 400;
}
.last-row p{
    font-size: 16px;
  }
.row-column3 span {
    font-size: 15px;
}
table span {
    font-size: 15px;
}
.product-header .header-icons a {
    color: #262626 ;
}
 .checkout-btn.dynamic-checkout-enabled {
    padding-top: 30px;
}
@media (min-width: 768px) {
  .t-shirt img{
  height: 230px;
}
  .row.second-row .column1 img {
    height: 164.39px;
}
   .column1-small img {
    height: 131px;
}
  .popup-size-heading h4 {
    font-size: 32px;
    color: #262626;
    font-weight: 800;
}
  .table-heading{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 0;
  }
 
  .product-header h3, .product-header a  {
    color: #262626 ;
}
  .product-header h3{
    color: #262626 !important;
}

  .last-row p{
    font-size: 14px;
  }
  
  .topbar__left.desktop{
    display: block;
  }
  
  .footer-bottom{
    padding-bottom: 100px !important;
  }
    .product-hover-options.color-swatch-desktop-false {
        background: transparent;
    }
    .product-hover-options.color-swatch-desktop-false .product-options {
        justify-content: flex-end;
    }
    .button.med-btn {
        min-width: 170px;
        min-height: 54px;
        font-size: 16px;
        text-transform: uppercase;
    }
    .button.large-btn {
        min-width: 200px;
        min-height: 64px;
        font-size: 18px;
    }
    .classic-btn-hover .button.style1.med-btn {
        font-size: 12px;
    }
    .classic-btn-hover .button.style1.large-btn {
        font-size: 14px;
    }
    .button.style2.med-btn .btn-icon svg,
    .button.style2.large-btn .btn-icon svg,
    .button.style2.xlarge-btn .btn-icon svg {
        width: 15px;
    }
    .column-group {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
    }
    .column-group .form-group {
        flex: 0 0 50%;
        padding: 0 7px;
    }
    .sd-sidebar-head {
        padding: 10px 30px;
    }
    .sd-sidebar-container {
        max-width: 540px;
    }
    .heading-between .section-heading-title {
        padding-right: 20px;
    }
    /* .popup--visible .quickview-popup__content {
        animation: popop-fadeIn 0.6s ease;
    } */
    .quickview-popup__content {
        max-width: 95%;
        margin: 0 auto;
    }
    @keyframes popop-fadeIn {
        0% {
            opacity: 0;
            transform: translateY(30%);
        }
        100% {
            opacity: 1;
            transform: translate(0);
        }
    }
    .quickview-popup .popup-body-inner.quickview-marquee-enabled {
        padding: 0;
        padding-bottom: 30px;
    }
    .quickview-popup__detail {
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .quickview-popup__img .grid-two .product__img-item:first-child {
        flex: 0 0 50%;
        flex-grow: 1;
    }
    .quickview-popup__img .emphasize_first_image .product__img-item:first-child {
        flex: 0 0 100%;
    }
    .quickview-popup__img .grid-two .product__img-item {
        flex-grow: 1;
    }
    .post__item {
        margin-bottom: 50px;
    }
    .quickview-popup .popup-close {
        display: none;
    }
    .quickview-popup .popup-body .popup-close {
        display: flex;
    }
    .popup-fullwidth.quickview-popup .quickview-popup__detail {
        max-width: 90%;
        padding-top: 40px;
    }
}
.immage-text-div h6 {
    font-weight: 600;
  font-size: 18px;
}
@media (min-width: 992px) {
    .section-heading-desc {
        max-width: 80%;
    }
    .popup-container {
        max-width: 1150px;
    }
    .quickview-popup__content {
        max-width: 90%;
        margin: 0 auto;
    }
    .scroll__top.pos-left {
        left: 80px;
    }
    .privacy__banner {
        max-width: calc(100% - 60px);
    }
}

@media (min-width:1025px) {
     :focus:not(:focus-visible),
    button:focus:not(:focus-visible) {
        outline: 0;
    }
    .flickity-button:focus {
        outline: 1px solid var(--body-text-color);
        box-shadow: none;
    }
    .flickity-prev-next-button.previous:hover .flickity-button-icon {
        margin-left: -10px;
    }
    .flickity-prev-next-button.next:hover .flickity-button-icon {
        margin-left: 10px;
    }
    .button:not([disabled]):hover {
        background: var(--button-hover-bg);
        border-color: var(--button-hover-border);
        color: var(--button-hover-color);
    }
    .button.style1:not([disabled]):hover .btn-icon {
        transform: translateX(10px);
    }
    .button.style2:not([disabled]):hover .btn-icon-bg {
        background-color: var(--button-hover-color);
    }
    .button.style2:not([disabled]):hover .btn-icon svg path {
        stroke: var(--button-hover-bg);
    }
    .button.style2:not([disabled]):hover .btn-text span {
        transform: translateY(-80%) translateZ(0);
    }
    button.shopify-payment-button__button:not([disabled]):hover,
    .secondary-button:not([disabled]):hover {
        background: var(--button-sec-hover-bg);
        border-color: var(--button-sec-hover-border);
        color: var(--button-sec-hover-color);
    }
    .classic-btn-hover .button.style1:not([disabled]) {
        transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
    }
    .classic-btn-hover .button.style1:not([disabled]):hover {
        box-shadow: 15px 15px 20px #0003;
        transform: translate(0, -5px);
    }
    .classic-btn-hover .button.style1>span {
        transition: .3s ease;
        letter-spacing: 2px;
    }
    .classic-btn-hover .button.style1 .btn-icon {
        position: absolute;
        overflow: hidden;
        transform: unset!important;
        opacity: 1!important;
        margin: 0;
    }
    .classic-btn-hover .button.style1 .btn-icon svg {
        transform: translateY(160%);
        transition: 0.2s ease;
        width: 63px;
    }
    .classic-btn-hover .button.style1:not([disabled]):hover>span {
        transform: translateY(-100%);
        opacity: 0;
    }
    .classic-btn-hover .button.style1:not([disabled]):hover .btn-icon svg {
        transform: translateY(0%);
        transition-delay: 0.1s;
    }
    .img-zoom:hover img {
        transform: scale(1.1);
    }
    .social-icons__link:hover {
        transform: translateY(-10px);
    }
    /* .product-card-outer {
        margin: 0 -10px;
    }
    .product-card {
        padding: 0 10px;
    } */
    .product-hover-options {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
    }
    .product-card.hover-options .product-card-img:hover .product-hover-options {
        opacity: 0.94;
        transform: translateY(0);
        pointer-events: auto;
    }
 
}
.product-card-img.on-hover-img:hover .product-second-img {
  display: block !important;
}

    /* .product-card-img.on-hover-img:hover .product-second-img, */
    /* .product-card-img.on-hover-img:hover .product__slider {
        opacity: 1;
        transition-property: opacity, transform;
        transform: scale(1);
        visibility: visible;
    } */
    .product-card-img.on-hover-img:hover .product-second-img {
        /* animation-iteration-count: 1;
        animation-name: fadeInOpacity;
        animation-timing-function: ease-in-out;
        animation-duration: 0.5s; */
        transform: translateX(0%);
        visibility: visible;
        /* transition-property: transform; */
    }

  /* .product-card-img.on-hover-img:hover .product-second-img {
display:block;
 transform: scale(3.0); 
animation: hovering 5s infinite;
    visibility: visible;
  }
  .product-second-img {
position: relative;
transition: all .9s ease-in-out; 

animation: nohovering 0.9s; 
  } */
  /* .product-card-img.on-hover-img .image-wrapper{
   
      animation-name: fadeInOpacity;
       
        animation-timing-function: ease-in-out;
        animation-duration: 0.5s;
        transform: translateX(0%);
        visibility: visible;
        transition-property: transform;
  }
   
    .product-card-img.on-hover-img:hover .product__slider {
        transform: translateX(0%);
        visibility: visible;
        transition-property: transform;
        pointer-events: all;
    } */
    .product-card-img.on-hover-img:hover .slider_nav.navigation-arrows {
        display: block;
    }
    .slider_nav.navigation-arrows ul li:hover {
        background: var(--slider-arrow-bg);
        color: var(--slider-arrow-color);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    }
    .slider_nav.navigation-arrows ul li:hover svg {
        transform: scale(0.8);
    }
    .product-quickView:hover span:after {
        transform: scale(1);
        opacity: 1;
    }
    .product__slider {
        display: flex;
        /* opacity: 0; */
        visibility: hidden;
        transform: translateX(100%);
        pointer-events: none;
        transition: .6s ease;
    }
    /* .product-second-img {
        display: block;
        transform: translate(100%);
        backface-visibility: hidden;
     
    } */
  
    .slider_nav ul {
        display: flex;
    }
    .product-loop-variants .variant_option:hover input:not(:checked)+.option {
        background-color: var(--divider-color);
    }
    .color_option .variant_option:hover .option:after {
        opacity: 1;
        border-color: var(--body-text-color);
        box-shadow: inset 0 0 0 3px var(--body-bg);
    }
    .section-link-inner::after,
    .section-link-inner::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
    }
    .section-link-inner::before {
        background-color: var(--link-hover-color);
        height: 1px;
        bottom: 0px;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1);
    }
    .section-link-inner::after {
        content: attr(data-replace);
        height: 100%;
        top: 0;
        transform-origin: 100% 50%;
        transform: translate3d(0, 150%, 0);
        transition: transform .4s cubic-bezier(0.76, 0, 0.24, 1);
        color: var(--link-hover-color);
    }
    .section-link:hover .section-link-inner span {
        transform: translate3d(0, -150%, 0);
    }
    .section-link:hover .section-link-inner::after {
        transform: translate3d(0, 0, 0);
    }
    .section-link:hover .section-link-inner::before {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    .section-link:hover {
        color: var(--link-hover-color);
    }
    .section-link:hover svg {
        transform: translate3d(8px, 0, 0);
    }
    .section-link.icon-left:hover svg {
        transform: translate3d(-8px, 0, 0);
    }
    .pagination__link:hover {
        color: var(--link-hover-color);
        opacity: 1;
    }
    .pagination__icon .pagination__link:hover {
        background: var(--link-bg-color);
    }
    .sd-sidebar-close:hover {
        color: var(--body-bg);
    }
    .sd-sidebar-close:hover::after {
        transform: scale(1);
    }
    .overlay-close {
        position: absolute;
        width: 66px;
        height: 66px;
        background: var(--body-bg);
        color: var(--body-text-color);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        transform-origin: center;
        top: -33px;
        left: -33px;
    }
    .overlay-close svg {
        width: 40%;
    }
    .sd-sidebar-background {
        cursor: none;
    }
    .sd-sidebar-background:hover {
        color: var(--body-text-color);
    }
    html.no-js .sd-sidebar-background {
        cursor: pointer;
    }
    .sd-sidebar-background:hover .overlay-close,
    .popup-background:hover .overlay-close {
        transform: scale(1);
    }
    .popup-close:hover {
        color: var(--body-bg);
        box-shadow: 0 0 1px 9px var(--body-text-color-xlight), 0 0 1px 18px var(--body-text-color-xlight);
    }
    .popup-close:hover svg {
        transform: rotate(90deg);
    }
    html.no-js .sd-sidebar-background .overlay-close,
    html.no-js .popup-background .overlay-close {
        transform: scale(0);
    }
    .privacy__banner-btn .hyperlink:hover {
        text-decoration: underline;
        color: var(--link-hover-color);
    }
    /*image hover animation */
    .featured-collection-grid__img.light-effect:before,
    .light-effect .post__img:before {
        position: absolute;
        top: 0;
        left: -85%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .featured-collection-grid__img.light-effect:hover:before,
    .light-effect .post__img:hover:before {
        -webkit-animation: shine 1s;
        animation: shine 1s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}

@media (min-width:1200px) {
    .empty__state-box {
        min-height: 450px;
    }
    .button.med-btn {
        min-width: 180px;
        min-height: 54px;
    }
    .button.large-btn {
        min-width: 220px;
        min-height: 70px;
    }
    .button.large-btn .btn-icon svg,
    .button.xlarge-btn .btn-icon svg {
        width: 14px;
    }
    .button.xlarge-btn {
        min-width: 260px;
        min-height: 80px;
        font-size: 22px;
    }
    .sd-sidebar-head {
        padding: 10px 40px;
    }
    .popup-container {
        max-width: 1050px;
    }
    .popup-fullwidth .popup-close {
        top: 40px;
        right: 40px;
        width: 60px;
        height: 60px;
    }
    .popup-fullwidth .popup-close svg {
        width: 18px;
    }
    .quickview-popup__content {
        max-width: 90%;
    }
    /* .popup-fullwidth .quickview-popup__content {
        max-width: 80%;
    } */
    .slider_nav ul li span {
        width: 100%;
        height: 3px;
    }
    .product-quickView.quickView-action-link span img {
        max-width: 62%;
        height: auto;
    }
    .popup-fullwidth.quickview-popup .quickview-popup__detail {
        max-width: 70%;
        padding-top: 40px;
    }
}

@media (min-width:1441px) {
    .product-hover-options {
        padding: 14px 10px;
    }
    .variant_option .option {
        padding: 3px 22px;
    }
    .quickview-popup__content {
        max-width: 90%;
    }
    /* .popup-fullwidth .quickview-popup__content {
        max-width: 70%;
    } */
}

@media (max-width:1440px) {
    .post__author {
        font-size: var(--small-text);
    }
}

@media (max-width: 1199px) {
    .quantity-input {
        min-height: 50px;
        min-width: 60px;
        max-width: 60px;
    }
    .quantity-button {
        min-width: 42px;
        /* height: 50px; */
    }
    .variant-info {
        font-size: var(--text);
    }
}

@media (max-width: 991px) {
    .empty__state-box {
        min-height: 250px;
    }
    .section-heading-desc {
        font-size: var(--text);
    }
    .empty__state-content {
        padding-top: 30px;
        max-width: 90%;
    }
}
.mobile-title-only{
    display: none;
  }

@media (max-width: 767px) {

  .row.second-row .column1, .t-shirt {
    width: 100% !important;
} 
  .row.second-row .column1 img {
    height: 100% !important;
}
   
  .popup-size-heading h4 {
    padding-top: 30px;
    font-size: 24px;
    color: #262626;
    font-weight: 800;
}
   .table-heading{
    font-size: 24px;
     font-weight: 600;
     padding-top: 20px;
  }
  .select-color.product-option-selector.no-js-hidden.color_option {
    margin-bottom: 35px;
}
  .mobile-title-only{
    font-size: 24px;
        font-weight: 600;
    display: block !important;
  }
  tr.fir-tr th.size {
    width: 18%;
}
      .variant_option {
        min-width: 92px !important;
    }
  .product-header h3{
    color: white !important;
}
  .related-products__slider .product-card-item {
    width: 70% !important;
    flex: 0 0 70% !important;
  }
  .related-products__slider:not(.flickity-enabled) {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
  header.mobile-header.open {
    background-color: #262626 !important;
}
  .topbar__left-mobile p {
    color: #262626;
    font-weight: 500;
}
.topbar__right-mobile {
        /* display: block !important; */
        display: flex;
        gap: 6px;
        font-weight: 500;
        color: #262626;
        font-size: 18px;
        align-items: center;
        font-family: roboto;
    }
  .collection-list__container .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
  .overlapping-pl__desc {
    padding-bottom: 30px !important;
  }
  i.far.fa-times.close.triggerClose {
    color: white;
}
  .product-card-item img {
    /* width: 311px;
    height: 305px !important; */
}
  .overlapping-pl__products-list .product-card .product-card-img {
    background: transparent !important;
  }
  div#overlapping-item-media_product_list_MmEw9M .product-card-item img {
  width: 100%;
    height: 100% !important;
}
  section#shopify-section-template--17178648084532__rich_text_WQLFJy .button.med-btn{
width: 100%;
  }
  /* mobile-font-size */
  section#shopify-section-template--17178648084532__e35a4f88-7eed-47ae-b5ab-f515973c8a9a h4.section-heading-title.rte.h5{
    font-size: 16px !important;
  }
  section#shopify-section-template--17178648084532__e35a4f88-7eed-47ae-b5ab-f515973c8a9a a.unstyled-link.section-link span{
    font-size: 15px !important;
  }
  .section-link svg {
    /* width: 8px !important; */
  }
  h3.overlapping-pl__heading.h3, h3.overlapping-pl__heading.h5 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  p.overlapping-pl__desc {
    font-size: 16px !important;
  }
  /* mobile-font-size */
  
    .product-hover-options.color-swatch-mobile-false {
        background: transparent;
    }
    .product-hover-options.color-swatch-mobile-false .product-options {
        justify-content: flex-end;
    }
    .flickity-enabled+.slider-progress-bar {
        display: block;
        margin-top: 20px;
    }
    .btn-icon {
        margin-left: 7px;
    }
    .button .btn-icon svg {
        width: 10px;
        height: auto;
    }
    .popup-body-inner {
        width: 100%;
        padding: 20px;
    }
    .page-content {
        padding: 16px 0;
    }
    .post__tags li a {
        margin: 0 7px 7px 0;
    }
    .section-heading-box .section-link {
        display: none;
    }
    .popup-background {
        backdrop-filter: blur(11px);
    }
    .quickview-circle {
        display: none;
    }
    .quickview-popup.popup-fullwidth .popup-container {
        max-height: 96%;
        top: 4%
    }
    .quickview-popup.popup-fullwidth .popup-container .popup-body {
        transform: translateY(100%);
        opacity: 1;
        transition: .4s ease;
    }
    .quickview-popup.popup-fullwidth.popup--visible .popup-container .popup-body {
        transform: translateY(0%);
        opacity: 1;
    }
    .quickview-popup.popup-fullwidth .popup-body-inner {
        padding: 0;
    }
    .quickview-popup .popup-close {
        top: 10px;
        right: calc(50% - 22px);
        border: 1px solid var(--body-bg);
    }
    .quickview__header {
        display: none;
    }
    .quickview__heading {
        padding-bottom: 20px;
    }
    .quickview-popup__detail {
        position: unset;
        padding: 20px;
        padding-bottom: 0;
    }
    .quickview-popup__img .product__img-gallery .product__img-item {
        flex: 0 0 100%;
    }
    .quickview__placeholder svg {
        max-width: 100%;
    }
    .color_option .variant_option {
        min-width: 40px;
        height: 35px;
    }
  .color_option .variant_option.selected {
    padding: 0;
    min-width: 95px !important;
}
    .product-options .variant_option.more .option,
    .product-options .variant_option.more:hover .option {
        background-color: transparent;
        font-size: 12px;
        color: var(--body-text-color);
    }
    .product-options .variant_option.more .option:after {
        display: none;
    }
    .product-detail-title {
        font-size: var(--h6);
    }
    .variant-title {
    font-size: 18px;
        width: 19% !important;
    }
    .product-detail-desc {
        font-size: var(--xsmall-text);
    }
    .product-option-selector {
        /* margin-bottom: 40px; */
      
    }
  .select-size.product-option-selector.no-js-hidden{
       margin-bottom: 12px !important;
  }
  .product-option-selector{
    gap: 25px !important;
       
  }
      .product-option-selector:nth-child(1) {
        margin-bottom: 10px;
    }
    .checkout-btn {
        margin-bottom: 30px;
    }
    .product-line-item__box,
    .pickup-availability__container[available] {
        padding-bottom: 20px;
    }
    .variant-info {
        margin-bottom: 20px;
    }
    .product-hover-options {
        background: transparent;
    }
    .privacy__banner-text {
        padding-right: 20px;
    }
    .col-lg-4:last-child .post__item {
        margin-bottom: 0;
    }
    .collection-products-section .collection-products__slider.stacked_products~.mobile-section-link-btn {
        padding-top: 0;
    }
    .box-shadow-true .product-card-img {
        box-shadow: 3px 3px 0 var(--product-border);
        margin-bottom: 3px;
    }
}

@media (max-width:575px) {
    .button,
    button.shopify-payment-button__button,
    button.shopify-payment-button__button--hidden,
    .shopify-challenge__button {
        min-width: 140px;
        min-height: 46px;
        padding: 20px;
        font-size: 14px;
    }
    .shopify-challenge__button {
        height: 46px;
    }
    .link-btn {
        min-width: 70px;
        min-height: 26px;
        padding: 3px 10px;
    }
    .btn-group .button {
        margin: 5px 0;
    }
    .section-heading-box {
        margin-bottom: 15px;
    }
    .empty__state-box {
        padding: 20px;
    }
    .product-quantity-selector {
        margin-bottom: 20px;
    }
    .atc__button {
        margin-bottom: 10px;
    }
    .quantity-input {
        min-height: 40px;
        min-width: 50px;
        max-width: 50px;
    }
    .quantity-button {
        min-width: 40px;
        height: 40px;
    }
    .product-options .color_option .variant_option,
    .product-options .color_option.image_option .variant_option {
        min-width: 22px;
        height: 22px;
        margin: 0;
    }
    .product-hover-options {
        padding: 1px 10px 4px;
    }
    .variant-info {
        font-size: var(--msmall-text);
    }
    .privacy__banner-text {
        padding-right: 0;
        width: 100%;
    }
    .product-card-label {
        padding: 2px 7px;
    }
    .empty__state-content {
        min-width: 250px;
    }
}

.skip-to-content-link:focus,
.skip-to-content-link:focus-visible {
    width: auto;
    height: auto;
    clip: auto;
    z-index: 9;
    top: 10px;
    left: 10px;
    z-index: 11;
    outline-color: #fff;
}

.skip-to-content-link {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}


/* custom select  */

.custom-select {
    position: relative;
}

.selectBtn {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 30px;
}

.selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid var(--form-input-color);
    border-bottom: 2px solid var(--form-input-color);
    transition: 0.2s ease;
}

.custom-select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border: 1px solid var(--form-input-border);
    border-top: 0;
    z-index: 3;
    background: var(--form-input-bg);
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    max-height: 450px;
    overflow-y: auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.custom-select .selectDropdown.toggle {
    visibility: visible;
    transform: scale(1, 1);
}

.custom-select .selectDropdown .option {
    padding: 10px 18px;
    color: var(--body-text-color);
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.custom-select .selectDropdown .option:hover,
.custom-select .selectDropdown .productOption:checked+.option {
    background-color: var(--body-alternate-bg);
}

.custom-select .selectDropdown .productOption.not-available+label.option {
    display: none;
}

/* pop-up */
#openPopup {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: 10% auto;
    width: 60%;
    max-width: 800px;
    background: #fff;
    
    border-radius: 8px;
    display: flex;
    color: white;
}

.popup-body {
    display: flex;
    justify-content: space-between;
}

.form-section {
background:black;
    width: 50%;
    padding: 10px;
}

.image-section {
    width: 50%;
    padding: 10px;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
/* 27aug */
button.tab-button:hover {
    color: white;
}
.footer-bottom-phone, .header-logo-footer-phone{
  display: none;
}
.new-mobile{
    display: none !important;
  }
li.variant_option.selected .option {
    /* color: #262626 !important; */
}
input#product-quantity-product-form-template--17178648313908__main {
    color: #262626 !important;
}
@media (max-width: 768px){

  .size-chart__content ul {
    padding-left: 3rem;
}
  .size-chart__content .last-row {
    padding-left: 3rem !important;
}
  .desktop-size{
    display: none !important;
  }
  .new-mobile{
    display: block !important;
            /* padding-left: 6px; */
  }
  .icon-image {
    max-width: 60px !important;
    max-height: 60px !important;
}
  .product-card-item {
    margin-bottom: 15px !important;
}
  .footer-bottom-phone, .header-logo-footer-phone{
    padding-top: 20px;
    display: block !important;
  }
  .header-logo-footer-phone p.copyright-content {
    padding-top: 30px;
    border-top: 1px solid;
}
  .header-logo-footer-phone img {
    padding: 30px;
}
  .footer-bottom-phone .footer-right-content ul {
    display: block;
    list-style: none;
    gap: 20px;
}
  .footer-bottom-phone .footer-right-content {
    justify-content: flex-start;
}
  .footer-bottom-phone .footer-right-content ul li {
    padding-top: 20px;
}
  .footer-bottom-phone ul.list-unstyled.list.list-payment {
    justify-content: flex-end;
    padding-top: 20px;
}
  .header-logo-footer-phone {
    padding-top: 80px !important;
}
  .footer-bottom, .header-logo-footer{
    display: none !important;
  }
p.slideshow__desc.text-large {
    width: 83%;
}

.collection-list__products.product-card-outer .product-card-info a {
    width: 80%;
}
  
}
.product-hover-options.no-js-hidden.no-variant.color-swatch-desktop-true.color-swatch-mobile-false {
    display: none;
}
.privacy {
    font-size: 15px;
    color: #f2f2f2;
}
.dock-active{
  display: none;

}
div#tab-container-h {
    height: 100vh;
}
.tab-image-mobile {
 
    height: 39vh ;
}
.custom-icons-container {
    display: flex;
    height: 30%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    background-color: #1D1D1B;
    padding-top: 25px;
    flex-direction: row;
    align-items: flex-start;
}
 .footer-right-content ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.topbar__left ul {
    list-style: none;
    display: flex;
    gap: 50px;
  padding: 0;
}
.topbar__left ul li a {
    font-size: 18px;
    color: #262626c4;
}
.topbar__left {
    padding-bottom: 20px;
}
.collection-list__products.product-card-outer .product-card-info {
    display: flex;
}

/* .collection-list__products.product-card-outer .product-card-info a {
    width: 50%;
} */
.collection-list__products.product-card-outer .product-card-info .product-prizebox {
    width: 50%;
}
.collection-list__products.product-card-outer .product-card-info .product-prizebox span.product-actual-price {
    width: 100%;
    text-align: right;
}
/* .col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon .product-card-item .image-wrapper {
    filter: blur(15px);
    -webkit-filter: blur(15px);
} */
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon .product-card-item .product-card-info {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon .product-second-img {
      background-image: url('/cdn/shop/files/coming_soon_txt_png.png?v=1752023788');
      background-position: center center;
      background-size: cover;
}
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon:hover .product-second-img {
    opacity: 1;
}
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon:hover .product-card-item .image-wrapper {
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3.coming-soon:hover .product-card-item .product-card-info {
   filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
h1.slideshow__heading.rte.highlight-text {
    font-size: 40px;
}
.slideshow__content.content-width-medium.d-bottom-left.d-text-left.m-center.m-text-center {
    padding-bottom: 15px !important;
}
.slider-icon img {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    background: transparent !important;
}
li.collection-menu.active a {
    font-weight: 700;
    color: #262626 !important;
}
/* .product-card-img .product-second-img {
    display: block !important;
} */
.collection-page h1.slideshow__heading.rte.highlight-text span.aos-init {
    opacity: 1 !important;
  letter-spacing: 5px;
}
div#shopify-section-sections--17178648412212__custom_header_T4CGYW header {
    background-color: #262626b0;
 
}
.product-header{
  z-index: auto !important;
}
.filter-menu{
    top: 0px !important;
    
  }
.menu-content.filter-menu .left-part {
    color: white;
    font-size: 20px;
    align-items: flex-start;
}
.menu-content.filter-menu {
    padding: 20px;
}
.menu-content.filter-menu .right-part {
    color: white;
    font-size: 20px;
    align-items: flex-end;
}
.collection-page.slideshow_main .slideshow__content.content-width-medium.d-bottom-left.d-text-left.m-bottom-left.m-text-left {
    padding-bottom: 25px !important;
} 
/*10 september */
.col-6.col-sm-6.col-md-4.col-lg-3.col-xl-3 {
    padding-bottom: 35px;
}

.collection-list__products.product-card-outer .product-card-info a {
 width: 50%;
}
/* .slider-icon {
    padding-left: 40px;
} */
header a {
    color: white;
}
header a:hover {
    color: #b7b0b0;
}
/* 
section#shopify-section-template--17277132242996__slider_Pt4efp .slideshow__content.content-width-medium.d-bottom-left.d-text-left.m-bottom-left.m-text-left {
    margin-left: -20px;
}
section#shopify-section-template--17178647822388__slider_Pt4efp .slideshow__content.content-width-medium.d-bottom-left.d-text-left.m-bottom-left.m-text-left {
    margin-left: -20px;
}
#shopify-section-template--17178647822388__slider_Pt4efp .slideshow__content.content-width-medium.d-bottom-left.d-text-left.m-bottom-left.m-text-left {
    margin-left: -31px;
} */
/* .container.slideshow__container.text-shadow-false.aos-init.aos-animate {
    margin-left: 1.5%;
    max-width: 100%;
} */
.coming-soon:hover .product-second-img {
    display: block !important;
}
.collection-page span.aos-init{
      width: fit-content;
}
.slider-icon {
display:none;
    text-align: center;
}
div#overlapping-item-media_product_list_MmEw9M .product-card-info a{
  color: black;
}
div#overlapping-item-media_product_list_MmEw9M .product-card-info .product-prizebox span{
  color: black !important;
}

section#shopify-section-template--17178648084532__overlapping_product_list_tfbFnA .button>span {
    color: #ffffff;
}

button.close-button {
    background: none;
    font-size: 26px;
    color: white;
}

/* li.collection-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

div#passwordPopup {
    height: 100% !important;
}
h4.product-detail-title {
    font-size: 32px;
}
.product__detail-accordion summary.detail-summary.accordion__heading {
    text-transform: uppercase !important;
    font-size: 16px;
    color: #262626;
      font-weight: 400;
}
button.atc__button.button.btn-block.style1:hover {
    color: white;
}
.product-option-selector-box {
    padding-top: 20px;
}
.select-color ul.list-unstyled.product-loop-variants.square span.option {
    padding: 0px 47px;
}
.select-material ul.list-unstyled.product-loop-variants.square span.option {
    padding: 0 47px;
}
h4.size-chart__heading {
    display: none;
}
.slider-item img[data-index="6"] {
    display: none;
}
.product-card-img.on-hover-img:hover .product-second-img {
    /* opacity: 1; */
}
.main-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
button.atc__button.button.btn-block.style1:hover {
    background: #262626;
}
@media screen and (min-width: 411px) and (max-width: 439px) {
  .variant_option.sixptions {
    min-width: 48px !important;
}
  .variant_option.sixptions .option {
    padding: 3px 1px !important;
}
      li.variant_option.extra-options {
    min-width: 72px !important;
}
  li.variant_option.extra-options span.option {
    padding: 3px 28px !important;
}
  .variant_option {
    min-width: 92px !important;
  }
}
@media screen and (min-width: 394px) and (max-width: 411px) {
  .variant_option.sixptions {
    min-width: 43px !important;
}
   .variant_option.sixptions .option {
    padding: 3px 1px !important;
}
      li.variant_option.extra-options {
    min-width: 68px !important;
}
  li.variant_option.extra-options span.option {
    padding: 3px 28px !important;
}
  .variant_option {
    min-width: 85px !important;
  }
}
@media screen and (min-width: 439px) and (max-width: 450px) {
  .variant_option.sixptions {
    min-width: 49px !important;
}
   .variant_option.sixptions .option {
    padding: 3px 1px !important;
}
      li.variant_option.extra-options {
    min-width: 68px !important;
}
  li.variant_option.extra-options span.option {
    padding: 3px 28px !important;
}
  .variant_option {
    min-width: 97px !important;
  }
}
@media screen and (max-width: 390px) {
  .variant_option.sixptions {
    min-width: 40px !important;
}
  .variant_option.sixptions .option {
    padding: 3px 1px !important;
}
      li.variant_option.extra-options {
    min-width: 58px !important;
}
  li.variant_option.extra-options span.option {
    padding: 3px 24px !important;
}
.variant_option .option {
    padding: 3px 34px !important;
}
 .variant_option {
    min-width: 75px !important;
}
}
.header-logo-mobile{
  display: none !important;
}
@media screen and (max-width: 767px) {
  .column1-small {
    width: 100% !important;
}
  .column1-small img {
    height: 100% !important;
}
    li.variant_option.extra-options {
    min-width: 68px;
}
  li.variant_option.extra-options span.option {
    padding: 3px 28px;
}
  header.mobile-header.product-header.open .divider {
    background-color: #a6a6a6;
}
  .header-logo-mobile{
  display: block !important;
}
  .header-logo.desktop{
    display: none !important;
  }
  .product.page div#shopify-section-sections--17178648412212__custom_header_T4CGYW header.mobile-header.product-header.open {
        background-color: #262626 !important;
  }
  header.mobile-header.product-header.open .header-icons a{
    color: white !important;
  }
  header.mobile-header.product-header.open  .menu-icon .bar{
    background-color: white !important;
  }
.product-option-selector-box .chart {
    display: block;
}
a.unstyled-link.variant-info.text-medium.destop {
    display: none;
}
  a.unstyled-link.variant-info.text-medium.mobile {
    display: flex;
    justify-content: flex-end;
}

  

 .quantity {
    display: flex;
    border: 1px solid #262626;
    justify-content: space-between;
    align-items: center;
    height:52px;
}
  button.atc__button.button.btn-block.style1 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    background: #262626;
}

  img.cus-img {
    height: 530px;
    width: 430px;
    object-fit: cover;
}
}


.detail-summary-icon svg {
    width: 12px !important;
    height: 12px !important;
    color: #262626 !important;
}


/* 
.jdgm-widget * {
    margin-left: 15px !important;
} */



@media (max-width: 767px) {
  .thumbnail{
            width: 45px !important;
        height: 42px !important;
  }
  tr th,
tr td {
      padding: 22px 10px !important;
}
  .rowsize, .row.second-row {
    display: grid !important;
    /* padding: 0px 20px;
    padding-right: 0px !important; */
}
  .rowsize .column1, .row-column3  {
    width: 100% !important;
}
  .row.second-row .column3  {
    width: 100% !important;
}
   .row.second-row  .column1{
    width: 100% !important;
     padding-top: 20px;
}
    .product__grid .product__detail-content {
        padding: 0px !important;
    }
  .variant_option .option{
               padding: 3px 43px;
  }
  div#shopify-section-template--17178648313908__hotspot_image_MrxVqR{
    margin:0px !important;
  }
  .slider-item{
    margin:0px !important;
  }
/* .jdgm-histogram__row {
    margin-left: 0px !important;
}
  .jdgm-review-widget--small .jdgm-histogram{
        margin-left: 0px !important;
  }
.jdgm-rev-widg__header{
          margin-left: 0px !important;
}
.jdgm-row-stars {
    margin-left: 0px !important;
} */
  /* .jdgm-histogram__star {
    display: none !important;
} */
  /* .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
    margin: 0 16px;
    width: 200px !important;
        margin-left: 0px !important;

} */
.jdgm-widget-actions-wrapper {
    text-align: inherit;
    margin-left: 0px !important;
}
  
}
.Product-view__box .variant-title {
    width: 21%;
}
.Product-view__box .select-material ul.list-unstyled.product-loop-variants.square span.option {
    padding: 0px 22px;
}
.Product-view__box .select-material ul.list-unstyled.product-loop-variants.square li.variant_option.not-active span.option {
    padding: 0px 47px;
}
.Product-view__box .select-color ul.list-unstyled.product-loop-variants.square span.option {
    padding: 0px 32px;
}
.Product-view__box .select-size.product-option-selector.no-js-hidden ul span{
    padding: 0px 28px;
}
.Product-view__box .product-option-selector{
    gap: 0px;
}
.Product-view__box .product-option-selector a {
    width: 22%;
}
.Product-view__box .product-option-selector a span {
    width: 100%;
    text-align: center;
}
.Product-view__box .product-option-selector {
    padding-bottom: 20px;
}
.Product-view__box .button>span {
    
    text-transform: uppercase;
    font-size: 16px;
}
.product__detail .product-title {
    margin-bottom: 5px;
    font-size: 17.7px;
    color: #262626;
    font-weight: 600;
}
.product__detail-btn .button {
    background: white !important;
}
.product__detail-btn:hover .button {
    background: #262626 !important;
}
.product__detail-btn:hover .product__detail .product-title {
    color: #fffff;
}
details.detail-box.accordion__item img.minus{
display: none !important;
}
details.detail-box.accordion__item[open] img.minus{
  display: block !important;
}
details.detail-box.accordion__item[open] img.plus{
  display: none !important;
}
header.mobile-header.product-header .divider {
    background-color: #262626a6;
}
.product-header .menu-icon .bar {
    background-color: #262626;
}
.product-option-selector-box.product-option-selector-box li.variant_option.extra-options span.option {
    padding: 0px 19px;
}
/* li.variant_option.selected.extra-options {
    min-width: 90px;
} */
@media(min-width: 1200px) and (max-width: 1290px){
li.variant_option.extra-options {
    min-width: 84px;
}
  .Product-view__box li.variant_option.extra-options {
    min-width: 30px !important;
}
  }
.Product-view__box .product__detail-btn:hover .button>span {
    color: white;
}
.Product-view__box .product__detail-btn:hover span.btn-icon svg {
    color: black !important;
}

li.variant_option .option {
    text-transform: lowercase;
}
.Product-view__box .select-size.product-option-selector.no-js-hidden ul .sixptions span {
    padding: 0px 10px;
}
.Product-view__box .variant_option.sixptions {
    min-width: 13px;
    height: 28px;
}
@media (max-width: 1399px){
  .variant_option{
    min-width: 55px !important;
  }
  .Product-view__box .select-size.product-option-selector.no-js-hidden ul span {
    padding: 0px 5px;
}
  .Product-view__box .variant_option.sixptions{
    min-width: 30px !important;
  }
}
.product__detail-btn .button.xsmall-btn .btn-icon svg{
  display: none;
}