



:root{
    --black: #000000;
    --white: #e1ded1;
   --bordercolor: #b2b2b2;
   --leftbg:#e1ded1;
   --cart-color:#c53428;
    --white-rgb: 255, 255, 255;
     --primary: #3b82f6;
   --primary-hover: #2563eb;
  --text: #1e293b;
  --background: #f4f4f4;
   --form-bg: #ffffff;
  --border-color: #cbd5e1;
    
}




body.wait-preloader {
    overflow: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
   
   
}

body::-webkit-scrollbar {
display:none;
}





.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}






/* ===================================
Horizontal Slider CSS
====================================== */



.desktop-layout {
   width: 100%;
    align-items: center;
    
   
    /* margin-top: 10px; */
}

.desktop-layout .left-sidebar
{
width: 40%;
height: 100vh;
float: left;  
background-color: var(--leftbg); 
}
 
.left-sidebar h3
{
    font-size: 21px;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.left-sidebar .order-box
{
    
    position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
   
   
}

.left-sidebar .order-box .order-box-inner
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px !important;
    padding: 10px !important;
    width:40%;
    position: fixed;
   
}

.left-sidebar h4
{
    font-size:17px;
    color: var(--black);
    text-align:left;
     margin-top:20px !important;
     text-transform:capitalize;
}



.left-sidebar-banner  {
    width:100% !important;
   align-items: center;
    height:250px !important;
   background-size:  cover;
   
  
}

.left-sidebar-banner img  {
    width:100% !important;
   align-items: center;
    height:250px !important;
   background-size:  cover;

  
}





.product-name
{
    font-size:14px;
    font-weight: 700;
    color: var(--black);
    text-align:left;
     margin-bottom:5px !important;
     text-transform:capitalize;
}

.sub-name
{
    font-size:13px;
   color: var(--black);
    text-transform:capitalize;
}

.cart-box
{
     color: var(--white) !important;
     background-color: var(--cart-color);
     text-decoration: none;
     border-radius: 8px;
     font-size:12px;
     /* width: 150px !important; */
     font-weight: 700;
     text-align: center;
     padding:8px 0px;
     margin-top:10px !important;
     margin-left:10px !important;
     cursor: pointer;
}

.price
{
     color: var(--black) !important;
    text-decoration: none;
    padding:8px 0px;
     font-size:15px;
    font-weight: 700;
     text-align: right;
    margin-top:10px !important;
    /* align-items: flex-end;
    display: flex; */
}

.price-1
{
     color: var(--black) !important;
    text-decoration: none;
    padding:8px 0px;
     font-size:15px;
    font-weight:500;
     text-align:left;
    margin-top:10px !important;
    /* align-items: flex-end;
    display: flex; */
}

.message
{
     color: var(--black) !important;
    text-decoration: none;
    padding:8px 0px;
     font-size:15px;
    /* font-weight:500; */
     text-align:left;
    margin-top:10px !important;
    /* align-items: flex-end;
    display: flex; */
}

.review
{
     color: var(--black) !important;
    text-decoration: none;
     font-size:13px;
    /* font-weight:500; */
     text-align:left;
  
    /* align-items: flex-end;
    display: flex; */
}

form {

  display: flex;
 flex-direction: column;

}

.input-field {

  padding: 12px 14px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100% !important;

}

.input-field:focus-visible {

  outline: 2px solid var(--primary);
  border-color: var(--primary);

}

button[type="submit"] {
   
    padding: 14px;
    background-color: var(--cart-color);
    color: white;
    border: none;
    font-size:14px !important;
    font-weight:600;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100% !important;
}

button[type="submit"] a {
   
   
    color: white !important;
    border: none;
    font-size:14px !important;
    font-weight:600;
    width: 100% !important;
    text-decoration: none;
}


.textbox{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
    border: 1px solid transparent;
  padding-top: calc(0.5em - 1px);
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.5em - 1px);
  padding-right: calc(0.5em - 1px); 
  border-radius: 2px; /* Your style */
  font-size: 15px;
}

.textbox::placeholder{
  opacity: 0.35; /* Your style */
}


.icon{
  color: inherit; /* From input-group */
  opacity: 0.35; /* Same as placeholder */
  
  width: 2.5em;
  height: 2.5em;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: opacity .24s ease-in-out;
  pointer-events: none; 
}

.icon.bg{
  background-color: rgba(0,0,0, 0.3);
}

.input-group{
  font-size:17px; /* CHANGE */
  background:var(--form-bg);
  border-radius: 2px; /* Your style */

  position: relative;
  display:block !important;
  align-items: center;
  justify-content: space-between;
}

.input-group:not(:last-of-type){
  margin-bottom: 1.5rem;  /* Optional */
}

.delete-btn {
    background: none;
    border: none;
    font-size:13px;
    cursor: pointer;
}

.promocode{
        margin-top:10px !important;
        /* padding-bottom: 110px !important; */
    }

.quantity-selector {
    /* display: flex; */
    align-items: center;
    margin-top: 10px;
    text-align: center;
}

.quantity-input {
    width: 30px;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 4px;
    margin: 0 5px;
}

.minus-btn, .plus-btn {
    background: none;
    border: 1px solid var(--black);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}


.quantity-selector-1 {
    /* display: flex; */
    align-items: center;
    margin-top: 10px;
    text-align:left !important;
}

.quantity-input-1 {
    width:25px;
    height:25px;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 4px;
    margin: 0 3px;
}

.minus-btn-1, .plus-btn-1 {
    background: none;
    border: 1px solid var(--black);
    border-radius: 4px;
    /* width:25px; */
    /* height:25px; */
    /* font-size: 18px; */
    cursor: pointer;
}






.product-box-left
{
    width: 75% !important;
    float: left;
}

.product-box-right
{
    width: 25% !important;
    float:right;
}


.product-box-right .product-box
{
    width: 120px !important;
    height: 120px !important;

}

.product-box-right .product-box img
{
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px !important;
    
}

.product-top
{
    margin-top: 8px !important;
   
}

.product-border
{
    margin-top: 8px !important;
    border-bottom: 1px solid var(--bordercolor);
}

/* main nav area css */
.left-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:10px;
}
/* inner main nav area css */
.left-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-menu >ul >li {
    display: inline-block;
    position: relative;
   
   
}
.left-menu >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 9px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--black);
}

 /* .active {
    color: var(--white) !important;
     background-color: var(--cart-color);
     text-decoration: none;
     border-radius: 8px;
     font-size:12px;
} */

/* check-box */

.checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: var(--cart-color);
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  background-color:var(--black);
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  background-color: var(--cart-color);
}
.checkbox.style-d:hover input ~ .checkbox__body {
  color: var(--cart-color);
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color:var(--white);
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
  color:var(--black);
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}
 /* pop-up */



.button {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button-reg {
  font-size: 1em;
  /* color: #fff; */
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background:var(--leftbg);
  border-radius: 5px;
  width:60%;
  position: relative;
  transition: all 5s ease-in-out;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color:var(--black);
}
.popup .close:hover {
  color: var(--cart-color);
}
.popup .content {
  /* max-height: 30%; */
  overflow:hidden;
}

@media screen and (max-width: 700px){
  .box{
    width:100%;
  }
  .popup{
    width: 100%;
  }
}


 
 /* pop-up */

/* Landing page */

.desktop-layout .landing {
    width:100% !important;
   align-items: center;
   height: 100vh;
   float: left;
   background-color: var(--white);
  
}

.desktop-layout .rlanding .landing-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;

   
  
}



.desktop-layout .landing .landing-banner img  {
    width:100% !important;
   align-items: center;
    height: 100vh !important;
  
 background-position: 50% 50%;
  background-size: cover;
  
}


.landing  .landing-top
{

   
  /* right: 100px; */
  top: 100px;
   align-items: center;
   text-align: center;
   position: absolute;
   display: inline-block;
   width: 100% !important;
 
  
}

.landing  .landing-top .landing-logo
{
 /* width: 200px !important; */
 height: 200px !important;

 

}
.landing  .landing-top .landing-logo img
{
    width: 200px !important;
    height: 200px !important;
    
}

.landing .landing-top .heading
{
    font-size:25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cart-color);
}



.nav-box-1
{
    width: 100%;
}

.nav-button-1
{

    
    align-items: center;
    justify-content: space-between;
  
   
}
.nav-button-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-button-1 >ul >li {
    /* background-color: var(--white); */
    /* background-color: rgba(var(--white-rgb), 0.7); */
    /* background: url(../html/images/nav-bg.png); */
    border: none;
    /* padding: 10px 28px; */
    /* border-radius: 25px; */
    /* border-bottom: var(--cart-color) solid 1px; */
    font-size:25px;
    font-weight:700;
    cursor: pointer;
    min-width:230px;
    height: 40px;
    /* margin-bottom: 2px !important; */
    text-align: center;
    /* margin:1px 0px; */
     /* -webkit-text-stroke:3px var(--black); */
      /* text-shadow:1px 2px var(--black); */
    color: var(--cart-color);
    text-transform: capitalize;
    font-style: italic;

   
}
.nav-button-1 >ul >li >a {
    display: inline-block;
    /* margin: 35px 30px 35px; */
    font-size:25px;
    text-transform: capitalize;
    color: var(--cart-color);
    text-decoration: none;
}


/* Landing page */

/* Checkout */
.checkout-head
{
    text-align: center;
   
    font-size: 16px;
    font-weight:500;
    padding: 10px 0px;
    width: 49.5% !important;
    margin-left:1px !important;
    color: var(--white);
    background-color: var(--cart-color);
   text-decoration: none;
     text-transform: uppercase;
}

.checkout-head a
{
    text-align: center;
    color: var(--white);
    background-color: var(--cart-color);
    font-size: 16px;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    
}


.flex-container-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  /* display: flex; */
  position:relative;
  text-align: center !important;
  top:10px;

}
.map
{
    text-align: center;
    font-size:50px;
    color: var(--black);
    padding: 10px !important;
}



.check-box-1
{
    
 border: solid 1px var(--white); 
width: 33% !important;
 border-radius: 8px;
float: left;

margin-right: 1px !important;

}
.check-box-1 .map-1
{
    text-align: center;
    font-size:35px;
    color: var(--black) !important;
   padding: 10px 0px 5px 0px !important;
   width: 100% !important;
}

.check-box-1 .map-1-text
{
    text-align: center;
    font-size:13px;
   padding: 0px 0px 5px 0px !important;
    font-weight:500;
   color: var(--black) !important; 
    
   
}
.check-box-1 a
{
    text-align: center;
   text-decoration: none;

}

.link-box
{
    
 border: solid 1px var(--white); 
width: 33% !important;
/* height:80px !important; */
float: left;

}

.link-box .link {
  display: block;
 padding:15px;
 /* height:90px; */
  text-decoration: none;
  background: var(--white);
  color:var(--black);
  font-size: 17px !important;
  text-align: center;
  transition: 0.3s linear;
   border:var(--border-color) solid 1px;
}

.link-box .link a {
 
  text-decoration: none;
  
  color:var(--black);
  transition: 0.3s linear;
    border:var(--black) solid 1px;
}

.link-box .link a:hover {
    background: var(--white);
}
.link-box .link.active {
 border:var(--cart-color) solid 1px;
  padding:15px;
  color: var(--cart-color);
 
}

.link-box span {
background:var(--cart-color);
color: var(--white);
font-size: 13px !important;
display: block;
text-align: center;
padding: 5px 0px;
 
}

/* radio */

.payment-container {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.payment-container header {
  margin-bottom: 40px;
  text-align: center;
}
.payment-container header h2 {
  font-size: 24px;
  line-height: 24px;
}
.payment-container header h3 {
  font-size: 16px;
  font-weight: 300;
}
.payment-container .payment-item {

  border-radius: 5px;
  display: block;

  width: 100%;
}
.payment-container .payment-item:after {
  clear: both;
  content: '';
  display: table;
}
.payment-container .payment-item .item-title,
.payment-container .payment-item .item-options {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  vertical-align: top;
}
.payment-container .payment-item .item-title {
  font-weight: 600;
  width: 40%;
}

.payment-container .payment-item .item-options {
  width: 100%;
}
.payment-container .payment-item .item-options .selection {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.payment-container .payment-item .item-options .selection .check,
.payment-container .payment-item .item-options .selection label {
  transition: 250ms ease all;
}
.payment-container .payment-item .item-options .selection .check {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  content: '';
  height: 14px;
  left: 10px;
  position: absolute;
  top: 18px;
  width: 14px;
}
.payment-container .payment-item .item-options .selection label {
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 30px;
  position: relative;
  width: 100%;
}
.payment-container .payment-item .item-options .selection label:hover {
  background: #fff;
}
.payment-container .payment-item .item-options .selection span {
  float: right;
}
.payment-container .payment-item .item-options input {
  display: none;
}
.payment-container .payment-item .item-options input[type=radio]:checked ~ .check {
  border-color: var(--cart-color);
}
.payment-container .payment-item .item-options input[type=radio]:checked ~ .check:before {
  background:var(--cart-color);
  border-radius: 100px;
  content: '';
  height: 6px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 6px;
}
.payment-container .payment-item .item-options input[type=radio]:checked ~ label {
  background:var(--cart-color);
  /* border-color: var(--black); */
  color:var(--white);
}
@media (max-width: 600px) {
 
  .payment-container .payment-item .item-options {
    display: block;
    width: 100%;
  }
  
}


/* radio */

.box{
 font-size: 12px !important;
 color: var(--white);
  background-color:var(--black);
  padding:2px 5px !important;
}

.link-box-1{
  
  width:100%;
  height:100%;
  /* background-color:#ccc; */
  display:flex;
  justify-content:center;
  align-items:center;
  
}



.active-1
{
    
 text-align: center;
    color: var(--white) !important;
    display: block !important;
    
   background-color: var(--cart-color) !important;
   
        
   
}






.map-text
{
    text-align: center;
    font-size:17px;
    color: var(--black);
    padding:5px 0px 0px 0px !important;
    font-weight: 700;
}
.map-text-inner
{
    text-align: center;
    font-size:13px;
    color: var(--black);
    padding:0px !important;
   
}

.area-head
{
    text-align: center;
    font-size:15px;
    color: var(--black);
    padding:0px !important;
    font-weight: 700;
    text-align: left;
   
}

.check-padd
{
   margin-top: 10px !important;
   
}

/* Checkout */




.desktop-layout .right-sidebar {
    width:60%;
   align-items: center;
   height: 100vh;
   float: left;
   background-color: var(--white);
  
}

.desktop-layout .right-sidebar .right-sidebar-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;
   background-size:  cover;
   
  
}



.desktop-layout .right-sidebar .right-sidebar-banner img  {
    width:100% !important;
   align-items: center;
    height: 100vh !important;
   background-size:  cover;

  
}

.right-sidebar .right-sidebar-banner::before {
  content: "";
  position: absolute;
   width:60% !important;
   align-items: center;
    height: 100vh !important;
  top: 0;
  right: 0;
 
  /* background: rgba(0, 0, 0, 0.3);  */
}

 .banner-top
{

   
  right:250px;
  top:50px;
   align-items: center;
   text-align: center;
   position: absolute;
  
}

 .banner-top .logo
{
 width: 200px !important;
 height: 200px !important;

 

}
 .banner-top .logo img
{
    width: 200px !important;
    height: 200px !important;
    
}

.banner-top .heading
{
    font-size:25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
}


.nav-box
{
    width: 100%;
}

.nav-button
{

    
    align-items: center;
    justify-content: space-between;
  
   
}
.nav-button ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-button >ul >li {
    /* background-color: var(--white); */
    /* background-color: rgba(var(--white-rgb), 0.7); */
    /* background: url(../html/images/nav-bg.png); */
    border: none;
    /* padding: 10px 28px; */
    /* border-radius: 25px; */
    /* border-bottom: var(--cart-color) solid 1px; */
    font-size:25px;
    font-weight:700;
    cursor: pointer;
    min-width:230px;
    height: 40px;
    /* margin-bottom: 2px !important; */
    text-align: center;
    /* margin:1px 0px; */
     /* -webkit-text-stroke:3px var(--black); */
      /* text-shadow:1px 2px var(--black); */
    color: var(--cart-color);
    text-transform: capitalize;
    font-style: italic;

   
}
.nav-button >ul >li >a {
    display: inline-block;
    /* margin: 35px 30px 35px; */
    font-size: 18px;
    text-transform: uppercase;
    color: var(--cart-color);
    text-decoration: none;
}

.left-sidebar .footer-menu
{
  display: none;
  bottom: 0;
   
}




.desktop-layout .right-sidebar .lang {
    /* width:80px; */
    padding: 10px;
    /* position: absolute; */
    /* right:-90px; */
    top:-40px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
     display: flex;
    flex-direction: column;

     
  
}

.desktop-layout .right-sidebar .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
  
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  top: -30px !important;
  right:-250px;
}

.flex-start { 
  justify-content: flex-start; 
}

.flex-item {

     font-size: 17px;
     font-weight:600;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  text-align: center;
  padding: 5px 10px !important;
  margin-right: 5px !important;
  
}

.flex-item a {

    
     color: var(--white);
     text-decoration: none;
   
  
}

















.display-1
{
    display:block;
}

  .display
{
    display:block;
}

/* Product--page */


.desktop-layout .product-left
{
width: 40%;
height: 100vh;
float: left;  
background-color: var(--leftbg); 
}



.product-left h3
{
    font-size:21px;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.product-left h4 {
    font-size:21px;
    color: var(--black);
    text-align: left;
    margin-top:10px !important;
    text-transform: capitalize;
}

.desktop-layout .product-left .product-left-banner  {
    width:100% !important;
  
  align-items: center;
    height:300px !important;
   background-size:  cover;
   
}

.product-left .product-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.product-left .product-box .product-box-inner {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
    bottom: 0px !important;
    padding: 10px !important;
    width: 39%;
    position: fixed;
}



.desktop-layout .product-left .product-left-banner  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   display: none;

  
}

.desktop-layout .product-left .product-left-banner-1  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   /* display: none; */

  
}



.desktop-layout .product-box-left-1
{
    width: 75% !important;
    float: left;
}

.desktop-layout .product-box-right-1
{
    width: 25% !important;
    float:right;
}


.desktop-layout .product-box-right-1 .product-box-1
{
    width: 120px !important;
    height: 120px !important;

}

.desktop-layout .product-box-right-1 .product-box-1 img
{
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px !important;
    
}

.desktop-layout .product-top-1
{
    margin-top:0px !important;
    /* margin-bottom:5px !important; */
    /* padding-bottom: 50px !important; */
   
}

.desktop-layout .product-border-1
{
    margin-top: 8px !important;
    border-bottom: 1px solid var(--bordercolor);
}


.product-left .order-box-1
{
    
    position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
   
   
}

.product-left .order-box-1 .order-box-inner-1
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px !important;
    padding: 10px !important;
    width:40% !important;
    position: fixed;
   
}

.product-left .footer-menu-1
{
  display: none;
  bottom: 0;
   
}



.desktop-layout .product-right {
    width: 60%;
    align-items: center;
    height: 100vh;
    float:right;
    position: relative;
    top: 0px;
    background-color: var(--white);
}

.desktop-layout .product-right .lang {
    width:80px;
    padding: 10px;
    position: absolute;
    right:-90px;
    top: 0px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .product-right .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


.desktop-layout .product-right .product-right-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;
   background-size:  cover;
   
  
}

.desktop-layout .product-right .product-right-banner img  {
    width:100% !important;
   align-items: center;
    height: 100vh !important;
   background-size:  cover;

  
}

/* left-scroll-bar */


.desktop-layout .left-sidebar .scroll {
  width:100% !important;
  height:90vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.content {
  /* height:80vh !important; */
  /* padding-bottom:40px !important; */
}



.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}




/* scroll-bar */


.desktop-layout .product-left .scroll {
  width:100% !important;
  height:90vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.content {
  /* height:100vh !important; */
  /* padding-bottom:40px !important; */
}



.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}








/* .left-sidebar .footer-menu ul{
   visibility: hidden;
} */

/* ===================================
 Responsive CSS
====================================== */
@media (max-width: 420px) {

.display-1
{
    display:none;
}

  .display
{
    display:block;
}

.desktop-layout .product-right {
   display: none;
}

/* Landing page */

.desktop-layout .landing {
    width:100% !important;
   align-items: center;
   height: 100vh;
   float: left;
   background-color: var(--white);
  
}

.desktop-layout .rlanding .landing-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;
   background-size:  cover;
   
  
}



.desktop-layout .landing .landing-banner img  {
   display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
 
  
}


.landing  .landing-top
{

   
  /* right: 100px; */
  top: 50px !important;
   align-items: center;
   text-align: center;
   position: absolute;
   display: inline-block;
   width: 100% !important;
 
  
}

.landing  .landing-top .landing-logo
{
 /* width: 200px !important; */
 height:130px !important;

 

}
.landing  .landing-top .landing-logo img
{
    width:150px !important;
    height: 150px !important;
    
}

.landing .landing-top .heading
{
    font-size:25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cart-color);
}



.nav-box-1
{
    width: 100%;
}

.nav-button-1
{

    
    align-items: center;
    justify-content: space-between;
  
   
}
.nav-button-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-button-1 >ul >li {
    /* background-color: var(--white); */
    /* background-color: rgba(var(--white-rgb), 0.7); */
    /* background: url(../html/images/nav-bg.png); */
    border: none;
    /* padding: 10px 28px; */
    /* border-radius: 25px; */
    /* border-bottom: var(--cart-color) solid 1px; */
    font-size:17px;
    font-weight:700;
    cursor: pointer;
    min-width:230px;
    /* height: 40px; */
    /* margin-bottom: 2px !important; */
    text-align: center;
    /* margin:1px 0px; */
     /* -webkit-text-stroke:3px var(--black); */
      /* text-shadow:1px 2px var(--black); */
    color: var(--cart-color);
    text-transform: capitalize;
    font-style: italic;

   
}
.nav-button-1 >ul >li >a {
    display: inline-block;
    /* margin: 35px 30px 35px; */
    font-size:17px;
    text-transform: capitalize;
    color: var(--cart-color);
    text-decoration: none;
}


/* Landing page */



  
.desktop-layout .left-sidebar
{
width: 100%;
 position:absolute;
   top:70px !important;
}

.left-sidebar h3
{
    font-size:17px !important;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding:10px 0px;
    text-transform: uppercase;
}



.cart-box
{
     color: var(--white) !important;
     background-color: var(--cart-color);
     text-decoration: none;
     border-radius: 8px;
     font-size:11px;
     /* width:110px !important; */
     /* height:40px !important; */
     font-weight: 700;
     text-align: center;
     padding:8px 0px !important;
     margin-top:10px !important;
     cursor: pointer;
}

.price
{
     color: var(--black) !important;
    text-decoration: none;
    font-size:13px !important;
    font-weight: 700;
     text-align:right;
    margin-top:10px !important;
    /* width:100px !important; */
}

.price-1
{
     color: var(--black) !important;
    text-decoration: none;
    padding:3px 0px;
     font-size:13px;
    font-weight:500;
     text-align:left;
    margin-top:5px !important;
    /* align-items: flex-end;
    display: flex; */
}


.product-top .product-box-left
{
    width:67% !important;
    float: left;
}

.product-top .product-box-right
{
    width: 33% !important;
    float:right;
}

.product-top .product-box-right .product-box
{
    width: 100px !important;
    height: 100px !important;

}

.product-box-right .product-box img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.left-sidebar .order-box
{
    
    position: fixed;
  right: 0;
  bottom:59px !important;
  left: 0;
  z-index: 99;
   
   
}

.left-sidebar .order-box .order-box-inner
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}


.desktop-layout .left-sidebar .left-sidebar-banner  {
    width:100% !important;
   align-items: center;
    height:200px !important;
   background-size:  cover;
   
 
  
}

.desktop-layout .left-sidebar .left-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
top: 0px;
   position: absolute;
  
}



.left-sidebar .footer-menu
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:block;
  
   
   
}


.left-sidebar .footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-sidebar .footer-menu>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.left-sidebar .footer-menu >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}



.desktop-layout .right-sidebar {
    width:100%;
   align-items: center;
    
}




.desktop-layout .right-sidebar .right-sidebar-banner  {
    width:100% !important;
  
  align-items: center;
    height:200px !important;
   background-size:  cover;
   display: none !important;
 
  
}

.desktop-layout .right-sidebar .right-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
 display: none !important;
  
}

.right-sidebar .right-sidebar-banner::before {
  content: "";
  position: absolute;
   width:100% !important;
   align-items: center;
    height: 200px !important;
  top: 0;
  right: 0;
 
  /* background: rgba(0, 0, 0, 0.1);  */
}

.banner-top
{
position: fixed;
  top:0px;
  width: 100% !important;
  right: 0px !important;
  background-color: var(--white);
  height:60px !important;
  
}

.banner-top .logo
{
 width:60px !important;
    height:60px !important;
    float: right;

 
}
.banner-top .logo img
{
    width:60px !important;
    height:60px !important;
}

.banner-top .heading
{
    display: none;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  top:10px !important;
  left:10px !important;
}

.flex-start { 
  justify-content: flex-start; 
  text-align: center !important;
}

.flex-item {

     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  text-align: center;
  padding: 5px 10px !important;
  margin-right:2px !important;
  
}

.flex-item a {

    
     color: var(--white);
     text-decoration: none;
   
  
}


.nav-box
{
  display: none;
}

.nav-button
{
  display: none;
}

.desktop-layout .right-sidebar .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .right-sidebar .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


/* Product--page */

.review
{
     color: var(--black) !important;
    text-decoration: none;
     font-size:13px;
    /* font-weight:500; */
     text-align:left;
  
    /* align-items: flex-end;
    display: flex; */
}
.desktop-layout .product-left
{
width: 100% !important;
height: 100% !important;
float: left;  
background-color: var(--leftbg); 
}



.product-left h3
{
    font-size:17px;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding: 15px 0px;
    text-transform: uppercase;
}

.product-left h4 {
    font-size: 17px;
    color: var(--black);
    text-align: left;
    margin-top:20px !important;
    text-transform: capitalize;
}

.desktop-layout .product-left .product-left-banner  {
    width:100% !important;
  
  align-items: center;
    height:300px !important;
   background-size:  cover;
   
}

.product-left .product-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.product-left .product-box .product-box-inner {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
    bottom: 0px !important;
    padding: 10px !important;
    width: 39%;
    position: fixed;
}



.desktop-layout .product-left .product-left-banner  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   display: none;

  
}

.desktop-layout .product-left .product-left-banner-1  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   /* display: none; */

  
}


.desktop-layout .product-box-left-1
{
    width:67% !important;
    float: left;
}

.desktop-layout .product-box-right-1
{
    width: 33% !important;
    float:right;
}


.desktop-layout .product-box-right-1 .product-box-1
{
    width: 100px !important;
    height: 100px !important;

}

.desktop-layout .product-box-right-1 .product-box-1 img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.desktop-layout .product-top {
        margin-top: 8px !important;
        /* padding-bottom:20px !important; */
    }

.desktop-layout .product-top-1
{
    margin-top:70px !important;
    /* padding-bottom:110px !important; */
   
}

    .desktop-layout .product-top-1 .review-pad{
        margin-top:0px !important;
        /* padding-bottom: 110px !important; */
    }

.desktop-layout .product-border-1
{
    margin-top: 8px !important;
    border-bottom: 1px solid var(--bordercolor);
}


.product-left .order-box-1
{
    
    position: fixed;
  right: 0;
  bottom:59px !important;
  left: 0;
  z-index: 99;
   
   
}


.product-left .order-box-1 .order-box-inner-1
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}





.product-left .footer-menu-1
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:block;
  
   
   
}


.product-left .footer-menu-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-left .footer-menu-1>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.product-left .footer-menu-1 >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}


.desktop-layout .product-right {
   
    align-items: center;
    height: 60px !important;
   
}






.desktop-layout .product-right .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .product-right .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


.desktop-layout .product-right .product-right-banner  {
  display: none;
   
  
}

.desktop-layout .product-right .product-right-banner img  {
   display: none;

  
}

/* scroll-bar */

.desktop-layout .left .scroll {
  width:100% !important;
  height:95vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.desktop-layout .product-left .scroll {
  width:100% !important;
  height:88vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.content {
  /* height:100vh !important; */
  padding-bottom:40px !important;
}



.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}


}

@media (max-width: 768px) {

.display-1
{
    display:none;
}

  .display
{
    display:block;
}

.desktop-layout .product-right {
   display: none;
}

/* Landing page */

.desktop-layout .landing {
    width:100% !important;
   align-items: center;
   height: 100vh;
   float: left;
   background-color: var(--white);
  
}

.desktop-layout .rlanding .landing-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;
   background-size:  cover;
   
  
}



.desktop-layout .landing .landing-banner img  {
   display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
 
  
}


.landing  .landing-top
{

   
  /* right: 100px; */
  top: 50px !important;
   align-items: center;
   text-align: center;
   position: absolute;
   display: inline-block;
   width: 100% !important;
 
  
}

.landing  .landing-top .landing-logo
{
 /* width: 200px !important; */
 height:130px !important;

 

}
.landing  .landing-top .landing-logo img
{
    width:150px !important;
    height: 150px !important;
    
}

.landing .landing-top .heading
{
    font-size:25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cart-color);
}



.nav-box-1
{
    width: 100%;
}

.nav-button-1
{

    
    align-items: center;
    justify-content: space-between;
  
   
}
.nav-button-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-button-1 >ul >li {
    /* background-color: var(--white); */
    /* background-color: rgba(var(--white-rgb), 0.7); */
    /* background: url(../html/images/nav-bg.png); */
    border: none;
    /* padding: 10px 28px; */
    /* border-radius: 25px; */
    /* border-bottom: var(--cart-color) solid 1px; */
    font-size:17px;
    font-weight:700;
    cursor: pointer;
    min-width:230px;
    /* height: 40px; */
    /* margin-bottom: 2px !important; */
    text-align: center;
    /* margin:1px 0px; */
     /* -webkit-text-stroke:3px var(--black); */
      /* text-shadow:1px 2px var(--black); */
    color: var(--cart-color);
    text-transform: capitalize;
    font-style: italic;

   
}
.nav-button-1 >ul >li >a {
    display: inline-block;
    /* margin: 35px 30px 35px; */
    font-size:17px;
    text-transform: capitalize;
    color: var(--cart-color);
    text-decoration: none;
}


/* Landing page */



  
.desktop-layout .left-sidebar
{
width: 100%;
 position:absolute;
   top:70px !important;
}

.left-sidebar h3
{
    font-size:17px !important;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding:10px 0px;
    text-transform: uppercase;
}



.cart-box
{
     color: var(--white) !important;
     background-color: var(--cart-color);
     text-decoration: none;
     border-radius: 8px;
     font-size:11px;
     /* width:110px !important; */
     /* height:40px !important; */
     font-weight: 700;
     text-align: center;
     padding:8px 0px !important;
     margin-top:10px !important;
     cursor: pointer;
}

.price
{
     color: var(--black) !important;
    text-decoration: none;
    font-size:13px !important;
    font-weight: 700;
     text-align:right;
    margin-top:10px !important;
    /* width:100px !important; */
}

.price-1
{
     color: var(--black) !important;
    text-decoration: none;
    padding:3px 0px;
     font-size:13px;
    font-weight:500;
     text-align:left;
    margin-top:5px !important;
    /* align-items: flex-end;
    display: flex; */
}


.product-box-left
{
    width:67% !important;
    float: left;
}

.product-box-right
{
    width: 33% !important;
    float:right;
}

.product-box-right .product-box
{
    width: 100px !important;
    height: 100px !important;

}

.product-box-right .product-box img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.left-sidebar .order-box
{
    
    position: fixed;
  right: 0;
  bottom:59px !important;
  left: 0;
  z-index: 99;
   
   
}

.left-sidebar .order-box .order-box-inner
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}


.desktop-layout .left-sidebar .left-sidebar-banner  {
    width:100% !important;
   align-items: center;
    height:200px !important;
   background-size:  cover;
   
 
  
}

.desktop-layout .left-sidebar .left-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
top: 0px;
   position: absolute;
  
}



.left-sidebar .footer-menu
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:block;
  
   
   
}


.left-sidebar .footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-sidebar .footer-menu>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.left-sidebar .footer-menu >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}



.desktop-layout .right-sidebar {
    width:100%;
   align-items: center;
    
}




.desktop-layout .right-sidebar .right-sidebar-banner  {
    width:100% !important;
  
  align-items: center;
    height:200px !important;
   background-size:  cover;
   display: none !important;
 
  
}

.desktop-layout .right-sidebar .right-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
 display: none !important;
  
}

.right-sidebar .right-sidebar-banner::before {
  content: "";
  position: absolute;
   width:100% !important;
   align-items: center;
    height: 200px !important;
  top: 0;
  right: 0;
 
  /* background: rgba(0, 0, 0, 0.1);  */
}

.banner-top
{
position: fixed;
  top:0px;
  width: 100% !important;
  right: 0px !important;
  background-color: var(--white);
  height:60px !important;
  
}

.banner-top .logo
{
 width:60px !important;
    height:60px !important;
    float: right;

 
}
.banner-top .logo img
{
    width:60px !important;
    height:60px !important;
}

.banner-top .heading
{
    display: none;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  top:10px !important;
  left:10px !important;
}

.flex-start { 
  justify-content: flex-start; 
  text-align: center !important;
}

.flex-item {

     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  text-align: center;
  padding: 5px 10px !important;
  margin-right:2px !important;
  
}

.flex-item a {

    
     color: var(--white);
     text-decoration: none;
   
  
}


.nav-box
{
  display: none;
}

.nav-button
{
  display: none;
}

.desktop-layout .right-sidebar .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .right-sidebar .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


/* Product--page */

.review
{
     color: var(--black) !important;
    text-decoration: none;
     font-size:13px;
    /* font-weight:500; */
     text-align:left;
  
    /* align-items: flex-end;
    display: flex; */
}
.desktop-layout .product-left
{
width: 100% !important;
height: 100% !important;
float: left;  
background-color: var(--leftbg); 
}



.product-left h3
{
    font-size:17px;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding: 15px 0px;
    text-transform: uppercase;
}

.product-left h4 {
    font-size: 17px;
    color: var(--black);
    text-align: left;
    margin-top:20px !important;
    text-transform: capitalize;
}

.desktop-layout .product-left .product-left-banner  {
    width:100% !important;
  
  align-items: center;
    height:300px !important;
   background-size:  cover;
   
}

.product-left .product-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.product-left .product-box .product-box-inner {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
    bottom: 0px !important;
    padding: 10px !important;
    width: 39%;
    position: fixed;
}



.desktop-layout .product-left .product-left-banner  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   display: none;

  
}

.desktop-layout .product-left .product-left-banner-1  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   /* display: none; */

  
}


.desktop-layout .product-box-left-1
{
    width:67% !important;
    float: left;
}

.desktop-layout .product-box-right-1
{
    width: 33% !important;
    float:right;
}


.desktop-layout .product-box-right-1 .product-box-1
{
    width: 100px !important;
    height: 100px !important;

}

.desktop-layout .product-box-right-1 .product-box-1 img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.desktop-layout .product-top {
        margin-top: 8px !important;
        /* padding-bottom:20px !important; */
    }

.desktop-layout .product-top-1
{
    margin-top:70px !important;
    /* padding-bottom:110px !important; */
   
}

    .desktop-layout .product-top-1 .review-pad{
        margin-top:0px !important;
        /* padding-bottom: 110px !important; */
    }

.desktop-layout .product-border-1
{
    margin-top: 8px !important;
    border-bottom: 1px solid var(--bordercolor);
}


.product-left .order-box-1
{
    
    position: fixed;
  right: 0;
  bottom:59px !important;
  left: 0;
  z-index: 99;
   
   
}


.product-left .order-box-1 .order-box-inner-1
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}





.product-left .footer-menu-1
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:block;
  
   
   
}


.product-left .footer-menu-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-left .footer-menu-1>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.product-left .footer-menu-1 >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}


.desktop-layout .product-right {
   
    align-items: center;
    height: 60px !important;
   
}






.desktop-layout .product-right .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .product-right .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


.desktop-layout .product-right .product-right-banner  {
  display: none;
   
  
}

.desktop-layout .product-right .product-right-banner img  {
   display: none;

  
}

/* scroll-bar */

.desktop-layout .left .scroll {
  width:100% !important;
  height:95vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.desktop-layout .product-left .scroll {
  width:100% !important;
  height:88vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.content {
  /* height:100vh !important; */
  padding-bottom:40px !important;
}



.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}


}

@media (max-width: 1210px) 
{

.display-1
{
    display:none;
}

  .display
{
    display:block;
}

.desktop-layout .product-right {
   display: none;
}

/* Landing page */

.desktop-layout .landing {
    width:100% !important;
   align-items: center;
   height: 100vh;
   float: left;
   background-color: var(--white);
  
}

.desktop-layout .rlanding .landing-banner  {
    width:100% !important;
   align-items: center;
    height: 100vh;
   background-size:  cover;
   
  
}



.desktop-layout .landing .landing-banner img  {
   display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
 
  
}


.landing  .landing-top
{

   
  /* right: 100px; */
  top: 50px !important;
   align-items: center;
   text-align: center;
   position: absolute;
   display: inline-block;
   width: 100% !important;
 
  
}

.landing  .landing-top .landing-logo
{
 /* width: 200px !important; */
 height:130px !important;

 

}
.landing  .landing-top .landing-logo img
{
    width:150px !important;
    height: 150px !important;
    
}

.landing .landing-top .heading
{
    font-size:25px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cart-color);
}



.nav-box-1
{
    width: 100%;
}

.nav-button-1
{

    
    align-items: center;
    justify-content: space-between;
  
   
}
.nav-button-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-button-1 >ul >li {
    /* background-color: var(--white); */
    /* background-color: rgba(var(--white-rgb), 0.7); */
    /* background: url(../html/images/nav-bg.png); */
    border: none;
    /* padding: 10px 28px; */
    /* border-radius: 25px; */
    /* border-bottom: var(--cart-color) solid 1px; */
    font-size:17px;
    font-weight:700;
    cursor: pointer;
    min-width:230px;
    /* height: 40px; */
    /* margin-bottom: 2px !important; */
    text-align: center;
    /* margin:1px 0px; */
     /* -webkit-text-stroke:3px var(--black); */
      /* text-shadow:1px 2px var(--black); */
    color: var(--cart-color);
    text-transform: capitalize;
    font-style: italic;

   
}
.nav-button-1 >ul >li >a {
    display: inline-block;
    /* margin: 35px 30px 35px; */
    font-size:17px;
    text-transform: capitalize;
    color: var(--cart-color);
    text-decoration: none;
}


/* Landing page */



  
.desktop-layout .left-sidebar
{
width: 100%;
 position:absolute;
   top:70px !important;
}

.left-sidebar h3
{
    font-size:17px !important;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding:10px 0px;
    text-transform: uppercase;
}



.cart-box
{
     color: var(--white) !important;
     background-color: var(--cart-color);
     text-decoration: none;
     border-radius: 8px;
     font-size:11px;
     /* width:110px !important; */
     /* height:40px !important; */
     font-weight: 700;
     text-align: center;
     padding:8px 0px !important;
     margin-top:10px !important;
     cursor: pointer;
}

.price
{
     color: var(--black) !important;
    text-decoration: none;
    font-size:13px !important;
    font-weight: 700;
     text-align:right;
    margin-top:10px !important;
    /* width:100px !important; */
}

.price-1
{
     color: var(--black) !important;
    text-decoration: none;
    padding:3px 0px;
     font-size:13px;
    font-weight:500;
     text-align:left;
    margin-top:5px !important;
    /* align-items: flex-end;
    display: flex; */
}


.product-box-left
{
    width:70% !important;
    float: left;
}

.product-box-right
{
    width:20% !important;
    float:right;
}

.product-box-right .product-box
{
    width: 100px !important;
    height: 100px !important;

}

.product-box-right .product-box img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.left-sidebar .order-box
{
    
    position: fixed;
  right: 0;
  bottom:0px !important;
  left: 0;
  z-index: 99;
   
   
}

.left-sidebar .order-box .order-box-inner
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}


.desktop-layout .left-sidebar .left-sidebar-banner  {
    width:100% !important;
   align-items: center;
    height:200px !important;
   background-size:  cover;
   
 
  
}

.desktop-layout .left-sidebar .left-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
top: 0px;
   position: absolute;
  
}



.left-sidebar .footer-menu
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:none;
  
   
   
}


.left-sidebar .footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-sidebar .footer-menu>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.left-sidebar .footer-menu >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}



.desktop-layout .right-sidebar {
    width:100%;
   align-items: center;
    
}




.desktop-layout .right-sidebar .right-sidebar-banner  {
    width:100% !important;
  
  align-items: center;
    height:200px !important;
   background-size:  cover;
   display: none !important;
 
  
}

.desktop-layout .right-sidebar .right-sidebar-banner img  {
    width:100% !important;
   align-items: center;
   height:200px !important;
   background-size:  cover;
 display: none !important;
  
}

.right-sidebar .right-sidebar-banner::before {
  content: "";
  position: absolute;
   width:100% !important;
   align-items: center;
    height: 200px !important;
  top: 0;
  right: 0;
 
  /* background: rgba(0, 0, 0, 0.1);  */
}

.banner-top
{
position: fixed;
  top:0px;
  width: 100% !important;
  right: 0px !important;
  background-color: var(--white);
  height:60px !important;
  
}

.banner-top .logo
{
 width:60px !important;
    height:60px !important;
    float: right;

 
}
.banner-top .logo img
{
    width:60px !important;
    height:60px !important;
}

.banner-top .heading
{
    display: none;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  top:10px !important;
  left:10px !important;
}

.flex-start { 
  justify-content: flex-start; 
  text-align: center !important;
}

.flex-item {

     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  text-align: center;
  padding: 5px 10px !important;
  margin-right:2px !important;
  
}

.flex-item a {

    
     color: var(--white);
     text-decoration: none;
   
  
}


.nav-box
{
  display: none;
}

.nav-button
{
  display: none;
}

.desktop-layout .right-sidebar .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .right-sidebar .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


/* Product--page */

.review
{
     color: var(--black) !important;
    text-decoration: none;
     font-size:13px;
    /* font-weight:500; */
     text-align:left;
  
    /* align-items: flex-end;
    display: flex; */
}
.desktop-layout .product-left
{
width: 100% !important;
height: 100% !important;
float: left;  
background-color: var(--leftbg); 
}



.product-left h3
{
    font-size:17px;
    color: var(--black);
    text-align: center;
    /* border-bottom: solid 1px var(--bordercolor) !important; */
    padding: 15px 0px;
    text-transform: uppercase;
}

.product-left h4 {
    font-size: 17px;
    color: var(--black);
    text-align: left;
    margin-top:20px !important;
    text-transform: capitalize;
}

.desktop-layout .product-left .product-left-banner  {
    width:100% !important;
  
  align-items: center;
    height:300px !important;
   background-size:  cover;
   
}

.product-left .product-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.product-left .product-box .product-box-inner {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
    bottom: 0px !important;
    padding: 10px !important;
    width: 39%;
    position: fixed;
}



.desktop-layout .product-left .product-left-banner  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   display: none;

  
}

.desktop-layout .product-left .product-left-banner-1  img  {
    width:100% !important;
   align-items: center;
   height:300px !important;
   background-size:  cover;
   /* display: none; */

  
}



.desktop-layout .product-box-left-1
{
    width:67% !important;
    float: left;
}

.desktop-layout .product-box-right-1
{
    width: 33% !important;
    float:right;
}


.desktop-layout .product-box-right-1 .product-box-1
{
    width: 100px !important;
    height: 100px !important;

}

.desktop-layout .product-box-right-1 .product-box-1 img
{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    
}

.desktop-layout .product-top {
        margin-top: 8px !important;
        /* padding-bottom:20px !important; */
    }

.desktop-layout .product-top-1
{
    margin-top:70px !important;
    /* padding-bottom:110px !important; */
   
}

.desktop-layout .product-top-2
{
    margin-top:10px !important;
    /* padding-bottom:110px !important; */
   
}

    .desktop-layout .product-top-1 .review-pad{
        margin-top:0px !important;
        /* padding-bottom: 110px !important; */
    }

.desktop-layout .product-border-1
{
    margin-top: 8px !important;
    border-bottom: 1px solid var(--bordercolor);
}


.product-left .order-box-1
{
    
    position: fixed;
  right: 0;
  bottom:59px !important;
  left: 0;
  z-index: 99;
   
   
}


.product-left .order-box-1 .order-box-inner-1
{
    font-size:16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    position: relative;
    
  
   
}





.product-left .footer-menu-1
{
    
    position: fixed !important;
   bottom: 0;
    border-radius: 8px;
    background-color: var(--cart-color);
    text-transform: uppercase;
     bottom: 0px;
    padding: 10px !important;
    width:100% !important;
    /* height: 80px; */
   display:block;
  
   
   
}


.product-left .footer-menu-1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-left .footer-menu-1>ul >li {
    display: inline-block;
    position: relative;
   
   
}
.product-left .footer-menu-1 >ul >li >a {
    display: inline-block;
   
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    padding:10px 24px ;
     text-decoration: none;
     border-radius: 8px;
      color: var(--white);
}


.desktop-layout .product-right {
   
    align-items: center;
    height: 60px !important;
   
}






.desktop-layout .product-right .lang {
    width:80px;
    padding: 10px;
    position: absolute;
   left:10px;
    top:10px;
     font-size: 14px;
     background-color: var(--cart-color);
     color: var(--white);
     border-radius: 8px;
  
}

.desktop-layout .product-right .lang a {
    
     font-size: 14px;
     color: var(--white);
     text-decoration: none;
    
  
}


.desktop-layout .product-right .product-right-banner  {
  display: none;
   
  
}

.desktop-layout .product-right .product-right-banner img  {
   display: none;

  
}

/* scroll-bar */

.desktop-layout .left .scroll {
  width:100% !important;
  height:95vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.desktop-layout .product-left .scroll {
  width:100% !important;
  height:88vh !important;
  overflow: auto;
  float: left;
  /* margin: 0 10px; */
  overflow-x: hidden;
}

.content {
  /* height:100vh !important; */
  padding-bottom:40px !important;
}



.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}

    .container{
        max-width: 100% !important;
    }

}

