.title-product {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px
}
.sku {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    margin-bottom: 20px
}
.form-inline .price-box {
    margin-bottom: 20px;
    position: relative
}
.form-inline .price-box .save-price {
    background: #fe6b5e;
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    font-weight: 500;
    position: absolute;
    top: 8px;
    margin-left: 20px
}
.form-inline .form-product .swatch {
    margin-bottom: 20px
}
.form-inline .form-product .swatch .header1 {
    margin-bottom: 15px
}
.reviews_details_product {
    display: none !important
}
.gallery-top .swiper-slide {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}
.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
@media(max-width:767px) {
    .gallery-top .swiper-slide {
        min-height: 395px
    }
}
@media(max-width:424px) {
    .gallery-top .swiper-slide {
        min-height: 345px
    }
}
@media(max-width:374px) {
    .gallery-top .swiper-slide {
        min-height: 290px
    }
}
.swiper-container {
    margin-bottom: 15px !important
}
.block-image .swiper-button-prev {
    width: 24px !important;
    height: 35px !important;
    border-radius: 5px;
    background: #ffff !important;
    border: 1px solid #bebebe;
    left: 20px
}
.block-image .swiper-button-prev:after {
    font-size: 10px !important;
    color: #333 !important
}
.block-image .swiper-button-prev:hover {
    background: #fe9614 !important;
    border: 1px solid #fe9614 !important
}
.block-image .swiper-button-next {
    width: 24px !important;
    height: 35px !important;
    border-radius: 5px;
    background: #ffff !important;
    border: 1px solid #bebebe;
    right: 20px
}
.block-image .swiper-button-next:after {
    font-size: 10px !important;
    color: #333 !important
}
.block-image .swiper-button-next:hover {
    background: #fe9614 !important;
    border: 1px solid #fe9614 !important
}
.block-image {
    margin-top: 10px
}
.block-image .swiper-slide {
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    padding: 1px
}
.block-image .swiper-slide .p-100 {
    padding-bottom: 100%;
    height: 0;
    position: relative
}
.block-image .swiper-slide .p-100 img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}
.block-image .swiper-slide.swiper-slide-thumb-active {
    border-color: #1c5b41
}
.block-image .swiper-slide:hover {
    border-color: #1c5b41
}
.block-image .swiper-button-next,
.block-image .swiper-button-prev {
    top: 60%
}
.block-image .swiper-button-next:hover:after,
.block-image .swiper-button-prev:hover:after {
    color: #1c5b41
}
.relate-image {
    position: relative
}
.relate-image .swiper-button-next {
    top: 45%;
    right: 0;
    border: 1px solid #bebebe
}
.relate-image .swiper-button-prev {
    top: 45%;
    left: 0;
    border: 1px solid #bebebe
}
.layout-product {
    padding-bottom: 50px
}
.layout-product .price-box .special-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ff6563
}
.layout-product .price-box .old-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #949494
}
.layout-product .inventory_quantity {
    font-size: 14px;
    margin-bottom: 10px;
    display: none
}
.layout-product .inventory_quantity .a-stock {
    color: #1c5b41
}
.layout-product .inventory_quantity .a-vendor {
    color: #1c5b41
}
.layout-product .product-summary {
    margin: 10px 0;
    font-size: 14px;
    display: none
}
.layout-product .product-summary img {
    display: none
}
.layout-product .swatch {
    font-size: 14px;
    margin-bottom: 5px
}
.layout-product .swatch .header {
    margin-bottom: 5px
}
.layout-product .swatch .swatch-element {
    display: inline-block;
    margin: 0 5px 5px 0
}
.layout-product .swatch .swatch-element input {
    display: none
}
.layout-product .swatch .swatch-element label {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #7b7b7b;
    min-width: 45px;
    height: 45px;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px;
    margin-bottom: 0
}
.layout-product .swatch .swatch-element label .crossed-out {
    display: none
}
/*.layout-product .swatch .swatch-element.color.tim label {*/
/*    background-color: #a223db*/
/*}*/
/*.layout-product .swatch .swatch-element.color.xanh label {*/
/*    background-color: #0554ff*/
/*}*/
/*.layout-product .swatch .swatch-element.color.vang label {*/
/*    background-color: #e6fa0a*/
/*}*/
/*.layout-product .swatch .swatch-element.color.den label {*/
/*    background-color: #000*/
/*}*/
/*.layout-product .swatch .swatch-element.color.do label {*/
/*    background-color: #f20808*/
/*}*/
/*.layout-product .swatch .swatch-element.color.cam label {*/
/*    background-color: #fc9905*/
/*}*/
/*.layout-product .swatch .swatch-element.color.xam label {*/
/*    background-color: #615a5a*/
/*}*/
/*.layout-product .swatch .swatch-element.color.xanh-nuoc-bien label {*/
/*    background-color: #3a40fa*/
/*}*/
/*.layout-product .swatch .swatch-element.color.xanh-la-cay label {*/
/*    background-color: #00ff15*/
/*}*/
/*.layout-product .swatch .swatch-element.color.hong label {*/
/*    background-color: #ff00d5*/
/*}*/
.layout-product .swatch .swatch-element input:checked + label,
.layout-product .swatch .swatch-element.active label{
    background: #fff;
    border: 2px solid #757575;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7b7b7b
}
.layout-product .swatch .swatch-element .tooltip {
    display: none
}
.layout-product .swatch .swatch-element.soldout {
    position: relative
}
.layout-product .swatch .swatch-element.soldout label {
    position: relative
}
.layout-product .swatch .color label {
    min-width: 40px;
    height: 40px
}
.layout-product .selector-wrapper {
    display: none !important
}
.layout-product .button_actions .add_to_cart {
    border: initial;
    height: 45px;
    padding: 0 20px;
    background: #363636;
    color: #fff;
    margin-top: 15px
}
.layout-product .button_actions .add_to_cart:hover {
    background: #fe9614
}
.layout-product .button_actions .btn-soldout {
    border: initial;
    height: 45px;
    padding: 0 20px;
    background: #363636;
    color: #fff;
    margin-top: 29px
}
.layout-product .button_actions .btn-soldout:hover {
    background: #fe9614
}
.layout-product .flex-quantity {
    font-size: 14px
}
.layout-product .flex-quantity .btn-mua {
    width: 100%
}
.layout-product .flex-quantity .btn-mua button {
    width: 100%
}
.layout-product .input_number_product {
    width: 80px;
    margin-right: 10px;
    position: relative
}
.layout-product .input_number_product .btn_num {
    border: solid 1px #ddd;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 23px;
    line-height: 18px;
    cursor: pointer;
    background: initial;
    padding: initial
}
.layout-product .input_number_product .btn_num.num_1 {
    bottom: 0;
    top: initial
}
.layout-product .input_number_product input {
    width: 100%;
    height: 45px;
    border: solid 1px #ddd;
    text-align: center;
    padding-right: 20px
}
.form-inline .service_product {
    margin-bottom: 35px
}
.form-inline .service_product .service {
    display: flex;
    margin-bottom: 40px
}
.form-inline .service_product .service a {
    display: inline-block;
    padding-right: 25px;
    transform: translateY(10px)
}
.form-inline .service_product .service .title_text {
    display: inline-block;
    margin-top: 10px;
    width: calc(100% - 80px)
}
.form-inline .service_product .service .title_text p {
    margin: 0
}
.form-inline .service_product .service .title_text .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 162.9%;
    color: #484848
}
.form-inline .service_product .service .title_text .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 162.9%;
    color: #484848
}
.form-inline .form-group .custom-btn-number {
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
@media(max-width:767px) {
    .form-inline .form-group .custom-btn-number {
        margin-bottom: 15px
    }
}
.form-inline .form-group .custom-btn-number .custom-btn-numbers {
    position: relative;
    width: 165px;
    display: flex
}
.form-inline .form-group .custom-btn-number .custom-btn-numbers button {
    width: 50px;
    height: 50px;
    border: thin solid #ebebeb;
    background-color: #fff;
    font-size: 14px;
    color: #ee4f83;
    padding: 0;
    font-weight: 400;
    float: left;
    border-radius: 0;
    line-height: 50px;
    position: relative;
    z-index: 1;
    right: 0;
    border-radius: 0 5px 5px 0;
    top: 0
}
.form-inline .form-group .custom-btn-number .custom-btn-numbers button.btn-minus {
    bottom: 0;
    top: auto;
    border-radius: 5px 0 0 5px
}
.form-inline .form-group .custom-btn-number .custom-btn-numbers button:hover,
.form-inline .form-group .custom-btn-number .custom-btn-numbers button:focus {
    border-color: #1c5b41;
    color: #fff;
    background-color: #1c5b41;
    box-shadow: none;
    outline: none
}
.form-inline .form-group .custom-btn-number .custom-btn-numbers input {
    float: left;
    width: 80px;
    height: 50px;
    border: solid thin #ebebeb;
    border-right: none;
    border-radius: 0;
    color: #333f48;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    min-height: unset;
    margin: 0;
    border-left: none
}
.form-inline .form-group .btn-mua button {
    background: #1c5b41;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: #1c5b41
}
.form-inline .form-group .btn-mua button:hover {
    background: #fe9614
}
.form-inline .form-group .button_actions button {
    background: #fff;
    color: #1c5b41;
    border: 1px solid #1c5b41
}
.form-inline .form-group .button_actions button:hover {
    background: #fe9614;
    border: 1px solid #fe9614;
    color: #fff
}
.product-tab {
    margin-top: 30px
}
.product-tab .tabs-title {
    padding: 0;
    margin: 0;
    list-style: none
}
.product-tab .tab-link {
    padding: 13px 0;
    cursor: pointer
}
.product-tab .tab-link h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2e2e2e
}
.product-tab .tab-link.active h3,
.product-tab .tab-link:hover h3 {
    color: #333
}
.product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}
.product-tab .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 13px 0;
    margin-top: -1px
}
.product-tab .tab-content.active p {
    margin: 0
}
.tab-product {
    margin-top: 50px
}
.tab-product .item-tab {
    margin-bottom: 35px;
    cursor: pointer
}
.tab-product .item-tab.current .rte {
    display: block;
    max-height: 800px;
    overflow: auto
}
.tab-product .item-tab.current h3 .plus {
    display: none
}
.tab-product .item-tab.current h3 .minus {
    display: inline-block
}
.tab-product .item-tab h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2e2e2e
}
.tab-product .item-tab h3 .minus {
    display: none
}
.tab-product .item-tab h3 svg {
    float: right
}
.tab-product .item-tab .rte {
    display: none
}
.tab-product .item-tab .rte.current {
    display: block
}
.tab-product .item-tab .rte p {
    font-weight: 500;
    font-size: 16px;
    line-height: 207.4%;
    color: #454545
}
.productRelate {
    margin-top: 30px;
    position: relative
}
.productRelate .swiper-button-prev {
    width: 24px !important;
    height: 35px !important;
    border-radius: 5px;
    background: #ffff !important;
    border: 1px solid #bebebe
}
.productRelate .swiper-button-prev:after {
    font-size: 10px !important;
    color: #333 !important
}
.productRelate .swiper-button-prev:hover {
    background: #fe9614 !important
}
.productRelate .swiper-button-next {
    width: 24px !important;
    height: 35px !important;
    border-radius: 5px;
    background: #ffff !important;
    border: 1px solid #bebebe
}
.productRelate .swiper-button-next:after {
    font-size: 10px !important;
    color: #333 !important
}
.productRelate .swiper-button-next:hover {
    background: #fe9614 !important;
    border: 1px solid #fe9614 !important
}
.productRelate .block-title {
    margin-bottom: 35px;
    position: relative
}
.productRelate .block-title h2 {
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px
}
.productRelate .block-title h2 a {
    color: #333
}
.productRelate .block-title h2 a:hover {
    color: #fe9614
}
.productRelate .swiper-button-next:after,
.productRelate .swiper-button-prev:after {
    font-size: 14px;
    color: #333
}
.details-product .block-image {
    position: relative;
    padding: 0 30px
}
@media(max-width:767px) {
    .product-tab .tabs-title {
        display: block
    }
    .product-tab .tab-link {
        padding: 10px 15px
    }
    .product-tab .tab-content.active {
        padding: 15px
    }
    .productRelate .block-title h2 {
        font-size: 24px
    }
    .title-product {
        margin-top: 15px
    }
    .layout-product .flex-quantity {
        display: block
    }
    .layout-product .input_number_product {
        width: 100%
    }
    .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
    }
}