* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  background-color: var(--bg-secendary) ;
}

:root {
  --bg-primary: #00374E;
  --bg-secendary: #F5F5F5;
}
/*-----------------
custom class
-------------------*/
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.font-22 {
  font-size: 22px;
}
/*-----------------
Header
-------------------*/
.header {
  color: #fff;
  background-color: var(--bg-primary);
}
.logo {
  width: 200px;
  height: 50px;
}
.border-left {
  border-left: none;
}
.shopping-cart {
  position: relative;
}
.cart {
  color: #009fe3;
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  top: 5px;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 1.4em;
}
.form-control:focus {
  border-color: none;
  box-shadow: none;
}
.form-select:focus {
  border-color: none;
  box-shadow: none;
}
.btn-check:focus+.btn-light, .btn-light:focus {
  border-color: none;
  box-shadow: none;
}
/*--------------------------
mega menu
----------------------------*/
.m-menu {
  
}
.mega-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.logo img {
  width: 100%;
}

.btn-warning.focus, .btn-warning:focus  {
  color: #000;
  background-color: none;
  border-color: none;
  box-shadow: none!important;
}
/* .mega-menu-body {
  padding: 0;
  height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 0;
} */
.menu {
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 0 0 4px;
  margin: 0;
  background-color: #fff;
  /* border-radius: 15px; */
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #666;
    text-decoration: none;
}
.menu a:hover {
  color: var(--bg-primary) !important;
  text-decoration: none;
}
.menu > li {
  display: block;
  text-align: left;
  /* margin-left: -4px; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.11); */
  /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1); */
  padding: 0 20px;
}
.menu > li > a {
  font-size: 12px;
  padding: 5px 0px;
  display: block;
  transition: .6s;
}

.menu >li:last-child >a {
	border-bottom: 0;
}
.menu > li:hover > a {
  color: #227087;
}
.menu > li:hover {
  background-color: #fff;
}
/* Megadrop width dropdown */
.megadrop {
  background-color: #fff;
}
 .menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 250px;
  width: 300px;
  min-height: 100%;
  text-align: left;
  /* margin-top:30px; */
  padding: 0;
  z-index: 99;
  overflow: hidden;
  border-top: 2px solid var(--main-bg-color);
  border-right: 2px solid var(--main-bg-color);
  border-bottom: 2px solid var(--main-bg-color);
}
.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .sub-menu {
  width: 30%;
  float: left;
  color:white;
  margin: 0 0 0 2.2%;
}
.menu .sub-menu ul {
  padding: 0;
  margin: 0;
}
.menu .sub-menu ul li {
  padding: 0;
  list-style: none;
  font-size: 11px;
}
.menu .sub-menu h3 {
  font-size: 12px;
  padding: 10px 0;
  font-weight: bold;
  margin: 5px 0 5px 0;
  color: #666;
}
.menu .sub-menu ul li a {
  display: block;
  padding: 0 0 15px 0;
  color: #666;
  font-size: 12px;
}
.menu .sub-menu ul li a:hover {
  color: var(--bg-primary);
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

.menu > li > .megadrop > .sub-menu ul > li > .megadrop-2{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 0;
  width: 600px;
  min-height: 100%;
  text-align: left;
  /* margin-top:30px; */
  padding: 0;
  z-index: 999;
  overflow: hidden;
  border-top: 2px solid var(--main-bg-color);
  border-right: 2px solid var(--main-bg-color);
  border-bottom: 2px solid var(--main-bg-color);
  background-color: red;
  
}

.menu > li > .megadrop > .sub-menu > ul > li:hover .megadrop-2{
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}


/*----------------------------
FlashSale
-------------------------------*/
.price.discount {
  color: var(--bg-primary);
}
.price span {
  color: #333;
  text-decoration: line-through;
  margin-right: 3px;
}
.product {
  text-align: center;
  transition: .4s;
}
.product:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.product a p {
  color: #4b4b4b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-price  p {
  color: var(--bg-primary) !important;
  font-size: 20px;
}

/*----------------------------
Categories
-------------------------------*/
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.flex-container>div {
  width: 12.5%;
  height: 148.5px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  flex: 0 0 12.5%;
  text-align: center;

}
.flex-container>div:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
}
.categories-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categories-img img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.card-categories-name {
  margin: 8px 12px 0;
  font-size: 14px;
  color: #212121;
  line-height: 18px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product a img {
  width: 189px;
  height: 189px;
}

/*------------------------------
Footer
-----------------------------------*/
.bg-footer {
  padding: 50px 0 30px;
  background-color: #F4F8FC;
}
.footer-heading {
  letter-spacing: 2px;
}
.footer-heading {
  color: var(--bg-primary);
}
.footer-link a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: var(--bg-primary);
}

.contact-info {
  color: #333;
  font-size: 12px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #acacac;
  font-size: 14px;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid var(--bg-primary);
}

/*------------------------------
Product details
--------------------------------*/
.slideshow-items {
  width: 500px;
}
.slideshow-thumbnails {
  width: 60px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.product-title {
  font-size: 18px;
  line-height: 1.3;
}
.address {
  background-color: #FAFAFA;
}
.review {
  background-color: #F5F5F5;
}

.review-info-right .detail {
  float: left;
}
 .detail ul {
  list-style: none;
}
.review-info-right .detail li {
  margin-bottom: 8px;
  color: #757575;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.review-info-right .detail li .progress-title {
  display: inline-block;
}
.review-info-right .detail li .progress-wrap {
  margin-left: 17px;
  margin-right: 12px;
}

.pdp-review-progress-new {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 6px;
}
.pdp-review-progress-new .bg {
  background: rgba(0, 0, 0, .1);
}
.pdp-review-progress-new .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.pdp-review-progress-new .fg {
  background: #ffc700;
}
.pdp-review-progress-new .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.review-info-right .detail li .percent {
  font-size: 12px;
  color: #212121;
}
.border-right {
  border-right: 1px solid #ccc;
}
.review-item {
  padding: 0 20px;
  border-bottom: .5px solid rgba(0, 0, 0, .1);
}
.review-item .review-content-fl {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.review-item .review-content-fl .user {
  margin: 0 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.review-item .review-content-sl {
  font-size: 12px;
  line-height: 16px;
}

.media-gallery-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.img-block {
  width: 84px;
  height: 84px;
  border-radius: 6px;
  margin-right: 8px;
  overflow: hidden;
 
}
.img-block-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .08rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.review-item .operation .up-votes-icon {
  width: 12px;
  margin-right: 4px;
  cursor: pointer;
}
.review-item .review-content-ll {
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.review-item .operation {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.review-item .operation .votes-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
}

/*=====================
qty
========================*/
.input-number {
  width: 50px;
  padding: 0 10px;
  vertical-align: top;
  text-align: center;
  outline: none;
  font-size: 14px;
}
.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #6c757d38;
  height: 30px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 28px;
  color: #444;
  text-align: center;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;

}

.input-number-increment {
  border-left: none;

}
.recipe-quenty h6 {
  color: #8e8e8e;
  font-size: 14px;
}
/*=====================
place order pages
========================*/
.content-block {
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(0,0,0,.12);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 12px;
  font-size: 12px;
}
.delivery-v2-title {
  margin-bottom: 8px;
}
.content-block-title {
  color: #1a1a1a;
  font-weight: 500;
  font-size: "14px";
  line-height: 20px;
}
.address-v2 .address-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  line-height: 18px;
}
.vertical-line {
  width: .5px;
  background-color: #e5e5e5;
  margin: 0 8px;
  display: inline-block;
  height: auto;
}

.address-v2 .address-note {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
}
.address-v2 .address-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  line-height: 18px;
}
.address-v2 .address-label {
  font-weight: 500;
  margin-right: 8px;
}
.action-edit {
  color: #165fcf;
  margin-left: 8px;
  cursor: pointer;
}
.editable-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.editable-label {
  font-weight: 500;
  margin-right: 8px;
}
.shop-name {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
}
.shop-voucher {
  width: 480px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-v2 {
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.cart-item-v2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cart-item-v2-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px - 200px);
}
.cart-item-v2-left .img-wrap {
  position: relative;
  float: left;
  margin-right: 8px;
}
.cart-item-v2-left .img-wrap .img {
  width: 40px;
  height: 40px;
}
.cart-item-v2-left .content {
  display: inline-block;
  width: 364px;
}
.cart-item-v2-left .content .title {
  width: 100%;
  max-height: 32px;
  white-space: nowrap;
  padding-left: 0;
  color: #212121;
}
.cart-item-v2-left .content .ctags {
  margin-top: 6px;
}
.cart-item-v2-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-v2 .automation-item-quantity {
  width: 80px;
  text-align: left;
}
.cart-item-v2-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  width: 200px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-v2-right .origin-price-box {
  background: #f5f5f5;
  border-radius: 2px;
  padding: 0 8px;
  height: 20px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}
.cart-item-v2-right .origin-price {
  color: gray;
  text-decoration: line-through;
  margin-right: 8px;
}
.cart-item-v2-right .promotion-ratio {
  color: gray;
}
.delivery-wrapper {
  border-top: .5px solid #e5e5e5;
  margin: 8px 0;
  padding: 16px 0 0;
}
.delivery-content {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.delivery-card-active {
  border: .5px solid #007787;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.08);
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  position: relative;
  overflow: hidden;
}
.delivery-card-active-tag {
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid #007787;
  border-top: 10px solid #007787;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.delivery-card-active-tag>img {
  width: 8px;
  position: absolute;
  left: -8px;
  top: -6px;
}
.delivery-title {
  color: #007787;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  line-height: 12px;
}
.vertical-line {
  width: .5px;
  background-color: #e5e5e5;
  margin: 0 8px;
  display: inline-block;
  height: auto;
}
.delivery-subtitle {
  color: #4c4c4c;
}
.shop-voucher {
  width: 480px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-voucher-icon {
  width: 16px;
  margin-right: 8px;
}
.shop-voucher-title {
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shop-voucher-content {
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lazada {
  font-family: "lazada" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shipping-arrow {
  color: gray;
  font-size: "12px" !important;
  margin-left: 10px;
  cursor: pointer;
}
.lazada-ic-IOS-Next-copy:before {
  content: "\e744";
}
.shop-total-wrapper-position {
  /* position: absolute; */
  padding: 24px 20px;
}
.shop-total-wrapper {
  text-align: right;
  right: 0;
  bottom: 0;
}
.shop-amount-title {
  margin-right: 4px;
}
.shop-amount {
  color: #f85606;
  font-weight: 500;
}
.shop-total-note {
  color: gray;
  text-align: right;
}
.content-block-title {
  color: #1a1a1a;
  font-weight: 500;
  font-size: "14px";
  line-height: 20px;
}
.shipping-order-block {
  padding-bottom: 16px;
  border-bottom: .5px solid #e5e5e5;
}
.item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  line-height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-part {
  width: "30%";
  line-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
}
.icon {
  width: 20px;
  height: 20px;
  min-height: 16px;
  margin-right: 8px;
}
.right-part {
  -webkit-box-flex: "70%";
  -ms-flex: "70%";
  flex: "70%";
  justify-self: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 20px;
}
.daraz-voucher .voucher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-part {
  width: "30%";
  line-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
}
.sum-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 800;
  line-height: 24px;
}
.sum-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4c4c4c;
  line-height: 24px;
}
.sum-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 800;
  line-height: 24px;
}
.sum-amount {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.sum-amount {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.tax-tip {
  font-size: 12px;
  color: gray;
  text-align: right;
}
/* .place-order-btn {
  background: var(--bg-primary);
  color: #fff;
  border-radius: 4px;
  width: 340px;
  height: 40px;
  text-align: center;
} */
/* .shop-total-wrapper-position {
  position: absolute;
  padding: 24px 20px;
} */
.shop-total-wrapper {
  text-align: right;
  right: 0;
  bottom: 0;
}
.shop-total-note {
  color: gray;
  text-align: right;
}
.shop-voucher {
  width: 480px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-v2 {
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.delivery-wrapper {
  border-top: .5px solid #e5e5e5;
  margin: 8px 0;
  padding: 16px 0 0;
}

/*=============================
add to cart
=================================*/
.list-header {
  background-color: #fff;
  margin-bottom: 12px;
}
.list-header-main, .list-header .list-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.list-header .list-header-container {
  height: 40px;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.list-header-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
}
.list-header-main .list-header-checkbox {
  margin-right: 16px;
}
.next-checkbox.checked .next-checkbox-inner {
  border-color: var(--bg-primary);
  background-color: var(--bg-primary);
}
.list-header-main .list-header-operations, .list-header-main .list-header-operations .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-header-main .list-header-operations {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.list-header-main .list-header-operations .btn-wrap {
  flex-direction: row;
  cursor: pointer;
  margin-left: 15px;
}

.checkout-shop-outer .checkout-shop-fix-top {
  background-color: #fff;
}

.checkout-shop-outer .checkout-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  line-height: 40px;
  padding: 0 12px;
  background-color: #fff;
  outline: none;
}
.checkout-shop-outer .checkout-shop-left, .checkout-shop-outer .checkout-shop-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-shop-outer .checkout-shop-checkbox {
  margin-right: 16px;
  cursor: pointer;
}
.checkout-shop-outer .checkout-shop-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px 12px 6px 44px;
}
.checkout-shop-outer .checkout-shop-delivery-fee {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-item {
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.cart-item-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart-item-left {
  display: table-cell;
  vertical-align: top;
}
.cart-item .cart-item-checkbox {
  float: left;
  margin-right: 16px;
  margin-top: 32px;
}
.cart-item-left .img-wrap {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
.cart-item-left .img-wrap .img {
  width: 80px;
  height: 80px;
}
.cart-item-left .content {
  display: inline-block;
  width: 328px;
  position: relative;
}
.cart-item-left .content .title {
  display: block;
  width: 100%;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
  font-size: 14px;
  color: #212121;
  line-height: 16px;
}
.cart-item-left .content .sku {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.cart-item-left .content .good-desc {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item .cart-item-checkbox {
  float: left;
  margin-right: 16px;
  margin-top: 32px;
}
.cart-item-middle .current-price {
  font-size: 18px;
  line-height: 28px;
  color: #f57224;
  font-weight: 500;
  margin-bottom: 4px;
}
.summary-section {
  padding: 16px 12px 0;
  background: #fff;
}
.summary-section-heading {
  font-size: 18px;
  color: #212121;
  margin-bottom: 14px;
  position: relative;
  font-weight: 500;
}
.checkout-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout-summary-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-summary-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  line-height: 21px;
}
.checkout-summary-value {
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #202020;
  letter-spacing: -.44px;
  vertical-align: middle;
}
.checkout-summary-value {
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #202020;
  letter-spacing: -.44px;
  vertical-align: middle;
}
.checkout-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.voucher-input-inner {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}
.voucher-input-col:first-child {
  padding-right: 8px;
}
.checkout-order-total-row {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  justify-content: space-between;
}
.checkout-order-total-title {

  font-size: 14px;
  color: #202020;
  line-height: 16px;
}
.checkout-order-total-fee {

  font-size: 18px;
  color: #f57224;
  text-align: right;
}
/*==========================
manage account
=============================*/
.dashboard-profile {
  height: 200px;
  background-color: #fff;
  padding: 16px;
  margin-right: 12px;
}
.dashboard-mod-title {
  color: #212121;
  font-size: 16px;
  margin-bottom: 16px;
  height: 20px;
  line-height: 20px;
}
.dashboard-mod-title span {
  color: #dadada;
  font-size: 12px;
}
.dashboard-mod-title a {
  font-size: 12px;
}
.dashboard-info-item {
  font-size: 14px;
  color: #424242;
  margin-bottom: 10px;
}

.dashboard-address {
  background-color: #fff;
  padding: 16px;
  display: flex;
}
.dashboard-address-item.shipping {
  padding-right: 16px;
}
.dashboard-address-item {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-y: auto;
}
.dashboard-mod-title {
  color: #212121;
  font-size: 16px;
  margin-bottom: 16px;
  height: 20px;
  line-height: 20px;
}
.dashboard-address-default {
  margin: 15px 0;
  font-size: 12px;
  color: #757575;
}
.dashboard-address-username {
  font-size: 14px;
  color: #212121;
  margin-bottom: 10px;
  font-weight: 700;
}
.dashboard-address-detail, .dashboard-address-phone {
  color: #212121;
  margin-bottom: 5px;
}
.dashboard-address-item.billing {
  border-left: 2px solid #eff0f5;
  padding-left: 16px;
}
.dashboard-address-item {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-y: auto;
}
.recent-orders-hd {
  padding-left: 16px;
  height: 50px;
  color: #212121;
  font-size: 16px;
  line-height: 50px;
  background-color: #fff;
}

/*======================
my profile
========================*/
.my-profile {
  padding: 40px;
  background-color: #fff;
}
.my-profile-item {
  width: 300px;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 40px;
}
.my-profile-item-title {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.my-profile-item-info {
  color: #212121;
  font-size: 14px;
  padding-top: 7px;
}

/*==========================
Address Boook
============================*/
.mod-address-book-card-tag {
  padding: 2px 6px;
  line-height: 14px;
  background: rgba(0, 119, 135, .08);
  border-radius: 2px;
  margin-right: 8px;
  color: #007787;
  font-size: 12px;
}





/*=========================
Mobile menu
=============================*/

.mobile-Nav {
  display: none;
}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d32f2f;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.title-large {
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: inherit;
  color: #252a32;
  text-align: center;
  text-transform: capitalize;
}

/* .header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.5rem;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
} */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px !important;
}
.header .navbar .menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.navbar .menu-wrapper.canvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
  margin: 0;

}
 .navbar .menu-wrapper.canvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}
.navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 2;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.header .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.header .navbar .menu-link:hover {
  color: #d32f2f;
}
.header .navbar .menu-item {
  position: relative;
  list-style: none;
}
.header .navbar .menu-item a {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: block;
  color: #252a32;
  transition: color 0.35s ease-out;
}
.header .navbar .menu-item a:hover {
  color: #d32f2f;
}
.header .navbar .menu-item.has-collapsible {
  position: relative;
}
.header .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
  padding: 0.25rem;
  color: #252a32;
  padding-left: 2.5rem;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}
.header .navbar .menu-item.has-collapsible span::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
}
.menu-child-item {
  list-style: none;
}
.header .navbar .menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.header .navbar .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
  padding: 0;
}
.header .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}

/*==========================
sub menu
=============================*/
.dropdown__menu {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
  border-radius: 10px;
  height: 470px;
  padding: 10px;
}

.dropdown__menu .submenu{
  position:relative;

}
.dropdown__menu .submenu > div{
  background-color:#fff;
  visibility:hidden;
  position:absolute;
  width: 100%;
  left:100%;
  top:0;
  transition:.3s;
  opacity:0;
  z-index: 999;
}

.dropdown__menu .submenu:hover > div{
  visibility:visible;
  opacity:1;
  margin-left: 20px;
}

.dropdown__menu:hover > div{
  visibility:visible;
  opacity:1;
}

.dropdown__menu a{
  display:block;
  text-decoration:none;
  padding: 5px 10px;
  color:#000;
  transition:.1s;
  white-space:nowrap;
  font-size: 12px;
}

.dropdown__menu a:hover,.dropdown .submenu:hover > a{
  color:#333;
}
.carosul-z {
  z-index: -999;
}

.menu-icon i {
  font-size: 14px;
  color: var(--bg-primary);
}
.menu-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  display: none;
  transition: .5s;
}
.submenu a:hover .menu-icon {
  display: block;
}

.slider-img {
  height: 500px;
  margin-bottom: 20px;
}
.sub-banner {
  width: 400px;
  /* height: 152px; */
}
.main-search {
  margin-left: 50px;
}

.motto {
  padding: 0px;
  margin: 5px 0px;
}
.motto-img {
  height: 24px;
  width: 24px;
}

.mobile-logo{
  height:70px;
  width: auto;
}
