@font-face {
  font-family: telegrafico;
  src: url(../fonts/telegrafico/telegrafico.ttf);
}

@font-face {
  font-family: AllerDisplay;
  src: url(../fonts/Aller_Display/AllerDisplay.ttf);
}

@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Myriad;
  src: url(../fonts/Myriad-Arabic-Regular/Myriad\ Arabic\ Regular.ttf);
}

@font-face {
  font-family: Audrey;
  src: url(../fonts/audrey/Audrey-Medium.otf);
}

@font-face {
  font-family: Bellefair;
  src: url(../fonts/bellefair/Bellefair-Regular.ttf);
}



/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  /* height: 70px; */
  z-index: 997;
  transition: all 0.5s;
  background: #ffffff00;
  /* top: 39px; */
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}
.fixed-top {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #7fae45;
}

#header .logo img {
  padding: 0;
  /* margin: 0; */
  max-height: 100px;
}

@media (max-width:574px) {
  .head-top {
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 10px;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

  .navbar {
    display: flex;
    align-items: left;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin-right: 0px;
}

.mobile-nav-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .nav-menu {
        display: none;
    }

    .nav-menu.show {
        display: flex;
        flex-direction: column;
        background-color: #efd9bc; /* You can adjust background color */
        position: absolute;
        top: 25px; /* Adjust this value based on your header height */
        right: 0;
        width: 100%;
        padding: 17px 308px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .mobile-nav-toggle {
        display: block;
    }
}
@media (min-width:425px) and (max-width: 991.98px) {
  .nav-menu {
      display: none;
  }

  .nav-menu.show {
      display: flex;
      flex-direction: column;
      background-color: #efd9bc; /* You can adjust background color */
      position: absolute;
      top: 25px; /* Adjust this value based on your header height */
      right: 0;
      width: 100%;
      padding: 17px 308px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .navbar ul li {
    padding-left: 0vw !important;
}
  .nav-menu li {
      margin: 10px 0;
  }

  .mobile-nav-toggle {
      display: block;
  }
}

.navbar {
  padding: 0;
}

.nav-link.active {
  position: relative;
  /* padding-right: 20px; */
}

/* .nav-link.active::before{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    bottom: 26%;
  }
  .nav-link.active:hover::before{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    bottom: 26%;
  }
  .nav-link.active::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 20%;
  }
  .nav-link.active:hover::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 20%;
  }
  .nav-link:hover::before{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #000;
    bottom: 20%;
  }
  .nav-link:hover::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #000;
    top: 10%;
  } */


.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fdc915;
  text-align: center;
}



.logo img {
  width: 200px;
  height: 200%;
}

/* .nav-link.active::before {
    left: 0;
  }
  
  .nav-link.active::after {
    right: 0;
  } */

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: left;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  font-family: telegrafico;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

.header-con {
  margin-bottom: 1vw;
  margin-top: 1vw;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1043px;
  }
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


.head-top {
  /* background-color:rgb(255, 255, 255); */
  opacity: 0.8;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  padding: 3px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #7dad40;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #354144;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 33px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #354144;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #7fae45;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.logo .solalogo {
  margin-left: 7vw;
}

.navbar ul li {
  padding-left: 5vw;
}



/* --------------------------------------banner content ---------------------- */
.carousel-item img {
  position: relative;
}

.banner-content {
  position: absolute;
  right: 13%;
  top: 40%;
}

.banner-content h2 {
  font-size: 90px;
  color: #fff;
  font-weight: 700;
}

.banner-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.button-btn span {
  font-family: Myriad;
  background-color: #434242;
  color: #fff;
  text-align: center;
  padding: 9px 27px;
  border-radius: 42px;
  font-size: 32px;
  font-weight: 700;
}


/* -------------------------------------------about----------------------------- */

.about-section h2 {
  font-size: 62px;
  line-height: 73.97px;
  color: #424242;
  font-weight: 400;
  margin-top: 5vw;
  font-family: AllerDisplay;
}

.about-section p {
  font-family: Poppins-Light;
  font-size: 24px;
  margin-top: 1vw;
  line-height: 39.6px;
  letter-spacing: 2%;
}

.about-content {
  text-align: center;


}

.about-content h2 {
  font-weight: 900;
}

.about-content h2 span {
  font-size: 45px;
}

/* --------------------------------------product-------------------------- */
.total-section {
  background-image: url('../img/home/background-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-section {
  margin-top: 5vw;
}

.product-section h2 {
  text-align: center;
  font-family: AllerDisplay;
  font-weight: 400;
  font-size: 62px;
  line-height: 73.97px;
}

.product-section h2 span {
  font-size: 45px;
}

.product-tab li a {
  font-family: telegrafico;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 39.2px !important;
}

.nav-tabs {
  --mdb-nav-tabs-link-active-bg: none !important;
}

.product-tab {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.product-tab .active {
  color: #000000 !important;
  border-color: #000000 !important;
}

.tab-content img {
  border-radius: 10px;
  /* padding: 30px; */
  box-shadow: 10px 10px 5px #a5a4a4;
  width: 80%;
}
.product-review img{
  width: 40% !important;
}
.product-review{
  text-align: left !important;
}
.tab-content {
  /* padding-left: 60px; */
}

.tab-content {
  text-align: center;
}

.image-container {
  position: relative;
}

.image-container img {
  margin-top: 2vw;
}

.image-container h3 {
  font-family: Audrey;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 30%;
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 2vw;
  font-weight: 500;
  line-height: 50.4px;
}

.image-container {
  position: relative;
}

/* .image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
} */

.image-container:hover img {
  /* transform: scale(1.1); */
}

.image-container .hover-image {
  position: absolute;
  bottom: 0px;
  left: 10%;
  opacity: 0;
  /* transition: opacity 0.3s ease; */
}

.image-container:hover .hover-image {
  opacity: 1;
}

#owl-demo .item img {
  display: block;
  width: 20%;
  height: auto;
}

.testimonial-value-SB {
  display: flex;
  flex-direction: row;

}

.SB-testimonial {
  margin-top: 5vw;
  padding-bottom: 7%;
}

.SB-testimonial h2 {
  text-align: center;
  font-family: AllerDisplay;
  font-weight: 400;
  font-size: 62px;
  line-height: 73.97px;
}

.SB-testimonial h2 span {
  font-size: 60px;
}

.testimonial-value-SB p {
  font-family: Poppins-Light;
  font-weight: 275;
  font-size: 24px;
  line-height: 33.6px;
  color: #000000;
  padding: 35px;
  text-align: justify;
}

.testimonial-value-SB {
  background-color: #fff;
  box-shadow: 5px #000;
  padding: 3em;
  border-radius: 100px;
}

.SB-arrow-left i {
  vertical-align: middle;
  font-size: 40px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px;
}

#prevButton {
  border: none;
  background: none;
  cursor: pointer;
}

#nextButton {
  border: none;
  background: none;
  cursor: pointer;
}

.owl-dots {
  display: none;
}

.SB-footer {
  background-image: url(../img/home/footer-backgrount-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-one h3 {
  font-family: AllerDisplay;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  line-height: 37px;
  color: #FFFFFF;
}

.footer-one ul {
  list-style-type: none;
}

.footer-one {
  padding-top: 2%;
}

.footer-one ul li {
  list-style-type: none;
  text-align: left;
  margin-left: 55px;
  margin-top: 20px;
  font-family: Bellefair;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  color: #FFFFFF;
}

.footer-two {
  background-color: #F5F5F5;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.footer-three h3 {
  font-family: AllerDisplay;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  line-height: 37px;
  color: #FFFFFF;
}

.footer-three ul {
  list-style-type: none;
}

.footer-three {
  padding-top: 2%;
}

.footer-three ul li {
  list-style-type: none;
  text-align: left;
  margin-left: 55px;
  margin-top: 20px;
  font-family: Bellefair;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  color: #FFFFFF;
}

.footer-bottom i {
  color: #fff;
  padding: 8px;
  font-size: 24px
}

.footer-bottom {
  color: #fff;
  text-align: center;
}

.footer-design {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.footer-two img {}

.row {
  --mdb-gutter-x: 0rem !important;
  --mdb-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--mdb-gutter-y));
  margin-right: calc(-0.5* var(--mdb-gutter-x));
  margin-left: calc(-0.5* var(--mdb-gutter-x));
}

.navbar {
  /* position: fixed; */
  z-index: 1000;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  height: 60px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  background-color: #000000;
}

.navbar.scrolled .active {
  color: #e44348;
}

.navbar .active {
  background-color: #000;
  border-radius: 100px;
  padding: 0px 10px !important;
}

.footer-two img {
  margin-left: 53px;
  margin-top: 40px;
}

.hidden {
  display: none;
}

/* -------------------------------------------------------------------------product page------------------------------------------- */

.product-shopping {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-image: url(../img/home/background-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-shopping h1 {
  text-align: center;
  font-family: AllerDisplay;
  font-size: 60px;
}

.product-column {
  padding: 10px;
}

.product-column {
  margin-left: 0px;
  position: relative;
  font-family: Poppins-Light;
  font-weight: 900;
  text-align: center;
}

.sub-title {
  font-family: telegrafico;
  font-size: 15px;
  background-color: #efd9bc;
  padding: 0.5%;
}

.product-item {
  background-color: #efd9bc;
}

.product-title {
  font-size: 20px;
}

.product-price {
  font-size: 15px;
}

.product-title,
.product-price {
  display: none;
  transition: 1s;
}

.add-to-cart-btn {
  /* position: absolute; */
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
.add-to-cart-btn i {
  padding: 5%;
transform: rotate(0deg);  
  transition: 1s;
  }
.product-item:hover .add-to-cart-btn i {
translate: 20px;
transition: 1s;
}
.product-item:hover .product-title,
.product-item:hover .product-price {
  opacity: 0;
  margin-top: 1vw;
  font-size: 15px;
  transition: 1s;
  display: none;
}

.product-column:hover .add-to-cart-btn {
  opacity: 1;
  font-size: 15px;
}
.product-column .add-to-cart-btn {
  opacity: 1;
  font-size: 15px;
}
.product-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-item img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}

.product-item .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.product-item:hover .first-image {
  opacity: 0;
}

.product-item:hover .second-image {
  opacity: 1;
}

.add-to-favorites {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: red;
  position: absolute;
  top: 20px;
  right: 20px;
}

.add-to-favorites.active {
  color: #f00;
}
.right-side-column h2{
font-family:AllerDisplay ;
font-size: 20px;
text-align: left;
}
.right-side-column p{
  font-family:Poppins-Light ;
}


/* -----------------------------------filter ---------------------------------------- */

.pslider {
  color: gray;
  /* padding: 30px; */
  text-align: center;
}

.ui-slider-horizontal {
   height: 0.3em;
 }

.ui-slider {
  position: relative;
  /* width: 60%; */
  /* left: 10%; */
  border: 0;
  text-align: left;
  background: #D8D8D8;
}

.ui-slider .ui-slider-handle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  border: 14px solid #ff6600;
  outline: none;
  margin: -9px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0,        0.30);
  cursor: pointer;
     transition: box-shadow 150ms linear, background-color 150ms linear, transform 150ms linear;
 }

.ui-slider .ui-slider-range {
  font-size: .7em;
  border: 0;
  background:#efd9bc ;
}

.ui-slider-handle:hover {
   transform: scale(.92);
   background-color: #ff6600, 10%;
   box-shadow: 6px 8px 8px -6px rgba(216,78,20,0.30);
}

.ui-slider .ui-slider-handle:active {
   transform: scale(.90);
   box-shadow: 1px 1px 1px 1px               rgba(216,78,20,0.30);
}

.pslider {
 color: black;
}

.filter-apply a{
  text-decoration:none !important;
  color: #000;
  float: right;
  padding: 10px;
  font-family: Audrey;
}
.filter-apply i{
  transition: 1s;
  }
.filter-apply i:hover{
/* transform: rotate(-40deg); */
translate: 10px;
transition: 1s;
}
/* -------------------------------filter slider end--------------------------- */

/* -------------------------------------categories start ----------------------  */

.product-categories{
  font-family: Poppins-Light;
  font-weight: 900;
}
.product-categories p{
  display: flex;
  flex-direction: row;
}
.second-image-category{
  display: none;
}
.product-categories p:hover .second-image-category {
  display: inline-block;
}
.product-categories p:hover .first-image-category {
  display: none;
}

.product-categories p .second-image-category{
  transition: 3s;
}
/* --------------------------------------categories end--------------------------------- */
/* -------------------------------------------sort by start------------------------ */
#sort-by{
border: 2px solid #000;
font-family:Poppins-Light ;
}

/* --------------------------------------sort by end--------------------------------- */

/* ----------------------------------------product detail start------------------------------- */
.product-detail-head{
  margin-top: 3vw;
}

.order-1 {
  font-family:Poppins-Light ;
}
.order-1 h1{
  font-family:telegrafico ;
}
.product-detail-description{
  font-family:Poppins-Light !important ;
}
.media-body h5{
  font-family:Poppins-Light ;
}
.py-5{
  font-family:Poppins-Light ;
}
.btn-dark {
  color: #fff;
  background-color: #efd9bc !important;
  border-color: #efd9bc !important;
}


/* ---------------------------------------------------product detail end------------------------- */

/* -------------------------------------------------cart list start---------------------------------- */

.sub-heading {
  font-size: .75em;
  font-weight: 300;
}

._grid {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
  text-rendering: optimizespeed;
}
._grid:after {
  content: "";
  display: inline-block;
  width: 100%;
}
._column {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
  text-align: left;
  text-rendering: optimizeLegibility;
}
._btn {
  display: inline-block;
  background-color: #bdc3c7;
  border: none;
  padding: .5em .75em;
  text-align: center;
  font-weight: 300;
}
._btn:hover,
.cart-totals:hover ._btn {
  background-color: #3498db;
  color: #ecf0f1;
}

/**
 * @section: shopping-cart;
 */
.shopping-cart {
  width: 66%;
  max-width: 60rem;
  margin: 0 auto;
}

.shopping-cart--list-item {
  border: 1px solid #bdc3c7;
  margin-bottom: 3rem;
  height: 10rem;
  overflow: hidden;
}
.shopping-cart--list-item:hover,
.shopping-cart--list-item:hover * {
  border-color: #3498db;
}
.shopping-cart--list-item > ._column {
    height: 100%; 
}

.product-image {
  /* width: 16.663198%; */
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat center / cover transparent;
}

.product-info {
  width: 70.832119%;
  padding: .5rem;
}
.product-name {
  font-family: Poppins-Light;
  font-size: 1vw;
  margin: 0 0 .125em;
}
.price {
  line-height: 1;
  text-align: right;
}
.product-single-price {
  margin-top: -1rem;
  font-size: 1vw;
  font-family: Poppins-Light;
}

/**
 * @section: product-modifiers;
 * @extends: _column;
 */
.product-modifiers {
  width: 12.496358%;
  text-align: right;
  border-left: 1px solid #bdc3c7;
}
.product-subtract,
.product-plus,
.product-qty {
  width: 33.330557%;
  background-color: transparent;
  color: #686868;
  text-align: center;
}
.product-qty {
  padding: .35em .75em;
}
.product-remove {
  font-size: .875em;
  margin-top: 3.35rem;
  background-color: #e74c3c;
  color: #ecf0f1;
  width: 100%;
  visibility: hidden;
}
.product-modifiers:hover .product-remove {
  visibility: visible;
}
.product-remove:before {
  margin-right: .5em;
}
.product-remove:hover {
  background-color: #c0392b;
}
.product-total-price {
  border-top: 1px solid #bdc3c7;
  color: #95a5a6;
  font-size: 1.25em;
  padding: .5rem;
}
.shopping-cart--list-item:hover .product-total-price {
  background-color: #3498db;
  color: #ecf0f1;
}

.cart-totals {
  border-top: 1px solid #bdc3c7;
  padding-bottom: 3rem;
}
.cart-totals ._column {
  width: 19.984013%;
  padding: .5rem;
  line-height: 1.2;
}
.cart-totals ._column:not(:last-of-type) {
  border-right: 1px solid #bdc3c7;
}
.cart-totals ._column:first-of-type {
  padding-left: 0;
}
.cart-totals-key {
  font-size: 1.125em;
  color: #bdc3c7;
}
.cart-totals ._column:hover .cart-totals-value,
.cart-totals ._column:hover .cart-totals-key {
  color: #333;
}
.cart-totals-value {
  font-size: 2em;
}
._column.checkout {
  text-align: right;
  padding: 0;
  margin-top: 1.5em;
  vertical-align: middle;
}
.checkout-btn:before {
  margin-right: .5em;
}
._btn.checkout-btn:hover {
  background-color: #2980b9;
}

/**
 * Animations
 */
.product-remove,
.cart-totals * {
  transition: all .2s ease;
}
.closing {
  transition: all .5s ease;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}

.cart-list-head{
  text-align: center;
  
}
.cart-SB-home{
  background-image: url('../img/home/background-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family:Poppins-Light ;
}
.cart-list-head h1{
  padding-top: 3vw;
  font-family: telegrafico;
}
.sub-heading{
  padding-bottom: 2vw;
  font-family: telegrafico;
}

/* ----------------------------------------------add to cart---------------------------- */

#cart-count {
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* -------------------------------------------------product checkout---------------------------- */

.form-control{
  border-bottom-color: #dbdbdb;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  border-width: 2px;
  height: 60px;
  background-color:transparent ;
}
.form-control:focus {
  border-color: #ced4da; 
  box-shadow: none; 
}
.custom-select{
  border-color: #dbdbdb;
  height: 60px;
  border-radius: 0px;
  border-width: 2px;
  background-color:transparent ;
}
.product-checkout{
  padding-bottom: 3vw;
  padding-top: 3vw;
  background-image: url('../img/home/background-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family:Poppins-Light ;
}

.product-checkout .checkout-title{
  font-family:telegrafico;
  font-size: 40px;
}
.btn-block{
  background-color: #efd9bc;
  border: none;
  padding: 15px;
 transition: 3s;
}
.btn-block:hover{
  background-color: #fff;
  border: none;
  padding: 15px;
  transition: 3s;
}
.checkout-cart-right{
  border: 2px solid #000;
  font-family:Poppins-Light ;
  margin-bottom: 3vw;
}

.checkout-cart-inside{
  margin:10px !important;
  font-size: 10px;
}

/* ------------------------------------payment successful----------------------------------------- */

.payment-successful{
  text-align: center;
  background-color: #e7f3ff;
}
.payment-successful p{
  text-align: center;
 font-family:Poppins-Light ;
 font-size: 30px;
 padding-bottom: 3vw;
}

/* ------------------------------------------payment successfull end ----------------------- */
.nav-link {
  padding: 0px !important;
}



/* --------------------------------------contact page------------------------------------------------ */
.contact-flex{
  display: flex;
  flex-direction: row;
  font-family:Poppins-Light ;
  padding-top: 2vw;
}
.contact-SB-head{
  padding-top: 3vw;
  padding-bottom: 3vw;
  }
.contact-SB-head h2{
text-align: center;
font-family: AllerDisplay;
font-size: 40px;
}
.contact-title{
  text-align:left;
  font-size: 30px;
  font-family:telegrafico ;
  padding-top: 3vw;
}
.contact-paragraph{
  font-family:Poppins-Light ;
  font-size: 15px;
  padding-top: 1vw;
}
.contact-condent{
  padding: 10px;
}

.table {
  --bs-table-bg: transparent !important;
}
.wishlist-btn{
  background-color: #fdc915 !important;
  font-family:Poppins-Light ;
  font-size: 15px;
  color: #000;
  border: none;
  margin-bottom: 20px;
  border-radius: 35px;
}
.wishlist-head{
  font-family:Poppins-Light ;
}
.wishlist-title{
  font-family:Poppins-Light ;
}
.wishlist-title h2{
  text-align: center;
  padding-top: 20px;
}
.back-wall{
  background-image: url('../img/home/background-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.text-center .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #efd9bc;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.text-center .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color:#57574e;
  border-color: var(--bs-btn-hover-border-color);
}


.table{
  background-color: #fff;
}

.table h4{
  font-size: 15px;
}
.password-conformation{
  font-family:Poppins-Light ;
}

.password-conformation a{
  font-family:Poppins-Light ;
  text-decoration: none;
}
.flex-row{
  display: flex;
  flex-direction: row;
}
.sign-up-text{
  float: right;
  border: none;
}
.butn-log-in-out{
  padding: 20px;
}
.button-sign-up-in{
  border: none;
  background-color: #efd9bc;
  border-radius: 5px;
  font-family: Poppins-Light ;
  padding: 4px;
  color: #000;
  cursor: pointer;
}
.button-sign-up-in:hover{
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-family: Poppins-Light ;
  transition: 2s;
}
.signinto-control{
  padding: 20px;
}
.atag-decoration{
  text-decoration: none;
  color: #000;
}
.left-roll{
display: flex;
}
.left-roll .eee{
  float: right;
  }
  .left-roll{
    display: flex;
    }

