﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/* ----- Reset (must come first) ----- */
/*@import url("reset.css");*/

/* ----- Components ----- */
/*@import url("components.css");*/

/* ----- Header / Footer ----- */
/*@import url("header.css");
@import url("menu.css");
@import url("footer.css");*/

/* ----- Icons ----- */
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.0/font/bootstrap-icons.min.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");*/


/* ===========================================================================
Layout
============================================================================*/

/* ------ body -------- */

body {
    background-color: #fff;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

/**::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}*/

*::-webkit-scrollbar-thumb {
    background-color: #cec8c8;
    outline: 1px solid #cec8c8;
    border-radius: 3px;
}


/* ----- container ----- */
@media(min-width: 1200px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
@media(max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}

/* @media(min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media(min-width: 1250px) {
    .container {
        max-width: 1150px;
    }
}

@media(min-width: 1350px) {
    .container {
        max-width: 1250px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media(min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
} */

@media(max-width: 1400px){
    .header-singleBar1 > .section-header > .container{
        max-width: 100%;
    }
}


/* ===========================================================================
Homepage
============================================================================*/
#HibrandatCarousel {
	display: block !important;
}
#HibrandatCarousel .main-slide-image {
	max-height: 70vh;
    object-fit: cover;
}
@media(max-width: 767.98px) {
    #HibrandatCarousel {
        margin-left: -15px;
        margin-right: -15px;
    }
}


.homepage-categories .card {
	background-color: #eaeaea;
}


/* ---------- check this ---------- */
.check-this {
	background: var(--colorHighlight1);
	color: white;
	border-radius: 4px;
	padding: 30px;
    position: relative;
}
.check-this h3 {
	font-weight: 500 !important;
	font-size: 30px;
}
.check-this .module-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.check-this .module {
	flex: 0 0 calc(50% - 8px);
	max-width: 50%;
}
.check-this .item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.check-this .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.check-this .module img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
}
.check-this .txt {
	position: absolute;
	bottom: 0;
	background: white;
	width: 100%;
	padding: 10px;
    color: gray;
}
.check-this .txt h4 {
    color: var(--colorHighlight1);
    margin-bottom: 3px;
    line-height: 1;
	font-size: 17px !important;
	font-weight: 500 !important;
}
.check-this .txt p {
	font-size: 13px;
	color: #6a6a6a;
	margin: 0;
	font-weight: 300;
}

/*tiny*/
.check-this.tiny {
	padding: 15px;
}
.check-this.tiny .txt {
	padding: 5px 10px;
}
.check-this.tiny .txt h4 {
	font-size: 16px;
}
.check-this.tiny .txt p {
	font-size: 13px;
}


/* ---------- Big Deals ---------- */
.big-deals {
	background: white url(../images/big-deal-bg.png) center center no-repeat;
    background-size: cover;
	color: var(--colorHighlight1);
	border-radius: 4px;
	padding: 30px;
    position: relative;
}
.big-deals .home-deals-title {
	font-size: 30px;
	font-weight: 500 !important;
	text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.big-deals .module-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.big-deals .module {
	flex: 0 0 calc(50% - 8px);
	max-width: 50%;
}
.big-deals .item {
    background-color: white;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.big-deals .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.big-deals .module img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	object-fit: contain;
	padding-bottom: 70px;
}
.big-deals .txt {
	position: absolute;
	bottom: 0;
	background: white;
	width: 100%;
	padding: 10px;
    color: gray;
}
.big-deals .txt h4 {
	color: var(--colorHighlight1);
	margin-bottom: 3px;
	line-height: 1;
	font-size: 17px;
}
.big-deals .txt h4 .old-price {
	font-size: 12px;
	color: #9c9c9c;
	font-weight: 500;
	text-decoration: line-through;
	word-break: break-word;
    display: inline-flex;
}
.big-deals .txt p {
	font-size: 14px;
	color: #6a6a6a;
	margin: 0;
    margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 500;
}
.big-deals .timer {
	background: var(--colorHighlight1);
	color: white;
	display: inline-flex;
	padding: 3px 10px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 0 0 12px 12px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    letter-spacing: 2px;
}

/*tiny*/
.big-deals.tiny {
	padding: 15px;
}
.big-deals.tiny .txt {
	padding: 5px 10px;
}
.big-deals.tiny .txt h4 {
	font-size: 16px;
}
.big-deals.tiny .txt p {
	font-size: 13px;
}


/* ---------- mini ads ---------- */
.cat-mini-ads {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	justify-content: center;
}
.cat-mini-ads > a {
	display: flex;
	height: 50%;
}


/* --------- brands slim -------- */
.brands-slim a {
	background: white;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	box-shadow: 0 0 5px #dbdbdb;
	padding: 5px;
	justify-content: center;
    margin: 10px auto;
}
.brands-slim img {
	object-fit: contain;
}

@media(min-width: 1600px) {
    .row-brands-slim > .each-item {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (pointer: coarse) and (max-width: 1199.98px) {
    .row-brands-slim .each-item {
        flex: 0 0 120px;
        max-width: 120px;
    }
}


/* ===========================================================================
Listing Page
============================================================================*/
/* ---------- Specification Filters --------- */
/* .generalLeftSide .product-spec-filter {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 25px;
	padding-bottom: 15px;
} */
/* .generalLeftSide .product-spec-filter {
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.generalLeftSide .product-spec-filter h2 {
	background-color: #f2f2f2;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
} */

/*applied filters*/
.product-spec-filter .filtered-items a {
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: 3px 7px !important;
	font-size: 14px;
	font-weight: 400;
}

/*available filters*/
.product-spec-group {
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	margin-bottom: 15px;
}
.product-spec-filter .available-items .product-spec-group h6 {
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.product-spec-filter .available-items .product-spec-group li + li {
	padding: 10px 15px;
}

/* ---------- sidebar blocks ---------- */
@media(min-width: 1600px) {
    .listing-page .sidebar-filters {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.generalLeftSide .block {
	border-bottom: 1px solid #dfdfdf;
	border-radius: 0;
	margin-bottom: 15px;
    padding-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
}
.generalLeftSide .block h6 {
    margin: 0;
	padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
}
.generalLeftSide .block h6::after {
	content: "\F63B";
    font-family: "bootstrap-icons";
    color: #b0b0b0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    transition: all 0.5s ease;
}
.generalLeftSide .block.opened h6::after {
	content: "\F64D";
}
html[lang="en"] .generalLeftSide .block h6::after {
	right: 15px;
}
html[lang="ar"] .generalLeftSide .block h6::after {
	left: 15px;
}
/* .generalLeftSide .block .viewBox {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #dfdfdf;
    display: none;
} */

.filter-search {
	width: 100%;
	padding: 5px 15px;
	border-radius: 4px;
	border: 1px solid #cfcfcf;
	background: #eaeaea;
	color: black;
}

/* ----- */
@media(max-width: 991.98px) {
    .generalLeftSide {
        padding: 0;
    }
}
.generalLeftSide li.active.last > a {
	color: #e74e48;
}



/*----- sidebar categories----- */

.generalLeftSide li a:hover {
    color: var(--colorHighlight1);
}

.generalLeftSide li.active.last>a {
    color: var(--colorHighlight1);
}

.generalLeftSide .block-category-navigation li.active>.sublist>li a::before {
    background: #ddd;
}

.generalLeftSide .block-category-navigation li.active.last>a:before,
.generalLeftSide .block-category-navigation li.active.last>.sublist>li a::before {
    background: #ffae0d !important;
}


/* quick view */
/* .product-quickview .product-details-page {
    background: #fff;
    padding: 55px 15px 15px 15px;
}

@media(min-width: 768px) {
    .product-quickview .item-container .gallery {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .product-quickview .item-container .overview {
        flex: 0 0 55%;
        max-width: 55%;
    }
} */


/* products infinite scroll loader */
/* #progressmarker {
    text-align: center;
    min-height: 50px;
    background: url("../images/loader-dring.gif") center center no-repeat;
} */

/* --------- brands square -------- */
.brands-square a {
	background: white;
	display: block;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 10px #dbdbdb;
	padding: 5px;
	justify-content: center;
	margin: 10px auto;
	aspect-ratio: 1;
	border: 1px solid #fbcacd;
	text-align: center;
	position: relative;
}
.brands-square img {
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media(min-width: 1600px) {
    .row-brands-square > .each-item {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (pointer: coarse) and (max-width: 1199.98px) {
    .row-brands-square .each-item {
        flex: 0 0 120px;
        max-width: 120px;
    }
}


/* ------------------ main area ------------------ */
.listing-stats {
	color: #939393;
	font-weight: 300;
}

.sort-container, .sort-container:not(:last-child) {
	margin: 0;
}
.sort-container .custom-select {
	max-width: 150px;
}
@media(max-width: 1199.98px){
    .sort-container .custom-select {
        max-width: 125px;
        font-size: 13px;
        border: 0;
        color: gray;
        text-align: end;
    }
}

#sidebar-mobile-button {
	color: gray;
	font-size: 13px;
	border: 0;
    font-weight: 400;
}

/* ===========================================================================
Product Details
============================================================================*/
/* ---------- gallery ----------  */
.product-details-page .gallery .thumb-image-wrapper {
	display: inline-flex;
    width: 100%;
	max-width: calc(100vw - 30px);
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	align-items: flex-start;
	justify-content: flex-start;
}
.product-details-page .gallery img.image.thumb-image {
	border-radius: 2px;
	width: 90px;
	height: 60px;
	object-fit: cover;
}
/*popup size fix*/
@media(min-width: 768px) {
    .vgs__container {
        height: calc(100vh - 160px) !important;
    }
}

/* ---------- overview -------- */
.details-add-to-wishlist {
	font-size: 1.5rem;
	cursor: pointer;
}
.details-add-to-wishlist:not(.active) .bi-suit-heart-fill {
	display: none;
}
.details-add-to-wishlist.active .bi-suit-heart {
	display: none;
}

.product-details-page .overview .product-label {
	position: static;
	z-index: unset;
}
.product-details-page h1 {
	font-size: 30px;
	font-weight: 700;
}
html[lang="ar"] .product-details-page h1 {
	font-size: 26px !important;
	line-height: 160% !important; /* 41.6px */
	font-weight: 500;
}
.product-details-page .overview {
	font-size: 16px;
}
.product-details-page .additional-details {
	display: inline-flex;
	gap: 20px;
}
.product-details-page .additional-details .value,
.product-details-page .additional-details .value a {
	color: gray;
}
.product-details-page .product-reviews-overview .rating {
	display: flex;
	gap: 10px;
}

.product-details-page .overview .short-description {
	color: gray;
	font-size: 14px;
	font-weight: 300;
}

.product-details-page .overview .product-price {
	gap: 10px;
}
.product-details-page .overview .actual-price {
	color: var(--colorHighlight1);
	font-size: 27px;
}
.product-details-page .overview .old-price {
	color: #000;
	font-size: 27px;
	font-weight: 700;
    line-height: unset;
}
@media(max-width: 767.98px) {
    .product-details-page .overview .actual-price {
        font-size: 21px;
    }
    .product-details-page .overview .old-price {
        font-size: 21px;
    }
}

/* qty */
.product-details-page .qty-wrapper {
	display: flex;
    border: 1px solid gray;
    border-radius: 2px;
}
.product-details-page .qty-wrapper .btn {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
    border: none;
	background: transparent;
    padding: 3px;
}
.product-details-page .qty-wrapper .btn:hover {
	background: #eee;
}
.product-details-page .qty-wrapper .qty-input {
	padding: 0;
	width: 60px !important;
	height: 45px !important;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	color: black;
	font-size: 18px;
}
.product-details-page .qty-unit {
	font-size: 13px;
	color: gray;
}

@media(max-width: 767.98px) {
    .product-details-page .qty-wrapper .btn {
        width: 40px;
    }
    .product-details-page .qty-wrapper .btn span {
        font-size: 18px;
    }
    .product-details-page .qty-wrapper .qty-input {
        width: 50px !important;
        font-size: 16px;
    }
}

/**/
.product-details-page .add-to-wishlist-button.details-add-to-wishlist {
    height: 45px;
}

.product-details-page .product-add-to-cart .input-group-append .add-to-cart-button {
	font-size: 18px;
	background: var(--colorHighlight1);
	border-color: var(--colorHighlight1);
	height: 45px;
}
.product-details-page .product-add-to-cart .input-group-append .add-to-cart-button:hover {
	background: var(--colorHighlight1-hover);
}

.product-details-page .overview-buttons .bi.bi-suit-heart {
	font-size: 18px;
}

/* atrributes table */
.product-details-page .attributes {
	margin: 0 0 15px 0;
	border: 0;
}
.product-details-page .attributes .table tr {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 15px;
}
.product-details-page .attributes .table tr td {
	padding: 0;
	border: none;
}

/*radio capsule style*/
.product-details-page ul.radio-capsule-style input {
    display: none;
}

.product-details-page .attributes .radio-capsule-style .selected-value label::before {
    background-image: none;
}

.product-details-page .attributes .radio-capsule-style label {
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 15px;
}

.product-details-page .attributes .radio-capsule-style .selected-value label {
    border: 2px solid #222;
    font-weight: 700;
}
/* html[lang="ar"] .product-details-page .attributes .radio-capsule-style .selected-value label {
    font-weight: 500;
} */

/* color squares */
html[lang="en"] .color-squares .mr-1 {
	margin-right: 10px !important;
}
html[lang="ar"] .color-squares .mr-1 {
	margin-left: 10px !important;
    margin-right: 0 !important;
}
input ~ .color-container {
	border: 1px solid white;
	display: inline-flex;
	border-radius: 100%;
}
input:checked ~ .color-container {
	border: 1px solid var(--colorHighlight1);
}
input:checked ~ .color-container .color::before {
	display: none;
}
.color-container .color {
	width: 40px;
	height: 40px;
	border: 3px solid whitesmoke;
	border-radius: 100%;
	box-shadow: 0 0 5px #cacaca;
}

/* ----- */
.product-details-page .txt-points {
	color: #4f4f4f;
	font-size: 14px;
	margin-top: 5px;
}
.product-details-page .txt-points i {
    color: var(--colorHighlight1);
}

/* --------- tabs -------- */
.product-video-youtube {
	border-radius: 4px;
	padding: 10px 7px 5px;
	background: #333932;
}
.product-video-youtube iframe {
	width: 100%;
	min-height: 300px;
	aspect-ratio: 16/9;
	border-radius: 12px;
}


/* ===========================================================================
Registration and Login page
============================================================================*/

.registration-page .card {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 0;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}
@media(max-width: 767.98px) {
    .registration-page .card {
        padding: 0px;
    }
}

.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%;
    }
}
.category-description h2.card-title {
    font-weight: 300 !important;
}
.category-description h2.card-title p {
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 300 !important
}
/* ===========================================================================
My Account
============================================================================*/
.account-page {
    background-color: white;
    padding: 0 !important;
    border-radius: 7px;
}

/* 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(--colorHighlight1);
    color: var(--colorHighlight1);
}

/* Edit Ad */
.account-page-adv-edit input,
.account-page-adv-edit textarea,
.account-page-adv-edit select {
	color: gray;
}
.account-page-adv-edit input,
.account-page-adv-edit textarea,
.account-page-adv-edit select {
	font-size: 15px;
}


/* ---------- addresses --------- */
@media(max-width: 575.98px) {
    .address-list.table-responsive thead {
        display: none;
    }
    .address-list.table-responsive > .table tr {
        display: flex;
        width: 100%;
        flex-direction: column;
        border: 1px solid gray;
        margin: 15px auto 20px auto;
        border-radius: 4px;
    }
}



/* ===========================================================================
Shopping Cart Page
============================================================================*/
.shopping-cart-page .deleteshoppingcartitem svg,
.shopping-cart-page .shopping-cart.table td .edit-item .btn-link svg,
.shopping-cart-page .shopping-cart.table td.subtotal .prod-total {
    color: #666 !important;
}
.shopping-cart-page .removeAll-cart-button {
    color: #fff;
    background-color: #666 !important;
    border-color: #666 !important;
}
.shopping-cart-page .checkout-button {
    color: #fff;
    background-color: #666 !important;
    border-color: #666 !important;
}

/**/
.shopping-cart-page h2 {
    font-size: 1.2rem;
}
.shopping-cart-page .totals-inner {
    position: sticky;
    top: 15px;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-top: 44px;
}
.shopping-cart-page .totals-inner td {
    font-size: 14px !important;
}
.shopping-cart-page .totals-inner .custom-control-label {
    font-size: 14px !important;
}
.shopping-cart-page .totals-inner .coupon-button {
    font-size: 14px !important;
}
.shopping-cart-page .shopping-cart.table {
    border-bottom: 1px solid #dee2e6;
}
.shopping-cart-page .shopping-cart.table thead th {
    font-size: 14px !important;
    border-bottom: 1px solid #dee2e6;
}
.shopping-cart-page .shopping-cart.table td {
    text-align: start;
}
.shopping-cart-page.shopping-cart.table td .prod-total, .shopping-cart-page .shopping-cart.table td .product-unit-price {
    font-size: 14px;
    white-space: nowrap;
}
.shopping-cart-page .shopping-cart.table td .product-name {
    font-size: 13px;
    text-align: start;
    margin-bottom: 5px;
}
.shopping-cart-page .shopping-cart.table td .attributes {
    font-size: 13px;
    text-align: start;
    border: unset;
}
.shopping-cart-page .shopping-cart.table .remove-from-cart {
	min-width: 185px;
}
.shopping-cart-page .shopping-cart.table td .btn-link {
	padding: 5px;
}
.shopping-cart .prod-total {
	white-space: nowrap;
}

/* ---------- cart on mobile ---------- */
@media(max-width: 1199.98px) {

    .shopping-cart-page .shopping-cart.table thead {
        display: none;
    }
    .shopping-cart-page .shopping-cart.table > tbody > tr {
        width: 100%;
        margin: 0 0 15px;
        background-color: white;
        border: 1px solid #dee2e6;
        position: relative;
        border-radius: 2px;
    }
    .shopping-cart-page .shopping-cart.table .onhold-cart {
        display: none;
    }
    .shopping-cart-page .shopping-cart.table td {
        border: none;
    }
    .shopping-cart-page .product-picture img {
        width: 100px;
        height: auto;
        position: absolute;
        top: 10px;
        max-height: calc(100% - 20px);
        object-fit: contain;
    }
    html[lang="en"] .shopping-cart-page .product-picture img {
        left: 10px;
    }
    html[lang="ar"] .shopping-cart-page .product-picture img {
        right: 10px;
    }

    .shopping-cart-page .shopping-cart.table tr {
        align-items: flex-start;
    }
    .shopping-cart-page .product-picture{
        display: contents !important;
    }
    .shopping-cart-page .shopping-cart.table td {
        align-items: flex-start;
        border: none;
        padding: 5px 10px;
        width: calc( 100% - 115px);
    }
    html[lang="en"] .shopping-cart-page .shopping-cart.table td {
        margin-left: 115px;
    }
    html[lang="ar"] .shopping-cart-page .shopping-cart.table td {
        margin-right: 115px;
    }

    .shopping-cart-page .shopping-cart.table td .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .shopping-cart-page .shopping-cart.table td .attributes {
        margin-bottom: 0px;
    }
    .shopping-cart-page .shopping-cart.table .subtotal {
        display: none;
    }
    .shopping-cart-page .shopping-cart.table .remove-from-cart {
        align-items: flex-end;
    }


}


/* ===========================================================================
Flash Sale Page
============================================================================*/
.flash-page-hero {
	background: var(--colorHighlight1);
	color: white;
	margin: 15px auto;
	border-radius: 4px;
	padding: 15px;
    font-size: 19px;
    font-weight: 500;
}

.timer.timer-box > span {
	background: white;
	color: var(--colorHighlight1);
	font-weight: 300;
	display: inline-flex;
	min-width: 30px;
	height: 30px;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
}


/* ===========================================================================
Checkout
============================================================================*/
.checkout-page .shopping-cart.table thead th {
    font-size: 14px;
}
.checkout-page .shopping-cart.table td.product {
    text-align: start;
}
.checkout-page .shopping-cart.table td.product a {
    font-size: 14px;
    text-align: start;
}
.checkout-page .shopping-cart.table td.product .attributes {
    border: 1px solid transparent;
}
.checkout-page .opc-totals {
    border: 1px solid #dee2e6 !important
}


@media(max-width: 1199.98px) {

    .checkout-page .opc-totals {
        margin-top: 15px;
    }
    .checkout-page .shopping-cart thead {
        display: none;
    }
    .checkout-page .shopping-cart.table tr {
        width: 100%;
        margin: 0 0 15px;
        border: 1px solid #dee2e6 !important;
        border-radius: 2px;
        background-color: white;
        position: relative;
    }
    .checkout-page .product-picture img {
        width: 100px;
        height: auto;
        position: absolute;
        top: 10px;
        max-height: calc(100% - 20px);
        object-fit: contain;
    }
    html[lang="en"] .checkout-page .product-picture img {
        left: 10px;
    }
    html[lang="ar"] .checkout-page .product-picture img {
        right: 10px;
    }

    .checkout-page .shopping-cart.table tr {
        align-items: flex-start;
    }
    .checkout-page .product-picture{
        display: contents !important;
    }
    .checkout-page .shopping-cart.table td {
        align-items: flex-start;
        border: none;
        padding: 5px 10px;
        width: calc( 100% - 115px);
    }
    html[lang="en"] .checkout-page .shopping-cart.table td {
        margin-left: 115px;
    }
    html[lang="ar"] .checkout-page .shopping-cart.table td {
        margin-right: 115px;
    }

    .checkout-page .shopping-cart.table td .attributes {
        margin-bottom: 0px;
    }

    /* .checkout-page .shopping-cart.table td.quantity {
        display: flex;
        flex-direction: revert;
        align-items: center;
        justify-content: flex-start;
    } */

}



/* 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: 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;
} */

/* ===========================================================================
Blog
============================================================================*/
/* ---------- blog post details ---------- */
/* .post-date {
	font-size: 14px;
}

@media(min-width: 992px) {
    html[lang="en"] .generalLeftSideBlogDetails {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    html[lang="ar"] .generalLeftSideBlogDetails {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
}

.blog-module {
	background-color: white;
	box-shadow: 0 0 5px #eee;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.blog-module-title {
	background-color: var(--colorHighlight1);
	color: white;
	padding: 5px 15px;
	border-radius: 0 0 25px 0;
	margin: -10px -15px 15px -15px;
}
html[lang="ar"] .blog-module-title {
	border-radius: 0 0 0 25px;
}

.blog-details-related-post-title {
    font-size: 16px !important;
    font-weight: bold;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blog-details-related-post-desc {
	margin: 0;
	font-size: 14px;
    line-height: 1.2;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
} */

/* ---------- blog post listing ---------- */
/* .blog-page .post-title .card-img-top {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.blog-page .post-title .card-header-outer {
	min-height: 65px;
}
.blog-page .card-header {
	border: none;
	margin: 0;
	padding-bottom: 0;
	font-size: 16px;
    line-height: 1.5;
    font-weight: bold;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
} */

/* ---------------- Blog Categories ----------------------- */
/* .blog-page-cats {
	background-color: #f2f3f5;
}

.slick-blog-page-categories.slick-common-styles .slick-arrow.slick-disabled {
	opacity: 0;
}

.slick-blog-page-categories.slick-common-styles .slick-prev,
.slick-blog-page-categories.slick-common-styles .slick-next {
	height: 64px;
	width: 35px;
	border-radius: 0;
	background-color: transparent;
}
html[lang="en"] .slick-blog-page-categories.slick-common-styles .slick-next {
	box-shadow: -10px 0px 5px #e1e1e1;
	border-left: 1px solid #d7d7d7;
}
html[lang="en"] .slick-blog-page-categories.slick-common-styles .slick-prev {
	box-shadow: 10px 0px 5px #e1e1e1;
	border-right: 1px solid #d7d7d7;
}
html[lang="ar"] .slick-blog-page-categories.slick-common-styles .slick-next {
	box-shadow: 10px 0px 5px #e1e1e1;
	border-right: 1px solid #d7d7d7;
}
html[lang="ar"] .slick-blog-page-categories.slick-common-styles .slick-prev {
	box-shadow: -10px 0px 5px #e1e1e1;
	border-left: 1px solid #d7d7d7;
}


@media(max-width: 767.98px){
    .slick-blog-page-categories.slick-common-styles .slick-prev,
    .slick-blog-page-categories.slick-common-styles .slick-next {
        height: 45px;
        width: 30px;
    }
}

.btn-cat {
	background-color: transparent;
	box-shadow: 0 0 5px #c4c4c4;
	margin: 15px 0;
    border-radius: 5px;
}

.blog-page-cats .row-blog-cat-btns .active .btn {
	background-color: #ffae0e;
	border-color: #ffae0e;
	color: white;
}

@media(max-width: 767.98px){
    .blog-page-cats .row-blog-cat-btns .btn {
        font-size: 14px;
        padding: 3px 5px;
    }
} */

/* ===========================================================================
Other minor pages
============================================================================*/
/* write product reveiw */
/* .write-review {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    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;
}

.overview-buttons .prices .actual-price.old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
} */


