@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
	url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
	url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
	url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
	url('fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}


body {
	background: #fff;
	font-family: iranyekan;
	font-size: 14px;
	font-weight: 300
}

a {
	text-decoration: none;
	color: #000
}

:active,
:focus {
	outline: none;
	-moz-outline-style: none
}

a:hover {
	color: #FD8D14
}

img {
	height: auto
}

ol,
ul,
li {
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	color: #373f50;
}

input:focus {
	box-shadow: none !important
}

hr {
	border-top: 1px solid #bdbdbd;
}

::selection {
    background-color: #4e54c8;
    color: #ffffff;
}

.placeholder {
	width: 100%;
	height: 300px;
	background: #f0f0f0;
}

.shadow-lg {
	box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1) !important;
}

.fw-300 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-700 {
	font-weight: 700
}

.status {
	height: 60px;
	line-height: 0
}

.status img {
	display: inline-block;
	object-fit: cover;
	width: 100%;
	height: 60px
}

.navbar {
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.navbar .navbar-brand {
	font-weight: 800;
	color: #4e54c8;
}

.navbar .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px;
	border-bottom: 2px solid transparent;
}

.navbar .nav-link:hover {
	border-bottom: 2px solid #4e54c8;
	color: #4e54c8;
}

.navbar .btn-danger {
	background: #f7f8f9;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 50px;
}

.navbar .btn-danger:hover {
	background: #e2e3e4;
}

.wide-slider {
  width: 100%;
  height: 100%;
	border-radius: 0.7rem;
}

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

.wide-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-slider .arrows {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
}

.wide-slider .arrows div {
	position: absolute;
	right: 0;
	left: auto;
	background: #fff;
	color: #4e54c8;
	height: 25px;
	width: 25px;
	padding: 13px;
	border-radius: 0.5rem;
	opacity: 0.5;
}

.wide-slider .arrows div:hover,
.wide-slider .swiper-pagination:hover {
	opacity: 1;
}

.wide-slider .arrows .swiper-button-next {
	right: 30px;
}

.wide-slider .arrows .swiper-button-next::after,
.wide-slider .arrows .swiper-button-prev::after {
	font-size: 16px;
}

.wide-slider .swiper-pagination {
	position: absolute;
	left: 10px;
	text-align: left;
	z-index: 2;
	opacity: 0.5;
}

.swiper-pagination-bullet,
.wide-slider .arrows div {
	transition: all .3s ease-in-out;
}

.swiper-pagination-bullet-active {
	background: #4e54c8;
	border-radius: 0.5rem;
	width: 25px;
}

.dashboard-main p {
	font-weight: 200 !important
}

.dashboard-main p strong {
	font-weight: 400
}

.dashboard-main a {
	font-weight: 400 !important
}

.dashboard-menu ul {
	padding: 0;
	border-radius: 10px;
	border: 1px solid #eee;
	overflow: hidden;
}

.dashboard-menu ul li {
	line-height: 4;
	list-style: none;
	border-bottom: 1px solid #eee
}

.dashboard-menu ul li:last-child {
	border: none
}

.dashboard-menu ul li a {
	color: #333;
	line-height: 2;
	padding: 15px 45px 15px 15px;
	font-size: 14px;
	display: block;
	position: relative
}

.dashboard-menu ul li a:before {
	content: "\F48C";
	font-family: bootstrap-icons;
	font-size: 20px;
	top: 10px;
	right: 15px;
	position: absolute
}

.dashboard-menu ul li:nth-child(2) a:before {
	content: "\F478"
}

.dashboard-menu ul li:nth-child(3) a:before {
	content: "\F3E8"
}

.dashboard-menu ul li:nth-child(4) a:before {
	content: "\F4DA"
}

.dashboard-menu ul li:nth-child(5) a:before {
	content: "\F1BE"
}

.dashboard-menu ul li a:hover {
	background: #4e54c8;
	color: #fff;
}

.woocommerce-orders-main {
	display: block
}

.woocommerce-orders-title li,
.woocommerce-orders-main li {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr 3fr 1fr;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	margin-bottom: 10px;
	padding: 15px 10px;
	font-size: 12px;
	color: #000
}

.woocommerce-orders-main li .button {
	background: #4e54c8;
	color: #fff;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding: 5px 10px;
}

.woocommerce-orders-main li .button:hover {
	background: #203895;
	color: #fff
}

.dashboard-main h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px
}

.dashboard-main button.button {
	padding: 15px 40px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	border: none !important;
	background: #5a28fa !important;
	color: #fff
}

.dashboard-main button.button:hover {
	background: #29b171 !important
}

.carousel-inner img {
	width: 100%;
	height: auto
}

.accordion-button:not(.collapsed) {
	background: #5c3995;
	color: #fff;
	font-weight: 800
}

.accordion-button {
	font-weight: 800;
	font-size: 11pt
}

.single-page {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px
}

.cat-title,
.page-title {
	color: #1a1b20;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.page-title h1,
.page-title h2 {
	font-size: 30px;
	font-weight: 500;
}

.nav .nav-link {
	font-weight: 400;
	font-size: 10pt
}

.nav .nav-item {
	position: relative
}

.nav .nav-item a {
	padding: 8px
}

.nav .dropdown-menu {
	background: #fff;
	border-radius: 10px;
	border: none;
	min-width: 200px;
	padding: 10px 4px
}

.nav .dropdown-menu .dropdown-item {
	border-radius: 10px;
	margin-bottom: 2px;
	color: #333 !important
}

.product-box .head-title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff
}

.product-box .link-all {
	text-align: left;
}

.product-box .link-all a {
	font-size: 12px;
	color: #fff
}

.owl-item {
	margin: 20px auto
}

.product__details {
	color: #333
}

.product-details-name,
.product-details-extras {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	position: relative;
	min-height: 40px;
	text-align: center;
	overflow: hidden
}

.discount {
	position: absolute;
	left: 0;
	top: -20px;
	background: #5c3995;
	color: #fff;
	border-radius: 0 10px 10px 0;
	font-size: 11pt;
	padding: 2px 10px
}

.discount:empty {
	display: none
}

.product-details-extras .amount {
	font-size: 14px;
	font-weight: 400;
}

.product-details-extras del .amount {
	font-size: 11px !important;
	position: absolute;
	top: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #999;
	text-decoration: line-through;
}

.product-details-extras .prices {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
}

.product-details-extras ins,
.product-details-extras del {
	display: block
}

.product-details-extras del .amount {
	font-size: 14px
}

ins {
	text-decoration: none !important
}

.owl-nav {
	position: absolute;
	left: 80px;
	top: -55px
}

.blog-box .owl-nav {
	position: absolute;
	left: 95px;
	top: -62px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: #fff;
	border-radius: 50px;
	color: #333;
	font-size: 18pt;
	line-height: 30px;
	width: 30px;
	height: 30px;
	transition: all 0.3s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: #FCCD2A;
}

.page-title-overlap {
	background: linear-gradient(to right, #4e54c8 0, #4e54c8 60%);
}

.page-title-overlap+* {
	margin-top: -3rem;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}

.woocommerce .woocommerce-breadcrumb svg,
.woocommerce .woocommerce-breadcrumb i {
	font-size: 7pt;
	font-weight: normal !important;
	padding-left: 5px;
	font-weight: var(--fa-style, 900);
	color: #fff;
}

.woocommerce .woocommerce-breadcrumb a {
	margin-left: 5px;
	font-weight: 400;
	color: #fff;
}

.WhiteSec {
	background-color: #fff;
	box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px
}

.woocommerce-product-gallery__image {
	width: 100%
}

.woocommerce-product-gallery__image img {
	width: 100%;
	height: auto
}

.products-gallery .flex-viewport {
	overflow: hidden;
	margin: 0
}

.woocommerce-product-gallery,
.products-gallery {
	position: relative
}

.products-gallery {
	border-radius: 10px;
	overflow: hidden
}

.woocommerce-product-gallery .flex-control-nav {
	margin: 10px 0;
	padding: 0
}

.woocommerce-product-gallery .flex-control-nav li {
	float: right;
	margin-left: 15px;
	border-radius: 5px;
	overflow: hidden
}

.woocommerce-product-gallery .flex-direction-nav {
	display: none
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	border-radius: 10px;
	height: 34px;
	width: 34px;
	top: 50px;
	right: 0;
	text-align: center;
}

.quarantee {
	color: #093714;
	text-align: center;
	padding: 10px;
	border: 1px solid #d9d9d9;
	color: #333;
	background: none;
	border-radius: 5px
}

.product-title {
	margin-bottom: 15pt;
	font-size: 28px;
	font-weight: 700
}

.product-title h1 {
	font-size: 15pt;
	margin-top: 20px;
	text-align: center
}

.summary {
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.summary form.cart,
.summary .price {
	padding: 0;
	margin: 0 0 20px 0;
}

.summary form.cart .quantity {
	display: none;
}

.single_variation_wrap p {
	text-align: right
}

.summary form.cart .button {
	border-radius: 10px;
	border: none;
	font-size: 14px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background: #454bbb;
	font-weight: 500;
	padding: 20px;
	border-radius: 0.5rem
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background: #4e54c8;
	font-weight: 500;
	border: none;
	border-radius: 0.5rem;
	padding: 20px
}

.single_product .support .card {
	border: 1px solid #eee;
}

.single_product .support .card {
	border: 1px solid #eee;
}

.single_product .support .card a,
.single_product .support .card h3,
.single_product .support .card i {
	color: #7d879c !important;
	margin: 0!important;
}

.single_product .support .card i {
	font-size: 20px;
	margin-left: 10px!important;
}

.summary .price {
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	color: #485368;
}

.summary .price del bdi {
	font-size: 16px
}

.summary .price .highlight,
.summary .price .strike {
	display: none
}

.entry-summary .price .woocommerce-Price-currencySymbol {
	font-size: 10pt;
	font-weight: 400
}

.out-of-stock {
	background: #fd8d14;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 5px 50px;
	display: inline-grid
}

.summary .variations_form {
	margin: 40px auto;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 10px;
	position: relative
}

.single_variation_wrap {
	position: relative
}

.woocommerce-variation-price {
	margin-bottom: 20px;
	text-align: center;
	position: absolute;
	color: #333;
	left: 2%;
	top: -60px
}

.woocommerce-variation-price .price {
	background: none
}

.woocommerce-variation-price:before {
	content: ;
	position: absolute;
	font-size: 13px;
	top: 5px;
	left: 17%
}

.entry-summary .variations_form {
	display: block
}

.entry-summary .cart .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 1fr 4fr
}

.entry-summary .variations_form .qty,
.entry-summary .cart .qty {
	padding: 15px 5px;
	font-size: 20px;
	margin: 0 10px;
	font-weight: 400;
	border-radius: 10px;
	border: 1px solid #5a28fa;
	color: #5a28fa !important
}

.entry-summary .variations_form .single_add_to_cart_button,
.entry-summary .cart .single_add_to_cart_button {
	width: 100% !important
}

.entry-summary .cart .quantity {
	position: relative
}

.entry-summary .cart .quantity .plus,
.entry-summary .cart .quantity .minus {
	position: absolute;
	top: 5px;
	right: 15px;
	background: #5a28fa;
	color: #fff;
	border: none;
	padding: 2px;
	border-radius: 7px;
	width: 25px
}

.entry-summary .cart .quantity .minus {
	top: 35px
}

.entry-summary .cart .quantity input {
	padding-left: 0;
	padding-right: 30px
}

.entry-summary .cart .quantity input[type=number] {
	-moz-appearance: textfield
}

.entry-summary form table {
	margin-bottom: 20px;
	font-size: 16px;
	width: 100%
}

.entry-summary form table th {
	padding: 0 10px
}

.entry-summary form table select {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px 20px;
	width: 100%
}

.variations select {
	display: none
}

.variations .reset_variations {
	display: none !important
}

.variations .variation-radios label {
	padding: 10px
}

.yith-wcwl-add-to-wishlist {
	margin-top: 5px
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse a,
.single_add_to_wishlist {
	font-size: 9pt;
	display: block;
	background: #c8eed1;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px
}

.yith-wcwl-wishlistexistsbrowse a:hover {
	background: #38954f;
	color: #fff
}

.yith-wcwl-add-button {
	margin-bottom: 5px
}

.single_add_to_wishlist {
	background: #ffbbc1;
	color: #592525
}

.single_add_to_wishlist:hover {
	background: #e21f1f;
	color: #fff
}

.product_meta {
	margin: 10px auto;
}

.product_meta span {
	color: #485368;
	padding-left: 20px;
}

.product_meta span a {
	color: #485368;
}

.product-share {
	border: 1px solid #d9d9d9;
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
	text-align: center
}

.product-share ul {
	display: flex;
	text-align: center;
	margin: 0
}

.product-share ul li {
	margin-left: 10px;
	font-size: 16pt;
	width: 33%
}

.product-share ul li a {
	color: #5c3995
}

.quarantee:hover,
.product-share:hover {
	background: rgba(248, 248, 248, .8)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: transparent;
	color: #49556a
}

.nav-pills .nav-link {
	color: #49556a;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
	position: relative;
	border-bottom: 1px solid #e5eaf0;
	border-radius: 0px;
	font-size: 14px;
}

.nav-pills .nav-item button::before {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
	background: rgba(0, 0, 0, 0);
	content: ""
}

.nav-pills button.active {
	color: #454bbb !important;
}

.nav-pills button.active::before {
	background: #454bbb;
}

.tab-content {
	padding-top: 20px
}


.tab-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 14px;
	text-align: center;
}

.tab-content th {
	background-color: #4CAF50;
	color: white;
	padding: 12px;
	border: 1px solid #ddd;
}

.tab-content td {
	padding: 10px;
	border: 1px solid #ddd;
}

.tab-content tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tab-content tr:nth-child(odd) {
	background-color: #ffffff;
}

.tab-content tr:hover {
	background-color: #f1f1f1;
}

.tab-content td:first-child,
.tab-content th:first-child {
	font-weight: bold;
}

.tab-content td:last-child,
.tab-content th:last-child {
	font-style: italic;
}

.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
	font-size: 18px;
	line-height: 40px;
	color: #1d1d1d;
}

.tab-content p {
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
	letter-spacing: initial;
	margin: 20px 0;
	color: #485368;
}

.tab-content ul {
	margin: 20px auto;
}

.tab-content li {
	list-style: disc;
	font-size: 19px;
	line-height: 42px;
	letter-spacing: initial;
	margin-right: 20px;
}

.tab-content table {
	border-radius: 20px;
	text-align: center;
	min-width: 200px
}

.tab-content td {
	border: 1px solid #ddd;
	padding: 3px
}

.tab-content .author_bio_section,
.tab-content .author_links {
	display: none;
}

.woocommerce .products ul,
.woocommerce ul.products,
.archive-content .products {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}

.archive-content .products .product,
.woocommerce ul.products.columns-5 li.product {
	background: transparent;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 0.7rem;
	width: 100% !important;
	padding: 10px;
	margin: 0;
}

.archive-content .products .product img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 15px;
}

.archive-content .products .product h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	height: 55px;
	line-height: 1.8
}

.archive-content .products .product .price {
	line-height: 2;
	display: block;
	text-align: center;
	color: #333 !important
}

.archive-content .products .product .price .amount {
	font-size: 16px;
	font-weight: 500
}

.archive-content .products .product .price .woocommerce-Price-currencySymbol {
	font-size: 13px;
	font-weight: 400
}

.archive-content .products .product .button {
	background: rgba(33, 36, 232, 0.1);
	color: #4e54c8;
	font-size: 13px;
	position: relative;
	padding: 12px 15px;
}

.archive-content .products .product:hover .button,
.archive-content .products .product:hover .onsale {
	background: #4e54c8;
	color: #fff
}

.archive-content .products .product:hover h2 {
	color: #4e54c8
}

.archive-content .products .product .onsale,
.woocommerce span.onsale {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #4e54c8;
	border-radius: 0.5rem 0 1.2rem 0;
	color: #fff;
	margin: 0 !important;
	min-height: auto;
	min-width: auto;
	line-height: 2.5;
	width: 10%;
	right: auto;
}

.woocommerce-result-count {
	display: none
}

.woocommerce-ordering {
	position: relative
}

.woocommerce-ordering select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 13px;
	padding: 10px
}

.popular {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	border-bottom: 2px dashed #e3d9ff;
}

.popular-title {
	position: relative;
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	display: -moz-box;
	display: flex;
	justify-content: center;
	margin-right: 0 !important;
	text-align: center;
}

.popular-title hr {
	-moz-box-flex: 1;
	flex-grow: 1;
	background: rgb(164, 128, 255);
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 1px;
	margin: 0;
}

.popular-title h2 {
	color: #7c62bf;
	font-size: 22px;
	background: #fff;
	padding: 0 20px;
}

.banners img {
	border-radius: 25px;
}

.product-box {
	background: #EE66A6;
	padding: 30px 10px 10px 10px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 25px;
}

.popular-section {
	background: none;
	padding: 0;
}

.popular-section .product {
	background: #e5dbff !important;
	overflow: hidden;
}

.popular-section .product:before,
.popular-section .product:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 310px;
	animation: fade 2s linear infinite;
	background: linear-gradient(90deg, transparent 0%, #ffd80850 50%, transparent 100%);
}

.popular-section .product:after {
	top: auto;
	bottom: -1px;
	height: 5px;
}

.popular .product .amount {
	font-size: 16px;
	font-weight: 600;
	color: #7962b9;
}

.box-2 {
	background: #9D66EE;
}

.box-3 {
	background: #9974ff;
}

.product-box .product {
	position: relative;
	border-radius: 25px;
	direction: rtl;
	background: #fff;
}

.product-img {
	position: relative;
	padding: 5px;
	overflow: hidden;
}

.product-img img {
	border-radius: 20px 20px 10px 10px;
	height: auto
}

.product-box .product-box-sort {
	gap: 10px;
	display: flex;
	flex-wrap: wrap
}

.product-box .product-box-sort .product {
	width: calc(16.66% - 10px)
}

.product-box .product-box-sort .product .amount {
	font-size: 16px
}

.product-box .product-box-sort .product .product-img img {
	max-width: 100%
}

.blog {
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.blog .head-title h4,
.blog .link-all a {
	color: #000
}

.blog .product {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.carousel {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 30px #00000008, 0 1px 2px #0000000d !important
}

.accordion-item .accordion-button:focus {
	border: none;
	box-shadow: none
}

#accordion a {
	color: #7153a2;
	line-height: 3
}

.woocommerce-cart-item {
	background: rgba(0, 0, 0, .01);
	width: 100%;
	font-size: 13px;
	position: relative;
	min-height: 40px;
	line-height: 30px;
	padding: 15px 10px;
	transition: all .3s ease-in-out;
	border: 1px solid #eee;
	border-radius: 10px
}

.woocommerce-cart-item:hover {
	border: 1px solid #aaa
}

.woocommerce-cart-item li.product-name,
.woocommerce-cart-item li.product-price {
	position: absolute;
	right: 70px;
	top: 5px
}

.woocommerce-cart-item li.product-price {
	top: 40px
}

.woocommerce-cart-item .product-remove,
.woocommerce-cart-item .product-quantity {
	position: absolute;
	left: 10px;
	text-align: left
}

.woocommerce-cart-item .product-quantity {
	top: 40px
}

.product-quantity .quantity input {
	padding: 5px 0;
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 5px
}

.woocommerce-cart-item li .woocommerce-Price-amount bdi {
	font-size: 10pt
}

.woocommerce-cart-item .product-thumbnail img {
	width: 50px;
	border-radius: 5px
}

.woocommerce-cart-item .quantity-nav {
	width: 100%
}

.coupon {
	display: grid;
	grid-template-columns: 60% auto;
	gap: 10px;
	margin-bottom: 20px
}

.coupon input,
.coupon button.button {
	background: #11ac6b;
	border: none !important;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100% !important;
	border-radius: 10px !important
}

.coupon input {
	border: 1px solid #ddd !important;
	background: none;
	color: #5a28fa
}

.coupon button.button:hover {
	background: #5a28fa !important
}

.woocommerce .cart .button {
	border-radius: 5px;
	margin-right: -4px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	width: auto;
	padding: 10px 20px
}

.woocommerce .cart .button:hover {
	background: #a17ddb;
	border: 1px solid #7153a2;
	color: #fff
}

.woocommerce button.button:disabled[disabled] {
	display: none
}

.cart_totals {
	padding: 10px;
	font-size: 10pt;
	border: 1px solid #ddd;
	border-radius: 10px
}

.cart_totals h2 {
	font-size: 12pt;
	font-weight: 800;
	text-align: center
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
	margin: 0
}

.woocommerce-cart .wc-proceed-to-checkout .button {
	margin: 0 !important
}

.woocommerce table.shop_table {
	border-radius: 10px;
	text-align: right;
	border: none;
	background: #fff
}

.woocommerce table.shop_table tbody th {
	font-size: 14px;
	font-weight: 400
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	font-weight: 300 !important;
	text-align: right;
	padding: 10px 0
}

.product-total {
	text-align: left
}

form.woocommerce-checkout {
	background: none
}

.woocommerce ul.products:before {
	display: none
}

.woocommerce ul#shipping_method li {
	text-align: left !important;
	direction: ltr
}

.woocommerce ul#shipping_method input {
	margin-right: 10px !important
}

.woocommerce-checkout h3 {
	font-size: 14pt;
	font-weight: 500;
	margin-bottom: 20px
}

.woocommerce form .form-row {
	margin-bottom: 10px
}

.woocommerce-checkout-review-order {
	background: rgb(247, 247, 247);
	border: 1px solid rgba(88, 92, 104, 0.25);
	padding: 20px;
	border-radius: 10px
}

.woocommerce-checkout table,
.woocommerce-checkout #payment {
	background: #fff;
	border-radius: 10px;
	border: none;
	padding: 10px
}

.woocommerce-checkout #payment button {
	font-size: 15px;
	font-weight: 500;
	padding: 15px;
}

.comment-form textarea {
	border-radius: 5px;
	border: 1px solid #ddd
}

.comment-form label {
	display: flex
}

.woocommerce #review_form #respond input {
  background: transparent;
  font-size: 14px;
  padding: 10px 20px;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
}
.comment-form-author,.comment-form-email,.woocommerce #review_form #respond .form-submit {
	display: inline-block;
	padding-left: 20px;
}
.comment-form-author input,.comment-form-email input {
	width: 100%;
}

.woocommerce #review_form #respond .form-submit input {
  background: #4e54c8;
	border: none;
  font-size: 16px;
  font-weight: 400;
	color: #fff;
	line-height: 1.5;
	padding: 10px 30px;
	border-radius: 0.4rem;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
	overflow: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	padding: 0.5rem 1rem;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 300;
	appearance: none;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: all 0.15s ease-in-out;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
	border: 1px solid #222
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button,
.woocommerce button.button:hover {
	background: #454bbb;
	font-weight: 400;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	line-height: 1.5;
	min-width: 20%;
}

.woocommerce form.register {
	border: none
}

.select2-container[dir="rtl"] .select2-selection--single {
	padding: 5px;
	height: 40px
}

.select2-container .select2-selection--single {
	border-radius: 10px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	font-weight: 400
}

.dashboard-main header {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px
}

.dashboard-main header h3 {
	font-size: 14px;
	font-weight: 500;
	color: #333
}

.dashboard-main a {
	color: #4e54c8;
}

.dashboard-main address {
	background: #f3f5f9;
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px
}

.woocommerce .woocommerce-customer-details address {
	background: #f5f6f7;
	border: 1px solid #eee;
	text-align: right;
	line-height: 2;
	position: relative;
	border-radius: 10px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-right: 20px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	right: 10px;
	margin: 0;
	position: absolute
}

.woocommerce-order-details table.shop_table {
	border-radius: 0
}

.woocommerce-order-details a.button,
.woocommerce-order-details a.button:hover {
	background: #4e54c8;
	color: #fff;
}

.contact-us form {
	width: 100%
}

.contact-us form input,
.contact-us form textarea {
	border-radius: 5px;
	border: 1px solid #777;
	padding: 10px;
	width: 100%
}

.contact-us form label {
	padding: 5px;
	width: 100%
}

.contact-us form input[type="submit"] {
	background: #fff;
	font-size: 12pt;
	width: 30%
}

.contact-us form input[type="submit"]:hover {
	background: #7153a2;
	border: 1px solid #7153a2;
	color: #fff
}

.single-page .page-body h1,
.single-page .page-body h2 {
	font-size: 18px;
	margin-bottom: 20px
}

.single-page .page-body p {
	line-height: 2;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: .2px;
	font-weight: 400
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 10px;
	background: rgb(247, 247, 247);
}

.woocommerce-checkout #payment div.payment_box::before {
	left: auto;
	border: 1em solid rgb(247, 247, 247);
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}

.woocommerce form.login,
.woocommerce-ResetPassword {
	border: none;
	margin: 0 auto
}

.woocommerce-ResetPassword input {
	padding: 15px !important
}

.woocommerce-ResetPassword button.button {
	background: #5a28fa;
	padding: 15px 30px;
	font-weight: 400;
	color: #fff;
	border-radius: 5px;
	border: none
}

.woocommerce-ResetPassword button.button:hover {
	border: none !important
}

.btn-primary {
	background: #4e54c8;
	border-color: #4e54c8;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0rem 0.1rem 0.5rem rgba(0, 0, 0, .1);
	color: #333;
}

.woocommerce-error {
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, .1);
	color: #333;
	background: #fff1f1;
	animation: error 1.5s linear infinite
}

.woocommerce-error li p {
	margin: 0 !important
}

.woocommerce-error::before {
	color: #df3434
}

.woocommerce-info::before {
	color: #aaa
}

.woocommerce-message::before {
	color: green;
	content: "\e017";
	font-size: 25px;
	right: 10px;
	top: 5px;
}

@keyframes fade {

	0%,
	100% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes error {

	0%,
	100% {
		background: #fff;
		border-color: #ddd
	}

	50% {
		background: #fff1f1;
		border-color: #df3434
	}
}

.woocommerce-message .restore-item {
	background: red;
	color: #fff;
	border-radius: 10px;
	padding: 5px;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: auto
}

.woocommerce-message a.button {
	background: transparent;
	color: #777;
	font-weight: 300;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: auto
}

.woocommerce-message a.button:hover {
	background: #eee;

}

.blog-list {
	position: relative;
}

.blog-list h4 {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.blog-list .card {
	padding: 20px;
	border-radius: 10px;
}

.blog-list .post-inner {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-list .card .thumb {
	text-align: center;
	margin: 0 auto;
}

.blog-list .card .thumb img {
	border-radius: 15px;
	max-width: 100%;
}

.blog-list .card .title {
	position: relative;
	padding: 10px 0;
	min-height: 55px;
}

.blog-list .card .title h3 {
	font-weight: 300;
	font-size: 14px
}

.blog-list nav ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	direction: ltr;
	margin-top: 30px;
}

.blog-list nav ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.blog-list nav ul li a {
	border: 1px solid #ddd;
	border-radius: 6px;
	display: block;
	font-size: 14px;
	color: #745bb9;
	width: 40px;
	height: 40px;
	line-height: 2;
}

.blog-list nav ul li.active span {
	background: #745bb9;
	border: 1px solid #745bb9;
	border-radius: 6px;
	display: block;
	font-size: 14px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 2;
}

.blog-list nav ul li a:hover {
	background: #745bb9;
	color: #fff;
	border: 1px solid #745bb9;
}

.helpful {
	background: #5c3995;
	padding: 20px;
	border-radius: 5px
}

.helpful h3 {
	font-size: 13pt;
	font-weight: 850 !important;
	color: #fff
}

.helpful p {
	font-size: 9pt;
	font-weight: 400;
	text-align: justify;
	line-height: 2;
	color: #fff !important
}

.helpful .btn {
	font-size: 10pt;
	font-weight: 700;
	border-radius: 5px;
	border-color: #fff;
	color: #fff
}

.helpful .btn:hover {
	background: #fff;
	color: #5c3995
}

.shop_attributes li {
	display: flex;
	padding: 5px;
	line-height: 2
}

.shop_attributes li span {
	background: #eee;
	padding: 0;
	width: 30%;
	border-radius: 5px;
	margin: 5px;
	padding-right: 10px;
	padding-top: 10px
}

.shop_attributes li span:nth-child(2) {
	width: 70%
}

.woocommerce-product-attributes-item--dimensions {
	display: none !important
}

.woocommerce-order p.woocommerce-notice--success {
	background: #35ac52;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	font-weight: 800
}

.woocommerce-thankyou-order-details {
	border: none;
	border-radius: 5px;
	overflow: hidden
}

.woocommerce-thankyou-order-details li {
	width: 20%;
	text-align: center;
	padding: 20px;
	color: #333
}

.woocommerce-thankyou-order-details li strong {
	margin-top: 15px;
	font-size: 16px !important;
	font-weight: 400
}

.woocommerce-OrderUpdate-description p {
	background: #9974ff;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px !important
}

.woocommerce-OrderUpdate-description a {
	color: #fee
}

.woocommerce-OrderUpdates {
	padding: 0
}

.woocommerce-shipping-methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin: 15px 0 !important;
	text-align: right !important
}

.woocommerce-shipping-methods label {
	font-size: 14px;
	font-weight: 400;
	color: #444
}

.woocommerce-shipping-totals th {
	font-size: 16px
}

.woocommerce table.shop_table .product-name {
	text-align: right;
}

.woocommerce table.shop_table .product-name a {
	display: inline-block;
}

.woocommerce table.shop_table .product-quantity {
	padding: 5px 10px;
	background: #fff;
}

.woocommerce ul#shipping_method li label {
	background: #e7eaff;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: right;
	width: 60%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: left;
	width: 39%
}

.blog-single-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.thumb-title {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 50px;
	z-index: 5;
	font-size: 25px;
	font-weight: 800;
	color: #fff;
}

.thumb-shadow {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0.4;
}

.blog-single-thumb img {
	max-width: 100%;
}

.blog-single,
.blog-widget {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px
}

.wp-block-table {
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	width: 50%;
	margin: 20px auto;
}

.wp-block-table td {
	border: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.blog-single h2,
.blog-single h3,
.blog-single h4 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 800;
}

.blog-single h3 {
	font-size: 20px;
}

.blog-single h4 {
	font-size: 16px;
}

.blog-single img {
	border-radius: 5px;
	margin: 10px auto;
}

.blog-single header {
	border: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.blog-single header h1 {
	font-size: 24px;
	font-weight: 800
}

.blog-single p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px
}

.blog-single p a {
	color: #7028cc;
}

.blog-single ul,
.blog-single ol,
.term-description ul,
.term-description ol {
	padding: 0 25px;
}

.blog-single ul li,
.blog-single ol li {
	font-weight: 300;
	margin-right: 20px;
	list-style: -moz-element;
	line-height: 1.8;
	margin-bottom: 10px;
}

.blog-single ol li {
	list-style: arabic-indic;
}

.term-description li {
	font-weight: 300;
	margin-right: 20px;
	line-height: 1.8;
	margin-bottom: 10px;
	list-style: disc;
	font-size: initial;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.blog-widget h2 {
	background: #f6f6f6;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center
}

.blog-widget ul li {
	margin-bottom: 5px;
}

.blog-widget ul li a {
	font-size: 12px;
	display: block;
	border-radius: 5px;
	padding: 8px;
	transition: all .3s ease-in-out
}

.blog-widget li a:hover {
	background: #9974ff;
	color: #fff
}

.blog-content table {
	max-width: 100%;
	margin: 0 auto;
}

.blog-content table td,
.blog-content table tr {
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
}

.archive-content .term-description {
	background: transparent;
	position: relative;
	border: 1px solid #eee;
	border-radius: 0.7rem;
	padding: 10px;
	margin-bottom: 15px;
	text-align: justify;
}

.archive-content .term-description p {
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #373f50
}

.archive-content .term-description p a {
	font-weight: bold;
	color: #4e54c8;
}

.archive-content .term-description h2,
.archive-content .term-description h3,
.archive-content .term-description h4 {
	margin: 20px auto;
	font-size: 18px;
}

.archive-content .term-description h3 {
	font-size: 18px;
}

.archive-content .term-description h4 {
	font-size: 16px;
}

.archive-content .term-description table {
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	margin: 20px auto;
}

.archive-content .term-description table td {
	border: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

#wooswipe {
	padding: 0;
	margin: 0
}

#wooswipe .thumbnails {
	margin: 0;
	height: 135px
}

#ship-to-different-address,
.optional {
	display: none
}

#billing_country_field {
	display: none
}

.product-excerpt {
	margin-bottom: 15px;
	font-size: 16px;
	position: relative;
}

.product-excerpt p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 1.8;
	color: #485368
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li {
	margin-left: 10px
}

.offer-code {
	padding: 20px;
	text-align: center;
	width: 100%
}

.offer-code .coupon {
	width: 100%
}

.offer-code .coupon-btn {
	display: none
}

.offer-code .coupon input {
	border-radius: 5px;
	margin-right: -4px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	width: auto;
	padding: 8px 20px;
	margin: auto 10px
}

.protuct-slider {
	background: transparent;
}

.protuct-slider .slider-title {
	position: relative;
	padding: 20px 0;
	flex-direction: row;
	justify-content: space-between;
	display: flex
}

.protuct-slider .slider-title h3 {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	padding-left: 15px;
	line-height: 1.5rem;
}
.protuct-slider .slider-title a {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.8rem;
	padding-right: 15px;
}

.protuct-slider .slider-title hr {
	flex: 1 1 0%;
}

.protuct-slider .swiper-button-next,
.protuct-slider .swiper-button-prev {
	background: #fff;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-radius: 50px 0 0 50px;
	left: auto;
	right: 0;
}

.protuct-slider .swiper-button-next {
	left: 0;
	right: auto;
	border-radius: 0 50px 50px 0;
}

.protuct-slider .swiper-button-next:after,
.protuct-slider .swiper-button-prev:after {
	font-size: 13px;
	color: #999;
	font-weight: 900;
}

.protuct-slider .product,
.protuct-slider .card {
	border: 1px solid #eee;
	border-radius: 0.5rem;
	padding: 10px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.category-sw .card:hover {
	background: #4e54c8;
	border: 1px solid #4e54c8;
}

.category-sw .card img {
	border-radius: 0.5rem;
	padding-bottom: 5px;
}
.category-sw .card:hover .title {
	color: #fff;
}

.protuct-slider .product a:hover {
	color: #4e54c8;
}

.protuct-slider .product img {
	width: 100%;
	height: auto;
}

.protuct-slider .product .title {
	min-height: 40px;
	margin-bottom: 10px;
}

.protuct-slider .product .onsale {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #4e54c8;
	border-radius: 0.5rem 0 1.2rem 0;
	color: #fff;
}

.footer-main {
	background: #373f50;
	position: relative;
	margin: 0 !important
}

.footer-main .uper img {
	width: 200px;
	height: auto;
}

.footer-main .uper p {
	text-align: justify;
	line-height: 1.8;
	color: rgba(255, 255, 255, .9);
}

.footer-main .uper .btn {
	font-size: 14px;
	padding: 10px 20px;
}

.footer-widget h4 {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

.footer-widget .wp-block-page-list li a,
.widget_nav_menu ul li a,
.footer-widget p {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
	font-weight: 300
}

.footer-widget .wp-block-page-list {
	padding-right: 15px;
}

.footer-widget .wp-block-page-list li {
	list-style: circle;
	color: #fff;
	padding-right: 5px;
}

.nemads {
	gap: 5px;
	display: flex;
	flex-wrap: wrap
}

.nemads .nemad-item {
	background: #fff;
	border-radius: 10px;
	padding: 4px;
	width: calc(50% - 5px) !important;
	min-height: 100px;
	text-align: center;
	vertical-align: middle
}

.nemads .nemad-item img {
	max-width: 100%
}

.footer-product-tag {
	gap: 10px;
	display: flex;
	flex-wrap: wrap
}

.footer-product-tag li {
	width: calc(50% - 5px)
}

.footer-product-tag li:last-child {
	width: calc(100% - 0px) !important
}

.footer-product-tag li a {
	background: #65451F;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: -.3px
}

.footer-product-tag li:nth-child(1) a {
	letter-spacing: -.8px
}

.footer-product-tag li:nth-child(2) a {
	background: #c49847
}

.footer-product-tag li:nth-child(3) a {
	background: #83A683
}

.footer-product-tag li:nth-child(4) a {
	background: #7A9D54
}

.footer-product-tag li:nth-child(5) a {
	background: #7895CB
}

.footer-product-tag li:nth-child(6) a {
	background: #526EA2
}

.footer-product-tag li:nth-child(7) a {
	background: #d77eff
}

.footer-widget .footer-address {
	font-size: 13px;
	line-height: 2;
	color: #555
}

.footer-widget .footer-contact .icon {
	background: #5c3995;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 8pt;
	line-height: 38px;
	color: #fff;
	width: 30px;
	height: 30px
}

.footer-widget .footer-contact a {
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 1px
}

.footer-widget p.namadha-text,
.footer-widget p.about-us {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #333;
}

.namadha img {
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	padding: 10px;
	border-radius: 5px;
	width: 100px;
	transition: all .3s ease-in-out
}

.namadha img:hover {
	border: 1px solid #5c3995
}

.copy-right {
	background: #2b3445;
	width: 100%;
	position: relative
}

.copy-right p {
	font-size: 13px;
	color: #fff;
	opacity: 0.5;
	margin: 0;
}

.copy-right .copyright-sitename {
	border-bottom: 1px dashed #4a4a4a
}

.copy-right ul li i {
	color: #5c3995;
	font-size: 20px
}

.footer-main .list-unstyled li {
	margin-right: 4px !important
}

.footer-main .list-unstyled li a {
	background: #5c3995;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 12pt;
	line-height: 33px;
	color: #fff;
	width: 30px;
	height: 30px
}

.footer-main .list-unstyled li svg {
	color: #fff
}

.backtotop,
.backtotop:hover {
	position: absolute;
	left: 250px;
	bottom: 8px;
	font-size: 18px;
	cursor: pointer;
	z-index: 19;
	width: 35px;
	height: 35px;
	line-height: 38px;
	background: #373f50;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	transition: all 0.2s ease-out
}

.backtotop:hover {
	
}

.select2 .select2-selection {
	height: 40px
}

.blog-post .box {
	border-radius: 5px;
	overflow: hidden;
	position: relative
}

.blog-post .box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin: 0
}

.blog-post .box h3 {
	font-size: 15px;
	color: #fff;
	z-index: 99;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	padding: 10px 20px;
	line-height: 25px;
	width: 100%;
	left: 0;
	margin: 0;
	border-radius: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.blog-post .box:hover h3 {
	background: #DEB66C;
	color: #000
}

.wc-block-components-notice-banner.is-info {
	background: #fff !important;
	border: 1px solid #ddd !important;
	border-radius: 10px
}

.wc-block-components-notice-banner.is-success {
	border-radius: 10px;
	border-color: #cabeff !important;
	background: #fff !important;
	color: #4a33ae !important
}

.wc-block-components-notice-banner.is-success>svg {
	background: #4a33ae !important
}

.wc-block-components-notice-banner.is-success .button {
	font-weight: normal !important;
	text-decoration: none !important;
	color: #4a33ae !important;
	opacity: 1 !important
}

.woocommerce-form-coupon-toggle {
	font-size: 12px;
}

.woocommerce form.checkout_coupon {
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0rem 0.1rem 0.5rem rgba(0, 0, 0, .1);
	color: #333;
	margin: -40px 0 20px 0
}

.woocommerce form.checkout_coupon button.button {
	width: 100%;
}

.woocommerce .checkout_coupon p {
	text-align: center;
	font-size: 12px;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	width: 50% !important
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: left
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: right
}

#billing_state_field,
#billing_city_field,
#billing_phone_field,
#billing_email_field {
	width: 47%;
	float: right;
	clear: revert
}

#billing_city_field,
#billing_email_field {
	float: left
}

.product-banner img {
	border-radius: 10px;
	max-width: 100%
}

.icon-box-main {
	background-color: #fff;
	border-radius: 10px
}

.icon-box {
	text-align: center;
	padding: 20px 10px;
	transition: all 0.3s ease-in-out;
	border-radius: 30px
}

.icon-box:hover {
	background: #5a28fa;
	border-color: #5a28fa;
	color: #fff;
	cursor: pointer
}

.icon-box:hover .icon {
	color: #fff;
	border-color: #fff;
	border-radius: 30px
}

.icon-box .title,
.icon-box .details {
	display: block
}

.icon-box .icon {
	font-size: 16px;
	color: #4a4a4a;
	border: 1px solid #aaa;
	border-radius: 15px;
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 70px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out
}

.icon-box .title {
	font-size: 17px;
	font-weight: 700
}

.icon-box .details {
	font-size: 12px;
	font-weight: 400
}

.checkout_coupon input {
	height: 40px !important;
	border-radius: 10px !important
}

.mini-slider {
	max-height: 210px
}

.huge-slider {
	max-height: 405px
}

.woocommerce ul.order_details {
	background: #f5f6f7;
	border: 1px solid #eee;
	width: 100%;
	color: #fff;
	border-radius: 10px
}

.woocommerce ul.order_details li {
	width: 25%;
	border: none;
	margin: 0;
	text-align: center;
	font-size: 13px
}

.woocommerce ul.order_details li strong {
	margin-top: 10px;
	font-size: 16px
}

.woocommerce-thankyou-order-details {
	background: none;
	padding: 0 !important
}

.woocommerce-thankyou-order-details li {
	width: 20% !important
}

.nextpay-checkout-form input.button.alt {
	background: #2f8d3a;
	color: #fff;
	padding: 15px 50px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400
}

.nextpay-checkout-form a.cancel {
	background: #8a8a8a;
	color: #fff;
	padding: 15px 50px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400
}

.nextpay-checkout-form input.button.alt:hover,
.nextpay-checkout-form a.cancel:hover {
	background: #5a28fa;
	color: #fff;
	opacity: .8
}

.return-to-shop {
	text-align: center
}

.return-to-shop a.button {
	background: #5a28fa;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 10px;
	padding: 15px 40px
}

.return-to-shop a.button:hover {
	background: #2852b3;
	color: #fff
}

.page-numbers li {
	float: right;
	padding: 10px;
	background: #fff;
	color: #000
}

.WhiteSec .addtocart {
	display: none !important
}

.woocommerce table.woocommerce-table--order-details {
	background: #f5f6f7;
	border: 1px solid #eee;
	border-radius: 0.5rem;
}

.woocommerce table.woocommerce-table--order-details tr,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details p {
	font-weight: 300 !important;
	text-align: right
}

.woocommerce-columns--addresses {
	gap: 5px;
	display: flex;
	flex-wrap: wrap
}

.woocommerce-columns--addresses .col-1,
.woocommerce-columns--addresses .col-2 {
	width: calc(50% - 5px) !important
}

.woocommerce-cart .woocommerce-shipping-totals {
	display: none
}

.cart-discount {
	background: #37aa49;
	color: #fff
}

.cart-discount td,
.cart-discount th {
	padding: 10px !important
}

.cart-discount a {
	color: #fff230
}

.product-presentation {
	background: #ece0ee;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.product-presentation img {
	border-radius: 10px;
}

.product-presentation .pp-link {
	background: #000;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	display: inline-grid;
	margin: 10px auto 5px auto;
	text-align: center;
}

.product-pre-text {
	background: #ece0ee;
	padding: 8px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 800;
	min-height: 140px;
}

.product-pre-text:hover {
	background: #9d14b1;
	color: #fff;
}

.about-site h1 {
	color: #60319d;
	border-bottom: 2px dashed #c79bff;
	padding-bottom: 20px;
}

.about-site-text {
	text-align: justify;
	line-height: 2;
	margin-bottom: 10px;
}

.z-index-2 {
	z-index: 2 !important;
}

.aida-img {
	max-width: 50%;
}

.bg-img-about {
	background: #60319d;
	border-radius: 100px 100% 0 0;
	height: 100px;
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.banner-wlink {
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
	background: #ecdfff url(img/peanut.png) no-repeat 20px;
}

.pistachio {
	background: #e6e5a9 url(img/pistachio.png) no-repeat 20px;
}

.almond {
	background: #ffc8ae url(img/almond.png) no-repeat 20px;
}

.hazelnut {
	background: #ffe4c3 url(img/hazelnut.png) no-repeat 20px;
}

.hazelnut-ch {
	background: #6c3b1e url(img/hazelnut.png) no-repeat 20px;
	color: #fff;
}

.coconut {
	background: #f5f4ed url(img/coconut.png) no-repeat 20px;
}

.blog-box {
	position: relative;
}

.blog-box .slider-title {
	background: #ddd;
	border-radius: 15px;
	padding: 10px;
}

.blog-box .link-all {
	text-align: left;
	line-height: 2.2;
}

.blog-box .blog-post {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.03);
	border-radius: 15px;
}

.blog-box .blog-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.blog-box .blog-post a,
.blog-box .blog-img img {
	transition: 0.3s ease-in-out;
}

.blog-box .blog-post:hover img {
	transform: scale(1.05);
}

.blog-box .blog-post a:hover {
	color: #7467ff
}

.blog-box .blog-post-details {
	font-size: 12px;
	direction: rtl;
}

.blog-box .blog-post-details h2 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.blog-box .blog-post-details p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin: 0;
	min-height: 40px;
	text-align: justify;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover {
	background: #4e54c8;
	font-size: 14px;
	padding: 15px;
	border-radius: 7px;
	color: #fff;
}

.obox {
	background: #f1f6ff;
	padding: 20px 10px;
	border-radius: 0.5rem;
	font-size: 13px;
}

.obox h3 {
	font-weight: 800;
}

.obox i {
	background: #7eacff;
	color: #fff;
	font-size: 27px;
	margin-left: 10px;
	padding: 7px 10px 0 10px;
	line-height: 1.8;
	border-radius: 0.3rem;
}

.wp-block-product-new ul li.wc-block-grid__product {
	background: transparent;
	position: relative;
	border: 1px solid #eee;
	border-radius: 0.7rem;
	margin: 0 5px;
	padding: 5px;
  flex: 1 0 24%!important;
  max-width: 24%!important;
}

.wc-block-grid__product-title,
.wc-block-grid__product-price span {
	font-size: 14px!important;
}

.wp-block-product-new .wp-block-button__link {
  background: rgba(33, 36, 232, 0.1);
	border-radius: 3px;
  color: #4e54c8;
  font-size: 13px!important;
}

.site-whatsapp a {
	background: #eaffed;
	position: fixed;
	left: 10px;
	bottom: 10px;
	padding: 10px 35px 10px 10px;
	border-radius: .5rem;
	color: #1b9b00;
	font-size: 12px;
	text-align: center;
	text-decoration: none !important;
	z-index: 88
}

.site-whatsapp a:before {
	content: "\F618";
	font-family: bootstrap-icons;
	font-size: 20px;
	top: 5px;
	right: 10px;
	position: absolute
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 10pt!important;
}
.wc-block-cart-items__row {
  position: relative;
}
.wc-block-cart-items td .wc-block-cart-item__quantity {
  display: flex
}

.wc-block-components-totals-coupon__form button {
	background: #4e54c8;
	font-size: 14px;
	border-radius: 7px;
	color: #fff;
	border: none;
}

.logo-text {
	background: #4e54c8;
	border-radius: 0 1.5rem 1.5rem 0;
}
.logo-text h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
	line-height: 2.4;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
0%{-webkit-mask-position:140% 140%;mask-position:140% 140%}
100%{-webkit-mask-position:-20% -20%;mask-position:-20% -20%}
}
@media (min-width:1024px) {
	.menu-item-has-children:hover .dropdown-menu {
    display: block!important;
	}
	.dropdown-menu {
		background: #fff;
		border-radius: 0.5rem;
		border: 1px solid rgba(0,0,0,0.08);
		box-shadow: 0 3px 3px rgba(0,0,0,.1);
		min-width: 250px;
	}
	.menu-item-has-children .dropdown-menu a {
		padding: 12px
	}
}
@media (max-width:781px) {
	.archive-content .term-description table {
		width: 100%;
	}
	.dropdown-menu {
		border:none
	}
	.logo-text {
		background: #4e54c8;
		border-radius: 0;
	}
	.protuct-slider .product .price {
		font-size: 12px;
		display: inline-flex
	}

	.dashboard-menu ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce-orders-title li {
		grid-template-columns: repeat(5, 1fr)
	}

	.woocommerce-orders-main {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 5px;
		width: 100%;
		box-sizing: border-box;
	}

	.woocommerce-orders-main li {
		padding: 10px;
		display: block;
		margin: 0;
	}

	.woocommerce-orders-main li span {
		display: block;
		width: 100%;
	}

	.woocommerce-orders-main li span .button {
		float: none;
	}

	.woocommerce .products ul,
	.woocommerce ul.products,
	.archive-content .products {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce table.woocommerce-table--order-details td,
	.woocommerce table.woocommerce-table--order-details th {
		font-size: 12px;
	}

	.woocommerce table.shop_table .product-name a {
		display: initial;
	}

	.popular {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-pre-text {
		font-size: 16px;
		min-height: 100px;
	}

	.circle-icons {
		grid-template-columns: repeat(4, 1fr);
	}

	.header {
		background: #5a28fa url(img/bg.jpg) no-repeat center;
		background-size: auto 100%
	}

	.summary form.cart .button {
		width: 100%;
		margin: 0 auto
	}

	.product-details-name {
		height: 55px
	}

	.product-details-extras .prices {
		display: block;
		width: 100%;
		text-align: center;
		height: 42px
	}

	.product-details-extras .prices bdi {
		font-size: 17px !important
	}

	.product-details-extras .prices del bdi {
		font-size: 11px !important
	}

	.product-details-extras .prices ins bdi {
		font-size: 17px !important
	}

	.backtotop,.backtotop:hover {
		left: 0;
		bottom: 60px;
		background: #2b3445;
		border-radius: 0 10px 0 0;
	}

	header .head-items {
		padding-top: 10px
	}

	header .head-items .logo {
		margin-bottom: 50px
	}

	.summary form.cart,
	.summary .price {
		width: calc(100% - 0px) !important
	}

	.product-title {
		font-size: 22px
	}

	.single-page {
		padding: 10px
	}

	.call-me h4 {
		padding-right: 10px
	}

	.call-me ul {
		padding-top: 10px
	}

	.footer-main {
		margin-bottom: 60px
	}

	.WhiteSec .addtocart .price,
	.WhiteSec .addtocart .qty {
		display: none
	}

	.product-box .product-box-sort .product {
		width: calc(50% - 10px)
	}

	.WhiteSec .addtocart {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 20;
		width: 100%;
		padding: 10px;
		background: #fff
	}

	.WhiteSec .addtocart .button {
		background: #38954f;
		text-align: center;
		border-radius: 5px;
		border: none;
		width: 100%;
		display: block;
		padding: 10px;
		color: #fff
	}

	.addtocart .woocommerce-variation-price {
		display: none
	}

	.addtocart .variations {
		width: 100%
	}

	.addtocart .variations .value {
		display: flex;
		padding: 5px 10px;
		width: 100% !important
	}

	.addtocart .variations .value .reset_variations {
		padding-top: 8px;
		position: absolute;
		left: 20px
	}

	.woocommerce-form-login {
		background: none;
		border: none !important
	}

	.woocommerce-form-login input {
		text-align: right;
		padding: 10px !important
	}

	.woocommerce-form-login .button {
		text-align: center
	}

	form.register input {
		padding: 10px !important
	}

	.woocommerce form.login,
	.woocommerce-ResetPassword {
		width: 100%
	}

	.select2 {
		max-width: 100%
	}

	.select2 .select2-selection {
		height: 40px
	}

	.select2 #select2-additional_how_you_meet_us-container {
		line-height: 40px
	}

	.product-box .owl-item {
		height: 300px
	}

	.owl-item .product .prices .amount {
		font-size: 13px
	}

	.blog-post .box img {
		height: 200px
	}

	.product-details-extras ins,
	.product-details-extras del {
		width: 100%
	}

	.woocommerce-variation-price {
		position: relative;
		margin: 10px auto;
		top: 0
	}

	.woocommerce-variation-add-to-cart {
		text-align: center
	}

	.woocommerce-cart-item li.product-quantity {
		width: 20%
	}

	.woocommerce-orders-table__cell-order-actions .button {
		margin-bottom: 8px !important
	}

	.nav-stage .nav-item {
		width: 33%;
		font-size: 13px
	}

	.comment-form textarea {
		max-width: 100%
	}

	.nav-pills .nav-link svg {
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 5px
	}

	.woocommerce-message {
		padding: 10px;
		font-size: 13px;
		font-weight: 400;
		z-index: 11
	}

	.woocommerce-message:before {
		position: absolute;
		right: 50%;
		top: -30px
	}

	.return-to-shop a {
		width: 100%;
		text-align: center;
		color: #fff !important;
		background: #7153a2 !important;
		padding: 15px !important
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding: 10px;
		text-align: right;
		margin-bottom: 20px
	}

	.woocommerce-error:before,
	.woocommerce-info:before,
	.woocommerce-message:before {
		display: none
	}

	.woocommerce-message .button {
		background: #6dc22e;
		letter-spacing: -.3px;
		color: #fff;
		padding: 2px 5px;
		border-radius: 3px;
		position: absolute;
		bottom: -20px;
		right: 30%;
		left: auto
	}

	.cart-item-row ul {
		margin-bottom: 5px
	}

	.woocommerce-cart-item li.product-price span {
		width: 25%;
		letter-spacing: -.5px
	}

	.woocommerce table.shop_table_responsive tr td::before {
		float: right
	}

	.woocommerce-cart .woocommerce table.shop_table td {
		border: none;
		margin-bottom: 20px
	}

	.calculated_shipping .woocommerce-shipping-destination {
		margin-top: 40px
	}

	.woocommerce ul#shipping_method li {
		padding-top: 20px
	}

	.woocommerce-checkout h3 {
		font-size: 16px;
		font-weight: 700
	}

	#ship-to-different-address {
		font-size: 13px;
		font-weight: 400
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		width: calc(100% - 5px) !important;
		margin-bottom: 20px
	}

	.woocommerce-order h2 {
		font-weight: 500;
		font-size: 15px !important
	}

	.woocommerce ul.order_details li {
		width: 50% !important;
		font-size: 12px !important;
		padding: 10px 0;
		margin: 0 0 10px 0 !important
	}

	.woocommerce ul.order_details li:nth-last-child(3) {
		width: 100% !important
	}

	.woocommerce-checkout-review-order table.shop_table td {
		width: 50%;
		position: relative
	}

	.woocommerce table.shop_table td .product-quantity {
		position: absolute;
		background: #7153a2;
		padding: 0 5px;
		color: #fff
	}

	.woocommerce-billing-fields__field-wrapper .form-row label {
		font-size: 13px;
		font-weight: 700
	}

	.woocommerce-form-login p {
		text-align: right
	}

	.woocommerce-form-login .form-row-first,
	.woocommerce-form-login .form-row-last {
		float: right !important;
		width: 100% !important;
		text-align: right !important
	}

	.wooccm-field-address_1,
	.wooccm-field-postcode {
		width: 100% !important
	}

	.woocommerce-checkout form .form-row input {
		text-align: right !important
	}

	.icon-box {
		margin-bottom: 20px
	}

	.icon-box .title {
		font-size: 15px;
		font-weight: 700;
		padding-bottom: 5px
	}

	.footer-main .list-unstyled,
	.footer-main .list-unstyled li {
		text-align: center;
		margin-right: auto;
		margin-left: auto
	}

	.footer-main .list-unstyled li a {
		background: #5c3995;
		border-radius: 3px;
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		display: block;
		text-align: center;
		color: #fff
	}

	.footer-main .list-unstyled li svg {
		color: #fff
	}

	.footer-product-tag li {
		width: 50%
	}

	.woocommerce-checkout-review-order {
		padding: 2px;
		display: block;
		width: 100%
	}

	.woocommerce-checkout table,
	.woocommerce-checkout #payment {
		width: calc(100% - 0px) !important;
		margin-bottom: 10px !important;
		padding: 10px
	}

	.woocommerce-shipping-methods label {
		font-size: 12px;
		line-height: 1.5;
		position: absolute;
		width: 250px
	}

	.woocommerce-checkout #payment div.form-row {
		margin-bottom: 0
	}

	.archive-content .products {
		width: 100%;
		gap: 5px;
		padding: 10px !important
	}

	.archive-content .products .product {
		width: calc(50% - 5px) !important
	}

	.archive-content .products .product .button,
	.archive-content .products .product:hover .button {
		padding: 10px;
	}

	.archive-content .products .product h2 {
		text-align: right;
		display: initial;
		font-size: 13px !important;
	}

	.archive-content .products .product .price .amount {
		font-size: 14px
	}

	.call-me ul {
		display: block;
		text-align: center
	}

	.call-me ul li {
		width: 100%;
		margin-bottom: 15px
	}

	.call-me .col-md-8 h4 {
		text-align: center
	}

	.page-numbers li {
		float: right;
		padding: 10px;
		background: #fff;
		color: #000
	}

	.footer-product-tag {
		gap: 5px
	}

	.footer-product-tag li {
		width: calc(50% - 5px) !important
	}

	.nemads .nemad-item {
		width: calc(50% - 8px) !important
	}

	.footer-product-tag li:last-child {
		width: calc(100% - 5px) !important
	}

	.copy-right a {
		font-size: 14px;
		font-weight: 700
	}
}