﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/*
@import url("reset.css");
@import url("components.css");
@import url("header.css");
@import url("footer.css");
@import url("andromeda.css");
*/

/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");*/
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined");*/

/* ===========================================================================
Homepage
============================================================================*/
/* Stories section */
.homepage-stories {
  background-color: white;
}
.story-container .story-holder {
  border-radius: 50%;
  max-width: 118px;
  text-align: center;
  cursor: pointer;
}
.story-container .story-holder img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #dddddd;
  padding: 2px;
  margin: 0 auto;
}
.story-container .story-holder:hover img,
.story-container .story-holder:active img,
.story-container .story-holder.active img {
  border: 2px solid #b5873c;
}
.story-container .story-holder p {
  color: #3e3e3e;
  font-size: 14px;
}

/* ---------- lightgallery-stories --------- */
/*rtl issue fix*/
.lg-outer,
.lg-outer * {
  direction: ltr;
}
/* custom styles */
.lg-outer .lg-inner {
  color: white;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.lg-sub-html,
.lg-toolbar {
  background-color: transparent;
}

/*top right controls*/
.lg-toolbar #lg-download {
  display: none;
}
/*thumbs*/
.lg-outer .lg-thumb-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.lg-outer .lg-thumb-item {
  width: 80px !important;
  height: 80px !important;
  border-radius: 0;
  padding: 5px;
  border-color: #dddddd;
  max-width: 80px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #b5873c;
}
/*
.lg-outer .lg-toogle-thumb {
	display: none;
}
*/

@media (max-width: 7767.98px) {
  .lg-outer .lg-thumb {
    display: flex;
    max-width: calc(100% - 10px);
  }
  .lg-outer .lg-thumb-item {
    flex: 0 0 100px;
  }
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    justify-content: center;
  }
}
/*
.lg-outer .lg-thumb-item img {
	border-radius: 50%;
}
*/

/* customizations for multistories */
/*
.lg-video-play {
	opacity: 0 !important;
}
*/
/*
.lg-has-poster, .lg-video-play {
	opacity: 0 !important;
}
*/

/* ----- home slider ----- */
#HealOffCarousel {
  /*width: auto !important;*/
  width: auto;
  left: 0 !important;
  right: 0 !important;
}
/*@media(min-width: 1400px){
    #HealOffCarousel {width: auto !important;}
}*/

/* ------- main categories -------------*/
@media (max-width: 575.98px) {
  .homepage-categories .cat-name {
    font-size: 11px;
  }
  html[lang="ar"] .homepage-categories .cat-name {
    font-size: 10px;
  }
}
/*
@media(max-width: 767.98px){
    .row-main-cats {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .row-main-cats > div {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
*/

.homepage-categories .category-holder .img-holder img {
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .homepage-categories .category-holder .img-holder img {
    /*filter: sepia(100%);*/
    border: 0 solid #cea050;
    /*transition-duration: 0.5s;*/
  }
  .homepage-categories .category-holder:hover .img-holder img {
    /*filter: none;*/
    border: 2px solid #cea050;
  }
}

/* ----- random categories ----- */
.row-random-cats {
  justify-content: center;
  z-index: 50;
  position: relative;
}
.row-random-cats > .category-wrap {
  flex: 0 0 10%;
  max-width: 10%;
}
@media (max-width: 767.98px) {
  .row-random-cats {
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .row-random-cats > .category-wrap {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media (min-width: 768px) {
  .row-random-cats .category-wrap .list-picture {
    padding: 8px;
  }
}

.row-random-cats .category-wrap .list-picture a {
  display: block;
  position: relative;
  /*max-width: 75px;
    margin: 0 auto;*/
}

.row-random-cats .category-wrap img {
  border-radius: 50%;
  /*border: 1px solid #e1e1e1;*/
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 75px;
  top: unset;
}

.row-random-cats .category-wrap .list-title {
  margin-bottom: 10px;
}
.row-random-cats .category-wrap .list-title h3 {
  font-size: 12px;
  text-transform: uppercase;
}
.row-random-cats .category-wrap .list-title h3 a {
  color: gray;
}

/* ---------- showcase category ---------- */
/*
.showcase-cat-each {
	margin: 50px 0;
}
@media(max-width: 767.98px){
    .showcase-cat-each {
        margin: 15px 0;
    }
}
.showcase-cat-heading {
    padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	height: 270px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.showcase-cat-img {
	height: 270px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*
@media(max-width: 767.98px){
    .showcase-cat-img {
        display: none;
    }
}
* /
.showcase-cat-heading-content-holder {
    max-width: 500px;
	padding: 0 15px;
}
.showcase-cat-heading h1,
.showcase-cat-heading h6 {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.showcase-cat-heading h1{
    font-weight: bold;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    line-height: 1.5;
}
@media(max-width: 767.98px){
    .showcase-cat-heading h1{
        font-size: 22px;
    }
}
.showcase-cat-heading h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.showcase-cat-heading p{
    margin-bottom: 0;
}
.showcase-cat-heading .btn{
    border-radius: 6px;
    min-width: 200px;
}

/*subcats* /
.row-cat-list {
	border-radius: 10px;
	margin-top: 30px;
    margin-left: 0; margin-right: 0;
    padding: 35px 20px;
}
@media(max-width: 767.98px){
    .row-cat-list {
        margin-top: 15px;
        padding: 15px 5px 0px 5px;
    }
}
.subcat-holder{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.row-cat-list .subcat-img {
	width: 100%;
}
.subcat-holder .hover-content {
    padding: 20px;
    text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
    color: white;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.3s;
}
.subcat-holder:hover .hover-content{
    opacity: 1;
}

/*
@media(min-width: 992px){
    .row-cat-heading > .col > .row {
        min-height: 270px;
    }
    /-* ugly hack to adjust cropped images *-/
    .row-cat-heading > .col > .row > div.order-lg-1 {
        align-self: flex-end;
    }
}
* /

*/

/*-------colors-------*/
/*-- 1st item --*/
/*
.showcase-cat-each.color-group1 .showcase-cat-heading{
    background-color: #c1ddf3;
    color: #194084;
}
.showcase-cat-each.color-group1 .btn{
    background-color: #194084;
    color: white;
}
.showcase-cat-each.color-group1 .row-cat-list{
    background-color: #e8f4fa;
    color: #194084;
}
.showcase-cat-each.color-group1 .subcat-img {
	background-color: #cbe5f4;
}
/*---2---* /
.showcase-cat-each.color-group2 .showcase-cat-heading{
    background-color: #e3dfe3;
    color: #806b80;
}
.showcase-cat-each.color-group2 .btn{
    background-color: #806b80;
    color: white;
}
.showcase-cat-each.color-group2 .row-cat-list{
    background-color: #f8f8f8;
    color: #806b80;
}
.showcase-cat-each.color-group2 .subcat-img {
	background-color: #e3dfe3;
}
/*--3--* /
.showcase-cat-each.color-group3 .showcase-cat-heading{
    background-color: #fedcd3;
    color: #b9685c;
}
.showcase-cat-each.color-group3 .btn{
    background-color: #b9685c;
    color: white;
}
.showcase-cat-each.color-group3 .row-cat-list{
    background-color: #fff3f1;
    color: #b9685c;
}
.showcase-cat-each.color-group3 .subcat-img {
	background-color: #ffdbd3;
}
*/

/*------------ banner-w50 -------------------*/

/* ---------- showcase offers --------- */
/*
.offers-wrapper {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.each-offer-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;

	flex: 0 0 16.666666%;
	max-width: 16.666666%;
}

.each-offer {
	max-width: 200px;
}
.offer-img-holder {
	background-color: #00389b;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 70px;
    margin: 50px auto 0;
    position: relative;
    z-index: 50;
}
.offer-img-holder > img {
    transition: 0.3s ease;
	height: 180px;
    max-width: 80%;
    object-fit: contain;
}
.offer-title {
	background-color: #ffb600;
	color: white;
	font-size: 18px;
	width: 200px;
	height: 40px;
	border-radius: 30px;
	margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    text-align: center;
    padding: 5px;
    position: relative;
    z-index: 100;
}

@media(min-width: 1200px){
    .each-offer:hover .offer-img-holder > img {
        margin-top: -30px;
    }
}

/* -- responsive adjustments -- * /
@media(max-width: 1899.98px){
    .offer-img-holder {
        width: 160px;
        height: 160px;
        padding: 10px 10px 60px;
    }
    .offer-img-holder > img {
        height: 160px;
    }
    .offer-title {
        font-size: 16px;
        width: 170px;
        height: 35px;
        margin-top: -18px;
    }
}

@media(max-width: 1199.98px){
    .each-offer-outer {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media(max-width: 767.98px){
    .each-offer-outer {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .offer-img-holder {
        width: 90px;
        height: 90px;
        padding: 5px 5px 50px;
        margin: 25px auto 0;
    }
    .offer-img-holder > img {
        height: 90px;
    }
    .offer-title {
        font-size: 11px;
        width: 90px;
        height: 25px;
        margin-top: -14px;
    }
}
*/

/* ---------- our brands slider ------------ */
.row-brands-slider .brand-single {
  border: 1px solid #707070;
  padding: 5px;
  background-color: white;
}

/*
.brands .brand-single {
    margin-bottom: 80px; /* half of brand logo height + 20px * /
}
.brands .cover-photo img {
    border-radius: 20px;
    overflow: hidden;
    height: 148px;
    object-fit: cover;
}
@media(max-width: 767.98px){
    .brands .cover-photo img {
        height: 100px;
    }
}
.brands .brand-logo {
    width: 120px;
    height: 120px; /*fix brand single height too* /
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 5px #d2d1d1;
    display: flex;
    align-items: center;
}
.brands .brand-logo img {
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .brands .brand-logo {
        top: 100%;
        width: 90px;
        height: 90px;
    }
    html[lang="ar"] .brands h1 {
        font-size: 30px;
    }
}
*/

/*
.our-brands .brand-single {
    background-color: white;
    box-shadow: 2px 2px 5px 1px #e1e1e1;
    margin: 10px 0;
}
.row-brands-slider,
.row-brands-slider * {
    direction: ltr;
}

html[lang="ar"] .our-brands .btn-our-brands-leftarrow .fa,
html[lang="ar"] .our-brands .btn-our-brands-rightarrow .fa{
    transform: rotate(180deg);
}
*/

/* ------------------- apps download  --------------------- */
.apps-download .list-unstyled {
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}
.apps-download .list-unstyled > li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.apps-download .list-unstyled > li i {
  font-size: 23px;
  margin-right: 10px;
}
html[lang="ar"] .apps-download .list-unstyled > li i {
  margin-right: unset;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .row-apps-qr-icons {
    justify-content: center !important;
  }
}

/* --------- medical ai links --------- */
.btn-medical-ai-link {
	border: 1px solid #d6d9d7;
	border-radius: 8px;
	padding: 15px 20px;
	color: var(--color-khaki);
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	margin: 8px auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn-medical-ai-link:hover {
	border: 1px solid var(--color-khaki);
    color: var(--color-khaki);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

/* ===========================================================================
Medical AI
============================================================================*/
/*common*/
.page-ai .form-label {
	font-weight: bold;
	color: black;
	font-size: 21px;
}
.btn-ai-lang {
	border: 1px solid #8c958e;
	background: white;
	display: inline-flex;
	padding: 5px 15px;
	border-radius: 20px;
	color: #192b1d;
}
.btn-ai-lang.active {
	border: 1px solid #192b1d;
	background: #192b1d;
	color: #fff;
}
.page-ai .btn[type="submit"] {
	font-size: 18px;
	padding: 10px 15px;
}
.loading-holder {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1050;
}
.response-text {
	background: #f0f0f0;
	width: 100%;
	min-height: 200px;
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 16px;
}

/* file uploader */
.upload-holder .input-file {
    display: none;
}
.upload-holder .upload-label {
	border: 2px dashed var(--color-khaki);
	min-height: 250px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: black;
    text-align: center;
    border-radius: 12px;
}
.upload-holder .bi {
	font-size: 40px;
    color: var(--color-khaki);
}
.upload-holder .hint {
	font-size: 14px;
    color: gray;
}

.page-ai .summary {
	border: 2px dashed var(--color-khaki);
	padding: 15px 20px;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
}
.page-ai .summary .bi{
	color: var(--color-khaki);
	font-size: 36px;
}


/* ---------- Medicine info ---------- */
.page-ai-medicine .chat-area {
	min-height: 200px;
}

.page-ai-medicine .input-border {
	border: 1px solid #8c958e;
	border-radius: 25px;
	padding: 5px 15px;
	margin: 20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	color: #8c958e;
}
.page-ai-medicine input.input-chat-message {
	border-radius: 20px;
	border: 0 !important;
	box-shadow: none !important;
}
.page-ai-medicine .upload-label {
	margin: 0 auto;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
    border-radius: 50%;
}
.page-ai-medicine .upload-label:hover {
	background: #e3e4e3;
}
.page-ai-medicine .upload-label .bi-paperclip {
	transform: rotate(35deg);
}
.page-ai-medicine .btn-send {
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	color: white;
	background: #8c958e;
}
.page-ai-medicine .btn-send:hover {
	color: white;
	background: #000;
}

/*chat interface*/
.bubble-outer {
    width: 100%;
    display: flex;
}
.bubble {
	background: #eee;
	margin: 15px 0;
	padding: 10px 15px;
	display: inline-block;
    max-width: 80%;
    position: relative;
}

.bubble-outer.bubble-user {
	justify-content: flex-end;
}
.bubble-user .bubble {
	border-radius: 20px 0 20px 20px;
	background: #192b1d;
	color: white;
}

.bubble-healoff .bubble {
	border-radius: 20px 20px 20px 0;
	margin-left: 25px;
}
.chat-logo {
	position: absolute;
	right: calc(100% + 5px);
	bottom: 0;
}
.page-ai-medicine .bubble .bi.bi-file-earmark-check {
	font-size: 36px;
}



/* ===========================================================================
Products page (categories view)
============================================================================*/
@media (min-width: 1600px) {
  .product-grid-custom-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*
.categoryBannerContainer-web img,
.categoryBannerContainer-phone img {
	width: 100%;
	max-height: 320px;
	object-fit: cover;
}
*/
/* ---------- banner --------- */
/*
.listing-page-banner .cat-title-wrapper {
	width: 100%;
	height: 320px;
	position: relative;
    background-color: #152058;
}
@media(max-width: 767.98px){
    .listing-page-banner .cat-title-wrapper {
        height: 220px;

    }
}
.listing-page-banner .listing-page-banner-pic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    z-index: 20;
}
.listing-page-banner .overlay {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 25;
}
.listing-page-banner .cat-txt-holder {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 30;
}
.listing-page-banner .cat-txt-holder h1 {
	color: white;
	font-size: 38px;
	font-weight: bold;
}
*/

.listing-page-title {
  background-color: #1c1c1c;
  color: white;
}
.listing-page-title h1 {
  color: white;
  font-size: 38px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .listing-page-title h1 {
    font-size: 28px;
  }
}

/* submenu listed on page */
.sort-options {
  display: flex;
  overflow-x: auto;
  padding-bottom: 5px;
  position: relative;
  z-index: 9;
}
.sort-options .sort-item .sort-link {
  display: block;
  white-space: nowrap;
}

/* subcats */
.subcats-wrapper {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.subcats-img-holder img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 10px auto;
  border: 2px solid transparent;
}
.row-subcats-wrapper
  .each-item.active
  .subcats-wrapper
  .subcats-img-holder
  img {
  border: 2px solid #977519;
  box-shadow: 0 0 10px #977519;
}
.subcats-wrapper.active .subcats-name-holder a {
  color: #1c1c1c;
  font-weight: bold;
}

@media (max-width: 768px) {
  .subcats-img-holder img {
    width: 80px;
    height: 80px;
  }
}

/* -------- list view ---------- */
.product-box.list-box .bottom-buttons-outer {
  display: flex;
}
.product-box.list-box .offer-clock {
  position: unset;
  transform: none;
  width: unset;
  margin: 0 15px;
  min-width: 200px;
}

@media (max-width: 767.98px) {
  .product-box.list-box .product-info .top {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

.product-box.list-box .btn[data-target="ModalQuickView"] {
  max-width: 50px;
}

/*----- sidebar categories----- */
.generalLeftSide li a:hover {
  color: var(--sl-red);
}
.generalLeftSide li.active.last > a {
  color: var(--sl-red);
}
.generalLeftSide
  .block-category-navigation
  li.active
  > .sublist
  > li
  a::before {
  background: #dddddd;
}
.generalLeftSide .block-category-navigation li.active.last > a:before,
.generalLeftSide
  .block-category-navigation
  li.active.last
  > .sublist
  > li
  a::before {
  background: #da2128 !important;
}

/* quick view */
.product-quickview .product-details-page {
  background: #fff;
  padding: 55px 15px 15px 15px;
}
@media (min-width: 768px) {
  .product-quickview .item-container .gallery {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .product-quickview .item-container .overview {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

#progressmarker {
  text-align: center;
  min-height: 50px;
  background: url("../images/loader-dring.gif") center center no-repeat;
}

/* ---------- sidebar filters ---------- */
.sort-container.view-sort {
  margin-right: unset !important;
  margin-left: auto !important;
}

.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.viewBox-toggler {
  cursor: pointer;
}
.viewBox-toggler .bi {
  display: block;
  transition: all 0.3s ease;
}

/* ---------- filtered Items (active filters) ---------- */
.filtered-items {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: rgb(64, 69, 83);
}

.fi-title {
  font-weight: bold;
}

.fi-button-clear-filters a {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.fi-button-active-filter {
  border: 1px solid rgb(236, 236, 236);
  background-color: white;
  color: #bb8f44 !important;
  padding: 6px 10px;
  line-height: 1;
  min-width: 40px;
  margin: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

html[lang="en"] .fi-button-active-filter .att-opt-name {
  font-weight: bold;
  margin-left: 3px;
}

html[lang="ar"] .fi-button-active-filter .att-opt-name {
  font-weight: bold;
  margin-right: 3px;
}

.fi-button-active-filter .x {
  opacity: 0.5;
  margin-left: 8px;
  font-size: 12px;
  line-height: 12px;
}

html[lang="ar"] .fi-button-active-filter .x {
  margin-left: 0;
  margin-right: 8px;
}

.fi-button-clear-filters a {
  font-size: 12px;
  padding: 2px 7px;
  color: var(--sl-red);
}

.fi-button-clear-filters a:hover {
  text-decoration: underline;
  color: var(--sl-red);
}

/* filters overflow show/hide */
.att-see-all,
.att-see-less {
  cursor: pointer;
  display: block !important;
  margin: 0 5px 5px 5px;
  font-size: 14px !important;
  text-transform: capitalize;
  color: #0060df !important;
  text-decoration: underline !important;
  width: 100%;
  clear: both;
}

.att-see-all.hidden,
.att-see-less.hidden {
  display: none !important;
}

.overflownAttributeItem.hidden {
  display: none !important;
}

/* checkboxes */
.spec-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #9d9d9d;
}
.spec-link-checkbox {
  height: auto;
}
.spec-link-label {
  margin: 0;
}
html[lang="en"] .spec-link-label {
  margin-left: 5px;
}
html[lang="ar"] .spec-link-label {
  margin-right: 5px;
}

/* ---------- catalog selectors ---------- */
@media (max-width: 1199.98px) {
  .catalog-selectors label {
    font-size: 13px;
  }
  .catalog-selectors .custom-select {
    font-size: 13px;
  }
}

/* ===========================================================================
Product Details
============================================================================*/
.product-details-page .whitebox {
  background-color: white;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .product-details-page .whitebox {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* product detail slider images*/
/* main img */
.product-details-page .gallery .pr-details-img-main {
  position: relative;
  height: 350px;
}
@media (max-width: 1199.98px) {
  .product-details-page .gallery .pr-details-img-main {
    height: auto;
  }
}
.pr-details-img-main-theimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* thumbnails */
.product-details-page .gallery .thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.product-details-page .thumbnails a.thumb-popup-link {
  display: inline-flex;
  flex: 0 0 20%;
  width: 20%;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-details-page .thumbnails img {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 4px solid white;
  background-color: #f7f5f8;
  object-fit: cover;
}

/*pr details slider vertical thumbs on desktops*/
/*
@media(min-width: 992px){
    .product-details-page .gallery .pr-details-img-main{
        width: 86%;
        height: 400px;
        float: right;
    }
    html[lang="ar"] .product-details-page .gallery .pr-details-img-main{
        float: left;
    }

    .product-details-page .gallery .pr-details-img-main img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
    }

    .product-details-page .gallery .thumbnails {
        white-space: normal;
        overflow-x: hidden;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 13%;
        float: left;
        margin: 0;
        max-height: 280px;
        overflow-y: auto;
    }
    html[lang="ar"] .product-details-page .gallery .thumbnails {
        float: right;
    }
    .product-details-page .thumbnails .thumb-popup-link {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .product-details-page .thumbnails img {
        width: 100%;
        height: 100%;
        padding: 2px;
        object-fit: cover;
    }
    .product-share {
        float: right;
        width: 85%;
        clear: both;
    }
    html[lang="ar"] .product-share {
        float: left;
    }
}
*/

.video-main-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--sl-red);
  pointer-events: none;
  z-index: 500;
  opacity: 0; /*opacity will change by js*/
}
.pr-details-img-main.hasVideo-true .video-main-play-button {
  opacity: 1;
}

.thumb-popup-link-video {
  position: relative;
}
.video-thumb-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: red;
  pointer-events: none;
}

/* 360 slider */
.cloudimage-360 canvas {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

/* product details overview*/
.product-details-page .overview .generalTitle {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
/*
.product-details-page .overview .non-discounted-price {
	display: none !important;
}
*/
.product-details-page .overview .product-price,
.product-details-page .overview .non-discounted-price {
  padding: 0;
}
/*
.overview-buttons .prices .non-discounted-price .actual-price {
	color: gray;
	text-decoration: line-through;
}
*/
.overview-buttons .prices {
  font-weight: normal;
  font-size: 22px;
  color: var(--color-khaki);
}
.product-details-page .label-your-price {
  margin-bottom: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
}
html[lang="en"] .product-details-page .label-your-price {
  margin-right: 10px;
}
html[lang="ar"] .product-details-page .label-your-price {
  margin-left: 10px;
}
.product-price .your-price,
.product-price .your-price strong {
  font-weight: bold;
  font-size: 27px;
  color: var(--color-khaki);
}

@media (min-width: 768px) {
  .pr-detail-overview-inner {
    border: 1px solid rgba(204, 204, 204, 0.25);
  }
}
.pr-detail-overview-inner h2 {
  font-weight: 500 !important;
  font-size: 20px;
  text-transform: capitalize;
}
.pr-detail-overview-inner span.label {
  font-weight: bold;
  padding: 2px;
  line-height: 24px;
  font-size: 14px;
  color: #2a2a2a;
}

/* qty counter with plus minus buttons */
.qty-counter {
  display: flex;
  border: 1px solid #b9b9b9;
  background-color: white;
  border-radius: 0;
}
html[lang="en"] .qty-counter {
  margin-right: 10px;
}
html[lang="ar"] .qty-counter {
  margin-left: 10px;
}
.qty-counter .qty-input {
  margin: 0 !important;
  padding: 3px;
  width: 52px;
  font-size: 20px;
  color: black;
  border: 0;
  box-shadow: none;
}
.qty-counter .qty-minus,
.qty-counter .qty-plus {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  color: black;
  font-size: 22px;
  cursor: pointer;
}
.qty-counter .qty-minus:hover,
.qty-counter .qty-plus:hover {
  background-color: rgb(247, 245, 245);
}
/*hide number spinners*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.product-details-page .add-to-cart-button {
  border-radius: 0px !important;
}
.product-details-page .add-to-wishlist-button {
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: var(--color-khaki);
  border-color: #b9b9b9;
  background-color: white;
}
.product-details-page .add-to-wishlist-button:hover,
.product-details-page .add-to-wishlist-button.already-in-wishlist {
  color: var(--color-khaki);
  background-color: #eee;
}

@media (max-width: 1499.98px) {
  .qty-counter .qty-minus,
  .qty-counter .qty-plus {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .qty-counter .qty-input {
    height: 40px !important;
    font-size: 18px;
  }
  .product-details-page .add-to-cart-button {
    padding: 6px 20px;
    text-transform: capitalize;
    height: 40px;
    font-size: 15px;
    font-weight: normal;
  }
  .product-details-page .add-to-wishlist-button {
    padding: 3px;
    width: 40px;
    height: 40px;
    max-width: 40px;
  }
  .product-details-page .add-to-wishlist-button .material-icons {
    font-size: 21px;
  }
}

/* -------- related products ---------  */
/*
section.related-products {
	background-color: #efefef;
	border-radius: 25px;
	padding: 15px;
}
@media(min-width: 1600px){
    html[lang="en"] section.related-products {
        max-width: 380px;
        margin-left: auto;
    }
    html[lang="ar"] section.related-products {
        max-width: 380px;
        margin-right: auto;
    }
}
*/

/* product share buttons*/
/*
.product-share-button .at-share-btn {
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--sl-black) !important;
    color: white !important;
}
.at-resp-share-element .at-share-btn .at-label {
    display: none !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
}
.at-share-btn .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}
*/

/* other products by same vendor */
/*
.other-pr-same-vendor{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media(max-width: 991.98px){
    .other-pr-same-vendor{
        align-items: center;
    }
}

.other-pr-same-vendor .vendor-box{
    padding: 15px;
    background-color: #efefef;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    max-width: 250px;
}
.other-pr-same-vendor .vendor-box .label{
    font-size: 13px;
    color: #7a7a7a;
}
.other-pr-same-vendor .vendor-logo{
    text-align: center;
}
.other-pr-same-vendor .vendor-logo img{
    border-radius: 5px;
}

.other-pr-same-vendor .vendor-box-features{
    padding: 20px;
}
.vendor-box-features > .form-row:not(:last-of-type){
    margin-bottom: 15px;
}
.vendor-box-features i{
    color: #6c6c6c;
    font-size: 16px;
}
.vendor-box-features span{
    font-size: 13px;
    line-height: 1.3;
    display: block;
}
*/

/* ===========================================================================
Registration and Login page
============================================================================*/
.registration-page .card {
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
  border-radius: 0;
  /*box-shadow: 1px 1px 8px darkgray;*/
  border: 1px solid #d9dadb;
  background-color: #f8f9fa;
}
.registration-page #register-button {
  min-width: 150px;
}

.login-page .card {
  border: 1px solid #d9dadb;
  max-width: 700px;
  margin: 15px auto;
}
.login-page .btn-register {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .login-page .login-button {
    width: 100%;
  }
}

/* checkout as guest > login page */
@media (min-width: 992px) {
  html[lang="ar"] .checkout-as-guest-or-register-block .offset-lg-4 {
    margin-left: unset;
    margin-right: 33.333333%;
  }
}

/* ===========================================================================
My Account
============================================================================*/
/* sidebar menu */
.block-account-navigation .list li a {
  white-space: normal;
  line-height: 15px;
}
html[lang="ar"] .block-account-navigation .list li a {
  text-align: left;
}
.block-account-navigation .list li a:hover,
.block-account-navigation .list li a.active {
  border: 2px solid var(--sl-red);
  color: var(--sl-red);
}

/* ---------- Reward Points ---------- */
.reward-summary {
	background: #bb9044;
    color: white;
	border-radius: 8px;
	padding: 20px;
	width: 100%;
}

.reward-summary h2 {
	margin-bottom: 15px;
}
.reward-summary ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
}
html[lang="en"] .reward-summary ul {
	padding-left: 25px;
}
html[lang="ar"] .reward-summary ul {
	padding-right: 25px;
}

.reward-summary .bi.bi-trophy {
	font-size: 24px;
	color: black;
}


.pointbox {
	background: #ffeecf;
    width: 100%;
	height: 180px;
	padding: 25px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-around;
}
.pointbox .bi {
	font-size: 42px;
	color: #bb9044;
}
.pointbox .counter {
    font-weight: bold;
    color: #bb9044;
}

.pointbox.pointbox-minimum-balance {
	background: #bfe7e4;
}
.pointbox.pointbox-minimum-balance .bi,
.pointbox.pointbox-minimum-balance .counter {
	color: #00a295;
}



/* ===========================================================================
Checkout
============================================================================*/
/* steps */
#checkout-steps .step {
  border: 1px solid #ebecec;
  padding: 10px 15px;
}
#checkout-steps .step label.col-form-label {
  font-weight: bold;
}
#checkout-steps .step input[type="radio"],
#checkout-steps .step input[type="checkbox"] {
  height: auto;
}

.continue-as-guest-wrapper {
  border-left: 1px solid #ebecec;
  padding-left: 25px;
}
html[lang="ar"] .continue-as-guest-wrapper {
  border-left: 0;
  border-right: 1px solid #ebecec;
  padding-left: 15px;
  padding-right: 25px;
}

.add-new-address {
  cursor: pointer;
  color: white !important;
}

/* ------- */
.opc .active .card-grey {
  background-color: var(--sl-black);
  color: #fff;
}

.confirm-order-wrap {
  text-align: right;
}
html[lang="ar"] .confirm-order-wrap {
  text-align: left;
}
.btn-look-at-me {
  position: relative;
}

.btn-look-at-me:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background-color: #28a745;
  animation: animationlookatme 1s infinite linear;
}

.btn-look-at-me:hover:after {
  animation: none;
}

@keyframes animationlookatme {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }

  50% {
    transform: scaleX(1.1) scaleY(1.4);
    opacity: 0.2;
  }

  100% {
    transform: scaleX(1.2) scaleY(1.6);
    opacity: 0;
  }
}

/* -- checkout sidebar cart items */
.card-review-order {
  padding: 0;
}
.card-review-order .card-header {
  padding: 0.65rem 0;
  background-color: #ededed;
  color: var(--sl-black);
  border-bottom: 0;
}
.card-review-order .card-body {
  padding: 15px;
}
.card-review-order .review-item-img img {
  max-width: 100px;
}
.card-review-order .review-item-details {
  font-size: 14px;
}
.card-review-order .review-items-wrap {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.card-review-order .review-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card-review-order .review-item:not(:last-of-type) {
  border-bottom: 1px solid #ededed;
}

.table-review-order-pricing {
  border-bottom: 0;
}
.table-review-order-pricing tr td:last-child {
  text-align: right;
}
html[lang="ar"] .table-review-order-pricing tr td:last-child {
  text-align: left;
}
.table-review-order-pricing tr:first-child td {
  border-top: 0;
}

.hint-address {
  background-color: black;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  bottom: 50px;
  left: 100px;
  display: none;
}

.hint-address::after {
  display: block;
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  color: black;
  position: absolute;
  bottom: -12px;
  font-size: 22px;
}

/* reward points */
.use-reward-points {
  margin-bottom: 25px;
}
.use-reward-points .custom-control.custom-checkbox {
  display: inline;
}
#dvUsedRewordPoints {
  display: inline;
}
#UsedRewardPoints {
  max-width: 100px;
  text-align: center;
  height: auto;
}
.use-reward-points .custom-control-label {
  display: inline;
}

/* ===========================================================================
Other minor pages
============================================================================*/
/* write product reveiw */
.write-review {
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
  border: 1px solid #d9dadb;
  background-color: #f8f9fa;
}

/* contact vendor form */
.form-contact-vendor {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #d9dadb;
  background-color: #f8f9fa;
}

/* contact us */
#contactus-form {
  max-width: 500px;
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #d9dadb;
  /*background-color: #f8f9fa;*/
}

/* sitemap */
html[lang="ar"] .sitemap-page {
  text-align: right;
}

/* vendor catalog */
@media (max-width: 767.98px) {
  .logo-vendor-page {
    max-width: 120px;
    margin-bottom: 5px;
  }
}

/* ----- Cart Page ----- */
/* coupon */
.shopping-cart-page .deals {
  padding: 0;
}
.shopping-cart-page .h5 {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.shopping-cart-page .coupon-box .h5::after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #e5e5e5;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html[lang="ar"] .shopping-cart-page .coupon-box .h5::after {
  right: unset;
  left: 0;
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}
.shopping-cart-page .coupon-box.active .h5::after {
  content: "\f068";
}

.shopping-cart-page .coupon-code {
  padding: 20px;
  /*display: none;*/
}
.shopping-cart-page .coupon-code .form-group {
  margin: 0;
}

/* -------- topic pages -------- */
.topic-banner {
  height: 360px;
  position: relative;
}
.topic-banner-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 80%;
}
.topic-banner-txt h1 {
  color: white;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
}
.bg-topic-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .topic-banner {
    height: 150px;
  }
  .topic-banner-txt h1 {
    font-size: 30px;
  }
}

/* ===========================================================================
ETC
============================================================================*/

.amount h3 {
  font-size: 18px;
  color: #343434;
  line-height: 2.3;
  background: #f5f5f5;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
}

.amount h3 .add-more {
  display: inline-block;
}

.amount h3 .add-more .qt-minus,
.amount h3 .add-more .qt-plus {
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  width: 22px;
  display: inline-block;
  text-align: center;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
  background: #000;
}

.amount h3 .add-more i {
  vertical-align: 2px;
  color: #fff;
}

.qt-plus:hover {
  cursor: pointer;
}

.qt-minus:hover {
  cursor: pointer;
}

/* POLL STYLE*/
.poll-main-container {
  color: #000;
  background-image: url("../images/BG.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh !important;
  font-family: 29lt Bukra, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.poll-main-container h1 {
  font-size: 43px;
  margin-bottom: 25px;
}

.poll-main-container h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.review-box {
  border-radius: 18px;
  border: 1px solid #dbdbdb;
  margin: 15px;
  width: 225px;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reviw-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
}

.reviw-icon img {
  width: 100px;
  transition: width 2s;
  display: none;
}

.review-box p {
  height: 45px;
  line-height: 45px;
  font-size: 23px;
}

.reviw-icon img.fixed-icon {
  display: block;
}

.reviw-icon.selected img {
  width: 180px;
}

.reviw-icon.selected .fixed-icon {
  display: none;
}

.reviw-icon.selected .animated-icon {
  display: block;
}

.final-review {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.customer-review .form-control {
  border: none;
  background: none !important;
  margin-top: 10px;
  height: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-width: 300px;
  text-align: left !important;
}

/*html[lang='ar'] .customer-review .form-control {
    text-align: right;
    direction: rtl;
}*/

.customer-review label {
  color: #707070;
  font-size: 16px;
  line-height: 21px;
}

.customer-review button {
  width: 50%;
  height: 63px;
  border-radius: 11px;
  margin: 25px auto !important;
  font-size: 25px;
}

.customer-review button.disabled,
.customer-review button:disabled {
  color: #fff;
  background-color: #c5c5c5;
  border-color: #c5c5c5;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  min-width: 300px;
}
@media (max-width: 576px) {
  .customer-review button {
    width: 100% !important;
  }
}

.video-main-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: red;
  pointer-events: none;
  z-index: 500;
  opacity: 0; /*opacity will change by js*/
}

.pr-details-img-main.hasVideo-true .video-main-play-button {
  opacity: 1;
}

.thumb-popup-link-video {
  position: relative;
}

.video-thumb-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: red;
  pointer-events: none;
}

.payment_img{
    width: 30px;
}
.product-details-page .labels-container .flag-discount .bg-dark {
  background-color: red !important;
  border-radius: 0 !important;
}
.product-box .discount-flags-container {
  min-height: 27px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-box .discount-flags-container .discount-box {
  width: 100%;
  height: 100%;
}
.product-box .discount-flags-container .discount-flag {
  background-color: #192B1D; 
  font-size: 14px !important; 
  width: 90% !important;
  height: 100%;
}
@media (max-width: 766.95px) {
  .product-box .discount-flags-container {
    min-height: 20px;
  }
  .product-box .discount-flags-container .discount-flag {
    font-size: 11px !important;
    width: 100% !important;
    min-height: 20px;
  }
}
#TabbyPromo .styles__snippetWrapper--d68e9, #TabbyPromo  .styles__tabbyPromoSnippet--ed9ac {
    border: unset !important;
}