nav.breadcrumbs-navs a {
    color: #000;
    font-weight: 400;
}
.price-tuongtu p {
    margin-right: 6px;
    color: rgb(254, 0, 0);
    margin-left: 5px;
    font-weight: 600;
    font-size: 15px !important;
}

.price-tuongtu span {padding-right: 3px;color: #333;font-weight: 400;}
nav.breadcrumbs-navs {
}
.uiverse.active-color p.code_color {filter: drop-shadow(1px 2px 2px black);}
section.brackham-details {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eee;
    margin-bottom: 20px;
}
.uiverse{
    display: flex !important;
}

.active-images-att {
    margin-right: 10px;
}
.hedding-details .roduct_title.entry-title {
    text-align: center;
    color: #000;
}

ul.list-start {
}

ul.list-start i {
    color: #f38631;
}

.star-products-details {
    padding-bottom: 10px;
}

.list-prices-products {
    /* text-align: center; */
}

.list-prices-products span.giacu s {
    color: #de8686;
    font-size: 19px;
    font-weight: 500;
}

.list-prices-products .giamoi {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    /* padding-left: 15px; */
}

.desc-products-details p {
    /* padding-bottom: 10px; */
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.desc-products-details {
    padding-top: 10px;
    padding-bottom: 20px;
}

.img-slick-bran-details img {width: 100%;}

.keyper-slick-nav-brand img {
    height: 145px;
    padding: 10px 5px;
    cursor: pointer;
}

.keyper-slick-nav-brand.slick-slide.slick-active {
    opacity: .5;
    transition: transform .6s, opacity .6s;
}

.keyper-slick-nav-brand.slick-slide.slick-current.slick-active {
    opacity: unset;
}
















.uiverse {
    position: relative;
    background: #ffffff;
    color: #000;
    padding: 10px 3px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: inline-block;
}

.tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: max-content;
}

.tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.uiverse:hover .tooltip {
    top: -25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

svg:hover span,
svg:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.tooltip,
.tooltip::before {
    background: linear-gradient(32deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(161, 161, 161, 1) 95%);
    color: #ffffff;
}

.uiverse img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #de8686;
    padding: 2px;
}

.item-pixel-khung ul {
    display: flex;
}

.item-pixel-khung ul li {
    margin-right: 5px;
    border: 1px solid #cdcdcd;
}

.item-pixel-khung {
    padding: 10px 0px;
}

.box-pixel-khung .hedding {
    font-weight: 600;
}

.color-products .hedding {
    font-weight: 600;
}

.box-details-products-ss {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.item-pixel-khung .uiverse {
    padding: 5px 15px;
    /* border: 1px solid #000000; */
}

.item-pixel-khung .uiverse:hover .tooltip {
    top: -30px;
}

.item-pixel-khung li:hover {
    border: 1px solid;
}

.input_number_product {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}
.cart_qty_reduce.cart_reduce {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    font-family: var(--font-body-family);
    font-weight: var(--font-heading-weight);
    transition: all .3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    word-break: break-all;
    font-size: var(--heading-6);
    background-color: transparent;
}

.cart_qty_add {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    font-family: var(--font-body-family);
    font-weight: var(--font-heading-weight);
    transition: all .3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    word-break: break-all;
    font-size: var(--heading-6);
    background-color: transparent;
}
.button_qty {
    flex: 0 0 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    justify-content: center;
    text-align: center;
    width: 45px;
}

.input_product {
    text-align: center;
    flex: 0 0 40px;
    height: 45px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    border: none;
}

.box-quantily-products {
    padding-top: 20px;
}

.box-quantily-products {
    display: flex;
    align-items: center;
}

.btn-carts-products a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #0080bd;
    padding: 0px 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}


.box-main-fix-images ul li img {
    width: 90px;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;
}

.box-main-fix-images ul {
    display: flex;
    align-items: center;
}

.sticky-add-to-cart {
    position: fixed;
    bottom: -100px;
    background: #ffffffd6;
    left: 0;
    right: 0;
    z-index: 999;
}

.box-main-fix-images {
    display: flex;
    justify-content: center;
    padding: 11px 0px;
    border-top: 1px solid #de8686;
}

.box-main-fix-images ul li {
    padding-right: 15px;
    font-weight: 600;
}

.box-main-fix-images ul li p {
    color: #000;
    font-weight: 600;
}

.box-main-fix-images ul li s {
    font-weight: 500;
}

.box-main-fix-images ul .carts-sticky a {
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(32deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(161, 161, 161, 1) 95%);
    color: #fff;
    border-radius: 5px;
}

section.tabs-products-details .tablinks.active {
    padding: 10px 15px;
    border: none;
    background: #562a1e;
    color: #fff;
    border: 1px solid #562a1e;
}

section.tabs-products-details {
    padding-top: 40px;
    padding-bottom: 20px;
}

section.tabs-products-details .tablinks {
    padding: 10px 15px;
    font-weight: 700;
    color: hsla(0, 0%, 40%, .85);
    font-size: 15px;
    border: 1px solid #ddd;
    border-bottom: 0px;
    border-top: 2px solid #562a1e;
}

.goiysize ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goiysize ul li p {
    font-weight: 600;
}

.goiysize ul li a {
    color: #de8686;
    font-weight: 500;
}

.input-size input {
    padding: 5px 20px;
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    margin-top: 5px;
}

.goiysize {
    padding-top: 10px;
}

.desc-mall {
    padding-top: 15px;
    text-align: justify;
    font-weight: 500;
}

.list-item-chatluong ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.list-item-chatluong ul li {
    display: flex;
    align-items: center;
    width: calc(97% / 2);
    padding-bottom: 14px;
}

.list-item-chatluong ul li img {
    width: 45px;
    height: 45px;
}

.list-item-chatluong ul li p {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
}

section.chatluong {
    padding-bottom: 0px;
}

.title-chatluong {
    text-align: center;
    padding-bottom: 25px;
}

.title-chatluong p {
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 600;
}

.icon-whys img {
    width: 45px;
    height: 45px;
}

.box-inner-whys {
    text-align: center;
    position: relative;
    z-index: 9;
}

.box-inner-whys ul {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.box-inner-whys ul li .icon-whys img {
    margin: 0 auto;
}

.icon-whys {
    padding-bottom: 20px;
}

section.whys {
   
    padding: 5rem 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.whys .row {
    align-items: center;
}

.box-inner-whys h2 {
    color: #fff;
    font-size: 32px;
}

.chat-lieu-why p {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
span.giacu {
    padding-left: 10px;
}
.box-inner-whys ul li {
    padding-right: 35px;
}

.chat-lieu-why span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.clm.product-body-pages {
    background: url('../images/sptuongtu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    text-align: center;
    border-radius: 0px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.clm.product-body-pages p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

section.product-tuongtu {
    padding-top: 35px;
    padding-bottom: 20px;
}

.box-iner-text-minaco {
    padding: 15px 15px 10px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: #ffffffdb;
    width: 100%;
}

.box-products-tuongtuss {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.box-slick-ptop {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.box-iner-text-minaco p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.price-tuongtu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.price-tuongtu s {
    padding-right: 15px;
}

.price-tuongtu p {
    color: #e12929;
    font-weight: 600;
}

.price-tuongtu s {
    font-size: 16px;
}

.hedding-danhgias p {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.row.box-secion-danhgia {
    background: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    align-items: center;
}

.cr-average-rating span {
    font-size: 40px;
    font-weight: 800;
}

.list-averages-star ul {
    display: flex;
    justify-content: center;
}

.box-danhgia-icon {
    text-align: center;
    position: relative;
}

.list-averages-star ul li i {
    color: #de8686;
    padding-right: 5px;
}

.box-danhgia-icon:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 65%;
    background: #de8686;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-danhgia {
    text-align: center;
}

.item-danhgia-cls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.ivole-meter.active {
    background: #bfa797;
    width: 50%;
    height: 25px;
    border: 1px solid #cdcdcd;
    margin: 0px 10px;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.item-danhgia-cls b {
    color: #a87b61;
}

.item-danhgia-cls p {
    color: #a87b61;
    font-weight: 400;
    font-size: 12px;
}

.ivole-meter {
    background: none;
    width: 50%;
    height: 25px;
    border: 1px solid #cdcdcd;
    margin: 0px 10px;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.item-danhgia-cls b {
    font-weight: 500;
    font-size: 12px;
}
.btn-themdanhgia a {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(32deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(161, 161, 161, 1) 95%);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.btn-themdanhgia {
    text-align: center;
    position: relative;
    padding: 25px;
}

.btn-themdanhgia:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 65%;
    background: #de8686;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

section.danhgia .meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    flex: 1;
}

span.woocommerce-review__author {
    font-weight: 700;
    font-size: 17px;
}

.comment-text {
    padding-top: 20px;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cdcdcd;
}

span.woocommerce-review__verified.verified {
    display: block;
    color: #4d5d64;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-indent: 0;
}

.star-danhgia ul {
    display: flex;
}

.star-danhgia {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.star-danhgia img {
    width: 40px;
    height: 30px;
    border-radius: 5px;
}

.star-danhgia p {
    display: inline-block;
    padding: 0px 10px;
}

.star-danhgia ul li i {
    color: #de8686;
    padding-right: 4px;
}

.star-danhgia span {
    font-weight: 600;
}

.dessc-danhgia p {
    font-weight: 500;
    font-style: italic;
    font-size: 19px;
}

.avatar-commets svg {
    width: 20px;
    height: 20px;
}

.avatar-commets {
    width: 55px;
    height: 55px;
    background: #cbd0d4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
    margin-right: 25px;
}

.avatar-commets p {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.cr-avatar-check {
    position: absolute;
    bottom: 0;
    right: -4px;
}

.cr-avatar-check i {
    font-size: 20px;
    color: #31856c;
}


.item-tacst:last-child .comment-text {
    border: none;
}
.item-pixel-khung .uiverse.active-color {
    border: 1px solid #ffffff00;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: linear-gradient(32deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(161, 161, 161, 1) 95%);
    color: #fff;
    font-weight: 700;
}

.uiverse.active-color img {
    border: 2px solid #de8686;
}

.themdanhgia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.themdanhgia span {
    font-size: 20px;
}

.themdanhgia span i {
    padding-right: 14px;
    font-size: 15px;
}

.themdanhgia p i {
    font-size: 16px;
}

.model-products-commetn-list ul li img {
    width: 80px;
    height: 80px;
}

.model-products-commetn-list ul li {
    display: flex;
    align-items: center;
}

.model-products-commetn-list ul li p {
    font-size: 20px;
    padding-left: 20px;
}

.model-products-commetn-list {
    width: 56%;
    margin: 0 auto;
}

ul.list-imge-tt {
    padding-bottom: 20px;
}
.rating {
    display: inline-block;
  }
  
  .rating input {
    display: none;
  }
  
  .rating label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
    padding-right: 8px;
    padding-top: 0px;
  }
  
  .rating label:before {
  }
  .list-item-chatluong {
    padding: 10px;
    border-radius: 8px;
}
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: #b5c700;
    transition: color 0.3s;
  }
  .item-thogntin-content textarea {
    width: 100%;
    height: 189px;
    border: 1px solid #cdcdcd;
}

.item-thogntin-content {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}

.cr-review-form-lbl {
    position: absolute;
    top: -15px;
    left: 15px;
    background: #fff;
    padding: 0px 10px;
}

.lits-input-tt {
    display: flex;
    justify-content: space-between;
}

.lits-input-tt .item-thogntin-content {
    width: calc(98% / 2);
}

.lits-input-tt .item-thogntin-content input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 45px;
}
.box-file-popup-danhgia p svg {
    width: 60px;
    height: 60px;
    padding: 8px;
    border: 1px solid #e0e0e0;
    fill: #e0e0e0;
    border-radius: 2px;
}

.box-file-popup-danhgia {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px dashed #cdcdcd;
    margin-bottom: 20px;
}

.box-file-popup-danhgia p {
    padding-right: 20px;
}

.btn-submit-form-danhgia {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.btn-submit-form-danhgia button {
    display: inline-block;
    padding: 10px 35px;
    margin-right: 10px;
    border: 1px solid;
    font-size: 15px;
    font-weight: 600;
    width: 49%;
    text-align: center;
}

.submit-danhgia {
    background: #562a1e;
    color: #fff;
}
.list-commetn-pages {
    display: none;
}

section.danhgia.pages-comment .list-patg-danhgia {
    display: none;
}

section.danhgia.pages-comment .list-commetn-pages {
    display: block;
}
.close-danhgia{
    cursor: pointer;
}

.ctnr.box-details-fixs.box-details-fixs-keypercent .sticky-add-to-cart {
    bottom: 0;
    transition: 0.5s ease;
}
.price-tuongtu p {
    min-height: unset;
}
section.whys:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
    top: 0;
}
section.tabs-products-details ul li {
    list-style: disc;
    margin-left: 20px;
}
.box-tabs-details.active-tabs {opacity: 1;height: unset;visibility: visible;position: relative;border: 1px solid rgb(180, 180, 180);-webkit-box-shadow: 0px 9px 14px #fbfbfb;box-shadow: 0px 9px 14px #fbfbfb;border-radius: 10px;padding: 20px;    margin-bottom: 10px;}

.box-tabs-details {
    opacity: 0;
    height: 0px;
    visibility: hidden;
}
ul.nav-slect-kichthuoc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav-slect-kichthuoc li {
    font-weight: 600;
}

ul.nav-slect-kichthuoc li a {
    font-size: 17px;
    color: #de8686;
    font-weight: 400;
}
.input-kichthuc input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 70%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
.labler-ul-kichthuoc {
    width: calc(100% / 2);
}
.box-option-kichthuoc {
    display: none !important;
}

.box-option-kichthuoc.active-navs {
    display: flex !important;
}
.box-option-kichthuoc {
    display: flex;
    padding-top: 15px;
}

.labler-ul-kichthuoc p {
    font-weight: 600;
}
.item-pixel-khung .uiverse span {
    font-size: 14px;
}








.avatar-profiles img {
    height: 80px;
    width: 80px;
}

.profile-right-star ul li {
    list-style: none !important;
    margin-left: 0px !important;
    padding-right: 5px;
}

.profile-right-star ul {
    display: flex;
    align-items: center;
}

.box-profile-danhgia {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.profile-right-star {
    padding-left: 20px;
}

.profile-right-star ul li i {
    color: #ffbc01;
}

.tilde-hedding-danhgia p {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.desc-comment {
}

strong.woocommerce-review__author {
    font-weight: 600;
    font-size: 18px;
}


.rating {
    display: inline-block;
  }
  
  .rating input {
    display: none;
  }
  
  .rating label {
  }
  
  .rating label:before {
  }
  
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: #6f00ff;
    transition: color 0.3s;
  }
  .inner-text-tuongtu p span {
    display: block;
}

.inner-text-tuongtu p {
    color: #000;
    text-transform: uppercase;
    font-size: 33px !important;
    font-weight: 800 !important;
}

.inner-text-tuongtu p span {
    font-size: 20px;
    font-weight: 500;
    border-image: linear-gradient(90deg, #fff0, #fff, #fff0) 1;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.inner-text-tuongtu {
    position: relative;
}

.clm.product-body-pages:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://marblex.peacefulqode.co.in/wp-content/uploads/2022/11/marble_720.png);
}

.item-slick-brand-nav img {
    height: 155px;
    border-radius: 10px;
}
.rating {
    display: inline-block;
  }
  
  .rating input {
    display: none;
  }
  
  .rating label {
  }
  
  .rating label:before {
    content: '\2605';
    font-size: 19px;
  }
  
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: #ffbc01;
    transition: color 0.3s;
  }
  .review_form_wrapper h3 {
    color: #000;
    font-size: 20px;
}

form.comment-star {
    padding-top: 0px;
    width: 70%;
}

p.comment-form-comment textarea {
    position: relative;
    height: 50px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #5c5c5c;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #686868;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

p.comment-form-author input {
    position: relative;
    height: 50px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7px 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #5c5c5c;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #686868;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

p.comment-form-author {
    padding-top: 30px;
}

p.comment-form-cookies-consent {
    padding-top: 20px;
}

p.comment-form-cookies-consent label {
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
}

.form-submit-form-danhgias button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 10px 43px 10px 46px;
    color: #fff;
    background: #562a1e;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 25px;
    border-radius: 5px;
}
.box-slick-ptop:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.box-slick-ptop a {
    display: block;
    overflow: hidden;
}
h2.aboutus-title {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.box-pixel-khung.size {
    padding-left: 50px;
}


h4.promo-title {
    color: #000;
    font-size: 17px;
    font-weight: 800;
}

.service-item.clm {
    padding-bottom: 20px;
}

h2.aboutus-title p {
    color: #0080bd;
    font-size: 26px;
    padding-top: 5px;
    margin-top: 5px;
    border-image: linear-gradient(90deg, #fff0, #0080bd, #fff0) 1;
    border-top: 1px solid #0080bd;
    display: inline-block;
}
section.aboutus {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.aboutus-img:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(335deg);
    content: "";
    z-index: 1;
    animation: expand 4s infinite;
}

.aboutus-img {
    animation: upDown 5s infinite;
    position: relative;
    overflow: hidden;
}
.clm.product-body-pages:after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(335deg);
    content: "";
    z-index: 1;
    animation: expand 4s infinite;
}
@keyframes expand {
    0% {
        height: 0%;
        background-color: hsla(0, 0%, 100%, .3);
    }

    50% {
        height: 250%;
        background-color: transparent;
    }

    100% {
        height: 0%;
        background-color: hsla(0, 0%, 100%, .3);
    }
}
@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.products-memert {
    padding: 0px 50px;
}

h1.roduct_title.entry-title {
    font-size: 24px;
    padding-bottom: 5px;
    color: #562a1e;
    text-transform: uppercase;
}

.desc-products-details ul li {
    list-style: disc;
    margin-left: 20px;
}
span.divider {
    padding: 5px 0px;
}
.img-slick-bran-details a {
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
section.box-tt-products {
    position: sticky;
    border: 1px solid rgb(180, 180, 180);
    -webkit-box-shadow: 0px 9px 14px #fbfbfb;
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    padding: 20px;
    top: 100px;
}
@media (max-width:990px){
	
.item-slick-brand-nav img {
    height: 100px;
    border-radius: 10px;
}
    .title-chatluong p {
        font-size: 23px;
    }
    
    .box-inner-whys h2 {
        font-size: 25px;
    }
    .sticky-add-to-cart {
        display: none;
    }
    section.news-tintuc {
        padding: 0px 10px;
    }
    .clm.product-body-pages {
        background: none;
        margin-bottom: 15px;
    }

    section.tabs-products-details .tabs {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }
    
    .box-scroll-tabs {
        overflow-x: scroll;
    }

}
@media (max-width:768px){
    .item-pixel-khung ul {
        flex-wrap: wrap;
    }
    
    .item-pixel-khung ul li {
        margin-bottom: 10px;
    }
    .products-memert {
        padding: 0px 10px;
    }
    .box-miment {
        flex-wrap: wrap;
    }
    
    .box-pixel-khung.size {
        padding-left: 0px;
    }
.list-prices-products .giamoi {
    font-size: 22px;
}

.list-prices-products span.giacu s {
    font-size: 17px;
}
    .box-inner-whys ul {
        width: 90%;
        min-width: max-content;
        max-width: fit-content;
    }
    
    .box-inner-whys {
        overflow-x: scroll;
    }
    
    .box-inner-whys ul li {
        width: 80%;
    }
    
    .img-slick-bran-details img {
        height: unset;
    }
    section.product-tuongtu {
        padding-top: 20px;
    }
    .star-danhgia {
        display: block;
    }
    
    .star-danhgia span {
        display: block;
        width: 100%;
    }
    
    .star-danhgia img {
        width: 100px;
        height: 100px;
    }
    
    .star-danhgia p {
        padding: 10px 0px;
    }
    
    .model-products-commetn-list {
        width: 95%;
    }
    
    time.woocommerce-review__published-date {
        display: none;
    }
    .box-danhgia-icon{
        padding-bottom: 10px;
    }
.price-tuongtu {
    display: block;
    text-align: center;
}

.price-tuongtu s {
    padding-right: 0px;
}

.box-iner-text-minaco p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.list-item-chatluong ul li {
    width: calc(100% / 1);
    padding-bottom: 20px;
}

.list-item-chatluong ul {
    flex-wrap: wrap;
}

section.chatluong {
    padding: 30px 0px;
    padding-bottom: 0px;
}

section.whys {
    padding: 20px 0px;
}

.box-inner-whys ul li {padding-right: 20px;}

.box-inner-whys ul li:last-child {
    padding-right: 0px;
}

.box-images-why {
    display: none;
}

.hedding-danhgias p {
    font-size: 25px;
    text-align: center;
}

.box-danhgia-icon:before {
    content: "";
    background: none;
}

.btn-themdanhgia:before {
    content: "";
    background: none;
}
}
.item-slicks-nav {
    margin: 0px -5px;
}