body ,html {
	padding: 0;
	margin: 0;
	font-family: 'yekanRegular';
	direction: rtl;
	background-color: #f4f4f4;
}

.rtl #wpadminbar * {
	font-family: 'yekanRegular';
}

.container {
	max-width: 1296px;
}

.woocommerce-Price-currencySymbol {
	order: 2;
	margin-right: 5px;
}

.archiveProduct-main .woocommerce-Price-currencySymbol {
	writing-mode: vertical-lr;
	color: var(--gray-300);
}

.containerSitify {
	width: 1296px;
	margin: 0 auto;
}

ul , li , p {
	margin: 0;
	padding: 0;
}

input {
	border: none;
}

h1.morabba {
	font-weight: 600;
	font-size: 32px;
}

h2.morabba {
	font-weight: 600;
	font-size: 24px;
}

.morabba {
	font-family: 'morabbaSemiBold';
}

.jac {
	justify-content: center;
	align-items: center;
	align-content: center;
	align-self: center;
	justify-items: center;
	justify-self: center;
	text-align: center;
}

li::marker {
	color: var(--tertiary);
}

.owl-carousel {
	direction: ltr;
}

.owl-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--gray-200) !important;
	margin: 0 2px;
}

.owl-dots button.active {
	background-color: var(--tertiary) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--tertiary);
}

.bg-sitify {
	background-color: var(--primary-200);
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.bg-sitify:hover {
	background-color: var(--primary-100)
}

.sitify-border-design::before {
	content: '';
	background-image: url('../images/header.svg');
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
	right: 0px;
	top: -10px;
}

.sitify-icon:before {
	content: '';
	background-image: url('../images/header.svg');
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
	right: -20px;
	top: -20px;
}

.sitify-border-dsign * {
	z-index: 1;
	position: relative;
	margin-right: 5px;
}

a.sitify-button,
.sitify-button a {
    text-decoration: none;
    color: var(--white);
    background-color: var(--primary-200) !important;
    border: none;
	padding: 12px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 30px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

a.sitify-button:hover,
.sitify-button a:hover {
    background-color: var(--secondary-200) !important;
    color: var(--gray-500) !important;
}

.sitify-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-left: -50px;
	background-color: transparent !important;
}

blockquote {
    padding: 30px;
    background-color: var(--secondary-100);
    border-radius: 12px;
    margin: 40px 0;
    position: relative;
}

blockquote::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 20px;
	background-image: url('../images/qup.svg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

blockquote::after {
	content: "";
	position: absolute;
	bottom: -94%;
	background-image: url('../images/qdown.svg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 90%;
}

.breadcrumb {
	margin-bottom: 2.5rem;
}

/******************** header ********************/
#header {
	background-image: linear-gradient(to right top, var(--primary-100), #08484a, #094143, #093b3d, var(--primary-200));
	position: relative;
}

/******************** nav up ********************/

#header .nav-up {
	display: flex;
	height: 70px;
	justify-content: space-between;
	align-items: center;
}

#header .nav-up .logo img {
	/*width: 120px;
	height: 70px;*/
}

.nav-up-buttons {
	display: flex;
	justify-content: end;
}

.nav-phone {
	background-color: var(--secondary-200);
	width: 35px;
	padding: 12px 9px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
	height: 40px;
}

.nav-phone:hover {
	width: 120px;
}

.nav-phone:hover .phone {
	display: inline-block;
}

.nav-phone .phone {
	margin: 0 2px;
	display: none;
}

#header .nav-up .nav-up-buttons {
	display: flex;
}

.nav-sign-button {
	background-color: var(--secondary-200);
	padding: 8px 28px;
	margin: 0;
	border-radius: 12px;
	height: 40px;
}

.nav-sign-button a {
	color: var(--gray-500);
	text-decoration: none;
}

/******************** nav bottom ********************/

.nav-bottom {
	display: flex;
	height: 50px;
	justify-content: space-between;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-image: linear-gradient(315deg, rgba(207,242,242,0.8) 0%, rgba(9,53,55,0.8) 100%);
	border-image-slice: 1;
	border-left: 0;
	border-right: 0;
}

.nav-bottom .menu {

}

.nav-bottom .menu ul {
	display: flex;
	align-items: center;
	height: 50px;
	margin: 0;
	justify-content: start;
}

.nav-bottom .menu ul li {
	list-style: none;
	margin: 0 10px;
}

.nav-bottom .menu ul li a {
	text-decoration: none;
	color: var(--white);
}

.nav-bottom .nav-bottom-buttons .cart {
	color: var(--white);
}

/******************** nav responsive ********************/

.hamburger-icon {
	width: 20%;
	display: none;
}

.hamburger-icon i {
	font-size: 25px;
	color: var(--white);
}

#responsive-nav {
	display: none;
}

.back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.responsive-nav-buttons {
	text-align: center;
	color: var(--white);
}

/******************** main header ********************/
#main-header {
	background-image: linear-gradient(to right, var(--primary-100), #08484a, #094143, #093b3d, var(--primary-200));
}

#main-header .main-header-text .main-header-title {
	font-family: 'morabbaSemiBold';
}

#main-header .main-header-text .main-header-title h2 {
	font-size: 40px;
	color: var(--white);
}

#main-header .main-header-text .main-header-title span {
	font-size: 40px;
	color: var(--secondary-200);
}

#main-header .main-header-text .main-header-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-left: -50px;
	background-color: transparent !important;
}

#main-header .main-header-text h6 {
	color: var(--white);
	margin-bottom: 10px;
	font-weight: bold;
}

#main-header .main-header-text p {
	color: var(--white);
	margin-bottom: 10px;
}

#main-header .main-header-text a {
	text-decoration: none;
	color: var(--gray-500);
	padding: 15px 20px;
	background-color: var(--secondary-200);
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#main-header .main-header-text a:hover {
	background-color: var(--primary-100);
	color: var(--white);
}

#main-header .main-header-pic img {
	width: 80%;
	height: 90%;
}

/******************** services ********************/
#services {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#services .service-item {
	margin: 20px 0;
	width: 416px;
	padding: 15px 0;
	height: 100px;
	display: flex;
	border-radius: 12px;
	justify-content: space-between;
	background-color: var(--white);
}

#services .service-item:hover {
	background: linear-gradient(268deg, #093537 7.14%, #0C6462 91.05%);
}

#services .service-item .service-icon {
	font-size: 25px;
    border-width: 3px;
    border-style: solid;
	padding-right: 20px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
	height: 90%;
    color: var(--gray-500);
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-color: var(--secondary-200);
}

#services .service-item .service-icon .icon {
	background-image: url('../images/services.svg');
	width: 50px;
	height: 60px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	background-position-x: 13px;
	background-position-y: 6px;
	padding-right: 8px;
}

#services .service-item:hover .service-icon .icon {
	background-image: url('../images/servicesHover.svg');
}

#services .service-item .service-icon .icon i {
	font-size: 32px;
}

#services .service-item .service-text {
	width: 80%;
	justify-content: start;
	align-items: center;
	display: flex;
	margin-right: 15px;
    color: var(--gray-500);
}

#services .service-item .service-text span {
	font-size: 18px;
	font-weight: 600;
}

#services .service-item:hover .service-text {
	color: var(--white);
}

#services .service-item:hover .service-icon {
	color: var(--white);
}

/******************** samples ********************/

#samples .samples .samples-title h1 {
	font-size: 40px;
}

#samples .samples .samples-title h2 {
	font-size: 32px;
	font-family: 'morabbaSemiBold';
	text-align: center;
	color: var(--primary-hover);
}

#samples .samples .samples-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-left: -55px;
	background-color: transparent !important;
	margin-top: -11px;
}

#samples .samples .samples-tabs ul li {
	margin: 0 10px;
}

#samples .samples .samples-tabs ul li button {
	border-radius: 12px;
	color: var(--gray-500);
}

#samples .samples .samples-tabs ul li button:hover {
	background-color: var(--secondary-200)
}

#samples .samples .samples-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--white);
	background-color: var(--primary-200);
}

#samples .samples .samples-content .samples-slider .samples-item {
	color: var(--gray-500);
	text-decoration: none;
}

#samples .samples .samples-content .samples-slider .samples-item img {
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	border-color: var(--secondary-200)
}

#samples .samples .samples-content .samples-slider .samples-item:hover img {
	border-width: 2px;
	border-style: solid;
	border-color: var(--primary-100)
}

/******************** about us ********************/
#about-us .about-us-top .about-us-des {
	border-right-size: 4px;
	border-right-style: solid;
	color: var(--primary-400);
}

#about-us .about-us-top .about-us-title p {
	color: var(--gray-400);
	position: absolute;
	top: 20px;
}

#about-us .about-us-top .about-us-title h2 {
	color: var(--primary-hover);
	font-size: 28px;
}

#about-us .about-us-items {
	padding-top: 1.5rem;
}

#about-us .about-us-item {
	background-color: var(--white);
	border-radius: 12px;
	padding-bottom: 1px;
}

#about-us .about-us-item:hover .icon {
	border-top-size: 2px;
	border-top-style: solid;
}

#about-us .about-us-item .icon {
	width: 55px;
	padding-top: 25px;
	border-top: 2px solid rgba(0, 0, 0, 0);
	background-image: url('../images/services.svg');
	background-repeat: no-repeat;
	background-position-y: 19px;
	background-position-x: 17px;
}

#about-us .about-us-item .icon i {
	font-size: 34px;
	margin-bottom: 30px;
	padding-top: 10px;
}

#about-us .about-us-item p {
	color: grey;
	align-items: justify;
	line-height: 30px;
	text-align: justify;
}

#about-us .about-us-item a {
	text-decoration: none;
	color: var(--gray-500);
	background: #f4f4f4;
	border: none;
	border-radius: 12px;
	font-family: 'yekanRegular';
	font-size: 16px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#about-us .about-us-item:hover .icon {
	border-top-color: var(--secondary-200);
}

#about-us .about-us-item a:hover {
	background-color: var(--secondary-200);
}

#about-us .about-us-top .about-us-des {
	border-right-color: var(--secondary-200);
}

/******************** partners ********************/
#partners {

}

#partners .partners-title {
	font-family: 'morabbaSemiBold';
}

#partners .partners-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-left: -25px;
	background-color: transparent !important;
}

#partners .partners-content img {
	width: 150px;
}

#partners .partners-content .partners-logo {
	width: 200px;
	text-align: center;
}

/******************** plans ********************/
#plans .plan-item {
	background-color: var(--white);
	border-radius: 12px;
	padding-bottom: 1px;
}

#plans .plan-item:hover .icon {
	border-top-size: 2px;
	border-top-style: solid;
	border-top-color: var(--secondary-200);
}

#plans .plan-item a:hover {
	background-color: var(--secondary-200);
}

#plans .plan-item .icon {
	width: 18%;
	padding-top: 15px;
	border-top: 2px solid rgba(0, 0, 0, 0);
}

#plans .plan-item .plan-title-item {
	border-radius: 12px;
	color: var(--white);
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	margin-bottom: 15px;
	background-color: var(--primary-200);
}

#plans .plan-item .plan-price {
	border-width: 1px;
	border-style: solid;
	border-radius: 12px;
	padding: 10px 0;
	text-align: center;
	border-color: var(--primary-200);
}

#plans .plan-item .plan-price h6 {
	font-size: 22px;
}

#plans .plan-item .plan-price p {
	font-size: 14px;
	color: var(--gray-300);
}

#plans .plan-item .plan-des p {
	color: grey;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

#plans .plan-item a {
	width: 90%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--gray-500);
	background: #f4f4f4;
	border: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-family: 'yekanMedium';
	font-size: 16px;
}

#plans .plan-title h1 {
	font-size: 44px;
}

#plans .plan-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 100px;
	height: 70px;
	margin-left: -55px;
	margin-top: 0px;
	background-color: transparent !important;
}

/******************** vid comments ********************/
.slider-box {
	width: 80%;
}

.slider-box .owl-dots {
	margin-top: 10px;
	text-align: center;
	display: none;
}

.info-box {
	width: 20%;
}

.vid-c-item {
	height: 336px;
	position: relative;
	width: 208px;
}

.vid-c-info {
	height: 336px;
	position: relative;
	width: 100%;
}

.vid-c-info {
	background: var(--primary-200);
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	border-radius: 12px;
	justify-content: space-between;
}

.vid-c-info .info-icon i {
	font-size: 30px;
}

.vid-c-info .text-end h5 {
	font-family: 'yekanMedium';
	font-size: 16px;
	font-weight: 500;
}

.vid-c-info .info-item {
	padding-right: 20px;
}

.vid-c-info .vid-c-item-info-down a {
	padding: 10px 14px;
	background-color: var(--secondary-200);
	border-radius: 12px;
	color: var(--primary-200);
	font-family: 'yekanMedium';
	font-size: 16px;
	font-weight: 500;
}

.vid-c-info .vid-c-item-info-down a i {
	font-size: 20px;
	position: absolute;
}

.vid-c-info .text-end h6 {
	font-family: 'yekanRegular';
	font-size: 14px;
	font-weight: 400;
	color: var(--secondary-200);
}

.vid-c-item .grad {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 12px;
	background: linear-gradient(0deg, rgb(9, 53, 55) 0%, rgba(9, 53, 55,0.1) 100%, rgba(9, 53, 55,0.1) 100%);
}

.vid-c-item .vid-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
}

.vid-c-item video {
	object-fit: cover;
	border-radius: 12px;
}

/******************** comments ********************/

#comments .comments-title h1 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'morabbaSemiBold';
}

#comments .comments-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 80px;
	margin-left: -50px;
	background-color: transparent !important;
}

#comments .comments .comment-item {
	background-color: var(--white);
	border-radius: 12px;
	padding: 16px;
	margin: 10px;
	width: 380px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#comments .comments .comment-item .comment-item-title h5 {
	color: var(--gray-500);
}

#comments .comments .comment-item:hover {
	background-color: var(--primary-200);
	color: var(--white);
}

#comments .comments .comment-item:hover .comment-item-title p,
#comments .comments .comment-item:hover .comment-item-p {
	color: var(--white);
}

#comments .comments .comment-item .comment-item-title p {
	color: var(--gray-300);
}

#comments .comments .comment-item .comment-item-p p{
	line-height: 30px;
	margin-top: 20px;
}

#comments .comments .comment-item img {
	width: 60px;
	height: 60px;
	border-radius: 12px;
}

/******************** blog ********************/
.blog-item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 300px;
	height: 150px;
	background-color: var(--primary-hover);
	border-radius: 12px;
	margin: 10px;
	padding: 10px;
	color: var(--white);
	text-decoration: none;
	direction: rtl;
}

.blog-item:hover {
	color: var(--white);
}

.blog-item .blog-item-up {
	padding: 5px 10px;
    width: 100%;
}

.blog-item .blog-item-up .icon {
	padding: 12px;
	background-color: var(--primary-200);
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	font-size: 25px;
	display: flex;
}

.blog-item .blog-item-up .col-10 {
	text-align: right;
}

.blog-item .blog-item-down span {
	background-color: var(--primary-200);
	border-radius: 12px;
	padding: 10px;
}

.blog-item .blog-item-down span:hover {
	background-color: var(--secondary-200);
	color: var(--gray-500);
}

.blog .blog-button a {
	color: var(--white);
	background-color: var(--primary-hover);
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.blog .blog-button a:hover {
	background-color: var(--secondary-200);
}



/******************** blog ********************/
#team {

}

#team .team {
	z-index: 1;
	position: relative;
}

#team .team-title {
	font-family: 'morabbaSemiBold';
}

#team .team-title h1 {
	font-size: 40px;
	color: var(--gray-500);
}

#team .team-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 80px;
	margin-left: -50px;
	background-color: transparent !important;
}

#team .team-slider {
	padding: 10px;
	overflow: hidden;
}

#team .team-slider .owl-stage-outer {
	overflow: visible !important;
}

#team .team-slider .team-item {
	width: 160px;
	position: relative;
	border-radius: 12px;
	height: 160px;
	background-size: cover;
	margin-right: 25px;
	background-color: var(--white);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#team .team-slider .team-item::before {
	background-color: var(--primary-hover);
	content: "";
	height: 7%;
	position: absolute;
	width: 130px;
	top: -6px;
	border-radius: 12px;
	right: 15px;
	z-index: -1;
}

#team .team-slider .team-item::after {
	background-color: var(--primary-hover);
	content: "";
	height: 7%;
	position: absolute;
	width: 130px;
	bottom: -6px;
	border-radius: 12px;
	right: 15px;
	z-index: -1;
}

#team .team-slider .team-item:hover::before,
#team .team-slider .team-item:hover::after {
	background-color: var(--secondary-200);
}

#team .team .team-slider .team-item .team-item-info-back {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 12px;
	display: none;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out !important;
}

#team .team .team-slider .team-item .team-item-info {
	color: var(--white);
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	padding-bottom: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out !important;
}

#team .team .team-slider .team-item:hover .team-item-info {
	top: 0;
}

#team .team .team-slider .team-item:hover .team-item-info-back{
	background-color: rgba(4, 33, 35,.7);
	display: block;
}

#team .team .team-slider .team-item:hover .team-item-info .hider {
	display: none;
}

#team .team .team-slider .team-item .team-item-info p {
	color: grey;
}

#team .team .team-slider .team-item .team-item-info ul li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

#team .team .team-slider .team-item .team-item-info ul li a {
	color: var(--white);
	text-decoration: none;
}

/******************** products ********************/
#products {

}

#products .products {
	z-index: 1;
	position: relative;
}

#products .products .product-title {
	font-family: 'morabbaSemiBold';
	font-weight: 600 !important;
}

#products .products .product-title h1 {
	font-family: 'morabbaSemiBold';
	font-weight: 600 !important;
	font-size: 32px;
	color: var(--primary-hover);
}

#products .products .product-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 80px;
	margin-left: -50px;
	background-color: transparent !important;
}

#products .products .products-slider .product-item,
#products .products .products-slider2 .product-item {
	background-color: var(--white);
	width: 306px;
	border-radius: 12px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 13px;
}

#products .products .products-slider2 {
	display: flex;
	justify-content: start;
}

#products .products .products-slider2 .product-item {
	margin-left: 20px;
}

#products .products .products-slider .product-item img,
#products .products .products-slider2 .product-item img {
	width: 100%;
	border-radius: 12px;
    object-fit: cover;
    height: 150px;
}

#products .products .products-slider .product-item .product-title,
#products .products .products-slider2 .product-item .product-title {
	font-size: 18px;
	font-weight: 600;
    color: var(--gray-500);
    text-decoration: none;
}

.product-tech {
	background-color: #074E501A;
	color: var(--primary-200);
	padding: 7px 14px;
	font-size: 13px;
	height: 26px;
	font-weight: 400;
	border-radius: 8px;
}

#products .products .products-slider .product-item .product-link a,
#products .products .products-slider2 .product-item .product-link a {
	color: var(--white);
	background-color: var(--primary-100);
	padding: 7px 33px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#products .products .products-slider .product-item .product-link a:hover,
#products .products .products-slider2 .product-item .product-link a:hover {
	background-color: var(--primary-hover);
}

#products .products .products-slider .product-item .product-price,
#products .products .products-slider2 .product-item .product-price {
	font-size: 18px;
	font-weight: 600;
}

#products .products .products-slider .product-item .product-price span,
#products .products .products-slider2 .product-item .product-price span {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: var(--gray-300);
	font-size: 13px;
	font-weight: 400;
}

/******************** honors ********************/
#honors {

}

#honors .honors .honor-title {
	font-family: 'morabbaSemiBold';
}

#honors .honors .honor-title h1 {
	font-size: 40px;
	color: var(--gray-500);
}

#honors .honors .honor-title .br {
	background-image: url('../images/header.svg');
	background-repeat: no-repeat;
	width: 70px;
	height: 80px;
	margin-left: -50px;
	background-color: transparent !important;
}

#honors .honors .honors-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#honors .honors .honors-slider .honor-item {
	background-color: var(--white);
	width: 370px;
	border-radius: 12px;
	padding: 10px 0;
}

#honors .honors .honors-slider .honor-item .honor-item-img img {
	margin-right: -50px;
	max-width: fit-content !important;
	width: 110px;
}

#honors .honors .honors-slider .honor-item .honor-item-content {

}

#honors .honors .honors-slider .honor-item .honor-item-content .honor-item-title {
	color: var(--primary-hover);
	font-size: 16px;
	font-weight: bold;
}

#honors .honors .honors-slider .honor-item .honor-item-content .honor-item-year {
	color: var(--secondary-200);
}

#honors .honors .honors-slider .honor-item .honor-item-content .honor-item-des {
	color: grey;
	text-align: justify;
	line-height: 30px;
	position: relative;
}

#honors .honors .honors-slider .honor-item .honor-item-content .honor-item-des .des-border {
	border-right: 3px solid var(--secondary-200);
	margin-left: 7px;
	position: absolute;
	width: 10px;
	height: 25px;
	margin-top: 4px;
}

/******************** footer ********************/
footer {
	padding-top: 20px;
	background-color: var(--primary-100);
}

.footer-contact-us {
	padding: 20px;
	background-color: var(--white);
	border-radius: 12px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.footer-contact-us .footer-contact-us-text {
	font-family: 'morabbaSemiBold';
	font-size: 16px;
	font-weight: 600;
}

.footer-contact-us .content input {
	background-color: var(--gray-100);
	border: none;
	color: var(--gray-500);
    direction: rtl !important;
    font-size: 15px;
	font-weight: 400;
}

.footer-contact-us .content label {
	color: var(--gray-300);
	margin: 10px 0;
	font-size: 15px;
	font-weight: 400;
}

.footer-contact-us .content input:focus {
	background-color: var(--gray-100);
	border: none;
	color: var(--gray-500);
}

.footer-contact-us textarea {
	height: 100px;
	background-color: var(--gray-100);
	border: none;
	color: var(--gray-500);
}

.footer-contact-us textarea:focus {
	height: 100px;
	background-color: var(--gray-100);
	border: none;
	color: var(--gray-500);
}

.footer-contact-us .position-relative {
	text-align: left;
	margin-top: 15px;
}

.footer-contact-us button {
	background-color: var(--primary-200);
	color: var(--white);
	border: 0;
	width: 180px;
	border-radius: 8px;
}

.footer-contact-us .contact-us-alert p {
	text-align: right;
	background-color: var(--secondary-100);
	padding: 24px 24px;
	border-radius: 24px;
	margin: 15px 0px;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-200);
	font-family: 'yekanBold';
}

footer .footer {
	background-color: var(--primary-hover);
	padding-top: 20px;
}

footer .footer .footer-up p{
	color: var(--secondary-200);
	text-align: justify;
}

footer .footer .footer-up .slider .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

footer .footer .footer-up .slider .swiper .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer .footer-up .slider .swiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: 80px;
	height: 100%;
	object-fit: cover;
}

footer .footer .footer-up .footer-ul ul li {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	font-size: 16px;
}

footer .footer .footer-up .footer-ul ul li i {
	margin-left: 10px;
}

footer .footer .footer-up .footer-ul ul li .right {
	color: var(--secondary-200);
}

footer .footer .footer-up .news form {
	display:flex;
	flex-direction:row;
	padding: 10px 3px;
	background-color: var(--primary-100);
	border-radius: 12px;
}

footer .footer .footer-up .news input {
	flex-grow:2;
	border:none;
	background-color: transparent;
	color: var(--white);
}

footer .footer .footer-up .news input:focus {
	outline: none;
}

footer .footer .footer-up .news form:focus-within {
	outline: 1px solid grey;
}

footer .footer .footer-up .news form .button {
	width: 50px;
	border-right: 1px solid var(--white);
}

footer .footer .footer-up .news form button {
	color:white;
	font-size: 18px;
	border: none;
	margin-right: 10px;
	background-color: transparent;
}

footer .footer .footer-bottom {
	padding-bottom: 60px;
	text-align: center;
}

footer .footer .footer-bottom .logo img {
	/*width: 120px;
	height: 70px;*/
}

footer .footer .footer-bottom .social {
	display: flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

footer .footer .footer-bottom .social li {
	margin: 0 10px;
}

footer .footer .footer-bottom .social li::marker {
	color: var(--secondary-200);
}

footer .footer .footer-bottom .social li a {
	color: var(--secondary-200);
	text-decoration: none;
}

footer .footer .footer-bottom .social li a:hover {
	color: var(--white);
}

footer .footer .footer-bottom .list-footer ul li {
	list-style: none;
	margin-top: 15px;
}

footer .footer .footer-bottom .list-footer ul li a {
	color: var(--secondary-200);
	text-decoration: none;
}

footer .footer .footer-bottom .nemad div {
	background-color: var(--primary-100);
	width: 40%;
	margin: 10px;
	border-radius: 25px;
	height: 175px;
}

footer .footer .footer-bottom .nemad div img {
	width: 90%;
}

/******************** product archive ********************/
.breadcrumb a {
	text-decoration: none;
	color: grey;
	font-size: 16px;
}

.breadcrumb a:hover {
	color: var(--gray-500);
}

.news form {
	display:flex;
	flex-direction:row;
	padding: 10px 3px;
	background-color: var(--white);
	border-radius: 12px;
}

.news input {
	width: 95%;
	height: 35px !important;
	border:none !important;
	background-color: transparent !important;
	color: var(--gray-500);
}

.news input:focus {
	outline: none;
}

.news form:focus-within {
	outline: 1px solid grey;
}

.news form .button {
	width: 50px;
	border-right: 1px solid grey;
}

.news form button {
	font-size: 22px;
	border: none;
	margin-right: 5px;
	margin-top: 5px;
	background-color: transparent;
	color: grey;
}

.cats {
	background-color: var(--white);
	border-radius: 12px;
	padding: 10px;
	margin: 10px 0;
}

.cats ul li {
	list-style: none;
	margin: 5px 0;
}

.cats ul li a {
	text-decoration: none;
	color: var(--gray-500);
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item {
	background-color: var(--white);
	width: 306px;
	border-radius: 12px;
	margin: 0 0 15px 0px;
	list-style: none;
	position: relative;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	justify-content: start;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item:hover {
	border: 1px solid var(--primary-100);
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item a {
	color: var(--gray-500);
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 1rem;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item .product-title {
	font-size: 18px;
	margin-top: 10px;
	width: 100%;
	font-family: 'morabbaSemiBold';
	font-weight: 600;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item .tech-product {
	position: absolute;
	left: 7%;
	top: 64%;
}

.product-item .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	padding-left: 20px;
	margin-bottom: -30px;
	height: 60px;
	justify-content: flex-end;
	position: absolute;
	bottom: 30px;
}

.amount bdi {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.price del {
	text-decoration-color: var(--tertiary);
}

.price ins {
	text-decoration: none;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item .button {
	color: var(--white);
	background-color: var(--primary-100);
	padding: 15px 33px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item  .button:hover{
	background-color: var(--primary-hover);
}

#archiveProduct .archiveProduct .archiveProduct-main .product-item .cut {
	text-decoration: line-through solid var(--tertiary) 10%;
}

.pagination nav ul {
	border: 0 !important;
}

.pagination nav ul li {
	list-style: none;
	display: inline-block;
	border: 0 !important;
	margin: 0 3px !important;
}

.pagination nav ul li a, .pagination nav ul li span {
	color: var(--gray-500);
	border-radius: 8px;
	background-color: var(--white);
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: 8px 13px;
	min-width: 1em;
	display: block;
}

.pagination nav ul li span.current,
.pagination nav ul li a.current{
	background-color: var(--primary-100) !important;
	color: var(--white) !important;
}

.pagination nav ul li a:hover,
.pagination nav ul li span:hover {
	background-color: var(--primary-hover) !important;
	color: var(--white) !important;
	border: 0;
}

.pagination nav ul li a,
.pagination nav ul li span {
	border: 0;
}

.woocommerce .star-rating span::before {
	color: var(--tertiary);
}

.woocommerce span.onsale {
	background-color: var(--tertiary);
	display: none;
}

a.added_to_cart {
	background-color: var(--primary-100);
	padding: 5px 10px;
	border-radius: 12px;
	color: var(--white) !important;
	margin-top: 5px;
}

.reset_variations {
    background-color: var(--primary-100);
    padding: 5px 10px;
    border-radius: 12px;
    color: var(--white);
    margin-top: 5px;
    text-decoration: none;
	margin-right: 10px;
}

.reset_variations:hover {
	color: var(--white);
}

/******************** product single ********************/
.singleProduct .top-product {
	background: var(--white);
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 50px;
	padding: 30px;
	width: 100%;
}

.singleProduct .top-product .flex-viewport {
	border-radius: 12px;
	height: 300px !important;
}

.singleProduct .top-product ol {
	margin-top: 15px !important;
	display: flex !important;
}

.singleProduct .top-product ol li {
	margin-left: 10px !important;
	border-radius: 12px;
}

.singleProduct .top-product ol li:hover {
	border: 1px solid var(--primary-100);
}

.singleProduct .top-product ol li img {
	border-radius: 12px;
}

.sitify-social-buttons ul {
	display: flex;
	list-style: none;
}

.sitify-social-buttons ul li {
	background-color: var(--gray-100);
	padding: 10px 10px 5px 10px;
	color: var(--gray-500);
	font-size: 20px;
	border-radius: 12px;
	margin: 0px 10px 0 0px;
}

.singleProduct .top-product .summary .product-short-des {
	background-color: #f4f4f4;
	padding: 15px 10px;
	border-radius: 12px;
	margin-top: 10px;
}

.singleProduct .top-product .summary .product-short-des .product_meta {
	margin-top: 15px;
}

.singleProduct .top-product .summary .product-short-des .product_meta .sku_wrapper,
.singleProduct .top-product .summary .product-short-des .product_meta .posted_in,
.singleProduct .top-product .summary .product-short-des .product_meta .tagged_as {
	display: block;
	color: var(--gray-200);
	font-size: 15px;
	font-family: 'yekanMedium';
	font-weight: 500;
}

.singleProduct .top-product .summary .product-short-des .product_meta .posted_in a,
.singleProduct .top-product .summary .product-short-des .product_meta .tagged_as a{
	color: var(--gray-400);
	font-style: normal !important;
}

.singleProduct .top-product .summary .product-short-des .product_meta .sku_wrapper .sku,
.singleProduct .top-product .summary .product-short-des .product_meta .posted_in a,
.singleProduct .top-product .summary .product-short-des .product_meta .tagged_as a {
	color: var(--gray-500);
	text-decoration: none;
	font-style: italic;
}

.singleProduct .top-product .product-rate {
	margin-top: 15px;
}

.singleProduct .top-product .product-rate div {
	color: var(--gray-200);
	float: right;
}

.singleProduct .top-product .product-rate a {
	color: var(--gray-200);
	text-decoration: none;
}

.singleProduct .top-product .product-rate a i {
	color: var(--tertiary);
}

.singleProduct .top-product .variations .label {
	display: none;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
}

.singleProduct .top-product .single_add_to_cart_button {
	color: var(--white);
	background-color: var(--primary-200) !important;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
}

.singleProduct .top-product .single_add_to_cart_button:hover {
	background-color: var(--primary-hover) !important;
}

.singleProduct .top-product .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	color: var(--gray-500) !important;
	height: 100%;
	justify-content: flex-end;
}

.singleProduct .top-product .price span {
	font-size: 15px;
	color: var(--gray-300);
	font-family: 'yekanRegular';
	font-weight: 400;
}

.singleProduct .top-product .price bdi {
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-200);
}

.singleProduct .top-product .price del span bdi {
	display: flex;
	flex-direction: row-reverse;
	font-size: 15px;
}

.singleProduct .top-product .price del span bdi span {
	font-size: 15px;
	background-color: var(--tertiary);
	padding: 5px;
	color: white;
	border-radius: 8px;
}

.singleProduct .top-product .price del {
	text-decoration-color: var(--tertiary);
	text-decoration: none;
}

.singleProduct .top-product .price ins {
	text-decoration: none;
}

.product-item .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	color: var(--gray-500) !important;
	height: 100%;
	justify-content: flex-end;
	padding-bottom: 5px;
}

.product-item .price span {
	font-size: 15px;
	color: var(--gray-300);
	font-family: 'yekanRegular';
	font-weight: 400;
}

.product-item .price bdi {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-200);
}

.product-item .price del span bdi {
	display: flex;
	flex-direction: row-reverse;
	font-size: 15px;
	color: var(--gray-300);
}

.product-item .price del span bdi span {
	font-size: 13px;
	background-color: var(--tertiary);
	padding: 5px;
	color: white;
	border-radius: 8px;
	writing-mode: horizontal-tb;
}

.product-item .price ins span bdi {
	position: relative;
	margin-left: 20px;
}

.product-item .price ins span bdi span {
	position: absolute;
	height: 80px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	left: -22px;
	top: -44px;
}

.product-item .price del {
	text-decoration-color: var(--tertiary);
	text-decoration: none;
	margin-left: 20px;
}

.product-item .price ins {
	text-decoration: none;
}

.product-item .onsale {
	display: none;
}

.woocommerce-loop-product__link .star-rating {
	display: none;
}

.singleProduct .product-tabs {
	background: var(--white);
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 50px;
	padding: 30px;
	width: 100%;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs::before {
	border: none;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li {
	color: var(--primary-hover) !important;
	background-color: #f4f4f4 !important;
	padding: 7px 28px;
	text-decoration: none;
	border-radius: 10px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin: 0 0 0 15px;
	font-size: 15px;
	display: inline-block;
	border: none;
	font-family: 'yekanMedium';
	font-weight: 500;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li a {
	color: var(--primary-hover) !important;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active {
	background-color: var(--primary-200) !important;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active a {
	color: var(--white) !important;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:hover {
	background-color: var(--primary-hover) !important;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:hover a {
	color: var(--white) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: none;
	box-shadow: none;
}

.woocommerce div.product .product-tabs .tabs-content h2 {
	font-family: 'morabbaSemiBold';
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}

.product-tab-meta {
	font-family: 'yekanMedium';
	font-size: 15px;
	font-weight: 500;
	color: var(--gray-300);
}

.product-tab-meta a {
	text-decoration: none;
	font-family: 'yekanRegular';
	font-size: 14px;
	font-weight: 400;
	color: var(--gray-200);
}

.singleProduct .related {
	margin-top: 40px
}

.singleProduct .related h2 {
	text-align: center;
	margin-bottom: 15px;
}

.singleProduct .related .products {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.singleProduct .related .products .product {
	background-color: var(--white);
	width: 300px !important;
	border-radius: 12px;
	margin: 0 0 15px 10px;
	list-style: none;
	position: relative;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.5rem;
}

.singleProduct .related .products .product:last-child {
	margin: 0 0 15px 0;
}

.singleProduct .related .products .product:hover {
	border: 1px solid var(--primary-100);
}

.singleProduct .related .products .product a {
	color: var(--gray-500);
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}

.singleProduct .related .products .product img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 0 !important;
}

.singleProduct .related .products .product .product-title {
	font-size: 24px;
	margin-top: 10px;
	width: 100%;
	padding: 0 !important;
	text-align: right;
	font-family: 'morabbaSemiBold';
	font-size: 18px;
	font-weight: 600;
}

.singleProduct .related .products .product .tech-product {
	position: absolute;
	left: 7%;
	top: 64%;
}

.singleProduct .related .products .product .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
}

.singleProduct .related .products .product .price {
	color: var(--gray-500);
}

.singleProduct .related .products .product .price del {
	text-decoration-color: var(--tertiary);
}

.singleProduct .related .products .product .price ins {
	text-decoration: none;
}

.singleProduct .related .products .product .button {
	color: var(--white);
	background-color: var(--primary-200);
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
}

.singleProduct .related .products .product .button:hover{
	background-color: var(--primary-hover);
}

.single_variation_wrap {
    padding: 10px 10px;
}

.single_variation_wrap .woocommerce-variation {
	background-color: var(--gray-200);
	border-radius: 12px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
}

/******************** my account ********************/

#content .page-header {
	display: none;
}

#my-account .my-account .woocommerce-MyAccount-navigation,
#my-account .my-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100%;
	background: var(--white);
	border-radius: 16px;
	padding: 20px;
}

.dashboard-hr {
	position: absolute;
	-webkit-transform: rotate(90deg);
	width: 100px;
	height: 1px !important;
	transform: rotate(90deg);
	left: -69px;
	background-color: var(--gray-300);
}

#my-account .my-account .woocommerce-MyAccount-navigation .user-info .user-avatar {
	border-radius: 12px;
}

#my-account .my-account .woocommerce-MyAccount-navigation .user-info .user-name {
	margin-right: 10px;
	font-family: 'yekanBold';
	color: var(--primary-200);
	font-size: 18px;
	font-weight: 700;
}

#my-account .my-account .woocommerce-MyAccount-navigation .user-info .user-code {
	margin-right: 10px;
	font-family: 'yekanRegular';
	color: var(--gray-300);
	font-size: 15px;
	font-weight: 400;
}

#my-account .my-account .woocommerce-MyAccount-navigation .account-slider {
	overflow:hidden;
}

#my-account .my-account .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
}

#my-account .my-account .woocommerce-MyAccount-navigation .account-slider .account-item {
    background-color: #f4f4f4;
    border-radius: 12px;
    padding: 20px;
    width: 130px;
    height: 130px;
	margin-right: 10px;
    display: flex;
	flex-direction: column;
    justify-content: space-around;
    align-items: center;
	color: var(--gray-500);
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#my-account .my-account .woocommerce-MyAccount-navigation .account-slider .current,
#my-account .my-account .woocommerce-MyAccount-navigation .account-slider .account-item:hover {
	background-color: var(--primary-200) !important;
	color: var(--white) !important;
}

#my-account .my-account .woocommerce-MyAccount-navigation .account-slider .account-item i {
	font-size: 25px;
}

#my-account .my-account .woocommerce-MyAccount-navigation .account-slider .account-item p {

}

#my-account .my-account .woocommerce-MyAccount-content {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    margin-bottom: 100px;
    min-height: 510px;
}

#my-account .my-account .woocommerce-MyAccount-content a {
	color: var(--gray-500);
	text-decoration: none;
	font-weight: bold;
}

#my-account .my-account .my-orders {
	background-color: var(--white);
	border-radius: 12px;
}

#my-account .my-account .my-orders ul.head {
	border: 0 !important;
	border-radius: 12px !important;
	text-align: center !important;
	width: 100%;
	background-color: #f4f4f4;
	display: flex;
	padding: 10px 15px;
	margin-bottom: 10px;
}

#my-account .my-account .my-orders ul.head li {
	/*display: inline-block;*/
	list-style: none;
	width: 20%;
	padding: 15px 0;
	border-left: 1px solid var(--gray-200);
}

#my-account .my-account .downloads ul.head li {
	display: inline-block;
	list-style: none;
	width: 25%;
	padding: 15px 0;
	border-left: 1px solid var(--gray-200);
}

#my-account .my-account .my-orders ul.head li:last-child {
	border-left: none;
}

#my-account .my-account .my-orders div.order {
	background-color: #f4f4f4;
	border: 0 !important;
	border-radius: 12px !important;
	padding: 10px 15px;
}

#my-account .my-account .my-orders ul.order {
	text-align: center !important;
	width: 100%;
	display: flex;
}

#my-account .my-account .my-orders ul.order li {
	/*display: inline-block;*/
	list-style: none;
	width: 20%;
	padding: 15px 0;
	border-left: 1px solid var(--gray-200);
}

#my-account .my-account .my-orders ul.order li:last-child {
	border-left: none;
}

#my-account .my-account .my-orders ul.order li a {

}

.order .woocommerce-Price-currencySymbol {
    display: none;
}

#my-account .my-account .my-orders ul.order li a.view {
	color: var(--white);
	background-color: var(--gray-200);
	padding: 12px 35px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
}

#my-account .my-account .my-orders ul.order li a.view:hover {
	background-color: var(--primary-hover);
}

#my-account .my-account .addresses {
	background-color: var(--white);
	border: 0 !important;
	border-radius: 12px !important;
	padding: 0px;
	margin-top: 0;
}

#my-account .my-account .addresses .woocommerce-Address {
	float: none;
	margin: 15px 0;
	background-color: #f4f4f4;
	border-radius: 12px !important;
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#my-account .my-account .addresses .woocommerce-Address .title {
	background-color: var(--white);
	border-radius: 8px;
	padding: 20px 0;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#my-account .my-account .addresses .woocommerce-Address .title i {
	font-size: 36px;
	color: var(--primary-hover);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#my-account .my-account .addresses .woocommerce-Address:hover .title {
	background-color: var(--primary-100);
}

#my-account .my-account .addresses .woocommerce-Address:hover .title i {
	color: var(--white);
}

#my-account .my-account .addresses .woocommerce-Address address {
	padding: 0 5px;
	margin-right: 10px;
}

#my-account .my-account .addresses .woocommerce-Address .edit {
	color: var(--gray-400);
	background-color: var(--gray-200);
	padding: 15px 33px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	font-size: 16px;
	margin-right: auto;
	font-weight: 500;
	font-family: 'yekanMedium';
}

#my-account .my-account .addresses .woocommerce-Address:hover .edit {
	color: var(--gray-100);
	background-color: var(--primary-200);
}

#my-account .my-account .edit-address,
#my-account .my-account .edit-account,
#my-account .my-account .downloads {
	background-color: var(--white);
	border: 0 !important;
	border-radius: 12px !important;
	margin-top: 20px;
}

#my-account .my-account .edit-address .edit-address-form .woocommerce-address-fields__field-wrapper	 {
	display: flex;
	flex-wrap: wrap;
}

#my-account .my-account .edit-address .edit-address-form label {
	color: var(--gray-200);
	font-size: 15px;
	font-weight: 400;
}

#my-account .my-account .edit-address .edit-address-form #billing_address_1_field,
#my-account .my-account .edit-address .edit-address-form #billing_address_2_field,
#my-account .my-account .edit-address .edit-address-form #billing_company_field {
	width: 100%;
	float: none;
}

#my-account .my-account .edit-address .edit-address-form #billing_first_name_field,
#my-account .my-account .edit-address .edit-address-form #billing_last_name_field,
#my-account .my-account .edit-address .edit-address-form #billing_country_field,
#my-account .my-account .edit-address .edit-address-form #billing_city_field,
#my-account .my-account .edit-address .edit-address-form #billing_postcode_field,
#my-account .my-account .edit-address .edit-address-form #billing_phone_field,
#my-account .my-account .edit-address .edit-address-form #billing_email_field,
#my-account .my-account .edit-address .edit-address-form #billing_state_field {
	width: 50%;
	float: none;
}

#shipping_first_name_field,
#shipping_last_name_field,
#shipping_company_field,
#shipping_country_field,
#shipping_state_field,
#shipping_city_field,
#shipping_address_1_field,
#shipping_address_2_field,
#shipping_postcode_field {
	width: 50%;
	float: none;
}

#my-account .my-account .edit-account .edit-account-form p {
	float: none;
	width: 50%;
}

#my-account .my-account .edit-account .edit-account-form p label,
#my-account .my-account .edit-account .edit-account-form em {
	font-size: 13px;
}

#my-account .my-account .edit-account .edit-account-form .edit-password p {
	width: 33%;
}

#my-account .my-account .edit-account .edit-account-form #account_first_name,
#my-account .my-account .edit-account .edit-account-form #account_last_name,
#my-account .my-account .edit-account .edit-account-form #account_display_name,
#my-account .my-account .edit-account .edit-account-form #account_email {
	width: 100%;
	float: none;
}

#my-account .my-account .edit-address .edit-address-form input,
#my-account .my-account .edit-account .edit-account-form input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #f4f4f4;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#my-account .my-account .edit-address .edit-address-form .edit-address-form-button, #my-account .my-account .edit-account .edit-account-form .edit-account-form-button {
	color: var(--white);
	background-color: var(--primary-200);
	padding: 15px 33px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#my-account .my-account .edit-address .edit-address-form .edit-address-form-button:hover,
#my-account .my-account .edit-account .edit-account-form .edit-account-form-button:hover {
	background-color: var(--primary-hover);
}

#my-account .my-account .downloads ul.download-ul {
	background-color: #f4f4f4;
	border: 0 !important;
	border-radius: 12px !important;
	padding: 10px 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

#my-account .my-account .downloads ul.download-ul li {
	display: inline-block;
	list-style: none;
	width: 24%;
	border-left: 1px solid var(--gray-200);
	text-align: center;
}

#my-account .my-account .downloads ul.download-ul li:last-child {
	border-left: none;
}

#my-account .my-account .downloads ul.download-ul li span {
	font-size: 15px;
}

#my-account .my-account .downloads ul.download-ul li.download-product {

}

#my-account .my-account .downloads ul.download-ul li.download-product img {
	width: 60px;
	height: 60px;
}

#my-account .my-account .downloads ul.download-ul li.download-product a {
	color: var(--gray-500);
	text-decoration: none;
	margin-right: 7px;
}

#my-account .my-account .downloads ul.download-ul li.download-file a {
	color: var(--white);
    background-color: var(--gray-200);
	padding: 12px 35px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	font-size: 16px;
	font-family: 400;
}

#my-account .my-account .downloads ul.download-ul li.download-file a:hover {
	background-color: var(--primary-hover);
}

.edit-account h4, .edit-account legend {
	font-size: 16px;
	font-weight: 600;
}


/********************** cart **********************/
#cart .cart .shop_table_items {
	border: 0;
	margin: 0 0 24px -1px;
	text-align: right;
	width: 100%;
	border-radius: 12px;
	background-color: var(--white);
	padding: 15px;
	border-collapse: separate;
	border-spacing: 0 15px;
}

#cart .cart .shop_table_items .cart_item bdi {
	font-size: 15px;
	color: var(--gray-300);
}

#cart .cart .shop_table_items thead {
	display: none;
}

#cart .cart .shop_table_items thead tr {

}

#cart .cart .shop_table_items tbody tr td {
	padding: 20px;
	border: solid 1px rgba(0,0,0,0);
	border-style: none solid solid none;
	background-color: #f4f4f4;
}

#cart .cart .shop_table_items tbody tr td.actions {
	background-color: transparent !important;
}

#cart .cart .shop_table_items tbody tr td:first-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#cart .cart .shop_table_items tbody tr td:last-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: 0;
}

#cart .cart .shop_table_items tbody tr td {
	border-left: 1px solid var(--gray-200);
}

#cart .cart .shop_table_items tbody tr td.product-thumbnail a {
	color: var(--gray-500);
	text-decoration: none;
}

#cart .cart .shop_table_items tbody tr td.product-thumbnail a img {
	width: 60px;
	height: 60px;
}

#cart .cart .shop_table_items tbody tr td.actions button,
.return-to-shop a {
	color: var(--black) !important;
	background-color: var(--gray-200) !important;
	padding: 15px 33px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#cart .cart .shop_table_items tbody tr td.actions button:hover,
.return-to-shop a:hover {
	color: var(--white) !important;
	background-color: var(--primary-hover) !important;
}

#cart .cart .shop_table_items tbody tr td.actions button:disabled {
	color: var(--black) !important;
	background-color: var(--gray-300);
}

#cart .cart .woocommerce-cart-form .product-remove .remove {
	color: var(--black) !important;
	background-color: var(--gray-200);
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	width: 70%;
	height: 100%;
	margin: 0 auto;
}

#cart .cart .woocommerce-cart-form .product-remove .remove:hover {
	background-color: var(--primary-hover);
	color: var(--white) !important;
}

#cart .cart .cart-end .coupon {
	background-color: var(--white);
	padding: 20px;
	border-radius: 12px;
	display: flex;
}

#cart .cart .cart-end .coupon input {
	background-color: #f4f4f4;
	border-radius: 12px;
	padding: 5px;
	flex-grow: 1;
	margin-left: 3px;
	width: 100%;
}

#cart .cart .cart-end .coupon button,
#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td button,
#cart .cart .cart-end .cart-collaterals .cart_totals div a {
	color: var(--white) !important;
	background-color: var(--primary-200);
	padding: 15px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
}

#cart .cart .cart-end .coupon button:hover,
#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td button:hover,
#cart .cart .cart-end .cart-collaterals .cart_totals div a:hover {
	background-color: var(--primary-hover);
}

#cart .cart .cart-end .cart-collaterals .cart_totals div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 45%;
	background-color: var(--white);
	border-radius: 12px;
	padding: 15px;
}

#cart .cart .cart-end .cart-collaterals .cart_totals,
#cart .cart .cart-end .cart-collaterals .cart_totals {
	float: none;
	width: 100%
}

#cart .cart .cart-end .cart-collaterals .cart_totals h2 {
	display: none;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table {
	border: 0;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td,
#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr th {
	border: 0;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td {
	text-align: left;
	display: flex;
	justify-content: end;
}

#cart .cart .cart-end .cart-collaterals .cart_totals .shipping td {
	display: table;
	text-align: left;
	float: left;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td a {
	color: var(--tertiary);
	text-decoration: none;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody tr td input {
	background-color: #f4f4f4;
	border-radius: 12px;
	padding: 10px;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody .order-total {
	color: var(--white);
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody .order-total td,
#cart .cart .cart-end .cart-collaterals .cart_totals table tbody .order-total th {
	background-color: var(--secondary-200);
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody .order-total th {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#cart .cart .cart-end .cart-collaterals .cart_totals table tbody .order-total td {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#cart .cart .cart-end .cart-collaterals .cart_totals div {
	margin-bottom: 0;
	margin-top: 20px;
}

#cart .cart .cart-end .cart-collaterals .cart_totals div a {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 20px;
}

.woocommerce-checkout-review-order-table bdi {
	float: left;
}

/******************** checkout ********************/
#checkout .checkout-container .checkout .address-container {
	background-color: var(--white);
	border-radius: 12px;
}

#checkout .checkout-container .checkout .address-container label {
	color: grey;
	font-size: 14px;
	font-weight: 400;
}

#checkout .checkout-container .checkout .address-container .woocommerce-billing-fields h3,
#checkout .checkout-container .checkout .address-container .woocommerce-shipping-fields h3 {
	font-family: 'morabbaSemiBold';
	font-size: 16px;
}

/*#checkout .checkout-container .checkout .address-container input[type=text],*/
/*#checkout .checkout-container .checkout .address-container input[type=tel],*/
/*#checkout .checkout-container .checkout .address-container input[type=email] {*/
/*	display: block;*/
/*	width: 100%;*/
/*	padding: .375rem .75rem;*/
/*	font-size: 1rem;*/
/*	font-weight: 400;*/
/*	line-height: 1.5;*/
/*	color: #212529;*/
/*	background-color: #f4f4f4;*/
/*	background-clip: padding-box;*/
/*	border: 1px solid #ced4da;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	appearance: none;*/
/*	border-radius: .25rem;*/
/*	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}*/

#checkout .checkout-container .checkout .address-container .woocommerce-billing-fields div,
#checkout .checkout-container .checkout .address-container .woocommerce-shipping-fields div {
	display: flex;
	flex-wrap: wrap;
}

#checkout .checkout-container .checkout .address-container #billing_address_1_field,
#checkout .checkout-container .checkout .address-container #billing_address_2_field,
#checkout .checkout-container .checkout .address-container #billing_postcode_field,
#checkout .checkout-container .checkout .address-container #billing_company_field {
	width: 100%;
	float: none;
}

#checkout .checkout-container .checkout .address-container #billing_first_name_field,
#checkout .checkout-container .checkout .address-container #billing_last_name_field,
#checkout .checkout-container .checkout .address-container #billing_country_field,
#checkout .checkout-container .checkout .address-container #billing_city_field,
#checkout .checkout-container .checkout .address-container #billing_phone_field,
#checkout .checkout-container .checkout .address-container #billing_email_field,
#checkout .checkout-container .checkout .address-container #billing_state_field {
	width: 50%;
	float: none;
}

#checkout .checkout-container .checkout .address-container #shipping_address_1_field,
#checkout .checkout-container .checkout .address-container #shipping_address_2_field,
#checkout .checkout-container .checkout .address-container #shipping_postcode_field,
#checkout .checkout-container .checkout .address-container #shipping_company_field {
	width: 100%;
	float: none;
}

#checkout .checkout-container .checkout .address-container #shipping_first_name_field,
#checkout .checkout-container .checkout .address-container #shipping_last_name_field,
#checkout .checkout-container .checkout .address-container #shipping_country_field,
#checkout .checkout-container .checkout .address-container #shipping_city_field,
#checkout .checkout-container .checkout .address-container #shipping_phone_field,
#checkout .checkout-container .checkout .address-container #shipping_email_field,
#checkout .checkout-container .checkout .address-container #shipping_state_field {
	width: 50%;
	float: none;
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail,
#checkout .checkout-container .checkout .order-review-container .order-pay {
	background: var(--white);
	border-radius: 12px;
}

#checkout .checkout-container .checkout .order-review-container .woocommerce-shipping-methods li {
	text-align: left
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail thead .product-total {
	text-align: left;
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail table,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table td,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table th {
	border: 0
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail table tbody tr:first-child td,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table tbody tr:first-child th,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table tfoot tr:first-child td,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table tfoot tr:first-child th {
	border-top: 1px solid #f4f4f4;
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail table tfoot .order-total th,
#checkout .checkout-container .checkout .order-review-container .order-review-detail table tfoot .order-total td {
	border-top: 1px solid #f4f4f4;
}

#checkout .checkout-container .checkout .order-review-container .order-review-detail table tfoot .woocommerce-remove-coupon {
	color: var(--tertiary);
	text-decoration: none;
}

#checkout .checkout-container .checkout .order-review-container .order-pay #payment {
	background-color: transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #f4f4f4;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f4f4f4;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	color: var(--white) !important;
	background-color: var(--primary-200);
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.woocommerce #payment #place_order:hover , .woocommerce-page #payment #place_order:hover {
	background-color: var(--primary-hover);
}

.checkout_coupon {
	background-color: var(--white);
	padding: 20px !important;
	border-radius: 12px !important;
	display: flex;
}

.checkout_coupon p:first-child {
	display: none;
}

.checkout_coupon p input {
	background-color: #f4f4f4 !important;
	border-radius: 12px;
	padding: 7px;
	flex-grow: 1;
	margin-left: 3px;
	width: 100%;
}

.checkout_coupon p button {
	color: var(--white) !important;
	background-color: var(--primary-200) !important;
	padding: 10px 15px !important;
	text-decoration: none;
	border-radius: 12px !important;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	flex-grow: 1;
	height: 100%;
	font-size: 13px !important;
}

.checkout_coupon p button:hover {
	background-color: var(--primary-hover) !important;
}

/******************** notice ********************/


.woocommerce-error {
	border-top-color: var(--tertiary);
}

.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--primary-100);
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: var(--white) !important;
	background-color: var(--primary-200) !important;
	text-decoration: none;
	padding: 10px 15px !important;
	border-radius: 12px !important;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 13px
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
	background-color: var(--primary-hover) !important;
}

.woocommerce-info::before ,
.woocommerce-message::before {
	color: var(--primary-100);
}

.woocommerce-error::before {
	color: var(--tertiary);
}

/******************** order-received ********************/
#order-received .order-received {
	background-color: var(--white);
	border-radius: 12px;
	padding: 15px;
}

#order-received .order-received .woocommerce-notice {
	font-family: 'morabbaSemiBold';
	font-size: 18px;
	margin: 0 0 15px 0;
}

#order-received .order-received .woocommerce-order-overview {
	background-color: #f4f4f4;
	margin: 15px 0;
	padding: 25px 0;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#order-received .order-received .woocommerce-order-overview li {
	border-left: 1px solid var(--gray-200);
	width:17%;
	line-height: 2;
}

#order-received .order-received .woocommerce-order-overview li:last-child {
	border-left: none;
}

#order-received .order-received .woocommerce-order-overview li strong {
	font-size: 1.1em
}

.woocommerce-order-details {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding-top: 30px;
	padding-bottom: 50px;
}

.woocommerce-order .total {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}

.woocommerce-order-details h2 {
	font-family: 'morabbaSemiBold';
	font-size: 24px;
}

.woocommerce-order-details table {
	border: none !important;
}

.woocommerce-order-details table thead tr th {
	font-family: 'morabbaSemiBold';
}

.woocommerce-order-details table thead tr th.product-total {
	text-align: right;
}

.woocommerce-order-details table {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.woocommerce-order-details table tfoot {
	color: var(--gray-400);
}

.woocommerce-order-details table tbody tr td {
	background-color: var(--secondary-200);
	color: var(--white);
}

.woocommerce-order-details table tbody tr td a {
	color: var(--white);
	text-decoration: none;
}

.woocommerce-order-details table tbody tr td:first-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.woocommerce-order-details table tbody tr td:last-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.woocommerce-order-details table tbody tr td,
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
	border-top: 0 !important;
}

.woocommerce-order-details table tfoot tr td {
	display: flex;
}

.woocommerce-order-details table tfoot tr td span.amount {
	width: 100%;
	display: flex;
}

.woocommerce-order-details table tfoot tr td .shipped_via {
	width: 50%;
}

.woocommerce-customer-details h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	margin-right: 15px;
	font-family: 'yekanMedium';
}

.woocommerce-customer-details address {
	background-color: #f4f4f4;
	border-radius: 12px !important;
	border: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
}

.woocommerce-customer-details address .icon {
	background-color: var(--primary-100);
	color: var(--white);
	padding: 25px 25px;
	border-radius: 8px;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-customer-details address .icon i {
	font-size: 30px;
}

.woocommerce-customer-details .back-b {
	text-align: left;
	margin: 10px 0;
}

.woocommerce-customer-details .back-b a,
.backToHome {
	color: var(--white) !important;
	background-color: var(--primary-200);
	padding: 15px 25px;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'yekanMedium';
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.woocommerce-customer-details .back-b a:hover,
.backToHome:hover {
	background-color: var(--primary-hover);
}

/******************** archive ********************/
#archive .archive #content .page-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#archive .archive #content .page-content article {
	width: 306px;
	height: 140px;
	background-color: var(--white);
	border-radius: 12px;
	margin: 0 0 20px 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#archive .archive #content .page-content article .title {
	display: flex;
	justify-content: start;
	align-items: center;
}

#archive .archive #content .page-content article .title i {
	background-color: #f4f4f4;
	border-radius: 12px;
	padding: 12px;
	margin: 5px;
	font-size: 24px;
}

#archive .archive #content .page-content article .title h5 {
	font-size: 15px;
}

#archive .archive #content .page-content article .title h5 a {
	text-decoration: none;
	color: var(--gray-500);
}

#archive .archive #content .page-content article .read-time {
	display: flex;
	justify-content: end;
	align-items: center;
}

#archive .archive #content .page-content article .read-time p {
	color: var(--white);
	background-color: var(--primary-100);
	padding: 7px 10px;
	text-decoration: none;
	border-radius: 12px;
	font-size: 14px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#archive .archive #content .page-content article .read-time p:hover {
	background-color: var(--secondary-200);
    color: var(--gray-500);
}

/******************** single ********************/
#single .single #content .page-content {

}

#single .single #content .page-content .post-image {
	background-color: var(--white);
	padding: 10px;
	border-radius: 12px;
}

#single .single #content .page-content .post-image img {
	width: 100%;
	border-radius: 12px;
    max-height: 520px;
    object-fit: cover;
}

#single .single #content .page-content .post-title {
	text-decoration: none;
	color: var(--gray-500);
}

#single .single #content .page-content .post-title h1 {
	font-family: 'morabbaSemiBold';
	margin: 20px 0;
	font-size: 32px;
	font-weight: 700;
}

#single .single #content .page-content .post-details li {
	list-style: none;
	display: inline-block;
	border-left: 1px solid var(--gray-500);
}

#single .single #content .page-content .post-details li:last-child {
	border-left: 0;
}

#single .single #content .page-content .post-details li i {
	margin: 0 5px 0 1px;
}

#single .single #content .page-content .post-details li:first-child i {
	margin: 0 0px 0 1px;
}

#single .single #content .page-content .post-details li span {
	margin: 0 10px;
}

#single .single #content .page-content {
	line-height: 36px;
}

#single .single #content .related-posts {
	background-color: var(--white);
	border-radius: 12px;
	padding: 15px 10px;
}

#single .single #content .related-posts li {
	list-style: none;
	margin-top: 15px;
}

#single .single #content .related-posts li a {
	color: var(--gray-500);
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

#single .single .blog-title .morabba {
	font-size: 32px;
	margin-top: 10px;
	color: var(--primary-hover);
}

/******************** commments ********************/
.comment-tab {
	width: 100%;
}

.comment-tab #comments .commentlist {
	background-color: var(--white) !important;
	padding: 20px 15px;
	border-radius: 12px;
}

.comment-tab #comments .commentlist li {
	position: relative;
}

.comment-tab #comments .commentlist footer {
	padding-top: 20px;
	background-color: transparent;
}

.comment-tab #comments .commentlist footer .comment-author b,
.comment-tab #comments .commentlist footer .comment-metadata {
	margin-right: 75px;
}

.comment-tab #comments .commentlist footer .comment-author b a,
.comment-tab #comments .commentlist footer .comment-metadata a {
	color: var(--gray-500);
	text-decoration: none;
}

.comment-tab #comments .commentlist footer .comment-metadata a {
	color: var(--gray-300);
	font-size: 14px;

}

.comment-tab #comments .commentlist .comment-content {
	margin-top: 15px;
	padding: 10px;
}

.comment-tab #comments .commentlist .reply {
	position: absolute;
	top: 15px;
	left: 10px;
}

.comment-tab #comments .commentlist .reply a {
	color: var(--white);
	background-color: var(--primary-200);
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 12px;
	font-size: 14px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.comment-tab #comments .commentlist .reply a:hover {
	background-color: var(--primary-hover);
}

.comment-tab #comments .commentlist .review,
.comment-tab #comments .commentlist li {
	border-bottom: 1px solid #f4f4f4 !important;
	padding-bottom: 20px !important;
}

#reviews #comments ol.commentlist li {
	list-style: none;
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 !important;
	border: 0 !important;
}

#reviews #comments ol.commentlist li img.avatar {
	position: absolute;
	width: 60px !important;
	top: 5px !important;
	right: 10px !important;
	height: auto;
	border-radius: 12px;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em;
	margin-right: 65px;
	display: flex;
	flex-direction: column;
}

.woocommerce-review__dash {
	display: none;
}

.meta .woocommerce-review__author {
	font-family: 'morabbaSemiBold';
	color: var(--gray-500);
	font-size: 16px;
}

#reviews #comments ol.commentlist ul.children .odd {
	background-color: #f4f4f4;
	border-radius: 12px;
	padding: 15px;
}

#reviews #comments ol.commentlist ul.children .even {
	background-color: var(--white);
	border-radius: 12px;
	padding: 15px;
}

#reviews #comments ol.commentlist ul.children li div img {
	top: 20px !important;
	right: 25px !important;
}

.comment-tab #comments h2 {
	font-family: 'morabbaSemiBold';
	margin-bottom: 15px;
}

#reviews #comments ol.commentlist li .comment-text .description {
	padding: 10px;
}

#reviews #comments ol.commentlist li .comment-text .description p {
	font-family: 'yekanRegular';
}

#reviews #comments ol.commentlist ul.children {
	margin: 5px 50px 0 0 !important;
}

.comment-tab #review_form_wrapper {
	background-color: var(--white);
	padding: 15px 10px;
	border-radius: 12px;
	margin-top: 20px;
}

.comment-tab .comment-respond .comment-reply-title {
	font-family: 'morabbaSemiBold';
	font-size: 22px;
	margin-bottom: 15px;
}

.comment-tab .comment-respond .comment-reply-title a {
	text-decoration: none;
	color: var(--gray-300);
	margin-right: 10px;
}

.comment-tab .comment-respond .comment-form {
	display:flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.product .comment-tab .comment-respond .comment-form .comment-form-comment label,
.product .comment-tab .comment-respond .comment-form .comment-form-author label,
.product .comment-tab .comment-respond .comment-form .comment-form-email label {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'yekanRegular';
	font-size: 15px;
	font-weight: 400;
	color: var(--gray-400);
}

.product .comment-tab .comment-respond .comment-form .comment-form-author,
.product .comment-tab .comment-respond .comment-form .comment-form-email {
	width: 49.5%;
}

.product .comment-tab .comment-respond .comment-form .comment-form-author::after {
 	content: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1303 13C13.8203 13 15.1903 11.63 15.1903 9.94C15.1903 8.25001 13.8203 6.88 12.1303 6.88C10.4403 6.88 9.07031 8.25001 9.07031 9.94C9.07031 11.63 10.4403 13 12.1303 13Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 3H7C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.30969 20.52C6.27753 19.7534 6.40079 18.9882 6.67199 18.2704C6.94319 17.5526 7.35674 16.8971 7.88781 16.3433C8.41888 15.7894 9.05649 15.3488 9.76226 15.0477C10.468 14.7467 11.2274 14.5916 11.9947 14.5916C12.762 14.5916 13.5214 14.7467 14.2272 15.0477C14.9329 15.3488 15.5705 15.7894 16.1016 16.3433C16.6326 16.8971 17.0462 17.5526 17.3174 18.2704C17.5886 18.9882 17.7118 19.7534 17.6797 20.52' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 	position: absolute;
 	left: 8px;
 	font-size: 20px;
 	top: 12px;
}

.product .comment-tab .comment-respond .comment-form .comment-form-email::after {
 	content: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.00005L10.2 11.65C11.2667 12.45 12.7333 12.45 13.8 11.65L20 7' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
 	position: absolute;
 	left: 8px;
 	font-size: 20px;
 	top: 12px;
}

.product .comment-tab .comment-respond .comment-form .comment-form-email {
	margin: 0 6px 10px 0px !important;
}

.comment-tab .comment-respond .comment-form p {
	margin-top: 10px;
	position: relative;
	font-family: 'yekanRegular';
	font-size: 15px;
	font-weight: 400;
}

.comment-tab .comment-respond .comment-form p.comment-form-cookies-consent label, 
.comment-tab .comment-respond .comment-form div.comment-form-rating label {
	position: relative;
}

.comment-tab .comment-respond .comment-form p i,
.comment-tab .comment-respond .comment-form p svg{
	position: absolute;
	left: 15px;
	color: var(--gray-300);
}

.comment-tab .comment-respond .comment-form .form-submit {
	width: 100%;
	text-align: left;
}

.comment-tab .comment-respond .comment-form .logged-in-as a {
	color: var(--gray-500);
	text-decoration: none;
}

.comment-tab .comment-respond .comment-form .comment-form-author {
	order: 1;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.comment-tab .comment-respond .comment-form .comment-form-author label {
	margin-left: 10px;
}

.comment-tab .comment-respond .comment-form .comment-form-email label {
	margin: 0 10px;
}

.comment-tab .comment-respond .comment-form .comment-form-author input,
.comment-tab .comment-respond .comment-form .comment-form-email input {
	background: #f4f4f4;
	border-radius: 12px;
	flex-grow: 1;
	padding: 5px;
	width: 90%;
}

.comment-tab .comment-respond .comment-form .comment-form-email {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: end;
}

.comment-tab .comment-respond .comment-form .comment-form-comment {
	order: 3;
	width: 100%;
	margin-top: 10px;
}

.comment-tab .comment-respond .comment-form .comment-form-comment textarea {
	background: #f4f4f4;
	border-radius: 12px;
	padding: 5px;
	border: 0;
	width: 100%;
	min-height: 178px;
}

.comment-tab .comment-respond .comment-form .comment-form-rating {
	order: 4;
	width: 100%;
}

.woocommerce p.stars a {
	color: var(--tertiary);
}

.woocommerce p.stars a:hover {
	color: var(--tertiary);
}

.comment-tab .comment-respond .comment-form .comment-form-cookies-consent {
	order: 5;
	width: 100%;
}

.comment-tab .comment-respond .comment-form .comment-form-cookies-consent label {
	font-style: italic;
	font-size: 12px;
}

.comment-tab .comment-respond .comment-form .comment-notes {
	order: 6;
	width: 100%;
}

.comment-tab .comment-respond .comment-form .comment-notes span {
	font-style: italic;
	font-size: 12px;
}

.comment-tab .comment-respond .comment-form .form-submit {
	order: 7;
}

.comment-tab .comment-respond .comment-form .form-submit input{
	color: var(--white) !important;
	background-color: var(--primary-200) !important;
	padding: 10px 26px !important;
	text-decoration: none;
	border-radius: 12px !important;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
	font-size: 14px;
}

.comment-tab .comment-respond .comment-form .form-submit input:hover {
	background-color: var(--primary-hover) !important;
}

/******************** archiveResume ********************/
#archiveResume .archiveResume #content .page-content .item {
	background-color: var(--white);
	padding: 10px 15px;
	border-radius: 12px;
	margin: 0 0 10px 0;
}

#archiveResume .archiveResume #content .page-content .item .item-image img {
	border-radius: 12px;
	object-fit: cover;
	height: 200px;
	position: relative;
}

#archiveResume .archiveResume #content .page-content .item .item-content {
	padding: 0 15px;
}

#archiveResume .archiveResume #content .page-content .item .item-content div {
	padding: 15px 0;
}

#archiveResume .archiveResume #content .page-content .item .item-content a.title {
	text-decoration: none;
	color: var(--gray-500);
	padding: 0 15px;
	margin-bottom: 0;
	border-left: 1px solid var(--gray-200);
	font-size: 16px;
	font-weight: 600;
	font-family: 'morabbaSemiBold';
}

#archiveResume .archiveResume #content .page-content .item .item-content h6 {
	padding: 0 15px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
	color: var(--gray-400);
}

#archiveResume .archiveResume #content .page-content .item .item-content p {
	padding: 15px 0;
	border-top: 1px solid var(--gray-200);
	border-bottom: 1px solid var(--gray-200);
}

#archiveResume .archiveResume #content .page-content .item .item-content a {
	text-decoration: none;
	margin: 15px 0;
	color: var(--secondary-200);
}

.archiveProduct-nav h2 {
	font-size: 24px;
	font-weight: 600;
}

.single h2 {
	font-size: 24px;
	font-weight: 600;
}

/******************** single ********************/
#singleResume .singleResume #content .page-content {

}

#singleResume .singleResume #content .page-content .post-image {
	background-color: var(--white);
	padding: 10px;
	border-radius: 12px;
}

#singleResume .singleResume #content .page-content .post-image img {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	border-radius: 12px;
}

#singleResume .singleResume #content .page-content .post-title {
	text-decoration: none;
	color: var(--gray-500);
}

#singleResume .singleResume #content .page-content .post-title h1 {
	font-family: 'morabbaSemiBold';
	margin: 20px 0;
	font-size: 26px;
	font-weight: 700;
}

#singleResume .singleResume #content .page-content .resume-content {
	margin-top: 70px;
}

#singleResume .singleResume #content .page-content .resume-content .resume-text {
	background-color: var(--white);
	border-radius: 12px;
	padding: 15px;
	line-height: 36px;
	text-align: justify;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li {
	background-color: var(--white);
	border-radius: 12px;
	height: 100px;
	width: 100%;
	list-style: none;
	margin-top: 5px;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li:hover .icon span {
	background-color: var(--secondary-200);
	color: var(--gray-500)
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li:first-child {
	margin-top: 0;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li .icon span {
	background-color: #f4f4f4;
	padding: 10px;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li .icon span i {
	font-size: 35px;
	color: var(--primary-200);
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li .text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	padding-right: 20px;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li .text p {
	font-size: 14px;
}

#singleResume .singleResume #content .page-content .resume-content .resume-meta ul li .text p:first-child {
	font-weight: bold;
	color: var(--primary-hover)
}

/**************** Elementor styles *************************/
.main-contact-us div form div div:last-child {
    position: absolute;
    left: 7px;
    bottom: 0;
}

.archive-contact-us {
	background-color: var(--white);
	border-radius: 12px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.archive-contact-us a {
	width: 90%;
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px
}

.cat-title {
    padding: 10px;
    border-radius: 12px;
    margin: 10px 0;
    display: block;
    text-align: center;
    font-family: 'morabbaSemiBold';
}

.shareIcon {
	position: relative;
}

.shareDiv {
	position: absolute;
	display: none;
	width: 138px;
	padding: 5px 6px;
	border-radius: 12px;
	top: -1px;
	left: 50px;
	background-color: var(--gray-100);
	height: 48px;
}

.resume-icons .shareDiv  {
	left: 63px;
	text-align: center;
}

.shareDiv::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid #f8f8f8;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 11px;
	left: -4px;
	margin-left: -20px;
	border-top: 12px solid transparent;
}

.shareDiv ul {
	display: flex;
	list-style: none;
}

.shareDiv ul li {
	display: inline;
	margin: 0 5px;
	background-color: #ffffff;
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	color: var(--gray-300);
	padding: 7px;
}

.shareDiv ul li svg {
	margin-top: -9px;
	width: 20px;
	height: 20px;
}

.shareDiv ul li:hover {
	background-color: var(--secondary-200);
}

.shareDiv ul li:hover a {
	color: var(--white);
}

.shareDiv ul li a {
	text-decoration: none;
	color: var(--gray-300);
}

.shareDiv ul li i {

}

.copy-link {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	overflow: hidden;
	background-color: var(--primary-200);
	padding: 5px;
	border-radius: 12px;
	height: 35px;
}

.copy-link i {
	color: var(--gray-100);
}

.copy-link span {
	width: 85%;
	text-wrap: nowrap;
	direction: ltr;
	margin-left: 10px;
	color: var(--gray-200);
	overflow-y: hidden;
	height: 25px;
	overflow-x: hidden;
}

.archive-contact-us a:last-child {
	border: 1px solid var(--primary-200);
}

.archive-contact-us a:first-child:hover {
	color: var(--white);
}

.archive-contact-us a:last-child:hover {
	color: var(--primary-200);
}

/**************** Register & Login *************************/
.auth-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.auth-container .lost_reset_password, .auth-container .register, .auth-container .login {
	padding: 40px 60px !important;
	position: relative;
	border-radius: 8px !important;
	width: 580px;
	height: 500px;
	background-color: var(--white) !important;
	border: 0 !important;
	box-shadow: 0px 0px 16px 0px #022A2814;
	margin: 2em 0;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	content: "\ea47" !important;
 	font-family: 'icomoonOutline' !important;
 	font-size: 19px;
 	color: #676767;
 	margin-top: 6px;
}

.eicon-cart-medium::before {
	content: "\ebee" !important;
 	font-family: 'icomoonOutline' !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 9px !important;
}

.auth-container .lost_reset_password::before, .auth-container .register::before, .auth-container .login::before {
	content: '';
	background-image: url('../images/dots.png');
	z-index: -1;
	position: absolute;
	top: -50px;
	width: 127px;
	height: 116px;
	right: -75px;
	opacity: 0.3;
}

.auth-container .lost_reset_password::after ,
.auth-container .register::after ,
.auth-container .login::after {
	content: '';
	background-image: url('../images/dots.png');
	z-index: -1;
	position: absolute;
	bottom: -50px;
	width: 127px;
	height: 116px;
	left: -75px;
	opacity: 0.3;
}

.auth-container .lost_reset_password img,
.auth-container .register img,
.auth-container .login img {
	width: 100px;
	margin: 0 auto;
	display: block;
}

.auth-container .lost_reset_password h6,
.auth-container .register h6,
.auth-container .login h6 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
}

.auth-container .lost_reset_password input, .auth-container .register input, .auth-container .login input {
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 2px;
	position: relative;
	margin-top: 10px;
	border: 0;
	color: #373737;
	height: 50px;
}

.auth-container .lost_reset_password button,
.auth-container .register button,
.auth-container .login button {
	background-color: var(--primary-100);
	padding: 6px 77px;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	border-radius: 8px;
}

.auth-container .lost_reset_password .note,
.auth-container .register .note,
.auth-container .login .note {
	color: #676767;
	font-size: 16px;
	font-weight: 400;
}

.auth-container .lost_reset_password button:hover,
.auth-container .register button:hover,
.auth-container .login button:hover {
	background-color: var(--primary-hover);
	color: var(--white);
}

.auth-container .lost_reset_password a,
.auth-container .register a,
.auth-container .login a,
.auth-container a {
	color: var(--primary-200);
	text-decoration: none;
}

.auth-container .homeBack {
	width: 580px;
	text-align: left;
	color: #676767;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.resume-icons {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	align-items: center;
}

.resume-icons li {
	width: 48px;
	height: 48px;
	font-size: 26px;
	background-color: var(--gray-100);
	padding: 12px;
	border-radius: 12px;
}

.resume-icons li a {
	color: var(--gray-400);
	text-decoration: none;
}

.resume-icons li svg {
	margin-top: -17px;
}

.shareSite {
	font-size: 16px;
	font-weight: 500;
	color: var(--gray-400);
	height: 100%;
	width: 100%;
}

.resume-icons li a img {
	width: 25px;
	height: 25px;
}

#singleResume .singleResume #content .page-content .resume-content .resume-text ul li {
	margin-right: 20px;
}

.formicon {
	position: absolute;
	top: 0.7em;
	left: 0.7em;
	font-size: 19px;
	color: #676767;
	margin-top: 6px;
}

.square-color {
	width: 7px;
	height: 7px;
	display: block;
	margin: 0 5px;
	background-color: var(--secondary-200)
}

.woocommerce-mini-cart__empty-message {
	color: var(--gray-100) !important;
}

.counter-box {
	height: fit-content;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 25% auto 25%;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px #4C56861A;
	padding: 4px;
}

.counter-box i {
	font-size: 17px;
}

.counter-box button {
	border-radius: 7px;
	height: 35px;
}

.counter-box * {
	margin: 0px;
	padding: 0px;
	font-size: 1.2rem;
}

.counter-box button {
	border: none;
	outline: none;
	background-color: var(--secondary-100);
	color: var(--gray-500);
}

.cart .counter-box button {
	background-color: #cff2f2;
	padding: 5px 0 0 0;
}

.e--pointer-double-line .elementor-item::after, .e--pointer-double-line .elementor-item::before, .e--pointer-overline .elementor-item::after, .e--pointer-overline .elementor-item::before, .e--pointer-underline .elementor-item::after, .e--pointer-underline .elementor-item::before {
	bottom: -5px !important;
}

.cart .counter-box button:hover {
	background-color: var(--primary-200) !important;
	color: var(--white);
}

.counter-box p {
	text-align: center;
	color: var(--gray-500);
	display: flex;
	justify-content: center;
	align-items: center;
}

.quantity {
	display: none !important;
}

form.cart {
	display: flex;
	justify-content: start;
	padding-top: 20px;
	height: 100%;
	margin-bottom: 0 !important;
	flex-wrap: wrap;
}

.single_variation_wrap {
	 width: 100%;
}

input[type=text],
input[type=tel],
input[type=email] {
	height: 50px;
	border: 1px solid #dfdfdf;
	color: var(--gray-400);
	background-color: var(--gray-100);
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
}

#checkout .checkout-container .checkout .address-container textarea {
	background-color: var(--gray-100);
	color: var(--gray-400);
	border-radius: 8px;
	border: 0;
	padding: 10px;
	height: 150px;
	font-size: 14px;
	font-weight: 400;
}

.select2-container {
	height: 50px
}

.select2-selection {
	height: 50px !important;
	padding-top: 10px;
	border: 1px solid #dfdfdf !important;
	border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

.woocommerce-form-coupon-toggle .container {
	padding: 0 !important;
}

.woocommerce-MyAccount-content #cart {
	width: 100%;
}

.woocommerce-MyAccount-content #cart .breadcrumb {
	display: none;
}

.order_status {
	border: 1px solid var(--secondary-200);
	border-radius: 12px;
	padding: 10px;
	background: var(--secondary-100);
}

.order_status mark {
	background-color: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
	width: 70%;
	text-align: center;
	display: block;
	margin: 10px auto;
	background-color: var(--secondary-100);
	border-color: var(--secondary-100) !important;
	border-radius: 12px;
	padding: 10px;
}

.slider-block:nth-child(even) {
	width: 120%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	top: 20% !important;
	color: var(--gray-500);
	font-size: 24px;
}

/*////////////////////////////////*/

.yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

.yith-wcwl-add-to-wishlist a {
    padding: 0 !important;
    color: var(--gray-500);
    text-decoration: none;
    font-size: 16px;
}

.yith-wcwl-form {
	width: 1320px;
	background-color: #fff;
	border-radius: 12px;
	margin: 30px auto;
	padding: 15px;
}

.wishlist_table li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.wishlist_table .product-name {
	display: flex;
}

.wishlist_table .product-remove a {
	color: var(--tertiary) !important;
}

.wishlist_table .product-remove a:hover {
	background-color: var(--tertiary);
	color: #fff !important;
	padding: 5px;
	border-radius: 8px;
}

.wishlist_table .product-name a {
	color: #000 !important;
	font-size: 18px !important;
	text-decoration: none !important;
}

.wishlist_table li .product-remove {
	padding: 5px;
	border-radius: 12px;
	text-align: center !important;
}

.wishlist_table li .product-remove a {
	color: #fff;
}

.wishlist-title h2{
	font-family: 'morabbaSemiBold';
	font-size:  24px;
}

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button > a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin: 0 !important;
}

.hidden-title-form a.hide-title-form, .wishlist-title a.show-title-form, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .wishlist_table .add_to_cart.button, .wishlist_table a.ask-an-estimate-button, .woocommerce .yith-wcwl-wishlist-new button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	color: var(--gray-400)
}


.woocommerce-additional-fields h3 {
	font-family: 'morabbaSemiBold';
	font-size: 16px;
}

.woocommerce-pagination a {
	background-color: var(--white) !important;
	padding: 10px 20px !important;
	color: var(--gray-400) !important;
	font-size: 13px !important;
	float: left;
}

.woocommerce-MyAccount-content .woocommerce-pagination a {
	background-color: var(--primary-200) !important;
	color: var(--gray-100) !important;
	margin-top: 10px;
}

.woocommerce-MyAccount-content .woocommerce-pagination a:hover {
	background-color: var(--primary-hover) !important;
	color: var(--gray-100) !important;
}

.woocommerce-pagination a:hover {
	background-color: var(--primary-hover) !important;
}

.woocommerce div.product .product_title {
	font-size: 18px;
	color: var(--primary-hover);
}

/*swiper slider*/

.resume-slider {
	background-color: var(--white);
	border-radius: 12px;
	max-height: 800px;
	padding: 44px 44px 22px 44px;
}

.swiper {
    width: 100%;
    max-height: 650px;
}

.swiper .swiper-slide {
	max-height: 650px;
	border-radius: 12px;
}

.iconOutline-arrow-circle-right,.iconOutline-arrow-circle-left {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-200);
	font-size: 24px;
}

.mySwiper .iconOutline-arrow-circle-right,.mySwiper .iconOutline-arrow-circle-left {
	top: 38%;
	width: 38px;
	height: 38px;
	font-size: 38px;
}

.archive-swiper .swiper-slide img {
	width: 80%;
	box-shadow: 10px 10px 3px #eee, -10px 10px 3px #eee;
}

.iconOutline-arrow-circle-left {
	left: -1px;
	right: auto;
}

 .iconOutline-arrow-circle-right {
	right: -1px;
	left: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
	max-height: 170px;
    box-sizing: border-box;
    padding: 10px 30px !important;
	width: 100%;
}

.mySwiper .swiper-slide {
	border-radius: 12px;
    max-height: 150px;
    opacity: 0.4;
}

.mySwiper .swiper-wrapper {
	padding: 0 10px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.videoPlay {
	position: absolute;
	top: 43%;
	left: 39%;
	background-color: var(--secondary-200);
	padding: 5px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	font-size: 35px;
	text-align: center;
}

.woocommerce-Reviews .select2 {
	display: none;
}

.yith-wcwl-add-button .fa-heart::before {
	content: "\eaa1" !important;
	font-family: 'icomoonOutline' !important;
}

.yith-wcwl-wishlistaddedbrowse .fa-heart-o::before ,
.yith-wcwl-wishlistexistsbrowse .fa-heart-o::before {
	content: "\eaa1" !important;
	font-family: 'icomoonOutline' !important;
	color: var(--tertiary);
}

#shipping_address_2_field {
	display: flex;
	align-items: end;
}





/*payment*/

#payment {
	padding: 25px;
}

#payment .title {
	font-size: 16px;
	font-weight: 600;
	font-family: 'morabbaSemiBold';
}

#payment i {
	font-size: 36px;
	margin-left: 10px;
}

#payment label {
	font-size: 15px;
	font-weight: 500;
}

#payment p {
	font-size: 14px;
	font-weight: 400;
}

#payment input[type="radio"] {
	width: 30px;
	height: 30px;
	opacity: 1;
	position: relative;
}

.woocommerce span.onsale {
	border-radius: 12px;
}

#map {
	position: relative;
	background-image: url('../images/map.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

#map .content {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 10px 5px;
}

#map .content .center-box {
	width: 94px;
	height: 44px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: #00baba;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}

#map .content .center-box::before {
	content: '';
	position: absolute;
	background-image: url('../images/Subtract.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 16px;
	top: 43px;
	left: 0;
}

#map .content .right .right-box {
	padding: 7px 15px;
	background-color: #093537;
	color: #ffffff;
	border-radius: 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	font-family: 'yekanRegular';
}

#map .content .left {
	display: flex;
	justify-content: space-evenly;
}

#map .content .left .google-map,
#map .content .left .neshan {
	background-color: #093537;
	padding: 8px;
	border-radius: 6px;
}


.woocommerce-variation-price del {
    display:none !important;
}

.wpcf7-form-control-wrap .select2 {
    width: 100% !important;
}