html,body {
	height: 100%;
	width: 100%;
	overflow: hidden;
    touch-action: manipulation;
}
body {
	background: linear-gradient(180deg, white 2%, rgb(244, 240, 241) 25%, rgb(244, 240, 241) 75%, white 98%);
	font-family: 'IBM Plex Sans Condensed', 'Tajawal', sans-serif;
}



.footer {
    width: calc(100% - 30px);
    background: #cc0000;
    color: white;
    left: 15px;
    position: fixed;
    bottom: 15px;
    padding: 20px;
    border-radius: 25px;
    z-index: 9;
}

.neelli {
    color: #cc0000;
}

.footer span {
    display: inline-block;
    width: calc(25% - 3px);
    text-align: center;
}

.footer span i {
    font-size: 22px;
    display: block;
}

.footer span t {
    margin-top: 6px;
    display: block;
    font-size: 12px;
}

.no-network {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
}

.no-network img {
  margin-top: 30px;
  width: 100px;
  margin-bottom: 20px;
}

.info-toast {
    font-size: 16px;
    line-height: 1.4;
}

.page-content {
    padding-bottom: 160px;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    float: left;   
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, white 2%, rgb(244, 240, 241) 25%, rgb(244, 240, 241) 75%, white 98%);
}

#page-content {
    z-index: 1;
}

#page-content2 {
    z-index: 1;
}

#page-content3 {
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

.home-top-area {
    background: #cc0000;
    padding: 30px 15px;
    padding-bottom: 40px;
}

.home-bottom-area {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: -25px;
    background: #f4f0f1;
    padding-top: 20px;
}

.top-user {
    color: white;
}

.top-user img {
    float: left;
    width: 46px;
    margin-right: 12px;
}

.top-user-menu i {
    font-size: 24px;
    margin-left: 17px;
    margin-top: -30px;
}


.top-user h4 {
    margin: 0;
    display: inline-block;    
}

.top-user p {
    margin: 0;
    display: inline-block;
}

.cat-item {
    width: calc(50% - 9px);
    background: white;
    margin-top: 15px;
    display: inline-block;
    margin-right: 15px;
    padding: 15px;
    border-radius: 17px;
    font-size: 15px;
}

.cat-item:nth-child(2n) {
    margin-right: 0;
}
.cat-item img {
    width: 50px!important;
    float: right!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 18px;
}

.product-item {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000012;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.home-top-products .owl-stage {
	margin-left: -13px!important;
}

.product-item p {
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
}

.product-item img {
    height: 130px;
    margin-bottom: 6px;
}

.product-item h5 {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}

.product-item h5 .pull-right i {
    color: red;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
}

.product-item .fa-star {
	color: gold;
}

.menu {
    background: #cc0000;
    top: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 260px;
    font-size: 16px;
    color: white;
    padding: 30px;
    left: -300px;
    box-shadow: 10px 0px 18px #00000082;
    transition: left 0.4s;
}

.menu img {
    bottom: 30px;
    position: absolute;
    width: 130px;
}

.menu-open {
	left: 0;
}

.bg-drop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ba;
    z-index: 99;
}

.menu-item {
    cursor: pointer;
    padding: 7px 0;
    font-size: 18px;
}

.submenu {
    display: none;
    padding-left: 0;
}
.submenu span {
    display: block;
    padding: 7px 0;
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
}


.menu h3 {
    margin-bottom: 40px;
}

.menu i {
	font-weight: 100;
	opacity: 0.7;
}

.brands-container .owl-stage-outer {
    padding-left: 15px;
}

.brands-container span {
    border: 1px solid #ddd;
    background: white;
    padding: 10px 13px;
    border-radius: 10px;
    font-size: 15px;
    float: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.brands-container {
    height: 50px;
    overflow: hidden;
    margin-top: 6px;
}

.shop-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.shop-container .product-item {
    width: calc(50% - 7.5px); /* 2 items per row on small screens */
    margin-right: 0;
}

@media (min-width: 768px) {
    .shop-container .product-item {
        width: calc(33.333% - 10px); /* 3 items per row on medium screens */
    }
}

@media (min-width: 992px) {
    .shop-container .product-item {
        width: calc(25% - 11.25px); /* 4 items per row on large screens */
    }
}

@media (min-width: 1200px) {
    .shop-container .product-item {
        width: calc(20% - 12px); /* 5 items per row on extra large screens */
    }
}


.page-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-title i {
}

.page-title .pull-left {

}




#filters {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 26px 15px;
}

#filters h2 {
    margin-top: 0;
}

#filters h5 {
    margin-top: 20px;
    float: left;
    width: 100%;
}


.filters-btns {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.filters-btns .btn {
    width: calc(50% - 9px);
    margin-right: 15px;
}

.filters-btns .btn:nth-child(2n) {
    margin-right: 0;
}

#filters ul {
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

#filters li {
    list-style: none;
    width: calc(50% - 8px);
    float: left;
    margin-right: 15px;
    text-transform: capitalize;
}

#filters li:nth-child(2n) {
    margin-right: 0;
}


.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}



.menu-item.open span i {
    transform: rotate(180deg);
}

.product-item .img {
    height: 100px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 10px;
}


.lds-ring {
  color: #cc0000
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-items-container {
    height: calc(100% - 150px);
    overflow: hidden;
    overflow-y: auto;
}

.filters-items-container {
    height: calc(100% - 230px);
    overflow: hidden;
    overflow-y: scroll;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

* {
    outline: none;
}

* {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

/* Enable text selection on input and textarea elements */
input,
textarea {
    user-select: text; /* Standard */
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* IE10+ */
}



.page-title ss {
    overflow: hidden;
    width: calc(100% - 104px);
    display: inline-block;
    text-wrap: nowrap;
}

.item-images {
    background: white;
    height: 283px;
}

.item-image {
    height: 240px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #cc0000;
}

.item-page {

}

.item-page p {
    font-size: 17px;
    color: #6d6d6d;
    margin-bottom: 15px;    
}

.item-page p b {
    color: black;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 5px;
}

.item-page p small {

}

.item-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 25px 15px;
}

.item-footer-btns span {
    font-size: 18px;
    width: calc(50% - 9px);
    display: inline-block;
    background: #cc0000;
    color: white;
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    border-radius: 50px;
    white-space: nowrap;
    border: 3px solid #cc0000;
    font-weight: bold;
}

.cart-footer-btns span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    background: #cc0000;
    color: white;
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    border-radius: 50px;
    white-space: nowrap;
    border: 3px solid #cc0000;
    font-weight: bold;    
}

.profile-footer-btns span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    background: white;
    color: red;
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    border-radius: 50px;
    white-space: nowrap;
    border: 3px solid red;
    font-weight: bold;
}

.item-footer-btns span:first-child {
    background: white;
    color: #cc0000;
    border: 3px solid #cc0000;
}


.minus-qty {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.add-qty {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.value-qty {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: -3px;
    margin-left: -3px;
}

.qty-container {
    margin-bottom: 30px;
    font-size: 16px;
    color: #6d6d6d;
}

#qty {
    margin-left: 10px;
    color: black;
}

#variants {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    margin-bottom: 50px;
    flex-direction: row;
}

.variant-item {
    padding: 10px;
    border: 1px solid #ddd;
    width: calc(33.333% - 6px);
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
}

.variant-item .color {
    height: 12px;
    display: inline-block;
    width: 12px;
    margin-right: 4px;
    vertical-align: middle;
}


.item-page .fa-star,
.item-page .fa-star-half-alt {
    color: #ffb700;
}

.active-variant {
    border: 1px solid #cc0000;
}

.home-top-area .owl-theme .owl-dots .owl-dot.active span {
    background: white;
}

.fa-heart {
    color: red;
}

.footer .fa-heart {
    color: white;
}

.cart-product-item {
    position: relative;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    height: 118px;
    overflow: hidden;
}

.cart-product-item .img {
    float: left;
    width: 100px;
    height: 87px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat!important;
    margin-right: 15px;
}

.cart-product-item .cart-item-title {
    text-wrap: nowrap;
    overflow: hidden;
}

.cart-product-item .cart-option-name {
    height: 20px;
}

.cart-product-item p small {
    
}

.cart-product-item .add-qty,
.cart-product-item .minus-qty {
    border: 1px solid #5b5b5b;
    padding: 10px 15px;
}

.cart-product-item .value-qty {
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;    
}

.cart-product-item h5 {
    position: absolute;
    right: 13px;
    font-size: 16px;
    color: #cc0000;
    bottom: 15px;
}

.cart-product-item .qty-container {
    zoom: 0.8;
    margin-bottom: 0;
}

.cart-sum {
    margin: 30px 0;
}



.profile-menu-item {
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
    font-size: 19px;
}

.profile-menu-item i {
    float: right;
    font-size: 25px;
}

.profile-menu-item:last-child {
    border: 0;
}

.profile-menu-item img {
    margin-right: 15px;
    height: 30px;
}


.brand-name {
    font-weight: normal;
}

.cat-item span {
    width: calc(100% - 55px);
    display: inline-block;
}

.cat-item {
    float: left;
}

.swal2-show {
    zoom: 1.6;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #cc0000;
}

.red {
    color: red;
}

.confirm-checkout-cart .form-control {
    height: 46px;
    border-radius: 25px;
    padding: 22px;
}

#search-input {
    height: 46px;
    border-radius: 25px;
    padding: 22px;

}

.promo-code {
    background: white;
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    height: 45px;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}

.promo-code input {
    border: 0;
    box-shadow: none!important;
}

.promo-code .btn {
    background: #cc0000!important;
    color: white!important;
    margin-right: 5px;
    outline: none!important;
    border-radius: 16px !important;
    padding-right: 30px;
    padding-left: 30px;
}

.popup-search {
    z-index: 99;
    position: absolute;
    width: 100%;
    display: grid;
    padding: 30px;
}

.popup-search p {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}

.popup-search span {
    color: white;
    background: #cc0000;
    border-radius: 25px;
    height: 46px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border: 1px solid #ffffff4d;
    font-size: 15px;
    padding-top: 10px;
}

.popup-search input {
    height: 46px;
    border-radius: 25px;
    padding: 22px;
}

.popup-search .fa-times {
    position: absolute;
    top: 25px;
    right: 30px;
    color: white;
    font-size: 30px;
}


.home-top-area {
    padding: 15px;
    padding-bottom: 40px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}



.panel-default>.panel-heading {
    color: white;
    background-color: #cc0000;
    border-color: #cc0000;
}


.panel-default {
    border-color: #cc0000;
    background: white;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    background: #000000;
    color: white;
    border: 1px solid;
}

.last-piece {
    background: red;
    color: white !important;
    width: fit-content;
    padding: 0px 9px;
    font-size: 14px !important;
}

.best-seller-number {
    background: #ee5253;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bolder;
}

.red {
    color: #cd0c00;
}

.nav>li>a {
    padding: 10px 10px;
    font-size: 12px;
    color: #cd0c00;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #cd0c00;
    border: 1px solid #cd0c00;
    border-bottom-color: #cd0c00;
}

.nav-tabs {
    border-bottom: 1px solid #cd0c00;
}

.tab-content>.tab-pane {
    padding-top: 20px;
    padding-bottom: 50px;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.rtl ul {
    margin-right: 0;
    padding-right: 15px;
}

.rtl th {
    text-align: right;
}

.rtl ul li {
    margin-bottom: 10px;
}