.common_step_box .productBigImg img{
    width: 100%;
}
.content_top {
    padding-right: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
}
.content_top .add-to-wish-list{
    position: absolute;
    top: 2px;
    right: 0;
    height: 28px;
    width: 28px;
    font-size: 28px;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5d5d5;
    transition: all .15s;
}
.content_top .add-to-wish-list:hover {
    color: #faccc9;
}

.content_top .add-to-wish-list.selected i {
    color: #ff2d2d;
}

/*Show More Big Screen*/
@media (min-width: 767.98px){
    /*.toggle_short_details{*/
    /*    max-height: 450px;*/
    /*}*/
    .toggle_botton_holder{
        /*display: flex;*/
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.025),rgba(255, 255, 255, 0.95));
    }
    .toggle_botton_holder:before{
        content: none;
    }
}
/*@media (max-width: 1700px){*/
/*    .toggle_short_details {*/
/*        max-height: 416px;*/
/*    }*/
/*}*/
/*@media (max-width: 1600px){*/
/*    .toggle_short_details {*/
/*        max-height: 392px;*/
/*    }*/
/*}*/
/*@media (max-width: 1500px){*/
/*    .toggle_short_details {*/
/*        max-height: 318px;*/
/*    }*/
/*}*/
/*@media (max-width: 1300px){*/
/*    .toggle_short_details {*/
/*        max-height: 288px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199.98px){*/
/*    .toggle_short_details {*/
/*        max-height: 280px;*/
/*    }*/
/*}*/
/*@media (max-width: 991.98px){*/
/*    .toggle_short_details {*/
/*        max-height: 248px;*/
/*    }*/
/*}*/
@media (max-width: 767.98px){
    .toggle_short_details {
        max-height: 350px;
    }
    .content_top{
        padding-top: 12px;
    }
}


@media (min-width: 1200px) and (max-width: 1290px) {
    .product_color_area>ul>li .mixcolorprice{
        top: 51%;
    }
}

@media (min-width: 992px) and (max-width: 1040px) {
    .product_color_area>ul>li .mixcolorprice{
        top: 51%;
    }
}

@media (min-width: 768px) and (max-width: 788px) {
    .product_color_area>ul>li .mixcolorprice{
        top: 52%;
    }
}

@media (max-width: 530px) {
    .product_color_area>ul>li .mixcolorprice{
        top: 54%;
    }
    .common_step_box {
        padding: 12px 10px;
    }
    .common_step_box h4 {
        font-size: 12px;
        font-weight: 400;
    }
    #wristbands_step_one .product_type ul li {
        height: 272px;
    }
    .product_type ul li {
        width: 48%;
    }
    .common_step_box ul li>span{
        padding: 2px 7px;
        font-weight: 400;
    }
    .common_step_box ul li>p {
        font-weight: 400;
    }
}

@media (max-width: 400px) {
    .qtyPollBox>div{
        width: 155px;
    }
}

@media (max-width: 380px) {
    .common_step_box h4 {
        font-size: 11px;
    }
    .common_step_box ul li>span{
        font-size: 10px;
    }
    .common_step_box ul li>p {
        font-size: 10px;
    }
}

/*details content reset*/
@media (min-width: 992px){
    .d-none-big-device{
        display: none;
    }
    .d_flex_start {
        display: flex;
        align-items: flex-start;
    }
}
.custom_right_details {
    width: calc(100% - 190px);
    float: left;
}
.custom_right_similar {
    width: 190px;
    float: left;
}
@media (max-width: 1300px){
    .custom_right_details {
        width: calc(100% - 170px);
    }
    .custom_right_similar {
        width: 170px;
    }
}
@media (max-width: 1199.98px){
    .custom_right_details {
        width: calc(100% - 140px);
    }
    .custom_right_similar {
        width: 140px;
    }
}
@media (max-width: 991.98px){
    .custom_right_details {
        width: 100%;
        float: none;
    }
    .custom_right_similar {
        display: none;
    }
}


/*New Product Gallery*/

.product_gallary_wraper{
    padding-right: 32px;
}
.lSSlideWrapper {
    border: 1px solid #cacaca;
}
.lSSlideWrapper img{
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lSGallery li {
    border: 1px solid #cacaca;
    box-sizing: border-box;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 0;
    object-fit: fill;
}
.lSSlideOuter .lSPager.lSGallery img,
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover,
.lSSlideOuter .lSPager.lSGallery li:hover img{
    border-radius: 0 !important;
}
.igv-wrap{
    display: block;
}
.igh-wrap{
    display: none;
}
.lSSlideOuter.vertical .lSSlideWrapper .lSAction{
    display: none !important;
}
.lSSlideOuter.vertical .lSSlideWrapper:hover .lSAction{
    display: block!important;
}
.lSAction>.lSPrev,
.lSAction>.lSNext{
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
}
.lSAction>.lSPrev::after,
.lSAction>.lSNext::after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
}
.lSAction>.lSPrev::after{
    content: "\f104";
    left: 10px;
}
.lSAction>.lSNext::after{
    content: "\f105";
    left: 12px;
}
.lSSlideOuter.vertical .lSAction>.lSPrev{
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
    bottom: auto;
    top: 48%;
    left: 25px;
    right: auto;
    color: #333;
}
.lSSlideOuter.vertical .lSAction>.lSPrev::after{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
    left: 10px;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
    bottom: auto;
    top: 48%;
    right: 10px;
    left: auto;
    color: #333;
}
.lSSlideOuter.vertical .lSAction>.lSNext::after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
    left: 12px;
}

@media (max-width: 1650px) {
    .product_gallary_wraper{
        padding-right: 32px;
    }    
}
@media (max-width: 1300px) {
    .product_gallary_wraper{
        padding-right: 30px;
    }    
}
@media (max-width: 992px) {
    .product_gallary_wraper{
        padding-right: 24px;
    } 
    .lSSlideWrapper img{
        object-fit: contain;
    }
}
@media (max-width: 767.98px) {
    .sm_fnone{
        float: none;
    }
    .igv-wrap{
        display: none;
    }
    .igh-wrap{
        display: block;
    }
    .product_gallary_wraper{
        padding-right: 0;
    }
}
