﻿.title-product {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px;
    color: #0d2b6b
}

.gallery-top .swiper-slide {
    padding-bottom: 100%;
    display: block;
    height: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 15px
}

    .gallery-top .swiper-slide img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 99%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
        position: absolute;
        border-radius: 5px
    }

@media (max-width: 991px) {
    .product-image-block {
        margin-bottom: 20px
    }
}

.product-image-block .btn-wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9
}

    .product-image-block .btn-wishlist svg {
        width: 30px;
        height: 30px
    }

        .product-image-block .btn-wishlist svg path {
            fill: #0d2b6b
        }

.product-image-block .thong-so {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    padding: 5px 10px 5px 20px;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.7) 30%, #fff 100%);
    font-size: 12px;
    text-align: right;
    font-style: italic
}

    .product-image-block .thong-so ul li {
        margin-bottom: 5px
    }

        .product-image-block .thong-so ul li span {
            display: block;
            font-weight: 700
        }

.gallery-thumbs {
    margin-top: 10px !important;
    padding: 10px;
    background: #fff;
    border-radius: 15px
}

    .gallery-thumbs .swiper-slide {
        border: 2px solid #ebebeb;
        cursor: pointer;
        background: #fff;
        border-radius: 5px;
        overflow: hidden
    }

        .gallery-thumbs .swiper-slide .p-100 {
            padding-bottom: 100%;
            overflow: hidden;
            height: auto;
            display: block;
            position: relative
        }

            .gallery-thumbs .swiper-slide .p-100 img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

        .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
            border-color: #0d2b6b
        }

        .gallery-thumbs .swiper-slide:hover {
            border-color: #0d2b6b
        }

.layout-product {
    padding-bottom: 30px
}

    .layout-product .details-pro {
        background: #fff;
        border-radius: 15px;
        padding: 10px;
        min-height: 100%
    }

        .layout-product .details-pro .price-box {
            margin-bottom: 20px;
            padding: 10px;
            border-radius: 5px;
            background: #ebf9ff
        }

            .layout-product .details-pro .price-box .special-price {
                font-size: 19px;
                font-weight: 400;
                color: #185abc;
                display: inline-block;
            }

            .layout-product .details-pro .price-box .old-price {
                color: #545454;
                font-size: 16px;
                display: inline-block;
                text-decoration: line-through;
                margin-left: 10px
            }

            .layout-product .details-pro .price-box .save-price {
                display: block
            }

                .layout-product .details-pro .price-box .save-price .product-price-save {
                    color: #ef1104
                }

    .layout-product .inventory_quantity {
        font-size: 16px;
        margin-bottom: 10px
    }

        .layout-product .inventory_quantity .thump-break .a-stock, .layout-product .inventory_quantity .thump-break .a-vendor, .layout-product .inventory_quantity .thump-break .variant-sku {
            font-weight: 400;
            color: #0d2b6b
        }

    .layout-product .product-summary {
        margin-top: 10px;
        font-size: 14px;
        background: #f0f0f0;
        padding: 10px;
        border-radius: 5px img;
        border-radius-display: none
    }

    .layout-product .select-swatch {
        margin-bottom: 20px
    }

    .layout-product .swatch {
        font-size: 14px;
        margin-bottom: 5px
    }

        .layout-product .swatch .header {
            margin-bottom: 5px;
            font-weight: 600
        }

            .layout-product .swatch .header .value-roperties {
                color: #0d2b6b
            }

        .layout-product .swatch .swatch-element {
            display: inline-block;
            margin: 0px 5px 5px 0
        }

            .layout-product .swatch .swatch-element input {
                display: none
            }

            .layout-product .swatch .swatch-element label {
                min-width: 36px;
                height: 33px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #000;
                cursor: pointer;
                white-space: nowrap;
                padding: 0 5px;
                position: relative;
                margin-bottom: 0;
                border-radius: 5px
            }

                .layout-product .swatch .swatch-element label .crossed-out {
                    display: none
                }

            .layout-product .swatch .swatch-element input:checked + label {
                background: #0d2b6b;
                border-color: #0d2b6b;
                color: #fff
            }

            .layout-product .swatch .swatch-element .tooltip {
                display: none
            }

            .layout-product .swatch .swatch-element.color label {
                padding: 0 10px 0 0
            }

                .layout-product .swatch .swatch-element.color label img {
                    max-height: 31px;
                    border-radius: 5px
                }

                .layout-product .swatch .swatch-element.color label span {
                    padding-left: 10px
                }

    .layout-product .selector-wrapper {
        display: none !important
    }

    .layout-product .button_actions {
        float: left;
        width: 100%;
        margin-top: 10px;
        display: flex
    }

@media (max-width: 767px) {
    .layout-product .button_actions {
        display: block
    }
}

.layout-product .button_actions .add_to_cart {
    border: 2px solid #1a73e8;
    height: 50px;
    padding: 0 0px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #fff
}

    .layout-product .button_actions .add_to_cart .icon {
        min-width: 60px
    }

        .layout-product .button_actions .add_to_cart .icon svg {
            width: 30px;
            height: 30px
        }

            .layout-product .button_actions .add_to_cart .icon svg path {
                fill: #0d2b6b
            }

    .layout-product .button_actions .add_to_cart .text {
        width: 100%;
        height: 100%;
        background: #1a73e8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .layout-product .button_actions .add_to_cart .txt-main {
        font-weight: 600
    }

    .layout-product .button_actions .add_to_cart .text_2 {
        display: block;
        font-size: 12px;
        text-transform: none
    }

@media (max-width: 767px) {
    .layout-product .button_actions .add_to_cart {
        width: 100%;
        margin-right: 0px
    }
}

.layout-product .button_actions .add_to_cart:hover {
    border: 2px solid #0d2b6b;
}

    .layout-product .button_actions .add_to_cart:hover .text {
        background: #0d2b6b;
    }

.layout-product .button_actions .btn-soldout {
    border: initial;
    height: 45px;
    padding: 0 20px;
    background: #0d2b6b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    margin-right: 5px;
    justify-content: center;
    opacity: 0.8
}

@media (max-width: 991px) {
    .layout-product .button_actions .btn-soldout {
        width: 100%;
        margin-right: 0px
    }
}

.layout-product .button_actions .btn-soldout:hover {
    opacity: 0.8
}

.layout-product .flex-quantity {
    display: block;
    font-size: 14px;
    margin-top: 10px
}

    .layout-product .flex-quantity .sl {
        display: block;
        font-weight: 600
    }

.layout-product .input_number_product {
    display: block;
    width: 100%;
    min-height: 30px;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #0d2b6b;
    border-radius: 5px;
    padding: 2px
}

    .layout-product .input_number_product .btn_num {
        font-size: 20px;
        line-height: 0px;
        border: 0;
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #0d2b6b;
        float: left;
        color: #fff;
        text-align: center;
        padding: 0px;
        border-radius: 5px
    }

        .layout-product .input_number_product .btn_num svg {
            width: 14px;
            height: 14px
        }

    .layout-product .input_number_product input {
        padding: 0 2px;
        text-align: center;
        margin: 0px;
        display: block;
        float: left;
        height: 35px;
        border: 0;
        width: 60px;
        text-align: center;
        box-shadow: none;
        border-radius: 8px;
        font-size: 15px
    }

@media (max-width: 767px) {
    .title-product {
        margin-top: 15px
    }

    .layout-product .flex-quantity {
        display: block
    }

    .layout-product .button_actions .add_to_cart {
        margin-top: 15px;
        width: 100%
    }

    .layout-product .inventory_quantity .line {
        display: none
    }

    .layout-product .inventory_quantity .mb-break {
        display: block
    }
}

.khuyen-mai {
    margin-top: 20px
}

    .khuyen-mai .title {
        width: auto;
        color: #fff;
        font-weight: 600;
        background: #0d2b6b;
        border-radius: 5px 5px 0px 0px;
        font-size: 14px;
        display: inline-flex;
        padding: 5px 15px;
        align-items: center;
        border: 2px solid #0d2b6b
    }

        .khuyen-mai .title img {
            width: 30px;
            height: auto;
            margin-right: 10px
        }

    .khuyen-mai .content {
        padding-bottom: 5px !important;
        padding: 25px 15px 15px 15px;
        border-radius: 0 5px 5px 5px;
        position: relative;
        border: 1px solid #0d2b6b
    }

        .khuyen-mai .content ul li {
            display: flex;
            margin-bottom: 10px;
            align-items: center
        }

            .khuyen-mai .content ul li img {
                width: 20px;
                height: auto;
                margin-right: 5px
            }

.flashsale_product {
    background: rgba(239,255,207,0.7);
    padding: 10px;
    z-index: 999;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 0
}

    .flashsale_product .title-count-down {
        font-weight: 600;
        color: #0d2b6b
    }

        .flashsale_product .title-count-down img {
            height: 30px;
            width: auto;
            animation: 0.8s linear 0s infinite normal none running pulseSmall;
            margin-right: 10px
        }

    .flashsale_product .count-down {
        display: inline-flex;
        position: relative;
        font-size: 14px;
        padding: 0;
        background: transparent;
        margin-bottom: 0;
        align-items: center
    }

@media (max-width: 1199px) {
    .flashsale_product .count-down {
        font-size: 12px
    }
}

@media (max-width: 375px) {
    .flashsale_product .count-down {
        flex-direction: column;
        justify-content: center;
        display: flex
    }
}

.flashsale_product .count-down .timer-view {
    display: inline-block;
    text-align: center;
    margin-bottom: 0
}

    .flashsale_product .count-down .timer-view .block-timer {
        width: 30px;
        height: 25px;
        background: #0d2b6b;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        margin: 5px 3px
    }

        .flashsale_product .count-down .timer-view .block-timer p {
            padding-top: 2px;
            margin-bottom: 0
        }

@media (max-width: 1199px) {
    .flashsale_product .count-down .timer-view .block-timer p {
        padding-top: 3px
    }
}

.flashsale_product .elio-productcount .title {
    font-weight: 600
}

    .flashsale_product .elio-productcount .title span {
        color: #ef1104
    }

.reviews_details_product {
    margin-bottom: 15px
}

.content-pro .chinh-sach-pro {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px
}

@media (max-width: 991px) and (min-width: 767px) {
    .content-pro .chinh-sach-pro {
        margin-right: 10px
    }
}

.content-pro .chinh-sach-pro .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative
}

    .content-pro .chinh-sach-pro .title:before {
        background: #0d2b6b;
        content: '';
        right: 0;
        left: 0;
        position: absolute;
        bottom: -5px;
        height: 3px;
        display: block;
        z-index: 1;
        width: 40%
    }

.content-pro .chinh-sach-pro li {
    display: flex;
    margin-bottom: 10px
}

    .content-pro .chinh-sach-pro li span {
        min-width: 20px;
        height: 20px;
        display: inline-block;
        background: #0d2b6b;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        margin-right: 10px;
        line-height: 21px;
        font-size: 16px;
        position: relative;
        top: 3px
    }

.product-tab {
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    min-height: 100%
}

    .product-tab .tabs-title {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 20px
    }

    .product-tab .tab-link {
        cursor: pointer;
        padding-right: 5px;
        padding-left: 5px
    }

@media (max-width: 767px) {
    .product-tab .tab-link {
        text-align: center;
        margin-bottom: 10px;
        width: 100%
    }
}

.product-tab .tab-link h3 {
    color: #0d2b6b;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
}

@media (max-width: 1199px) {
    .product-tab .tab-link h3 {
        padding: 10px 20px
    }
}

@media (max-width: 767px) {
    .product-tab .tab-link h3 {
        border-radius: 10px
    }
}

.product-tab .tab-link.active h3, .product-tab .tab-link:hover h3 {
    background: #1a73e8;
    color: #fff;
}

.product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

    .product-tab .tab-content.active {
        opacity: 1;
        visibility: visible;
        height: auto
    }

.product-tab .product_getcontent {
    position: relative
}

    .product-tab .product_getcontent .ba-text-fpt.has-height {
        height: 340px;
        overflow: hidden;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s
    }

    .product-tab .product_getcontent .show-more {
        position: relative
    }

        .product-tab .product_getcontent .show-more::before {
            height: 100px;
            margin-top: -60px;
            content: "";
            display: block;
            background: transparent;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
            background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.91)), color-stop(55%, #fff));
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%)
        }

        .product-tab .product_getcontent .show-more .btn--view-more {
            position: relative;
            text-align: center;
            background-color: #fff;
            color: #333;
            font-weight: normal;
            outline: none;
            box-shadow: none;
            font-size: 14px;
            border: 0;
            display: block;
            margin-bottom: 20px
        }

            .product-tab .product_getcontent .show-more .btn--view-more .more-text {
                display: inline-block;
                cursor: pointer
            }

            .product-tab .product_getcontent .show-more .btn--view-more .less-text {
                display: none;
                cursor: pointer
            }

            .product-tab .product_getcontent .show-more .btn--view-more.active .more-text {
                display: none
            }

            .product-tab .product_getcontent .show-more .btn--view-more.active .less-text {
                display: inline-block
            }

    .product-tab .product_getcontent.expanded .ba-text-fpt.has-height {
        height: auto
    }

    .product-tab .product_getcontent.expanded .show-more::before {
        display: none
    }

.product-tab .tab-float {
    border: aliceblue;
    padding: 10px 0px;
}

.product-col .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 10px !important
}

.motangan {
    margin-bottom: 20px
}

    .motangan img, .motangan iframe, .motangan table {
        display: none
    }

@media (max-width: 991px) and (min-width: 767px) {
    .product-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

        .product-right > div {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
            margin-top: 0;
            border: 0;
            border-radius: 0px
        }

            .product-right > div.product-col {
                width: 100%;
                flex: 100%;
                max-width: 100%
            }
}

@-webkit-keyframes pulseSmall {
    50% {
        opacity: 0.3;
        transform: scale(1.3)
    }
}

.thump-check {
    height: 10px;
    position: relative;
    font-size: 12px;
    text-align: center;
    background: #e7e7e7;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden
}

    .thump-check .check-bar1 {
        position: absolute;
        height: 8px;
        top: 0px;
        border-radius: 5px;
        background-color: #0d2b6b;
        -webkit-animation: progress_bar_fill 2s linear infinite;
        animation: progress_bar_fill 2s linear infinite;
        background-image: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
        transition: width .6s ease;
        height: 100%
    }

.check-bar {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #000;
    position: relative;
    margin-top: 10px
}

@keyframes progress_bar_fill {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 40px 0
    }
}

.chinhsach-pro {
    margin-bottom: 30px;
    background: #efffcf;
    padding: 10px;
    border-radius: 5px
}

    .chinhsach-pro .title-head {
        margin-bottom: 15px;
        position: relative;
        font-size: 24px;
        font-weight: 700;
        color: #0d2b6b;
        display: inline-block
    }

        .chinhsach-pro .title-head img {
            height: 25px;
            position: relative;
            top: -5px
        }

@media (max-width: 1199px) {
    .chinhsach-pro .title-head img {
        display: none
    }
}

.chinhsach-pro .col-12 {
    margin-bottom: 15px
}

.chinhsach-pro .item {
    display: flex;
    align-items: center
}

    .chinhsach-pro .item img {
        max-height: 40px;
        width: auto
    }

    .chinhsach-pro .item .text {
        color: #000;
        padding-left: 10px
    }

        .chinhsach-pro .item .text .title {
            display: block;
            color: #0d2b6b;
            font-size: 16px;
            font-weight: 600
        }

.section_coupon .item {
    width: 100%;
    margin-right: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #0d2b6b;
    border-radius: 5px;
    margin-bottom: 10px
}

    .section_coupon .item .content_wrap {
        display: flex;
        flex-direction: column;
        padding: 5px;
        position: relative;
        width: 100%
    }

        .section_coupon .item .content_wrap .content-top {
            font-size: 16px
        }

            .section_coupon .item .content_wrap .content-top span {
                display: block;
                font-size: 12px;
                color: #000
            }

@media (max-width: 350px) {
    .section_coupon .item .content_wrap .content-top {
        font-size: 14px
    }

        .section_coupon .item .content_wrap .content-top span {
            font-size: 10px
        }
}

.section_coupon .item .content_wrap .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .section_coupon .item .content_wrap .content-bottom span {
        color: #0d2b6b;
        font-size: 12px
    }

    .section_coupon .item .content_wrap .content-bottom .coupon-code {
        display: inline-block;
        color: #fff;
        background: #f3bd01;
        padding: 5px 10px;
        border-radius: 8px;
        margin-top: 5px;
        margin-left: 0px;
        min-width: 90px;
        text-align: center;
        cursor: pointer
    }

.section_coupon .item .content_wrap .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border: 1px solid #0d2b6b;
    border-radius: 99px;
    position: absolute;
    right: 10px;
    top: 5px
}

    .section_coupon .item .content_wrap .info-button svg {
        width: 10px;
        height: 10px;
        fill: #0d2b6b
    }

    .section_coupon .item .content_wrap .info-button:hover svg {
        fill: #f3bd01
    }

.popup-coupon {
    padding: 0 8px;
    box-sizing: border-box;
    width: 450px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    top: 10%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translateX(-50%);
    z-index: -1;
    min-height: 200px
}

@media (max-width: 767px) {
    .popup-coupon {
        width: 100%
    }
}

.popup-coupon.active {
    opacity: 1;
    z-index: 99999
}

.popup-coupon .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.15);
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden
}

    .popup-coupon .content .title {
        display: block;
        width: 100%;
        padding: 10px;
        background: #0d2b6b;
        color: #fff
    }

    .popup-coupon .content .close-popup {
        position: absolute;
        top: 8px;
        right: 10px
    }

        .popup-coupon .content .close-popup svg {
            width: 15px;
            height: 15px;
            transition: transform 0.3s
        }

            .popup-coupon .content .close-popup svg path {
                fill: #fff
            }

        .popup-coupon .content .close-popup:hover svg {
            transform: rotate(90deg)
        }

    .popup-coupon .content ul {
        width: 100%
    }

        .popup-coupon .content ul li {
            padding: 10px;
            display: flex
        }

            .popup-coupon .content ul li:nth-child(2n+1) {
                background-color: #f9f9f9
            }

            .popup-coupon .content ul li span:first-child {
                min-width: 126px;
                display: inline-block;
                color: #0d2b6b
            }

@media (min-width: 991px) {
    .product-right .group_title_index .title .title-name {
        font-size: 18px
    }
}

.productRelate {
    margin-top: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 15px
}

    .productRelate .title {
        font-size: 29px;
        line-height: 56px;
        z-index: 9;
        padding: 0;
        margin: 0 0;
        position: relative;
        display: block;
        color: #0d2b6b;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px
    }

@media (max-width: 767px) {
    .productRelate .title {
        font-size: 30px;
        line-height: inherit
    }
}

.productRelate .title a {
    color: #6a0c0d;
    text-transform: uppercase;
}

    .productRelate .title a:hover {
        color: #f3bd01
    }

.support-product {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    min-height: 100%
}

@media (max-width: 767px) {
    .support-product {
        margin-top: 20px
    }
}

.support-product .title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.support-product .image {
    height: 150px;
    display: block;
    position: relative
}

    .support-product .image img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

.support-product .title2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    font-weight: normal
}

.support-product .phone {
    width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 1.1
}

    .support-product .phone a {
        font-size: 29px;
        font-weight: 600;
        color: #0d2b6b;
        text-decoration: none
    }

        .support-product .phone a:hover {
            color: #f3bd01
        }

.support-product .or {
    width: 100%;
    margin: 10px 0;
    color: #7a7d8d;
    text-align: center;
    line-height: 1.1
}

    .support-product .or span {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        transform: translateY(50%);
        font-size: 13px
    }

    .support-product .or:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: #ededed
    }

.support-product .title3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.support-product .chat {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    background: #0d2b6b;
    color: #fff
}

    .support-product .chat:hover {
        background: #f3bd01
    }

.block-blog {
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    position: sticky;
    top: 10px
}

@media (max-width: 1199px) {
    .block-blog {
        margin-top: 20px
    }
}

.block-blog .title {
    font-size: 26px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .block-blog .title {
        font-size: 30px;
        line-height: inherit;
        text-align: center
    }
}

.block-blog .title a {
    color: #0d2b6b
}

    .block-blog .title a:hover {
        color: #f3bd01
    }

.block-blog .see-more {
    width: 100%
}

.thump-swatch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.price-new {
    margin-right: 10px;
}

.details-pro h1 {
    font-size: 30px;
    color: #185abc;
}

.title-goto-wrapper {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
}

.goto-wrapper.ftoc-head {
    background-color: #dddddd;
    padding: 20px;
}

    .goto-wrapper.ftoc-head a {
        cursor: pointer;
        font-size: 14px;
        color: #444;
        text-decoration: underline;
    }

.proddetail_img_thumb img {
    height: 65px;
    margin-top: 10px;
    border: 1px solid #999;
    padding: 2px;
    cursor: pointer;
    width: 100%;
    object-fit: contain;
}
/* the slides */
.proddetail_img_thumb .slick-slide {
    margin: 0 7px;
}

/* the parent */
.proddetail_img_thumb .slick-list {
    margin: 0 -7px;
}
