﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/*
@import url("reset.css");
@import url("components.css");
@import url("header.css");
@import url("footer.css");
@import url("andromeda.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
============================================================================*/
/* ----- home slider ----- */
#WaraHospitalCarousel {
    /*width: auto !important;*/
    width: auto;
    left: 0 !important;
    right: 0 !important;
}
/*@media(min-width: 1400px){
    #WaraHospitalCarousel {width: auto !important;}
}*/

/* ------- 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;
}
@media(max-width: 767.98px){
    .showcase-cat-each {
        margin: 15px 0;
    }
}
.showcase-cat-heading {
    padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	height: 270px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.showcase-cat-img {
	height: 270px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*
@media(max-width: 767.98px){
    .showcase-cat-img {
        display: none;
    }
}
*/
.showcase-cat-heading-content-holder {
    max-width: 500px;
	padding: 0 15px;
}
.showcase-cat-heading h1,
.showcase-cat-heading h6 {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.showcase-cat-heading h1{
    font-weight: bold;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    line-height: 1.5;
}
@media(max-width: 767.98px){
    .showcase-cat-heading h1{
        font-size: 22px;
    }
}
.showcase-cat-heading h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.showcase-cat-heading p{
    margin-bottom: 0;
}
.showcase-cat-heading .btn{
    border-radius: 6px;
    min-width: 200px;
}

/*subcats*/
.row-cat-list {
	border-radius: 10px;
	margin-top: 30px;
    margin-left: 0; margin-right: 0;
    padding: 35px 20px;
}
@media(max-width: 767.98px){
    .row-cat-list {
        margin-top: 15px;
        padding: 15px 5px 0px 5px;
    }
}
.subcat-holder{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.row-cat-list .subcat-img {
	width: 100%;
}
.subcat-holder .hover-content {
    padding: 20px;
    text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
    color: white;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.3s;
}
.subcat-holder:hover .hover-content{
    opacity: 1;
}

@media(max-width: 767.98px){
    .category-page .row-cat-list .h4 {
        font-size: 16px;
    }
}

/*
@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: #006e79;
}
.showcase-cat-each.color-group1 .btn{
    background-color: #006e79;
    color: white;
}
.showcase-cat-each.color-group1 .row-cat-list{
    background-color: #e8f4fa;
    color: #006e79;
}
.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;
}

/* ---------- image tiles ---------*/
@media(min-width: 992px){
    .h100percent{height: 100%;}
    .h50percent{height: 50%;}
    .tiles .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .tiles .row{
        margin-left: 0;
        margin-right: 0;
    }
    .tiles .row > div{
        padding-left: 0;
        padding-right: 0;
    }
    .img-tile {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 8px solid transparent;
    }
}

@media(max-width: 991.98px){
    .img-tile {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        /*
        object-fit: cover;
        max-height: 500px;
        min-height: 300px;
        */
    }
}

.tiles .img-holder{
    height: 100%;
    width: 100%;
}

.img-tile {
	transition: all 0.5s ease;
}
.img-tile:hover {
	box-shadow: 0 0 10px #c1c1c1;
}

/*
.tiles .img-holder:after {
    content: "";
	display: block;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 8px;
	pointer-events: none;
    transition: all 0.3s ease;
}
.tiles .img-holder::after{
    max-width: 0px;
    opacity: 0;
}
.tiles .img-holder:hover::after{
    max-width: 100%;
    opacity: 1;
}
*/
/*
.tiles .img-holder .txt {
	background-color: transparent;
	color: white;
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 80;
}
@media(min-width: 1200px){
    .tiles .img-holder .txt.visible-on-hover {
        opacity: 0;
        transition: all 0.5s ease;
    }
    .tiles .img-holder:hover .txt.visible-on-hover {
        opacity: 1;
    }
}

.tiles .img-holder .txt h1 {
	color: white;
}
@media(max-width: 1199.98px){
    .tiles .img-holder .txt h1 {
        font-size: 25px;
    }
}
.tiles .img-holder .txt .link-view-all {
	color: white;
    font-size: 18px;
    border-bottom: 2px solid var(--sl-red);
    display: inline-block;
    padding: 2px;
}
*/

/*------------ 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 33.333333%;
        max-width: 33.333333%;
    }
    .offer-img-holder {
        width: 90px;
        height: 90px;
        padding: 5px 5px 50px;
        margin: 25px auto 0;
    }
    .offer-img-holder > img {
        height: 90px;
    }
    .offer-title {
        font-size: 12px;
        width: 90px;
        height: 25px;
        margin-top: -14px;
    }
}


/* ---------- our brands slider ------------ */
section.brands {
	background-color: var(--color-green-light);
    margin-top: 25px;
}
.brands .row-section-title-common h1 {
	color: white;
}
.brands .row-section-title-common hr {
	border-color: white;
}
.brands .row-section-title-common a {
	color: white;
}

.brand-logo {
	width: 100%;
	max-width: 200px;
	height: 130px;
	margin: 10px auto;
	background-color: white;
	position: relative;
	border-radius: 5px;
}
.brand-logo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/* old style with cover photo and logo
.brands .brand-single {
    margin-bottom: 80px; /* half of brand logo height + 20px *-/
}
.brands .cover-photo img {
    border-radius: 20px;
    overflow: hidden;
    height: 148px;
    object-fit: cover;
}
@media(max-width: 767.98px){
    .brands .cover-photo img {
        height: 100px;
    }
}
.brands .brand-logo {
    width: 120px;
    height: 120px; /*fix brand single height too*-/
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 5px #d2d1d1;
    display: flex;
    align-items: center;
}
.brands .brand-logo img {
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .brands .brand-logo {
        top: 100%;
        width: 90px;
        height: 90px;
    }
    html[lang="ar"] .brands h1 {
        font-size: 30px;
    }
}
*/

/*
.our-brands .brand-single {
    background-color: white;
    box-shadow: 2px 2px 5px 1px #e1e1e1;
    margin: 10px 0;
}
.row-brands-slider,
.row-brands-slider * {
    direction: ltr;
}

html[lang="ar"] .our-brands .btn-our-brands-leftarrow .fa,
html[lang="ar"] .our-brands .btn-our-brands-rightarrow .fa{
    transform: rotate(180deg);
}
*/

/* ---------- blog -------------- */
.blog-list-homepage .card-img-top {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.blog-list-homepage .card {
	border: 1px solid #eeeeee;
    border-radius: 7px;
}

.blog-list-homepage .news-date,
.blog-list-homepage .news-date .mdi {
	font-size: 13px;
}

/* ===========================================================================
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;
}

/*----- sidebar categories----- */
.generalLeftSide li a:hover {
    color: var(--color-red);
}
.generalLeftSide li.active.last > a {
    color: var(--color-red);
}
.generalLeftSide .block-category-navigation li.active > .sublist > li a::before {
    background: #dddddd;
}
.generalLeftSide .block-category-navigation li.active.last > a:before,
.generalLeftSide .block-category-navigation li.active.last > .sublist > li a::before {
    background: #da2128 !important;
}

/* quick view */
.product-quickview .product-details-page {
    background: #fff;
    padding: 55px 15px 15px 15px;
}
@media(min-width: 768px){
    .product-quickview .item-container .gallery {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .product-quickview .item-container .overview {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

#progressmarker {
    text-align: center;
    min-height: 50px;
    background: url("../images/loader-dring.gif") center center no-repeat;
}

/* ===========================================================================
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;
}
.product-details-page .thumbnails img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 5px solid white;
	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;
    }
}


/*pr details slider vertical thumbs on desktops*/
/*
@media(min-width: 992px){
    .product-details-page .gallery .pr-details-img-main{
        width: 86%;
        height: 400px;
        float: right;
    }
    html[lang="ar"] .product-details-page .gallery .pr-details-img-main{
        float: left;
    }

    .product-details-page .gallery .pr-details-img-main img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
    }

    .product-details-page .gallery .thumbnails {
        white-space: normal;
        overflow-x: hidden;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 13%;
        float: left;
        margin: 0;
        max-height: 280px;
        overflow-y: auto;
    }
    html[lang="ar"] .product-details-page .gallery .thumbnails {
        float: right;
    }
    .product-details-page .thumbnails .thumb-popup-link {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .product-details-page .thumbnails img {
        width: 100%;
        height: 100%;
        padding: 2px;
        object-fit: cover;
    }
    .product-share {
        float: right;
        width: 85%;
        clear: both;
    }
    html[lang="ar"] .product-share {
        float: left;
    }
}
*/

@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 details overview*/
hr.gray-separator {
	border-top: 2px solid #e4e4e4;
    margin: 10px 0;
}

.product-details-page .overview .generalTitle {
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	color: #222222;
}
.product-details-page .short-description {
	color: #222222;
	font-weight: 300;
}

.overview-buttons .prices {
    font-weight: normal;
    font-size: 22px;
    color: var(--color-red);
}
.overview-buttons .prices .actual-price,
.overview-buttons .your-price strong,
.associatedItem .actual-price,
.catalog-product-price {
	color: #522234;
	font-size: 26px;
	font-weight: bold;
}
.product-details-page .overview .old-price {
	font-size: 20px;
	font-weight: bold;
	color: #a3a3a3;
}

.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: 600;
	font-size: 15px;
	padding: 5px;
}
.product-details-page .price-off-amount{
    color: red;
}
.product-details-page .price-save-amount{
    color: var(--color-green-light);
}

.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;
	}
}

/* qty and add to cart btn group */
/* 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: 5px;
	padding: 3px;
	font-size: 20px;
	border: 1px solid #707070;
}

.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;
    }
}

/* 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(--color-green) !important;
    color: white !important;
}
.at-resp-share-element .at-share-btn .at-label {
    display: none !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
}
.at-share-btn .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

/* other products by same vendor */
.other-pr-same-vendor{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media(max-width: 991.98px){
    .other-pr-same-vendor{
        align-items: center;
    }
}

.other-pr-same-vendor .vendor-box{
    padding: 15px;
    background-color: #efefef;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    max-width: 250px;
}
.other-pr-same-vendor .vendor-box .label{
    font-size: 13px;
    color: #7a7a7a;
}
.other-pr-same-vendor .vendor-logo{
    text-align: center;
}
.other-pr-same-vendor .vendor-logo img{
    border-radius: 5px;
}

.other-pr-same-vendor .vendor-box-features{
    padding: 20px;
}
.vendor-box-features > .form-row:not(:last-of-type){
    margin-bottom: 15px;
}
.vendor-box-features i{
    color: #6c6c6c;
    font-size: 16px;
}
.vendor-box-features span{
    font-size: 13px;
    line-height: 1.3;
    display: block;
}

/* product details labels */
.product-details-label {
	background-color: var(--color-green-light);
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 3px;
	justify-content: center;
	min-width: 60px;
}
.product-details-label.label-blue {
	background-color: #2aabe0;
}
.product-details-label.label-green {
	background-color: var(--color-green-light);
}
.product-details-label.label-red {
	background-color: #ff5353;
}
.product-details-label.label-flag {
	font-size: 15px;
	width: 300px;
	max-width: 100%;
	font-weight: 600;
	padding: 3px 10px;
}

/* ===========================================================================
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%;
    }
}

/* fix phone field direction */
.iti, .iti * {
	text-align: left;
	direction: ltr;
}
.iti--separate-dial-code .iti__selected-dial-code {
	margin-right: 0;
	margin-left: 5px;
}

/* ===========================================================================
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(--color-red);
    color: var(--color-red);
}

/* ---------- reward points -------- */
/* barcode */
.rewards-barcode-wrapper svg {
    width: 266px;
    margin: 0 auto;
}
@media(min-width: 1200px){
    .rewards-barcode-wrapper{
        padding: 0px 50px;
        background: url(../../../Themes/DefaultClean/Content/images/rewards/rewards-bg-desktop-left.png) center left no-repeat,
        url(../../../Themes/DefaultClean/Content/images/rewards/rewards-bg-desktop-right.png) center right no-repeat;
    }
}
@media(max-width: 1199.98px){
    .rewards-barcode-wrapper{
        padding: 0px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        
        background: url(../../../Themes/DefaultClean/Content/images/rewards/rewards-bg-mobile-left.png) center left no-repeat,
        url(../../../Themes/DefaultClean/Content/images/rewards/rewards-bg-mobile-right.png) center right no-repeat;
        background-size: contain;
        text-align: center;
        font-size: 14px;
    }
}

.rewards-barcode-wrapper #inputdata {
	display: block;
	white-space: nowrap;
	background-color: white;
}

@media(max-width: 349.98px){
    .rewards-barcode-wrapper {
        background-image: none;
        background-color: white;
        border: 1px solid #005281;
        box-shadow: 1px 1px 5px #aeaeae;
        border-radius: 7px;
    }
}

/* reward table */
@media(max-width: 489.98px){
    .reward-points-history {
        font-size: 13px;
    }
    .reward-points-history .table td,
    .reward-points-history .table th {
        padding: 7px;
    }
}
@media(max-width: 389.98px){
    .reward-points-history {
        font-size: 13px;
    }
    .reward-points-history .table td,
    .reward-points-history .table th {
        padding: 5px;
    }
}

/* ===========================================================================
Checkout
============================================================================*/
/* steps */
#checkout-steps .step {
    border: 1px solid #ebecec;
    padding: 10px 15px;
}
#checkout-steps .step label.col-form-label{
    font-weight: bold;
}
#checkout-steps .step input[type="radio"],
#checkout-steps .step input[type="checkbox"]{
    height: auto;
}

.continue-as-guest-wrapper{
    border-left: 1px solid #ebecec;
    padding-left: 25px;
}
html[lang="ar"] .continue-as-guest-wrapper{
    border-left: 0; border-right: 1px solid #ebecec;
    padding-left: 15px; padding-right: 25px;
}

.add-new-address{cursor: pointer; color: white !important;}

/* ------- */
.opc .active .card-grey {
    background-color: var(--color-green);
    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(--color-green);
    border-bottom: 0;
}
.card-review-order .card-body{
    padding: 15px;
}
.card-review-order .review-item-img img{
    max-width: 100px;
}
.card-review-order .review-item-details{
    font-size: 14px;
}
.card-review-order .review-items-wrap{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.card-review-order .review-item{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.card-review-order .review-item:not(:last-of-type){
    border-bottom: 1px solid #ededed;
}

.table-review-order-pricing{
    border-bottom: 0;
}
.table-review-order-pricing tr td:last-child{
    text-align: right;
}
html[lang="ar"] .table-review-order-pricing tr td:last-child{
    text-align: left;
}
.table-review-order-pricing tr:first-child td{
    border-top: 0;
}

.hint-address {
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: none;
}

.hint-address::after {
    display: block;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    position: absolute;
    bottom: -12px;
    font-size: 22px;
}

/* reward points */
.use-reward-points {
	margin-bottom: 25px;
}
.use-reward-points .custom-control.custom-checkbox {
	display: inline;
}
#dvUsedRewordPoints {
	display: inline;
}
#UsedRewardPoints {
	max-width: 100px;
	text-align: center;
    height: auto;
}
.use-reward-points .custom-control-label {
	display: inline;
}

/* ===========================================================================
Other minor pages
============================================================================*/
/* write product reveiw */
.write-review {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}

/* contact vendor form */
.form-contact-vendor {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}

/* contact us */
#contactus-form {
    max-width: 500px;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}

/* sitemap */
html[lang="ar"] .sitemap-page {
    text-align: right;
}

/* vendor catalog */
@media(max-width: 767.98px){
	.logo-vendor-page{
		max-width: 120px;
		margin-bottom: 5px;
	}
}


/* ===========================================================================
Cart Page
============================================================================*/
/* cart table on mobile (override rules)*/
@media(max-width: 1199.98px){

    .shopping-cart-page .shopping-cart tr.item-container {
        width: 100%;
        margin: 0 auto 10px;
        flex-direction: column;
        min-height: unset;
        padding: 5px !important;
        border-radius: 5px;
    }
    .shopping-cart-page .shopping-cart td {
        min-width: unset;
        padding: 0 !important;
        margin-bottom: 5px !important;
        align-items: flex-start;
    }

    .shopping-cart-page .shopping-cart .product-picture {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 19%;
        margin: 0;
        padding: 0;
    }
    html[lang="ar"] .shopping-cart-page .shopping-cart .product-picture {
        left: unset; right: 5px;
        top: 5px;
    }
    .shopping-cart-page .shopping-cart .product-picture img {
        margin: unset;
        padding: 0 10px 0 0;
    }
    html[lang="ar"] .shopping-cart-page .shopping-cart .product-picture img {
        padding: 0 0 0 10px;
    }

    .shopping-cart-page .item-container .product,
    .shopping-cart-page .item-container .unit-price,
    .shopping-cart-page .item-container .quantity,
    .shopping-cart-page .item-container .subtotal {
        width: 72% !important;
        margin-left: 20% !important;
    }
    html[lang="ar"] .shopping-cart-page .item-container .product,
    html[lang="ar"] .shopping-cart-page .item-container .unit-price,
    html[lang="ar"] .shopping-cart-page .item-container .quantity,
    html[lang="ar"] .shopping-cart-page .item-container .subtotal {
        margin-left: 0 !important;
        margin-right: 20% !important;
    }

    .shopping-cart-page .shopping-cart .product {
        align-self: unset;
        margin: 0;
    }
    .shopping-cart-page .shopping-cart .product-unit-price.price,
    .shopping-cart-page .shopping-cart .product-subtotal.price,
    .shopping-cart-page .shopping-cart .prod-total,
    .shopping-cart-page .shopping-cart .unit-price del {
        font-size: 13px;
    }
    .shopping-cart-page .shopping-cart td.product .product-name {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }
    html[lang="ar"] .shopping-cart-page .shopping-cart td.product .product-name {
        text-align: right;
    }
    .shopping-cart-page .shopping-cart .unit-price {
        bottom: unset;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: transparent;
        position: relative;
    }
    .shopping-cart-page .shopping-cart .quantity{
        border: 0 !important;
        position: relative;
        height: auto;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    .shopping-cart-page .shopping-cart .subtotal {
        border: 0 !important;
        position: relative;
        height: auto;
        justify-content: flex-start;
    }
    .shopping-cart-page .shopping-cart .sku-text,
    .shopping-cart-page .shopping-cart .subtotal-text,
    .shopping-cart-page .shopping-cart .unit-price-text {
        font-size: 14px;
        color: gray;
    }
    html[lang="ar"] .shopping-cart-page .shopping-cart .sku-text,
    html[lang="ar"] .shopping-cart-page .shopping-cart .subtotal-text,
    html[lang="ar"] .shopping-cart-page .shopping-cart .unit-price-text {
        margin-left: 5px;
    }
    .shopping-cart-page .shopping-cart .product-unit-price.price {
        font-size: 14px;
    }
    .shopping-cart-page .shopping-cart .subtotal .prod-total {
        font-size: 14px;
    }

    .shopping-cart-page .shopping-cart .remove-from-cart,
    .shopping-cart-page .shopping-cart .add-to-cart {
        height: auto !important;
    }
    .shopping-cart-page .shopping-cart .remove-from-cart::before,
    .shopping-cart-page .shopping-cart .add-to-cart::before {
        display: none;
    }
    .shopping-cart-page .remove-from-cart .btn {
        width: auto;
        padding: 2px !important;
        height: auto;
        color: #dc3545 !important;
        top: 5px;
        font-size: 14px !important;
    }
    .shopping-cart-page .shopping-cart .discount {
        font-size: 12px;
    }


}/* End: @media */


/* ----- 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;
}



/*----------------------------------*/
/* Win With US */
.clean-footer {
    margin-top:30px
}
.offer-bg {
    background-image: url("../images/winWithUs-bg.jpg");
    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 - 123px);
    padding: 0px 15px !important;
}
    .offer-container input {
        border: none !important;
    }
    .banner-box {
        display: flex;
        flex-direction: column;
    }
    .banner-box .winOffer-title {
        font-size:31px;
        margin-top:0px;
        padding-top:0px;
    }
    .banner-box .red-title {
        font-size:23px;
        background-color: #E50019;
        width:75%;
        text-align: center;
        padding:0 !important;
        height:50px;
        line-height: 40px;
        margin:20px auto;
        color: white;
    }
.goToOffer img {
    width: 100%;
    display:none;
}
.goToOffer .web {
    display:block;
}
@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: 16px;
        }
    html[lang="ar"] .banner-box .red-title {
        font-size: 20px
    }
        .goToOffer .web {
        display: none;
    }
    .goToOffer .phone {
        display: block;
    }
}


/* other styles */
.amount h3 {
    font-size: 18px;
    color: #343434;
    line-height: 2.3;
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
}

.amount h3 .add-more {
    display: inline-block;
}

.amount h3 .add-more .qt-minus,
.amount h3 .add-more .qt-plus {
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border: 0;
    width: 22px;
    display: inline-block;
    text-align: center;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    background: #000;
}

.amount h3 .add-more i {
    vertical-align: 2px;
    color: #fff;
}

.qt-plus:hover {
    cursor: pointer;
}

.qt-minus:hover {
    cursor: pointer;
}


/* POLL STYLE*/
.poll-main-container {
    color: #000;
    background-image: url('../images/BG.jpg');
    /*width: 3400px;
    height: 1913px;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh !important;
    font-family: 29lt Bukra, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.poll-main-container h1 {
    font-size: 43px;
    margin-bottom: 25px;
}

.poll-main-container h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.review-box {
    border-radius: 18px;
    border: 1px solid #dbdbdb;
    margin: 15px;
    width: 225px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reviw-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
}

    .reviw-icon img {
        width: 100px;
        transition: width 2s;
        display: none;
    }

.review-box p {
    height: 45px;
    line-height: 45px;
    font-size: 23px;
}

.reviw-icon img.fixed-icon {
    display: block;
}


.review-box.selected {
    border: 2px solid var(--color-green) !important;
}
    .review-box.selected .reviw-icon img {
        width: 180px;
    }

    .review-box.selected .reviw-icon .fixed-icon {
        display: none;
    }

    .review-box.selected .reviw-icon .animated-icon {
        display: block;
    }
   
    .final-review {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

.customer-review .form-control {
    border: none;
    background: none !important;
    margin-top: 10px;
    height: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-width: 300px;
    text-align:left !important;
    width:100% !important;
}
    .customer-review select.form-control > option {
        padding: 0px 7px !important;
    }
html[lang='ar'] .customer-review select.form-control > option {
    text-align: right;
    direction: rtl;
    padding: 0px 7px !important;
}
    .customer-review label {
        color: #707070;
        font-size: 16px;
        line-height: 21px;
    }

.customer-review button {
    width: 50%;
    height: 63px;
    border-radius: 11px;
    margin: 25px auto !important;
    font-size: 25px;
}

    .customer-review button.disabled,
    .customer-review button:disabled {
        color: #fff;
        background-color: #c5c5c5;
        border-color: #c5c5c5;
    }
.iti.iti--allow-dropdown.iti--separate-dial-code {
    min-width: 300px;
}
@media(max-width: 575.99px) {
    .customer-review button {
        width: 100% !important;
    }
    .review-box {
        margin: 10px;
        width: 150px;
        height: 150px;
     }

    .reviw-icon {
        width: 110px;
        height: 110px;
    }

        .reviw-icon img {
            width: 100px;
            transition: width 2s;
            display: none;
        }
}
@media(max-width: 385.99px) {
    .customer-review button {
        width: 100% !important;
    }

    .review-box {
        margin: 5px;
        width: 110px;
        height: 110px;
    }
        .review-box p {
            height: 25px;
            line-height: 25px;
            font-size: 20px;
        }

    .reviw-icon {
        width: 80px;
        height: 80px;
        margin-top: 10px;
     }

        .reviw-icon img {
            width: 75px;
            transition: width 2s;
            display: none;
        }
}
#lanFlage img {
    width: 25px !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: var(--color-green) !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: 12px;
    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(--color-red);
}

    .fi-button-clear-filters a:hover {
        text-decoration: underline;
        color: var(--color-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: var(--color-green) !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;
        }
.branch-listing-page .accordion>.card:first-of-type {
    border-bottom: 1px solid #f2f2f2;
}

#inputdata{
    width : 183px
}

.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;
}
