@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Euclid Circular B';
	color: #161824;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background: #FFF;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Euclid Circular B';
	font-size: 80px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

h2 {
	font-family: 'Euclid Circular B';
	font-weight: 300;
	font-size: 51px;
	margin: 0px;
	padding: 0px;
	line-height: 61px;
}

h3,
h4,
h5,
h6, h2.woocommerce-loop-category__title {
	font-family: 'Euclid Circular B';
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

form,
input,
select,
textarea,
p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
	display: block;
	margin: 0px;
	padding: 0;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

/*End IE below 9*/

header {
	position: absolute;
	width: 100%;
	z-index: 1
}

header ul.social-icons {
	display: flex;
	list-style: none;
	max-width: 1772px;
	margin: 0 auto;
	align-items: center;
	justify-content: flex-start;
	padding: 29px 6px 0 0;
}

header ul.social-icons li {
	padding-right: 10px;
}

header ul.social-icons li img:hover {
	filter: brightness(0) saturate(100%) invert(56%) sepia(6%) saturate(1931%) hue-rotate(314deg) brightness(95%) contrast(79%);
}

header .page-center {
	display: flex;
	align-items: center;
	max-width: 1772px;
	justify-content: center;
	margin: 0 auto
}

.header-first-area {
	width: 20%;
}

.header-middle-area {
	width: 58%;
}

.header-last-area {
	width: 22%;
}

/*.header-first-area ul{
	display: flex;
	list-style: none;
	margin: 0;
    padding-bottom: 25px;
    padding-left: 0;
}*/
.header-first-area ul li {
	padding-right: 10px;
}

.header-first-area p {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	display: flex;
	gap: 10px;
}

.header-middle-area img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

nav.main-nav ul {
	list-style: none;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 10px 0 0;
	gap: 15px 65px;
	flex-wrap: wrap;
}

nav.main-nav ul li a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

nav.main-nav ul li a:hover {
	color: #ac7c7c;
}

.header-last-area ul {
	display: flex;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	float: right;
	padding-right: 16px;
}

.header-last-area ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.header-last-area ul li a:hover {
	color: #ac7c7c
}

.header-last-area ul li img:hover {
	filter: brightness(0) saturate(100%) invert(56%) sepia(6%) saturate(1931%) hue-rotate(314deg) brightness(95%) contrast(79%);
}

.header-last-area ul li {
	padding-left: 15px;
	position: relative;
}

.header-first-area select {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
	background-color: transparent;
	border: 0;
	padding: 0 20px 0 20px;
	outline: none;
}

.header-first-area select option {
	background-color: grey;
	font-weight: 300 !important;
	color: white !important;
}

.header-first-area select option:hover {
	background-color: yellow !important;
}

.header-first-area select:focus-visible {
	border: 0;
}

.header-last-area ul li a span {
	position: absolute;
	right: -13px;
	top: -16px;
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	color: black;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.73px;
	font-weight: 500;
}

section.banner-main {
	position: relative;
}

.owl-banner .owl-dots button {
	background: #ffffff !important;
	width: 10px;
	height: 10px;
	font-size: 0;
	margin: 10px;
	text-align: center;
	border-radius: 50%;
}

.owl-banner .owl-dots button.active {
	/*background: url(../images/icon-dot.png)!important;*/
	outline-offset: 7px;
	outline: 1px solid white;
	/*outline: -webkit-focus-ring-color auto 1px;*/
	width: 10px;
	background-repeat: no-repeat;
	height: 10px;
}

.owl-banner .owl-dots {
	text-align: center;
	padding: 50px 0;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 999;
}

.banner .slider-content {
	top: 50%;
	transform: translate(-50%, -50%);
}

.slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin: 0 auto;
	max-width: 1285px;
	width: 100%;
}

.slider-content h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

.slider-content .button-banner a {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	border: 0;
	background-color: #ffffff;
	max-width: 250px;
	width: 100%;
	padding: 19px 15px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	position: relative;
}

.slider-content .button-banner a:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
}

.slider-content .button-banner a:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border: 2px solid #dfaa9e;

}

.slider-content .button-banner a:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #dfaa9e;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.price-customize a{
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	border-radius: 30px;
}

.price-customize a:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: none;
	border-radius: 30px;
}

.price-customize a:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border: 0px solid #dfaa9e;
	border-radius: 30px;

}

.price-customize a:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #dfaa9e;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*size detail btn hover*/
.size-detail-cart {
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	border-radius: 30px;
    overflow: hidden;
}

.size-detail-cart:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: none;
	border-radius: 30px;
}

.size-detail-cart:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border: 0px solid #dfaa9e;
	border-radius: 30px;

}

.size-detail-cart:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #dfaa9e;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*size detail hover btn end css*/
/*size order btn hover*/
.size-order-button {
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.size-order-button:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: none;
	border-radius: 30px;
}

.size-order-button:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border: 0px solid #dfaa9e;
	border-radius: 30px;

}

.size-order-button:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #dfaa9e;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*size order btn hover btn end css*/
.arabic .popup-close {
    left: 50px;
}
.arabic .popup-close img {
    left: 0;
    position: absolute;
}
.banner-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#3632321f, #2c2c2821, #ffffff00);
}

.button-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 30px 0;
}

section.collection-area {
	display: flex;
	width: 100%;
	padding: 20px 0;
	gap: 20px;
	/* align-items: center;*/
	justify-content: center;
}

.collection-row {
	display: flex;
	gap: 20px;
	padding-bottom: 20px
}

section.collection-area figure {
	display: flex;
	align-items: stretch;
	width: 100%
}

section .collection-left {
	display: flex;
	/*  max-width: 50%;
    width: 100%;*/
	height: auto;
}

section .instagram-area p {
	font-size: 20px;
	font-weight: 300;
}

.instagram-area {
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 70px 0;
}

.instagram-area img {
	position: relative;
}

.insta-layer {
	background-color: #0b0d0d69;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	opacity: 0;
}

.insta-icons {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	position: relative;
	top: 82%;
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 5s;

}

.insta-icons p {
	font-size: 17.5px;
	color: #ffffff;
	font-weight: normal;
}

.insta-icons .like {
	display: flex;
	gap: 10px;
}

.owl-insta-post .item:hover .insta-layer {
	opacity: 1;
	top: 0;
}

.owl-insta-post .item:hover .insta-icons {
	top: 0;
	top: 82%;
}

footer {
	background-color: #ffffff;
	padding: 60px 0 10px;
}

footer .page-center {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1500px;
	width: 100%;
	gap: 4%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e1e1;
	padding-bottom: 60px;
}

footer h4 {
	font-size: 18px;
	font-weight: 500;
	color: black;
}

footer ul li {
	font-size: 15px;
	font-weight: 300;
	list-style: none;
	line-height: 25px
}

footer ul li a {
	color: #4e4343!important;
    font-size: 15px;
    font-weight: 300;
    list-style: none;
    line-height: 25px;
}

footer ul li a:hover {
	color: #ca9797!important
}

footer ul li.mail {
	position: relative;
}

footer ul li.mail::before {
	content: "";
	position: absolute;
	left: -35px;
	top: 6px;
	width: 16px;
	height: 13px;
	background: url(../images/icon-mail.png) no-repeat;
}

footer ul li.address {
	position: relative;
}

footer ul li.address::before {
	content: "";
	position: absolute;
	left: -35px;
	top: 6px;
	width: 14px;
	height: 18px;
	background: url(../images/icon-address.png) no-repeat;
}

.logo-foot p {
	font-size: 15px;
	font-weight: 300;
	padding: 9px;
}

.contact ul {
	position: relative;
}

.useful-link ul li::before {
	content: "\2022";
	color: #ca9797;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 25px;
}

.site-term ul li::before {
	content: "\2022";
	color: #ca9797;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 25px;
}

.foot-item.logo-foot {
	max-width: 500px;
	width: 100%
}

.foot-item.contact {
	max-width: 400px;
	width: 100%
}

.foot-item.useful-link {
	max-width: 210px;
	width: 100%
}

.foot-item.site-term {
	max-width: 210px;
	width: 100%
}

.foot-item.useful-link ul {
	padding: 0 0 0 25px;
}

.foot-item.site-term ul {
	padding: 0 0 0 25px;
}

.copyright {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}

.copyright p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px
}

.copyright ul {
	display: flex;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.owl-insta-post .owl-dots button {
	background: #e5e7eb !important;
	width: 13px;
	height: 13px;
	font-size: 0;
	margin: 2px;
	text-align: center;
	border-radius: 50%;
}

.owl-insta-post .owl-dots button.active {
	background: #dfaa9e !important;
	box-shadow: 0px 2px 9px 2px #7c767640;
}

.owl-insta-post .owl-dots {
	text-align: center;
	padding: 50px 0;
	bottom: -94px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 999;
}

.fts-instagram-inline-block-centered .owl-dots button {
	background: #e5e7eb !important;
	width: 13px;
	height: 13px;
	font-size: 0;
	margin: 2px;
	text-align: center;
	border-radius: 50%;
}

.fts-instagram-inline-block-centered .owl-dots button.active {
	background: #dfaa9e !important;
	box-shadow: 0px 2px 9px 2px #7c767640;
}

.fts-instagram-inline-block-centered .owl-dots {
	text-align: center;
	padding: 50px 0;
	bottom: -94px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 999;
}

section.insta-area {
	padding: 0 0 70px;
}

.header-last-area ul li img {
	max-width: 15px
}

.header-last-area ul li:first-child {
	padding-right: 15px
}

.header-first-area ul {
	padding: 0;
	list-style: none;
	position: relative;
}

.header-first-area .lang::before {
	content: "";
	position: absolute;
	/*left: 0;*/
	width: 16px;
	height: 16px;
	background: url(../images/lang.png) no-repeat;
}

.owl-carousel.owl-banner .owl-stage {
	transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.fts-instagram-inline-block-centered.feed_dynamic_classklfzxhkaow_basic {
	display: flex;
}

.slicker-instagram-placeholder,
.slicker-youtube-placeholder {
	width: 317px !important;
	height: 317px !important;
}

.ft-gallery-link-popup:before {
	display: none;
}

.slicker-instaG-photoshadow {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
	-webkit-transition: background-color .05s ease-out;
	-moz-transition: background-color .05s ease-out;
	-o-transition: background-color .05s ease-out;
	transition: background-color .05s ease-out;
	vertical-align: middle;
	background: #0b0d0d69;
	opacity: 0;
}

.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow {
	background-color: #0b0d0d69;
	-webkit-transition: background-color .01s ease-out;
	-moz-transition: background-color .01s ease-out;
	-o-transition: background-color .01s ease-out;
	transition: all .8s cubic-bezier(0.25, 1, .5, 1);
	border: 1px solid rgba(0, 0, 0, .12);
	top: 0;
	opacity: 1
}

.instagram-placeholder:hover .fts-see-on-instagram,
.slicker-instagram-placeholder:hover .fts-see-on-instagram,
.slicker-instagram-placeholder:hover .fts-share-wrap,
.slicker-instagram-placeholder:hover .fts-slicker-backg,
.slicker-instagram-placeholder:hover .slicker-date,
.slicker-instagram-placeholder:hover .slicker-instagram-image-comments,
.slicker-instagram-placeholder:hover .slicker-instagram-image-likes {
	opacity: 1;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	/*transition-delay: 0.5s;*/
	transition: all .8s cubic-bezier(0.25, 1, .5, 1) 0.5s;
	top: 0;
}

.collection-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-area a {
	display: block;
	width: 100%;
}

.innerHeader {
	position: static;
	background-color: #ffffff;
}
.innerHeader nav.main-nav ul li a {
    color: #0a0e1a;
}
.innerHeader nav.main-nav ul li a:hover{
	color: #ac7c7c;
}
.innerHeader .header-last-area ul li a {
    color: #0a0e1a;
}
.innerHeader .header-last-area ul li a:hover{
	color: #ac7c7c
}
header.innerHeader .header-first-area select {
    color: #0a0e1a;
}
header.innerHeader .header-first-area .lang::before {
    content: "";
    position: absolute;
    /* left: 0; */
    width: 16px;
    height: 16px;
    background: url(../images/lang.png) no-repeat;
	filter: brightness(0) saturate(100%) invert(5%) sepia(11%) saturate(3119%) hue-rotate(188deg) brightness(96%) contrast(98%);
}
header.innerHeader  ul.social-icons li img{
	filter: brightness(0) saturate(100%) invert(5%) sepia(11%) saturate(3119%) hue-rotate(188deg) brightness(96%) contrast(98%);
}
header.innerHeader  ul.social-icons li img:hover{
	filter:brightness(0) saturate(100%) invert(56%) sepia(6%) saturate(1931%) hue-rotate(314deg) brightness(95%) contrast(79%)
}
header.innerHeader .header-last-area ul li img{
	filter: brightness(0) saturate(100%) invert(5%) sepia(11%) saturate(3119%) hue-rotate(188deg) brightness(96%) contrast(98%);
}
header.innerHeader .header-last-area ul li img:hover{
	filter:brightness(0) saturate(100%) invert(56%) sepia(6%) saturate(1931%) hue-rotate(314deg) brightness(95%) contrast(79%)
}
header.innerHeader .header-last-area ul li a span{
	background-color: #0a0e1a;
	color: #ffffff
}
header.innerHeader .page-center{
	padding-bottom: 50px
}
section.category-banner{
	position: relative;
}

section.category-banner img{
    max-width: 100%;
    width: 100%;
    max-height: 422px;
    height: 100%;
}
section.category-banner h2{
	position: absolute;
	font-size: 70px;
	color: #56483b;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 300;
    line-height: 51px;
}
.page-center{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto
}
.woocommerce-breadcrumb {
    display: flex;
    gap: 15px;
    list-style: none;
    font-size: 15px;
    margin: 0;
    padding: 60px 0;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb{
	color: #0a0e1a;
	font-size: 16px
}
/*.woocommerce-breadcrumb a:last-child{
    cursor: text;
}*/
ul.category-list {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 25px 60px;
    padding-bottom: 130px;
    padding-bottom: 195px;
    border-bottom: 1px solid #e5e1e1;
}
ul.category-list li a{
	display: block;
}
ul.category-list li {
    max-width: 720px;
    width: 100%;
    flex: 45%;
    flex-grow: 0;
}
ul.category-list li a img{
    max-width: 720px;
    width: 100%;
    max-height: 500px;
    height: 100%;
}
ul.category-list li h2.woocommerce-loop-category__title{
	font-size: 20px;
    color: #000000;
    font-weight: 500;
    padding: 30px 0;
}
ul.category-list a {
    color: #000000;
}

ul.category-list mark {
	display: none;
}
.category-banner .page-center h2 span{
    font-weight: 100;
    font-size: 45px;
}


/*======produxt-list css start=====*/

.result-count-wrap.page-center {
    display: flex;
    justify-content: space-between;
    padding: 42px 0 10px;
}
.result-count-wrap.page-center p.woocommerce-result-count{
    color: #898c94;
    font-size: 16px;
    font-weight: 300;
}
.result-count-wrap .woocommerce-ordering select{
	color: #898c94;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
}
ul.product-list{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 60px 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;

}
ul.product-list li.product-category{
	position: relative;
    flex: 23%;
    max-width: 351px;
    width: 100%;
}
li.product-category .img{
	overflow: hidden;
}
ul.product-list li.product-category a img{
	position: relative;
	max-width: 100%;
    max-width: 351px;
    width: 100%;
    height: 100%;
    max-height: 573px;
    object-fit: contain;
}

ul.product-list li.product-category h2{
	display: block;
    color: #000000;
    font-size: 20px!important;
    font-weight: 500;
    padding: 0!important
}
li.product-category p{
    font-size: 16px;
    color: #a99d9d;
    font-weight: 300;
    padding: 20px 0 5px;
}
.result-count-wrap .price-customize {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
    align-items: baseline;
}
 .price-customize span.price.product-price {
    color: #ca9797!important;
    font-size: 20px!important;
    font-weight: 500!important;
    display: block;
}
.woocommerce ul.products li.product .price {
    color: #ca9797;
    font-size: 15px;
}
 .price-bar{
	font-weight: 100;
    font-size: 25px;
    padding: 0 10px;
}
 .price-customize a{
    font-size: 20px;
    color: #ca9797!important;
    border: 1px solid #ca9797;
    border-radius: 30px;
    padding: 8px 15px;
    overflow: hidden;
}
.product-category .layer {
    position: absolute;
    top: 74%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);

}
li.product-category .img:hover .layer{
	opacity: 1;
	top: 70%;
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);

}
.layer img{
    width: 55px!important;
    height: 55px!important;
}

ul.page-numbers {
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    padding: 70px 0 50px;
    list-style: none;
    justify-content: center;
}
ul.page-numbers li a, ul.page-numbers li span{
	background-color: #ffff;
	color: black;
    padding: 10.37px 15px;
    border-radius: 50%;
    border:1px solid #e8e8e8;
    margin: 7px;
    font-size: 15px;
    display: inline-block;
    min-width: 42px;
    text-align: center;
}
ul.page-numbers li a{
	color: black;
}

ul.page-numbers li a:hover{
	background-color: #222222;
	color: white;
	padding: 10px 16px;
	border-radius: 50%;
	border: 0 solid #e8e8e8;
	font-size: 15px;
	display: inline-block;
	min-width: 42px;
	text-align: center;
}

.page-numbers li span.current{
background-color: #222222;
color: white;
padding: 10.37px 18px;
border-radius: 50%;
border: 0 solid #e8e8e8;
font-size: 15px;
display: inline-block;
min-width: 42px;
text-align: center;
}
span.onsale {
    display: none;
}
span.price{
	display: none;
}
a.button.add_to_cart_button{
	display: none;
}
.price-customize {
    display: flex;
    gap: 10%;
    padding: 15px 0 0;
    align-items: baseline;
}
.wc-img-wrapper{
	position: relative;
}
.wc-img-wrapper::after{
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	background:url(../images/icon-detail.png) no-repeat;
	top: 100%;
	transform: translate(-50%,-50%);
	left: 50%;
	opacity: 0
}
ul.product-list li.product-category a:hover .wc-img-wrapper::after{
	opacity: 1;
	top: 83%;
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}
/*====product detail css start====*/

.product-details {
    display: flex;
    gap: 2%;
    position: relative;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
	max-height: 37vw;
	min-height: 37vw;
	object-fit: cover;
/*	max-width: 37vw;
	width: 100%;
	max-height: 37vw;
	height: 100%;
	position: relative;
    min-height: 37vw;
    object-fit: cover;*/
}
.summary.entry-summary {
    width: 50%;
}
.summary.entry-summary h1{
	color: #000000;
	font-size: 36px;
	font-weight: 600;
    text-transform: initial;
    padding: 0;
}
.sku-product-detail {
    display: flex;
    gap: 5%;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e1e1;
}
.sku-product-detail p{
    font-size: 16px;
    color: #000000;
    font-weight: 100;
}
.sku-product-detail span{
	color: #a99d9d;
}
span.stock{
	color: #23a730
}
.woocommerce-product-details__short-description {
    padding: 21px 0;
    border-bottom: 1px solid #e5e1e1;
}
.woocommerce-product-details__short-description p {
    color: #626469;
    font-size: 16px;
    line-height: 28px;
}
.size-custom {
    display: flex;
    gap: 2%;
    padding: 25px 0;
}
.size-custom a{
	color: #ca9797;
	font-size: 20px;
	display: block;
	border: 1px solid #ca9797;
    padding: 15px 25px;
    position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.size-custom a:first-child{
    padding: 15px 25px 15px 60px;
}
.size-custom a:first-child::before{
	content: "";
	background: url(../images/icon-size-select.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px
}
.woocommerce-product-gallery {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
    align-items: flex-start;
    max-width: 37vw;
    width: 100%;
    max-height: 37vw;
    height: 100%;
    position: relative;
    min-height: 37vw;
    object-fit: cover;
}	
.pro-details-thumb {
    position: relative;
}
.pro-details-thumb figure.thumb-arrow-first{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ca9797;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    text-align: center;
    z-index: 1
}
.pro-details-thumb figure.thumb-arrow-first img{
    width: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
}
.pro-details-thumb figure.thumb-arrow-second{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -73%);
    background-color: #ca9797;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    text-align: center;
}
.pro-details-thumb figure.thumb-arrow-second img{
    width: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    top: 50%;
}
.product-details-thumb-slider{
	overflow: hidden;
	height: 37vw;
}
.pro-details-thumb ol li img{
	max-width: 10vw;
    min-height: 11.5vw;
    height: 100%;
    width: 100%;
    max-height: 11vw;
    object-fit: cover;
    min-width: 10vw;
}
.pro-details-thumb ol{
	list-style: none;
	padding: 0;
	margin:0;
}
.pro-details-thumb ol li {
    padding: 0 0 20px;
    cursor: pointer;
}

ol.flex-control-nav.flex-control-thumbs li:last-child{
	padding: 0
}
.arabic a.woocommerce-product-gallery__trigger{
	right: 90%;
}
a.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 2%;
    z-index: 9;
    bottom: 5%;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 14px;
}
.woocommerce-product-gallery .flex-viewport{
	width: 100%;
	overflow: hidden;
    height: 100%;
}
.thumb-dots{
	display: none;
}
.flex-viewport .owl-dots button {
	background: #A5A5A5 !important;
	width: 10px;
	height: 10px;
	font-size: 0;
	margin: 2px;
	text-align: center;
	border-radius: 50%;
}
.flex-viewport .owl-dots button.active {
	background: #ca9797 !important;
}
.flex-viewport .owl-dots {
	text-align: center;
	padding: 50px 0;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 999;
}

/*.flex-viewport{
    max-width: 558px;
    width: 100%;
    max-height: 669px;
    height: 100%;
}*/
/*figure.woocommerce-product-gallery__wrapper{
	position: relative;
}*/
.flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
	position: relative;
}
.summary.entry-summary form{
	display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 80px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    display: flex;
    list-style: none;
    gap: 5%;
    padding: 0;
    border-bottom: 1px solid #c0c1c7;
    padding-bottom: 25px;
}
ul.tabs.wc-tabs li a{
	font-size: 20px;
	color: #0a0e1a;
}
ul.tabs.wc-tabs li.active a{
	font-size: 20px;
	color: #0a0e1a;
    font-weight: 600;
}
ul.tabs.wc-tabs li.active{
	position: relative;
}
ul.tabs.wc-tabs li.active::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	bottom: -27px;
    left: 0;
    border-bottom: 3px solid #0a0e1a;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	font-weight: 500;
	padding: 15px 0;
	line-height: 32px;
}
.woocommerce-Tabs-panel p{
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #626469;
}
.woocommerce-Tabs-panel h3{
	font-size: 22px;
	font-weight: 500
}
.woocommerce-Tabs-panel ul{
	list-style: none;
    padding: 0px 0 0 24px;
}	
.woocommerce-Tabs-panel ul li{
	position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.woocommerce-Tabs-panel ul li::after{
    content: "\2022";
    color: #ca9797;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
    position: absolute;
    left: 0;
}
.related.products h2{
	font-size: 30px;
	font-weight: 500;
    line-height: 40px;
}

section.related.products {
    padding: 100px 0;
    position: relative;
    border-bottom: 1px solid #e5e1e1;
}


.related.products .product-list .owl-prev {
	width: 29px;
	height: 24px;
	position: absolute;
	top: -40px;
	transform: translateY(-50%);
	right: 50px;
	display: block !important;
	border: 0;
	outline: 0;
	background: url(../images/left-arrow-slider.png) no-repeat !important;
	z-index: 1;
	transition: all .2s ease-in;
}
.arabic .related.products .product-list .owl-prev{
	right: 94%;
}
.arabic .related.products .product-list .owl-next{
	right: 90%;
}
.related.products .product-list .owl-next {
	width: 30px;
	height: 24px;
	position: absolute;
	top: -52px;
    transform: rotate(180deg);
	right: 0;
	display: block !important;
	border: 0;
	outline: 0;
	background: url(../images/left-arrow-slider.png) no-repeat !important;
	z-index: 1;
	transition: all .2s ease-in;
}
.related.products .product-list .owl-next span,
.related.products .product-list .owl-prev span {
	font-size: 0;
}

.related.products .product-list .owl-next:hover,.related.products .product-list .owl-prev:hover{
	filter: brightness(0) saturate(100%) invert(61%) sepia(7%) saturate(1427%) hue-rotate(315deg) brightness(93%) contrast(91%);
}
.related.products .product-list .owl-next.active,.related.products .product-list .owl-prev.active{
	filter: brightness(0) saturate(100%) invert(61%) sepia(7%) saturate(1427%) hue-rotate(315deg) brightness(93%) contrast(91%);
}
/*====Arabic css====*/

body.arabic {
	direction: rtl;
	text-align: right;
}

.arabic .header-first-area ul li::before {
	right: 0;
}

.arabic .foot-item.site-term ul {
	padding: 0 0 0 0px;
}

.arabic .site-term ul li::before {
	margin-left: 0em;
}

.arabic .useful-link ul li::before {
	margin-left: 0
}

.arabic footer ul li.mail::before {
	right: -35px;
}

.arabic footer ul li.address::before {
	right: -35px
}

.arabic .header-last-area {
	width: 20%;
}

.arabic header ul.social-icons {
	padding: 29px 0px 0 0 !important;
}

.arabic .header-first-area {
	width: 20%;
}

.arabic .header-middle-area {
	width: 60%;
}

.arabic header ul.social-icons li:first-child {
	padding-right: 0
}
.arabic .header-last-area ul{
	float: left;
}

.arabic .header-last-area ul li:last-child {
    padding-left: 0;
}		
.arabic .header-last-area ul li a span {
    right: -10px;
}

.otgs-development-site-front-end {
    display: none;
}

.size-selection-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
.measurement-overlay {
    background:rgb(0 0 0 / 61%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
.size-selection-content {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    max-width: 700px;
    padding: 50px ;
    width: 100%;
    z-index: 9999;
    display: none;
}

.size-popup-wrapper {
	width: 100%;
	gap: 72px;
    position: relative;
}

h3.popup-title {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 50px
}

.size-popup-wrapper .inpt-grp {
    border: 1px solid #c5c7cd;
    display: flex;
    align-items: center;
    padding: 1px 20px;
    margin: 0 0 15px;
    width: 100%;
}

.size-popup-wrapper ul {
    display: flex;
    list-style: none;
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 10px 0;
}

.size-popup-wrapper ul li {
    color: #000000;
    font-size: 16px;
    background-color: #f3f4f5;
    padding: 14px 0;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.size-popup-wrapper ul li.active{
	background-color: #ca9797;
	color: #ffffff
}

.size-popup-wrapper label{
	font-size: 17px;
	color: #5c5858;
}
.size-popup-wrapper input[type="text"]{
    border: 0;
    padding: 27px 5px 23px 5px;
    text-align: right;
    width: 100%;
    color: #000000;
    font-size: 17px
}
.size-choose input[type="text"]{
	/*width: 20%*/
	flex:1;
}
.size-choose label {
   /* width: 80%;*/
   flex:none;
}
.size-choose h4{
	font-size: 20px;
	font-weight: 500;
	color: #000000
}
.size-choose {
    padding-top: 40px;
}
.size-choose .toggle-area{
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.size-choose textarea {
    border: 0;
    padding: 27px 0;
    height: 160px;
    color: #5c5858;
    font-size: 17px;
    width: 100%;
    font-family: 'Euclid Circular B'
}
.size-choose textarea::placeholder{
	color: #5c5858;
	font-size: 17px;
	font-family: 'Euclid Circular B';
	font-weight: normal;
}
.add-button{
	display: flex;
    gap: 17px;
}
.quantity-add  input[type="text"]{
	padding: 0;
	text-align: center;
	width: 33.3%;
	font-size: 16px;
}
.quantity-add span {
    width: 33.3%;
    text-align: center;
    font-size: 25px;
    padding-top: 11px;
    cursor: pointer;
}
button.add-cart {
    background-color: #ca9797;
    border: 0;
    color: #ffffff;
    padding: 20px 31px;
    font-size: 18px;
    cursor: pointer;
}
.quantity-add {
    border: 1px solid #ca9797;
    display: flex;
    width: 161px
}
.size-popup-wrapper p {
    color: #626469;
    font-size: 16px;
    padding: 30px 0;
}
.size-field {
    display: flex;
    gap: 15px;
}
.inpt-grp span {
    font-size: 17px;
    color: #000000;
}
.popup-close {
	position: absolute;
	right: 50px;
    top: 50px;
	cursor: pointer;
}
.popup-size-close{
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}
.arabic .popup-size-close{
	right: 90%
}
.popup-close img{
	width: 30px;
	height: 30px
}
.popup-size-close img{
	width: 30px;
	height: 30px;
}
.toggle-area label{
	width: 80px;
}

.switches-container {
    width: 113px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #ca9797;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
}
.arabic .switches-container{
	margin-left: 0;
}
/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #ffffff;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #ca9797 ;
    font-size: 14px;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
ul.woocommerce-cart-process {
    display: flex;
    list-style: none;
    border-bottom: 3px solid #f3f4f5;
    padding: 50px 4px 25px;
}
ul.woocommerce-cart-process li {
    padding: 0 7px 0 50px;
    color: #0a0e1a;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    width: 100%
}
ul.woocommerce-cart-process li p {
    color: #646977;
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
}
ul.woocommerce-cart-process li::before{
    content: "";
    width: 20px;
     height: 20px; 
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    border-radius: 100%;
    outline-offset: 6px;
    outline: 1px solid #242424;
}
ul.woocommerce-cart-process li:nth-child(1)::before{
    content: "1";
    padding: 0px 3px 3px 3px
}
ul.woocommerce-cart-process li:nth-child(2)::before{
    content: "2";
    padding: 0px 3px 3px 3px
}
ul.woocommerce-cart-process li:nth-child(3)::before{
    content: "3";
    padding: 0px 3px 3px 3px
}
ul.woocommerce-cart-process li.active::after{
	content: "";
    border-bottom: 3px solid #b68683;
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 2px;
}
ul.woocommerce-cart-process li.active::before{
    content: "";
    background: url(../images/tick.png) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
    outline: 1px solid #b68683;
    padding: 4px;
    background-position: center;
    background-size: 18px;
}
.cart-section {
    padding-top: 50px;
}
.product-thumbnail img{
    max-width: 9vw;
    width: 100%;
    max-height: 8vw;
    height: 100%;
    min-width: 9vw;
    min-height: 8vw;
    object-fit: cover;
    object-position: top center;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1)!important;
}
table.cart th{
    color: #0a0e1a;
    font-size: 15px;
    font-weight: 300!important;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d4d8;
    padding-bottom: 25px!important;

}
table.cart td {
    color: #0a0e1a;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #d2d4d8;
    padding: 15px 15px!important;
}	

td .sku{
    color: #a99d9d;
    font-size: 16px;
    font-weight: 300;
}
td.product-name a{
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
dl.variation-new {
    display: flex;
}
dt {
    color: #a99d9d;
    font-size: 16px;
    font-weight: 300;
}
dd {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    padding: 0 0 0 15px;
    margin: 0px;
    color: #000000;
    font-weight: 500;
}
td.product-name button {
    color: #b68683;
    border: 1px solid #b68683;
    background-color: white;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 13px;
    border-radius: 9px;
    cursor: pointer;
}
 dt {
    font-size: 14px;
}
 dd{
	font-size: 14px
}
td.product-name button{
	font-size: 13px;
	padding: 4px 13px
}
 dl.variation-new {
    display: flex;
    margin: 6px 0;
}
.coupon {
    width: 348px;
    border: 1px solid #d2d4d8;
    padding: 18px 8px;
    border-radius: 10px;
    text-align: left;
}
.coupon input{
	border: 0;
    padding-top: 5px;
}
.coupon input::placeholder{
	color: #acafb5;
	font-size: 16px;
	font-weight: 300
}
.coupon button.button.wp-element-button{
    font-size: 15px;
    font-weight: 500;
    color: #000000!important;
    text-transform: uppercase;
    background-color: #ffffff00;
    border: 0;
    float: right;
    padding: 4px 10px!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%!important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 164px;
}
button.button.wp-element-button {
    background-color: #b68683;
    color: #ffffff!important;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    text-transform: uppercase;
    padding: 18px!important;
    border-radius: 10px;
    cursor: pointer!important;
    opacity: 1!important;
}
.cart_totals  h2 {
    color: #a97a77;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.cart-area {
    display: flex;
    gap:60px;
}
form.woocommerce-cart-form {
    width: 70%;
    border-right: 1px dashed #d2d4d8;
    padding-right: 60px;
}
.arabic form.woocommerce-cart-form{
	padding-right: 0;
	padding-left: 60px;
}
.arabic form.woocommerce-cart-form {
	border-left: 1px dashed #d2d4d8;
	border-right: 0
}
.cart-collaterals {
    width: 30%!important;
}
.shop_table th {
    color: #0a0e1a;
    font-size: 15px;
    font-weight: 300!important;
    text-transform: uppercase;
}
tr.cart-subtotal td{
    color: #0a0e1a;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}
tr.order-total td {
    color: #b68683;
    font-size: 20px;
    text-align: right;
}
tr.order-total td strong {
	font-weight: 500
}
p.woocommerce-shipping-destination {
    color: #777a83;
    font-size: 14px;
    font-style: italic;
}
a.checkout-button.button {
    text-align: center!important;
    background-color: #b68683!important;
    font-size: 15px!important;
    font-weight: 500!important;
    width: 100%;
    padding: 20px 40px!important;
    text-transform: uppercase;
}
.coupon-update-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}	
button.update-btn {
    background-color: #b68683!important;
    font-size: 15px!important;
    font-weight: 500!important;
    color: #ffffff!important;
    opacity: 1!important;
    cursor: pointer!important;
}
.woocommerce .product-remove a.remove{
	color: #707070!important
}
.quantity.quantity-add {
    border: 1px solid #e5e5e5;
    width: min-content;
    height: 40px;
}
.quantity.quantity-add span{
    width: auto;
    padding: 7px;
}
.quantity.quantity-add input{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
    text-align: center!important;
}
.product-details-thumb-slider ol {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
.woocommerce ul#shipping_method li label {
    display: inline;
    color: #0a0e1a;
    font-size: 16px;
    font-weight: normal;
}
.woocommerce ul#shipping_method li input {
    accent-color: #b68683;
}
span.size-selected-option {
    background-color: #f3f4f5;
    padding: 6px 10px;
    text-align: center;
    margin-right: 8px;
}
p.stock {
    display: none;
}
a.button.wp-element-button.product_type_simple {
    display: none;
}
span.instock {
    color: #23a730;
    font-weight: 500;
}
span.outofstock {
    color: red;
    font-weight: 500;
}
.product_meta {
    display: none;
}
dl.variation {
    display: none;
}
section.login-main-title {
    background-color: #b68683;
    padding: 5px
}
section.login-main-title .page-center{
	display: flex;
    justify-content: space-between;
}
section.login-main-title  h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: 50px
}
.login-main-title ul {
    display: flex;
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    padding: 0;
    flex-wrap: wrap;
}
.rank-math-breadcrumb a{
	color: #ffffff
}
.login-main-title  ul li{
    padding-right: 10px;
}
.login-main-title  ul li a{
    color: #ffffff;
    font-size: 15px;
}
.login-reg-wrapper {
    display: flex;
    gap: 0;
    padding-top: 70px;
    border-bottom: 1px solid #e5e1e1;
    padding-bottom: 10%;
}
.u-column1.col-1 {
    width: 50%!important;
    padding-right: 100px;
}
.u-column2.col-2 {
    width: 50%!important;
    padding-left: 100px;
}
.login-reg-wrapper h2 {
    color: #0a0e1a;
    font-size: 24px;
    font-weight: 500;
}
.woocommerce-form-login{
	padding: 0!important;
	border: 0!important
}
.woocommerce-form-login  input {
    background-color: #f3f4f5;
    border: 0;
    padding: 20px 15px;
    font-family: 'Euclid Circular B';
    font-size: 17px;
}
.woocommerce-form-login label {
    font-size: 16px;
    color: #0a0e1a;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #b68683;
    font-size: 18px;
    color: #ffffff!important;
    font-weight: 500;
    padding: 16px 43px!important;
}
.woocommerce-LostPassword.lost_password a{
    color: #0a0e1a;
    font-size: 14px;
    font-weight: 300; 
    text-decoration: underline;   
}
.woocommerce-LostPassword.lost_password{
	margin: 30px 0 0;
}
.woocommerce-form p.form-row:last-child{
	margin: 0 0 15px
}
.form-sub-btn{
	padding-top: 25px!important;
}
.woocommerce-form-register label {
    font-size: 16px;
    color: #0a0e1a;
}
.woocommerce-form-register input{
	background-color: #f3f4f5;
    border: 0;
    padding: 20px 15px;
}
span.password-input{
	position: relative;
}
span.password-hide-icon img{
	position: absolute;
    right: 15px;
    top: 1px;
}
.register-fields {
    display: flex;
    gap: 20px;
}
button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
    background-color: #b68683;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 43px!important;
}
.woocommerce-form.woocommerce-form-register{
	border: 0!important;
	padding: 0!important
}
.log-or-reg{
	position: relative;
    border: 1px solid #b9b9bb;
}
.log-or-reg p{
    border: 1px solid #b9b9bb;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 9;
    background-color: white;
}

.woocommerce form .form-row{
	width: 100%
}
.woocommerce form.login, .woocommerce form.register{
	margin: 0!important
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin: 10px;
}
.woocommerce form .form-row .required {
    color: #ff4800;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: initial!important;
}
.woocommerce-form.woocommerce-form-login {

}
.intl-tel-input.allow-dropdown input{
	width: 100%!important
}
.woocommerce-privacy-policy-text p {
    color: #0a0e1a;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Euclid Circular B';
    padding: 15px 0 15px;
}
a.woocommerce-privacy-policy-link {
    color: #ca9797;
}
button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
    background-color: #ebb4a6!important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: initial!important;
}
/*.owl-item.woocommerce-product-gallery__image.flex-active-slide.active{
display: block;
*/

a.empty-cart-btn{
    font-size: 15px!important;
    font-weight: 500!important;
    background-color: #ffffff0d!important;
    border: 0!important;
    position: relative!important;
    padding-left: 25px;
    color: #000000;
}
a.empty-cart-btn::before{
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 23px;
    background: url(../images/icon-delete.png) no-repeat;
    top: 0;
}
.empty-update {
    display: flex;
    gap: 35px;
    align-items: center;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #ebb4a6!important;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce-LostPassword.lost_password a:hover{
	color: #ac7c7c
}
.woocommerce-shipping-totals.shipping td{
	text-align: right;
}
section.up-sells.upsells.products {
    display: none!important;
}
.cart_totals .cross-sells{
	display: none;
}
a.shipping-calculator-button {
    color: #b68683;
    font-size: 14px;
    padding: 10px 0;
    display: block;
}
.products a{
	color: #b68683;
    font-size: 14px;
}

.flex-viewport.woocommerce-product-gallery__wrapper figure{
	display: none;
}
.coupon button.button.wp-element-button:hover{
	background-color: white!important;
    color: #b68683!important;
}
.woocommerce ul.products.columns-2 li.product{
	width: auto!important;
}
.woocommerce .related.products ul.products.columns-2 li.product {
    width: 100%!important;
}
.cross-sells.related.products {
    padding: 100px 0;
    position: relative;
    border-bottom: 1px solid #e5e1e1;
}
.product-details p.price {
    display: none;
}

span.price {
    display: none !important;
}
span.price.product-price {
    display: block !important;
}
.variation{
	position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    max-width: 700px;
    padding: 50px ;
    width: 100%;
    z-index: 9999;
    display: none;
}
dl.variation dt {
    font-size: 17px;
    color: #5c5858;
    /*width: 33%;*/
}
.measurement-data {
    border: 1px solid #c5c7cd;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    margin: 0 0 10px;
    width: 100%;
    flex: 40%;
}
.cart-popup-wrapper{
    display: flex;
	gap: 15px;
    flex-wrap: wrap;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 1.7em!important;
}

.contact-section-wrapper {
    display: flex;
    padding: 100px 0;
    gap: 5%;
}
.contact-section-wrapper h3{
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}
.contact-details {
    background-color: #b68683;
    width: 30%;
    padding: 30px;
    height: 100%;
}
.contact-send-message {
    width: 70%;
}
.contact-details p{
	color: #ffffff;
	font-size: 16px;
	padding: 16px 0;
}
.contact-details ul li {
    color: #ffffff;
    font-size: 18px;
    list-style: none;
    position: relative;
    padding-bottom: 40px;
}
li.address-contact::before{
	content: "";
	position: absolute;
    left: -33px;
    top: -4px;
    background: url(../images/contact-address.png) no-repeat;
    width: 28px;
    height: 32px;
    background-size: 27px;
}
li.email-contact a{
    color: #ffffff;
    font-size: 16px;
}
li.email-contact::before{
	content: "";
	position: absolute;
    left: -36px;
    top: -4px;
    width: 34px;
    height: 35px;
    background: url(../images/contact-email.png) no-repeat;
    background-size: 30px;
}
li.call-contact::before{
	content: "";
	position: absolute;
    left: -38px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/contact-phone.png) no-repeat;
    background-size: 32px;
}
.contact-details ul li p{
	padding: 7px 0
}
.contact-send-message h3 {
    color: #2d2c4c!important;
}
.contact-send-message p {
    color: #2d2c4c;
    font-size: 17px;
    padding: 15px 0;
    position: relative;
}
.contact-send-message p::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #b68683;
	width: 10%;
	height: 3px;
}
form.contact-form {
    padding: 50px 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.contact.input-grp label{
    font-size: 17px;
    color: #b8b9c0;
}
.contact.input-grp {
    width: 100%;
    flex: 33%;
    position: relative;
}
.contact.input-grp input {
    border: 1px solid #dedce0;
    padding: 21px;
    width: 100%;
    margin-top: 20px;
    color: #2d2c4c;
    font-size: 17px;
    font-family: 'Euclid Circular B'
}
.contact.input-grp textarea {
    width: 100%;
    border-bottom: 1px solid #dedce0!important;
    font-family: 'Euclid Circular B';
    padding: 30px 56px 30px 0;
    border: 0;
    color: #2d2c4c;
    font-size: 17px;
    position: relative;
    height: 127px;
}
.contact.input-grp img {
    position: absolute;
    right: 0;
    top: 47px;
}
figure.contact-map img{
    width: 100%;
}
.shipping-calculator-form input{
	background-color: #fff!important;
    border: 1px solid #aaa!important;
    border-radius: 4px!important;
    color: #444;
    line-height: 28px!important;
    display: block;
    text-align: right;
    padding: 0px 8px 0 8px !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.woocommerce-info {
    margin: 0 auto !important;
    max-width: 1500px !important;
    width: 100% !important;
}
.woocommerce-info {
    border-top-color: #ac7c7c!important;
}
.woocommerce-info::before {
    color: #ac7c7c!important;
}
.contact.input-grp input[type="submit"] {
    background: url(../images/icon-submit.png) no-repeat;
    border: 0 !important;
    position: absolute;
    right: 0;
    width: 53px !important;
    height: 53px;
    text-indent: -99999px;
    cursor: pointer;
}
.size-custom a{
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	/*border-radius: 30px;*/
}
.size-custom a:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: none;
}

.size-custom a:hover::after {
	/*bottom: 0%;
	top: 0;*/
	height: 100%;
	border: 0px solid #dfaa9e;
}
.size-custom a:hover::before {
	filter: brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(61%) hue-rotate(206deg) brightness(116%) contrast(115%);
}
.size-custom a::after {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #dfaa9e;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


a.showcoupon {
    color: #ac7c7c;
}
.checkout.woocommerce-checkout input{
    background-color: #f3f4f5;
    border: 0;
    padding: 15px 15px;
    font-family: 'Euclid Circular B';
    font-size: 16px;
}
.checkout.woocommerce-checkout textarea{
    background-color: rgb(243, 244, 245);
    border: 0px;
    padding: 15px 15px;
    width: 922px;
    resize: auto;
    font-family: 'Euclid Circular B';
    font-size: 16px;
}
form.checkout.woocommerce-checkout .button.alt.wp-element-button{
    background-color: #b68683!important;
    font-size: 18px;
    padding: 22px 28px !important;
}
form.checkout.woocommerce-checkout .button.alt.wp-element-button:hover{
    background-color: #ebb4a6!important
}
.checkout.woocommerce-checkout label {
    line-height: 2;
    font-size: 16px!important;
    color: #0a0e1a!important;
    font-family: 'Euclid Circular B'!important;
    padding-bottom: 5px!important;
}
form.checkout.woocommerce-checkout.page-center .col2-set {
    padding: 100px 0!important;
}
form.checkout.woocommerce-checkout h3{
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 30px;
}
.woocommerce form.checkout  .form-row {
    width: 100%;
    flex: 40%;
}

.woocommerce form.checkout .col-1 {
    padding: 0 0 50px;
}
.woocommerce-checkout-review-order-table td{
    color: #0a0e1a!important;
    font-size: 17px!important;
    font-weight: normal!important;
}
.woocommerce form.checkout .select2-container .select2-selection--single {
    height: 50px!important;
    padding: 18px 15px!important;
    font-family: 'Euclid Circular B';
    font-size: 16px!important;
    padding:9px 7px!important;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px!important;
    right: 8px!important;
}
.shipping_address .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px!important;
    right: 8px!important;
}
.woocommerce-order {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    margin: 0 auto;
    max-width: 1500px;
}
.woocommerce-ResetPassword input{
	background-color: #f3f4f5;
    border: 0;
    padding: 20px 15px;
}
.woocommerce-ResetPassword p{
	color: #0a0e1a!important;
    font-size: 16px!important;
    font-weight: 300!important;
    font-family: 'Euclid Circular B';
    padding: 15px 0 15px!important;
}
.woocommerce-ResetPassword  label {
    font-size: 16px!important;
    color: #0a0e1a!important;
    font-weight: 400!important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    padding: 100px;
}
.lost-password {
    padding: 60px;
    max-width: 600px;
    box-shadow: 9px 9px 35px 19px #80808014;
    margin: 0 auto;
}
header.innerHeader section.login-main-title .page-center{
	padding-bottom: 0;
	max-width: 1500px;
}
.reset-confirm p{
    color: #0a0e1a;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Euclid Circular B';
    padding: 15px 0 15px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 81px;
    text-align: center;
    line-height: 28px;
}
.woocommerce-form.woocommerce-form-login.login.page-center{
    max-width: 1500px!important;
    margin: 0 auto !important;
}
.woocommerce-form.woocommerce-form-login.login.page-center p:first-child{
	font-size: 16px;
	padding: 60px 0 28px!important;
}
p.lost_password {
    color: #0a0e1a;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
.payment_box.payment_method_cod p{
    font-size: 16px;
}
.login-reg-wrapper .woocommerce-form.woocommerce-form-login.login.page-center p:first-child{
	padding: 0!important
}
.my-account-dashboard {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 100px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}
nav.woocommerce-MyAccount-navigation {
    width: 20%;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul  li {
    border-bottom: 1px solid #80808040;
    padding: 17px 0;
    font-size: 17px;
}
nav.woocommerce-MyAccount-navigation ul  li:first-child {
    border-bottom: 1px solid #80808040;
    padding: 0 0 17px;
    font-size: 17px;
}
nav.woocommerce-MyAccount-navigation ul  li:last-child{
	border-bottom: 0
}
nav.woocommerce-MyAccount-navigation ul  li a{
	color: #b68683
}
p.login-message{
    font-size: 16px;
    padding: 60px 0 28px!important;
    text-align: center;
}
a.showlogin{
	color: #ac7c7c
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
	color: #f6bead
}
.woocommerce-MyAccount-content {
    width: 80%;
}
.woocommerce-MyAccount-content p {
    font-size: 16px;
    padding-bottom: 15px;
}
.woocommerce-MyAccount-content p a{
    color: #b68683;
}
form.woocommerce-EditAccountForm.edit-account input{
    background-color: #f3f4f5;
    border: 0;
    padding: 20px 15px;
    font-family: 'Euclid Circular B';
    font-size: 17px;
}
.woocommerce-orders-table__row td {
    font-size: 15px!important;
    padding: 10px 0!important;
}	
.woocommerce-orders-table__row td a{
	color: #b68683!important
}
.woocommerce-orders-table__cell a.woocommerce-button.view{
	color: #ffffff!important;
    background-color: #b68683!important;
    font-size: 15px!important;
    font-family: 'Euclid Circular B';
    font-weight: 300!important;
}
h2.woocommerce-order-details__title {
    font-size: 26px!important;
    font-weight: 500!important;
}
h2.woocommerce-column__title {
    font-size: 26px!important;
    font-weight: 500!important;
}
.shop_table.order_details td {
    color: #0a0e1a!important;
    font-size: 17px!important;
    font-weight: normal!important;
}
.woocommerce-column--billing-address address, .woocommerce-column--shipping-address address {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
	color: #b68683
}
.woocommerce-address-fields__field-wrapper input {
    background-color: #f3f4f5;
    border: 0;
    padding: 15px 15px;
    font-family: 'Euclid Circular B';
    font-size: 16px;
}
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
    height: 50px!important;
    font-family: 'Euclid Circular B';
    font-size: 16px!important;
    padding: 9px 7px!important;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px!important;
    right: 8px!important;
}
.woocommerce-MyAccount-content h3{
    font-size: 24px;
    padding-bottom: 15px;
}
.woocommerce-address-fields__field-wrapper {
    padding-bottom: 15px;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a{
	color: #ffffff!important;
    background-color: #b68683!important;
    font-size: 15px!important;
    font-family: 'Euclid Circular B';
    font-weight: 300!important;
}
.woocommerce-MyAccount-content fieldset{
	margin-bottom: 25px
}
.woocommerce-EditAccountForm.edit-account span.em {
    color: #969ea4;
    font-size: 14px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-size: 16px;
    color: #0a0e1a;
}
.woocommerce-EditAccountForm.edit-account fieldset{
    border: 1px solid #dedce0;
}
.u-column1.col-1.woocommerce-Address address, .u-column2.col-2.woocommerce-Address address{
    padding: 15px 0px;
    font-size: 15px;
    /* border: 1px solid #dedce0; */
    font-style: initial;
    font-weight: 300;
    line-height: 25px;
}
a{
	color: #b68683;
    font-size: 16px;
}
header.woocommerce-Address-title.title{
    position: relative;
}
/*searchbox popup start*/
#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
  top: 0;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 9999;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 100%;
  width: 100%;
  outline: 0;
  padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
	top: 7.5rem;
	right: 7rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(343deg) brightness(109%) contrast(101%);
}


#nav ul.left {
  left: 0;
  height: 100vh;
  width: 0;
}
#search.right,
#nav ul.right {
  height: 100vh;
  width: 0;
  right: 0;
  left: auto !important;
}
#search.bottom.left,
#nav ul.bottom.left,
#search.bottom.right,
#nav ul.bottom.right,
#search.top.left,
#nav ul.top.left,
#search.top.right,
#nav ul.top.right {
  height: 0;
}
#search.bottom,
#nav ul.bottom {
  bottom: 0;
  top: auto !important;
}
#search.fade,
#nav ul.fade {
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
}
.woocommerce-notices-wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
/*searchbox popup end*/
.woocommerce-message a.button.wc-forward{
	background-color: #ac7c7c;
    color: white;
    font-weight: 300; 
}
.return-to-shop a{
    background-color: #ac7c7c!important;
    color: white!important;
    font-weight: 300!important;
    font-size: 18px!important;
    padding: 19px 27px!important;
}
p.return-to-shop{
    text-align: center!important;
    padding: 50px 0!important;
}
/* Shine */


.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;

}
.column div:first-child {
	margin-left: 0;
}

figure {
	background: #fff;
	overflow: hidden;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.cross-sells.related.products h2 {
    padding-bottom: 18px;
}
.quantity-add span{
	 -webkit-user-select: none;
	  -ms-user-select: none; 
	  user-select: none; 
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 20px 15px;
    font-family: 'Euclid Circular B';
    font-size: 17px;
}
form.checkout_coupon.woocommerce-form-coupon {
    max-width: 600px;
}
p.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #23a730;
    font-size: 28px!important;
    padding: 50px;
    text-align: center;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details li{
	font-size: 15px !important
}
.woocommerce-order-overview.woocommerce-thankyou-order-details li strong {
    font-size: 16px !important;
    padding: 8px 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details{
	padding: 0
}
.woocommerce-order.page-center p {
    font-size: 16px;
}

/*--=======ARABIC CSS START======--*/
.arabic li.address-contact::before{
    right: -33px;
}
.arabic li.email-contact::before{
	right: -36px
}
.arabic li.call-contact::before{
	right: -38px
}
.arabic .contact-send-message p::after{
	right: 0
}
.arabic .contact.input-grp input{
	text-align: right;
}
.arabic .contact.input-grp input[type="submit"]{
	left: 0;
    text-indent: 53px;
}
.arabic .contact.input-grp textarea{
	text-align: right;
	padding: 30px 0 30px 56px;
}
.arabic ul.woocommerce-cart-process li.active::before{
	right: 0
}
.arabic ul.woocommerce-cart-process li {
    padding: 0 50px 0 7px;
}
.arabic ul.woocommerce-cart-process li::before{
	right: 0
}
.arabic .u-column2.col-2 {
    padding-right: 100px;
    padding-left: 0;
}
.arabic .u-column1.col-1 {
    padding-left: 100px;
    padding-right: 0;
}
table.woocommerce-table--order-details ul.wc-item-meta{
	margin: 3px 0 0
}
table.woocommerce-table--order-details ul.wc-item-meta li{
    font-size: 15px;
}

table.woocommerce-table--order-details ul.wc-item-meta li p{
    font-size: 15px;
    padding: 0!important
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	padding-bottom: 15px
}
li.call-contact a{
	color: #ffffff
}
nav.woocommerce-MyAccount-navigation{
	display: block;
}
.page-center .icon-nav-admin {
  display: block;
}
.icon-nav-admin {
    display: none;
}
.search-result{
	padding: 50px
}
.search-result h2{
	text-align: center;
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 15px;
}
.search-result p{
    font-size: 17px;
    text-align: center;
}
ul.search-items {
    display: flex;
    text-align: left;
    list-style: none;
    gap: 20px;
    padding-top: 30px;
    flex-wrap: wrap;
}	
.search-result ul.search-items h2{
    font-size: 23px;
    padding: 0;
    line-height: 33px;
    text-align: left;
}
.search-result ul.search-items p{
	text-align: left;
}
.page-center.common-index {
    padding: 100px 0;
}
.page-center.common-index h2 {
    font-size: 25px;
}
.page-center.common-index h3{
	padding: 15px 0
}
.page-center.common-index p,li,b,span{
    font-size: 16px;
    line-height: 25px;
}

form.edit-bill-address {
    max-width: 600px;
}
.arabic #search button{
	left: 3px
}
#search button{
    background: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 3px;
    top: 20px;
}
.woocommerce-shipping-calculator button.button.wp-element-button {
    font-size: 14px;
    padding: 13px!important;
}
.cart-collaterals .cross-sells.related.products{
	display: none;
}
.search-area {
    border-bottom: 1px solid #fff;
    position: relative;
    width: 48%;
}
.arabic .search-area button img{
	position: absolute;
	left: 0
}
ul.wc-item-meta {
    padding: 0;
}
span#select2-calc_shipping_country-container {
    font-size: 13px !important;
}
.page-not-found h1 {
    color: black;
    font-size: 36px;
    text-align: center;
    padding: 50px 30px;
}
@media only screen and (max-width: 1800px) {
	header .page-center {
		padding: 0 2vw
	}

	header ul.social-icons {
		padding: 1vw 2vw 0
	}

	.header-middle-area img {
		max-width: 552px
	}

	.arabic .header-last-area {
		width: 16%;
	}

	.arabic header ul.social-icons {
		padding: 2vw 4vw 0 2vw !important;
	}
	ul.category-list{
		padding-bottom: 135px
	}
	.size-selection-content{
		padding: 50px 30px
	}
	.variation{
		padding: 50px 30px
	}
}


@media only screen and (max-width: 1600px) {
	footer .page-center {
		width: auto;
		padding: 0 7vw 4vw;
	}

	.copyright {
		width: auto;
		padding: 4vw 7vw;
	}

	h1 {
		font-size: 6vw;
		line-height: 7vw
	}

	.header-middle-area img {
		max-width: 500px
	}

	nav.main-nav ul {
		padding: 0px 0 0;
		gap: 15px 40px;
	}

	nav.main-nav ul li a {
		font-size: 15px;
	}

	.arabic .header-last-area {
		width: 22%;
	}

	.arabic header ul.social-icons {
		padding: 2vw 2vw 0 2vw !important;
	}
	
	.page-center{
		padding: 0 7vw
	}
	.woocommerce.columns-4 .page-center{
		padding: 2vw 7vw
	}
	.woocommerce .price-bar {
	    font-size: 22px;
	    padding: 0 1px;
	}
	.woocommerce .price-customize span.price.product-price {
	    font-size: 16px!important;
	}
	.woocommerce .price-customize a{
		font-size: 16px!important;
		padding: 8px 13px!important
	}
	.price-customize span.price.product-price{
		font-size: 18px!important;
	}
	.price-customize a {
	    font-size: 18px;
	    padding: 6px 12px;
	}
	.price-customize{
		gap:12px;
	}
	.contact-section-wrapper {
	    padding: 5vw 7vw!important;
	}
	form.checkout.woocommerce-checkout.page-center{
	    padding: 5vw 0vw!important;
	}
	/*.woocommerce-form-coupon-toggle {
	    padding: 0 7vw!important;
	}*/
	.my-account-dashboard{
		padding: 7vw
	}
	/*ul.woocommerce-cart-process{
		padding: 50px 7vw 25px
	}*/
	.woocommerce-form.woocommerce-form-login.login.page-center {
	    max-width: 1500px!important;
	    margin: 0 auto !important;
	    /*padding: 0 7vw!important;*/
	}
	header.innerHeader section.login-main-title .page-center {
	    padding: 0 7vw;
	}
	form.checkout.woocommerce-checkout.page-center .col2-set {
	    padding: 0 0!important;
	}
	/*ul.category-list li {
	    max-width: 45%;
	}*/
	.woocommerce-notices-wrapper {
	    padding: 0 7vw;
	}
	.search-result {
	    padding: 7vw!important;
	}
	.search-result h2 {
	    font-size: 3.5vw;
	}
	.page-center.common-index {
	    padding: 7vw;
	}

}
@media only screen and (max-width: 1500px) {
	footer {
	    padding: 75px 0 10px;
	}
	section.category-banner h2{
		font-size: 4vw;
	    line-height: 3vw;
	}
	.category-banner .page-center h2 span {
	    font-size: 2.5vw;
	}
	.size-custom a {
	    font-size: 1.45vw;
	}
	.size-custom a:first-child::before{
	   background-size: 1.6vw;
   		 top: 17px;
	}
	.size-custom a:first-child {
	    padding: 15px 25px 15px 48px;
	}
	.summary.entry-summary h1{
		font-size: 2.5vw
	}
	.cart-area {
	    gap: 25px;
	}
	form.woocommerce-cart-form {
	    padding-right: 35px;
	}
	.arabic form.woocommerce-cart-form{
		padding-right: 0;
		padding-left: 35px;
	}

	table.cart td {
	    padding: 30px 16px!important;
/*	    white-space: nowrap;
*/	}
	button.woocommerce-button.button.woocommerce-form-login__submit {
	    font-size: 15px;
	    color: #ffffff!important;
	    padding: 15px 37px!important;
	}
	button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
	    font-size: 15px;
	    padding: 16px 43px!important;
	}

	.register-fields {
	    gap: 10px;
	}
	.u-column1.col-1{
		padding-right: 75px
	}
	.u-column2.col-2{
		padding-left: 75px;
	}
	.contact-details{
		width: 40%
	}
	.contact-send-message {
	    width: 60%;
	}
	.page-center.common-index h2 {
	    font-size: 22px;
	}
}
@media only screen and (max-width: 1300px) {
	.arabic a.woocommerce-product-gallery__trigger {
	    right: 85%;
	}
	ul.product-list li.product-category{
		max-width: 90%;
    	flex: 31%;
	    flex-grow: 0;
	}
	ul.woocommerce-cart-process li{
		font-size: 15px
	}
	table.cart td {
	    padding: 24px 14px!important;
	    overflow: hidden!important;
	}
	h2.woocommerce-order-details__title {
	    font-size: 25px!important;
	}
	h2.woocommerce-column__title {
	    font-size: 22px!important;
	}
	.price-customize span.price.product-price {
	    font-size: 16px!important;
	}
}
@media only screen and (max-width: 1200px) {
	.owl-banner .owl-dots {
		bottom: -13px
	}

	.header-last-area ul li:first-child {
		padding-right: 6px;
	}
	ul.category-list {
	    padding-bottom: 100px;
	}
	.woocommerce-breadcrumb{
		padding: 50px 0;
	}
	.cart-area {
	    display: flex;
	    gap: 60px;
	    flex-direction: column;
	}
	form.woocommerce-cart-form {
	    width: 100%;
        border-right: 0px dashed #d2d4d8;
	}
	.arabic form.woocommerce-cart-form {
	    width: 100%;
	    border-left: 0px dashed #d2d4d8;
	}
 	.cart-collaterals {
	    width: 100%!important;
	}
	.responsive-cart-table{
		overflow-x: auto;
	}
	form.woocommerce-cart-form {
	   	 padding-right: 0;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	    padding-right: 1em;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	    padding-right: 2em;
	}
}
@media only screen and (max-width: 1024px) {

	/*arabic css 1024*/
	.arabic .header-first-area {
		right: 7vw
	}

	.arabic .header-last-area {
		left: 7vw;
		right: unset;
	}

	.arabic .header-first-area ul {
		padding: 0 0vw;
	}

	.arabic .header-last-area ul {
		float: left;
	}

	.arabic .header-middle-area {
		width: 100%;
	}


	/*end arabic 1024 css*/

	.page-center .icon-nav {
		display: block;
	}

	.header-first-area ul {
		padding: 0 7vw;
	}

	header .icon-nav span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ffffff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header .icon-nav span:nth-child(1) {
		top: 0px;
	}

	header .icon-nav span:nth-child(2),
	header .icon-nav span:nth-child(3) {
		top: 8px;
	}

	header .icon-nav span:nth-child(4) {
		top: 16px;
	}

	header .icon-nav.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.icon-nav.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.icon-nav.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.icon-nav.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.icon-nav {
		width: 35px;
		height: 26px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: translateY(-50%);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: absolute;
		top: 68%;
		right: 7vw;
		z-index: 10;
		display: none;
	}
	header.innerHeader .icon-nav span{
		background: #0a0e1a;
	}	

	nav.main-nav {
		display: none;
		flex-direction: column;
		position: absolute;
		bottom: 0;
		transform: translateY(100%);
		right: 6vw;
		width: 200px;
		padding: 0;
		background: #ffffff;
		z-index: 9999;
		-webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
	}

	nav.main-nav li {
		padding: 0 15px;
		margin: 0 15px;
		border-bottom: solid 1px #ac7c7c;

	}

	nav.main-nav li a {
		padding: 15px 0;
		color: #ac7c7c !important;
		display: block;
		box-sizing: border-box;
		text-align: left;
	}

	nav.main-nav li:last-child {
		border-bottom: 0
	}

	.main-nav li a {
		color: #fff;
	}

	.main-nav ul {
		display: block;
	}

	.main-nav ul {
		padding: 0 0;
	}

	header ul.social-icons {
		display: none;
	}

	.header-first-area {
		width: 20%;
		position: absolute;
		left: 0;
	    top: 36px;
	    left: 6vw;
	}

	.header-last-area {
		width: 50%;
		position: absolute;
		right: 7vw;
		top: 20px;
	}

	.header-middle-area {
		width: 100%;
		position: absolute;
		top: 50px;
	}

	.header-middle-area img {
		max-width: 500px
	}

	h1 {
		padding: 0 20px
	}

	.slider-content h3 {
		padding: 0 20px
	}

	.button-banner {
		padding: 30px 20px;
	}

	.header-first-area ul li::before {
		left: 7vw
	}
	section.category-banner {
	    position: relative;
	    margin: 130px 0 0;
	}
	.woocommerce table.shop_table{
		width: 100%!important;
		overflow:hidden;
	}
	.product-thumbnail img {
	    max-width: 135px;
	    width: 100%;
	    max-height: 125px;
	    height: 100%;
	    min-width: 135px;
	    min-height: 125px;
	    object-fit: cover;
	    object-position: top center;
	}
	.shipping td{
		text-align: right;
	}
	section.login-main-title {
	    margin: 130px 0 0;
        position: relative;
	}
	ul.product-list li.product-category {
	    max-width: 100%;
	}
	ul.woocommerce-cart-process {
	   /* padding: 50px 7vw 25px;*/
	   /* margin: 10% 0 0;*/
	}
	.checkout-main-wrapper.page-center {
	    margin: 10% 0 0;
	}
	ul.product-list li.product-category{
		flex: 30%;
		flex-grow: 0
	}
	.register-fields{
		flex-direction: column;
		gap:0;
	}
	.woocommerce-order ul.woocommerce-cart-process{
		margin: 10% 0 0
	}
	.login-main-title ul{
		padding-right: 50px
	}
	.search-result {
	    padding: 7vw!important;
	    margin: 10% 0;
	}
	.arabic .login-main-title h3{
		padding-right: 45px
	}
	.page-center.cart-empty-return {
	    margin: 16% 0 0;
	}
	.page-center.page-not-found {
	    margin: 10% 0;
	}

}

@media only screen and (max-width: 992px) {

	/*arabic css 992*/
	.arabic .header-last-area {
		width: 39%;
	}

	.arabic section .collection-left {
		display: block;
	}

	/*arabic css 992*/
	h1 {
		font-size: 50px;
		line-height: 60px
	}

	h2 {
		font-size: 41px;
		line-height: 51px;
	}

	.header-middle-area {
		width: 100%;
	}

	.header-middle-area img {
		max-width: 450px
	}

	.slider-content h3 {
		font-size: 22px;
		line-height: 32px;
	}

	section .instagram-area p {
		font-size: 18px;
		line-height: 28px;
	}

	footer .page-center {
		flex-wrap: wrap;
		gap: 33px 50px;
	}

	.foot-item.logo-foot {
		max-width: 40%;
	}

	.foot-item.contact {
		max-width: 40%;
	}

	.foot-item.useful-link {
		max-width: 40%;
	}

	.foot-item.site-term {
		max-width: 40%;
	}

	section.collection-area {
		flex-direction: column;
	}

	.slider-content a {
		font-size: 15px;
		max-width: 210px;
		padding: 15px 5px;
	}

	.owl-banner .owl-dots {
		bottom: 0
	}

	.owl-carousel.owl-banner .owl-item img {
	    min-height: 100vh;
	    object-fit: cover;
	    max-height: 100vh;
	    height: 100%;
	}

	.owl-banner .owl-dots button.active {
		outline-offset: 5px;
	}

	.icon-nav {
		width: 30px;
		height: 26px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: translateY(-50%);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: absolute;
		bottom: 0;
		right: 7vw;
		z-index: 10;
		display: none;
	}

	.main-nav ul {
		padding: 0 0;
	}

	.owl-banner .owl-dots button {
		width: 8px;
		height: 8px
	}

	.owl-insta-post .owl-dots button {
		width: 8px;
		height: 8px
	}

	.insta-layer .insta-icons .like span img {
		max-width: 15px
	}

	.insta-icons p {
		font-size: 14.5px;
	}

	.page-center {
	    padding: 0 30px;
	}
	header.innerHeader section.login-main-title .page-center {
	    padding: 0 30px;
	}
	.reset-confirm p{
		padding: 50px 30px;
	}

	.woocommerce-breadcrumb {
	    padding: 40px 0;
	}
	section.category-banner h2 {
	    font-size: 40px;
	}
	ul.products.columns-4.product-list li.product-category {
	    flex: 40%;
	}
	.size-custom a {
	    font-size: 18px;
	}
	.size-custom a:first-child::before{
	    background-size: 20px;
	}
	.related.products h2 {
	    font-size: 25px;
	}
	form.woocommerce-ResetPassword.lost_reset_password {
	    padding: 10vw 7vw;
	}
	.lost-password{
		padding: 40px
	}
	.woocommerce-ResetPassword p{
		font-size: 15px!important
	}
	.woocommerce-ResetPassword label{
		font-size: 15px!important
	}
	.woocommerce-notices-wrapper {
	    padding: 0 30px;
	}
	.reset-confirm p{
		font-size: 15px
	}
	ul.product-list li.product-category a img{
		max-width: 100%
	}
	.related.products ul.product-list li.product-category a img {
	    max-width: 98%;
	}
	.woocommerce-order-overview.woocommerce-thankyou-order-details li {
	    font-size: 13px !important;
	}
	.search-result h2 {
	    font-size: 32px;
	}
	.page-center.common-index {
	    padding: 60px 30px;
	}
	.page-not-found h1 {
	    font-size: 26px;
	}

}
@media only screen and (max-width: 972px) {
	.arabic .related.products .product-list .owl-next {
	    right: 87%;
	}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	    font-size: 22px!important;
	}

	.product-details{
		flex-direction: column;
	}
	.woocommerce-product-gallery{
		width: 100%;
	    max-width: 400px;
	    max-height: 100%;
	    min-height: 100%;
	    margin: 0 auto
	}
	a.woocommerce-product-gallery__trigger {
	    width: 30px;
	    height: 30px;
        padding-top: 8px;
    }
    
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	    max-height: 100%;
	}
	.summary.entry-summary {
	    width: 100%;
        padding-top: 60px;
	}
	.summary.entry-summary h1 {
	    font-size: 30px;
	}

	.pro-details-thumb{
		display: none;
	}
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide a img {
	    max-width: 100%;
	    object-fit: cover;
	    min-height: auto;
	    height: 100%;
	    max-height: 100%;
	}
	.thumb-dots .dot1{
		background-color: #ca9797;
		width: 10px;
		height: 10px;
		z-index: 9;
		border-radius: 100%;
		margin: 8px 0;
	}
	.thumb-dots{
		display: flex!important;
		gap: 6px;
		margin: 0 auto;
		justify-content: center;
	}
	.woocommerce-product-gallery .flex-viewport {
	    overflow: initial;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
	    padding-top: 45px;
	}
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	    max-width: 100%;
	    width: 100%;
	    margin: 0 auto;
		max-height: 50vw;
		object-fit: cover;
		object-position: top center;
		min-height: 50vw;
	}
	table.cart th{
		font-size: 14px
	}
	.product-thumbnail img {
	    max-width: 115px;
	    max-height: 110px;
	    min-width: 115px;
	    min-height: 110px;
	}
	td .sku {
	    font-size: 14px;
	}
	td.product-name a{
		font-size: 17px
	}
	dt{
		font-size: 15px;
	}
	dd{
		font-size: 15px
	}
	table.cart td{
		font-size: 14px
	}
	tr.cart-subtotal td{
		font-size: 17px
	}
	tr.order-total td{
		font-size: 18px
	}
	.shop_table th{
		font-size: 14px
	}
	.coupon button.button.wp-element-button{
		font-size: 14px
	}
	button.update-btn{
		font-size: 14px
	}
	a.checkout-button.button{
		font-size: 14px
	}
	.contact-section-wrapper{
		flex-direction: column;
	}
	.contact-details{
		width: 100%;
	    padding: 30px 20px;
	}
	.contact-section-wrapper {
	    padding: 50px 30px!important;
	}
	.contact-section-wrapper {
	    gap: 50px 0;
	}
	.contact-send-message {
	    width: 100%;
	}
	li.address-contact::before{
		background-size: 23px;
		top: 0;
		 left: -30px;
	}
	li.email-contact::before {
	    left: -33px;
	    top: 0px;
	    background-size: 25px;
	}
		nav.woocommerce-MyAccount-navigation ul li{
		font-size: 15px;
	}
	.woocommerce-order ul.woocommerce-thankyou-order-details li{
		border-right: 0!important
	}
				
}
@media only screen and (max-width: 768px) {

	.icon-nav-admin {
	    display: block;
	}
	footer .page-center {
		flex-direction: column;
	}

	.foot-item.logo-foot {
		max-width: 100%;
	}

	.foot-item.contact {
		max-width: 100%;
	}

	.foot-item.useful-link {
		max-width: 100%;
	}

	.foot-item.site-term {
		max-width: 100%;
	}

	.copyright {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.collection-row {
		flex-direction: column;
	}

	.collection-row figure img {
		width: 100%;
	}

	footer {
		padding: 60px 0 60px;
	}

	.copyright p {
		text-align: center;
		font-size: 15px;
		line-height: 25px;
	}

	.instagram-area {
		padding: 60px 0 60px 0;
	}

	.header-middle-area img {
		max-width: 357px;
	}

	.header-last-area ul li img {
		max-width: 12px
	}

	.header-last-area ul li a span {
		right: -10px;
		top: -9px;
		width: 15px;
		height: 15px;
		font-size: 9.73px;
	}

	.header-last-area ul li a {
		font-size: 13px
	}

	footer .foot-item.logo-foot img {
		max-width: 250px
	}

	.slider-content .button-banner a {
		font-size: 15px;
		max-width: 210px;
	}
	ul.category-list li{
		flex:100%;
	}

	section.category-banner {
	    position: relative;
	    margin: 100px 0 0;
	}

	ul.category-list {
	    padding-bottom: 50px;
	}

	section.category-banner h2 {
	    font-size: 32px;
        line-height: 24px;
	}
	.category-banner .page-center h2 span {
	    font-size: 21px;
	}

	ul.category-list li h2.woocommerce-loop-category__title{
	    padding: 20px 0;
	}

	.woocommerce.columns-4 .page-center {
	    padding: 30px 30px 0;
	}
	ul.products.columns-4.product-list li.product-category {
	    flex: 100%;
	}
	ul.products.columns-4.product-list li.product-category a img {
	    position: relative;
	    max-width: 50%;
		height: 100%;
    }
    .related.products ul.products.columns-4.product-list li.product-category a img {
	    max-width: 65%;
	}
	.related.products ul.products.columns-4.product-list li.product-category {
	    text-align: center;
	}
	.related.products ul.products.columns-4.product-list li.product-category .price-customize {
	    justify-content: center;
	}
    ul.products.columns-4.product-list li.product-category .price-customize {
	    justify-content: center;
	}

    .woocommerce.columns-4 .page-center p.woocommerce-result-count{
    	padding-bottom: 20px
    }
    ul.products.columns-4.product-list li.product-category{
    	max-width: 100%;
    	text-align: center;
    }
    ul.products.columns-4.product-list li.product-category a img{
    	max-height: 100%;
    }
    .woocommerce .pagination {
	    padding: 30px 0 35px;
	}
	li.product-category .img:hover .layer {
	    top: 60%;
	}
	.size-field {
	    flex-direction: column;
	    gap:0;
	}
	button.add-cart{
		font-size: 15px;
		padding: 18px 20px;
	}
	.quantity-add input[type="text"]{
		font-size: 16px
	}
	.quantity-add span{
		font-size: 18px;
	}
	.size-selection-content{
		width: 90%;
	}
	.variation{
		width: 90%;
	}


	h3.popup-title {
	    font-size: 23px;
	}
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
		width: 100%;
		max-height: 50vw;
	}
	ul.woocommerce-cart-process{
		flex-wrap: wrap;
	}
	ul.woocommerce-cart-process li {
	    flex: 1;
	}
	table.shop_table.shop_table_responsive.cart thead,th{
		display: none;
	}
	table.shop_table.woocommerce-checkout-review-order-table thead {
	    display: table-header-group;
	}
	table.shop_table.woocommerce-checkout-review-order-table  tr{
	    display: table-row;
	}
	table.shop_table.woocommerce-checkout-review-order-table  th{
	    display: table-cell;
	}	
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
	    border-top: 1px solid rgba(0,0,0,.1);
	}

	table.cart td {
	    padding: 10px 8px!important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item {
	    position: relative;
	}
	td.product-remove {
	    position: absolute;
	    top: -7px;
	    right: -7px;
	    z-index: 1;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    border: none!important;
	}

	td.product-thumbnail {
	    position: absolute;
	    top: 0;
	    left: 0;
	    overflow: hidden;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    max-height: 115px;
	    border-bottom: none;
	}
	tr.woocommerce-cart-form__cart-item.cart_item {
	    border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.woocommerce table.shop_table td.product-thumbnail {
	    border-top: 0px solid rgba(0,0,0,.1);
	}
	.woocommerce table.shop_table td.product-name {
	    border-top: 0px solid rgba(0,0,0,.1);
        text-align: left!important;
	}
	 .woocommerce .woocommerce-order-details table.shop_table td.product-name {
	    border-top: 1px solid rgba(0,0,0,.1);
	    text-align: left!important;
	}
	.arabic .woocommerce table.shop_table td.product-name {
	    text-align: right!important;
	}
	.shop_table_responsive {
	    display: block;
	}
	.shop_table_responsive :is(tbody,tfoot,tr) {
	    display: block;
	}
	.woocommerce-cart-form__contents tr {
	    margin-bottom: 25px;
	    padding-bottom: 25px;
	    padding-left: 115px;
	    min-height: 136px;
	}
	.woocommerce-cart-form__contents td {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    flex-wrap: wrap;
	    margin-bottom: 0;
	    padding: 0;
	}

	.woocommerce-cart-form__contents td:not(:last-child) {
	    border-bottom: 1px dashed var(--brdcolor-gray-300);
	}
	.shop_table_responsive td:before {
	    content: attr(data-title);
	    float: left;
	    padding-top: 3px;
	    color: var(--color-gray-900);
	    text-transform: uppercase;
	    font-weight: 300!important;
	    font-size: 14px;
	}
	.woocommerce-cart-form__contents td:before {
	    flex: 1 1 auto;
	    margin-bottom: 0;
	    padding-top: 0;
	    text-align: left;
	    font-size: 14px!important;
	}
	:is(.woocommerce-cart-form__contents,.group_table) td.product-thumbnail img {
	    min-width: 100px;
	    max-width: 100px;
	}
	td.product-name {
	    display:block!important;
	}
	.cart-collaterals table th{
		display: block;
	}
	.cart-collaterals .shop_table_responsive td:before{
		content: "";
	}
	.cart-collaterals .shop_table_responsive :is(tbody,tfoot,tr) {
	    display: block;
	}
	.login-reg-wrapper{
		flex-direction: column;
	}
	.u-column1.col-1 {
	    width: 100%!important;
        padding-right: 0;
    	padding-bottom: 60px;
	}
	.u-column2.col-2 {
	    width: 100%!important;
	    padding-left: 0;
	    padding-top: 60px;
	}
	.u-column2.col-2.woocommerce-Address{
		padding-top: 0
	}
	section.login-main-title h3{
		font-size: 17px
	}
	.log-or-reg p {
       transform: rotate(90deg) translate(-50%, 0);
    	left: 45%;
	}
	.log-or-reg p span{
		transform: rotate(270deg);
	}
	.woocommerce-LostPassword.lost_password {
	    margin: 25px 0 0;
	}
	.register-fields{
		flex-direction: column;
		gap:0;
	}
	.coupon-update-btn {
	    flex-direction: column;
	    gap: 15px;
	}
	button.empty-cart-btn::before{
		top: 15px
	}
	.woocommerce table.cart .product-thumbnail{
		display: block!important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td{
	    background-color: rgb(0 0 0 / 0%);
	}
	.quantity.quantity-add{
		float: right;
	}
	.arabic .quantity.quantity-add {
	    float: left;
	}
	.woocommerce table.shop_table_responsive tr td::before{
		content: attr(data-title);
	}
	tr.order-total td::before{
		color:#0a0e1a!important
	}
	.my-account-dashboard{
		flex-direction: column;
	}
	.woocommerce-MyAccount-content {
	    width: 100%;
	}
	nav.woocommerce-MyAccount-navigation {
	    width: 100%;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
		display: table-cell!important;
	}
	ul.category-list li{
		max-width: 100%
	}
	.arabic .u-column2.col-2 {
	    padding-right: 0;
	    padding-left: 0;
	}
	.related.products ul.product-list li.product-category a img {
	    max-width: 65%;
	    margin: 0 auto;
	}
	.related.products ul.product-list li.product-category p{
		text-align: center;
	}
	.related.products ul.product-list li.product-category h2.woocommerce-loop-product__title{
		text-align: center;
	}
	.related.products ul.product-list li.product-category .price-customize {
	    justify-content: center;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	    font-size: 15px;
	}

	table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
	    background-color: #d0ccc62b;
	    margin-bottom: 18px;
	    border-radius: 10px;
	    padding: 17px;
	}

	table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td:first-child{
		border-top: 0!important;	
	}
	.return-to-shop a {
	    font-size: 16px!important;
	    padding: 15px 19px!important;
	}

	/*admin dashboard css*/

.page-center .icon-nav-admin {
  display: block;
}
.icon-nav-admin span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
 .icon-nav-admin span:nth-child(1) {
    top: 0px;
  }
 .icon-nav-admin span:nth-child(2),
 .icon-nav-admin span:nth-child(3) {
    top: 10px;
  }
   .icon-nav-admin span:nth-child(4) {
    top: 20px;
  }
 .icon-nav-admin.open-admin span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .icon-nav-admin.open-admin span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .icon-nav-admin.open-admin span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .icon-nav-admin.open-admin span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .icon-nav-admin {
    width: 40px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: translateY(-50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    top: 50%;
    right: 7vw;
    z-index: 10;
    display: none;
  }
  nav.woocommerce-MyAccount-navigation {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    transform: translateY(0%);
    right: 6vw;
    width: 240px;
    padding: 0;
    background: #ffffff;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
  }
  nav.woocommerce-MyAccount-navigation li {
    padding: 0 15px;
    margin: 0 15px;
    border-bottom: solid 1px #fff;

  }
  nav.woocommerce-MyAccount-navigation li a {
    padding: 15px 0;
    color: #fff;
    display: block;
    box-sizing: border-box;
      text-align: left;
  }
  nav.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0
  }
  .woocommerce-MyAccount-navigation li a {
    color: #fff;
  }
  .woocommerce-MyAccount-navigation ul {
    display: block;
  }
  .woocommerce-MyAccount-navigation ul {
    padding: 0 0;
  }

	.icon-nav-admin {
    width: 28px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform:  translateY(-50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    top: 50%;
    right: 7vw;
    z-index: 10;
    display: block;
  }
  .woocommerce-MyAccount-navigation ul {
    padding: 0 0;
  }

	nav.woocommerce-MyAccount-navigation ul li {
	    padding: 5px 0;
	}
	nav.woocommerce-MyAccount-navigation ul li:first-child {
	    padding: 0 0 0px;
	}
	.page-center.common-index h2 {
	    font-size: 22px;
	}
	.page-center.common-index p {
	    font-size: 15px;
	    line-height: 25px;
	}
	form.edit-bill-address {
	    max-width: 100%;
	}

}
@media screen and (max-width:650px) {

	ul.woocommerce-cart-process li {
	    font-size: 14px;
	}

/*	ul.woocommerce-cart-process li::before {
	    content: "";
	    width: 6px;
	    height: 8px;
	    left: 16px;
	    font-size: 10px
    }*/
 /*   ul.woocommerce-cart-process li.active::before {
	    content: "";
	    background: url(../images/tick.png) no-repeat;
	    width: 16px;
	    height: 13px;
	    position: absolute;
	    left: 10px;
	    top: 6px;
	    outline: 1px solid #b68683;
	    padding: 0;
	    background-size: 16px;
	    margin: 0;
	}*/
	.page-center.cart-empty-return {
	    margin: 20% 0 0;
	}
	section.login-main-title h3 {
	    font-size: 16px;
	    line-height: 26px;
        padding: 14px 0px;
	}

}
@media screen and (max-width:600px) {
		.woocommerce .price-customize span.price.product-price {
	    font-size: 15px;
	}
	.woocommerce .price-customize a {
	    font-size: 15px!important;
	}
	li.product-category .img:hover .layer {
	    top: 53%;
	}
	.size-popup-wrapper ul{
		padding: 0 5px
	}
	.size-popup-wrapper ul li {
	    font-size: 14px;
	    margin: 0 5px;
	    width: 45px;
	    height: 45px;
	}
	.popup-close img {
	    width: 20px;
	    height: 20px;
	}
	.popup-size-close img{
		width: 20px;
		height: 20px
	}
	section.login-main-title {
	    margin: 70px 0 0;
	}
	form.checkout.woocommerce-checkout.page-center .col2-set {
	    padding: 30px 0!important;
	}
	.search-result h2 {
	    font-size: 26px;
	}
	.search-result p {
	    font-size: 15px;
	    line-height: 25px;
	}



}
@media screen and (max-width:500px) {

	/*arabic css 500*/
	.arabic .header-last-area {
		width: 50%;
	}

	.arabic .header-first-area select {
		padding: 0 20px 0 4px
	}

	/*end arabics css 500*/
	.icon-nav {
		width: 25px;
	}

	.button-banner {
		flex-direction: column;
	}

	h1 {
		font-size: 38px;
		line-height: 48px;
	}

	.slider-content h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.slider-content {
		top: 38%;
	}

	.header-middle-area img {
		max-width: 316px;
		width: 100%;
		padding: 0 40px 0 0;
	}

	.header-middle-area {
		top: 65px;
		padding: 0 7vw
	}

	.header-last-area {
		width: 60%;
	}

	.header-last-area ul {
		padding: 0
	}

	.header-first-area select {
		font-size: 11px;
	}

	.header-last-area ul li a {
		font-size: 11px;
	}

	.header-last-area ul li {
		padding-left: 12px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	section .instagram-area p {
		font-size: 16px;
		line-height: 26px;
	}

	.slider-content button {
		font-size: 12px;
		max-width: 185px;
		padding: 13px 1px;
	}

	.insta-icons .like {
		gap: 5px;
	}

	.insta-icons p {
		font-size: 14.5px;
	}

	.slider-content .button-banner a {
		font-size: 14px;
		max-width: 195px;
		padding: 15px 15px;
	}

	section.category-banner {
	    position: relative;
	    margin: 85px 0 0;
	}

	section.category-banner h2 {
	    font-size: 28px;
	}

	.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
	    font-size: 15px;
	}

	.woocommerce-breadcrumb {
		padding: 30px 0;
	}
	.woocommerce.columns-4 .page-center {
	    flex-direction: column;
	}
/*	ul.products.columns-4.product-list li.product-category {
	    max-width: 200px;
	}*/
	a.woocommerce-product-gallery__trigger {
	    right: 4%;
	    bottom: 10%;
	}
	.add-button {
	    flex-direction: column;
	}
	.quantity-add{
		width: 100%;
	}
	.quantity-add span{
		padding: 16px;
	}
	.flex-viewport .owl-dots button{
		width: 6px;
		height: 6px
	}
	.flex-viewport .owl-dots{
		bottom: -90px
	}
	ul.woocommerce-cart-process li.active::after{
		display: none;
	}
	.coupon {
	    width: 100%;
	}
	.woocommerce-product-gallery{
		width: 100%;
	}

	form.contact-form{
		flex-direction: column;
		gap: 20px;
	}
	.contact.input-grp input{
		padding: 16px;
	}
	.contact.input-grp input{
		margin-top: 10px;
	}
	.contact-send-message p{
		font-size: 15px;
	}
	form.contact-form {
	    padding: 40px 0;
	}
	.contact.input-grp input,.contact.input-grp textarea,.contact.input-grp label,.contact-details p{
		font-size: 15px
	}
	.contact-section-wrapper h3{
		font-size: 22px
	}
	
	.result-count-wrap.page-center {
	    flex-direction: column;
	    gap: 30px;
	}
	.checkout-main-wrapper ul.woocommerce-cart-process {
	    margin: 23% 0 0;
	}

}

@media screen and (max-width:400px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.woocommerce .price-customize a {
	    font-size: 15px!important;
	    padding: 7px 12px!important;
	}
	.woocommerce .price-customize span.price.product-price {
	    font-size: 15px;
	}
	.popup-close {
	    right: 22px;
	    top: 23px;
	}
	.popup-size-close{
		right: 22px;
		top: 23px;
	}

	.size-custom{
		flex-direction: column;
	}
	.size-custom a:first-child{
		margin-bottom: 10px;
	}
	.size-popup-wrapper label {
	    font-size: 14px;
	}
	.size-popup-wrapper input[type="text"]{
		font-size: 14px
	}
	.inpt-grp span {
	    font-size: 14px;
	}
	.coupon input {
	    width: 100px;
	}
	:is(.woocommerce-cart-form__contents,.group_table) td:before{
		font-size: 14px;
	}
	table.cart td{
		font-size: 14px;
	}
	.shop_table th{
		font-size: 14px
	}
	tr.cart-subtotal td{
		font-size: 16px
	}
	tr.order-total td{
		font-size: 18px;
	}
	ul.woocommerce-cart-process li{
		padding-bottom: 15px
	}
	dl.variation-new {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 15px;
	}
	dd{
		padding: 0
	}
	.woocommerce-cart-form__contents td.product-thumbnail img {
	    min-width: 80px;
	    max-width: 80px;
	    min-height: 80px;
	    max-height: 70px;
	}
	.woocommerce-cart-form__contents tr{
	    padding-left: 90px;
	}
	section.login-main-title .page-center{
		flex-direction: column;
	}
	.empty-update {
	    display: flex;
	    gap: 15px;
	}
	button.update-btn{
		font-size: 14px!important
	}
	a.empty-cart-btn{
		font-size: 14px!important
	}
	header.innerHeader section.login-main-title .page-center{
		align-items: flex-start;
	}
	.woocommerce-ResetPassword button.button.wp-element-button{
		font-size: 14px!important;
		padding: 13px!important;
	}
	.lost-password {
	    padding: 20px;
	}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	    font-size: 18px!important;
	    padding: 50px 20px;
	}
	.page-center.cart-empty-return {
	    margin: 30% 0 0;
	}
}