
@charset "UTF-8";

.woocommerce .clear:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce table {
	text-align: left;
}

.woocommerce table tr td {
	background: 0 0;
	color: #393939;
}

.woocommerce table th {
	background: 0 0;
	text-align: left;
}

.woocommerce table td {
	text-align: left;
}

ul.woocommerce-error {
	list-style: none;
	margin-bottom: 10px;
}

.myaccount_user, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce div.message {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding: 28px 40px;
	background-color: #eaeaea;
	font-size: 18px;
	line-height: 38px;
	color: #393939;
}

.woocommerce .myaccount_user a {
	color: #e6ae48;
}

.woocommerce.widget .tagcloud a {
	font-weight: 500;
}

.woocommerce .woocommerce-error h3, .woocommerce .woocommerce-info h3, .woocommerce .woocommerce-message h3, .woocommerce div.message h3 {
	font-size: 18px;
}

.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message {
	font-size: 16px;
}

.woocommerce .woocommerce-Message a.button, .woocommerce .woocommerce-message a.button {
	float: right;
}

.woocommerce .woocommerce-message a.button i {
	margin-left: 10px;
}

.woocommerce .woocommerce-message h3 {
	display: inline-block;
	float: left;
	padding: 5px 0 0;
}

ul.woocommerce-error li:last-child {
	margin-bottom: 0;
}

.woocommerce del {
	color: #a6a6a6;
}

.woocommerce del .amount, .woocommerce-page del .amount {
	font-size: 14px;
	margin-right: 5px;
}

.woocommerce ul.woocommerce-error {
	list-style: none;
}

.woocommerce p.form-row, .woocommerce-account .woocommerce form {
	margin-bottom: 20px;
}

.woocommerce p.form-row label {
	display: block;
	margin-bottom: 3px;
}

.woo-my-account-rememberme {
	margin: 20px 0 0 !important;
}

#respond textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

#respond textarea:focus:-moz-placeholder {
	color: #fff;
}

#respond textarea:focus::-moz-placeholder {
	color: #fff;
}

.woocommerce input[type=email]:focus::-webkit-input-placeholder, .woocommerce input[type=password]:focus::-webkit-input-placeholder, .woocommerce input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-webkit-input-placeholder, .woocommerce table.cart div.coupon .input-text:focus::-webkit-input-placeholder, .woocommerce textarea:focus::-webkit-input-placeholder, .woocommerce-page input[type=email]:focus::-webkit-input-placeholder, .woocommerce-page input[type=password]:focus::-webkit-input-placeholder, .woocommerce-page input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-webkit-input-placeholder, .woocommerce-page table.cart div.coupon .input-text:focus::-webkit-input-placeholder, .woocommerce-page textarea:focus::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout div.coupon .input-text:focus::-webkit-input-placeholder, .woocommerce.woocommerce-checkout div.coupon .input-text:focus::-webkit-input-placeholder {
	color: #fff;
}

.woocommerce input[type=email]:focus::-moz-placeholder, .woocommerce input[type=password]:focus::-moz-placeholder, .woocommerce input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-moz-placeholder, .woocommerce textarea:focus::-moz-placeholder, .woocommerce-page input[type=email]:focus::-moz-placeholder, .woocommerce-page input[type=password]:focus::-moz-placeholder, .woocommerce-page input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-moz-placeholder, .woocommerce-page textarea:focus::-moz-placeholder {
	color: #fff;
}

.woocommerce input[type=email]:focus::-moz-placeholder, .woocommerce input[type=password]:focus::-moz-placeholder, .woocommerce input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-moz-placeholder, .woocommerce textarea:focus::-moz-placeholder, .woocommerce-page input[type=email]:focus::-moz-placeholder, .woocommerce-page input[type=password]:focus::-moz-placeholder, .woocommerce-page input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text):focus::-moz-placeholder, .woocommerce-page textarea:focus::-moz-placeholder {
	color: #fff;
}

.woocommerce-account .chosen-container {
	width: 100% !important;
}

.woocommerce .chosen-container-single .chosen-search {
	display: none;
}

aside.sidebar .woocommerce.widget h5 {
	margin-bottom: 23px;
}

.woocommerce .button, .woocommerce button.button, .woocommerce input[type=submit]:not(.qode_search_field), .woocommerce ul.products li.product .added_to_cart, .woocommerce-page .button, .woocommerce-page button.button, .woocommerce-page input[type=submit]:not(.qode_search_field) {
	position: relative;
	display: inline-block;
	width: auto;
	height: 38px;
	line-height: 34px;
	margin: 0;
	padding: 0 22px;
	font-family: inherit;
	font-size: 11px;
	border: 2px solid #e6ae48;
	font-weight: 800;
	text-align: left;
	color: #e6ae48;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	vertical-align: middle;
	border-radius: 0;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.woocommerce-message.call_to_action .qbutton {
	float: right;
}

.woocommerce #submit:hover, .woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input[type=submit]:not(.qode_search_field):hover, .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce ul.products li.product a.qbutton:hover, .woocommerce-page .button:hover, .woocommerce-page button.button:hover, .woocommerce-page input[type=submit]:not(.qode_search_field):hover, .woocommerce-page ul.products li.product a.qbutton:hover {
	background-color: #e6ae48;
	color: #fff;
	text-decoration: none;
}

.woocommerce ul.products li.product .add-to-cart-button-outer {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.woocommerce ul.products li.product .add-to-cart-button-inner {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.woocommerce ul.products li.product .add-to-cart-button-inner2 {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.woocommerce ul.products li.product .add-to-cart-button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product a.qbutton.out-of-stock-button {
	position: relative;
	opacity: 0;
	padding: 0 17px;
	visibility: hidden;
	z-index: 200;
}

.woocommerce ul.products li.product .top-product-section {
	position: relative;
}

.woocommerce ul.products li.product .product_list_thumb_link, .woocommerce-page ul.products li.product .product_list_thumb_link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.woocommerce ul.products li.product .image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.woocommerce ul.products li.product .image-wrapper img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transform: opacity .3s ease-out;
	-ms-transform: translateZ(0);
	transition: opacity .3s ease-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	vertical-align: middle;
}

.woocommerce ul.products li.product:hover .image-wrapper img {
	opacity: .2;
}

.woocommerce ul.products li.product:hover .add-to-cart-button, .woocommerce ul.products li.product:hover .added_to_cart, .woocommerce ul.products li.product:hover a.qbutton.out-of-stock-button {
	opacity: 1;
	visibility: visible;
}

div.pp_woocommerce .pp_content_container {
	border: 1px solid #ddd;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce .select2-container, .woocommerce-page .select2-container {
	width: 100%;
}

.woocommerce .select2-dropdown-open, .woocommerce-page .select2-dropdown-open {
	background: 0 0;
}

.woocommerce .select2-results .select2-result-label, .woocommerce-page .select2-results .select2-result-label {
	padding-left: 12px;
}

.woocommerce .select2-container .select2-choice .select2-arrow, .woocommerce-page .select2-container .select2-choice .select2-arrow {
	width: 36px;
	height: 36px;
	background-image: none !important;
	background: 0 0 !important;
	border-left: none;
}

.woocommerce .select2-container .select2-choice .select2-arrow b, .woocommerce-page .select2-container .select2-choice .select2-arrow b {
	position: relative;
}

.woocommerce .select2-container .select2-choice .select2-arrow.nitro-lazy, .woocommerce-page .select2-container .select2-choice .select2-arrow.nitro-lazy {
	background-image: none !important;
}

.woocommerce .select2-container .select2-choice .select2-arrow .select2-arrow:after, .woocommerce-page .select2-container .select2-choice .select2-arrow:after {
	color: #e6ae48;
	content: "";
	font-family: FontAwesome, serif;
	font-size: 14px;
	height: 100%;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.woocommerce .select2-results li.select2-highlighted, .woocommerce-page .select2-results li.select2-highlighted {
	background: 0 0;
	color: #e6ae48;
}

.woocommerce .select2-drop .select2-search input[type=text], .woocommerce .select2-drop.select2-drop-above .select2-search input[type=text], .woocommerce-page .select2-drop input[type=text], .woocommerce-page .select2-drop.select2-drop-above .select2-search input[type=text] {
	padding: 4px !important;
	background-color: #fff !important;
	border: 0 !important;
}

.woocommerce-account .form-row .chosen-container-single .chosen-single div b, .woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b, .woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b, .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
	background: 0 0 !important;
	width: 47px;
	height: 47px;
	position: relative;
	text-align: center;
}

.woocommerce-account .form-row .chosen-container-single .chosen-single div b:before, .woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b:before, .woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b:before, .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b:before {
	content: "";
	font-family: fontawesome;
	color: #e6ae48;
	font-size: 13px;
}

.woocommerce-account .form-row .chosen-container-active .chosen-single-with-drop div, .woocommerce-account .form-row .chosen-container-single .chosen-single div, .woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div, .woocommerce-checkout .form-row .chosen-container-single .chosen-single div {
	width: 47px;
	margin-right: 0;
}

.woocommerce-account .form-row .chosen-container .chosen-drop, .woocommerce-checkout .form-row .chosen-container .chosen-drop {
	border: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #f8f8f8;
}

.woocommerce-account .chosen-container .chosen-results li, .woocommerce-checkout .chosen-container .chosen-results li {
	padding: 12px 0 10px 10px;
}

.woocommerce-account .chosen-container .chosen-results li.active-result.highlighted, .woocommerce-checkout .chosen-container .chosen-results li.active-result.highlighted {
	background: 0 0;
	color: #e6ae48;
}

.woocommerce-account .form-row .chosen-container-single .chosen-search input, .woocommerce-checkout .form-row .chosen-container-single .chosen-search input {
	padding-left: 7px !important;
	padding-top: 7px;
	padding-bottom: 7px;
	background: 0 0 !important;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.woocommerce ins, .woocommerce-page ins {
	text-decoration: none;
}

.woocommerce div.pp_woocommerce .pp_arrow_next, .woocommerce div.pp_woocommerce .pp_arrow_previous, .woocommerce-page div.pp_woocommerce .pp_arrow_next, .woocommerce-page div.pp_woocommerce .pp_arrow_previous {
	margin-top: 2px !important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	width: 50%;
	height: 41px;
	margin: 0 0 27px 0;
	display: inline-block;
}

.woocommerce .woocommerce-result-count {
	float: right;
	text-align: right;
	line-height: 41px;
	font-weight: 700;
	color: #393939;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-ordering .orderby {
	width: auto;
	min-width: 200px;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single, .woocommerce .select2-container.orderby .select2-choice, .woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choice, .woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choices, .woocommerce div.cart-collaterals .select2-container .select2-choice, .woocommerce select#pa_color, .woocommerce-checkout .chosen-container.chosen-container-single .chosen-single, .woocommerce-page .chosen-container.chosen-container-single .chosen-single, .woocommerce-page .select2-container.orderby .select2-choice, .woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choice, .woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choices, .woocommerce-page div.cart-collaterals .select2-container .select2-choice {
	padding-left: 16px;
	line-height: 39px;
	height: 41px;
	color: #8d8d8d;
	background-image: none;
	background-color: #fff;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single.nitro-lazy, .woocommerce .select2-container.orderby .select2-choice.nitro-lazy, .woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choice.nitro-lazy, .woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choices.nitro-lazy, .woocommerce div.cart-collaterals .select2-container .select2-choice.nitro-lazy, .woocommerce select#pa_color.nitro-lazy, .woocommerce-checkout .chosen-container.chosen-container-single .chosen-single.nitro-lazy, .woocommerce-page .chosen-container.chosen-container-single .chosen-single.nitro-lazy, .woocommerce-page .select2-container.orderby .select2-choice.nitro-lazy, .woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choice.nitro-lazy, .woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choices.nitro-lazy, .woocommerce-page div.cart-collaterals .select2-container .select2-choice.nitro-lazy {
	background-image: none !important;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single, .woocommerce select#pa_color, .woocommerce-checkout .chosen-container.chosen-container-single .chosen-single, .woocommerce-page .chosen-container.chosen-container-single .chosen-single {
	border: 2px solid transparent;
	border-radius: 0;
	background-clip: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce ul.products {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-page ul.products li.product, .woocommerce.columns-4 ul.products li.product {
	width: 23.295454545455%;
	margin: 0 2.2727272727273% 25px 0;
}

.woocommerce.columns-3 ul.products li.product {
	width: 31.818181818182%;
	margin: 0 2.2727272727273% 25px 0;
}

.woocommerce.columns-2 ul.products li.product {
	width: 48.863636363636%;
	margin: 0 2.2727272727273% 25px 0;
}

.woocommerce.columns-5 ul.products li.product {
	width: 18.181818181818%;
	margin: 0 2.2727272727273% 25px 0;
}

.woocommerce-page .woocommerce_with_sidebar ul.products li.product {
	width: 30.999066293184%;
	margin: 0 3.5014005602241% 25px 0;
}

.woocommerce ul.products li.product a.product-category, .woocommerce-page ul.products li.product a.product-category {
	display: block;
}

.woocommerce ul.products li.product .product_info_box, .woocommerce-page ul.products li.product .product_info_box {
	background-color: #fff;
	padding: 20px 22px 21px;
}

.woocommerce ul.products li.product span.product-categories, .woocommerce-page ul.products li.product span.product-categories {
	display: block;
	line-height: normal;
}

.woocommerce aside ul.product_list_widget li span.amount, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product span.product-categories a, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product span.product-categories a, aside ul.product_list_widget li span.amount {
	font-family: "Crete Round", sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-style: italic;
	color: #a6a6a6;
	letter-spacing: 1px;
}

.woocommerce ul.products li.product span.product-title {
	line-height: 1.5384615384615em;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: #393939;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transform: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce ul.products li.product span.product-title:hover {
	color: #e6ae48;
}

.woocommerce aside ul.product_list_widget li span.amount, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, aside ul.product_list_widget li span.amount {
	display: block;
	color: #e6ae48;
	margin: 6px 0 0 0;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
	display: none;
}

.woocommerce .product .onsale, .woocommerce .product .single-onsale {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	background-color: #393939;
	color: #fff;
	z-index: 100;
}

.woocommerce .product .onsale-inner {
	position: relative;
}

.woocommerce .product .onsale.out-of-stock-button {
	width: 60px;
	height: 48px;
	padding-top: 12px;
	line-height: 1.3em;
	font-family: "Crete Round", sans-serif;
	font-size: 14px;
	font-style: italic;
	background-color: #e6ae48;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
}

.woocommerce-pagination {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 10px 0 50px;
}

.woocommerce-pagination ul.page-numbers {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers li>a, .woocommerce-pagination ul.page-numbers li>span {
	position: relative;
	display: inline-block;
	width: 33px;
	height: auto;
	line-height: 33px;
	margin: 0;
	color: #a6a6a6;
	background-color: transparent;
	font-size: 30px;
	font-weight: 400;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	text-shadow: none;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-pagination ul.page-numbers li span.current {
	color: #393939;
}

.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span.current {
	font-family: "Crete Round", sans-serif;
	font-size: 22px;
	font-style: italic;
}

.woocommerce-pagination ul.page-numbers li a i {
	display: block;
	line-height: inherit;
}

.woocommerce-pagination ul.page-numbers li a.next {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce-pagination ul.page-numbers li a.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce.columns-2 ul.products.standard li.product, .woocommerce.columns-3 ul.products.standard li.product, .woocommerce.columns-4 ul.products.standard li.product, .woocommerce.columns-5 ul.products.standard li.product {
	margin-bottom: 50px;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-image-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 21px;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-image-holder>a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 0;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-image-holder>a span {
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.woocommerce ul.products.standard li.product .qodef-product-standard-image-holder>a span.qodef-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.woocommerce ul.products.standard li.product .qodef-product-standard-button-holder {
	line-height: 0;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: height .2s ease-out;
	-o-transition: height .2s ease-out;
	transition: height .2s ease-out;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-button-holder .add-to-cart-button, .woocommerce ul.products.standard li.product .qodef-product-standard-button-holder .added_to_cart {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -56px;
	-webkit-transition: bottom .2s ease-out;
	-o-transition: bottom .2s ease-out;
	transition: bottom .2s ease-out;
	text-align: center;
	height: 56px;
	line-height: 52px;
	border: 2px solid #141414;
	color: #fff;
	background-color: #141414;
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 400;
	visibility: visible;
	opacity: 1;
}

.woocommerce ul.products.standard li.product .onsale {
	width: 100px;
	height: 40px;
	left: auto;
	right: 0;
	top: 25px;
	line-height: 40px;
	font-size: 11px;
	font-weight: 400;
	background-color: #141414;
}

.woocommerce ul.products.standard li.product .onsale.out-of-stock-button {
	padding-top: 0;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top {
	text-align: center;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .qodef-product-standard-title a {
	font-size: 14px;
	line-height: 2em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.4px;
	color: #141414;
	text-transform: uppercase;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .qodef-product-standard-title h3 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .qodef-product-list-categories {
	margin-bottom: 7px;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .price {
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0;
	font-style: normal;
	color: #8e8e8e;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .price del {
	color: #c3c3c3;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .price del .amount {
	color: #c3c3c3;
	font-size: inherit;
}

.woocommerce ul.products.standard li.product .qodef-product-standard-info-top .price ins .amount {
	color: #8e8e8e;
}

.woocommerce ul.products.standard li.product:hover .qodef-product-standard-image-holder>a span {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.woocommerce ul.products.standard li.product:hover .qodef-product-standard-image-holder>a span.qodef-hover-image {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.woocommerce ul.products.standard li.product:hover .qodef-product-standard-button-holder .add-to-cart-button, .woocommerce ul.products.standard li.product:hover .qodef-product-standard-button-holder .added_to_cart {
	bottom: 0;
}

.woocommerce ul.products.simple li.product {
	overflow: hidden;
}

.woocommerce ul.products.simple li.product .qodef-product-simple-holder {
	position: relative;
}

.woocommerce ul.products.simple li.product .qodef-product-simple-overlay {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
}

.woocommerce ul.products.simple li.product .qodef-product-simple-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background-color: rgba(255, 255, 255, .95);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .2s ease-out, transform .5s ease-out;
	transition: opacity .2s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	-o-transition: opacity .2s ease-out, transform .5s ease-out;
}

.woocommerce ul.products.simple li.product:hover .qodef-product-simple-overlay:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity .4s ease-out, -webkit-transform .5s cubic-bezier(.17, .73, .04, 1);
	transition: opacity .4s ease-out, -webkit-transform .5s cubic-bezier(.17, .73, .04, 1);
	transition: opacity .4s ease-out, transform .5s cubic-bezier(.17, .73, .04, 1);
	transition: opacity .4s ease-out, transform .5s cubic-bezier(.17, .73, .04, 1), -webkit-transform .5s cubic-bezier(.17, .73, .04, 1);
	-o-transition: opacity .4s ease-out, transform .5s cubic-bezier(.17, .73, .04, 1);
}

.woocommerce ul.products.simple li.product .qodef-product-simple-overlay-outer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	top: 90px;
	-webkit-transition: opacity .2s ease-out, top .2s ease-out;
	-o-transition: opacity .2s ease-out, top .2s ease-out;
	transition: opacity .2s ease-out, top .2s ease-out;
	opacity: 0;
	z-index: 100;
}

.woocommerce ul.products.simple li.product .qodef-product-simple-overlay-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}

.woocommerce ul.products.simple li.product .qodef-product-simple-overlay-inner>a:first-child {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.woocommerce ul.products.simple li.product:hover .qodef-product-simple-overlay-outer {
	opacity: 1;
	top: 0;
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .2s, top .3s cubic-bezier(.25, .46, .45, .94) .2s;
	-o-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .2s, top .3s cubic-bezier(.25, .46, .45, .94) .2s;
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .2s, top .3s cubic-bezier(.25, .46, .45, .94) .2s;
}

.woocommerce ul.products.simple li.product .qodef-product-standard-title a {
	font-size: 22px;
	line-height: 1.6em;
	letter-spacing: 1.6px;
	color: #161616;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce ul.products.simple li.product .qodef-product-standard-title {
	margin-bottom: 50px;
}

.woocommerce ul.products.simple li.product .qodef-product-standard-title h3 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.woocommerce ul.products.simple li.product .price {
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.75px;
	color: #5c5c5c;
}

.woocommerce div.product {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.woocommerce .product .images {
	float: left;
	width: 40.636363636364%;
	margin-right: 2.5454545454545%;
	margin-bottom: 20px;
}

.woocommerce .product .images a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce div.product .images img {
	display: block;
	max-width: 100%;
}

.woocommerce .product .images figure {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 -10px;
}

.woocommerce .product .images .woocommerce-product-gallery__image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .product .images .woocommerce-product-gallery__image:first-child {
	width: 100%;
}

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

.woocommerce .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
	float: left;
	padding-top: 20px;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
	width: 50%;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
	width: 33.3333333333%;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
	width: 25%;
}

.woocommerce.qode-single-product-large-gallery-type .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
	width: 100%;
	float: none;
}

.woocommerce.qode-single-product-two-columns-gallery-type .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:first-child, .woocommerce.qode-single-product-two-columns-gallery-type .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
	width: 50%;
	float: left;
	padding-top: 0;
	margin: 0 0 20px;
}

@media only screen and (min-width:769px) {
	.woocommerce.single-product.qode-single-product-thumbs-left .product .summary {
		width: 44%;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images {
		width: 53%;
		margin-right: 3%;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images figure {
		width: 100%;
		margin: 0;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images .woocommerce-product-gallery__image:first-child {
		padding: 0 0 0 155px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
		width: 135px;
		height: 175px;
		padding: 0;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
		height: 100%;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
		height: 100%;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(2n) {
		top: 0;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
		top: 195px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
		top: 390px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
		top: 585px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(6n) {
		top: 780px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(7n) {
		top: 975px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(8n) {
		top: 1170px;
	}
	
	.woocommerce.single-product.qode-single-product-thumbs-left .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(9n) {
		top: 1365px;
	}
}

.woocommerce div.product .images .thumbnails {
	margin-top: 14px;
	overflow: hidden;
}

.woocommerce div.product .images .thumbnails a:not(.yith_magnifier_thumbnail) {
	float: left;
	width: 31.096196868009%;
	margin-right: 3.3557046979866%;
	margin-bottom: 15px;
}

.woocommerce div.product .images .thumbnails a:not(.yith_magnifier_thumbnail):nth-child(3n) {
	margin-right: 0;
}

.woocommerce div.product .images .thumbnails a img {
	max-width: 100%;
	display: block;
}

.woocommerce .product h2.product_title {
	margin-bottom: 2px;
	letter-spacing: 1px;
	line-height: 1em;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce .product .woocommerce-product-rating {
	margin-bottom: 6px;
}

.woocommerce .product .woocommerce-product-rating .woocommerce-review-link {
	color: #8d8d8d;
}

.woocommerce .product .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #e6ae48;
}

.woocommerce div.product .summary p.price span.amount {
	font-family: "Crete Round", sans-serif;
	font-size: 28px;
	font-style: italic;
	color: #e6ae48;
}

.woocommerce div.product .summary p.price del, .woocommerce div.product .summary p.price del span.amount {
	color: #a6a6a6;
}

.woocommerce div.product div[itemprop=description] {
	margin: 33px 0 0 0;
}

.woocommerce div.product .cart {
	margin: 20px 0 17px 0;
	display: inline-block;
}

.woocommerce div.product .cart .group_table {
	margin-bottom: 10px;
}

.woocommerce div.product.product-type-grouped .cart table {
	margin-bottom: 47px;
}

.woocommerce div.product.product-type-grouped .cart table td:first-child {
	padding-left: 0;
}

.woocommerce.single-product button.single_add_to_cart_button {
	background-color: #e6ae48;
	color: #fff;
}

.woocommerce.single-product button.single_add_to_cart_button:hover {
	color: #e6ae48;
	background-color: transparent;
}

.woocommerce div.product .cart .quantity, .woocommerce-cart .quantity {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
	margin-top: 5px;
	height: 28px;
	line-height: 28px;
	background-color: #a6a6a6;
}

.woocommerce-cart .quantity {
	margin: 0;
}

.woocommerce div.product .cart .quantity>*, .woocommerce-cart .quantity>* {
	float: left;
}

.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 28px;
	line-height: 26px;
	margin: 0;
	cursor: pointer;
	outline: 0;
	border: 1px solid #a6a6a6;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	-webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover {
	border-color: #e6ae48;
	background-color: #e6ae48;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	position: relative;
	height: 28px;
	width: 26px;
	display: inline;
	padding: 0;
	border: none;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	background-color: #f5f5f5;
	text-align: center;
	font-family: "Crete Round", sans-serif;
	font-style: italic;
	color: #e6ae48;
	font-size: 14px;
	line-height: 26px;
	outline: 0;
	resize: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single_add_to_cart_button.qbutton.small {
	line-height: 29px;
}

.woocommerce div.product div.product_meta>.social_share_list_holder>span, .woocommerce div.product div.product_meta>span {
	display: block;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce div.product div.product_meta>.social_share_list_holder>span.social_share_title, .woocommerce div.product div.product_meta>span.social_share_title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.woocommerce-page.single-product .social_share_list_holder, .woocommerce.single-product .social_share_list_holder {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.woocommerce div.product div.product_meta>span {
	margin-bottom: 1px;
}

.woocommerce-page.single-product .social_share_list_holder ul, .woocommerce.single-product .social_share_list_holder ul {
	position: relative;
	top: -1px;
	vertical-align: middle;
	line-height: 0;
}

.woocommerce-page.single-product .social_share_list_holder ul li, .woocommerce.single-product .social_share_list_holder ul li {
	margin: 0 0 0 8px;
	line-height: 0;
}

.woocommerce-page.single-product .social_share_list_holder ul li a, .woocommerce.single-product .social_share_list_holder ul li a {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.woocommerce-page.single-product .social_share_list_holder ul li i, .woocommerce.single-product .social_share_list_holder ul li i {
	font-size: 15px;
	line-height: 15px;
	vertical-align: middle;
}

.woocommerce div.product div.product_meta>span a, .woocommerce div.product div.product_meta>span span {
	margin-left: 3px;
	font-family: "Crete Round", sans-serif;
	font-size: 14px;
	color: #e6ae48;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

.woocommerce .summary {
	float: right;
	width: 56.818245454545%;
	margin-bottom: 45px;
}

.woocommerce .q_tabs.woocommerce-tabs {
	display: inline-block;
	margin: 25px 0 0;
	clear: both;
	width: 100%;
}

.woocommerce .q_tabs.woocommerce-tabs ul {
	display: inline-block;
}

.woocommerce .summary .q_tabs.woocommerce-tabs {
	clear: none;
}

.woocommerce .summary p.stock.out-of-stock {
	display: inline-block;
	font-weight: 700;
	color: #393939;
	padding-bottom: 1px;
	border-bottom: 2px solid;
	margin: 30px 0;
}

.woocommerce div.product .summary table.variations {
	margin-bottom: 25px;
}

.woocommerce div.product .summary table.variations td {
	padding: 0 0 15px;
	position: relative;
}

.woocommerce div.product .summary table.variations tr:last-child td {
	padding-bottom: 0;
}

.woocommerce div.product .summary table.variations td.label {
	color: inherit;
	padding-right: 10px;
}

.woocommerce div.product .summary table.variations td.value select {
	width: 100%;
	overflow: hidden;
	border: 0;
	border: 1px solid transparent;
	font-size: 13px;
	background-color: #ededed;
	outline: 0;
	color: inherit;
	font-family: inherit;
	padding: 9px 12px;
	height: 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.reset_variations {
	position: absolute;
	right: 0;
	bottom: 50%;
	-webkit-transform: translate(120%, 50%);
	-ms-transform: translate(120%, 50%);
	transform: translate(120%, 50%);
}

.woocommerce div.product div.related, .woocommerce div.product div.upsells {
	clear: both;
}

.woocommerce div.product div.related .related-products-title, .woocommerce div.product div.upsells .related-products-title {
	margin-bottom: 25px;
}

.woocommerce p.stars span, .woocommerce-page p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/star.png") repeat-x left 0;
}

.woocommerce p.stars span.nitro-lazy, .woocommerce-page p.stars span.nitro-lazy {
	background-image: none !important;
}

.woocommerce p.stars span a:focus, .woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:focus, .woocommerce-page p.stars span a:hover {
	background: url("https://savonnerie-delacigogne.com/wp-content/themes/stockholm/images/star.png") repeat-x left -16px;
}

.woocommerce p.stars span a:focus.nitro-lazy, .woocommerce p.stars span a:hover.nitro-lazy, .woocommerce-page p.stars span a:focus.nitro-lazy, .woocommerce-page p.stars span a:hover.nitro-lazy {
	background-image: none !important;
}

.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}

.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}

.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}

.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}

.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}

.woocommerce p.stars span a:focus, .woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:focus, .woocommerce-page p.stars span a:hover {
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/star.png") repeat-x left -16px;
}

.woocommerce p.stars span a:focus.nitro-lazy, .woocommerce p.stars span a:hover.nitro-lazy, .woocommerce-page p.stars span a:focus.nitro-lazy, .woocommerce-page p.stars span a:hover.nitro-lazy {
	background-image: none !important;
}

.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/star.png") repeat-x left -32px;
}

.woocommerce p.stars span a.active.nitro-lazy, .woocommerce-page p.stars span a.active.nitro-lazy {
	background-image: none !important;
}

.woocommerce p.stars {
	height: 16px;
}

.woocommerce ol.commentlist {
	list-style: none;
}

.woocommerce div[itemprop=aggregateRating] .star-rating {
	display: none;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1.1em;
	width: 5.4em;
	font-family: star;
	color: #e6ae48;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content: "sssss";
	color: #dfdbdf;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce li.product div.star-rating {
	display: none;
}

.woocommerce ol.commentlist li.comment img.avatar {
	float: left;
	margin-right: 10px;
}

.woocommerce #comments {
	margin-bottom: 13px;
}

.woocommerce #respond #reply-title, .woocommerce #reviews h2 {
	font-size: 21px;
	margin-bottom: .7em;
}

.woocommerce #reviews small {
	margin: 0;
}

.woocommerce #reviews .add_review {
	margin-top: 15px;
}

.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce aside ul.product_list_widget li:after, .woocommerce aside ul.product_list_widget li:before, .woocommerce ol.commentlist li:after, .woocommerce ol.commentlist li:before, aside ul.product_list_widget li:after, aside ul.product_list_widget li:before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-message:after, .woocommerce aside ul.product_list_widget li:after, .woocommerce ol.commentlist li:after, aside ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ol.commentlist li {
	padding: 15px 0;
}

.woocommerce #comments .noreviews {
	padding: 0 15px;
}

.woocommerce ol.commentlist li:first-child {
	padding-top: 0;
}

.woocommerce div.summary div.comment-text div[itemprop=description] {
	margin: 0;
}

.woocommerce #commentform input[type=email], .woocommerce #commentform input[type=text], .woocommerce #commentform textarea {
	display: block;
	padding-left: 2.6%;
	padding-right: 2.6%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .comment-form-comment label {
	margin-bottom: 5px;
	display: inline-block;
}

.woocommerce .comment-form-rating {
	margin-bottom: 13px;
}

.woocommerce .comment-form-rating label {
	margin-bottom: 5px;
	display: inline-block;
}

.woocommerce .comment-form-rating .stars {
	margin-bottom: 10px;
}

.qode-add-gallery-and-zoom-support {
	position: relative;
}

.qode-add-gallery-and-zoom-support .flex-control-nav {
	padding: 0;
	margin: 0;
}

.qode-add-gallery-and-zoom-support .flex-control-nav li {
	float: left;
	width: 33.334%;
}

.qode-add-gallery-and-zoom-support.woocommerce-product-gallery--columns-4 .flex-control-nav li {
	width: 25%;
}

.woocommerce .product .qode-add-gallery-and-zoom-support.images .woocommerce-product-gallery__image {
	padding: 0;
}

.woocommerce .product .qode-add-gallery-and-zoom-support.images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
	padding: 0;
}

.woocommerce .product .qode-add-gallery-and-zoom-support.images figure {
	margin: 0;
}

.qode-add-gallery-and-zoom-support .woocommerce-product-gallery__trigger {
	position: absolute;
	right: 20px;
	top: 17px;
	z-index: 100;
	text-indent: -1000px;
}

.qode-add-gallery-and-zoom-support .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.qode-add-gallery-and-zoom-support .woocommerce-product-gallery__trigger:after {
	content: "U";
	font-family: ElegantIcons;
	text-indent: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 30%;
	padding: 0 30px 0 0;
	margin: 0 0 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #e0dede;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e0dede;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #e6ae48;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #6d6d6d;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #e6ae48;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 70%;
	padding: 0 0 0 30px;
	margin: 0 0 40px;
}

.woocommerce .myaccount_user {
	font-size: 16px;
	line-height: 1.5em;
}

.woocommerce .myaccount_address {
	margin: 20px 0 20px 0;
}

.woocommerce .addresses header {
	background: 0 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	height: auto;
	position: relative;
	text-align: left;
	border-bottom: none;
}

.woocommerce .addresses address {
	font-style: normal;
	margin-top: 20px;
}

.woocommerce .addresses .col-1.address, .woocommerce .addresses .col-2.address {
	width: 45%;
}

.woocommerce .addresses .col-1, .woocommerce .addresses .col-2 {
	width: 23.616236162362%;
	margin-right: 1.8450184501845%;
}

.woocommerce .addresses header.title {
	position: static;
}

.woocommerce .addresses .col-1.address {
	margin-right: 2.9090909090909%;
}

.woocommerce .addresses .col-2.address {
	float: right;
}

.woocommerce .addresses:after, .woocommerce .addresses:before {
	content: " ";
	display: table;
}

.woocommerce .addresses:after {
	clear: both;
}

.woocommerce .addresses {
	margin-bottom: 70px;
}

form#set-address-form input[type=text], form#set-address-form select {
	width: 93%;
	padding-left: 3.2882011605416%;
	padding-right: 3.2882011605416%;
}

form#set-address-form p.form-row-wide input[type=text] {
	width: 97.547169811321%;
	padding-left: 1.2264150943396%;
	padding-right: 1.2264150943396%;
}

form#set-address-form h3 {
	margin-bottom: 20px;
}

.woocommerce form#set-address-form .form-row-first, .woocommerce form#set-address-form .form-row-last, .woocommerce-page form#set-address-form .form-row-first, .woocommerce-page form#set-address-form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.woocommerce form#set-address-form .form-row-last, .woocommerce-page form#set-address-form .form-row-last {
	float: right;
}

.woocommerce form#set-address-form {
	margin-bottom: 30px;
}

.woocommerce-account table.my_account_orders {
	margin: 25px 0;
	width: 100% !important;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions {
	text-align: right;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions a {
	height: 29px;
	line-height: 29px;
}

.woocommerce form.lost_reset_password input[type=text] {
	width: 185px;
}

.woocommerce form.lost_reset_password p.form-row {
	margin-top: 20px;
}

.woocommerce form.lost_reset_password label {
	display: none;
}

.woocommerce .change-pass-field {
	width: 25%;
	margin-right: 20px;
}

.woocommerce .col-1, .woocommerce .col-2 {
	float: left;
	width: 49.077490774908%;
}

.woocommerce .col-1 {
	margin-right: 1.8450184501845%;
}

.woocommerce #customer_login .col-1 h2, .woocommerce #customer_login .col-2 h2 {
	margin-bottom: 17px;
}

.woocommerce #customer_login .span-3 {
	width: 47.407407407407%;
	float: left;
	margin-right: 3.7037037037037%;
}

.woocommerce #customer_login .form-row-last {
	margin-right: 0;
}

.woo-lost_password2, .woocommerce #customer_login .lost_password {
	margin-left: 23px;
}

.woocommerce table.cart, .woocommerce-page table.cart {
	width: 100%;
}

.woocommerce-page table tr:nth-child(odd) td {
	background: 0 0 !important;
}

.woocommerce table.cart thead tr, .woocommerce-account table.my_account_orders thead tr, .woocommerce-page table.cart thead tr {
	border: 1px solid #e0dede;
}

.woocommerce .checkout table.shop_table tr, .woocommerce-page .checkout table.shop_table tr {
	border-bottom: 1px solid #e0dede;
}

.woocommerce .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-page table.my_account_orders thead tr th {
	padding: 13px 10px;
	font-size: 17px;
	line-height: 1.5714285714286em;
	font-weight: 600;
}

.woocommerce-account table.my_account_orders thead tr th, .woocommerce-cart table.cart thead th, .woocommerce-checkout .checkout table thead th, .woocommerce-page table.my_account_orders thead tr th {
	font-weight: 500;
	font-family: inherit;
	font-size: 14px;
	color: #393939;
}

.woocommerce-account table.my_account_orders tbody tr, .woocommerce-cart table.cart tbody tr {
	border: 1px solid #e0dede;
}

.woocommerce-cart table.cart tbody tr td, .woocommerce-checkout .checkout table tbody tr td {
	vertical-align: middle;
}

.woocommerce-cart table.cart tbody tr td a:not(.checkout-button), .woocommerce-checkout .checkout table tbody tr td a {
	color: #8d8d8d;
}

.woocommerce table.cart tbody tr td img {
	display: block;
	width: 66px;
}

.woocommerce table.cart tbody tr span.amount, .woocommerce-page table.cart tbody span.amount {
	font-family: inherit;
	color: #8d8d8d;
}

.woocommerce table.cart tbody tr:last-child, .woocommerce-page table.cart tbody tr:last-child {
	border: none;
}

.woocommerce table.cart tbody td.product-remove, .woocommerce-page table.cart tbody td.product-remove {
	text-align: center;
	border-right: 1px solid #e0dede;
}

.woocommerce table.cart tbody td.product-remove a.remove, .woocommerce-page table.cart tbody td.product-remove a.remove {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/wc_delete_icon.png") no-repeat center;
	text-indent: -9999px;
	vertical-align: middle;
}

.woocommerce table.cart tbody td.product-remove a.remove.nitro-lazy, .woocommerce-page table.cart tbody td.product-remove a.remove.nitro-lazy {
	background-image: none !important;
}

.woocommerce table.cart div.coupon, .woocommerce-page table.cart div.coupon {
	float: left;
}

.woocommerce table.cart div.coupon label, .woocommerce-page table.cart div.coupon label {
	display: none;
}

.woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text, .woocommerce-page.woocommerce-checkout div.coupon .input-text, .woocommerce.woocommerce-checkout div.coupon .input-text {
	width: 178px;
	margin-right: 15px;
	padding: 0 13px !important;
	height: 37px;
	position: relative;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text {
	outline: 0;
	font-family: inherit;
	color: inherit;
	font-weight: 400;
}

.woocommerce table.cart div.coupon .button, .woocommerce-page table.cart div.coupon .button {
	padding-left: 22px !important;
	padding-right: 22px !important;
}

.woocommerce table.cart td.actions {
	text-align: right;
	padding: 24px 0;
}

.woocommerce table.cart td.actions button[type=submit] {
	position: relative;
	top: 3px;
	margin-bottom: 10px;
}

.woocommerce table.cart td.actions>.checkout-button, .woocommerce-page table.cart td.actions>.checkout-button {
	top: 3px;
	float: right;
	padding-left: .92250922509225% !important;
	padding-right: .92250922509225% !important;
	margin-left: 1.8450184501845%;
}

.woocommerce div.cart-collaterals, .woocommerce-page div.cart-collaterals {
	margin-top: 20px;
}

.woocommerce-page .cart-collaterals .cross-sells {
	clear: both;
}

.woocommerce div.cart-collaterals div.cart_totals, .woocommerce-page .div.cart-collaterals div.cart_totals {
	float: right;
	width: 26.3%;
	margin-bottom: 31px;
}

.woocommerce div.cart-collaterals div.cart_totals th, .woocommerce-page .div.cart-collaterals div.cart_totals th {
	padding-left: 0;
}

.woocommerce div.cart-collaterals div.cart_totals table strong, .woocommerce div.cart-collaterals div.cart_totals table th, .woocommerce-page .div.cart-collaterals div.cart_totals table strong, .woocommerce-page .div.cart-collaterals div.cart_totals table th {
	font-weight: 300;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount, .woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
	color: #e6ae48;
	font-size: 1.3846153846154em;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong {
	font-weight: 400;
	color: #e6ae48;
}

.woocommerce div.cart-collaterals .shipping_calculator, .woocommerce-page .div.cart-collaterals .shipping_calculator {
	float: left;
	width: 49.077490774908%;
	margin-bottom: 40px;
}

.woocommerce input[type=email], .woocommerce input[type=password], .woocommerce input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text), .woocommerce textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=password], .woocommerce-page input[type=tel], .woocommerce-page input[type=text]:not(.qode_search_field):not(.qty):not(.wpcf7-text), .woocommerce-page textarea {
	width: 100%;
	padding: 10px 17px;
	border: 2px solid transparent;
	outline: 0;
	resize: none;
	font-family: inherit;
	line-height: 18px;
	background-color: #fff;
	color: #8d8d8d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
}

.footer_top .widget_product_search .woocommerce-product-search {
	background-color: transparent;
	border: 1px solid #6a6a6a;
}

.footer_top .widget_product_search input[type=text] {
	display: inline-block;
	float: left;
	width: 70%;
	height: 33px;
	margin: 0;
	padding: 2px 12px;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-family: inherit;
	color: #8d8d8d;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_top .widget_product_search input[type=submit] {
	display: inline-block;
	float: right;
	width: 37px;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 4%;
	outline: 0;
	border: 0;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	color: #8d8d8d;
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	cursor: pointer;
	white-space: nowrap;
}

.woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice, .woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices, .woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice, .woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices {
	padding-left: 3.1423290203327%;
	font-family: inherit;
	font-weight: 300;
	background-color: #f8f8f8;
	border: none;
	height: 47px;
	line-height: 47px;
}

.woocommerce div.cart-collaterals h2, .woocommerce-page .div.cart-collaterals h2 {
	font-size: 19px;
	margin-bottom: 25px;
}

.woocommerce div.cart-collaterals h2 a, .woocommerce-page .div.cart-collaterals h2 a {
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce div.cart-collaterals h2 a span {
	position: relative;
	top: -2px;
	font-size: .76923076923077em;
	left: 2px;
}

.woocommerce .empty-cart-wrapper, .woocommerce-page .empty-cart-wrapper {
	text-align: center;
}

.woocommerce .empty-cart-wrapper p, .woocommerce-page .empty-cart-wrapper p {
	margin-bottom: 15px;
}

.woocommerce form.checkout .col2-set:after, .woocommerce form.checkout .col2-set:before {
	content: " ";
	display: table;
}

.woocommerce form.checkout .col2-set:after {
	clear: both;
}

.woocommerce form.checkout h3, .woocommerce-page form.checkout h3 {
	margin-bottom: 20px;
}

.woocommerce .checkout-opener-text {
	background-color: #e6ae48;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 20px;
}

.woocommerce .checkout-opener-text a {
	color: #fff;
}

.woocommerce form.checkout_coupon {
	margin-bottom: 20px;
}

.woocommerce form.checkout_coupon input.input-text {
	width: 20.636363636364%;
}

.woocommerce form.checkout_coupon .form-row-last {
	margin-bottom: 0;
}

.woocommerce form.checkout .col2-set .form-row.notes {
	width: 100%;
}

.woocommerce form.checkout .col2-set .form-row.notes textarea {
	height: 72px;
}

.woocommerce #shiptobilling, .woocommerce-page #shiptobilling {
	margin-bottom: 0;
	float: right;
	position: relative;
	top: 25px;
}

.woocommerce #shiptobilling label, .woocommerce-page #shiptobilling label {
	display: inline-block;
}

.woocommerce form.check-login .form-row {
	width: 23.703703703704%;
	float: left;
	margin-right: 1.8450184501845%;
}

.woocommerce form.check-login .form-row input[type=password], .woocommerce form.check-login .form-row input[type=text] {
	width: 85.5%;
}

.woocommerce form.check-login div.login-entrance-text {
	margin-bottom: 20px;
}

.woocommerce form.check-login .lost_password {
	margin-left: 15px;
	display: inline-block;
	font-weight: 300;
}

.woocommerce form.checkout .col2-set .form-row {
	width: 48.148148148148%;
	margin-right: 3.7037037037037%;
	float: left;
}

.woocommerce form.checkout .col2-set .form-row-wide {
	width: 100%;
	margin-right: 0;
	float: none;
}

.woocommerce form.checkout .col2-set .form-row-last {
	margin-right: 0;
}

.woocommerce form.checkout .col2-set p.form-row label {
	display: none;
}

.woocommerce form.checkout .col2-set p.form-row label.checkbox {
	display: inline-block;
}

.woocommerce form.checkout p.register-row {
	margin-bottom: 8px;
	margin-top: 25px;
}

.woocommerce form.checkout #order_review_heading {
	margin-top: 23px;
}

.woocommerce form.checkout .col2-set .create-account>p {
	margin-bottom: 15px;
}

.woocommerce form.checkout table.shop_table td, .woocommerce form.checkout table.shop_table th {
	padding-left: 0;
	padding: 10px;
}

.woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount, .woocommerce form.checkout table.shop_table tfoot tr.order-total th {
	color: #e6ae48;
}

.woocommerce form.checkout table.shop_table span.amount {
	color: #8d8d8d;
	font-family: inherit;
}

.woocommerce form.checkout table.shop_table {
	width: 100%;
}

.woocommerce #payment {
	margin-top: 50px;
	margin-bottom: 70px;
}

.woocommerce #payment ul.payment_methods {
	list-style: none;
	border-bottom: 1px solid #e0dede;
	margin-bottom: 25px;
}

.woocommerce #payment ul.payment_methods li {
	padding: 10px 20px;
	border: 1px solid #e0dede;
	border-bottom: 0;
}

.woocommerce #payment ul.payment_methods li label {
	color: #000;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.woocommerce #payment ul.payment_methods li label img {
	margin: 0 0 0 5px;
	position: relative;
	top: 6px;
}

.woocommerce #payment ul.payment_methods li .payment_box {
	padding: 10px 0 0 35px;
}

.woocommerce button#place_order {
	float: right;
}

.woocommerce .order_details.clearfix li, .woocommerce-page .order_details.clearfix li {
	float: left;
	margin-right: 45px;
}

.woocommerce-page .order_details.clearfix li span {
	color: #393939;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
}

.woocommerce .order_details.clearfix li p, .woocommerce-page .order_details.clearfix li p, .woocommerce-page .order_details.clearfix li p span {
	font-weight: 400;
	color: #000;
	margin-top: 7px;
	letter-spacing: 0;
}

.woocommerce ul.order_details, .woocommerce-page ul.order_details {
	list-style: none;
	margin-bottom: 20px;
}

.woocommerce .checkout-success-message, .woocommerce-page .checkout-success-message {
	margin-bottom: 50px;
}

.woocommerce-account h2, .woocommerce-account h3 {
	margin: 10px 0;
}

.woocommerce-account h2, .woocommerce-checkout h2 {
	margin-top: 0;
	font-size: 20px;
}

.woocommerce-account h3, .woocommerce-checkout h3 {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 15px;
}

.woocommerce-checkout .order-details-wrapper h2, .woocommerce-checkout .order-details-wrapper h3 {
	font-size: 14px;
	margin-bottom: 20px;
}

.woocommerce-checkout .order-details-wrapper h2:nth-child(2) {
	font-size: 20px;
	margin-top: 37px;
	margin-bottom: 30px;
}

.woocommerce-account header h3, .woocommerce-checkout header h3 {
	margin-bottom: 10px;
}

.woocommerce-checkout table.shop_table {
	width: 42.077490774908%;
	margin-bottom: 15px;
}

.woocommerce-account table.shop_table {
	margin-bottom: 25px;
	width: 43.077491%;
}

.woocommerce-account table.my_account_orders tfoot th, .woocommerce-account table.my_account_orders thead th, .woocommerce-account table.shop_table tfoot th, .woocommerce-account table.shop_table thead th, .woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table thead th {
	color: #000;
	font-weight: 400;
}

.woocommerce-account table.shop_table td span.amount, .woocommerce-checkout table.shop_table td span.amount {
	color: #8d8d8d;
}

.woocommerce-checkout .addresses .col-1, .woocommerce-checkout .addresses .col-2 {
	width: 23.616236162362%;
	margin-right: 1.8450184501845%;
}

.woocommerce-account .addresses .col-2, .woocommerce-checkout .addresses .col-2 {
	float: left;
	margin-right: 0;
}

.woocommerce-account div.woocommerce header, .woocommerce-checkout .order-details-wrapper header {
	position: static;
	background: 0 0;
	border: 0;
	height: auto;
}

.woocommerce-account .customer_details, .woocommerce-checkout .customer_details {
	margin-bottom: 18px;
}

.woocommerce-checkout .shop_table.order_details th {
	padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tr td {
	padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tfoot tr:last-child td span.amount, .woocommerce-checkout .shop_table.order_details tr td a {
	color: #000;
}

.woocommerce-checkout .shop_table.order_details tr td span.amount {
	font-family: inherit;
}

.woocommerce-checkout .shop_table.order_details tr td .product-quantity {
	font-weight: 400;
	color: #000;
}

.woocommerce-checkout .addresses header {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce aside.sidebar .widget.widget_product_categories {
	margin: 0 0 18px;
}

.woocommerce aside.sidebar .widget.widget_layered_nav, .woocommerce aside.sidebar .widget.widget_product_search, .woocommerce aside.sidebar .widget.widget_product_tag_cloud {
	margin: 0 0 20px;
}

.woocommerce aside.sidebar .widget h4 {
	padding: 0 18px;
	line-height: 49px;
	margin-bottom: 28px;
	letter-spacing: 1px;
}

.woocommerce aside.sidebar .widget.widget_product_categories h4 {
	margin-bottom: 18px;
}

.woocommerce aside.sidebar .widget.widget_products h4, .woocommerce aside.sidebar .widget.widget_recent_reviews h4, .woocommerce aside.sidebar .widget.widget_recently_viewed_products h4, .woocommerce aside.sidebar .widget.widget_shopping_cart h4, .woocommerce aside.sidebar .widget.widget_top_rated_products h4 {
	margin-bottom: 0;
}

.woocommerce aside.sidebar .widget.widget_product_search h4 {
	margin-bottom: 26px;
}

.woocommerce aside.sidebar ul.product_list_widget li, aside ul.product_list_widget li {
	padding: 10px;
	border-bottom: 1px solid #d0d0d0;
	margin: 0;
}

.woocommerce aside.sidebar ul.product_list_widget li:last-child, aside ul.product_list_widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.woocommerce aside ul.product_list_widget li a, aside ul.product_list_widget li a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #8b8b8b;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 13px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce aside ul.product_list_widget li>a:hover, aside ul.product-categories li>a:hover {
	color: #e6ae48;
}

.woocommerce aside ul.product_list_widget li del span.amount, aside ul.product_list_widget li del span.amount {
	color: #a6a6a6;
	text-decoration: line-through;
}

.woocommerce aside ul.product_list_widget li img, aside ul.product_list_widget li img {
	float: left;
	margin-right: 11px;
	max-width: 55px;
}

.woocommerce aside ul.product_list_widget li span.amount, aside ul.product_list_widget li span.amount {
	color: #e6ae48;
	display: inline-block;
}

.woocommerce .widget_shopping_cart_content li {
	height: auto !important;
}

.woocommerce .widget_shopping_cart_content .total strong {
	font-weight: 400;
	color: #a6a6a6;
}

.woocommerce .widget_shopping_cart_content p.buttons {
	margin-top: 15px;
}

.woocommerce .widget_shopping_cart_content p.buttons a.button {
	width: 47%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.woocommerce .widget_shopping_cart_content p.buttons a.button {
	color: #e6ae48;
}

.woocommerce .widget_shopping_cart_content p.buttons a.button:hover {
	color: #fff;
}

.woocommerce .widget_shopping_cart_content a.checkout {
	float: right;
}

.widget .woocommerce-product-search {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	background-color: #ededed;
}

.widget #searchform .screen-reader-text, .widget .woocommerce-product-search .screen-reader-text {
	display: none;
}

.footer_top .widget.widget_search form input[type=text], .footer_top .woocommerce.widget .woocommerce-product-search .search-field, .woocommerce .widget #searchform input[type=text], aside.sidebar .widget_product_search .woocommerce-product-search .search-field {
	display: inline-block;
	text-decoration: none;
	border: 0;
	outline: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-family: inherit;
	margin: 0;
	padding: 0 12px;
	width: 74%;
	height: 37px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .widget #searchsubmit, aside.sidebar .widget_product_search .woocommerce-product-search input#searchsubmit {
	width: 37px;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	margin: 0;
	padding: 0 4%;
	outline: 0;
	border: none;
	text-decoration: none;
	background-color: transparent;
	color: #8d8d8d;
	font-family: FontAwesome, sans-serif;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	float: right;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.woocommerce aside .widget .star-rating, .woocommerce-page aside .widget .star-rating, aside .widget .star-rating {
	float: none;
	font-size: .8em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #a6a6a6;
}

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: 12px;
}

.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	cursor: pointer;
	outline: 0;
	top: -1px;
	background-color: #393939;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-color: #e6ae48;
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .button, .woocommerce-page .widget_price_filter .button {
	float: right;
	padding: 0 19px;
}

.woocommerce .price_slider_amount {
	margin-top: 28px;
}

.woocommerce .widget_price_filter .price_label, .woocommerce-page .widget_price_filter .price_label {
	float: left;
	font-weight: 700;
	line-height: 38px;
	color: #393939;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce aside .widget ul.product-categories, .woocommerce-page aside .widget ul.product-categories, aside .widget ul.product-categories, aside .widget.widget_layered_nav ul {
	list-style: none;
	padding: 0 0 0 10px;
}

.woocommerce aside .widget ul.product-categories a:hover, .woocommerce-page aside .widget ul.product-categories a:hover, aside .widget ul.product-categories a:hover {
	color: #e6ae48;
}

.woocommerce aside .select2-container .select2-choice, .woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choice, .woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choices, .woocommerce-page aside .select2-container .select2-choice, .woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choice, .woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choices, aside .select2-container .select2-choice, aside .select2-dropdown-open.select2-drop-above .select2-choice, aside .select2-dropdown-open.select2-drop-above .select2-choices {
	padding-left: 12px;
	background-image: none;
}

.woocommerce aside .select2-container .select2-choice.nitro-lazy, .woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choice.nitro-lazy, .woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choices.nitro-lazy, .woocommerce-page aside .select2-container .select2-choice.nitro-lazy, .woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choice.nitro-lazy, .woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choices.nitro-lazy, aside .select2-container .select2-choice.nitro-lazy, aside .select2-dropdown-open.select2-drop-above .select2-choice.nitro-lazy, aside .select2-dropdown-open.select2-drop-above .select2-choices.nitro-lazy {
	background-image: none !important;
}

.woocommerce aside ul.product-categories ul.children, .woocommerce-page aside ul.product-categories ul.children, aside ul.product-categories ul.children {
	padding-left: 0;
}

.woocommerce aside.sidebar .widget.widget_layered_nav small.count {
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce aside.sidebar .widget.widget_layered_nav li:hover a, .woocommerce aside.sidebar .widget.widget_layered_nav li:hover small.count {
	color: #393939;
}

.woocommerce aside.sidebar .woocommerce.widget ul.product-categories li, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories li, aside .widget.widget_layered_nav ul li {
	margin: 0 0 5px;
}

.woocommerce aside.sidebar .woocommerce.widget ul.product-categories a, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories a {
	color: #8b8b8b;
	font-weight: 700;
	letter-spacing: 1px;
	font-style: normal;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transform: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce aside.sidebar .woocommerce.widget ul.product-categories ul.children li, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories ul.children li, aside ul.product-categories ul.children li {
	margin: 0;
}

.woocommerce aside.sidebar .woocommerce.widget ul.product-categories ul.children li a, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories ul.children li a, aside ul.product-categories ul.children li a {
	font-family: "Crete Round", sans-serif;
	font-size: 14px;
	color: #a6a6a6;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
	letter-spacing: 0;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transform: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.woocommerce aside.sidebar .woocommerce.widget ul.product-categories a:hover, .woocommerce aside.sidebar .woocommerce.widget ul.product-categories ul.children li a:hover, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories li a:hover, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories ul.children li a:hover, aside ul.product-categories a:hover, aside ul.product-categories ul.children li a:hover {
	color: #e6ae48;
}

.woocommerce aside.sidebar ul.cart_list li:last-child, .woocommerce-page aside ul.cart_list li:last-child, aside ul.card_list li:last-child {
	border-bottom: 0;
}

.woocommerce aside ul.cart_list, .woocommerce-page aside ul.cart_list, aside ul.cart_list {
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart_content .total .amount, .woocommerce-page .widget_shopping_cart_content .total .amount {
	font-size: 15px;
	font-weight: 700;
	color: #e6ae48;
}

.widget.widget_search form input[type=submit] {
	background: 0 0;
}

.widget_woocommerce-dropdown-cart {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.shopping_cart_outer {
	display: table;
	float: left;
	position: relative;
}

.shopping_cart_inner {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}

header.sticky .shopping_cart_inner {
	height: 60px;
}

header:not(.sticky) .header_menu_bottom .shopping_cart_inner {
	height: 60px;
}

.header_top .shopping_cart_inner {
	height: auto !important;
}

.shopping_cart_header {
	display: inline-block;
}

.shopping_cart_header .header_cart {
	padding: 0 9px 0 0;
	display: inline-block;
	border-radius: 2px 2px 0 0;
	position: relative;
}

.shopping_cart_header .header_cart i {
	margin: 0;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.shopping_cart_header .header_cart svg {
	stroke: #5d5d5d;
	-webkit-transition: stroke .3s ease;
	-o-transition: stroke .3s ease;
	transition: stroke .3s ease;
}

.shopping_cart_header .header_cart .header_cart_number {
	position: absolute;
	top: -3px;
	right: -2px;
	height: 13px;
	width: 13px;
	line-height: 10px;
	line-height: 11px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #5d5d5d;
	color: #5d5d5d;
	font-size: 9px !important;
	background-color: #fff;
	-webkit-transition: color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

@media only screen and (min-width:1000px) {
	header.dark:not(.sticky):not(.scrolled) .shopping_cart_header .header_cart>i {
		color: #000;
	}
	
	header.light:not(.sticky):not(.scrolled) .shopping_cart_header .header_cart>i {
		color: #fff;
	}
}

.shopping_cart_header .header_cart:hover i {
	color: #e6ae48;
}

.shopping_cart_header .header_cart:hover svg {
	stroke: #e6ae48;
}

.shopping_cart_header .header_cart:hover .header_cart_number {
	color: #e6ae48;
	border-color: #e6ae48;
}

.shopping_cart_header .header_cart span {
	position: absolute;
	width: 34px;
	height: 38px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 45px;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	color: #5d5d5d;
}

@media only screen and (min-width:1000px) {
	header.light:not(.sticky) .shopping_cart_header .header_cart span {
		color: #fff;
	}
	
	header.dark:not(.sticky) .shopping_cart_header .header_cart span {
		color: #000;
	}
}

.shopping_cart_dropdown {
	background-color: #fff;
	display: block;
	left: auto;
	position: absolute;
	right: -1px;
	top: 100%;
	z-index: 1000;
	padding: 15px;
	width: 250px;
	font-size: 12px;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
}

.shopping_cart_dropdown .cart_list span.quantity {
	background-color: transparent;
}

.shopping_cart_dropdown .cart_list span.quantity span.woocommerce-Price-amount.amount {
	float: none;
}

.header_bottom .shopping_cart_dropdown {
	right: -7px;
	margin-left: -142px;
}

header.transparent:not(.sticky) .shopping_cart_dropdown {
	top: 75%;
}

.header_bottom .shopping_cart_header {
	padding: 0 4px 0 7px;
}

.shopping_cart_dropdown.drop_down_start {
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

.header_top .left .shopping_cart_dropdown {
	left: 0;
	right: auto;
}

.shopping_cart_outer:hover .shopping_cart_dropdown {
	display: block;
	visibility: visible;
	text-align: left;
}

.shopping_cart_dropdown ul li {
	display: inline-block;
	width: 100%;
	float: none;
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 16px;
	font-weight: 600;
}

.shopping_cart_dropdown ul li:first-child {
	padding: 0 0 15px;
}

.shopping_cart_dropdown .shopping_cart_dropdown_inner {
	margin-bottom: 15px;
}

.shopping_cart_dropdown ul li a {
	display: block;
	color: #393939;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shopping_cart_dropdown ul li a.remove {
	text-align: right;
}

.shopping_cart_dropdown ul li a:hover {
	color: #e6ae48;
}

.shopping_cart_dropdown span.total {
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 8px;
	float: right;
	color: #393939;
	font-weight: 800;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shopping_cart_dropdown span.total span {
	color: #e6ae48;
	font-weight: 600;
	padding: 0 0 0 2px;
	letter-spacing: 0;
}

.shopping_cart_dropdown .qbutton {
	height: 31px;
	line-height: 31px;
	font-size: 11px;
	padding: 0 25px;
}

.shopping_cart_dropdown .qbutton i {
	font-size: 14px;
	padding: 0 0 0 4px;
	margin: 0;
}

.shopping_cart_dropdown .cart_list a>img {
	max-width: 51px;
	float: left;
	padding: 0 17px 0 0;
	display: block !important;
}

.shopping_cart_dropdown .cart_list span.quantity {
	display: block;
	color: #e6ae48;
	margin-top: 5px;
	font-weight: 600;
}

.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container .select2-choice {
	display: block;
	height: 42px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	line-height: 38px;
	text-decoration: none;
	border: 2px solid transparent;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
	margin-right: 36px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 400;
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	background-color: #fff;
}

.select2-drop {
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background-color: #f6f6f6;
	color: #8d8d8d;
	border: none;
}

.select2-drop-auto-width {
	width: auto;
}

.select2-drop-auto-width .select2-search {
	padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
}

.select2-container .select2-choice .select2-arrow b:after {
	border: 0;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
}

.select2-search input.select2-active {
	background-color: #fff;
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100%;
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(top, #fff 85%, #eee 99%);
	background: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-search input.select2-active.nitro-lazy {
	background-image: none !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	outline: 0;
}

.select2-dropdown-open .select2-choice {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
	padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 120px;
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.nitro-lazy {
	background-image: none !important;
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: 700;
}

.select2-results .select2-result-label {
	padding: 4px 7px 6px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: 0 0;
}

.select2-results .select2-highlighted ul {
	background-color: #fff;
	color: #000;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-more-results.select2-active {
	background: #f4f4f4 url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100%;
}

.select2-more-results.select2-active.nitro-lazy {
	background-image: none !important;
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice.nitro-lazy {
	background-image: none !important;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow.nitro-lazy {
	background-image: none !important;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
	outline: 0;
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	background: 0 0 !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background-color: #fff !important;
	background-image: url("https://cdn-bheih.nitrocdn.com/GjttYdHlKikOtlxsfNNQGOonSeaChAzw/assets/images/optimized/rev-9909537/wp-content/themes/stockholm/css/img/select2-spinner.gif") no-repeat 100% !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active.nitro-lazy {
	background-image: none !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #8d8d8d;
	cursor: default;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: 0;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices.nitro-lazy {
	background-image: none !important;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice.nitro-lazy {
	background-image: none !important;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: 0 0;
}

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0 !important;
	top: 0 !important;
}

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

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-webkit-min-device-pixel-ratio:144),only screen and (-o-min-device-pixel-ratio:144/1),only screen and (min-resolution:144dppx) {
	.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
		background-image: url("https://savonnerie-delacigogne.com/wp-content/themes/stockholm/css/img/select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	
	.select2-search input {
		background-position: 100% -21px !important;
	}
	
	.select2-container .select2-choice .select2-arrow b.nitro-lazy, .select2-container .select2-choice abbr.nitro-lazy, .select2-search input.nitro-lazy, .select2-search-choice-close.nitro-lazy {
		background-image: none !important;
	}
}

.select2-container--default {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border: 0;
	border-radius: 0;
	text-align: initial;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding: 0 20px 0 30px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 20px;
	right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
	padding: 0 20px 0 30px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 7px auto 0 5px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin: 0 auto 0 3px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
	color: #e6ae48;
}

.select2-container--default.select2-container--open .select2-dropdown {
	left: 0;
	width: auto !important;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
	border-bottom-color: transparent;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
	border-top-color: transparent;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default, .woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
	width: 100% !important;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple, .woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single, .woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple, .woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
	border: 0;
}

.select2-container--default .select2-selection--single {
	display: block;
	height: 44px;
	line-height: 42px;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	padding: 0 30px 0 20px;
	color: inherit;
	line-height: inherit;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	position: relative;
	cursor: pointer;
	float: right;
	margin: 0;
	font-weight: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	right: 20px;
	color: inherit;
	line-height: inherit;
	text-align: center;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	font-family: FontAwesome;
	content: "";
}

.select2-container--default .select2-selection--multiple {
	display: block;
	height: 44px;
	line-height: 42px;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: block;
	list-style: none;
	padding: 0 30px 0 20px;
	margin: 0;
	color: inherit;
	line-height: inherit;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
	float: left;
	margin: 0;
	color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	position: relative;
	cursor: pointer;
	float: right;
	margin: 0;
	font-weight: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	float: left;
	margin: 7px 5px 0 0;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	background-color: #303030;
	border: 0;
	border-radius: 0;
	cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	display: inline-block;
	margin: 0 3px 0 0;
	color: inherit;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: .8;
}

.select2-container--default .select2-search--inline {
	float: left;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-container--default .select2-dropdown {
	position: absolute;
	top: 0;
	left: -100000px;
	width: 100%;
	display: block;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	z-index: 1051;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 14px 15px 7px;
}

.select2-container--default .select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 4px 8px;
	width: 100%;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	border: 1px solid #e6e6e6;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #303030;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-container--default .select2-results {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__options {
	position: relative;
	padding: 2px 15px;
	margin: 5px 0;
	list-style: none;
}

.select2-container--default .select2-results__option {
	padding: 7px 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	line-height: 1.5em;
}

.select2-container--default .select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #303030;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	color: #e6ae48;
	background: 0 0;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #e6ae48;
	background: 0 0;
}

.select2-container--default .select2-results__group {
	display: block;
	padding: 7px 0;
	cursor: default;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.yith_magnifier_gallery {
	position: relative !important;
	top: 0;
}

.yith_magnifier_gallery li a {
	margin: 0 !important;
}

.qode-elegant-pl-main-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 22px;
}

.woocommerce ul.products.elegant {
	list-style: none;
	margin: 0 -10px;
	clear: both;
}

.woocommerce ul.products.elegant>.product {
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 !important;
}

.touchevents .woocommerce ul.products.elegant>.product {
	cursor: pointer;
}

.woocommerce ul.products.elegant>.product:hover .qode-pl-inner .qode-pl-text {
	opacity: 1;
}

.woocommerce ul.products.elegant>.product:hover .price {
	opacity: 0;
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}

.woocommerce ul.products.elegant>.product:hover .qode-pl-add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s .1s;
	-o-transition: all .4s .1s;
	transition: all .4s .1s;
}

.woocommerce ul.products.elegant>.product:hover .qode-pl-add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s .1s;
	-o-transition: all .4s .1s;
	transition: all .4s .1s;
}

.woocommerce ul.products.elegant>.product:hover .qode-pl-text-inner {
	opacity: 1;
}

.woocommerce ul.products.elegant>.product .qode-new-product, .woocommerce ul.products.elegant>.product .qode-onsale, .woocommerce ul.products.elegant>.product .qode-out-of-stock {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce ul.products.elegant>.product .qode-new-product {
	right: auto;
	left: 20px;
}

.woocommerce ul.products.elegant>.product .qode-product-list-category {
	margin: 0 0 4px;
}

.woocommerce ul.products.elegant>.product .qode-product-list-category a {
	text-transform: uppercase;
	color: #888;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}

.woocommerce ul.products.elegant>.product .qode-product-list-title {
	margin: 0 0 8px;
	color: #000;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}

.woocommerce ul.products.elegant>.product .qode-pl-text-inner {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.woocommerce ul.products.elegant>.product span.price {
	color: #888;
	font-size: 13px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	will-change: transform;
	line-height: 23px;
	letter-spacing: 0;
	font-style: normal;
}

.woocommerce ul.products.elegant>.product span.price * {
	font-size: inherit;
	line-height: inherit;
}

.woocommerce ul.products.elegant>.product span.price del {
	margin: 0 5px 0 0;
}

.woocommerce ul.products.elegant>.product span.price ins {
	text-decoration: none;
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart {
	color: #000;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	line-height: 1em;
	height: auto;
	background-color: transparent !important;
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-add-to-cart:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-external:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-grouped:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-read-more-button:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-variable:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-add-to-cart:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-external:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-grouped:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-read-more-button:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-variable:after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 13px;
	text-transform: none;
	line-height: 1em;
	margin-left: 5px;
	top: -2px;
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-add-to-cart:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-add-to-cart:after {
	content: "";
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-read-more-button:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-read-more-button:after {
	content: "U";
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-variable:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-variable:after {
	content: "d";
	top: -1px;
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-external:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-external:after {
	content: "";
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart.qode-grouped:after, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.qode-grouped:after {
	content: "U";
}

.woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a.added_to_cart:hover, .woocommerce ul.products.elegant>.product .qode-pl-add-to-cart a:hover {
	background-color: transparent;
	color: #999;
}

.woocommerce ul.products.elegant>.product .added_to_cart, .woocommerce ul.products.elegant>.product .button {
	margin: 16px 0 0;
}

.woocommerce ul.products.elegant>.product .added {
	display: none;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-image img {
	display: block;
	width: 100%;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-text {
	position: absolute;
	bottom: 4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-out, background-color .2s ease-out;
	-o-transition: opacity .2s ease-out, background-color .2s ease-out;
	transition: opacity .2s ease-out, background-color .2s ease-out;
	z-index: 10;
	white-space: nowrap;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-text-inner {
	font-size: 0;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-text-inner .qode-product-list-title {
	color: #fff;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-text-inner .price {
	color: #fff;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-text-inner .price del {
	color: #ccc;
}

.woocommerce ul.products.elegant>.product .qode-pl-inner>a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.woocommerce ul.products.elegant>.product .qode-pl-text-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 22px 0 12px;
	text-align: center;
}

.qode-elegant-product-list .qode-new-product, .qode-elegant-product-list .qode-onsale, .qode-elegant-product-list .qode-out-of-stock {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#yith-quick-view-modal .yith-quick-view-overlay, .yith-quick-view.yith-modal .yith-quick-view-overlay {
	background-color: rgba(0, 0, 0, .7);
}

#yith-quick-view-modal .yith-wcqv-wrapper, .yith-quick-view.yith-modal .yith-wcqv-wrapper {
	padding: 0;
	width: 1100px;
	max-width: 1100px;
	height: auto !important;
}

#yith-quick-view-modal .yith-wcqv-main, .yith-quick-view.yith-modal .yith-wcqv-main {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	overflow: hidden !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#yith-quick-view-modal #yith-quick-view-content .product, .yith-quick-view.yith-modal #yith-quick-view-content .product {
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .images, #yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .images, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
	position: relative;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .images a, #yith-quick-view-modal #yith-quick-view-content .images img, .yith-quick-view.yith-modal #yith-quick-view-content .images a, .yith-quick-view.yith-modal #yith-quick-view-content .images img {
	display: block;
}

#yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
	padding: 46px 22px 50px 35px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .qode-yith-product-title, .yith-quick-view.yith-modal #yith-quick-view-content .summary .qode-yith-product-title {
	display: block;
	margin: 0 0 14px;
}

#yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=offers], .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=offers] {
	position: relative;
	display: block;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price {
	position: relative;
	display: block;
	margin: 0 0 13px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-rating, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-rating {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-rating a.woocommerce-review-link, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-rating a.woocommerce-review-link {
	display: inline-block;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description], .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description] p, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] p {
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .qode-single-product-share, .yith-quick-view.yith-modal #yith-quick-view-content .summary .qode-single-product-share {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
}

#yith-quick-view-modal #yith-quick-view-close, .yith-quick-view.yith-modal #yith-quick-view-close {
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	opacity: 1;
	border: 0;
	color: #000;
}

#yith-quick-view-modal #yith-quick-view-close:before, .yith-quick-view.yith-modal #yith-quick-view-close:before {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: ElegantIcons;
	content: "M";
	font-size: 30px;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#yith-quick-view-modal #yith-quick-view-close:hover, .yith-quick-view.yith-modal #yith-quick-view-close:hover {
	opacity: .8;
}

ul.products>.product>.yith-wcqv-button {
	display: none !important;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-text-inner .qode-yith-wcqv-holder, .qode-plc-holder .qode-plc-item .qode-plc-text-inner .qode-yith-wcqv-holder, ul.products>.product .qode-pl-inner .qode-pl-text-inner .qode-yith-wcqv-holder {
	display: inline-block;
	vertical-align: middle;
	height: 37px;
	margin: 0 3px;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-text-inner .qode-yith-wcqv-holder .yith-wcqv-button, .qode-plc-holder .qode-plc-item .qode-plc-text-inner .qode-yith-wcqv-holder .yith-wcqv-button, ul.products>.product .qode-pl-inner .qode-pl-text-inner .qode-yith-wcqv-holder .yith-wcqv-button {
	position: relative;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 0 30px;
	font-size: 11px;
	font-weight: 700;
	height: 37px;
	line-height: 37px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-text-inner .qode-yith-wcqv-holder .yith-wcqv-button div, .qode-plc-holder .qode-plc-item .qode-plc-text-inner .qode-yith-wcqv-holder .yith-wcqv-button div, ul.products>.product .qode-pl-inner .qode-pl-text-inner .qode-yith-wcqv-holder .yith-wcqv-button div {
	background-size: 15px 15px !important;
}

#yith-wcwl-popup-message {
	position: absolute;
	margin: 0 !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 0 21px;
	line-height: 35px;
}

#yith-wcwl-popup-message #yith-wcwl-message {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
	position: relative;
	font-family: ElegantIcons;
	content: "N";
	top: 2px;
	right: 7px;
}

#yith-wcwl-popup-message.qode-wishlist-vanish-out {
	-webkit-animation: qodeWishlistvanishOut 1s both;
	animation: qodeWishlistvanishOut 1s both;
}

@-webkit-keyframes qodeWishlistvanishOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-50%, -50%);
		transform: scale(1, 1) translate(-50%, -50%);
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(2, 2) translate(-50%, -50%);
		transform: scale(2, 2) translate(-50%, -50%);
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

@keyframes qodeWishlistvanishOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-50%, -50%);
		transform: scale(1, 1) translate(-50%, -50%);
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(2, 2) translate(-50%, -50%);
		transform: scale(2, 2) translate(-50%, -50%);
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

.qode-yith-wcqv-holder {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.yith-wcwl-add-to-wishlist {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	background-color: #000;
	width: 37px;
	height: 37px;
	line-height: 35px;
	text-align: center;
}

.yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: inherit;
	color: #fff;
}

.yith-wcwl-add-button a .yith-wcwl-icon, .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon, .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon {
	display: none;
}

.yith-wcwl-add-button a:after, .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: ElegantIcons;
	font-size: 13px;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity .2s ease, color .2s ease;
	-o-transition: opacity .2s ease, color .2s ease;
	transition: opacity .2s ease, color .2s ease;
}

.yith-wcwl-add-button a:not(.qode-adding-to-wishlist):hover:after, .yith-wcwl-wishlistaddedbrowse a:not(.qode-adding-to-wishlist):hover:after, .yith-wcwl-wishlistexistsbrowse a:not(.qode-adding-to-wishlist):hover:after {
	opacity: .8;
}

@-webkit-keyframes qodeWishlistLoading {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .2;
	}
}

@keyframes qodeWishlistLoading {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .2;
	}
}

.yith-wcwl-add-button a.qode-adding-to-wishlist:after, .yith-wcwl-wishlistaddedbrowse a.qode-adding-to-wishlist:after, .yith-wcwl-wishlistexistsbrowse a.qode-adding-to-wishlist:after {
	-webkit-animation: qodeWishlistLoading 1s ease infinite;
	animation: qodeWishlistLoading 1s ease infinite;
}

.yith-wcwl-add-button a:hover, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover {
	color: #fff;
}

.yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
	content: "N";
}

.yith-wcwl-add-button .ajax-loading {
	display: none !important;
}

.yith-wcwl-wishlistaddedbrowse span, .yith-wcwl-wishlistexistsbrowse span {
	display: none;
}

.yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
	color: #fff;
}

.woocommerce-wishlist .wishlist-title {
	display: none;
}

.woocommerce-wishlist .woocommerce-error, .woocommerce-wishlist .woocommerce-info, .woocommerce-wishlist .woocommerce-message {
	position: relative;
	display: block;
	padding: 15px 30px;
	margin: 50px 0 30px;
	line-height: 48px;
	list-style: none;
	background-color: transparent;
	border: 1px solid #000;
}

.woocommerce-wishlist .woocommerce-error a, .woocommerce-wishlist .woocommerce-info a, .woocommerce-wishlist .woocommerce-message a {
	float: right;
}

.woocommerce-wishlist table.wishlist_table {
	font-size: inherit;
	margin: 50px 0 100px;
}

.woocommerce-wishlist table.wishlist_table thead {
	display: none;
}

.woocommerce-wishlist table.wishlist_table tbody tr {
	border: 0;
	border-bottom: 1px solid #000;
}

.woocommerce-wishlist table.wishlist_table tbody tr td {
	padding: 22px 0;
	vertical-align: middle;
	text-align: center;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove {
	border: 0;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a {
	font-size: 0;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	speak: none;
	color: inherit;
	font-family: Ionicons;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail {
	padding-left: 8px;
	padding-right: 8px;
	width: 92px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail a, .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail img {
	display: block;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-name {
	text-align: left;
	padding-left: 20px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-name a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-name .yith-wcqv-button {
	height: 38px;
	line-height: 38px;
	padding: 0 28px;
	margin: 0;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price {
	font-size: 14px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price ins {
	text-decoration: none;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span {
	color: #000 !important;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
	display: inline-block !important;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a:hover {
	background: 0 0;
	color: inherit;
}

.woocommerce-wishlist table.wishlist_table .yith-wcwl-share {
	margin: 0;
}

.product .summary .yith-wcwl-add-to-wishlist {
	width: auto;
	height: auto;
	background-color: transparent;
	display: inline-block;
	margin: 0 0 0 12px;
}

.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	font-size: 11px;
	line-height: inherit;
	line-height: 34px;
	color: #fff;
	background-color: #e6ae48;
	border: 2px solid #e6ae48;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 0 22px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
	content: "";
	font-size: 12px;
	float: left;
	padding-right: 10px;
	line-height: 33px;
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	background-color: transparent;
	color: #e6ae48;
}

.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:after, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:after, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:after {
	opacity: 1;
}

.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
	content: "";
}

.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
	margin: -2px 0 15px 0;
}

.qode-wishlist-widget-holder {
	display: inline-block;
	vertical-align: middle;
}

.qode-wishlist-widget-holder a {
	color: #e6ae48;
	font-size: 13px;
	margin: 0 10px;
}

.qode-wishlist-widget-holder a .qode-wishlist-items-number {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.qode-wishlist-widget-holder a:hover {
	color: #000;
}

header.light .qode-wishlist-widget-holder a {
	color: #fff;
}

header.light .qode-wishlist-widget-holder a .qode-wishlist-items-number {
	color: #fff;
}

header.light .qode-wishlist-widget-holder a:hover {
	opacity: .8;
}

header.dark .qode-wishlist-widget-holder a {
	color: #000;
}

header.dark .qode-wishlist-widget-holder a .qode-wishlist-items-number {
	color: #000;
}

header.dark .qode-wishlist-widget-holder a:hover {
	opacity: .8;
}

.qode-plc-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.qode-plc-holder .qode-plc-outer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	visibility: hidden;
}

.qode-plc-holder .qode-plc-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	z-index: 100;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.touchevents .qode-plc-holder .qode-plc-item {
	cursor: pointer;
}

.qode-plc-holder .qode-plc-item .qode-plc-title {
	margin: 0 0 8px;
	color: #000;
	letter-spacing: 0;
	text-transform: none;
}

.qode-plc-holder .qode-plc-item .qode-plc-category {
	margin: 0 0 4px;
}

.qode-plc-holder .qode-plc-item .qode-plc-category a {
	text-transform: uppercase;
	color: #888;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}

.qode-plc-holder .qode-plc-item .qode-plc-excerpt {
	color: #000;
	line-height: 1.3em;
	margin: 0;
}

.qode-plc-holder .qode-plc-item .qode-plc-rating-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1;
	margin: 3px 0 6px;
}

.qode-plc-holder .qode-plc-item .qode-plc-rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 12px;
	line-height: 1.1em;
	letter-spacing: 6px;
	color: #e6ae48;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

.qode-plc-holder .qode-plc-item .qode-plc-rating:before {
	content: "";
}

.qode-plc-holder .qode-plc-item .qode-plc-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.qode-plc-holder .qode-plc-item .qode-plc-rating span:before {
	content: "";
}

.qode-plc-holder .qode-plc-item .qode-plc-price {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	will-change: transform;
}

.qode-plc-holder .qode-plc-item .qode-plc-price * {
	font-size: inherit;
	line-height: inherit;
}

.qode-plc-holder .qode-plc-item .qode-plc-price del {
	margin: 0 5px 0 0;
}

.qode-plc-holder .qode-plc-item .qode-plc-price ins {
	text-decoration: none;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 2px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton), .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button {
	color: #000;
	white-space: nowrap;
	background-color: transparent !important;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-read-more-button {
	position: relative;
	display: block;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-add-to-cart:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-external:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-grouped:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-variable:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-add-to-cart:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-external:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-grouped:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-read-more-button:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-variable:after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 13px;
	text-transform: none;
	line-height: 1em;
	margin-left: 5px;
	top: -2px;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-add-to-cart:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-add-to-cart:after {
	content: "";
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-read-more-button:after {
	content: "U";
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-variable:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-variable:after {
	content: "d";
	top: -1px;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-external:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-external:after {
	content: "";
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.added_to_cart:not(.qbutton).qode-grouped:after, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart a.qode-button.qode-grouped:after {
	content: "U";
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart .added_to_cart, .qode-plc-holder .qode-plc-item .qode-plc-add-to-cart .button {
	margin: 16px 0 0;
}

.qode-plc-holder .qode-plc-item .qode-plc-add-to-cart .added {
	display: none;
}

.qode-plc-holder .qode-plc-item .qode-plc-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.qode-plc-holder .qode-plc-item .qode-plc-image img {
	display: block;
	width: 100%;
}

.qode-plc-holder .qode-plc-item .qode-plc-image .qode-plc-new-product, .qode-plc-holder .qode-plc-item .qode-plc-image .qode-plc-onsale, .qode-plc-holder .qode-plc-item .qode-plc-image .qode-plc-out-of-stock {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qode-plc-holder .qode-plc-item .qode-plc-image .qode-plc-new-product {
	right: auto;
	left: 20px;
}

.qode-plc-holder .qode-plc-item .qode-plc-text {
	position: absolute;
	display: inline-block;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, .95);
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 8;
}

.qode-plc-holder .qode-plc-item .qode-plc-text-outer {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.qode-plc-holder .qode-plc-item .qode-plc-text-inner {
	font-size: 0;
	font-size: unset;
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
}

.qode-plc-holder .qode-plc-item .qode-plc-text-inner.qode-has-additional-info {
	padding-bottom: 50px;
}

.qode-plc-holder .qode-plc-item .qode-plc-link {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.qode-plc-holder .qode-plc-item .qode-plc-additional-info {
	font-size: 0;
	position: absolute;
	bottom: 6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.qode-plc-holder .qode-plc-item:hover .qode-plc-text {
	-webkit-transition: all .3s cubic-bezier(0, 0, .5, 1);
	-o-transition: all .3s cubic-bezier(0, 0, .5, 1);
	transition: all .3s cubic-bezier(0, 0, .5, 1);
	opacity: 1;
}

.qode-plc-holder .qode-plc-item:hover .qode-plc-add-to-cart {
	opacity: 1;
}

.qode-plc-holder .qode-plc-item-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.touchevents .qode-plc-holder .qode-plc-item-inner {
	cursor: pointer;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-image img {
	display: block;
	width: 100%;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-image .qode-plc-new-product, .qode-plc-holder .qode-plc-item-inner .qode-plc-image .qode-plc-onsale, .qode-plc-holder .qode-plc-item-inner .qode-plc-image .qode-plc-out-of-stock {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-image .qode-plc-new-product {
	right: auto;
	left: 20px;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-text {
	position: absolute;
	bottom: 4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: 10;
	white-space: nowrap;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-text-inner {
	font-size: 0;
}

.qode-plc-holder .qode-plc-item-inner .qode-plc-link {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.qode-plc-holder .qode-plc-text-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 15px 0 12px;
	text-align: center;
}

.qode-plc-holder.qode-info-below-image .qode-plc-text-wrapper.qode-no-rating-price {
	padding-bottom: 25px;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item .qode-plc-text {
	background-color: transparent;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item .qode-plc-text-inner {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item .qode-plc-text-wrapper .qode-plc-add-to-cart {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item .qode-plc-text-wrapper .qode-plc-add-to-cart a:hover {
	color: #e6ae48;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item:hover .qode-plc-text-wrapper .qode-plc-add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s .1s;
	-o-transition: all .4s .1s;
	transition: all .4s .1s;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item:hover .qode-plc-price {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
	opacity: 0;
}

.qode-plc-holder.qode-info-below-image .qode-plc-item:hover .qode-plc-text-inner {
	opacity: 1;
}

.qode-plc-holder.qode-info-below-button-on-image .qode-plc-item .qode-plc-text {
	background-color: transparent;
	z-index: 1;
}

.qode-plc-holder.qode-info-below-button-on-image .qode-plc-add-to-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.qode-plc-holder.qode-info-below-button-on-image .qode-plc-add-to-cart a.added_to_cart {
	margin: 0;
}

.qode-plc-holder.qode-info-below-button-on-image .qode-plc-price {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.qode-plc-holder .qode-owl-slider .owl-nav .owl-prev {
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
}

.qode-plc-holder .qode-owl-slider .owl-nav .owl-next {
	-webkit-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transform: translateX(120%);
}

.qode-plc-holder .qode-owl-slider .owl-dots {
	text-align: center;
	padding: 25px 0 0 0;
}

.qode-plc-holder .qode-owl-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #a6a6a6;
	margin: 0 5px;
}

.qode-plc-holder .qode-owl-slider .owl-dots .owl-dot.active, .qode-plc-holder .qode-owl-slider .owl-dots .owl-dot:hover {
	background-color: #000;
}

.qode-elegant-pl-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.qode-elegant-pl-holder .qode-prl-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	display: none;
	margin-top: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 120px;
}

.qode-elegant-pl-holder .qode-prl-loading .qode-prl-loading-msg {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #e6ae48;
}

.qode-elegant-pl-holder .qode-pl-categories {
	float: left;
	position: relative;
	padding-bottom: 12px;
}

.qode-elegant-pl-holder .qode-pl-categories h6.qode-pl-categories-label {
	margin: 0;
	display: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
}

.qode-elegant-pl-holder .qode-pl-categories h6.qode-pl-categories-label:after {
	content: "3";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 14px;
	line-height: 1em;
	margin-left: 8px;
	top: -2px;
}

.qode-elegant-pl-holder .qode-pl-categories ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.qode-elegant-pl-holder .qode-pl-categories ul li {
	display: inline-block;
	float: left;
	position: relative;
	padding: 0 16px;
}

.qode-elegant-pl-holder .qode-pl-categories ul li:first-child {
	padding-left: 0;
}

.qode-elegant-pl-holder .qode-pl-categories ul li a {
	color: #000;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transform: color .3s ease;
	-ms-transform: color .3s ease;
	transform: color .3s ease;
}

.qode-elegant-pl-holder .qode-pl-categories ul li a.active, .qode-elegant-pl-holder .qode-pl-categories ul li a:hover {
	color: #858585;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer {
	float: right;
	position: relative;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer p {
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.2em;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	cursor: pointer;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer p:after {
	content: "3";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 14px;
	line-height: 1em;
	margin-left: 8px;
	top: -2px;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering {
	background-color: #fff;
	display: inline-block;
	padding: 35px 25px;
	position: absolute;
	right: 0;
	top: 46px;
	width: 365px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s ease .3s, opacity .3s ease;
	-o-transition: visibility 0s ease .3s, opacity .3s ease;
	transition: visibility 0s ease .3s, opacity .3s ease;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div {
	display: inline-block;
	width: 140px;
	margin: 0 20px;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div h5 {
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul {
	list-style: none;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li {
	position: relative;
	padding: 6px 0;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li a {
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 300;
	-webkit-transform: color .3s ease;
	-ms-transform: color .3s ease;
	transform: color .3s ease;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li a.active, .qode-elegant-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li a:hover {
	color: #000;
}

.qode-elegant-pl-holder .qode-pl-ordering-outer:hover .qode-pl-ordering {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.qode-elegant-pl-holder .qode-pl-outer {
	position: relative;
	z-index: 1;
	clear: both;
}

.qode-elegant-pl-holder .qode-pl-outer .qode-no-posts {
	margin: 20px 15px 40px 15px;
}

.qode-elegant-pl-holder .qode-pli {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	z-index: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-title {
	margin: 0 0 8px;
	color: #000;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-category {
	margin: 0 0 4px;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-category a {
	text-transform: uppercase;
	color: #888;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-excerpt {
	color: #000;
	line-height: 1.3em;
	margin: 0;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-rating-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1;
	margin: 3px 0 6px;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 12px;
	line-height: 1.1em;
	letter-spacing: 6px;
	color: #e6ae48;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-rating:before {
	content: "";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-rating span:before {
	content: "";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-price {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	will-change: transform;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-price * {
	font-size: inherit;
	line-height: inherit;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-price del {
	margin: 0 5px 0 0;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-price ins {
	text-decoration: none;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 2px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton), .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button {
	color: #000;
	white-space: nowrap;
	background-color: transparent !important;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-read-more-button {
	position: relative;
	display: block;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-add-to-cart:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-external:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-grouped:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-variable:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-add-to-cart:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-external:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-grouped:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-read-more-button:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-variable:after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: ElegantIcons;
	font-size: 13px;
	text-transform: none;
	line-height: 1em;
	margin-left: 5px;
	top: -2px;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-add-to-cart:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-add-to-cart:after {
	content: "";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-read-more-button:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-read-more-button:after {
	content: "U";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-variable:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-variable:after {
	content: "d";
	top: -1px;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-external:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-external:after {
	content: "";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.added_to_cart:not(.qbutton).qode-grouped:after, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart a.qode-button.qode-grouped:after {
	content: "U";
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart .added_to_cart, .qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart .button {
	margin: 16px 0 0;
}

.qode-elegant-pl-holder .qode-pli .qode-pli-add-to-cart .added {
	display: none;
}

.qode-elegant-pl-holder .qode-pli:hover .qode-pli-text {
	-webkit-transition: all .3s cubic-bezier(0, 0, .5, 1);
	-o-transition: all .3s cubic-bezier(0, 0, .5, 1);
	transition: all .3s cubic-bezier(0, 0, .5, 1);
	opacity: 1;
}

.qode-elegant-pl-holder .qode-pli:hover .qode-pli-price {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
	opacity: 0;
}

.qode-elegant-pl-holder .qode-pli:hover .qode-pli-add-to-cart {
	opacity: 1;
}

.qode-elegant-pl-holder .qode-pli-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.touchevents .qode-elegant-pl-holder .qode-pli-inner {
	cursor: pointer;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-image img {
	display: block;
	width: 100%;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-image .qode-pli-new-product, .qode-elegant-pl-holder .qode-pli-inner .qode-pli-image .qode-pli-onsale, .qode-elegant-pl-holder .qode-pli-inner .qode-pli-image .qode-pli-out-of-stock {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: auto;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-image .qode-pli-new-product {
	right: auto;
	left: 20px;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-text {
	position: absolute;
	bottom: 4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: 10;
	white-space: nowrap;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-text-inner {
	font-size: 0;
}

.qode-elegant-pl-holder .qode-pli-inner .qode-pli-link {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text {
	background-color: rgba(255, 255, 255, .95);
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 8;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text .qode-pli-text-outer {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text .qode-pli-text-inner {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: unset;
	padding: 0 30px;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text .qode-pli-text-inner.qode-has-additional-info {
	padding-bottom: 50px;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text .qode-pli-price {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.qode-elegant-pl-holder.qode-info-on-image .qode-pli-inner .qode-pli-text .qode-pli-additional-info {
	font-size: 0;
	position: absolute;
	bottom: 6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli-text-wrapper.qode-no-rating-price {
	padding-bottom: 25px;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli .qode-pli-text-inner {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli .qode-pli-text-wrapper .qode-pli-add-to-cart {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli .qode-pli-text-wrapper .qode-pli-add-to-cart a:hover {
	color: #e6ae48;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli:hover .qode-pli-text-wrapper .qode-pli-add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s .1s;
	-o-transition: all .4s .1s;
	transition: all .4s .1s;
}

.qode-elegant-pl-holder.qode-info-below-image .qode-pli:hover .qode-pli-text-inner {
	opacity: 1;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image .qode-pli-add-to-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image .qode-pli-add-to-cart a.added_to_cart {
	margin: 0;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image .qode-pli-price {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.qode-elegant-pl-holder .qode-pli-text-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 15px 0 12px;
	text-align: center;
}

.qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-category, .qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-excerpt, .qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-rating, .qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-title {
	color: #fff;
}

.qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-price {
	color: #fff;
}

.qode-elegant-pl-holder.qode-product-info-light .qode-pli-inner .qode-pli-text-inner .qode-pli-price del {
	color: #ccc;
}

.qode-elegant-pl-holder.qode-product-info-hover-dark.qode-info-on-image .qode-pli-inner .qode-pli-text {
	background-color: rgba(0, 0, 0, .8);
	padding: 0;
}

.qode-elegant-pl-holder.qode-product-info-dark .qode-pli-inner .qode-pli-text-inner .qode-pli-category, .qode-elegant-pl-holder.qode-product-info-dark .qode-pli-inner .qode-pli-text-inner .qode-pli-excerpt, .qode-elegant-pl-holder.qode-product-info-dark .qode-pli-inner .qode-pli-text-inner .qode-pli-rating, .qode-elegant-pl-holder.qode-product-info-dark .qode-pli-inner .qode-pli-text-inner .qode-pli-title {
	color: #000;
}

.qode-elegant-pl-holder.qode-product-info-dark .qode-pli-inner .qode-pli-text-inner .qode-pli-price {
	color: #000;
}

.qode-elegant-pl-holder.qode-no-space .qode-pl-outer {
	margin: 0;
}

.qode-elegant-pl-holder.qode-no-space .qode-pl-outer .qode-pli {
	padding: 0 0 0;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-no-space .qode-pl-outer {
	margin: 0;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-no-space .qode-pl-outer .qode-pli {
	padding: 0 0 0;
}

.qode-elegant-pl-holder.qode-tiny-space .qode-pl-outer {
	margin: 0 -5px;
}

.qode-elegant-pl-holder.qode-tiny-space .qode-pl-outer .qode-pli {
	padding: 0 5px 10px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-tiny-space .qode-pl-outer {
	margin: 0 -5px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-tiny-space .qode-pl-outer .qode-pli {
	padding: 0 5px 25px;
}

.qode-elegant-pl-holder.qode-small-space .qode-pl-outer {
	margin: 0 -10px;
}

.qode-elegant-pl-holder.qode-small-space .qode-pl-outer .qode-pli {
	padding: 0 10px 20px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-small-space .qode-pl-outer {
	margin: 0 -10px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-small-space .qode-pl-outer .qode-pli {
	padding: 0 10px 50px;
}

.qode-elegant-pl-holder.qode-normal-space .qode-pl-outer {
	margin: 0 -15px;
}

.qode-elegant-pl-holder.qode-normal-space .qode-pl-outer .qode-pli {
	padding: 0 15px 30px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-normal-space .qode-pl-outer {
	margin: 0 -15px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-normal-space .qode-pl-outer .qode-pli {
	padding: 0 15px 75px;
}

.qode-elegant-pl-holder.qode-large-space .qode-pl-outer {
	margin: 0 -25px;
}

.qode-elegant-pl-holder.qode-large-space .qode-pl-outer .qode-pli {
	padding: 0 25px 50px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-large-space .qode-pl-outer {
	margin: 0 -25px;
}

.qode-elegant-pl-holder.qode-info-below-button-on-image.qode-large-space .qode-pl-outer .qode-pli {
	padding: 0 25px 125px;
}

.qode-elegant-pl-holder.qode-standard-layout .qode-pli {
	float: left;
}

.qode-elegant-pl-holder.qode-standard-layout.qode-normal-space {
	margin: 0 0 -30px;
}

.qode-elegant-pl-holder.qode-standard-layout.qode-small-space {
	margin: 0 0 -20px;
}

.qode-elegant-pl-holder.qode-standard-layout.qode-tiny-space {
	margin: 0 0 -10px;
}

.qode-elegant-pl-holder.qode-standard-layout.qode-two-columns .qode-pli {
	width: 50%;
}

@media only screen and (min-width:1025px) {
	.qode-elegant-pl-holder.qode-standard-layout.qode-two-columns .qode-pli:nth-child(2n+1) {
		clear: both;
	}
}

.qode-elegant-pl-holder.qode-standard-layout.qode-three-columns .qode-pli {
	width: 33.33333%;
}

@media only screen and (min-width:1025px) {
	.qode-elegant-pl-holder.qode-standard-layout.qode-three-columns .qode-pli:nth-child(3n+1) {
		clear: both;
	}
}

.qode-elegant-pl-holder.qode-standard-layout.qode-four-columns .qode-pli {
	width: 25%;
}

@media only screen and (min-width:1025px) {
	.qode-elegant-pl-holder.qode-standard-layout.qode-four-columns .qode-pli:nth-child(4n+1) {
		clear: both;
	}
}

.qode-elegant-pl-holder.qode-standard-layout.qode-five-columns .qode-pli {
	width: 20%;
}

@media only screen and (min-width:1025px) {
	.qode-elegant-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(5n+1) {
		clear: both;
	}
}

.qode-elegant-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
	width: 16.66667%;
}

@media only screen and (min-width:1025px) {
	.qode-elegant-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(6n+1) {
		clear: both;
	}
}
