/*
Theme Name: Shop rÆ°á»£u
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --primary: #942838;
  --secondary: #fcb714;
}

@font-face {
  font-family: icons; 
  src: url(/inc/fonts/icons.eot?t=1750252268); 
  src:
    url(/inc/fonts/icons.eot?t=1750252268#iefix) format('eot'), 
    url(/inc/fonts/icons.woff?t=1750252268) format('woff'),    
    url(/inc/fonts/icons.ttf?t=1750252268) format('truetype'), 
    url(/inc/fonts/icons.svg?t=1750252268#icons) format('svg'); 
}

i.fa-truck:before {
    content: "\EA39";
    font-family: 'icons';
}
.ns-Icon:before {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.ns-Icon--deliveryTruck:before{
  content:"\EA39"
}

.product-attribute__item p {
    margin-bottom: 10px;
}

.product-info .price-wrapper {
    padding-top: 8px;
    padding-bottom: 12px;
}

.price-wrapper bdi {
    font-weight: 900;
}
p.price.product-page-price.price-on-sale {
    display: flex;
    gap: 24px;
    align-items: baseline;
}

.price-wrapper del {
    order: 2;
    text-decoration: none;
    position: relative;
}

.price-wrapper span {
    font-weight: 900;
    display: flex !important;
    justify-content: center;
    align-items: baseline;
    color: var(--primary);
}

.product-info .price-wrapper span.price-first-digit {
    font-size: 40px;
}

.product-info .price-wrapper del span.price-first-digit {
    font-size: 34px;
}

.price-wrapper del span {
    color: #000;
    font-size: 90%;
}

.price-wrapper del:before {
    content: '';
    width: 60px;
    height: 1.5px;
    background: #990D23;
    position: absolute;
    top: 18px;
    left: -14px;
    transform: rotate(-37deg);
}

#reviews {
    background: white;
    border-radius: 16px;
    padding: 40px;
}

.review-form-inner .stars span {
    margin-left: 8px;
    margin-top: 10px;
    display: block;
}

.stars a {
  font-size: 24px;
  color: transparent;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
  border: 0 !important;
}

.stars a::after {
  position: absolute;
  left: 0px;
  top: -7px;
  color: #ccc;
  text-indent: 0;
}

.stars a.selected::after {
  color: orange;
}

.text-white {
  color: white;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.bg-white {
  background-color: white;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.home_main, .archive main#main {
    background: url('https://ruouvang.giaodien.org/wp-content/uploads/2025/07/HABILLAGE-GENERIQUE-ANG-scaled.png');
    background-size: 100%;
}

.home_main {
    padding: 0 !important;
}

.row.home_ss {
  position: relative;
  background: white;
  max-width: 1480px;
}

.row.home_ss1 {
  padding: 100px 120px;
}

.row.home_ss2 {
  padding: 64px 80px;
}

.row.home_ss3 {
  padding: 64px 80px;
}

.row.home_ss4 {
  padding: 64px 80px;
}

.row.home_ss5 {
  padding: 64px 80px 0;
}

.row.home_ss6 {
  padding: 30px 80px;
}

.row.home_ss2, .row.home_ss4 {
  background: rgb(247, 244, 235);
}

.row.home_ss1::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 80px;
  right: 80px;
  border: 1px solid var(--primary);
  border-radius: 0;
  pointer-events: none;
  z-index: 0;
}

.row.home_ss > .col {
  position: relative;
  z-index: 1;
  padding: 0;
}

.row.home_ss1 > .col .col-inner {
  height: 100%;
}

.row.home_ss1 .col.large-4:first-child p {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    color: var(--primary);
}

.row.home_ss1 .col.large-4:first-child p span {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.row.home_ss1 .col.large-8 .col .col-inner {
    background: var(--primary);
    color: white;
    font-size: 14px;
    font-weight: 900;
    padding: 12px 8px;
}

.row.home_ss1 .col.large-8 .col .col-inner .flex {
    gap: 10px;
    align-items: center;
    height: 100%;
}

.row.home_ss1 .col.large-8 .col .col-inner .flex p {
    margin-bottom: 0;
}

.row.home_ss1 .col.large-8 .col {
    padding-bottom: 0;
}

.row.home_ss1 > .col .col-inner .row {
    height: 100%;
}

.row.home_ss1 .col.large-8 .col:last-child .col-inner {
    background: var(--secondary);
    color: var(--primary);
}

.home_ss h2.section-title.section-title-normal,.home_ss h2.section-title.section-title-center {
    border-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}

.section-title span {
    border-bottom: 0;
    position: relative;
    display: block;
    padding-bottom: 0;
    color: var(--primary);
}

.section-title span:after {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--secondary);
    position: absolute;
    bottom: -8px;
    left: 0;
}

.home_ss h2.section-title.section-title-center b {
    display: none;
}

.home_ss h2.section-title.section-title-center {
    display: block;
    text-align: center;
    position: relative;
}

.home_ss h2.section-title.section-title-center span.section-title-main {
    display: flex;
    justify-content: center;
}

.home_ss h2.section-title.section-title-center span:after {
    left: auto;
}

.home_ss .product-small.box {
    height: 100%;
    background-color: #f7f4eb;
    box-shadow: 0 0 24px 5px rgba(148, 40, 56, .2);
}

.home_ss .row.large-columns-4 .col-inner {
    height: 100%;
}

.home_ss .product-small.box .box-image {padding: 16px;}

.home_ss .product-small.box .box-text {
    padding-top: 0;
    padding-bottom: 10px;
}

.product-category {
    font-size: 13px;
    color: #851c2e;
    margin-top: 5px;
}

.product-attribute {
    font-size: 12.5px;
    color: #555;
}

.product-small.box .box-text > .add-to-cart-button {
    display: none;
}

.product-small.box p.name.product-title a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 40px;
    margin-bottom: 12px;
}

.product-small.box .product-category, .product-small.box .product-attribute-1 {
    background: black;
    color: white;
    padding: 4px;
    margin-bottom: 6px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.product-small.box .product-attribute-1 {
  background: var(--primary)
}

.product-small.box .product-attribute-2, .product-small.box .product-attribute-3 {
  color: var(--primary);
  font-size: 12px;
}

.product-small.box .price-wrapper span.price-first-digit {
    font-size: 24px;
}

.product-small.box .price-wrapper del span.price-first-digit {
    font-size: 20px;
}

.product-small.box .price-wrapper ins {
  padding-right: 8px;
}

.price-wrapper del:before {
    width: 60px;
    height: 1px;
    background: #990D23;
    position: absolute;
    top: 20px;
    left: 8px;
    transform: rotate(-20deg);
}

.product-small.box .price-wrapper span {
  padding-top: 4px;
  padding-bottom: 4px;
}

.product-small.box .price-wrapper .product-attribute span {
    font-size: 10px;
    font-weight: 500;
    color: #555;
}

.product-small.box .product-delivery {
    font-size: 12px;
    color: var(--primary);
}

.product-small.box form.cart {
    margin-bottom: 0;
}

.product-small.box form.cart .ux-quantity {
    margin-top: 0;
}

.product-small.box form.cart button.button.add_to_cart_button {margin: 0;background: #ff7300;min-height: 38px;font-size: 14px;font-weight: 400;}

.product-small.box form.cart .product-actions {justify-content: center;}

.product-small.box form.cart .ux-quantity .minus,.product-small.box form.cart .ux-quantity .plus {
    width: 24px;
    background: white;
    border-color: #ff7300;
    color: black;
    min-height: 38px;
}

.product-small.box form.cart .ux-quantity .qty {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-color: #ff7300;
    min-height: 38px;
}

.badge-container {
    left: auto;
    right: 30px;
    font-size: 14px;
}

.badge-container .callout.badge {
    width: 50px;
    height: 40px;
}

.badge-container .callout.badge .badge-inner.secondary.on-sale {
    border-radius: 6px;
    background: var(--secondary);
}

.home_ss3 .product-small.box {
    padding: 60px 0;
    min-height: 560px;
}

.home_ss3 .product-small.box p.name.product-title a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.home_ss3 .product-small.box form.cart .product-actions {
    justify-content: center;
}

.home_ss3 .product-small.box .price-wrapper span.price-first-digit {
    font-size: 44px;
}

.home_ss3 .product-small.box span.woocommerce-Price-amount.amount {
    font-size: 30px;
}

.home_ss3 .product-small.box .price-wrapper .price {flex-wrap: wrap;}

.home_ss3 .product-small.box .price-wrapper .price del span.woocommerce-Price-amount.amount {
    font-size: 18px;
}

.home_ss3 .product-small.box .price-wrapper .price del .price-first-digit {
    font-size: 30px;
}

.home_ss3 .product-small.box .price-wrapper .price del {
    margin-top: -12px;
}

.home_ss3 .product-small.box .price-wrapper del:before {
    width: 80px;
    top: 26px;
    left: 16px;
}

.home_ss3 .product-small.box .price-wrapper .product-attribute {
    padding-top: 8px;
    padding-bottom: 8px;
}

.home_ss3 .product-small.box .product-delivery {
    padding-bottom: 8px;
}

.home_ss3 .col.large-6:last-child {
    padding-left: 30px;
}

.home_ss3 .col.large-6:last-child .image-cover {
    padding-top: 264px !important;
}

.home_ss3 .col.large-6:last-child .box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_ss3 .col.large-6:last-child .box {
    position: relative;
}

.home_ss3 .col.large-6:last-child .box-text h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.home_ss3 .col.large-6:last-child .box-text h4:before {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--secondary);
    position: absolute;
    bottom: -12px;
}

.home_ss5 .col .col-inner {
    background: var(--primary);
    padding: 60px 100px;
    height: 100%;
}

.home_ss5 .col:last-child .col-inner {
    background: var(--secondary);
}

.home_ss5 .col:first-child {
    padding-right: 15px;
}

.home_ss5 .col:last-child {
    padding-left: 15px;
}

.home_ss5 .section-title span {
    color: white;
    font-size: 28px;
}

.home_ss5 .col .col-inner .icon-box {
    margin-bottom: 32px;
    align-items: center;
}

.home_ss5 .col .col-inner .icon-box .icon-box-img {
  width: 80px !important;
  height: 80px;
}

.home_ss5 .col .col-inner .icon-box .icon-box-text p {
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.home_ss5 .col .col-inner .icon-box .icon-box-text .flex {
    flex-wrap: wrap;
}

.home_ss5 .col:last-child h2.section-title.section-title-center span:after {
    background: white;
}

.home_ss5 .col:last-child .section-title span {
    color: var(--primary);
}

.home_ss5 .icon-box:hover .has-icon-bg .icon .icon-inner {
    background: none;
}

.home_ss6 .container.section-title-container {
    margin-bottom: 0;
}

.home_ss6 h2.section-title.section-title-center {
    font-size: 24px;
}

.home_ss6 .text p {
    font-size: 14px;
    margin-bottom: 12px;
}

.category-info {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.category-info img {
    width: 100%;
    max-height: 250px;
}

.category-info > * {
    width: 100%;
}

.category-info div div {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

.category-info h1 {
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.category-info p {
    max-width: 500px;
}

.category-toolbar {
    align-items: center;
    justify-content: end;
    gap: 32px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.category-toolbar select.orderby {
    border-radius: 5px;
    background-position: right .45em top 50%;
    padding-right: 30px;
}

@media(min-width: 1023px){

}

@media(max-width: 855px){


}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}