/** Shopify CDN: Minification failed

Line 115:26 Unexpected "'clicked'"
Line 761:21 Expected ":"
Line 1377:0 Unexpected "="

**/
.header-search {
  clear: left;
  position: relative;
}
.swatch.clearfix.swatch--Color {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
  @media only screen and (max-width:  900px) {
    .header-search form,
    .header-search input {
      min-height: 30px;
      height: 30px;
    }
  }
  .dm-product-form .select {
    display: none;
  }
  .swatch.clearfix {
    text-align: left;
  }
  .swatch[data-option-name="Style"] {
    display: flex;
    flex-flow: wrap;
  }
  #countdownhere{
    max-width: 70%;
    margin: 0px 15% !important;
  }
  
  /* .bigimage .test {
  max-width: 100%;
  } */
  
  /* .bigimage.desktop-12 {
  float: left !IMPORTANT;
  max-width: 100%!important;
  height: auto !important;
  background: none !important;
  box-shadow: none !important;
  } */
  /* #product-description {
  width: 40%;
  float: right;
  }
  #product-photos {
  width: 60%;
  margin: 0 !important;
  } */
  /* .price__add-cart {
  display: flex;
  align-items: baseline;
  } */
  input.add.clearfix {
    width: 40% !important;
    max-width: 45%;
  
  
  }
  .dm-padding-bottom {
    max-width: 70%;
  }
  .product-title-cls {
    text-align: center; 
  }
  h3.size-chart {
    margin-top: 20px;
  }
  .swatch.clearfix h5 {
    font-weight: 800;
  }
  #countdownhere p {
    text-align: center;
  }
  #product-description h1 {
    font-weight: 700;
    border-bottom: none;
  }
  #product-description label {
    font-weight: 700;
  }
  .product-price {
    font-weight: 300;
  }
  /* p#product-price.mob-price {
  display: none;
  } */
  
  .product-price-element.desk-price {
    display: none;
  }
  
  /*
  * FAQ
  */
  .shopify_explorer__content {
    margin: 50px 0;
  
  }
  .shopify_explorer_faq__question {
    cursor: pointer;
    margin-top: 10px;
  }
  .shopify_explorer_faq__answer.rte {
    display: none;
  }
  .mr_products_in.rte:not('clicked') {
      display: block;
      opacity: 0;
      position: absolute;
      top: -500px;
      pointer-events: none;
  }
  h3.shopify_explorer_faq__question.h5.link {
    background-color: #d3d3d3;
    color: #000;
    padding: 20px;
    border-radius: 40px;
  }
  h3.shopify_explorer_faq__question.h5.link:hover {
    color: #fff;
    background: #000;
  
  }
  
  .shopify_explorer_faq__answer.rte {
    padding: 0px 20px ;
  } 
  
  .shopify_explorer_faq__item {
    border-bottom: 1px solid #ccc;
  }
  .related-products-title,
  .faq_heading {
    text-align: center;
    font-size: 20px;
    /*   font-weight: 700; */
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .faq-icons {
    display: inline-block;
    margin-right: 10px;
  }
  svg.faq-icon {
    height: 14px;
    width: 14px;
    display: inline-block;
  }
  .acc_open .faq-icon-minus {
    transform: rotate(
      90deg
    );
  }
  .faq-icon-minus {
    transition: transform 240ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transform-origin: 50% 50%;
  }
  .swatches-main {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
  .swatch.clearfix {
    flex-basis: 100% !important;
  }
  .mr_products_in .related-products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  /* .swatch[data-option-name="Size"] {
    order: 3;
  }
  
  .swatch[data-option-name="Color"] {
    order: 1;
  }
  
  .swatch[data-option-name="Style"]{
    order: 0;
  } */
  .swatch label {
    background-color:#ffffff;
  }
  .sizes_main {
    display: flex;
    flex-wrap: wrap;
  }
  
  .swatch .sizes_main .swatch-element[data-value="XS"] {order: -1;}
  .mr_products_in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 16.25px;
    padding-bottom: 16.25px;
  }
  .mr_products_in .recomatic-product {
    flex-basis: 20%;
    width: 20%;
    margin-bottom: 15px;
  }
  .related-products-section .mr_products_in .recomatic-product {
    flex-basis: 14%;
    width: 14%;
  }
  .related-products-section {
    margin: 0px auto 50px;
  }
  .related-products-section .recomatic-image-wrap {
    position: relative;
    height: 0;
    padding-bottom: 104%;
  }
  .related-products-section img {
    max-width: 100%;
    height: auto;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .small-thumbnail-selectors,
  #product-description,
  .swatch.clearfix,
  .desc {
    will-change: transform;
    transform: translateZ(0);
  }
  .mr_products_in .recomatic-title {
    text-align: center;
    color: #000;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
  }
  .product-page .bigimage.desktop-12 {
    background: none !important;
    box-shadow: none !important;
    padding-bottom: 104% !important;
    height: 0;
    position: relative;
  }
  .product-page .bigimage .test{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .small-thumbnail-section {
    position: relative;
    display: flex;
    width: 100%;
  }
  .small-thumbnail-selectors {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    display: flex;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
  }
  .small-thumbnail-selectors::-webkit-scrollbar {
    display: none;
  }
  .small-thumbnail-selectors .thumbnail {
    order: 2;
    margin-bottom: 0;
    min-width: 96px;
  }
  .small-thumbnail-selectors .thumbnail[data-color="Grey"] {
    order: 1;
  }
  .small-thumbnail-selectors img {
      max-width: 100px;
      margin: 0;
      width: 96px;
      height: 100px;
  }
  .thumbnail-arrows {
    height: 30px;
    width: 30px;
    position: absolute;
    background: #f2f2f2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
    opacity: 0;
    display: flex;
    cursor: pointer;
  }
  .thumbnail-arrows.visible {
    opacity: 1;
  }
  .thumbnail-arrows svg {
    height: 12px;
    stroke-width: 3px;
  }
  .thumbnail-arrows g {
      stroke: #808080;
  }
  .thumbnail-previous {
    left: -15px;
  }
  .thumbnail-next {
    right: -15px;
    left: auto;
  }
  .thumbnail-next svg {
    transform: rotate(-180deg);
  }
  .mobile-gallery {
    text-align: center;
  }
  .swatch .swatch-element {
    margin: 0 5px 5px 0;
  }
  .product-price-element span {
    font-weight: 700;
  }
  .product-page .stamped-review {
    margin-bottom: 10px;
    background: #fbfbfb;
    border: 0;
    padding: 25px 25px 10px;
  }
  .product-page .stamped-container[data-widget-show-product-variant=true] .stamped-review-product[style*=none],
  .product-page .stamped-container[data-widget-show-product-variant=true] .stamped-review-variant[style*=none] {
    display: none !important;
  }
  .product-page .stamped-verified-badge {
    display: block;
  }
  .payment-options-section {
    margin-bottom: 20px;
  }
  #stamped-button-submit,
  #new-question-form input[type="submit"] {
    position: relative;
    width: 200px!important;
    height: 46px!important;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans',Verdana,sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
  }
  #stamped-button-submit:hover,
  #new-question-form input[type="submit"]:hover {
    background-color: #4b4b4b !important;
  }
  .stamped-file-uploader-btn {
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 3px !important;
    cursor: pointer;
    text-transform: uppercase;
  }
  .stamped-file-uploader-btn span:before {
    font-family: 'Open Sans',Verdana,sans-serif;
    display: block;
    margin-left: 5px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #new-question-form .spr-form-actions legend {
    position: absolute;
    right: 15px;
    color: white;
    z-index: 1;
    width: 200px;
    height: 46px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
    font-size: 13px;
  }
  .new-review-form .stamped-form-actions {
    display: flex;
    flex-flow: wrap;
    justify-content: right;
  }
  .new-review-form, .stamped-content form {
  padding: 15px;
  }
  [data-template="collection"] .affiliate-links-btn {
    padding-left: 10px;
  }
  .affiliate-links-modal {
    display: none;
  }
  .affiliate-links-modal.active {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    align-items: center;
    left: 0;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
  }
  .affiliate-links-modal .affiliate-links-wrapper {
    margin: 20px;
    background: white;
    max-width: 800px;
    padding: 30px;
    border-radius: 5px;
    transition: 0.3s all ease-in; 
    min-width: 80%;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .affiliate-links-modal .copy-message {
    display: block;
    margin-top: -16px;
    color: green;
    font-weight: 400;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 375px) {
    .affiliate-links-modal .affiliate-links-wrapper {
      min-width: 100%;
    min-height: 20px;
      padding: 20px 10px;
    }
  }
  .affiliate-links-modal .show-links {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .affiliate-links-modal .preview-html {
    border: 1px solid #d7d7d7;
    padding: 10px;
  }
  .affiliate-links-modal .preview,
  .affiliate-links-modal .code-containers {
    width: calc(50% - 20px);
  }
  
  .swatch.swatch--Style {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .swatch.swatch--Style .swatch-element.style.mens {
    order: 1;
  }
  
  .swatch.swatch--Style .swatch-element.style.tank {
    order: 2;
  }
  
  .swatch.swatch--Style .swatch-element.style.womens {
    order: 3;
  }
  
  .swatch.swatch--Style .swatch-element.style.womens-v-neck-tee {
    order: 4;
  }
  
  .swatch.swatch--Style .swatch-element.style.womens-racerback-tank {
    order: 5;
  }
  
  .swatch.swatch--Style .swatch-element.style.womens-muscle-tank {
    order: 6;
  }
  
  .swatch.swatch--Style .swatch-element.style.youth-tee {
    order: 7;
  }
  
  .swatch.swatch--Style .swatch-element.style.toddler-tee {
    order: 8;
  }
  
  .swatch.swatch--Style .swatch-element.style.infant-bodysuit {
    order: 9;
  }
  /*=============================28-11-2023===============================*/
  .swatch--Color .swatch-element label, .swatch-custom label {
    min-width: 50px !important;
    min-height: 50px;
    border-radius: 100%;
  }
  .swatch .sizes_main .swatch-element:hover {
    filter: invert(1);
  }
  .sizes_main label.custom__label {
    display: flex;
    user-select: none;
    min-width: 76px !important;
    width: 100%;
    border: 2px solid rgb(222, 231, 231);
    border-radius: 0px;
    cursor: pointer;
    font-family: var(--bombas-font);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.020625rem;
    text-align: center;
    text-transform: none;
    padding: 8px 6px;
    align-items: center;
    justify-content: center;
    min-height: 50px !important;
    border-radius: 7px;
  }
  .sizes_main .variant__value {
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .sizes_main .variant__custom {
    display: block;
    font-family: var(--bombas-font);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.015625rem;
    margin-top: 4px;
    width: 100%;
    margin: 0;
  }
  .sizes_main label.custom__label {
    flex-wrap: wrap;
    line-height: 0;
    min-height: 55px !important;
    min-width: 100% !important;
    align-items: center;
  }
  .sizes_main .swatch-element input:checked + .custom__label {
    filter: invert(1);
    border: unset !important;
  }
  .sizes_main .swatch-element input:checked + .custom__label:hover {
    filter: unset !important;
  }
  label.custom__label span {
    color: #000000;
  }
  /*=================================28-11-2023==================================*/
  /*=================================30-11-2023==================================*/
  h2.custom_size_chart {
    display: inline-block;
    width: 100%;
  }
  h2.custom_size_chart {
    display: inline-block;
    width: 100%;
  }
  .swatch.swatch--Size .custom_size_redirect {
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc2440;
    text-decoration: underline;
  }
  .custom_size_redirect {
    display: none;
  }
  .size_chart_main {
    position: relative;
  }
  .sizes_main {
    gap: 1%;
  }
  .swatch .sizes_main .swatch-element {
    flex-wrap: wrap;
    line-height: 0;
    min-height: 66px !important;
    min-width: 19% !important;
    align-items: center;
    display: flex;
    max-width: 19%;
    margin: 0 0 8px 0;
  }
  /*=================================30-11-2023==================================*/
  /*=============================06-11-2023 \u0026 06-11-2023=========================*/
  #product-description .swatch.swatch--Color label:after {
    content: ' ';
    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1306\/0683\/files\/New_Project_4.png?v=1701936255');
    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1306\/0683\/files\/texture.png?v=1701944921');
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 50px  50px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  #product-description .swatch.swatch--Color label {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  #product-description .swatch.swatch--Color input:checked + label:after {
    scale: unset;
    transform: unset;
    background-size: 50px  50px;
    /* opacity: .5; */
  }
  .swatch.swatch--Size.count_started .custom_size_redirect {
      right: 21%;
  }
  /*=============================06-11-2023 \u0026 06-11-2023=========================*/
  #product-description .swatch.swatch--Color label:after {
    /* opacity: .6; */
    mix-blend-mode: multiply;
  }
  .swatch .swatch-element + .swatch-custom {
    display: contents !important;
  }
  @media only screen and (max-width:  850px) {
    .affiliate-links-modal .preview,
    .affiliate-links-modal .code-containers {
      width: 100%;
    }
  }
  .affiliate-links-modal .code-containers textarea {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    height: 150px;
  }
  .affiliate-links-modal .code-containers textarea.collections {
    height: 40px;
    width: 100%;
    min-height: 40px;
    min-width: 50%;
    margin-bottom: 10px;
  }
  .affiliate-links-modal .code-containers .collections-link {
    display: inline;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
  }
  .affiliate-links-modal .code-containers textarea.link {
    height: 60px;
  }
  .collection-links-container {
    display: flex;
    flex-flow: wrap;
    max-height: 282px;
    overflow: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .collection-links-title {
    position: relative;
  }
  .collection-links-title .copy-message {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .get-id .title,
  .show-links .title {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: black;
    font-size: 15px;
    width: 100%;
  }
  .show-links .title.preview-header {
    text-align: center;
  }
  .show-links .columns,
  .show-links .sizes {
    float: right;
    font-size: 13px;
  }
  .show-links .columns span:not(.separator),
  .show-links .sizes span:not(.separator) {
    cursor: pointer;
  }
  .show-links .columns span:not(.separator):hover,
  .show-links .sizes span:not(.separator):hover {
    border-bottom: 1px solid black;
  }
  .show-links .columns .active,
  .show-links .sizes .active {
    border-bottom: 1px solid black;
  }
  .show-links .sizes .separator {
    padding: 0px 6px;
  }
  .show-links .columns .separator {
    padding: 0px 3px;
  }
  .show-links .columns [data-column] {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .affiliate-links-modal .header-wrapper {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 60px;
  }
  .affiliate-links-modal .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;s
  }
  .affiliate-links-modal .close-btn svg {
    height: 17px;
  }
  .affiliate-links-modal .header {
    font-size: 18px;
    font-weight: 700;
    color: black;
  }
  .affiliate-links-modal .body-wrapper {
    font-size: 15px;
    color: black;
  }
  .affiliate-links-modal .get-id {
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
  }
  .affiliate-links-modal .generate-link {
    width: 50%;
    display: flex;
  }
  .affiliate-links-modal .referral-login {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 400;
    color: black;
    font-size: 13px;
  }
  .affiliate-links-modal .referral-login a {
    color: #cc2440;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
  }
  .affiliate-links-modal .referral-sign-up {
    font-weight: 400;
    color: black;
    font-size: 13px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  @media only screen and (max-width:  850px) {
    .affiliate-links-modal .referral-sign-up {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width:  450px) {
    .affiliate-links-modal .generate-link {
      width: 100%;
    }
    .affiliate-links-modal .referral-login {
      width: 100%;
      justify-content: flex-start;
    }
  }
  .affiliate-links-modal .referral-sign-up a {
    color: #cc2440;
    text-decoration: underline;
  }
  .affiliate-links-modal .get-qty select,
  .affiliate-links-modal .get-id input {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: 38px;
    font-size: 16px;
    max-height: 38px;
    padding-left: 10px;
    display: inline;
    width: calc(100% - 97px);
    margin-right: 5px;
  }
  .affiliate-links-modal .get-id input.invalid {
    border-color: red;
  }
  .affiliate-links-modal .get-qty {
    margin-bottom: 20px;
  }
  .affiliate-links-modal .get-qty button,
  .affiliate-links-modal .get-id button {
    font-size: 13px;
    background: #cc2440;
    color: #fff;
    height: 38px;
    padding: 0;
    width: 85px;
    max-width: initial;
    margin: 0;
  }
  .affiliate-links-modal .get-qty button:hover
  .affiliate-links-modal .get-id button:hover {
    background-color: #3b3b3b !important;
  }
  body.has-open-modal {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .product-add {
    margin-bottom: -10px;
    margin-top: -10px;
    display: flex;
    align-items: center;
  }
  .affiliate-links-btn { 
    display: inline-block;
    height: 30px;
    cursor: pointer;
    text-decoration: underline;
    color: #cc2440;
  }
  @media only screen and (max-width: 740px) {
    .affiliate-links-btn {
    margin-left: 0;
    }
  }
  .affiliate-links-btn svg { 
    height: 30px;
  }
  .affiliate-links-btn:hover svg { 
    fill: grey;
  }
  /* .accordion li:last-child{ border-bottom: 1px solid #ddd;} */
  /* responsive */
  /*========= ongoing =========*/
  .all_options_custom {
    display: none;
    flex-wrap: wrap;
    width: 100%;
  }
  .all_options_custom.toggleStyleSelection {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .selected-single-style.styleActive {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .all_options_custom.toggleStyleSelection {padding-left: 3%;border: 1px solid #dfdfdf;border-top: unset;padding-bottom: 2%;padding-top: 1%;}
  /*========= ongoing =========*/
  
  @media screen and (min-width: 768px) {
    .dm-product-form input.add.clearfix {
      margin-top: 8px;
    }
    .swatch.clearfix.swatch--Size {
      margin-top: 0;
    }
    .swatch.clearfix.swatch--Style {
      margin-top: 0;
    }
    .swatch.swatch--Style .swatch-element.style.mens {
      /* margin-left: -4px; */
    }
    .product-display-review_desktop__hide {
      display: none !important;
    }
    #product-photos {
      width: 55%;
    }
    .bigimage.desktop-12 {
      padding: 0;
      overflow:hidden;
    }

   
    .bigimage .test {
      max-width: 100%;
    }
    #product-description .dm-padding-bottom {
      max-width: 100%;
    }
    #product-description {
      width: 42%;
    }
    #countdownhere {
      margin: 0 !important;
      max-width: 100%;
    }
    .dm-product-form input.add.clearfix {
      width: 100% !important;
    }
    .product-title-cls {
      text-align: left;
      padding-bottom: 0;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .product-price-element {
      text-align: left;
    }  
    
    .product-page .mobile-gallery li {
        display: none !important;
    }
    .product-page .stamped-review-footer {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .product-page .stamped-review-variant {
        margin-top: 0;
    }
    .product-page .stamped-review {
        display: flex;
        padding: 25px 50px;
    }
    .product-page .stamped-review-header {
        min-width: 180px;
        width: auto;
        display: inline-block;
        border-right: #e8e7e7 1px solid;
        margin-right: 10px;
    }
    .product-page .stamped-container .stamped-review-image img {
    min-height: 200px;
    }
    .product-page .review-avatar {
        padding: 0;
        margin-right: 25px;
    }
    .product-page .created {
        display: block;
        float: initial !important;
    }
    .product-page .stamped-verified-badge {
        width: 100%;
    }
    .product-page .stamped-review-content {
        width: -webkit-fill-available;
        display: inline-block;
        margin: 0;
    }
    .product-page .stamped-review-body {
        position: relative;
        padding: 0 20px;
    }
    .product-page .stamped-fa-star:before {
        font-size: 20px;
    }
    .product-page .stamped-review-product a {
        color: #8a8a8a !important;
        font-size: 12px;
        font-weight: 700;
    }
    .product-page .stamped-reviews-filter {
        border: none;
    }
    .product-page .stamped-ugc-modal-image img,
    .product-page .stamped-ugc-modal-video {
      width: 100%;
      object-fit: cover;
    }
    .swatch .sizes_main .swatch-element {
      margin: 0;
      min-height: 59px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .swatch.swatch--Style .swatch-element.style.mens {
      margin-left: -4px;
    }
    .product-display-review_mobile__hide {
      display: none !important;
    }
    .product-display-review_desktop__hide p {
      margin-bottom: 0;
      margin-top: 0;
      padding-top: 0 !important;
    }
    .mobile__hide__custom {
      display: none !important;
    }
    #new-question-form .spr-form-actions legend {
    width: 100%;
    right: 0;
    }
    #new-question-form .stamped-form-actions {
    text-align: center;
    }
    .stamped-file-uploader-btn span:before {
      letter-spacing: normal;
      font-size: 12px;
      margin: 0;
    }
    .stamped-file-uploader {
      width: calc(50% - 5px);
      display: flex !important;
      flex-flow: column;
    }
    #stamped-button-submit {
      width: calc(50% - 5px) !important;
      max-width: 100% !important;
      margin: 0;
      min-width: calc(50% - 5px);
    }
    .stamped-file-holder {
    width: 100%;
      text-align: center;
    }
    .stamped-file-uploader-btn {
      display: flex !important;
      width: 100%;
    }
    .new-review-form .stamped-form-actions {
      display: flex !important;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .new-review-form .stamped-form-actions:after {
    width: 100%;
    }
    .thumbnail-previous {
      left: 0;
    }
    .bigimage .test {
      pointer-events: none;
    }
    .thumbnail-next {
      right: 0;
    }
    .related-products-section .mr_products_in .recomatic-product {
      flex-basis: 33.3%;
      width: 33.3%;
    }
    #countdownhere{
      max-width: 100%;
      margin: 0 !important;
    }
    .swatch.clearfix {
      text-align: left;
    }
  
    #product-description {
      width: 100%;
    }
    #product-photos {
      width: 100%;
    }
    .product-title-cls {
      text-align: center; 
      margin-top: 0px;
    }
    /*   .swatch.clearfix {
    text-align: center;
  } */
    #product-description label {
      text-align: center;
      padding: 0 9px;
    }
    .sticky-2 {
      top: 0 !important;
    }
    .price__add-cart {
      display:block;
    }
    p.product-price-element.mob-price {
      display: block;
    }
    .product-price-element.desk-price {
      display: none;
    }
  
    .swatch .swatch-element {
      margin-right: 5px;
    }
    .dm-padding-bottom {
      max-width: 100%;
    }
    input.add.clearfix {
      max-width: 55%;
      width: 100%!important;
      padding: 12px 0 !important;
      font-size: 20px;
      margin-bottom: 10px;
    }
    .mr_products_in .recomatic-product {
      flex-basis: 50%;
      width: 50%;
    }
    .srch-box .shifter-navigation input#q {
      width: 80% !important;
    }
    .shifter-open.snize-instant-widget-is-open .shifter-navigation {
      display: none !important;
    }
    .shifter-navigation .close-srch-nav {
      font-size: 25px;
      padding: 10px;
    }
    .snize-ac-results.snize-ac-results-mobile {
      width: 100% !important;
    }
    #mobile-product .slides{
      background: none;
      box-shadow: none;
    } 
    .product-title-cls.mobile-view-title h1 {
      font-weight: 700;
    }
  
    .product-title-cls.mobile-view-title .loox-rating {
  /*     display: initial; */
    }
    #mobile-product .slides li img {
      max-width: 100%;
      padding-bottom: 5px;
    }
    .shifter-page div#product-description{
    margin-top: 0px !important;
    }
    
    /*=======================================28-11-2023====================================*/
    .sizes_main .swatch-element .custom__label {
      column-gap: 0 !important;
    }
    .sizes_main .swatch-element .custom__label .variant__value {
      font-size: 15px;
    }
    .sizes_main .swatch-element .custom__label .variant__custom {
      font-size: 9px;
      margin-top: 6px;
    }
    .sizes_main .swatch-element .custom__label {
      display: inline-block;
      padding: 15px 0 0 0 !important;
      min-width: 100% !important;
    }
    .swatch .sizes_main .swatch-element {
      width: 23% !important;
      display: inline-block;
      margin-right: 0;
      margin-bottom: 0;
    }
    .sizes_main {
      row-gap: 5px;
    }
    .swatch .sizes_main .swatch-element {
      margin: 0;
      min-height: 55px !important;
    }
    /*=======================================28-11-2023====================================*/
    /*============================ongoing=================================*/
    span.change-style {
      font-size: 14px;
      padding: 0;
    }
    .selected-single-style .change-style_para {
      font-size: 12px;
    }
    .selected-single-style .selected-single-style_middle {
      width: 50%;
    }
    .selected-single-style .selected-single-style_right {
      width: 30%;
    }
    .selected-single-style .change-style_heading {
      font-size: 18px;
    }
    /* .swatch .swatch-element + .swatch-custom {
      display: inline !important;
    } */
    .swatch .swatch-element + .swatch-custom {
      display: contents !important;
    }
    /*============================ongoing=================================*/
  }
  
  /* Model size chart */
  
  span.chart_size_content {
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      text-decoration: underline;
      display: flex;
      align-items: center;
    width: fit-content;
    padding-left: 6px;
  }
  .size_chart_main {
    display: flex;
    align-items: baseline;
    width: 100%;
  }
  .size_chart_main h5 {
  font-size: 16px;
  }
  .model_chart {
      position: fixed;
      top: 0;
      width: 100%;
      left: 50%;
      transform: translate(-50%);
      background-color: rgba(0,0,0,0.5);
      height: 100%;
    z-index: 99;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 13px;
      text-shadow: 1px 1px 1px rgb(0 0 0 \/ 0%);
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      color: #5a5a5a;
      line-height: 1.6em;
      font-weight: 300;
    overflow: scroll;
  }
  h3.size-chart {
  width: 95%;
  }
  span.close_mode {
      width: 5%;
      text-align: center;
      font-size: 30px;
      cursor: pointer;
      transform: rotate(45deg);
  }
  .model_in {
      display: flex;
      align-items: center;
  }
  .model_chart {
      display: none;
  }
  .show_active {
  display: block;
  }
  .model_inner {
      padding: 0 15px;
  }
  .model_inner {
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 6px 25px #0000001f;
      width: 66.666666%;
      border-radius: 15px;
      margin: auto;
    margin-top: 100px;
      height: auto;
  }
  .rte_pages {
      display: none;
  }
  [data-pg="mens-size-chart"] {
      display: block;
  }
  .model_data_hidden {
      display: none;
  }
  .get_data_model {
  /*     border-top: 1px solid #aaaaae;
      padding-top: 5px;
      padding-bottom: 15px; */
  }
  
  @media only screen and (max-width:  767px) {
    .model_inner {
    width: 100%;
    }
    .footer_show {
    background: #00000080 !important;
    }
    .header_show {
      position: absolute !important;
      z-index: -1 !important;
    }
    .ctop_show {
      top: 0px !important;
    }
    .model_inner {
    margin: 30px auto;
    }
    .swatch-custom {
      display: inline;
    }
    .swatch--Color .swatch-custom .swatch-element1.color {
      margin-right: 5px;
    }
  }
  
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  
    .model_inner {
    width: 80%;
    }
    .model_chart {
    z-index: 9999;
    }
  }
  
  .stamped-main-badge .stamped-badge[data-rating="0.0"], .stamped-main-badge .stamped-badge[data-rating="0"] {
  display: none !important;
  }
  
  .stamped-container[data-count="0"][data-version="2"] {
  display:none !important;
  
  }














==========

















