/*
Theme Name: shoper

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
 	position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--secondary-color);
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	
	color: var(--secondary-color);
	opacity: 1;
}

p.stars.selected a.active::before {
	
	color: var(--secondary-color);
	opacity: 1;
}

p.stars.selected a.active ~ a::before {

	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: var(--secondary-color);
	opacity: 1;
}

/* rating block specific to review submit form */
.woocommerce p.stars {
	position: relative;
	padding: 0.75em;
}
.woocommerce p.stars a {
	display: inline-block;
	margin-right: 5px;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0!important;
	outline: 0;
	color: #999;
}
.woocommerce p.stars a.star-1 {
	width: 2em
}

.woocommerce p.stars a.star-1:before {
	content: "\53"
}

.woocommerce p.stars a.star-2 {
	width: 3em
}
.woocommerce p.stars a.star-2:before {
	content: "\53\53"
}

.woocommerce p.stars a.star-3 {
	width: 4em
}
.woocommerce p.stars a.star-3:before {
	content: "\53\53\53"
}

.woocommerce p.stars a.star-4 {
	width: 5em
}
.woocommerce p.stars a.star-4:before {
	content: "\53\53\53\53"
}

.woocommerce p.stars a.star-5 {
	width: 6em;
}
.woocommerce p.stars a.star-5:before {
	content: "\53\53\53\53\53"
}

.woocommerce p.stars [class^="star-"], .woocommerce p.stars [class*=" star-"] {
	border-right: 1px solid #ccc
}

.woocommerce p.stars a:last-child {
	border-right: 0
}
/* rating block specific to product listing */
.woocommerce ul.products li.product .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* rating block specific to sidebar widgets */
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	display: block;
	text-align: center;
	
}
/* end of review stars */
/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid var(--secondary-color);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
	background:#fff;
}
woocommerce-message::before {
    content: "\f00d";
    color: #8fae1b;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: 'IcoFont';
    content: "\f00d";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
	color:var(--secondary-color);
}
.woocommerce-message .button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color:var(--secondary-color);
	border:1px solid var(--secondary-color);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	float:right;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:var(--quaternary-color);
	letter-spacing:1px;
	word-spacing:2px;
	padding:10px 10px;
}


.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: var(--secondary-color);
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: var(--secondary-color);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}



#page table.wc-block-cart-items,
.wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title{
	border:1px solid hsla(0,0%,7%,.11)!important;
}
#page table.wc-block-cart-items th,
.wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title{
	background:#f2f2f2!important;
	text-align: left;
	border: none;
	padding: 15px!important;
	font-family: var(--heading-font);
	font-size: 14px!important;
}
#page table.wc-block-cart-items .wc-block-cart-item__total{
	border-left:1px solid hsla(0,0%,7%,.11)!important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title{
	border-bottom: none!important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-totals-block{
	border-left:1px solid hsla(0,0%,7%,.11)!important;
	border-right:1px solid hsla(0,0%,7%,.11)!important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper:last-child{
	border-bottom: 1px solid hsla(0,0%,7%,.11)!important;
}
.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper{
	border:none!important;
}
#page table.wc-block-cart-items .wc-block-cart-items__header-total{
	text-align: right;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{
	visibility: visible!important;
}
table.wc-block-cart-items .wc-block-cart-item__prices{
	float: left;
}
table.wc-block-cart-items .wc-block-components-product-badge{
	float: left;
	transform: translateY(-2px);
	margin-left: 30px;
}
table.wc-block-cart-items .wc-block-components-product-metadata__description{
	padding-top: 5px;
	padding-bottom: 10px;
}
table.wc-block-cart-items .wc-block-components-product-metadata__description,
table.wc-block-cart-items .wc-block-cart-item__quantity{
	clear: both;
}
table.wc-block-cart-items input.wc-block-components-quantity-selector__input{
	height: 26px;
    min-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    box-shadow:none!important;
}
table.wc-block-cart-items td.wc-block-cart-item__product{
	padding-bottom: 5px!important;
}
table.wc-block-cart-items .wc-block-components-quantity-selector{
	float:left;
}
table.wc-block-cart-items .wc-block-cart-item__remove-link{
	float: left!important;
	margin-left: 20px!important;
	margin-top: 8px!important;
}
table.wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	font-size: 20px;
	 color: #000;
}
table.wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow:none!important;
	background:var(--secondary-color);

}
.wc-block-components-sidebar .wc-block-cart__submit{
	padding-top: 30px;
}
.wc-block-cart .wc-block-cart-items td {
  border-left: 1px solid hsla(0,0%,7%,.11);
}
.wc-block-cart__submit .wc-block-cart__submit-button:hover,
.wc-block-cart__submit .wc-block-cart__submit-button:focus{
	color: #fff!important;
}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:5px;position:relative;padding-bottom:30px;}.woocommerce li.product .product-image{display:block;overflow:hidden;overflow:hidden;border-radius:7px;border-radius:7px;-webkit-border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-moz-border-radius:7px;position:relative;margin:0px -10px 0px -10px;z-index:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);margin-top:-32px;}.woocommerce li.product .product_wrap,.woocommerce div.product .woocommerce-tabs .panel,.woocommerce div.product div.summary{position:relative;z-index:9;z-index:99;background:#fff;box-shadow:0px 0px 20px 0px rgba(74,74,74,.1);padding:20px 20px 60px 20px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.woocommerce .products ul li img,.woocommerce ul.products li.product img,.woocommerce ul.products li.product a img,.woocommerce li.product figure{margin:0px !important;}.woocommerce li.product .btn{position:absolute;top:calc(100% - 25px);left:50%;transform:translateX(-50%);min-width:70%;max-width:100%;width:auto;text-transform:uppercase;text-align:center;word-spacing:2px;letter-spacing:1px;}.woocommerce ul.products li.product .added_to_cart.wc-forward{display:block;min-width:70%;max-width:81%;width:auto;text-transform:uppercase;text-align:center;padding:8px 15px;margin:0px auto;transform:translateY(20px);}.woocommerce li.product .btn span{display:block;text-align:center;float:none;width:100%;font-size:90%;}.woocommerce li.product .image-wrapper{display:block;position:relative;}.woocommerce li.product .product-image img{width:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:500ms ease-in-out;opacity:1;position:relative;z-index:2;}.woocommerce li.product img.secondary-image{position:absolute;left:0px;top:0px;opacity:0;z-index:1;}.woocommerce li.product:hover img.primary-image{opacity:0;}.woocommerce li.product:hover img.secondary-image{opacity:1 !important;}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{border-radius:3px;padding:12px 10px;margin:0px;min-height:auto;min-width:auto;line-height:0px;font-weight:normal;border:1px solid #8f8f8f;text-transform:uppercase;background:#fff;color:#000;display:block;font-size:12px;top:14px;right:8px;letter-spacing:2px;position:absolute;z-index:99;left:auto;}.woocommerce nav.woocommerce-pagination ul,.woocommerce-pagination{display:block;margin:0px;padding:0px;text-align:center;clear:both;border:none;padding-top:20px;}.woocommerce nav.woocommerce-pagination ul li{padding:0;margin:0;display:inline-block;overflow:hidden;float:none;}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;padding:15px 18px;line-height:1;font-size:1rem;font-weight:400;min-width:1em;display:block;border:1px solid var(--secondary-color);background:var(--quaternary-color);color:var(--secondary-color);border-radius:3px;-webkit-border-radius:3px;}.woocommerce nav.woocommerce-pagination ul li a.current,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus{background:var(--secondary-color);color:var(--quaternary-color);}ul.products li.product .button.theme-btn.loading span:after{background:url("https://cdn-ilecakh.nitrocdn.com/zFGlWNjQvgLVZLowwmHdrBfhenLrJJQm/assets/images/source/rev-a7688ca/papelencasa.com/wp-content/themes/shoper-pro/assets/image/loader.svg") no-repeat;content:"";position:absolute;width:50px;right:0px;right:-5px;top:2px;bottom:0px;}ul.products li.product .button.theme-btn.loading:hover span:after{background:url("https://cdn-ilecakh.nitrocdn.com/zFGlWNjQvgLVZLowwmHdrBfhenLrJJQm/assets/images/source/rev-a7688ca/papelencasa.com/wp-content/themes/shoper-pro/assets/image/loader-h.svg") no-repeat;right:-5px;}form.processing{position:relative;}form.processing:after{background:url("https://cdn-ilecakh.nitrocdn.com/zFGlWNjQvgLVZLowwmHdrBfhenLrJJQm/assets/images/source/rev-a7688ca/papelencasa.com/wp-content/themes/shoper-pro/assets/image/loader.svg") no-repeat;content:"";position:absolute;width:50px;right:0px;top:45%;bottom:0px;left:48%;z-index:9;}form.processing:before{content:"";position:absolute;left:0px;right:0px;bottom:0px;top:0px;background:#000;opacity:.5;}.woocommerce li.product ul.product-action-link{display:block;list-style:none;padding:0px;margin:0px;position:absolute;left:50%;top:40%;z-index:99;transition:all 500ms cubic-bezier(1,-.6,.57,-.15) 0s;width:150px;transform:translate(-50%,80px);opacity:0;visibility:hidden;}.woocommerce li.product:hover ul.product-action-link{opacity:1;visibility:visible;transform:translate(-50%,0);text-align:center;}.woocommerce li.product ul.product-action-link li{float:left;list-style:none;}.woocommerce li.product ul.product-action-link li a{color:var(--tertiary-color);background:var(--quaternary-color);cursor:pointer;display:inline-block;font-size:20px;height:48px;line-height:48px;padding:0 4px;text-align:center;min-width:48px;}.woocommerce li.product ul.product-action-link li a:focus,.woocommerce li.product ul.product-action-link li a:hover{background:var(--secondary-color);color:var(--quaternary-color);}.woocommerce li.product ul.product-action-link li .alert{position:absolute;left:-50%;right:-50%;top:30%;text-align:center;font-size:90%;}.woocommerce li.product .removewhlist{position:absolute;font-size:20px;right:0px;top:0px;z-index:99;}.shoper-toolbar{margin-bottom:40px;background:#fff;padding:10px;}.woocommerce .woocommerce-ordering{float:right;margin-left:25px;}.customSelect.orderby{font-size:13px;color:#999;background:#fff;}.orderby.hasCustomSelect{width:100%;z-index:2;}.customSelect.orderby{position:relative;border:1px solid #ddd;color:#555;height:34px;line-height:32px;padding:0 45px 0 15px;width:100%;z-index:1;}.customSelect.orderby::after{font-family:"IcoFont" !important;speak:none;font-style:normal;font-weight:normal;font-weight:900;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;line-height:30px;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;position:absolute;right:0;top:0;display:block;height:32px;width:32px;font-size:16px;color:#929292;border-left:1px solid #ddd;text-align:center;content:"";}.woocommerce .woocommerce-ordering .orderby{width:auto;min-width:166px;}.woocommerce .woocommerce-ordering .orderby span{width:auto;min-width:166px;}.woocommerce .result-count{float:right;font-size:12px;line-height:34px;text-transform:uppercase;list-style:none;margin:0;padding:0;}.woocommerce .result-count li{float:left;}.woocommerce .result-count li.view-title{margin-right:6px;color:#555;letter-spacing:.6px;}.woocommerce .result-count li.view-title:after{display:none;}.woocommerce .result-count li:after{content:"/";color:#999;margin:0 3px;}.woocommerce .result-count li a{color:#999;}.woocommerce .result-count li a:hover{color:#555;}.woocommerce .result-count li a.active{color:#555;}.woocommerce .result-count li:last-child:after{display:none;}.woocommerce ul.products li.product .shopstore-effects{position:relative;}.list-grid-nav{float:left;}.list-grid-nav a,.list-grid-nav a:hover{display:inline-block;width:34px;height:34px;line-height:32px;color:var(--secondary-color);border:1px solid var(--secondary-color);border-top-color:#eaeaea;border-right-color:#eaeaea;border-bottom-color:#eaeaea;border-left-color:#eaeaea;text-align:center;font-size:18px;margin-right:5px;-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;-ms-transition:all 0s ease-in-out;-o-transition:all 0s ease-in-out;transition:all 0s ease-in-out;}.list-grid-nav a.active,.list-grid-nav a:active,.list-grid-nav a:focus{background:var(--secondary-color);color:var(--quaternary-color);border:1px solid var(--secondary-color);}.woocommerce div.product .woocommerce-tabs .panel{min-height:280px;}.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0px;padding:0px;border-top:1px solid #e8e8e8;margin-right:-35px;margin-top:10px;border-left:1px solid #e8e8e8;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:block;}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block;float:none;padding:0px;margin:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;font-size:16px;text-align:left;color:#151515;border-bottom:1px solid #e8e8e8;padding:23px 45px 23px 27px;outline:none;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;position:relative;background:#fff;box-shadow:0px 0px 131px 0px rgba(74,74,74,.1);}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;background:none;}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;border:none;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li:focus a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus{color:#fff;background-color:var(--secondary-color);}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{display:none;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);content:"";display:inline-block;font-family:"IcoFont";color:#fff;font-size:40px;}#reviews #comments{padding:0px;}#reviews button.theme-btn{margin-left:0px;}.woocommerce-product-gallery__image,.woocommerce div.product div.images .flex-control-thumbs li img{border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;overflow:hidden;}.woocommerce-page div.product div.summary{margin-top:0px;}.woocommerce div.product div.images .flex-control-thumbs{margin:0 -5px;}.woocommerce div.product div.images .flex-control-thumbs li{padding:5px;}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{padding-top:50px;clear:both;}.woocommerce .product .product_meta span.sku_wrapper,.woocommerce .product .product_meta span.posted_in,ul.compare-wishlist-single-post,.woocommerce .product .product_meta span.tagged_as{padding:15px 10px;border-bottom:1px solid #e9e9e9;display:block;width:100%;}.single.single-product .quantity{display:inline-block;float:left !important;margin:1px 20px 0px 0 !important;padding:0px;}button.plus,button.minus{border:1px solid #dbdbdb;background:#f1f2f1;color:#000;font-size:16px;line-height:5px !important;min-width:48px;vertical-align:top;float:left;max-width:40px;padding:14px 15px;margin-top:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}button.plus:hover,button.minus:hover{background:var(--secondary-color);color:var(--quaternary-color);}button.plus{margin-left:-4px !important;border-top-left-radius:25px;border-bottom-left-radius:25px;-webkit-border-top-left-radius:25px;-webkit-border-bottom-left-radius:25px;}button.minus{margin-right:-4px !important;border-top-right-radius:25px;border-bottom-right-radius:25px;-webkit-border-top-right-radius:25px;-webkit-border-bottom-right-radius:25px;}button.plus i{display:block;padding-left:3px;}button.minus i{display:block;padding-right:3px;}.single.single-product .quantity .input-text.qty.text,.p-quantity .input-text.qty.text,.woocommerce .quantity input.qty{-moz-appearance:textfield;-webkit-appearance:textfield;border:1px solid #dbdbdb;color:#55595d;min-height:34px;float:left;line-height:34px;width:50px;padding:5px;font-size:16px;background:#fff;text-align:center;border-left:none;border-right:none;border-radius:0px;margin-bottom:0px;}.woocommerce #content div.product div.summary .btn{font-size:14px;text-transform:uppercase;letter-spacing:2px;float:right;}.woocommerce div.product form.cart{background:#f8f8f8;margin:30px -19px;padding:15px 30px;text-align:center;}table.variations th,table.variations td{text-align:left !important;padding:8px !important;border-bottom:1px solid #eaeaea !important;vertical-align:middle;font-weight:normal;}.woocommerce div.product form.cart .variations select{border:1px solid #ccc;padding:10px;width:100%;display:block;}.woocommerce div.product form.cart .variations label{font-weight:normal;}.woocommerce-variation-add-to-cart.variations_button{clear:both;}.woocommerce-variation.single_variation{text-align:left;font-size:90%;padding-bottom:20px;color:var(--tertiary-color);}.related.products h2,.upsells.products h2,.cross-sells h2{margin:60px auto 40px auto;clear:both;}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none;}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%;}.woocommerce div.product figure{margin:0px auto;}.woocommerce div.product{position:relative;}.woocommerce .product .onsale{border-radius:3px;padding:12px 10px;margin:0px;min-height:auto;min-width:auto;line-height:0px;font-weight:normal;border:1px solid #8f8f8f;text-transform:uppercase;background:#fff;color:#000;display:block;font-size:12px;top:14px;left:8px;letter-spacing:2px;position:absolute;z-index:99;right:auto;}.page-content,.entry-content,.entry-summary{margin-top:0px;}#commentform input[type="text"],#commentform input[type="email"],#commentform textarea{padding-bottom:0px;margin-bottom:0px;}#review_form p.form-submit{margin-left:0px;}.comment-form-rating label,.comment-form-rating p.stars{float:left;}p.comment-form-comment{clear:both;}.woocommerce ul.products li.product .star-rating{position:absolute;top:10px;left:10px;z-index:9;}#content div.product div.summary .star-rating{float:left;}#content div.product div.summary .woocommerce-review-link{float:right;}#content div.product div.summary .price{clear:both;}#content div.product div.summary .price ins{background:none;}#content div.product div.summary .price del{opacity:.5;}#reviews h4.comments-title{margin-bottom:0px !important;}#reviews .comments-area{padding:0px;}#reviews [class^="col-"],#reviews [class*=" col-"]{position:relative;}#commentform [class^="col-"] span.required,#commentform [class*=" col-"] span.required{position:absolute;right:25px;top:15px;}#reviews .stars,.woocommerce #reviews p.stars{float:left;margin-left:15px;padding:0px;margin-bottom:0px;margin-top:5px;}.comment-form-rating label{float:left;}#reviews .comment-form .comment-form-cookies-consent{padding-left:20px;display:block;clear:both;width:100%;padding-bottom:0px;}#reviews .comment-meta img{width:60px;height:60px;border-radius:50%;float:left;}#reviews .comment-text{width:calc(100% - 60px);padding-left:20px;position:relative;float:right;}#reviews .comment-meta  .comment h6 a{text-transform:uppercase;color:#313131;margin:10px 0 8px 0;}#reviews .comment-meta  .comment .date{text-transform:uppercase;font-size:14px;}#reviews .comment-meta  .comment-text{margin-top:10px;}#reviews .comment-text .meta{float:left;}#reviews .comment-text .star-rating{float:right;}#reviews .comment-text .description{clear:both;}#reviews .woocommerce-review__author{display:block;}#reviews  .woocommerce-review__dash,#reviews .woocommerce-review__published-date{font-size:11px;}#reviews .commentlist{display:block;margin:0px;padding:0px;}#reviews .commentlist li{padding-bottom:35px;clear:both;list-style:none;}#reviews .commentlist p.meta{margin-bottom:0px;}#reviews .space-margin{padding-bottom:50px;clear:both;display:block;}#review_form_wrapper{clear:both;}#review_form .comment-reply-title{font-size:1.5rem;padding-top:30px;clear:both;display:block;padding-bottom:20px;}#review_form .comment-notes{padding-bottom:0px;padding-bottom:10px;margin-bottom:0px;font-size:12px;}#review_form p.comment-form-author{margin-right:1.8%;}#review_form p.comment-form-author,#review_form p.comment-form-email{width:48%;display:inline-block;}dl.variation{margin:0px;padding:0px;display:block;}.variation dt,.variation dd{display:inline-block;font-size:14px;margin:0px;padding:0px;}dl.variation p{margin-bottom:0px;}.woocommerce-cart .woocommerce table.shop_table.cart{border:none;}.woocommerce-cart .woocommerce table.shop_table.cart tr th,.content-area table.woocommerce-checkout-review-order-table th.product-name,.content-area table.woocommerce-checkout-review-order-table th.product-total,table.shop_table_responsive tr th{background-color:rgba(var(--secondary-color-rgb),.2);background-color:#f2f2f2;text-align:center;border:none;padding:15px 10px;color:var(--secondary-color);font-family:var(--heading-fonts);font-size:14px;text-transform:uppercase;}.woocommerce-cart .woocommerce table.shop_table.cart tr th.product-name{text-align:left;}.woocommerce-cart-form table.shop_table.cart tr td{border:none;vertical-align:center;vertical-align:middle !important;border-bottom:1px solid #d6d6d6;text-align:center;padding:30px 15px !important;}.woocommerce-cart-form table.shop_table_responsive tr td{padding:30px 15px !important;}.woocommerce-cart table.shop_table_responsive tr td.product-remove,.woocommerce-cart .woocommerce table.shop_table.cart tr th.product-remove{padding:0px 5px !important;width:10px;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.product-name{text-align:left;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.actions{border-bottom:none;}.woocommerce table.shop_table tr td.product-remove .remove,.woocommerce table.shop_table tbody td.product-remove .remove{background-color:transparent;font-size:30px;}td.product-name a{color:var(--primary-color);font-family:var(--heading-fonts);margin-bottom:5px;display:block;}td.product-name a:hover{color:var(--secondary-color);}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:100%;max-width:125px;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.product-thumbnail{width:130px;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.product-quantity{width:190px;}.shop_table .actions label{display:none;}.woocommerce-cart table.cart td.actions .coupon .input-text{border:1px solid var(--secondary-color);min-width:200px;float:left;max-width:200px;padding:11.5px 15px;}.shop_table .actions .button{font-family:var(--heading-fonts);text-transform:uppercase;letter-spacing:2px;color:var(--quaternary-color);border:1px solid var(--secondary-color);background:var(--secondary-color);outline:none;cursor:pointer;padding:12px 30px;display:inline-block;position:relative;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;overflow:hidden;overflow:hidden;font-size:14px;border-radius:5px;-webkit-border-radius:5px;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;float:right;margin:0px;line-height:22px;}.shop_table .actions .coupon .button{float:left;margin-left:-3px;border-bottom-left-radius:0px;border-top-left-radius:0px;}.shop_table .actions .button:hover,.shop_table .actions .button:focus{background:var(--quaternary-color);color:var(--secondary-color);border:1px solid var(--secondary-color);}.shop_table .actions .button:disabled,.shop_table .actions .button[disabled]{opacity:.5;}.shop_table .actions .button:disabled:hover,.shop_table .actions .button[disabled]:hover{color:var(--quaternary-color);border:1px solid var(--secondary-color);background:var(--secondary-color);}.woocommerce-cart .woocommerce .cart-collaterals{float:right;width:100%;max-width:420px;}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table{border:1px solid #ccc;background-color:#f6f6f6;border-radius:0;padding:0 30px;}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th,.content-area table.woocommerce-checkout-review-order-table th,.content-area table.woocommerce-checkout-review-order-table td.product-name{background-color:transparent;color:#000;font-weight:400;padding:15px;border-top:0;text-align:left;text-align:right;font-size:16px;vertical-align:top;border-bottom:1px solid #d6d6d6;border-left:1px solid #ccc;}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td{text-align:right;text-align:left;padding:15px;border-top:0;border-bottom:1px solid #d6d6d6;color:#000;vertical-align:top;}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table label{font-weight:normal;}.woocommerce ul#shipping_method{display:block;text-align:right;margin:0px;padding:0px;font-size:12px;}.woocommerce ul#shipping_method label{margin-left:10px;display:inline-block;margin-top:-1px;}.woocommerce ul#shipping_method li{list-style:none;text-align:left;}p.woocommerce-shipping-destination{clear:both;text-align:left;font-size:12px;}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none;display:block;}.woocommerce .cart-collaterals .cart_totals h2{display:none;}.shipping-calculator-form{display:block !important;}.woocommerce form .form-row .select2-container .select2-selection--single{border:1px solid #ccc;padding:9px 5px;height:auto;border-radius:0;margin-bottom:5px;}.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow{top:12px;}.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .input-text,.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator select{width:100%;border:1px solid #ccc;padding:12px;margin-bottom:5px;}.shipping-calculator-button{display:none !important;}#theme-cart-total .shipping-calculator-form{display:none !important;}.wc-proceed-to-checkout .checkout-button.theme-btn,.place_order_btn.theme-btn{font-size:16px;padding:15px 30px;color:var(--quaternary-color) !important;}.place_order_btn.theme-btn{width:auto;}.wc-proceed-to-checkout .checkout-button.theme-btn:before,.place_order_btn.theme-btn:before{-webkit-transform:scale3d(-13,9,1);transform:scale3d(-13,9,1);}.wc-proceed-to-checkout .checkout-button.theme-btn span,.place_order_btn.theme-btn span{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);}.wc-proceed-to-checkout .checkout-button.theme-btn i,.place_order_btn.theme-btn i{-webkit-transform:translateX(5px) scale(1.9);-moz-transform:translateX(5px) scale(1.9);-ms-transform:translateX(5px) scale(1.9);transform:translateX(5px) scale(1.9);}.wc-proceed-to-checkout .checkout-button.theme-btn:hover:before,.place_order_btn.theme-btn:hover:before,.wc-proceed-to-checkout .checkout-button.theme-btn:focus:before,.place_order_btn.theme-btn:focus:before{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1);}.wc-proceed-to-checkout .checkout-button.theme-btn:hover,.place_order_btn.theme-btn:hover,.wc-proceed-to-checkout .checkout-button.theme-btn:focus,.place_order_btn.theme-btn:focus{color:var(--secondary-color) !important;}.cross-sells{clear:both;display:block;padding-top:100px;}.woocommerce-pagination{padding-bottom:30px;}#customer_details .col-1,#customer_details .col-2{width:50%;max-width:50%;float:left;}#customer_details .form-row input,#customer_details .form-row textarea{display:block;width:100%;padding:9px;border:1px solid #ccc;border:solid 1px #cfcfcf;box-shadow:none;box-shadow:none;box-shadow:0;-webkit-box-shadow:none;-webkit-box-shadow:0px;-moz-box-shadow:none;-moz-box-shadow:0px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(255,255,255,.7);}.checkout_coupon{margin:0px 20px;}.blockUI.blockOverlay{z-index:99 !important;}.content-area table.woocommerce-checkout-review-order-table th.product-name,.content-area table.woocommerce-checkout-review-order-table td.product-name{text-align:right;}.content-area table.woocommerce-checkout-review-order-table th.product-total,.content-area table.woocommerce-checkout-review-order-table td{text-align:left;}ul.wc_payment_methods{display:block;margin:30px 0px;padding:0px;padding:15px;background:#d6d6d6;border-radius:5px;-webkit-border-radius:5px;}ul.wc_payment_methods li{border:none;list-style:none;list-style:none;margin-bottom:10px;border-radius:5px;-webkit-border-radius:5px;}ul.wc_payment_methods li p,ul.wc_payment_methods li label{margin-bottom:0px !important;padding-bottom:0px !important;}ul.wc_payment_methods li p{padding-left:35px;padding-top:5px;font-size:12px;}.woocommerce-columns .col-1,.woocommerce-columns .col-2{width:50% !important;max-width:100%;float:left;}#place_order.button{text-transform:uppercase;letter-spacing:3px;word-spacing:3px;padding:15px 25px;}.woocommerce-form.woocommerce-form-login{max-width:450px;}.woocommerce-form.woocommerce-form-login.login{display:block;margin:0px auto;}.woocommerce-form.woocommerce-form-login.login input,.woocommerce-form.woocommerce-form-register input{margin-bottom:0px;}.woocommerce-form.woocommerce-form-login.login .form-row.form-row-wide,.woocommerce-form.woocommerce-form-register .form-row.form-row-wide{width:100%;clear:none;margin:0px auto;}.woocommerce-form.woocommerce-form-login.login .form-row{margin-left:0px;margin-right:0px;}.woocommerce-form.woocommerce-form-login.login label,.woocommerce-form.woocommerce-form-register label{font-weight:normal;clear:both;display:block;width:100%;}.woocommerce-form.woocommerce-form-login.login span.password-input,.woocommerce-form.woocommerce-form-register span.password-input{display:block;width:100%;position:relative;}.woocommerce-form.woocommerce-form-login.login span.password-input .show-password-input,.woocommerce-form.woocommerce-form-register span.password-input .show-password-input{position:absolute;right:-10px;bottom:0px;top:0px;border:none !important;background:none !important;color:var(--secondary-color);}.woocommerce-form.woocommerce-form-login.login span.password-input .show-password-input:before,.woocommerce-form.woocommerce-form-register span.password-input .show-password-input:before{font-family:"Font Awesome 5 Free";font-weight:900;content:"";}.woocommerce-form.woocommerce-form-login.login span.password-input .show-password-input.display-password:before,.woocommerce-form.woocommerce-form-register span.password-input .show-password-input.display-password:before{content:"";}.woocommerce-form.woocommerce-form-login.login .form-row,.woocommerce-form.woocommerce-form-register .form-row{clear:both;padding-bottom:20px;}.woocommerce-LostPassword.lost_password{float:right;transform:translateY(-80px);padding-right:20px;}.woocommerce-MyAccount-navigation{width:25%;float:left;}.woocommerce-MyAccount-content{width:70%;float:right;}.woocommerce-MyAccount-navigation ul{margin:0px;padding:0px;}.woocommerce-MyAccount-navigation li{list-style:none;}.woocommerce-MyAccount-navigation li a{display:block;padding:10px;}.woocommerce-MyAccount-navigation li a{display:block;padding:10px;border-bottom:solid 1px #eee;padding-left:20px;position:relative;font-weight:normal;}.woocommerce-MyAccount-navigation li a:after{font-family:"IcoFont" !important;content:"";position:absolute;left:0px;top:10px;}.woocommerce-MyAccount-navigation li a:hover,.woocommerce-MyAccount-navigation li a:focus{}.woocommerce-orders-table.woocommerce-MyAccount-orders td{border-bottom:1px solid #eee;padding:5px;font-weight:normal;}.woocommerce-MyAccount-content .col-1,.woocommerce-MyAccount-content .col-2{width:50%;float:left;max-width:50%;}.woocommerce-MyAccount-content label{display:block;clear:both;width:100%;}.woocommerce-MyAccount-content input{margin-bottom:0px;}.woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper{width:100%;}.edit-account fieldset,.woocommerce-order-details,.woocommerce-customer-details{background:#eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:0px 20px;margin-bottom:30px;position:relative;}.edit-account legend,.woocommerce-order-details h2,.woocommerce-customer-details h2{display:inline-block;padding:5px 10px;color:#fff;background:var(--secondary-color);width:auto;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-weight:normal;text-transform:capitalize;font-size:16px;letter-spacing:2px;word-spacing:3px;}.woocommerce-order-details h2,.woocommerce-customer-details h2{position:absolute;top:-20px;}.woocommerce-order-details,.woocommerce-customer-details{padding:20px;margin-top:50px;}.woocommerce-form-login__submit{display:block;}.rd-navbar-static .rd-navbar-subpanel{width:100%;}.wc-proceed-to-checkout .button{width:100% !important;display:block;text-align:center;text-transform:uppercase;font-size:110%;word-spacing:2px;letter-spacing:2px;}.woocommerce-checkout-review-order td{border-bottom:1px solid #d6d6d6;border-right:1px solid #ccc;padding-left:10px;padding-right:10px;}table.woocommerce-checkout-review-order-table th{border:1px solid #d6d6d6 !important;}#customer_details .form-row{padding-left:0px;}#customer_details .form-row label,#customer_details .form-row .woocommerce-input-wrapper{display:block;font-weight:normal;clear:both;width:100%;}#customer_details .form-row.form-row-wide{clear:both;}#customer_details .form-row input,#customer_details .form-row textarea{margin-bottom:0px;}#secondary ul.product_list_widget li:hover,#colophon.site-footer ul.product_list_widget li:hover,#secondary ul.product_list_widget li.focus,#colophon.site-footer ul.product_list_widget li.focus{padding-left:0px;text-align:left;}#secondary ul.product_list_widget li:before,#colophon.site-footer ul.product_list_widget li:before{display:none;}#secondary ul.product_list_widget li img,#colophon.site-footer ul.product_list_widget li img{border-radius:5px;-webkit-border-radius:5px;}#secondary ul.product_list_widget li a{font-weight:bold;word-spacing:2px;}@media only screen and (max-width : 760px){.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:100%;float:none;display:block;clear:both;}.single.single-product .quantity{display:block;margin:0px auto !important;float:none !important;width:140px;}.woocommerce #content div.product div.summary .btn{float:none;margin:0px auto;margin-top:15px;}.woocommerce div.product .woocommerce-tabs ul.tabs{margin-right:0px;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.product-thumbnail,.woocommerce-cart table.shop_table_responsive tr td.product-remove,.woocommerce-cart .woocommerce table.shop_table.cart tr th.product-remove{width:100%;}.woocommerce-cart .woocommerce table.shop_table.cart tr td.product-quantity{width:auto;}td.product-quantity .quantity{float:right;transform:translate(10px,-22px);}.shop_table .actions .button{display:block;float:none;margin:15px 0px;width:200px;}.shop_table .actions .coupon .button{border-radius:5px;-webkit-border-radius:5px;margin:0px;}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td{text-align:right;}#customer_details .col-1,#customer_details .col-2{width:100%;max-width:100%;}.woocommerce-LostPassword.lost_password{transform:translateY(0px);float:none;}.woocommerce-MyAccount-navigation{margin-bottom:30px;}.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content{width:100%;float:none;}.woocommerce.shoper-product-carousel-wrap ul.products li.product,.woocommerce ul.products.ata-product-sidebar-carousel li.product{width:100% !important;}.ata-sidebar-info{min-height:250px;display:block;margin-bottom:20px;}ul.products.ata-product-sidebar-carousel .owl-nav{display:none;visibility:hidden;}ul.smart_attribute li{width:48%;}ul.products.ata-product-sidebar-carousel li.product{margin-bottom:30px;}}.product_wrap .woocommerce-loop-product__title{font-weight:normal !important;}ul.products li.product.do-to-list{float:none !important;display:table;width:100% !important;}ul.products li.product.do-to-list .woocommerce-LoopProduct-link{max-width:260px;display:table-cell;width:260px;vertical-align:middle;}ul.products li.product.do-to-list .product_wrap{vertical-align:middle;vertical-align:middle;display:table-cell;text-align:left;height:100%;}ul.products li.product .show-on-list{display:none !important;}ul.products li.product .show-on-list.show{display:block !important;}ul.products li.product.do-to-list .show-on-list{display:block !important;}ul.products li.product.do-to-list .product-image{margin:-10px;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}ul.products li.product.do-to-list .btn,.woocommerce li.product.do-to-list .btn.product_type_variable{max-width:70%;min-width:250px;width:auto;}.woocommerce li.product.do-to-list ul.product-action-link{left:50px;transform:translate(0,0);}.woocommerce li.product.do-to-list:hover ul.product-action-link{opacity:1;visibility:visible;transform:translate(0,-50px);}.woocommerce li.product a.xoo-qv-button{border:none;}ul.compare-wishlist-single-post{clear:both;}ul.compare-wishlist-single-post li{display:inline-block;list-style:none;clear:both;position:relative;margin-bottom:10px;margin-right:30px;}ul.compare-wishlist-single-post li i{font-size:20px;margin-right:5px;}h6.heading-share{margin:0px;padding:10px 0px;float:left;margin-right:30px;margin-top:20px;}ul.single-product-extra-container{margin:0px;padding:0px;float:left;margin-top:20px;}.single-product-extra-container li{float:left;margin-bottom:5px;margin-right:15px;list-style:none;}.single-product-extra-container li a{border:1px solid var(--secondary-color);color:var(--secondary-color);height:45px;line-height:45px;text-align:center;transition:all .3s ease 0s;width:45px;display:inline-block;}.single-product-extra-container li a:hover{background:var(--secondary-color);color:#fff;}h2.woocommerce-Reviews-title{font-size:22px;}.woocommerce-product-attributes p{display:block;margin-bottom:0px;padding-bottom:0px;}.woocommerce-product-attributes td,.woocommerce-product-attributes th{border-bottom:1px solid #d7d7d7;padding:15px;}.mwae-product-list-button .input-text{width:80px !important;float:left;min-height:46px;padding:0px;border-left:0px;border-right:0px;border-radius:0px;}.mwae-product-list-button .quantity{float:right;}.mwae-product-lists .row{margin-bottom:30px;}.mwae-product-list-button .single_add_to_cart_button{max-width:165px;}.ata-product-carousel.products{width:100% !important;display:block;}@media only screen and (max-width: 600px){.woocommerce ul.products.ata-product-sidebar-carousel li.product{padding-bottom:20px;}.elementor ul.smart_attribute li{width:45%;}ul.products li.product.do-to-list .woocommerce-LoopProduct-link,ul.products li.product.do-to-list .product_wrap{display:block;width:100%;max-width:100%;clear:both;}.list-grid-nav,.woocommerce .woocommerce-ordering,.woocommerce .result-count{float:none;display:block;text-align:center;padding-bottom:10px;}.woocommerce .result-count li{float:none;display:inline-block;}.woocommerce ul.products li.do-to-list.product,.woocommerce-page ul.products li.do-to-list.product{width:100% !important;clear:none !important;margin:0% !important;display:block !important;vertical-align:top !important;}}@media screen and (max-width: 900px){.single.single-product .quantity,.col-xl-8 .single.single-product .quantity{float:none !important;width:145px;margin:0px auto 10px auto !important;}.woocommerce #content div.product div.summary .btn{float:none !important;}}@media screen and (max-width: 650px){.shop_table .actions .coupon{display:inline-block !important;}.shop_table .actions .button{margin:15px auto !important;}.shop_table .actions .coupon .button,.woocommerce-cart table.cart td.actions .coupon .input-text{float:none !important;}}@media screen and (min-width:651px) and (max-width:850px){.shop_table .actions .coupon .button{width:160px;padding-left:10px;padding-right:10px;float:left !important;}.shop_table .actions .button{max-width:170px;padding-left:10px !important;padding-right:10px !important;float:right;margin:0px;}.woocommerce-cart table.cart td.actions .coupon .input-text{max-width:160px;min-width:160px;float:left !important;}.shop_table td.product-quantity .quantity{width:145px;}}.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image{padding:10px;}.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper,.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-totals-block{padding:10px;}/*
   Document   : frontend.css
   Author: Saiful
   Author e-mail: e2getway@gmail.com
   Version: 1.0.0
*/
.hidden {
	display: none !important;
	visibility: hidden !important;
}

.atawc-swatches {
	padding:10px 0;
}
.atawc-swatches .swatch.out_of_stock{
	position:relative;

}
.atawc-swatches .swatch.out_of_stock::before,
.atawc-swatches .swatch.out_of_stock::after{
    content: '';
    position: absolute;
	top:50%;
	left:0;
	background:#F00;
	bottom:0px;
	right:0px;
	height:2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.atawc-swatches .swatch.out_of_stock::after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
.atawc-swatches .swatch,
ul.smart_attribute.label li  a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
	margin-bottom:3px;
}


.atawc-swatches .swatch-color {
	text-indent: -9999px;
}



.atawc-swatches .swatch-color.tick_sign.selected:before,
.swatch.swatch-label.selected.tick_sign:before,
.swatch.swatch-image.selected.tick_sign:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 9px;
	height: 17px;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-5px;
	margin-top:-10px;
}
.swatch.swatch-image.selected.tick_sign:before{
	border: solid #000;
	border-width: 0 2px 2px 0;
}
.atawc-swatches .swatch-label,
.swatch.swatch-label.selected.tick_sign,
.swatch.swatch-image.selected.tick_sign,
ul.smart_attribute.label li {
	background-color: #f1f1f1;
}


.atawc-swatches .swatch-image {
	width: auto;
	height: auto;
	position: relative;
}
.atawc-swatches .swatch.swatch-image:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99;
	content: "";
	cursor: pointer;
}
.swatch.swatch-label.round,
.atawc-swatches .swatch-color.round,
.swatch.swatch-image.round{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.swatch.swatch-label.round_corner,
.atawc-swatches .swatch-color.round_corner,
.swatch.swatch-image.round_corner{
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius: 6px;
}
.swatch.swatch-label.zoom_up.selected,
.atawc-swatches .swatch-color.zoom_up.selected,
.atawc-swatches .swatch-image.zoom_up.selected{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);   
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


.swatch.swatch-label.zoom_down.selected,
.atawc-swatches .swatch-color.zoom_down.selected,
.atawc-swatches .swatch-image.zoom_down.selected{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);   
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}
.swatch_radio{
	padding-left:30px;
	position:relative;
	z-index:999;
	margin-left:0px;
	border:1px solid #F00;	
}
.swatch_radio input[type=radio]{
	position:absolute;
	left:-20px;
	top:5px;
	z-index:-1;
	margin:0px;
}
.swatch{
	position: relative;
}

.ed-tooltip {
	/*display:none;*/
	position:absolute;
	background-color:#161616;
	border-radius:5px;
	padding:5px 10px;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
	display:block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-indent: 0;
	bottom: calc(100% + 10px);
}
.ed-tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	
	border-width: 7px;
	margin-left: -7px;
}
.swatch.swatch-label.opacity,
.atawc-swatches .swatch-color.opacity,
.atawc-swatches .swatch-image.opacity{
	opacity:0.5;
}
.swatch.swatch-label.opacity.selected,
.atawc-swatches .swatch-color.opacity.selected,
.atawc-swatches .swatch-image.opacity.selected{
    opacity:1;
	
}

#secondary ul.smart_attribute,
ul.smart_attribute{
	display:block!important;
	margin:0px -3px!important;
	padding:0px!important;
	text-align:left;
}
ul.smart_attribute li{
	margin:5px;
	list-style:none;
	display:inline-block;
}
ul.smart_attribute.color li a.round{
	text-indent:-6000px;
}
ul.smart_attribute li a.round{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
ul.smart_attribute li a.round_corner{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#secondary ul.smart_attribute.label li::before{
	display:none;
}
ul.smart_attribute.label li  a{
	margin-right:0px;
	line-height:45px;
	font-size:12px;
	
}
.swatch.swatch-label{
	max-width:100%!important;
	padding:0px 3px;
}
.smart-swatches-archive-box .quantity{
	display:none!important;
	visibility:hidden!important;	
}
.smart_attribute_as_widgets li .swatch{
	display:block;
}