/** Shopify CDN: Minification failed

Line 2062:2 "justif-content" is not a known CSS property
Line 2674:3 Unexpected ","

**/
html{
    padding-bottom: 0px !important;
}

.icon-button {
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: none;
  border: none;
}

.icon-button:hover svg {
  stroke: green;  
  stroke-width: 1px;
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.icon-button .icon-rotate-cw,
.icon-button .icon-rotate-acw {
  width: 25px;
  height: 25px;
}

.icon-rotate-acw {
  transform: scaleX(-1); 
}

/**** active class css start ****/


.pairsub__cell__box.active{
     background-color: #257b75 !important;
}

.pair__box__title.active{
    color: #fff !important;
} 
 
.style__five__cboxsll.active{
    background-color: #C4A7F2 !important;
}

#five__conwrpr.active{
    background-color: #C4A7F2 !important;
}

.sub__text__novel.active{
    color: #257b75 !important;
}
 
/**** active class css End ****/

.navigation_mobile.active .arrow, li.menu_l_2.active  a.arrow1 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
li.megaMenu-2-linkList.active .linkList-subMenu {
    display: block !important;
}
li.megaMenu-2-linkList{
    position: relative;
}
a.megaMenu-title.js-custom-title {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 15px;
}
li.megaMenu-2-linkList {
    position: relative;
}
ul.sub-mega-menu a.arrow1 {
    position: absolute;
    right: 0;
    top: 10px;
}
a.megaMenu-title.js-custom-title {
    height: 30px;
    align-items: center;
}
li.menu_l_2.active a.megaMenu-title.js-custom-title {
      font-weight: 700;
    color: #0084bb!important;
}


/*********  1  Subscription flow gift start css **************/

.cutm__prp__bginner{
    min-height: 90vh !important;
}

/* .subscription__bgbanner{
    background-color: #257b75;
} */

.subscription__que__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

.subscription__que__line .gift__border .que__line__1__aa{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FF8F80;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subscription__que__line .gift__border{
    border: 2px solid #ff8f80;
    border-radius: 50%;
}

.subscription__que__line .que__line__1{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    color: #257b75;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subscription__que__line .que__line__2{
     width: 50px;
     height: 2px;
     background: #fff;
}

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

.subscription__gift__inner .hr__line__1{
     width: 30px;
     height: 3px;
     background: #fff;
}

.subscription__gift__inner .que__1{
     color: #fff;
     font-size: 20px;
     text-align: left;
     font-style: normal;
     font-weight: 500;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-transform: capitalize;
     margin: 10px 0px 25px 0px;
}

.subscription__gift__inner .title__sub__gift{
     color: #fff;
     font-size: 70px;
     line-height: 80px;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     font-weight: 500;
     font-style: normal;
     text-align: left;
     letter-spacing: 1px;
     text-transform: unset;   
}

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

.box-content .check__box__cstm{
    margin: 0px 0px -40px 32px;
}

.rightmark__box h3{
    display: none !important;
    margin: 0px !important;
    min-height: unset !important
}

.rightmark__box img{
    width: 100%;
    height: auto;
}

.box-content .giftaa__title{
    border: none !important;
    padding: 0px !important;
    transition: .3s;
    width: 180px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 18px !important;
    position: relative;
    margin: 15px 0px; 
}


@media only screen and (max-width: 769px){

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

     .rightmark__box{
         width: 100% !important;
     }

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

      .subscription__gift__inner .title__sub__gift br{
           display: none;
      }

      .subscription__gift__inner .title__sub__gift{
           text-align: center;
           font-size: 55px;
           line-height: 60px;
      }
}

@media only screen and (max-width: 490px){

    .subscription__que__line .que__line__1{
         font-size: 13px;
         width: 20px;
         height: 20px;
         padding: 0px;
    }

     .subscription__que__line .que__line__2{
          width: 30px;
     }
     
}


@media only screen and (max-width: 400px){

    .subscription__gift__inner .title__sub__gift {
        font-size: 32px;
        line-height: 40px;
    }
  
}

/*********  1  Subscription flow gift End css **************/


/************** 2  Subscription flow size start css ************/

.flow__bg__inner{
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}

.subscri__flows__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

.subscri__flows__line .que__line__3{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subscri__flows__line .flow__border .que__line__3__aaf{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FF8F80;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subscri__flows__line .flow__border{
    border: 2px solid #ff8f80;
    border-radius: 50%;
}

.subscri__flows__line .que__line__4{
     width: 50px;
     height: 2px;
     background: #999999;
}

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

.custom__flow__size__content .flew__line{
     width: 30px;
     height: 3px;
     background: #999;
}

.custom__flow__size__content .flow__que_1{
    color: #999999;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.custom__flow__size__content .flow__main__title{
     color: #257b75;
     font-size: 45px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 17px 0px 5px 0px;
}

.custom__flow__size__content .flow__subtitle{
     color: #257b75;
     font-size: 18px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 0px 0px 0px 0px;
}

.subscri__wpr__info{
     min-height: 90vh !important;
     padding-top: 20px !important;
     padding-bottom: 80px !important;
}

.menflow__box{
     width: 22.2222% !important;
}

.menflow__box h3 {
    min-height: unset !important;
    margin: 0px;
}

.menflow__box img{
    width: 60%;
    height: auto;
}

.menflow__box .flow__nme__title{
    border: none !important;
    font-size: 30px !important;
    padding: 0px !important;
/*     margin: 0px 0px 0px 0px !important; */
    width: unset !important;
    color: #257b75;
}

.flow__wpr__checkbox{
     background: #F9E7BF;
     border-bottom-left-radius: 100px;
     border-top-left-radius: 100px;
     width: 1000px;
     padding: 10px 0px 10px 40px;
     justify-content: flex-start !important;
}

.subsc__slet__one{
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 3500px){

     .flow__wpr__checkbox{
          width: 1800px;
     }
}

@media only screen and (max-width: 2500px){

     .flow__wpr__checkbox{
          width: 1400px;
     }
}

@media only screen and (max-width: 2130px){

     .flow__wpr__checkbox{
          width: 1200px;
     }
}

@media only screen and (max-width: 1800px){

     .flow__wpr__checkbox{
          width: 1000px;
     }
}

@media only screen and (max-width: 1450px){

     .flow__wpr__checkbox{
          width: 900px;
     }
}

@media only screen and (max-width: 1265px){

     .flow__wpr__checkbox{
          width: 700px;
     }
}

@media only screen and (max-width: 991px){

     .flow__wpr__checkbox{
          width: 100%;
          align-items: center;
          border-radius: 100px !important;
          justify-content: center !important;
     }

      .flow__bg__inner{
          background-size: cover;
      }

}

@media only screen and (max-width: 767px){

     .flow__wpr__checkbox {
        background: transparent;
        width: unset !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0px;
     }

     .subsc__slet__one{
          justify-content: center !important;
     }

      .menflow__box {
         width: 100%!important;
       }
}

@media only screen and (max-width: 490px){

     .subscri__flows__line .que__line__3{
           font-size: 13px;
           width: 20px;
           height: 20px;
           padding: 0px;
     }

      .subscri__flows__line .que__line__4{
           width: 30px;
      }
  
}

/************** 2  Subscription flow size End css ************/


/************** 3  Subscription flow type start css ***********/


.subscri__three__bgimg{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

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

.subnew__type__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

.subnew__type__line .que__line__5{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subnew__type__line .type__border .que__line__5__type{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #257b75;
    color: #C4A7F2;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subnew__type__line .type__border{
    border: 2px solid #257b75;
    border-radius: 50%;
}

.subnew__type__line .que__line__6{
    width: 50px;
    height: 2px;
    background: #999999;
}

.subscri__type__contain{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: -160px;
}

.subscri__type__contain .typenew__hrline{
     width: 30px;
     height: 3px;
     background: #fff;
}

.subscri__type__contain .subtion__quethre{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    text-align: left;
    margin: 8px 0px 0px 0px;
}

.subscri__type__contain .subtype__title{
     color: #257b75;
     font-size: 75px;
     line-height: 80px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: left;
     margin: 15px 0px 10px 0px;
}

.subscri__type__contain .subtype__text{
     color: #257b75;
     font-size: 26px;
     line-height: 30px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: left;
     margin: 20px 0px 0px 0px;
}

.crew__type__box{
    width: 150px;
    height: 230px;
    border-radius: 100px;
    background: #FF9B69;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
}

.crew__type__box h3{
     color: #257b75;
     font-size: 28px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.knee__high__box{
    width: 150px;
    height: 230px;
    border-radius: 100px;
    background: #F9E7BF;
    border: 2px solid #257b75;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
}

.knee__high__box h3{
     color: #FF8F80;
     font-size: 28px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.compression__type__box{
    width: 150px;
    height: 230px;
    border-radius: 100px;
    background: #257b75;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
}

.compression__type__box h3{
     color: #FF9B69;
     font-size: 28px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.box__type__cell .subsc__type__btn{
    border: none !important;
    padding: 0px !important;
    width: unset !important;
}

.subsc__type__btn .selectone{
    width: 100px;
    height: auto;
    margin-top: 20px;
}

.box__type__cell .ckc__img__box img{
    width: 80%;
    height: auto;
}

@media only screen and (max-width: 3500px){

   .subscri__three__bgimg{
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 991px){

    .subscri__type__contain .subtype__title {
        font-size: 40px;
        line-height: 50px;
         text-align: center !important;
    }

    .subscri__type__contain .subtype__title br{
        display: none;
    }

    .subscri__type__contain .subtype__text br{
         display: none;
    }

    .subscri__type__contain .subtype__text {
         font-size: 25px;
         line-height: 30px;
         text-align: center !important;
         margin: 0px;
    }

    .subscri__type__contain {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center !important;
    }

    .subscri__type__contain{
         margin-top: -100px;
    }

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

      .subscri__three__bgimg{
         background-size: cover;
    }

}

@media only screen and (max-width: 769px){

    .subscri__type__contain {
         margin-top: 40px;
    }

    .crew__type__box {
       width: 100%;
       margin: 0px;
       height: 250px;
    }

    .box__type__cell .ckc__img__box img{
         width: 50%;
         height: auto;
     }

    .knee__high__box {
       width: 100%;
      margin: 0px;
       height: 250px;
    }

    .compression__type__box {
        width: 100%;
        margin: 0px;
        height: 250px;
    } 
}

@media only screen and (max-width: 490px){

      .subnew__type__line .que__line__5{
            font-size: 13px;
            width: 20px;
            height: 20px;
            padding: 0px;
      }

      .subnew__type__line .que__line__6{
           width: 30px;
      }
   
}

/************** 3  Subscription flow type End css ***********/


/************** 4  Subscription flow pair start css ***************/


.subscri__pair__bgimg{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
/*     margin-top: -70px; */
}

.subnew__pair__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0px 0px 0px;
}

.subnew__pair__line .que__line__7{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subnew__pair__line .pair__border .que__line__7__pair{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #FF8F80;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subnew__pair__line .pair__border{
    border: 2px solid #fff;
    border-radius: 50%;
}

.subnew__pair__line .que__line__8{
    width: 50px;
    height: 2px;
    background: #999999;
}

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

.subscri__pair__contain .pair__hrline{
     width: 30px;
     height: 3px;
     background: #fff;
}

.subscri__pair__contain .scrip__pair__que{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.subscri__pair__contain .pair__sub__title{
     color: #F9E7BF;
     font-size: 60px;
     line-height: 70px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: left;
     margin: 15px 0px 10px 0px;
}

.subscri__pair__contain .pair__sub__text{
     color: #F9E7BF;
     font-size: 21px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 0px 0px 20px 0px;
}

.subscrip__wpr__info{
     min-height: 90vh !important;
     padding-top: 0px !important;
     padding-bottom: 70px !important;
}

.pairsub__cell__box{
    width: 200px !important;
    height: 190px;
    border: 5px solid #257b75;
    margin: 0px 20px;
}

.pairsub__cell__box h3{
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}

.pairsub__cell__box .pair__box__title{
    border: none !important;
    padding: 0px !important;
    width: unset !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #257b75;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    margin: 0px 0px 0px 0px;
}

.pair__box__title img{
    width: 65%;
    height: auto;
}

@media only screen and (max-width: 991px){
   
    .subscri__pair__bgimg{
        background-size: cover;
     }
  
}
@media only screen and (max-width: 767px){

    .checkbox_wrap {
        display: flex !important;
        margin-bottom: 50px;
    }

    .pairsub__cell__box {
        width: 100% !important;
    }

     .pair__box__title img{
        width: 32%;
     }  
  
}

@media only screen and (max-width: 550px){

     .subscri__pair__contain .pair__sub__title {
        font-size: 30px;
        line-height: 40px;
     }

     .subscri__pair__contain{
          margin-top: 50px;
     }
}

@media only screen and (max-width: 490px){

    .subnew__pair__line .que__line__7{
         font-size: 13px;
         width: 20px;
         height: 20px;
         padding: 0px;
    }

    .subnew__pair__line .que__line__8{
         width: 30px;
    }
   
}

/************** 4  Subscription flow pair End css ***************/


/**************** 5  Subscription flow style start css*********/

.subscri__style__bgimg{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
/*     margin-top: -70px; */
}

.subnew__style__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 0px 0px;
}

.subnew__style__line .que__line__9{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subnew__style__line .style__border .que__line__9__style{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FF8F80;
    color: #257f75;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subnew__style__line .style__border{
    border: 2px solid #FF8F80;
    border-radius: 50%;
}

.subnew__style__line .que__line__10{
    width: 50px;
    height: 2px;
    background: #999999;
}

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

.subsc__style__containcc .style__hrline{
     width: 30px;
     height: 3px;
     background: #fff;
}

.subsc__style__containcc .sub__style__que{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.subsc__style__containcc .style__sub__title{
     color: #C4A7F2;
     font-size: 60px;
     line-height: 65px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 12px 0px 0px 0px;
}

.subsc__style__containcc .style__sub__text{
     color: #C4A7F2;
     font-size: 21px;
     line-height: 21px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 0px 0px 0px 0px;
}

.style__five__cboxsll{
    width: 220px !important;
    height: 230px;
    border: 5px solid #fff;
    margin: 0px 20px;
    padding: 0px !important;
}
/* 
.style__five__cboxsll .novly{
    display: none !important;
    margin: 0px !important;
    min-height: unset !important;
} */
/* 
.style__five__cboxsll .titlenovel{
    border: none !important;
    padding: 0px !important;
    width: unset !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    margin: 0px !important;
    color: #fff;
    min-height: unset !important;
    text-align: center;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
} */

.style__five__cboxsll .sub__text__novel{
      width: unset !important;
}

.style__five__cboxsll .sub__text__novel .novly{
    border: none !important;
    padding: 0px 0px !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    margin: 0px !important;
    text-align: center;
    color: #fff;
    min-height: unset !important;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.style__five__cboxsll img{
    width: 60%;
    height: auto;
    margin: 10px 0px;
}

/*****/


#five__conwrpr{
    width: 220px !important;
    height: 230px;
    border: 5px solid #fff;
    margin: 0px 20px;
    padding: 0px !important;
}
/* 
#five__conwrpr .novly{
    display: none !important;
    margin: 0px !important;
    min-height: unset !important;
} */

#five__conwrpr .sub__text__novel{
    width: unset !important;
}

#five__conwrpr .sub__text__novel .novly{
    border: none !important;
    padding: 0px 0px !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    margin: 0px !important;
    text-align: center;
    color: #fff;
    min-height: unset !important;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

#five__conwrpr img{
    width: 60%;
    height: auto;
    margin: 10px 0px;
}
 
.subsci__style__wpr{
     min-height: 90vh !important;
     padding-top: 0px !important;
     padding-bottom: 50px !important;
}

@media only screen and (max-width: 3500px){

      .subscri__style__bgimg{
          margin-top: -10px;
     }
}

@media only screen and (max-width: 991px){

     .style__five__cboxsll {
        margin: 20px 20px;
     }

     #five__conwrpr{
        margin: 20px 20px;
     }

       .subscri__style__bgimg{
          background-size: cover;
      }

}

@media only screen and (max-width: 767px){

      .subsc__style__containcc{
           margin-top: 30px;
      }

      .style__five__cboxsll{
         width: 100% !important;
          height: 250px;
      }

       #five__conwrpr{
           width: 100% !important;
           height: 250px;
           margin: 10px 0px;
      }

      .style__five__cboxsll img {
         width: 50%;
      }

}

@media only screen and (max-width: 550px){

    .subsc__style__containcc .style__sub__title {
        font-size: 30px;
        line-height: 40px;
    }

     #five__conwrpr{
           width: 100% !important;
           height: 275px;
    }
}

@media only screen and (max-width: 490px){

     .subnew__style__line .que__line__9{
           font-size: 13px;
           width: 20px;
           height: 20px;
           padding: 0px;
     }

     .subnew__style__line .que__line__10{
           width: 30px;
     }
  
}

/**************** 5  Subscription flow style End css*********/

/************* 6  Subscription flow plan start css ****************/


.subscr__plan__bgimg{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.subnew__plan__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

.subnew__plan__line .que__line__11{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subnew__plan__line .planc__border .que__line__11__plancc{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FF8F80;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subnew__plan__line .planc__border{
    border: 2px solid #FF8F80;
    border-radius: 50%;
}

.subnew__plan__line .que__line__12{
    width: 50px;
    height: 2px;
    background: #999999;
}

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

.subscr__plancc__contain .plancc__hrline{
     width: 30px;
     height: 3px;
     background: #999;
}

.subscr__plancc__contain .scri__plan__que{
    color: #999;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.subscr__plancc__contain .scrip__plan__title{
     color: #257b75;
     font-size: 55px;
     line-height: 63px;
     font-weight: 500;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 12px 0px 10px 0px;
}

.subscr__plancc__contain .scrip__plan__text{
     color: #257b75;
     font-size: 21px;
     line-height: 21px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 0px 0px 0px 0px;
}

.scrp__boxcc__cell{
    width: 22.222% !important;
}

.scrp__boxcc__cell h3{
     color: #FF9B69;
     font-size: 26px;
     line-height: 21px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 10px 0px 12px 0px !important;
}

.scrp__boxcc__cell .scrip__h3{
     color: #257b75;
     font-size: 26px;
     line-height: 23px;
     font-weight: 500;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 10px 0px 12px 0px !important;
}

.scrp__boxcc__cell .scrip__titlecc{
    border: none !important;
    padding: 0px 0px !important;
    width: unset !important;
}

/* .scrp__boxcc__cell .scrip__titlecc img{
     width: 65%;
     height: auto;
     margin: 0px 0px 12px 0px;
} */

.scrip__titlecc .sixselect{
    width: 100px;
    height: auto;
}

.subscr__plan__wpr__pc{
     min-height: 90vh !important;
     padding-top: 0px !important;
     padding-bottom: 50px !important;
}

.scrp__boxcc__cell .scrip__titlecc .month__img__box img{
    width: 65%;
    height: auto;
}

@media only screen and (max-width: 991px){

    .scrp__boxcc__cell h3 {
        font-size: 16px;
        line-height: 18px;
        min-height: unset !important;
    }

    .scrp__boxcc__cell .scrip__h3 {
       font-size: 16px;
        line-height: 18px;
        min-height: unset !important;
    }   

      .subscr__plan__bgimg{
           background-size: cover;
       }
}

/* @media only screen and (max-width: 850px){

    .subscr__plan__wpr__pc{
         min-height: 60vh !important;
         padding-bottom: 35px !important;
    }
} */

@media only screen and (max-width: 767px){

     .scrp__boxcc__cell {
        width: 100% !important;
     }

      .subscr__plancc__contain{
           margin-top: 30px;
      }
  
}

@media only screen and (max-width: 550px){

     .subscr__plancc__contain .scrip__plan__title {
          font-size: 32px;
          line-height: 40px;
     }
}

@media only screen and (max-width: 490px){

     .subnew__plan__line .que__line__11{
          font-size: 13px;
          width: 20px;
          height: 20px;
          padding: 0px;
     }

    .subnew__plan__line .que__line__12{
         width: 30px;
    }
  
}

/************* 6  Subscription flow plan End css ****************/


/************* 7  Subscription flow result start css **************/


.scrpi__bg__color{
    background: #C0DFE9;
}

.subnew__result__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

.subnew__result__line .que__line__13{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #C0DFE9;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
}

.subnew__result__line .resultc__border .que__line__13__result{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #C4A7F2;
    color: #C0DFE9;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 4px;
}

.subnew__result__line .resultc__border{
    border: 2px solid #C4A7F2;
    border-radius: 50%;
}

.subnew__result__line .que__line__14{
    width: 50px;
    height: 2px;
    background: #fff;
}

.scrip__info .scrip__title__rest{
     color: #257b75;
     font-size: 55px;
     line-height: 63px;
     font-weight: 500;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 20px 0px 70px 0px;
}

.reswpr__markinner__info{
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100% !important;
     max-width: 100% !important;
}

.subscription-result-content{
    border-top: none !important;
}

.sresultpt__img__boxss .result-cell {
    width: 230px !important;
    padding: 5px 10px;
    text-align: center;
    border: 2px solid #fff;
    margin: 0px 0px;
    height: 125px;
}

.subscription-result-wrap{
    flex-wrap: unset !important;
}

.result-cell-img img{
    max-width: 90px !important;
    margin-top: -55px;
}

.result-cell-title{
     color: #257b75 !important;
     font-size: 26px !important;
     font-weight: 500 !important;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
     margin: 5px 0px !important;
}

.js-result-update{
     color: #257b75 !important;
     font-size: 15px !important;
     font-weight: 500 !important;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     text-align: center;
}

.result__btm__contain{
     display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.subscription-result-shipping{
    border-left: none !important;
    width: 50% !important;
    padding-left: 120px !important; 
}

.subscription-result-cta{
     margin-right: 120px;
}

.subscription-result-shipping .upper{
     color: #257b75 !important;
     font-size: 25px !important;
     font-weight: 500 !important;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
     margin: 0px !important;
}

.subscription-result-price{
     color: #257b75 !important;
     font-size: 20px !important;
     font-weight: 500 !important;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.subscription-result-frequency{
     color: #257b75 !important;
     font-size: 40px !important;
     line-height: 52px !important;
     font-weight: 500 !important;
     font-style: normal;
     text-transform: capitalize;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.subscription-result-comment{
      color: #257b75 !important;
     font-size: 16px !important;
     line-height: 20px !important;
     font-weight: 300 !important;
     font-style: normal;
     font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.subscription-result-cta .sub-cta {
    border: none !important;
    padding: 20px 18px !important;
    transition: .3s;
    width: 120px;
    font-size: 20px !important;
    cursor: pointer;
    text-align: center;
    background: #C4A7F2 !important;
    color: #257b75 !important;
    font-family: Brandon,Helvetica,Arial,sans-serif;
    font-weight: 800 !important;
    border-radius: 100px;
}
 

.result-cell[data-result-cell=type]{
     background: #FF8F80 !important;
}

.result-cell[data-result-cell=plan]{
     background: #FF8F80 !important;
}

.result-cell[data-result-cell=pair]{
     background: #C4A7F2 !important;
}

.result-cell[data-result-cell=style]{
     background: #F9E7BF !important;
}


/* Product thumbnail slider arrows */
#product .splide__arrow {
    height: 1em;
    width: 1em;
    padding: 0px;
    border-radius: 50%;
    z-index: 1;
    color: #000;
    background: transparent;
}
#product-popup-slider .splide__arrow {
    height: 50px;
    width: 50px;
    padding: 15px;
    border-radius: 50%;
    z-index: 1;
    color: #000;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}


#product-slider {
    min-height: 430px; /* Reserve space for slider content */
}


#product .splide__arrows--ttb .splide__arrow--prev {
    top: -1.2em;
}
#product .splide__arrows--ttb .splide__arrow--next {
    bottom: -1.2em;
    top: auto;
}
/* #product #product-image {
    padding-top: 20px;
} */
#product .thumbnails.thumbnails--product.js-thumbnails {
    margin-top: 28px;
}

@media only screen and (max-width: 1028px){

    .subscription-result-shipping {
        padding-left: 20px!important;
    }

    .subscription-result-cta {
         margin-right: 20px;
     }
}

@media only screen and (max-width: 991px){

    .subscription-result-shipping {
        padding-left: 0px!important;
        width: 100% !important;
    }

    .subscription-result-cta {
         margin-right: 0px;
     }

     .subscription-result-wrap {
         display: unset !important;
         flex-wrap: wrap !important; 
    }

    .result-cell{
        margin-bottom: 60px !important;
    }

    .result__btm__contain{
        display: unset !important;
        justify-content: center !important;
        align-items: center;
        text-align: center;
    }

    .subscription-result-cta{
        margin: 30px 0px 0px 0px;
    }
  
}

@media only screen and (max-width: 767px){

    .subscription-result-wrap {
         display: unset !important;
         flex-wrap: wrap !important; 
    }

    .result-cell{
        margin-bottom: 40px !important;
    }

    .result__btm__contain{
        display: unset !important;
        justify-content: center !important;
        align-items: center;
        text-align: center;
    }

    .subscription-result-cta{
        margin: 30px 0px 0px 0px;
    }
}

@media only screen and (max-width: 650px){

    
     .subscription-result-wrap {
         margin-left: 0px !important;
     }

     .result-cell{
        margin-bottom: 70px !important;
    }

     .subscription-result-shipping {
        width: 100%!important;
     }

     .subscription-result-frequency {
        font-size: 30px!important;
        line-height: 40px!important;
     }
}

@media only screen and (max-width: 550px){

     .scrip__info .scrip__title__rest {
         font-size: 30px;
         line-height: 40px;
     }

     .sresultpt__img__boxss .result-cell{
          height: 160px;
     }

     .subscription-result-wrap {
         margin-left: 0px !important;
     }
}

@media only screen and (max-width: 490px){

     .subnew__result__line .que__line__13{
           font-size: 13px;
           width: 20px;
           height: 20px;
           padding: 0px;
       }

     .subnew__result__line .que__line__14{
           width: 30px;
     }
  
}

@media only screen and (max-width: 400px){

      .subscription-result-wrap {
         margin-left: 0px !important;
     }

     .subscription-result-frequency {
        font-size: 20px!important;
        line-height: 30px!important;
     }
     
}


/************* 7  Subscription flow result End css **************/


@media only screen and (max-width: 1000px){
     .subscription-step-wrap{
          min-height: 60vh !important;
          padding-bottom: 30px !important;
     }
    
}
.splide img {
  max-width: 100%;
}

.product__slider .product__img,
.product__visual-single img{
   cursor: zoom-in;
}
/* .product__visual-wrapper{
  width: calc(90% - 40px);
  margin-left: auto;
  margin-right: 40px;
} */
#product-popup-slider {
    position: unset;
}
.product__visual{
  padding-right: 50px;
}

.product__featured-image img{

}

.product__visual-single-wrapper{
  width: 100%;
}

.product__featured-image{
  text-align: center;
  padding: 0 90px;


    
}
    @media only screen and (max-width: 767px){

    .product__featured-image{
  text-align: center;
  padding: 0;


    
}
    
    }
.product__visual {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.splide__pagination {
/*   position: static; */
  margin: 5px 0 0 0;
}

.product-popup-single-wrap {
  width: 95%;
  height: 95%;
  background: #fff;
  position: relative;
}

#thumbnails-slider .splide__slide{
  width: 80px;
  height: 80px;
}

button.splide__pagination__page {
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
  width: 14px;
  height: 14px;
  transform: scale(0.6);
}

.splide__pagination__page.is-active {
  background: #000;
  transform: none;
}

.product__visual-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 73, 78,0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s ease;
}

.product__popup-slider{
  margin-left: auto;
  margin-right: auto;
}

.product__visual-popup.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation-name: transition-in;
  animation-duration: 650ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes transition-in{
0% {
    opacity: 0;
    transform: translateY(500px);
}
40% {
    opacity: 1;
    transform: translateY(-20px);
}
60% {
    transform: translateY(10px);
}
100% {
    transform: translateY(0px);
}
}

.product-popup__image-wrap{
  margin: 0 auto;
  height: 100%;
}

.product__visual-popup-wrap{
  padding: 100px 200px;
}

.splide__slide img {
 
  height: auto;
}

.product-popup-slider-wrap {
  width: 95%;
  height: 95%;
  background: rgb(245, 245, 245);
  position: relative;
}

.product__visual-popup img {
  display: block;
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 9999;
    transition: 250ms ease-in-out 0s;
    transform-origin: center;
}
.popup-close:hover {
    transform: rotate(90deg);
    transform-origin: center;
}
.popup-close svg {
  width: 42px;
  height: 42px;
  fill: #212a2f;
  display: block;
  stroke-width: 1px;
}

.qty-button[data-role="increase"] {
    border-left: none !important;
}

.qty-button[data-role="decrease"] {
    border-right: none !important;
}

.quantity-msg{
  padding: 0 20px;
  display: flex;
  justif-content: center;
  align-items: center;
  border-top: 1px solid #75beaa;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: .5s ease;
  background: #fff;
  margin-top: 8px;
}

.quantity-msg p {
  margin: 0;
  text-align: center;
}

.quantity-msg.show{
  padding: 20px;
  height: 60px;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 768px){

  #product #product-image {
    position: static;
  }
  
  .product__visual {
    display: block;
  }

  .product__visual{
    padding-right: 0;
  }

  .product__visual,
  .product__visual-wrapper{
    width: 100%;
  }

  .product__visual-wrapper{
    margin-left: 0;
    margin-right: 0;
  }

  .thumbnails--product{
    display: none; 
  }

}

.ql-container.ql-snow {

border: none !important;
  
}

/* Custom Socks */

.custom-sock__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-sock__color__label {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.visually-hidden{
  display: none;
}

.custom-sock #product #product-information .swatch {
    width: 100%;
}
.custom-sock #product #product-information .swatch .swatch-element {
    width: 115px;
    height: 115px;
    border-radius: 10px;
    position: relative;
}

.custom-sock #product #product-information .swatch .swatch-element:hover label, #product #product-information .swatch .swatch-element:focus label, #product #product-information .swatch .swatch-element.active label {
    border-radius: 10px;
    border: 2px solid #000 !important;
}

.custom-sock #product #product-information .swatch .swatch-element label {
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #394143;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-sock #product #add-item-form .qty-size .header {
  font-size: 24px;
  color: #000;
  margin: 2rem 0 1rem;
}

.custom-sock .swatch-element.active:before {
  display: inline-block!important;
  width: 26px;
  width: 1.8rem;
  height: 26px;
  height: 1.8rem;
  border-radius: 50%;
  background: #000;
  background-image: none;
  bottom: -13px;
  bottom: -0.8rem;
  top: auto;
}

.custom-sock .swatch-element.active:after, .swatch-element.active:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.custom-sock .swatch-element.active:after {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MTEuOTkiIGhlaWdodD0iNjExLjk5Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTg5LjEwNSA4MC42M2MtMzAuNTEzLTMxLjEyNS03OS45NjUtMzEuMTI1LTExMC40NzggMEwyMDIuNDIyIDM2Mi4zNDRsLTY5LjA2MS03MC40MzhjLTMwLjUxMy0zMS4xMjUtNzkuOTY1LTMxLjEyNS0xMTAuNDc4IDAtMzAuNTEzIDMxLjEyNS0zMC41MTMgODEuNTcyIDAgMTEyLjY3OGwxMjQuMjkgMTI2Ljc3NmMzMC41MTMgMzEuMTI1IDc5Ljk2NSAzMS4xMjUgMTEwLjQ3OCAwbDMzMS40NTMtMzM4LjAzM2MzMC41MTUtMzEuMTI1IDMwLjUxNS04MS41NzIuMDAxLTExMi42OTd6Ii8+PC9zdmc+);
    background-size: 0.8rem 0.8rem;
    width: 12px;
    width: 1.2rem;
    height: 12px;
    height: 1.2rem;
    bottom: -6px;
    bottom: -0.5rem;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}


.product-template #product #add-item-form .qty-size .custom-sock__swatch{
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-sock__options-title {
  font-weight: 700;
  font-size: 21px;
  padding-right: 50px;
}

.faces_qty {
  color: #000;
  margin: 3px 0;
}

.custom-sock__variant-price {
  margin-bottom: 6px;
    font-weight: normal;
}

.custom-sock__swatch .icon-face {
  fill: #000;
}

.custom-sock__swatch {
  text-align: center;
  width: 115px;
  height: 115px;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

input:checked+label.custom-sock__swatch:before{
  display: inline-block!important;
  width: 26px;
  width: 1.8rem;
  height: 26px;
  height: 1.8rem;
  border-radius: 50%;
  background: #000;
  background-image: none;
  bottom: -13px;
  bottom: -0.8rem;
  top: auto;
}

input:checked+.custom-sock__swatch:after, input:checked+.custom-sock__swatch:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

input:checked+.custom-sock__swatch:after {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MTEuOTkiIGhlaWdodD0iNjExLjk5Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTg5LjEwNSA4MC42M2MtMzAuNTEzLTMxLjEyNS03OS45NjUtMzEuMTI1LTExMC40NzggMEwyMDIuNDIyIDM2Mi4zNDRsLTY5LjA2MS03MC40MzhjLTMwLjUxMy0zMS4xMjUtNzkuOTY1LTMxLjEyNS0xMTAuNDc4IDAtMzAuNTEzIDMxLjEyNS0zMC41MTMgODEuNTcyIDAgMTEyLjY3OGwxMjQuMjkgMTI2Ljc3NmMzMC41MTMgMzEuMTI1IDc5Ljk2NSAzMS4xMjUgMTEwLjQ3OCAwbDMzMS40NTMtMzM4LjAzM2MzMC41MTUtMzEuMTI1IDMwLjUxNS04MS41NzIuMDAxLTExMi42OTd6Ii8+PC9zdmc+);
  background-size: 0.8rem 0.8rem;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  bottom: -6px;
  bottom: -0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-sock .custom-sock__option h3 {
  font-size: 21px;
  font-weight: 600;
}

.custom-sock .custom-sock__color {
  display: flex;
  align-items: center;
}

.custom-sock .custom-sock__option {
  margin-top: 44px;
}

.custom-sock .custom-sock__color label {
  margin-bottom: 0;
}

.custom-sock .custom-sock__option p.custom_photo__caption {
  margin-top: 10px;
}

.custom-sock .custom-sock__color input:checked+label {
  border: 1px solid red;
}

.custom-sock .custom-sock__color__label {
  width: 34px;
  height: 34px;
}

.custom-sock .custom-sock__color input:checked+label {
  border: 3px solid #fff;
  outline-style: solid;
  outline-color: #000;
  outline-width: 1px;
}

.custom-sock .custom-sock__option select.custom-sock__sizes {
  width: 270px;
  height: 50px;
  border: 0.2rem solid #f5f5f5;
  border-radius: 0.4rem;
  box-shadow: none;
  font-size: 16px;
}

.custom-sock__note_title {
    font-size: 21px;
    margin-bottom: 10px;
}

.custom-sock__note {
    width: 100%;
    height: 85px;
    border: 0.2rem solid #f5f5f5;
    border-radius: 0.4rem;
    padding: 10px;
    background-color: #ffffffd1;
    resize: none;
    overflow: hidden;
    font-size: 16px; /* Set font size to 16px to prevent zoom on iPhone */
}

.custom-sock__note input {
  font-size:16px;
}

.custom-sock #product #product-information .swatch .swatch-element label {
  border: 2px solid #dbdbdb;
}

.custom-sock__option--notebox {
  margin-bottom: 44px;
}

.custom-sock .qty {
  font-size: 21px;
  font-weight: 600;
}
@mixin btn-add-to-cart {
  font-size:18px;
  background: #4682B4;
  color:$color-text-button;
  border: 1px solid $color-border-button;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 8px 30px;
  display: inline-block;
}

.custom-sock #product #product-information button#custom-sock-atc {
  font-size: 18px;
  background: #333;
  color: #fff;
  border: 1px solid black;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 0;
  margin-top: 20px;
  border-radius: 10px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}


.custom-sock #product #product-information button#custom-sock-atc {
  margin: 0;
  height: 70px;
  font-size: 18px;
  font-family: Brandon Black,Lato,Helvetica,Arial,sans-serif;
}

.custom-sock #product #product-information button#custom-sock-atc:hover {
  background: #FFF;
  color: #000;
}

.custom-sock button#add-to-cart {
  display: none !important;
}

.custom-sock__swatches {
  display: flex;
  gap: 15px;
}

.custom-sock__swatch {
  border: 2px solid #9f9f9f;
  padding: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border .3s ease;
}

input:checked + .custom-sock__swatch{
  border-color: #000;
}

.photo-upload-blocks{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.photo-upload-block {
  border: 2px dashed #75beaa;
  border-radius: 8px;
  flex: 1;
  max-width: 125px;
  height: 125px;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  transition: .9s ease-in;
}

.photo-upload-block.activated,
.photo-upload-block.uploaded {
  border-style: solid;
}

.photo-upload-block.uploaded.activated {
  border-style: dashed;
}

.photo-upload-block.highlight {
  box-shadow: 0 0 5px 5px #fff;
  background: #FFFFFF83;
}

.photo-upload-block label {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  height: 100%;
  padding: 10px;
}

.photo-upload-block.uploaded label {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo-upload-block input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.photo-upload-block img {
  width: 100%;
  object-fit: contain;
}

.photo-upload-block .upload-icon {
  width: 45px;
  display: block;
  margin: 0 auto 10px;
  padding-top: 5px;
}

.photo-upload-block .upload-canvas {
  width: 100%;
  height: 100%;
}

.photo-upload-block.uploaded .upload-icon,
.photo-upload-block.uploaded .photo-upload-block__text {
  display: none;
}

.photo-upload-block .input-group {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faces_icon .icon-face {
  fill: #1a1a1a;
}

.custom-sock__swatches--many {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  row-gap: 12px;
}

.custom-sock__swatches--many input:checked+label.custom-sock__swatch:before{
  width: 1.2rem;
  height: 1.2rem;
}

.custom-sock__swatches--many input:checked+.custom-sock__swatch:after{
  width: 0.7rem;
  height: 0.7rem;
}

.product-template #product #add-item-form .qty-size .custom-sock__swatches--many .custom-sock__swatch{
  padding: 10px;
  width: initial;
  height: initial;
}

.product-template #product #add-item-form .qty-size .custom-sock__swatch--flex-1{
  flex: 1;
}

.custom-sock__swatches--many .faces_icon {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 2px;
}

.custom-sock__swatches--many .custom-sock__swatch .icon-face{
  width: 15px;
}

.button--icon{
  border: initial;
  background: none;
}

.button--icon-question {
  padding-left: 0;    
}

.icon-question {
  fill: #424d50;
}

.designer-note {
    margin-left: 10px;
    font-size: 0.9em; /* Adjust font size as needed */
    margin-bottom: 28px;
    color: #333; /* Adjust color as needed */
}


#add-item-form.loading {
  opacity: 0;
  cursor: wait;
  visibility: hidden;
  pointer-events: none;
}

.btn--atc {
  position: relative;
}

.btn--atc.loading {
  opacity: .4;
  animation: none;
}

.popup-main--cropper .cropper-container {
  max-height: 50vh;
  overflow: auto;
}

.popup-main--cropper .cropper-actions {
  padding: 20px 10px 15px;
}

.popup-main--cropper .cropper-actions,
.popup-main--cropper .cropper-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.popup-main--cropper .popup-close {
  top: 6px;
  right: 6px;
}

.popup-close svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.2px;
}

#cropper-crop-button {
 background-color: #75beaa;
 color: #FFF;
}

/* Orders Page */

td.photo {
  display: flex;
  gap:  8px;
  justify-content: center;
  align-items: center;
}

.photo__image-wrap {
  width: 60px;
} 

@media screen and (max-width: 610px){

  .custom-sock__swatches--many{
    gap: 5px;
  }

  .custom-sock__swatch {
    width: initial;
    height: initial;
  }

  .custom-sock .custom-sock__option {
    margin-top: 30px;
  }

  .designer_note_box {
    padding-bottom: 24px;
  }

  .custom-sock .custom-sock__option h3,
  .custom-sock__options-title,
  .custom-sock .qty {
    font-size: 18px;
  }
  
  .custom-sock__swatches:not(.custom-sock__swatches--many) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  },
  
  .photo-upload-blocks{
    gap: 8px;
  }

  .photo-upload-block__text {
    font-size: 14px;
  }

  .custom-sock__swatches .faces_icon{
    margin-bottom: 4px;
  }

  .icon-question {
    width: 16px;
    transform: translateY(3px);
  }
  
}


/* Popups */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 73, 78,0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  z-index: 999;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s ease;
}

.popup--photos-info {
  overflow: auto;
  padding: 80px;
}

.invisible {
  opacity: 0;
  visibility: hidden; 
  pointer-events: none;
}

.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup.visible {
  animation-name: transition-in;
  animation-duration: 650ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.popup-main {
  position: relative;
  max-width: 800px;
  background: #FFFFFF;
  margin: auto;
}

.popup-main--cropper {
  padding: 40px;
  max-width: 480px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  width: 92.5%;
}

@media screen and (max-width: 610px) {
  .popup-main--cropper {
    padding: 30px;
  }
}


.popup__content{
  padding: 40px;  
}

.sticky_cart {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.unscroll {
  overflow: hidden;
}