*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Tajawal", serif;
}
a{
    text-decoration: none;
    display: inline-block;
    color: #ddae71;
}
.error{
    border-color:#a94442!important
}
body{
    /* font-family: 'Segoe UI'; */
}
#cart{
    position: relative;
}
#Profile .select2-selection {
    min-height: 2.8rem;
    border-radius: 10px !important;
    border: 0.5px solid lightgray;
}
#Profile .select2 {
    width: 100% !important;
}

#Profile input.form-control {
    border: 1px solid gray;
    background-color: #fff !important;
    opacity: 1;
    width: auto;
    position: inherit;
}
#address-fields-guest .form-control{
    border: 1px solid #D9D9D9!important;
}
#Profile .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #ddd;
margin: auto;
display: flex;
align-items: center;
justify-content: flex-start;
border-radius: 0 !important;
}
#Profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: gray;
}
#Profile .select2-container--default .select2-selection--single .select2-selection__arrow {
top:auto
}
#register-form #Profile .select2-container--default .select2-selection--single{
    border-radius: 4px!important
}
#register-form #address-fields input {
border-radius: 4px!important;
}
h1,h2,h3,h4{
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}

.logo {
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.logo img {
    display: block;
    max-height: 100px;
    max-width: 100%;
    height: auto;
}
.all-btn {
    color: #222;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1.5px solid #000;
    padding: 12px 33px;
    background: transparent;
    position: relative;
    transition: all 0.5s;
    text-decoration: none !important;
    z-index: 1;
}
.all-btn:after {
    content: "";
    background: #000;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}
.all-btn:hover{
    color: #fff !important;
}


.dropdown-item:active{
  background-color: transparent;
  color: #222;
}
.all-btn:hover:after {
    width: 100%;
}
.main-heading {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
}
.modal-product-details{
    padding: 2rem;
}
.btn-primary{
    background: #d39f5a;
    border-color: #d39f5a;
    color: #fff;
}
.btn-primary:hover{
    background: #d39f5a;
    border-color: #d39f5a;
    color: #fff;
}
.sub-heading {
    color: #222;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
}
p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mb-show {
    display: none;
}
.header-btn a:hover {
    color: #fff !important;
}
.custom-control-indicator{
    display: none;
}
 .custom-control{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
 }
 .panel-details-container {
    padding: 2rem;
 }
/* header-css */
.header {
    position: sticky;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}

.main-header-inner {
    margin: 0 40px;
}
.main-header .container, .main-header .container-lg, .main-header .container-md, .main-header .container-sm, .main-header .container-xl {
    max-width: 1200px;
    margin: 0 auto;
}
.main-header .container {
    max-width: 1200px;
    /* margin: 0 -12px; */
}

.main-header-inner nav.navbar, .main-header-inner a.navbar-brand {
    padding: 0;
}
ul.navbar-nav li {
    margin-right: 34px;
}
ul.navbar-nav li a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header-social-icon a:hover svg path {
    fill: #d39f5a;
}
.main-header {
    /*height: 85px;*/
    background: #ffffff;
}

.dropdown.language button {
    background: transparent;
    border: 0;
}
@media (max-width:350px)  {
    .dropdown.language .dropdown-menu {
        position: absolute;
        top: 70px;
        left: 11px !important;
        background: #fff;
        border: 1px solid #000;
        border-radius: 0;
    }

        ul.navbar-nav .li-item {
            margin-right: 46px !important;
            margin-left: 12px !important;
          border-bottom: none !important;
        }
      .navbar-nav .dropdown {
        /* margin: 0 62px 0 -20px !important; */
      }
}
.navbar-nav .span-dropdown {
    margin: 0 20px  !important;
  }
.dropdown.language .dropdown-menu {
    position: absolute;
    top: 30px;
    left: -110px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}
/*.dropdown.language.active .dropdown-menu {
    display: block;
}*/
.dropdown.language .dropdown-menu a.dropdown-item {
    /* font-family: 'Inria Sans-B'; */
    font-family: "Tajawal", serif;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem;
}
.dropdown.language .dropdown-menu a.dropdown-item i {
    font-style: normal;
    text-transform: capitalize;
}
#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
   /* transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;*/
}
.loader-btn {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgb(233, 237, 238);
  border-right-color: rgb(221 174 113);
  margin: auto;
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}
.loader {
  width: fit-content;
  padding-bottom: 5px;
  font-weight: bold;
  /* font-family: monospace; */
  font-size: 30px;
  overflow: hidden;
  color: #0000;
  text-shadow: 0 0 0 #000,10ch 0 0 #000;
  background: linear-gradient(#000 0 0) bottom left/0% 3px no-repeat;
  animation: l14 1.5s infinite;
}
.loader:before {
  content: "Loading...";
}
@keyframes l14 {
    80%  {text-shadow:    0  0 0 #000,10ch 0 0 #000;background-size:100% 3px}
    100% {text-shadow: -10ch 0 0 #000,0    0 0 #000}
}
.profile .dropdown-toggle::after{
    display: none;
}
.header-social-icon a:last-child, .header-social-icon a span {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.strike-price {
    text-decoration: line-through;
    color: darkred!important;
    white-space: nowrap;
    font-size: 14px!important;
    font-weight: 400;
}
.header-social-icon ul li a {
    padding: 25px 0;
}
.header-social-icon ul li .module-cart{
    position: relative;
}
ul.navbar-nav li:last-child {
   /* margin-right: 0;*/
}
ul.navbar-nav {
    align-items: center;
}
.main-header-inner .navbar .header-btn a {
    margin: 0 50px 0 15px;
}

.main-header-inner .container{
    align-items: center;
}
.main-header-inner .navbar-brand {
    background: #f5f0d8;
    width: 140px;
    border-bottom-right-radius: 50px;
}
.main-header-inner .navbar-brand img {
    position: relative;
    z-index: 3;
    width: 100%;
}
.main-header-inner nav.navbar div#navbarSupportedContent {
    padding: 5px 0;
    justify-content: end;
}
.inner-item {
    height: 100vh;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.header-social-icon a svg {
    margin-right: 15px;
}
.header-social-icon a .notification {
    position: absolute;
    background: #ddae71;
    right: 6px;
    top: 14px;
    font-size: 15px;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top:0.12rem;
}
.main-header-inner ul.navbar-nav li.nav-item a:hover {
    color: #ddae71;
}
/* header-css */
section.banner-section {
    position: relative;
}
/* section.banner-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(40, 43, 46, 0.00) 100%);
    z-index: 1;
} */
.banner-section .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-top: 15px;
    width: 350px;
    margin: 0 auto;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 55px;
    height: 2px;
    margin: 0;
    background: #869791;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.banner-section .owl-dot.active:before {
    content:" 0 " counter(slides-num) ;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: absolute;
    left: 40px;
    top: 5px;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-section .owl-dot {
    margin: 0;
}
.banner-section .owl-dot {
    display: inline-block;
    counter-increment:  slides-num;
    margin-right: 0;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section  .owl-theme .owl-dots .owl-dot:hover span {
    background: #ddae71 !important;
}
.banner-section .owl-dots:after {
    content: " 0 " counter(slides-num);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    right: 35px;
    top: 5px;
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-section .owl-nav button.owl-next i ,    .banner-section .owl-nav button.owl-prev i , .featured-salider .owl-nav button.owl-next i , .featured-salider .owl-nav button.owl-prev i , .our-menu-salider .owl-nav button.owl-next i , .our-menu-salider .owl-nav button.owl-prev i , .special-offer-salider .owl-nav button.owl-next i , .special-offer-salider .owl-nav button.owl-prev i {
    /* font-family: 'FontAwesome'; */
    color: #fff;
}
.banner-section button.owl-next , .banner-section button.owl-prev , .featured-main button.owl-next , .featured-main button.owl-prev , .our-menu-salider button.owl-next , .our-menu-salider button.owl-prev , .special-offer-salider button.owl-next , .special-offer-salider button.owl-prev    {
    background-color: #DDAE71 !important;
    height: 38px;
    width: 38px;
    border-radius: 0 !important;
}
.banner-section .owl-nav {
    position: absolute;
    left: 5%;
    display: flex;
    flex-direction: column;
    bottom: 6%;
}
.banner-content {
    width: 100%;
    max-width: 500px;
    background: #282B2E;
    padding: 38px;
    position: absolute;
    right: 6%;
    top: 30%;
    z-index: 3;
}
.banner-btn a {
    border: 1.5px solid #DDAE71;
    color: #fff;
}
.banner-btn a.all-btn:hover {
    color: #000;
    border: 1.5px solid #fff;
}
.banner-btn  a.all-btn:hover:after {
    width: 100%;
    background-color: #fff;
}
.banner-content-inner p {
    margin: 30px 0;
}
/* ====section.featured-setion==== */
section.featured-setion {
    padding: 100px 0;
    background: #F4F4F4;
    overflow: hidden;
}
.featured-section-heading  h2 {
    position: relative;
    margin-bottom: 70px;
}
.featured-section-heading h2:after , .our-menu-section-heading h3:after , .special-offer-heading  h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 368px;
    margin: 0 auto;
    bottom: -30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: url('../images/heading-line.svg');
}
.featured-image {
    width: 100%;
    overflow: hidden;
    flex:1.5
}
.featured-image:hover img {
    transform: scale(1.1);
}
.featured-image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    transition: all 0.5s;
}
.featured-content {
   /* padding: 15px;*/
    background: #fff;
    flex: 1;
}
.featured-content a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height:normal;
    /* height: 2rem; */
    /* height: 2rem; */
}
.checkout-section .add_note{
   display: none;
}
.price-and-card p, .price-and-card span {
    font-size: 15px;
    line-height: normal !important;
}
.featured-content p {
    color: #646464;
    font-size: 15px;
    margin: 15px 0;
}
.price-and-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-and-card p span {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.featured-btn a.btn.all-btn {
    color: #D39F5A;

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: 1.5px solid #D39F5A;
}
.featured-btn .all-btn:hover:after {
    width: 100%;
}
.featured-btn a.all-btn:hover {
    color: #fff !important;
}
.featured-section-btn {
    text-align: center;
    margin: 40px 0;
}
.featured-section-btn a {
    background: #d39f5a;
    border-color: #d39f5a;
    color: #fff;
}
.reviews-card {
    position: relative;
    padding: 20px 30px;
    border-radius: 30px 30px 0px 30px;
    background: #FFF;
    margin: 10px auto;
    width: 100%;
    max-width: 440px;
}
.reviews-card h5 {
    color: #222;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    width: 81%;
}
.reviews-card-inner {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 15px;
    width: 35%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.reviews-card-content p {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
}
.reviews-card-content span {
    color: #646464;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}
.reviews-main {
    position: relative;
}
.reviews-main:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ECECEC 23.03%, rgba(217, 217, 217, 0.00) 100%);
    filter: blur(27px);
    width: 646px;
    height: 100px;
    top: 0;
    left: -100px;
    z-index: 1;
}
.reviews-main:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ECECEC 22.1%, rgba(217, 217, 217, 0.00) 100%);
    filter: blur(27px);
    width: 646px;
    height: 100px;
    bottom: 0px;
    left: -100px;
    z-index: 1;
}
section.reviews-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.featured-salider .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}
.featured-salider button.owl-next {
    position: absolute;
    right: -7%;
}
.featured-salider button.owl-prev {
    position: absolute;
    left: -7%;
}
/* ===section.featured-setion==== */

/* ===section.our-menu-section==== */
section.our-menu-section {
    padding: 100px 0 0 0;
    overflow: hidden;
}
.our-menu-section-heading h3 {
    position: relative;
    margin-bottom: 70px;
}

.our-menu-image {
    position: relative;
    height: 550px;
}
.our-menu-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.32) 50.52%, rgba(0, 0, 0, 0.00) 100%);
}
.our-menu-image:hover::after {
    opacity: 1;
}
.our-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-menu-image h4 {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 5;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    transition: all 0.5s;
}
.our-menu-image:hover h4 {
    margin-top: 40px;
}
.our-menu-salider  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.our-menu-salider .owl-nav button.owl-prev {
    position: absolute;
    left: 7%;
}
.our-menu-salider .owl-nav button.owl-next {
    position: absolute;
    right: 7%;
}
/* ===section.our-menu-section==== */
/* ===section.process-section==== */

section.process-section {
    padding: 40px 0;
    background-color: #282B2E;
}
.process-card {
    text-align: center;
    position: relative;
}
.process-content h4 {
    color: #fff;
    margin: 18px 0 20px 0;
}
.process-content p {

    font-size: 15px;
    line-height: 20px;
    width: 70%;
    margin: 0 auto;
}
.process-card:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 55px;
    width: 2px;
    background-color: #ddae71;
}
section.process-section .row .col-lg-4:last-child .process-card:after {
    display: none;
}
/* ===section.process-section==== */
/* ===Special-offers-section==== */
section.special-offer-section {
    padding: 100px 0;
    overflow: hidden;
}
.special-offer-heading h3 {
    position: relative;
    margin-bottom: 70px;
}
.special-offer-main-card {
    display: flex;
    align-items: center;
}
.special-offer-main-left {
    flex: 0 0 28%;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    background: #282B2E;
    left: 5%;
}
.special-offer-main-middle {
    flex: 0 0 45%;
}
.special-offer-main-right {
    flex: 0 0 27%;
    position: relative;
    left: -8%;
}
.special-offer-main-middle-image {
    width: 100%;
    max-width: 415px;
}
.special-offer-main-middle-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.special-offer-main-left h3 {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.special-offer-main-left h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    bottom: -25px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: url('../images/heading-line.svg');
}
.special-offer-main-left p {
    color: #FFF;
    text-align: center;

    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.special-offer-main-left ul {
    margin: 0;
    padding: 0 0 0 18px;
    text-align: left;

}
.special-offer-main-left ul li {
    color: #DDAE71;

    font-size: 17px;
    line-height: 30px;
    position: relative;
}
.special-offer-main-left ul li::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 12px;
    width: 8px;
    transform: rotate(45deg);
    display: inline-block;
    height: 8px;
    background: #d6a564;
}
.special-offer-salider .owl-nav {
    right: 0;
    position: absolute;
    top: 0%;
    left: -32%;
}
section.mission-story-section {
    padding: 0 0 50px;
}
/* ===Special-offers-section==== */
/* ===news-letter-section==== */
section.news-letter {
    position: relative;
    overflow: hidden;
}
section.news-letter:after {
    content: "";
    background-color: #D39F5A;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 235px;
}
.news-letter-image {
    height: 314px;
}
.news-letter-main {
    margin: 0 70px;
    position: relative;
    z-index: 3;
}
.news-letter-content h4 {
    color: #FFF;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
    width: 40%;
    margin-bottom: 30px;
}
.news-letter-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post-content p{
    color: #777!important;
}
.news-letter-content {
    margin-left: 70px;
    margin-top: 70px;
}
.news-letter-inpt input {
    color: #fff;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #fff;
    padding-bottom: 17px;
    width: 100%;
}
.news-letter-inpt input::placeholder{
    color: #fff;

}
.news-letter-content-inner {
    display: flex;
}
.news-letter-inpt {
    flex: 0 0 70%;
}
.news-letter-btn a {
    color: #fff;
    border-color: #fff;
}
.news-letter-btn a.btn.all-btn:hover {
    color: #fff;
    border-color: #000;
}
.news-letter-btn .all-btn:hover:after {
    width: 100%;
}
/* ===news-letter-section==== */
/* ===footer-start-css==== */
.footer-img{
    max-width: 100%;
    /*background: #f5f0d8;*/
    /* width: 140px; */
    border-bottom-right-radius: 50px;
}
footer.footer {
    padding: 70px 0 60px 0;
    background-color: #282B2E;
}
.footer-main p {

    margin: 20px 0 10px;
}
.footer-main-2 h5 {
    color: #DDAE71;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-main-2 h5 a {
    margin-bottom: 15px;
}
.footer-main-2 ul {
    padding: 0;
    margin: 0;
}
.footer-main-2 ul li a {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.footer-social-icons ul li a img {
    margin-right: 10px;
}
.footer-main-2 ul li a:hover {
    color: #d39f5a;
    text-decoration: underline;
}
/* ===footer-start-end==== */
/*====Aboout-us-page-css====*/
section.secondary-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 265px;
    width: 100%;
    display: flex;
    align-items: center;
}

.secondary-banner-main {
    padding: 0 150px;
}
.secondary-banner-heading h1 {
    margin-bottom: 15px;
    width: 80%;
}
section.best-food-section {
    padding: 100px 0;
}
.best-food-content h3 {
    text-align: left;
    margin-top: 15px;
}
.best-food-content p {
    color: #646464;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}
.best-food-main {
    margin: 0 7%;
}
.best-food-content h5 {
    color: #222;

    font-size: 24px;
    line-height: 28px;
    padding: 25px 0 30px;
    margin: 0;
}
.best-food-image {
    width: 420px;
    position: relative;
}
.best-food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mission-story-image {
    width: 100%;
    max-width: 630px;
    position: relative;
}
.mission-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mission-story-content h3 {
    text-align: left;
}
.mission-story-content p {
    color: #646464;

    font-size: 18px;
    line-height: 28px;
}
.best-food-content-btn a {
    background: #DDAE71;
    border-color: #ddae71;
    color: #fff;
}
.best-food-image:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 41px;
    height: 82px;
    background-color: #DDAE71;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    transform: rotate(215deg);
}
.best-food-image:before {
    content: "";
    position: absolute;
    bottom: 10%;
    right: -8%;
    width: 82px;
    height: 67px;
    background-image: url('../images/cricle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: rotate(-5deg);
}
.mission-story-image:after {
    content: "";
    position: absolute;
    left: -13px;
    top: -12px;
    width: 200px;
    height: 200px;
    background-color: #ddae71;
    z-index: -1;
}
section.mission-story-section .row:last-child .col-lg-6
 .mission-story-image:after {
    right: -13px !important;
    left: unset;
}
.news-letter-inpt input:focus {
    outline: none;
    border: none;
    border-bottom: 1.5px solid #fff;
}
/*====Aboout-us-page-css====*/
/*====cart-banner-section====*/
section.cart-banner-section {
    background-color: #282B2E;
    padding: 35px 0;
}
.cart-banner-heading h1 {
    text-align: center;
    font-size: 48px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
section.cart-section {
    padding: 40px 0;
}
@media (max-width:700px) {
    .cart-section{
        padding-left: 20px!important;
        padding-right:20px!important;
    }
}
.cart-table table.table {
    border-spacing: 0 0;
    border-collapse: separate;
    margin-bottom: unset;
}
.cart-table table tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}
.cart-table table thead tr th:first-child {
    text-align: left;
}
.cart-table table thead tr th {
    color: #222;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px solid #A9A9A9;
    border-top: 1px solid #A9A9A9;
    background-color: #F7F7F7;
    padding:15px 30px;
}
.cart-table table thead tr th {
    text-align: center;
}
.cart-table table tbody tr {
    background-color: #F1F1F1;
    border-bottom: 1px solid #BEBEBE !important;
}
.cart-table table tbody td {
    text-align: center;
    background: #fff;
}
.cart-main {
    width: 190px;
    height: 130px;
    background: #fff;
    margin-left: 5px;
  /*  display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 10px;*/
}
.cart-img {
    width: 100%;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}
.cart-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cart-flex h4 {
    margin: 0;
    color: #222;

    font-size: 22px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
}
.cart-heading-inner{
    text-align: left;
}
.cart-heading-inner p {
    color: #222222;
    margin: 7px 0 14px;
}
.cart-product-quntity-btn {
    padding: 0;
    justify-content: center;
}
.product-quntity-btn {
    display: flex;
    align-items: center;
}
.cart-product-quntity-btn form {
    margin: 0;
}
.product-quntity-btn form {
    justify-content: center;
    width: 130px;
}
.cart-table table tbody td:nth-child(2) a {
    width: 100%;
}
.quantity__minus{
    cursor: pointer;
}
.quantity__plus{
    cursor: pointer;
}
.quantity {
     display: flex;
     align-items: center;
     justify-content: center;
     /*padding: 6px; */
    border: 1px solid #D39F5A;
}
.cart-table table td a {
    color: #0A0707;
    /* font-family: 'Poppins'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.quantity__input {
    width: 40px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    border-left: 1px solid #d39f5a;
    border-right: 1px solid #d39f5a;
    color: #000;

    font-size: 16.558px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.231px;
}
.cart-table table td a {
    color: #0A0707;
    /* font-family: 'Poppins'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.quantity a img {
    font-size: 24px;
    color: #000;
}
.cart-table table td a {
    color: #222222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 30px;
}
.quantity__input:focus , .promo-input input:focus{
    outline: none;
}
.cart-banner-section tbody tr td:last-child svg {
    background: #F1F1F1 ;
    padding: 5px ;
}
.cart-table table tbody td:first-child {
    width: 50%;
}
.cart-table table tbody td:nth-child(4) {
    width: 15%;
}
.cart-table table tbody td:nth-child(3) {
    width: 15%;
}
.cart-table table tbody td:nth-child(2) {
    width: 15%;
}
.Summary-cart-main {
    width: 475px;
    /*background-color: #F7F7F7;*/
    padding:10px 20px;

}
.Summary-cart {
    display: flex;
    justify-content: end;
    background: #fff;
    border-radius: 10px;
}
.Summary-cart-main p {
    color: #222;

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.Summary-promo {
    border-bottom: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
    padding: 20px 0;
}
.Summary-promo label {
    color: #222;

    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
}
.promo-input input {
    width: 241px;
    height: 36px;
    border-radius: 0 !important;
    border: 1px solid #646464;
    border-right: 0;
}
.promo-input a.btn.all-btn {
    padding: 7px 30px;
    line-height: normal;
    background-color: #d39f5a;
    color: #fff;
    border-color: #ddae71;
}
.promo-input {
    display: flex;
    align-items: center;
}
.promo-subtotal {
    padding: 20px 0;
    /*border-bottom: 2px solid #d9d9d9;*/
}
.promo-subtotal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo-subtotal-flex h5 {
    color: #222;

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.promo-subtotal-flex span {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.promo-subtotal-btn {
    padding: 30px 0 25px 0;
}
.promo-subtotal-btn a {
    width: 100%;
    color: #ffffff;
    background-color: #d39f5a;
    border-color: #d39f5a;
    border-radius: 26px;
}
.promo-subtotal span , .promo-subtotal span a {
    color: #222;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/*====cart-banner-section====*/
/*====contact-banner-section ====*/
section.contact-banner-section {
    background: #F3F4F4;
    text-align: center;
    padding: 55px 0;
}
section.contact-form-section {
    padding: 50px 0 100px;
    position: relative;
    overflow: hidden;
}
section.contact-form-section:after {
    content: "";
    position: absolute;
    left: -7%;
    top: 35%;
    height: 230px;
    width: 230px;
    background-color: #F1F1F1;
    transform: rotate(45deg);
}
section.contact-form-section:before{
    content: "";
    position: absolute;
    right: -7%;
    top: 20%;
    height: 200px;
    width: 200px;
    background-color: #F1F1F1;
    transform: rotate(45deg);
}
.contact-banner-heading h1 {
    font-size: 48px;
    color: #222;
}
.contact-banner-heading p {
    color: #646464;
    font-size: 18px;
}
.contact-form-main {
    margin: 0 10%;
}
.contact-form-main-left {
    padding: 28px 20px 28px 24px;
    background: #DDAE71;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}
.contact-form-main-left h5 {
    color: #FFF;

    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-form-main-left-inner {
    padding: 20px;
    background: #C79555;
    margin-bottom: 25px;
    border-radius: 20px;
}
.phone-div span {
    display: grid;
    color: #FFF;

    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.phone-div a {
    color: #FFF;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 20px;
}
.contact-form-main-right {
    border: 1px solid #E1E1E1;
    background: #FFF;
    height: 100%;
    padding: 26px 20px;
    border-radius: 10px;
}
.contact-form-main-right h5 {
    color: #222;

    font-size: 20px;
    line-height: normal;
}
.contact-form-main-right form .f-name label {
    color: #4A4A4A;

    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.contact-form-main-right form .f-name input {
    border: 1px solid #D9D9D9;
    background: #F7F7F7;
    width: 100%;
    height: 48px;
    color: #8F8F8F;
    border-radius: 10px;
    font-weight: 400;
    line-height: normal;
    padding: 0 18px;
}
.contact-form-main-right form .f-name input::placeholder , .contact-form-main-right form .f-name textarea::placeholder{
    color: #8F8F8F;

    font-weight: 400;
    line-height: normal;
}
.contact-form-main-right form .f-name input:focus {
    outline: none;
}
.f-name textarea {
    height: 78px;
    width: 100%;
    padding: 15px 0 0 18px;
    color: #8F8F8F;
    border-radius: 10px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #D9D9D9;
    background: #F7F7F7;
}
.f-name textarea:focus {
    outline: none;
}
.contact-form-btn {
    text-align: center;
    padding-top: 13px;
}
.contact-form-btn a {
    background-color: #DDAE71;
    color: #fff;
    border: none;
    padding: 12px  60px;
}
section.map-section {
    height: 322px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*====contact-banner-section ====*/
/*====cheackout-page ====*/

.basic-information-form {
    padding: 30px 0 25px 0;
    border-top: 2px solid #D9D9D9;
}
.basic-information-fname {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.basic-inner label {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 45px; */
    display: block;
}
.basic-inner input:focus{
    outline: none;
}
.basic-inner input {
    border: 1px solid #D9D9D9;
    background: #FFF;
    height: 48px;
    width: 100%;
    padding: 0 20px;
}
.basic-information {
    padding: 40px;
    background: #F7F7F7;
}
.basic-information p {
    color: #222;

    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
section.checkout-section {
    padding: 40px 0 90px;
}
.delivery-perent h5 {
    color: #222;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 20px 0 20px;
    border-bottom: 2px solid #d9d9d9;
    margin: 0;
}
.delivery-perent span {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
/*====cheackout-page ====*/
.content {
    padding: 0;
    width: 100%;
    max-width: 555px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.ding {
    width: 100%;
    padding-bottom: 15px;
}
.content select#country {
    width: 100%;
}
.ss-main .ss-single-selected {
    width: 77%;
    height: 48px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
}
.ss-main .ss-content {
  width: 50%;
}
.ss-main .ss-multi-selected {
    width: 80%;
    padding: 10px;
}
.ss-main .ss-single-selected .placeholder {
    background: transparent;
    color: #646464 !important;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.ss-main .ss-content .ss-search input {
    display: none;
}
.ss-main .ss-single-selected .ss-arrow span {
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s, margin .2s;
}
.placeholder {
    opacity: unset;
}
.ss-option.ss-disabled.ss-option-selected:hover {
    color: #ffffff !important;
    background-color: #5897fb !important;
}
.ss-main .ss-content .ss-list .ss-option.ss-disabled {
    cursor: pointer;
    color: #666666;
    background-color: #ffffff;
}
.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    user-select: unset;
}
.ss-disabled {
    cursor: pointer;
    pointer-events: unset;
}
/*====radio-btn====*/
 .radio-custom {
    opacity: 0;
    position: absolute;
}

 .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #909090;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background: #DDAE71;
    border: 1px solid #DDAE71;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.radio-custom-label {
    position: relative;
    color: #646464;

    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.payment-div .payment-div-inner {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    align-items: flex-start;
    margin: 30px 0;
}
.footer-img {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px !important;
}
.method-desc{
    border: none;
    background-color: transparent;
    padding: 0.5rem 1.6rem;
}
.payment-div-heading h5 {
    color: #222;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding: 0px 0 20px;
    border-bottom: 2px solid #d9d9d9;
    margin: 0;
}
.basic-form-btn {
    text-align: center;
}
.basic-form-btn button {
    color: #ffffff;
    background-color: #DDAE71;
    border-color: #DDAE71;
}
/*====radio-btn====*/
.your-order-div {
    background: #F7F7F7;
    padding: 30px;
}
.your-order-div h5 {
    color: #222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.your-order-inner {
    border-top: 0px;
    display: grid;
    border-bottom: 2px solid #D9D9D9;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}
.your-order-inner-left {
    padding: 12px 0;
}
.your-order-inner-left p {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 8px 0;
}
.your-order-inner-right.text-end img {
    width: 30px;
    height: 30px;
    padding: 8px;
    background-color: #F1F1F1;
}
.your-order-inner-middle.text-end span {
    color: #646464;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.your-order-div .your-order-inner:nth-child(1) {
    border-top:  2px solid #D9D9D9;
}
.your-order-inner-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    border-bottom: 2px solid #D9D9D9;
}
.your-order-inner-div:last-child {
    border: none;
    padding-bottom: 0;
}
.your-order-inner-left-inner h5, .your-order-inner-middle-inner h5 {
    color: #222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.your-order-inner-left-inner p, .your-order-inner-middle-inner span {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0 0 0;
    display: inline-block;
}
/*===order-input-number-css====*/
.iti__selected-flag {
    padding: 8px;
    border-radius: 10px;
    background: #FFF;
}
.iti {
    width: 100%;
}
.iti input {
    border-radius: 0;
}
.iti input:focus {
    box-shadow: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffffff;
}
.iti__arrow {
    margin-left: 6px;
    width: 0px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /* border-top: 5px solid #555; */
}
.iti--separate-dial-code .iti__selected-dial-code {

    font-size: 12px;
}
.iti__country-list {
    overflow-x: hidden;
    width: 380px;
}
a:hover {
    text-decoration: none;
}
.iti__flag-container {
    padding: 0.1rem;
}
/*==order-input-number-css=====*/
/*==product-page-css=====*/
.products-banner{
    background-color: #0A0707;
}
section.product-categories-section {
    padding: 100px 0 40px;
}
product-categories-main-box span{
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.product-categories-main h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color: #222;
    border-left-color: #DDAE71;
    border-left-style: inset;
    padding-left: 15px;
}
.product-categories-right-grid-2 {
    grid-template-columns: 1fr !important;
    overflow: hidden;
}
.product-categories-main-box-flex {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
@media (max-width: 768px){
    html{
        overflow-x: hidden;
    }
  }
.product-categories-main-box-flex .product-categories-image {
    flex: 0 0 50%;
    width: 100%;
    padding: 0 15px;
    height: 170px;
}
.product-categories-main-box-flex .product-categories-content {
    /* flex: 0 0 50%; */
    flex: 0 0 100%;
    text-align: left;
    padding: 0 15px;
}
.product-categories-main-box-flex .product-categories-content , .product-categories-main-box-flex .product-categories-content p ,.product-categories-main-box-flex .product-categories-content h5{
    text-align: left;
}
.product-categories-main-box-flex .product-categories-content p {
    color: #646464;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.product-categories-main-box-flex .product-categories-content span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    display: block;
}
.product-categories-main-box-flex .product-categories-content h5 {
    margin-bottom: 15px;
}
.product-categories-main-box-flex .product-categories-content img {
    height: 17px;
    margin: 5px 0;
}
.product-categories-btn a, .product-categories-btn button {
    color: #fff;
    background-color: #d39f5a;
    border-color: #d39f5a;
}

.categories-show-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.product-categories-main-right .d-flex span {
    color: #222 !important;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-categories-image img {
    width: 100%;
}
.product-categories-image {
    width: 100%;
}
.product-categories-content img {
    height: 17px;
    margin: 15px 0;
}
.product-categories-content h5 {
    color: #222;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-categories-content {
    text-align: center;
}
.product-categories-right-grid {
    margin-top: 30px;
}
.product-categories-content p {
    color: #222;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.product-categories-main-right .hide {
    display: none !important;
}
.product-categories-main-inner.ltn__scrollbar{
    max-height: 350px;
}
.cartitems.ltn__scrollbar{
    max-height: 285px;
}
.ltn__scrollbar {
    overflow-y: auto;
}
section .product-categories-section .product-categories-main .product-categories-main-inner {
    margin-top: 30px;
}
/*====*/
.product-categories-main-inner ul {
  list-style: none;
  padding: 2px;
}
.product-categories-main-inner ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.product-categories-main-inner ul li {
  margin: 0.5em 0;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.product-categories-main-inner ul li:last-child{
    /* border-bottom: 0px !important; */
}
.product-categories-main-inner ul li a.toggle {
    width: 100%;
    display: block;
    padding: 5px;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    color: #222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.212px;
    position: relative;
}
.product-categories-main-inner ul li a.link {
    width: 80%;
    display: block;
    padding: 5px;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    color: #222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.212px;
    position: relative;
}
/* .product-categories-main-inner ul li a.toggle:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../icons/plus-1.svg');
    height: 14px;
    width: 14px;
}
.product-categories-main-inner ul li a.toggle.active:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../icons/minus-1.svg');
    height: 2px;
    width: 14px;
    background-position: center;
} */
.product-categories-main-inner ul.inner li a {

    font-size: 16px !important;
    padding-left: 11px;
}
ul.inner.show a.toggle:after {
    /* left: 0 !important; */
}
ul.inner.show a.toggle.active:after {
    /* left: 0 !important; */
}
a.inner-box {
    position: relative;
}
a.inner-box:after {
    content: "";
    position: absolute;
}
a.inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 11px;
    top: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../icons/minus-1.svg');
}
/*====*/
/*==price-range-css==*/
.price-range .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-range .price-input .field {
    display: grid;
    width: 100%;
    height: 45px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border: 1px solid #DDD;
    padding: 10px 12px;
}
.error {
    border-color: #ff9999 !important; /* Approximate tint of red at 70% */
    background-color: #fff5f5 !important; /* Approximate tint of red at 98% */
  }
 .header .search-input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header .search-input {
    border: none;
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    height: 45px;
}

.search-icon {
    background-color: #f8f9fa;
    border: none;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon i {
    color: #d39f5a;
    font-size: 18px;
}

.header .search-input:focus {
    box-shadow: none;
    outline: none;
}

.search-icon:hover i {
    color: #d39f5a;
}
.field span {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.price-range .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;

    border: none;
    border-radius: 5px;
    text-align: center;
    -moz-appearance: textfield;
}
.price-range {
    margin-top: 30px;
    /* display: none; */
}
.price-range input[type="number"]::-webkit-outer-spin-button,
.price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price-range .slider {
    height: 4px;
    position: relative;
    background: #d39f5a;
    border-radius: 5px;
}
.price-range .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #d39f5a;
}
.price-range .range-input {
  position: relative;
}
.price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #d39f5a;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #d39f5a;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.price-range .support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.price-range .b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.price-range .b-btn.paypal i {
  color: blue;
}
.price-range .b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.price-range .b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

/*==price-range-css==*/

/*==product-page-css=====*/

/*==================sign-up-page-css-start===================*/
section.sign-up-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
section.sign-up-section:after {
    content: "";
    position: absolute;
    left: -9%;
    top: 10%;
    z-index: 1;
    height: 270px;
    width: 240px;
    background-color: #F1F1F1;
    transform: rotate(45deg);
}
section.sign-up-section:before {
    content: "";
    position: absolute;
    right: -10%;
    bottom: 20%;
    z-index: 1;
    height: 200px;
    width: 200px;
    background-color: #F1F1F1;
    transform: rotate(45deg);
}
.sign-up-main {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 40px;
    background-color: #F1F1F1;
}
.sign-up-heading h4 {
    color: #222;
    text-align: center;

    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.sign-up-heading p {
    color: #646464;
    font-size: 18px;
    line-height: 15.96px;
    text-align: center;
    margin: 20px 0;
}
.sign-up-heading p a {
    color: #DDAE71;
    margin-left: 5px;
}
.sign-up-email label {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    line-height: normal;
    display: block;
}
.sign-up-email input {
    border: 1px solid #DDAE71;
    background: #FFF;
    height: 48px;
    width: 100%;
    color: #8F8F8F;

    font-weight: 400;
    line-height: normal;
    padding: 0 18px;
    outline: none;
}
.sign-up-email {
    padding-bottom: 10px;
}
.forgot-sign {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forgot-sign a {
    color: #DDAE71;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.96px;
    text-decoration-line: underline;
}
.forgot-sign button {
    background-color: #d39f5a;
    color: #ffffff;
    border-color: #ffffff;
}
.sign-up-main-inner span.sign-line {
    color: #646464;

    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 34px 0;
    text-align: center;
    display: block;
    position: relative;
}
.sign-up-main-inner span.sign-line:before{
    content: "";
    position: absolute;
    left: 13%;
    top: 52%;
    background: #DDAE71;
    height: 1px;
    width: 95px;
}
.sign-up-main-inner span.sign-line:after {
    content: "";
    position: absolute;
    right: 13%;
    top: 52%;
    background: #DDAE71;
    height: 1px;
    width: 95px;
}
.sign-up-icons {
    text-align: center;
}
.sign-up-icons a {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*==================sign-up-page-css-end====================*/
/*=====sample-form-modal-css======*/
.modal-body button.btn-close {
    position: absolute;
    right: 2%;
    top: 3%;
    box-shadow: none;
}
.sample-form-modal .sample-modal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sample-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample-modal-image {
    width: 100%;
    position: relative;
    height: 740px;
}
.sample-modal-image p {
    position: absolute;
    bottom: 8%;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    z-index: 2;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.sample-form-modal .modal-body {
    padding: 0;
}
.sample-modal-left, .sample-modal-right {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}
.sample-form-modal .modal-content {
    border-radius: 0;
    background-color: #F7F7F7;
}
.sample-modal-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.60) 0.69%, rgba(0, 0, 0, 0.48) 24.5%, rgba(0, 0, 0, 0.00) 99.33%);
}
.sample-modal-form h4 {
    color: #222;
    text-align: center;

    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}
.sample-modal-form form .sample-fname label {
    color: #646464;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.sample-fname input {
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    height: 48px;
    color: #8F8F8F;

    font-weight: 400;
    line-height: normal;
    outline: none;
    margin-bottom: 18px;
}
.sample-modal-form {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.sample-fname textarea {
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    outline: none;
    height: 123px;
    position: relative;
    z-index: 12;
}
.sample-form-btn {
    text-align: center;
    margin-top: 15px;
}
.sample-form-btn button {
    background-color: #DDAE71;
    color: #ffffff;
    border-color: #DDAE71;
}

.sample-modal-form:before {
    content: "";
    position: absolute;
    right: -35%;
    top: 0;
    width: 118px;
    height: 118px;
    background: #fff;
    transform: rotate(45deg);
}
.sample-modal-form:after {
    content: "";
    position: absolute;
    left: -25%;
    bottom: 0%;
    width: 100px;
    height: 100px;
    background: #fff;
    transform: rotate(45deg);
}
/*=====sample-form-modal-css======*/
/*=======product-2-page======*/
section.product-2-section {
    padding: 30px 0;
}
.product-2-main {
    padding: 0 30px;
}
.product-2-left {
    background-color: #282B2E;
    padding: 34px;
    position: sticky;
    top: 16%;
}
.product-2-left ul {
    padding: 0;
    margin: 0;
}
.product-2-main .col-lg-4, .product-2-main .col-lg-8 {
    padding: 0;
}
.product-2-left ul li:last-child a {
    margin: 0;
}
.product-2-left ul li a {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.product-2-right-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.product-2-right-image:hover img {
    transform: scale(1.05);
}
.product-2-right-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    transition: all 0.5s;

}
.product-2-right-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.product-2-right-image h4 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #FFF;

    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px;
    margin: 0;
}
.product-2-right-content ul{
    margin: 0;
    padding: 0;
}
.product-2-right-content ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #E0E0E0;
}
.product-2-right-content ul li:last-child{
    border: none;
}
.product-2-right-content {
    border: 1px solid #E0E0E0;
    background: #FFF;
}
.product-2-right-content-left-inner a {
    color: #222;

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.product-2-right-content-left-inner p {
    color: #646464;
    margin: 5px 0 0 0;
    font-size: 14px;
}
.product-2-right-content-right-inner-child {
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: end;
    gap: 20px;


}
.product-2-right-content-right-inner-child .btn{

    width: auto;
    justify-self: end;
}
.product-2-right-content-right-inner-child p {
    margin: 0;
    color: #646464;
    text-align: right;

    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.product-2-right-content-right-inner-child p span {
    color: #222;

    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-2-right-content-right-inner-child a {
    border: 1.5px solid #D39F5A;
    color: #D39F5A;
    padding: 14px;
}
.product-2-right-flex {
    margin-bottom: 30px;
}
/*=======product-2-page======*/

.shopping-cart {
     background: white;
     border:1px solid #222;
     width: 320px;
     position: absolute;
     top: 85px;
     right: 0px;
     padding: 0px;
     overflow: hidden;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
     opacity: 0;
     -webkit-transform-origin: right top 0;
     -webkit-transform: scale(0);
     transform-origin: right top 0;
     transform: scale(0);
}
 .shopping-cart.active {
     opacity: 1;
     -webkit-transform-origin: right top 0;
     -webkit-transform: scale(1);
     transform-origin: right top 0;
     transform: scale(1);
}
 .shopping-cart .shopping-cart-header {
     border-bottom: 1px solid #e8e8e8;
     padding-bottom: 15px;
}
 .shopping-cart .shopping-cart-header .shopping-cart-total {
     float: right;
}
.shopping-cart .shopping-cart-items {
    padding: 20px;
    border-bottom: 1px solid #000;
    margin: 0;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    border-bottom: 1px solid #ddae71;
    padding-bottom: 20px;
    position: relative;
}
.shopping-cart .shopping-cart-items li:last-child{margin: 0; border:0;}
 .shopping-cart .shopping-cart-items img {
     float: left;
     margin-right: 12px;
     max-width: 70px;
     max-height: 70px;
}
 .shopping-cart .shopping-cart-items .item-name {
    color: #222;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:6px;
    margin-inline-start:10px;
}
 .shopping-cart .shopping-cart-items .item-price {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;

    position: relative;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;

}
 .shopping-cart:after {
     bottom: 100%;
     left: 89%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-bottom-color: white;
     border-width: 8px;
     margin-left: -8px;
}
ul.shopping-cart-items li .remove-cart-item {
    position: absolute;
    top: 0;
    right: 0;
}
.remove-cart-item{
    cursor: pointer;
}

.cart-bottom {
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
}
.cart-bottom .cart-list-total {
    display: flex;
    justify-content: space-between;
}
.cart-bottom .cart-list-total span{

    font-size: 16px;
}
.cart-bottom .cart-list-total span.total-price{

}
.cart-bottom .cart-list-total{
    margin-bottom: 20px;
}
.shopping-cart .cart-bottom .all-btn {
    color: #fff;
    display: block;

    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
    border: 1.5px solid #000;
    padding: 12px 33px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    text-decoration: none !important;
    z-index: 1;
    text-align: center;
    margin: 15px auto;
    width: 85%;
}
.shopping-cart .cart-bottom .cart-btn{
    background: transparent;
    color: #222;
}
.shopping-cart .cart-bottom .all-btn:hover{
    color: #fff;
}

/* ----------------------------------------------
  Scrollbar
---------------------------------------------- */
.ltn__scrollbar {
    overflow-y: auto;
}

.ltn__scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
    border-radius: 30px;
}

.cartitems.ltn__scrollbar::-webkit-scrollbar {
    width: 5px !important;
}
.cartitems.ltn__scrollbar::-webkit-scrollbar-thumb {
    background-color: #505050 !important;
}

.ltn__scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.featured-card{
 height: 400px;
 background-color: #fff;
 display: flex;
 flex-direction: column;
}
/*.featured-image img {
    max-height:190px !important;
   }*/
   .porto-block-html-top > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
}
.porto-block-html-top .custom-html {
    font-size: 11px;
    background-color: #f4f4f4;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    font-weight: 600;
}
.top-header {
    background-color: #282B2E;
    text-align: center;
    padding: 12px;
}
.top-header a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    /* font-family: 'Inria Sans-B'; */
}
.top-header a  img{
    margin-left: 10px;
}

/* Style for active grid box */
.grid-box.active svg rect {
    fill: #DDAE71; /* Active color */
}

/* Style for inactive grid box */
.grid-box:not(.active) svg rect {
    fill: #222222; /* Inactive color */
}
/* login page responsive */
.cart-section .cart-main-section {
    width: 100%;
  }
@media (max-width: 500px)  {
    .cart-main-section {
      width: 100% !important;
      border-radius: 10px;
    }

  }
  @media (min-width: 401px) and (max-width: 540px)  {
    .cart-main-section {
      width: 100% !important;
    }

  }
  .login-btn {
    margin: 4px 20px;
    border-radius: 7px;
  }
  @media (max-width: 450px) {
  .register-btn {
    display: inline-grid;
  }
}
@media (max-width: 1000px) {
  .footer-social-icons ul li {
    width: 50%!important;
    text-align: start!important;
    margin: 0 auto;
  }

}
.cart-main-section {
    width: 70%;
  }
.mobile-nav-profile {
    margin-top: 35px;
    /* border-top: 1px solid #cabfbf; */

    padding: 5px;
}
.mobile-nav-lang {
    border-bottom: 1px solid #cabfbf;
    padding: 5px;
}
.st-menu-close {
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 3;
    right: 20px;
}
.st-menu-title {
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 3;
    right: 73%;
}
@media only screen and (max-width: 350px) {
    .header-social-icon {
      margin-right: -40px;

    }
    .main-header button.navbar-toggler {
        top: -6px ;
      }

  }
  @media (min-width: 410px) and (max-width: 767px) {
    .main-header button.navbar-toggler {
      top: 0px;
    }
  }
  .call-us-btn {
    border-radius: 10px;
    background-color: #C79555;
    color: #fff;
  }
  .call-us-btn:hover {
    border-radius: 10px !important;
    background-color: #bd834a !important;
    color: #f8f2f2 !important;
  }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: burlywood !important;
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }

  .st-menu-border::after {
   content: "";
  width: 100%;
  height: 2px;
  border: 1px dotted #958980;
  }
   .navbar-nav .ul-father-cat .li-father-cat a.toggle::after {
    content: "";
    position: absolute;
    left: 83%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../icons/plus-1.svg');
    height: 14px;
    width: 14px;
  }
  .navbar-nav .ul-father-cat li .show .categries-links a.toggle::after {
    content: "";
    position: fixed ;
    left: 83% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../icons/plus-1.svg');
    height: 14px;
    width: 14px;
  }
  /* .navbar-nav .ul-father-cat li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #cabfbf;
    display: inline-block;
  } */
  @media (max-width:1000px){
    .navbar-nav .ul-father-cat li::before {
      margin-bottom: -6px;
      margin-top: 7px;
    }
  }
  .navbar-nav .ul-father-cat {
    /* margin-left: -6%; */
    margin-top: 5px;
  }
  ul.navbar-nav .ul-father-cat li a {
    padding-left: 0px;
    color: #777 !important;
    margin-left: 21px;
    margin-right: 34px;
    margin-bottom: 15px;
    margin-top: 14px;
  }
  .navbar-nav .ul-father-cat li .inner {
    display: none;
  }
  .modal-footer a i {
    margin-top: 3px;
    margin-right: -1px;
  }
@media (max-width:580px) {
    .main-header-inner .search-materials {
        margin-left: -12px;
        margin-top: -4px;
      }
      .price-range {
        display: none;
      }
      #goToTop .fa-lg {
        font-size: 2.25em;
        line-height: .05em;
        vertical-align: -.075em;
      }
      .pagination-bottom {
        margin-top: 88px;
      }
      .pagination-top {
        margin-top: 15px;
      }
}
#goToTop .show {
    opacity: 1;
-webkit-opcity:1;
display: none;
}
#goToTop {
    position: fixed;
    bottom: 30px;
    z-index: 3;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    /* background: #333; */
    /* color: #fff; */
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -webkit-transition: all 400ms ease-in-out 0s;
    /* border: #fff 2px solid; */

    }
html:not(.rtl) #goToTop {
    right: 60px;
}
    @media (min-width:581px) {
    #goToTop .fa-lg {
        font-size: 3.25em;
        line-height: .05em;
        vertical-align: -.075em;
      }
      .login-cart {
        width: 70% !important;
    }
    }
    /* .product-categories-main-inner .ul-father-cat .li-father-cat::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 8px;
        border-radius: 50%;
        border: 1px solid #cabfbf;
        display: inline-block;
        margin: 22px 0 -28px 7px;
       }
       .product-categories-main-inner .ul-father-cat .li-father-cat .inner li::before {
        margin-bottom: -31px;
        margin-top: 19px;
       }
       .product-categories-main-inner ul li a.toggle:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../icons/plus-1.svg');
        height: 14px;
        width: 14px;
    } */
    /* -----new style ----- */
    :root{
        --main-box-shadow: 0 0 0 .25rem rgba(160, 160, 160, 0.333);
        --btn-close-box-shadow: 0 0 0 .25rem #f0e5cf57;
        --btn-color:#f0e5cf62;
        --main-btn-color:#f0e5cf;
        --color-3:#007bff;
        --color-4:#e0c694;
        --color-5:#B7CADB;
        --main-transition:0.3s ease;
        /*variable color for customer review section */
        --main-color: #d39f5a;
        --secondary-color: #d39f5a;
    }
    .header {
        box-shadow: var(--main-box-shadow);
      }
      .main-header {
        height: fit-content !important;
      }
      .logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100px !important;
        height: 100px !important;
      }
      .dropdown.language .dropdown-menu a.dropdown-item {
        padding: 12px 20px;
        font-family: "Tajawal", serif;
      }
      ul.navbar-nav li {
        margin: 1px;
          margin-right: 1px;
       padding: 0 1px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
      }
      .categories-links {
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
      }
      ul.navbar-nav li a {
        font-size: 1.15rem !important;
      }
      section.secondary-banner {
        background-color: var(--color-5);
      }


    ul.navbar-nav li:hover{
        background-color: #eee;
    }
    .catselected > a {
        /* background-color: #eee !important; */
        color:#ddae71 !important;
      }
      .categories-links .link:hover {
        /* background-color: #DDAE71 ; */
        color: #DDAE71!important;
      }
      .categories-links {
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
      }
      .product-categories-right-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
        padding: 5px;
      }
      #productGrid .product-categories-main-box {
        box-shadow: 0 0 0 .25rem rgba(168, 168, 168, 0.165);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-block: 10px;
        background-color: white;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        /*padding: 15px;*/
          padding-right: 15px;
          padding-bottom: 15px;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
        width: 100%;
        cursor: pointer;
        border: 1px solid #f3f4f8;
      }
      .product-categories-right-grid-2 .product-categories-main-box {
        box-shadow: 0 0 0 .25rem rgba(168, 168, 168, 0.165);
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* flex-direction: column; */
        margin-block: 10px;
        background-color: white;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
        width: 100%;
        cursor: pointer;
        border: 1px solid #f3f4f8;
      }
      .product-categories-image {
        position: relative;
      }
      .product-categories-main-box img {
        width: 100%;
        height: inherit!important;
        object-fit: contain;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
      }

      .product-categories-main-box {
        cursor: pointer;
      }
      .product-categories-right-grid-2 {
        padding: 20px;
      }
      #productList .product-categories-main-box {
        margin: 0 !important;
      }
      @media (max-width: 767px) {
        .main-header-inner .container {
          align-items: center !important;
        }
        .header-social-icon {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          gap: 20px !important;
        }
        #productGrid .product-categories-right-grid {
            grid-template-columns: repeat(2,1fr) !important;
            padding: 10px;
        }
        .product-categories-right-grid {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 10px;
            padding: 5px;
            overflow-x: auto;
          }
      }
      .product-categories-content h5 {
        word-wrap: break-word;
        /* max-width: 8rem; */
    }
      .product-categories-main-box  img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .product-categories-main-box:hover{
        transform: translateY(-3px);
        margin-bottom: 10px;
        box-shadow:  var(--main-box-shadow);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    /* ---add to cart---- */
    /* .product-categories-btn{
        position: absolute;
        bottom: 0;
        left: 0px;
    } */

    .product-categories-btn .btn {
        background-color: var(--color-3);
        box-shadow: var(--main-box-shadow);
        border-radius: 5px;
        padding: 6px;
        color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
        margin-top: 10px;
        margin-bottom: -20px;
    }


    .box_add_cart_btn .btn_add_cart:hover
    {
        background-color: var(--color-4) !important;
        color: white;

    }


    .box_add_cart_btn .loader_btn{
        position: absolute;
        bottom: 0;
        left: 0px;
        box-shadow: var(--main-box-shadow);
        border-radius: 5px;
        padding: 6px;
        color: black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
    }
    .box_add_cart_btn .btn_add_cart{
        background-color: var(--color-3);
        box-shadow: var(--main-box-shadow);
        border-radius: 5px;
        padding: 6px;
        color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        transition: var(--main-transition);
        -webkit-transition: var(--main-transition);
        -moz-transition: var(--main-transition);
        -ms-transition: var(--main-transition);
        -o-transition: var(--main-transition);
    }
    .product-categories-right-grid-2 .Card_grid_2 {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        /* flex-direction: row; */
        background-color: #eee;
    }

    .product-categories-right-grid-2 .Card_grid_2 .product-categories-image{
        width:fit-content ;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-categories-right-grid-2 .Card_grid_2 .product-categories-image img {
        width: 150px;
        height: 100%;
    }
        .product-categories-right-grid-2 .Card_grid_2 .product-categories-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        height: 100%;
    }
        .product-categories-right-grid-2 .Card_grid_2 .product-categories-content .card_description{
        text-align: start;
        font-size: 1rem;
        padding-left: 40px;
    }

    @media (max-width:768px) {
        .product-categories-right-grid-2 .Card_grid_2 .product-categories-content .card_description{
            padding-left: 0px;
        }
    }

    .product-categories-right-grid-2 .Card_grid_2 .product-categories-content .box_add_cart_btn,
    .product-categories-right-grid-2 .Card_grid_2 .product-categories-content .box_add_cart_btn .loader_btn{
        position: relative;
    }
       .product-categories-right-grid-2 .Card_grid_2 .product-categories-content .btn_add_cart:hover{
        background-color: var(--color-4);
        color: white;
    }
    .loadcart {
        display: contents;
    }
    .titlecart {
        display: inline-block;
    }
    /* ---plus button--- */
    .aplus {
        margin-bottom: 25px;
        margin-top: -19px;
        margin-right: 20px;
        float: right;
        color: #D39F5A;
    }
    @media (max-width:999px) {
        .aplus-son {
            margin-bottom: 36px;
            margin-top: -41px;
            margin-right: 30px;
            float: right;
            color: #D39F5A;
        }
        .aplus {
            margin-bottom: 8px !important;
            margin-top: -38px !important;
            /* margin-right: 200px; */
            float: right;
            color: #D39F5A;
        }
        .product-categories-main-inner.ltn__scrollbar {
            max-height: 700px;
          }
          .product-categories-main-inner ul li {
            margin-bottom: 8px !important;
        }
        .main-header-inner .navbar #navbarSupportedContent .product-categories-main-inner ul li a.link {
            width: 74% !important;
        }
    }
    @media (min-width:1001px) {
        .aplus-son {
            margin-bottom: 36px;
            margin-top: -20px;
            /* margin-left: 160px; */
            float: right;
            color: #D39F5A;
        }
    }

    .product-categories-main-inner ul li {
        margin-bottom: 9px;
    }
    .aplus-sidebar {
        margin-bottom: 36px;
      margin-top: -37px;
      /* margin-left: 240px; */
      float: right;
      color: #D39F5A;
    }

    .main-header-inner .navbar #navbarSupportedContent .product-categories-main-inner ul li a.link {
        width: 54% !important;
    }
    @media (min-width:700px) and (max-width:1024px) {
        .product-categories-right-grid {
            display: grid;
            grid-template-columns: repeat(2,1fr) !important;
            gap: 10px;
            padding: 5px;
          }
    }
    /* social bar bottom */
    .support-container {
      left: 40px;
  }
/* style for show product details overlay */
.view-material-details-overlay {
    position: relative;
    overflow: hidden;
}
.view-material-details-overlay img {
    width: 100%;
    display: block;
}
.view-material-details-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}
.view-material-details-overlay .overlay .icon {
    font-size: 1.5rem;
    color: var(--main-color);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}
.view-material-details-overlay:hover .overlay {
    opacity: 1;
}
.view-material-details-overlay:hover .icon {
    transform: translateY(0);
    opacity: 1;
}
/* set border radius as their parents*/
.contact-form-btn button:hover::after,
.promo-subtotal a:hover::after ,
.product-categories-btn button.all-btn:hover:after,
button.all-btn.cart-btn:hover:after {
    border-radius: inherit;
    width: 100%;
}
/* tag a for show material details */
.show-material-details {
    color: var(--black-color,black);
    transition: all .3s ease-out;
}
.show-material-details:hover {
    color: var(--secondary-color,black);
}

/* discount form in cart */
#toggle-discount {
    cursor: pointer;
}

.product-price-catalog #toggle-discount {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.product-price-catalog #discount_code {
    border-radius: .367rem 0px 0px .367rem !important;
}

.product-price-catalog #apply-discount-btn {
    border-radius: 0px .367rem .367rem 0px !important;
}

#toggle-discount,
#discount_code {
    transition: all .3s ease-out;
}

#toggle-discount:hover {
    color: var(--secondary-color,black);
}

#discount-form > div:first-child {
    position: relative;
}

#discount-form i {
    position: absolute;
    z-index: 10;
    display: none;
}
html:not(.rtl) #discount-form i {
    top: 11px;
    right: 58px;
}

#discount-form button#apply-discount-btn {
    color: #ffffff;
    background-color: #d39f5a;
    border-color: #d39f5a;
}

#discount_code {
    padding-right: 24px;
    padding-left: 10px;
}

#discount_code:hover,
#discount_code:active,
#discount_code:focus
{
    border-color: #d39f5a;
    outline: none;
    box-shadow: none;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 50px 0px 0px 50px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0px 50px 50px 0px;
}

.your-order-div #discount-info p {
    color: #000;
    font-size: 16px;
}
button.remove-discount-icon {
    border: none;
    background: transparent;
}
button.remove-discount-icon i {
    color: #000;
    font-size: 16px;
    transition: all .3s ease-out
}

button.remove-discount-icon:hover i {
    color: #FB2F34;
}

.available-discount-item {
    cursor:pointer;
    text-decoration: underline;
    transition: all .3s ease-out;
}
.available-discount-item:hover {
    color: var(--secondary-color) !important;
}