:root {
    --plume-white: rgb(229, 224, 216);
    --tanami-desert: rgb(209, 177, 90);
    --marshy: rgb(142, 116, 48);
    --black-wash: rgb(13, 13, 13);

  }

.header a:not(.btn):hover{
    color: var(--tanami-desert) !important;
}

.container {
    max-width: calc(100vw - 100px);
}

.container, .container-fluid {
    padding: 0 !important;
}

.social-icon-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
}

.social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    background-color: rgb(121, 100, 42);
    transition: transform 0.3s ease; /* Adds smooth animation when moving up */
}

.social-icon:hover {
    transform: translateY(-5px); /* Moves the icon up on hover */
}

.social-icon > i {
    font-size: 21px;
    color: rgb(229, 224, 216);
    transition: color 0.3s ease; /* Optional: Add transition for color change */
}

.social-icon:hover > i {
    color: #ffffff; /* Change icon color on hover */
}

/* header.header, .header-bottom{
    background-color: var(--black-wash);
    padding: 10px;
} */

.header-middle {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 1.2rem;
    border-bottom: none;
}

.header-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-lhs-container>.quick-contact {
    flex-direction: column;
}

.header-lhs-container>.quick-contact>a {
    color: var(--tanami-desert);
    font-size: 14px;
    font-weight: 600;
}

.logo img {
    display: block;
    width: 200px;
}


.header-rhs-container {
    display: flex;
    flex-direction: row;
}

.header-right>.header-rhs-container>a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #D3AC3C !important;
    font-size: 14px;
    font-weight: 700;
}

.header-right>.header-rhs-container>a:hover {
    color: var(--plume-white) !important;
}

.menu > li > a {
    color: var(--plume-white);
    position: relative;
    padding: 1.8rem 0 1.7rem 0;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.009em;
    line-height: 1.1;
    text-transform: capitalize;
}

/* .header-rhs-container>a:first-child {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ffffff99;
} */

.header-rhs-container>a>i {
    font-size: 28px;
    color: #D3AC3C !important;
}


.header-center .main-nav a {
    font-size: 16px;
    text-transform: uppercase;
}

a.header-home-icon{
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    color: var(--tanami-desert);
    font-size: 20px;
    background-color: transparent;
    border: 3px solid var(--marshy);
    transition: transform 0.3s ease; /* Adds smooth animation when moving up */
}


.header-bottom {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.header-bottom>.header-container>.header-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 50px;
}

.header-bottom>.header-container>.header-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 35px;
}

.search-wrapper {
    width:55vw;
    max-width: 950px;
    border-radius: 100px;
}

.search-field {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: #ffffff;
    border-radius: 100px;
    border-right-width:0 ;
    border-top-right-radius:0 ;
    border-bottom-right-radius:0 ;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.search-button {

    font-weight: bold;
    font-size: 20px;

    padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D3AC3C;
    color: #ffffff;
    border-style: none;
    gap: 0px;

    border: 1px solid #eee;
    border-radius: 50px;
    border-left-width:0 ;
    border-top-left-radius:0 ;
    border-bottom-left-radius:0 ;
}

.cart-dropdown > a i {
    font-size: 2.6rem;
    color: #ffffff;
}



.header-bottom .header-right > a, .cart-toggle {
    color: var(--plume-white) !important;
    font-size: 19px !important;
    font-weight: 400 !important;
}

/* .header-bottom .header-right > .cart-toggle{
    font-size: 2.6rem;
    color: #ffffff;
} */

.cart-toggle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}



.cart-dropdown .cart-count {
    /* position: absolute; */
    
    padding: 4px 8px;
    border-radius: 4px;
    color: rgb(229, 224, 216);
    background-color: rgb(156, 18, 17);
    /* position: absolute;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -5px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3em;
    background: #D3AC3C;
    color: #fff;
    text-align: center; */
}


.cart-dropdown a i {
    font-size: 18px;
}

i.fas.fa-shopping-bag.mr-1 {
    font-size: 1.1em;
}


footer.footer-dark {
    background-color: var(--black-wash);
}

footer.footer-dark>.container {
    max-width: calc(100vw - 250px);
}

footer .footer-top {
    padding: 10rem 0 6rem 0;
    border-bottom: 1px solid #eee;
}

.footer-dark p, .footer a, .footer span {
    color: var(--plume-white);
    font-family: "Nunito", serif;
    font-size: 14px;
}

.footer-dark li, .footer .contact-item a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    list-style-type: none;
}

.contact-item a{
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

ul.contact-list {
    padding: 0;
}

.footer-dark .fa-angle-right{
    color: var(--plume-white);
    font-size: 18px;
    list-style-type: none;
}

.footer-top .widget-title {
    color: var(--plume-white);
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}




/* Style for the custom list */
.custom-list {
    list-style: none; /* Remove default list bullets */
    padding-left: 0;  /* Remove left padding */
}

.custom-list li {
    font-size: 16px;   /* Set the font size */
    margin-bottom: 10px;  /* Space between list items */
    padding-left: 30px;  /* Create space for the icon */
    position: relative;  /* To position the icon correctly */
}

.custom-list li::before {
    content: "\f00c";  /* Font Awesome checkmark icon */
    font-family: "Font Awesome 5 Free";  /* Font Awesome font family */
    font-weight: 900;  /* Ensure it's a solid icon */
    position: absolute;
    left: 0;  /* Align the icon to the left of the list item */
    top: 50%;  /* Vertically center the icon */
    transform: translateY(-50%);  /* Adjust vertical centering */
}


h3.product-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* 28 */

.cart-dropdown .products {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
}

.product.product-cart {
    width: calc(100% - 15px);
}


  /* Webkit scrollbar styling */
  .custom-scroll::-webkit-scrollbar {
    width: 7px;
    height: 12px;
  }

  .custom-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }

  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #fff;
  }

  .custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }



  .mini-cart-input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: fit-content;
    padding: 5px;
}

.mini-cart-input-group>.quantity-plus, .mini-cart-input-group>.quantity-minus {
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #eee;
    color: #666;
    font-size: 1.4rem;
    border: none;
}

/* Hide spinner for Chrome, Safari, and newer versions of Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinner for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: to ensure the number field behaves normally on all browsers */
input[type="number"] {
  appearance: none;
}

.mini-cart-qty-input {
    width: 50px;
    border: none;
    text-align: center;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    padding: 3rem 20px;
}

.check-wrapper {
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #b2ab9e66;
    padding: 50px;
    margin: auto;
    background-color: rgb(44, 38, 43);
}


/* 2 */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup {
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
    text-align: center;
    max-width: 640px;
    width: 90%;
}
.popup img {
    max-width: 100%;
    border-radius: 8px;
}
.popup-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
}
.popup-buttons button {
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    margin: 0;
    font-size: 14px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    border: 2px solid #ffffff;
}
.agree-btn {
    background-color: #004aad;
    color: white;
}
.agree-btn:hover {
    background-color: #003580;
}
.decline-btn {
    background-color: #ccc;
    color: #333;
}
.decline-btn:hover {
    background-color: #aaa;
}
.decline-message {
    display: none;
    color: red;
    font-weight: bold;
    margin-top: 20px;
}
.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 40px;
    background-color: transparent;
    background-image: linear-gradient(rgba(13, 13, 13, 19%) 2%, rgb(121, 100, 42) 100%);
    padding: 40px 20px;
}

.popup > h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3em;
}

.popup-content > p.heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 0;
    margin: auto;
}

.popup-buttons > .deny-btn {
    font-weight: 800;
    background-color: #a40000;
}

.popup-buttons > .agree-btn {
    font-weight: 800;
    background-color: rgb(27, 136, 80);
}

.popup-buttons button:hover {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7), 0 0 20px 2px rgba(255, 255, 255, 0.7), 0 0 30px 2px rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 600px) {
    
    .popup{
        padding: 0;
    }

    .popup-buttons {
        column-gap: 15px;
    }
    .popup-buttons button {
        width: 120px;
        font-size: 14px;
        font-weight: 600 !important;
        padding: 15px;
    }
    
    .popup > h2 {
        font-size: 14px;
        font-weight: 600;
    }

    .popup-content > p.heading {
        font-weight: 600;
    }
}

.text-black {
    color: #000000 !important;
}


/* Header */

.main-nav>.ps-container>.navigation__right>ul.menu>li>a {
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.menu > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Footer */

.ps-list--link span.menu-title:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.ps-list--link span.menu-title{
    font-family: "Nunito", Sans-serif;
    font-size: 1em;
}

.widget_contact-us .widget_content>p>i {
   margin-right:10px;
}

.widget_contact-us .widget_content {
    padding-left: 1.5em;
}

.warning-banner {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000000;
    padding: 20px;
}

.warning-banner p{
    color: #FFFFFF;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    word-spacing: 0px;
    margin: 0;
}


/* Home page */


.home-hero-slider>.ps-home-banner {
    height:600px;
}

.ps-block--site-features {
    column-gap: 60px !important;
    justify-content: center !important;
    border: none !important;
}

.ps-block--site-features .ps-block__item {
    width: 100%;
    max-width: 350px !important;
    border: 1px solid #e5e8ec;
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.5);
    padding: 20px !important;
}

.ps-block--site-features .ps-block__right h4 {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.row.three-col-home-slider {
    max-width: 80%;
    margin: 50px auto;
}

.row.three-col-home-slider>.col-lg-4>.ps-home-banner.ps-home-banner--1 {
    height: 550px;
}

.disclaimer {
    background-color: #000000;
    margin: 60px;
    padding: 60px;
}

.disclaimer h5 {
    color: #DD0F0F;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.disclaimer p {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
}

/* About page */


.about-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  
.about-section .item {
    flex: 1;
}

.about-section .item:first-child.content {
    padding: 10px 50px 10px 10px;
}

.about-section .item:nth-child(2).content {
    padding: 10px 10px 10px 50px;
}

.about-section .item p{
    color:#000000;
    text-align: justify;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    line-height: 28px;
    letter-spacing: -0.2px;
}


.about-section .item ul>li>span::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-right: 10px;
}

.about-section .item ul>li>span{
    color:#000000;
    text-align: justify;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.about-section .item ul>li{
    margin-bottom: 18px;
}

.about-section .item.content ul {
    list-style-type: none;
}

/* .about-section.two {
    margin-top: 40px;
    margin-bottom: 60px;
} */
  
.about-section.two .item:first-child {
    display: flex;
    justify-content: center;
}

.about-section.two .item:first-child img {
    max-width: 68%;
    box-shadow: -59px -42px 2px 0px rgba(0, 0, 0, 0.04);

}

.about-parallax-wrapper{
    background-image: url(/storage/about/whatsapp-image-2023-02-04-at-115519-am-1.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 60vh;
    position: relative;
    z-index: 1;
}

.about-parallax-container {
  text-align: center;
  color: #3a3a9d;

  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
    background-color: #000000a6;
  padding: 30px;
}

.about-parallax-container p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    line-height: 20px;
    padding: 25px;
}

.about-card-wrapper {
    width:100%;
  background-image: url(/storage/about/1-1.jpg);
}


.about-card-wrapper .brand-cards {
  display: flex;
  flex-direction: row;
  padding: 10px;
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.about-card-wrapper .brand-cards:hover {
background: #ffffff;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.brand-cards.logo {
  width:240px;
}


.ps-shop-brand.ps-carousel--responsive .owl-dots .owl-dot {
    background-color: rgb(255 255 255 / 30%);
}
.ps-shop-brand.ps-carousel--responsive .owl-dots .owl-dot.active {
    background-color: rgb(255 255 255);
}

.ps-shop-brand.ps-carousel--responsive .owl-dots {
    position: relative;
    margin-top: 20px;
}

.ps-block--user-header a {
    color: #ffffff;
}

.ps-widget--account-dashboard .nav-item:not(:last-child) {
    margin: 0;
}

.abt.container p {
    font-family: "Montserrat", Sans-serif;
}

.brand-cards .content p {
    font-family: "Montserrat", Sans-serif;
}

.brand-cards .content h4 {
    font-family: "Montserrat", Sans-serif;
}

.recently-view-products .ps-container {
    padding: 0 !important;
}

.ps-carousel--nav .ps-product {
    max-width: 250px !important;
}