:root {
  --main-color: #0060FF;
  --main-color2: #EE0020;
  --heading-color: #151423;
  --paragraph-color: #616161;
  --body-font: "Rubik", sans-serif;
  --heading-font: "Rajdhani", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
  --primary: #0da487 !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  overflow-x: hidden;

}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #fff;
  overflow-x: hidden;
}

.text-white p {
  color: white;
}

:lang(ar).rotate {
  transform: rotateY(180deg);

}

.onhover-category-list {
  position: relative;
  z-index: 1000;
}

.whats {

  .img-team-container {

    height: 250px;
  }

  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 200;
  display: inline-block;
  border: none !important;
  outline: none !important;
  background-color: #1cce3a;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 2px 2px 5px #b0afaf,
  -2px -2px 5px #b0afaf;
  box-shadow: 2px 2px 5px #b0afaf,
  -2px -2px 5px #b0afaf;
}

.whats:hover {
  -webkit-box-shadow: 2px 2px 5px #7a7979, -2px -2px 5px #7a7979;
  box-shadow: 2px 2px 5px #7a7979, -2px -2px 5px #7a7979;
}

.whats i {
  font-size: 45px;
  color: #fff;
}


.img-team-container {

  height: 250px;
}

.banner-area-1 {
  padding: 180px 0 140px 0 !important;
}


.text-limit {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: var(--lines) !important;
  line-clamp: var(--lines) !important;
  -webkit-box-orient: vertical !important;
}

.description p {
  text-align: justify !important;
  /* line-height: 2; */
}

.footer-image {
  width: 150px !important;
}

.footer-wrap .footer-widget :lang(ar).footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: unset !important;
  right: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #209F2E;
}


:lang(ar).back-to-top {
  position: fixed;
  display: none;
  right: unset !important;
  left: 30px !important;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}
.boxShadow-service {
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
  box-shadow: rgba(0, 96, 255, 0.4) -5px 5px, rgba(0, 96, 255, 0.3) -10px 10px, rgba(0, 96, 255, 0.2) -15px 15px, rgba(0, 96, 255, 0.1) -20px 20px, rgba(0, 96, 255, 0.05) -25px 25px;
}

.boxShadow-contact {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

:lang(ar).boxShadow-service {
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
  box-shadow: rgba(0, 96, 255, 0.4) 5px 5px, rgba(0, 96, 255, 0.3) 10px 10px, rgba(0, 96, 255, 0.2) 15px 15px, rgba(0, 96, 255, 0.1) 20px 20px, rgba(0, 96, 255, 0.05) 25px 25px;

}


.logo {
  /* width: 100px !important; */
  height: 70px !important;
}


.counter-icon {
  font-size: 2em !important;
  margin-top: 10%;
  color: white;
}

.counter-h2 {
  color: white;
}

.team-image {
  height: 450px !important;
  width: 100%;
}



.contact-h2 {
  color: white;
}

.g-map-inner {}



.letter-hover {
  transition: all .4s ease;
}

.letter-hover:hover {
  letter-spacing: 1px;

}


.slider-image {
  height: 100vh;

}

.collapse {
  z-index: 90000;
}

.nav-section {
  /* height: 50px; */
  z-index: 2000;
}

.nav-height {

  height: 70px;
}


.img-product-container {
  height: 200px;
  overflow: hidden !important;
}

.img-product {
  height: 100%;
  transition: all .5s ease-in-out;
}

.img-product-container:hover .img-product {
  transform: scale(1.1);
}

.btn-primary:hover {
  color: white !important;
  background-color: #5b3286 !important;
  border-color: #4a3264 !important;
}

.nav-link {
  font-size: small !important;
}

/* .dropdown-item {
  font-size: small !important;
} */

.join {
  font-size: small !important;
}

/* .nav-index {
  z-index: 9000;
} */

.language-dropdown-menu{
  
  z-index: 500000000000 !important;
}


/* .dropdown-menu {
  text-align: center !important;
  left: unset !important;
  right: unset !important;
}
 */

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #4a3264;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #8153b3;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #b77cf7;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

iframe {
  width: 100%;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0) !important;

}

.blur-up.lazyloaded {
  filter: grayscale(100%);

}

.form-floating::placeholder {
  text-align: right !important;
}

[dir="rtl"] .home-contain .home-detail * {
  margin-left: auto !important;
  text-align: right !important;
}

.bg-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;

}

.index-number {
  position: relative;
  z-index: 2;
}

.bg-banner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.slider-mobile {
  position: relative;
  z-index: 1;
}

.home-detail .description p {
  text-align: justify !important;
  color: white !important;
}


header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: -12px;
}

.timer-notification {
  color: white !important;
  text-align: right !important;
}

.notification-slider * {
  color: white !important;
}

.product-slider-image {
  height: 200px !important;
}

.qr-code {
  height: fit-content;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  color: #4a5568;

}

.new::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  color: #4a5568;

}

.trash-icon {
  cursor: pointer;
  
}
.trash-icon:hover {
  color:red !important;
  
}

.cursor-pointer{
  cursor: pointer !important;

}

.text-white{
  color: white !important;
}

.eye-show{
  position:relative;
}

.eye-show{
  position:absolute;
  content: "";
  background-color: #151423;
  top: 0;
  height: 100%;
}

.mobile-menu{
  z-index: 3;
}

.select {
  border: 1px solid var(--theme-color);
  /* padding: 10px; */
}
.option{
  background-color: var(--theme-color) !important;
}


.empty-image{
  height:300px;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 0px;
}

/* .dropdown-menu{
  position:absolute !important;
  z-index:1000  !important;
  background-color: white !important;
} */

.ri-arrow-down-s-fill:before {
  content: "";
}


.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  direction: ltr !important;
}

.contact-bg-1{
  background-image: url(../img/contact-bg-1.jpg);
  height: 580px;
}

 .input {
  border-radius: 5px;
  background: #F6F3EC;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}
 .input:focus {
  border-radius: 5px;
  background: #F6F3EC;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.nav-link:hover{
  text-align: start !important;
  list-style-type: none !important;
}


.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card-fixed-height{
  height: 320px !important;
}
.product-image{
  height:100px !important;
}

.qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px
}

.add-to-cart-box .qty-box .input-group button:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.add-to-cart-box .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568
}

.add-to-cart-btn-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(30px + (37 - 30) * ((100vw - 320px) / (1920 - 320)));

  height:calc(30px + (37 - 30) * ((100vw - 320px) / (1920 - 320)));position:absolute;right:0;bottom:0;background-color:#f7f7f7;padding:0;border-radius:100%;color:var(--theme-color)}[dir="rtl"] .add-to-cart-btn-2 .btn {
                  right:unset; left:0
              }

              .add-to-cart-btn-2 .qty-box-2{display:none;bottom:0;position:absolute;left:0;width:100%;height:auto;margin-left:auto;max-width:190px}[dir="rtl"] .add-to-cart-btn-2 .qty-box-2 {
                  left:unset; right:0
              }

              .add-to-cart-btn-2 .qty-box-2.qty-box-3 {
                  max-width:203px
              }

              .add-to-cart-btn-2 .qty-box-2.open {
                  display:block
              }

              .add-to-cart-btn-2 .qty-box-2 .input-group {
                  background-color:#f8f8f8; border-radius:5px; padding:4px; text-align:center; z-index:0
              }

              .add-to-cart-btn-2 .qty-box-2 .input-group button {
                  width:calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320))); height:calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320))); display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; border:none; padding:0; background-color:#fff; z-index:0; border-radius:3px !important
              }

              .add-to-cart-btn-2 .qty-box-2 .input-group button i {
                  font-size:13px; color:var(--theme-color); margin-top:1px
              }

              .add-to-cart-btn-2 .qty-box-2 .input-group button:focus {
                  -webkit-box-shadow:none; box-shadow:none
              }

              .add-to-cart-btn-2 .qty-box-2 .input-group input {
                  height:auto; background-color:transparent; border:none; padding:0; text-align:center; font-size:14px; color:#4a5568
              }

              .qty-box {
                  margin-top:10px; width:100%; max-width:250px
              }

              .qty-box .input-group {
                  background-color:#f8f8f8; border-radius:7px; padding:4px; text-align:center; z-index:0
              }

              .qty-box .input-group.theme-bg-white {
                  background-color:#fff
              }

              .qty-box .input-group button {
                  width:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320))); height:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320))); display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; border:none; padding:0; background-color:#fff; z-index:0; border-radius:4px !important
              }

              .qty-box .input-group button i {
                  font-size:13px; color:var(--theme-color); margin-top:1px
              }

              .qty-box .input-group button:focus {
                  -webkit-box-shadow:none; box-shadow:none
              }

              .qty-box .input-group input {
                  height:auto; background-color:transparent; border:none; padding:0; text-align:center; font-size:14px; color:#4a5568
              }


              .product-detail{margin-top:12px}.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4{font-weight:600;margin-bottom:7px}.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p{font-size:calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));line-height:1.4;margin:0;color:#4a5568}

              .cart-table table tbody tr td.product-detail:hover .product .product-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cart-table table tbody tr td.product-detail ul li+li{margin-bottom:2px}.cart-table table tbody tr td.product-detail .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media (max-width: 1366px){.cart-table table tbody tr td.product-detail .product{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.cart-table table tbody tr td.product-detail .product .product-image{width:70px}@media (max-width: 1366px){.cart-table table tbody tr td.product-detail .product .product-image{width:80px}}@media (max-width: 575px){.cart-table table tbody tr td.product-detail .product .product-image{width:90px}}@media (max-width: 480px){.cart-table table tbody tr td.product-detail .product .product-image{width:100px}}@media (max-width: 360px){.cart-table table tbody tr td.product-detail .product .product-image{width:70px}}.cart-table table tbody tr td.product-detail .product .product-image img{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.cart-table table tbody tr td.product-detail .product .product-detail{margin-left:calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));margin-top:0}[dir="rtl"] .cart-table table tbody tr td.product-detail .product .product-detail{margin-left:unset;margin-right:calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)))}[dir="rtl"] .cart-table table tbody tr td.product-detail .product .product-detail ul{padding-right:0}.cart-table table tbody tr td.product-detail .product .product-detail ul li{display:block;white-space:nowrap;margin-bottom:8px;font-size:14px}.cart-table table tbody tr td.product-detail .product .product-detail ul li+li{margin-bottom:calc(0px + (2 - 0) * ((100vw - 320px) / (1920 - 320)))}.cart-table table tbody tr td.product-detail .product .product-detail ul li .saving{font-weight:500}.cart-table table tbody tr td.product-detail .product .product-detail ul li span{font-weight:500}.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a{font-weight:500;font-size:16px;color:#222}.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover{color:#222}.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4){display:none}.cart-table table tbody tr td.product-detail .product .product-detail ul li .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6{margin-left:8px;text-decoration:line-through}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box{border:1px solid #ececec;border-radius:5px;width:62%}@media (max-width: 575px){.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box{width:80%}}@media (max-width: 360px){.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box{width:90%}}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button{padding:calc(3px + (10 - 3) * ((100vw - 320px) / (1920 - 320))) calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));border:none}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input{padding:10px 18px;border:none;text-align:center}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity{margin:6px 0}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price{width:50%}@media (max-width: 480px){.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price{width:60%}}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button{width:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));height:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#e3e0e0;border-radius:100% !important;padding:0}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i{margin-top:2px}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input{padding:0;border:none;text-align:center;background-color:transparent}.cart-table table tbody tr td.price h5{font-weight:500;font-size:calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-table table tbody tr td.price h5 del{font-size:calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));margin-left:4px}[dir="rtl"]
              om:10px}.product-section-box .custom-tab .product-detail .detail-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.product-section-box .custom-tab .product-detail .detail-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#4a5568;width:100%}.product-section-box .custom-tab .product-detail .detail-list li i{font-size:6px;color:#4a5568;margin:6px 6px 0 0}.product-section-box .custom-tab .tab-pane .product-description p{margin-bottom:calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));color:#4a5568;line-height:1.7;font-size:calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)))}

              .product-detail{margin-left:15px;width:calc(100% - 130px - 15px);position:relative;overflow:hidden}[dir="rtl"] .product-box-2 .product-detail{margin-left:unset;margin-right:15px}.product-box-2 .product-detail-2{padding-left:0;padding-right:15px;text-align:right}.product-box-2 .product-detail-2 .rating{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-box-2 .product-detail-2 .cart-icon{right:unset;left:0}.product-box-2 .product-detail .product-option{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:absolute;top:0;left:0;background-color:#fff;opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.product-box-2 .product-detail .product-option li a{width:45px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;border:1px solid var(--theme-color);position:relative;z-index:0;overflow:hidden}.product-box-2 .product-detail .product-option li a:hover{color:var(--theme-color)}.product-box-2 .product-detail .product-option li a:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--theme-color);opacity:0.1}.product-box-2 .product-detail .product-option li a .feather{width:20px;height:auto;margin-top:1px}.product-box-2 .product-detail h6{font-weight:600;line-height:1.4;margin-bottom:calc(2px + (7 - 2) * ((100vw - 320px) / (1920 - 320)));font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#222;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.product-box-2 .product-detail h3{color:var(--theme-color);font-weight:600;margin-bottom:12px}.product-box-2 .product-detail h5{font-weight:500;margin-top:calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)))}.product-box-2 .product-detail h5 del{font-size:14px;margin-left:2px;color:#ff4f4f;font-weight:600}.product-box-2 .product-detail .cart-icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;right:0;background-color:#f7f5f2;border-radius:100%}.product-box-2 .product-detail .cart-icon svg{width:20px;height:20px;color:#4a5568;stroke-width:1.5px}.middle-image{width:100%;height:100%}.middle-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-offcer-contain{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.product-offcer-contain+.product-offcer-contain{margin-top:50px}.product-offcer-contain+.product-offcer-contain::before{content:"";position:absolute;top:-25px;left:0;width:100%;border:1px dashed #bfa378}.product-offcer-contain .product-offer-image img{width:150px;height:85px;-o-object-fit:contain;object-fit:contain}.product-offcer-contain .product-offer-details{padding-left:16px;width:calc(100% - 150px);position:relative}.product-offcer-contain .product-offer-details h6{font-weight:600;line-height:1.4;margin-bottom:7px}.product-offcer-contain .product-offer-details h5{font-weight:500;margin-top:10px}.product-offcer-contain .product-offer-details h5 del{font-size:14px;margin-left:2px;color:#ff4f4f;font-weight:600}.product-offcer-contain .product-offer-details .cart-icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;right:0;background-color:#f7f5f2;border-radius:100%}.product-offcer-contain .product-offer-details .cart-icon .feather{width:20px;height:20px;color:#4a5568;stroke-width:1.5px}.deal-contain{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 575px){.deal-contain{display:block}}.deal-contain .deal-image img{width:250px;height:250px;-o-object-fit:contain;object-fit:contain}@media (max-width: 575px){.deal-contain .deal-image img{width:100%;height:100%}}.deal-contain .deal-detail{padding-left:25px;width:calc(100% - 250px)}[dir="rtl"] .deal-contain .deal-detail{padding-left:unset;padding-right:25px}@media (max-width: 575px){.deal-contain .deal-detail{padding-left:0;width:100%;margin-top:10px}}.deal-contain .deal-detail a{color:#222}.deal-contain .deal-detail a:hover{color:#222}.deal-contain .deal-detail .name{font-weight:600;margin-bottom:calc(5px + (11 - 5) * ((100vw - 320px) / (1920 - 320)))}.deal-contain .deal-detail h4{font-weight:500;margin-top:calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)))}.deal-contain .deal-detail h4 del{font-size:14px;margin-left:2px;color:#ff4f4f;font-weight:600}[dir="rtl"] .deal-contain .deal-detail h4 del{margin-left:unset;margin-right:2px}[dir="rtl"] .deal-contain .deal-detail .option-icon{padding-left:unset;padding-right:0}.deal-contain .deal-detail .option-icon li+li{margin-left:8px}[dir="rtl"] .deal-contain .deal-detail .option-icon li+li{margin-left:unset;margin-right:8px}.deal-contain .deal-detail .option-icon li a{width:calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));height:calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;-webkit-box-shadow:0px 5.57831px 13.9458px rgba(0,0,0,0.05);box-shadow:0px 5.57831px 13.9458px rgba(0,0,0,0.05);border-radius:100%;color:#222}.deal-contain .deal-detail .option-icon li a svg{width:calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));height:calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))}.product-list-section.list-style>div{width:100%}.product-list-section.list-style>div .product-box-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)))}.product-list-section.list-style>div .product-box-3 .product-header{width:180px}@media (max-width: 767px){.product-list-section.list-style>div .product-box-3 .product-header{width:100%}}@media (max-width: 767px){.product-list-section.list-style>div .product-box-3{display:block}}.product-list-section.list-style>div .product-box-3 .product-footer{padding-left:20px;width:calc(100% - 180px)}.product-list-section.list-style>div .product-box-3 .product-footer .product-detail .span-name{display:none}[dir="rtl"] .product-list-section.list-style>div .product-box-3 .product-footer{padding-left:unset;padding-right:20px}@media (max-width: 767px){.product-list-section.list-style>div .product-box-3 .product-footer{padding:0;width:100%;margin-top:20px}}.product-list-section.list-style>div .product-box-3 .product-footer .product-content{display:block;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-list-section.list-style>div .product-box-3 .product-footer .product-detail .qty-box{width:unset}.product-box-3{padding:calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));position:relative;background-color:#f8f8f8;border-radius:5px;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.product-box-3.theme-bg-white{background-color:#fff}.product-box-3:hover{-webkit-box-shadow:0 0 8px rgba(34,34,34,0.08);box-shadow:0 0 8px rgba(34,34,34,0.08)}.product-box-3:hover .product-header .product-image .product-option{bottom:10px;opacity:1}.product-box-3:hover .product-header .product-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product-box-3 .product-header{position:relative}.product-box-3 .product-header .product-image{text-align:center;padding:20px;display:block}@media (max-width: 480px){.product-box-3 .product-header .product-image{padding:8px}}.product-box-3 .product-header .product-image img{width:100%;height:calc(100px + (140 - 100) * ((100vw - 320px) / (1920 - 320)));-o-object-fit:contain;object-fit:contain;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.product-box-3 .product-header .product-image .product-option{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;bottom:-5px;background-color:#fff;width:100%;padding:10px 5px;border-radius:7px;-webkit-box-shadow:0 0 8px rgba(34,34,34,0.12);box-shadow:0 0 8px rgba(34,34,34,0.12);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;max-width:230px}@media (max-width: 480px){.product-box-3 .product-header .product-image .product-option{display:none}}.product-box-3 .product-header .product-image .product-option li{position:relative;width:33.33%}.product-box-3 .product-header .product-image .product-option li a{color:#222}.product-box-3 .product-header .product-image .product-option li a .feather{width:17px;height:auto;color:#4a5568}.product-box-3 .product-header .product-image .product-option li+li:after{content:"";position:absolute;width:1px;height:100%;top:0;left:0;background-color:#4a5568;opacity:0.3}[dir="rtl"] .product-box-3 .product-header .product-image .product-option li+li:after{left:unset;right:0}.product-box-3 .product-header .product-header-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:0;left:0;width:100%}[dir="rtl"] .product-box-3 .product-header .product-header-top{left:unset;right:0}.product-box-3 .product-header .product-header-top .label-new{position:relative;border-radius:4px;padding:3px 8px;color:#fff}.product-box-3 .product-header .product-header-top .label-new.bg-warning{background:-webkit-gradient(linear, right top, left top, color-stop(-14.53%, #ffbf65), color-stop(99.15%, #ffad39)) !important;background:linear-gradient(-90deg, #ffbf65 -14.53%, #ffad39 99.15%) !important}.product-box-3 .product-header .product-header-top .label-new.bg-theme{background:var(--theme-color2) !important}.product-box-3 .product-header .product-header-top .label-new label{font-size:13px;margin-top:1px;font-weight:600}.product-box-3 .product-header .product-header-top .wishlist-button{position:relative;padding:6px;margin-left:auto;background-color:#fff;-webkit-box-shadow:0 3px 3px rgba(34,34,34,0.24);box-shadow:0 3px 3px rgba(34,34,34,0.24);border-radius:100%;z-index:0}[dir="rtl"] .product-box-3 .product-header .product-header-top .wishlist-button{margin-left:unset;margin-right:auto}.product-box-3 .product-header .product-header-top .wishlist-button .feather{width:15px;height:15px;color:#4a5568}.product-box-3 .product-header .product-header-top .close-button{position:relative;padding:0;z-index:0}.product-box-3 .product-header .product-header-top .close-button .feather{width:20px;height:auto;color:#4a5568}.product-box-3 .product-footer .product-detail .span-name{font-size:13px;color:#50607c;margin-bottom:calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)))}.product-box-3 .product-footer .product-detail .product-content{display:none}.product-box-3 .product-footer .product-detail a{color:#222}.product-box-3 .product-footer .product-detail a:hover{color:#222}.product-box-3 .product-footer .product-detail .name{font-weight:500;line-height:calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-box-3 .product-footer .product-detail .unit{font-size:13px;font-weight:500;margin-top:calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));color:#777}.product-box-3 .product-footer .price{margin-top:6px;font-weight:600}.product-box-3 .product-footer .price del{margin-left:4px;font-weight:400;color:#777;font-size:calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)))}.product-box-3 .product-footer .price span{font-size:calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)))}.product-section-3 .circle-box{position:relative}.product-section-3 .circle-box .shape-circle{position:absolute;top:0;left:0}.product-section-3 .circle-box .shape-circle img{width:100%;height:auto;margin:0;-webkit-animation:rounded 15s linear infinite;animation:rounded 15s linear infinite}.product-section-3 .circle-box .shape-text{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;color:#fff}.product-section-3 .circle-box .shape-text h6{display:block;margin:0;font-weight:500}.product-section-3 .product-title{padding:16px;text-align:center;background-color:var(--theme-color);color:#fff;border-radius:8px 8px 0 0;border:2px solid transparent;background-size:contain;background-clip:border-box;background-position:0 0;-webkit-animation:shape 15s linear infinite;animation:shape 15s linear infinite}.product-section-3 .product-title.product-warning{background-color:transparent;color:#222;margin:0;border:none}.product-bg-image{background-image:url(../images/grocery/bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%}.product-bg-image .product-box-4{border:none;background-color:transparent}.product-bg-image .product-box-3:hover{-webkit-box-shadow:none;box-shadow:none}.product-box-4{border:1px solid #ececec;border-radius:8px;padding:15px;position:relative;text-align:center}.product-box-4+.product-box-4{margin-top:20px !important}.product-box-4:hover .product-image img{-webkit-transform:scale(1.08);transform:scale(1.08)}.product-box-4:hover .product-image .option li{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.product-box-4:hover .product-image .option li:nth-child(1){-webkit-transition-delay:0.1s;transition-delay:0.1s}.product-box-4:hover .product-image .option li:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}.product-box-4:hover .product-image .option li:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s}.product-box-4:hover .product-image .option li:nth-child(4){-webkit-transition-delay:0.4s;transition-delay:0.4s}.product-box-4:hover .product-detail a .name{color:var(--theme-color) !important;font-weight:600}.product-box-4-3{border:2px solid var(--theme-color);border-radius:0 0 8px 8px}@media (max-width: 1660px){.product-box-4-3{height:90%}}@media (max-width: 991px){.product-box-4-3{height:auto}}.product-box-4 .circle-box{position:relative}.product-box-4 .circle-box .shape-circle{position:absolute;top:0;left:0}.product-box-4 .circle-box .shape-circle img{width:100%;height:auto;margin:0;-webkit-animation:rounded 15s linear infinite;animation:rounded 15s linear infinite}.product-box-4 .circle-box .shape-text{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;color:#fff}.product-box-4 .circle-box .shape-text h6{display:block;margin:0;font-weight:500}.product-box-4 .custom-progressbar{margin-top:26px;border-radius:50px;height:10px}.product-box-4 .custom-progressbar .progress-bar{background-color:var(--theme-color)}.product-box-4 h5{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:6px}.product-box-4 h5 span{margin-left:3px}.product-box-4 .product-image{position:relative}.product-box-4 .product-image-2 img{margin:20px 0 !important}@media (max-width: 991px){.product-box-4 .product-image-2 img{margin:0 !important}}.product-box-4 .product-image img{width:70%;height:calc(80px + (140 - 80) * ((100vw - 320px) / (1920 - 320)));margin:30px auto 20px;-o-object-fit:contain;object-fit:contain;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media (max-width: 480px){.product-box-4 .product-image img{width:80%}}@media (max-width: 360px){.product-box-4 .product-image img{width:100%;margin:20px 0 0}}.product-box-4 .product-image img.product-image{width:65%;height:auto;-o-object-fit:unset;object-fit:unset;margin:20px auto 0}.product-box-4 .product-image .option{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;margin:0 -4px}[dir="rtl"] .product-box-4 .product-image .option{padding-right:0}@media (max-width: 480px){.product-box-4 .product-image .option{margin:0 -1px}}.product-box-4 .product-image .option li{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:50%;border:1px solid var(--theme-color);margin:0 4px;opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;overflow:hidden}@media (max-width: 480px){.product-box-4 .product-image .option li{width:30px;height:30px;margin:0 1px}}.product-box-4 .product-image .option li:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--theme-color);opacity:0.1;z-index:-1}.product-box-4 .product-image .option li a{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-box-4 .product-image .option li a .icli{font-size:20px;color:#000}@media (max-width: 480px){.product-box-4 .product-image .option li a .icli{font-size:15px}}.product-box-4 .product-image .option li a .icli.iconly-Swap{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.product-box-4 .product-detail{text-align:left;margin-top:15px;position:relative}.product-box-4 .product-detail .addtocart_btn .add-button,.product-box-4 .product-detail .addtocart_btn .add_cart{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.product-box-4 .product-detail .addtocart_btn .add-button span,.product-box-4 .product-detail .addtocart_btn .add_cart span{position:absolute;left:8px;right:0;bottom:-21px;font-size:12px}.product-box-4 .product-detail .addtocart_btn .qty-box{display:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1;margin-top:0}.product-box-4 .product-detail .addtocart_btn .qty-box.open{display:block;position:absolute;right:0;bottom:0;width:100%;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.product-box-4 .product-detail .addtocart_btn .input-group{-webkit-box-shadow:0 2px 4px 0 #dedede;box-shadow:0 2px 4px 0 #dedede;border-radius:2px;padding:4px;text-align:center;z-index:0;background-color:#fff}.product-box-4 .product-detail .addtocart_btn .input-group .btn{padding:7px 12px;font-size:10px;line-height:1;border-radius:2px !important;background-color:#f8f8f8}.product-box-4 .product-detail .addtocart_btn .input-group .btn i{font-size:15px}.product-box-4 .product-detail .addtocart_btn .input-group .form-control{padding:2px;text-align:center;border-color:#f9f9f9}.product-box-4 .product-detail a{color:#222}.product-box-4 .product-detail a .name{width:70%;margin-top:5px;text-transform:capitalize;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-align:left}[dir="rtl"] .product-box-4 .product-detail a .name{text-align:right}@media (max-width: 480px){.product-box-4 .product-detail a .name{width:100%}}.product-box-4 .product-detail .price{margin-top:5px;font-weight:500}@media (max-width: 480px){.product-box-4 .product-detail .price{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-box-4 .product-detail .price del{margin-left:10px;color:#4a5568;font-weight:400}[dir="rtl"] .product-box-4 .product-detail .price del{margin-left:unset;margin-right:10px}@media (max-width: 480px){.product-box-4 .product-detail .price del{margin-left:5px}[dir="rtl"] .product-box-4 .product-detail .price del{margin-left:unset;margin-right:5px}}.product-box-4 .product-detail .buy-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;height:35px;position:absolute;bottom:0;right:0;padding:7px 11px;background-color:var(--theme-color);color:#fff}@media (max-width: 480px){.product-box-4 .product-detail .buy-button{position:relative;bottom:unset;right:unset;width:100%;margin-top:12px;color:var(--theme-color);border-radius:5px;border:1px solid var(--theme-color)}}[dir="rtl"] .product-box-4 .product-detail .buy-button{right:unset;left:0}.product-box-4 .product-detail .buy-button i{font-size:18px}.product-box-4 .product-detail .buy-button-2{width:53px}.product-box-4 .product-detail .sold-box{margin-top:12px}.product-box-4 .product-detail .sold-box .progress{height:8px;border-radius:50px}.product-box-4 .product-detail .sold-box .progress .progress-bar{border-radius:50px;background-color:var(--theme-color)}.product-box-4 .product-detail .sold-box h5{margin-top:6px}.product-box-4 .product-detail .sold-box h5 span{color:#000}.product-box-4 .product-detail .price-qty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)))}@media (max-width: 480px){.product-box-4 .product-detail .price-qty{display:block}}.product-box-4 .product-detail .price-qty .counter-number{display:inline-block}@media (max-width: 480px){.product-box-4 .product-detail .price-qty .counter-number{margin-bottom:9px;width:100%}}@media (max-width: 336px){.product-box-4 .product-detail .price-qty .counter-number{display:block;width:100%}}@media (max-width: 480px){.product-box-4 .product-detail .price-qty .counter-number .counter{width:100%}}@media (max-width: 480px){.product-box-4 .product-detail .price-qty .counter-number .counter input{width:100%}}@media (max-width: 480px){.product-box-4 .product-detail .price-qty .counter-number .counter .qty-left-minus,.product-box-4 .product-detail .price-qty .counter-number .counter .qty-right-plus{width:85px}}.product-box-4 .product-detail .price-qty .buy-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 15px}[dir="rtl"] .product-box-4 .product-detail .price-qty .buy-button{right:unset;left:0}@media (max-width: 480px){.product-box-4 .product-detail .price-qty .buy-button{width:100%;margin-top:0}}.product-box-4 .product-detail .price-qty .buy-button .icli{font-size:24px}.product-box-4 .product-detail .price-qty .buy-button i{font-size:16px}.product-box-4 .product-detail .counter-number-box{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e1b254;border-radius:5px;background-color:rgba(225,178,84,0.1);padding:5px}.product-box-4 .product-detail .counter-number-box span{margin-right:6px;position:relative}.product-box-4 .product-detail .counter-number-box span:after{content:"";position:absolute;width:1px;height:100%;top:0;right:-8px;background-color:#e1b254}.product-box-4 .product-detail .counter-number-box input{width:27px;height:unset;border:none;background-color:transparent;position:relative}.product-box-4 .product-detail .counter-number-box .counter-arrow{background-color:#e1b254;color:#fff;padding:3px 6px}.product-box-4 .product-detail .counter-number-box .counter-arrow .down,.product-box-4 .product-detail .counter-number-box .counter-arrow .up{width:unset;height:unset;border:unset;font-size:unset;background-color:transparent;padding:0;color:#fff}.product-box-4 .product-detail .counter-number-box .counter-arrow .down:hover,.product-box-4 .product-detail .counter-number-box .counter-arrow .up:hover{color:#fff}.product-box-5 .product-image{position:relative}.product-box-5 .product-image .bg-size{border-radius:10px}.product-box-5 .product-image .wishlist-top{position:absolute;top:10px;right:10px;background-color:#fff;padding:5px;border-radius:5px}.product-box-5 .product-image .wishlist-top svg{width:18px}.product-box-5 .product-image .product-option{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;bottom:-5px;background-color:#fff;width:70%;padding:10px 5px;border-radius:7px;-webkit-box-shadow:0 0 8px rgba(34,34,34,0.12);box-shadow:0 0 8px rgba(34,34,34,0.12);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;max-width:320px}@media (max-width: 480px){.product-box-5 .product-image .product-option{display:none}}.product-box-5 .product-image .product-option li{position:relative;width:33.33%;text-align:center}.product-box-5 .product-image .product-option li a{color:#222}.product-box-5 .product-image .product-option li a .feather{width:17px;height:auto;color:#4a5568}.product-box-5 .product-image .product-option li+li:after{content:"";position:absolute;width:1px;height:100%;top:0;left:0;background-color:#4a5568;opacity:0.3}[dir="rtl"] .product-box-5 .product-image .product-option li+li:after{left:unset;right:0}.product-box-5 .product-image img{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:10px}.product-box-5:hover .product-image a img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product-box-5:hover .product-image .product-option{bottom:15px;opacity:1}.product-box-5 .product-detail{padding-top:10px;text-align:center}.product-box-5 .product-detail a{color:#222;display:block}.product-box-5 .product-detail a:hover{color:#222}.product-box-5 .product-detail a h5{margin-bottom:6px}.product-box-5 .product-detail a h5.name{font-weight:600;line-height:22px;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-transform:capitalize}.product-box-5 .product-detail .product-rating{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(4px + (7 - 4) * ((100vw - 320px) / (1920 - 320)))}.product-box-5 .product-detail .product-rating h6{font-weight:500}.product-box-5+.product-box-5{margin-top:30px !important}.product-section-2 .product-box-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding:0}.product-section-2 .product-box-4:hover .product-details .option{opacity:1}.product-section-2 .product-box-4:hover .product-details .option li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.product-section-2 .product-box-4:hover .product-details .option li:nth-child(1){-webkit-transition-delay:0.1s;transition-delay:0.1s}.product-section-2 .product-box-4:hover .product-details .option li:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}.product-section-2 .product-box-4:hover .product-details .option li:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s}.product-section-2 .product-box-4:hover .product-details .option li:nth-child(4){-webkit-transition-delay:0.4s;transition-delay:0.4s}.product-section-2 .product-box-4 .product-image{width:calc(84px + (116 - 84) * ((100vw - 320px) / (1920 - 320)));height:calc(84px + (116 - 84) * ((100vw - 320px) / (1920 - 320)));border:1px solid #ececec;border-radius:12px;padding:15px}.product-section-2 .product-box-4 .product-image-2{width:116px;height:151px;border-radius:8px}.product-section-2 .product-box-4 .product-image img{width:100%;height:100%;margin:0;-o-object-fit:contain;object-fit:contain}.product-section-2 .product-box-4 .product-details{text-align:left;padding-left:calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));position:relative}[dir="rtl"] .product-section-2 .product-box-4 .product-details{padding-left:unset;padding-right:calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)))}.product-section-2 .product-box-4 .product-details a{color:#222}.product-section-2 .product-box-4 .product-details a .name{font-weight:500;margin:5px 0;text-align:left}[dir="rtl"] .product-section-2 .product-box-4 .product-details a .name{text-align:right}.product-section-2 .product-box-4 .product-details .price{color:var(--theme-color);font-weight:500}.product-section-2 .product-box-4 .product-details .price del{color:#bfbfbf;font-weight:400;margin-left:5px}.product-section-2 .product-box-4 .product-details .option{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%;position:absolute;left:25px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;margin:0 -4px}[dir="rtl"] .product-section-2 .product-box-4 .product-details .option{left:unset;right:10px}@media (max-width: 480px){.product-section-2 .product-box-4 .product-details .option{left:10px;margin:0 -2px}}.product-section-2 .product-box-4 .product-details .option li{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:50%;border:1px solid var(--theme-color);margin:0 4px;opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;overflow:hidden}@media (max-width: 480px){.product-section-2 .product-box-4 .product-details .option li{width:30px;height:30px;margin:0 2px}}.product-section-2 .product-box-4 .product-details .option li:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--theme-color);opacity:0.1;z-index:-1}.product-section-2 .product-box-4 .product-details .option li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.product-section-2 .product-box-4 .product-details .option li a .icli{font-size:20px;color:#000}@media (max-width: 480px){.product-section-2 .product-box-4 .product-details .option li a .icli{font-size:15px}}.product-section-2 .product-box-4 .product-details .option li a .icli.iconly-Swap{-webkit-transform:rotate(90deg);transform:rotate(90deg)}

              .summery-box{border-radius:5px;background-color:#f8f8f8}.summery-box .summery-header{padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center};.summery-box .summery-header h3{font-weight:600}.summery-box .summery-header a{font-weight:500;margin-left:auto;font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))}.summery-box .summery-header a:hover{color:var(--theme-color)}[dir="rtl"] .summery-box .summery-header a{margin-left:unset;margin-right:auto}.summery-box .summery-contain{padding:16px calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));.border-bottom:1px solid #ececec}.summery-box .summery-contain::-webkit-scrollbar-track{background-color:#4a5568}.summery-box .summery-contain::-webkit-scrollbar{width:3px}.summery-box .summery-contain::-webkit-scrollbar-thumb{background-color:var(--theme-color);border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box{position:relative;overflow:hidden;border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply{background:var(--theme-color);color:#fff;padding:0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));font-weight:700;border:none}.summery-box .summery-contain .coupon-cart .coupon-box .form-control{border:2px solid var(--theme-color);padding:10px}[dir="rtl"] .summery-box .summery-contain ul{padding-right:0}.summery-box .summery-contain ul li{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-contain ul li:last-child{border-bottom:none}.summery-box .summery-contain ul li h4{font-size:15px;color:#4a5568}.summery-box .summery-contain ul li h4.price{color:#4a5568;margin-left:auto}[dir="rtl"] .summery-box .summery-contain ul li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-contain ul li h4.price .shpping-contain{display:block;font-weight:400;font-size:13px;margin-top:3px}.summery-box .summery-contain ul li h4 span{font-weight:600}.summery-box .summery-contain{padding:calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320))) calc(11px + (22 - 11) * ((100vw - 320px) / (1920 - 320)))};.bgt{border-bottom:1px solid #ececec}.summery-box .summery-contain::-webkit-scrollbar-track{background-color:transparent}.summery-box .summery-contain::-webkit-scrollbar{width:3px}.summery-box .summery-contain::-webkit-scrollbar-thumb{background-color:var(--theme-color);border-radius:4px}.summery-box .summery-contain li{padding:calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-contain li:last-child{border-bottom:none}.summery-box .summery-contain li p{font-size:calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));line-height:1.6;margin:0}.summery-box .summery-contain li h4{font-size:15px;color:#4a5568}.summery-box .summery-contain li h4.price{color:#4a5568;margin-left:auto}[dir="rtl"] .summery-box .summery-contain li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-contain li h4.price .shpping-contain{display:block;font-weight:400;font-size:13px;margin-top:3px}.summery-box .summery-contain li h4 span{font-weight:600}.summery-box .summery-total{padding:0 calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)))}.summery-box .summery-total li{padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-total li h4{font-size:17px;color:#222}.summery-box .summery-total li h4.price{margin-left:auto}[dir="rtl"] .summery-box .summery-total li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-total li h4 span{font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));font-weight:600}.summery-box .summery-total li:nth-child(4){padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0}.summery-box .summery-total li:nth-child(4) h4{font-weight:600;color:var(--theme-color)}.summery-box .summery-total li:last-child{border-top:1px solid #ececec;padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0}.summery-box .summery-total li:last-child h4{font-weight:600;font-size:calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))}.button-group{text-align:right;margin-top:calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)))}.button-group.cart-button{margin-top:0;padding:0 calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)))}[dir="rtl"] .button-group.cart-button ul{padding-right:0}.button-group.cart-button ul li{width:100%}.button-group ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(7px + (16 - 7) * ((100vw - 320px) / (1920 - 320)))}[dir="rtl"] .button-group ul{padding-right:0}.button-group ul.button-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:calc(26px + (45 - 26) * ((100vw - 320px) / (1920 - 320)))}

              .cart_qty button{padding:calc(3px + (10 - 3) * ((100vw - 320px) / (1920 - 320))) calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));border:none}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input{padding:10px 18px;border:none;text-align:center}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity{margin:6px 0}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price{width:50%}@media (max-width: 480px){.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price{width:60%}}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button{width:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));height:calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#e3e0e0;border-radius:100% !important;padding:0}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i{margin-top:2px}.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input{padding:0;border:none;text-align:center;background-color:transparent}.cart-table table tbody tr td.price h5{font-weight:500;font-size:calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-table table tbody tr td.price h5 del{font-size:calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));margin-left:4px}[dir="rtl"] .cart-table table tbody tr td.price h5 del{margin-left:unset;margin-right:4px}.cart-table table tbody tr td.price h6{margin-top:5px;white-space:nowrap;font-size:calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));.font-weight:500}.cart-table table tbody tr td.saving{font-size:16px;font-weight:500;color:var(--theme-color)}.cart-table table tbody tr td.quantity{width:20%}.cart-table table tbody tr td .quantity-price{width:62%}@media (max-width: 1460px){.cart-table table tbody tr td .quantity-price{width:80%}}@media (max-width: 1199px){.cart-table table tbody tr td .quantity-price{width:90%}}@media (max-width: 991px){.cart-table table tbody tr td .quantity-price{width:100%}}.cart-table table tbody tr td .quantity-price .cart_qty button{width:calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));height:calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#e3e0e0;border-radius:100% !important;padding:0}.cart-table table tbody tr td .quantity-price .cart_qty button i{font-size:14px;padding-top:3px}.cart-table table tbody tr td .quantity-price .cart_qty input{padding:0;border:none;text-align:center;background-color:transparent}.cart-table table tbody tr td.subtotal h5{font-size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));font-weight:500;display:inline-block}.cart-table table tbody tr td.subtotal .btn-close{margin-left:50px}.cart-table table tbody tr td.save-remove .save{font-weight:400;white-space:nowrap;font-size:16px;display:block;text-decoration:underline}
              .add-cart-button{background-color:#222;color:#fff;font-weight:600}.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button{margin-left:15px}.location-modal .modal-dialog .modal-content .modal-header{display:block;padding:calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));padding-bottom:0}

              .table-title{margin-bottom:12px;font-size:14px;font-weight:500}.cart-table table tbody tr td.product-detail:hover .product .product-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cart-table table tbody tr td.product-detail ul li+li{margin-bottom:2px}.cart-table table tbody tr td.product-detail .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media (max-width: 1366px){.cart-table table tbody tr td.product-detail .product{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.cart-table table tbody tr td.product-detail .product .product-image{width:70px}.summery-box .summery-header{padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ececec}.summery-box .summery-header h3{font-weight:600}.summery-box .summery-header a{font-weight:500;margin-left:auto;font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))}.summery-box .summery-header a:hover{color:var(--theme-color)}[dir="rtl"] .summery-box .summery-header a{margin-left:unset;margin-right:auto}.summery-box .summery-contain{padding:16px calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));border-bottom:1px solid #ececec}.summery-box .summery-contain::-webkit-scrollbar-track{background-color:#4a5568}.summery-box .summery-contain::-webkit-scrollbar{width:3px}.summery-box .summery-contain::-webkit-scrollbar-thumb{background-color:var(--theme-color);border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box{position:relative;overflow:hidden;border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply{background:var(--theme-color);color:#fff;padding:0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));font-weight:700;border:none}.summery-box .summery-contain .coupon-cart .coupon-box .form-control{border:2px solid var(--theme-color);padding:10px}[dir="rtl"] .summery-box .summery-contain ul{padding-right:0}.summery-box .summery-contain ul li{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
              .summery-contain{padding:16px calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));border-bottom:1px solid #ececec}.summery-box .summery-contain::-webkit-scrollbar-track{background-color:#4a5568}.summery-box .summery-contain::-webkit-scrollbar{width:3px}.summery-box .summery-contain::-webkit-scrollbar-thumb{background-color:var(--theme-color);border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box{position:relative;overflow:hidden;border-radius:4px}.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply{background:var(--theme-color);color:#fff;padding:0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));font-weight:700;border:none}.summery-box .summery-contain .coupon-cart .coupon-box .form-control{border:2px solid var(--theme-color);padding:10px}[dir="rtl"] .summery-box .summery-contain ul{padding-right:0}.summery-box .summery-contain ul li{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-contain ul li:last-child{border-bottom:none}.summery-box .summery-contain ul li h4{font-size:15px;color:#4a5568}.summery-box .summery-contain ul li h4.price{color:#4a5568;margin-left:auto}[dir="rtl"] .summery-box .summery-contain ul li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-contain ul li h4.price .shpping-contain{display:block;font-weight:400;font-size:13px;margin-top:3px}.summery-box .summery-contain ul li h4 span{font-weight:600}.summery-box .summery-contain{padding:calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320))) calc(11px + (22 - 11) * ((100vw - 320px) / (1920 - 320)));border-bottom:1px solid #ececec}.summery-box .summery-contain::-webkit-scrollbar-track{background-color:transparent}.summery-box .summery-contain::-webkit-scrollbar{width:3px}.summery-box .summery-contain::-webkit-scrollbar-thumb{background-color:var(--theme-color);border-radius:4px}.summery-box .summery-contain li{padding:calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-contain li:last-child{border-bottom:none}.summery-box .summery-contain li p{font-size:calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));line-height:1.6;margin:0}.summery-box .summery-contain li h4{font-size:15px;color:#4a5568}.summery-box .summery-contain li h4.price{color:#4a5568;margin-left:auto}[dir="rtl"] .summery-box .summery-contain li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-contain li h4.price .shpping-contain{display:block;font-weight:400;font-size:13px;margin-top:3px}.summery-box .summery-contain li h4 span{font-weight:600}.summery-box .summery-total{padding:0 calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)))}.summery-box .summery-total li{padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summery-box .summery-total li h4{font-size:17px;color:#222}.summery-box .summery-total li h4.price{margin-left:auto}[dir="rtl"] .summery-box .summery-total li h4.price{margin-left:unset;margin-right:auto}.summery-box .summery-total li h4 span{font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));font-weight:600}.summery-box .summery-total li:nth-child(4){padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0}.summery-box .summery-total li:nth-child(4) h4{font-weight:600;color:var(--theme-color)}.summery-box .summery-total li:last-child{border-top:1px solid #ececec;padding:calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0}.summery-box .summery-total li:last-child h4{font-weight:600;font-size:calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))}.button-group{text-align:right;margin-top:calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)))}.button-group.cart-button{margin-top:0;padding:0 calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)))}[dir="rtl"] .button-group.cart-button ul{padding-right:0}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: var(--primary) !important;
}
.logo-light{
  height: 80px;
}
.logo-dark{
  height: 100px;
}