/** Shopify CDN: Minification failed

Line 550:9 Expected "," but found "."
Line 566:9 Expected "," but found "."
Line 576:0 Unexpected "}"

**/
/**
*
* Custom css here
*/
div#disabled-prod {
    pointer-events: none;
}
.cart-btn-wrapper-inner {
    margin-top: 20px;
}
.product-single__header--mobile.medium-up--hide {
    display: none !important;
}
.product-block--header.small--hide {
    display: block !important;    
}
.page-content--product {
    padding-top: 0px !important;
}
.payment-buttons {
    margin-top: 30px !important;
}
.product-grid__container {
    position: relative;
}
.product-grid__container .sticker-link {
    position: absolute;
    bottom: 23px;
    left: 32px;
    z-index: 1;
    background: #ffffff;
    padding: 8px 14px;
    line-height: 1.0;
    border-radius: 13px;
}
/* .product-block--discount--1 {
    display: flex;
}
.product-block--discount--1 svg {
    width: 22px;
    margin-right: 10px;
}
.product-block--discount--2,
.product-block--discount--3 {
    margin-left: 32px;
} */
/* .product-block:nth-child(4) svg, .product-block:nth-child(5) svg {
    display: none;
}
.product-block:nth-child(4), .product-block:nth-child(5) {
    margin-left: 32px;
} */
.product-block.product-block--text:nth-child(3) {
    display: flex;
    align-items: flex-start;
}
.product-block.product-block--text:nth-child(3) svg {
    width: 18px;
    margin-right: 5px;
    margin-top: 3px;
}
/*
.product-block.product-block--text:not(:nth-child(3)) svg{
    display: none;
}*/
@media screen and (max-width:768px) {
    .product-grid__container .sticker-link {
        left: 10px;
    }
}

.product__photos {
    margin-top: 0px !important;
}
/* div[data-product-blocks] {
    display: flex;
    flex-direction: column;
} */

/* /// 14-june-22 */
.product-block .variant-wrapper.js .variant-input.selected label.variant__button-label.selected{
    box-shadow: 0 0 0 2px #000;
}
.variant-wrapper.js.custom-variants a.custom-var-color{
 display: flex;
    width: calc(20% - 0.4rem);
    max-width: 7.5rem;
    min-width: 5rem;
    margin: 0px 0.4rem 0.4rem 0px;
    flex-direction: column;
    position: relative;
    opacity: 1;
}
.variant-wrapper.js.custom-variants a.custom-var-color::before{
 transition: opacity 0.2s ease 0s;
     opacity: 1;
}
.variant-wrapper.js.custom-variants a.custom-var-color::before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0, 0, 0);
    opacity: 0;
}
.variant-wrapper.js.custom-variants .clr-variants-main {
    display: flex;
    flex-wrap: wrap;
}
.append--here {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.image-and-color-name {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.image-and-color-name img {
    width: 71px;
    height: 90px;
    object-fit: cover;
}
/*----15-06-2022-----*/
html {
    overflow-x: hidden;
}
.new-grid .grid-product__actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.grid-item.grid-product {
    position: relative;
}
.grid-item.grid-product .variant-wrapper.js {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    width: calc(100% - 12px);
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease,transform .25s ease-out;
}
.grid-item.grid-product .grid-product__image-wrap:hover .variant-wrapper.js {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}
/* .grid-item.grid-product .variant-wrapper.js a {
    background: rgb(255 255 255 / .8);
    backdrop-filter: blur(1px);
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 6px 12px;
    flex-wrap: wrap;
    display: flex;
} */
.grid-item.grid-product .variant-wrapper.js a span {
    /* background: transparent; */
    width: auto;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: inherit;
}
.new-grid .grid-product__actions button {
    margin-bottom: .8rem;
}
.new-grid .grid-product__actions .variant-wrapper a option {
    padding: 4px 8px;
    border-radius: 4px;
}
.template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name a {
    display: flex;
    width: 100%;
    max-width: 5rem;
    min-width: 5rem;
    margin: 0px .4rem 0rem 0px;
    flex-direction: column;
    position: relative;
    opacity: 1;
}
.template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 0.2s ease 0s;
}
.template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name.selected a::after {
    transition: opacity 0.2s ease 0s;
    opacity: 1;
}
/* .template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name a:hover::after {
    transition: opacity 0.2s ease 0s;
    opacity: 1;
} */
.template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name a img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 90px;
    max-height: 90px;
}

.template-product .page-content--product .final--colors.variant-wrapper .append--here .image-and-color-name a label.color-name {
    display: none;
}
.template-product .final--colors .ProductForm__Label span.clrselected, .template-product .final--colors .ProductForm__Label span.title {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 500;
    text-transform: capitalize;
}


.grid-item.grid-product .variant-wrapper.js {
    background: rgb(255 255 255 / .8);
    backdrop-filter: blur(1px);
    display: inline-block;
    width: calc(100% - 12px);
    border-radius: 4px;
    padding: 6px 12px;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
}
.variant-wrapper.js:empty {
    display: none !important;
}
.grid-item.grid-product span {
    color: #000;
    background-color: #fff;
}
/* @media only screen and (max-width:1023px){
.grid-item.grid-product .grid-product__image-wrap .variant-wrapper.js {
    opacity: 1!important;
    z-index: 9!important;
}
} */
.Modal__ContainerBody-w0pw4f-1.gmzuag {
    position: relative;
}

/* css start 20 june*/
/* .product-block.product-block--header.product-single__header.small--hide h1.h2.product-single__title {
    font-size: 20px;
    font-weight: 700;
} */
.custom-option .append--here1 {
    display: flex;
    flex-wrap: wrap;
}
.custom-option .final--colors.variant-wrapper.js.custom-variants.color-opt a label.color-name {
    font-size: 14px !important;
     padding-left:8px;
    font-weight: 400;
  display:none;
}
.custom-option .final--colors.variant-wrapper.js.custom-variants.size-opt a label.color-name {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: var(--typeBaseSize);
    letter-spacing: var(--typeBaseSpacing);
    line-height: var(--typeBaseLineHeight);
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding: 7px 15px;
    margin: 0 6px 12px 0;
    background-color: #fff;
    background-color: var(--colorBody);
    box-shadow: 0 0 0 1px #e8e8e1;
    box-shadow: 0 0 0 1px var(--colorBorder);
    border-radius: 1px;
    overflow: hidden;
}
.custom-option .final--colors.variant-wrapper.js.custom-variants.size-opt .image-and-color-name.link--border.selected a label.color-name {
    box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px var(--colorTextBody);
}
.custom-option .variant-wrapper+.variant-wrapper {
    margin-top: 10px;
}
.custom-option .image-and-color-name {
    margin-bottom: 1px;
}
.custom-option .image-and-color-name {
    margin-bottom: 1px;
}
.custom-option .size-opt .image-and-color-name.link--border.preselected {
    margin-right: 2px;
}
/* 
.custom-option .color-opt .image-and-color-name.link--border.preselected {
    margin-right: 4px;
}
*/

/* .custom-option .final--colors.variant-wrapper.js.custom-variants.size-opt {
    border-bottom: 1px solid #e9e4e4;
    padding: 3px 0;
} */
.custom-option .image-and-color-name.link--border .link.js-no-transition label.color-name:hover {
/*     color: #fff; */
    background-color: #000;
}
.custom-option .link.js-no-transition label.color-name {
    cursor: pointer;
}
.custom-option .image-and-color-name.link--border.selected img {
    border: 1px solid #000;
}
.custom-option .image-and-color-name.link--border img {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    box-shadow: none;
}
.custom-option .image-and-color-name.link--border.preselected img:hover {
    border: 1px solid #000;
}

.custom-option .final--colors.variant-wrapper.js.custom-variants.size-opt a label.color-name {
    text-transform: Capitalize;
}

.variant-wrapper.js {
    margin-top: 22px;
}
.payment-buttons {
    margin-top: 12px!important;
}
/*23june */
.custom-option .final--colors .image-and-color-name.link--border.preselected.selected label.color-name {
    box-shadow: 0 0 0 1px var(--colorTextBody) !important;
}
.variant-input label.variant__button-label {
    border-radius: 1px;
}
.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px #000 !important;
}
.custom-option .color-opt .image-and-color-name.link--border img {
    margin-right: 6px;
}
.custom-option .size-opt .image-and-color-name.link--border.preselected.selected label.color-name {
    background-color: #000 !important;
    color: #fff !important;
}
.variant-input-wrap input[type=radio]:checked+label {
    background: #000;
    color: #fff;
}
.product-block.product-block--text:not(:nth-child(3)) svg {
    width: 18px;
    margin: 4px 5px 0px 0px;
}
.product-block.product-block--text {
    display: flex;
    align-items: flex-start;
}
/*
.product-block.product-block--text .discount-item--text {
    display: inline-table;
    margin-top: -16px !important;
}*/
@media only screen and (max-width:768px){
.color-opt .append--here1 .image-and-color-name {
    margin-right: 4px;
    min-width: 21%;
    max-width: 21%;
}
.color-opt .append--here1 {
    display: flex;
    clear: both;
    overflow: auto;
    width: 100%;
    flex-wrap: inherit;
    padding-bottom: 5px;
}
.color-opt  .image-and-color-name img {
    width: 100%;
    height: auto;
    object-fit: inherit;
}
  .color-opt .image-and-color-name.link--border img {
    width: 100%;
    height: 100%;
}
  .product-block.product-block--text:not(:nth-child(3)) svg {
    margin: 2px 5px 0 0;
}
}

.extra-heading {
    display: block;
    margin-bottom: 8px;
    cursor: default;
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(var(--typeBaseSize) + 1px);
}
.exta-items {
    display: block;
    width: 100%;
    position: relative;
}
.exta-item {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    margin-right: 10px;
    cursor:pointer;
}

.exta-item:last-child {
    margin-right: 0px !important;
}

.extra-img {
    display: block;
    width: 100%;
    height: auto;
}

.extra-img img {
    width: 100%;
    height: 100%;
}

.extra-price {
    font-weight: bold;
}

.exta-item.active {
    border-color: #000;
}
.red
{
  color:red !important;
}
span.compare {
    text-decoration: line-through;
}
.arrow-prev {
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4;
}

.arrow-next {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 4;
}
.arrow-next {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
}
.slick-arrow.slick-disabled {
    display:none !important;
}
.slick-arrow
{
  cursor:pointer;
}
.product-block.qty-block {
    display: flex;
/*     align-items: center; */
    gap: 15px;
   /* border: 1px solid #e3e3e3;*/
    padding: 10px;
    border-radius: 10px;
}

#atc_button {
    border-radius: 30px;
}

.discount-offer {
    align-self: center;
    margin-top: 30px;
}

.extra-title {
    min-height: 45px;
}

@media (max-width: 767px)
{
  .cartBtnStickyHeightFixActive .cart-btn-wrapper-inner {
      animation: .24s ease 0s 1 normal none running animation-sticky;
      position: fixed;
      bottom: 15px;
      left: 0px;
      right: 0px;
      z-index: 4;
      border-color: #000;
      padding: 0 8px;
      max-width: 500px;
      margin: 0 auto;
  }

  .cb-cookie_consent-container {
    position: relative;
  }

  
    @-webkit-keyframes animation-sticky {
    from {
      padding-left: 40px;
      padding-right: 40px; }

    from .add-to-cart {
      border-radius: 1; }

    to {
      padding-left: 0;
      padding-right: 0; }

    to .add-to-cart{
      border-radius: 0; } 
  }

  @keyframes animation-sticky {
    from {
      padding-left: 40px;
      padding-right: 40px; }

    from .add-to-cart {
      border-radius: 1; }

    to {
      padding-left: 0;
      padding-right: 0; }

    to .add-to-cart {
      border-radius: 0; } 
  } }
}
