﻿/* ===========================================================================
Imports
============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url("reset.css");
@import url("components.css");
@import url("header-master.css");
@import url("header-store.css");
@import url("footer.css");

@import url("andromeda.css");

@import url("blog.css");

/* ----- Icons ----- */
/*@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
============================================================================*/
body {
  font-family: 'Poppins', sans-serif !important;
}

/* Hero Search */
.hero {
  background-color: #2aabe0;
  color: white;
  text-align: center;
  position: relative;
  z-index: 500;
  min-height: 200px;
}
.hero-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 850px;
  width: calc(100% - 30px);
}

@media (max-width: 767.98px) {
  .hero-container h1,
  .hero-container h5 {
    display: none;
  }
}

.search-box-select.custom-select {
  background: url('../images/icons/arr-down-white.png') no-repeat right 0.75rem
    center/8px 10px #0098cc;
  background-size: auto;
}
html[lang='ar'] .search-box-select.custom-select {
  background: url('../images/icons/arr-down-white.png') no-repeat left 0.75rem
    center/8px 10px #0098cc;
  background-size: auto;
}
.search-box-select {
  max-width: unset !important;
  position: absolute !important;
  left: 7px;
  top: 5px;
  bottom: 5px;
  height: 50px;
  width: 160px !important;
  z-index: 500;
  border: 0;
  border-radius: 3px !important;
  background-color: #0098cd;
  color: white;
}
@media (max-width: 767.98px) {
  .search-box-select {
    left: 5px;
    height: 40px;
    width: 110px !important;
    font-size: 14px;
  }
}
html[lang='ar'] .search-box-select {
  left: unset;
  right: 7px;
  padding: 6px 12px 6px 28px;
}
@media (max-width: 767.98px) {
  html[lang='ar'] .search-box-select {
    right: 5px;
  }
}

.search-box-text {
	margin: 0;
	font-size: 15px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	height: 44px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
}
@media(max-width: 767.98px){
  .search-box-text {
    font-size: 13px;
    height: 40px;
  }
}
@media(min-width: 1900px){
  .sl-header-master .search-box-text {
    min-width: 250px;
  }
}

.sl-header-store #small-search-box-form .input-group {
  width: 100%;
}
@media(min-width: 1200px){
  .sl-header-store #small-search-box-form .input-group {
    max-width: 280px;
  }
}

html[lang='ar'] .search-box-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-box-button {
	height: 44px;
	min-width: auto;
	background-color: #f8f8f8;
	color: gray;
	font-size: 16px;
	border-color: #e6e6e6;
}
@media(max-width: 767.98px){
  .search-box-button {
    height: 40px;
  }
}

.search-box-button:hover {
  background-color: #03578f;
  color: white;
}
/*
.btn.search-box-button > svg {
  margin: 0 10px 0 0;
}
html[lang='ar'] .btn.search-box-button > svg {
  margin: 0 0 0 10px;
}
*/
@media (max-width: 767.98px) {
  .btn.search-box-button > svg {
    margin: 0 !important;
    max-width: 15px;
  }
}

.advanced-search-results.open {
  color: black;
  text-align: left;
}
html[lang='ar'] .advanced-search-results.open {
  text-align: right;
}
.advanced-search-results .no-data {
  display: block;
}

@media (min-width: 768px) {
  html[lang='en'] .advanced-search-results .vendors-container,
  html[lang='en'] .advanced-search-results .doctors-container {
    padding-left: 15px;
  }
  html[lang='ar'] .advanced-search-results .vendors-container,
  html[lang='ar'] .advanced-search-results .doctors-container {
    padding-right: 15px;
  }
}

/* ----- features colored ----- */
.feature-wrap {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .feature-wrap {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .feature-wrap {
    max-width: unset;
  }
}
.features-colored .feature-wrap h5 a:hover {
  color: var(--sl-red) !important;
}

.features-colored .feature-wrap img {
  max-height: 340px;
}

.features-colored .feature-wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  .features-colored .feature-wrap {
    margin-bottom: 15px !important;
  }
  .feature-wrap-with-pic {
    display: flex;
    font-size: 14px;
    align-items: center;
  }
  .feature-wrap-with-pic > a {
    margin: 0 15px 0 0;
    min-width: 100px;
  }
  html[lang='ar'] .feature-wrap-with-pic > a {
    margin: 0 0 0 15px;
  }
}

/* ----- img banners ----- */
.img-banners .img-banner {
  margin: 0 auto;
  border-radius: 7px;
}

.txt-banner-holder {
  position: relative;
  background-color: #2fb475;
  color: white;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .txt-banner-holder {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.txt-banner-holder a {
  color: white;
}
.txt-banner-holder .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition-duration: 0.5s;
}
@media (max-width: 767.98px) {
  .txt-banner-holder .txt {
    align-items: flex-start;
  }
}
.txt-banner-holder:hover .txt {
  filter: blur(3px);
}

.txt-banner-holder h3 {
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .txt-banner-holder h3 {
    font-size: 21px;
  }
}
.txt-banner-holder h1 {
  font-size: 54px;
  font-family: sans-serif;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .txt-banner-holder h1 {
    font-size: 46px;
  }
}

.action-button-holder {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  opacity: 0;
  transition-duration: 0.5s;
  cursor: pointer;
}
.txt-banner-holder:hover .action-button-holder {
  opacity: 1;
}

/* master store: pharmacy lists common styles */
.row-pharmacy-list-header h1, .brands .h1-strong {
    font-weight: 500;
    font-size: 28px;
}
.row-pharmacy-list-header .btn-link {
	color: black;
	padding: 3px;
	text-transform: capitalize;
	line-height: 1.5;
	font-size: 15px;
	display: flex;
	align-items: center;
  text-decoration: none;
}
.row-pharmacy-list-header .btn-link:hover {
	color: var(--colorGreen);
}
.row-pharmacy-list-header hr {
	margin: 7px auto;
	border-color: #eeeeee;
}


.row-pharmacy-list-common-styles .img-holder {
	border: 2px solid #eeeeee;
	border-radius: 5px;
	position: relative;
	margin-bottom: 5px;
    padding: 20px;
}
/*
.row-pharmacy-list-common-styles .bottom .name{
    min-height: 33px;
}
*/
.row-pharmacy-list-common-styles .bottom h4 {
	font-size: 14px !important;
	font-weight: 500 !important;
    margin: 0 auto;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.row-pharmacy-list-common-styles .bottom .delivery-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616161;
    /*font-size: 16px;*/
    direction: ltr;
}
.row-pharmacy-list-common-styles .bottom .delivery-time.closed {
	color: red;
}
.row-pharmacy-list-common-styles .bottom .delivery-time {
  font-size: 13px;
}


/* ----- pharmacies list slider  ----- */
/*
.row-pharmacies .vendor-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: black;
}
@media (max-width: 767.98px) {
  .row-pharmacies .vendor-name {
    font-weight: normal;
    font-size: 13px;
  }
  .row-pharmacies .each-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row-pharmacies .each-item .img-holder {
  margin-top: 5px;
}
.row-pharmacies .each-item:not(.each-item-view-all) .img-holder {
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ebecec;
}

.slick-slider-pharmacies .each-item-view-all .img-holder {
  position: relative;
}

.slick-slider-pharmacies .each-item-view-all .txt-viewall {
  border: 3px dashed #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  color: #6f6f6f;
  font-size: 20px;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .slick-slider-pharmacies .each-item-view-all .txt-viewall {
    padding: 10px;
    font-size: 15px;
  }
}
.slick-slider-pharmacies .each-item-view-all:hover .txt-viewall {
  border: 3px dashed black;
  color: black;
}
*/

/* ----- doctors list ----- */
.banner-heading-doctors {
  background-color: #005e9d;
  color: white;
}
.banner-heading-doctors .text-wrap {
  max-width: 450px;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  html[lang='en'] .banner-heading-doctors .text-wrap {
    float: right;
  }
  html[lang='ar'] .banner-heading-doctors .text-wrap {
    float: left;
  }
}

.banner-heading-doctors h1 {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .banner-heading-doctors h1 {
    font-size: 28px;
  }
}
.banner-heading-doctors .action-button {
  background-color: #29abdf;
  color: white;
  border-radius: 50px;
  font-size: 23px;
  text-transform: capitalize;
  padding: 7px 60px;
  display: block;
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .banner-heading-doctors .action-button {
    font-size: 16px;
    padding: 7px 40px;
    width: 220px;
  }
}

html[lang='ar'] .three-doctors {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .three-doctors {
    margin-top: -55px;
  }
}
@media (max-width: 1199.98px) {
  .three-doctors {
    margin-top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .three-doctors {
    max-width: 450px;
  }
}

.row-doctors .each-item .img-holder {
  /*box-shadow: 1px 1px 15px #cac9c9;*/
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ebecec;
}
/*slider*/
.row-doctors .box-wrapper {
  max-width: 250px;
  margin: 0 auto;
}
.row-doctors .vendor-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: black;
}
@media (max-width: 767.98px) {
  .row-doctors .vendor-name {
    font-weight: normal;
    font-size: 13px;
  }
  .row-doctors .each-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ----- New Products ----- */
.banner-heading-new-products {
  background-color: #2fb475;
  color: white;
}
.banner-heading-new-products .text-wrap {
  max-width: 450px;
  text-align: center;
  padding: 15px 0;
}

.banner-heading-new-products h1 {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .banner-heading-new-products h1 {
    font-size: 28px;
  }
}
.banner-heading-new-products .action-button {
  background-color: #5bd199;
  color: white;
  border-radius: 50px;
  font-size: 23px;
  text-transform: capitalize;
  padding: 16px 60px;
  /*display: block;
  width: 250px;*/
  margin: 0 auto;
  line-height: 2.5;
}
@media (max-width: 1199.98px) {
  .banner-heading-new-products .action-button {
    font-size: 18px;
    padding: 10px 40px;
  }
}

@media (min-width: 1200px) {
  .coconut {
    float: right;
    margin-bottom: -30px;
  }
  html[lang='ar'] .coconut {
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .coconut {
    float: none;
  }
}

/* ----- offer products ----- */
/*
.banner-heading-best-offers {
	background-color: #005f9f;
	color: white;
	background: url(../images/bgs/bg-banner-offers.png) center center no-repeat #005f9f;
	background-size: cover;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-best-offers-content {
	text-align: center;
}
*/

.banner-heading-best-offers {
  position: relative;
}
.banner-best-offer-content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
@media (max-width: 800px) {
  .banner-best-offer-content-wrap {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .bg-banner-offers {
    width: 100%;
    max-height: 350px;
    object-fit: fill;
  }
}

.banner-heading-best-offers h1 {
  font-size: 110px;
  font-weight: bold;
  font-family: sans-serif;
}
html[lang='ar'] .banner-heading-best-offers h1 {
  font-family: 'Almarai', sans-serif;
}
@media (max-width: 800px) {
  .banner-heading-best-offers h1 {
    font-size: 40px;
  }
}

.banner-heading-best-offers .action-button {
  background-color: #29abdf;
  color: white;
  border-radius: 50px;
  font-size: 23px;
  text-transform: capitalize;
  padding: 7px 60px;
  display: block;
  width: 250px;
  margin: 0 auto;
}
/* ----- home slider ----- */
/*
#OPharmCarousel {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
}
*/

/*@media(min-width: 1400px){
    #OPharmCarousel {width: auto !important;}
}*/

/* ----- Random categories ----- */
/*@media(min-width: 768px){
    .random-cats-holder{
        background-color: white;
        box-shadow: 0 0 7px 0 rgba(57,56,56,.24);
        border-bottom: 1px solid #edeaea;
        padding-top: 50px;
        padding-bottom: 25px;
    }
}*/

.row-categories {
  justify-content: center;
}

.row-homepagecategories {
  z-index: 50;
  position: relative;
}

@media (max-width: 767.98px) {
  .row-homepagecategories .card {
    background-color: #f6f6f6 !important;
    flex-direction: row;
    align-items: center;
    padding: 10px !important;
  }
}

@media (min-width: 768px) {
  .row-categories .category-wrap .list-picture {
    padding: 8px;
  }
}
@media (max-width: 767.98px) {
  .row-categories .category-wrap .list-picture {
    padding: 0;
    margin-right: 10px;
  }
  html[lang='ar'] .row-categories .category-wrap .list-picture {
    margin-right: unset;
    margin-left: 10px;
  }
}

.row-categories .category-wrap .list-picture a {
  display: block;
  position: relative;
  width: 77px;
  height: 77px;
  /*width: 170px;
    height: 170px;*/
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .row-categories .category-wrap .list-picture a {
    width: 37px;
    margin: 0 auto;
  }
}

.row-categories .category-wrap img {
  /*border-radius: 50%;
    border: 1px solid #e1e1e1;*/
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: filter 200ms ease-out;
  object-fit: cover;
}
.row-categories .category-wrap:hover img {
  filter: brightness(80%) contrast(130%);
}

.row-categories .category-wrap .list-title {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .row-categories .category-wrap .list-title {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  html[lang='ar'] .row-categories .category-wrap .list-title {
    margin-right: unset;
    margin-left: 10px;
  }
}
.row-categories .category-wrap .list-title h3 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
/*@media(max-width: 767.98px){
    .row-categories .category-wrap .list-title h3{
        font-size: 12px;
    }
}*/
.row-categories .category-wrap .list-title h3 a {
  color: #393838;
  text-transform: capitalize;
}
.row-categories .category-wrap:hover .list-title h3 a {
  border-bottom: 2px solid #4a4a4a;
}

/* random vendors */
/*
.random-vendor-boxstyle1 {
    background-color: white;
}
.random-vendor-boxstyle1 .box-wrapper{
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.random-vendor-boxstyle1 .box-wrapper:hover {
    border: 1px solid rgba(77, 77, 77, 1);
}
.random-vendor-boxstyle1 .img-holder{
    height: 150px;
}
@media(max-width: 767.98px){
    .random-vendor-boxstyle1 .img-holder{
        height: 120px;
    }
}
.random-vendor-boxstyle1 .img-holder img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.random-vendor-boxstyle1 .bottom{
    border-top: 1px solid #e0e0e0;
}
.random-vendor-boxstyle1 .vendor-name{
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.random-vendor-boxstyle1 .vendor-name:hover{
    color: var(--sl-red);
}
*/

/* main categories */
.categoryGrid .card .list-picture a {
  height: 240px;
}
@media (max-width: 1400px) {
  .categoryGrid .card .list-picture a {
    height: 222px;
  }
}
@media (max-width: 1199.98px) {
  .categoryGrid .card .list-picture a {
    height: 170px;
  }
}
@media (max-width: 768.98px) {
  .categoryGrid .card .list-picture a {
    height: 150px;
  }
}

.categoryGrid .card .list-picture a img {
  width: 100%;
  /*max-height: unset;*/
  object-fit: cover;
}

.categoryGrid .card .list-title a {
  margin-top: 26px;
  font-size: 22px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .categoryGrid .card .list-title a {
    margin-top: 16px;
    font-size: 16px;
  }
}

/*@media(max-width: 767.98px) {
    .categoryGrid .flex-grid.row>.col-12 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}*/

/* ----- section homepage styleJms-tallerPrBox1 (new products, featured products etc.) ----- */
/*
.styleJms-tallerPrBox1{
    background-color: #f3f4f6;
}
.styleJms-tallerPrBox1 .product-box{
    padding-bottom: 44px;
    background-color: white;
    cursor: pointer;
}
.styleJms-tallerPrBox1 .product-box:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}

.styleJms-tallerPrBox1 .product-box .picture-container{
    border-color: white !important;
}
.styleJms-tallerPrBox1 .product-box .product-info .top {
	padding-bottom: 0;
	padding-top: 35px;
}
@media(min-width: 1024px){
    .styleJms-tallerPrBox1 .product-box .product-info .top{
        padding-left: 25px;
        padding-right: 25px;
    }
}

.styleJms-tallerPrBox1 .product-box .actions-container{
    display: none;
}
*/

/* slider style */
/*
.styleJms-tallerPrBox1 .row-tallerPrBox1-Slider .slick-prev {
	background: url(../images/icons/chevron-left.png) no-repeat;
	height: 24px;
	width: 14px;
	background-size: 100% 100%;
}
.styleJms-tallerPrBox1 .row-tallerPrBox1-Slider .slick-next {
	background: url(../images/icons/chevron-right.png) no-repeat;
	height: 24px;
	width: 14px;
	background-size: 100% 100%;
}

@media(max-width: 1199.98px){
    .row-tallerPrBox1-Slider .slick-next,
    .row-tallerPrBox1-Slider .slick-prev{
        display: none !important;
    }
}
*/
/*slider rtl fix*/
.row-tallerPrBox1-Slider,
.row-tallerPrBox1-Slider * {
  direction: ltr;
}
html[lang='ar'] .row-tallerPrBox1-Slider .slick-next,
html[lang='ar'] .row-tallerPrBox1-Slider .slick-prev {
  transform: rotate(180deg);
}
html[lang='ar'] .btn-homepageproducts-leftarrow .fa,
html[lang='ar'] .btn-homepageproducts-rightarrow .fa {
  transform: rotate(180deg);
}

html[lang='ar'] .product-box.grid-box .product-info .title + .d-flex.w-100 {
  direction: rtl !important;
}

/* ---------- brands ------------ */
.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;
}
.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;
}
.brands .brand-logo img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .brands .brand-logo {
    top: 100%;
  }
}
/*
.our-OPharm .brand-single-outer{
    padding-left: 7px;
    padding-right: 7px;
}
.our-OPharm .brand-single {
    background-color: white;
    box-shadow: 2px 2px 5px 1px #e1e1e1;
    margin: 10px 0;
    padding: 5px;
}
.row-OPharm-slider,
.row-OPharm-slider * {
    direction: ltr;
}

html[lang="ar"] .our-OPharm .btn-our-OPharm-leftarrow .fa,
html[lang="ar"] .our-OPharm .btn-our-OPharm-rightarrow .fa{
    transform: rotate(180deg);
}
*/

/* ----- footer banner ----- */
.footer-banner {
  background-color: #fbfbfb;
}

.footer-banner .each-feature {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footer-banner .each-feature {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

html[lang='en'] .footer-banner .feature-icon img {
  margin-right: 5px;
}

html[lang='ar'] .footer-banner .feature-icon img {
  margin-left: 5px;
}

.footer-banner .feature-txt p {
  font-size: 13px;
  line-height: 17px;
}

/* ===========================================================================
Products page (categories view)
============================================================================*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .category-page .product-container {
    flex: 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1600px) {
  .product-grid-custom-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* subcats */
.subcat-holder {
	border: 1px solid #eeeeee;
	padding: 4px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	max-width: 168px;
	margin: 0 auto;
}
@media(max-width: 767.98px){
    .subcat-holder {
        font-size: 12px;
    }
}

.pagination .page-item.current-page .page-link,
.pagination .page-item.current-page .page-link:hover,
.pagination .page-item .page-link:hover {
  background: #1b73af;
}
/*----- product box hover ----- */
.product-box.grid-box:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.product-box .btn-add2cart {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 9;
  transform: translateX(-50%);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  border: 0;
  opacity: 0;
  text-align: center;
  min-width: 130px;
}

.product-box:hover .btn-add2cart {
  opacity: 1;
}

.product-box .picture-container {
  overflow: hidden;
  background-color: white;
}

.product-box:hover .picture-container img:not(.vendor-logo) {
  transform: scale(1.1) rotate(1deg);
  opacity: 0.7;
}

/* -------- 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%;
  }
}

/* products infinite scroll loader */

#progressmarker {
  text-align: center;
  min-height: 50px;
  background: url('../images/loader-dring.gif') center center no-repeat;
}

/* ===========================================================================
Product Details
============================================================================*/
/* product detail slider images*/
.product-details-page .gallery .pr-details-img-main{
    position: relative;
    height: 500px;
}
@media(max-width: 767.98px){
    .product-details-page .gallery .pr-details-img-main {
        height: auto;
    }
}

.product-details-page .gallery .pr-details-img-main .img-fluid {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.product-details-page .gallery .thumbnails {
    width: 100%;
    display: block;
}
.product-details-page .thumbnails a.thumb-popup-link {
	display: inline-block;
	width: 100px;
	height: 70px;
    cursor: pointer;
}
@media(min-width: 1200px){
    .product-details-page .thumbnails a.thumb-popup-link {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
.product-details-page .thumbnails img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 5px solid white;
    background-color: #ececec;
	padding: 0;
}

/* pr details thumbs slider */
.product-details-page .gallery .slick-common-styles.pr-details-img-thumbs {
	padding: 0 40px;
}
.slick-common-styles.pr-details-img-thumbs .slick-prev,
.slick-common-styles.pr-details-img-thumbs .slick-next {
	background-color: white;
    border: 1px solid #d7d1d1;
	width: 35px;
	height: 100%;
	border-radius: 3px;
    box-shadow: none;
}

html[lang="en"] .slick-common-styles.pr-details-img-thumbs .slick-prev,
html[lang="en"] .slick-common-styles.pr-details-img-thumbs .slick-next,
html[lang="ar"] .slick-common-styles.pr-details-img-thumbs .slick-prev,
html[lang="ar"] .slick-common-styles.pr-details-img-thumbs .slick-next {
	transform: translate(0, -50%);
}


@media(max-width: 767.98px){
    .product-details-page .gallery .slick-common-styles.pr-details-img-thumbs {
        padding: 0 30px;
    }
    .slick-common-styles.pr-details-img-thumbs .slick-prev,
    .slick-common-styles.pr-details-img-thumbs .slick-next {
        width: 25px;
    }
}


@media(max-width: 767.98px){
    .product-details-page .thumbnails .thumb-popup-link {
        margin: 3px;
    }
}

.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;
}

/* 360 slider */
#threesixty-slider {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jsv-holder {
	width: auto;
	height: auto;
	max-width: 90vw;
	max-height: 90vh;
}
#jsv-holder img {
	width: auto;
	height: auto;
	max-width: 100vw;
	max-height: 90vh;
}

/*
.cloudimage-360 canvas {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
}
*/


/* product detail slider images*/
/*
.product-details-page .gallery .thumbnails {
  white-space: nowrap;
  overflow-x: auto;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .product-details-page .gallery .thumbnails {
    padding-bottom: 20px;
  }
}
*/

/*pr details slider vertical thumbs on desktops*/
/*
@media (min-width: 992px) {
  .product-details-page .gallery .pr-details-img-main {
    width: 83%;
    float: right;
  }

  html[lang='ar'] .product-details-page .gallery .pr-details-img-main {
    float: left;
  }

  .product-details-page .gallery .thumbnails {
    white-space: normal;
    overflow-x: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 16%;
    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: 40px;
    height: 40px;
    display: block;
    margin-bottom: 5px;
  }

  .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;
  }
}

@media (max-width: 767.98px) {
  .counter-outer {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-details-page .thumbnails .thumb-popup-link {
    margin: 3px;
  }
}

@media (min-width: 1200px) {
  .product-details-page .thumbnails .thumb-popup-link {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1850px) {
  .product-details-page .thumbnails .thumb-popup-link {
    width: 55px;
    height: 55px;
  }
}
*/

/* product details overview*/
.product-details-page .overview .generalTitle {
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  color: black;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
@media(max-width: 767.98px){
    .product-details-page .overview .generalTitle {
        font-size: 22px;
    }
}

.product-details-page .additional-details {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}

.product-details-page .overview-buttons .prices {
	font-weight: 600;
	font-size: 16px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.product-details-page .overview-buttons .prices .actual-price,
.product-details-page .overview-buttons .your-price strong {
  font-weight: bold;
  font-size: 28px;
  color: #222;
}
.product-details-page .overview .old-price {
	font-size: 18px;
	font-weight: 600;
}
.product-details-page .non-discounted-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.product-details-page .price-off-amount,
.product-details-page .price-save-amount {
	font-weight: 400;
	font-size: 14px;
	padding: 5px;
}
.product-details-page .price-off-amount{
    color: red;
    font-weight: 600;
}
.product-details-page .price-save-amount{
    color: var(--colorGreen);
}

.pr-detail-overview-inner h2 {
  font-weight: 500 !important;
  font-size: 20px;
  text-transform: capitalize;
}

.pr-detail-overview-inner .product-vendor .value a {
  color: #76b83d;
}

.pr-detail-overview-inner span.label {
  font-weight: bold;
  padding: 2px;
  line-height: 24px;
  font-size: 14px;
  color: #2a2a2a;
}

.product-details-page .add-to-wishlist-button {
	border-radius: 50% !important;
	background: white !important;
	color: #222 !important;
	border-color: #e7e7e7 !important;
}
.product-details-page .add-to-wishlist-button.active {
	background-color: #39a95e !important;
	color: white !important;
	border-color: #39a95e !important;
}
@media (max-width: 767.98px) {
  .add-to-wishlist-button,
  .email-a-friend-button {
    max-width: 50px !important;
  }
}

.product-details-page .add-to-cart-button {
  text-transform: unset;
  border-color: var(--sl-red);
  background-color: var(--sl-red);
}

/* qty input style */
.product-details-page .qty-input {
  border: 1px solid transparent;
  border-radius: 50px;
  height: 50px;
  color: black;
  font-size: 25px;
  text-align: center;
}

.btn-icdc {
	background-color: transparent;
	color: #222 !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 3px;
	font-size: 20px;
	border: 1px solid #e4e4e4;
}

.product-details-page .counter-outer {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
}

/* add to cart btn group in mobile*/
@media (max-width: 767.98px) {
  .counter-outer {
    order: 1;
  }
  .add-to-wishlist-button {
    order: 2;
  }
  .add-to-cart-button {
    order: 3;
  }

  html[lang='en'] .product-simple-share .btn {
    margin-right: 5px !important;
    margin-left: 0 !important;
  }
  html[lang='ar'] .product-simple-share .btn {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
  html[lang='en'] .overview-buttons .qty-input {
    margin-right: 5px !important;
    margin-left: 0 !important;
  }
  html[lang='ar'] .overview-buttons .qty-input {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
}

/*radio capsule style*/

ul.radio-capsule-style input {
  display: none;
}

.product-details-page
  .attributes
  .radio-capsule-style
  .selected-value
  label::before {
  background-image: none;
}

.product-details-page .attributes .radio-capsule-style label {
  border: 1px solid #e5e5e5;
  padding: 4px 12px;
  border-radius: 15px;
  line-height: 1.2;
  font-size: 15px;
}

.product-details-page .attributes .radio-capsule-style .selected-value label {
  border: 2px solid #222;
  font-weight: bold;
}

/* pr details labels */
.product-details-page .pr-detail-overview-inner .product-box-label {
	font-size: 14px !important;
	min-width: 45px;
	padding: 3px 20px !important;
	line-height: 1.3 !important;
	border-radius: 15px;
	font-weight: 400;
}

/* 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: 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: white;
  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;
  color: #005f9e;
  border-color: #005f9e;
}
.login-page .btn-register:hover {
  background-color: #005f9e;
  border-color: #005f9e;
  color: #fff;
}
.login-page .login-button {
  background-color: #005f9e;
}
@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);
}

/* ===========================================================================
Checkout
============================================================================*/
.bcrumb-one-checkout {
	font-size: 11px;
	color: #737373;
}
.bcrumb-one-checkout .list-inline-item.active > span {
	font-weight: bold;
	color: #323232;
}

/* express checkout */
.express-checkout-holder {
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	position: relative;
	padding: 20px;
}
.title-express-checkout {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-60%);
	display: inline-flex;
	background-color: white;
	padding: 2px 12px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.divider-or {
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.divider-or > span {
	background-color: white;
	display: inline-flex;
	padding: 2px 8px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-60%);
	color: #737373;
}

/* OR steps to regular checkout */
#checkout-step-table {
	border: 1px solid #dee2e6;
    font-size: 14px;
}

#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 .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 nav links */
.one-checkout-nav-links a {
	font-size: 14px;
	color: black;
}

/* checkout main section footer links */
.footer-one-checkout {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}
.footer-one-checkout a {
	color: #111;
	font-size: 12px;
}

/* -- 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;
}

/* ---------------- checkout sidebar cart info section ----------------- */
/* -------- layout -------- */
.one-checkout-col-main {
	background-color: white;
}
.one-checkout-col-summary {
	background-color: #fafafa;
}
@media(min-width: 1200px){
    .one-checkout-col-main,
    .one-checkout-col-summary{
        min-height: 100vh;
    }
    html[lang="en"] .one-checkout-col-summary {
        border-left: 1px solid #e1e1e1;
    }
    html[lang="ar"] .one-checkout-col-summary {
        border-right: 1px solid #e1e1e1;
    }
}

.row-trigger-summary-one-checkout {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f4f4f4;
	padding: 15px 10px;
	font-size: 14px;
}
.row-trigger-summary-one-checkout:not(.triggered) .txt-hide{
    display: none;
}
.row-trigger-summary-one-checkout.triggered .txt-hide{
    display: inline;
}
.row-trigger-summary-one-checkout.triggered .txt-show{
    display: none;
}

.row-trigger-summary-one-checkout .bi-chevron-down{
    transition: all 0.3s linear;
}
.row-trigger-summary-one-checkout.triggered .bi-chevron-down{
    transform: rotate(-180deg);
}


@media(max-width: 1199.98px){
    .order-summary-content {
        /*display: none;*/
        margin-top: 15px;
    }
    .page-body.cart-page .order-summary-content {
        display: block;
    }
}

/* ---------- sidebar cart info -------- */
/* items */
.checkout-page .cart-items-container .row-each-item {
	margin-bottom: 10px;
}
.checkout-page .cart-items-container .product-pic{
    position: relative;
}
.checkout-page .cart-items-container .product-pic img {
	width: 65px;
	height: 65px;
	object-fit: contain;
	border: 1px solid #ececec;
	border-radius: 7px;
}
.checkout-page .cart-items-container .product-pic .quantity-badge {
	width: 21px;
	height: 21px;
	background-color: #7e7e7e;
	color: white;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	right: -5px;
	top: -5px;
}



.checkout-page .cart-items-container .pr-name a {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #323232;
}
.checkout-page .cart-items-container .product-attributes {
	font-size: 12px;
	font-weight: normal;
	color: #717171;
}

.checkout-page .cart-items-container .price-item-subtotal {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}

/* coupon */
.checkout-page .deals {
	padding: 10px 0;
	margin: 10px 0;
}

.checkout-page .h5 {
	border: 1px solid #e5e5e5;
	padding: 12px 20px;
    margin: 0;
	font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.checkout-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"] .checkout-page .coupon-box .h5::after {
	right: unset; left: 0;
    border-left: 0;
    border-right: 1px solid #e5e5e5;

}
.checkout-page .coupon-box.active .h5::after {
	content: "\f068";
}

.checkout-page .coupon-code {
	padding: 20px;
    display: none;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.checkout-page .coupon-code .form-group {
	margin: 0;
}


/* summary table */
.checkout-page .table-order-totals{
    border: none;
    font-size: 14px;
    margin-bottom: 0;
}
.checkout-page .table-order-totals .order-total{
    border-top: 1px solid #e1e1e1;
}
.checkout-page .table-order-totals .order-total .value-summary {
	font-size: 24px;
	color: #323232;
}


/* 
/* 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: #005f9e;
  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;
}

*/

/* ===========================================================================
Other minor pages
============================================================================*/
/* ----- 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;
}

/* --------- gift items ----------- */
.cart-options .cart-gift-box {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.cart-options .cart-gift-box.active {
    border-color: green;
}
/*
.cart-options .cart-gift-box .checked-product {
    opacity: 0;
    position: absolute;
    top: 5px;
    font-size: 30px;
    color: green;
}
*/
.cart-options .cart-gift-box .checked-product {
	opacity: 0;
	position: absolute;
	top: 5px;
	font-size: 24px;
	color: green;
	left: 5px;
}
html[lang="ar"] .cart-options .cart-gift-box .checked-product {
    left: unset;
	right: 5px;
}
.cart-options .cart-gift-box.active  .checked-product {
    opacity: 1;
}
.cart-options .cart-gift-box .order-gift-select {
    display: none;
}
.cart-options .cart-gift-box img {
    width: 100%;
    margin-bottom: 5px;
}
.cart-options .cart-gift-box span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 11px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-options .slick-slider-cartGifts .each-item:focus {
    outline: 0 !important;
}
.cart-options h4 {
    border-bottom:0px solid black;
}
.cart-options .slick-slider-bestsellers.slick-slider-cartGifts .slick-next, .cart-options .slick-slider-bestsellers.slick-slider-cartGifts .slick-perv {
    margin-top: 0 !important;
}
@media(max-width: 575.99px) {
    .cart-options h4 {
        font-size: 1.1rem
    }
    .cart-options .cart-gift-box .checked-product {

        font-size: 20px;

    }
}


/* 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;
}

/* search result page */
.search-result-vendor-slider,
.search-result-vendor-slider * {
  direction: ltr;
}

.search-result-vendor-slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.search-result-vendor-slider .slick-dots li button::before {
  font-size: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
}

.search-result-vendor-slider .slick-dots {
  bottom: -10px;
}

/* ===========================================================================
Top 5
============================================================================*/
.top5-cats {
    display: flex;
    justify-content: center;
}
/* category slider */
.top5-cats .category-wrap .card {
    border: 0;
    padding: 0;
    text-align: center;
    max-width: 132px;
    margin: 0 auto;
}
.top5-cats .category-wrap .list-picture > a {
    position: relative;
}
.top5-cats .category-wrap .list-picture .cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.top5-cats .category-wrap .cat-title a {
    font-size: 14px;
    font-weight: normal;
}



/* ===========================================================================
Vendor page
============================================================================*/
.page.vendor-page {
  margin-top: 0;
}

.header-vendor {
  background-color: white;
  padding: 15px 0;
}

.logo-vendor-page-holder {
  max-width: 110px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 15px #cac9c9;
}

.btn-vendor-badge {
  font-size: 13px;
  height: auto;
  padding: 3px 10px;
  margin-bottom: 5px;
}

html[lang='en'] .btn-vendor-badge {
  margin-right: 7px;
}

html[lang='ar'] .btn-vendor-badge {
  margin-left: 7px;
}

@media (max-width: 767.98px) {
  .vendor-page h2 {
    font-size: 28px;
  }
}

.input-group-search-vendor input#vendor-search,
.input-group-search-vendor #button-vendor-search {
  /*height: 60px;*/
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .input-group-search-vendor input#vendor-search,
  .input-group-search-vendor #button-vendor-search {
    height: 50px;
  }
}

.input-group-search-vendor input#vendor-search {
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
}

.input-group-search-vendor #button-vendor-search {
  background-color: #005f9e;
  color: white;
}

.search-vendor .fa-search {
  font-size: 18px;
}

.vendor-page .info {
  border-top: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .vendor-grid .list-title h3 {
    font-weight: normal;
    font-size: 13px;
  }
}

/*
.vendor-page .sort-options{
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 0;
}
*/

/* ------------------------------ */
.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;
}
/*blog style*/
.blog-posts .read-comments,
.blog-posts .read-comments:hover,
.blog-posts .read-more,
.blog-posts .read-more:hover,
.blog-post-add-comment-button,
.blog-post-add-comment-button:hover {
  background-color: #005f9e;
  border-color: #005f9e;
}
.footer-block .viewBox .list-group .list-group-item {
  background-color: transparent !important;
  border: 0 !important;
}

/* 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;
}

/* ===========================================================================
Search Results Page
============================================================================*/
/* --------------- Pharmacy Lising Tab --------------- */
.btn-pharmacy-filter {
	font-size: 18px;
	color: #b5b5b5;
    background-color: transparent;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-width: 100px;*/
}
@media(min-width: 1200px){
    .btn-pharmacy-filter {
        min-width: 150px;
    }
}
.btn-pharmacy-filter svg,
.btn-pharmacy-filter span {
	margin: 0 5px;
}
.btn-pharmacy-filter.active {
	background-color: var(--colorGreen);
    color: white;
}
@media (max-width: 576px) {
  .btn-pharmacy-filter {
    font-size: 15px;
  }
}

/* --------------- Brands Lising Tab --------------- */
.row-brands-search-result-page .brand-logo {
	height: 140px;
	width: 100%;
	border: 2px solid #eeeeee;
	border-radius: 8px;
    padding: 7px;
	overflow: hidden;
    position: relative;
}
@media(max-width: 767.98px){
    .row-brands-search-result-page .brand-logo {
        height: 120px;
    }
}
.row-brands-search-result-page .brand-logo img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 767.98px) {
  .brands .cover-photo img {
    height: 85px;
    border-radius: 10px;
  }
    .brands .brand-logo {
      top: 100%;
      width: 75px;
      height: 75px;
    }
}
  


/* ------------------ filters -------------------- */
.product-spec-filter .available-items ul.product-spec-group a.spec-link {
    margin: 5px;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    color: black;
    font-size: 14px;
}

.product-spec-filter .available-items ul.product-spec-group {
    border: 1px solid #eee;
}

    .product-spec-filter .available-items ul.product-spec-group li.title {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 7px 15px;
        background-color: white;
        color: #163e86 !important;
        line-height: 1.5;
        border-bottom: 1px solid #eee;
    }

    .product-spec-filter .available-items ul.product-spec-group li:not(.title) {
        padding: 10px;
    }

    .product-spec-filter .available-items ul.product-spec-group a.spec-link .spec-link-checkbox {
        height: auto;
        margin-right: 8px;
    }

html[lang="ar"] .product-spec-filter .available-items ul.product-spec-group a.spec-link .spec-link-checkbox {
    margin-left: 8px;
    margin-right: 0;
}

.product-spec-filter .available-items ul.product-spec-group a.spec-link .spec-link-label {
    margin: 0;
    cursor: pointer;
}
/*color filters*/
.product-spec-filter .available-items ul.product-spec-group a.spec-color {
    display: flex;
    flex: 0 0 48%;
    max-width: 48%;
    background-color: white;
    padding: 3px 5px;
    border: 2px solid white;
    border-radius: 3px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 1% 10px 1%;
    flex-wrap: wrap;
}

    .product-spec-filter .available-items ul.product-spec-group a.spec-color.active {
        border-color: #0060df;
    }

    .product-spec-filter .available-items ul.product-spec-group a.spec-color img.color,
    .product-spec-filter .available-items ul.product-spec-group a.spec-color span.color {
        width: 27px;
        height: 27px;
        /*border-radius: 50%;*/
        margin-right: 5px;
    }

html[lang="ar"] .product-spec-filter .available-items ul.product-spec-group a.spec-color img.color,
html[lang="ar"] .product-spec-filter .available-items ul.product-spec-group a.spec-color span.color {
    margin-left: 5px;
    margin-right: 0;
}

.product-spec-filter .available-items ul.product-spec-group a.spec-color label {
    margin: 0;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

/* ---------- 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-active-filter {
    border: 1px solid rgb(236, 236, 236);
    background-color: white;
    color: rgb(64, 69, 83) !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;
}

/* categories filter */
.block-category-navigation {
    border: 1px solid #eee;
}

    .block-category-navigation > h2 {
        background-color: white;
        color: #163e86 !important;
        padding: 7px 15px;
        line-height: 1.5;
        border-bottom: 1px solid #eee;
    }

    .block-category-navigation .listbox > .list > li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .block-category-navigation .listbox > .list > li:not(:last-child) a {
            border-bottom: 1px solid #eee !important;
        }

        .block-category-navigation .listbox > .list > li > a {
            padding: 5px 10px;
            /*background-color: #eee;*/
            margin: 10px 5px;
        }

            .block-category-navigation .listbox > .list > li > a::before {
                content: "";
                position: absolute;
                top: 13px;
                left: 0px;
                width: 5px;
                height: 5px;
                border-radius: none;
                background: #dddddd;
            }

    .block-category-navigation .listbox .sublist li {
        margin: 5px 15px;
    }

        .block-category-navigation .listbox .sublist li:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

/* vendor filter*/
.block-vendor-navigation {
    border: 1px solid #eee;
}

    .block-vendor-navigation > h5 {
        background-color: black;
        color: white;
        padding: 7px 15px;
        line-height: 1.2;
    }

    .block-vendor-navigation .list > li {
        padding: 3px 10px;
    }

        .block-vendor-navigation .list > li:not(:last-child) {
            border-bottom: 1px solid #eee;
        }
        
@media (max-width: 767px) {
  .section-pharmacy-list, .section-border-bottom {
    border-bottom: 5px solid #EFEFEF
  }
    .prices-rating .prices {
        min-height: 30px;
    }
}
.view-all-link {
  color: #39A95E !important;
  font-size: 13px !important;
  font-weight: 400;
}
#small-searchterms {
    outline: none;
    box-shadow: none;
    border: none;
}
.subcat-holder .hover-content h1.h4 {
  text-align: center !important;
}

/* --------- Home Timer ---------- */
@media(max-width: 767.98px) {
    .home-timer {
        background-color: rgba(255,0,78,.07);
        padding: 15px;
        border-radius: 12px;
    }
}

.row-home-timer .offer-clock {
    background-color: #ff004e;
    color: white;
    /*font-size: 20px;*/
    font-size: 30px;
    font-weight: bold;
    border-radius: 12px;
    display: flex;
    padding: 6px;
    box-shadow: 1px 1px 20px #dddcdc;
}

    .row-home-timer .offer-clock > div {
        margin: 0 5px;
    }

.offer-clock .time-type {
    font-weight: normal;
    /*font-size: 11px;*/
    font-size: 16px;
}

.home-timer-label {
    font-size: 18px;
    font-weight: 400;
}

@media(max-width: 767.98px) {
    .row-home-timer .offer-clock {
        font-size: 16px;
        font-weight: normal;
        padding: 5px 15px;
    }

        .row-home-timer .offer-clock > div {
            margin: 0 3px;
        }
}

.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;
}

.saudi-shipping-note {
    color: red;
}
