.template-product{
  .modal-header{
    .modal-close{
      top:50%;
      transform: translateY(-50%);
      margin-top: 0;
    }
    .modal-header-title{
      @include mobile{
        font-size: 18px;
        line-height:22px;
      }
    }
  }
  nav[aria-label="Breadcrumb"]{
    ol.breadcrumbs{
      text-align: left;
      margin-bottom:0;
      padding-left:0px;
      padding-top:10px;
      padding-bottom:15px;
      width:100%;
      overflow-x: auto;
      white-space: nowrap;       
      @include tablet-small{
        padding-bottom:9px;
      }
    }
    .breadcrumb {
      .breadcrumb-label{
      font-weight:500;
      font-size: 10px;
      line-height: 13px;
      color:$color-whitesBase;
      }
    }
    .breadcrumb:not(:first-child)::before{
      border: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.91289 5.00118L1.62037 7.67578L2.37963 8.32657L5.37963 4.82657C5.54012 4.63933 5.54012 4.36303 5.37963 4.17578L2.37963 0.675781L1.62037 1.32657L3.91289 4.00118H0V5.00118H3.91289Z' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
      width: 6px;
      height: 9px;
      transform: none;
      margin:0 10px 0 11px;
    }
  }    
  .modal .modal-body{
    padding:2.25rem 2.25rem;
  }
  .previewCart{
    .productView{display: none;}
  }
}
.product-inner{
  @include display-flex(flex);
  @include align-item(flex-start);
  margin-bottom:60px;
  @include tablet-small{
    @include flex-wrap(wrap);
    justify-content: center;
    margin-bottom:30px;
  }
  @include mobile-small{
    justify-content: center;
    margin-bottom:5px;
  }
}
.productView-img-container{
  width:434px !important;
  height:434px;
  min-width: auto !important;
  margin-bottom:15px;
  @include tablet-small{
    width:300px !important;
  height:338px;
  margin-top:48px;
  }
  &::after{display: none;}
  .slick-track{
    display: flex;
    align-items: center;
    .slick-slide{
      float: none;
      height:434px;
      position: relative;
      display: flex;
      align-items: center;      
      padding:0;
      @include tablet-small{          
      height:338px;
      padding-bottom:38px;
      }
      .zoom-icon{
          display: none;
      }          
    }    
  } 
  .slick-dots{
    li{
      width: 7px;
      height:7px;        
      border: 0;
      border-radius:100%;        
      button{
        opacity:0.2;
        background:$color-black;
      }
      &.slick-active{
        button{
          opacity: 1;
        }
      }
    }
  }
  img{
    position:inherit;
    padding:0;
  } 
}
.default-image{
  & + .brandzoom-section{
    .zoom-icon{display: none;}
  }
}
.light--box{
  float: right;
  position: relative;
  z-index: 999;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 2px 8px;
  background: #747070;
  color: #fff;
}
.productView{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  @include tablet{
    max-width: 100%;
    padding:0 15px;
  }
}
.productView-product{
  padding-bottom:0;
  margin-bottom:12px;
  border:0;
  @include tablet-small{
    margin-bottom:19px;
    order: 1;
  }
}
.productView-images{
  padding:0;
  width:650px;
  text-align: center;
  margin-bottom:60px;
  @include tablet{
    width:604px;
  }
  @include tablet-small{
    width:100%;
    margin-bottom:14px;
  }
  .custom-flag,.sale-flag-side{
      top: 0;
      left: 0;
      padding:5px 14px;
      .productView-info-value,.sale-text{
          font-size: 12px;
          line-height:16px;
          font-weight: 600;
      }
  }
  .productView-image{
      @include flex-wrap(wrap);
      pointer-events:auto;
  }
  .brandzoom-section{
    width:100%;
    @include display-flex(flex);
    @include align-item(center);
    @include justify-content(space-between);
    border-bottom: 1px solid $border-color;
    padding-bottom:15px;
    margin-bottom:20px;
    @include tablet-small{
      @include justify-content(center);
      margin-top:26px;
      border-bottom: 0;
      padding-bottom:0;
      margin-bottom:0;
    }
    .productView-brand{
      margin:0;
      width:174px;
      img{
          width:100%;
      }
    }
  }
  .zoom-icon{
      font-weight:600;
      font-size: 11px;
      line-height: 14px;
      text-transform: uppercase;
      color:$color-black;
      border: 1px solid $border-color !important;
      border-radius:6px;
      background:$color-white;
      padding: 5px 13px;
      cursor: pointer;  
      @include tablet-small{display: none;}       
      &:hover{
          color:$color-white;
          border-color:$color-primary !important;
      }    
  }
  .productView-thumbnails{
      margin:5px 0 0 0;  
      @include tablet-small{display: none;}  
    .slick-arrow{
      width:13px;
      height:16px;
      left:0px;
      background:none;
      border-radius:0;
      svg{
        fill:$color-black;
        width:100%;
        height:100%;
        &:hover{
          fill:$color-primary;
        }
      }
      &.slick-next{
        right:0px;
        left: auto;
      }
    }
    .slick-list{
      margin:0 50px;
    }
    .productView-thumbnail{
      padding:0 10px;
      .productView-thumbnail-link{
        height:80px;
        max-width:80px;
        min-width:80px;
        padding:5px;     
        opacity: 0.5;       
        border: 0;        
      img{
        width: auto;
      }
      &:hover{
        opacity: 1;
      }
      }
      &.slick-current{
        .productView-thumbnail-link{  
          opacity: 1;          
        } 
      }
    }
  }
  .dealer-btn{
    font-size:18px;
    font-weight:900;
    text-transform: uppercase;
    letter-spacing:1px;
    padding:15px;
    line-height:22px;
    min-width:340px;
    margin-top:50px;
    color:$color-white;
    border-color:$color-primary;
    background:$color-primary;
    svg{
      width:17px;
      height:21px;
      margin:0 0 0 11px;
      vertical-align: sub;
    }
    &:hover{
      border-color:$color-secondary;
    }
  }
}
.productView-details.product-data{
  width:calc(100% - 650px);
  padding-left:100px;
  padding-right: 0;
  padding-bottom:0;
  order: inherit;
  @include tablet{
    width:calc(100% - 604px);
    padding-left:50px;
  }
  @include tablet-small{
    width:100%;
    padding: 0;
    @include display-flex(flex);
    @include flex-direction(column);
  }
}

.promo-banner{
  background:#FFDFDF;
  border-radius:6px;
  font-size: 10px;
  line-height:14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color:#ff6600;
  padding:7px 10px;
  text-align: center;
  margin-bottom:18px;
  @include tablet-small{
    margin-bottom:15px;
  }
}
.productView-brand{
  font-weight:500;
  font-size: 20px;
  line-height:14px;
  color:$color-whitesBase;
  margin-bottom:3px;
  a{
    color:#ff6600;
   &:hover{
      color:$color-black;
   }
  }
}
.productView-title{
  font-weight:500;
  font-size: 30px;
  font-weight: bold;
  line-height:35px;
  margin: 0 0 11px 0;
}
.productView-info{
  @include display-flex(flex);
  @include align-item(center);
  margin-bottom:10px;
  .productView-info-name,.productView-info-value{
      font-weight: 400;
      font-size: 10px;
      line-height: 13px;
      color: $color-whitesBase;
      margin: 0;
  }
  .productView-info-value{
      margin-left:2px;
      font-weight: 600;
  }
}

.price-review-block{
  @include display-flex(flex);
  @include align-item(center);
  //@include justify-content(space-between);
  @include flex-wrap(wrap);
  border-bottom: 1px solid #E6E6E6;
  padding-bottom:13px;

  .productView-rating{
    display: none !important;
    @include display-flex(flex);
    @include align-item(center);
    > span{
      @include display-flex(flex);
    }
    .icon{
      width:14px;
      height:13px;
      margin:0 2px;
    }
    .productView-reviewLink{
      margin-right: 0;
      a{
        font-size:13px;
        line-height:16px;
        font-weight: normal;
        color:$color-black;
        text-transform: capitalize;
        margin-left:5px;
        &:hover{
          color:$color-primary;
        }
        @include tablet{
          line-height: 13px
        }
      }
    }
  }
}
.productView-price{
  @include display-flex(flex);
  @include align-item(center);
  margin: 0;
  .price-section--saving{display: none !important;}
  .price-section{
      font-size:0;
      line-height:normal;
      .price{
          font-weight:bold;
          font-size: 30px;
          line-height:23px;                
          text-transform: uppercase;            
      }
      &.rrp-price--withoutTax{display: none!important;}
      &.non-sale-price--withoutTax{
          .price{
              font-weight: normal;
              color:$color-whitesBase;
              margin-right:10px;
              display: inline;
          }
          & + .price-section{
              .price{
                margin-right: 20px;
                  color: #1c6b09;
              }
          }
      }
  } 
}
.productView-options,#CartEditProductFieldsForm{
  margin: 0 0 30px 0;
  text-align: left;
  @include tablet-small{
    order:2;
  }
  .product-option-block .option-inner-section{
      border-bottom: 1px solid #E6E6E6;
      margin-bottom:22px;
  }
  .form-label{
      margin-bottom:11px;
      width:max-content;
      span{
        font-weight: normal;
      }
      small{display: none;}
  }
  .select2-container .select2-selection--single{
      padding:11px 30px 11px 17px;
      font-size:12px;
      line-height: 16px;
      font-weight: normal;
  }
  .form-field{
      margin-bottom:19px;
  }
  .form-option-wrapper {
      margin: 0 10px 10px 0;
      vertical-align: top;
      .form-option{
          width: 36px;
          height: 36px;
          border-radius: 100%;
          border-color:$border-color;
          margin: 0;
          @include display-flex(flex);
          @include align-item(center);
          @include justify-content(center);
          overflow: hidden;
          .form-option-variant{
              width:28px;
              min-width: 28px;
              height:28px;
              background-size: 100% auto;
              border-radius: 100%;
          }
          .form-option-expanded{
            @include mobile-small{
              .form-option-image{
                width:30px;
                height:30px;
              }
            }
          }
          &:hover{
            .form-option-expanded{
              transform: translate(-160%, 0);
            }
          }
      }
      .form-radio:checked + .form-option{
          box-shadow:none;
          border-color:$color-black;
      }
      &:hover{
          .form-option{
              border-color:$color-black;
          } 
      }
  }
  [data-product-attribute="set-radio"]{
    .form-label{
      margin-right:10px;
    }
  }
  [data-product-attribute="swatch"]{
      margin-bottom:9px;
  }
  [data-product-attribute="set-rectangle"]{
      margin-bottom:12px;
      .form-option-wrapper{
          margin: 0 10px 10px 0;
          .form-option{
              width:auto;
              height:auto;
              padding:10px;
              border-radius: 6px;
              border-color:$border-color;
              margin: 0;
              @include display-flex(flex);
              @include align-item(center);
              @include justify-content(center);
              .form-option-variant{
                  font-weight: 600;
                  font-size: 12px;
                  line-height: 16px;
                  text-align: center;
                  color:$color-black;
                  padding: 0;
                  width: auto;
                  height: auto;
              }
          }
          .form-radio:checked + .form-option{
              box-shadow:none;
              border-color:$color-black;
              background:$color-black;
              .form-option-variant{
                  color:$color-white;
              }
          }
          &:hover{
              .form-option{
                  border-color:$color-black;
              } 
          }
      } 
  }
  .form .add-to-cart-wrapper{
      display: inline;
      font-size: 0;
      .form-field--increments{
       margin:0;
       display: inline-block;
       vertical-align: top;
      }
      .form-action{
          margin:0 10px;
          display: inline-block;
       vertical-align: top;
       float: none;
       padding: 0;
       width:calc(100% - 172px);
       @include tablet-small{
        width:calc(100% - 172px);
       }
          .button{
              margin:0;
              padding:12px 15px 12px;
              width: 100%;                                            
          }
      }
      .alertBox{
          width:100%;
      }
    }
    .form-wishlist{
      display: none !important;
      margin: 0;
      display: inline-block;
      vertical-align: top;
      float: none;
      padding: 0;
      width: 40px;
      .button{
          margin:0;
          padding: 11px 12px;
          background:$color-white;
          border:1px solid $border-color !important;
          svg{
              margin:0;
              width:16px;
              height:12px;
              vertical-align: sub;
              fill:$color-black;
          }
          &:hover{
            border-color:$color-primary !important;
            svg{
              fill:$color-white;
            }
          }
          &:focus{
            border-color:$color-black !important;
            background:$color-black;
            svg{
              fill:$color-white;
            }
            &:before{
              background:$color-black;
            }
            
          }
      }
      #wishlist-dropdown.is-open.dropdown-menu{
       min-width:340px;
       background:$color-black;
       padding: 0;
       margin: 0;
       right: 0 !important;
       border-bottom-left-radius: 6px;
       border-bottom-right-radius: 6px;
       li{
          padding: 0;
          &::before{display: none;}
          .button{
           background:$color-black;
           &:hover{
              background:$color-primary;
           }
           &::before{display: none;}
          }
       }
      }
    }
    .alertBox{
      margin-top:20px;
    }
}
@media screen and (max-width: 1023px) {
  .terms-aply {
    display: none !important;
    a{
      color:blue;
    }
  }
  .terms-aply-mobile {
    display: block!important;
    a{
      color:blue;
    }
  }
}
@media screen and (min-width: 1024px) {
  .terms-aply {
    display: block !important;
    a{
      color:blue;
    }
  }
  .terms-aply-mobile {
    display: none !important;
    a{
      color:blue;
    }
  }
}


.brandlogo{
  height: 120px;
  width: auto;
  display: flex;
  img{
    height: 60%;
  }
  @media screen and (max-width:1025px) {
    display: flex;
    justify-content: center;
    height: 90px;
    width: auto;
  }
}
.container-image-text{
  // padding-top: 10px;

   display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
.text-container{

  width:auto;
 margin-left: 8px;
  h4{
    margin-bottom: 4%; 
    font-size: 18px !important;
    line-height: 10px !important;
  }
  p{
    font-size: 12px !important;
  }


}
.expert-image{
  padding-top: 20px;
height: 20%;
width: 20%;
 
  box-sizing: content-box;
  margin-bottom: 20px;
}
.text-help-block{
  font-size: 16px;
  line-height: 10px;


  margin:0;

  @media screen and (max-width:480px) {
    font-size: 13px !important;
 
  }
}
.contact-list{
display: flex;
  justify-content: flex-end;
  justify-content: space-around;}
.help-block{
border: 0.8px solid #ff6600;

margin-bottom:30px;
margin-top:20px;
box-sizing: content-box;
padding: 0px;
// width: 100%;
@media screen and (max-width:500px) {


}
@media screen and (min-width: 500px) and (max-width: 1400px) {


}

@include tablet-small{
order: 4;

}
p{
  font-weight: 450;
  font-size: 15px;
  line-height: 16px;


  margin:0;


  @media screen and (max-width:480px) {
    font-size: 12px !important;

  }
}

.column-text{
  display: flex;
  
}
.contact-text{
  display: flex;

  align-items: center;
  margin-top: 3%;
}
.contact-list{
  @include display-flex(flex);
  justify-content: center;

  @include flex-wrap(wrap);
  margin: 0;

div{
  border-top: 1px solid #ff6600 !important;
      width:100%;
      padding: 0px 15px 5px 15px;
      text-align: center;
      display: flex;
    justify-content: center;
    align-items: center;
      a{
        font-weight: bold;
        color: black;
      }
      a:hover{
        color:#ff6600;
      }
      @include tablet-small{
        width:50%;
        padding: 8px 10px 8px 10px;
        
      }
      @media screen and (max-width:433px) {
        padding: 8px;
      }
      &:nth-child(1){
        border-top: 1px solid #ff6600 !important;
      }
      &:nth-child(3){ 
        // padding-top: 9px !important;
        padding: 0px;
        padding-bottom: 1%;
        border-top: 1px solid #ff6600;
        width: 100%;
        text-align: center; 
        a{
          font-weight: bold;
          color: black;
        }
        a:hover{
          color:#ff6600;
        }
        @media screen and (max-width:480px) {
          font-size: 12px!important;

        }
        @media screen and (max-width:430px) {
          font-size: 10px!important;

        }
        @include tablet-small{
          width:33.33%;
          border-top: 0;
     
        }           
      }
  }
  a{
      margin: 5px;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height:16px;
      color:#ff6600;
      @media screen and (max-width:480px) {
        font-size: 12px!important;
        padding-left: 4%;
        padding-right: 4%;
      }
      @media screen and (max-width:430px) {
        font-size: 9px!important;

      }
      svg{
          width:10px;
          height:10px;
          margin-right: 14px;
          @include mobile-small{
            margin-right:5px;
          }
      }
      &:hover{
          color:$color-primary;
      }
  }
}
}
.product-share{
  display: none !important;
@include display-flex(flex);
@include align-item(center);
@include tablet-small{
order: 3;
@include justify-content(center);
margin-bottom:30px;
}
p{
  font-weight: 600;
  font-size: 12px;
  line-height:16px;
  margin: 0 30px 0 0;
}
.blog{
display: none;
}
.socialLinks{
  margin: 0 -10px;
  .socialLinks-item{
    padding:0 10px;
    margin: 0;
  }
 .socialLinks-item--facebook{
  order: 1;
 }
 .socialLinks-item--email{
  order: 4;
  svg{
      width:14px;
      height:12px;
  }
 }
 .socialLinks-item--twitter{
  order: 3;
 }
 .socialLinks-item--pinterest{
  order: 2;
  width: auto;
 }
 .socialLinks-item--print{
  display: none;
  svg{
    width:14px;
    height:14px;
  }
 }
.socialLinks__link{
  width:40px;
  height:40px;
  border-radius:100%;
  border-color:#F6F6F6;
  background:#F6F6F6;
  &::before,&::after{display: none !important;}
  svg{
      fill:$color-black;
  }
  &:hover{
      background:$color-black;
      border-color:$color-black;
      svg{
          fill:$color-white;
      }
  }
}
}
}
.fancybox-toolbar{
  .fancybox-button--play,.fancybox-button--thumbs{
    display: none;
  }
}

.productView-description{
padding:0;
@include tablet-small{
  margin-bottom:15px;
}
.tabs{
  border:0;
  border-radius:6px;
  @include display-flex(flex);
  @include align-item(center);
  @include tablet-small{
    display: none;
  }
  .tab{
    width:25%;
    border:0;  
    margin:0;  
    &:first-child{      
      .tab-title{
        border-top-left-radius:6px;
        border-bottom-left-radius:6px;
        border-left: 1px solid $border-color;
      }
    }
    &:last-child{
      border-right:0;
      .tab-title{
        border-top-right-radius:6px;
        border-bottom-right-radius:6px;
      }
    }
    .tab-title{
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      line-height:20px;
      text-align: center;
      text-transform: uppercase;
      color:$color-textLink;
      padding:20px;
      border:1px solid $border-color;
      border-left:0;
      transition:inherit;
span{
  font-weight: normal;
  color:$color-primary;
}
&:hover{
  background:$color-primary;
  color:$color-white;
  border-color:$color-primary;
  span{
    color:$color-white;
  }
}
    }
    &.is-active{
      .tab-title{
        background:$color-black;
  color:$color-white;
  border-color:$color-black;
      } 
    }
  }
}
.tabs-contents{
  @include tablet-small{
    margin-bottom: 0;
  }
  .tab-content{
    font-size:16px;
    line-height:26px;
    padding:10px 0;
    @include tablet-small{
      padding: 0;
      display: block;
      margin-bottom:15px;
      .tab-inner{
        display: none;
        padding:28px 0 23px;
      }
      &.is-active{
        .tab-heading{
          background:$color-black;
          color:$color-white;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 6.39985L5.60001 1.59985L0.600005 6.39985' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: right 20px center;
          border-color:$color-black;
          &:hover{
            background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 6.39985L5.60001 1.59985L0.600005 6.39985' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          }
        }
        .tab-inner{
   
          display: block;
        }
      }
    }
    @include mobile{
      font-size: 14px;
      line-height: 22px;
    }
    table{
      tr td{
        padding:5px 10px;
      }
    }
    .tab-heading{
      display: none;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      color:$color-textLink;
      margin: 0;
      padding:15px 20px;
      border:1px solid $border-color;
      border-radius: 6px;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.600006 0.599903L5.60001 5.3999L10.6 0.599903' stroke='%23555555' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right 20px center;
      @media screen and (min-width:1024px) {
      &:hover{
        background:$color-black;
          color:$color-white;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.600006 0.599903L5.60001 5.3999L10.6 0.599903' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: right 20px center;
          border-color:$color-black;
      }
    }
      @include tablet-small{
        display: block;
      }
      span{
        color: $color-primary;
        font-weight: 400;
      }
    }      
    .toggle{
      border: 0;
      margin: 0;
    }
    p{
      &:last-child{
        margin-bottom:0;
      }
    }
    .videoGallery-main{
      padding-bottom:54%;
      margin-bottom:20px;
    }
    .videoGallery-list{
      margin:0 -10px;
      @include display-flex(flex);
      @include justify-content(center);
      @include mobile-small{
        margin:0 -7.5px;
      }
      @media screen and (max-width:567px) {
        @include flex-wrap(wrap);
        @include justify-content(flex-start);
      }
      .videoGallery-item{
        padding:0 10px;
        width: 178px;
        @include mobile-small{
          padding:0 7.5px;
          width:33.33%;
        }
        @media screen and (max-width:567px) {
          width: 50%;
          margin-bottom:15px;
        }
        &::before{display: none;}
      }
      .video{
        margin:0;
        opacity:0.5;
        &.is-active{
          opacity: 1;
        }
      }
      .video-figure{
        margin:0;
        width:100%;
        
        overflow: hidden;
          img{
            width: 100%;
            object-fit: cover;
            max-height: 100px;
          }          
      }
      .video-body{display: none;}
    }
  }
  .spec-content{
    ul{
      margin:0;
      @include display-flex(flex);
      @include align-item(center);
      @include flex-wrap(wrap);
      @include justify-content(space-between);
      li{
        width:calc(100% / 2 - 30px);
        @include display-flex(flex);        
        border-top: 0.5px solid $border-color;
        padding:12px 10px 12px 0;
        @include tablet-small{
          width:calc(100% / 2 - 10px); 
        }
        @include mobile-small {
          @include flex-wrap(wrap);
          width:100%;           
        }
      &:nth-child(1),&:nth-child(2){
        border-top:0;
      }
      &:nth-child(2){
        @include mobile-small {
          border-top: 0.5px solid $border-color;          
        }
      }
      }
      .productView-info-name,.productView-info-value{
        font-weight: 600;
        font-size: 16px;
        line-height:26px;
        margin:0;
        width:50%;
        padding-right: 10px;
        @include mobile{
          font-size:14px;
          line-height:22px;
        }
        @include mobile-small{
          width:45%;
        }
      }
      .productView-info-value{
        font-weight: normal;
        padding-right: 0;
        @include mobile-small{
          width:55%;
        }
      }
    }
  }
}
}

.productReviews-list {
margin: 0;

.productReview {
  width: 100%;
  padding: 28px 0;
  border-bottom: 0.5px solid $border-color;

  .productReview-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom:1px;
  }

  .title-row {
    @include display-flex(flex);
    @include align-item(center);
    margin-bottom:13px;

    .productReview-rating {
      margin: 0;

      .icon {
        width: 14px;
        height: 13px;
        svg {
          fill:$color-primary;
        }

        &.icon--ratingFull {
          svg {
            fill: $color-primary;
          }
        }
      }
    }
    .productReview-date{
      margin:5px 0 0 10px;
      font-weight: 400;
font-size: 13px;
line-height:21px;
color:$color-whitesBase;
    }
  }

  .productReview-body {
    font-weight: normal;
    line-height: 22px;
    margin-bottom:12px;      
  }
  .productReview-author {
    margin: 0;
    font-weight: 400;
font-size: 14px;
line-height:22px;
color:$color-textLink;
text-transform: capitalize;
  }

  &:last-child {
    border-bottom:0;
  }
}
}

.bottom-button {
@include display-flex(flex);
@include align-item(center);
margin-top: 10px;

.button{
  border:1px solid $color-black !important;
  background:$color-white;
  color:$color-black;
  &::before{
    background:$color-primary;
  }
  &:hover{
    color:$color-white;
    border-color:$color-primary !important;
    background:$color-primary;
  }
  &:focus{
    color:$color-white;
    border-color:$color-black !important;
    background:$color-black;
    &::before{
      background:$color-black;
    }
  }
  @include mobile-small{
    padding: 12px 35px;
  }
  @media screen and (max-width:413px) {
    padding: 12px 26px;
  }
}
.button.more-btn {
  border:1px solid $color-black !important;
  background:$color-white;
  color:$color-black;
  margin-left:20px;
  @include mobile-small{
    margin-left:15px;
  }
  &:hover{
    color:$color-white;
  }

  &.no-more-reviews {
    opacity: 0.5;
    cursor:initial;
  }
}
}
.related-product{
border-top: 3px solid $color-info;
padding-top:58px;
margin-bottom:32px;
@include tablet-small{
  padding-top:31px;
 }
.section-heading{
  font-weight: bold;
  font-size: 24px;
  line-height:30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom:38px;
  @include tablet-small{
    margin-bottom:24px;
    font-size: 22px;
    line-height:26px;
   }
}
.slick-arrow{
  margin-top: -64px;
  z-index: 2;
  @include tablet-small{
    display: none !important;
   }
}
.productCarousel{
  &::before{
    position: absolute;
    content:"";
    display: block;
    background:linear-gradient(to right,#fff 100%,rgba(255,255,255,0) 100%);
    width: 150px;
    height:100%;
    top:0;
    left: 0;
    z-index:1;
    opacity: 0.8;
    @include tablet-small{
     display: none;
    }
  }
  &::after{
    position: absolute;
    content:"";
    display: block;
    background:linear-gradient(to right,#fff 100%,rgba(255,255,255,0) 100%);
    width: 150px;
    height:100%;
    top:0;
    right: 0;
    z-index:1;
    opacity: 0.8;
    @include tablet-small{
      display: none;
    }
  }
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
}
.writeReview-productDetails{
@include tablet-small{
  display: none;
}
}
.modal-close{
&::before,&::after{display: none !important;}
}
.add2CartBtnSticky{
.button{
left: 0;
right: 0;
width: 94% !important;
margin: 0 auto !important;
box-shadow: 0px 0px 39px -4px rgba(196, 79, 0, 0.64);
padding: 19px 20px !important;
}
}
.modal{
.modal-close{
  margin-top:0px;
}
.modal-body{
  @include mobile-small{
    padding:40px 51px;
  }
}
.modal-header-title{
  line-height:32px;
}
}
#CartEditProductFieldsForm{
.form-actions{
  margin-top:20px;
}
}
.form-option{
.form-option-expanded{
  display: none;
}
}
#modal-review-form{
.modal .modal-body{
  @include mobile{
    padding:2.25rem 2.25rem;
  }
}
}

.drop-promo{
margin:10px 0 0;
width:100%;
}


.wallet-buttons-list {
  .gpay-button.short, .gpay-button.plain {

      width: 100% !important;
      margin-bottom: 6px;
  }
  .apple-pay-checkout-button {
      margin: 0 auto 6px !important;
  }
  #bc-smart-payment-buttons {
      margin-bottom: 15px;
  }
  @media screen and (max-width: 1023px) {
      order: 3;
  }
}



.apple-pay-supported .apple-pay-checkout-button, .body .apple-pay-checkout-button {
  float:none !important;
  margin-top: 5px !important;
  margin-bottom: 15px;
  min-width: 100% !important;
  max-width: 400px;
}

.productView-thumbnail.videoGallery-item iframe#player {
  @media screen and (max-width: 767px) {
      width: 100% !important;
  }
}
.tab-inner{
margin-top: 30px;

}
.tabs-contents{
  overflow-y: auto;
  left: 0;



}
  /* Anchura de la barra de desplazamiento */
  .tabs-contents::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Estilos de la barra de desplazamiento */
  .tabs-contents::-webkit-scrollbar-track {
    background: #ffffff;
  }
  
  /* Color de fondo del "agarre" de la barra de desplazamiento */
  .tabs-contents::-webkit-scrollbar-thumb {
    background: #ffffff;
  }
  
  /* Redondear las esquinas de la barra de desplazamiento */
  .tabs-contents::-webkit-scrollbar-thumb:horizontal {
    border-radius: 5px;
  }

  .frees-span{
    display: flex;
    @media screen and (max-width: 1146px) {
     flex-direction: column;
  }
  }


  .icon-tag{
    width: 8%;
margin-right: 3px;
@media screen and (min-width: 1023px) and (max-width: 1146px) {
  width: 6%;
}
    @media screen and (min-width: 500px) and (max-width: 1023px) {
      width: 3%;
  }
  @media screen and (max-width: 499px) {
    width: 5%;
}
  }
  
  .icon-balls{
    width: 5%;
    @media screen and (min-width: 500px) and (max-width: 1023px) {
      width: 3.7%;
  }

  }
  .BALLS{
    margin-top: 1%;
    
      margin-bottom: 4px !important;
  
  }
  .icon-info{
    width: 8%;
 
  }
  .icon-truck{
    width: 10%;
    margin-right: 2px;
    @media screen and (min-width: 1023px) and (max-width: 1146px) {
      width: 7%;
  }
    @media screen and (min-width: 500px) and (max-width: 1023px) {
      width: 3.5%;
  }
  @media screen and (max-width: 499px) {
    width: 5.5%;
}
  }
  .green-text{
    color: #1c6b09;
    margin-right: 6px;
    margin-left: 2px;
    font-weight: bold;

  }
  @media screen and (max-width: 1023px) {
    .free-secction{
      display: none !important;
    }
    .free-secction-mobile{
      
      display: block!important;
      margin-top: 2%;
    }
  }
  @media screen and (min-width: 1024px) {
    .free-secction {
      margin: 2%;
      padding-bottom: 2%;
      display: block!important;
    }
    .free-secction-mobile {
      display: none !important;
    }
  }
  .icon-balls-mobile{
    width: 5%;
    margin-right: 4px;
  }
    .icon-info-mobile{
      width: 4%;
    }
  
  .price-review-block{
    .cents-price{
font-size: 17px;
    }
  }
  
  #prices-tax{
    display: flex;
    align-items: flex-start;
    padding: 0px;
  }
  .modal-container {
    position: relative;
    display: inline-block;
  }
  
  .modal-toggle {
    display: none;
  }
  
  .modal-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .modal1 {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-toggle:checked ~ .modal1 {
    display: block;
  }
  
  .modal-content {
    z-index: 6;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 4%;
    border: 1px solid #888;
    width: 45%;
  }
  
  .modal-content h3 {
    font-size: 24px;

    color: #656967;
  }
  
  .modal-content p,
  .modal-content li {
    font-size: 16px;
    line-height: 22px;
    margin: 1rem 0;
    color: #656967;
  }
  
  .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 5%;
    cursor: pointer;
  }
  
  .close-button:hover,
  .close-button:focus {
    color: black;
    text-decoration: none;
  }
  
  .modal-button {
    display: block;
    margin: 20px auto 0 auto;
    cursor: pointer;
  }
  

  .truck-span{
    margin: 1%;
  }
.BALLS-mobile{
  margin: 1.5%;
}


  .modal-container-mobile {
    position: relative;
    display: inline-block;
    
  }
  
  .modal-toggle-mobile {
    display: none;
  }
  
  .modal-trigger-mobile {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 1%;
  }
  
  .modal1-mobile {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-toggle-mobile:checked ~ .modal1-mobile {
    display: block;
  }
  
  .modal-content-mobile {
    z-index: 3;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 4%;
    border: 1px solid #888;
    width: 45%;
  }
  
  .modal-content-mobile h3 {
    font-size: 24px;

    color: #656967;
  }
  
  .modal-content-mobile p,
  .modal-content-mobile li {
    font-size: 16px;
    line-height: 22px;
    margin: 1rem 0;
    color: #656967;
  }
  
  .close-button-mobile {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 5%;
    cursor: pointer;
  }
  
  .close-button-mobile:hover,
  .close-button-mobile:focus {
    color: black;
    text-decoration: none;
  }
  
  .modal-button-mobile {
    display: block;
    margin: 20px auto 0 auto;
    cursor: pointer;
  }
  @media (max-width: 1023px) {
    .modal-content-mobile {
      width: 80%;
      margin: 50% auto;
      padding: 6%;
    }
  
    .modal-content-mobile h3 {
      font-size: 20px;
    }
  
    .modal-content-mobile p,
    .modal-content-mobile li {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .modal-content-mobile {
      width: 90%;
      margin: 60% auto;
      padding: 8%;
    }
  
    .modal-content-mobile h3 {
      font-size: 18px;
    }
  
    .modal-content-mobile p,
    .modal-content-mobile li {
      font-size: 12px;
      line-height: 18px;
    }
  }

  .msj{
    width: 7%;
    margin-left: 4%;
  }
  .phone{
width: 7%;
  }
  .guide{
    width: 10%;
    @media screen and (max-width:500px) {
      width: 13% !important;

    }
    @media screen and (max-width:1000px) {
      width: 12%;

    }
  }
  .finder{
    width: 8%;
    @media screen and (max-width:500px) {
      width: 10% !important;

    }
    @media screen and (max-width:1000px) {
      width: 9%;

    }
  }


  .CTA-container{
    background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
      
      .CTA-section{
        width: 100%;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        background-color:#ddd;
    margin-bottom: 4%;
        margin-left:5% ;
        margin-right: 5%;

        @media screen and (max-width: 1023px) {
      flex-direction: column;
      justify-content: center;
      padding: 2%;
      }
      }
      .img-container{
        display: flex;
        justify-content: center;
      }
      .CTA-img{
        width: 12vw;
     object-fit: contain;
    
        @media screen and (max-width: 1023px) {
       
     width: 40%;
          }
      }
      .CTA-text{
        margin-top: 2%;
        font-size: large;
        max-width: 65%;
        margin-bottom: 10px !important;
        p {
          margin-bottom: 10px !important;
      }
    
        @media screen and (max-width: 1023px) {
      text-align: center;
      width: 100%;
      max-width: 100% !important;

               }
      }
      .btn-container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-right: 2%;
      }
      .btn-cta{
        color: white;
        font-size: fontSize("base");
     
        background-color:#ff6600 ;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 10px;
        font-weight: bold;
       border-radius: 5px;
       a{
        color: white;
       }
  
    }
.btn-cta:hover{
background-color: black;



}
      .foot-section-container{
        display: flex;
    
        flex-direction: column;
        background-color:#ddd;
    
        padding: 3%;
        padding-left: 2%;
        margin-bottom: 3%;
      }
      .content-container-ft{
        display: flex;
        justify-content: center;
        @media screen and (max-width: 600px) {
          flex-direction: column;
          justify-content: center;
          padding: 2%;
          }
    
      }
      .img-text-ft{
        background-color: #ff6600;
        display: flex;
    margin-left: 0.6%;
    margin-right: 0.6%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 5px;
       background-color: white;
        padding: 1%;
        width: 36%;
        box-sizing: border-box;
        transition: box-shadow 0.3s ease-in-out;
        a{
          display: flex;
         
        }
        
        p{
          color: #6d6d6d;
        }
        img{
          padding: 3%;
          max-width: 26%;
          object-fit: contain;
        }
        @media screen and (max-width: 1040px) {
          display:flex;
       
          align-items: center;
          padding: 2%;
          width: 100%;
          margin-bottom: 3%;
          border-radius: 5px;
        a{
          display:flex;
    
          align-items: center;
          padding: 2%;
          width: 100%;
          margin-bottom: 3%;
    
        }
          img{
            height: auto;
            width: 60%;
            object-fit: contain;
          }}
          @media screen and (max-width: 1350px) {
          
          
            img{
              height: auto;
              width: auto;
              object-fit: contain;
            }
          }
    
      }
      .img-text-ft:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    
      }
      .text-ft{
        display: flex;
        flex-direction: column;
        justify-content: center;
     margin-top: 6%;
     margin-left: 2%;
     padding-left: 2%;
        h4{
          font-size: 21px !important;
          line-height: 0px !important;
        }
     
        @media screen and (max-width: 1301px) {
          h4{
            font-size: 15px !important;
          }
          p{
            font-size: small;
          }
      }}
      .title-ft{
        text-align: center;
        h3{
          font-size: 22px;
        line-height: 30px;
        color: #6d6d6d;
        }
        p{
          color: #6d6d6d;   
        }
      }
      .contact-ft{
     display: flex;
     justify-content: space-evenly;
    
     width: 100%;
    padding-left: 30%;
    padding-right: 30%;
    spam{
      color: #ff6600;
      font-weight: bold;
    }
    @media screen and (max-width: 900px) {
      flex-direction: column;
      align-items: center;
      padding: 2%;
      width: 100%;
      }}
    
      .logosContainer-ft{
        display: flex;
        justify-content: center;
      }
     
      .img-banner-ft-guide{
      max-width: 30% !important;
      }
      .img-text-ft2{
        background-color: white;
        display: flex;
    margin-left: 0.6%;
    margin-right: 0.6%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 5px;

        padding: 1%;
        width: 36%;
        box-sizing: border-box;
        transition: box-shadow 0.3s ease-in-out;
      
        a{
          display: flex;
         
        }
        
        p{
          color: #6d6d6d;
          ;
        }
        img{
          padding: 3%;
          max-width: 26%;
          object-fit: contain;
        }
        @media screen and (max-width: 1040px) {
          display:flex;
       
          align-items: center;
          padding: 2%;
          width: 100%;
          margin-bottom: 3%;
          border-radius: 5px;
        a{
          display:flex;
    
          align-items: center;
          padding: 2%;
          width: 100%;
          margin-bottom: 3%;
    
        }
          img{
            height: auto;
            width: 60%;
            object-fit: contain;
          }}
          @media screen and (max-width: 1350px) {
          
          
            img{
              height: auto;
              width: auto;
              object-fit: contain;
            }
          }
    
      }
      .img-text-ft2:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    
      }

//Yotpo Reviews
body {
  .ugc-storefront-widgets-tabs-container.yotpo-main-widget-tabs {
    align-items: center;
    justify-content: center;
    .ugc-storefront-widgets-tabs-container__tab {
      width: 300px;
      padding: 15px;
      margin: 0;
      color: $color-black;
      background-color: $color-white;
      border: 1px solid $border-color;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      &.selected {
        color: $color-white;
        background-color: $color-black;
        border-color: $color-black;
        &:hover {
          color: $color-white;
          background-color: $color-black;
          border-color: $color-black;
        }
      }
      &:hover {
        color: $color-white;
        background-color: $color-primary;
        border-color: $color-primary;
      }
      + .ugc-storefront-widgets-tabs-container__tab {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: 0;
      }
    }
  }
  .yotpo-search-filter .yotpo-search-label .yotpo-search-input,
  .yotpo-filter-select[data-v-1b2da119],
  .yotpo-media-select[data-v-4a7c834d] {
    border-radius: 6px;
    border-color: $border-color;
  }
  .yotpo-score-option .yotpo-score[data-v-1b2da119] {
    color: $color-white;
  }
  .yotpo-reviewer-name[data-v-572fe5b0] {
    margin-bottom: 10px;
  }
  .yotpo-score-option[data-v-1b2da119]:focus,
  .yotpo-score-option[data-v-1b2da119]:hover {
    background-color: transparent;
    opacity: 0.5;
  }
  .yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
    font-size: 13px;
    line-height: 16px;
    width: 44px;
    padding: 15px 5px 11px 5px;
    border: 1px solid $border-color;
    border-radius: 6px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    &.selected {
      background-color: $color-black;
    }
    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: $color-primary;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      @include border-radius(6px);
    }
    &:hover,
    &:active,
    &:focus {
      color: $color-white;
      background: $color-black;
      -webkit-transition-duration: 0.6s;
      transition-duration: 0.6s;
      svg {
        fill: $color-white;
      }
      &::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
    }
  }
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal-header {
    margin: 10px;
  }
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .close-btn-wrapper,
  .modal-backdrop.yotpo-review-form-modal .close-btn-wrapper {
    &:hover svg {
      color: $color-primary;
    }
  }
  .yotpo-question-form .form-footer .yotpo-question-submit[data-v-76e68a9c],
  .yotpo-review-form
    .form-footer
    .yotpo-review-form-footer-container
    .yotpo-new-review-submit[data-v-3eeac3ad] {
    &:hover {
      background-color: $color-primary;
    }
  }
  .yotpo-search-filter .yotpo-search-label .yotpo-search-input:focus, .yotpo-search-filter .yotpo-search-label .yotpo-search-input:valid {
    border-color: $border-color;
  }
  .yotpo-smart-topic-filter[data-v-47a3d96e] {
    border-radius: 6px;
  }
  #yotpo-reviews-main-widget .yotpo-new-review-btn-wrapper button {
    height: 40px;
  }
  #yotpo-widget-btn {
    border-radius: 6px;
    height: 40px;
  }
  .yotpo-display-l .yotpo-main-layout .yotpo-head,
  .yotpo-display-m .yotpo-main-layout .yotpo-head {
    @include mobile {
      margin: 50px 0 20px;
    }
  }
  .yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline,
  .yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
    @include mobile {
      flex-basis: 100%;
      margin-left: 0;
    }
  }
  .yotpo-display-l
    .yotpo-main-layout
    .yotpo-layout-header-wrapper[data-v-a5eb37f4] {
    @include mobile {
      @include flex-direction(column);
    }
    .yotpo-bottom-line {
      @include mobile {
        margin-right: 0;
      }
    }
  }
  .yotpo-summary-section {
    @include mobile {
      align-items: center;
    }
  }
  .yotpo-star-distribution {
    @include mobile {
      margin-bottom: 20px;
    }
  }
  .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-filters-top-panel {
    @include mobile {
      @include flex-direction(column);
      flex-basis: 100%;
      width: 100%;
    }
    .yotpo-free-search-filter-container,
    .yotpo-score-filter-container,
    .yotpo-media-filter-container {
      @include mobile {
        width: 100%;
        flex-basis: 100%;
        max-width: none;
        margin-bottom: 10px;
      }
      input {
        @include mobile {
          width: 100%;
        }
      }
    }
  }
  .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-smart-topics-panel {
    @include mobile {
      flex-basis: 100%;
    }
  }
  .yotpo-smart-topics[data-v-28b948ae] {
    @include mobile {
      flex-basis: 100%;
    }
  }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review),
  .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) {
    @include mobile {
      @include flex-direction(column);
    }
  }
  .yotpo-display-l
    .yotpo-review:not(.yotpo-media-modal-review)
    .yotpo-review-center-panel,
  .yotpo-display-m
    .yotpo-review:not(.yotpo-media-modal-review)
    .yotpo-review-center-panel {
    @include mobile {
      padding: 0;
    }
    .yotpo-review-title {
      @include mobile {
        margin-top: 10px;
      }
    }
  }
  .yotpo-display-l
    .yotpo-review:not(.yotpo-media-modal-review)
    .yotpo-review-center-panel
    .yotpo-review-rating-title,
  .yotpo-display-m
    .yotpo-review:not(.yotpo-media-modal-review)
    .yotpo-review-center-panel
    .yotpo-review-rating-title {
    @include mobile {
      margin-top: 10px;
      @include flex-direction(column);
    }
  }
  .yotpo-display-s
    .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-filters-top-panel
    .yotpo-free-search-filter-container {
    @include mobile {
      flex-basis: 100%;
      max-width: none;
    }
  }
  .yotpo-mobile-filters-popup-overlay-container[data-v-9d98ab02] {
    z-index: 100;
  }
  .yotpo-mobile-filters-popup-overlay-container
    .yotpo-mobile-filters-popup-content[data-v-9d98ab02] {
    padding: 100px 50px;
  }
  .yotpo-star-rating-reviews-summary-link {
    display: none;
  }
  .yotpo .text-m {
    color: $color-black !important;
    &:hover {
      color: $color-primary !important;
    }
  }
}
.yotpo-widget-instance {
  margin-top: 10px;
}


.yotpo-sr-bottom-line-summary{



          
    .yotpo-sr-bottom-line-text{
      @media screen and (max-width: 600px) {
        display: none !important;
      }
    }
    

}

.yotpo-star-rating-reviews-summary-text{

}
.text-btn-cotainer{
  display: flex;
  flex-direction: column;
}

