/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/* .icon-box .icon{
    width: 108px;
    height: 108px;
}

.icon-box .icon img {
    width: 64px;
    position: relative;
    top: 50%;
    margin-top: -32px;
}

.parallax-container ~ .bg-overlay, .custom_page-title > .bg-overlay {
    background: rgba(20, 57, 84, 0.6);
    opacity: 1;
}

.parallax-container ~ div a{
    color: #FFF;
}

.alert button.close{
    background: transparent;
    border: 0;
    top:0;
    padding:0;
}

.custom_page-title{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customTable {
    margin-top: 30px;
    border-top-color: #e4e6ef;
    border-top-style: solid;
    border-top-width:2px;
}

.table.customTable th {
    font-weight:bold;
    border-bottom-width:2px;
}
.customTable p{
    margin-bottom: 0;
}

#mainMenu nav > ul > li:hover > a, a:not(.btn):not(.badge):hover{
    color: #113955;
}

.heading-text.heading-section h2::before{
    background-color: #113955;
} */
 
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@font-face {
	font-family: 'URW-Geometric';
	src: url('../fonts/URWGeometricRegular.eot');
	src: local('☺'), url('../fonts/URWGeometricRegular.woff') format('woff'), url('../fonts/URWGeometricRegular.ttf') format('truetype'), url('../fonts/URWGeometricRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'URW-Geometric-Bold';
	src: url('../fonts/URWGeometricBold.eot');
	src: local('☺'), url('../fonts/URWGeometricBold.woff') format('woff'), url('../fonts/URWGeometricBold.ttf') format('truetype'), url('../fonts/URWGeometricBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend.eot');
	src: local('☺'), url('../fonts/Lexend.woff') format('woff'), url('../fonts/Lexend.ttf') format('truetype'), url('../fonts/Lexend.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Lexend-family{
    font-family: 'Lexend';
}

.URW-Geometric-bold {
    font-family: 'URW-Geometric-Bold';
}

body {
    font-family: 'URW-Geometric';
    color:#2A2A2A;
}

a {
    color:#DDC2B1;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color:#B19B8E;
}

.btn-link{
    font-size: 20px;
    font-weight: 700;
    color: #8B7A70;
    background-color: #8B7A70;
    border-radius: 20px;
    padding: 19px 28px;
    color:#FFF;
    display: inline-block;
    white-space: nowrap;
}

.btn-link:hover{
    background-color: #B19B8E;
    color:#FFF !important;
}

.btn-link-small{
    font-size: 16px;
    padding: 19px 14px;
}



.kenburns-bg{
    background-position: right; /* TODO: rtl */
    background-repeat: no-repeat;
    background-size: auto;
}

.inspiro-slider .slide .container{
    padding-top: 40px;
}

.banner-description{
    padding-top:45px;
}

.banner-description p{
    color: #8B7A70;
    font-size:44px;
}

.home_3_block{
    padding:0 25px;
}

.home_3_block h3{
    color: #8B7A70;
    font-size:32px;
    margin-bottom:22px;
}

.home_3_block p{
    color: #8B7A70;
}


#header .header-inner{
    background-color: #D5BAA7;
}

#header .header-inner #logo a .logo-default{
    line-height: normal;
}

#mainMenu nav > ul > li > a {
    color:#FFF;
}

#mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li > a:hover, #mainMenu nav > ul > li > a:focus, #mainMenu nav > ul > li > a:active {
    color:#8B7A70;
}

#mainMenu nav > ul > li .dropdown-menu > li:hover > a {
    color:#8B7A70;
}

.home-page-text-block{
    padding: 0 45px;
}

.best-sellers-header{
    line-height: 55px;
    margin-bottom: 55px;
    
}

.best-sellers-title, .best-sellers-cateogory{
    font-size:48px;
}

.best-sellers-title span{
    color:#DDC2B1;
}

.best-seller-product-image-container {
    background: url('../images/product-circle-bg') no-repeat center center;
    background-size: contain;
    padding: 36px 20px;
    text-align: center;

    /* ensures the image stays centered vertically too */
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-seller-product-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden; /* ensures a perfect circle */
}

.best-seller-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* keep aspect ratio, no stretching */
    border-radius: 50%;   /* keep rounded image */
}


.best-seller-product-info-container{
    text-align: center;
    padding: 30px 0;
}

.best-seller-product-info-title{
    font-size:24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.best-seller-product-info-action a{
    font-size:24px;
    font-weight: 500;
}

.random-products-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.random-products-header-title{
    font-size:48px;
    
}

.random-products-header-title span{
    color:#8B7A70;
}

.products-block-container{
    display: flex;
    flex-wrap: wrap;
    gap:120px;
    margin-top: 100px;
}

.product-block-container{
    margin-top: 100px;
    background-color: #F6F0ED;
    border-radius: 16px;
    position: relative;
    width: calc(33.333% - 90px);
    padding: 0 15px;
}

.product-block-image-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -100px;
    right: -40px; /* TODO: rtl */

    /* center the image vertically/horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-block-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden; /* crop to circle */
}

.product-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* keep aspect ratio, no stretching */
    border-radius: 50%;
}


.product-block-info-container{
    padding: 150px 0 30px 0
}

.product-block-info-title{
    font-size:24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-block-info-title a{
    color:#8B7A70;
}

.product-block-price-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0;
}

.product-block-price{
    font-size:36px;
    font-weight: 800;
}

.about-us-home-container{
    padding-top: 45px;
}

.about-us-home-title{
    font-size: 37px;
    
    margin-bottom: 25px;
    line-height: 1.2;
    color: #8B7A70;
}

.about-us-home-description{
    font-size: 22px;
}

.footer-section{
   background-color: #D5BAA7; 
}

.footer-logo{
    margin-bottom: 35px;
}

.footer-follow-us {
    font-weight: 900;
    color:#FFF;
    font-size: 32px;
    margin-bottom: 25px;
}

.footer-section .social-icons li a{
    color:#FFF;
}

.footer-links h4{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#8B7A70;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li a{
    color:#FFF;
    font-size: 20px;
    display: block;
    padding: 12px 0;
}

.about-us-background-container{
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.about-us-section, .our-team-section{
    background: transparent;
}

.about-us-text{
    margin-top: 40px;
    padding-right: 20px;
}

.about-us-text p {
    font-size: 20px;
}

.our-team-header-title{
    font-size: 48px;
    
    margin-bottom: 55px;
    line-height: 1.5;
}

.our-team-header-title span{
    display: block;
    color:#DDC2B1;
}

/* team container */
.our-team-section {
    display: flex;
    flex-wrap: wrap;
}

.team-item {
    padding: 15px;
}

.team-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

.team-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay hidden by default */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    opacity: 0;
    visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    /* Smooth fade + slide effect */
    transform: translateY(20px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.team-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
}

/* Hover effect */
.team-box:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* Responsive */
@media (max-width: 991px) {
    .team-item { width: 50%; }
}

@media (max-width: 575px) {
    .team-item { width: 100%; }
}

.contact-us-page-title{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-us-page-subtitle{
    font-size: 20px;
    margin-bottom: 60px;
    color: #475467;
}

.contact-form-container{
    background-color: #F4EBE5;
    padding: 40px;
    border-radius: 16px;
}

.btn-submit{
    background-color: #8B7A70;
    border-radius: 8px;
    color:#FFF;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border:0;
}

.btn-submit:hover{
    background-color: #B19B8E;
    color:#FFF !important;
}

.contact-us-info-block{
    margin-bottom: 45px;
}

.contact-us-info-icon{
    color:#8B7A70;
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-us-info-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-us-info-description{
    font-size:16px;
    line-height: 1.8;
    color:#475467;
}

.contact-us-info-description a, .contact-us-info-description h3{
    color: #8B7A70;
    font-weight: 600;
    font-size:16px;
}

.quantity input[type=button]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.grid-filter{
    position: sticky;
    top: 80px;
    z-index: 2;
    margin-bottom: 0;
    background: #FFF;
}

.grid-filter ul{
    display: flex;
    overflow-x: auto;
    padding: 15px 0;
    flex-direction: row;
    margin-bottom: 0;
    gap: 20px;
}

.grid-filter ul li {
    white-space: nowrap;
    margin: 0;
}

.grid-filter ul li a {
    color: #8B7A70;
    font-size: 24px;
    
    border-color:#8B7A70;
    border-radius: 16px;
    padding: 16px 22px;
}

.grid-filter.gf-outline li.active a, .grid-filter.gf-outline li a:hover{
    background-color: #8B7A70;
    color:#FFF;
    border-color:#8B7A70;
}


.products-inner-block-container{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    margin-top: 60px;
}

.product-inner-block-container{
    background-color: #F6F0ED;
    border-radius: 16px;
    width: calc(33.333% - 20px);
    padding: 15px;
    border:2px solid #CFC6C4;
}

.product-inner-block-image{
    width: 100%;
    height: 240px;
}

.product-inner-block-image-container{
    width: 100%;
}

.product-inner-block-image img{
    max-height: 240px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-inner-block-info-container{
    padding: 30px 0;
}

.product-inner-block-info-title{
    font-size:36px;
    
    margin-bottom: 15px;
}

.product-inner-block-info-title a{
    color:#8B7A70;
    line-height: 32px;
}

.product-details-title{
    font-size:48px;
    line-height: 34px;
    color:#8B7A70;
    margin-bottom: 35px;
}

.product-details-price{
    font-size:36px;
    font-weight: 800;
    margin-bottom: 25px;
    color:#2A2A2A;
}

.product-details-price sup {
    font-size:22px;
    font-weight: 500;
    margin: 15px;
}

.product-details-separator-line{
    width: 237px;
    max-width: 100%;
    border-top:2px solid #4A1D1F;
    height:1px;
    margin: 100px 0;
}

.product-details-description{

}

.product-details-description h1{
    font-size:44px;
    
    color:#8B7A70;
    font-family: 'URW-Geometric-Bold';
}

.product-details-description h3 {
    font-size:22px;
    font-weight: 800;
    color:#8B7A70;
    font-family: 'URW-Geometric-Bold';
    margin-bottom: 25px;
}

.product-details-description p{
    font-size:22px;
    color:#272727;
}

.product-details-attr-title{
    color:#2A2A2A;
    font-size:48px;
    
    margin-top: 50px;
}

.product-details-attr-items-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 45px;
}

.product-details-attr-item{
    border:1px solid #CFC6C4;
    border-radius: 16px;
    padding: 10px;
    min-width: 110px; 
}

.custom-radio input[type="radio"]{
    display: none;
}

label.custom-radio{
    font-size:20px;
    font-weight: 600;
    color:#8B7A70;
    cursor: pointer;
    line-height: normal;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}

.custom-radio .radio-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #DDC2B1;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    min-width: 20px;
    min-height: 20px;
}

/* checked style = fill with darker color */
.custom-radio input[type="radio"]:checked + .radio-mark {
    background-color: #B19B8E; /* darker version of #DDC2B1 */
    border-color: #B19B8E;
}

/* optional hover effect */
.custom-radio:hover .radio-mark {
    border-color: #c5ad9f; /* optional subtle hover */
}

.product-details-info-item{
    border-radius: 16px;
    padding: 20px 40px;
    min-width: 110px;
    font-size: 20px;
    
}

.product-details-info-item-dark {
    background-color: #8B7A70;
    color:#FFF;
}

.product-details-info-item-light {
    background-color: #DDC2B1;
    color:#404040;
}

.product-details-note{
    font-size: 22px;
    color:#272727;
    margin-top: 30px;
    font-weight: 400;
}

.checkout-page-container{
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

.checkout-page-first-col, .checkout-page-second-col{
    flex: 1;
}

.checkout-page-section{
    margin-bottom: 40px;
}

.checkout-page-section-title{
    font-size: 24px;
    color:#2A2A2A;
    margin-bottom: 30px;
}

.checkout-page-label{
    font-size:20px;
    font-weight: 500;
    color:#344054;
    margin-bottom: 10px;
}

.checkout-page-input{
    border-radius:8px;
    border:1px solid #CFC6C4;
    padding: 10px 14px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.checkout-page-delivery-item{
    padding: 12px 18px;
    border:1px solid #CFC6C4;
    font-size:16px;
    color:#8B7A70;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 8px;
}

.checkout-page-cart-preview-container{
    background-color: rgba(221, 194, 177, 0.19);
    padding: 40px;
}

.checkout-page-cart-preview-item{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}

.checkout-page-cart-preview-item-image{
    width: 120px;
    height: 120px;
    position: relative;
}

.checkout-page-cart-preview-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-page-cart-preview-item-counter{
    position: absolute;
    top: -14px;
    right: -14px; /* TODO: rtl */
    background-color: #8B7A70;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color:#FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:2px;
}

.checkout-page-cart-preview-item-title{
    font-size: 20px;
    color:#2A2A2A;
    font-weight: 400;
}

.checkout-page-cart-preview-item-price{
    font-size: 22px;
    color:#2A2A2A;
}

.checkout-page-cart-preview-subtotal, .checkout-page-cart-preview-delivery-fee{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.checkout-page-cart-preview-subtotal-title, .checkout-page-cart-preview-delivery-fee-title{
    font-size: 20px;
    color:#2A2A2A;
    font-weight: 400;
}

.checkout-page-cart-preview-subtotal-price, .checkout-page-cart-preview-delivery-fee-price{
    font-size: 22px;
    color:#2A2A2A;
}

.checkout-page-cart-preview-total{
    border-top:2px solid #8B7A70;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-page-cart-preview-total-title{
    font-size: 20px;
    color:#8B7A70;
    font-weight: 600;
}

.checkout-page-cart-preview-total-price{
    font-size: 22px;
    color:#8B7A70;
}

.shop-cart .cart-product-thumbnail img{
    max-width: 180px;
}

.footer-contact-info *{
    color:#FFF !important;
}

#mainMenu.menu-center nav{
    margin-left: -90px;
    margin-right: 0px;
}

.header-extras2{
    margin-left: 90px;
    margin-right: 0px;
}