
.breadcrumbs span{
    margin: 0px 8px;
    text-transform: capitalize;
}
.ft-rspmb{
    margin-bottom: 82px !important;
  }
  .nexticon{
        border-width: 0px 2px 2px 0px;
        border-style: solid;
        border-color: #a4a4a4;
        width: 12px;
        height: 12px;
        display: block;
        transform: rotate(-45deg)
    }
    .prev,.next{
        width: 50px;
        height: 100%;
    }
    .previcon,.nexticon{
        position: relative;
        top: 50%;
        bottom: 50%;
    }
    .prev:hover, .next:hover{
        background-color: #F8F8F8;
    }
     .previcon{
        border-width: 0px 0px 2px 2px;
        border-style: solid;
        border-color: #a4a4a4;
        width: 12px;
        height: 12px;
        display: block;
        transform: rotate(45deg)
    }
    .prod-img-container{
        gap: 13px;
        height: fit-content;
        position: relative;
        z-index: 1000;
    }
    .dots span{
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d9d9d9;
    }
    .dots span.active{
        background-color: #202020;
    }
    .star-div{
        cursor: pointer;
    }
    .grid-input{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        gap: 16px;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:30px
    }
    .share_icon{
        background-image: url('../images/twitter.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .share_icon:hover{
        background-image: url('../images/arrow.svg');
    }
    .grid-input input{
        font-size: 16px;
        font-weight: 400;
        box-sizing: border-box;
        padding: 8px;
        width:100%;
        height:40px;
        border-radius:0px;
        padding: 0px 8px;
        color: #C0C0C0;
        background:#FFFFFF;
        border:1px solid #EAEAEA;
    }
    .single-thumb-slider > img{
    cursor: pointer;
    width: 107px;
    height: 107px;
    }
    .toggle-address{
        position: fixed;
        display: none;
        top: 50%;
        padding: 48px;
        background-color: #ffffff;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    .close-toggle{
        position: relative;
        bottom: 20px;
        right: 2px;
        padding: 4px;
        float: right;
        cursor: pointer;
        display: block;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .share-icon{
        cursor: pointer;
    }
    .overlay-span-sharemodal {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0,0,0,0.4);
        visibility: hidden;
        z-index: 99;
    }
    .overlay-span-share {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0,0,0,0.4);
        visibility: hidden;
        z-index: 99;
    }
    .share_pop .pop_tit{
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .share_pop .pop_span{
        font-size: 14px;
        font-weight: 400;
        color: #696969;
    }
    .grid_4{
        width: 390px;
        padding-top: 32px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .flex-detail{
        width: 390px;
        padding-top: 32px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .dots{
        border-bottom:1px solid  #F4F4F4;
        width:100%;
    }
    .varient-btn button{
        padding: 8px 15px;
        background: #F8F8F8;
        color: #202020;
        border:0px solid #fff;
    }
    .varient-btn button.active{
        border:1px solid #202020;
    }
    .stock input{
        background: #F8F8F8;
        border:none;
        height: 40px;
        padding:0 20px;
        width: 50px;
        text-align: center;
    }
    .stock button{
        background: #FFFFFF;
        border: 1px solid #EAEAEA;
        border-radius: 0px;
        width: 40px;
    }
    /* slider */
    .slider {
  width: 500px !important;
  height: 500px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#items {
  width: 10000px;
  position: relative;
  top: 0;
}
#items.shifting {
  transition: left .8s ease-out;
}
.w-97{
    width: 97%;
}
.viewslide {
  width: 500px;
  height: 500px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
   transition: all 1s;
  }

.accordion{
    width:658px;
}
.accordion-item{
    padding-bottom: 24px
}
.accordion button[aria-expanded='true']{
    padding: 24px 0px;
}
 textarea{
    padding: 10px 8px;
    border: 1px solid #eaeaea;
    font-size: 16px;
}
 .customize-input{
    padding: 10px 8px;
    border: 1px solid #eaeaea;
    font-size: 16px;
}
.resp_hidedk{
    display: none;
}
input[type=text],input[type=number]{
    border: 1px solid #EAEAEA;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* box-sizing: border-box; */
    padding: 10px 8px;
}
.pincode>input::-webkit-outer-spin-button,
.pincode>input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.add-wish{
    width: 100%;
    padding: 8px 0px 8px 0px!important;
}
.fa-5x:hover{
     color: #000;
}
#outer-div{
    background-color: white;
    width: 10%;
    text-align: center;
    padding: 20px;
    margin-left: 36%;
    margin-top: 36px;
}
.fa-5x{
    color: #eaeaea;
    font-size: 24px;
    margin-left: -18px;
}
.fa2-5x{
    color: #eaeaea;
    font-size: 24px;
    margin-left: -18px;
}
.highlight{
    color: #000;
}
.button-bar{
    position: fixed;
    bottom: 0px;
    width: 100vw;
    background-color: #fff;
    padding: 24px 0px;
    box-shadow: 10px 9px 48px rgba(4, 32, 52, 0.1);
    z-index: 9;
}
.subtitle{
    font-size: 14px;
    font-weight: 500;
}
.prod-img-wrap{
    position: sticky;
    top: 0px;
}
#product-image{
    width: 100%;
    max-width: 100%;
    block-size: auto;
    margin-bottom: 4px;
    aspect-ratio: 1/1;
    object-fit: cover;
    position: relative;
    cursor: zoom-in;
}
.prod-img-zoom{
    position: fixed;
    top: 50%;
    width: 659px !important;
    /* height: 80vh; */
    z-index: 1001;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: zoom-out;
}

.overlay-span-zoom{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.4);
    visibility: hidden;
    z-index: 1000;
}
body.no-scroll{
    overflow: hidden;
}
.zoom-close{
    position: absolute;
    right: 0px;
    padding: 20px;
    z-index: 99;
    display: none;
    cursor: pointer;
}
.single-thumb-slider{
    overflow-x: auto;
}
@keyframes enter{
    0%{
        opacity: 0;
    }
    100%{
        opacity:1;
    }

}
.shiptop_g{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #267F24;
}
.shiptop_r{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #A30000;
}
.check_avail_btn{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.thumb-scroll::-webkit-scrollbar {
    height: 3px;
    width: 4px;
  }
  .thumb-scroll::-webkit-scrollbar-track {
    background-color: #f8f8f8 !important;
  }
  .thumb-scroll::-webkit-scrollbar-thumb {
    background: #c0c0c0 !important;
  }
  .thumb-scroll::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
  }
  .twitterBg{
    background-color: #f8f8f8;
    padding: 22px;
  }
/*Media queries*/
@media only screen and (max-width: 580px) {
    .thumb-scroll{
        max-width: 300px;
    }
    .button-bar{
        width: 100%;
    }
    .single-thumb-slider > img{
        width: 54px;
        height: 54px;
        }
    .gray-btn580{
        padding: 0px 8px !important;
    }
    .check_avail_btn{
        font-size: 12px !important;
    }
    .grid-input{
        flex-direction: column !important;
        gap: 24px;
        margin-bottom: 24px;
    }
    
    .shiptop_g{
        margin-top: 8px;
        font-size: 12px;
        color: #267F24;
    } 
    .shiptop_r{
        margin-top: 8px;
        font-size: 12px;
        color: #A30000;
    } 
    .shipmb{
        width: 12px;
    height: 12px;
    margin-top: 2px;
}
.text_star{
    color: #a4a4a4;
    text-align: left !important;
}
.toggle-address{
    padding: 24px 8px;
    width: 90%;
}
.flex-detail{
    width: 90%;
}
}
@media only screen and (max-width: 1080px) {
    .details-descrip{
        font-size: 12px;
    }
}
.customize-label{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #202020;
    text-transform: capitalize;
}
.submit_btn img{
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(332deg) brightness(0%) contrast(52%);
}
@media only screen and (max-width:1380px) and (min-width: 1200px ){
    .prod-img-zoom{
      width: 580px !important;
    }
      
   }
   @media only screen and (max-width: 1100px) {
    .customize-label{
        font-size: 12px;
    }
    .view-container{
        flex-direction: column !important;
    }
    .accordion{
        width: 100%;
    }
    .add-wish{
        width: 100%;
    }
    .prod-img-container{
        width: 100%;
    }
    .viewslide{
        max-width: 100%;
        block-size: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    
   }
   @media only screen and (max-width:1240px) and (min-width: 1100px ){
    .accordion{
        width: 98%;
    }
    .det-input{
        width: 95%;
    }
    .prod-img-wrap{
        max-width: 574px;
    }
   }