@import url('../fonts/avenir.css');
:root{
    --mainFont: "avenir", sans-serif;
}
body {
    background-image: linear-gradient(to right, #ecdeb3 5%, #b29c5a 50%, #efefef 50%, #f3f3f3);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--mainFont);
}
body.no-gradient {
    background-image: unset;
    background-color: #fff;
}
.bg-style2{
    background-image: none;
    background-color: #f3f3f3 !important;
}
.page-navbar .navbar{
    background-color: #fff;
    box-shadow: 0 1px 20px 0px rgb(0 0 0 / 8%);
    padding: 15px 0;
}
.nav-links li {margin: 8px 15px;}
.nav-links li a{color: #000;}
.nav-links li a:hover{color: #b29c5a;}
.nav-icon-img img{width: 50px;}
.nav-links.user-area li{margin: 0 15px;}
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(30 30 30 / 90%) !important;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}
.input-group-text{border:  1px solid #ebebeb;}
.search-box.active {
    display: block;
}
.search-box input{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.search-box a{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.slider{position: relative;}
#slider .fa-solid{color: #b29c5a;}
.carousel-indicators button{background-color: #b29c5a !important;}
.product-info-box {
    background-color: rgb(255 255 255 / 58%);
    width: 80%;
    padding: 20px 40px;
    text-align: center;
    border-radius: 15px;
    position: relative;
}
.product-item{margin-bottom: 8rem;}
.product-item.style1 .product-info-box {border: 2px solid #b29c5a;}
.product-item.style2 .product-info-box {border: 2px solid #fff;}
.product-info-box h3,
.product-info-box span,
.product-info-box p, 
.products .btn-group {margin-bottom: 20px;}
.product-info-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 28%);
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(50px);
    opacity: .7;
}
.products .btn-group .btn{border-radius: 50rem;}
.products .btn-group .btn:nth-child(2), .products .btn-group .btn:nth-child(3){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-info-box .cart-item-price{display: none;}
.product-item .form-control, .form-select {
    border-color: #b69f60 !important;
    box-shadow: inset 0 1px 8px 0 rgb(0 0 0 / 8%);
}
.btn-primary{box-shadow: inset 0px -11px 11px rgb(0 0 0 / 18%);}
.btn-group .btn-primary {border: none;}
.btn-group.cart-active .btn-primary {
    background-color: #07b41c;
}

.slider-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-caption h3, .carousel-caption p {text-shadow: 0px 3px 8px rgb(0 0 0 / 10%);}
.page-navbar {
    position: relative;
    z-index: 5;
    transition: .4s;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #b69f60;
    color: #fff;
}
li.dropdown li a:hover {color: #fff !important;}
li.dropdown>.nav-link:focus,  li.dropdown>.nav-link:hover {color: #b69f60;}
.dropdown-item:focus, .dropdown-item:hover {background-color: #b59e5e;}
.carousel-indicators button {background-color: #fff !important;}
footer {
    background-color: #f6f6f6
}
.product-table-box .item .content {border-left: 1px solid #dbca99;}
.products-box .product-table-box .item:nth-child(1) .content {border-left: none}
.product-table-box .owl-theme .owl-dots .owl-dot.active, .product-table-box .owl-theme .owl-dots .owl-dot  {border-radius: 15px;}
.close-menu{
    position: absolute;
    right: 50px;
    top: 20px;
}
.color-switch ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}
.color-switch ul li {margin: 0 8px;}
.color-switch ul li .switch-color {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50% !important;
    padding: 4px;
    border-color: transparent;
}
.color-switch ul li.active .switch-color {
    border-radius: 50% !important;
    border: 3px solid #000;
    padding: 4px;
}
.switch-color.blue {background-color: #1f1f77;}
.switch-color.green {background-color: green;}
.switch-color.silver {background-color: silver;}
.switch-color.gray {background-color: gray;}
.product-carousel{
    transition: .4s;
    height: 0;
    overflow: hidden;
}
.product-carousel.active{
    height: max-content;
    transition: .4s;
}
.logo-sticky{
    position: fixed;
    z-index: 3;
    right: 15px;
    bottom: 15px;
    display: none;
}
.logo-sticky img{width: 50px;}
.v-text.t{
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.v-text.b {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}
.v-text{letter-spacing: 4px;}
.owl-next{right: 0;}
.owl-prev{left: 0;}
.img-hover {
    position: relative;
    overflow: hidden;
}
.img-hover img {
    position: relative;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition-property: transform, -webkit-transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s;
}
.img-hover:hover img {
    transform: scale(1.1);
    transition-duration: .6s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.img-hover-bg:hover .event-item {filter: grayscale(.65);}
.img-hover-bg:hover .blog-item-bg-img {filter: grayscale(.65);}
.img-hover-bg:hover .blog-item-small-img {filter: grayscale(.65);}
.modal .product-item .product-table-box .item:nth-child(1) .content {border-left: 0 !important;}
.close-modal {
    position: absolute;
    right: 40px;
    top: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #b69f60;
}
.close-modal a{
    padding: 3px 6px;
}
.page_loader {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.page_loader img {
    position: absolute;
    width: 100px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    animation: fadeIn 1s infinite alternate;
}
@keyframes fadeIn { 
    from { opacity: 0; } 
}
.lang-switch a {
    margin: 8px;
    position: relative;
}
.lang-switch a:after {
    content: "";
    position: absolute;
    border: 1px solid #b69f60;
    height: 100%;
    left: -10px;
    top: 2px;
}
.lang-switch a:nth-child(1):after {content: none;}
.nav-links a {
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 14px;
}
.search-box-area{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 65%;
    z-index: 10;
}
a.close-search {
    position: absolute;
    top: 20px;
    right: 50px;
}
.breadcrumbs-links {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs-links li {
    margin: 0 10px;
    position: relative;
}
.breadcrumb ul li:after {
    content: "\f0da";
    position: absolute;
    right: -13px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    top: 2px;
}
.breadcrumb ul li.active:after {content: none;}
.breadcrumb ul li.active a{text-decoration: none;}
.nav-item{margin: 0 10px;}
.nav-tabs {border-bottom: none;}
.nav-link {
    background-color: transparent !important;
    color: #000;
    border-radius: .25rem !important;
    border: none !important;
    opacity: .5;
    transition: .4s;;
}
.nav-link:hover, .nav-link.active{
    background-color: transparent !important;
    border-radius: .25rem !important;
    color: #000 !important;
    opacity: 1;
}
.login .nav-link {
    border: 1px solid !important;
}
.login .nav-link:hover, .login .nav-link.active{
    border-color: #000;
}
.breadcrumb {
    background-color: #222;
    padding: 15px;
    text-align: center;
}
.breadcrumb h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.breadcrumb ul li a{
    color: #fff;
    text-decoration: underline;
}
.counter {width: max-content;}
.page-navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.bg-accent{background-color: #b69f60;}
.account .nav-item {
    margin: 0 !important;
}
.account li {padding: 10px 0;}
.account li button{
    margin: 0;
    padding: 0;
}
.form-control{border: 1px solid rgba(183, 160, 98, 0.9) !important;}
.boxed .box-left-border {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.boxed .box-right-border {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.boxed .box-border {
    border-radius: 20px;
}
.table.table-borderless tbody tr td {border-bottom: 2px solid rgb(223 223 223 / 18%) !important;}
.table.table-borderless tbody {border-top: 2px solid rgb(223 223 223 / 18%) !important;}
.nav-link:focus, .nav-link:hover {color: #000;}
.table thead{background-color: #b69f60;}
.account table img, .order-details table img  {width: 100px;}
.order-details-box h5 {
    background-color: #b69f60;
    display: block;
    padding: 15px;
}
.order-details-box {border: 1px solid rgb(207 194 152 / 40%);}
.order-details-box .info{padding: 20px;}
footer a:hover{color: #fff;}
.cart-item-quantity{display: none;}
.table-hover>tbody>tr:hover {background-color: rgb(156 137 82 / 20%);}
.btt {
    background-color: #bca769;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
}
.product-item{margin-bottom: 150px;}
.discount-price{display: none;}
.w-65{width: 65%;}
/* New 11-11-2022 */
.switcher-btn {
    margin-top: -10px;
    margin-right: -10px;
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
.switcher-btn:focus {
    box-shadow: unset !important;
}
.dropdown-menu[data-bs-popper] {
    min-width: 15rem;
    left: -100px;
}
.btn-switch-area ul.dropdown-menu.show{padding: 20px;}
.btn-switch-area .dropdown-menu > li:hover {
    background-color: transparent;
}
.product-item{
    position: relative;
    border: 1px solid rgba(178, 156, 90, 0.144);
}
.product-info {
    background-color: rgb(246 246 246);
}
.product-info p{margin: 0;}
.product-item a{display: block;}
.product-item .product-title, .product-item .product-price, .product-item .product-icons a i{
    color: #000;
    transition: .5s;
}
.product-item:hover .product-title, .product-item .product-icons a:hover i{
    color: #b29c5a !important;
}
.products .owl-carousel .product-item{margin: 0;}
.products .product-item{margin-bottom: 30px;}
.product-item .product-image .image-fit-fix{height: 200px;}
/* Image Fit Fix */
.image-fit-fix {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-fit-fix::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.image-fit-fix img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Image Fit Fix End */
.page-item.active .page-link {
    background-color: #bca769;
    border-color: #bca769;
    color: #fff !important;
}
/* New 13-12-2022 */

ul.sub-cat-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropdown ul.sub-cat-items li{margin-bottom: 10px !important;}
.dropdown .sub-cat-items>li>a{
    padding: 0 !important;
    color: #000;
    text-transform: capitalize;
}
.dropdown .sub-cat-items>li>a:hover{color: #b29c5a !important;}
.sub-cat-title{
    margin-bottom: 15px;
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 13px;
}
.view-all-sub-cat {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
    text-transform: capitalize !important;
    font-size: 12px !important;
}
.view-all-sub-cat:hover {
    color: #b29c5a;
}
.megamenu .row{border: none !important;}
.has-megamenu .nav-link{
    color: #000 !important;
    opacity: 1 !important;
    font-weight: bold;
    text-transform: capitalize;
}
.sub-cat-items a {border: none !important;}
.sub-cat-items a {
    font-weight: 400;
}
.category-item h6 {
    font-size: 13px !important;
    text-transform: capitalize;
}
.product-info h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize !important;
}
.price-was{
    text-decoration: line-through;
    color: red;
    font-size: 13px;
}
/* .megamenu .row .col-lg-3:after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: rgb(0 0 0 / 8%);
    height: 100%;
    right: 50px;
    top: 0;
} */
.megamenu .row .col-lg-3:last-child:after {
    content: none;
}
.megamenu .row .col-lg-3 {
    position: relative;
    border-right: 1px solid rgb(0 0 0 / 14%);
    padding: 0 20px;
    text-align: center;
}
.navbar .megamenu {padding: 2rem;}
.cats-carousel .category-item img {
    border: 2px solid #9c8852;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
}
.bottom-footer {
    background-color: #000;
    color: #fff;
}
.bottom-footer a{
    color: #fff;
}
footer ul li a {
    margin-bottom: 8px !important;
    display: block;
}
ul.footer-social-media {
    padding: 0;
    margin: 0;
    list-style: none;
    /* display: inline-flex; */
}
/* ul.footer-social-media li{margin: 0 8px;} */
.mobilenav-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: -1px -1px 20px 2px rgb(0 0 0 / 4%);
}
.mobilenav-area a{
    padding: 15px;
    display: block;
    font-size: 20px;
    text-align: center;
}
.mobilenav-area a.cats-menu{font-size: 30px;}