/** Shopify CDN: Minification failed

Line 545:0 Unexpected "}"

**/
/* spinner on page load */
/* .section__images .slider__clip .swiper-slide {
  opacity: 0;
}

.section__images .slider__clip .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
} */

.swiper-lazy-preloader-orange {
  --swiper-preloader-color:#ff5000;
  animation-name:spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */ 
  /* transform: rotate(.03turn);  */
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}


/* .swiper-lazy-preloader {
  display: none;
}
.swiper-slide:first-child .swiper-lazy-preloader {
  display: block;
} */
 body .section-product {
     padding-bottom: 50px;
/*      border-top: 1px dashed var(--dkgray3); */
     font-family: var(--Helvetica);
     font-weight: 400;
      background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
      background-position: top;
      background-size: 7px 1px;
      background-repeat: repeat-x;
      padding-top: 1px;
}
 .section-product .section__inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
-webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
   gap: 3%;
}
 .section-product .section__images img {
     width: auto;
     height: auto;
}

/* .section-product .section__images .slider__slides.thumbs .swiper-slide
 {
  width: 90px;
  height: 90px;
} */

/* .section-product .section__images .slider__slides.thumbs .swiper-slide{
  text-align: center;
} */

 .section-product .section__content-head {
/*      border-bottom: 1px dashed var(--dkgray3); */
     margin-bottom: 30px;
       background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
/*          padding-bottom: 10px; */
}
 .section-product .section__content-entry {
     padding-bottom: 35px;
/*      border-bottom: 1px dashed var(--dkgray3); */
   background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}
.section-product .section__highlight-text {
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 14px;
  margin: 0;
  color: var(--c_orange);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
/*     font-style: oblique; */
    font-family: var(--Geogrotesque);
      }
 .section-product .section__title {
     margin-bottom: 5px;
     font-family: var(--Geogrotesque);
     font-size: 32px;
     line-height: 1.09;
     color: var(--fblack);
     letter-spacing: 0.1em;
     font-weight: 600;
     text-transform: uppercase;
}
 .section-product .section__price {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: var(--fblack);
    min-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
 .section-product .section__price ins.price__amount {
     padding: 0;
     text-decoration: none;
}
.section-product .section__price del.originalprice {
    margin-right: 0;
}
.section-product .section__rating {
    padding-bottom: 5px;
    min-height: 27px;
}
 .section-product .section__link {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: var(--c_orange);
     font-weight: 700;
     text-decoration: none;
     -webkit-transition: color 0.3s;
     -o-transition: color 0.3s;
     transition: color 0.3s;
}
 .section-product .section__link:hover {
     color: var(--dkgray);
}
 .section-product .section__link i {
     font-size: 16px;
     color: var(--c_orange);
}
 .section-product .section__head {
     width: 100%;
/*      border-bottom: 1px dashed var(--dkgray3); */
   background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
     margin-bottom: 30px;
}
 .section-product .section__entry {
     padding-top: 10px;
     font-size: 16px;
     line-height: 1.5;
     font-weight: 400;
     letter-spacing: 0.02em;
}
 .section-product .section__entry h3 {
     font-family: var(--Geogrotesque);
     font-size: 20px;
     font-weight: 600;
}
 .section-product .section__entry p {
     margin-bottom: 10px;
}
 .section-product .section__entry p strong {
     color: var(--dkgray);
}
 .section-product .section__entry h4 {
     margin: 10px 0;
     font-family: var(--Geogrotesque);
     color: var(--dkgray);
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     font-size: 24px;
}
 .section-product .section__entry ol {
     list-style: none outside none;
     margin-bottom: 10px;
}
 .section-product .section__entry p + ol {
     margin-left: 15px;
}
 .section-product .section__entry ul {
     list-style: none outside none;
     padding-left: 25px;
     margin-bottom: 10px;
}
 .section-product .section__entry ul li {
     position: relative;
     font-family: var(--Helvetica);
     font-size: 16px;
     letter-spacing: 0.02em;
     line-height: 1.5;
}
 .section-product .section__entry ul li:before {
     content: "-";
     position: absolute;
     right: 100%;
     top: 0;
     margin-right: 5px;
}
 .template-product .section-products .large_container, .template-stuff-sacks .section-products .large_container, .template-kit-bundle .section-products .large_container {
     max-width: 1370px;
}
.section-products {
     padding: 60px 20px 100px;
}
.section-products.recommended_products_section{
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
     .section-products.recommended_products_section{
      padding-top: 40px;
    }   
}
 .section-products h6 {
     margin-bottom: 10px;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 20px;
}
 .section-products--alt h6 {
     margin-bottom: 50px;
     text-align: center;
}
 #AddToCartForm .shipinfoctr {
     display: flex;
     width: 100%;
     flex-direction: row-reverse;
}

 .section-product .packs_section_images .slider {
     margin: 0 auto;
     position: relative;
}
 .section-product .packs_section_content {
     background: var(--c_white);
     z-index: 1;
}
 .section-product .packs_section_content .packs_section_content_inr {
     background: var(--c_white);
     padding: 0;
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr {
   margin: 30px 0 0;
   display: flex;
   display: -webkit-flex;
   display: -moz-flex;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row {
     margin: 0 -9px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
     flex: 20% 0 0;
     -webkit-flex: 20% 0 0;
     -moz-flex: 20% 0 0;
     margin: 0;
     max-width: 100%;
     padding: 0;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr {
     border: 1px solid black;
     padding: 12px 0 12px 10px;
     position: relative;
     height: 56px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr .form__label {
     display: inline-block;
     margin-bottom: 0;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     vertical-align: middle;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
     border: none;
     font-size: 16px;
     text-align: left;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button {
     position: absolute;
     background: none;
     color: var(--fblack);
     width: auto;
     height: auto;
     line-height: 1;
     right: 10px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button.plus {
     top: 7px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr div.button.minus {
     bottom: 7px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
     position: relative;
     flex: 75% 0 0;
     -webkit-flex: 75% 0 0;
     -moz-flex: 75% 0 0;
     margin: 0;
     max-width: 100%;
     padding: 0;
     height: 56px;
}
 .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position input {
     width: 100%;
     height: 56px;
}
 .section-product .packs_section_content .packs_section_content_inr .section__content-entry {
     border: none;
     padding: 0;
}
 .section-product .packs_section_content .packs_section_content_inr .section__title {
     margin-bottom: 10px;
}
.section-product .packs_section_content .packs_section_content_inr .section__price {
  margin-bottom: 15px;
}
 .section-product .packs_section_content .packs_section_content_inr .section__rating {
     line-height: 1;
     min-height: unset !important;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

 .section-product .packs_section_content .packs_section_content_inr .okeReviews{
   padding: 0px 0 14px !important;
 }
 
.section-product .packs_section_content .packs_section_content_inr .product_short_description {
    padding:  20px 0;
    /*      border-top: 1px dashed var(--dkgray3); */
    background-image: linear-gradient(to right,var(--light_gray) 50%,rgba(0,0,0,0) 60%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;   
    color: var(--fblack);
    display: block;
    font-size: 16px;
    line-height: 26px;
}

 .section-product .packs_section_content .packs_section_content_inr .section__content-head {
     margin-bottom: 30px;
     padding-bottom: 20px;
}
 .section-product .packs_section_content .packs_product_buttons {
     margin: 20px 0 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .section-product .packs_section_content .packs_product_buttons a {
     font-size: 12px !important;
     color: var(--fblack) !important;
     font-weight: 700;
     text-transform: uppercase !important;
     border: 1px solid var(--fblack);
     padding: 10px;
     flex-basis: 100%;
     min-height: 56px;
     line-height: 1.2 !important;
     text-align: center;
     margin: 0;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .section-product .packs_section_content .packs_product_buttons a img,
 .section-product .packs_section_content .packs_product_buttons a i {
     vertical-align: middle;
     margin-right: 10px;
}
 .section-product .packs_section_content .packs_product_buttons a:hover {
     color: var(--c_white) !important;
     background: var(--fblack) !important;
}
.section-product .packs_section_content .packs_product_buttons.ppbtwo a {
    flex-basis: calc(50% - 10px);
}
 .section-product .packs_section_content .packs_product_buttons.ppbone a {
     flex-basis: 100%;
}
 .section-product .packs_section_content .packs_product_buttons.ppbhide {
     display: none !important;
}
 .you_may_interested_product_mn_otr {
     margin-top: 12px;
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .you_may_interested_product_mn_otr strong {
     font-size: 12px;
     line-height: 15px;
     color: var(--c_black);
     display: block;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     margin: 15px -7px 28px;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
     flex: 152px 0 0;
     -webkit-flex: 152px 0 0;
     -moz-flex: 152px 0 0;
     max-width: 152px;
     padding: 0 7px;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product {
     border: 1px solid #707070;
     padding: 5px 10px 10px;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_checkbox {
     text-align: right;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_checkbox input[type="checkbox"] {
     margin: 0 0 4px !important;
     display: inline-block;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_img {
     text-align: center;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content {
     display: flex;
     align-items: center;
     flex-direction: column;
     text-align: center;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content b {
     font-size: 12px;
     line-height: 15px;
     color: var(--c_black);
     margin-bottom: 5px;
}
 .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr .you_may_interested_product .you_may_interested_product_content span {
     font-size: 12px;
     line-height: 15px;
     margin: 0;
     display: block;
}
 .section-product .packs_section_content .packs_section_content_inr .section__price, 
.section__price span.startingat, .list-related-products .price__amount span {
  font-weight: 400;
  color: var(--fblack);
  line-height: 24px;
}
 #AddToCartForm .shipping-info {
     list-style: none;
     text-align: center;
     display: flex;
     margin: 13px 0;
     text-transform: uppercase;
     font-family: var(--Geogrotesque);
     color: var(--c_orange);
     font-size: 16px;
     flex-basis: 75%;
     flex-grow: 0;
     flex-shrink: 0;
     justify-content: center;
}
 #AddToCartForm .shipping-info li.shipping_notice_novar, 
 #AddToCartForm .shipping-info li.shipping_notice_onevar, 
 #AddToCartForm .shipping-info li.shipping_notice_class, 
 #AddToCartForm .shipping-info li.shipping_notice_default_class {
     background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/HMG-truck-icon.svg?v=171904778104272500141683551183");
     background-size: auto 100%;
     background-repeat: no-repeat;
     background-position: left center;
     font-size: 16px;
     font-weight: 500;
     font-style: italic;
     padding: 5px 0 5px 45px;
     display: inline-block;
     letter-spacing: 0.05em;
}
 p.affirm-as-low-as {
     font-size: 12px !important;
     /* margin-bottom: 30px; */
     margin-bottom: 0;
     overflow: hidden;
    /* min-height: 30px;
     */
}
 p.affirm-as-low-as:empty {
     display: none;
}
p.affirm-as-low-as + div.product_short_description,
p.affirm-as-low-as + div.product_long_description {
    margin-top: 20px;
}
 .form-product .form__row {
     margin-bottom: 5px;
}
}
 .form-product .form__row--qty {
     display: none;
     max-width: 270px;
}
 .form-product .form__row--qty.visible {
     display: block;
     justify-content: flex-start;
     align-items: center;
}
 .form-product .form__row--qty input[type="number"] {
     display: inline-block;
     border: 1px solid var(--dkgray3);
     padding: 10px 15px;
     margin-left: 10px;
     max-width: 75px;
     text-align: center;
     -moz-appearance: textfield;
}
 .form-product .form__row--qty input[type="number"]::-webkit-inner-spin-button, .form-product .form__row--qty input[type="number"]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .qty-select {
     display: inline-block;
     border: 1px solid var(--dkgray3);
     padding: 10px 15px;
     margin-left: 10px;
     max-width: 75px;
     text-align: center;
}
 p.max-err, p.q-err {
     font-size: 14px;
     line-height: 1.3;
     font-weight: 500;
     letter-spacing: 0.13px;
     padding: 10px;
     color: #721c24;
     background-color: #f8d7da;
     border-color: #f5c6cb;
     display: inline-block;
     margin: 0;
}
 p.max-err {
     background-color: transparent;
     color: var(--fblack);
     font-weight: 700;
     padding-left: 0;
}
 p.q-err {
     margin-top: 10px;
}
 .form-product .form__row > .form__label {
     display: inline-block;
     margin-bottom: 5px;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
}
 .form-product .form__row--qty.visible {
     display: block;
     justify-content: flex-start;
     align-items: center;
}
 .list-radios {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     margin: 0;
    /* Mobile */
}
 .list-radios li {
     margin: 0 21px 8px 0;
}
 .list-radios li:last-child {
     margin-right: 0;
}
 .list-radios li .radio {
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .list-radios li .radio input {
     width: 40px;
     height: 40px;
}
 .list-radios li .radio .form__label {
     padding: 0 15px;
     height: 40px;
     width: auto;
     min-width: 40px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .swatch_material {
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .swatch_material .radio label.form__label {
     width: auto !important;
     padding: 9px 15px;
     line-height: 1.35;
     height: auto;
     border: 1px solid var(--fblack);
}
 .yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon.yotpo-icon-empty-star {
     font-size: 20px !important;
     margin: 0 4px;
}
 a.text-m.write-review-btn-hidden {
     font-size: 0 !important;
}
 .yotpo a.text-m.ask-question {
     font-size: 0px !important;
}
 .insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title {
     font-size: 20px;
     line-height: 25px;
     padding: 38px 0 !important;
     background: var(--fblack);
     color: var(--c_white);
     font-weight: 700;
}
 .insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title a {
     color: var(--c_orange);
}
/*   .packs_section_images .swiper-button-prev, .packs_section_images .swiper-container-rtl .swiper-button-next {
    left: -5%;
  }
  .packs_section_images .swiper-button-next, .packs_section_images .swiper-container-rtl .swiper-button-prev {
    right: -5%;
    left: auto;
  } */
 .form-qty-cont .form__row--qty {
     max-width: 100%;
}
 .form-qty-cont .form__row--qty .qtyBtn {
     display: inline-block;
     vertical-align: middle;
     background-color: var(--fblack);
     color: var(--c_white);
     width: 30px;
     height: 30px;
     line-height: 25px;
     text-align: center;
     font-size: 17px;
     cursor: pointer;
}
 .form-qty-cont .form__row--qty input[type="number"] {
     display: inline-block;
     vertical-align: middle;
     border: 1px solid var(--fblack);
     max-width: 44px;
     width: 36px;
     text-align: center;
     height: 30px;
     padding: 3px;
     border-radius: 0;
     font-size: 12px;
     line-height: 1.5em;
     -webkit-box-shadow: none;
     box-shadow: none;
     margin-left: 0;
}
 .form-qty-cont .form__row--qty.has-limit input[type="number"] {
     pointer-events: none;
}
 .form-qty-cont .disable-btn, .inc.plus.button.qtyBtn.limit-qty.disable {
     opacity: 0.5;
     pointer-events: none;
}
 .form-product .form__btn {
     font-size: 19px;
     letter-spacing: 0;
     width: 100%;
}
 a#klaviyobtn {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     display: flex;
     min-height: 56px;
/*      padding: 0; */
     z-index: -1;
     align-items: center;
     justify-content: center;
}
 .section-product .packs_section_content .packs_product_buttons a svg {
     width: 16px;
     margin-right: 10px;
}
 .section-product .packs_section_content .packs_product_buttons a:last-child svg {
     width: 19px;
}
 input#addtocartbtn.btn:disabled {
     background: var(--ltgray);
     border-color: var(--ltgray);
     opacity: 1;
}
 input#addtocartbtn.form__btn.hidden:disabled + a#klaviyobtn {
     z-index: 0;
}
 .form__actions.oos-position input#addtocartbtn {
     height: 56px;
}
 input#addtocartbtn {
     position: relative;
     z-index: 2;
}
 .product_main_details {
     font-family: var(--Helvetica);
     font-weight: 400;
     padding: 50px 0 100px 0;
}
 .product_main_details .container {
     max-width: 1370px;
}
 .product_main_details .container .product_main_details_otr {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     margin: 0 -40px;
     align-items: center;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left {
     flex: 50% 0 0;
     -webkit-flex: 50% 0 0;
     -moz-flex: 50% 0 0;
     max-width: 50%;
     padding: 0 40px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left strong {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     display: block;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     background: none;
     padding-bottom: 0 !important;
     margin-bottom: 0 !important; 
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description {
     padding: 10px 0;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .section {
     padding: 0;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description p {
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     font-family: var(--Helvetica);
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     margin: 24px -10px 0;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr {
     flex: 1 0 0;
     -webkit-flex: 1 0 0;
     -moz-flex: 1 0 0;
     max-width: 50%;
     padding: 0 10px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr p {
     margin-bottom: 0;
     font-size: 16px;
     line-height: 24px;
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr strong {
     background: none;
     font-size: 16px;
     line-height: 24px;
     font-family: var(--Helvetica);
     margin: 0 0 4px;
     padding: 0;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li {
     background: none;
     list-style: none;
     font-size: 16px;
     line-height: 24px;
     font-family: var(--Helvetica);
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li {
     position: relative;
     padding-left: 13px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description .product_main_split_otr .product_main_split_inr ul li:before {
     content: "";
     position: absolute;
     background: var(--c_black);
     width: 6px;
     height: 2px;
     left: 0;
     top: 12px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description {
     flex: 50% 0 0;
     -webkit-flex: 50% 0 0;
     -moz-flex: 50% 0 0;
     max-width: 50%;
     display: block;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right {
     flex: 50% 0 0;
     -webkit-flex: 50% 0 0;
     -moz-flex: 50% 0 0;
     max-width: 50%;
     padding: 0 40px;
     text-align: right;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right strong {
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 17px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right ul {
     background: #d4d5d7;
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     justify-content: space-between;
     list-style: none;
     padding: 24px 38px 24px 33px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
     flex: 50% 0 0;
     -moz-flex: 50% 0 0;
     -webkit-flex: 50% 0 0;
     width: 100%;
     height: 100%;
     padding: 0 10px;
     align-items: center;
     margin-bottom: 20px;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
     font-size: 20px;
     line-height: 32px;
     color: var(--c_black);
     font-family: var(--Helvetica);
     padding: 0;
     text-transform: inherit;
     font-weight: 400;
}
 .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
     margin: 0;
     font-size: 16px;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     font-weight: 700;
     line-height: 32px;
}
 .product_main_details .container .product_main_details_otr .key_features_for_mobile_only {
     display: none;
}
 .product_blog_mn_otr {
     padding: 80px 0;
     margin: 50px 0;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     position: relative;
}
.product_blog_mn_otr .rltblogtitle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 42px;
}

 .product_blog_mn_otr .product_blog_mn_inr {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
     flex: 1 0 0;
     padding: 0 20px;
}
@media (max-width: 1199px) {
/*     .product_main_details .container .product_main_details_otr {
        margin: 0;
        padding: 0 15px;
    } */
    .product_main_details .container .product_main_details_otr .product_main_details_left {
        flex: 100% 0 0;
        -webkit-flex: 100% 0 0;
        -moz-flex: 100% 0 0;
        max-width: 1370px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
.product_main_details .container .product_main_details_otr .product_main_details_right {
    display: none;

}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr:nth-child(3n) {
    display: none !important;
 }
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_img {
     position: relative;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 54%;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title {
     margin-top: 20px;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
     font-size: 21px;
     text-transform: uppercase;
     font-weight: 700;
     line-height: 26px;
     margin-bottom: 5px;
     display: block;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a:hover {
     color: var(--c_orange);
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat {
     display: inline-block;
     vertical-align: top;
     line-height: 20px;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat strong {
     font-size: 12px;
     margin-right: 6px;
     text-transform: uppercase;
     color: var(--c_orange);
     vertical-align: top;
     line-height: 20px;
}
 .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_date_cat p {
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     margin: 0;
     line-height: 20px;
}
 .product_blog_mn_otr:before {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     width: 100%;
     height: 1px;
     top: 0;
}
 .product_specs_mn_otr {
     background: #d4d5d6;
     padding: 80px 0;
}
 .product_specs_mn_otr .product_main_details_title {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 17px;
     margin-bottom: 16px;
     text-align: center;
}
 .product_specs_mn_otr .wrapper-ac {
     position: relative;
}
 .product_specs_mn_otr .all_specs_dimention {
     position: absolute;
     display: none;
     z-index: 1;
     left: 50%;
     bottom: -29px;
     transform: translate(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transition: all linear 0.2s;
     -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
}
 .product_specs_mn_otr .all_specs_dimention a {
     font-size: 16px;
     font-weight: 700;
     border: 2px solid black;
     padding: 15px 30px;
     display: inline-block;
     background: #d4d5d6;
}
 .product_specs_mn_otr .all_specs_dimention a:hover {
     background: var(--fblack);
     color: var(--c_white);
}
 .product_specs_mn_otr .product_main_details_ans-wrapper {
     position: relative;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr h3 {
     font-size: 20px;
     line-height: 32px;
     color: var(--c_black);
     font-weight: 700;
     padding: 21px 0;
     margin: 0;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul {
     overflow: hidden;
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li {
     list-style: none;
     background: #dfdfdf;
     display: flex;
     padding: 15px;
     margin-bottom: 10px;
     text-align: right;
     font-weight: 500;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li:nth-child(even) {
     background: #eaeaeb;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li strong {
     text-align: left;
     flex: 1 0 0;
     padding-right: 10px;
     text-transform: uppercase;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round {
     text-align: right;
     flex: 1 0 0;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round p {
     margin: 0;
     font-weight: 500;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper:after {
     background: -moz-linear-gradient( top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     background: -webkit-linear-gradient( top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     background: linear-gradient( to bottom, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6d4d5d6", GradientType=0);
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     right: 0;
     height: 140px;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.long_div .all_specs_dimention {
     display: block;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div {
     padding-bottom: 40px;
     display: block;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div ul {
     max-height: unset;
     overflow: visible;
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div:after {
     content: none;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div .all_specs_dimention {
     transition: all linear 0.2s;
     -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
}
 .product_specs_mn_otr {
     background: #d4d5d6;
     padding: 80px 0;
}
 .product_specs_mn_otr .product_main_details_title {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 17px;
     margin-bottom: 16px;
     text-align: center;
}
 .product_specs_mn_otr .wrapper-ac {
     position: relative;
}
 .product_specs_mn_otr .all_specs_dimention {
     position: absolute;
     display: none;
     z-index: 1;
     left: 50%;
     bottom: -29px;
     transform: translate(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transition: all linear 0.2s;
     -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
}
 .product_specs_mn_otr .all_specs_dimention a {
     font-size: 16px;
     font-weight: 700;
     border: 2px solid black;
     padding: 15px 30px;
     display: inline-block;
     background: #d4d5d6;
}
 .product_specs_mn_otr .all_specs_dimention a:hover {
     background: var(--fblack);
     color: var(--c_white);
}
 .product_specs_mn_otr .product_main_details_ans-wrapper {
     position: relative;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr h3 {
     font-size: 20px;
     line-height: 32px;
     color: var(--c_black);
     font-weight: 700;
     padding: 21px 0;
     margin: 0;
}
 .template-stuff-sacks .product_specs_mn_otr, .template-kit-bundle .product_specs_mn_otr {
     padding: 80px 0;
}
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na:after, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:after {
     content: none;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3,
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3 {
     display: block;
     width: inherit;
     cursor: pointer;
     position: relative;
     text-transform: uppercase;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before {
     content: "\f067";
     position: absolute;
     font-family: var(--FontAwesome);
     font-size: 18px;
     right: 21px;
     top: 50%;
     transform: translateY(-50%);
     font-weight: 900;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     top: auto;
     bottom: 0;
     height: 1px;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--c_black) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: top;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     top: auto;
     bottom: 0;
     height: 1px;
}
 .yotpo.QABottomLine {
     display: none;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul {
     display: none;
     width: inherit;
     height: auto;
     padding: 18px 0;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul:target,
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul:target,
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul:target {
     display: block;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr.active_accor h2:before, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr.active_accor h2:before, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr.active_accor h2:before {
     content: "\f068";
     position: absolute;
     font-family: var(--FontAwesome);
     font-size: 18px;
     right: 21px;
     top: 50%;
     transform: translateY(-50%);
     font-weight: 900;
}
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .mobile_accordion {
     display: none;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3 {
     display: block;
     width: inherit;
     cursor: pointer;
     position: relative;
     text-transform: uppercase;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul {
     overflow: hidden;
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr ul {
     display: none;
     width: inherit;
     height: auto;
     padding: 18px 0;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before {
     content: "\f067";
     position: absolute;
     font-family: var(--FontAwesome);
     font-size: 18px;
     right: 21px;
     top: 50%;
     transform: translateY(-50%);
     font-weight: 900;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:after {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     top: auto;
     bottom: 0;
     height: 1px;
}
.template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after, 
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after, 
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:first-child:after {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--c_black) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: top;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     top: auto;
     bottom: 0;
     height: 1px;
}


/* model view on product page */
 .model_wrapper {
     padding: 60px 0 120px;
}
 .model_wrapper model-viewer {
     width: 100%;
     height: 700px;
}
 @media (max-width: 900px) {
     .model_wrapper {
         padding: 0 0 50px;
    }
     .model_wrapper model-viewer {
         height: 600px;
    }
    .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description p{
      margin-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .model_wrapper model-viewer {
         height: 400px;
    }
}

/* 3D Spinner block start */
 section.model_wrapper {
     padding-top: 60px;
     padding-bottom: 60px;
}

 .product-single__media.model-main model-viewer {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
.model_wrapper .glb_title h2,
.model_wrapper .glb_title h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--c_black);
    font-family: var(--Helvetica);
    display: block;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 30px;
}
.glb_sub_title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .model_wrapper .glb_title h2,
    .model_wrapper .glb_title h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .glb_sub_title {
        font-size: 16px;
        line-height: 18px;
    }
}

/* 3D Spinner block end */

.section-product .packs_section_content .packs_product_buttons a {
	font-size: 16px !important;
}
.desktop-version .pack_product_unique_feature_otr {
    padding: 50px 0;
}
.pack_product_unique_inr h2,
 .pack_product_unique_inr h4 {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--fblack);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 17px;
     margin-bottom: 16px;
}
.unique_feature_slider_inr h3,
 .unique_feature_slider_inr h5 {
    font-size: 18px;
     font-weight: 700;
     margin-top: 20px;
     margin-bottom: 12px;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li {
     list-style: none;
     background: #dfdfdf;
     display: flex;
     padding: 15px;
     margin-bottom: 10px;
     text-align: right;
     font-weight: 500;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li:nth-child(even) {
     background: #eaeaeb;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li strong {
     text-align: left;
     flex: 1 0 0;
     padding-right: 10px;
     text-transform: uppercase;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round {
     text-align: right;
     flex: 1 0 0;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul li .product_specs_round p {
     margin: 0;
     font-weight: 500;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper:after {
     background: -moz-linear-gradient( top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     background: -webkit-linear-gradient( top, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     background: linear-gradient( to bottom, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6d4d5d6", GradientType=0);
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     right: 0;
     height: 140px;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.long_div .all_specs_dimention {
     display: block;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div {
     padding-bottom: 40px;
     display: block;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div ul {
     max-height: unset;
     overflow: visible;
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div:after {
     content: none;
}
 .product_specs_mn_otr .product_main_details_ans-wrapper.full_div .all_specs_dimention {
     transition: all linear 0.2s;
     -webkit-transition: all linear 0.2s;
     -moz-transition: all linear 0.2s;
}
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .mobile_accordion {
     display: none;
}
 .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .all_specs_dimention, .mobile_accordion {
     display: none;
}
 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf {
     background-color: transparent !important;
     color: var(--c_white) !important;
     display: inline-block;
     margin-bottom: 0;
     width: 100%;
}
 section.key_feature_mn_otr {
     background: var(--fblack);
     font-family: var(--Helvetica);
     font-weight: 400;
     padding: 60px 0;
}
 section.key_feature_mn_otr .key_feature_mn_inr {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     justify-content: space-between;
}
 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
     flex: 0 0 0;
     -webkit-flex: 0 0 0;
     -moz-flex: 0 0 0;
     flex-basis: calc((100% / 3) - 10px);
     padding: 0 5%;
}
 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf {
     font-size: 20px;
     line-height: 25px;
     font-family: var(--Helvetica);
     color: var(--c_white);
     display: inline-block;
     margin-bottom: 22px;
}
 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf li {
     list-style: none;
     padding-left: 20px;
     background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/white-checkmark.svg?v=97749395171008967201683551237");
     background-repeat: no-repeat;
     background-size: 12px 12px;
     background-position: left center;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
}

 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list p {
     font-size: 16px;
     line-height: 24px;
     font-family: var(--Helvetica);
     color: var(--c_white);
     font-weight: 400;
}
section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf p:first-child {
    margin-bottom: 22px;
}
section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf p strong {
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
}
 section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf p:last-child {
     margin-bottom: 0 !important;
}
section.key_feature_mn_otr .large_container {
    max-width: 1590px;
    width: 100%;
}
 section.key_feature_mn_otr .large_container.itemcount1 {
     max-width: 1370px;
}
 section.key_feature_mn_otr .large_container.itemcount1 .key_feature_mn_inr .key_feature_list {
     flex-basis: 100%;
}
 section.key_feature_mn_otr .large_container.itemcount2 {
     max-width: 1370px;
}
 section.key_feature_mn_otr .large_container.itemcount2 .key_feature_mn_inr .key_feature_list {
     flex-basis: 50%;
}
 .key_feature_mn_otr .key_feature_mn_title h3,
 .key_feature_mn_otr .key_feature_mn_title h2 {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_white);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 17px;
     text-align: center;
     margin-bottom: 26px;
}
.key_feature_icon {
    width: 36px;
    margin-bottom: 15px;
}

/*  */
.desktop-version.pack_product_unique_feature_otr {
   padding: 60px 0;
}
 .pack_product_unique_feature_otr .large_container {
       max-width: 1370px;
  }
 .pack_product_unique_feature_otr .unique_feature_slider_inr ul {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     margin: 0;
     grid-column-gap: 40px;
}
 .pack_product_unique_feature_otr .unique_feature_slider_inr ul li {
     list-style: none;
     padding: 10px 20px;
     margin: 5px 0px;
     background: #d4d5d7;
     font-weight: 400;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .pack_product_unique_feature_otr .unique_feature_slider_inr ul li strong {
     margin: 0 5px 0 0;
}
 .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(4n + 1) {
     background: #e9eaec;
}
 .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(4n + 2) {
     background: #e9eaec;
}
 .section-video {
     font-family: var(--Helvetica);
     font-weight: 400;
}
 .section-video.pack_product_video {
     padding: 0 !important;
     background: black;
}
 .section-video.pack_product_video .pack_product_video_inr {
     padding: 50px 0;
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     align-items: stretch;
}
 .section-video.pack_product_video .pack_product_video_inr .video-holder {
     flex: 100% 0 0;
     -webkit-flex: 100% 0 0;
     -moz-flex: 100% 0 0;
     padding-bottom: 0;
     display: flex;
     height: auto;
     background: black;
     max-width: 1100px;
     margin: 0 auto;
}
 .section-video.pack_product_video .pack_product_video_inr .video-holder img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: center;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
     flex: 40% 0 0;
     -webkit-flex: 40% 0 0;
     -moz-flex: 40% 0 0;
     max-width: 40%;
     padding: 15px 30px;
     align-self: center;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr {
     max-width: 610px;
     margin: 0 auto;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul {
     margin: 0;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
     font-size: 24px;
     line-height: 29px;
     color: var(--c_black);
     display: block;
     margin-bottom: 40px;
     text-transform: uppercase;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li {
     font-size: 16px;
     line-height: 24px;
     color: var(--c_black);
     list-style: none;
     position: relative;
     padding-left: 21px;
     padding-bottom: 25px;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li strong {
     font-weight: 700;
     font-size: 16px;
     line-height: 24px;
     color: var(--c_black);
     list-style: none;
     display: inline-block;
     margin-bottom: 0;
     text-transform: capitalize;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li:before {
     content: "";
     position: absolute;
     background: var(--c_black);
     width: 8px;
     height: 8px;
     border-radius: 50%;
     left: 0;
     top: 8px;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li:last-child {
     padding-bottom: 0;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots {
     text-align: center;
     margin: 0 0 10px;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li {
     list-style: none;
     display: inline-block;
     padding: 0 5px;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li button {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: var(--c_white);
     padding: 0;
     font-size: 0;
     border: none;
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li.slick-active button {
     background: var(--c_orange);
}
 .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots li:before {
     content: none;
}
 .comments {
     padding: 60px 0 0;
}
 .okeReviews {
     font-size: 16px;
     font-weight: 400;
     line-height: 1.6;
}
/*
.okeReviews.okeReviews--theme .okeReviews-button {
  font-size:19px;
}
*/
 .section-products h6 {
     margin-bottom: 10px;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 20px;
}
 .list-related-products {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     margin: 0 -0.5% 15px;
}
 .list-related-products li {
     width: 24%;
     padding: 4px 4px 30px;
     margin: 0 0.5% 10px;
     background-color: var(--c_white);
     text-align: center;
}
 .list-related-products li h6 {
     margin: 0;
     font-family: var(--Geogrotesque);
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 0.1em;
     line-height: 1.31;
}
 .list-related-products li h6:hover {
     color: var(--c_orange);
}
 .list-related-products figure {
     margin-bottom: 10px;
     -webkit-transition: opacity 0.3s;
     -o-transition: opacity 0.3s;
     transition: opacity 0.3s;
}
 .list-related-products li:hover figure {
     opacity: 0.8;
}
 .list-related-products img {
     width: 100%;
     height: auto;
}
 .list-related-products span {
     font-family: var(--Geogrotesque);
     font-size: 16px;
     line-height: 1.69;
     letter-spacing: 0.1em;
     font-weight: 500;
}
 .list-related-products a {
     display: block;
     color: #0f0b0c;
     text-decoration: none;
}
 ul.list-related-products .startsat span {
     display: inline-block;
}
 .product_main_details_ans-wrapper.no-grad:after, .product_specs_mn_otr.no-grad .product_main_details_ans-wrapper:after {
     content: "";
     background: none;
     position: unset;
     display: none;
}
 .product_main_details_left_description .bold-title {
     font-weight: 700;
}
 .template-product .section__content .you_may_interested_product_mn_otr .startingat, .template-stuff-sacks .section__content .you_may_interested_product_mn_otr .startingat {
     display: none !important;
}
 @supports (-webkit-touch-callout: none) {
     .product_specs_mn_otr .product_main_details_ans-wrapper:after {
         background: linear-gradient( to bottom, rgba(212, 213, 214, 0) 0%, rgba(212, 213, 214, 0.7) 30% );
         content: "";
         position: absolute;
         left: 0;
         bottom: 0;
         right: 0;
         height: 140px;
    }
}
 .template-kit-bundle .product_main_details_title.feature_mob_title strong {
     font-size: 16px;
     line-height: 20px;
     padding: 15px 0;
}
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:last-child {
     position: relative;
}
 .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na:last-child .product_main_details_ans_inr:before {
     content: "";
     position: absolute;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: top;
     background-size: 7px 1px;
     background-repeat: repeat-x;
     left: 0;
     right: 0;
     bottom: 0;
     height: 1px;
}
 .swatch_ski .list-radios li .radio .form__label, .swatch_hip .list-radios li .radio .form__label {
     padding: 0 15px;
}
 .form-product .form__row > .form__label i {
     color: var(--c_orange);
     cursor: pointer;
}
 .radio .form__label:hover {
     background-color: var(--c_orange);
     border-color: var(--c_orange);
     color: var(--c_white);
}
/* idea uses section css start here */
 section.ideal_mn_otr {
     padding: 0 0 120px;
}
 section.ideal_mn_otr .large_container {
     max-width: 1370px;
}
 .ideal_uses_main_details_title h3 {
     font-size: 32px;
     line-height: 39px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--c_black);
     font-family: var(--Helvetica);
     display: block;
     padding-bottom: 28px;
     margin-bottom: 16px;
     background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
     background-position: bottom;
     background-size: 7px 1px;
     background-repeat: repeat-x;
}
 .ideal_uses_main_details_ans {
     margin-top: 32px;
}
 .ideal_uses_main_details_ans ul {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
}
 .ideal_uses_main_details_ans ul li {
     flex: 1 0 0;
     -webkit-flex: 1 0 0;
     -moz-flex: 1 0 0;
     text-align: center;
     list-style: none;
}
 .ideal_uses_img {
     min-height: 63px;
     line-height: 63px;
}
 body .ideal_uses_img img {
     max-width: 50px;
}
/*  .section__images .slider__clip {
     overflow: hidden;
} */

.section-product .section-product_inr{
  position: relative;
  z-index: 1;
}
/* ======================================================================== */
/* ======================================================================== */
/* Responsive CSS Start here */

 @media screen and (min-width: 1201px) {
     section.key_feature_mn_otr .key_feature_mn_inr {
         margin: 0 -5%;
    }
     .section-products h6 {
         font-size: 32px;
    }
}
 @media screen and (max-width: 1600px) {
    .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr h2,
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr h4 {
         margin: 20px 0 5px;
    }
}
 @media screen and (max-width: 1440px) {
    .section-product .packs_section_content .packs_product_buttons {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        margin: 20px 0 0;
    }

/* Product slider changes css  */


  .product_main_details .container {
      max-width: 1660px;
      padding: 0 30px;
  }
  .product_main_details .container .product_main_details_otr{
    margin: 0 -30px;
  }
  .product_main_details .container .product_main_details_otr .product_main_details_left{
    padding: 0 30px;
  }

}
 @media screen and (max-width: 1366px) {
     .product_main_details {
         padding: 70px 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
         font-size: 18px;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
         flex: 30% 0 0;
         -webkit-flex: 30% 0 0;
         -moz-flex: 30% 0 0;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
         flex: 67% 0 0;
         -webkit-flex: 67% 0 0;
         -moz-flex: 67% 0 0;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr ul li {
         padding-bottom: 15px;
    }
     .blog_mn_otr .blog_mn_inr strong {
         font-size: 27px;
         line-height: 33px;
         margin-bottom: 20px;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
         margin-bottom: 25px;
         font-size: 22px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left strong, body .ideal_uses_main_details_title h3, body .key_feature_mn_otr .key_feature_mn_title h3, body .key_feature_mn_otr .key_feature_mn_title h2, body .product_specs_mn_otr .product_main_details_title, body .pack_product_unique_inr h4, body .pack_product_unique_inr h2 {
         font-size: 25px;
         line-height: 1;
         padding-bottom: 16px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right strong {
         font-size: 18px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description {
         padding-left: 0;
    }
     section.key_feature_mn_otr {
         padding: 60px 0;
    }
    section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list div.kf p:first-child {
        margin-bottom: 10px;
    }
     section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list strong {
         font-size: 15px;
    }
}
 @media screen and (max-width: 1200px) {
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         padding: 20px 15px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
         font-size: 15px;
    }
     .section-video.pack_product_video .pack_product_video_inr .video-holder {
         flex: 55% 0 0;
         -webkit-flex: 55% 0 0;
         -moz-flex: 55% 0 0;
         max-width: 55%;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
         flex: 45% 0 0;
         -webkit-flex: 45% 0 0;
         -moz-flex: 45% 0 0;
         max-width: 45%;
    }
     .section-products {
         padding: 70px 20px;
    }
/*      .section-product .section-product_inr {
         padding: 30px 0 0;
    } */
     section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
         padding: 0;
    }
     section.key_feature_mn_otr, .product_main_details {
         padding: 50px 0;
    }
     body .model_wrapper, body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
         padding: 60px 0;
    }
     .desktop-version.pack_product_unique_feature_otr {
         padding: 70px 0;
    }
}
 @media screen and (max-width: 1199px) {
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         padding: 20px;
    }
}
 @media screen and (max-width: 1024px) {
   .product_main_details .container {
    padding: 0;
}
     .product_main_details .container .product_main_details_otr .product_main_details_left strong, body .ideal_uses_main_details_title h3, body .key_feature_mn_otr .key_feature_mn_title h3, body .key_feature_mn_otr .key_feature_mn_title h2, body .product_specs_mn_otr .product_main_details_title, body .pack_product_unique_inr h4, body .pack_product_unique_inr h2 {
         font-size: 21px;
         padding-bottom: 14px;
    }
     .product_main_details .container .product_main_details_otr {
         margin: 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description, .product_main_details .container .product_main_details_otr .product_main_details_right {
         padding: 0 15px;
    }
     body section.ideal_mn_otr {
         padding: 0 15px 70px;
    }
    section.key_feature_mn_otr, body .product_blog_mn_otr,
    .desktop-version.pack_product_unique_feature_otr {
         padding: 60px 0;
    }
     body .model_wrapper, body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
         padding: 60px 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left .product_main_details_left_description p {
         font-size: 16px;
         line-height: 1.5;
         padding-bottom: 0;
    }
     section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list {
         padding: 0 2%;
    }
     section.key_feature_mn_otr .key_feature_mn_inr .key_feature_list p {
         font-size: 15px;
         line-height: 1.5;
         margin-bottom: 0;
    }
}
 @media screen and (max-width: 1023px) {
     .list-related-products li {
         padding-bottom: 10px;
    }
}

 @media screen and (max-width: 991px) {
     .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
         flex: 131px 0 0;
         -webkit-flex: 131px 0 0;
         -moz-flex: 131px 0 0;
         max-width: 131px;
         padding: 0 5px;
    }
     .you_may_interested_product_mn_otr .you_may_interested_product_otr {
         margin: 10px -5px;
    }
     .section-product .section__title {
         font-size: 28px;
    }
     .section-product .packs_section_content .packs_product_buttons {
         flex-direction: column;
    }
    .section-product .packs_section_content .packs_product_buttons a {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .section-product .packs_section_content .packs_product_buttons a:last-child {
        margin-bottom: 0;
    }
     .form-product {
         margin: 0;
    }
     .list-radios li {
         margin: 0 11px 8px 0;
    }
     .you_may_interested_product_mn_otr strong {
         font-size: 12px;
    }
     section.key_feature_mn_otr .key_feature_mn_inr {
         margin: 0 -2%;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
         padding: 15px 20px;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
         margin-bottom: 14px;
         font-size: 20px;
    }
     .blog_mn_otr .blog_mn_inr a {
         padding: 13px 35px;
    }
     .blog_mn_otr .blog_mn_inr strong {
         font-size: 24px;
         line-height: 33px;
         margin-bottom: 20px;
    }
     .eapps-instagram-feed-posts-view > div {
         padding: 3px;
    }
     .list-related-products li {
         width: 23%;
         margin: 0 1% 10px;
    }
     .list-related-products span, .list-related-products li h6 {
         font-size: 15px;
    }
     del.originalprice {
         margin-right: 5px;
    }
     .section-products {
         padding: 60px 0px;
    }
     body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
         font-size: 16px;
         line-height: 1;
    }
}
@media screen and (max-width: 900px) {
/* .section-product .section__inner{
   	display: block;
   } */
  
/*  .key_features_for_mobile_only.key_feature_mob {
      margin-top: 15px;
    } */
  .mobile_key_features {
	padding: 15px 0 25px;
}
  .product_main_details_title h2{
    margin-bottom: 0;
  }
/*   .pack_product_unique_feature_otr {
	margin-top: -40px;
} */
   .desktop-version {
  	display: none;
   }
   .key_features_for_mobile_only {
     display: block !important;
     flex: 100% 0 0;
   }  
/*    .template-kit-bundle .key_features_for_mobile_only{
     margin-bottom: 0;
   }  */
  body.template-kit-bundle .unique_feature_slider_inr h3 {
     padding: 0 0 10px 0;
  }
   .key_features_for_mobile_only.ideal_use_mob {
     display: none!important;
   }
   .product_main_details_title strong:after {
     content: "\f067";
     position: absolute;
     font: 18px/1 "Font Awesome 6 Free";
     top: calc(50% - 4px);
     transform: translateY(-50%);
     right: 10px;
     font-weight: 900;
     cursor: pointer;
   }
   #productdefault.section-product {
         padding-bottom: 25px;
   }
   /*
   .product_main_details .container .product_main_details_otr .product_main_details_left {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
		padding: 0;
   }
   */
     .template-kit-bundle .unique_feature_slider_inr h3,
     .template-kit-bundle .unique_feature_slider_inr h5 {
         font-weight: 700;
         margin-top: 0;
         margin-bottom: 0;
         position: relative;
         padding: 15px 0;
         cursor: pointer;
         font-size: 18px;
         line-height: 1.2;
    }
    .template-kit-bundle .unique_feature_slider_inr h3:before,
     .template-kit-bundle .unique_feature_slider_inr h5:before {
/*          content: "\f067"; */
         position: absolute;
         font-family: var(--FontAwesome);
         font-size: 18px;
         right: 21px;
         top: 50%;
         transform: translateY(-50%);
         font-weight: 900;
    }
/*     .template-kit-bundle .unique_feature_slider_inr h3:before,
     .template-kit-bundle .unique_feature_slider_inr h5:after {
         content: "";
         position: absolute;
         background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
         background-position: top;
         background-size: 7px 1px;
         background-repeat: repeat-x;
         left: 0;
         right: 0;
         top: 0;
         height: 1px;
    } */
     .template-kit-bundle .unique_feature_slider_inr ul.columns-feature {
/*          display: none; */
         margin-bottom: 1rem;
    }
    /*
     .product_main_details .container .product_main_details_otr .product_main_details_right {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
    } */
     section.product_main_details {
         max-width: 100%;
         margin: 0 auto;
         padding: 0 30px;
    }
     .pack_product_unique_feature_otr .pack_product_unique_feature {
         max-width: 100%;
         margin: 0 auto;
    }
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(even) {
         background: #d4d5d7;
    }
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(odd) {
         background: #e9eaec;
    }
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li {
         margin-left: 0;
         margin-right: 0;
    }
     .ideal_use_mob_ans {
         padding: 18px 0px;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans {
         margin-top: 0;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
         flex: 50% 0 0;
         -webkit-flex: 50% 0 0;
         -moz-flex: 50% 0 0;
         padding: 0 20px 25px 0;
    }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img {
         display: flex;
         align-items: center;
         justify-content: center;
         text-align: center;
         flex-direction: column;
    }
     .ideal_use_mob_ans .ideal_uses_img strong {
         background: none;
         padding-left: 15px;
    }
     .ideal_use_mob_ans .ideal_uses_content {
         text-align: left;
    }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img img {
         margin: 15px 0;
    }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img strong {
         padding: 0;
    }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_content {
         text-align: center;
    }
     .template-kit-bundle .unique_feature_slider_inr ul.columns-feature {
/*          display: none; */
         margin-bottom: 1rem;
    }
     .template-kit-bundle .unique_feature_slider_inr h3,
     .template-kit-bundle .unique_feature_slider_inr h5 {
         font-weight: 700;
         margin-top: 0;
         margin-bottom: 0;
         position: relative;
         padding: 15px 0;
         cursor: pointer;
    }
     .template-kit-bundle .unique_feature_slider_inr h5:after {
         content: "";
         position: absolute;
         background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
         background-position: top;
         background-size: 7px 1px;
         background-repeat: repeat-x;
         left: 0;
         right: 0;
         top: 0;
         height: 1px;
    }
    .template-kit-bundle .unique_feature_slider_inr h3:before,
     .template-kit-bundle .unique_feature_slider_inr h5:before {
/*          content: "\f067"; */
         position: absolute;
         font-family: var(--FontAwesome);
         font-size: 18px;
         right: 21px;
         top: 50%;
         transform: translateY(-50%);
         font-weight: 900;
    }
     .template-kit-bundle .unique_feature_slider_inr.active_accor h5:before {
         content: "\f068";
         position: absolute;
         font-family: var(--FontAwesome);
         font-size: 18px;
         right: 21px;
         top: 50%;
         transform: translateY(-50%);
         font-weight: 900;
    }
     .section-video.pack_product_video .pack_product_video_inr .video-holder {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         padding-bottom: 0;
         max-width: 100%;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
         padding: 46px 30px 42px;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr {
         max-width: 100%;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr strong {
         font-size: 24px;
         line-height: 29px;
         margin-bottom: 32px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         padding: 15px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
         font-size: 18px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li p {
         font-size: 14px;
    }
/*      .section-product .packs_section_content, .section-product .packs_section_images {
         width: 100%;
    } */
     .section-product .packs_section_content .packs_section_content_inr {
         padding: 30px;
    }
     .key_features_for_mobile_only {
         display: block !important;
         flex: 100% 0 0;
    }
/*.template-kit-bundle .key_features_for_mobile_only.mobile_accordion.feature_mob {
	display: none;
} */
     .key_features_for_mobile_only h2 strong {
         display: block;
         font-size: 24px;
         line-height: 26px;
         border: none;
         background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
         background-position: bottom;
         background-size: 7px 1px;
         background-repeat: repeat-x;
         padding: 10px 0 15px;
         cursor: pointer;
    }
/*      .key_features_for_mobile_only .product_main_details_ans {
         padding: 18px 0;
    } */
     .key_features_for_mobile_only .product_main_details_ans .ideal_uses_main_details_title, 
     .key_features_for_mobile_only .product_main_details_ans .pack_product_unique_inr h2,
     .key_features_for_mobile_only .product_main_details_ans .pack_product_unique_inr h4 {
         display: none;
    }
     .key_features_for_mobile_only .key_feature_mn_inr {
         margin-top: 0;
         padding-left: 10px;
    }
     .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list {
         margin-bottom: 25px;
    }
     .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list strong {
         font-size: 15px;
         line-height: 22px;
         margin-bottom: 5px;
    }
     .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list strong li {
         font-size: 14px;
         line-height: 22px;
         list-style: none;
         padding-left: 20px;
         background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/black-checkmark.svg?v=147831058582383033941683551108");
         background-repeat: no-repeat;
         background-size: 12px 12px;
         background-position: left center;
         font-weight: 400;
    }
     .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list p {
         font-size: 16px;
         line-height: 24px;
         font-weight: 400;
         margin-bottom: 0;
     }
     .key_feature_icon {
       width: 45px;
       margin-bottom: 0;
       filter: invert(1);
       display: none;
     }
     .product_main_details {
         padding: 0 0 50px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
         padding: 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description {
         background: none;
         padding: 18px 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description .product_main_split_otr {
         margin: 0 0 15px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description .product_main_details_left_description .product_main_split_otr .product_main_split_inr {
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
         padding: 0;
         margin-top: 15px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_left.has_img_description strong {        
         border: none;
         margin: 0;
         background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
         background-position: bottom;
         background-size: 7px 1px;
         background-repeat: repeat-x;
         padding: 18px 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right {
         display: none;
         background-image: linear-gradient( to right, var(--light_gray) 50%, rgba(0, 0, 0, 0) 60% );
         background-position: top;
         background-size: 7px 1px;
         background-repeat: repeat-x;
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         max-width: 100%;
         padding: 18px 0 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right strong {
         font-size: 16px;
         line-height: 19px;
         border: none;
         background: none;
         padding: 0;
         margin: 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right .product_main_details_title strong {
         margin: 0 0 18px;
    }
     section.key_feature_mn_otr {
         display: none;
    }
/*      .template-kit-bundle .pack_product_unique_feature_otr .large_container {
         padding: 0;
    } */
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
         flex: calc(100% / 3) 0 0;
         -moz-flex: calc(100% / 3) 0 0;
         -webkit-flex: calc(100% / 3)0 0;
         max-width: calc(100% / 3);
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         background: white;
         padding: 0;
    }
     .product_main_details .container .product_main_details_otr {
         padding: 0;
         margin: 0;
    }
     .product_main_details_title strong {
         position: relative;
    }
     .product_main_details_title  strong:after {
         content: "\f067";
         position: absolute;
         font: 18px/1 "Font Awesome 6 Free";
         top: 50%;
         transform: translateY(-50%);
         right: 10px;
         font-weight: 900;
         cursor: pointer;
    }
     .product_main_details_title.active strong:after {
         content: "\f068";
         position: absolute;
         font: 18px/1 "Font Awesome 6 Free";
         top: 50%;
         transform: translateY(-50%);
         right: 10px;
         font-weight: 900;
       cursor: pointer;
    }
     .template-kit-bundle .product_main_details_title.active{
       position: relative;
     }
       .mob_feature_accor strong{
         position: unset;
       }
   .pack_product_unique_inr{
     position: relative;
     margin-bottom: 40px;
   }
/*   .product_main_details_title.mob_feature_accor strong:after{
     top: 35%;
   } */
    body .pack_product_unique_inr .mob_feature_accor h2 {
      padding-bottom: 0; cursor: pointer; position: relative;
    }
     .product_main_details_ans .large_container {
         max-width: 100%;
         padding: 0;
    }
     .product_main_details_ans .large_container .key_feature_mn_inr {
         padding: 0;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         margin: 0 -10px;
    }
     .mob-hide {
         display: none;
    }
     .product_main_details {
         max-width: 100%;
         margin: 0 auto;
         padding: 50px 30px;
    }
     body .section-product .packs_section_content .packs_section_content_inr {
         padding: 30px 0 0;
    }
     .product_main_details .container {
         padding: 0;
    }
     body .key_feature_mob_ans .key_feature_mn_title {
         display: none;
    }
     .ideal_use_mob_ans {
         padding: 18px 0;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans {
         margin-top: 0;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
         flex: 50% 0 0;
         -webkit-flex: 50% 0 0;
         -moz-flex: 50% 0 0;
         padding: 0 20px 25px 0;
    }
     .ideal_use_mob_ans .ideal_uses_img {
         display: flex;
         align-items: center;
         justify-content: flex-start;
    }
     .ideal_use_mob_ans .ideal_uses_img strong {
         background: none;
         padding-left: 15px;
    }
     .ideal_use_mob_ans .ideal_uses_content {
         text-align: left;
    }
     .key_feature_mob_ans strong {
         background: none;
         padding: 5px 0 0;
    }
     .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul {
         margin: 0 -5px;
         grid-column-gap: 0px;
    }
     .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li {
         padding: 8px;
         margin: 5px;
    }
     .feature_mob_ans.pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li strong {
         padding: 0;
         background: none;
         display: inline-block;
    }
     body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
         padding: 0 10px;
    }
     .modal .modal-body--alt .row {
         margin: 0;
    }
     .key_features_for_mobile_only.mobile_accordion .product_main_details_title strong {
         padding-right: 35px;
    }
     .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_img {
         min-height: unset;
         line-height: 1;
    }
     .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_img strong {
         padding: 0;
    }
     .template-stuff-sacks .ideal_use_mob_ans .ideal_uses_content {
         margin: 12px 0;
    }

    /* 3D Spinner block css */
     .model_wrapper .glb_title h3, .product_main_details .container .product_main_details_otr .product_main_details_left strong, body .ideal_uses_main_details_title h3, body .key_feature_mn_otr .key_feature_mn_title h3, body .key_feature_mn_otr .key_feature_mn_title h2, body .product_specs_mn_otr .product_main_details_title, body .pack_product_unique_inr h4, body .pack_product_unique_inr h2 {
       font-size: 24px;
       line-height: 26px;
       margin-bottom: 16px;
     }

     .glb_sub_title{
       font-size: 16px;
       margin-bottom: 50px;
     }
    .template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3, 
     .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3, 
     .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3 {
       font-size: 16px;
       line-height: 20px;
       padding: 15px 0;
     }
     .key_features_for_mobile_only li strong {
       font-size: 16px;
     }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img {
       justify-content: center;
       text-align: center;
       flex-direction: column;
     }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img img {
       margin: 15px 0;
     }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_img strong {
       padding: 0;
     }
     body .packs_ideal_use .ideal_use_mob_ans .ideal_uses_content {
       text-align: center;
     }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
       flex: 70% 0 0;
       -webkit-flex: 70% 0 0;
       -moz-flex: 70% 0 0;
     }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
       flex: 27% 0 0;
       -webkit-flex: 27% 0 0;
       -moz-flex: 27% 0 0;
       margin: 10px 0;
     }
/*      body.template-kit-bundle section.product_main_details {
       padding: 30px 30px 50px;
    } 
     body.template-kit-bundle .pack_product_unique_feature_otr {
    	padding: 30px 0 0;
    } */
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(even) {
         background: #d4d5d7;
    }
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li:nth-child(odd) {
         background: #e9eaec;
    }
     .template-kit-bundle .pack_product_unique_feature_otr .unique_feature_slider_inr ul li {
         margin-left: 0;
         margin-right: 0;
    }

/* new structure feature css */   
    .product_main_details_title.key_feature_mob_title,
    body .pack_product_unique_feature_otr{
      padding: 0;
    }
    .product .product_main_details_ans,.product-temp .product_main_details_ans{
      padding: 15px 0 0 0;
    }
    body .pack_product_unique_inr h2 {
       margin-bottom: 0;
    }
   .product_specs_mn_otr .container {
     max-width: 100%;
     padding: 0 30px;
   }
   .key_features_for_mobile_only .container {
    max-width: 100%;
    padding: 0 30px;
  }
   .pack_product_unique_feature_otr {
    margin-bottom: 40px;
  }
  .product_main_details .container .product_main_details_otr .product_main_details_left {
    padding: 0;
}
   
}

 @media screen and (max-width: 767px) {
   .breadcrumbs_otr .large_container,.key_features_for_mobile_only .container {
    padding: 0 28px;
    max-width: 100%;
   }
     .section-product {
       padding: 0;
     }
     .section-product .packs_section_content, .section-product .packs_section_images {
       width: 100%;
       padding: 0;
     }

     .container .container {
       padding: 0;
     }
     .container {
       width: 100%;
       padding: 0 28px;
       max-width: 100%;
     }
     .large_container {
       width: 100%;
       padding: 0 28px;
       max-width: 100%;
       margin: 0 auto;
     }
     .container .large_container {
       padding: 0;
     }
     section.key_feature_mn_otr {
         display: none;
    }
     .you_may_interested_product_mn_otr .you_may_interested_product_otr .you_may_interested_product_inr {
         flex: 138px 0 0;
         -webkit-flex: 138px 0 0;
         -moz-flex: 138px 0 0;
         max-width: 138px;
         padding: 0 5px;
    }
    .you_may_interested_product_mn_otr .you_may_interested_product_otr {
         margin: 20px -5px 40px;
    }
     .list-radios li {
         margin: 0 20px 8px 0;
    }
     .section-product_inr.dark_bg {
         padding: 0 0 40px;
    }
     .packs_section_images .swiper-button-prev, .packs_section_images .swiper-container-rtl .swiper-button-next, .packs_section_images .swiper-button-next {
         transform: scale(0.7);
    }
     .intro {
         margin-bottom: 0;
    }
     .list-related-products button.slick-arrow {
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         background-color: transparent;
         border: none;
         left: -15px;
         font-size: 0px;
         width: 11px;
         height: 20px;
         z-index: 10;
    }
     .list-related-products button.slick-arrow.slick-next {
         background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/slider-arrow-right.png?v=78826002071912750041683551225") !important;
         background-size: contain;
         background-repeat: no-repeat;
         opacity: 0.8;
         right: -15px;
         left: auto;
         padding: 10px;
    }
     .list-related-products button.slick-arrow.slick-prev {
         background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/slider-arrow-left.png?v=77436670470641791341683551225") !important;
         background-size: contain;
         background-repeat: no-repeat;
         opacity: 0.8;
         padding: 10px;
    }
     .list-related-products button.slick-arrow:hover {
         opacity: 1;
    }
     .section-product .section__title {
         font-size: 24px;
         line-height: 29px;
    }
     .list-radios li .radio .form__label {
         font-size: 14px;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
         text-align: left;
    }
     .product_main_details .container .product_main_details_otr .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list strong {
         font-size: 16px;
         line-height: 24px;
    }
     .product_main_details .container .product_main_details_otr .key_features_for_mobile_only .key_feature_mn_inr .key_feature_list p {
         font-size: 16px;
         line-height: 24px;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature .pack_product_unique_inr .unique_feature_slider ul.slick-dots {
         text-align: center;
         margin: 15px 0 0;
    }
     .blog_mn_otr .blog_mn_inr.background-overlay {
         padding: 13% 0 !important;
    }
     .insta_mn_inr .eapps-instagram-feed-title-container .eapps-instagram-feed-title {
         font-size: 16px;
         line-height: 25px;
         padding: 25px 0 !important;
         margin-top: -2.5px;
    }
     .section-products h6 {
         font-size: 24px;
         line-height: 29px;
         margin-bottom: 20px;
    }
     .list-related-products span, .list-related-products li h6 {
         font-size: 17px;
    }
/*      .pack_product_unique_feature_otr .pack_product_unique_feature {
         max-width: 540px;
    }
    .pack_product_unique_feature_otr .pack_product_unique_feature {
         max-width: 540px;
    } */
     .template-sizechart-stuffsack .sizingchart .row {
         margin-left: 0;
         margin-right: 0;
    }
    .section-product .packs_section_content .packs_product_buttons {
        flex-direction: row;
    }
    .section-product .packs_section_content .packs_product_buttons.ppbtwo a {
        flex-basis: calc(50% - 10px);
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
     .section-product .section__content {
         width: 100%;
         padding: 0;
    }
     .pack_product_unique_feature_otr .pack_product_unique_feature {
         max-width: 100%;
         padding: 0;
    }
     
     .list-related-products li, .list-related-products {
         margin: 0;
    }
     .list-related-products .slick-slide {
         padding: 0 6px;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
         padding: 0 15px 22px 0;
    }
     .key_feature_mn_title h2,
     .key_feature_mn_title h3 {
         font-size: 20px;
    }
     body .product_specs_mn_otr .product_main_details_ans-wrapper .all_specs_dimention a {
         font-size: 14px;
         padding: 14px;
    }
     body .model_wrapper, body .product_specs_mn_otr, body.template-stuff-sacks .product_specs_mn_otr, body.template-kit-bundle .product_specs_mn_otr {
         padding: 50px 0;
    }
    /*      body.template-kit-bundle .pack_product_unique_feature_otr {
    	padding: 28px 0 0;
    } */
     body .yotpo.yotpo-main-widget.yotpo-medium .yotpo-footer, body .yotpo.yotpo-main-widget.yotpo-medium .yotpo-main {
         padding-left: 53px;
    }
     body .comments {
         padding: 40px 0 20px;
    }
     body .yotpo .yotpo-regular-box {
         margin: 0;
    }
     .product_specs_mn_otr .container {
         padding: 0 28px;
    }
     .list-related-products figure {
         margin-bottom: 20px;
    }
     body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr {
         flex: 100% 0 0;
         margin: 15px 0 15px;
    }
   
   .template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3,
   .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3,
    .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3 {
     padding: 15px 28px 15px  0;
   }
   .template-quilt .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before,
   .template-stuff-sacks .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before,
   .template-kit-bundle .product_specs_mn_otr .product_main_details_ans-na .product_main_details_ans_inr h3:before{
     right: 12px;
   }

   body .product_blog_mn_otr{
      padding-left: 0;
      padding-right: 0; 
   }

   .product_blog_mn_otr .product_blog_mn_inr{
     margin: 0;
   }
   
   body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr{
     padding: 0;
   }

/*      */
   .breadcrumbs_otr .large_container, .large_container, .container{
      padding: 0 28px;
    }
    body section.product_main_details{
      padding: 0 28px;
    }
    .review_item{
      padding: 20px 28px 25px;
    }
    
    body .model_wrapper {
        padding: 50px 28px 100px;
    }
    
    .section-products {
        padding: 40px 28px 60px;
    }

  
   
}

@media screen and (max-width: 640px) {
     .list-radios li {
         display: inline-block;
         width: auto;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
         text-align: left;
    }

     .you_may_interested_product_mn_otr strong {
         line-height: 17px;
    }
}

@media screen and (max-width: 575px) {
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
         flex: 50% 0 0;
         -moz-flex: 50% 0 0;
         -webkit-flex: 50% 0 0;
         max-width: 50%;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li p, .product_main_details .container .product_main_details_otr .product_main_details_right ul li .product_specs_round strong {
         font-size: 16px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul {
         margin: 0 -10px;
    }
     body .product_specs_mn_otr .product_main_details_ans-wrapper .all_specs_dimention {
         left: 0;
         transform: none;
         -webkit-transform: none;
         -moz-transform: none;
         right: 0;
         margin: 0 auto;
         text-align: center;
    }
     body .pack_product_unique_feature_otr .unique_feature_slider_inr ul {
         grid-template-columns: repeat(1, 1fr);
    }
     body .pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li:nth-child(2n + 1) {
         background: #e9eaec;
    }
     body .pack_product_unique_feature_otr.feature_mob_ans .unique_feature_slider_inr ul li:nth-child(2n + 2) {
         background: #d4d5d7;
    }
    .section-product .packs_section_content .packs_product_buttons {
        flex-direction: column;
    }
    .section-product .packs_section_content .packs_product_buttons.ppbtwo a {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .section-product .packs_section_content .packs_product_buttons.ppbtwo a:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 530px) {
    /* 
    .list-radios li {
      width: 100%;
      margin-right: 0;
    }
     */
     .form-product .form__btn {
         min-width: auto;
    }
     .list-related-products li {
         width: 48%;
         margin: 0 2% 15px 0;
    }
}

@media screen and (max-width: 480px) {
     #AddToCartForm .shipping-info {
         flex-basis: 100%;
    }
}

@media screen and (max-width: 479px) {
   .breadcrumbs_otr .large_container, .key_features_for_mobile_only .container {
	padding: 0 20px;
   }
   .review_item{
      padding: 20px 20px 25px;
    }
   .section-products {
    padding: 40px 20px 60px;
}
  .list-related-products span,
  .list-related-products li h6 {
    font-size: 16px;
  }

  .section-product
    .packs_section_content
    .packs_section_content_inr
    .packs_varient_qty_otr
    .form__row.form__row--qty {
    flex: 30% 0 0;
    -webkit-flex: 30% 0 0;
    -moz-flex: 30% 0 0;
    margin: 0;
    max-width: 30%;
  }
  .section-product
    .packs_section_content
    .packs_section_content_inr
    .packs_varient_qty_otr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-product
    .packs_section_content
    .packs_section_content_inr
    .packs_varient_qty_otr
    .form__actions.oos-position {
    flex: 65% 0 0;
    -webkit-flex: 65% 0 0;
    -moz-flex: 65% 0 0;
    margin: 0;
  }
  .large_container {
    max-width: 100%;
  }
  
  body .section-product .packs_section_content .packs_section_content_inr {
    padding: 20px 0 0;
  }
/*   body .model_wrapper,
  body .product_specs_mn_otr,
  body.template-stuff-sacks .product_specs_mn_otr,
  body.template-kit-bundle .product_specs_mn_otr {
    padding: 40px 30px 70px;
  } */
/*   body.template-kit-bundle .pack_product_unique_feature_otr {
    padding: 30px 0 0;
  } */
  body .section-video.pack_product_video .pack_product_video_inr {
    padding: 30px 0;
  }
  body .product_blog_mn_otr {
    padding: 40px 0;
    margin: 30px 0;
  }
   .product_blog_mn_otr .rltblogtitle{
     margin-bottom: 15px;
   }
  body .product_blog_mn_otr .product_blog_mn_inr .product_blog_inr .product_blog_title a {
    font-size: 20px;
  }
  .recommended_products .recommended_products-item .item__content {
    padding: 28px 15px;
  }
   .breadcrumbs_otr .large_container, .large_container, .container {
  	padding: 0 20px;
  }
   body section.product_main_details {
	padding: 20px;
  }
   body .model_wrapper, body.template-stuff-sacks .product_specs_mn_otr{
    padding: 50px 0 60px;
  }
  .product_specs_mn_otr .container{
  padding: 0 20px;
  }
   
}

@media screen and (max-width: 420px) {
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr {
         margin: 20px 0 0;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty {
         margin: 0 0 2px;
         max-width: 100%;
         padding: 0;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__actions.oos-position {
         max-width: 100%;
    }
     .section-product .packs_section_content .packs_section_content_inr .packs_varient_qty_otr .form__row.form__row--qty .form__row_qty_inr input.qty {
         text-align: left;
         width: 50% !important;
         max-width: unset;
    }
     .you_may_interested_product_mn_otr .you_may_interested_product_otr {
         justify-content: center;
         margin: 20px -5px;
    }
     .section-video.pack_product_video .pack_product_video_inr .pack_product_unique_feature {
         padding: 46px 28px 42px;
    }
     .product_main_details .container .product_main_details_otr .product_main_details_right ul li {
         flex: 100% 0 0;
         -moz-flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         max-width: 100%;
    }
    


}

/*  @media screen and (max-width: 400px) {
     .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
         padding: 0 0 20px;
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
    }
     .ideal_use_mob_ans .ideal_uses_main_details_ans ul li {
         padding: 0 0 20px;
         flex: 100% 0 0;
         -webkit-flex: 100% 0 0;
         -moz-flex: 100% 0 0;
    }
}
 */

 .product_specs_mn_otr .product_main_details_ans-wrapper .product_main_details_ans_inr ul{
  margin-bottom: 0;
}

.product_main_details_left_description ul {
    margin-bottom: 0;
}

.body__wrapper .modal-dialog .modal-body .row {
    margin: 0;
}

.body__wrapper .modal-dialog .modal-body .row ul li {
     list-style: none;
     padding-left: 20px;
     background-image: url("//cdn.shopify.com/s/files/1/3004/4846/t/275/assets/black-checkmark.svg?v=147831058582383033941683551108");
     background-repeat: no-repeat;
     background-size: 12px 12px;
     background-position: left center;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
}


.careinsbtn { 
    width: 100%;
    margin: 25px auto; 
    text-align: left;
}

.desk_hidden.mobile-version.careinsbtn a.btn {
    max-width: 100%;
    width: 100%;
}

.desk_hidden.mobile-version.careinsbtn {
    padding: 0 28px
}

/* Start PDP Popup CSS */
.modal .modal-content p {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.modal .modal-content .popup-ul li {
    color: #000000;
}


/* changes on 11/04/23 */

.section-product .slider__slides.thumbs.disable-slider {
    padding: 0;
}

.section-product .slider__slides.thumbs.disable-slider .swiper-wrapper{
  transform: none!important;
} 

