/*!
 * Copyright BUYMODE
*/
@font-face {
  font-family: Poppins Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins Regular;
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Poppins Regular;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Poppins Regular;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Poppins Regular;
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #000;
}
a:hover{
  text-decoration: none;
}
ul {
  margin: 0px;
}
body {
  font-family: Poppins Regular;
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  min-width: 100% !important;
}
.container {
  padding: 0px;
}
button:focus {
  outline: none;
}

/* TOP HEADER */
.loading-white .ngx-bar{
 background-color: #ffffff !important;
}
.ngx-bar{
  background-color: #1444cc !important;
 }
.top-header {
  background-color: #020202;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  height: 53px;
}
.mb-header .col-12.col-lg-2.col-xl-2 {
  position: unset;
}
/* .nav-item .menu-overlay {
  background-color: #000000a3;
  height: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 193px;
  z-index: 9;
  opacity: 0;
}
.nav-item:hover .menu-overlay {
  opacity: 1;
  transition: all ease 0.2s;
} */
.hover-menu:after {
  content:"";
}
.hover-menu {
  position: absolute;
  top: 140px;
  z-index: -1;
  left: 0px;
  right: 0px;
  background: #efefef;
  padding: 30px 35px 30px;
  text-align: left;
  /* display: none !important; */
  opacity: 0;
  transition: all ease 0.2s;
}

.hover-menu ul {
  list-style: none;
  padding: 0px;
}
.hover-menu .group_cat_product a:hover {
  text-decoration: none;
  color: #1444cc;
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}
a:hover {
  color: #1444cc;
  text-decoration: none;
}
a.general-popup-close {
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0156ff;
  font-size: 19px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -15px;
  cursor: pointer;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 11%);
  z-index: 999999;
}
.tax-text {
  margin: 0px;
  text-align: center;
  font-size: 12px;
}
a.pointer:hover {
  color: #1444cc;
  text-decoration: none;
  cursor: pointer;
}

ul.hover-menu-full-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
}
li.hover-menu-single-column {
  margin-right: 4%;
  margin-bottom: 30px;
  width: 16.5%;
}
li.hover-menu-single-column:nth-child(5n) {
  margin-right: 0%;
}
.hover-menu a.submenu-title + ul li.group_cat_product:first-child {
  margin-top: 0px;
}
.hover-menu-full-ul ul {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
  padding-right: 30px;
}
.hover-menu-full-ul ul::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px;
}
.hover-menu-full-ul ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.hover-menu-full-ul ul::-webkit-scrollbar-thumb {
  background: #d6d6d6; 
}
.hover-menu-full-ul ul::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8; 
}

.hover-menu a.submenu-title {
  font-weight: 700;
  color: #464646;
  font-size: 16px;
  
}
.hover-menu a.submenu-title + ul li.group_cat_product {
  margin-top: 15px;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}
.hover-menu a.submenu-title + ul li.group_cat_product a {
  color: #333;
}
.nav-item {
  list-style: none;
  padding: 20px 0px 25px;
}
.country-dropdown-wrapper {
  top:6px !important;
}
.country-dropdown-wrapper a.dropdown-item {
  font-size: 13px;
  padding: .25rem 0.9rem;
}
.country-dropdown-wrapper .dropdown-item.active, 
.country-dropdown-wrapper .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1444cc;
}
p.language-selection {
  margin: 0px;
  color: #a2a6b0;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
.language-selection span {
  color: #ffffff;
  cursor: pointer;
}
.language-selection span i {
  font-size: 9px;
  margin-left: 4px;
}
.top-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-header-right .th-left p {
  margin: 0px;
  color: #ffffff;
  display: flex;
}
.top-header-right .th-right {
  margin-left: 20px;
}
.th-right a {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 5px;
}



/* MAIN HEADER */
img.main-logo {
  height: 24px;
}
.mt-header-left {
  display: flex;
  align-items: center;
}
.search-wrapper {
  margin-left: 35px;
}
.search-wrapper {
  margin-left: 35px;
  background-color: #f5f7ff;
  padding: 10px 17px;
  border-radius: 50px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input.search-input {
  border: 0px;
  background-color: transparent;
  width: 90%;
}
input.search-input::placeholder {
  color:#a2a6b0;
}
input.search-input:focus{
  outline: none;
  border: 0px;
  color:#a2a6b0;
}
button.search-btn {
  background-color: transparent;
  border: 0px;
  color: #000000;
}
span.cart-count {
  background-color: #1444cc;
  height: 17px;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  position: absolute;
  top: -6px;
  right: -10px;
}
img.user-icon {
  height: 35px;
  width: 35px;
  object-fit: cover;
}
.user-wrapper {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 35px;
  cursor: pointer;
}
img.cart-icon {
  height: 20px;
}
.cart-wrapper {
  position: relative;
}
.noti-wrapper {
  position: relative;
  margin-left: 35px;
}
.mt-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mt-header-right-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header {
  padding: 20px 0px 0px;
  /* position: relative; */
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #0000000f;
  border-bottom: 1px solid #f5f5f5;
}
.mega-menu {
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  top: 67px;
  /* box-shadow: 0px 0px 20px rgb(0 0 0 / 19%); */
  display: none;
  border-top: 1px solid #e9e9e9;
  z-index: 1;
}
.all-cat:hover .mega-menu{
  display: block;
}

/* .all-cat:hover .menu-overlay.big {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.4s;
} */



.menu-overlay.big {
  background-color: rgb(0 0 0 / 57%);
  position: absolute;
  left: -100vw;
  right: 0px;
  height: 100vh;
  width: 200vw;
  top: 67px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  /* display: none; */
}
.menu-overlay.big.active {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: all ease 0.4s;
}



.sub-cat-wrapper {
  position: absolute;
  right: -510px;
  background-color: #ebebeb;
  height: 430px;
  display: none;
  top: -1px;
  width: 510px;
}
p.sub-cat-header {
  margin: 17px 25px 0px 15px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
/* li.sub-cat_product {
  padding: 6px 25px 6px 15px;
} */
li.sub-cat_product {
  padding: 6px 25px 6px 15px;
  width: 260px;
  /* width: 50%;
  display: inline-block;
  vertical-align: text-top; */
}
li.single-cat {
  padding: 6px 25px 6px 15px;
  text-align: left;
}
.single-cat:hover{
  cursor: pointer;
}
.single-cat:hover > a,
.single-cat.active > a {
  color: #1444cc;
}
.single-cat:hover .sub-cat-wrapper,
.single-cat.active .sub-cat-wrapper{
  display: block;
}
.single-cat:hover::after,
.single-cat.active::after {
  /* content: ""; */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #ebebeb;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 0px;
  margin-top: 2px;
}
.main-cat ul.sub-cat {
  /* height: 372px; */
  display: grid;
  grid-template-rows: repeat(9, max-content);
  grid-auto-flow: column;
}
.main-cat ul {
  list-style: none;
  padding: 10px 0px 15px;
  height: 429px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* width */
.main-cat ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.main-cat ul::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
.main-cat ul::-webkit-scrollbar-thumb {
  background: #a5a5a5; 
}

/* Handle on hover */
.main-cat ul::-webkit-scrollbar-thumb:hover {
  background: #8a8a8a; 
}

.submenu-title {
  font-size: 13px;
}
/* .main-header {
  position: sticky;
  top: 0px;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 1px 1px 20px #00000014;
  border-bottom: 1px solid #f1f1f1;
} */
p.menu-text {
  margin: 0px;
  color: #1444cc;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-align: left;
}
p.menu-text i{
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
li.single-special-menu {
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
}
li.single-special-menu a {
  padding: 0px 30px;
  border-right: 1px solid #000;
}
li.single-special-menu a:hover {
  cursor: pointer;
}
li.single-special-menu a.active {
  color: #1444cc;
}
li.single-special-menu:first-child a {
  padding-left: 0px;
}
li.single-special-menu:last-child a {
  border-right: 0px;
}
.mb-header {
  margin-top: 10px;
  position: relative;
}
a.carousel-prev {
  background: #2529317a;
  border-radius: 0px 30px 30px 0px;
  height: 67px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
}
a.carousel-next {
  background: #2529317a;
  border-radius: 30px 0px 0px 30px;
  height: 67px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
}





/* CATEGORY */

.category-wrapper {
  background: #f5f7ff;
  border-radius: 30px;
  margin: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13%;
  margin: 0% 2%;
  padding: 20px 0px;
}
.category-wrapper .single-category img {
  height: 90px;
  width: 110px;
  object-fit: cover;
  margin-bottom: 10px;
}
.category-wrapper .single-category p {
  margin: 0px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-wrapper .home-category-name {
  display: block;
  margin: 0px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.category-area a.carousel-prev, .category-area a.carousel-next,
.buyone-carousel a.carousel-prev, .buyone-carousel a.carousel-next {
  height: 45px;
  width: 31px;
}
.category-area a.carousel-prev i,
.buyone-carousel a.carousel-prev i {
  position: relative;
  left: -2px;
  font-size: 20px;
}
.category-area a.carousel-next i,
.buyone-carousel a.carousel-next i {
  position: relative;
  right: -2px;
  font-size: 20px;
}

.buyone-carousel a.carousel-prev {
  left: -1px;
}

.tp .single-product-area {
  width: 29%;
  margin-bottom: 25px;
  flex: none;
}





/* SINGLE SECTION */
.single-section {
  margin: 0px 0px 40px;
}
.single-section .main-area {
  display: flex;
  align-items: center;
}
.main-area-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  width: 235px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.main-area-info .section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-area-info-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.main-area-info-content p.mic-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  margin-bottom: 45px;
}
.main-area-info-content a.mic-link {
  color: #ffffff;
  text-decoration: underline;
}
p.single-section-title,
h1.single-section-title,
h2.page-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.single-section .main-product-area {
  height: 400px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 15px;
  background-color: #f5f7ff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.buyone-carousel {
  width: calc(100% - 235px);
}
.buyone-carousel p.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buyone-carousel p.product-desc {
  height: 21px;
}
.single-product-area {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 17%);
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  margin: 0px 15px;
  flex: 0.25;
  position: relative;
  overflow: hidden;
}
img.product-image {
  height: 110px;
  margin-bottom: 15px;
}
img.product-image-big {
  width: 100%;
  margin-bottom: 15px;
  height: 700px;
  object-fit: cover;
}
p.product-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
p.product-desc {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  color: #000000;
  height: 42px;
  overflow: hidden;
}
.product-price-wrapper{
  height: 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
p.price {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.item-old-price {
  font-size: 15px;
  font-weight: 600;
  color: #b9b9b9;
  margin-bottom: 15px;
}
.item-old-price .price-area,
.item-old-price .country-code {
  text-decoration: line-through;
}
.discount-badge {
  color: #2eb877;
  font-weight: 500;
  margin-right: 8px;
  font-size: 13px;
  background-color: #2eb8771f;
  padding: 1px 6px;
  border-radius: 6px;
}
p.price span{
  margin-left: 5px;
}
button.buy-button {
  background-color: #1444cc;
  border: 2px solid #1444cc;
  border-radius: 30px;
  padding: 6px 20px;
  color: #ffffff;
  font-weight: 600;
  transition: all ease 0.3s;
}
button.buy-button svg path {
  fill: #ffffff;
  transition: all ease 0.3s;
}
button.product-button, a.product-button  {
  background-color: transparent;
  border: 2px solid #1444cc;
  border-radius: 30px;
  padding: 6px 20px;
  color: #1444cc;
  font-weight: 600;
  transition: all ease 0.3s;
  min-width: 150px;
}
button.product-button:focus, button.buy-button:focus {
  outline: none;
}
button.product-button:hover, a.product-button:hover {
  background-color: #1444cc !important;
  color: #ffffff !important;
  transition: all ease 0.3s;
}
button.product-button svg path {
  fill: #1444cc;
  transition: all ease 0.3s;
}
button.product-button:hover svg path {
  fill: #ffffff;
  transition: all ease 0.3s;
}
button.wishlist-button {
  border: 2px solid #A2A6B0;
  background-color: transparent;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  transition: all ease 0.2s;
}


/* FIRST BANNER */
.first-banner {
  background: #1890FF;
  border-radius: 20px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 70px 20px 40px;
  position: relative;
  margin: 0px 0px 40px;
}
.first-banner p.main-title {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.first-banner p.sub-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}
.first-banner .left-section button {
  background-color: #ffffff;
  color: #024D6D;
  border: 0px;
  padding: 7px 40px 7px 25px;
  position: relative;
}
.first-banner .left-section button i {
  margin-left: 8px;
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.first-banner .left-section button:hover i{
  margin-left: 14px;
  transition: all ease 0.3s;
}
.first-banner img.second-phone {
  position: absolute;
  top: 0px;
  right: 25%;
}
.first-banner img.first-phone {
  height: 230px;
}


/* TOP PRODUCT */
.top-product {
  margin: 0px 0px 40px;
}
p.top-product-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.top-product .main-area {
  display: flex;
  align-items: center;
}
.top-product .main-area-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 750px;
  width: 400px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.top-product .main-product-area {
  height: 750px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 15px;
  background-color: #f5f7ff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-wrap: wrap;
}
.top-product .main-area-info-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 60%;
}



/* TOP PRODUCT */
.trending {
  margin: 0px 0px 40px;
}
p.trending-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.trending .main-area {
  display: flex;
  align-items: center;
}
.trending .main-area-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 380px;
  width: 400px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.trending .main-product-area {
  height: 380px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  background-color: #f5f7ff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-wrap: wrap;
}
.trending .main-area-info-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 60%;
}


/* TWO SECTION */
.two-section {
  margin: 0px 0px 40px;
}
.two-section img {
  width: 100%;
}



/* MAIN PAGE SECTION */
.main-page-section {
  min-height: 350px;
  padding: 35px 0px 45px;
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
}
ul.breadcrumb-area {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.breadcrumb-area li {
  padding-right: 23px;
  margin-right: 15px;
  position: relative;
}
.breadcrumb-area li::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 11px;
  color: #1444cc;
}
.breadcrumb-area li:last-child:after {
  content: "";
}
.breadcrumb-area li{
  color: #000;
}
.breadcrumb-area li:last-child{
  color: #999999;
}

p.page-title,
h1.page-title {
  margin: 0px 0px 20px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}
h2.page-subtitle {
  font-size: 15px;
  color: #666666;
  margin-bottom: 30px;
  text-align: left;
}
[lang="ar"] h2.page-subtitle {
  text-align: right;
}
.entity-description {
  font-size: 14px;
  /* color: #A2A6B0; */
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: left;
}
[lang="ar"] .entity-description {
  text-align: right;
}
.entity-description a,
.blog-detail-text a,
.description-section a,
.editor-text a{
  color: #1444cc;
}
a.ad-image img{
  height: 323px;
  margin-bottom: 22px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all ease 0.4s;
}
a.ad-image:hover img{
  transform: scale(1.01);
  transition: all ease 0.4s;
}
.pagination {
  color: #A2A6B0;
  font-weight: 400;
}
.filter-wrapper {
  margin-left: 20px;
}
.select-wrapper {
  border: 2px solid #CACDD8;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  margin-right: 10px;
}
.pl-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select-wrapper {
  border: 2px solid #CACDD8;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 15px;
  position: relative;
}
.select-wrapper span {
  color: #A2A6B0;
  margin-right: 0px;
}
.select-wrapper select {
  padding: 10px 36px 10px 10px;
  border: 0px;
  font-weight: 600;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
select:focus {
  outline: none;
}
.select-wrapper::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.product-listing-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 0px;
}
.product-listing-area .single-product-area {
  margin: 0px 0px 1%;
  width: 24%;
  margin-right: 1.3%;
}
.product-listing-area .single-product-area {
  margin: 0px 0px 1%;
  width: 24%;
  margin-right: 1.3%;
  flex: none;
}
.product-listing-area .single-product-area:nth-child(4n) {
  margin: 0px 0px 1%;
  width: 24%;
  margin-right: 0%;
}
.pla .left-area-sc .title {
  color: #000;
  font-weight: 600;
  margin: 0px;
  font-size:16px;
  text-align: left;
}
.pla .left-area-sc .sc-listing {
  list-style: none;
  padding:0px;
  margin:20px 0px 0px;
}
.pla .left-area-sc .sc-listing li {
  padding: 0px 0px 14px;
  text-align: left;
  
}
.pla .left-area-sc .sc-listing li a:hover {
  color: #1444cc;
  cursor: pointer;
}
.pla  .left-area-sc {
  height: 100%;
  border-right: 1px solid #eaeaea;
  margin-right: 15px;
}

.main-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.main-pagination ul a.wrapper {
  border: 2px solid #A2A6B0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 16px;
  color: #A2A6B0;
  font-weight: 600;
  margin: 0px 5px;
  transition: all ease 0.3s;
}
.main-pagination ul a.wrapper:hover {
  background-color: #A2A6B0;
  color: #fff;
  transition: all ease 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.main-pagination ul a.wrapper.active {
  background: #F5F7FF;
  border-color: #F5F7FF;
  color: #000000;
}
.main-pagination ul a.wrapper.active:hover {
  cursor: default;
}
.main-pagination ul a.wrapper.continue {
  border-color: transparent;
  padding: 0px 3px;
}
.main-pagination ul a.wrapper.continue:hover {
  background: transparent;
  color: #A2A6B0;
  cursor: default;
}



/* PRODUCT DETAILS */
.mt-60 {
  margin-top: 60px;
}
.product-short-desc {
  margin: 0px 0px 20px;
  text-align: left;
}
.price-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.price-container span.old-price {
  color: #999999;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 20px;
  margin-right: 5px;
}
.price-container span.current-price {
  color: #222;
  font-weight: 600;
  font-size: 26px;
}
.attributes-container {
  margin: 0px 0px 20px;
}
.attribute-option-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
div.single-ao {
  color: #000;
  font-weight: 600;
 
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  width: 50px;
}
.only-color-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
span.only-text.text {
  padding: 5px 20px;
  border-radius: 55px;
  width: auto;
  height: auto;
}
span.only-text.text.active {
  color: #0156FF;
  border: 1px solid #0156FF;
  cursor: auto;
}

span.only-text {
  color: #000;
  font-weight: 600;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 2px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
}
div.single-ao .sao-img-wrapper.active {
  color: #1444cc;
  border: 1px solid #1444cc;
  cursor: auto;
}
div.single-ao.color {
  width: 40px;
  height: 40px;
  padding: '1px';
}
div.single-ao.text {
  padding: 5px 20px;
  border-radius: 55px;
  width: auto;
  height: auto;
}
.sao-img-wrapper {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 2px;
  width: 50px;
  height: 50px;
  display: block;
}
div.single-ao img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

div.single-ao div {
  width: 100%;
  height: 100%;
  display: block;
}

.product-detail-btn-wrapper button.product-button {
  margin-right: 12px;
}
.product-detail-btn-wrapper button.buy-button {
  margin-right: 12px;
  padding: 6px 14px;
}
p.attribute-name {
  font-weight: 600;
  text-align: left;
}

.review-section {
  margin: 40px 0px 0px;
}
.total-review {
  display: flex;
  align-items: center;
}
.total-review p {
  margin: 0px 0px 0px 20px;
}
.star-container .fill {
  color: #FFC833;
}
.star-container .empty {
  color: #C4C4C4;
}
.star-container .empty-light {
  color: #EBF0FF;
}
.total-review {
  display: flex;
  align-items: center;
  margin: 0px 0px 30px;
}
.review-user {
  display: flex;
  align-items: center;
}
.review-user .user-wrapper {
  margin-left: 0px;
}
.review-user-info p {
  margin-bottom: 0px;
  font-weight: 600;
}
.review-user-info .star-container i {
  font-size: 12px;
}
.review-user-info {
  margin-left: 10px;
}
p.main-review {
  margin: 15px 0px 25px;
  color: #000;
}
.review-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.review-image-wrapper .single-review-image {
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-review-image img {
  height: 70px;
  width: 70px;
}
p.review-date {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
}
.pd-single-review {
  margin-bottom: 25px;
}
p.see-more-reviews {
  color: #1444cc;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  margin: 0px;
}
.description-section {
  margin-top: 30px;
  text-align: left;
}
.description-section p.desc-title {
  font-size: 22px;
  font-weight: 600;
}
ul.long-desc {
  padding: 0px 0px 0px 18px;
}
.similar-product-section p.sim-title {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.similar-product-section {
  margin-top: 50px;
}




/* CART */
.shop-table th {
  padding: 2px 0 18px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  text-align: left;
}
.cart-table tbody tr td {
  padding: 20px 0px;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}
.cart-table tbody tr:last-child td {
  padding: 15px 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.cart-table tbody tr td figure {
  margin: 0px;
}
input.qty-input {
  background-color: #F5F7FF;
  border: 0px;
  width: 50px;
  height: 41px;
  text-align: center;
  color: #000000;
}
input.qty-input:focus {
  outline: none;
}
.product-subtotal span.amount,
.product-price span.amount {
  font-weight: 600;
  font-size: 15px;
  display: block;
}
.product-name p {
  font-size: 13px;
  padding-right: 22px;
  margin: 0px;
  text-align: left;
}
[lang="ar"] .product-name p {
  text-align: right;
}
a.cart-product-btn {
  display: flex;
  align-items: center;
  height: 32px;
  width: 32px;
  justify-content: center;
  border: 2px solid #CACDD8;
  margin: 12px 0px;
  border-radius: 50%;
  color: #CACDD8;
  text-decoration: none;
  transition: all ease 0.3s;
}
a.cart-product-btn:hover {
  background-color: #CACDD8;
  color: #ffffff;
  cursor: pointer;
  transition: all ease 0.3s;
}
button.cart-btn-dark {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 60px;
  border: 2px solid #000000;
}
button.cart-btn-light, a.cart-btn-light {
  background-color: #ffffff;
  border: 0px;
  color: #A2A6B0;
  border: 2px solid #A2A6B0;
  padding: 5px 20px;
  border-radius: 60px;
  cursor: pointer;
}
.mt-20 {
  margin-top: 20px;
}
.mr-15 {
  margin-right: 15px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.cart-right-area {
  background-color: #f5f7ff;
  padding: 22px 25px;
}
.cl-header p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: left;
}
.cart-right-area button.cart-accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background-color: transparent;
  border: 0px;
  font-weight: 500;
}
.cart-right-area button.cart-accordion[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
.cart-right-area button.cart-accordion i{
  font-size: 10px;
  transform: rotate(0deg);
  transition: all ease 0.3s;
}
.cart-single-accordion .card-body {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  padding-top: 14px;
  font-weight: 400;
  font-size: 13px;
}
.cart-single-accordion {
  margin-bottom: 25px;
}
table.amount-table {
  border-top: 1px solid #CACDD8;
  width: 100%;
}
.amount-table td {
  padding: 15px 0px 0px;
  vertical-align: top;
  text-align: left;
}
.amount-table span.amount {
  font-size: 12px;
  font-weight: 700;
}
p.amount-small {
  font-size: 10px;
  font-weight: 500;
  color: #A2A6B0;
  margin-bottom: 0px;
  margin-top: 6px;
}
.amount-table span.amount.final-amount {
  font-size: 15px;
}
button.proceed-checkout {
  width: 100%;
  background: #1444cc;
  color: #ffffff;
  border: 0px;
  padding: 8px 10px;
  border-radius: 30px;
}



/* PAGE */
p.page-subtitle {
  margin: 0px 0px 30px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.page-ln:hover {
  cursor: pointer;
}
.page-ln.active{
  font-weight: 700;
}
.page-ln.active:hover{
  cursor: default;
}
.page-section {
  white-space: pre-line;
}
.page-right-area {
  background-color: #f5f7ff;
  padding: 22px 25px;
  position: sticky;
  top: 30px;
}
.page-section p.section-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0px;
}




/* FOOTER */
.footer {
  background: #020203;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px 40px;
}
p.scf-title {
  font-weight: 600;
  color: #b3b3b3;
  margin-bottom: 30px;
  text-align: left;
}
ul.scf-link-wrapper {
  padding: 0px;
  list-style: none;
}
.scf-link {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 6px;
  display: flex;
  /* direction: ltr; */
}
.scf-link:hover, .scf-no-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.scf-link.header {
  margin-bottom: 0;
  display: inline;
  direction: ltr;
}
.scf-no-link {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 6px;
  display: flex;
  text-align: left;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: unset;
  cursor: not-allowed;
}
.single-column-footer {
  margin-right: 9%;
}
.single-column-footer:last-child {
  width: 25%;
  margin-right: 0px;
}
.footer-bottom {
  border-top: 1px solid #353535;
  align-items: center;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 25px;
  margin: 0px 5px;
}
img.payment-gatewayimg {
  width: 230px;
}
p.copyright-text {
  margin: 0px;
  color: #9a9a9a;
  font-weight: 500;
}
.footer-bottom {
  border-top: 1px solid #353535;
  align-items: center;
  padding: 15px 0px;
}




/* LOGIN */


/* GLOBAL */
.full-modal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #0000009f;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6%;
  z-index: 99;
}
.login-left-area {
  background-image: linear-gradient(to bottom, #236dff , #6599ff);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.login-right-area {
  background: #ffffff;
  height: 100%;
}
.login-modal {
  width: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  min-height: 340px;
}
.close-icon-wrapper {
  position: absolute;
  font-size: 35px;
  right: 10px;
  top: -8px;
  z-index: 1;
}
a.cr-btn {
  color: #b12b1d;
  font-size: 30px;
  margin-left: 23px;
}
.close-icon-wrapper .login-close-butn {
  font-size: 28px;
  cursor: pointer;
}
.login-left-area h3 {
  font-size: 27px;
  text-align: left;
}
.login-left-area p {
  font-size: 15px;
  margin-top: 20px;
  text-align: left;
}
p.default-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1444cc !important;
  background-color: transparent;
}
.btn-outline-primary {
  color: #1444cc !important;
  border-color: #1444cc;
  padding: 8px;
}
.btn-outline-primary:hover {
  border-color: #1444cc;
  background-color: #0853e9;
  color: #ffffff !important;
}
.login-two-start {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.text-primary {
  color: #1444cc!important;
}
.login-two-inputs {
  position: relative;
  text-align: left;
}
.login-two-inputs i {
  position: absolute;
  font-size: 16px;
  color: #737579;
  top: 11px;
  left: 5px;
}
.login-two-inputs input[type="text"] {
  padding: 0px 15px;
  width: 86%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: none !important;
  margin-left: 33px;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
}
.login-two-inputs input[type="text"]:focus {
  border-color: #d8d8d8;
  transition: all ease 0.2s;
  
}
.login-two-inputs input[type="text"]:focus + i{
  color: #222222 !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="text"]::placeholder{
  color: darkgrey;
}
.login-two-inputs input[type="password"] {
  padding: 0px 15px;
  width: 86%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: none !important;
  margin-left: 33px;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
}
.login-two-inputs input[type="password"]:focus {
  border-color: #222222;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="password"]:focus + i{
  color: #222222 !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="password"]::placeholder{
  color: darkgrey;
}

.login-two-inputs input[type="email"] {
  padding: 0px 15px;
  width: 86%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: none !important;
  margin-left: 33px;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
}
.login-two-inputs input[type="email"]:focus {
  border-color: #222222;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="email"]:focus + i{
  color: #222222 !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="email"]::placeholder{
  color: #e2e1e1;
}


.login-two-inputs input[type="number"] {
  padding: 0px 15px;
  width: 86%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: none !important;
  margin-left: 33px;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
}
.login-two-inputs input[type="number"]:focus {
  border-color: #222222;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="number"]:focus + i{
  color: #222222 !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="number"]::placeholder{
  color: darkgrey;
}
.cart-left-area {
  background-color: #ffffff;
  box-shadow: 1px 1px 20px 0px #0000000f;
  border-radius: 5px;
  padding: 25px 30px;
}
img.empty-cart {
  height: 100px;
  margin-top: 5px;
}
p.cart-h {
  font-weight: 600;
  color: #333;
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 8px;
}
p.cart-sh {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.out-of-stock {
  display: inline-block;
  margin-right: 25px;
  font-size: 19px;
  top: 3px;
  position: relative;
  margin-top: 10px;
}
.main-area-wrapper {
  min-height: 400px;
}
.amount-table td {
  width: 60%;
}




.address-modal {
  width: 100%;
  padding: 0px 40px 30px 35px;
  max-height: 500px;
  overflow-y: auto;
  margin-top: 50px;
}
.pointer {
  cursor: pointer;
}
.btn-primary {
  background-color: #1444cc;
  border: 0;
  min-width: 130px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  font-size: 12px;
}

.address-modal::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.address-modal::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.address-modal::-webkit-scrollbar-thumb {
  background: #d6d6d6; 
}
.address-modal::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8; 
}

.dropdown-item.active, .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}




.skeleton-loading {
  position: relative;
  background-color: #7d7d7d;
  overflow: hidden;
}
.skeleton-loading.light {
  position: relative;
  background-color: #ffffff1a;
  overflow: hidden;
}
.skeleton-loading.dark {
  position: relative;
  background-color: #7d7d7d63 !important;
  overflow: hidden;
}
.skeleton-loading.darker {
  position: relative;
  background-color: #747474 !important;
  overflow: hidden;
}
.skeleton-loading.light.blue {
  background-color: #bde0ff;
}

.skeleton-loading::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

p.more-count.ng-star-inserted {
  font-size: 11px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0px;
}
.wishlist-button.fill {
  background-color: #1444cc;
  border-color: #1444cc;
  transition: all ease 0.2s;
}
.wishlist-button.fill svg path{
  stroke: #ffffff;
}
.app-alert.success {
  background-color: #1444cc !important;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.login-button {
  border: 2px solid #1444cc;
  background: transparent;
  color: #1444cc !important;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 13px;
  transition: all ease 0.2s;
}
.login-button:hover {
  background: #1444cc;
  color: #ffffff !important;
  cursor: pointer;
  transition: all ease 0.2s;
}
img.lgn-bnnr {
  width: 120%;
  position: relative;
  top: 20px;
  left: -20px;
  height: 140px;
  object-fit: cover;
}

*[disabled],
*:disabled {
  cursor:not-allowed !important;
}



.country-select-login {    
  position: absolute;
  left: 48px;
  border: 0px;
  padding: 0px 6px;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: none !important;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
  width: 80px;
  z-index: 999;
}
.hr-divider{
  border-right: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 40px;
  position: absolute;
  width: 1px;
  left: 135px;
}
.pl-95 {
  padding-left: 95px !important;
}





/* // SEARCH CSS */
.search-full-wrapper {
  width: 100%;
  position: relative;
}
.search-listing {
  box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 16%);
  position: absolute;
  left: 45px;
  right: 15px;
  z-index: 99999999;
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 2px;
  border-radius: 10px;
}
.search-listing .single-search-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 14px 12px;
    transition: all ease 0.2s;
    background-color: #ffffff;
}
.search-listing .single-search-option:hover {
    background-color: #f4f8ff;
    cursor: pointer;
    transition: all ease 0.2s;
}
.search-listing .single-search-option p {
    margin-bottom: 0px;
    color: #555;
    margin-left: 14px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.search-listing .single-search-option p.search-productcategory {
  color: #1444cc;
  font-size: 12px;
}
.search-listing .single-search-option p span {
  color: #111;
  font-weight: 700;
}
.search-listing .single-search-option i  {
  font-size: 14px;
  color: #888;
  height: 35px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-listing img.sg-img {
  height: 35px;
  width: 53px;
  object-fit: contain;
  border-radius: 4px;
}

/* width */
.search-listing::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.search-listing::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
  border-radius: 5px;
}

/* Handle */
.search-listing::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 5px;
}

/* Handle on hover */
.search-listing::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.search-listing .single-search-option-ns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 14px;
  transition: all ease 0.2s;
  background-color: #ffffff;
}
.search-listing .single-search-option-ns p {
  margin: 0px;
  text-align: center;
  color: #959595;
  font-weight: 400;
}
.search-full-wrapper input.search-input:focus {
  color: #555 !important;
}
.search-full-wrapper input.search-input {
  color: #555 !important;
}


.skeleton-loading {
  position: relative;
  background-color: #7d7d7d;
  overflow: hidden;
}
.skeleton-loading.light {
  position: relative;
  background-color: #aaaaaa;
  overflow: hidden;
}
.skeleton-loading.lighter {
  position: relative;
  background-color: #e8e8e8;
  overflow: hidden;
}
.skeleton-loading.light.blue {
  background-color: #bde0ff;
}

.skeleton-loading::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* // SEARCH CSS ENDS */









/* ALERT CONFIRM */

.alert-confirm {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #00000085;
  z-index: 9999;
}
.ac-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 16px;
  border-radius: 7px;
  text-align: center;
  width: 370px;
}
p.ac-title {
  font-size: 18px;
  font-weight: 700;
  color: #0066ca;
}
p.ac-subtitle {
  margin: 0 auto 20px;
}
.ac-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.loading-icn {
  margin-left: 4px;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: -5px;
}

.applied-btn {
  margin: 0px;
  color: #b9b9b9;
  background: white;
  padding: 8px 22px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 500;
  transition: all ease 0.3s;
  border: 1px solid #b9b9b9;
}
.saved-button {
  background: gainsboro;
  padding: 8px 22px;
  border-radius: 5px;
  margin-right: 15px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.apply-button {
  background: #0066ca;
  padding: 8px 22px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.butn:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all ease 0.3s;
}

/* ALERT CONFIRM */


.below-large-image {
  width: 100%;
  margin-bottom: 25px;
}
.search-listing .single-search-option div {
  text-align: left;
  width: calc(90%);
}
.step-content-title {
  text-align: left;
}
.overview-item span {
  text-align: left;
}
.payment-success-wrapper .sbt {
  text-align: left;
}
.overview-item strong {
  text-align: left;
}
.profile-info-section .profile-information div p.profile-option-desc {
  text-align: left;
}
.shop-table.cart-table.single-order .product-name-section{
  text-align: left;
}
p.chat-top-user-subtitle {
  text-align: left;
}
.profile-info-own .hello {
  text-align: left;
}
img.popup-image {
  height: 76vh;
}
.order-list-status-text {
  text-align: left;
}
.profile-info-section p.profile-section-heading {
  text-align: left;
}
p.noti-title {
  text-align: left;
}
p.noti-time {
  text-align: left;
}
.profile-info-section {
  text-align: left;
}
.article-title,
.article-desc {
  text-align: left;
}
.product-detail-btn-wrapper {
  text-align: left;
}



/* RTL CSS STARTS */

[lang="ar"] body {
  direction: rtl;
}
[lang="ar"] .mr-2, [lang="ar"] .mx-2 {
  margin-left: 0.5rem!important;
  margin-right: 0px !important;
}
[lang="ar"] .top-header-right .th-right {
  margin-right: 20px;
  margin-left: 0px;
}
[lang="ar"] .search-wrapper {
  margin-left: 0px;
  margin-right: 35px;
}
[lang="ar"] .user-wrapper {
  margin-left: 0px;
  margin-right: 35px;
}
[lang="ar"] .noti-wrapper {
  margin-left: 0px;
  margin-right: 35px;
}
[lang="ar"] p.menu-text {
  text-align: right;
}
[lang="ar"] p.menu-text i {
  left: 0px;
  right: unset;
}
[lang="ar"] li.single-special-menu a {
  border-left: 1px solid #000;
  border-right: 0px;
}
[lang="ar"] li.single-special-menu:first-child a {
  padding-right: 0px;
  padding-left: 30px;
}
[lang="ar"] li.single-special-menu:last-child a {
  border-left: 0px;
}
[lang="ar"] li.hover-menu-single-column {
  margin-left: 3%;
  margin-right: 0px;
  text-align: right;
}
[lang="ar"] .hover-menu-full-ul ul {
  padding-left: 30px;
  padding-right: 0px;
}
[lang="ar"] p.single-section-title,
[lang="ar"] p.top-product-title,
[lang="ar"] p.trending-title {
  text-align: right;
}
[lang="ar"] .main-area-info {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
[lang="ar"] .single-section .main-product-area,
[lang="ar"] .top-product .main-product-area,
[lang="ar"] .trending .main-product-area {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
[lang="ar"] .footer-social {
  display: flex;
}
[lang="ar"] .text-right {
  text-align: left!important;
}
[lang="ar"] .single-column-footer {
  margin-left: 7%;
  margin-right: 4%;
  text-align: right;
}
[lang="ar"] .single-column-footer:last-child {
  margin-left: 0px;
  margin-right: 4%;
}
[lang="ar"] .search-listing .single-search-option p {
  margin-left: 0px;
  margin-right: 14px;
}
[lang="ar"] .search-listing .single-search-option div {
  text-align: right;
  width: calc(90%);
}
[lang="ar"] .search-listing {
  right: 45px;
  left: 15px;
}
[lang="ar"] span.cart-count {
  left: -10px;
  right: unset;
}
[lang="ar"] p.page-title {
  text-align: right;
}
[lang="ar"] .shop-table th {
  text-align: right;
}
[lang="ar"] .cart-table tbody tr td {
  text-align: right;
}
[lang="ar"] .mr-15 {
  margin-left: 15px !important;
  margin-right: 0px;
}
[lang="ar"] .cl-header p {
  text-align: right;
}
[lang="ar"] td.product-subtotal {
  text-align: right;
}
[lang="ar"] .cart-single-accordion .card-body {
  text-align: right;
}
[lang="ar"] img.payment-icon{
  margin-right: 0px !important;
  margin-left: 11px;
}
[lang="ar"] .faq .card-body p {
  text-align: right !important;
}
[lang="ar"] button.product-button svg, 
[lang="ar"] a.product-button svg {
  margin-left: 7px;
}
[lang="ar"] .single-option .step-count span.step-number {
  margin-left: 15px;
  margin-right: 0px;
}
[lang="ar"] .profile-info-own .image {
  margin-right: 0px;
  margin-left: 15px;
}
[lang="ar"] span.success-round {
  margin-right: 0px;
  margin-left: 10px;
}
[lang="ar"] .wishlist-section .wishlist-button {
  right: unset !important;
  left: 10px;
}
[lang="ar"] span.input-error {
  left: 14px;
  right: unset !important;
}
[lang="ar"] .profile-info-section .profile-information div p.profile-option {
  text-align: right !important;
}
[lang="ar"] .scu-wrapper span {
  margin-right: 0px;
  margin-left: 10px;
}
[lang="ar"] .oc-title p {
  padding: 0px 15px 0px 20px !important;
  right: 3px;
  left: unset !important;
}
[lang="ar"] .overview-item:not(:last-child) {
  margin-left: 30px !important;
  padding-left: 31px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
[lang="ar"] .single-step-container{
  padding-left: 0px;
  padding-right: 22px;
}
[lang="ar"] .step-dot.active {
  right: -6px;
  left: unset !important;
}
[lang="ar"] .step-dot {
  left: unset !important;
  right: -4.5px;
}
[lang="ar"] .step-single-line {
  right: 0px;
  left: unset !important;
}
[lang="ar"] span.danger-round {
  margin-right: unset !important;
  margin-left: 10px;
}
[lang="ar"] img.chat-image-dm {
  right: unset !important;
  left: -13px !important;
}
[lang="ar"] .user-main-image {
  margin-right: 0px !important;
  margin-left: 10px !important;
}
[lang="ar"] .right-chat-content-container::before {
  left: -9px;
  right: unset !important;
  border-right: 9px solid #e7e7e7;
  border-left: 0px !important;
}
[lang="ar"] .chat-time-right {
  margin-right: unset;
  margin-left: 15px;
}
[lang="ar"] .left-chat-content-container {
  margin-left: unset !important;
  margin-right: 10px;
}
[lang="ar"] .left-chat-content-container::before {
  left: unset !important;
  right: -9px !important;
  border-left: 9px solid #e1eaff;
  border-right: unset !important;
}
[lang="ar"] .chat-time-left{
  margin-left: unset !important;
  margin-right: 15px !important;
}
[lang="ar"] .right-chat {
  margin-left: 12px;
  margin-right: unset !important;
}
[lang="ar"] .send-message {
  margin-left:  0px !important;
  margin-right:  10px !important;
}
[lang="ar"] .svw {
  left: 30px;
  right: unset !important;
}
[lang="ar"] span.default-address,
[lang="ar"] span.billing-address {
  margin-left: 20px;
  margin-right: 0px !important;
}
[lang="ar"] span.default-address i, 
[lang="ar"] span.billing-address i {
  margin-right: unset !important;
  margin-left: 6px;
}
.btn-dark, .savebtn {
  color: #ffffff !important;
}
[lang="ar"] .sad,
[lang="ar"] .sab {
  margin-left: 30px;
  margin-right: unset !important;
}
[lang="ar"] .saved-button {
  margin-right: 0px !important;
  margin-left: 15px;
}
[lang="ar"] .select-wrapper {
  margin-left: 10px !important;
  margin-right: unset !important;
  padding: 0px 15px 0px 0px !important;
}
[lang="ar"] .select-wrapper select {
  padding: 10px 10px 10px 36px !important;
}
[lang="ar"] .select-wrapper::after {
  left: 10px !important;
  right: unset !important;
}
[lang="ar"] .breadcrumb-area li {
  padding-right: unset;
  margin-right: unset;
  padding-left: 23px;
  margin-left: 15px;
}
[lang="ar"] .breadcrumb-area li::after {
  left: 0px;
  right: unset;
}
[lang="ar"] .price-container span.old-price {
  margin-right: unset;
  margin-left: 5px;
}
[lang="ar"] .product-detail-btn-wrapper button.product-button,
[lang="ar"] .product-detail-btn-wrapper button.buy-button {
  margin-right: unset;
  margin-left: 12px;
}
.review-user-wrapper {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0px;
  cursor: pointer;
}
[lang="ar"] .review-user-info {
  margin-right: 10px;
  margin-left: 0px;
}
[lang="ar"] .spm td.product-price {
  text-align: left !important;
}
[lang="ar"] .shop-table.cart-table td.product-name {
  padding-left: 40px;
  padding-right: 0px !important;
  text-align: right;
}
[lang="ar"] .shop-table.cart-table td.product-quantity {
  text-align: left;
}
[lang="ar"] img.noti-img {
  margin-right: 0px !important;
  margin-left: 20px;
}
[lang="ar"] app-news-media p.product-name {
  text-align: right;
}
[lang="ar"] app-news-media p.product-desc {
  text-align: right;
}
[lang="ar"] .close-icon-wrapper {
  right: unset;
  left: 10px;
}
[lang="ar"] .login-two-inputs input[type="text"],
[lang="ar"] .login-two-inputs input[type="password"] {
  margin-right: 33px;
}
[lang="ar"] .login-two-inputs i {
  right: 5px;
  left: unset;
}
[lang="ar"] .first-name {
  margin-right: 20px !important;
}
[lang="ar"] .last-name {
  margin-right: 20px !important;
  margin-left: 14px !important;
}
[lang="ar"] .product-button svg,
[lang="ar"] img.cart-icon,
[lang="ar"] .buy-button svg {
  transform: scaleX(-1);
}
[lang="ar"] a.carousel-prev i,
[lang="ar"] a.carousel-next i{
  transform: scaleX(-1);
}
[lang="ar"]  p.scf-title{
  text-align: right;
}
.editor-text {
  text-align: left;
}
[lang="ar"] .editor-text {
  text-align: left;
}
[lang="ar"] p.page-title {
  text-align: right;
}
[lang="ar"] .login-left-area h3 {
  text-align: right;
}
[lang="ar"] .shop-table th {
  text-align: right;
}
[lang="ar"] .cart-table tbody tr td {
  text-align: right;
}
[lang="ar"] .cl-header p {
  text-align: right;
}
[lang="ar"] .amount-table td {
  text-align: right;
}
[lang="ar"] .step-content-title {
  text-align: right;
}
[lang="ar"] .overview-item span {
  text-align: right;
}
[lang="ar"] .payment-success-wrapper .sbt {
  text-align: right;
}
[lang="ar"] .overview-item strong {
  text-align: right;
}
[lang="ar"] .profile-info-section .profile-information div p.profile-option-desc {
  text-align: right;
}
[lang="ar"] .shop-table.cart-table.single-order .product-name-section{
  text-align: right;
}
[lang="ar"] p.chat-top-user-subtitle {
  text-align: right;
}
[lang="ar"] .profile-info-own .hello {
  text-align: right;
}
[lang="ar"] .pla .left-area-sc .title {
  text-align: right;
}
[lang="ar"] .pla .left-area-sc .sc-listing li {
  text-align: right;
}
[lang="ar"] .pla .left-area-sc {
  border-right: 0px solid #eaeaea !important;
  margin-right: unset !important;

  border-left: 1px solid #eaeaea;
  margin-left: 15px;
}
[lang="ar"] .order-list-status-text {
  text-align: right;
}
[lang="ar"] .profile-info-section p.profile-section-heading {
  text-align: right;
}
[lang="ar"] p.noti-title {
  text-align: right;
}
[lang="ar"] p.noti-time {
  text-align: right;
}
[lang="ar"] .profile-info-section {
  text-align: right;
}
[lang="ar"] .login-left-area p {
  text-align: right;
}
[lang="ar"] .login-two-inputs {
  text-align: right;
}
[lang="ar"] .login-two-inputs input.last-name {
  margin-right: 0px !important;
  margin-left: 14px !important;
}
[lang="ar"] .article-title,
[lang="ar"] .article-desc {
  text-align: right !important;
}
[lang="ar"] .product-short-desc {
  text-align: right;
}
[lang="ar"] p.attribute-name {
  text-align: right;
}
[lang="ar"] .description-section {
  text-align: right;
}
[lang="ar"] .product-detail-btn-wrapper {
  text-align: right;
}
[lang="ar"] .similar-product-section p.sim-title {
  text-align: right;
}

[lang="ar"] .menu-overlay.big {
  left: 0vw;
  right: -20vw;
}
[lang="ar"] .all-cat:hover .mega-menu {
  left: unset;
  right: 0px;
}
[lang="ar"] .sub-cat-wrapper {
  left: -220px;
  right: unset;
}
[lang="ar"] .single-cat:hover::after, 
[lang="ar"] .single-cat.active::after {
  border-left: 12px solid #ebebeb;
  border-right: 0px solid #ebebeb;
  left: 0px;
  right: unset;
}
[lang="ar"] li.single-cat {
  text-align: right;
}





/* RTL CSS ENDS */



.menu-icon {
  display: none;
}
.down-icon {
  display: block;
}
.vac {
  color: #1444cc;
  text-align: left;
  margin: 20px 0px 0px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.full-modal-header-wrapper {
  background-color: #1444cc;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 20px 20px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  background-image: linear-gradient(90deg,#1c48cb,#0c35a9);
}
img.header-img {
  height: 85px;
  position: absolute;
  left: -20px;
}
.full-modal-header {
  text-align: center;
  margin: 0px;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
.single-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #1f54f11a;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 18px;
  box-shadow: 0 0 11px transparent;
  transition: all .3s ease;
}
.single-coupon:hover {
  box-shadow: 0 0 11px rgb(0 0 0 / 12%);
  transition: all .3s ease;
  cursor: pointer;
}
.single-coupon.disabled:hover {
  box-shadow: 0 0 11px rgb(0 0 0 / 12%);
  transition: all .3s ease;
  cursor: not-allowed;
}
.checkbox-area i {
  color: #1f54f1;
  font-size: 18px;
}
.single-coupon .checkbox-area i.far {
  display: block;
}
.single-coupon .checkbox-area i.fas {
  display: none;
}
.single-coupon.active .checkbox-area i.far {
  display: none;
}
.single-coupon.active .checkbox-area i.fas {
  display: block;
}
.single-coupon .multi-option {
  margin-bottom: 1px;
  margin-right: 20px;
}
.single-coupon .multi-option a {
  font-size: 13px;
  color: #1c1c1c;
  margin-left: 20px;
  text-align: left;
}
.single-coupon .multi-option a span {
  font-weight: 500;
  font-size: 14px;
}
.single-coupon p.coupon-name {
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #1444cc;
  padding: 8px 15px;
  transition: all .5s ease;
  border: 1px dashed;
  border-radius: 6px;
}
.single-coupon p.coupon-name i {
  transform: rotate(-45deg);
}
p.note-area {
  text-align: center;
  font-size: 11px;
  width: 80%;
  margin: 0px auto 20px;
  color: #b5b5b5;
}
.savebtn {
  padding: 5px 20px;
  border-radius: 60px;
  background-color: #1444cc;
  border-color: #1444cc;
  font-size: 14px;
}
.savebtn.disabled, .savebtn:disabled {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.delivery-date {
  display: flex;
  align-items: center;
  margin: 20px 0px;
  justify-content: center;
}
.delivery-date p {
  margin: 0px 5px 0px 0px;
  font-weight: 500;
  font-size: 13px;
}
.delivery-date span {
  color: #28a745;
  font-size: 13px;
}
.delivery-date p i{
  margin-right: 6px;
  font-size: 12px;
}

/* OLD Ribbon CSS Starts */
/* .ribbon{
  font-size: 20px;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: -6px;
  top: 12px;
}
.text{
  display: inline-block;
  padding: 4px 9px;
  line-height: inherit;
  background: #1444cc;
  position: relative;
  font-size: 11px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 2px 2px 3px #0000003d;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  font-weight: 400;
}
.ribbon:before,
.text:before,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}
.ribbon-no .text:before {
  display: none;
}
.ribbon-no span.text {
  border-top-left-radius: 4px;
  font-size: 12px;
}


.ribbon:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2;
}
.text:before{
  bottom: 100%;
  left: 0;
  border-width: 0.5em 0.7em 0 0;
  border-color: transparent #1444cc transparent transparent;
} */
/* OLD Ribbon Css Ends */

/* NEW RIBBON STARTS */
.ribbon {
  background-color: #1543cc;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 0px 10px;
  z-index: 4;
}
.ribbon:before{
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #93aeff;
  position: absolute;
  right: -17px;
  top: -4px;
  transform: rotate(90deg);
  z-index: 2;
}
.ribbon:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #93aeff;
  position: absolute;
  right: -17px;
  bottom: -4px;
  transform: rotate(270deg);
  z-index: 2;
}
.ribbon span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
}
.ribbon span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #1543cc;
  position: absolute;
  right: -12px;
  bottom: 0px;
  z-index: 3;
}
.ribbon.r-detail {
  position: relative;
  display: inline-flex;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0px 5px 0px 10px;
}
/* NEW RIBBON ENDS */
.blog-detail-text h2 {
  font-size: 1.4rem;
  margin-bottom: 18px;
  margin-top: 25px;
}
.blog-detail-text img {
  width: 100%;
  height: auto;
}
.blog-detail-text p {
  line-height: 28px;
  margin-bottom: 1.5rem;
}



/* RESPONSIVE CSS STARTS */

@media only screen and (max-width: 600px) {
  
  p.price {
    margin-bottom: 0px;
  }
  .item-old-price .discount-badge {
    display: inline-flex;
    /* align-items: center;
    justify-content: center; */
  }
  p.product-name {
    margin-bottom: 0px;
  }
  .price-container {
    flex-wrap: wrap;
  }
}

.m-main-area:not(:nth-child(3)) p.product-name {
  margin-bottom: 0px;
}
.m-main-area:not(:nth-child(3)) .item-old-price .discount-badge {
  display: inline-flex;
}
.m-main-area:not(:nth-child(3)) p.price {
  font-size: 17px;
  margin-bottom: 0px;
}
.m-main-area:not(:nth-child(3)) p.product-desc.mobile {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}




.m-header-blu-bar {
  background-color: #1543cc;
  position: fixed;
  z-index: 6;
  width: 100%;
}
.main-area-wrapper.mobile {
  padding-top: 107px;
}
.m-top-header-bar {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
img.m-main-logo {
  height: 26px;
}
img.m-top-header-icon {
  height: 24px;
}
img.m-top-header-icon2 {
  height: 20px;
}
.m-top-right-wrapper {
  display: flex;
  align-items: center;
}
.m-top-right-wrapper a {
  padding: 4px 10px;
  position: relative;
}
.m-top-right-wrapper a:last-child {
  padding-right: 0px;
}
.search-full-wrapper.mobile {
  margin-top: 0px;
  padding: 12px;
  padding-top: 0px;
}
.search-wrapper.mobile {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 0px;
}
button.search-btn.mobile {
  background-color: transparent;
  border: 0px;
  color: #1543cc;
  background-color: #e7ecfa;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.cart-count.mobile {
  height: 14px;
  width: 14px;
  font-size: 9px;
  background: #e7ecfa;
  color: #1444cc;
  right: 0px;
}
.m-country-area {
  display: flex;
  background-color: #e7ecfa;
  border-radius: 6px;
  margin: 0px 0px 12px 0px;
  align-items: center;
  padding: 10px 10px;
  justify-content: space-between;
}
.m-country-area-title {
  margin: 0px;
}
.m-country-right-area {
  display: flex;
  align-items: center;
}
.language-selection.mobile span {
  color: #1543cc;
}
.m-padding {
  padding: 12px;
  background-color: #f7f7f7;
}
a.carousel-next.mobile {
  height: 47px;
  width: 32px;
  font-size: 18px;
  padding-left: 7px;
}
a.carousel-prev.mobile {
  height: 47px;
  width: 32px;
  font-size: 18px;
  padding-right: 14px;
}
.category-wrapper.mobile {
  background: #ffffff;
  border-radius: 8px;
  margin: 15px 0px;
  overflow-x: auto;
  padding: 0px 10px;
}
.category-wrapper.mobile .single-category img {
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
.category-wrapper.mobile .single-category p {
  font-size: 12px;
  text-align: center;
}
.single-category.mobile {
  padding: 10px 0px 10px;
  width: 33%;
}
.m-theme-button {
  background-color: #cedeff;
  padding: 11px;
  text-align: center;
  border-radius: 7px;
  color: #1543cc;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-area-info.mobile {
  width: auto;
  border-radius: 10px;
  height: 305px;
}
.main-area-info.mobile .section-bg.mobile {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.m-main-area-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0px;
  flex-wrap: wrap;
}
.m-main-area {
  width: 48.5%;
}
img.product-image.mobile {
  height: 105px;
  margin-bottom: 5px;
}
p.product-desc.mobile {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
  color: #000000;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
p.product-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-price-wrapper.mobile {
  height: 65px;
}
button.product-button.mobile, a.product-button.mobile {
  background-color: transparent;
  border: 2px solid #1444cc;
  border-radius: 30px;
  padding: 6px 20px;
  color: #1444cc;
  font-weight: 600;
  transition: all ease 0.3s;
  min-width: 144px;
  font-size: 13px;
}
button.product-button.mobile svg{
  margin-right: 3px;
}
.m-main-area:nth-child(3){
  width: 100%;
  margin: 10px 0px;
}
.m-main-area:nth-child(3) img.product-image.mobile {
  height: 170px;
}
.below-large-image.mobile {
  margin-bottom: 0px;
}
.m-bottom-footer {
  position: fixed;
  bottom: 0;
  z-index: 5;
  background-color: #ffffff;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  right: 0px;
  box-shadow: -1px -1px 8px rgb(0 0 0 / 8%);
  overflow: hidden;
  /* padding-top: 6px; */
}
.m-single-option { 
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding-top: 5px;
  position: relative;
  cursor:pointer;
  user-select:none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.m-single-option img {
  height: 20px;
  margin-bottom: 5px;
}
.m-single-option p {
  font-size: 11px;
  margin: 0px;
  color: #a2a6b0;
}
.m-single-option p.active {
  color:#1543cc
}
.footer.mobile {
  padding-bottom: 57px;
}
.m-user-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.m-user-name {
  margin: 0px 0px 5px 0px;
  color: #1543cc;
  font-weight: 600;
}
[lang="ar"] .m-user-name,
[lang="ar"] .m-user-location,
[lang="ar"] .m-smo-heading,
[lang="ar"] .m-smo-sub-heading {
  text-align: right;
}
.m-user-location {
  margin: 0px;
  color: #1543cc;
  font-size: 12px;
}
.m-blue-top-bg {
  position: absolute;
  height: 80px;
  width: 80px;
  background: #1543cc;
  top: -30px;
  right: -30px;
  border-radius: 50%;
}
.m-language-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  background-color: #e7ecfa;
  border-radius: 5px;
  width: fit-content;
  padding: 6px 20px;
}
.m-language-area p {
  margin: 0px;
  color: #1543cc;
  font-size: 13px;
}
li.m-single-menu-option {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.m-single-menu-option span {
  background-color: #2bb673;
  color: #ffffff;
  height: 27px;
  width: 27px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-smo-heading {
  font-weight: 700;
  color: #1543cc;
  font-size: 14px;
  margin-bottom: 0px;
}
.m-smo-sub-heading {
  color: #1543cc;
  font-size: 12px;
  margin-bottom: 0px;
}
.m-sub-category-wrapper {
  display: flex;
  align-items: center;
  background: #e3e8f9;
  overflow-x: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 7px solid #e3e8f9;
  border-right: 7px solid #e3e8f9;
  padding: 5px;
}
.m-single-sub-category {
  margin: 9px 30px 7px 0px;
  text-align: center;
}
img.m-sub-category-image {
  height: 60px;
  width: 60px;
  border-radius: 10px;
}
.m-sub-category-name {
  display: block;
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
  margin-top: 5px;
}
.m-category-container {
  background-color: #f7f7f7;
  width: 89vw;
  min-height: 250px;
  border-radius: 10px;
  padding: 14px;
}
.m-single-category {
  background-color: #ffffff;
  padding: 6px 10px;
  margin-bottom: 15px;
}
.m-single-category-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-single-category-content-left {
  display: flex;
  align-items: center;
}
img.m-single-category-image {
  height: 40px;
  width: 40px;
  object-fit: contain;
  background-color: #e1e1e1;
  border-radius: 10px;
}
.m-single-category-content-left p {
  margin: 0px 0px 0px 15px;
}
.m-open-category {
  background-color: #ffffff;
  border: 0px;
  height: 40px;
  width: 40px;
}
.m-inner-category {
  border: 0px;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-single-inner-category {
  width: 31%;
  text-align: center;
  margin-top: 10px
}
.m-single-inner-category:nth-child(3n+2) {
  margin: 10px 1% 0px;
}
img.m-single-inner-category-img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
p.m-single-inner-category-text {
  text-align: center;
  margin-bottom: 0px;
  font-size: 10px;
  height: 32px;
  overflow: hidden;
  margin-top: 5px;
}
.m-category-title-main {
  font-size: 20px;
  margin: 0px 0px 15px 5px;
  font-weight: 700;
}
.m-cat-scrollable-area {
  overflow-y: auto;
  height: 75vh;
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  animation-name: fadeInUp;
  animation-duration: 0.3s;
}
.pay-online {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #28a745;
  border-radius: 6px;
  padding: 5px 13px;
  border: 1px dashed #ffffff;
}
.pay-online-icon {
  color: #ffffff;
  margin-right: 15px;
}
.po-text {
  font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}















@media only screen and (max-width: 650px) {
  html {
    overflow-x: hidden;
  }
  .footer-wrapper {
    align-items: flex-start;
    padding: 40px 25px 40px;
    flex-direction: column;
  }
  .single-column-footer:last-child {
    width: 100%;
    padding-top: 50px;
  }
  .footer-bottom .first-row {
    justify-content: center;
    display: flex;
    padding: 10px 0px 20px;
  }
  .footer-bottom .last-row{
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: center !important;
  }
  
  
  .container {
    padding: 0px 15px;
  }





  app-cart .product-name p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  app-cart .product-thumbnail img {
    margin-right: 20px;
  }
  app-cart .product-subtotal span.amount, 
  app-cart .product-price span.amount {
    width: 110px;
  }
  app-cart input.qty-input {
    margin: 0px 30px 0px 23px;
  }
  app-cart .cart-button-wrapper div {
    justify-content: center;
    text-align: center !important;

  }
  app-cart button.cart-btn-light, 
  app-cart a.cart-btn-light {
    margin: 0px;
    margin: 0px 0px 15px;
  }






  

  



}



/* @media only screen and (max-width: 992px) and (min-width: 769px)  { */
@media only screen and (max-width: 768px) {
  
  img.popup-image {
    width: 86vw;
    height: auto;
  }

  .small-device-hide {
    display: none !important;
  }

  button.product-button, a.product-button, button.product-button.mobile {
    padding: 6px 10px;
    min-width: 120px;
    max-width: 150px;
    font-size: 12px;
    width: 100%;
  }
  button.product-button svg, a.product-button svg {
    margin-right: 4px;
  }
  p.product-desc {
    margin-bottom: 2px;
    height: 22px;
  }
  img.product-image {
    height: 110px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: contain;
  }









  .right-chat-container {
    max-width: 48% !important;
    word-break: break-all;
  }
  .hover-menu {
    background-color: #ffffff;
  }
  .single-category {
    width: 50%;
  }

  .trending .main-area,
  .single-section .main-area,
  .top-product .main-area {
    flex-direction: column;
    padding: 0px 10px !important;
  }
  .single-product-area,
  .tp .single-product-area {
    flex: none;
    /* width: 85%; */
    /* margin: 0 auto; */
    margin: 0px;
  }

  .top-product .main-area-info {
    height: unset;
    width: 100%;
    border-radius: 20px;
  }
  .top-product .main-area-info .section-bg {
    object-position: center;
  }

  .mt-header-right .login-button {
    margin-left: 15px;
  }

  .single-section .main-area-info{
    height: unset;
    width: 100%;
    border-radius: 20px;
  }
  .main-area-info .section-bg {
    object-fit: cover;
    object-position: bottom;
  }
  .trending .main-area-info {
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }
  .single-section .carousel,
  .trending .carousel,
  .buyone-carousel{
    width: 100%;
  }
  .single-section .main-product-area,
  .trending .main-product-area,
  .top-product .main-product-area {
    height: 330px;
    padding: 10px 1px;
    margin-top: 10px;
    border-radius: 20px;
  }
  .single-section .main-product-area img.product-image,
  .trending .main-product-area img.product-image,
  .top-product .main-product-area img.product-image {
    height: 60px;
  }
  .single-section .main-product-area .product-price-wrapper,
  .trending .main-product-area .product-price-wrapper,
  .top-product .main-product-area  .product-price-wrapper{
    height: 65px;
  }
  .single-section .main-product-area p.price,
  .trending .main-product-area p.price,
  .top-product .main-product-area p.price {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .single-section .main-product-area .item-old-price,
  .trending .main-product-area .item-old-price,
  .top-product .main-product-area .item-old-price {
    margin-bottom: 12px;
  }





  a.logo-wrapper {
    position: absolute;
    left: 20px;
    top: 4px;
  }
  img.cart-icon {
    height: 18px;
  }
  span.cart-count {
    height: 14px;
    width: 14px;
    font-size: 10px;
  }
  .noti-wrapper {
    margin-left: 25px;
  }
  .user-wrapper {
    height: 30px;
    width: 30px;
    margin-left: 25px;
  }
  img.user-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }



  .hover-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    padding: 20px 15px 20px;
    width: 70%;
    right: -260px;
    left: unset;
    transition: all ease 0.4s;
  }
  .nav-item.mobile-view .hover-menu {
    right: 0px;
    transition: all ease 0.4s;
    opacity: 1;
    z-index: 99999;
  }
  .nav-item.mobile-view .menu-overlay {
    content: "";
    position: fixed;
    background: rgb(0 0 0 / 49%);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 1;
  }

  .hover-menu .container {
    padding: 0px;
  }

  .hover-menu-full-ul ul {
    max-height: unset;
  }
  ul.hover-menu-full-ul {
    display: block;
    flex-wrap: unset;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 30px;
  }
  li.hover-menu-single-column {
    margin-right: 0%;
    margin-bottom: 40px;
    width: 90%;
  }
  .hover-menu a.submenu-title {
    color: #1444cc;
  }



  .menu-icon {
    display: block;
  }
  .down-icon {
    display: none;
  }  
  .main-page-section {
    /* padding: 25px 0px 45px; */
    padding: 15px 0px 45px;
    border-top: 0px;
  }
  .main-menu-wrapper {
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 12px;
  }
  li.single-special-menu {
    font-size: 14px;
    font-weight: 600;
    margin: 1%;
    width: 48%;
    text-align: center;
    padding: 10px 0px 10px;
    border: 1px solid #efefef;
    border-radius: 12px;
    background: #f0f3ff;
  }
  li.single-special-menu a {
    padding: 0px 0px;
    border-right: 0px solid #000;
    color: #1444cc;
  }
  .search-full-wrapper {
    margin-top: 30px;
  }
  .mt-header-right-end,
  .mt-header-right {
    justify-content: center;
    margin-top: 0px;
  }
  .absolute-top {
    position: absolute;
    top: 21px;
    right: 0px;
    width: unset;
  }
  .mt-header-left {
    flex-direction: column;
  }
  .search-wrapper {
    margin: 20px 0px 10px 0px;
  }
  .search-listing {
    left: 1%;
    right: 1%;
  }
  p.language-selection {
    justify-content: flex-end;
  }
  .top-header {
    /* height: 75px; */
    height: 44px;
  }
  .nav-item {
    padding: 0px;
  }
  .mb-header {
    margin-top: 0px;
  }
  .main-header,
  .mb-header,
  .top-header {
    display: none;
  }


  .top-header-right {
    margin-top: 14px;
    justify-content: space-between;
    display: none;
  } 
  .main-page-section p.page-title {
    margin: 0px 0px 20px !important;
  }
  .all-center {
    height: 100vh;
    width: 100vw;
  }
  .loading-ani {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    animation: none !important;
  }
  .cart-wrapper {
    position: relative;
    margin-right: 0px;
  }
  .lm-column-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .close-icon-wrapper {
    right: 40px;
    top: 10px;
  }
  .close-icon-wrapper .login-close-butn {
    color: #ffffff !important;
  }
  .lm-column {
    flex-direction: column;
  }
  .login-left-area div {
    text-align: center;
  }
  img.lgn-bnnr {
    height: auto;
    width: 50%;
    margin: 0 auto;
    object-fit: contain;
    top: 10px;
    left: unset;
  }
  .login-left-area {
    height: 220px;
  }
  .login-right-area {
    height: 380px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 2222px) and (min-width: 769px)  {
  .nav-item:hover .hover-menu, .hover-menu:hover {
    /* display: block !important; */
    opacity: 1;
    z-index: 9999999;
    transition: all ease 0.2s;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px)  {
  img.popup-image {
    width: 86vw;
    height: auto;
  }
  .main-product-area .single-product-area {
    flex: 0.50;
  }
  .category-wrapper .single-category {
    width: 12%;
    margin: 0% 4%;
    padding: 20px 0px;
  }
  .top-product .main-area-info {
    width: 320px;
  }
  .top-product .main-area-info img.product-image {
    height: 110px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: contain;
  }
  .trending .main-area-info {
    width: 310px;
  }
  .tp .single-product-area {
    width: 29%;
    margin: 0px 12px;
  }
  .tp .single-product-area img.product-image {
    height: 110px;
    margin-bottom: 15px;
    width: 140px;
    object-fit: contain;
  }
}


/* RESPONSIVE CSS ENDS */
