/*
Theme Name: infosV
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/* Variables */
@charset "UTF-8";
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:999999999!important; 
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvkXciXd_bcjuWYuJTgHML765AeIo5zqaGJEWHkYz0Yq5j0PBB'); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src:
		url(./fonts/star.eot?#iefix) format("embedded-opentype"),
		url(./fonts/star.woff) format("woff"),
		url(./fonts/star.ttf) format("truetype"),
		url(./fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: WooCommerce;
	src: url(./fonts/WooCommerce.eot);
	src:
		url(./fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
		url(./fonts/WooCommerce.woff) format("woff"),
		url(./fonts/WooCommerce.ttf) format("truetype"),
		url(./fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.entry-footer {
	display: none;
}

.content-area {
	max-width: 100%;
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.woocommerce div.product .related.products {
	float: left;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 1% 1em !important;
	width: 23%;
}

.posted_in a {
	font-weight: 500;
	color: #999;
}

.entry-header {
	display: none;
}

.entry-title {
	margin-top: 0.7em;
	margin-bottom: 0.05em !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 0px solid #dbdbdb;
}

.foundation-mq {
	font-family: "small=0em&medium=48em&large=66.75em&xlarge=75em";
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*,
::after,
::before {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;

	font-weight: 400;
	line-height: 1.6;
	color: #292929;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	
	font-family: 'Noto Sans Devanagari', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fffbee;
  font-weight: 400;
  font-size: 100%;
 
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.wp-block-quote,
blockquote,
ul {
	margin: 0;
	padding: 0;
}

p {

	text-rendering: optimizeLegibility;
}

small {
	font-size: 80%;
	line-height: inherit;
}

.wp-block-quote,
blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

.wp-block-quote,
.wp-block-quote p,
blockquote,
blockquote p {
	line-height: 1.7;
	color: #8a8a8a;
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #272525;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #272525;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p+.stat {
	margin-top: -1rem;
}

ol.no-bullet,
ul.no-bullet {
	margin-left: 0;
	list-style: none;
}

.cite-block,
cite {
	display: block;
	color: #8a8a8a;
	font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
	content: "— ";
}

.code-inline,
code {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #272525;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #272525;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media print,
screen and (min-width: 48em) {
	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

	.medium-text-center {
		text-align: center;
	}

	.medium-text-justify {
		text-align: justify;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

	.large-text-center {
		text-align: center;
	}

	.large-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		color-adjust: economy;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.wp-block-quote,
	blockquote,
	pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.print-break-inside {
		page-break-inside: auto;
	}
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally on the screen */
	top: 50%;
	/* centers the loading animation vertically on the screen */
	background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvkXciXd_bcjuWYuJTgHML765AeIo5zqaGJEWHkYz0Yq5j0PBB');
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

.row {
	/*! max-width:83.125rem; */
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
}

.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

@media print,
screen and (min-width: 48em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}

.row:not(.expanded) .row {
	max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0;
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
	margin-right: 0;
	margin-left: 0;
}

.column,
.columns {
	flex: 1 1 0px;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	min-width: 0;
}

@media print,
screen and (min-width: 48em) {

	.column,
	.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block;
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 {
	flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-up-4 {
	flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-up-7 {
	flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.small-up-8 {
	flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

@media print,
screen and (min-width: 48em) {
	.medium-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.medium-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.medium-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.medium-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.medium-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.medium-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.medium-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.medium-up-1 {
		flex-wrap: wrap;
	}

	.medium-up-1>.column,
	.medium-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-up-2 {
		flex-wrap: wrap;
	}

	.medium-up-2>.column,
	.medium-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-up-3 {
		flex-wrap: wrap;
	}

	.medium-up-3>.column,
	.medium-up-3>.columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.medium-up-4 {
		flex-wrap: wrap;
	}

	.medium-up-4>.column,
	.medium-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-up-5 {
		flex-wrap: wrap;
	}

	.medium-up-5>.column,
	.medium-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.medium-up-6 {
		flex-wrap: wrap;
	}

	.medium-up-6>.column,
	.medium-up-6>.columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.medium-up-7 {
		flex-wrap: wrap;
	}

	.medium-up-7>.column,
	.medium-up-7>.columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}

	.medium-up-8 {
		flex-wrap: wrap;
	}

	.medium-up-8>.column,
	.medium-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print,
screen and (min-width: 48em) and (min-width: 48em) {
	.medium-expand {
		flex: 1 1 0px;
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 48em) {

	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		flex: 1 1 0px;
	}
}

@media print,
screen and (min-width: 48em) {

	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.large-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.large-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.large-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.large-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.large-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.large-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.large-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.large-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.large-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.large-up-1 {
		flex-wrap: wrap;
	}

	.large-up-1>.column,
	.large-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-up-2 {
		flex-wrap: wrap;
	}

	.large-up-2>.column,
	.large-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-up-3 {
		flex-wrap: wrap;
	}

	.large-up-3>.column,
	.large-up-3>.columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.large-up-4 {
		flex-wrap: wrap;
	}

	.large-up-4>.column,
	.large-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-up-5 {
		flex-wrap: wrap;
	}

	.large-up-5>.column,
	.large-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.large-up-6 {
		flex-wrap: wrap;
	}

	.large-up-6>.column,
	.large-up-6>.columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.large-up-7 {
		flex-wrap: wrap;
	}

	.large-up-7>.column,
	.large-up-7>.columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}

	.large-up-8 {
		flex-wrap: wrap;
	}

	.large-up-8>.column,
	.large-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print,
screen and (min-width: 66.75em) and (min-width: 66.75em) {
	.large-expand {
		flex: 1 1 0px;
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 66.75em) {

	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		flex: 1 1 0px;
	}
}

@media print,
screen and (min-width: 66.75em) {

	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.shrink {
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.875rem;
}

.column-block> :last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
	.column-block {
		margin-bottom: 1.875rem;
	}

	.column-block> :last-child {
		margin-bottom: 0;
	}
}

.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

@media print,
screen and (max-width: 47.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 48em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print,
screen and (min-width: 48em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print,
screen and (min-width: 48em) and (max-width: 66.74875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em),
screen and (min-width: 66.75em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 66.74875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print,
screen and (min-width: 66.75em) and (max-width: 74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 66.74875em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.hide-for-portrait,
.show-for-landscape {
	display: block !important;
}

@media screen and (orientation: landscape) {

	.hide-for-portrait,
	.show-for-landscape {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {

	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.align-left {
	justify-content: flex-start;
}

.align-right {
	justify-content: flex-end;
}

.align-center {
	justify-content: center;
}

.align-justify {
	justify-content: space-between;
}

.align-spaced {
	justify-content: space-around;
}

.align-left.vertical.menu>li>a {
	justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
	justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
	justify-content: center;
}

.align-top {
	align-items: flex-start;
}

.align-self-top {
	align-self: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.align-self-bottom {
	align-self: flex-end;
}

.align-middle {
	align-items: center;
}

.align-self-middle {
	align-self: center;
}

.align-stretch {
	align-items: stretch;
}

.align-self-stretch {
	align-self: stretch;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}

.small-order-1 {
	order: 1;
}

.small-order-2 {
	order: 2;
}

.small-order-3 {
	order: 3;
}

.small-order-4 {
	order: 4;
}

.small-order-5 {
	order: 5;
}

.small-order-6 {
	order: 6;
}

@media print,
screen and (min-width: 48em) {
	.medium-order-1 {
		order: 1;
	}

	.medium-order-2 {
		order: 2;
	}

	.medium-order-3 {
		order: 3;
	}

	.medium-order-4 {
		order: 4;
	}

	.medium-order-5 {
		order: 5;
	}

	.medium-order-6 {
		order: 6;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.large-order-1 {
		order: 1;
	}

	.large-order-2 {
		order: 2;
	}

	.large-order-3 {
		order: 3;
	}

	.large-order-4 {
		order: 4;
	}

	.large-order-5 {
		order: 5;
	}

	.large-order-6 {
		order: 6;
	}
}

.flex-container {
	display: flex;
}

.flex-child-auto {
	flex: 1 1 auto;
}

.flex-child-grow {
	flex: 1 0 auto;
}

.flex-child-shrink {
	flex: 0 1 auto;
}

.flex-dir-row {
	flex-direction: row;
}

.flex-dir-row-reverse {
	flex-direction: row-reverse;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-column-reverse {
	flex-direction: column-reverse;
}

@media print,
screen and (min-width: 48em) {
	.medium-flex-container {
		display: flex;
	}

	.medium-flex-child-auto {
		flex: 1 1 auto;
	}

	.medium-flex-child-grow {
		flex: 1 0 auto;
	}

	.medium-flex-child-shrink {
		flex: 0 1 auto;
	}

	.medium-flex-dir-row {
		flex-direction: row;
	}

	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}

	.medium-flex-dir-column {
		flex-direction: column;
	}

	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}

@media print,
screen and (min-width: 66.75em) {
	.large-flex-container {
		display: flex;
	}

	.large-flex-child-auto {
		flex: 1 1 auto;
	}

	.large-flex-child-grow {
		flex: 1 0 auto;
	}

	.large-flex-child-shrink {
		flex: 0 1 auto;
	}

	.large-flex-dir-row {
		flex-direction: row;
	}

	.large-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}

	.large-flex-dir-column {
		flex-direction: column;
	}

	.large-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}

.inverse-link-color {
	color: #1d1d1d;
}

.inverse-link-color:hover {
	color: #9e0227;
}

.product_list_widget li:after,
.product_list_widget li:before,
.thb-checkout-form-column .col-1:after,
.thb-checkout-form-column .col-1:before,
.thb-checkout-form-column .col-2:after,
.thb-checkout-form-column .col-2:before,
.thb-checkout-form-column .woocommerce-account-fields:after,
.thb-checkout-form-column .woocommerce-account-fields:before,
.thb-checkout-form-column .woocommerce-billing-fields:after,
.thb-checkout-form-column .woocommerce-billing-fields:before,
.thb-checkout-form-column .woocommerce-shipping-fields:after,
.thb-checkout-form-column .woocommerce-shipping-fields:before,
.woocommerce-ResetPassword:after,
.woocommerce-ResetPassword:before,
.woocommerce-account .woocommerce-MyAccount-content fieldset:after,
.woocommerce-account .woocommerce-MyAccount-content fieldset:before,
.woocommerce-checkout-review-order:after,
.woocommerce-checkout-review-order:before {
	content: " ";
	display: table;
}

.product_list_widget li:after,
.thb-checkout-form-column .col-1:after,
.thb-checkout-form-column .col-2:after,
.thb-checkout-form-column .woocommerce-account-fields:after,
.thb-checkout-form-column .woocommerce-billing-fields:after,
.thb-checkout-form-column .woocommerce-shipping-fields:after,
.woocommerce-ResetPassword:after,
.woocommerce-account .woocommerce-MyAccount-content fieldset:after,
.woocommerce-checkout-review-order:after {
	clear: both;
}

.transition {
	transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.transition2 {
	transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
}

#scroll_to_top svg path,
#wrapper .click-capture,
.btn,
.button,
.commentlist .comment .reply svg path,
.commentlist .review .reply svg path,
.header,
.header.fixed:before,
.post .post-gallery>a .wp-post-image,
.products .product,
.products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover,
.pswp--has_mouse button.pswp__button,
.pushbutton-wide,
.quick-transition,
.thb-borders,
.thb-share-product .sd-content ul li .share-icon,
.wc-block-grid__products .product,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover,
.widget .thb-widget-title,
.widget .thb-widget-title span,
.wp-block-search__button,
a,
button.pswp__button,
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.mid-transition,
.thb-dropdown-style li a,
.thb-full-menu .sub-menu li a,
.thb-full-menu .sub-menu li.menu-item-has-children>a:after,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a {
	transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.linear-transition {
	transition: all 1s ease;
}

.linear-quick-transition {
	transition: all 0.25s ease;
}

.linear-mid-transition {
	transition: all 0.5s ease;
}

.admin-bar .header.fixed,
.admin-bar .thb-borders {
	top: 0;
}

@media screen and (min-width: 601px) {

	.admin-bar .header.fixed,
	.admin-bar .thb-borders {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {

	.admin-bar .header.fixed,
	.admin-bar .thb-borders {
		top: 32px;
	}
}

.flex-video {
	margin: 0 0 20px;
	position: relative;
}

.vc_video-aspect-ratio-235 .flex-video.widescreen {
	padding-bottom: 42.5%;
}

.flex-video .wp-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
}

.flex-video .wp-video .plyr--video,
.flex-video .wp-video .plyr__video-wrapper {
	height: 100%;
}

.no-padding,
.row .row.no-padding {
	margin-left: 0;
	margin-right: 0;
}

.no-padding>.columns,
.row .row.no-padding>.columns {
	padding: 0;
}

@media only screen and (min-width: 768px) {

	.no-padding,
	.row .row.no-padding {
		padding: 0;
	}
}

iframe {
	max-width: 100%;
	overflow: hidden;
}

.adsbygoogle {
	max-width: 100%;
	overflow: hidden;
}

.blockUI.blockOverlay:after,
.thb-loading:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}

.thb-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.4em;
}

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

.thb-column-border {
	border: 1px solid #e8e8e8;
}

.thb-underline-link {
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}

@media only screen and (min-width: 968px) {
	.thb-extra-large-title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1268px) {
	.thb-extra-large-title {
		font-size: 90px;
	}
}

.comment-form-rating p.stars,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.star-rating,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
	display: inline-block;
	position: relative;
	font-size: 12px;
	line-height: 1;
	height: 13px;
	max-width: 66px;
	align-self: flex-start;
	letter-spacing: 0.05em;
	font-family: wine-house !important;
	color: #090909;
	white-space: nowrap;
}

.comment-form-rating p.stars:before,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.star-rating:before,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before {
	opacity: 1;
	color: #9e0227;
	font-family: wine-house !important;
	content: "\E80D \E80D \E80D \E80D \E80D" !important;
}

.comment-form-rating p.stars>span,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span,
.star-rating>span,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars>span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	height: 13px;
	line-height: 1;
	letter-spacing: 0.12em;
	overflow: hidden;
}

.comment-form-rating p.stars>span:before,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span:before,
.star-rating>span:before,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars>span:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span:before {
	color: #ffa600;
	content: "\E80C \E80C \E80C \E80C \E80C" !important;
}

.comment-form-rating .rtl p.stars>span,
.products .wc-block-grid__product .wc-block-grid__product-rating .rtl .star-rating>span,
.rtl .comment-form-rating p.stars>span,
.rtl .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span,
.rtl .star-rating>span,
.rtl .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars>span,
.rtl .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .rtl .star-rating>span {
	left: auto;
	right: 0;
}

.comment-form-rating p.stars>span strong,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span strong,
.star-rating>span strong,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars>span strong,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span strong {
	display: none;
}

.comment-form-rating p.stars+.write_first,
.products .wc-block-grid__product .wc-block-grid__product-rating .star-rating+.write_first,
.star-rating+.write_first,
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars+.write_first,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating+.write_first {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-left: 20px;
	line-height: 18px;
	vertical-align: text-top;
}

.panel .side-panel-header {
	background-color: #f9f2d9;
	padding: 15px 25px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom: 1px solid #000;
	font-weight: 500;
}

@font-face {
	font-family: wine-house;
	src: url("data:application/octet-stream;base64,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") format("woff"),
		url("data:application/octet-stream;base64,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") format("truetype");
}

[class*=" thb-icon-"]:before,
[class^="thb-icon-"]:before {
	font-family: wine-house;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thb-icon-down-open-mini:before {
	content: "\e761";
}

.thb-icon-left-open-mini:before {
	content: "\e800";
}

.thb-icon-right-open-mini:before {
	content: "\e801";
}

.thb-icon-down-open-big:before {
	content: "\e802";
}

.thb-icon-left-open-big:before {
	content: "\e803";
}

.thb-icon-right-open-big:before {
	content: "\e804";
}

.thb-icon-ok:before {
	content: "\e807";
}

.thb-icon-up-open-mini:before {
	content: "\e808";
}

.thb-icon-arrow-small:before {
	content: "\e809";
}

.thb-icon-left:before {
	content: "\e80a";
}

.thb-icon-right:before {
	content: "\e80b";
}

.thb-icon-star:before {
	content: "\e80c";
}

.thb-icon-star-empty:before {
	content: "\e80d";
}

.thb-icon-attention-alt:before {
	content: "\f12a";
}

hr.wp-block-separator {
	border-top: 0;
	border-color: rgba(0, 0, 0, 0.07);
}

p sub {
	vertical-align: middle;
	position: static;
}

p sub a {
	font-weight: 500;
}

p sub a:after {
	content: "\e809";
	margin-left: 10px;
	font-family: wine-house;
}

.full-width-row,
.row.full-width-row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.full-height {
	display: flex;
	min-height: 100vh;
}

.row {
	background-size: cover;
}

.row.max_width {
	max-width: 79.375rem !important;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.row.max_width {
		padding: 0 35px;
	}
}

@media only screen and (min-width: 768px) {
	.row {
		/*! padding:0 35px */
	}

	.row .row:not(.max_width) {
		padding: 0;
	}
}

.row.no-column-padding {
	margin: auto;
}

.row.no-column-padding>.columns {
	padding: 0;
}

.row.no-row-padding {
	padding: 0;
}

@media only screen and (min-width: 1068px) {
	.row.low-padding {
		margin: 0 -15px;
	}

	.row.low-padding .columns {
		padding: 0 15px;
	}
}

figure {
	margin: 0;
	padding: 0;
}

#wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	backface-visibility: hidden;
	scroll-behavior: smooth;
}

#wrapper>[role="main"] {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-bottom: 50px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	#wrapper>[role="main"] {
		display: block;
		flex: none;
	}
}

#wrapper>[role="main"]>.row {
	width: 100%;
}

#wrapper .click-capture {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 50;
	opacity: 0;
	background: rgba(126, 126, 126, 0.5);
	visibility: hidden;
}

#wrapper.open-cc .click-capture {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

#wrapper.open-filters #side-filters {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#wrapper.open-cart #side-cart {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#wrapper.open-menu #mobile-menu {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.not-found {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.not-found figure {
	display: inline-flex;
	width: 120px;
	height: 120px;
	border: 6px solid #f8f8f8;
	color: #e6e6e6;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 60px;
}

.not-found figure:after {
	content: "!";
	font-size: 80px;
}

.thb-page-preloader {
	position: fixed;
	z-index: 999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.thb-borders {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	pointer-events: none;
	z-index: 999;
	border: 0 solid #1d1d1d;
}

@media only screen and (min-width: 768px) {
	.thb-borders {
		border-width: 8px;
	}
}

.logo-holder {
	display: inline-flex;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 17px;
	max-width: 100%;
	flex: initial;
	align-self: center;
}

@media only screen and (min-width: 1068px) {
	.logo-holder {
		margin-left: 0;
		margin-right: 22px;
		flex-shrink: 0;
	}
}

.logo-holder .logolink {
	display: inline-flex;
	position: relative;
	align-items: center;
}

.logo-holder .logoimg {
	max-height: 30px;
	width: auto;
	object-fit: contain;
}

@media only screen and (min-width: 1068px) {
	.logo-holder .logoimg {
		max-height: 40px;
	}
}

.logo-holder .logo-text {
	font-size: 26px;
	font-weight: 500;
}

.header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	position: sticky;
	z-index: 30;
	width: 100%;
	user-select: none;
	background: #fff;
}

.page .header {
	margin-bottom: 30px;
}

@media only screen and (min-width: 1068px) {
	.page .header {
		margin-bottom: 45px;
	}
}

.home .header,
.page-template-page-wide .header,
.page-template-template-pagetitle .header {
	margin-bottom: 0;
}

.header .logo-menu-wrapper {
	display: inline-flex;
}

.header .header-logo-row {
	border-bottom: 1px solid rgba(50, 50, 50, 0.1);
	width: 100%;
	padding: 10px 0;
	position: relative;
	z-index: 7;
}

.header .header-logo-row>.row>.columns {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) {
	.header .header-logo-row {
		padding: 15px 0;
	}
}

.header .header-menu-row {
	display: none;
	width: 100%;
	padding: 2px 0;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

@media only screen and (min-width: 1068px) {
	.header .header-menu-row {
		display: block;
	}
}

.header .header-menu-row .columns {
	display: flex;
	justify-content: space-between;
}

.header .mobile-toggle-holder {
	width: auto;
}

@media only screen and (min-width: 1068px) {
	.header .mobile-toggle-holder {
		display: none;
	}
}

.header.fixed {
	z-index: 40;
}

.header.fixed:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	pointer-events: none;
}

.header.fixed .full-menu {
	display: none;
	margin: 0 auto;
}

@media only screen and (min-width: 1068px) {
	.header.fixed .full-menu {
		display: inline-flex;
	}
}

.header.fixed.thb-fixed-shadow-style1:before {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.header.fixed.thb-fixed-shadow-style2:before {
	-webkit-box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
}

.header.fixed.thb-fixed-shadow-style3:before {
	-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
}

.header.fixed.light-header {
	border-bottom: 1px solid #eee;
}

.page-template-page-wide .wide-page-thumbnail {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	.page-template-page-wide .wide-page-thumbnail {
		margin-bottom: 120px;
	}
}

.page-title .thb-category-title-container {
	display: block;
}

.page-title h1 {
	font-size: 60px;
	color: #9e0227;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1068px) {
	.page-title h1 {
		font-size: 80px;
	}
}

.page-title .thb-page-title {
	margin-bottom: 40px;
}

.page-template-template-pagetitle .page-title>h1 {
	font-size: 60px;
	margin-bottom: 80px;
	margin-top: 30px;
}

.author .thb-filter-bar,
.blog .thb-filter-bar,
.category .thb-filter-bar,
.tag .thb-filter-bar {
	margin-bottom: 60px;
	padding-top: 20px;
}

.author .thb-filter-bar .thb-blog-categories li a,
.blog .thb-filter-bar .thb-blog-categories li a,
.category .thb-filter-bar .thb-blog-categories li a,
.tag .thb-filter-bar .thb-blog-categories li a {
	text-transform: none;
}

.thb-filter-bar {
	margin-bottom: 60px;
	padding-top: 0;
}

.thb-filter-bar .thb-blog-categories {
	text-align: center;
}

.thb-filter-bar .thb-blog-categories a {
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
}

.thb-full-menu {
	display: inline-flex;
	margin: 0 auto 0 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	flex-wrap: wrap;
}

.thb-full-menu>.menu-item {
	display: inline-flex;
}

.thb-full-menu>.menu-item+.menu-item {
	margin-left: 30px;
}

.rtl .thb-full-menu>.menu-item+.menu-item {
	margin-left: 0;
	margin-right: 30px;
}

.thb-full-menu>.menu-item>a {
	min-height: 45px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1d1d1d;
}

.thb-full-menu>.menu-item>a:hover {
	color: #9e0227;
}

.thb-full-menu .menu-item {
	margin: 0;
	white-space: nowrap;
}

.thb-full-menu .menu-item .thb-menu-label {
	display: flex;
	align-items: center;
}

.thb-full-menu .menu-item.current-menu-item>a {
	color: #9e0227;
}

.thb-full-menu .menu-item.menu-item-has-children {
	position: relative;
}

.thb-full-menu .menu-item.menu-item-has-children>a:after {
	display: inline-flex;
	font-family: wine-house;
	content: "\e761";
	margin-left: 8px;
	font-size: 16px;
	font-weight: 400;
}

.rtl .thb-full-menu .menu-item.menu-item-has-children>a:after {
	margin-left: 0;
	margin-right: 8px;
}

.thb-full-menu .sub-menu li {
	border-bottom: 0;
}

.thb-full-menu .sub-menu li.menu-item-has-children {
	position: relative;
}

.thb-full-menu .sub-menu li.menu-item-has-children>a:after {
	font-family: wine-house;
	content: "\e801";
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
	position: relative;
	top: 1px;
	margin-left: 15px;
}

.rtl .thb-full-menu .sub-menu li.menu-item-has-children>a:after {
	transform: rotateY(180deg);
	margin-left: 0;
	margin-right: 15px;
}

.thb-full-menu .sub-menu .sub-menu {
	top: -1px;
	left: 100%;
	z-index: 10;
}

.thb-full-menu .sub-menu .sub-menu .sub-menu {
	z-index: 15;
}

.rtl .thb-full-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}

.thb-full-menu.thb-secondary-menu {
	margin: 0 0 0 auto;
}

.thb-dropdown-style,
.thb-full-menu .sub-menu,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown {
	padding: 15px 20px;
	margin: 0;
	list-style: none;
	background: #fff;
	position: absolute;
	z-index: 10;
	text-align: left;
	top: 100%;
	left: -20px;
	display: none;
	z-index: 40;
	border: 1px solid #1d1d1d;
	border-radius: 16px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rtl .thb-dropdown-style,
.rtl .thb-full-menu .sub-menu,
.rtl .thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown,
.thb-full-menu .rtl .sub-menu,
.thb-woocommerce-header .thb-category-dropdown-parent .rtl .thb-category-dropdown {
	text-align: right;
	left: auto;
	right: -20px;
}

.thb-dropdown-style li,
.thb-full-menu .sub-menu li,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 1.1;
}

.thb-dropdown-style li:last-child,
.thb-full-menu .sub-menu li:last-child,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li:last-child {
	margin-bottom: 0;
}

.thb-dropdown-style li a,
.thb-full-menu .sub-menu li a,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a {
	display: flex;
	padding: 5px;
	font-size: inherit;
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
	will-change: opacity;
	position: relative;
	color: #1d1d1d;
	min-width: 226px;
}

.thb-dropdown-style li a sup,
.thb-full-menu .sub-menu li a sup,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a sup {
	margin-left: 5px;
}

.thb-dropdown-style li a:hover,
.thb-full-menu .sub-menu li a:hover,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a:hover {
	color: #9e0227;
}

.thb-dropdown-style li a:hover:after,
.thb-full-menu .sub-menu li a:hover:after,
.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.rtl .thb-dropdown-style li a:hover:after,
.rtl .thb-full-menu .sub-menu li a:hover:after,
.rtl .thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a:hover:after,
.thb-full-menu .rtl .sub-menu li a:hover:after,
.thb-woocommerce-header .thb-category-dropdown-parent .rtl .thb-category-dropdown li a:hover:after {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

.thb-secondary-area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area {
		width: 100%;
	}
}

.thb-secondary-area .thb-item-icon {
	line-height: 0;
}

.thb-secondary-area .thb-item-text {
	display: none !important;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-item-text {
		display: inline-flex !important;
	}
}

.thb-secondary-area .thb-secondary-item {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	padding: 0;
	margin-left: 20px;
}

.thb-secondary-area .thb-secondary-item:hover {
	color: #9e0227;
}

.thb-secondary-area .thb-secondary-item:hover>.thb-item-icon path {
	fill: #9e0227;
}

.thb-secondary-area .thb-secondary-item.thb-quick-profile:hover>.thb-item-icon path {
	fill: #9e0227;
	stroke: #9e0227;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-secondary-item {
		margin-left: 35px;
	}
}

.thb-secondary-area .thb-secondary-item>div,
.thb-secondary-area .thb-secondary-item>span {
	display: inline-flex;
}

.thb-secondary-area .thb-secondary-item>.thb-item-icon {
	margin-top: -2px;
}

.thb-secondary-area .thb-secondary-item:first-child {
	margin-left: 0;
}

.thb-secondary-area .thb-secondary-item .count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	line-height: 2;
	width: 28px;
	height: 28px;
	border: 1px solid #9e0227;
	border-radius: 14px;
	color: #9e0227;
	font-weight: 400;
	margin-left: 12px;
}

.thb-secondary-area .thb-secondary-item.mobile-toggle-holder {
	flex: 1;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-secondary-item.mobile-toggle-holder {
		display: none !important;
	}
}

.thb-secondary-area .thb-secondary-item.thb-quick-search {
	position: relative;
	display: none;
	max-width: 580px;
	margin-right: auto;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-secondary-item.thb-quick-search {
		display: inline-flex;
		width: 100%;
	}
}

.thb-secondary-area .thb-secondary-item.thb-quick-search .thb-header-inline-search {
	width: 100%;
}

.thb-secondary-area .thb-secondary-item.thb-quick-search .thb-header-inline-search .woocommerce-product-search {
	max-width: none;
}

.thb-secondary-area .thb-secondary-item.thb-quick-search .search-field {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.thb-secondary-area .thb-secondary-item.thb-quick-search .thb-category-select {
	border-radius: 21px 0 0 21px;
	height: 42px;
	z-index: 99;
	border-right: 0;
	width: auto;
	padding-right: 35px;
	background-color: #f8f8f8;
	line-height: 40px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	background-position: calc(100% - 15px) 17px;
}

.thb-secondary-area .thb-secondary-item.thb-full-menu {
	width: auto;
	flex-wrap: nowrap;
}

.thb-secondary-area .thb-secondary-item.thb-full-menu>.menu-item>a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.thb-secondary-area .thb-quick-cart {
	position: relative;
}

.thb-secondary-area .thb-quick-cart:hover {
	cursor: pointer;
}

.thb-secondary-area .thb-quick-cart .thb-secondary-cart {
	width: 360px;
	max-width: calc(100vw - 30px);
	position: absolute;
	top: 100%;
	right: -45px;
	left: auto;
	padding: 0;
	background: #fff;
	display: none;
	border: 1px solid #1d1d1d;
	padding: 20px;
	box-shadow: inset 0 0 0 5px rgba(158, 2, 39, 0.3);
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-quick-cart .thb-secondary-cart {
		padding: 30px;
		right: -5px;
	}
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart {
	margin-bottom: 0;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content> :last-child {
	margin-bottom: 0;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
	max-height: 300px;
	overflow-y: scroll;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .attachment-woocommerce_thumbnail,
.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .wp-post-image {
	top: 25px;
	left: 25px;
}

.rtl .thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .attachment-woocommerce_thumbnail,
.rtl .thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .wp-post-image {
	left: auto;
	right: 25px;
}

.thb-secondary-area .thb-quick-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	text-align: center;
	color: #1d1d1d;
	padding: 40px 0;
}

.thb-secondary-area .thb-quick-cart .thb-header-after-cart {
	border: 1px dashed rgba(255, 83, 46, 0.4);
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 16px;
	color: #ff532e;
	text-align: center;
	max-height: 100px;
	overflow: hidden;
}

.thb-secondary-area .thb-quick-cart .thb-header-after-cart> :last-child {
	margin-bottom: 0;
}

.thb-secondary-area .thb-secondary-menu {
	position: relative;
	display: none;
}

@media only screen and (min-width: 1068px) {
	.thb-secondary-area .thb-secondary-menu {
		display: inline-flex;
	}
}

.side-panel {
	display: flex;
	flex-direction: column;
	width: calc(100% - 10px);
	max-height: 90vh;
	margin: 5px;
	height: auto;
	z-index: 9999;
	border: 1px solid #000;
	border-radius: 16px;
	background: #fff;
	top: 0;
	bottom: 0;
	position: fixed;
	transition: all 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

@media only screen and (min-width: 768px) {
	.side-panel {
		margin: 0;
		width: 100%;
		top: 25px;
		right: 25px;
		bottom: auto;
		max-width: 458px;
	}
}

.side-panel .side-panel-header .title {
	font-size: 15px;
}

.side-panel .thb-close {
	float: right;
	font-size: 15px;
}

.side-panel .widget {
	margin-bottom: 0;
}

.side-panel .side-panel-content {
	overflow: scroll;
}

.admin-bar .side-panel {
	top: 46px;
}

@media screen and (min-width: 601px) {
	.admin-bar .side-panel {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar .side-panel {
		top: 32px;
	}
}

.header-sticky.admin-bar .side-panel {
	top: 0;
}

@media screen and (min-width: 601px) {
	.header-sticky.admin-bar .side-panel {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	.header-sticky.admin-bar .side-panel {
		top: 32px;
	}
}

#mobile-menu {
	display: flex;
	flex-direction: column;
	z-index: 60;
	overflow: scroll;
	pointer-events: none;
	transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1), transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
	border: 0;
	width: 100vw;
	max-height: 100%;
	margin: 0;
	border-radius: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media only screen and (min-width: 768px) {
	#mobile-menu {
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
	}
}

#mobile-menu .side-panel-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	#mobile-menu .side-panel-content {
		padding: 50px;
	}
}

#mobile-menu .side-panel-content .mobile-menu-bottom {
	margin-top: auto;
}

#mobile-menu .side-panel-content .mobile-menu-bottom .menu-footer {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#mobile-menu .side-panel-content .mobile-menu-bottom .menu-footer> :last-child {
	margin-bottom: 0;
}

#mobile-menu .woocommerce-product-search {
	margin-bottom: 15px;
	max-width: 100%;
}

#mobile-menu .thb-secondary-menu {
	background: #f9f2d9;
	border: 1px solid #000;
	border-radius: 16px;
	margin: 0 0 20px;
	padding: 15px 24px;
	list-style: none;
	flex-direction: column;
}

#mobile-menu .thb-secondary-menu .menu-item+.menu-item {
	margin: 0;
}

#mobile-menu .thb-secondary-menu .menu-item a {
	font-size: 13px;
	line-height: 1;
	padding: 7px 0;
	min-height: 0;
	font-weight: 400;
	color: #1d1d1d;
}

#mobile-menu .thb-secondary-menu .menu-item .sub-menu {
	list-style: none;
	margin-left: 12px;
}

.thb-mobile-menu {
	border: 1px solid #000;
	border-radius: 16px;
	line-height: 1;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.thb-mobile-menu>li>a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	padding: 17px 24px;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: none;
	text-transform: uppercase;
	color: #1d1d1d;
}

.thb-mobile-menu>li:last-child a {
	border-bottom: 0;
}

.thb-mobile-menu li.menu-item-has-children {
	position: relative;
}

.thb-mobile-menu li.menu-item-has-children>a span {
	position: absolute;
	right: 24px;
	width: 30px;
	height: 100%;
	max-height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.thb-mobile-menu li.menu-item-has-children>a span:after {
	display: block;
	font-size: 16px;
	content: "\e802";
	font-family: wine-house;
}

.thb-mobile-menu li.menu-item-has-children>a.active {
	background: rgba(158, 2, 39, 0.05);
	color: #9e0227;
}

.thb-mobile-menu li.menu-item-has-children>a.active span:after {
	transform: rotateX(-180deg);
}

.thb-mobile-menu li.menu-item-has-children li.menu-item-has-children>a span {
	max-height: 30px;
}

.thb-mobile-menu .sub-menu {
	display: none;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #000;
}

.thb-mobile-menu .sub-menu .sub-menu {
	border-bottom: 0;
	padding-left: 15px;
}

.thb-mobile-menu .sub-menu a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 24px;
	line-height: 1;
	font-size: 13px;
	color: #1d1d1d;
}

.mobile-toggle-holder {
	cursor: pointer;
	align-items: center;
}

.mobile-toggle-holder .mobile-toggle {
	display: inline-flex;
	height: 16px;
	align-items: center;
	transition: none;
	vertical-align: middle;
	position: relative;
}

.mobile-toggle-holder strong {
	display: inline-flex;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
	line-height: 1;
}

.woocommerce-breadcrumb {
	font-size: inherit;
	padding-right: 10px;
	margin-bottom: 0;
	color: #757575;
}

.woocommerce-breadcrumb i {
	font-style: normal;
	display: inline-flex;
	margin: 0 6px;
	color: #d8d8d8;
}

.yoast-breadcrumbs {
	font-size: inherit;
	padding-right: 10px;
	margin-bottom: 0;
}

.yoast-breadcrumbs a {
	margin-right: 5px;
}

.yoast-breadcrumbs .breadcrumb_last {
	margin-left: 5px;
}

.list .columns {
	margin-bottom: 30px;
}

.post {
	position: relative;
	height: 100%;
	padding: 10px;
	padding-bottom: 50px;
}

.post.style1 {
	border: 1px solid #e8e8e8;
}

.post .post-gallery {
	position: relative;
	margin-bottom: 20px;
}

.post .post-gallery>a {
	display: block;
	line-height: 0;
}

.post .post-gallery>a:hover .wp-post-image {
	opacity: 0.9;
}

.post .post-top {
	text-align: center;
	margin: 0 30px;
	margin-bottom: 12px;
}

.post .post-category {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.post .post-category a {
	font-weight: 500;
	color: #405841;
	letter-spacing: 0.1em;
}

.post .post-date {
	display: inline-block;
	font-size: 10px;
	color: #405841;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.post .post-title {
	margin: 0 30px;
}

.post .post-title h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}

.post .post-title h1 {
	text-align: center;
}

.post .post-excerpt {
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	margin: 0 30px;
	margin-bottom: 14px;
}

.post .post-excerpt p {
	font-size: inherit;
	margin-bottom: 5px;
}

.post .thb-post-bottom {
	font-size: 13px;
	color: #6b6b6b;
	font-weight: 400;
	margin-bottom: 10px;
}

.post .readmore {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.05em;
	display: block;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	text-align: center;
	text-decoration: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: #9e0227;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.post .readmore:hover {
	background-color: #9e0227;
	color: #fff;
}

.archive-title {
	margin-bottom: 40px;
}

.archive-title p {
	font-size: 14px;
}

#comments,
#review_form_wrapper {
	max-width: 760px;
	width: 100%;
	margin: 40px auto 0;
}

#comments h4,
#review_form_wrapper h4 {
	color: #9e0227;
	font-size: 34px;
	margin-bottom: 24px;
	line-height: 1.2;
}

#comments .woocommerce-Reviews-title,
#review_form_wrapper .woocommerce-Reviews-title {
	display: block;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 32px;
}

#comments .comment-button,
#review_form_wrapper .comment-button {
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	padding: 35px 0 0;
	cursor: pointer;
}

#comments .comments-container,
#review_form_wrapper .comments-container {
	padding: 0;
}

#review_form_wrapper {
	max-width: 100%;
}

#reviews #comments {
	max-width: 100%;
}

#reviews .commentlist {
	padding-top: 0;
}

.commentlist {
	list-style: none;
	margin: 0;
	display: block;
	padding-top: 30px;
}

.commentlist>.comment {
	margin-bottom: 35px;
}

.commentlist>.comment.depth-1 {
	border-bottom: 1px solid #e8e8e8;
}

.commentlist .pingback .comment-body {
	display: inline;
}

.commentlist .pingback .comment-body .url {
	font-weight: 500;
}

.commentlist .comment-body,
.commentlist .comment_container {
	position: relative;
	padding-left: 80px;
	padding-bottom: 0;
	margin-bottom: 45px;
}

.rtl .commentlist .comment-body,
.rtl .commentlist .comment_container {
	padding-left: 0;
	padding-right: 80px;
}

.comment-form-rating .commentlist .comment-body p.stars,
.comment-form-rating .commentlist .comment_container p.stars,
.commentlist .comment-body .comment-form-rating p.stars,
.commentlist .comment-body .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.commentlist .comment-body .star-rating,
.commentlist .comment-body .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.commentlist .comment-body .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.commentlist .comment_container .comment-form-rating p.stars,
.commentlist .comment_container .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.commentlist .comment_container .star-rating,
.commentlist .comment_container .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.commentlist .comment_container .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment-body .star-rating,
.products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment_container .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment-body .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .commentlist .comment_container .star-rating {
	float: right;
}

.comment-form-rating .rtl .commentlist .comment-body p.stars,
.comment-form-rating .rtl .commentlist .comment_container p.stars,
.rtl .commentlist .comment-body .comment-form-rating p.stars,
.rtl .commentlist .comment-body .star-rating,
.rtl .commentlist .comment-body .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.rtl .commentlist .comment_container .comment-form-rating p.stars,
.rtl .commentlist .comment_container .star-rating,
.rtl .commentlist .comment_container .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	float: left;
}

.commentlist .comment-body p.meta,
.commentlist .comment_container p.meta {
	display: block;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	color: #343434;
}

.commentlist .comment:before,
.commentlist .review:before {
	display: none !important;
}

.commentlist .comment .comment_container,
.commentlist .review .comment_container {
	position: relative;
}

.commentlist .comment .woocommerce-review__dash,
.commentlist .review .woocommerce-review__dash {
	display: none;
}

.commentlist .comment .comment-metadata,
.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .comment-metadata,
.commentlist .review .woocommerce-review__published-date {
	display: flex;
	line-height: 1;
	font-size: 14px;
	color: #4f4f4f;
	margin-bottom: 15px;
	font-weight: 400;
}

.commentlist .comment .comment-metadata a,
.commentlist .comment .woocommerce-review__published-date a,
.commentlist .review .comment-metadata a,
.commentlist .review .woocommerce-review__published-date a {
	color: rgba(29, 29, 29, 0.4);
}

.commentlist .comment .comment-metadata a:hover,
.commentlist .comment .woocommerce-review__published-date a:hover,
.commentlist .review .comment-metadata a:hover,
.commentlist .review .woocommerce-review__published-date a:hover {
	color: #1d1d1d;
}

.commentlist .comment .comment-metadata .edit-link,
.commentlist .comment .woocommerce-review__published-date .edit-link,
.commentlist .review .comment-metadata .edit-link,
.commentlist .review .woocommerce-review__published-date .edit-link {
	margin-left: 5px;
	text-transform: uppercase;
}

.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .woocommerce-review__published-date {
	margin: 0;
}

.commentlist .comment .woocommerce-review__author,
.commentlist .review .woocommerce-review__author {
	font-style: normal;
	font-weight: 500;
	color: #1d1d1d;
	font-size: 16px;
}

.commentlist .comment .vcard,
.commentlist .review .vcard {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 10px;
	line-height: 12px;
}

.commentlist .comment .vcard .fn,
.commentlist .review .vcard .fn {
	font-style: normal;
	font-weight: 500;
	color: #1d1d1d;
	font-size: 16px;
}

.commentlist .comment .vcard .fn .url,
.commentlist .review .vcard .fn .url {
	color: #1d1d1d;
}

.commentlist .comment .vcard .fn:before,
.commentlist .review .vcard .fn:before {
	display: none;
}

.commentlist .comment .vcard .says,
.commentlist .review .vcard .says {
	display: none;
}

.commentlist .comment .avatar,
.commentlist .review .avatar {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.rtl .commentlist .comment .avatar,
.rtl .commentlist .review .avatar {
	left: auto;
	right: 0;
}

.commentlist .comment .comment-awaiting-moderation,
.commentlist .review .comment-awaiting-moderation {
	font-size: 10px;
}

.commentlist .comment p,
.commentlist .review p {
	font-size: 14px;
	word-break: break-word;
	margin-bottom: 10px;
}

.commentlist .comment .reply,
.commentlist .review .reply {
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	color: #1d1d1d;
}

.commentlist .comment .reply svg,
.commentlist .review .reply svg {
	height: 7px;
}

.commentlist .comment .reply svg path,
.commentlist .review .reply svg path {
	fill: #1d1d1d;
}

.commentlist .comment .children,
.commentlist .review .children {
	list-style: none;
	margin-left: 18px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

	.commentlist .comment .children,
	.commentlist .review .children {
		margin-left: 80px;
	}
}

.rtl .commentlist .comment .children,
.rtl .commentlist .review .children {
	margin-left: 0;
	margin-right: 18px;
}

@media only screen and (min-width: 768px) {

	.rtl .commentlist .comment .children,
	.rtl .commentlist .review .children {
		margin-left: 0;
		margin-right: 80px;
	}
}



.commentlist .comment .children .avatar,
.commentlist .review .children .avatar {
	width: 42px;
	height: 42px;
}

.commentlist .comment .children .comment-body,
.commentlist .comment .children .comment-text,
.commentlist .review .children .comment-body,
.commentlist .review .children .comment-text {
	padding-left: 62px;
}

.rtl .commentlist .comment .children .comment-body,
.rtl .commentlist .comment .children .comment-text,
.rtl .commentlist .review .children .comment-body,
.rtl .commentlist .review .children .comment-text {
	padding-left: 0;
	padding-right: 62px;
}

.commentlist .comment .comment-respond,
.commentlist .review .comment-respond {
	margin: 40px 0;
}

.comment-respond {
	padding: 0;
}

@media only screen and (min-width: 1068px) {
	.comment-respond .row {
		margin: 0 -15px;
	}

	.comment-respond .row .columns {
		padding: 0 15px;
	}
}

.comment-respond .comment-reply-title {
	display: block;
	color: #1d1d1d !important;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0;
}

.comment-form p {
	font-size: 13px;
	margin-bottom: 25px;
	color: #757575;
}

.comment-form p.comment-notes,
.comment-form p.logged-in-as {
	opacity: 0.8;
}

.comment-form.comment-form-comment {
	margin-bottom: 0;
}

.comment-form input:not(.submit),
.comment-form textarea {
	width: 100%;
}

.comment-form input[type="checkbox"],
.comment-form input[type="radio"] {
	width: auto;
	margin-right: 5px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-comment,
.comment-form .comment-form-email {
	margin: 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-size: 12px;
	margin: 0;
	font-weight: 400;
}

.comment-form .form-submit {
	margin-top: 25px;
}

.comment-form .comment-form-cookies-consent,
.comment-form .comment-subscription-form {
	margin-bottom: 8px;
}

.comment-form .comment-form-cookies-consent label,
.comment-form .comment-subscription-form label {
	font-size: 13px;
}

.comment-form-rating p {
	margin-bottom: 27px;
}

.comment-form-rating p.stars {
	display: flex;
	height: 20px;
	max-width: 90px;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 16px;
	letter-spacing: 0;
}

.rtl .comment-form-rating p.stars {
	margin-left: auto;
	margin-right: 0;
}

.comment-form-rating p.stars:before {
	content: none !important;
}

.comment-form-rating p.stars>span {
	display: flex;
	height: 19px;
}

.comment-form-rating p.stars>span:before {
	content: none !important;
}

.comment-form-rating p.stars a {
	position: relative;
	color: #090909;
	display: inline-block;
	text-indent: -999em;
	width: 18px;
}

.comment-form-rating p.stars a:before {
	position: absolute;
	display: block;
	width: 18px;
	text-indent: 0;
	content: "\e80D";
}

.comment-form-rating p.stars a:hover:before {
	content: "\e80C";
}

.comment-form-rating p.stars a:hover~a {
	color: #090909;
}

.comment-form-rating p.stars a:hover~a:before {
	content: "\e80D";
}

.comment-form-rating p.stars a.active~a:before {
	content: "\e80D";
}

.comment-form-rating p.stars.selected a,
.comment-form-rating p.stars:hover a {
	color: #090909;
}

.comment-form-rating p.stars.selected a:before,
.comment-form-rating p.stars:hover a:before {
	content: "\e80C";
}

form {
	margin: 0;
}

form fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}



.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="datetime"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="search"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="time"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap textarea {
	margin-bottom: 20px;
	width: 100%;
}

input[type="date"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #e76049;
}

input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	font-weight: 400;
	color: #888;
}

input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	font-weight: 400;
	color: #888;
}

input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: 400;
	color: #888;
}

input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-weight: 400;
	color: #888;
}

input[type="date"].large,
input[type="datetime"].large,
input[type="email"].large,
input[type="number"].large,
input[type="password"].large,
input[type="search"].large,
input[type="tel"].large,
input[type="text"].large,
input[type="time"].large,
input[type="url"].large,
textarea.large {
	height: 46px;
	padding: 17px 20px;
}

.woocommerce-MyAccount-content input[type="date"],
.woocommerce-MyAccount-content input[type="datetime"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="search"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="time"],
.woocommerce-MyAccount-content input[type="url"],
.woocommerce-MyAccount-content textarea,
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout textarea,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="password"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="text"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full {
	width: 100%;
}

.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7-checkbox {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-checkbox label {
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 13px;
	color: #1d1d1d;
	margin: 0;
	min-width: 150px;
}

.wpcf7-checkbox label input {
	margin-right: 5px;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
	.wpcf7-checkbox .wpcf7-list-item {
		display: inline-block;
	}

	.wpcf7-checkbox .wpcf7-list-item+.wpcf7-list-item {
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.wpcf7-response-output {
	padding: 18px 22px !important;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}


label.woocommerce-form__label-for-checkbox.inline .woocommerce-form__input-checkbox {
	margin-right: 10px;
}

label.woocommerce-form__label-for-checkbox.inline span {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 235px;
	line-height: 1.6;
	resize: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d4d4d4;
	padding: 0 18px;
	height: 50px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 400;
	/*! box-shadow:0px 1px 8px rgba(0,0,0,0.1); */
	background: #f7f6f7 url("../images/select_arrow.png") calc(100% - 20px) 21px no-repeat;
	background-size: 10px 6px;
	position: relative;
}

select.wpcf7-select {
	margin-bottom: 20px;
}

.rtl select {
	background-position: 15px 18px;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
	border-color: #e76049;
}

.select2.select2-container--default {
	margin-bottom: 20px;
	clear: left;
	font-size: 12px;
	height: 46px;
	max-width: 100%;
}

.select2.select2-container--default .select2-selection__arrow {
	height: 100%;
	background: transparent url("../img/select_arrow.png") calc(100% - 15px) 18px no-repeat;
	background-size: 7px 4px;
	width: 26px;
}

.select2.select2-container--default .select2-selection__arrow b {
	display: none;
}

.rtl .select2.select2-container--default .select2-selection__arrow {
	background-position: 10px 18px;
}

.select2.select2-container--default.select2-container--open .select2-selection {
	border-color: #1d1d1d;
	background: #fff;
}

.select2.select2-container--default .selection :focus {
	outline: 0;
}

.select2.select2-container--default .select2-selection {
	border-radius: 0;
	background: #fff;
	border-color: #d4d4d4;
	height: 46px;
	line-height: 46px;
}

.form-radius-off .select2.select2-container--default .select2-selection {
	border-radius: 0;
}

.select2.select2-container--default .select2-selection .select2-selection__clear {
	margin-right: 10px;
}

.select2.select2-container--default .select2-selection .select2-selection__rendered {
	float: none;
	height: 46px;
	line-height: 46px;
	padding-left: 15px;
}

.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered li {
	background: 0 0;
	border: none;
}

.select2-container .select2-dropdown {
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #1d1d1d;
}

.rtl .select2-container .select2-dropdown {
	left: auto;
	right: -9999px;
}

.select2-container .select2-dropdown.select2-dropdown--above {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container .select2-dropdown.select2-dropdown--below {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container .select2-dropdown .select2-search {
	padding: 8px;
}

.select2-container .select2-dropdown .select2-search input {
	background: #fff !important;
	margin-bottom: 0;
	height: 30px;
}

.select2-container .select2-dropdown .select2-results {
	background: 0 0;
	font-size: 12px;
}

.select2-container .select2-dropdown .select2-results .select2-results__option {
	margin: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
	background: #e8e8e8;
}

.select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
	background: #1d1d1d;
	border-radius: 0;
	color: #fff;
}

.widget {
	margin-bottom: 30px;
	font-size: 15px;
}

@media only screen and (min-width: 1068px) {
	.widget:last-of-type {
		margin-bottom: 0;
	}
}

.thb-shop-filters .widget {
	margin-bottom: 20px;
}

.widget .wp-block-search__label {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1;
	color: #9e0227;
}

.thb-shop-filters .widget:first-of-type .thb-widget-title {
	border-top: 0;
}

.widget .thb-widget-title {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
	color: #2f2f2f;
	position: relative;
}

.thb-shop-filters .widget .thb-widget-title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
}

.thb-shop-filters .widget .thb-widget-title span {
	top: 50%;
}

.widget .thb-widget-title .thb-arrow {
	margin-left: 5px;
	display: inline-flex;
}

@media only screen and (min-width: 1068px) {
	.widget .thb-widget-title .thb-arrow {
		display: none;
	}
}

.widget .thb-widget-title.active {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-color: transparent;
}

.widget .thb-widget-title.active span {
	transform: rotateX(-180deg);
}

.widget .thb-widget-title span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	width: 24px;
	text-align: right;
	height: 16px;
	font-size: 13px;
	right: 0;
	top: 0;
	transform-origin: center;
	cursor: pointer;
}

.widget .thb-widget-title span:after {
	display: block;
	content: "\e802";
	font-family: wine-house;
}

.rtl .widget .thb-widget-title span {
	right: auto;
	left: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.widget .thb-arrow {
	display: inline-flex;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-left: 2px;
	float: right;
	margin-top: 2px;
	transition: all 0.2s;
}

.widget .thb-arrow i {
	line-height: 1;
	pointer-events: none;
}

.widget .active .thb-arrow {
	transform: rotateX(-180deg);
}

.widget.widget_text p:last-of-type {
	margin-bottom: 0;
}

.widget.widget_products .product_list_widget li,
.widget.widget_recently_viewed_products .product_list_widget li,
.widget.widget_top_rated_products .product_list_widget li {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget.widget_categories .children {
	padding: 10px 0 0 15px;
}

.rtl .widget.widget_categories .children {
	padding: 10px 15px 0 0;
}

.widget.widget_recent_comments ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.widget.widget_recent_comments ul li:before {
	content: "\e80a";
	font-family: wine-house;
	position: absolute;
	top: 7px;
	line-height: 1;
	left: 0;
	color: #1d1d1d;
}

.widget.widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_meta li:last-child,
.widget.widget_nav_menu li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_product_categories li:last-child {
	margin-bottom: 0;
}

.widget.widget_meta li.active>.count,
.widget.widget_meta li.active>.thb-arrow,
.widget.widget_meta li.active>a,
.widget.widget_nav_menu li.active>.count,
.widget.widget_nav_menu li.active>.thb-arrow,
.widget.widget_nav_menu li.active>a,
.widget.widget_pages li.active>.count,
.widget.widget_pages li.active>.thb-arrow,
.widget.widget_pages li.active>a,
.widget.widget_product_categories li.active>.count,
.widget.widget_product_categories li.active>.thb-arrow,
.widget.widget_product_categories li.active>a {
	color: #6b6b6b;
}

.widget.widget_meta .children,
.widget.widget_meta .sub-menu,
.widget.widget_nav_menu .children,
.widget.widget_nav_menu .sub-menu,
.widget.widget_pages .children,
.widget.widget_pages .sub-menu,
.widget.widget_product_categories .children,
.widget.widget_product_categories .sub-menu {
	display: none;
	padding: 10px 0 10px 20px;
	list-style: none;
	font-size: 13px;
}

.rtl .widget.widget_meta .children,
.rtl .widget.widget_meta .sub-menu,
.rtl .widget.widget_nav_menu .children,
.rtl .widget.widget_nav_menu .sub-menu,
.rtl .widget.widget_pages .children,
.rtl .widget.widget_pages .sub-menu,
.rtl .widget.widget_product_categories .children,
.rtl .widget.widget_product_categories .sub-menu {
	padding: 10px 20px 10px 0;
}

.widget.widget_meta .children li:last-child,
.widget.widget_meta .sub-menu li:last-child,
.widget.widget_nav_menu .children li:last-child,
.widget.widget_nav_menu .sub-menu li:last-child,
.widget.widget_pages .children li:last-child,
.widget.widget_pages .sub-menu li:last-child,
.widget.widget_product_categories .children li:last-child,
.widget.widget_product_categories .sub-menu li:last-child {
	margin: 0;
}

.widget.widget_rss li {
	margin-bottom: 15px;
}

.widget.widget_rss li .rsswidget {
	font-weight: 500;
}

.widget.widget_rss li .rss-date {
	opacity: 0.8;
}

.widget.widget_rss li .rssSummary {
	font-size: 12px;
	margin-bottom: 5px;
}

.widget.widget_rss li cite {
	font-size: 14px;
}

.widget.widget_shopping_cart {
	padding-bottom: 30px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	width: 100%;
}

.widget.widget_shopping_cart .widget_shopping_cart_content>p {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 25px;
	font-size: 15px;
	margin: 0;
	margin-bottom: 25px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content>p:last-of-type {
	padding-bottom: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content>p.woocommerce-mini-cart__buttons {
	border: 0;
	padding: 0;
	margin: 0 25px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content>p.woocommerce-mini-cart__empty-message {
	border: 0;
	padding: 30px 25px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
	margin-bottom: 0;
	padding: 30px 70px 30px 120px;
	min-height: 140px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li:last-child {
	border-bottom: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .attachment-woocommerce_thumbnail,
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .wp-post-image {
	top: 30px;
	left: 20px;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total .amount {
	font-size: inherit;
	font-weight: inherit;
	color: #9e0227;
	font-weight: 700;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button+.button {
	margin-top: 10px;
}

.widget.widget_layered_nav li,
.widget.widget_layered_nav_filters li {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.widget.widget_layered_nav li>a,
.widget.widget_layered_nav_filters li>a {
	display: block;
	position: relative;
	padding-left: 25px;
	color: #1d1d1d;
}

.widget.widget_layered_nav li>a:before,
.widget.widget_layered_nav_filters li>a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #bababa;
	border-radius: 50%;
	color: #fff;
}

.widget.widget_layered_nav li:hover>a:before,
.widget.widget_layered_nav_filters li:hover>a:before {
	-webkit-box-shadow: inset 0 0 0 2px;
	-moz-box-shadow: inset 0 0 0 2px;
	box-shadow: inset 0 0 0 2px;
	background: #1d1d1d;
}

.widget.widget_layered_nav li .count,
.widget.widget_layered_nav_filters li .count {
	display: inline-flex;
	font-size: 12px;
	margin-left: 7px;
}

.widget.widget_layered_nav li.chosen>a:before,
.widget.widget_layered_nav_filters li.chosen>a:before {
	-webkit-box-shadow: inset 0 0 0 1px;
	-moz-box-shadow: inset 0 0 0 1px;
	box-shadow: inset 0 0 0 1px;
	background: #1d1d1d;
}

.widget.widget_price_filter .price_slider_wrapper {
	padding-top: 5px;
}

.widget.widget_price_filter .price_slider {
	height: 4px;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
}

.widget.widget_price_filter .price_slider .ui-slider-range {
	height: 4px;
	background: #9e0227;
	position: absolute;
	border-radius: 1px;
}

.widget.widget_price_filter .price_slider .ui-slider-handle {
	display: block;
	outline: 0;
	position: absolute;
	top: -6px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 1px solid #1d1d1d;
	background: #fff;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
	margin-left: -14px;
}

.widget.widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 400;
}

.widget.widget_price_filter .price_slider_amount .clear {
	display: none;
}

.widget.widget_price_filter .price_slider_amount input[type="text"] {
	display: none;
}

.widget.widget_price_filter .price_slider_amount .button {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #000 !important;
	background: 0 0 !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.widget.jetpack_subscription_widget form {
	display: flex;
	flex-wrap: wrap;
}

.widget.jetpack_subscription_widget form p {
	margin-bottom: 25px;
}

.widget.jetpack_subscription_widget form #subscribe-text {
	width: 100%;
}

.widget.jetpack_subscription_widget form #subscribe-email {
	flex: 1;
	margin-right: 10px;
}

.widget.jetpack_subscription_widget form #subscribe-email input {
	background: #3c3c3c;
	border: 0;
	color: #848484;
	width: 100%;
}

.widget.jetpack_subscription_widget form #subscribe-submit button {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #f9f2d9;
	background: #9e0227;
	font-size: 15px;
	font-weight: 500;
}

.pagination,
.woocommerce-pagination {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;
	line-height: 1;
	padding: 40px 0 60px;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
	
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
	color: #9e0227;
	border-color: #9e0227;
}

.pagination .next,
.pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
	position: absolute;
	top: 40px;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.pagination .next,
.woocommerce-pagination .next {
	right: 0;
}

.pagination .prev,
.woocommerce-pagination .prev {
	left: 0;
}

.screen-reader-text {
	display: none;
}

.wp-video {
	max-width: 100%;
}

.wp-video iframe,
.wp-video video {
	max-width: 100%;
	height: auto;
}

.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
	color: inherit;
}

.alignright {
	float: right;
	margin: 0 0 0 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.aligncenter img,
.alignleft img,
.alignright img {
	max-width: 100%;
}

img.center {
	margin: 0 auto;
	display: block;
}

img.full {
	width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption {
	position: relative;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	display: block;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	padding: 13px 0;
	border-bottom: 1px solid #e8e8e8;
}

figcaption {
	display: block;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	color: #1d1d1d;
	padding: 13px 0;
	width: 100%;
	text-align: center;
	text-transform: none;
	border-bottom: 1px solid #e8e8e8;
}

.gallery {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
	clear: both;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery .gallery-item {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 1px 1px 0;
	margin: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
	-webkit-transition-delay: 0s;
	-moz-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
	transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1) false;
}

.gallery .gallery-item:hover {
	opacity: 0.8;
}

.gallery .gallery-item img {
	width: 100%;
	max-width: 100%;
}

.gallery .gallery-item .gallery-icon a:not(.thb-pin-it) {
	line-height: 0;
	display: block;
	width: 100%;
}

.gallery .gallery-item .gallery-icon {
	margin: 0;
}

.gallery .gallery-item .gallery-caption {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 1px;
	padding: 7px 9px;
	background: rgba(29, 29, 29, 0.4);
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
}

@media only screen and (max-width: 1068px) {
	.gallery .gallery-item .gallery-caption {
		max-height: 40%;
	}
}

.more-link {
	display: inline-block;
	font-weight: 500;
	color: #1d1d1d;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

.more-link:after {
	content: "›";
	display: inline-block;
	margin-left: 7px;
}

.tag-cloud-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
	margin: 0 0px 0px 0;
	line-height: 1;
	font-weight: 400;
}

.rtl .tag-cloud-link {
	margin: 0 0 6px 2px;
}

.tag-cloud-link:hover {
	background-color: #1d1d1d;
	color: #fff;
}

.tag-cloud-link .tag-link-count {
	margin-left: 5px;
}

.rtl .tag-cloud-link .tag-link-count {
	margin-left: 0;
	margin-right: 5px;
}


.post-content .wp-block-quote p,
.post-content blockquote p,
.wp-block-quote p,
blockquote p,
q {
	font-weight: 400;
	color: #1d1d1d;
	line-height: 1.25;
	margin: 0;
	font-style: italic;
}

cite {
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	color: #1d1d1d;
}

.wp-block-quote,
blockquote {
	position: relative;
	clear: both;
	border: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.5;
	margin: 40px 0;
}

.wp-block-quote p,
blockquote p {
	text-rendering: auto;
	font-size: 2.5rem !important;
	font-style: normal !important;
	font-weight: 500 !important;
	color: #1d1d1d;
}

.wp-block-quote cite,
blockquote cite {
	margin-top: 20px;
	font-size: 0.5em !important;
	text-align: left !important;
}

@media only screen and (min-width: 1440px) {

	.is-style-large.wp-block-quote,
	blockquote.is-style-large {
		font-size: 40px;
		width: 140%;
		margin-left: -20%;
	}
}

.is-style-large.wp-block-quote p,
blockquote.is-style-large p {
	font-size: inherit;
	line-height: inherit;
	color: #9e0227 !important;
}

.is-style-large.wp-block-quote cite,
blockquote.is-style-large cite {
	text-align: center !important;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

pre.wp-block-verse {
	white-space: nowrap;
	overflow: auto;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: 500;
	text-align: left;
}

table tbody td,
table tbody th {
	padding: 0.5rem 0.625rem 0.625rem;
}

.thb-page-title {
	margin-bottom: 25px;
}

.page-title {
	line-height: 1;
}

.content404 {
	text-align: center;
	padding: 22vh 0;
}

.content404 h1 {
	line-height: 1;
	margin-bottom: 15px;
}

.content404 p {
	margin-bottom: 30px;
}

.fb_iframe_widget_fluid_desktop span {
	width: 100% !important;
}

.wp-block-pullquote {
	padding: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-media-text {
	margin-bottom: 1.4em;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 12%;
	height: 100%;
}

.wp-block-media-text .wp-block-media-text__content .wp-block-buttons:last-child .wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-media-text:last-child {
	margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
	border-width: 0;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 30px;
	line-height: 1.5;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-width: 1px;
}

.wp-block-button.thb-text-link {
	border-bottom: 1px solid #9e0227;
}

.wp-block-button.thb-text-link .wp-block-button__link {
	background: 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	color: #1d1d1d;
}

.alignwide {
	width: calc(100% + 00px);
	margin: 1rem -15px;
}

@media only screen and (min-width: 768px) {
	.alignwide {
		width: calc(100% + 0px);
		margin: 1rem -25px;
	}
}

@media only screen and (min-width: 1068px) {
	.alignwide {
		width: calc(100% + 0px);
		margin: 1rem -50px;
	}
}

@media only screen and (min-width: 1068px) {
	.single-post .alignwide {
		width: calc(100% + 200px);
		margin: 1rem -100px;
	}
}

.alignfull {
	margin: 1rem calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull:first-child {
	margin-top: 0;
}

@media only screen and (min-width: 1068px) {
	.single-post .sidebar-content-main.has-sidebar .alignfull {
		max-width: 100vw;
		margin-left: calc(50% / 0.5982905983 - 50vw - 100px);
		width: calc(50% + 50vw - 100px);
	}
}

.post-detail .wp-block-gallery {
	margin-bottom: 1rem;
}

.post-detail .wp-block-gallery .blocks-gallery-image,
.post-detail .wp-block-gallery .blocks-gallery-item {
	margin-bottom: 1rem;
}

.wp-block-latest-comments {
	margin-left: 0;
}

.has-medium-font-size {
	font-size: 1.2em;
}

.has-large-font-size {
	font-size: 2em;
}

.has-huge-font-size {
	font-size: 3em;
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 30px;
	}
}

.wp-block-latest-posts.is-grid {
	margin: 0 -15px;
}

.wp-block-latest-posts.is-grid.alignwide {
	max-width: calc(100vw - 30px);
	margin: 1rem calc(50% - 50vw + 15px);
}

@media only screen and (min-width: 768px) {
	.wp-block-latest-posts.is-grid.alignwide {
		max-width: calc(100vw - 100px);
		margin: 1rem calc(50% - 50vw + 50px);
	}
}

.wp-block-latest-posts.is-grid.alignfull {
	margin: 1rem calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-block-latest-posts.is-grid.alignfull:first-child {
	margin-top: 0;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 15px 30px 15px;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 10px;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid a {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin: 0 30px;
	text-align: center;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
	margin-bottom: 20px;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image .wp-post-image {
	width: 100%;
	object-fit: cover;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-author,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date {
	font-size: 13px;
	color: #6b6b6b;
	font-weight: 400;
	padding-top: 8px;
	margin: 0 30px;
	text-align: center;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	margin: 0 30px;
	padding-top: 12px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.wp-block-latest-posts.is-grid.columns-2 li {
		width: calc(50% - 30px);
	}

	.wp-block-latest-posts.is-grid.columns-3 li {
		width: calc(100% / 3 - 30px);
	}

	.wp-block-latest-posts.is-grid.columns-4 li {
		width: calc(25% - 30px);
	}

	.wp-block-latest-posts.is-grid.columns-5 li {
		width: calc(20% - 30px);
	}

	.wp-block-latest-posts.is-grid.columns-6 li {
		width: calc(100% / 6 - 30px);
	}
}

.wp-block-cover {
	height: auto;
	margin-bottom: 30px;
}

.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons:last-child .wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container h2 {
	margin-bottom: 5px;
}

.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
	padding: 8% 10%;
}

.wp-block-cover.no-block-cover-padding {
	padding: 0;
}

.wp-block-cover.thb-low-cover-padding {
	padding: 5%;
}

.wc-block-grid__products {
	margin: 0 -15px;
}

.wc-block-grid__products .wc-block-grid__product {
	border-bottom-width: 0;
}

@media (min-width: 481px) {
	.wc-block-grid__products .wc-block-grid__product {
		border-left-width: 15px;
		border-right-width: 15px;
	}
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .add_to_cart_button:after {
	display: none !important;
}

.jetpack-portfolio-shortcode .portfolio-featured-image {
	display: block;
}

.jetpack-portfolio-shortcode .portfolio-featured-image+.portfolio-entry-title {
	margin-top: 20px;
}

.jetpack-portfolio-shortcode .portfolio-entry-title {
	margin-top: 20px;
	font-weight: 500;
	font-size: 26px;
}

.jetpack-portfolio-shortcode .portfolio-entry-title+.portfolio-entry-meta {
	margin-top: 5px;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta {
	font-size: 14px;
	margin-top: 5px;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta span {
	font-weight: 500;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 500px;
}

.wp-block-search .wp-block-search__inside-wrapper input {
	width: 100%;
	margin-bottom: 0;
	border-radius: 16px;
	height: 32px;
	padding-left: 35px;
	border-color: #d4d4d4;
}

.wp-block-search .wp-block-search__inside-wrapper input:focus {
	border-color: #1d1d1d;
}

.wp-block-search .wp-block-search__inside-wrapper button {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: transparent url("../img/svg/search.svg") center center no-repeat;
	background-size: 11px 11px;
	text-indent: -999em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	background: #1d1d1d;
}

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-block-embed.wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
	padding-top: 42.85%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
	padding-top: 50%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
	padding-top: 66.66%;
}

.wp-block-embed .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
	padding-top: 200%;
}

.wp-block-table table thead {
	border-bottom-width: 2px !important;
}

.wp-block-table table tfoot {
	border-top-width: 2px !important;
}

.wp-block-table table tbody,
.wp-block-table table tfoot,
.wp-block-table table thead {
	border: 1px solid #1d1d1d;
}

.wp-block-table table tbody td,
.wp-block-table table tbody th,
.wp-block-table table tfoot td,
.wp-block-table table tfoot th,
.wp-block-table table thead td,
.wp-block-table table thead th {
	border: 1px solid #1d1d1d;
}

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgba(29, 29, 29, 0.05);
}

.wp-block-table figcaption {
	padding-top: 0;
	margin-bottom: 1rem;
}

.wp-block-image figcaption {
	margin-top: 0;
}

.wp-block-image.size-full img {
	width: 100%;
}

@media only screen and (min-width: 1440px) {
	.wp-block-image .alignleft {
		margin-left: -5rem;
	}
}

@media only screen and (min-width: 1440px) {
	.wp-block-image .alignright {
		margin-right: -5rem;
	}
}

.wp-block-group.alignfull .wp-block-group__inner-container {
	padding: 0 15px;
	max-width: 83.125rem;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.wp-block-group.alignfull .wp-block-group__inner-container {
		padding: 0 50px;
	}
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	font-size: 18px;
	line-height: 1;
	height: 18px;
	vertical-align: middle;
	max-width: 84px;
}

.thb-cta-background {
	background-size: cover;
	min-height: 522px;
}

.thb-cta-background .wp-block-columns {
	min-height: 522px;
	padding: 100px 0;
}

.wp-block-woocommerce-cart {
	margin-top: 50px;
}

.wp-block-woocommerce-cart .wc-block-components-title {
	margin-bottom: 20px;
}

.wp-block-woocommerce-cart .wc-block-components-title.wc-block-cart__totals-title {
	margin-bottom: 10px;
}

.wp-block-woocommerce-cart .wc-block-cart-items thead {
	background: 0 0;
	border: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-items thead .wc-block-cart-items__header {
	font-size: 12px;
	color: #1d1d1d;
}

.wp-block-woocommerce-cart .wc-block-cart-items tbody {
	border: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-items tbody tr:nth-child(even) {
	background: 0 0;
}

.wp-block-woocommerce-cart .wc-block-cart-items .price>span.screen-reader-text {
	display: none;
}

.wp-block-woocommerce-checkout {
	margin-top: 50px;
}

.thb-no-bottom-margin {
	margin-bottom: 0;
}

.thb-no-top-margin {
	margin-top: 0;
}

.thb-no-margin {
	margin: 0;
}

.thb-max-width {
	max-width: 540px;
	margin: 0 auto;
}

.thb-iconbox-padding {
	padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
	.thb-iconbox-padding {
		padding: 50px 25px;
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 1.4;
}

.thb-newsletter-form .wp-block-jetpack-contact-form .grunion-field-wrap {
	border-right: 0;
}

.thb-newsletter-form .wp-block-jetpack-contact-form .grunion-field-wrap input {
	border-color: #fff;
	border-radius: 23px;
}

.thb-newsletter-form .wp-block-jetpack-contact-form .wp-block-jetpack-button {
	text-align: center;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 6.2em;
	margin: 0.05em 0.1em 0 0;
	font-weight: 500;
}



.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.pushbutton-wide.disabled,
.pushbutton-wide:disabled,
.wp-block-search__button.disabled,
.wp-block-search__button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.btn.white,
.button.white,
.pushbutton-wide.white,
.wp-block-search__button.white,
input[type="submit"].white {
	background: #fff;
	color: #1d1d1d;
}

.btn.white:hover,
.button.white:hover,
.pushbutton-wide.white:hover,
.wp-block-search__button.white:hover,
input[type="submit"].white:hover {
	background: #9e0227;
	color: #fff;
}

.btn.white-alt,
.button.white-alt,
.pushbutton-wide.white-alt,
.wp-block-search__button.white-alt,
input[type="submit"].white-alt {
	background: rgba(255, 255, 255, 0.8);
	color: #1d1d1d;
}

.btn.white-alt:hover,
.button.white-alt:hover,
.pushbutton-wide.white-alt:hover,
.wp-block-search__button.white-alt:hover,
input[type="submit"].white-alt:hover {
	color: #1d1d1d;
	background: #fff;
}

.btn.full,
.button.full,
.pushbutton-wide.full,
.wp-block-search__button.full,
input[type="submit"].full {
	width: 100%;
	text-align: center;
}

.btn.style2,
.btn[name="update_cart"],
.button.style2,
.button[name="update_cart"],
.pushbutton-wide.style2,
.pushbutton-wide[name="update_cart"],
.wp-block-search__button.style2,
.wp-block-search__button[name="update_cart"],
input[type="submit"].style2,
input[type="submit"][name="update_cart"] {
	border: 1px solid #9e0227;
	background: 0 0;
	color: #9e0227;
	line-height: 44px;
}

.btn.style2:hover,
.btn[name="update_cart"]:hover,
.button.style2:hover,
.button[name="update_cart"]:hover,
.pushbutton-wide.style2:hover,
.pushbutton-wide[name="update_cart"]:hover,
.wp-block-search__button.style2:hover,
.wp-block-search__button[name="update_cart"]:hover,
input[type="submit"].style2:hover,
input[type="submit"][name="update_cart"]:hover {
	background: #9e0227;
	color: #fff;
}

.pswp__bg {
	background-color: rgba(255, 255, 255, 0.95);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background: rgba(255, 255, 255, 0.3);
}

.pswp__counter {
	color: #1d1d1d;
	opacity: 1;
	font-weight: 400;
	padding: 15px;
	line-height: 1;
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
	.pswp__counter {
		padding: 30px;
	}
}

.pswp__caption .pswp__caption__center {
	text-align: center;
	color: #1d1d1d;
}

button.pswp__button {
	background: 0 0 !important;
}

button.pswp__button span {
	display: inline-block;
	width: 30px;
	height: 38px;
	position: relative;
	pointer-events: none;
}

button.pswp__button.pswp__button--arrow--left:after,
button.pswp__button.pswp__button--arrow--left:before,
button.pswp__button.pswp__button--arrow--right:after,
button.pswp__button.pswp__button--arrow--right:before {
	content: "";
	display: block;
	background-color: #1d1d1d !important;
	height: 1px;
	position: absolute;
	right: 0;
	left: auto;
	top: 44px;
	width: 26px;
	transform-origin: right center;
	transform: rotateZ(45deg);
}

button.pswp__button.pswp__button--arrow--left:after,
button.pswp__button.pswp__button--arrow--right:after {
	transform: rotateZ(-45deg);
}

button.pswp__button.pswp__button--arrow--right {
	text-align: right;
	right: 30px;
}

.pswp__ui--idle button.pswp__button.pswp__button--arrow--right {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

button.pswp__button.pswp__button--arrow--left {
	text-align: left;
	left: 30px;
}

.pswp__ui--idle button.pswp__button.pswp__button--arrow--left {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

button.pswp__button.pswp__button--arrow--left:after,
button.pswp__button.pswp__button--arrow--left:before {
	right: auto;
	left: 0;
	transform-origin: left center;
}

button.pswp__button.pswp__button--fs {
	display: none;
}

.pswp__top-bar button.pswp__button {
	line-height: 1;
	width: 45px;
	height: 45px;
}

@media only screen and (min-width: 768px) {
	.pswp__top-bar button.pswp__button {
		margin: 20px 20px 20px 0;
	}
}

.pswp__top-bar button.pswp__button.pswp__button--close {
	background: url("../img/svg/arrows_remove.svg") center center no-repeat !important;
	background-size: 35px 35px !important;
}

.pswp__top-bar button.pswp__button.pswp__button--zoom {
	margin-right: 0;
	background: url("../img/svg/zoom-in.svg") 50% calc(50% - 1px) no-repeat !important;
	background-size: 20px 20px !important;
}

.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-direction-nav .flex-nav-next,
.flex-direction-nav .flex-nav-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #1d1d1d;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -23px;
}

.flex-direction-nav .flex-nav-next:after,
.flex-direction-nav .flex-nav-prev:after {
	display: inline-flex;
	font-family: wine-house;
	content: "\E80A";
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

.flex-direction-nav .flex-nav-next a,
.flex-direction-nav .flex-nav-prev a {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	text-indent: -9999em;
}

.rtl .flex-direction-nav .flex-nav-next a,
.rtl .flex-direction-nav .flex-nav-prev a {
	text-indent: 9999em;
}

.flex-direction-nav .flex-nav-next:hover,
.flex-direction-nav .flex-nav-prev:hover {
	background: #1d1d1d;
}

.flex-direction-nav .flex-nav-next:hover:after,
.flex-direction-nav .flex-nav-prev:hover:after {
	color: #fff;
}

.flex-direction-nav .flex-nav-next {
	left: auto;
	right: 30px;
}

.flex-direction-nav .flex-nav-next:after {
	content: "\E80B";
	margin-left: 2px;
}

#order_review_heading,
.cart-collaterals h2,
.shop-general-title,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.woocommerce-billing-fields h3 {
	font-size: 26px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000 !important;
}

@media only screen and (min-width: 768px) {

	#order_review_heading,
	.cart-collaterals h2,
	.shop-general-title,
	.woocommerce-Address-title h3,
	.woocommerce-MyAccount-content h3,
	.woocommerce-billing-fields h3 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: 600;
	}
}

.blockUI.blockOverlay {
	opacity: 1 !important;
	background: 0 0 !important;
}

.blockUI.blockOverlay:after {
	background-color: rgba(255, 255, 255, 0.6) !important;
}

.woocommerce-placeholder {
	filter: brightness(0.95);
}

.woocommerce form .form-row,
.woocommerce-page .form-row {
	width: 100%;
	display: block;
	float: left;
}

@media only screen and (min-width: 768px) {

	.woocommerce form .form-row.form-row-first,
	.woocommerce form .form-row.form-row-last,
	.woocommerce-page .form-row.form-row-first,
	.woocommerce-page .form-row.form-row-last {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {

	.woocommerce form .form-row.form-row-first,
	.woocommerce-page .form-row.form-row-first {
		padding-right: 30px;
	}
}

.woocommerce form .form-row.create-account,
.woocommerce-page .form-row.create-account {
	margin-bottom: 0;
}

.woocommerce form .form-row.create-account label,
.woocommerce-page .form-row.create-account label {
	margin-bottom: 0;
}

.woocommerce form .form-row.create-account+.create-account,
.woocommerce-page .form-row.create-account+.create-account {
	padding-top: 10px;
}

.woocommerce form .form-row .required,
.woocommerce-page .form-row .required {
	color: red;
	border-bottom: 0;
}

.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce-page .form-row .select2-container,
.woocommerce-page .form-row input,
.woocommerce-page .form-row select {
	margin: 0;
}

.woocommerce form .woocommerce-form__input-checkbox,
.woocommerce-page .woocommerce-form__input-checkbox {
	margin-right: 5px !important;
}

.single-product .amount {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #1d1d1d;
}

.single-product .price .amount {
	font-weight: 400;
}

.price {
	display: block;
	
	color: #1d1d1d;
}

.price>span {
	display: inline-flex;
	vertical-align: middle;
}

.price del+ins {
	margin-left: 5px;
}

.price ins,
.price>.amount {
	color: #9e0227;
	text-decoration: none;
	font-weight: 700;
}

.price .amount {
	font-size: 18px;
	font-weight: bold;
	color: var(--main);
	margin: 7px 0 0 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
	justify-content: start;

}

.price del {
	color: #6b6b6b;
}

a:hover h2 {
	color: var(--main) !important;
}

.price del .amount {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-decoration: line-through;
	opacity: 0.7;
	margin-right: 8px;
}

.thb-filter-bar {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1;
	padding-top: 30px;
}

.thb-filter-bar #thb-shop-filters {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: #f9f2d9;
	background: #9e0227;
	padding: 12px 24px;
	border-radius: 120px;
	font-weight: 500;
}

.thb-filter-bar #thb-shop-filters svg {
	margin-right: 10px;
	margin-top: 1px;
	width: 14px;
	stroke: #f9f2d9;
}

.thb-filter-bar .thb-blog-categories {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thb-filter-bar .thb-blog-categories li {
	display: inline-block;
	margin: 0 30px 10px 0;
}

@media only screen and (min-width: 768px) {
	.thb-filter-bar .thb-blog-categories li {
		margin: 0 30px 0 0;
	}
}

.thb-filter-bar .thb-blog-categories li a {
	color: #1d1d1d;
	text-transform: uppercase;
}

.thb-filter-bar .thb-blog-categories li a.active,
.thb-filter-bar .thb-blog-categories li a:hover {
	color: #9e0227;
	text-decoration: underline;
}

.thb-filter-bar .thb-filter-bar-box {
	display: inline-flex;
	align-items: center;
}

@media only screen and (min-width: 1068px) {
	.thb-filter-bar .thb-filter-bar-box+.thb-filter-bar-box {
		margin-left: 25px;
	}
}

.thb-filter-bar .thb-filter-bar-box .filter-bar-title {
	margin-right: 15px;
	font-weight: 500;
	font-size: 13px;
	color: #323232;
	display: none;
}

@media only screen and (min-width: 768px) {
	.thb-filter-bar .thb-filter-bar-box .filter-bar-title {
		display: inline;
	}
}

.thb-filter-bar .thb-filter-bar-box select {
	margin-bottom: 0;
	height: 36px;
	padding: 0 35px 0 13px;
	background-position: calc(100% - 14px) 14px;
	border-radius: 6px;
}

.thb-filter-bar .thb-products-per-page {
	display: none;
	align-items: center;
}

@media only screen and (min-width: 1068px) {
	.thb-filter-bar .thb-products-per-page {
		display: inline-flex;
	}
}

.thb-filter-bar .woocommerce-ordering {
	display: inline-flex;
}

.single-product .thb-woocommerce-header {
	margin-bottom: 20px;
}

.woocommerce.archive .thb-woocommerce-header {
	background-position: center;
	background-size: cover;
	min-height: 295px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.woocommerce.archive .thb-woocommerce-header .row {
	flex-grow: 1;
	align-items: center;
	margin-top: -52px;
}

.woocommerce.archive .thb-woocommerce-header .breadcrumbs {
	width: 100%;
	flex-grow: 0;
	margin-top: 0;
	z-index: 1;
}

.woocommerce.archive .thb-woocommerce-header .thb-woocommerce-header-title {
	padding-bottom: 0;
}

.thb-woocommerce-header .thb-woocommerce-header-title {
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}

.thb-woocommerce-header .thb-woocommerce-header-title .thb-woocommerce-header-content {
	flex: 1;
}

.thb-woocommerce-header .thb-woocommerce-header-title .thb-woocommerce-header-content h1 {
	margin-bottom: 10px;
}

.thb-woocommerce-header.thb-page-title .thb-woocommerce-header-title {
	display: block;
	padding-bottom: 0;
}

.thb-woocommerce-header .term-description {
	font-size: 16px;
	max-width: 550px;
	margin: 0 auto;
}

.thb-woocommerce-header .term-description p {
	margin-bottom: 0;
	color: inherit;
	text-align: center;
}

@media only screen and (min-width: 1068px) {
	.thb-woocommerce-header .term-description {
		font-size: 18px;
	}
}

.thb-woocommerce-header h1 {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 5px;
}

@media only screen and (min-width: 1068px) {
	.thb-woocommerce-header h1 {
		font-size: 30px;
	}
}

.thb-woocommerce-header .thb-category-title-container {
	position: relative;
	padding-bottom: 12px;
}

.thb-woocommerce-header .thb-category-title-container h1 {
	text-align: center;
	font-size: 60px;
	color: #9e0227;
}

@media only screen and (min-width: 768px) {
	.thb-woocommerce-header .thb-category-title-container h1 {
		font-size: 80px;
	}
}

.thb-woocommerce-header .thb-category-dropdown-parent.active h1:after {
	display: inline-flex;
	font-family: wine-house;
	content: "\e800";
	margin-left: 8px;
	font-size: 24px;
	font-weight: 400;
}

.rtl .thb-woocommerce-header .thb-category-dropdown-parent.active h1:after {
	margin-left: 0;
	margin-right: 8px;
}

.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown {
	left: 0;
}

.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li {
	font-size: 17px;
}

.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a {
	font-weight: 500;
	height: 54px;
}

@media only screen and (min-width: 1068px) {
	.thb-woocommerce-header .thb-category-dropdown-parent .thb-category-dropdown li a {
		min-width: 300px;
	}
}

.thb-breadcrumb-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	min-height: 52px;
	font-size: 10px;
	color: #323232;
	font-weight: 400;
	text-transform: uppercase;
}

.thb-breadcrumb-bar p {
	font-size: 10px;
	line-height: 17px;
}

.thb-breadcrumb-bar a {
	color: #323232;
	letter-spacing: 0.01em;
}

.woocommerce-products-header {
	display: none;
}

div.quantity {
	display: inline-flex;
	position: relative;
	align-items: center;
	vertical-align: middle;
	color: #1d1d1d;
	font-size: 15px;
	height: 40px;
}

div.quantity.hidden {
	display: none;
}

div.quantity .screen-reader-text {
	display: none;
}

div.quantity .qty-label {
	display: none;
}

div.quantity input {
	margin-bottom: 0;
	background: 0 0;
	color: #1d1d1d;
	font-size: 15px;
	font-weight: 400;
	height: 38px;
	padding: 0;
	padding: 0 10px;
	width: 70px;
	text-align: center;
}

.product_list_widget {
	list-style: none;
	margin: 0;
}

.product_list_widget .remove {
	position: absolute;
	top: 25px;
	right: 25px;
	margin: 0;
	line-height: 24px;
}

.rtl .product_list_widget .remove {
	right: auto;
	left: 0;
}

.product_list_widget li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	padding-left: 100px;
	padding-right: 25px;
	white-space: normal;
	min-height: 80px;
}

.product_list_widget li.empty {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	margin: 30px 0;
}

.product_list_widget li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.rtl .product_list_widget li {
	padding-left: 25px;
	padding-right: 100px;
}

.product_list_widget a:not(.remove) {
	display: block;
	line-height: 1.3;
	font-size: 15px;
	font-weight: 500;
}

.product_list_widget a:before {
	display: none;
}

.product_list_widget a .product-title {
	display: block;
	margin-bottom: 8px;
}

.comment-form-rating .product_list_widget p.stars,
.product_list_widget .comment-form-rating p.stars,
.product_list_widget .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.product_list_widget .star-rating,
.product_list_widget .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.product_list_widget .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.products .wc-block-grid__product .wc-block-grid__product-rating .product_list_widget .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .product_list_widget .star-rating {
	margin-bottom: 10px;
}

.product_list_widget .attachment-woocommerce_thumbnail,
.product_list_widget .wp-post-image {
	max-width: 80px;
	max-height: 80px;
	object-fit: cover;
	margin-right: 20px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.rtl .product_list_widget .attachment-woocommerce_thumbnail,
.rtl .product_list_widget .wp-post-image {
	left: auto;
	right: 0;
	margin-right: 0;
	margin-left: 20px;
}

.product_list_widget .variation {
	display: block;
	width: 100%;
}

.product_list_widget .woocommerce-Price-amount {
	font-size: 13px;
}

.product_list_widget .quantity {
	margin-top: 5px;
	font-size: 13px;
	color: #000;
}

dl.variation {
	display: inline-block;
	width: auto;
	text-align: right;
	margin: 5px 0 0 0;
	font-size: 11px;
}

dl.variation dt {
	float: left;
	padding-right: 5px;
	text-transform: uppercase;
	clear: both;
	margin: 0;
}

dl.variation dd {
	text-align: left;
}

dl.variation dd p {
	margin: 0;
}

.woocommerce-product-search {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 500px;
}

.woocommerce-product-search button:hover {
	cursor: pointer;
}

.thb-temp-message,
.woocommerce-error,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info),
.woocommerce-message {
	border: 1px solid #1d1d1d;
	width: 100%;
	min-height: 42px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	margin: 0 0 20px;
	padding: 12px 12px 12px 40px;
	font-weight: 400;
	color: #1d1d1d;
	font-size: 13px;
}

@media only screen and (min-width: 768px) {

	.thb-temp-message,
	.woocommerce-error,
	.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info),
	.woocommerce-message {
		flex-direction: row;
		align-items: center;
	}
}

.thb-temp-message:before,
.woocommerce-error:before,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info):before,
.woocommerce-message:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 13px;
	left: 10px;
	bottom: 0;
	width: 21px;
	height: 21px;
	font-size: 16px;
	content: "\e807";
	color: #1d1d1d;
	font-family: wine-house;
}

.thb-temp-message .button,
.woocommerce-error .button,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) .button,
.woocommerce-message .button {
	margin-right: 10px;
	height: auto;
	padding: 0;
	color: #6b6b6b;
	line-height: 1;
	background: 0 0;
}

.thb-temp-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info) .button:hover,
.woocommerce-message .button:hover {
	color: #1d1d1d;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
	display: block;
	transform: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding-left: 20px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	display: none;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
	font-weight: 500;
	display: inline;
}

.woocommerce .woocommerce-info.wc_points_redeem_earn_points,
.woocommerce .woocommerce-info.wc_points_rewards_earn_points {
	display: block;
	padding-left: 15px;
	box-shadow: none;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-info.wc_points_redeem_earn_points:before,
.woocommerce .woocommerce-info.wc_points_rewards_earn_points:before {
	content: none;
}

.woocommerce .woocommerce-info .amount {
	font-size: 16px;
}

.woocommerce .woocommerce-info .wc_points_rewards_apply_discount {
	margin-left: 10px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
}

.woocommerce-info:not(.cart-empty):not(.woocommerce-notice--info):before {
	color: #cdb092;
}

.woocommerce-error {
	list-style: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.woocommerce-error:before {
	content: "\f12a";
	color: #eb3845;
}

.woocommerce-error li {
	display: block;
}

.woocommerce-error li:last-of-type {
	margin: 0;
}

.sidebar-container .thb-shop-filters {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 110;
}

@media only screen and (min-width: 1068px) {
	.sidebar-container .thb-shop-filters {
		display: flex;
		position: static;
		padding: 0;
		z-index: 10;
	}
}

.sidebar-container .thb-shop-filters .thb-shop-filter-header {
	background: #fff;
	position: sticky;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
	top: 0;
	flex-shrink: 0;
	z-index: 20;
	padding: 15px;
	border-bottom: 1px solid #1d1d1d;
}

@media only screen and (min-width: 768px) {
	.sidebar-container .thb-shop-filters .thb-shop-filter-header {
		padding: 30px 50px;
	}
}

@media only screen and (min-width: 1068px) {
	.sidebar-container .thb-shop-filters .thb-shop-filter-header {
		display: none;
	}
}

.sidebar-container .thb-shop-filters .thb-shop-filter-content {
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	.sidebar-container .thb-shop-filters .thb-shop-filter-content {
		padding: 50px;
	}
}

@media only screen and (min-width: 1068px) {
	.sidebar-container .thb-shop-filters .thb-shop-filter-content {
		padding: 0;
	}
}

.admin-bar .sidebar-container .thb-shop-filters {
	top: 46px;
}

@media screen and (min-width: 601px) {
	.admin-bar .sidebar-container .thb-shop-filters {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar .sidebar-container .thb-shop-filters {
		top: 32px;
	}
}

.header-sticky.admin-bar .sidebar-container .thb-shop-filters {
	top: 0;
}

@media screen and (min-width: 601px) {
	.header-sticky.admin-bar .sidebar-container .thb-shop-filters {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	.header-sticky.admin-bar .sidebar-container .thb-shop-filters {
		top: 32px;
	}
}

.woocommerce-store-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 1.1;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	background: #1d1d1d;
	z-index: 40;
	margin: 0;
}

.woocommerce-store-notice a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}

#product-addons-total {
	clear: both;
}

.shop-bottom-text {
	font-size: 13px;
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}

.products,
.wc-block-grid__products {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	min-width: 100%;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.products .product,
.wc-block-grid__products .product {
	padding: 0;
}

.products .wc-block-grid__product,
.wc-block-grid__products .wc-block-grid__product {
	padding: 0 !important;
}

.products .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	margin: 0;
}

.products .wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0;
}

.products .product,
.products .wc-block-grid__product,
.wc-block-grid__products .product,
.wc-block-grid__products .wc-block-grid__product {
	text-align: left;
}

.rtl .products .product,
.rtl .products .wc-block-grid__product,
.rtl .wc-block-grid__products .product,
.rtl .wc-block-grid__products .wc-block-grid__product {
	text-align: right;
}

.products .product,
.wc-block-grid__products .product {
	display: flex;
	flex-direction: column;
	border: 1px solid #1d1d1d;
	margin: -1px 0 0 -1px !important;
}

.products .product .thb-product-inner-wrapper,
.wc-block-grid__products .product .thb-product-inner-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-top: 0 !important;
}

.products .product .thb-product-inner-wrapper .thb-product-inner-content,
.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content {
	flex: 1;
	display: flex;
	padding: 25px;
	flex-direction: column;
	padding: 15px;
}

.products .product .thb-product-inner-wrapper .thb-product-inner-content> :last-child,
.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content> :last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1068px) {

	.products .product .thb-product-inner-wrapper .thb-product-inner-content,
	.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content {
		padding: 20px 25px;
	}
}

.products .product .thb-product-inner-wrapper .price,
.wc-block-grid__products .product .thb-product-inner-wrapper .price {
	margin-bottom: auto;
	margin-left: 0;
}

.rtl .products .product .thb-product-inner-wrapper .price,
.rtl .wc-block-grid__products .product .thb-product-inner-wrapper .price {
	margin-left: auto;
	margin-right: 0;
}

.products .product .thb-product-inner-wrapper .button,
.products .product .thb-product-inner-wrapper .wp-block-button__link,
.wc-block-grid__products .product .thb-product-inner-wrapper .button,
.wc-block-grid__products .product .thb-product-inner-wrapper .wp-block-button__link {
	border-radius: 0;
	margin: 0;
	height: 40px;
	line-height: 1.3;
	background: 0 0;
	color: #323232;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 13px 0;
	width: 100%;
}

.products .product .thb-product-inner-wrapper .button:hover,
.products .product .thb-product-inner-wrapper .wp-block-button__link:hover,
.wc-block-grid__products .product .thb-product-inner-wrapper .button:hover,
.wc-block-grid__products .product .thb-product-inner-wrapper .wp-block-button__link:hover {
	text-decoration: underline;
	color: #9e0227;
}

.products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2px;
	line-height: 1.4;
}

.products .product .woocommerce-loop-product__title a,
.wc-block-grid__products .product .woocommerce-loop-product__title a {
	color: #1d1d1d;
}

.products .product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .product .woocommerce-loop-product__title a:hover {
	color: #9e0227;
}

.products .product .woocommerce-loop-product__title a .wc-block-grid__product-title,
.wc-block-grid__products .product .woocommerce-loop-product__title a .wc-block-grid__product-title {
	margin: 0;
	font-weight: inherit;
	line-height: inherit;
}

.products .product .product-category,
.wc-block-grid__products .product .product-category {
	line-height: 1;
	margin-bottom: 9px;
}

.products .product .product-category a,
.wc-block-grid__products .product .product-category a {
	color: #6b6b6b;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.products .product .product-thumbnail,
.wc-block-grid__products .product .product-thumbnail {
	margin: 0;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
	overflow: hidden;
}

.products .product .product-thumbnail>a,
.wc-block-grid__products .product .product-thumbnail>a {
	display: block;
	background: 0 0;
	color: #323232;
	line-height: 0;
	font-weight: 400;
}

.products .product .product-thumbnail>a .wc-block-grid__product-image,
.wc-block-grid__products .product .product-thumbnail>a .wc-block-grid__product-image {
	margin-bottom: 0;
}

.products .product .product-thumbnail img,
.wc-block-grid__products .product .product-thumbnail img {
	width: 100%;
}

.products .product .thb-product-image-link.thb-second-image,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image {
	position: relative;
}

.products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: center;
}

.products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover img,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products .product .thb-product-image-link.thb-second-image:hover .product_thumbnail_hover,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image:hover .product_thumbnail_hover {
	opacity: 1;
}

.products .product .added_to_cart,
.wc-block-grid__products .product .added_to_cart {}

.onsale,
.wc-block-grid__product-onsale {
	position: absolute;
	color: #f9f2d8;
	background: #9e0227;
	top: 0;
	left: 0;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	padding: 10px 12px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	z-index: 10;
	border-radius: 0;
}

.elementor-widget-woocommerce-products .elementor-element.elementor-products-grid ul.products li.product {
	flex: none;
	max-width: 100%;
}

.products .product-category .thb-category-link {
	display: block;
	text-align: center;
}

.products .product-category .thb-category-link .woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #1d1d1d;
	border-top: 1px solid #1d1d1d;
	height: 65px;
	vertical-align: middle;
	margin: 0;
}

.products .product-category .thb-category-link .woocommerce-loop-category__title .count {
	background: 0 0;
	margin-left: 5px;
}

.thb-product-detail .sidebar {
	display: none;
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .sidebar {
		display: block;
	}
}

.thb-product-detail .thb-product-main-row {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .thb-product-main-row {
		margin-bottom: 80px;
		flex-direction: row;
	}
}

.thb-product-detail .product-gallery-column {
	position: relative;
	width: 100%;
	max-width: 540px;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-gallery-column {
		width: 50%;
	}
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-gallery-column {
		flex: 0.44;
		width: 100%;
	}
}

.thb-product-detail .woocommerce-product-gallery {
	position: relative;
	border: 1px solid #dbdbdb;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .woocommerce-product-gallery {
		max-width: 540px;
	}
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image>a {
	display: block;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image>a img {
	width: 100%;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 30;
	padding: 10px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 9999em;
	background: url("../img/svg/product-zoom.svg") center center no-repeat;
}

.rtl .thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	text-indent: -9999em;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	visibility: hidden;
	opacity: 0;
}

.thb-product-detail .flex-control-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thb-product-detail .flex-control-thumbs li {
	width: 90px;
	float: left;
	position: relative;
	margin-right: 8px;
	margin-top: 8px;
}

.thb-product-detail .flex-control-thumbs li img {
	border: 1px solid #e8e8e8;
}

.thb-product-detail .flex-control-thumbs li img.flex-active {
	border-color: #9e0227;
}

.thb-product-detail .woocommerce-product-gallery__wrapper {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.thb-product-detail .product-information {
	margin-top: 30px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information {
		margin-top: 0;
		flex: 1;
		width: 50%;
	}
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-information {
		width: 100%;
		flex: 0.56;
	}
}

.thb-product-detail .product-information .summary {
	max-width: 590px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information .summary {
		padding: 0 30px;
	}
}

.thb-product-detail .product-information h1 {
	display: block;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2;
}

.thb-product-detail .product-information .woocommerce-product-rating {
	font-size: 13px;
	margin-bottom: 15px;
}

.comment-form-rating .thb-product-detail .product-information .woocommerce-product-rating p.stars,
.thb-product-detail .product-information .woocommerce-product-rating .comment-form-rating p.stars,
.thb-product-detail .product-information .woocommerce-product-rating .star-rating,
.thb-product-detail .product-information .woocommerce-product-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	margin-right: 5px;
}

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
	color: #757575;
}

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #9e0227;
}

.thb-product-detail .product-information .price {
	margin: 0 0 20px;
}

.thb-product-detail .product-information .price .amount {
	font-size: 24px;
}

.thb-product-detail .product-information .price .price {
	margin: 0;
}

.thb-product-detail .product-information .out-of-stock {
	display: flex;
	height: 48px;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	border: 1px solid #d4d4d4;
	font-size: 12px;
	font-weight: 500;
	color: #ff532e;
	text-transform: uppercase;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description {
	font-size: 16px;
	margin-bottom: 25px;
}

.entry-summary {
	display: none;
}

.entry-content .entry-summary {
	display: block;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description p {
	font-size: inherit;
	margin-bottom: 10px;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description> :last-child {
	margin-bottom: 0;
}

.thb-product-detail .product-information .product_meta {
	font-size: 12px;
	line-height: 1;
	margin-top: 30px;
}

.thb-product-detail .product-information .product_meta>span {
	display: block;
	margin-bottom: 3px;
	line-height: 1.5;
}

.thb-product-detail .product-information .product_meta>span span {
	color: #1d1d1d;
}

.thb-product-detail .product-information label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
}

.thb-product-detail .product-information .quantity {
	margin-right: 5px;
}

.thb-product-detail .product-information .quantity+.single_add_to_cart_button {
	margin-left: 5px;
}

.thb-product-detail .product-information .quantity input {
	height: 48px;
}

.thb-product-detail .product-information .single_add_to_cart_button {
	padding: 0 20px;
	vertical-align: middle;
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-information .single_add_to_cart_button {
		padding: 0 30px;
		height: 50px;
		line-height: 50px;
		min-width: 280px;
		max-width: 100%;
	}
}

.thb-product-detail .product-information .thb-product-meta-before {
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
	color: #1d1d1d;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information .thb-product-meta-before {
		flex-direction: row;
		align-items: center;
	}
}

.thb-product-detail .product-information .thb-product-meta-before>div {
	padding-top: 10px;
	display: inline-flex;
	vertical-align: middle;
}

.thb-product-detail .variations_form .reset_variations {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.thb-product-detail .variations_form .woocommerce-variation-description {
	font-size: 14px;
}

.thb-product-detail .variations_form .woocommerce-variation-price {
	display: none;
}

.thb-product-detail .variations_form .variations {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	text-align: left;
}

.thb-product-detail .variations_form .variations tbody {
	border: 0;
	background: 0 0;
}

.thb-product-detail .variations_form .variations tbody tr:nth-child(even) {
	background: 0 0;
}

.thb-product-detail .variations_form .variations tbody td {
	padding: 0;
}

.thb-product-detail .variations_form .variations tbody td.value {
	padding-bottom: 20px;
}

.thb-product-detail .variations_form .variations .label,
.thb-product-detail .variations_form .variations .value {
	display: block;
	width: 100%;
	float: left;
}

.thb-product-detail .variations_form .variations select {
	max-width: 100%;
	margin-bottom: 0;
	border-radius: 120px;
	color: #757575;
}

.thb-product-detail .group_table {
	margin-bottom: 20px;
}

.thb-product-detail .group_table td {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}

.thb-product-detail .group_table td a {
	font-size: 14px;
}

.thb-product-detail .group_table td.woocommerce-grouped-product-list-item__price {
	padding-right: 0;
}

.thb-product-detail .group_table label {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: initial;
}

.wc-tabs-wrapper {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.wc-tabs-wrapper {
		margin-bottom: 45px;
	}
}

.wc-tabs-wrapper .wc-tabs {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

.wc-tabs-wrapper .wc-tabs li {
	display: inline-block;
	padding: 0;
	margin-right: 35px;
}

.wc-tabs-wrapper .wc-tabs li a {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 7px;
	color: #1d1d1d;
	border-bottom: 3px solid transparent;
}

@media only screen and (min-width: 768px) {
	.wc-tabs-wrapper .wc-tabs li a {
		padding-bottom: 16px;
		margin-bottom: 0;
	}
}

.wc-tabs-wrapper .wc-tabs li a:hover {
	color: #1d1d1d;
}

.wc-tabs-wrapper .wc-tabs li.active a {
	color: #9e0227;
	background: #fff;
	border-color: #9e0227;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
	margin: 0 auto;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody {
	border: 0 !important;
	font-size: 14px;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr {
	border-bottom: 1px solid #e8e8e8 !important;
	background: 0 0;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
	text-align: left;
	color: #1d1d1d;
	font-weight: 500;
}

.rtl .wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
	text-align: right;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr td,
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
	padding: 15px 15px 15px 0 !important;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:nth-child(even) {
	background: 0 0 !important;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:last-child {
	border-bottom: 0 !important;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value p:last-child {
	margin-bottom: 0;
}

.thb-product-nav {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	min-width: 52px;
}

.thb-product-nav .thb-product-nav-button {
	display: inline-flex;
	position: relative;
	align-items: center;
	vertical-align: middle;
}

.thb-product-nav .thb-product-nav-button .product-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	position: relative;
}

.thb-product-nav .thb-product-nav-button .product-nav-link i {
	font-size: 16px;
}

.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-left-open-mini {
	margin-right: 3px;
}

.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-right-open-mini {
	margin-left: 3px;
}

.thb-product-nav .thb-product-nav-button.product-nav-prev+.product-nav-next {
	margin-left: 20px;
}

.cross-sells>h2,
.products-title,
.single-product .products>h2 {
	width: 100%;
	display: block;
	font-size: 40px;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1;
	font-weight: 500;
	padding-top: 52px;
	margin-bottom: 30px;
}

.thb-share-product {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.thb-share-product .sd-title {
	display: inline-block;
	text-transform: none !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #757575 !important;
	margin-right: 16px !important;
}

.thb-share-product .sd-title:before {
	display: none !important;
}

.thb-share-product .sd-content {
	display: inline-block;
}

.thb-share-product .sd-content ul {
	display: flex;
	margin-bottom: 0 !important;
}

.thb-share-product .sd-content ul li {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 28px;
	text-align: left;
	margin: 0 5px 0 0;
}

.thb-share-product .sd-content ul li.share-end {
	display: none;
}

.thb-share-product .sd-content ul li .share-icon {
	padding: 0 3px 3px 0 !important;
	border: 0 !important;
	background: 0 0 !important;
	box-shadow: none !important;
	font-size: 20px;
}

.thb-share-product .sd-content ul li .share-icon:before {
	color: #757575;
}

.thb-share-product .sd-content ul li .share-icon.share-facebook:hover:before {
	color: #3b5998;
}

.thb-share-product .sd-content ul li .share-icon.share-linkedin:hover:before {
	color: #007bb6;
}

.thb-share-product .sd-content ul li .share-icon.share-twitter:hover:before {
	color: #00aced;
}

.thb-share-product .sd-content ul li .share-icon.share-instagram:hover:before {
	color: #3f729b;
}

.thb-share-product .sd-content ul li .share-icon.share-youtube:hover:before {
	color: #e52d27;
}

.thb-share-product .sd-content ul li .share-icon.share-vkontakte:hover:before {
	color: #45668e;
}

.thb-share-product .sd-content ul li .share-icon.share-pinterest:hover:before {
	color: #bd081c;
}

.thb-share-product .sd-content ul li .share-icon.share-whatsapp:hover:before {
	color: #25d366;
}

.thb-share-product .sd-content ul li .share-icon.share-jetpack-whatsapp:hover:before {
	color: #25d366;
}

.thb-share-product .sd-content ul li .share-icon.share-medium:hover:before {
	color: #00ab6c;
}

.thb-share-product .sd-content ul li .share-icon.share-email:hover:before {
	color: #9b9b9b;
}

.thb-share-product .sd-content ul li .share-icon.share-reddit:hover:before {
	color: #ff4500;
}

.thb-share-product .sd-content ul li .share-icon.share-vimeo:hover:before {
	color: #1ab7ea;
}

.thb-share-product .sd-content ul li .share-icon.share-skype:hover:before {
	color: #00aff0;
}

.thb-share-product .sd-content ul li .share-icon.share-telegram:hover:before {
	color: #08c;
}

.thb-share-product .sd-content ul li .share-icon.share-tumblr:hover:before {
	color: #35465c;
}

.thb-share-product .sd-content ul li .share-icon.share-pocket:hover:before {
	color: #ef4056;
}

.thb-share-product .sd-content ul li .share-icon span {
	display: none;
}

.thb-share-product .share-customize-link {
	display: none;
}

@media only screen and (min-width: 1068px) {
	body.woocommerce-account .header {
		margin-bottom: 75px;
	}
}

.woocommerce-account.logged-in .woocommerce {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.woocommerce-account.logged-in .woocommerce {
		flex-direction: row;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	flex-shrink: 0;
	max-width: 300px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	color: #6b6b6b;
	text-decoration: underline;
}

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

.woocommerce-account .woocommerce-MyAccount-content .form-row em {
	font-size: 11px;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
	background: 0 0;
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
	font-size: 20px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #1d1d1d;
	float: left;
	width: 100%;
}

.woocommerce-account .u-columns {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.woocommerce-account .u-columns {
		flex-direction: row;
	}
}

.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2 {
	flex: 1;
}

@media only screen and (min-width: 768px) {

	.woocommerce-account .u-columns .u-column1,
	.woocommerce-account .u-columns .u-column2 {
		padding: 0 9%;
	}
}

.woocommerce-account .woocommerce-form {
	width: 100%;
}

.woocommerce-account .woocommerce-form h2 {
	font-weight: 400;
}

.woocommerce-account .woocommerce-form .input-text {
	width: 100%;
}

.woocommerce-account .u-column2 {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
	.woocommerce-account .u-column2 {
		padding-top: 0;
		margin-top: 0;
		border-left: 1px solid #e8e8e8;
		border-top: 0;
	}
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
}

@media only screen and (min-width: 768px) {
	#customer_login h2 {
		font-size: 24px;
		margin-bottom: 0;
	}
}

.woocommerce-form-register p {
	font-size: 14px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	font-size: 12px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text p {
	font-size: inherit;
}

.woocommerce-form-register .woocommerce-password-strength {
	display: flex;
	margin: 4px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 12px 16px;
	background: #ffdada;
	color: #e43737;
}

.woocommerce-form-register .woocommerce-password-strength.good,
.woocommerce-form-register .woocommerce-password-strength.medium {
	background: #d8fcda;
	color: #15a93b;
}

.woocommerce-form-register .woocommerce-password-hint {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.woocommerce-form-login .woocommerce-LostPassword {
	display: flex;
	flex-direction: column;
	clear: both;
}

@media only screen and (min-width: 768px) {
	.woocommerce-form-login .woocommerce-LostPassword {
		flex-direction: row;
		justify-content: space-between;
	}
}

.woocommerce-form-login .woocommerce-LostPassword a {
	display: inline-block;
	clear: left;
	font-size: 14px;
	vertical-align: middle;
}

.woocommerce-form-login .woocommerce-LostPassword label {
	display: inline-flex;
	align-items: center;
}

.woocommerce-form-login .woocommerce-form-login__submit {
	display: block;
}

.addresses {
	margin: 0 -15px;
}

.addresses .col-1,
.addresses .col-2 {
	float: left;
	width: 100%;
	padding: 0 15px;
}

@media only screen and (min-width: 768px) {

	.addresses .col-1,
	.addresses .col-2 {
		width: 50%;
	}
}

.addresses .woocommerce-Address {
	margin-bottom: 40px;
}

.addresses .woocommerce-Address address {
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.addresses .woocommerce-Address {
		margin-bottom: 0;
	}
}

.woocommerce-ResetPassword {
	padding: 10vh 0;
	max-width: 500px;
	margin: 0 auto;
}

.woocommerce-ResetPassword label {
	display: block;
}

.woocommerce-ResetPassword .input-text {
	min-width: 300px;
}

#side-cart {
	bottom: auto;
	transform: translateX(calc(100% + 30px));
}

@media screen and (min-width: 601px) {
	.admin-bar #side-cart {
		top: 71px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar #side-cart {
		top: 57px;
	}
}

#side-cart.active {
	transform: translateX(0);
	opacity: 1;
}

#side-cart .thb-header-after-cart {
	font-size: 20px;
	margin: 0 auto 35px auto;
	padding: 0 24px;
	text-align: center;
}

#side-filters {
	transform: translateX(calc(-100% - 30px));
	height: auto;
	bottom: auto;
}

@media only screen and (min-width: 768px) {
	#side-filters {
		top: 25px;
		right: auto;
		left: 25px;
	}
}

@media screen and (min-width: 601px) {
	.admin-bar #side-filters {
		top: 71px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar #side-filters {
		top: 57px;
	}
}

#side-filters .widget>* {
	display: none;
	border-bottom: 1px solid #000;
	padding: 18px 25px;
}

#side-filters .widget>.thb-widget-title {
	display: block;
	position: relative;
	border-bottom: 1px solid #000;
	padding: 18px 25px;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}

#side-filters .widget>.thb-widget-title span {
	display: flex;
	align-items: center;
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 16px;
	width: 30px;
	height: 100%;
}

#side-filters .widget>.thb-widget-title:hover {
	cursor: pointer;
	background-color: rgba(158, 2, 39, 0.05);
	color: #9e0227;
}

#side-filters .widget>.thb-widget-title.active {
	background-color: rgba(158, 2, 39, 0.05);
	color: #9e0227;
}

#side-filters .widget:last-child>* {
	border-bottom: 0;
}

#side-filters .widget>.thb-widget-title.active {
	border-bottom: 1px solid #000;
}

#side-filters .widget .wc-layered-nav-term {
	display: inline-block;
	border: 1px solid #000;
	margin-right: 8px;
	border-radius: 20px;
	padding: 5px 13px;
	font-size: 12px;
	font-weight: 700;
}

#side-filters .widget .wc-layered-nav-term a {
	display: inline-block;
	padding: 0;
}

#side-filters .widget .wc-layered-nav-term a::before {
	display: none;
}

#side-filters .widget .wc-layered-nav-term span.count {
	margin: 0;
	transition: all 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
}

#side-filters .widget .wc-layered-nav-term.chosen,
#side-filters .widget .wc-layered-nav-term:hover {
	background: #000;
	color: #fff;
}

#side-filters .widget .wc-layered-nav-term.chosen a,
#side-filters .widget .wc-layered-nav-term:hover a {
	color: #fff;
}

#side-filters .widget .wc-layered-nav-term:hover {
	cursor: pointer;
}

.woocommerce-cart h2 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 1px;
	font-weight: 600;
}

.remove {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400 !important;
	font-size: 18px !important;
}

.remove:hover {
	color: #fff !important;
	background: #1d1d1d;
	border-color: #1d1d1d;
}

.coupon {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.coupon label {
	display: none;
}

.coupon .input-text {
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
}

@media only screen and (min-width: 1068px) {
	.coupon {
		flex-direction: row;
		max-width: 390px;
	}

	.coupon .input-text {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

.thb-cart-column {
	margin-bottom: 35px;
}

.thb-cart-column .shop_table {
	margin-bottom: 35px;
}

.thb-cart-column .shop_table div.quantity input {
	min-width: none;
	width: 70px;
	height: 40px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.thb-cart-column {
		padding-right: 45px;
	}
}

@media only screen and (min-width: 1068px) {
	.thb-cart-column {
		padding-right: 0px;
	}
}

.cart-collaterals {
	position: sticky;
	top: 100px;
	left: 0;
}

.shop_table {
	table-layout: auto;
	border-collapse: collapse !important;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	font-size: 15px;
	border: none !important;
}

.shop_table .amount {
	font-size: inherit;
	font-weight: 500;
	color: #9e0227;
}

.shop_table .actions {
	margin-bottom: 15px;
}

@media only screen and (min-width: 1068px) {
	.shop_table .actions {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1068px) {
	.shop_table .actions .coupon {
		float: left;
	}
}

.shop_table .actions>.button {
	width: 100%;
	margin-top: 10px;
}

@media only screen and (min-width: 1068px) {
	.shop_table .actions>.button {
		width: auto;
		margin-top: 0;
	}
}

.shop_table td,
.shop_table th {
	padding: 20px 0;
}

@media only screen and (min-width: 1068px) {

	.shop_table td,
	.shop_table th {
		padding: 25px 0;
	}
}

.shop_table td.shipping__inner,
.shop_table th.shipping__inner {
	padding: 0 !important;
}

.shop_table td.shipping__inner .shop_table,
.shop_table th.shipping__inner .shop_table {
	margin: 0;
}

.shop_table td.shipping__inner .shop_table tbody,
.shop_table th.shipping__inner .shop_table tbody {
	border: 0;
}

.shop_table td.shipping__inner .shop_table tbody tr td,
.shop_table td.shipping__inner .shop_table tbody tr th,
.shop_table th.shipping__inner .shop_table tbody tr td,
.shop_table th.shipping__inner .shop_table tbody tr th {
	padding-top: 20px;
	padding-bottom: 20px;
}

.shop_table td.product-name,
.shop_table th.product-name {
	color: #1d1d1d;
}

.shop_table td.product-name strong,
.shop_table th.product-name strong {
	font-weight: 400;
}

.shop_table td.product-name dl.variation,
.shop_table th.product-name dl.variation {
	display: block;
}

.shop_table td.product-name .amount.price-mobile,
.shop_table th.product-name .amount.price-mobile {
	display: block;
	margin-top: 5px;
}

@media only screen and (min-width: 1068px) {

	.shop_table td.product-name .amount.price-mobile,
	.shop_table th.product-name .amount.price-mobile {
		display: none;
	}
}

.shop_table thead tr {
	font-size: 12px;
	border-bottom: 0px solid #1d1d1d;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	color: #1d1d1d;
}

.shop_table thead tr th {
	padding-top: 0;
	padding-bottom: 15px;
}

.woocommerce table.shop_table th {
	font-weight: 500;
	padding: 9px 12px;
	line-height: 1.5em;
	font-size: 16px;
	text-transform: capitalize;
}

.shop_table thead tr th:first-child {
	text-align: left;
}

.shop_table thead tr th:last-child {
	text-align: right;
}

@media only screen and (max-width: 1068px) {

	.shop_table thead tr th.product-price,
	.shop_table thead tr th.product-subtotal {
		display: none;
	}

	.coupon {

		flex-direction: unset !important;

	}
}

@media only screen and (max-width: 1068px) {
	.shop_table thead tr th.product-quantity {
		padding-right: 0;
		text-align: right;
	}
}

@media only screen and (min-width: 1068px) {
	.shop_table tbody tr td {
		padding-right: 25px;
	}

}

@media only screen and (max-width: 1068px) {
	.shop_table tbody tr td.product-remove {
		width: 0;
		padding: 0;
		position: relative;
	}

	.shop_table tbody tr td.product-remove .remove {
		position: absolute;
		top: 10px;
		left: 0;
	}
}

@media only screen and (max-width: 1068px) {

	.shop_table tbody tr td.product-price,
	.shop_table tbody tr td.product-subtotal {}
}

@media only screen and (max-width: 1068px) {
	.shop_table tbody tr td.product-quantity {
		padding-right: 0;
		text-align: right;
	}
}

.shop_table tbody tr td.product-name>a {
	line-height: 1.2;
	font-weight: 400;
	color: #000;
}

@media only screen and (max-width: 1068px) {
	.shop_table tbody tr td.product-name>a {
		font-size: 15px;
	}
}

.shop_table tbody tr td.product-name .mobile-product-price {
	margin-top: 5px;
	font-size: 12px;
}

.shop_table tbody tr td.product-thumbnail {
	max-width: 112px;
}

.shop_table tbody tr td.product-thumbnail>a {
	display: inline-block;
}

.shop_table tbody tr td.product-thumbnail>a img {
	max-width: 80px;
}

.shop_table tbody tr td.actions .button.style2 {
	margin-top: 20px;
}

@media only screen and (min-width: 1068px) {
	.shop_table tbody tr td.actions .button.style2 {
		margin-top: 0;
	}
}

.shop_table tbody tr td:last-child {
	text-align: right;
	/*! padding-right:0 */
}

.shop_table tbody tr.woocommerce-shipping-totals th {
	vertical-align: top;
	width: 100px;
}

.shop_table tbody tr.woocommerce-shipping-totals td {
	padding-left: 30px;
	text-align: left;
}

.shop_table tbody tr.order-total .amount {
	font-size: 20px;
}

.shop_table tfoot {
	border-top: 1px solid #e8e8e8;
}

.shop_table tfoot tr {
	border-bottom: 1px solid #e8e8e8;
}

.shop_table tfoot tr:last-of-type {
	border-bottom: 0;
}

.shop_table tfoot tr th {
	color: #1d1d1d;
	font-weight: 400;
}

.shop_table tfoot tr td:last-child {
	text-align: right;
	/*! padding-right:0 */
}

.shop_table tfoot tr.woocommerce-shipping-totals th {
	vertical-align: top;
	width: 100px;
}

.shop_table tfoot tr.woocommerce-shipping-totals td {
	padding-left: 30px;
	text-align: left;
}

.cart-collaterals .shop_table tbody tr:first-child td,
.cart-collaterals .shop_table tbody tr:first-child th {
	padding-top: 0;
}

.cart-collaterals .shop_table tbody tr td,
.cart-collaterals .shop_table tbody tr th {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cart-collaterals .shop_table tbody tr th {
	font-weight: 500;
}

.cart-collaterals .shop_table tbody tr td {
	border-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table thead tr:first-child th {
	padding-top: 0;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-of-type {
	margin-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table thead th:first-child,
.shop_table.woocommerce-checkout-review-order-table thead tr:first-child {
	min-width: 150px;
}

.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table th {
	padding-top: 15px;
	padding-bottom: 15px;
}

.shop_table.woocommerce-checkout-review-order-table td.product-name {
	font-size: 14px;
}

@media only screen and (min-width: 1068px) {
	.shop_table.woocommerce-checkout-review-order-table td.product-name {
		min-width: 200px;
	}
}

.wc-proceed-to-checkout .button {
	width: 100%;
	font-size: 14px;
	line-height: 50px;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color: var(--main);
  color: #000;}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce-shipping-methods {
	display: inline-block;
	list-style: none;
	text-align: left;
	margin: 0;
	font-size: 14px;
}

.woocommerce-shipping-methods li {
	margin-bottom: 10px;
}

.woocommerce-shipping-methods label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-shipping-methods input {
	vertical-align: middle;
}

.woocommerce-shipping-methods input[type="radio"]+label {
	margin: 0 0 0 5px;
}

.woocommerce-shipping-methods+.woocommerce-shipping-destination {
	font-size: 14px;
}

.woocommerce-shipping-calculator {
	text-align: left;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #9e0227;
}

.woocommerce-shipping-calculator .button {
	width: 100%;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
	text-align: left;
	padding-top: 15px;
}

.woocommerce-shipping-calculator .shipping-calculator-form .input-text {
	width: 100%;
}

.woocommerce-shipping-calculator .shipping-calculator-form p {
	margin-bottom: 5px;
}

.woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}

.cart_totals {
	padding: 15px !important;
	border: 1px solid #d5d5d5;
	border-radius: 16px !important;
	border-collapse: collapse;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

@media only screen and (min-width: 1068px) {
	.cart_totals {
		/*! padding:30px */
	}
}

form.woocommerce-checkout {
	clear: both;
}

@media only screen and (min-width: 768px) {
	.thb-checkout-form-column {
		padding-right: 45px;
	}
}

.thb-checkout-form-column #billing_address_1_field,
.thb-checkout-form-column #shipping_address_1_field {
	margin-bottom: 10px;
}

.thb-checkout-form-column .woocommerce-billing-fields {
	margin-bottom: 10px;
}

.wc_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc_payment_methods li {
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
}

.wc_payment_methods li .input-radio {
	margin-right: 12px;
}

.wc_payment_methods li label {
	font-weight: 500;
	margin-bottom: 0;
}

.wc_payment_methods li .payment_box {
	font-size: 14px;
	padding-left: 30px;
	padding-top: 15px;
}

.wc_payment_methods li .payment_box :last-child {
	margin-bottom: 0;
}

.wc_payment_methods li.payment_method_paypal label img {
	height: 20px;
	margin: 0 20px;
	vertical-align: middle;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	font-size: 12px;
}

.woocommerce-terms-and-conditions-wrapper .input-checkbox {
	margin-right: 15px;
}

.woocommerce-terms-and-conditions-wrapper label {
	font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper label a {
	color: #9e0227;
}

.woocommerce-terms-and-conditions-wrapper label a:hover {
	color: #1d1d1d;
}

#place_order {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	height: 55px;
}

.woocommerce-order-overview {
	border: 2px dashed #7a7a7a;
	list-style: none;
	padding: 4%;
	margin: 0 0 50px;
	color: #1d1d1d;
}

.woocommerce-order-details .woocommerce-column__title {
	font-size: 24px;
	margin-bottom: 30px;
}

.woocommerce-order-details .woocommerce-order-details__title {
	font-size: 24px;
	margin-bottom: 30px;
}

.woocommerce-order-details .shop_table.order_details {
	margin-bottom: 30px;
}

.woocommerce-order-details .shop_table.order_details tbody tr td,
.woocommerce-order-details .shop_table.order_details tfoot tr td,
.woocommerce-order-details .shop_table.order_details tfoot tr th {
	padding: 15px 0;
}

.beforefooter {
	border-top: 1px solid #e8e8e8;
	padding: 24px 0;
	font-size: 24px;
	font-weight: 500;
}

.beforefooter a {
	color: #9e0227;
	text-decoration: underline;
}

.footer .footer-row {
	position: relative;
	z-index: 9999;
}

.comment-form-rating .footer p.stars:before,
.comment-form-rating .footer p.stars>span:before,
.footer .amount,
.footer .comment-form-rating p.stars:before,
.footer .comment-form-rating p.stars>span:before,
.footer .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.footer .products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span:before,
.footer .star-rating:before,
.footer .star-rating>span:before,
.footer .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before,
.footer .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars>span:before,
.footer .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.footer .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span:before,
.products .wc-block-grid__product .wc-block-grid__product-rating .footer .star-rating:before,
.products .wc-block-grid__product .wc-block-grid__product-rating .footer .star-rating>span:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .footer .star-rating:before,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .footer .star-rating>span:before {
	color: #fff;
}

.footer.footer-full-width-on>.row {
	max-width: none;
}

.footer .widget .thb-widget-title,
.footer .widget .wp-block-group__inner-container h2 {
	color: #fff;
	border-bottom: 0;
	padding-bottom: 0;
	font-size: 28px;
}

@media only screen and (min-width: 1068px) {
	.footer .footer-large-left-column {
		margin-right: auto;
	}
}

@media only screen and (min-width: 1068px) {
	.footer .footer-large-right-column {
		margin-left: auto;
	}
}

.subfooter {
	background: #161817;
	width: 100%;
	z-index: 10;
	font-size: 12px;
	padding: 30px 0;
	position: relative;
	color: rgba(255, 255, 255, 0.6);
}

.subfooter p {
	font-size: inherit;
	margin-bottom: 0;
}

.subfooter a {
	color: #fff;
}

.subfooter a:hover {
	color: #9e0227;
}

.subfooter.subfooter-full-width-on .row.subfooter-row {
	max-width: none;
}

#scroll_to_top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9e0227;
	border: 2px solid #f9f2d8;
	color: #f9f2d8;
	position: fixed;
	bottom: -50px;
	right: 15px;
	z-index: 100;
}

.rtl #scroll_to_top {
	right: auto;
	left: 15px;
}

#scroll_to_top svg path {
	fill: #f9f2d8;
}

#scroll_to_top.active {
	bottom: 15px;
}

#scroll_to_top:hover {
	background: #f9f2d8;
	cursor: pointer;
}

#scroll_to_top:hover svg path {
	fill: #1d1d1d;
}

#place_order {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	height: 55px;
	/*! line-height: 55px; */
}


.woocommerce a.remove {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	color: rgba(0, 0, 0, 0.6) !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background: #b40a0b;
	border-color: #b40a0b;
}

.products,
.wc-block-grid__products {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	min-width: 100%;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.products .product,
.wc-block-grid__products .product {
	padding: 0;
}

.products .product:hover,
.wc-block-grid__products .product:hover {
	transition: 0.6s;
	z-index: 1;

}

.products .wc-block-grid__product,
.wc-block-grid__products .wc-block-grid__product {
	padding: 0 !important;
}

.products .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	margin: 0;
}

.products .wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0;
}

.products .product,
.products .wc-block-grid__product,
.wc-block-grid__products .product,
.wc-block-grid__products .wc-block-grid__product {
	text-align: left;
}

.rtl .products .product,
.rtl .products .wc-block-grid__product,
.rtl .wc-block-grid__products .product,
.rtl .wc-block-grid__products .wc-block-grid__product {
	text-align: right;
}

.products .product,
.wc-block-grid__products .product {
	display: inline-block;
	flex-direction: column;
	border: 0px solid #1d1d1d;
	margin: -1px 0 0 -1px !important;
}

.products .product .thb-product-inner-wrapper,
.wc-block-grid__products .product .thb-product-inner-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-top: 0 !important;
}

.products .product .thb-product-inner-wrapper .thb-product-inner-content,
.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content {
	flex: 1;
	display: flex;
	padding: 25px;
	flex-direction: column;
	padding: 15px;
}

.products .product .thb-product-inner-wrapper .thb-product-inner-content> :last-child,
.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content> :last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1068px) {

	.products .product .thb-product-inner-wrapper .thb-product-inner-content,
	.wc-block-grid__products .product .thb-product-inner-wrapper .thb-product-inner-content {
		padding: 20px 25px;
	}
}

.products .product .thb-product-inner-wrapper .price,
.wc-block-grid__products .product .thb-product-inner-wrapper .price {
	margin-bottom: auto;
	margin-left: 0;
}

.rtl .products .product .thb-product-inner-wrapper .price,
.rtl .wc-block-grid__products .product .thb-product-inner-wrapper .price {
	margin-left: auto;
	margin-right: 0;
}

.products .product .thb-product-inner-wrapper .button,
.products .product .thb-product-inner-wrapper .wp-block-button__link,
.wc-block-grid__products .product .thb-product-inner-wrapper .button,
.wc-block-grid__products .product .thb-product-inner-wrapper .wp-block-button__link {
	border-radius: 0;
	margin: 0;
	height: 40px;
	line-height: 1.3;
	background: 0 0;
	color: #323232;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 13px 0;
	width: 100%;
}

.products .product .thb-product-inner-wrapper .button:hover,
.products .product .thb-product-inner-wrapper .wp-block-button__link:hover,
.wc-block-grid__products .product .thb-product-inner-wrapper .button:hover,
.wc-block-grid__products .product .thb-product-inner-wrapper .wp-block-button__link:hover {
	text-decoration: underline;
	color: #9e0227;
}

.products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2px;
	line-height: 1.4;
}

.products .product .woocommerce-loop-product__title a,
.wc-block-grid__products .product .woocommerce-loop-product__title a {
	color: #1d1d1d;
}

.products .product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .product .woocommerce-loop-product__title a:hover {
	color: #9e0227;
}

.products .product .woocommerce-loop-product__title a .wc-block-grid__product-title,
.wc-block-grid__products .product .woocommerce-loop-product__title a .wc-block-grid__product-title {
	margin: 0;
	font-weight: inherit;
	line-height: inherit;
}

.products .product .product-category,
.wc-block-grid__products .product .product-category {
	line-height: 1;
	margin-bottom: 9px;
}

.products .product .product-category a,
.wc-block-grid__products .product .product-category a {
	color: #6b6b6b;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.products .product .product-thumbnail,
.wc-block-grid__products .product .product-thumbnail {
	margin: 0;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
	overflow: hidden;
}

.products .product .product-thumbnail>a,
.wc-block-grid__products .product .product-thumbnail>a {
	display: block;
	background: 0 0;
	color: #323232;
	line-height: 0;
	font-weight: 400;
}

.products .product .product-thumbnail>a .wc-block-grid__product-image,
.wc-block-grid__products .product .product-thumbnail>a .wc-block-grid__product-image {
	margin-bottom: 0;
}

.products .product .product-thumbnail img,
.wc-block-grid__products .product .product-thumbnail img {
	width: 100%;
}

.products .product .thb-product-image-link.thb-second-image,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image {
	position: relative;
}

.products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: center;
}

.products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover img,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image .product_thumbnail_hover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products .product .thb-product-image-link.thb-second-image:hover .product_thumbnail_hover,
.wc-block-grid__products .product .thb-product-image-link.thb-second-image:hover .product_thumbnail_hover {
	opacity: 1;
}

.products .product .added_to_cart,
.wc-block-grid__products .product .added_to_cart {}

.onsale,
.wc-block-grid__product-onsale {
	position: absolute;
	color: #f9f2d8;
	background: #9e0227;
	top: 0;
	left: auto;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	padding: 10px 12px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	z-index: 10;
	border-radius: 0;
}

.elementor-widget-woocommerce-products .elementor-element.elementor-products-grid ul.products li.product {
	flex: none;
	max-width: 100%;
}

.products .product-category .thb-category-link {
	display: block;
	text-align: center;
}

.products .product-category .thb-category-link .woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #1d1d1d;
	border-top: 1px solid #1d1d1d;
	height: 65px;
	vertical-align: middle;
	margin: 0;
}

.products .product-category .thb-category-link .woocommerce-loop-category__title .count {
	background: 0 0;
	margin-left: 5px;
}

.thb-product-detail .sidebar {
	display: none;
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .sidebar {
		display: block;
	}
}

.thb-product-detail .thb-product-main-row {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .thb-product-main-row {
		margin-bottom: 80px;
		flex-direction: row;
	}
}

.thb-product-detail .product-gallery-column {
	position: relative;
	width: 100%;
	max-width: 540px;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-gallery-column {
		width: 50%;
	}
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-gallery-column {
		flex: 0.44;
		width: 100%;
	}
}

.thb-product-detail .woocommerce-product-gallery {
	position: relative;
	border: 1px solid #dbdbdb;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .woocommerce-product-gallery {
		max-width: 540px;
	}
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image>a {
	display: block;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image>a img {
	width: 100%;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 30;
	padding: 10px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 9999em;
	background: url("../img/svg/product-zoom.svg") center center no-repeat;
}

.rtl .thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	text-indent: -9999em;
}

.thb-product-detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	visibility: hidden;
	opacity: 0;
}

.thb-product-detail .flex-control-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thb-product-detail .flex-control-thumbs li {
	width: 90px;
	float: left;
	position: relative;
	margin-right: 8px;
	margin-top: 8px;
}

.thb-product-detail .flex-control-thumbs li img {
	border: 1px solid #e8e8e8;
}

.thb-product-detail .flex-control-thumbs li img.flex-active {
	border-color: #9e0227;
}

.thb-product-detail .woocommerce-product-gallery__wrapper {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.thb-product-detail .product-information {
	margin-top: 30px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information {
		margin-top: 0;
		flex: 1;
		width: 50%;
	}
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-information {
		width: 100%;
		flex: 0.56;
	}
}

.thb-product-detail .product-information .summary {
	max-width: 590px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information .summary {
		padding: 0 30px;
	}
}

.thb-product-detail .product-information h1 {
	display: block;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2;
}

.thb-product-detail .product-information .woocommerce-product-rating {
	font-size: 13px;
	margin-bottom: 15px;
}

.comment-form-rating .thb-product-detail .product-information .woocommerce-product-rating p.stars,
.thb-product-detail .product-information .woocommerce-product-rating .comment-form-rating p.stars,
.thb-product-detail .product-information .woocommerce-product-rating .star-rating,
.thb-product-detail .product-information .woocommerce-product-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	margin-right: 5px;
}

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
	color: #757575;
}

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #9e0227;
}

.thb-product-detail .product-information .price {
	margin: 0 0 20px;
}

.thb-product-detail .product-information .price .amount {
	font-size: 24px;
}

.thb-product-detail .product-information .price .price {
	margin: 0;
}

.thb-product-detail .product-information .out-of-stock {
	display: flex;
	height: 48px;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	border: 1px solid #d4d4d4;
	font-size: 12px;
	font-weight: 500;
	color: #ff532e;
	text-transform: uppercase;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description {
	font-size: 16px;
	margin-bottom: 25px;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description p {
	font-size: inherit;
	margin-bottom: 10px;
}

.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description> :last-child {
	margin-bottom: 0;
}

.thb-product-detail .product-information .product_meta {
	font-size: 12px;
	line-height: 1;
	margin-top: 30px;
}

.thb-product-detail .product-information .product_meta>span {
	display: block;
	margin-bottom: 3px;
	line-height: 1.5;
}

.thb-product-detail .product-information .product_meta>span span {
	color: #1d1d1d;
}

.thb-product-detail .product-information label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
}

.thb-product-detail .product-information .quantity {
	margin-right: 5px;
}

.thb-product-detail .product-information .quantity+.single_add_to_cart_button {
	margin-left: 5px;
}

.thb-product-detail .product-information .quantity input {
	height: 48px;
}

.thb-product-detail .product-information .single_add_to_cart_button {
	padding: 0 20px;
	vertical-align: middle;
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-information .single_add_to_cart_button {
		padding: 0 30px;
		height: 50px;
		line-height: 50px;
		min-width: 280px;
		max-width: 100%;
	}
}

.thb-product-detail .product-information .thb-product-meta-before {
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
	color: #1d1d1d;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail .product-information .thb-product-meta-before {
		flex-direction: row;
		align-items: center;
	}
}

.thb-product-detail .product-information .thb-product-meta-before>div {
	padding-top: 10px;
	display: inline-flex;
	vertical-align: middle;
}

.thb-product-detail .variations_form .reset_variations {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.thb-product-detail .variations_form .woocommerce-variation-description {
	font-size: 14px;
}

.thb-product-detail .variations_form .woocommerce-variation-price {
	display: none;
}

.thb-product-detail .variations_form .variations {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	text-align: left;
}

.thb-product-detail .variations_form .variations tbody {
	border: 0;
	background: 0 0;
}

.thb-product-detail .variations_form .variations tbody tr:nth-child(even) {
	background: 0 0;
}

.thb-product-detail .variations_form .variations tbody td {
	padding: 0;
}

.thb-product-detail .variations_form .variations tbody td.value {
	padding-bottom: 20px;
}

.thb-product-detail .variations_form .variations .label,
.thb-product-detail .variations_form .variations .value {
	display: block;
	width: 100%;
	float: left;
}

.thb-product-detail .variations_form .variations select {
	max-width: 100%;
	margin-bottom: 0;
	border-radius: 120px;
	color: #757575;
}

.thb-product-detail .group_table {
	margin-bottom: 20px;
}

.thb-product-detail .group_table td {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}

.thb-product-detail .group_table td a {
	font-size: 14px;
}

.thb-product-detail .group_table td.woocommerce-grouped-product-list-item__price {
	padding-right: 0;
}

.thb-product-detail .group_table label {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: initial;
}

.wc-tabs-wrapper {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.wc-tabs-wrapper {
		margin-bottom: 45px;
	}
}

.wc-tabs-wrapper .wc-tabs {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

.wc-tabs-wrapper .wc-tabs li {
	display: inline-block;
	padding: 0;
	margin-right: 35px;
}

.wc-tabs-wrapper .wc-tabs li a {
	display: inline-flex;
	align-items: center;
	font-size: 1.15rem!important;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 7px;
	color: #1d1d1d;
	border-bottom: 3px solid transparent;
}

@media only screen and (min-width: 768px) {
	.wc-tabs-wrapper .wc-tabs li a {
		padding-bottom: 16px;
		margin-bottom: 0;
	}
}

.wc-tabs-wrapper .wc-tabs li a:hover {
	color: #132573;
}

.wc-tabs-wrapper .wc-tabs li.active a {
	color: #132573 !important;
  background: #fff;
  border-color: #132573;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
	margin: 0 auto;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody {
	border: 0 !important;
	font-size: 14px;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr {
	border-bottom: 1px solid #e8e8e8 !important;
	background: 0 0;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
	text-align: left;
	color: #1d1d1d;
	font-weight: 500;
}

.rtl .wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
	text-align: right;
}


.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr td, .wc-tabs-wrapper table.woocommerce-product-attributes tbody tr th {
  padding: 5px !important; font-size:14px;
}
.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:nth-child(even) {
	background: 0 0 !important;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr:last-child {
	border-bottom: 0 !important;
}

.wc-tabs-wrapper table.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value p:last-child {
	margin-bottom: 0;
}

.thb-product-nav {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	min-width: 52px;
}

.thb-product-nav .thb-product-nav-button {
	display: inline-flex;
	position: relative;
	align-items: center;
	vertical-align: middle;
}

.thb-product-nav .thb-product-nav-button .product-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	position: relative;
}

.thb-product-nav .thb-product-nav-button .product-nav-link i {
	font-size: 16px;
}

.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-left-open-mini {
	margin-right: 3px;
}

.thb-product-nav .thb-product-nav-button .product-nav-link .thb-icon-right-open-mini {
	margin-left: 3px;
}

.thb-product-nav .thb-product-nav-button.product-nav-prev+.product-nav-next {
	margin-left: 20px;
}

.cross-sells>h2,
.products-title,
.single-product .products>h2 {
	width: 100%;
	display: block;
	font-size: 28px;
	display: block;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	line-height: 1;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 0px;
}

.thb-share-product {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.thb-share-product .sd-title {
	display: inline-block;
	text-transform: none !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #757575 !important;
	margin-right: 16px !important;
}

.thb-share-product .sd-title:before {
	display: none !important;
}

.thb-share-product .sd-content {
	display: inline-block;
}

.thb-share-product .sd-content ul {
	display: flex;
	margin-bottom: 0 !important;
}

.thb-share-product .sd-content ul li {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 28px;
	text-align: left;
	margin: 0 5px 0 0;
}

.thb-share-product .sd-content ul li.share-end {
	display: none;
}

.thb-share-product .sd-content ul li .share-icon {
	padding: 0 3px 3px 0 !important;
	border: 0 !important;
	background: 0 0 !important;
	box-shadow: none !important;
	font-size: 20px;
}

.thb-share-product .sd-content ul li .share-icon:before {
	color: #757575;
}

.thb-share-product .sd-content ul li .share-icon.share-facebook:hover:before {
	color: #3b5998;
}

.thb-share-product .sd-content ul li .share-icon.share-linkedin:hover:before {
	color: #007bb6;
}

.thb-share-product .sd-content ul li .share-icon.share-twitter:hover:before {
	color: #00aced;
}

.thb-share-product .sd-content ul li .share-icon.share-instagram:hover:before {
	color: #3f729b;
}

.thb-share-product .sd-content ul li .share-icon.share-youtube:hover:before {
	color: #e52d27;
}

.thb-share-product .sd-content ul li .share-icon.share-vkontakte:hover:before {
	color: #45668e;
}

.thb-share-product .sd-content ul li .share-icon.share-pinterest:hover:before {
	color: #bd081c;
}

.thb-share-product .sd-content ul li .share-icon.share-whatsapp:hover:before {
	color: #25d366;
}

.thb-share-product .sd-content ul li .share-icon.share-jetpack-whatsapp:hover:before {
	color: #25d366;
}

.thb-share-product .sd-content ul li .share-icon.share-medium:hover:before {
	color: #00ab6c;
}

.thb-share-product .sd-content ul li .share-icon.share-email:hover:before {
	color: #9b9b9b;
}

.thb-share-product .sd-content ul li .share-icon.share-reddit:hover:before {
	color: #ff4500;
}

.thb-share-product .sd-content ul li .share-icon.share-vimeo:hover:before {
	color: #1ab7ea;
}

.thb-share-product .sd-content ul li .share-icon.share-skype:hover:before {
	color: #00aff0;
}

.thb-share-product .sd-content ul li .share-icon.share-telegram:hover:before {
	color: #08c;
}

.thb-share-product .sd-content ul li .share-icon.share-tumblr:hover:before {
	color: #35465c;
}

.thb-share-product .sd-content ul li .share-icon.share-pocket:hover:before {
	color: #ef4056;
}

.thb-share-product .sd-content ul li .share-icon span {
	display: none;
}

.thb-share-product .share-customize-link {
	display: none;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: star;
	src: url("../../../../../../../plugins/woocommerce/assets/fonts/star.eot");
	src: url("../../../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"),
		url("../../../../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: WooCommerce;
	src: url("../../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot");
	src: url("../../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"),
		url("../../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("../../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
	font-weight: 400;
	font-style: normal;
}

.woocommerce-store-notice,
p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
	display: none;
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff;
	text-decoration: underline;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.admin-bar p.demo_store {
	top: 32px;
}

.clear {
	clear: both;
}

.ast-site-header-cart,
.woocommerce .ast-site-header-cart {
	position: relative;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	order: 1;
}

.ast-site-header-cart:focus .widget_shopping_cart,
.ast-site-header-cart:hover .widget_shopping_cart,
.woocommerce .ast-site-header-cart:focus .widget_shopping_cart,
.woocommerce .ast-site-header-cart:hover .widget_shopping_cart {
	right: 0;
	left: auto;
	opacity: 1;
	visibility: visible;
}

.ast-site-header-cart .ast-shopping-cart-icon,
.woocommerce .ast-site-header-cart .ast-shopping-cart-icon {
	display: initial;
	vertical-align: middle;
}

.ast-site-header-cart .ast-shopping-cart-icon:before,
.woocommerce .ast-site-header-cart .ast-shopping-cart-icon:before {
	content: "\e854";
	font-family: Astra;
	font-size: 18px;
	font-size: 1.2857rem;
}

.ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul {
	text-align: left;
	width: auto;
	position: static;
	left: auto;
	top: auto;
	border-top: 0;
}

.ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message {
	text-align: left;
}

.ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-site-header-cart .widget_shopping_cart {
	background-color: #fff;
	position: absolute;
	top: 100%;
	width: 280px;
	z-index: 999999;
	font-size: 0.875em;
	left: -999em;
	display: block;
	line-height: 1.618;
	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
	border: 2px solid #e6e6e6;
	opacity: 0;
	visibility: hidden;
}

.ast-site-header-cart .widget_shopping_cart:after,
.ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	bottom: 100%;
	left: auto;
	right: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-site-header-cart .widget_shopping_cart:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
	margin-bottom: -0.3px;
}

.ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	border-color: rgba(230, 230, 230, 0);
	border-bottom-color: #e6e6e6;
	border-width: 9px;
	margin-left: -5px;
	right: 5px;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget {
	padding: 1em 1.5em;
	max-height: 500px;
	max-height: 50vh;
	overflow-y: auto;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li {
	padding: 0.5em 2em 0.5em 5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child {
	border-bottom: 0;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li img,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li img {
	max-width: 4em;
	margin: 0 0 0.5em 0;
}

.ast-site-header-cart .widget_shopping_cart p.buttons,
.ast-site-header-cart .widget_shopping_cart p.total,
.woocommerce .ast-site-header-cart .widget_shopping_cart p.buttons,
.woocommerce .ast-site-header-cart .widget_shopping_cart p.total {
	padding: 1em 1.5em;
	margin: 0;
	text-align: center;
}

.ast-site-header-cart .widget_shopping_cart .buttons .button,
.ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward,
.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button,
.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward {
	display: block;
	margin-right: 0;
	width: 100%;
	margin-left: 0;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 1.41575em;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
	font-weight: 400;
	padding: 0;
	border-width: 0;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	border-width: 1px;
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	color: #ccc;
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart {
	right: auto;
	left: 0;
	transition: left 0s;
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 15px;
	right: auto;
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 11px;
	right: auto;
}

.ast-cart-menu-wrap {
	display: inline-block;
	line-height: 1;
}

.ast-cart-menu-wrap .count {
	font-weight: 500;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 2.1em;
	min-height: 2.1em;
	font-size: 0.86em;
	line-height: 1.8;
	border-radius: 0 0 0.3em 0.3em;
	border-width: 2px;
	border-style: solid;
	padding: 0 0.4em;
}

.ast-cart-menu-wrap .count:after {
	bottom: 100%;
	margin-bottom: 0;
	height: 0.8em;
	width: 0.8em;
	left: 50%;
	transform: translateX(-50%);
	top: -0.6em;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10em;
	border-top-right-radius: 10em;
	border-bottom: 0;
}

.ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item li:hover>a.remove {
	color: #ccc;
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart {
	flex: 1;
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: right;
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart {
	flex: 1;
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: left;
}

.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: flex;
	justify-content: center;
}

.ast-woocommerce-cart-menu .header-main-layout-2 .site-branding {
	flex: 0 0 100%;
}

.ast-header-break-point .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	width: 2em;
	height: 2em;
	font-size: 1.4em;
	line-height: 2;
	vertical-align: middle;
	text-align: right;
}

.ast-header-break-point .ast-button-wrap .main-header-menu-toggle {
	font-size: 1.4em;
}

.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	height: 3em;
	line-height: 3;
	text-align: left;
}

.ast-header-break-point #ast-site-header-cart .widget_shopping_cart {
	display: none;
}

.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart {
	order: initial;
	line-height: 3;
	padding: 0 1em 1em 0;
}

.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3 .ast-site-header-cart {
	padding: 0 0 1em 1em;
}

.ast-header-break-point.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-site-header-cart {
	padding: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
	margin-bottom: 0;
	margin-top: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart {
	padding: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart a {
	border: none;
	display: inline-block;
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("../../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

.woocommerce .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("../../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

.woocommerce h2 {
	margin-bottom: 0.7em;
}

.woocommerce a.remove {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	color: #b40a0b !important;
	text-decoration: none;
	border: 1px solid #ccc;
}

.woocommerce small.note {
	display: block;
	color: #777;
	font-size: 0.857em;
	margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.92em;
	color: #777;
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-breadcrumb::after {
	clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #777;
}

.woocommerce .quantity input[type="email"],
.woocommerce .quantity input[type="number"],
.woocommerce .quantity input[type="text"] {
	padding: 0.3em;
}

.woocommerce .quantity input[type="email"]:focus,
.woocommerce .quantity input[type="number"]:focus,
.woocommerce .quantity input[type="text"]:focus {
	outline: 0;
	border-color: #eaeaea;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	min-height: 42px;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 0.55em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 500;
	display: inline-block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 0.5;margin-right: 5px;
	font-weight: 400;
	display: inline-block;
}

.woocommerce div.product p.ast-stock-detail,
.woocommerce div.product p.stock {
	font-size: 1em;
}

.woocommerce div.product p.ast-stock-detail .ast-stock-avail,
.woocommerce div.product p.stock .ast-stock-avail {
	font-weight: 500;
}

.woocommerce div.product .stock {
	color: #77a464;
}

.woocommerce div.product .out-of-stock {
	color: red;
}

.woocommerce div.product .product_title {
	border-bottom: 0px solid #DFDFDF;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0.5em 0;
}

.woocommerce div.product .product_meta {
	border-top: 1px solid #ebebeb;
	padding-top: 1em;
	font-size: 0.9em;
	margin: 0 0 0.8em;
}

.woocommerce div.product .product_meta>span {
	display: block;
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 0 0 0.5em;
}

.woocommerce div.product div.images {
	margin-bottom: 0em;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	transform-style: preserve-3d;
	margin-bottom: 1em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
	width: 25%;
	display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
	backface-visibility: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none;
}
img{opacity: 1;}
.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: 1;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 0.5;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 32%;
	width: calc(33.33% - 0.7em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
	clear: left;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 24%;
	width: calc(25% - 0.75em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
	clear: left;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 18.5%;
	width: calc(20% - 0.8em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
	clear: left;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 2em;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 0em;
	overflow: hidden;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: 0 0;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 1em 0 0;
	padding: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.85em 0;
	font-weight: 600;
	color: #515151;font-size:16px;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6a6b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
	border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
	outline: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 3px;
	box-shadow: none;
	top: 0;
	left: 0;
	border-radius: 0;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	content: " ";
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	border: none;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 0px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs.tabs::before {

	border: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 1.2em;
	padding:15px; border:1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes {
	border-style: solid;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes p {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th {
	border-left-width: 1px;
	border-style: solid;
	padding-left: 0.9em;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes td {
	padding: 0.5em 0.5em 0.5em 0.9em;
	font-style: normal;
	border-style: solid;
}

.woocommerce div.product.ast-woo-product-no-review #reviews #comments {
	width: 100%;
}

.woocommerce div.product.ast-woo-product-no-review #reviews #review_form_wrapper {
	width: 100%;
	padding-left: 0;
}

.woocommerce div.product.ast-woo-product-no-review #reviews #review_form {
	padding: 1.5em 2em;
}

.woocommerce div.product.ast-woo-product-no-review #reviews #respond p.comment-form-author,
.woocommerce div.product.ast-woo-product-no-review #reviews #respond p.comment-form-email {
	margin-bottom: 1em;
}

@media (min-width: 1201px) {

	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-author,
	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-email {
		width: 49%;
		display: inline-block;
	}

	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-author input,
	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-email input {
		width: 100%;
	}

	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-author {
		float: left;
	}

	.woocommerce div.product.ast-woo-product-no-review #reviews .comment-form-email {
		float: right;
	}
}

.woocommerce div.product p.cart {
	margin-bottom: 2em;
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
	content: " ";
	display: table;
}

.woocommerce div.product p.cart::after {
	clear: both;
}

.woocommerce div.product form.cart {
	margin: 0 0 0.8em;
}

.woocommerce div.product form.cart .ast-woo-single-cart-button-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
	content: " ";
	display: table;
}

.woocommerce div.product form.cart::after {
	clear: both;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px;
	margin: 0 0 1.2em;
}

.woocommerce div.product form.cart table td {
	padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce div.product form.cart .variations {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 2em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0;
	display: block;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.woocommerce div.product form.cart .variations td.label {
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 1px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: 0.83em;
	position: static;
	display: inline-block;
	color: inherit;
	opacity: 0.6;
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: 500;
	float: left;
	margin-top: 5px;
}

.thwvsf_fields {
	float: left;
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected:hover {
	-webkit-box-shadow: 0 0 0 2px #52a09e;
	box-shadow: 0 0 0 2px #52a09e;
	color: #52a09e;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 0 20px;
	line-height: 39px;
	border-radius: 4px;
}

.woocommerce div.product form.cart .group_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce div.product form.cart .group_table td.label {
	padding: 0.5em;
	font-size: 0.8rem;
	line-height: 1.3;
	font-weight: 500;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: 0.5em;
	border-right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce div.product form.cart .group_table td:first-child {
	text-align: left;
	width: 4em;
}

.woocommerce div.product form.cart .group_table td.price {
	padding-left: 0.8em;
	font-weight: 500;
	font-size: 0.9rem;
}

.woocommerce div.product form.cart .group_table td.price del {
	opacity: 0.5;
}

.woocommerce div.product form.cart .group_table .button {
	padding: 0.8em;
	font-weight: 400;
	font-size: 0.9rem;
	white-space: nowrap;
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	transform: scale(1.5, 1.5);
}

.woocommerce div.product form.cart p.stock {
	line-height: 1.3;
	margin-bottom: 0.8em;
	font-size: 0.9em;
}

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

.woocommerce div.product form.cart .single_variation_wrap p {
	margin-bottom: 0.8em;
}

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 1.2em;
	border-top: 1px solid #ebebeb;
	padding-top: 0;
	border-top: 0;
}

.woocommerce div.product span.onsale {
	min-height: 3.5em;
	min-width: 3.5em;
	line-height: 3.5em;
}

.woocommerce div.product .related.products,
.woocommerce div.product .woocommerce-tabs {
	display: block;
}

.woocommerce span.onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	position: absolute;
	text-align: center;
	top: 0.5em;
	left: 0.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	z-index: 9;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 -1% 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	width: 0;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -0.5em -0.5em 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0.5em 0;
	margin: 0;
	font-size: 1em;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.woocommerce ul.products li.product strong {
	display: block;
}

.woocommerce ul.products li.product .star-rating {
	font-size: 0.857em;
}

.woocommerce ul.products li.product .button {
	margin-top: 1em;
}

.woocommerce ul.products li.product .price {
	margin: 5px 0 8px
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: 0.5;
	display: inline-block;
}

.woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 500;
	display: inline-block;
}

.woocommerce ul.products li.product .price .from {
	font-size: 0.67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, 0.5);
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 2.5em;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	padding: 0.5em;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
	color: var(--main);
	border-color: var(--main);
}

.woocommerce nav.woocommerce-pagination ul {
	flex-wrap: wrap;
	justify-content: center;
	white-space: normal;
	padding: 0;
	border: 0;
	width: 100%;
	margin: 1px;
}

.pagination,
.woocommerce-pagination {
	float: left;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 2px 2px 0;
	border: 0px solid #d3ced2;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 26px;
	font-size: 1em;
	font-weight: 600;
	padding: 0.75em;
	text-align: center;
	display: block;
	min-width: 2.5em;
}

.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: #ebe9eb;
	color: var(--main);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: 0.25;
	padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position: absolute;
	top: auto;
	right: 1em;
	animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 0.53em;
	vertical-align: bottom;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #dad8da;
	text-decoration: none;
	background-image: none;
	color: #515151;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {

	-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: 0.5;

}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none;
}

.woocommerce a.added_to_cart {
	padding: 0.4em 0.4em 0;
	display: inline-block;
}

.woocommerce #reviews h2 {
	font-weight: 600;
	font-size: 32px;
}

.woocommerce #reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #777;
}

.woocommerce #reviews h3 {
	margin: 0;
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce #reviews #comment {
	height: 75px;
}

.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 1em;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: 0.75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	height: 3.6em;
	width: 3.6em;
	border: none;
	background: 0 0;
	margin: 0;
	border-radius: 100%;
	box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: none;
	border-radius: 4px;
	padding: 0 1.5em;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1.7em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text meta,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	order: 1;
	width: 100%;
	font-size: 1em;
	margin-bottom: 0.2em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	font-style: italic;
	order: 3;
	width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	order: 2;
	margin-bottom: 0.5em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li::before {
	content: "";
}

.woocommerce #reviews #review_form {
	border: 2px solid #efefef;
	padding: 1em 1.9em 2.3em;
}

.woocommerce #reviews #review_form #respond p {
	margin: 2px 0 6px;
}

.woocommerce #reviews #review_form #respond p.form-submit {
	margin-top: 1em;
}

.woocommerce #reviews #review_form #respond p.comment-form-author,
.woocommerce #reviews #review_form #respond p.comment-form-email {
	margin-bottom: 1em;
}

.woocommerce #reviews #review_form #respond p.comment-form-author label,
.woocommerce #reviews #review_form #respond p.comment-form-email label {
	display: inline-block;
	min-width: 100px;
}

.woocommerce #reviews #review_form #respond #comment {
	height: 90px;
}

.woocommerce #reviews #review_form input {
	max-width: 100%;
}

.woocommerce .star-rating {
	float: right;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
}

.woocommerce .star-rating::before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-product-rating::after {
	clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.5em 4px 0 0;
	float: left;
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0.5em auto 0;
	float: none;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	background: transparent none;
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
	content: " ";
	display: table;
}

.woocommerce #review_form #respond::after {
	clear: both;
}

.woocommerce #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f006";
	text-indent: 0;
}

.woocommerce p.stars a:hover~a::before {
	content: "\f006";
}

.woocommerce p.stars:hover a::before {
	content: "\f005";
}

.woocommerce p.stars.selected a.active::before {
	content: "\f005";
}

.woocommerce p.stars.selected a.active~a::before {
	content: "\f006";
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "\f005";
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 500;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0, 0, 0, 0.025);
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 -1px 2px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.woocommerce table.shop_table th {
	font-weight: 500;
	padding: 9px 12px;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 12px;
	vertical-align: middle;
}

.woocommerce table.shop_table td small {
	font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 500;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #customer_details,
.woocommerce .woocommerce table.shop_table {
	margin-bottom: 2em;
	border-radius: 0;
}

.woocommerce table.my_account_orders {
	font-size: 0.85em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
	text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
	margin: 0.125em 0 0.125em 0.25em;
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center;
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: "\2193";
	display: inline-block;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: 0.25em;
	display: inline-block;
	list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
	margin: 0;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
	font-size: 0.83em;
}

.woocommerce td.product-quantity {
	min-width: 80px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
	clear: both;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 500;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
	clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	font-weight: 500;
	padding: 0 0 0.25em;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	float: none;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
	content: " ";
	display: table;
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
	clear: both;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px;
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity 0.5s 0.5s ease;
	opacity: 0;
}

.woocommerce form .form-row label {
	line-height: 2;
	font-weight: 500;
	font-size: 13.5px;
	font-size: 0.9rem;
	text-align: left;
}

.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline {
	display: inline;
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0;
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 500;
	border: 0;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1;
}

.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none;
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #d65d67;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #69bf29;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 1em 0;
	text-align: left;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 0em 0 0px;
	text-align: left;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.auth_form .woocommerce form.login,
.auth_form .woocommerce form.register {
	border: 0px solid #d3ced2;
	padding: 00px;
	margin: 1em 0;
	text-align: left;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce ul#shipping_method li input {
	margin: 3px 0.5ex;
}

.woocommerce ul#shipping_method li label {
	display: inline;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 500;
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
	content: " ";
	display: table;
}

.woocommerce ul.order_details::after {
	clear: both;
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce ul.order_details li:last-of-type {
	border: none;
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 500;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em;
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute;
}

.woocommerce .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
	clear: both;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em;
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce .widget_product_categories .product-categories .count {
	float: right;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: 0.8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left;
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -0.3em;
	margin-left: -0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #602053;
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
	content: " ";
	display: table;
}

.woocommerce .widget_rating_filter ul li::after {
	clear: both;
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce .show-on-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	filter: blur(0);
	transition: all 0.2s linear;
}

.woocommerce li.product:hover .show-on-hover {
	opacity: 1;
	transform: scale(1) translateZ(0) translateY(0);
	pointer-events: inherit;
}

.woocommerce .ast-return-to-shop {
	display: inline-block;
	margin: 5px 0;
	vertical-align: middle;
}

.woocommerce .up-sells h2,
.woocommerce .woocommerce-tabs h2 {
	font-size: 1.5rem;
}

.woocommerce .comment-reply-title {
	font-size: 1.5rem;
	line-height: 1.3;
}

.woocommerce .select2-container .select2-selection--single {
	height: auto;
	padding: 0.75em;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: unset;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	width: 1.7em;
	transform: translateY(-50%);
}

.woocommerce .select2-results__option,
.woocommerce .select2-search--dropdown .select2-search__field {
	padding: 6px 0.75em;
}

.woocommerce #reviews {
	display: flex;
}

.woocommerce .variations th {
	text-align: left;
}

.woocommerce .widget_product_search button,
.woocommerce-page .widget_product_search button {
	flex: 0 0 auto;
	padding: 10px 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {

	color: #313131;
	text-align: center;

}

.woocommerce ul.products li.product.product-category>a,
.woocommerce-page ul.products li.product.product-category>a {
	display: inline-block;
	position: relative;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1em;
}

.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category {
	font-size: 0.85em;
	margin-bottom: 0.5em;
	display: block;
	line-height: 1.3;
	opacity: 0.6;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
	margin: 0 auto 0.5em 0;
	backface-visibility: hidden;
}

.woocommerce ul.products li.product .ast-woo-shop-product-description p,
.woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
	margin-bottom: 0.5em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff;
}

.woocommerce ul.products li.product.product-category>a:hover .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: transparent;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	position: relative;
	background-color: rgba(255, 255, 255, 0.00);
	transition: background 0.3s;
	text-align: center;
	padding: 0.5em 0 0.7em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	font-size: 16px;
	font-weight: 500;
	text-transform: unset;
	line-height: 18px;
	color: #000
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	font-size: 0.7em;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	bottom: 1em;
	text-transform: uppercase;
	font-weight: 500;
}


.woocommerce ul.products li.product .button.added,
.woocommerce-page ul.products li.product .button.added {
	margin-bottom: 0;
	transition: margin 0s;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	font-weight: 600;
	line-height: 1.5;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	font-size: 14px;
	color: #27086f;
	font-weight: 600;
}

.woocommerce .related.products li.product:last-child,
.woocommerce-page .related.products li.product:last-child {
	margin-right: 0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.woocommerce table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
	width: auto;
	max-width: 70px;
}

.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
	background-color: #fbfbfb;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	border-width: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
	border-bottom-width: 0;
	padding: 0.7em 1em;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 1px solid #ebebeb;
}

.woocommerce table.shop_table .woocommerce-Price-amount,
.woocommerce-page table.shop_table .woocommerce-Price-amount {
	font-weight: 500;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
	width: auto;
}

.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
	min-height: 3.25em;
}

.woocommerce #content table.cart [name="coupon_code"],
.woocommerce-page #content table.cart [name="coupon_code"] {
	max-height: 35px;
}

.woocommerce #content table.cart .button,
.woocommerce-page #content table.cart .button {
	display: inline-block;
	width: auto;
}

.woocommerce #content table.cart .button[name="apply_coupon"],
.woocommerce-page #content table.cart .button[name="apply_coupon"] {
	padding: 10px 40px;
}

.ast-separate-container .ast-woocommerce-container {
	background-color: #fff;
}

@media (max-width: 1200px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 3.34em 2.4em;
	}
}

@media (max-width: 992px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 1.5em 2.14em;
	}
}

@media (min-width: 1201px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 5.34em 6.67em;
	}
}

.ast-separate-container .ast-woocommerce-container .product {
	border-bottom: 0;
}

.ast-separate-container.single-product .ast-article-single {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.pswp {
	z-index: 999999;
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	max-width: none;
}

.woocommerce .pswp__caption__center,
.woocommerce-page .pswp__caption__center {
	text-align: center;
}

.woocommerce .pswp__bg,
.woocommerce-page .pswp__bg {
	opacity: 0.7 !important;
}

.woocommerce .pswp__ui--fit .pswp__caption,
.woocommerce .pswp__ui--fit .pswp__top-bar,
.woocommerce-page .pswp__ui--fit .pswp__caption,
.woocommerce-page .pswp__ui--fit .pswp__top-bar {
	background-color: transparent;
}

.woocommerce form .form-row textarea,
.woocommerce input[type="email"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce input[type="reset"],
.woocommerce input[type="search"],
.woocommerce input[type="tel"],
.woocommerce input[type="text"],
.woocommerce input[type="url"],
.woocommerce textarea,
.woocommerce-page form .form-row textarea,
.woocommerce-page input[type="email"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="reset"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="text"],
.woocommerce-page input[type="url"],
.woocommerce-page textarea {}

.woocommerce form .form-row textarea:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="reset"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce textarea:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page input[type="email"]:focus,
.woocommerce-page input[type="number"]:focus,
.woocommerce-page input[type="password"]:focus,
.woocommerce-page input[type="reset"]:focus,
.woocommerce-page input[type="search"]:focus,
.woocommerce-page input[type="tel"]:focus,
.woocommerce-page input[type="text"]:focus,
.woocommerce-page input[type="url"]:focus,
.woocommerce-page textarea:focus {}

.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {}

.woocommerce .select2-container .select2-selection--single:focus,
.woocommerce select:focus,
.woocommerce-page .select2-container .select2-selection--single:focus,
.woocommerce-page select:focus {
	outline: 0;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("../../../../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 1em 1em 2.35em;
	margin: 0 0 1em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: " ";
	display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	clear: both;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: WooCommerce !important;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 0.65em;
	left: 0.5em;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.woocommerce-message {
	border-top-color: #8fae1b;
}

.woocommerce-message::before {
	content: "\e015";
	color: #8fae1b;
}

.woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce-info::before {
	color: #1e85be;
}

.woocommerce-error {
	border-top-color: #b81c23;
}

.woocommerce-error::before {
	content: "\e016";
	color: #b81c23;
}

.woocommerce .woocommerce::after,
.woocommerce .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce::after,
.woocommerce-account .woocommerce::after {
	clear: both;
}

.woocommerce .addresses .title::after,
.woocommerce .addresses .title::before,
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
	content: " ";
	display: table;
}

.woocommerce .addresses .title::after,
.woocommerce-account .addresses .title::after {
	clear: both;
}

.woocommerce-additional-fields h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000 !important;
}

.woocommerce .addresses .title h3,
.woocommerce-account .addresses .title h3 {
	float: left;
}

.woocommerce .addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	padding: 0.7em 1em;
}

.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 500;
	margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.digital-downloads,
.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li,
.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li::before,
.woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-account ul.digital-downloads li .count {
	float: right;
}

.woocommerce h2,
.woocommerce-account h2 {}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce .woocommerce-Addresses .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	background: #fbfbfb;
	padding: 0.5em;
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

.woocommerce .woocommerce-MyAccount-content header {
	position: relative
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3 {
	margin-bottom: 0;
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1em;
	border-radius: 0;
}

.cart-collaterals h2,
.woocommerce-Address h3 {
	font-size: 1.2rem;
	padding: 0.7em 1em;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 32px !important;
	box-shadow: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
	content: " ";
	display: table;
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
	clear: both;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em;
	float: left;
	width: 100%;
}

#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.618em;
	content: "";
	text-decoration: none;
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: 0.83em;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 40%;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #777;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left;
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #777;
	font-weight: 400;
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
	clear: both;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
	clear: both;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 0.5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear: both;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9;
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right 0.618em center;
	background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url("../../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: 0.857em;
	color: #777;
	font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: 0.83em;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
}

.woocommerce-cart-form__cart-item td.product-remove {
	text-align: center;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
	border-right: 0;
	border-right: 0;
	float: none;

}

.woocommerce-cart table.shop_table .woocommerce-Price-amount,
.woocommerce-cart table.shop_table td.product-name {
	font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cross-sells li.product {
	padding-bottom: 1em;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 0;
	margin-bottom: 2em;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table,
.woocommerce-cart .cart-collaterals .cross-sells .shop_table {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
	margin: 0 -20px 20px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
}

.woocommerce-cart .hentry,
.woocommerce-cart ul.products {
	margin-bottom: 0;
}

.woocommerce-cart .hentry li.product,
.woocommerce-cart ul.products li.product {
	margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 0.5em 0.75em;
}

	.woocommerce-cart table.cart td.actions .button {
  padding: 0.5em 1em;
  line-height: 1.35;
  border: 1px solid #000;
  background: #444;
  color: #fff;

}

.woocommerce-cart table.cart td.actions input.button {
	display: inline-block;
	width: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-weight: 600;
}

.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout:after,
.woocommerce.woocommerce-checkout form.checkout.woocommerce-checkout:after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-page.woocommerce-checkout table.shop_table thead,
.woocommerce.woocommerce-checkout table.shop_table thead {
	background: 0 0;
}

.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table th {
	padding: 14px 12px;
}

.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table td {
	padding: 10px 10px 10px 0;
	border-color: #ebebeb;
	opacity: 0.8;
}

.woocommerce-page.woocommerce-checkout table.shop_table tfoot td,
.woocommerce.woocommerce-checkout table.shop_table tfoot td {
	opacity: 1;
}

.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table th {
	border-bottom-width: 1px;
}

.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce.woocommerce-checkout form #order_review table {
	border-width: 0;
}

.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
	border-top: 0;
	border-right: 0;
	padding-left: 0;
	border-color: #ebebeb;
}

.woocommerce-page.woocommerce-checkout form .form-row:last-child,
.woocommerce.woocommerce-checkout form .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-page.woocommerce-checkout #payment,
.woocommerce.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods,
.woocommerce.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin-bottom: 1em;
	border-bottom: 0;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box {
	background-color: #efefef;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before,
.woocommerce.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #efefef;
}

.woocommerce-page.woocommerce-checkout #payment div.form-row,
.woocommerce.woocommerce-checkout #payment div.form-row {
	padding: 0 0 2em;
}

.woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce.woocommerce-checkout #payment #place_order {
	width: 100%;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
	padding: 0.7em 1em;
	border-bottom-width: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th:last-child,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th:last-child {
	border-right-width: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
	background: #fbfbfb;
	padding: 1em;
	margin-bottom: 0;
	font-size: 1.3rem;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading,
.woocommerce.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading {
	font-size: 1.5rem;
	border-top: 3px solid #ebebeb;
	padding-top: 0.5em;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h3,
.woocommerce.woocommerce-checkout .woocommerce-order h3 {
	font-size: 1.1rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,
.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
	margin-bottom: 2em;
}

.woocommerce-page.woocommerce-checkout .woocommerce-customer-details address,
.woocommerce.woocommerce-checkout .woocommerce-customer-details address {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 0;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.woocommerce form.checkout_coupon {
	margin: 0;
	border: 0;
	padding: 0 0 2em;
}

.hgt {
	height: 50px !important;
	margin-left: -2px !important;
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.woocommerce form.checkout_coupon [name="coupon_code"] {
	padding-top: 9px;
	padding-bottom: 9px;
}

.woocommerce form.checkout_coupon .button {
	padding: 0.5em 1em;
	vertical-align: initial;
	line-height: 1.35;
}

.woocommerce form.checkout_coupon .button[name="apply_coupon"] {
	padding: 0.5em 1em;
}

.woocommerce form.checkout_coupon {
	margin: 8px 0;
	border: 1px solid #d3ced2;
	padding: 20px;
	border-radius: 5px;
}

@media (max-width: 420px) {

	.woocommerce form.checkout_coupon .form-row-first,
	.woocommerce form.checkout_coupon .form-row-last {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

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

	.woocommerce form.checkout_coupon .button[name="apply_coupon"] {
		width: 100%;
		padding: 10px 5px;

	}
}

.checkout_coupon .input-text {
	padding: 0.5em 0.75em;
}

.woocommerce-MyAccount-navigation-link {
	list-style: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-width: 0;
}

.woocommerce-MyAccount-navigation-link:last-child {
	border-bottom-width: 1px;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	background-color: #fbfbfb;
}

.woocommerce-MyAccount-navigation-link a {
	display: block;
	padding: 0.5em 1em;
}

.woocommerce-MyAccount-navigation>ul {
	margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 1em;
	margin-left: 3px;
}

#secondary .widget.woocommerce>li,
#secondary .widget_layered_nav_filters>li {
	margin-bottom: 0;
}

#secondary .widget .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	min-height: 42px;
}

#secondary .widget .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-top: 5px;
	margin-bottom: 5px;
}

#secondary .widget .select2-search__field {
	min-height: 42px;
	margin: 0;
}

.woocommerce #secondary .woocommerce ul.cart_list,
.woocommerce #secondary .woocommerce ul.product_list_widget {
	margin: 0;
}

.woocommerce .woocommerce ul.cart_list li a,
.woocommerce .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart li,
.woocommerce ul.product_list_widget .cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0.6em 0 0.6em 5em;
	min-height: 5em;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	line-height: 1.5;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce .widget_shopping_cart li:last-child,
.woocommerce ul.product_list_widget .cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: none;
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	display: inline-block;
	width: calc(50% - 5px);
	margin-right: 5px;
	text-align: center;
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
	margin-left: 5px;
	margin-right: 0;
}

.woocommerce.widget_product_tag_cloud .tagcloud {
	margin-top: 10px;
	display: inline-block;
}

.woocommerce.widget_product_tag_cloud .tagcloud a {
	line-height: 1.5;
	transition: all 0.2s linear;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 5px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1.3em;
}

.woocommerce ul.product_list_widget li img {
	position: absolute;
	left: 0;
	width: 4em;
	margin: 0 0 0.5em 0;
	top: 50%;
	transform: translateY(-50%);
}


.woocommerce ul.product-categories>li {
	padding: 3px 0;
	width: 50%;
	float: left;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.woocommerce ul.product-categories>li:first-child {
	border: none;
}

.woocommerce .widget del {
	opacity: 0.5;
}

.woocommerce .widget ins {
	background: inherit;
}

.woocommerce .widget .amount,
.woocommerce .widget ins {
	font-weight: 500;
}

.woocommerce .widget .star-rating {
	margin: 5px 0;
}

.woocommerce .widget_rating_filter ul li a {
	display: inline-flex;
	align-items: center;
}

.woocommerce .price_slider_amount .price_label span {
	font-weight: 500;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 0.2em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.4em;
	cursor: pointer;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 0.9em !important;
	padding: 8px 18px;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1.2em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ededed;
}

.woocommerce .widget_product_tag_cloud .tagcloud a {
	border: 1px solid #e2e2e2;
	padding: 0.5em 0.9em;
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	line-height: 1.5;
	padding: 0.5em 1.2em;
	font-size: 12px !important;
	font-size: 0.8rem !important;
}

.woocommerce .widget_product_tag_cloud .tagcloud a a.current-item,
.woocommerce .widget_product_tag_cloud .tagcloud a a:focus,
.woocommerce .widget_product_tag_cloud .tagcloud a a:hover {
	background-color: #fafafa;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 0.5em 1.8em 0.5em 5em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	left: auto;
	right: 0;
	top: 0.5em;
}

.woocommerce-product-search {
	display: flex;
}

.woocommerce-product-search .search-field {
	flex: auto;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-product-search input[type="submit"] {
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.widget_layered_nav_filters ul li.chosen {
	padding: 0 0.5em;
	margin-right: 0.5em;
	background: rgba(245, 245, 245, 0.75);
	border-radius: 20px;
	font-size: 0.8em;
}

.widget_layered_nav_filters ul li.chosen:hover {
	background-color: #f5f5f5;
}

.widget_layered_nav_filters ul li.chosen a {
	display: block;
}

.widget_layered_nav_filters ul li.chosen a::before {
	margin-right: 0.5em;
	color: #f11;
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.05);
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 500;
	padding: 3px 0.5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: 0.5em 0 0;
	display: block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .header-main-layout-2 .main-header-container {
	text-align: center;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-main-header-bar-alignment {
	display: inline-block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
	display: inline-block;
	float: right;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-break-point .header-main-layout-2 .main-header-container {
	display: flex;
}

.rtl .woocommerce-pagination .page-numbers li:last-child .next {
	transform: rotateY(180deg);
}

.rtl .woocommerce-pagination .page-numbers li:first-child .prev {
	transform: rotateY(-180deg);
}

.ast-site-header-cart .widgettitle {
	display: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
	text-align: left;
	margin-bottom: 2.5em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a {
	display: inline-block;
	position: relative;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0.8em 0;
	box-shadow: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
	font-weight: inherit;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
	margin: 0 auto 0.5em 0;
	backface-visibility: hidden;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
	position: relative;
	display: block;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: #fff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	bottom: 1.8em;
	font-size: 0.9em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	font-size: 0.7em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 500;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
	display: initial;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	white-space: normal;
	line-height: 1.3;
	font-size: 100%;
	font-weight: 500;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
	margin-bottom: 0;
	transition: margin 0s;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	opacity: 0.5;
	font-size: 0.75em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	z-index: 9;
	top: 0;
	right: 15px;
	left: auto;
	margin: -0.5em -0.5em 0 0;
}

.widget_product_categories .children {
	padding-left: 20px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	border-bottom: 0px solid #333;
	transition: 0.6s;
	margin: 0 auto;
	margin-bottom: 15px;
	height: auto !important;
	max-height: 300px;
}

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
	opacity: 1;
	transition: 0.6s;
	transform: scale(1.05);
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	padding: 0px;
	display: flex;
	justify-content: center;
}

@supports (-moz-appearance: none) {
	.sidebar-main .widget_product_search .search-field {
		width: 60%;
	}
}

.shop_table tbody tr {
	border-bottom: 1px solid #e8e8e8;
}

.shop_table tbody tr:last-of-type {
	border-bottom: 0;
}

.shop_table tbody tr th {
	color: #1d1d1d;
}

.shop_table tbody tr td {
	padding-right: 20px;
}



.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 0px solid #dbdbdb;
}

.woocommerce-page div.product div.summary {
	margin-bottom: 0;
	border-left: 0px solid #eee;
}

.single-product .price .amount {
	font-weight: 500;
	font-size: 24px;
}

.woocommerce span.onsale {
	top: 1.5em;
}

.woocommerce-product-gallery {
	margin-top: 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	white-space: normal;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 0;
}

.woocommerce .woocommerce-ordering select {
	margin: 0 0 0px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 240px;
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods,
.woocommerce.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px;
	margin-bottom: 1em;
	border-bottom: 0;
	border: 2px solid #ddd;
}

.woocommerce-checkout #payment {
	background: #e3e2e3;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	line-height: 1;
	margin-bottom: 0;
}

.woocommerce .addresses .title h3,
.woocommerce-account .addresses .title h3 {
	float: left;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 1rem;
	margin-bottom: 0 !important;
}

.woocommerce .addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
}

.alt {
	margin: 0 3px !important
}

.woocommerce ul.products {
	float: left;
	margin-top: 15px;
	border-top: 1px solid #eee;
	padding-top: 16px;
	width: 100%;
}

.related {
	text-align: center
}

.related ul {
	justify-content: center;
}

.rating {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	overflow: hidden;
	font-size: 16px;
	margin: 0px 0 0px 0;
	height: 38px;
	font-weight: 500;
	font-style: normal;
	color: #111;
	display: block;
	text-transform: capitalize;
	letter-spacing: 0;
	overflow: hidden;
	line-height: 18px;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	-webkit-text-fill-color: unset
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none !important;
}

form fieldset {
	min-width: 100%;
}

.font-28 .amount {
	font-weight: bold !important;
	font-size: 26px !important;
	color: #dc3545 !important;
}

.woocommerce-product-details__short-description ul {
	margin: 10px 20px 20px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
	float: left;
	width: 100%;
}

.woocommerce table.shop_table .woocommerce-Price-amount,
.woocommerce-page table.shop_table .woocommerce-Price-amount {
	font-weight: 700;
}

.price_main .button b {
	color: #fff
}

.woocommerce ul li {
	padding-left: 0px
}

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

#sidebar {
	display: none
}

.woocommerce form.checkout_coupon .button[name="apply_coupon"] {
	height: 40px !important
}

.auth_form .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
	padding: 12px 30px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	width: 100%;
	color: #fff;
	background-color: var(--main);
}




.woocommerce-Tabs-panel--description ul li {
	padding-left: 0px;
	line-height: 30px;
	color: #4d4d4d;
}

.woocommerce-Tabs-panel--description ul {
	margin-left: 24px;
}

.woocommerce-form-login .woocommerce-LostPassword {
	justify-content: center;
}

.width100 {
	width: 100%
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {}

.authentication p {
	margin-bottom: 0px;
	line-height: 20px;
}

.auth_form .woocommerce h2,
.auth_form .woocommerce-account h2 {
	text-align: center !important;
}

.authentication .auth_form .header {
	position: relative;
}

.auth_form select {
	background: #fff;
	height: 40px !important
}

select.width100 {
	background: #fff;
	height: 40px !important
}


.colour_d50001 .amount {
	color: #d50001;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.colour_d50001 {
	color: #d50001;
	font-size: 18px;
	font-weight: bold;
}

.colour_black {
	color: #8e8e8e;
	font-size: 18px;
	font-weight: 500;
}

.testimonial .button {
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #06f;
	padding: 8px 12px;
}

.woocommerce ul li::before {
	display: none;
	background: transparent;
	display: none !important;
	position: relative;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 0em 0 0;
	position: relative;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 0em 0 0;
}

.woocommerce-page.woocommerce-checkout #payment div.form-row,
.woocommerce.woocommerce-checkout #payment div.form-row {
	padding: 0 0 0em;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 0.5em 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	margin: 0.5em 0 0;
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods,
.woocommerce.woocommerce-checkout #payment ul.payment_methods {
	padding: 0px;
}

.wc_payment_methods li {
	padding: 10px 0 0;
}

.woocommerce-checkout #payment div.payment_box {
	margin-bottom: 0px
}

.woocommerce-ordering select {
	appearance: auto;
	border: 1px solid #d4d4d4;
	padding: 0 18px;
	height: 40px;
	border-radius: 5px !important;
	font-size: 14px;
	background: #fff url("../images/select_arrow.png") calc(100% - 20px) 21px no-repeat;
}

.woocommerce div.product span.onsale {
	display: none !important
}

.single-product .price .amount {
	margin: 18px 0 0px 0;
	font-size: 28px;
	font-weight: 600;
	color: #111;
}

.single-product p.price {
	font-size: 28px;
	font-weight: 600;
	color: #000 !important;
	margin: 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
	border-bottom: none;
	padding-bottom: 0;
	justify-content: start;
}

.product_meta span {
	display: inline;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 0em;
	padding: 8px 0;
	color: #777;
	max-width: 100%;
	padding-left: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce .btn_buy_now {
	font-size: 16px;
	color: #fff;
	padding: 0px 20px;
	border-radius: 6px;
	background: var(--main);
	border: none;
	display: inline-block;
	width: 100%;
	margin: 0px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	border: 1px solid var(--main);
	transition: 0.3s;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 600;
	max-width: 200px;
	height: auto;
	line-height: 39px;
}

.woocommerce .quantity .qty {
	width: 90px;
	border-radius: 4px;

}

.woocommerce .quantity input[type="number"],
.woocommerce .quantity input[type="text"] {
	padding: 10px 12px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {}

.place-order button.button.alt {}

.actions button {}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {}

button:hover,
a:hover,
.button:hover {
	opacity: 0.8
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {}

.woocommerce form.checkout_coupon .button[name="apply_coupon"] {
	margin-left: 5px !important;
}


.onsale {
	display: none !important
}

.cart_item .product-price span {
	text-decoration: unset;
	opacity: 1;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	height: 48px;
	padding: 0;
	border-radius: 8px;
	background: var(--main);
	color: #fff;
	font-weight: bold;
	outline: none;
	box-shadow: none;
	padding: 0 3.75rem;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	display: inline-block;
	width: 100%;
	transition: 0.3s;
	line-height: 48px;
	font-size: 16px;
	margin-top: 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.woocommerce-form-register__submit {
	height: 48px;
	padding: 0;
	border-radius: 8px;
	background: var(--main);
	color: #fff;
	font-weight: bold;
	outline: none;
	box-shadow: none;
	padding: 0 3.75rem;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	display: inline-block;
	width: 60%;
	transition: 0.3s;
	line-height: 48px;
	font-size: 19px;
	font-family: var(--H-family);
	margin-top: 10px;
	margin-left: 20%;
}

.woocommerce-form-register__submit:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.woocommerce-form-login .woocommerce-LostPassword {
	justify-content: space-between;
}

.floa_width select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d4d4d4;
	padding: 0 18px;
	height: 40px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 400;
	background: #fff url(/nationalv2/wp-content/themes/images/select_arrow.png) calc(100% - 20px) 21px no-repeat;
	background-size: 10px 6px;
	position: relative;
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
	margin-bottom: 0px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
	display: inline-block;
	margin: 10px 0 9px 0;
	color: #888;
	line-height: normal;
	font-size: 14px;
}

.woocommerce h2,
.woocommerce-account h2 {
	font-weight: 700;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
	display: inline-block;
	margin: 10px 0 9px 0;
	color: #000;
	line-height: normal;
	font-size: 14px;
}

.register {
	text-align: left !important
}

.register h5 {
	font-weight: 700;
}

@media (max-width:540px) {

	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		height: 44px;
		padding: 0;
		border-radius: 20px;
		width: 100%;
		line-height: 44px;
		font-size: 18px;
	}

	.woocommerce-form-register__submit {
		height: 44px;
		padding: 0;
		border-radius: 20px;
		width: 100%;
		line-height: 44px;
		font-size: 18px;
		margin-left: 0%;
	}

	.woocommerce .woocommerce-ordering select {
		max-width: 130px;
		height: 37px;
	}

	.emergency-phone {
		font-size: 20px;
	}

	.single-product .price .amount {
		font-size: 22px;
	}

	.woocommerce div.product div.images {
		margin-bottom: 0em;
	}

	.woocommerce div.product div.summary {
		padding: 0px 0px;
		margin: 0px auto;
		width: 100%
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		height: 40px;
		width: 48%;
	}

	.shop_table_responsive tbody {
		display: block;
	}

	.woocommerce .btn_buy_now {
		padding: 0px 0px;
		font-weight: 400;
		max-width: 94px !important;
	}

	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		padding: 0px 8px !important;
	}

	.woocommerce h2,
	.woocommerce-account h2 {
		font-size: 1.25rem;
	}

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		line-height: 41px !important;
		height: 44px !important;
	}

	#order_review_heading,
	.cart-collaterals h2,
	.shop-general-title,
	.woocommerce-Address-title h3,
	.woocommerce-MyAccount-content h3,
	.woocommerce-billing-fields h3 {
		font-size: 22px !important;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 10px;
		color: #1c2566 !important;
	}

	.woocommerce-additional-fields h3 {
		font-size: 20px;
		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #1c2566 !important;
	}

	.thb-cart-column {
		margin-bottom: 0px;
	}

	.woocommerce .quantity .qty {
		width: 58px;
	}

	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
		margin-bottom: 0px;
	}

	#place_order {
		height: 40px;
		line-height: 40px;
	}

	.woocommerce #customer_details,
	.woocommerce .woocommerce table.shop_table {
		margin-bottom: 0em;
	}

	textarea {
		height: auto;
		min-height: 90px;
	}

	.woocommerce-result-count {
		font-size: 12px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		margin-top: -38px;
		margin-right: 0px;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		margin-top: 5px;
		margin-left: 0px;
	}

	h2.shop-general-title {
		font-size: 20px !important;
		margin-top: 0px;
	}
}

.payment_methods [type="radio"]:checked,
.payment_methods [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.payment_methods [type="radio"]:checked+label,
.payment_methods [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #000;
	font-weight: 600;
}

.payment_methods [type="radio"]:checked+label {
	font-weight: 600;
	color: var(--main);
}

.payment_methods [type="radio"]:checked+label:before,
.payment_methods [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid var(--main);
	border-radius: 100%;
	background: #fff;
}

.payment_methods [type="radio"]:checked+label:after,
.payment_methods [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--main);
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.payment_methods [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.payment_methods [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none !important;
	padding: 6px 10px 10px;
}

.woocommerce-SavedPaymentMethods-tokenInput {
	width: 100% !important
}

.single-product .price .amount {
	justify-content: start;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: flex;
	justify-content: start;
}



li.product .add_to_cart_button {
	height: 34px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	color: #535050;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 11px;
	border: 1px solid #bbbaba;
	padding: 0 16px !important;
	letter-spacing: 0.4px;
	background: #fff;
}

li.product a:hover .woocommerce-loop-product__title {
	color: var(--main);
}


li.product .added_to_cart {
	float: left;
	height: 34px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	color: #2ca3ba;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 11px;
	border: 1px solid #2ca3ba;
	padding: 0 16px !important;
	letter-spacing: 0.4px;
	margin-right: 4px;
}

li.product .added_to_cart:hover {
	color: #fff;
	border: 1px solid var(--main);
	background: var(--main);
}

li.product .add_to_cart_button:hover {
	background: var(--main);
	color: #fff;
	transition: 0.3s;
	border-color: var(--main);
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 30%;
	clear: none;
	padding: 0px 2.0rem;
	margin-top: 0;
	text-align: left;
	position: relative;
	z-index: 1;
	display: block;
}

.woocommerce #reviews {
	display: flex;
	float: left;
	width: 100%
}

.summary h1 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin-bottom: 12px !important;
}

.woocommerce-product-details__short-description p {
	width: 100%;
	float: left
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 70%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 0px solid #dbdbdb;
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	position: relative;
	margin: 0;
	border: none;
	padding: 1px 0;
	flex-wrap: wrap;
	background: #fff;
	display: block;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: scroll;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	scrollbar-width: none;
	border-radius: 8px;
	border: 1px solid #dbdbdb;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover {
	border: 2px solid var(--main);
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100px;
	border: 2px solid transparent;
	height: 100px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	margin: 4px;
	opacity: 1;
	box-shadow: 0 0 1px #000;
	padding: 1px;
	background: transparent;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	width: 100%;
	float: left;
}

.entry-content {
	position: relative;
	z-index: 8
}

.related {
	background: #fff;
	z-index: 9;
	position: relative;
	margin-bottom: 0px !important;
	padding-top: 0px;
	border-top: 0px solid #dbdbdb;
}



.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	background: #fff;
	padding: 1px;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	margin-bottom: 6px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 0px solid #dbdbdb;
}

.woocommerce-page div.product div.summary {
	margin-bottom: 0;
	border-left: 1px solid #eee;
}

.woocommerce-product-gallery__image {
	min-height: 240px;
	width: 100%;
	max-height: 520px;
	height:auto !important;

}

.woocommerce-product-gallery__image {
	float: left;
	display: block;
	height: auto;
	position: relative;
}

.woocommerce-product-gallery__image img {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	right: auto;
	bottom: auto;
	margin: auto;
	width: 100% !important;
	max-width:480px;
	object-fit: cover;
	border-radius: 8px;
	height: 100% !important
}

.woocommerce div.product form.cart .variations select {
	max-width: 240px;
	min-width: 150px;
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: 42px;
	border-radius: 4px;
	background: #fff;
}

.woocommerce-tabs .panel {
	margin: 0 0 0em;
}

.woocommerce-tabs {
	margin-bottom: 0em;
	float: left;
	width: 100%
}



.features_list li {
	color: #fff !important
}

.woocommerce .product .woocommerce-tabs {
	background: #fff;
	float: left;
	width: 100%
}

.bg_white {
	background: #fff
}
/* 
.woocommerce div.product .wc-tabs-wrapper .wc-tabs {
	display: none !important;
} */

.vid_sec_title {
	margin-top: 40px !important;
	color: #000;
}

.related .price .amount {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	height: 0;
	float: left;
}

.woocommerce div.product .woocommerce-tabs {
	display: bolock !important
}

.woocommerce h2 {
	font-size: 24px;
	margin-bottom: 6px;
}


.woocommerce #reviews #comments ol.commentlist li {
	padding: 15px;
	padding-top: 15px;
	text-align: center;
	position: relative;
	break-inside: avoid-column;
	background: linear-gradient(46deg, rgba(237, 230, 255, 0.29) 13%, rgba(222, 252, 236, 0.29) 86%);
	border-radius: 10px;
	margin-bottom: 16px;
	border: 1px solid #eee;
	padding-top: 26px;
	margin-bottom: 24px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
	text-align: center;
	position: relative;
}

.woocommerce #reviews #comments ol.commentlist .comment_container::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\F6B0';
	font-size: 337px;
	color: #ab9aea;
	opacity: 0.1;
	font-family: bootstrap-icons !important;
	line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 0.5em;
	letter-spacing: 0.3px;
}

.woocommerce #reviews #comments ol.commentlist .comment_container::before {
	font-size: 107px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 3px;
	height: 3.6em;
	width: 3.6em;
	border: none;
	background: 0 0;
	margin: 0;
	border-radius: 100%;
	box-shadow: none;
}

.commentlist .comment_container {
	position: relative;
	padding-left: 0px;
	padding-bottom: 0;
	margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 0px;
	display: block;

	text-align: center;
}

.commentlist .comment .comment-metadata,
.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .comment-metadata,
.commentlist .review .woocommerce-review__published-date {
	display: block;

}


.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	order: 2;
	margin-bottom: 0.0em;
	width: 100%;
	float: none;
	margin-top: 0.75em;
}

.woocommerce #review_form #respond .form-submit input {
	left: auto;
	width: 120px;
	height: 40px;
	font-size: 16px;
	background: #168da3;
	color: #fff;
}

.comment-form-rating p.stars.selected a,
.comment-form-rating p.stars:hover a {
	color: #ffa600;
}

.woocommerce #reviews #review_form {
	border: 2px solid #efefef;
	padding: 1em 1.9em 2.3em;
	border-radius: 8px;
	background: #f9f9f9;
}

.inner_banner.innerdetailsbnrr {
	overflow: hidden;
}

.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
	position: relative;
	column-count: 3;
	padding: 0px;
}

.woocommerce-message .button {
	float: right;
	padding: 4px 5px;
	background: #86aa00;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
}

.woocommerce-notices-wrapper {
	z-index: 99;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
	margin: 0 0px 00px;
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
	padding: 0;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 12px;
}

h2.shop-general-title {
	font-size: 24px !important;
}

.woocommerce-billing-fields h3 {
	font-weight: 600;
}

@media only screen and (max-width :1190px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding: 1rem 1rem;
	}

	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		padding: 30px 10px 30px 10px;
	}

	.woocommerce .quantity input[type="number"],
	.woocommerce .quantity input[type="text"] {
		padding: 10px 2px;
	}

	.woocommerce .quantity .qty {
		width: 50px;
	}

	.woocommerce .btn_buy_now {
		font-size: 14px;
		padding: 0px 5px;
		max-width: 100px;
	}

	.woocommerce #reviews #comments ol.commentlist {
		column-count: 2;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		padding: 0px 0;
		display: flex;
		max-height: inherit;
		width: auto;
		float: left; margin-top:5px;
		scrollbar-width: none;border:0px solid #eee;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 50px;
		height: 50px;
	}


	.entry-title {
		font-size: 23px;
	}

	.product_details::before {
		width: 42%;
	}

	.woocommerce-product-gallery__image {
		min-height: 450px;
		max-height: 450px;
		position: relative;
	}

	.woocommerce-product-gallery__image img {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
		width: calc(100% - 0);
		width: 100%
	}

}

.woocommerce input[type="search"] {}

.woocommerce-product-search button {
	background: var(--secondary);
	border-radius: 0 8px 8px 0;
	padding: 10px 10px;
	font-weight: 600;
	text-indent: inherit;
	color: #fff;
	width: auto;
}

.woocommerce-product-search button:before {
	content: "";
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	text-align: right;
	width: auto;
}

.offcanvas.show {
	visibility: visible;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	margin-top: 18px;
	margin-left: 00px;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px !important
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin-right: 0px;
	margin-top: 12px !important;
}

.star-rating {
	max-width: 83px;
}

.woocommerce #reviews {
	display: flex;
	float: left;
	width: 100%;
}

.woocommerce-cart-form {
	background: #fff
}

.fa,
.fas {
	font-family: FontAwesome !important;
}

.writereviewbtn {
	max-width: 180px;
	cursor: pointer
}

.dd_none {
	display: none
}

.cncl {
	width: 100px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	margin-top: -46px;
	margin-left: 130px;
	font-size: 16px;
	background: #ea9a9a;
	color: #db1e1e;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	font-weight: 500;
}

.single-product .price del bdi {
	font-size: 20px;
}

.woocommerce-product-details__short-description h4 {
	font-size: 1.20rem
}

.wp-element-button {
	padding: 4px 8px;
}

.order-again a {
	padding: 4px 8px;
}

.woocommerce-Message .woocommerce-Message--info .woocommerce-info .button {
	padding: 4px 8px;
}

.single-product .price .amount {
	margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	background: #fff;
	border: 0px solid #eee;
}

.woocommerce-product-gallery__image a {
	margin: 0 auto
}


.sub-menu-toggle {
	display: none
}

.woocommerce-MyAccount-navigation-link a {
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
	text-align: left;
}

.lost_reset_password {
	padding: 0 !important;
}

.woocommerce input[type=search] {}

.woocommerce-product-search button {
	color: #2d1175;
}

.woocommerce-product-search button:before {
	color: #2d1175;
}

.tab-pane .woocommerce ul.products {

	margin-top: 0px;
	border-top: 0px solid #eee;
	padding-top: 10px;

}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	position: absolute
}

.widget_product_categories .children {
	display: none;
}

.woocommerce.widget_product_tag_cloud .tagcloud {
	margin-top: 10px;
	display: block;
	padding: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.50);
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;
	border: 1px solid #e8e4ec;
	border-top-color: rgb(232, 228, 236);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 0px solid #e8e4ec;
	scrollbar-width: thin;
}

.woocommerce .widget_product_tag_cloud .tagcloud a {
	border: 0px solid #e2e2e2;
	padding: 1px 15px;
	display: block;
	margin-bottom: 4px;
	margin-right: 0px;
	line-height: 1.5;
}

.tag-cloud-link:hover {
	background-color: #fff;
	color: #2d1175 !important;
}

.woocommerce .widget_product_tag_cloud .tagcloud a {
	color: #4d4d4d;
	padding: 3px 15px;
	font-size: 15px !important;
	display: inline;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	float: left;
	width: 33.333%;
}

.woocommerce a.button {
	font-weight: normal
}

li.product .add_to_cart_button {
	color: var(--main) !important;
	background-color: transparent !important;
	border: 2px solid var(--main) !important;
	font-size: 14px !important;
	font-weight: normal;
	text-transform: capitalize;
}

li.product .add_to_cart_button:hover {
	color: #fff !important;
	background-color: var(--main) !important;
	border-color: var(--main) !important;
}

.woocommerce-tabs {
	margin-top: 20px;
}

.woocommerce div.product .product_meta {
	font-size: 16px;
}

.woocommerce-checkout #payment {
	background: #e3e2e3;
	float: left;
	width: 100%;
}

.woocommerce ul.products li.product .button {

	margin: 0 auto;
}


.single_add_to_cart_button {
	font-size: 16px;
	padding: 0px 20px;
	border-radius: 6px;
	width: 100%;
	margin: 0px 5px;
	text-transform: capitalize;
	font-weight: 500;
	transition: 0.3s;
	letter-spacing: 0;
	max-width: 200px;
	height: auto;
	line-height: 39px;
}

#signup input[type=date],
#signup input[type=datetime],
#signup input[type=email],
#signup input[type=number],
#signup input[type=password],
#signup input[type=search],
#signup input[type=tel],
#signup input[type=text],
#signup input[type=time],
#signup input[type=url],
#signup textarea {
	margin-bottom: 8px !important;
}

#mega-menu-wrap-primary {
	background: transparent;
	display: inline;
}

@media only screen and (max-width:1024px) {

	.bds ul.products li.product,
	.bds ul.products li.product {
		width: 31.3%;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	background: #fff;
}

@media only screen and (max-width:767px) {

	.specification_main .table>tbody>tr>td,
	.specification_main .table>tfoot>tr>td {
		font-size: 14px;
	}

	.woocommerce #reviews #comments ol.commentlist {
		column-count: 1;
	}

	.pb-5 {
		padding-bottom: 1.5rem !important;
	}

	.pt-5 {
		padding-top: 1.5rem !important;
	}

	.single-product .price .amount {}

	.woocommerce li.product .price,
	.woocommerce li.product .price {
		font-size: 16px !important;
	}

	.related.products .price {
		font-size: 16px !important;
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: left;
		width: 100%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: right;
		width: 100%;
		clear: none;
		padding: 0 0.9rem;
		margin-top: 0;
		text-align: left;
		position: relative;
		z-index: 1;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
		margin-bottom: 0em;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding: 0rem 0.0rem;
	}

	.entry-title {
		font-size: 18px;
		margin: 0;
	}

	.woocommerce-product-gallery__image {
		float: left;
		display: block;
		height: auto;
		min-height: 300px !important;
		max-height: 300px !important;
		height: 300px !important;
		position: relative;
	}

	.single-product .price .amount {
		font-size: 20px;
	}

	.price .amount {
		font-size: 14px;
	}

	.related .price .amount {
		font-size: 14px;
	}

	.product .price .amount {
		margin-top: 8px;
	}

	.TOP_FiX_DEtail .price {
		font-size: 19px;
		font-weight: 700;
	}

	.top-pro_details h4 {
		margin: 0;
		font-size: 14px;
	}

	.woocommerce h2 {
		font-size: 24px;
	}

	.woocommerce .quantity input[type="number"],
	.woocommerce .quantity input[type="text"] {
		padding: 10px 4px;
	}

	.TOP_FiX_DEtail .btn_buy_now {
		height: 32px !important;
		line-height: 30px !important;
		font-size: 12px !important;
		max-width: 100% !important;
	}

	.woocommerce #reviews h2 {
		font-size: 24px;
	}

	.woocommerce #reviews #review_form {
		padding: 12px;
	}


	.woocommerce ul.product-categories>li {
		padding: 2px 0;
		width: 100%;
	}

	.woocommerce-product-gallery__image img {
		position: relative;
		width: 100% !important;
		height: auto !important;
		object-fit: contain !important;
		max-height: 240px !important;
		margin-top: 8px;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
		height: auto !important;
		max-height: 240px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		margin-top: -38px;
		margin-right: 0px;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		margin-top: 5px;
		margin-left: 0px;
	}

	.price del .amount {
		font-size: 12px !important;
	}

	p {
		line-height: 20px;
		font-size: 14px;
	}

	.bestseller_main {
		padding: 00px 0 20px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		line-height: 18px;
	}

	#add_payment_method #payment div.form-row,
	.woocommerce-cart #payment div.form-row,
	.woocommerce-checkout #payment div.form-row {
		padding: 3px;
	}

	.woocommerce table.shop_table .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
	.woocommerce-page table.shop_table .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
		font-weight: 700;
		color: #9e0227;
		font-size: 16px;
	}

	.shop_table tbody tr td.product-name>a {
		font-size: 14px;
	}

	.shop_table tbody tr td.product-remove .remove {
		left: -12px;
	}

	.woocommerce-cart table.cart img {
		display: none;
	}

	.thb-cart-column .shop_table div.quantity input {
		padding: 4px 4px !important;
		min-height: 34px !important;
	}

	body,
	html {
		font-size: 14px;
	}

	.specification_main .table-wrapper th {
		font-weight: 500;
	}

	#comments,
	#review_form_wrapper {
		margin: 10px auto 0;
	}

	.woocommerce .comment-reply-title {
		font-size: 16px;
	}

	p {
		line-height: 20px;
	}

	.woocommerce-product-details__short-description h4 {
		font-size: 16px;
	}

	.specification_main .table-wrapper {
		padding: 15px;
	}

	.addresses .woocommerce-Address {
		margin-bottom: 10px;
	}

	.addresses {
		margin: 0 0px;
	}

	.woocommerce-account {
		text-align: left !important;
	}

	.woocommerce-account .u-columns {
		display: block;
	}

	.addresses .col-1,
	.addresses .col-2 {
		float: left;
		width: 100%;
		padding: 0 0px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		flex-shrink: 0;
		max-width: 320px !important;
		padding-right: 00px !important;
		margin-bottom: 10px !important;
		text-align: left !important;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		height: auto !important;
		width: 100% !important;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		margin-right: 0px;
		margin-top: 0px !important;
	}

	.woocommerce ul.products li.product h2 {
		font-size: 14px !important;
		text-align: center !important;
	}

	li.product .add_to_cart_button {
		font-size: 12px !important;
		padding: 0 6px !important;
	}

	.single_add_to_cart_button {
		font-size: 15px;
		padding: 0px 10px;
		font-weight: 500;
		max-width: 98px;
	}

	.woocommerce h1 {
		margin-top: 10px !important;
		font-size: 18px !important;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		width: 100%;
	}

	.alignleft {
		display: none !important;
	}


}

.btn-info {
	color: #fff !important;
}

@media only screen and (min-width: 768px) {

	.woocommerce-account .u-columns .u-column1,
	.woocommerce-account .u-columns .u-column2 {
		padding: 0 0.5%;
	}
}

.term-description {
	float: left;
	width: 100%;
	margin-top: 10px
}

.term-description p {
	margin-bottom: 8px;
}

#customer_details .radio,
#customer_details .checkbox {
	justify-content: start;
	position: relative;
	display: flex !important;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: center;
}

#customer_details .radio input[type="radio"],
#customer_details .radio-inline input[type="radio"],
#customer_details .checkbox input[type="checkbox"],
#customer_details .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 0 !important;
	margin-left: 0px !important;
}

#ship-to-different-address label span {
	margin-left: 20px
}

.woocommerce-account-fields label span {
	margin-left: 20px
}

.product_meta .sku {
	display: inline;
	color: #878787;
}

@media (max-width:767px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		height: 35px;
	}

	.woocommerce div.product form.cart .button.single_add_to_cart_button {
		min-width: 150px;
	}

	.woocommerce div.product form.cart .variations select {
		font-size: 14px;
		min-width: 130px;
	}

	.woocommerce-cart table.cart td.actions .button {
		line-height: normal;
	}

	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	h2.shop-general-title {
		font-size: 20px !important;
		margin-top: 0px !important;
	}

	.woocommerce h2 {
		font-size: 20px !important;
		margin-top: 0px !important;
	}

	.content-main .container-fluid {
		padding: 0px !important
	}

	
}

.woocommerce ul.products li.product .price {
	margin: 5px 0 0px !important
}

.price del {
	color: #6b6b6b;
}

.price .amount {
	white-space: nowrap;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	
	line-height: normal;
	margin: 0px 0 0 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
	justify-content: start;
}

ins {
	text-decoration: none;
}

.price del .amount {
	font-weight: 500;
	color: #6a6a6a;
	margin: 0 0 0 5px;
	text-decoration: line-through;
	font-size: 14px;
	opacity: 0.6;
	margin-right: 8px;
}

.woocommerce form .form-row textarea {
	min-height: 60px;
}

.single-product .price .amount {
	line-height: 30px;
}

table .product-name {
	margin: 0 0 0px 0;
}

/* .bsBox .product-price span:nth-child(odd) {
 margin-right:4px;
}
.bsBox .product-price span:nth-child(even) {
  opacity: 0.6;
  text-decoration: line-through;
  font-weight: normal;margin-left:4px;
}
.woocommerce ul.products li.product .price span:nth-child(odd) {
 margin-right:4px;
}
.woocommerce ul.products li.product .price span:nth-child(even) {
  opacity: 0.6;
  text-decoration: line-through;
  font-weight: normal;margin-left:4px;
} */

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
	font-size: 12px !important;
	font-weight: 600 !important;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	height: 36px !important;
}

div.wc-block-components-product-metadata__description {
	display: none;
}
.hdh2 .woocommerce h2{display:none!important}
.woocommerce-MyAccount-content input, .hdh2 input {
    height: 48px; 
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1.25rem; 
    color: #546274;
    color: var(--secondary);
    font-weight: 500;
    font-size: 0.9375rem; margin-bottom:16px;
  }
 .hdh2 .woocommerce form .woocommerce-form__input-checkbox, .hdh2 .woocommerce-page .woocommerce-form__input-checkbox {
    margin-right: 5px !important;
    height: auto;
}
   
.woocommerce-MyAccount-content select,  .hdh2 select {
    height: 55px;
    border-radius: 6px; 
    outline: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
    padding: 0 1.25rem;
    color: #546274; 
    color: var(--secondary);
    font-weight: 500;
    font-size: 0.9375rem;
    padding-right: 32px;margin-bottom:16px;
  }
  
  
  
  .hdh2 input::placeholder {
    /* Firefox 18- */
    color: #ddd;
  }
 .woocommerce-MyAccount-content label , .hdh2 label{margin-bottom:0px;}
  .woocommerce-MyAccount-content textarea, .hdh2 textarea {
    padding-top: 0.875rem;
    height: 100px;margin-bottom:16px;
  }
.single_add_to_cart_button {
background-color: var(--main) !important;
  color: #fff;
}.woocommerce #reviews {
  display: flex;
  float: left;
  width: 100%;
}
.woocommerce-review-link .count{position:relative!important; background:transparent!important;right: 0;
  top: 0px;}
.accordion-item h2 {
  font-size: 16px!important;
  margin-bottom: 6px;
}
.pagination .page-numbers, .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  width:auto;
  height: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 13px;
  line-height: 23px;
  margin: 0 3px;
  padding: 2px 10px 0 10px !important;
}
.product-grid .yith-wcwl-add-to-wishlist {
	margin-top: 0;}
.product-grid .yith-wcwl-add-button a{width:auto!important; visibility: hidden;margin-left:-4px !important;}
.product-grid:hover .yith-wcwl-add-button a{width:auto!important; visibility: visible; margin-bottom:-32px}
.product-grid .yith-wcwl-add-button span{display:none!important}
.product-grid .yith-wcwl-add-button .delete_item {font-size:12px!important;color:#000!important;margin-left:4px !important;}
.price ins
  margin-left: 5px!important;
}
.widget ul li {
  margin-bottom: 0px;
  display: inline;
  border-bottom: 0px;
}