@import url(fontiran.css);
html {
	scroll-behavior: smooth;
	user-select: none;
}
body {
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	background-color: #f9f9f9;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #727272;
}
a:focus {
	color: inherit;
}

h1 {
	font-weight: bold;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-ultralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}
.mt-6 {
	margin-top: 6rem !important;
}
.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.d-f-a {
	display: flex;
	align-items: center;
}
.d-f-a-jc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-f-a-jb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d-f-d {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.d-fd {
	display: flex;
	flex-direction: column;
}
.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}

.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}
.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titlebox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F2F2F2;
	color: #4B4B4B;
}


.lefttbox {

	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 500;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	color: #333333;
	margin-top: 100px;
}
.footer {
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0;
	padding-bottom: 0;
}
.container {
	max-width: 1400px;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.header {
	border-top: 4px solid #fd9f42;
}
.top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}
.top-header .logo {
	width: 164px;
	height: 50px;
	margin-left: 2rem;
}
.top-header .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-header .search {
	position: relative;
	width: 475px;
	height: 40px;
	margin-left: auto;
}
.top-header .search input {
	width: 100%;
	height: inherit;
	border: navajowhite;
	background: #f5f4f4;
	border-radius: 10px;
	outline: none;
	padding: 0 20px 0;
	box-sizing: border-box;
}
.top-header .search button {
	position: absolute;
	left: 10px;
	border: navajowhite;
	background-color: transparent;
	top: 0;
	bottom: 0;
	font-size: 18px;
	cursor: pointer;
}
.top-header .contact {
	position: relative;
	width: 172px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 2rem;
}
.top-header .contact-number {
	background-color: #f5f4f4;
	border-radius: 10px;
	padding: 0 5px;
}
.top-header .contact-img {
	width: 40px;
	height: 40px;
}
.top-header .contact-img img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 8px;
	top: 8px;
}
.top-header .contact .content-text {
	width: 100%;
}
.top-header .account {
	position: relative;
	background-color: #fd9f42;
	border-radius: 10px;
	margin-left: 10px;
	font-family: inherit;
}
.h-100 {
	height: 100%
}
.top-header .account a {
	border: navajowhite;
	background-color: transparent;
	padding: 8px;
	color: #626060;
	line-height: 34px;
}
.top-header .basket {
	background-color: #727272;
	border-radius: 10px;
	margin-left: 10px;
	color: white;
	padding: 5px;
	cursor: pointer;
}
.top-header .basket .fa-basket-shopping {
	font-size: 12px;
}
.top-header .basket .woocommerce-Price-amount {
	font-weight: 200;
}
.bottom-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background-color: #f5f4f4;
	border-radius: 10px;
	margin-top: 10px;
}
.bottom-header .nav, .nav .menu-category-product-container {
	height: 100%
}
.bottom-header .nav .sub-menu {
	position: absolute;
	top: 50px;
	right: -32px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 220px;
	background-color: #f5f4f4;
	border-top: 1px solid #ffffff;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	transform-origin: top;
	transform: scale(1, 0);
	transition: .3s ease-out;
	z-index: 3;
}
.nav .menu-item-has-children:hover .sub-menu {
	transform-origin: top;
	transform: scale(1, 1);
}
.nav .sub-menu li {
	width: 100%;
	height: 100%;
	line-height: 35px;
	background-color: #fff;
	border-radius: 7px;
	margin: 5px 0;
}
.nav .sub-menu li::after {
	content: "" !important;
	border-bottom: none !important;
}
.bottom-header .nav .menu-item-has-children {
	display: flex;
}
.bottom-header .nav ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	height: 100%;
}
.bottom-header .nav li {
	position: relative;
	margin-left: 25px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-header .nav .sub-menu li:hover {
	background-color: #efa153a8;
}
.bottom-header .nav .sub-menu li:hover a {
	color: #727272;
}
.nav .sub-menu .sub-menu {
	position: absolute;
	top: -16px;
	left: 0;
	right: 100%;
	margin-right: 10px;
	border-right: 1px solid #fff;
}
.nav .sub-menu .sub-menu li {
	background-color: transparent !important;
}
.nav .sub-menu .sub-menu li a {
	color: #50aed8 !important;
}
.nav .sub-menu .sub-menu {}
.bottom-header .nav li:hover {
	color: #fd9f42;
}
.bottom-header .nav li:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: 2px solid #fd9f42;
}
.bottom-header .nav li:hover a {
	color: #fd9f42;
}
.bottom-header .nav li a {
	text-decoration: none;
	margin: 0 5px;
	color: #727272;
	font-family: 'IRANSans';
	font-weight: 300;
}
.bottom-header .social {
	margin-left: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
}
.bottom-header .social span {
	padding: 5px;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF7A;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: #aeaeae;
}
.nav .submenu ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.nav .submenu ul li {
	background-color: #fff;
	border-radius: 7px;
	width: 212px;
	margin: 3px 0;
	height: 40px;
	cursor: pointer;
}
.nav .submenu ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fd9f42;
	font-weight: 400;
}
.nav .submenu ul li:hover {
	background-color: #fd9f42;
}
.nav .submenu ul li:hover a {
	color: #fff;
}
.bottom-header .nav .submenu{
	position: absolute;
	width: 100%;
	background-color: #f5f4f4;
	border-radius: 10px;
	transition: opacity .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 2 !important;
}
.submenu.active {
	opacity: 1 !important;
	visibility: visible !important;
}
.nav .fa {
	color: #aeaeae;
}

.active {
	z-index: 1 !important;
}
@keyframes zome {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}
.active .caption p,.active .caption h2 {
	position: absolute;
	top: 30%;
	right: 10%;
	width: 1120px;
	color: #fff;
	opacity: 0;
	animation: translate .4s linear forwards;
}

.active .caption p {
	animation-delay: .5s;
	top: 36%;
	letter-spacing: 5px;
	font-size: 1.5rem;
	font-weight: 300;
}
@keyframes translate {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.progress {
	width: 100%;
	height: 5px;
	z-index: 1;
	position: relative;
}

@keyframes identifier {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.main {
	margin-top: 2rem;
	overflow: hidden;
}
.slide-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3rem 0;
}
.slide-category .cat-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 18%;
	background-color: #f4f4f4;
	height: 88px;
	border-radius: 10px;
	cursor: pointer;
	transition: .5s;
}
.slide-category .cat-item .title {
	color: #fd9b3a;
	font-weight: 600;
}
.slide-category .cat-item:hover .icon{
	transition: .3s;
}
.slide-category .cat-item:hover {
	background-color: #fd9b3a;
	transform: translatey(-10px);
}
.slide-category .cat-item:hover .title {
	color: #fff;
}
.slide-category .cat-item:hover .icon {
	background-color: #ededed;
	border-radius: 50%;
	width: 47px;
	height: 47px;
}
.slide-category .cat-item:hover::before {
	content: "";
	position: absolute;
	width: 87%;
	height: 100%;
	border-bottom: solid 7px #fd9b3a;
	opacity: .3;
	border-radius: 10px;
	margin-top: 7px;
}
.slick-slider {
	position: initial !important;
}
.best-seller, .best-blog {
	position: relative;
}
.best-seller p, .best-blog p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.blog-header {
	position: relative;
}
.blog .slick-dots {
	display: flex;
	align-items: center;
	width: 100px;
	list-style: none;
	position: absolute;
	top: 9px;
	left: 40px;
}
.blog .slick-dots li {
	height: 7px;
	width: 7px;
	background-color: #ccc;
	margin: 0 2px;
	border-radius: 100px;
	font-size: 0;
	cursor: pointer;
}
.blog .slick-dots li.slick-active {
	width: 20px;
	background-color: #fd9b3a;
	height: 7px;
}
.blog .slick-next, .blog .slick-prev {
	top: 19px;
	background-color: transparent;
	left: 32px;
	height: 20px;
}
.blog .slick-next svg, .blog .slick-prev svg {
	height: 16px;
	opacity: .5;
}
.blog .slick-prev {
	left: 100px;
}
.blog-header .hr {
	width: calc(100% - 24rem) !important;
}
.blog .slick-dots li button {
	display: none;
}
.best-seller .seller-header, .best-blog .blog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.best-seller .seller-header p, .blog-header p {
	width: 40px;
	height: 25px;
	background-color: #fd9b3a;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	padding: 0 5px;
	margin-left: 1rem;
}
.seller-header .seller-title, .blog-title {
	position: relative;
}
.seller-header .seller-title h2, .blog-title h2 {
	font-size: 19px;
}
.seller-header .seller-title h2 span, .new-title h2 span, .blog-title h2 span {
	color: #fd9b3a;
}
.seller-title-bot, .blog-title-bot {
	color: #a9a9a9;
}
.best-seller .slick-dots {
	display: flex;
	align-items: center;
	width: 100px;
	list-style: none;
	position: absolute;
	top: 10px;
	left: 0;
}
.best-seller .slick-dots li {
	height: 7px;
	width: 7px;
	background-color: #ccc;
	margin: 0 2px;
	border-radius: 100px;
	font-size: 0;
	cursor: pointer;
}
.best-seller .slick-dots li button {
	display: none;
}
.seller-header .hr, .blog-header .hr {
	width: calc(100% - 28rem);
	height: 1px;
	background-color: #ebebeb;
	margin-left: auto;
	margin-right: 2rem;
}
.best-seller .slick-dots li.slick-active {
	width: 20px;
	background-color: #fd9b3a;
	height: 7px;
}
.product-one-items {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.one-item-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
}
.product-one-item {
	position: relative;
	width: 22%;
	height: 450px;
	box-shadow: 0 2px 2px #fcfcfc;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}
.product-one-item .discount {
	position: absolute;
	top: 15px;
	left: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.product-one-item .discount span:first-child {
	font-size: 12px;
	font-weight: 400;
}
.product-one-item .discount svg {
	height: 40px;
}
.product-new .product-one-items {
	display: flex;
	flex-wrap: wrap;
}
.one-item-img {
	height: 350px;
	width: 100%;
	cursor: pointer;
	padding: 15px 15px 0 25px;
	box-sizing: border-box;
}
.one-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.one-item-title h3 {
	margin: 10px 0 5px 0;
	font-weight: 300;
}
.one-item-title h3 a {
	font-size: 16px;
	font-weight: 400;
	color: #515050;
	cursor: pointer;
}

.one-item-body-price .price{
	color: #fd9b3a;
	font-weight: 500;
}
.one-item-body-price span {
	font-weight: 400;
	color: #a9a9a9;
}
.one-item-body-cart {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 4px 10px 0;
	cursor: pointer;
}
.one-item-body-cart i {
	color: rgba(255, 183, 112, 0.8);
}
.product-one-item:hover {
	background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #FEC249 0%, #FFFFFF 100%) border-box;
	border-radius: 15px;
	border: 1px solid transparent;
	transition: 0.3s !important;
	box-shadow: -5px 2px 13px 0px rgba(0, 0, 0, 0.05);
}
.product-one-item:hover .one-item-body-cart {
	background-color: #ffb770;
}
.product-one-item:hover .one-item-body-cart a i {
	color: #fff;
}
.new-title {
	text-align: center;
}
.new-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-nav ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 30px;
}
.new-nav ul li.active {
	background-color: #fd9b3a;
	border: none;
}
.new-nav ul li.active a {
	color: #fff;
}
.new-nav ul li {
	margin: 0 5px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 0 5px -4px #E6E6DC;
	transition: .3s;
	cursor: pointer;
	user-select: none;
}
#nav-product a {
	white-space: nowrap;
}
.new-nav ul li:hover:not(.new-nav ul li.active) {
	background-color: #fd9b3a;
	border: 1px solid #fd9b3a;
}
.new-nav ul li:hover a {
	color: #fff;
}
.new-nav ul a {
	text-decoration: none;
	color: #b7b7b7;
	padding: 5px 15px;
}
.new-nav:before {
	content: "";
	width: 50%;
	border: 1px solid #ebebeb;
}
.new-nav:after {
	content: "";
	width: 50%;
	border: 1px solid #ebebeb;
}
.footer-items {
	display: flex;
	flex-direction: row-reverse;
}
.footer-items ul {
	list-style: none;
	margin-top: 2.5rem;
}
.footer-items ul a {
	text-decoration: none;
}
.footer-item {
	width: 21%;
	text-align: right;
}
.footer-item:first-child {
	background: url("../img/footer-main-cl-bg-1.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 2rem;
}
.footer-item:nth-child(2) {
	background: linear-gradient(white, white) padding-box, linear-gradient(360deg, #F6F6F6 90%, #FFFFFF 70%) border-box;
	border-radius: 0 0 35px 0;
	border: solid transparent;
	border-width: 0 2px 0 0;
	padding-right: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #F6F6F6;
}
.footer-item:nth-child(3) {
	border-bottom: 2px solid #F6F6F6;
}
.footer-item:nth-child(4) {
	border-bottom: 2px solid #F6F6F6;
}
.footer-item:first-child h4 {
	margin: 0;
	padding: 10px 15px 0 0;
}
.footer-item h4 {
	font-size: 14px;
	color: #787878;
}
.footer-item:not(:first-child) h4 span {
	color: #fd9b3a;
	border-bottom: 2px solid;
	padding-bottom: 1rem;
}
.footer-item h4 span:first-child {
	color: #fd9b3a;
}

.footer-item p {
	font-size: 13px;
	color: #878686;
	padding: 1rem;
}
.footer-item li {
	margin: 10px 0;
	display: flex;
	flex-direction: row-reverse;
}
.footer-item li i {
	margin: 5px;
	font-size: 15px;
	color: #a09d9d;
}

.footer-item li a, .footer-item li span {
	font-size: 13px;
	font-weight: 400;
	color: #a3a3a3;
}
.footer .copy {
	padding: 10px 0;
}
.footer {
	border-top: 1px solid #ebebeb;
	margin-top: 4rem;
	background: linear-gradient(to right, rgb(255 255 255 / 71%), rgb(255 255 255 / 78%)), url('../img/footer-bg-1.jpg');
	box-shadow: 0 0 0 1px #f5f4f4;
	--e-bg-lazyload-loaded: url('../img/footer-bg-1.jpg');
}
.footer .container {
	margin-top: 2rem;
}
.top-footer {
	width: 100%;
	height: 110px;
	margin-top: -5.5rem;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #e0dede;
	margin-bottom: 3rem;
}
.top-footer .service {
	width: inherit;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	direction: rtl;
}
.service-item {
	display: flex;
	align-items: center;
}
.service-item svg {
	fill: #FC9937;
	color: #FC9937;
	border-color: #FC9937;
}

.service-item .text-box {
	margin-right: 10px;
	display: flex;
	align-items: start;
	flex-direction: column;
	color: #727272;
}
.service-item .text-box p {
	margin: 0;
	font-weight: 200;
	font-size: 14px;
	margin-top: 5px;
}
.service-item .text-box p:first-child {
	font-size: 13px;
	font-weight: 600;
	color: rgb(0 0 0 / 73%);
}

.breadcrumb {
	width: 100%;
	height: 40px;
	background-color: #efa153;
	display: flex;
	align-items: center;
	padding-right: 1rem;
	box-sizing: border-box;
	border-radius: 5px;
}
.bread a , .bread span {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.bread span:last-child {
	font-size: 13px;
	font-weight: 200;
}
.single-product {
	display: flex;
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	min-height: 685px;
}
.single-product .right {
	display: flex;
	width: 70%;
}
.single-product .images {
	height: 500px;
	width: 50%;
	padding: 25px;
}
.single-product .image {
	max-height: 500px;
	border-radius: 10px;
	overflow: hidden;
}
.single-product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-product .excerpt {
	width: 40%;
}
.single-product .excerpt .title h1 {
	font-size: 18px;
	font-weight: 500;
	color: #fa9530;
}
.single-product .left {
	width: 30%;
	background-color: #f5f4f4;
	border-radius: 10px;
	padding: 7px;
	height: fit-content;
}
.excerpt .dec {
	color: #fa9530;
}
.left .checked {
	padding: 1rem 1rem 10px;
	border-bottom: 1px solid #fff;
	color: #ff870f;
	font-weight: 500;
}
.left .checked i {
	margin-left: 1rem;
}

.left .left-nav {
	padding: 1rem;
}
.left .left-nav ul {
	padding: 0;
	list-style: none;
}
.left .left-nav ul li {
	margin: 10px 0;
	color: #888;
}
.left-nav ul i {
	margin-left: 7px;
	font-size: 12px;
	color: #aeacac;
}
.product-price {
	display: flex;
	flex-direction: column;
	padding: 0 1rem 1rem 1rem;
}
.product-price del {
	color: #a4a4a4;
}
.product-price .price {
	display: flex;
	justify-content: space-between;
	padding: 0 0 1rem 0;
}
.product-price .price span:first-child{
	color: #ff870f;
	font-weight: 500;
}

.price-string {
	margin-left: auto;
	margin-right: 5px;
}
.product-price .discount {
	background-color: #ff870f;
	padding: 5px;
	border-radius: 5px;
	color: #000;
}
.product-price .discount span {
	color: #000 !important;
}
.product-price .stock {
	color: #525252;
	padding-bottom: 1rem;
}
.product-price button {
	font-family: IRANSans;
	background-color: #ff870f;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.product-price button:hover {
	background-color: #464646;
	color: #fff;
}
.description {
	margin-top: 5rem;
}
.description ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.description ul li {
	margin: 0 1rem;
	padding-bottom: 15px;
}
.description ul li.active {
	border-bottom: 3px solid #fd9b3a;
}
#best-single .slick-dots {
	top: 19px;
}
.single-product ~ .best-seller {
	margin-bottom: 5rem;
}
.category-introduction {
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-top: 3rem;
	text-align: justify;
}
.description li a {
	text-decoration: none;
	font-weight: 500;
	color: #515151;
}
.content-description {
	padding: 1rem;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 3rem;
}
#description .content {
	padding: 0 1rem;
}
.thumbnail {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative !important;
	align-items: center;
	margin-top: 15px;
}
.thumbnail .slick-dots {
	display: none !important;
}
.thumbnail .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.thumbnail .thumb {
	width: 80px;
	height: 100px;
	margin: 0 5px;
	flex-shrink: 0;
	cursor: pointer;
}
.thumbnail .slick-next, .thumbnail .slick-prev {
	height: 25px;
	background: #e9b077;
	border-radius: 50px;
	width: 25px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 50px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 50px;
	width: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}
::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #aaa;
}
.category-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: fit-content;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 5px 15px;
}
.category-header .cat-title {}
.category-header .cat-title h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #727272;
}
.category-header .sort {
	width: 240px;
}
.woocommerce-result-count {
	margin: 0;
}
.category-header .sort select {
	font-family: IRANSans;
	width: 100%;
	padding: 5px;
	border-radius: 10px;
	font-size: 16px;
}
.woocommerce-ordering select {
	margin: 0;
}
.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-pagination li {
	height: 30px;
	width: 30px;
	border: 1px solid #fc9937;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin: 7px;
}
.woocommerce-pagination li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	color: #fc9937fa;
}
#swiper {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	align-items: center;
	overflow: hidden;
}
#swiper .slick-dots {
	position: absolute;
	bottom: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 40px;
	right: 0;
	z-index: 10;
}
.slider svg path {
	fill: #f9f9f9;
}
.slider .slick-prev {
	right: 10px;
}
.slider .slick-list .slick-track, .slider .slick-list {
	height: 100%;
}
.slider .slick-prev, .slider .slick-next {
	height: 1.2rem;
	width: 1.2rem;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
}
#swiper .slick-dots li {
	height: 7px;
	width: 7px;
	background-color: #ccc;
	margin: 0 3px;
	border-radius: 100px;
	font-size: 0;
	cursor: pointer;
}
#swiper .slick-dots li button {
	display: none;
}
#swiper .slick-dots .slick-active {
	background: #FC9937;
	width: 23px;
	border-radius: 50px;
	height: 6px;
	margin: 0 !important;
}

.slider-full {
	display: flex;
	align-items: center;
	height: 22rem;
}
.slider {
	position: relative;
	width: 68%;
	height: inherit;
	flex-shrink: 0;
}

.slider img {
	width: 100%;
	height: 100%;
}
.slider_banner {
	width: 32%;
	height: inherit;
}

.slider_banner {
	display: flex;
	flex-direction: column;
	margin-right: 1.5rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider_banner .b_i {
	height: 31%;
	width: inherit;
	background-color: #F5E5D6;
	margin: 0 0 12px 0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.slider_banner .b_i img {
	width: 50%;
	height: 100%;
	object-fit: contain;
}
.slider_banner .banner-item {
	position: relative;
}
.slider_banner .banner-item p {
	color: #898787;
	font-size: 14px;
}
.slider_banner .banner-item span {
	position: absolute;
	font-size: 2.4rem;
	font-weight: 800;
	transform: translatey(-22px);
	background: -webkit-linear-gradient(#ffffff75, #ffffff00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: thin;
	opacity: .1;
}
.slider_banner .banner-item h4, .slider_banner .banner-item p {
	margin: 0;
	color: #727272
}
.slider .widget-icon {
	position: absolute;
	right: -19px;
	top: 25px;
}
.product-one-items svg {
	height: 18px;
	width: auto;
}
.slick-slider {
	display: flex !important;
}
.slick-prev, .slick-next {
	height: 4.5rem;
	color: #333333;
	background: #F5F4F4;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	width: 22px;
}
.slick-next {
	left: 0;
}
.slick-prev svg {
	transform: rotate(180deg);
}
#product-new .product-one-items {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	transform: translateY(40px);
	transition: transform .5s,visibility 0s, opacity 0.5s linear;
}
#product-new .product-one-items.show {
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: visible;
	opacity: 1;
	height: auto;
	padding: 20px 0;
	transform: translateY(0);
}
.incredible {
	width: 100%;
	height: 32rem;
	padding-right: 4rem;
	margin-top: 3rem;
}
.incredible .offer{
	position: relative;
	background: url('../img/bg.jpg') no-repeat;
	height: 77%;
	border-radius: 1.5rem;
	background-size: cover;
}
.incredible .offer:after,
.incredible .offer:before {
	content: '';
	position: absolute;
	width: 100%;
	right: -.8rem;
	top: 8%;
	background-color: rgba(252, 153, 55, 0.3);
	border-radius: inherit;
	height: 85%;
	z-index: -1;
}
.incredible .offer:before {
	right: -1.5rem;
	height: 70%;
	top: 15%;
	background-color: rgba(252, 153, 55, 0.2);
}
.incredible #offer-product {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 92%;
	position: absolute;
	top: 110px;
	margin-right: 2.2rem;
}
.incredible .product-one-item {
	background-color: #fff;
	padding: 10px;
	width: 20%;
	height: 380px;
}
.incredible .one-item-title h3 {
	margin: 0;
}
#offer {
	position: relative !important;
}
#offer .product-one-item {
	height: 400px;
}

#offer .one-item-img {
	padding: 10px 15px 0 30px;
}
#offer .one-item-img {
	height: 300px;
}
.incredible .offer-header {
	display: flex;
	align-items: center;
	padding: 2rem 3rem 10px;
	width: 90%;
}
.incredible .offer-time {
	margin-right: auto;
	width: 10rem;
	height: 4rem;
	border-radius: 10px;
	background-color: #FFFFFF26;
	border: 1px solid #ffffff5e;
	display: flex;
	align-items: center;
}
.incredible .one-item-img {
	height: 280px;
}
.incredible .one-item-title {
	padding: 0 10px;
}
.incredible .slick-next {
	left: 70px;
	height: 20px;
	width: 20px;
	top: 70%;
}
.incredible .slick-prev {
	right: 10px;
	height: 20px;
	width: 20px;
	top: 70%;
}
.slick-prev, .slick-next {
	cursor: pointer;
}
.incredible .slick-dots {
	display: none !important;
}
.data-seconds,.data-minutes, .data-hours, .data-days {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px;
	color: #ffffffd4;
	font-weight: 400;
	font-size: 13px;
}
.offer-time span:first-child {
	font-weight: 500;
	color: #fff;
	font-size: 15px;
}
.offer-time .data-days {
	background-color: #ffffff59;
	border-radius: 50px;
	height: 2rem;
	width: 2rem;
}
ins {
	text-decoration: none;
}
.offer-time .data-days .days {
	font-weight: 300;
}
.offer-header .offer-text {
	margin-right: 1rem;
	color: rgba(255, 255, 255, 0.89);
	font-size: 12px;
	font-weight: 400;
}
.banner-main {
	width: 100%;
	height: 10rem;
	background-color: #10ca99;
	border-radius: 15px;
	margin-top: 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-right {
	margin-right: 2rem;
}
.banner-right h5 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin: 12px 0;
}
.banner-right .button {
	width: 12.5rem;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 0;
	height: 1.7rem;
	user-select: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.banner-right .button span {
	font-size: 13px;
	margin-left: 10px;
	font-weight: 300;
}
.banner-right .button i {
	border-radius: 5px;
	background-color: #1bc976;
	padding: 2px 4px;
	font-size: 13px;
	font-weight: 600;
}
.banner-left {
	position: relative;
	margin-left: 3rem;
}
.banner_left-text {
	height: 5.3rem;
	width: 35rem;
	background-color: #fe0;
	border-radius: 15px 5px 15px 5px;
	font-size: 32px;
	align-items: center;
	display: flex;
	justify-content: center;
	-webkit-text-stroke-width: medium;
	font-weight: 500;
}
.banner_left-imag {
	position: absolute;
	top: -114px;
	width: 42%;
	left: 4rem;
}
.banner_left-imag img {
	width: 100%;
}
.what-shopping {
	position: relative;
	background: url("../img/bg.png") center center no-repeat;
	--e-bg-lazyload: url("../img/bg.png");
	background-size: cover;
	margin-top: -11rem;
	padding-top: 10rem;
	padding-bottom: 5rem;
}
.excerpt-shopping {
	width: 42%;
}
.what-shopping:before,.what-shopping:after {
	content: '';
	width: 15px;
	height: 55%;
	position: absolute;
	left: 0;
	top: 58%;
	background-color: #FC9937;
	border-radius: 0 15px 15px 0;
	transform: translateY(-50%);
}
.what-shopping:before {
	right: 0;
	border-radius: 15px 0 0 15px;
}
.excerpt-shopping .excerpt-text {
	font-size: 14px;
	margin-bottom: 3rem;
}
.question-shopping {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
	width: 53%;
	min-height: 20rem;
}
.excerpt-shopping > span {
	display: inline-block;
	border-top: solid 2px #EAEAEA;
	width: 4.5rem;
}
.excerpt-shopping h3 span {
	color: #fc9937;
}
.excerpt-shopping a {
	padding: 4px 10px;
	border-radius: 10px;
	border: 1px solid #d7cece;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 10rem;
	justify-content: space-between;
}
.excerpt-shopping a i {
	font-size: 13px;
}
.excerpt-shopping a span {
	font-weight: 400;
	font-size: 14px;
}

.question-shopping .item {
	width: 500px;
	margin-bottom: 10px;
}
.question-shopping .item i {
	color: #0000009c;
	font-size: 14px;
}

.question-shopping .title {
	width: 100%;
	background-color: #ffffffa3;
	cursor: pointer;
	user-select: none;
	line-height: 50px;
	border-radius: 10px 10px 0 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.question-shopping .title h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
.question-shopping .text {
	padding: 0;
	background-color: #ffffffa3;
	width: 100%;
	height: 0;
	line-height: 30px;
	user-select: none;
	overflow: hidden;
	transform: scale(1,0);
	transform-origin: top;
	transition: transform 1s, margin-top .5s linear;
	border-radius: 0 0 10px 10px;
}
.question-shopping .text p {
	padding: 10px;
}
.question-shopping .text.active {
	height: auto;
	transform: scale(1,1);
}
.blog {
	padding: 2rem 1rem;
}
.applied-training {
	width: 25%;
}
.blog-items {
	width: 70%;
	display: flex;
	align-items: center;
}
.blog-item {
	width: 29%;
	height: 19rem;
	margin: 20px;
	padding: 14px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -2px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.blog-item-img {
	position: relative;
	width: 100%;
	height: 10rem;
	border-radius: 10px;
	overflow: hidden;
}
.blog-item:hover .blog-item-img:after{
	height: 100%;
	opacity: 1;
}
.blog-item:hover .blog-item-footer a {
	color: rgba(252, 153, 55, 0.85);
}

.blog-item-img:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background-color: rgba(252, 153, 55, 0.7);
	opacity: 0;
	transition: opacity .3s linear;
}
.blog-item-img img {
	width: 100%;
	height: 100%;
}
.blog-item-info {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.blog-item-info .author {
	display: flex;
	align-items: center;
	font-size: 13px;
}
.blog-item-info .author .name {
	margin-right: 5px;
}
.blog-item-info .icon {
	display: flex;
}
.blog-item-info .date {
	display: flex;
	align-items: center;
	margin-right: 12px;
	font-size: 13px;
}
.blog-item-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #e2e2e2;
	padding-top: 10px;
}
.blog-item-footer a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.69);
	font-size: 14px;
	font-weight: 400;
}

.blog-item-info .date .text {
	margin-right: 5px;
}
.blog-item-body {
	margin: 5px 0 1rem 0;
}
.blog-item-body p {
	font-weight: 200;
	font-size: 14px;
}

.applied_item {
	height: 3.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08);
	padding: 0 1.5rem;
	transition: .3s;
	margin-bottom: 10px;
}
.applied_item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	color: #807b7b;
}
.applied_item a span {
	margin-right: 7px;
}
.applied_time {
	width: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.applied_item:hover {
	background-color: #FC9937;
}
.applied_item:hover a, .applied_item:hover i {
	color: #fff;
}
.applied_item a svg{
	transition: all ease 0.3s;
}
.applied_item:hover svg path {
	stroke: #fff;
	transition: all ease 0.3s;
}
.applied_time span {
	background-color: #f4f4f4;
	padding: 0 12px;
	border-radius: 5px;
	font-size: 13px;
}
.applied_time i {
	color: #646464;
	font-size: 12px;
}
#newsletters {
	background: url("../img/newsletter.png") bottom center no-repeat;
	--e-bg-lazyload: url("../img/newsletter.png");
	background-size: cover;
	width: 85%;
	height: 170px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 5rem;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	box-shadow: 0 0 5px 1px #fff;
}
.newsletters {
	height: 20rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#newsletters h6 {
	font-size: 20px;
	font-weight: 400;
	margin: 2rem 0 0;
}
#newsletters p {
	font-size: 14px;
}
.newsletter-form {
	position: relative;
	width: 500px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 5px;
	box-sizing: border-box;
}
.form-input {
	width: 100%;
}
.newsletter-form input {
	width: 100%;
	height: 40px;
	background-color: #f5f4f4;
	border-radius: 50px;
	border: none;
	outline: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.form-btn {
	width: 125px;
	position: absolute;
	left: 12px;
}
.form-btn button{
	font-family: IRANSans !important;
	border: none;
	padding: 5px 20px;
	border-radius: 50px;
	background-color: #FC9937;
	color: #fff;
	font-size: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
	font-weight: 600;
}
.footer .basket {
	position: fixed;
	width: 350px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f5f4f4;
	direction: rtl;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #cecece;
	box-shadow: 0 0 9px -1px #cdcdcd;
	z-index: 10;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: .3s;
	transform: scale(0,1);
	transform-origin: left;
}
.footer .basket .total {
	border-bottom: 1px solid #d2cfcf;
	margin-bottom: 15px;
}
.footer .basket .total p {
	font-weight: 600;
	font-size: 14px;
	color: #000000b0;
}
.footer .basket .transaction {
	margin-bottom: 2rem;
}
.transaction {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.transaction a {
	width: 50%;
	margin: 10px 0;
	height: fit-content;
}
.footer .basket .transaction a {
	font-family: IRANSans;
	padding: 7px 20px;
	cursor: pointer;
	border: navajowhite;
	border-radius: 5px;
	background-color: #fd9b3a;
	font-size: 14px;
	color: #F2F2F2;
	transition: .3s;
}

.footer .basket .transaction a:hover {
	background-color: rgba(40, 39, 39, 0.8);
}
.footer .basket .close {
	margin-right: auto;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.footer .chador {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #00000047;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
	backdrop-filter: blur(2px);
}
.footer .basket .close i {
	font-size: 17px;
	padding: 1rem;
	font-weight: 600;
}
.footer .basket-lists {
	height: auto;
	padding: 5px;
	margin-bottom: 5px;
}

.basket-lists .list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 10px;
	border-bottom: 1px solid #e0e0e0;
}
.basket-lists .list .text {
	margin-left: auto;
	padding-right: 10px;
	width: calc(100% - 100px);
	text-align: right;
}
.basket-lists .list .text h5 {
	padding-bottom: 7px;
	margin: 0;
	color: #ff9e01;
	font-size: 14px;
	font-weight: 400;
}
.basket-lists .list .text .price-quantity {
	font-weight: 400;
}
.basket-lists .list .delete-list {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ccc;
}

.basket-lists .list .image {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}
.basket-lists .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-product .excerpt .category h3 a {
	font-size: 12px;
	font-weight: 400;
	color: #727272;
}
.single-product .excerpt .category h3 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #b3b3b3;
}
.single-product .excerpt .category h3::after {
	content: '';
	display: block;
	flex-grow: 1;
	border-top: 1px solid #dedede;
	margin-right: 1rem;
}

.single-product .option-user {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.single-product .user-comment {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.single-product .user-comment .star-rating {
	font-size: 13px;
	margin-left: 10px;
}
.single-product .user-comment .star-rating .fad {
	color: #ffd701;
}
.single-product .user-comment .count-comment span {
	font-size: 12px;
}
.single-product .option-user .heart {
	cursor: pointer;
}
.single-product .option-user .heart i {
	color: #222;
	font-weight: 300;
}

.single-product .option-user .wish {
	cursor: pointer;
	margin-right: 10px;
}
.single-product .option-user .heart i.fa-duotone {
	color: #FF5722;
}
.hide {
	display: none;
}
.show {
	display: block;
}
/* contact */
.question {
	display: flex;
	margin-bottom: 4rem;
	width: 100%;
}
.question .form-contact {
	width: 46%;
}
.question .form-contact p {
	color: #fd9f42;
	font-size: 20px;
}
.question .form-contact h4 {
	font-size: 2rem;
	margin: 0;
}
.question .form-contact h4 span {
	color: #fd9d0b;
}

.question .form-info {
	margin-top: 4rem;
	width: 100%;
}
.question .form-group {
	margin-top: 20px;
}
.question .form-group .col {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 15px;
}
.question .form-group .col:last-child {
	margin-left: 0;
}
.question label {
	font-weight: 400;
	font-size: 15px;
}
.question .form-group .col input {
	line-height: 40px;
	border-radius: 10px;
	border: solid 1px #ddd;
	outline: none;
	padding: 0 10px;
	font-size: 15px;
	margin-top: 10px;
}
.question .form-group textarea {
	margin-top: 10px;
	border-radius: 10px;
	border: solid 1px #ddd;
	outline: none;
	padding: 10px;
	width: auto;
}
.question .form-group button {
	width: 100%;
	line-height: 40px;
	border: none;
	border-radius: 10px;
	background-color: #fcc101;
	font-weight: 500;
	font-size: 15px;
	font-family: 'IRANSans';
	color: #fff;
	cursor: pointer;
	transition: .3s;
}
.question .form-group button:hover {
	background-color: #fd9f42;
}
.contact-us {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.contact-us p {
	color: #fd9f42;
	font-weight: 500;
}
.contact-us p:nth-child(3) {
	color: #979797;
	font-weight: 300;
	font-size: 14px;
}
.contact-us h5 {
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}
.contact-us .contact-body {
	display: flex;
	margin-bottom: 4rem;
}
.contact-us .contact-email .icon,
.contact-us .contact-phone .icon,
.contact-us .contact-address .icon {
	background-color: #FAB33F33;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.contact-us .contact-email .icon svg,
.contact-us .contact-address .icon svg,
.contact-us .contact-phone .icon svg {
	width: 35px;
	height: 35px;
}
.contact-us .contact-phone .icon {
	background-color: #EE2A5233;
}
.contact-us .contact-address,
.contact-us .contact-phone,
.contact-us .contact-email
{
	display: flex;
	align-items: center;
	flex-direction: column;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 40px;
	width: 30%;
	margin: 1rem;
}
.contact-us .contact-address .icon {
	background-color: #4D46C733;
}
.cart {
	display: flex;
	justify-content: space-around;
}
.tagged_as a {
	color: #727272;
	font-size: 12px;
	font-weight: 600;
}
.info-item-cart {
	width: 64%;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	padding: 1rem;
	background: #fff;
	margin-left: 1.5rem;
}
.info-price-cart {
	width: 32%;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding: 1rem;
	background: #f5f4f4;
}
.woocommerce img, .woocommerce-page img {
	border-radius: 10px;
}
.table tr th:nth-child(1) {
	width: 40px;
}
.table th:nth-child(2) {
	width: 80px;
}
.table th:nth-child(3) {
	width: 370px;
}
.table th:nth-child(4) {
	width: 170px;
}
.table th:nth-child(5) {
	width: 50px;
}
.table th:nth-child(6) {
	width: 200px;
}
.tbody td img, .tbody td input {
	width: 100%;
	text-align: center;
}
.tbody td {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.tbody td span {
	color: #FC9937;
}
.tbody td a {
	color: #000000e3;
}
.tbody td i:hover {
	color: #5bc0de;
}
.coupon {
	margin: 60px 0 20px;
	width: 100%;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	padding: 1rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 5px -4px #e5e5e5;
}
.coupon input {
	width: 50%;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	padding: 0 7px;
}
.tbody .variation,
#order_review .variation,
.price-quantity .variation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.price-quantity .variation {
	justify-content: start;
}
.tbody .variation dd,
#order_review .variation dd,
.price-quantity .variation dd {
	margin: 0 4px 0;
}
.tbody .variation dt,
#order_review .variation dt,
.price-quantity .variation dt {
	color: #fd9f42;
}

.coupon-code {
	width: 70%
}
.coupon button {
	width: 200px;
	height: 40px;
	border-radius: 5px;
	border: none;
	background-color: #fd9f42;
	margin-right: 20px;
	cursor: pointer;
	font-family: 'FontAwesome';
	color: #fff;
}
.checkouts {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background-color: #fd9f42;
	margin: 20px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.checkouts:hover {
	background-color: rgba(253, 159, 66, 0.8);
}
.checkouts:hover a {
	color: rgba(0, 0, 0, 0.8);
}
.checkouts a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 10px;
	width: inherit;
	transition: .3s;
}
.shopping {
	padding: 0 20px;
}
.shopping table {
	width: 100%;
}
.shopping table td,.shopping table th {
	width: 50%;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	padding-top: 10px;
}
.shopping table th {
	text-align: right;
	color: #727272;
	font-size: 14px;
}

.shopping table tr:last-child td {
	border: none;
}
.shopping table tr td:last-child {
	text-align: left;
	color: #FC9937;
}
#checkout {
	display: flex;
}
.checkout-address {
	width: 60%;
	height: fit-content;
	border-radius: 10px;
	border: 1px solid #e8dddd;
	background-color: #ffffff;
	padding: .5rem 1.5rem;
	margin-left: 2rem;
}
.checkout-address h4 {
	color: #727272;
}
.checkout-address .col {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 15px;
}
.checkout-address .col label {
	font-weight: 500;
	font-size: 12px;
}
.checkout-address .col input{
	line-height: 40px !important;
	border-radius: 50px;
	border: solid 1px #ddd;
	outline: none;
	padding: 0 10px;
	font-size: 15px;
	margin-top: 10px;
}
.checkout-address textarea {
	margin-top: 10px;
	border-radius: 20px;
	border: solid 1px #ddd;
	outline: none;
	padding: 10px;
	width: auto;
	margin-bottom: 1rem;
	height: 130px !important;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('../img/arrow.svg'), #ffffff;
	background-repeat: no-repeat, repeat;
	background-position: left .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	height: 40px;
	border-radius: 50px;
	padding: 0 10px;
	font-family: 'IRANSans';
	font-size: 15px;
	margin-top: 10px;
	border: solid 1px #ddd;
}
.checkout-address select option {
	font-size: 15px;
	background-color: #ffffff;
}

.w-100 {
	width: 100% !important;
}
.checkout-address .form-group {
	margin-top: 20px;
}
input::placeholder {
	color: #b2b2b2;
	font-size: 12px;
}
#checkout .coupon {
	align-items: start;
	width: 100%;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	display: flex;
	background-color: #fff;
	flex-direction: column;
	padding: 0 1rem;
	overflow: hidden;
	margin: 15px 0;
	transition: .3s;
}
#checkout .coupon h5 {
	margin: 15px 0;
	font-size: 12px;
	font-weight: 400;
}
#checkout .coupon span {
	color: #FC9937;
	cursor: pointer;
}
#checkout .coupon label {
	font-size: 14px;
	margin-top: 12px;
	font-weight: 200;
}

#checkout .coupon .coupon-form {
	align-items: start;
	display: flex;
	width: 100%;
	margin-top: 10px;
}
#checkout .coupon input {
	width: 100%;
	border-radius: 50px;
	font-size: 14px;
}
#checkout .coupon button {
	border-radius: 50px;
}
.payment {
	width: 32%;
}
#checkout .info-price-cart {
	width: 100%;
}
#checkout table tr td:last-child {
	color: rgba(0, 0, 0, 0.82);
}
.transaction-pay {
	height: auto;
	width: 100%;
	background-color: #e9e6ed;
	min-height: 200px;
	border-radius: 10px;
	border: 1px solid #ebe4e4;
	padding: 0 1rem;
}
.transaction-pay p {
	font-size: 14px;
	color: #9e9898;
}
.transaction-pay p a {
	color: #FC9937;
	font-weight: 400;
}
.transaction-pay .checkout {
	overflow: hidden;
	border-radius: 10px;
}
.transaction-pay .checkout button {
	color: #fff;
	font-weight: 600;
	background-color: #fd9f42;
}
.checkout button {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	cursor: pointer;
}
.my-account {
	display: flex;
	width: 100%;
	margin: 1rem 0 7rem 0;
}
.navbar-account {
	width: 23%;
	border-radius: 10px;
	background-color: #f5f4f4;
	overflow: hidden;
	margin-left: 3rem;
	box-shadow: 0 0 8px -4px #959595;
	border: 1px solid #f7f7f7;
	height: 300px;
}
.navbar-account li.is-active a {
	background-image: linear-gradient(86deg, #FFC6C600 0%, #FC99374A 100%);
}
.navbar-account ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.navbar-account ul li {
	padding-bottom: 2px;
}
.navbar-account ul li a {
	padding: 10px 1rem;
	display: block;
	color: #000c;
	font-weight: 400;
	background-color: transparent;
	border-radius: 10px;
}
.excerpt-account {
	display: flex;
	width: 70%;
	border-radius: 10px;
	background-color: #f5f4f4;
	overflow: hidden;
	box-shadow: 0 0 8px -4px #959595;
	border: 1px solid #f7f7f7;
	padding: 1rem;
}
.account-sidebar {
	width: 200px;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 10px;
}
.account-sidebar h4 {
	color: #fd9f42;
	margin: 0;
}
.account-sidebar p {
	font-size: 14px;
	color: #737373;
	text-align: justify;
}

.account-content {
	width: 100%;
	padding: 0 2rem 0 0;
	display: flex;
	flex-wrap: wrap;
}
.account-content .content-item {
	width: 200px;
	height: fit-content;
	padding: 2rem 1rem 2rem 1rem;
	background-color: #FAFAFA;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEDED;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}
.excerpt-account .woocommerce-info {
	width: 100%
}
.excerpt-account .woocommerce-address-fields p input,
.excerpt-account .edit-account p input,
.woocommerce-form-login input,
.woocommerce-form-register input
{
	border: none;
	border-radius: 10px;
	line-height: 37px !important;
	padding: 0 7px;
	box-shadow: 0 0 1px 0 #8b8b8b;
}
.woocommerce-form-login button,
.woocommerce-form-register button {
	background-color: #fd9f42 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-family: inherit;
	padding: 7px 30px !important;
}
.woocommerce_view_order {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.content-item a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	height: 100px;
}
.content-item a i {
	font-size: 30px;
	color: #b2b0b0;
	transition: .3s;
}
.content-item a span {
	color: #b2b0b0;
	transition: .3s;
}
.content-item:hover a span {
	color: #fd9f4d9c;
}
.content-item:hover a i {
	color: #fd9f4d9c;
}
.blog .top-blog {
	display: flex;
	width: 100%;
}
.blog .sidebar-blog {
	width: 19%;
	margin-left: 2rem;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 6px 3px #f1f1f1;
	height: fit-content;
}
.blog .category-blog {
	padding: 12px;
}
.blog .category-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog .category-blog ul a {
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	color: #000000c2;
}
.blog .category-blog ul a span {
	margin-right: 7px;
}
.blog .archive-blog {
	width: 80%;
}
.blog .archive_blog-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.blog .item {
	margin: 10px;
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
	height: 250px;
	position: relative;
}
.blog .item .imag {
	width: 100%;
	height: 100%;
}
.blog .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog .item .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	height: 100%;
	width: 100%;
	backdrop-filter: brightness(0.5);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.blog .item .content .info-post {
	font-size: 13px;
	margin-bottom: 10px;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.blog .item .content .title-new h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
}
.blog .item .content a {
	color: #fff;
}
.blog .archive_blog-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog .archive_blog-second .item {
	width: 100%;
	height: 220px;
}
.blog .last-blog {
	margin: 5rem 0;
}
.blog .heading-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog .heading-title h3 {
	margin: 0 0 0 2rem;
	padding: 0;
	color: #727272;
	font-weight: 600;
	font-size: 20px;
	width: fit-content;
	white-space: nowrap;
}
.blog .heading-title::after {
	content: '';
	border-top: 1px dotted #727272;
	width: 100%;
}
.blog .article {
	margin-top: 3rem;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;

}
.blog .article .article-list {
	position: relative;
	width: 300px;
	height: 375px;
	padding: 10px;
	border: 1px solid #72727240;
	border-radius: 10px;
	box-shadow: 0 8px 8px -8px #727272;
	overflow: hidden;
	margin: 10px 5px;
}
.blog .article .article-image {
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
}
.blog .article .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog .article .article-category {
	position: absolute;
	top: 35%;
	right: 20px;
}
.blog .article .article-category a {
	color: #fff;
	background-color: #fc9937;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
}
.blog .article .article-time-ready {
	padding: 10px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #727272;
}
.blog .article .article-time-ready span {
	margin-right: 5px;
}
.blog .article .article-title h2 {
	margin: 0;
	font-size: 14px;
}
.blog .article .article-title h2 a {
	color: #727272;
	font-weight: 500;
}
.blog .article .article-excerpt {
	margin: 12px 0;
}
.blog .article .article-excerpt p {
	margin: 0;
	font-size: 13px;
	color: #8b8888;
}
.blog .article .article-footer {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 20px;
}
.blog .article .article-footer .icon {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog .article .article-footer .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog .article .article-footer .author {
	margin-right: 15px;
}
.blog .article .article-footer .author .name {
	font-weight: 600;
	font-size: 12px;
	color: #727272;
}
.blog .article .article-footer .author .last-write {
	font-weight: 300;
	font-size: 11px;
	color: #727272;
}
.blog .article .article-footer .enter-article {
	margin-right: auto;
	fill: #6A6A6A;
	color: #6A6A6A;
	height: 40px;
	width: 60px;
	background-color: #F5F9FC;
	border-radius: 0 50px 50px 0;
	border: 1px solid #ebebeb;
	margin-left: -15px;
	transition: .3s;
}
.blog .article .article-footer .enter-article a {
	color: #727272;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog .article .article-footer .enter-article:hover {
	background-color: #fc9937;
}
.blog .article .article-footer .enter-article:hover a {
	color: #fff;
}

.blog .banner-blog {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6rem;
}
.blog .banner-blog img {
	width: 100%;
}

.blog .bottom-blog {
	display: flex;
	width: 100%;
	height: 300px;
}
.blog .bottom-blog .learning-buy-site {
	flex-shrink: 0;
	width: 64%;
	margin-left: 2rem;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.blog .bottom-blog .image {
	height: 100%;
	width: 100%;
}
.blog .bottom-blog .image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog .bottom-blog .bottom-blog-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	backdrop-filter: brightness(0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
}
.blog .bottom-blog .bottom-blog-title h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.blog .courses {
	width: 100%;
	border: 1px solid #72727230;
	border-radius: 10px;
	padding: 0 1rem;
}
.blog .courses .courses-title h4 {
	color: #f99837;
	font-weight: 500;
	font-size: 17px;
	margin: 17px 0;
}
.blog .courses .body ul {
	list-style: none;
	padding: 0;
}
.blog .courses .body a {
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #e4e4e4;
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.blog .courses .body li:last-child a {
	border: none;
}
.blog .courses .body a span {
	margin-right: 10px;
}
.category .last-blog {
	margin: 0 0 4rem 0;
}
.breadcrumb.post {
	background-color: transparent;
	border: 1px solid #ddd3d3;
	border-radius: 10px;
	height: 45px;
}
.breadcrumb.post ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.breadcrumb.post ul li {
	margin-left: 7px;
	font-size: 12px;
	font-weight: 500;
}
.single-post {
	direction: rtl;
	position: relative;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.content-blog {
	direction: rtl;
	width: calc(100% - 380px);
	max-width: calc(100% - 380px);
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	padding: 25px;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-left: auto;
}
.content-blog .title-blog h1 {
	margin: 0;
	font-weight: 500;
	color: #6f6f6f;
}
.content-blog .post-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0 10px 0;
}
.content-blog .post-info-item ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.content-blog .post-info-item ul li {
	margin-left: 15px;
}
.content-blog .post-info-item ul li a {
	font-size: 12px;
	color: #727272;
}
.content-blog .post-social ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.content-blog .post-social ul li a {
	padding: 5px;
	color: #727272a6;
}
.content-blog .post-social ul li a i {
	font-size: 15px;
}
.content-post .image-post {
	height: 400px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.content-post .image-post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-post .content p {
	text-align: justify;
	color: #727272;
	font-size: 15px;
}
.content-post .content img {
	max-width: 100%;
}
.content-post img.aligncenter {
	display: block;
	margin: 0 auto;
}
.content-post .content h2 {
	font-size: 17px;
}
.content-post .content h3 {
	font-size: 16px;
}
.content-post .content h4 {
	font-size: 15px;
}
.content-post .content h5 {
	font-size: 14px;
}
.content-post .content h6 {
	font-size: 13px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
	color: #848484;
	font-weight: 500;
}
.sidebar {
	width: 350px;
	direction: rtl;
}
.sidebar .quick-access {
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	padding: 1.5rem;
}

.sidebar .quick-title {
	display: flex;
	align-items: center;
}
.sidebar .quick-title i {
	font-size: 20px;
	color: #fd9f42;
	margin-left: 12px;
}
.sidebar .quick-title p {
	font-weight: 400;
}
.sidebar .quick-access ul {
	margin: 0;
	padding: 0 12px 0 0;
}
.sidebar .quick-access ul li {
	padding: 2px 0;
}
.sidebar .quick-access ul a {
	color: #727272;
	font-weight: 200;
	font-size: 14px;
	width: 100%;
	display: block;
}
.sidebar #offer-product {
	position: relative !important;
	margin-top: 2rem;
	padding: 1rem;
	box-sizing: border-box;
}
.sidebar #offer-product .slick-list{
	width: 300px;
}

.sidebar #offer-product .product-one-item {
	width: 100%;
	height: 390px;
	box-sizing: border-box;
	margin: 0;
}
.sidebar .one-item-img {
	height: 250px;
	padding: 17px;
	box-sizing: border-box;
}
.sidebar .slick-dots {
	display: flex;
	align-items: center;
	width: 100px;
	list-style: none;
	position: absolute;
	bottom: -20px;
	left: 55px;
	right: 0;
	margin: 0 auto;
}
.sidebar .slick-dots li {
	height: 7px;
	width: 7px;
	background-color: #ccc;
	margin: 0 2px;
	border-radius: 100px;
	font-size: 0;
	cursor: pointer;
}
.sidebar .slick-dots li.slick-active {
	width: 20px;
	background-color: #fd9b3a;
	height: 6px;
}
.sidebar .slick-dots li button {
	display: none;
}
.sidebar .slick-next, .sidebar .slick-prev {
	bottom: -25px;
	background-color: transparent;
	left: 25%;
	height: 20px;
}
.sidebar .slick-prev {
	right: 30%;
}
.sidebar .slick-next svg, .sidebar .slick-prev svg {
	height: 16px;
	opacity: .5;
}
@media screen and (max-width: 480px) {
	.slick-codepen, .slick-codepen .slick-slide { height: 220px; }
	.wrapper { width: 100%; }
}
.banner-blog {
	width: 100%;
	margin: 4rem 0;
}
.banner-blog img {
	width: 100%;
}
#product-new .product-one-item {
	margin: 5px;
}
.price-attr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 500;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.quantity-add-cart {
	width: 110px;
	height: 30px;
	position: relative;
	margin-right: auto;
	text-align: center;
}
.tbody .woocommerce-Price-amount bdi {
	color: #727272;
}
.woocommerce-Price-amount bdi:not(.basket bdi) {
	color: #fd9b3a;
}
.quantity-add-cart input {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 5px;
	text-align: center;
	outline: none;
	pointer-events: none;
}
.quantity-add-cart span:first-child {
	right: 7px;
}
.quantity-add-cart span {
	position: absolute;
	top: 0%;
	font-size: 14px;
	color: #969696;
	cursor: pointer;
	height: 25px;
	width: 25px;
	text-align: center;
	padding: 3px;
	display: flex;
	align-items: center;
	left: 0;
}
.quantity-add-cart button {
	width: 50%;
}
.woocommerce-variation-price .price ins {
	text-decoration: none;
}
.price .woocommerce-Price-amount {
	color: #727272 !important;
}
.single-product-variable-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0;
	padding: 0;
}
.single-product-variable-items li {
	padding: 5px;
}
.image-variable-item .variable-item-contents img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-variable-item .variable-item-contents {
	width: 55px;
	height: 55px;
	overflow: hidden;
	padding: 0;
}
.single-product h1.product_title {
	font-size: 20px;
	color: #727272;
}
.variations tr {
	display: flex;
	flex-direction: column;
	align-items: start;

}
.variable-item-span-color {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50px;
}
.variable-item-span-button {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	background: #fff;
}
.variable-item-contents {
	border: 1px solid #ff870f;
	box-shadow: 0 0 11px -4px #ff870f;
	border-radius: 50px;
	padding: 2px;
	overflow: hidden;
}
.blog .slick-initialized .slick-slide {
	height: fit-content;
}
.comment-respond textarea{
	width: 98%;
	border-radius: 10px;
	padding: 7px;
}
.comment-respond input:not(#wp-comment-cookies-consent, .form-submit input) {
	width: 100%;
	line-height: 38px;
	border-radius: 5px;
	border: none;
	box-shadow: 0 0 1px 0 #4c4c4c;
	outline: none;
	padding: 0 7px
}
.comment-respond .form-submit input{
	padding: 5px 30px;
	border-radius: 10px;
	border: none;
	background: #fd9b3a;
	color: #ffffff;
	cursor: pointer;
}
.comment-respond form {
	display: flex;
	flex-direction: column;
}
.comment-respond .comment-form-author {
	order: 1;
}
.comment-respond .comment-form-email {
	order: 2;
}
.comment-respond .comment-form-url {
	order: 3;
}
.comment-respond .comment-form-cookies-consent {
	order: 5;
}
.comment-respond .form-submit {
	order: 6;
}
.comment-respond .comment-form-comment {
	order: 4;
}
.navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}
.navigation a, .navigation span {
	background-color: #fc9937;
	border-radius: 5px;
	padding: 2px 12px;
	color: #fff;
}
.navigation span {
	background-color: #727272;
}
.title-comments, .comment-respond h2 {
	color: #727272;
	font-weight: 400;
}
.comment-body {
	border: 1px solid #e4e3e1;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.comment-meta {
	display: flex;
	align-items: center;
}
.comment-author {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.comment-author img {
	border-radius: 10px;
}
.comment-author b a {
	margin: 0 10px;
	color: #fd9f42;
	font-weight: 400;
}
.comment-metadata a {
	margin-left: 20px;
	color: #727272;
}
.comment-reply-title a {
	margin-right: 40px;
	color: #ff4444;
	font-size: 15px;
}
.woocommerce-Reviews h2 {
	color: #fd9b3a;
	font-size: 18px;
	font-weight: 400;
}
.woocommerce-Reviews .comment_container {
	display: flex;
	border: 1px solid #ebe4e4;
	padding: 20px 15px;
	margin: 10px 0;
	border-radius: 10px;
}
.woocommerce-Reviews .comment_container img {
	border-radius: 10px;
	margin-left: 10px;
}

.woocommerce-Reviews .description {
	margin-top: 2rem;
}
.woocommerce-Reviews .comment-form-rating {
	display: flex;
	align-items: center;
	width: 20%;
	justify-content: space-between;
	margin: 20px 0;
}
.woocommerce-Reviews .comment-form-rating label {
	color: #fd9b3a;
	font-weight: 500;
}
.woocommerce-Reviews .stars {
	display: none;
}
.woocommerce-Reviews #rating {
	display: block !important;
	width: 150px;
	margin: 0;
}
#install {
    width: 100px;
    height: 70px;
    cursor: pointer;
    margin-bottom: 4rem;
}
#install img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    overflow: hidden;
}
#install span {
    font-weight: 600;
    color: #c6aa45;
}
/*  responsive  */
/*  responsive  */
/*  responsive  */

@media (max-width: 575.98px) {
	.single-product .images {
     padding: 0;
    }
	.shopping {
		padding: 0;
	}
	#checkout .info-price-cart {
		margin: 0;
		padding: 0;
	}
	.coupon .coupon-code , .info-item-cart .coupon{
		flex-wrap: wrap;
		display: flex;
		width: 100%;
		height: fit-content;
	}
	.coupon input {
		width: 100%;
	}
	.coupon button {
		margin-top: 10px;
		width: 100%;
		margin-right: 0;
	}
	.coupon .update-crt {
		margin-top: 10px;
		width: 100%;
	}

	.single-post #offer-product {
		margin-bottom: 4rem;
	}
	.content-blog .post-info {
		flex-wrap: wrap;
	}
	.post-info-item {
		margin-bottom: 10px;
	}
	.sidebar .quick-access {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.sidebar #offer-product .slick-list {
		width: 100%;
	}
	.single-post {
		flex-wrap: wrap;
	}
	.sidebar {
		width: 100%;
		position: relative;
	}
	.content-blog {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-bottom: 2rem;
		margin-top: 17rem;
	}
	.content-post .content img {
		width: 100%;
	}
	.blog .top-blog {
		flex-wrap: wrap;
	}
	.blog .sidebar-blog {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.blog .bottom-blog {
		height: auto;
	}
	.blog .banner-blog {
		margin-bottom: 3rem;
	}
	.blog .last-blog {
		margin: 2rem 0;
	}
	.banner-blog {
		margin: 0;
	}
	.blog .bottom-blog .learning-buy-site {
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.blog .archive_blog-first,.blog .archive_blog-second,.blog .bottom-blog {
		flex-wrap: wrap;
	}
	.blog .item,.blog .bottom-blog .learning-buy-site {
		width: 100%;
	}
	.blog .archive-blog {
		width: 100%;
	}
	.cart .table thead {
		display: none;
	}
	.cart tbody tr td {
		border-top: transparent;
	}
	.cart tbody tr {
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 15px;
	}
	.cart tbody tr:last-child {
		border: none;
		padding-bottom: 15px;
	}
	.cart .table .tbody tr td:nth-child(2) {
		height: 80px;
		width: 80px;
		margin: 0 auto;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		opacity: .3;
	}
	.cart .table .tbody tr td:before {
		content: attr(data-title);
		float: right;
	}
	.cart .table .tbody tr,.cart .table {
		display: grid;
		position: relative;
	}
	.cart .table .tbody tr td {
		display: block;
		text-align: left !important;
	}
	.tbody td input {
		width: 50px;
	}
	.cart {
		flex-wrap: wrap;
	}
	.info-item-cart {
		width: 100%;
		margin-left: 0;
	}
	.info-price-cart {
		width: 100%;
		margin-top: 2rem;
	}
	.cart + .coupon {
		width: 100%;
		box-sizing: border-box;
	}
	.blog .article .article-list {
		width: 100%;
	}
	#checkout {
		flex-wrap: wrap;
	}
	.checkout-address .form-group {
		flex-wrap: wrap;
	}
	.checkout-address .form-group .col {
		width: 100%;
	}
	.checkout-address {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	#checkout .payment {
		width: 100%;
		margin-top: 2rem;
	}
	#checkout .info-price-cart, .transaction-pay, #checkout .coupon {
		box-sizing: border-box;
		padding: 5px;
	}
	.question {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.question .form-contact {
		width: 100%;
		margin-bottom:2rem;
	}

	.question .form-icon {
		width: 100%;
	}
	.question .form_image img {
		width: 100%;
	}
	.contact-us .contact-address, .contact-us .contact-phone, .contact-us .contact-email {
		width: 100%;
	}
	.contact-us .contact-body {
		flex-wrap: wrap;
	}
	.my-account {
		flex-wrap: wrap;
	}
	.navbar-account {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.excerpt-account {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.account-content .content-item {
		width: 100%;
	}
	.single-product .image {
		height: 320px;
	}
	.single-product {
		flex-wrap: wrap;
	}
	.single-product .right {
		width: 100%;
		flex-wrap: wrap;
	}
	.single-product .images {
		width: 100%;
	}
	.single-product .excerpt {
		width: 100%;
	}
	.single-product .left {
		width: 100%;
		background-color: #f5f4f4;
		margin-top: 2rem;
	}
	.category-header .sort {
		width: 100%;
	}
	.category-header {
		height: 120px;
		flex-wrap: wrap;
	}
	.category-header .cat-title h1 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		font-weight: 400;
	}
	.category .product-new {
		margin-top: 0;
	}
	.top-header {
		flex-wrap: wrap;
		height: 160px;
	}
	.top-header .search {
		width: 100%;
		margin: 10px;
		order: 5;
	}
	.top-header .basket {
		font-size: 15px;
		order: 4;
	}
	.top-header .account {
		order: 3;
	}
	.top-header .basket .fa-basket-shopping {
		font-size: 10px;
	}
	.top-header .account a {
		font-size: 12px;
		font-weight: 500;
	}
	.product-new {
		margin-top: 5rem;
	}
	.bottom-header .nav li a {
		margin: 0 5px;
		font-size: 12px;
	}
	.bottom-header .nav li i {
		font-size: 12px;
	}
	.bottom-header .menu > i {
		font-size: 20px !important;
		color: #727272;
		margin-left: 15px;
	}
	.bottom-header .nav ul {
		padding: 0;
		margin-right: 15px;
	}
	.bottom-header .menu > a, .bottom-header .menu > span {
		display: none;
	}
	.bottom-header .nav ul li:not(.menu-item-has-children, .sub-menu li) {
		display: none;
	}
	.bottom-header .nav .menu, .bottom-header .nav .submenu li {
		display: flex;
	}
	.bottom-header .social {
		width: 80px;
	}
	.bottom-header .social span {
		width: 10px;
		height: 10px;
	}
	.slider-full {
		flex-wrap: wrap;
		height: auto;
	}
	.slider {
		width: 100%;
		height: 200px;
		margin-bottom: 2rem;
	}
	.slider_banner {
		margin-right: 0;
		height: 300px;
	}
	.slide-category {
		flex-wrap: wrap;
	}
	.slide-category .cat-item {
		width: 49%;
		margin-bottom: 7px;
	}
	.incredible {
		width: 94%;
		padding-right: 2rem;
	}
	.top-header .logo {
		width: 120px;
		height: 45px;
		margin-left: 20px;
	}
	.top-header .logo img {
		object-fit: fill;
	}
	.top-header .contact {
		margin: 0;
		order: 2;
		width: 140px;
	}
	.top-header .contact-img img {
		width: 45px;
		height: 45px;
		left: 0;
		top: 0;
	}
	.top-header .contact .content-text {
		font-size: 12px;
		font-weight: 500;
	}
	.top-header .search button {
		font-size: 15px;
	}
	.best-seller .slick-dots {
		left: -20px;
		top: 54px;
	}
	.incredible .offer-header {
		padding: 2rem 1rem 10px;
		flex-wrap: wrap;
	}
	.incredible .offer-header .offer-icon svg {
		width: 100px;
	}
	.incredible .slick-next {
		left: 10px;
	}
	.incredible .slick-prev {
		right: 0;
	}
	.incredible #offer-product {
		margin-right: 10px;
	}
	.incredible .offer-time {
		width: 60%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.offer-header .offer-text {
		width: 50%;
	}
	.product-one-item {
		width: 100%;
	}
	.banner-main {
		flex-wrap: wrap-reverse;
	}
	.banner-main {
		height: 14rem;
	}
	.banner-right h5 {
		font-size: 17px;
		margin: 5px 0;
	}
	.banner_left-text {
		width: 90%;
		font-size: 17px;
		font-weight: 400;
	}
	.banner-left {
		position: relative;
		margin-left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.banner_left-imag {
		bottom: -10px;
		top: auto;
		width: 30%;
		left: 6rem;
	}
	.banner-right {
		margin-top: -30px;
	}
	.banner_left-imag img {
		width: 150px;
		height: 130px;
	}
	.excerpt-shopping {
		width: 100%;
		padding: 0 10px;
	}
	.d-f-a-jc {
		flex-wrap: wrap;
	}
	.question-shopping {
		margin-top: 3rem !important;
		min-height: auto;
		width: 100%;
	}
	.question-shopping .item {
		width: 100%;
	}
	.blog {
		flex-wrap: wrap-reverse;
	}
	.applied-training, .slick-slider {
		width: 100%;
	}
	.applied-training {
		margin-top: 2rem;
	}
	.blog-item {
		margin: 20px 5px;
	}
	.applied_item {
		box-sizing: border-box;
	}
	.blog-item-body p,.blog-item-info .date,.blog-item-footer a,.blog-item-info .author {
		font-size: 11px;
	}
	.top-footer .service {
		flex-wrap: wrap;
	}
	.service-item:first-child {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.service-item {
		width: 40%;
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.top-footer {
		height: 350px;
	}
	.footer-items {
		flex-wrap: wrap;
	}
	.footer-item:first-child {
		width: 100%;
	}
	.footer-item {
		width: 50%;
	}
	.footer-item:nth-child(2) {
		background: transparent;
		border-radius: 0;
		border: none;
		padding-right: 0;
		padding-bottom: 0;

	}
	.footer-item:nth-child(3), .footer-item:nth-child(3) {
		 border-bottom: 0;
	}
	.footer-item:first-child h4 {
		margin: 10px;
	}
	.newsletter-form {
		width: 80%;
	}
	.blog .slick-dots {
		left: 30px;
	}
	.blog .slick-next, .blog .slick-prev {
		left: 5px;
	}
	.blog .slick-prev {
		left: 130px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.single-product .images {
     padding: 0;
    }
	.coupon button {
		width: 130px;
	}
	.single-post #offer-product {
		margin-bottom: 2rem;
	}
	.sidebar .quick-access {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.sidebar #offer-product .slick-list {
		width: 100%;
	}
	.single-post {
		flex-wrap: wrap;
	}
	.sidebar {
		width: 100%;
	}
	.content-blog {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-bottom: 2rem;
		margin-top: 17rem;
	}
	.content-post .content img {
		width: 100%;
	}
	.blog .last-blog {
		margin-bottom: 0;
	}
	.banner-blog {
		margin: 2rem 0;
	}
	.blog .bottom-blog .learning-buy-site {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.blog .bottom-blog {
		height: auto;
	}
	.blog .banner-blog {
		margin-bottom: 3rem;
	}
	.blog .top-blog {
		flex-wrap: wrap;
	}
	.blog .sidebar-blog {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.blog .archive_blog-first,.blog .archive_blog-second, .bottom-blog {
		flex-wrap: wrap;
	}
	.blog .item {
		width: 100%;
	}
	.blog .archive-blog {
		width: 100%;
	}
	.cart {
		flex-wrap: wrap;
	}
	.info-item-cart {
		width: 100%;
		margin-left: 0;
	}
	.info-price-cart {
		width: 100%;
		margin-top: 2rem;
	}
	.cart + .coupon {
		width: 100%;
		box-sizing: border-box;
	}
	.blog .article .article-list {
		width: 49%;
		box-sizing: border-box;
	}
	#checkout {
		flex-wrap: wrap;
	}
	.checkout-address .form-group {

	}
	.checkout-address .form-group .col {

	}
	.checkout-address {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	#checkout .payment {
		width: 100%;
		margin-top: 2rem;
	}
	#checkout .info-price-cart, .transaction-pay, #checkout .coupon {
		box-sizing: border-box;
	}
	.question {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.question .form-contact {
		width: 100%;
		margin-bottom:2rem;
	}
	.question .form-icon {
		width: 100%;
	}
	.question .form_image img {
		width: 100%;
	}
	.contact-us .contact-address, .contact-us .contact-phone, .contact-us .contact-email {
		width: 29%;
	}
	.contact-us .contact-body {
		flex-wrap: wrap;
	}
	.my-account {
		flex-wrap: wrap;
	}
	.navbar-account {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.excerpt-account {
		width: 100%;
	}
	.account-content .content-item {
		width: 37%;
	}
	.single-product {
		flex-wrap: wrap;
	}
	.single-product .right {
		width: 100%;
		flex-wrap: wrap;
	}
	.single-product .images {
		width: 100%;
	}
	.single-product .excerpt {
		width: 100%;
		margin-top: 10rem;
	}
	.single-product .left {
		width: 100%;
		background-color: #f5f4f4;
		margin-top: 2rem;
	}
	.top-header {
		flex-wrap: wrap;
	}
	.top-header .search {
		width: 350px;
	}
	.bottom-header .nav li a {
		margin: 0 5px;
		font-size: 12px;
	}
	.bottom-header .nav li i {
		font-size: 12px;
	}
	.bottom-header .menu > i {
		font-size: 20px !important;
		color: #727272;
		margin-left: 15px;
	}
	.bottom-header .nav ul {
		padding: 0;
		margin-right: 15px;
	}
	.bottom-header .menu > a, .bottom-header .menu > span {
		display: none;
	}
	.bottom-header .nav li {
		margin-left: 10px;
	}
	.bottom-header .social {
		width: 80px;
	}
	.bottom-header .social span {
		width: 10px;
		height: 10px;
	}
	.slider-full {
		flex-wrap: wrap;
		height: auto;
	}
	.slider {
		width: 100%;
		height: 200px;
		margin-bottom: 2rem;
	}
	.slider_banner {
		margin-right: 0;
		height: 300px;
	}
	.slide-category {
		flex-wrap: wrap;
	}
	.slide-category .cat-item {
		width: 49%;
		margin-bottom: 7px;
	}
	.incredible {
		width: 94%;
		padding-right: 2rem;
	}
	.incredible .offer-header {
		padding: 2rem 1rem 10px;
	}
	.incredible #offer-product {
		margin-right: 1.5rem;
	}
	.incredible .offer-time {
		margin-left: -25px;
	}
	.offer-header .offer-text {
		margin-right: 5px;
	}
	.product-one-item {
		width: 44%;
	}
	.category .product-one-item {
		width: 42%;
	}
	.banner-main {
		flex-wrap: wrap-reverse;
	}
	.banner-main {
		height: 12rem;
	}
	.banner-right h5 {
		font-size: 17px;
		margin: 5px 0;
	}
	.banner_left-text {
		height: 5.3rem;
		width: 32rem;
		font-size: 28px;
		font-weight: 400;
	}
	.banner-left {
		position: relative;
		margin-left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.banner_left-imag {
		bottom: -10px;
		top: auto;
		width: 30%;
		left: 6rem;
	}
	.banner-right {
		margin-top: -25px;
	}
	.banner_left-imag img {
		width: 150px;
		height: 130px;
	}
	.excerpt-shopping {
		width: 100%;
	}
	.d-f-a-jc {
		flex-wrap: wrap;
	}
	.question-shopping {
		margin-top: 3rem !important;
		min-height: auto;
	}
	.blog {
		flex-wrap: wrap-reverse;
	}
	.applied-training, .slick-slider {
		width: 100%;
	}
	.applied-training {
		margin-top: 2rem;
	}
	.blog-item {
		margin: 20px 5px;
	}
	.applied_item {
		box-sizing: border-box;
	}
	.blog-item-body p,.blog-item-info .date,.blog-item-footer a,.blog-item-info .author {
		font-size: 11px;
	}
	.top-footer .service {
		flex-wrap: wrap;
	}
	.service-item {
		width: 45%;
		padding: 10px;
	}
	.top-footer {
		height: 150px;
	}
	.footer-items {
		flex-wrap: wrap;
	}
	.footer-item {
		width: 43%;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.shopping {
		padding: 10px;
	}
	#checkout .info-price-cart {
		margin: 0;
		padding: 0;
	}
	.coupon button {
		width: 150px;
	}
	.sidebar #offer-product .slick-list {
		width: 100%;
	}
	.sidebar .quick-access {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.single-post {
		flex-wrap: wrap;
	}
	.sidebar {
		width: 100%;
	}
	.content-blog {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-bottom: 2rem;
		margin-top: 17rem;
	}
	.content-post .content img {
		width: 100%;
	}
	.blog .bottom-blog .learning-buy-site {
		width: 50%;
	}
	.blog .category-blog ul a {
		font-size: 13px;
	}
	.blog .sidebar-blog {
		width: 30%;
		margin-left: 10px;
	}
	.blog .item {
		height: 185px;
		margin: 5px;
	}
	.blog .article .article-list {
		width: 30%;
	}
	.cart {
		flex-wrap: wrap;
	}
	.info-item-cart {
		width: 100%;
		margin-left: 0;
	}
	.info-price-cart {
		width: 100%;
		margin-top: 2rem;
	}
	.cart + .coupon {
		width: 100%;
		box-sizing: border-box;
	}
	.blog .article .article-list {
		width: 45%;
	}
	.checkout-address .form-group {
		flex-wrap: wrap;
	}
	.checkout-address .form-group .col {
		width: 100%;
	}
	.checkout-address {
		width: 50%;
		margin-left: 10px;
		box-sizing: border-box;
	}
	#checkout .payment {
		width: 50%;
	}
	.question .form-contact h4 {
		font-size: 1.5rem;
	}
	.question .form-icon {
		display: flex;
		align-items: center;
		width: 52%;
	}
	.question .form_image img {
		width: 100%;
	}
	.contact-us .contact-address, .contact-us .contact-phone, .contact-us .contact-email {
		padding: 20px;
		font-size: 13px;
		font-weight: 400;
	}
	.my-account {
		flex-wrap: wrap;
	}
	.navbar-account {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.excerpt-account {
		width: 100%;
	}
	.account-content .content-item {
		width: 25%;
	}
	.single-product .image {
		height: 320px;
	}
	.single-product {
		flex-wrap: wrap;
	}
	.single-product .right {
		width: 100%;
	}
	.single-product .excerpt {
		width: 50%;
	}
	.single-product .left {
		width: 100%;
		background-color: #f5f4f4;
		margin-top: 2rem;
	}
	.top-header .account a {
		font-size: 10px;
		font-weight: 500;
	}
	.top-header .basket {
		font-size: 12px;
	}
	.top-header .basket .fa-basket-shopping {
		font-size: 10px;
	}
	.bottom-header .nav li {
		margin-left: 15px;
	}
	.bottom-header .nav li a {
		font-weight: 500;
		font-size: 13px;
	}
	.top-header .content-text {
		font-size: 12px;
	}
	.bottom-header .social {
		width: 80px;
	}
	.bottom-header .social span {
		width: 10px;
		height: 10px;
	}
	.top-header .contact {
		margin-left: 0;
		margin-right: 10px;
		width: 140px;
	}
	.top-header .contact-img img {
		width: 35px;
		height: 35px;
		left: 18px;
		top: 10px;
	}
	.top-header .logo {
		width: 120px;
		height: 40px;
		margin-left: 1rem;
	}
	.top-header .logo img {
		object-fit: fill;
	}
	.top-header .search {
		width: 225px;
		height: 35px;
	}
	.top-header .search button {
		font-size: 15px;
	}
	.slider_banner{
		margin-right: 10px;
	}
	.slider_banner .b_i img {
		width: 40%;
	}
	.slider_banner .banner-item span {
		font-size: 2rem;
	}
	.slider_banner .banner-item p {
		font-size: 12px;
	}
	.banner-item h4 {
		font-size: 14px;
		font-weight: 500;
	}
	.slide-category {
		flex-wrap: wrap;
	}
	.slide-category .cat-item {
		width: 30%;
		margin-bottom: 15px;
	}
	.incredible .offer-time {
		margin-left: 82px;
	}
	.incredible #offer-product {
		width: 83%;
	}
	.product-one-item {
		width: 45%;
	}
	.category .product-one-item {
		width: 44%;
	}
	.banner-main {
		height: 7rem;
	}
	.banner-right h5 {
		font-size: 17px;
	}
	.banner_left-text {
		height: 4.3rem;
		width: 20rem;
		font-size: 17px;
	}
	.banner_left-imag {
		top: -26px;
		width: 35%;
		left: 3rem;
	}
	.what-shopping {
		background-size: 100%;
	}
	.question-shopping .item {
		width: 350px;
	}
	.excerpt-shopping {
		width: 48%;
		margin-left: 10px;
	}
	.question-shopping {
		display: block;
		width: 47%;
	}
	.applied-training {
		width: 33%;
	}
	.blog-items {
		width: 63%;
	}
	.blog-item {
		margin: 20px 5px;
	}
	.applied_item a {
		font-weight: 400;
		font-size: 12px;
	}
	.applied_item {
		padding: 0 10px;
	}
	.blog-item-body p,.blog-item-info .date,.blog-item-footer a,.blog-item-info .author {
		font-size: 12px;
	}
	.footer-items {
		flex-wrap: wrap;
	}
	.footer-item {
		width: 44%;
	}
	.blog .slick-next {
		left: 5px;
	}

}

@media (min-width: 992px) and (max-width:1199.98px) {
	#checkout .payment {
		width: 50%;
	}
	.coupon button {
		width: 150px;
	}
	.sidebar #offer-product .slick-list {
		width: 100%;
	}
	.sidebar .quick-access {
		position: absolute;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.single-post {
		flex-wrap: wrap;
	}
	.sidebar {
		width: 100%;
	}
	.content-blog {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-bottom: 2rem;
		margin-top: 17rem;
	}

	.blog .sidebar-blog {
		width: 30%;
		margin-left: 10px;
	}
	.blog .item {
		height: 185px;
		margin: 5px;
	}
	.blog .article .article-list {
		width: 30%;
	}
	.checkout-address {
		margin-left: 10px;
		box-sizing: border-box;
	}
	.account-content .content-item {
		width: 40%;
	}
	.single-product .image {
		height: 350px;
	}
	.top-header .logo {
		width: 120px;
		margin-left: 1rem;
	}
	.top-header .logo img {
		object-fit: inherit;
	}
	.top-header .search {
		width: 350px;
	}
	.top-header .content-text {
		font-size: 14px;
	}
	.top-header .contact-img img {
		width: 40px;
		height: 40px;
		left: 18px;
		top: 10px;
	}
	.top-header .contact {
		width: 160px;
	}
	.incredible {
		padding-right: 2rem;
	}
	.product-one-item {
		width: 30%;
	}
	.category .product-one-item {
		width: 29%;
	}
	.blog-item {
		margin: 20px 2px;
	}
	.applied_item {
		padding: 0 1rem;
	}
	.applied-training {
		width: 23%;
	}
	.applied_item a {
		font-weight: 400;
		font-size: 12px;
	}
	.blog-items {
		width: 72%;
	}
}

@media (min-width: 1200px) and (max-width:1400px) {

	#checkout .payment {
		width: 45%;
	}
	.checkout-address {
		box-sizing: border-box;
	}
	.account-content .content-item {
		width: 26%;
	}
	.blog-item {
		margin: 20px 5px;
	}
}

@media (min-width: 1200px) {

	.category .product-one-item {
		padding: 10px 5px 20px 5px;
	}
}
