@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */
.page-content a,
.comments-area a {
	text-decoration: underline;
}
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 1rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}
.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	margin: 0;
}
.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.75rem;
}
.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.sticky {
	position: relative;
	display: block;
}
.bypostauthor {
	font-size: inherit;
}
.hide {
	display: none !important;
}
.post-password-form p {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.post-password-form [type=submit] {
	margin-inline-start: 3px;
}
/**
 * Utility styles
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eeeeee;
	clip: auto !important;
	clip-path: none;
	color: #333333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/**
 * Post item in archive pages
 */
.post .entry-title a {
	text-decoration: none;
}
.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}
@media (max-width: 575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}
/**
 * Comments
 */
#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
	position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-block-start: 30px;
	padding-block-end: 30px;
	padding-inline-start: 60px;
	padding-inline-end: 0;
	border-block-end: 1px solid #cccccc;
}
#comments .comment .avatar,
#comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-inline-end: 10px;
}
html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
	left: auto;
	right: 0;
}
#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
	font-size: 11px;
	line-height: 1;
}
#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
}
#comments .children li:last-child {
	padding-block-end: 0;
}
#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}
html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}
@media (min-width: 768px) {
	#comments .comment-author,
	#comments .comment-metadata {
		line-height: 1;
	}
}
@media (max-width: 767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	#comments .children {
		padding-inline-start: 20px;
	}
	#comments .comment .avatar {
		position: inherit;
		float: left;
	}
	html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
		float: right;
	}
}
/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
}
@media (max-width: 575px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}
}
@media (min-width: 576px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 500px;
	}
	.site-header.header-full-width .header-inner {
		max-width: 100%;
	}
	.site-footer.footer-full-width .footer-inner {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 600px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 800px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 1140px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
/*@media (min-width: 1260px) {*/
/*	.woocommerce-shop .site-header .header-inner, .woocommerce-shop .site-header:not(.dynamic-header), .woocommerce-shop .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]).woocommerce-shop .site-main, .page-header .entry-title {*/
/*		max-width: 1250px;*/
/*	}*/
/*}*/
.site-header + .elementor {
	min-height: calc(100vh - 320px);
}
/* Custom Styles for the theme */
.content-area {
	padding: 80px 0;
}
.woocommerce-breadcrumb {
	display: none;
}
.woocommerce-products-header__title {
}
.woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce .woocommerce-ordering {
	display: none;
}
.products-content-wrapper {
	display: flex;
	gap: 16px;
	padding: 0 10px;
}
.products-sidebar {
	background: #FFEFD5;
	width: 30%;
}
.products-sidebar {
}
.products-sidebar .shop-sidebar {
	display: block;
	vertical-align: text-bottom;
}
.products-sidebar .shop-sidebar h2 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #000;
}
.products-sidebar .shop-sidebar > div:first-child {
	padding: 16px 24px;
	border-bottom: 2px solid #fff;
}
.shop-sidebar .wc-block-product-categories-list {
	list-style: none;
	padding: 0;
}
.shop-sidebar .wc-block-product-categories-list a {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 19px;
	padding: 13px 24px;
	position: relative;
	color: #000;
	transition: .2s;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.shop-sidebar .wc-block-product-categories-list a:after {
}
.shop-sidebar .wc-block-product-categories-list a:hover {
	background: #FFF7EA;
}
.products {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	float: none !important;
	! i;
	!;
	margin: 0 !important;
	! i;
	!;
	! iim;
	! iim;
	! ii;
	! i;
	!;
}
.woocommerce-loop-product__title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #1C1C1C;
	margin-top: 0;
	margin-bottom: 0;
}
.product-image {
	background: #fff;
	border-bottom: 1px solid #F3F3F3;
	text-align: center;
	position: relative;
	padding: 10px;
}
.product-image img {
	height: 180px;
	width: auto;
}
.product-tag {
	background: #EBFAFF;
	padding: 7px 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.product-item-content {
	background: #FAFAFA;
	padding: 12px 16px;
}
.product-tags {
	position: absolute;
	top: 6px;
	right: 6px;
}
@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */
.page-content a,
.comments-area a {
	text-decoration: underline;
}
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 1rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}
.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	margin: 0;
}
.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.75rem;
}
.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.sticky {
	position: relative;
	display: block;
}
.bypostauthor {
	font-size: inherit;
}
.hide {
	display: none !important;
}
.post-password-form p {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.post-password-form [type=submit] {
	margin-inline-start: 3px;
}
/**
 * Utility styles
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eeeeee;
	clip: auto !important;
	clip-path: none;
	color: #333333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/**
 * Post item in archive pages
 */
.post .entry-title a {
	text-decoration: none;
}
.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}
@media (max-width: 575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}
/**
 * Comments
 */
#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
	position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-block-start: 30px;
	padding-block-end: 30px;
	padding-inline-start: 60px;
	padding-inline-end: 0;
	border-block-end: 1px solid #cccccc;
}
#comments .comment .avatar,
#comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-inline-end: 10px;
}
html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
	left: auto;
	right: 0;
}
#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
	font-size: 11px;
	line-height: 1;
}
#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
}
#comments .children li:last-child {
	padding-block-end: 0;
}
#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}
html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}
@media (min-width: 768px) {
	#comments .comment-author,
	#comments .comment-metadata {
		line-height: 1;
	}
}
@media (max-width: 767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	#comments .children {
		padding-inline-start: 20px;
	}
	#comments .comment .avatar {
		position: inherit;
		float: left;
	}
	html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
		float: right;
	}
}
/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
}
@media (max-width: 575px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}
}
@media (min-width: 576px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 500px;
	}
	.site-header.header-full-width .header-inner {
		max-width: 100%;
	}
	.site-footer.footer-full-width .footer-inner {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 600px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 800px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 1140px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
.site-header + .elementor {
	min-height: calc(100vh - 320px);
}
/* Custom Styles for the theme */
.content-area {
	padding: 80px 0;
}
.woocommerce-breadcrumb {
	display: none;
}
.woocommerce-products-header__title {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 600;
	color: #D8282A;
}
.woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce .woocommerce-ordering {
	display: none;
}
.products-content-wrapper {
	display: flex;
	gap: 16px;
	padding: 0 10px;
}
.products-sidebar {
	width: 25%;
}
.products-content {
	width: 75%;
}
.products-sidebar {
	background: #FFEFD5;
}
.products-sidebar .shop-sidebar {
	display: block;
	vertical-align: text-bottom;
	position: sticky;
	top: 0px;
}
.products-sidebar .shop-sidebar h2 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #000;
}
.products-sidebar .shop-sidebar > div:first-child {
	padding: 16px 24px;
	border-bottom: 2px solid #fff;
}
.shop-sidebar .wc-block-product-categories-list {
	list-style: none;
	padding: 0;
}
.shop-sidebar .wc-block-product-categories-list a {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 19px;
	padding: 13px 24px;
	position: relative;
	color: #000;
	transition: .2s;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.shop-sidebar .wc-block-product-categories-list a:after {
	content: url('data:image/svg+xml,<svg width="6" height="12" viewBox="0 0 6 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 10.5L5.25 6L0.75 1.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	right: 10px;
	width: 5px;
	opacity: 0;
	transition: .2s;
}
.shop-sidebar .wc-block-product-categories-list a:hover {
	background: #FFF7EA;
}
.products > .product {
	width: calc(33% - 8px);
	! im;
	! i;
	!;
	border: 1px solid #F3F3F3;
	background: #FAFAFA;
	margin: 0 !important;
	! i;
	!;
	float: none !important;
	! i;
	!;
}
.product-image img {
	height: 180px;
	width: auto;
}
.product-tag span {
	color: #1C1C1C;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.product-tags {
	position: absolute;
	top: 6px;
	right: 6px;
}
.product-tag svg {
	width: 12px;
}
.product-attributes {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-attributes strong {
	font-weight: 500;
	color: #727272;
}
.product-attributes strong::first-letter {
	text-transform: uppercase;
}
.product-attributes .attribute::first-letter {
	text-transform: uppercase;
}
.product-attributes .attribute {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.product-attributes .attribute span {
	font-size: 14px;
	color: #1C1C1C;
	font-weight: 600;
}
.shop-sidebar .wc-block-product-categories-list .active-category a {
	background-color: #FFF7EA;
	border-color: #fff;
}
.shop-sidebar .wc-block-product-categories-list a:hover:after {
	opacity: 1;
	right: 20px;
}
.shop-sidebar .wc-block-product-categories-list .active-category a:after {
	opacity: 1;
	right: 20px;
}
.woocommerce ul.products::before {
	display: none;
}
.woocommerce nav.woocommerce-pagination {
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
	float: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 31px;
}
.woocommerce .products ul::after, .woocommerce ul.products::after {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: calc(25% - 12px);
	overflow: hidden;
	transition: .4s;
}
.woocommerce-info {
	border-top-color: #d8282a;
}
.woocommerce-info::before {
	color: #d8282a;
}
.product-details-modal {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
	position: relative;
	margin: 5% auto;
	width: 603px;
	max-width: calc(100% - 20px);
	background: #FEF7E5;
	display: flex;
	flex-direction: column;
}
.modal-inner-content {
	display: flex;
	justify-content: space-between;
}
.left-side {
	width: 240px;
	padding: 20px;
}
.right-side {
}
.close-modal {
	position: absolute;
	right: -20px;
	top: -18px;
	cursor: pointer;
	background: #fff;
	font-size: 31px;
	line-height: 0;
	padding-top: 18px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	transition: .2s;
}
.products-show-button {
	width: calc(100% - 32px);
	border: 0;
	background: #fff;
	color: #1C1C1C;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	border-radius: 0;
	padding: 11px 6px;
	position: absolute;
	bottom: -45px;
	left: 16px;
	transition: .2s;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.products-show-button:hover {
	background: #D8282A;
}
.woocommerce ul.products li.product.has-description:hover .product-item-content {
	z-index: 1;
	transform: translateY(-60px);
	background: #EBFAFF;
}
.woocommerce-page ul.products li.product.has-description:hover .product-item-content .products-show-button {
	transform: none;
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product.has-description .product-item-content {
	transition: .4s;
	position: relative;
}
.woocommerce ul.products li.product.has-description:hover {
	background: #EBFAFF;
}
.product-loader .loader-spinner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	z-index: 1000;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.product-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	background: #ffffffab;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	align-items: center;
	justify-content: center;
}
.product-loader.active {
	opacity: 1;
	visibility: visible;
}
.modal-inner-content #product-image {
	text-align: center;
}
.modal-inner-content #product-image img {
	max-width: 100%;
	height: auto;
}
.modal-inner-content .woocommerce-loop-product__title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.modal-inner-content tbody tr:nth-child(odd), .modal-inner-content tbody tr:nth-child(odd) td, .modal-inner-content tbody tr:nth-child(odd) th {
	background: #fff;
}
.modal-inner-content tbody td {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	padding: 16px 10px;
	line-height: 18px;
	border-color: #EA842D2E;
}
.modal-inner-content tbody td:nth-child(2) {
	width: 143px;
}
.modal-inner-content th {
	border-color: #EA842D2E !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	padding: 11px 10px;
	vertical-align: middle;
}
.modal-inner-content table {
	margin-bottom: 0;
}
.close-modal:hover {
	background: #ccc;
}
.modal-inner-content #product-attributes p {
	color: #727272;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 11px;
}
.modal-inner-content #product-attributes p strong {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin-top: 2px;
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: .2s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #FFEFD5;
	color: #000;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border-color: #F3F3F3;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #F3F3F3;
}