.bread-crumb {
    margin-bottom: 0
}

.title-product {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 10px
}

.reviews_details_product {
    margin-bottom: 10px
}

.config-group-container {
    clear: both;
    margin-bottom: 12px
}

.config-group-holder.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.config-group-holder.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.config-group-holder a {
    margin: 0 8px 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: calc(100% / 3 - 6px);
    text-align: center;
    background: #f5f5f5;
    float: left
}

@media (min-width: 1200px) {
    .config-group-holder a:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .config-group-holder a:nth-child(3n) {
        margin-right: 0
    }
}

.config-group-holder a .name {
    display: block
}

.config-group-holder a .name .radioo {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.config-group-holder a.current {
    border-color: #e6484a;
    color: #333;
    background: #fffaeb;
    background-image: url(//bizweb.dktcdn.net/100/488/726/themes/911609/assets/select-pro.png?1705829777626);
    background-repeat: no-repeat;
    background-position: right bottom
}

.config-group-holder a.current .name .radioo {
    background-image: url(//bizweb.dktcdn.net/100/488/726/themes/911609/assets/check.png?1705829777626);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: none
}

.config-group-holder a:hover {
    border-color: #e6484a;
    background-color: #fffaeb
}

.config-group-holder a > * {
    word-break: break-word
}

.config-group-holder a .config-price {
    color: #bf9f70;
    font-weight: bold
}

@media (max-width: 1199px) and (min-width: 992px) {
    .config-group-holder a {
        width: calc(100% / 2 - 6px)
    }

    .config-group-holder a:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .config-group-holder a {
        width: calc(100% / 2 - 6px)
    }

    .config-group-holder a:nth-child(2n) {
        margin-right: 0
    }
}

.details-pro .sapo-product-reviews-badge {
    margin-bottom: 10px
}

.details-pro .group-status {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.details-pro .group-status .btn-views {
    margin-left: 10px
}

.details-pro .group-status .btn-views svg {
    width: 15px;
    height: 15px
}

.gallery-top {
    margin-bottom: 20px !important
}

.gallery-top .swiper-slide {
    padding-bottom: 100%;
    display: block;
    height: 0
}

.gallery-top .swiper-slide img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.gallery-thumbs {
    margin-top: 10px
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    padding: 3px;
    border-radius: 5px
}

.gallery-thumbs .swiper-slide .p-100 {
    padding-bottom: 100%;
    height: 0;
    position: relative
}

.gallery-thumbs .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
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #997d55
}

.gallery-thumbs .swiper-slide:hover {
    border-color: #997d55
}

.gallery-thumbs .swiper-button-next:after, .gallery-thumbs .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%
}

.gallery-thumbs .swiper-button-next:hover:after, .gallery-thumbs .swiper-button-prev:hover:after {
    color: #bf9f70
}

.product-image-block {
    position: sticky;
    top: 20px
}

.product-image-block .swiper-button-next {
    width: 40px;
    height: 40px;
    opacity: .7;
    background: #fff;
    border-radius: 50%
}

.product-image-block .swiper-button-next:hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
}

.product-image-block .swiper-button-prev {
    width: 40px;
    height: 40px;
    opacity: .7;
    background: #fff;
    border-radius: 50%
}

.product-image-block .swiper-button-prev:hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
}

.layout-product {
    padding: 30px 0px 0px
}

.layout-product .price-box {
    margin-bottom: 15px
}

.layout-product .price-box .special-price {
    font-size: 28px;
    font-weight: bold;
    color: var(--pricecolor)
}

.layout-product .price-box .old-price {
    color: #999;
    font-size: 16px
}

.layout-product .price-vat {
    margin-bottom: 10px
}

.layout-product .price-vat span {
    color: #5DCE53;
    display: block;
    font-size: 14px
}

.layout-product .inventory_quantity {
    font-size: 14px;
    margin-bottom: 10px
}

.layout-product .inventory_quantity .a-stock {
    color: #bf9f70
}

.layout-product .inventory_quantity .a-vendor {
    color: #bf9f70
}

.layout-product .swatch {
    display: flex;
    margin-bottom: 15px
}

.layout-product .swatch .header {
    margin-top: 6px;
    text-align: left;
    min-width: 100px;
    font-weight: 700;
    float: left
}

.layout-product .swatch input {
    display: none
}

.layout-product .swatch label {
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    border: #ccc 1px solid;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    padding: 0;
    border-radius: 5px;
    cursor: pointer
}

.layout-product .swatch-element label {
    padding: 0 5px
}

.layout-product .swatch-element label .img-check {
    display: none
}

.layout-product .color.swatch-element label {
    padding: 0 5px
}

.layout-product .swatch input:checked + label {
    background: #bf9f70;
    color: #fff;
    border: 1px solid #bf9f70
}

.layout-product .swatch input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.layout-product .swatch .color input:checked + label {
    position: relative;
    border: 1px solid #bf9f70
}

.layout-product .swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: none
}

.layout-product .swatch .color .has-thumb {
    position: relative
}

.layout-product .swatch .color .has-thumb .ant-swatch {
    max-height: 30px;
    position: relative;
    top: -2px;
    left: -3px
}

.layout-product .swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 5px 5px 0;
    position: relative
}

.layout-product .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.layout-product .swatch .swatch-element .crossed-out {
    display: none
}

.layout-product .swatch .swatch-element.soldout .crossed-out {
    display: block
}

.layout-product .swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}

.layout-product .swatch .tooltip {
    text-align: center;
    background: #bf9f70;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -35px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.layout-product .swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.layout-product .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #bf9f70 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.layout-product .swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.layout-product .swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.layout-product .swatch.error p {
    margin: 0.7em 0
}

.layout-product .swatch.error p:first-child {
    margin-top: 0
}

.layout-product .swatch.error p:last-child {
    margin-bottom: 0
}

.layout-product .swatch.error code {
    font-family: monospace
}

.layout-product .selector-wrapper {
    display: none !important
}

.layout-product .button_actions .btn_buy {
    padding: 8px 24px;
    background: #fff;
    border-radius: 32px;
    color: #bf9f70;
    width: calc(50% - 5px);
    border: 1px solid #BF9F70
}

.layout-product .button_actions .btn_buy span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px
}

.layout-product .button_actions .btn_buy:hover {
    color: #fff;
    background: #997d55
}

@media (max-width: 767px) {
    .layout-product .button_actions .btn_buy {
        width: 100%;
        margin: 0px
    }
}

.layout-product .button_actions .group-button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px
}

.layout-product .button_actions .group-button .btn_base {
    border: initial;
    padding: 8px 24px;
    background: #bf9f70;
    border-radius: 32px;
    color: #fff;
    width: calc(50% - 5px);
    text-align: center;
    font-size: 16px
}

/*.layout-product .button_actions .group-button .btn_base:hover {*/
/*    background: #997d55*/
/*}*/

.layout-product .button_actions .group-button .btn_base span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px
}

.layout-product .button_actions .group-button .btn_base:nth-child(1) {
    margin-right: 10px
}

@media (max-width: 767px) {
    .layout-product .button_actions .group-button .btn_base:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .layout-product .button_actions .group-button .btn_base {
        width: 100%;
        margin: 0px
    }
}

@media (max-width: 767px) {
    .layout-product .button_actions .group-button {
        display: block
    }
}

.layout-product .button_actions .btn-soldout {
    border: initial;
    padding: 10px 20px;
    background: #D23535;
    border-radius: 5px;
    color: #fff;
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px
}

.layout-product .button_actions.btnsold .group-button .btn-soldout {
    border: initial;
    padding: 10px 20px;
    background: #D23535;
    border-radius: 5px;
    color: #fff;
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px
}

.layout-product .button_actions.btnsold .group-button .btn-soldout:hover {
    background: #991c1c
}

.layout-product .button_actions.btnsold .group-button .btn-soldout span {
    font-size: 18px
}

.layout-product .flex-quantity {
    font-size: 14px
}

.layout-product .flex-quantity .custom-btn-number {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.layout-product .flex-quantity .custom-btn-number label {
    min-width: 100px;
    margin-bottom: 0;
    font-weight: 700
}

.layout-product .input_number_product {
    width: 80px;
    margin-right: 10px;
    position: relative
}

.layout-product .input_number_product .btn_num {
    border: initial;
    width: 25px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 35px;
    cursor: pointer;
    background: initial;
    padding: initial
}

.layout-product .input_number_product .btn_num.num_1 {
    bottom: 0;
    top: initial;
    left: 0
}

.layout-product .input_number_product input {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 13px;
    border-radius: 5px
}

.sidebar-product .policy {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 15px
}

.sidebar-product .policy .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center
}

.sidebar-product .policy .item .icon {
    width: 50px
}

.sidebar-product .policy .item .text {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #444444;
    font-size: 13px;
    text-align: justify
}

.sidebar-product .policy .item:last-child {
    margin-bottom: 0
}

.support-product {
    margin-top: 20px
}

.support-product ul {
    padding-left: 15px
}

.support-product ul li {
    color: #444444
}

.support-product ul li a {
    color: #f45c43
}

.blog-bar {
    background: #fff;
    padding: 30px;
    margin-top: 30px
}

.blog-bar .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #303030;
    position: relative
}

.blog-bar .c-new {
    display: flex;
    margin-bottom: 10px
}

.blog-bar .c-new:last-child {
    margin-bottom: 0
}

.blog-bar .c-new .c-new__img {
    width: 100px
}

.blog-bar .c-new .c-new__info {
    width: calc(100% - 100px);
    padding-left: 10px
}

.blog-bar .c-new .c-new__info a {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.km-hot {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    margin-top: 20px
}

.km-hot .title_km {
    color: #D23535;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FFD5D5;
    border-bottom: 1px solid #FFB6B6;
    margin-bottom: 0px
}

.km-hot .title_km svg {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    display: inline-block;
    margin-top: -5px
}

.km-hot .box-promotion {
    font-size: 13px;
    padding: 15px
}

.km-hot .box-promotion p {
    margin-bottom: 0
}

.km-hot .box-promotion ul {
    margin-top: 0px;
    margin-bottom: 0;
    list-style: disc;
    padding-left: 20px
}

.km-hot .box-promotion ul li {
    margin-bottom: 5px
}

.km-hot .box-promotion ul li:last-child {
    margin-bottom: 0
}

.group-product {
    margin-top: 50px;
    margin-bottom: 40px
}

.product-tab {
    background: #fff;
    margin-top: 30px
}

.product-tab .tabs-title {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    color: #bf9f70;
    font-size: 32px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid ;
}

.product-tab .tab-link {
    cursor: pointer;
    padding: 0 20px;
}
.product-tab .tab-link:first-child {
    padding-left: 0;
    border-right: 1px solid ;
}

.product-tab .tab-link h3 {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-weight: normal
}

@media (max-width: 767px) {
    .product-tab .tab-link h3 {
        font-size: 26px
    }
}

.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 {
    max-height: 550px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s
}

.product-tab .product_getcontent.expanded .ba-text-fpt {
    height: auto;
    max-height: unset;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s
}

.product-tab .product_getcontent.expanded .less-text {
    display: block
}

.product-tab .product_getcontent.expanded .more-text {
    display: none
}

.product-tab .product_getcontent.expanded .show-more::before {
    display: none
}

.product-tab .product_getcontent .show-more {
    position: relative;
    margin-top: 15px
}

.product-tab .product_getcontent .show-more .btn--view-more {
    position: relative;
    bottom: 0px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-weight: normal;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #333;
    padding: 5px 10px
}

.product-tab .product_getcontent .show-more .btn--view-more:hover, .product-tab .product_getcontent .show-more .btn--view-more:focus {
    color: #fff;
    border-color: #bf9f70;
    background-color: #bf9f70;
    outline: none;
    box-shadow: none;
    cursor: pointer
}

.product-tab .product_getcontent .show-more .btn--view-more.active {
    bottom: 0
}

.product-tab .product_getcontent .show-more::before {
    height: 55px;
    margin-top: -55px;
    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 .less-text {
    display: none
}

.product-tab .product_getcontent img {
    max-width: 100% !important;
    height: auto !important
}

.product-reviews {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px
}

.product-reviews .title h2 {
    margin: 0 0 20px;
    border-bottom: 1px solid #f5f6f8;
    color: #303030;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.product-reviews .title h2:before {
    content: "";
    width: 66px;
    height: 2px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient2) 100%);
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -1px
}

.productRelate {
    margin-top: 30px;
    padding-bottom: 30px
}

.productRelate .block-title {
    position: relative;
    z-index: 99;
    margin-bottom: 20px
}

.productRelate .block-title h2 {
    position: relative;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.productRelate .block-title h2 a {
    color: #bf9f70
}

.productRelate .block-title .view-more {
    position: absolute;
    top: 10px;
    right: 0
}

.productRelate .swiper-button-next:after, .productRelate .swiper-button-prev:after {
    font-size: 14px;
    color: #333
}

.productRelate .margin-am {
    margin: 0px -10px
}

.productRelate .margin-am .product-relate-swiper {
    padding: 10px
}

.product-promotion {
    border-radius: 6px;
    margin-bottom: 15px
}

.product-promotion .product-promotion__heading {
    color: #D23535;
    padding: 10px 20px;
    border: 1px solid #FFB6B6;
    background: #FFD4D4;
    border-radius: 6px 6px 0px 0px
}

.product-promotion .product-promotion__heading h3 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: initial
}

.product-promotion .product-promotion__heading h3 img {
    margin-right: 15px
}

.product-promotion .promotion-box {
    padding: 15px;
    list-style: initial;
    padding-left: 35px;
    border: 1px solid #E5E5E5;
    border-top: 0px;
    background: #F8F8F8
}

.product-promotion .promotion-box li {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px
}

.read-more {
    position: relative;
    text-align: center
}

.read-more.more {
    padding-top: 15px
}

.read-more:before {
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    content: "";
    height: 120px;
    position: absolute;
    top: -120px;
    width: 100%;
    left: 0
}

.read-more span {
    width: 134px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #bf9f70;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #bf9f70
}

.read-more span svg {
    padding-left: 5px;
    width: 12px;
    height: 12px;
    margin-top: -2px
}

.read-more span:hover {
    background: #997d55;
    border-color: #997d55;
    color: #fff
}

.read-more span:hover i {
    color: #fff
}

.content_extab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

@media (min-width: 1199px) {
    .gallery-thumbs {
        z-index: 99;
        width: 100%
    }
}

@media (max-width: 1199px) {
    .layout-product .button_actions .add_to_cart {
        font-size: 13px
    }

    .layout-product .button_actions .add_to_cart span {
        font-size: 15px
    }

    .layout-product .button_actions .group-button a {
        padding: 10px 5px;
        font-size: 13px
    }

    .layout-product .button_actions .group-button a span {
        font-size: 15px;
        font-size: 13px
    }
}

@media (max-width: 991px) {
    .product-image-block {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .specifications .fs-tsright ul li strong {
        width: 135px
    }

    .product-image-block {
        margin-bottom: 10px
    }

    .product-image-block .btn-product {
        display: block !important;
        text-align: center
    }

    .product-image-block .btn-product .swiper-prenext {
        margin-bottom: 10px
    }

    .product-tab .tabs-title {
        display: block
    }

    .productRelate .block-title h2 {
        font-size: 24px
    }

    .title-product {
        margin-top: 10px
    }

    .product-tab {
        padding: 15px;
        margin-top: 10px
    }

    .product-reviews {
        padding: 15px;
        margin-top: 10px
    }

    .blog-bar {
        padding: 15px;
        margin-top: 10px
    }

    .specifications {
        padding: 15px;
        margin-top: 10px
    }

    .layout-product .flex-quantity {
        display: block
    }

    .layout-product .input_number_product {
        width: 100%
    }

    .layout-product .button_actions .add_to_cart {
        width: 100%
    }

    .layout-product .button_actions .add_to_cart {
        padding: 10px
    }

    .layout-product .button_actions .group-button a {
        width: 100%
    }

    .layout-product .button_actions .group-button a:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px
    }

    .layout-product .inventory_quantity .line {
        display: none
    }

    .layout-product .inventory_quantity .mb-break {
        display: block
    }
}

arrow