﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/*
@import url("reset.css");
@import url("components.css");
@import url("header.css");
@import url("footer.css");
@import url("blog.css");
@import url("andromeda.css");
@import url("tadpole.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");*/

/*@import url("fonts.css");*/


/* ===========================================================================
Homepage
============================================================================*/
/* ----- home slider ----- */
/*
#PerfumeCarousel {
    width: auto;
    left: 0 !important;
    right: 0 !important;
}
*/

/* ------- Collections -------------*/
.collection-holder {
	border-radius: 8px;
    overflow: hidden;
}

.homepage-brands .brand-img-holder {
	border-radius: 7px;
	overflow: hidden;
}
.home-collection-img {
	width: 100%;
	height: auto;
	border-radius: 7px 7px 0 0;
    transition: all 0.5s ease;
}
.collection-holder:hover .home-collection-img {
	transform: rotate(1deg) scale(1.1);
}

.home-collection-title {
	background-color: #202020;
	color: white;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 15px;
	border-radius: 0 0 7px 7px;
}
@media(max-width: 767.98px) {
    .home-collection-title {
        font-size: 14px;
        padding: 8px;
    }
}

/* ------------ Trending Videos -------------*/
.trendingbox {
	border-radius: 5px 5px 0 0;
}
.trendingbox .top {
	border: 2px solid #ececec;
	border-bottom: 0;
	padding: 15px 15px;
	border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: #202020;
}
.trendingbox .product-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.trendingbox .product-desc-holder {
	min-height: 38px;
}
.trendingbox .product-desc {
	margin: 0;
	font-size: 12px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.trendbox-top-img {
	width: 65px;
	height: 65px;
	object-fit: contain;
}

.trendbox-youtube-icon {
	width: 25px;
	height: 25px;
}
.trendbox-manufacturer-name {
	font-size: 12px;
	color: gray;
}
.trendbox-manufacturer-img {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	object-fit: cover;
}

/*bottom*/
.trendbox-product-img {
	width: 100%;
	height: auto;
}
.trendbox-view-product-link {
	background-color: #cc9f4e;
	color: white;
	display: flex;
	justify-content: center;
	padding: 10px 5px;
	font-size: 14px;
}

/* ------------ Celebrity Perfume -------------*/
.img-celeb-perfume {
	width: 100%;
	height: auto;
	border-radius: 7px;
}

/* ---------- special service ---------- */
.specialservice-holder {
	border-radius: 8px;
    overflow: hidden;
}

.homepage-specialservice .specialservice-img-holder {
	border-radius: 7px;
	overflow: hidden;
}
.home-specialservice-img {
	width: 100%;
	height: auto;
	border-radius: 7px 7px 0 0;
    transition: all 0.5s ease;
}
.specialservice-holder:hover .home-specialservice-img {
	transform: rotate(1deg) scale(1.1);
}

.home-specialservice-title {
	background-color: #202020;
	color: white;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 0 0 7px 7px;
}
@media(max-width: 767.98px) {
    .home-specialservice-title {
        font-size: 14px;
        padding: 5px;
    }
}


/* ------- main categories -------------*/
@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%;
    }
}

/* ----- 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;
}
.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 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;
}
@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 .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;
}
.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: #000;
}
.showcase-cat-each.color-group1 .btn{
    background-color: #000;
    color: white;
}
.showcase-cat-each.color-group1 .row-cat-list{
    background-color: #e8f4fa;
    color: #000;
}
.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;
}


/*------------ content-on-banner -------------------*/
/*
.content-on-banner .banner-wrap {
	position: relative;
    overflow: hidden;
    min-height: 400px;
}
.content-on-banner .img-banner-w100 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    height: 100%;
    width: 100%;
	object-fit: contain;
}
.content-on-banner .txt-wrap {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    max-width: 600px;
}

@media(max-width: 767.98px){
    .content-on-banner .txt-wrap h1 {
        font-size: 30px;
    }
}
.content-on-banner .btn-black {
	padding: 10px 30px;
	min-width: 200px;
	font-size: 18px;
}
*/

/*------------ banner-w50 -------------------*/
/*
.banner-w50 img{
    max-height: 250px;
}
*/

/* ---------- 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 50%;
        max-width: 50%;
    }
    .offer-img-holder {
        width: 120px;
        height: 120px;
        padding: 5px 5px 50px;
        margin: 25px auto 0;
    }
    .offer-img-holder > img {
        height: 120px;
    }
    .offer-title {
        font-size: 13px;
        width: 120px;
        height: 30px;
        margin-top: -18px;
    }
}


/* ---------- our brands slider ------------ */
.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%;
    }
    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);
}
*/

/* ===========================================================================
Products page (categories view)
============================================================================*/
@media(min-width: 1600px){
    .product-grid-custom-1{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* 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 */
.subcat-holder {
	padding: 0;
	border-radius: 0;
	text-align: center;
	max-width: 120px;
	margin: 0 auto;
	color: gray;
}
@media(max-width: 767.98px) {
    .subcat-holder {
        max-width: 100px;
    }
}
.row-subcat-list .subcat-img {
	border-radius: 50%;
	border: 1px solid #c6c6c6;
}
.subcat-name a {
	color: #4a4a4a;
	font-weight: 300;
	font-size: 16px;
}
@media(max-width: 767.98px){
    .subcat-name a {
        font-size: 13px;
    }
}

/*----- 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;
}
.product-box:hover .picture-container img {
    transform: scale(1.1) rotate(1deg);
    opacity: 1;
}

/* -------- 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: #cc9f4e !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;
}

/* ===========================================================================
Product Details
============================================================================*/
.pr-details-vendor-logo {
	height: 65px;
	border: 2px solid #ececec;
    border-bottom: 0;
	border-radius: 5px 5px 0 0;
	padding: 5px;
    min-width: 300px;
    text-align: center;
}
.pr-details-vendor-logo img {
	max-height: 100%;
}

@media(min-width: 1200px) {
    #product-details-form .item-container {
        border: 2px solid #ececec;
        border-radius: 7px;
        padding: 25px !important;
        margin-bottom: 25px;
    }
    .product-quickview #product-details-form .item-container {
        border: 0;
        border-radius: 0;
        padding: 0 !important;
        margin-bottom: 0;
    }
}

/* product detail slider images*/
.product-details-page .gallery .thumbnails {
    white-space: nowrap;
    overflow-x: auto;
    display: inline-flex;
    flex-wrap: nowrap;
}
/*pr details slider vertical thumbs on desktops*/
@media(min-width: 992px){
    .product-details-page .gallery .pr-details-img-main{
        width: 86%;
        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: 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: 65px;
        height: 65px;
        max-width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .product-details-page .thumbnails img {
        width: 100%;
        height: 100%;
        padding: 2px;
        object-fit: cover;
        border: 1px solid #bbbbbb;
        border-radius: 5px !important;
    }
    .product-share {
        float: right;
        width: 85%;
        clear: both;
    }
    html[lang="ar"] .product-share {
        float: left;
    }
}

@media(max-width: 767.98px){
    .product-details-page .thumbnails .thumb-popup-link {
        margin: 3px;
    }
}

/* product details overview*/
.pr-detail-overview-inner .manufacturers {
	font-size: 22px;
	color: #202020;
}
.product-details-page .overview .generalTitle {
	font-weight: 700;
	font-size: 26px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.product-details-page .short-description {
	color: black;
	font-weight: 300;
	font-size: 14px;
}
.overview-buttons .prices {
    font-weight: normal;
    font-size: 22px;
    color: var(--sl-red);
}


@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;
}

@media(max-width: 767.98px){
	.add-to-wishlist-button,
    .email-a-friend-button{
		max-width: 50px !important;
	}
}

.add-to-wishlist-button {
	border-radius: 50% !important;
	background-color: #f0f0f0;
	border: 0;
    max-width: 50px;
}
html[lang="en"] .add-to-wishlist-button {
	margin-left: 10px !important;
}
html[lang="ar"] .add-to-wishlist-button {
	margin-right: 10px !important;
}

/*counter*/
/*
#product-details-form .amount {
	margin: 0 10px 10px 0;
}
html[lang="ar"] #product-details-form .amount {
	margin: 0 0 10px 10px;
}
*/
html[lang="en"] .counter-outer {
	margin-right: 10px;
}
html[lang="ar"] .counter-outer {
	margin-left: 10px;
}
/* @media(max-width: 1199.98px) {
    .product-details-page .counter-outer {
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
    }
} */
#product-details-form .qty-input {
	border: 1px solid #373737;
    border-left: 0; border-right: 0;
	border-radius: 0;
	height: 50px;
	color: black;
	font-size: 25px;
	text-align: center;
    margin: 0;
}
#product-details-form .btn-icdc {
    background-color: transparent;
    color: #222 !important;
    width: 50px;
    height: 50px;
    border-radius: 0;
    padding: 3px;
    font-size: 20px;
    border: 1px solid #373737;
    margin: 0 !important;
}
html[lang="en"] #product-details-form .counter-outer .qty-unit {
	margin-left: 5px;
}
html[lang="ar"] #product-details-form .counter-outer .qty-unit {
	margin-right: 5px;
}


/* 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;
}

/* sticky add to cart on phone */
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 9;
	padding: 10px;
    gap: 5px;
    margin: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .qty-unit {
	display: none !important;
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .counter-outer {
	margin: 0 !important;
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .btn-icdc {
	width: 35px !important;
	height: 42px !important;
	font-size: 14px !important;
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .qty-input {
	height: 42px !important;
	font-size: 16px !important;
	max-width: 45px !important;
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .add-to-cart-button {
	height: 42px !important;
	font-size: 14px;
    margin: 0 !important;
}
.product-details-page .btn-group.product-simple-share.sticky-add-to-cart .add-to-wishlist-button {
	max-width: 40px !important;
	height: 42px !important;
	border-radius: 0 !important;
    margin: 0 !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);
}

/* ===========================================================================
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: 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 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;
    }

*/


/* ===========================================================================
Shopping Cart page
============================================================================*/
/* coupon */
.shopping-cart-page .deals {
	padding: 0;
	margin: 0;
    border: 0;
}

.shopping-cart-page .h5 {
	border: 1px solid #e5e5e5;
	padding: 12px 20px;
    margin: 0;
	font-size: 15px;
    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;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.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;

    }
}

/* ===========================================================================
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;
	}
}


/*
.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;
}
*/




/* 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;
}
.content-on-banner .banner-wrap h1 {
    color:#fff !important
}

/* ------------------ 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;
        }

.mark, mark {
    padding: .2em;
    background-color: #ffffa5;
}

/* --------- 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;
}


/* Win With US */
.clean-footer {
    margin-top: 30px
}

.offer-bg {
    background-image: url("../images/winWithUs-bg.png");
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    margin: -15px auto;
    padding: 0px;
}

.offer-container, .win-result {
    /*padding-top:100px;*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 122px);
    padding: 0px 15px !important;
}

    .offer-container input {
        border: none !important;
    }

.banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .banner-box .winOffer-title {
        font-size: 31px;
        margin-top: 35px;
        padding-top: 0px;
        display: none;
    }

        .banner-box .winOffer-title img {
            width: 75%;
            max-width: 300px;
            margin-bottom: 25px;
        }

    .banner-box .red-title {
        font-size: 44px;
        background-color: transparent;
        width: 75%;
        text-align: center;
        padding: 0 !important;
        height: 50px;
        line-height: 40px;
        margin: 0px auto;
        margin-bottom: 10px;
        color: #AD003F;
        font-weight: 500;
        display: none;
    }

.offer-gift {
    width: 80%;
    max-width: 500px;
}

.goToOffer img {
    width: 100%;
    display: none;
}

.goToOffer .web {
    display: block;
}

.form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 991.99px) {
    .banner-box .red-title {
        width: 100%;
        font-size: 38px;
    }

    html[lang="ar"] .banner-box .red-title {
        font-size: 38px
    }
}

@media(max-width: 576px) {
    .banner-box {
        padding: 0px;
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }

        .banner-box .winOffer-title {
            font-size: 20px;
        }

    html[lang="ar"] .banner-box .winOffer-title {
        font-size: 26px;
    }

    .banner-box .red-title {
        width: 100%;
        font-size: 34px;
    }

    html[lang="ar"] .banner-box .red-title {
        font-size: 34px
    }

    .goToOffer .web {
        display: none;
    }

    .goToOffer .phone {
        display: block;
    }
}

.saudi-shipping-note {
    color: red;
}
