/* responsive */

@media (max-width:992px) {
    .product-gallery {
        display: block;
        margin: 0 0 20px
    }

    .product-gallery .product-gallery__images {
        width: 100%;
        margin: 0
    }

    .product-gallery .product-gallery__thumbs {
        margin-top: 10px;
        top: 0
    }

    .product-gallery .product-gallery__thumbs-container {
        font-size: 0;
        text-align: center
    }

    .product-gallery .product-gallery__thumbs-container>div {
        background-image: none !important;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        width: 8px;
        height: 8px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box
    }

    .product-gallery .product-gallery__thumbs-container>div:after {
        background: none
    }

    .product-gallery .product-gallery__thumbs-container>div.selected {
        background-color: #2F80ED;
        background-image: none !important
    }

    .product-gallery .product-gallery__thumbs-container>div.selected:after {
        background: none
    }

    .product-gallery .product-gallery__thumbs-container>div+div {
        margin: 0 0 0 10px
    }

    .product_detail_share {
        flex-direction: column;
    }

    .product_detail_share span {
        display: inline-block;
        margin: 0 0 20px;
    }

    .personalized-config-comp .image-list label {
        width: calc((100% / 4) - 15px);
    }

    /*.campaign-options-container .option-item.product-type .product-type-list .item {*/
    /*    width: calc(((100% - 40px) / 3));*/
    /*}*/
}


@media (min-width:768px) {
    .block_title {
        font-size: 26px
    }

    .block_title_viewmore {
        font-size: 16px
    }

    .block_title_viewmore i {
        width: 15px;
        height: 12px
    }

    .product_item_name {
        font-size: 14px
    }

    .product_item_type {
        font-size: 12px
    }

    .product_detail_campaign {
        flex-direction: row;
        justify-content: center
    }

    .product_detail_campaign .product_detail_campaign_des {
        margin: 0 10px 0 0;
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .product_item_price {
        font-size: 14px
    }

    .product_item_name {
        font-size: 16px
    }
}


@media (min-width:992px) {
    /* .product_detail_name {
        font-size: 20px;
        line-height: 25px
    } */

    .product-detail__price .product_price_money {
        font-size: 18px;
    }

    .product_detail_campaign {
        justify-content: flex-start
    }

    .product-gallery .product-gallery__thumbs-container {
        max-height: 450px;
        flex-wrap: wrap;
        overflow-y: scroll;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .product-gallery .product-gallery__thumbs-container img {
        display: block !important
    }

    .product-gallery .product-gallery__thumbs-container::-webkit-scrollbar {
        display: none
    }

    .product_detail_estimated {
        order: 4
    }

    .product_detail_header {
        display: flex;
        flex-direction: column
    }

    .product_detail__addcart_fix {
        display: none
    }

    .product_detail__addcart_fix.show {
        display: none
    }
}