/* Globals
   ========================================================================== */

.woocommerce-cart .footer,
.woocommerce-checkout .footer,
.woocommerce .screen-reader-text,
.woocommerce .blockUI,
.woocommerce .includes_tax,
.woocommerce-checkout .banner {
	display: none !important;
}

/* Form fields
   ========================================================================== */

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"] {
	border-radius: 5px;
	border: 2px solid;
	padding: 13px 15px;
	width: 100%;
}

.woocommerce textarea {
	border-radius: 5px;
	border: 2px solid;
	padding: 18px 20px;
	width: 100%;
	height: 100px;
	resize: none;
}

.woocommerce select {
	border: 2px solid;
	padding: 15px;
	cursor: pointer;
	background: url(../images/icons/select-down.svg) no-repeat 80% center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.woocommerce input[type="checkbox"] {
	display: none;
}

.woocommerce .checkbox {
	cursor: pointer;
}

.woocommerce .checkbox span:before,
.woocommerce .woocommerce-form-login__rememberme span:before  {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 6px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.woocommerce .checkbox input[type="checkbox"]:checked + span:before,
.woocommerce .woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before  {
	content: '';
	border-color: transparent;
	background: #000 url(../images/icons/checkbox-checked.svg) no-repeat center;
}

.woocommerce .required {
	color: #FF0000;
	text-decoration: none;
}

.woocommerce button[aria-disabled="true"] {
	opacity: .3;
	pointer-events: none;
}

.woocommerce .select2-container--default .select2-selection--single {
	height: 48.5px;
	border: 2px solid;
	background: url(../images/icons/select-down.svg) no-repeat 98% center;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 45px
}

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

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 2px solid;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #0070c9 !important;
}

/* Notices
   ========================================================================== */

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout {
	margin-bottom: 25px;
}

.woocommerce-notices-wrapper:empty {
	margin-bottom: 0;
}

.woocommerce-error, 
.woocommerce-message, 
.woocommerce-message.woocommerce-info {
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	border-radius: 5px;
}

.woocommerce-message {
	background: #d4edda;
	color: #49b362;
	border: 2px solid #81de97;
}

.woocommerce-error {
	background: #f8d7da;
	color: #dc3545;
	border: 2px solid #dc3545;
	list-style-type: none;
}

.woocommerce-info {
	font-weight: bold;
}

.woocommerce-notices-wrapper a {
	float: right;
	padding: 0;
	text-decoration: none;
	background: none;
}

.woocommerce-notices-wrapper a:hover {
	background: none;
	text-decoration: underline;
}

.woocommerce-message a {
	color: #49b362 !important;
}

.woocommerce-error a {
	color: #dc3545 !important;
}

@media (max-width: 767px) {

	.woocommerce-message a {
        float: none;
		display: block;
		margin-bottom: 10px;
	}

}

/* Cart count
   ========================================================================== */

.header__account .account__cart-count {
	top: -8px;
	right: 10px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	border-radius: 100%;
}

@media (max-width: 767px) {
        
    .header__account .account__cart-count {
		top: -7px;
		right: 4px;
		width: 14px;
		height: 14px;
    }

}

/* Steps
   ========================================================================== */

.process__steps:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	opacity: .1;
	border: 1px solid;
}

.process__steps li {
	width: 33.333333%;
}

.process__steps li.current-step:after {
	content: '';
	position: absolute;
	right: -45px;
	top: 25px;
	transform: rotate(90deg);
    border-style: solid;
    border-width: 0px 35px 20px 35px;
}

.process__steps li .process__steps-number {
	left: 35px;
	top: 18px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

/* Quantity
   ========================================================================== */

.quantity select {
	width: 80px;
	border-radius: 5px;
}

/* Cart
   ========================================================================== */

.cart .cart_item {
	position: relative;
}

.cart .cart_item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7.5px;
	height: 1px;
	width: 100%;
}

.cart .cart_item:last-child:after {
	display: none;
}

.cart .cart_item td {
	padding: 30px 15px 30px 15px;
}

@media (max-width: 767px) {

	.cart .cart_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 10px;
	}

	.cart .cart_item td {
		float: left;
		display: block;
		width: 50%;
		padding: 15px;
	}

	.woocommerce-cart .cart .cart_item td.product-thumbnail {
		width: 35%;
		max-width: initial;
		padding-bottom: 0;
	}

	.woocommerce-cart .cart .cart_item td.product-name {
		width: 65%;
		max-width: initial;
		padding-bottom: 0;
	}

}

.cart .cart_item:last-child td {
	padding-bottom: 15px;
}

.cart .cart_item .product-quantity {
	padding-top: 20px;
}

.cart .cart_item .product-thumbnail {
	padding-top: 15px;
	max-width: 150px;
}

.cart .cart_item .product-name {
	max-width: 150px;
}

.cart .cart_item .product-subtotal {
	text-align: right;
}

.cart .cart_item .attribute__name {
	text-transform: capitalize;
}

.cart .cart_item .remove {
	font-size: 12px;
}

.cart .cart_item .remove svg {
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.cart label[for="shipping_method_0_free_shipping1"] {
	color: #28a745;
}

.cart .wc-proceed-to-checkout:before {
	content: '';
	position: absolute;
	left: -15px;
	top: -23px;
	height: 1px;
	width: calc(100% + 30px);
}

.cart .checkout-button {
	width: 100%;
	text-align: center;
}

.cart .cart-subtotal td,
.cart .order-total td {
	text-align: right;
}

.cart .cart_totals tr th,
.cart .cart_totals tr td {
	padding: 12px 0;
}

.cart .payment__gateways .payment__gateways-icons .gateway__icon {
	max-width: 45px;
}

/* Coupon
   ========================================================================== */

.coupon .toggle-coupon {
	cursor: pointer;
}

.coupon #coupon_code {
	margin-right: 10px;
	padding: 18px 20px;
	max-width: 300px;
}

@media (max-width: 767px) {

	.coupon #coupon_code {
		max-width: 100%;
		margin-right: 0;
	}

	.coupon #coupon_code {
		padding: 13px 20px;
	}

	.coupon .button {
		width: 100%;
		margin-top: 15px;
	}

}

.woocommerce-remove-coupon {
	display: inline-block;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: url(../images/icons/trash-bin.svg) no-repeat right 4px;
}

.checkout .woocommerce-remove-coupon {
	display: none;
}

/* Login toggle
   ========================================================================== */

.checkout .woocommerce-form-login-toggle {
	background: #E3E3E3;
	color: #838383;
	border-radius: 5px;
}

.checkout .woocommerce-form-login-toggle .woocommerce-info {
	font-weight: normal;
}

.checkout .woocommerce-form-login-toggle a {
	color: #838383;
}

.checkout .woocommerce-form-login-toggle a:hover {
	text-decoration: underline;
	color: #000;
}

.checkout .woocommerce-form-login .form-row {
	width: 100%;
}

.show-login .checkout .container:after {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

/* Login/lost password forms
   ========================================================================== */

.woocommerce-form-login,
.lost_reset_password {
	position: relative;
	z-index: 9999;
	background: #FFF;
	padding: 30px !important;
	max-width: 450px;
	height: 100% !important;
	margin: 0 auto 15px;
	border-radius: 5px;
}

@media (max-width: 767px) {

	.woocommerce-form-login,
	.lost_reset_password {
		padding: 20px !important;
	}

}

.woocommerce-form-login .button {
	margin-top: 10px;
}

.woocommerce-form-login .lost_password a {
	color: #000;
}

.woocommerce-form-login .lost_password a:hover {
	color: #838383;
}

/* Checkout
   ========================================================================== */

.checkout .woocommerce-billing-fields__field-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.checkout .form-row {
	width: 49%;
	margin-bottom: 15px;
}

.checkout .form-row:last-of-type {
	margin-bottom: 0;
}

.checkout .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.checkout #order_comments_field,
.checkout #billing_company_field,
.checkout #billing_country_field,
.checkout #billing_address_1_field,
.checkout #shipping_country_field,
.checkout #shipping_address_1_field,
.checkout #validate-required,
.checkout .place-order,
.checkout .woocommerce-terms-and-conditions-wrapper .form-row {
	width: 100%;
}

.checkout .form-row.create-account {
	width: 100%;
}

.checkout .form-row label {
	display: block;
	margin-bottom: 5px;
}

.checkout .form-row input {
	padding: 13px 15px;
}

.checkout .form-row textarea {
	padding: 13px 15px;
}

.checkout .form-row ::placeholder {
	opacity: 0;
}

.checkout .cart_item td {
	padding: 5px 15px 30px !important;
}

.checkout .woocommerce-checkout .cart_item .product-subtotal {
	font-size: 16px;
}

.checkout .woocommerce-checkout .cart_item .product-name p {
	font-size: 13px;
}

.checkout .cart_item:after {
	bottom: 11.5px;
}

.checkout .cart_item:last-child td {
	padding-bottom: 25px !important;
}

.checkout .cart_item:last-child:after {
	display: block;
}

.checkout .cart_item .product-thumbnail {
	padding: 0 !important;
	width: 80px;
}

.checkout .product-thumbnail img {
	max-width: 80px;
}

.checkout .product-subtotal {
	text-align: right;
}

.checkout .my__order .my__order-totals {
	display: none;
}

@media (max-width: 992px) {

	.woocommerce .order__totals {
		margin-top: 0;
	}

	.checkout .cart .cart_item {
	    display: block;
		padding-bottom: 20px;
		margin-bottom: 5px;
	}

	.checkout .cart_item td {
		display: block;
	}

	.checkout .cart .cart_item .product-name {
		width: 100%;
		max-width: initial;
		padding: 0 !important;
	}

	.checkout .cart .cart_item .product-subtotal {
		position: absolute;
		right: 0;
		top: 0;
	}

	.checkout .cart .cart_item:last-child td {
		padding-bottom: 0 !important
	}

	.checkout .my__order .cart .cart_item .product-thumbnail {
		padding-bottom: 10px !important;
	}

}

@media (max-width: 767px) {

	.checkout .cart .cart_item {
		display: flex !important;
		margin-bottom: 0 !important;
		padding-bottom: 25px !important;
	}

	.checkout .my__order .my__order-totals {
		display: inline-block;
	}

	.checkout .my__order {
		position: relative;
		z-index: 99;
		height: 60px;
		overflow: hidden;
	}

	.checkout .my__order.show-items {
		height: auto;
	}

	.checkout .my__order .toggle__totals {
		color: #888;
	}

	.checkout .cart_item .product-thumbnail {
		display: none;
	}

	.checkout .cart_item .product-name {
		width: 75% !important;
		max-width: initial !important;
	}

	.checkout .cart_item .product-subtotal {
		width: 25%;
		padding: 0 !important;
	}

}

.checkout .woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}

.checkout .woocommerce-terms-and-conditions-wrapper p {
	margin-bottom: 20px;
}

.checkout #payment .place-order {
	margin-bottom: 0;
}

.checkout .wc_payment_methods select {
    width: 100%;
    max-width: 300px;
    background-position: 95% center;
    background-color: #FFF;
    border-radius: 5px;
}

.checkout .wc_payment_methods li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
}

.checkout .wc_payment_methods li input[type="radio"] {
	display: none;
}

.checkout .wc_payment_methods li label {
	display: block;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid;
	cursor: pointer;
}

.checkout .wc_payment_methods li input[type="radio"]:checked + label {
	border-color: #0070c9;
}

.checkout .wc_payment_methods li .payment_box {
	margin: 15px 0;
	padding: 15px;
	background: #F2F2F2;
}

.checkout .wc_payment_methods li .payment_box p {
	margin-bottom: 10px;
}

/* Shipping
   ========================================================================== */

.checkout #order_review .shipping th {
	display: none;
}

.checkout #order_review td {
	padding: 0;
}

.checkout #order_review #shipping_method li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
}

.checkout #order_review #shipping_method li input[type="radio"] {
	display: none;
}

.checkout #order_review #shipping_method li label {
	display: block;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid;
	cursor: pointer;
}

.checkout #order_review #shipping_method li input[type="radio"]:checked + label,
.checkout #order_review #shipping_method li input[type="hidden"] + label {
	border-color: #0070c9;
}

/* Account
   ========================================================================== */

.account .form-row {
	margin-bottom: 15px;
}

.account .form-row label {
	display: block;
	margin-bottom: 5px;
}

.account address {
	font-style: normal;
}

.account fieldset {
	border: none;
}

.account .woocommerce-address-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.account .woocommerce-address-fields__field-wrapper .form-row {
	width: 49%;
	margin-bottom: 15px;
}

.account .woocommerce-orders-table {
	padding: 25px;
	background: #FFF;
}

.account .woocommerce-orders-table td,
.account .woocommerce-orders-table th {
	padding: 25px;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row {
	position: relative;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row:last-child:after {
	display: none;
}

.account .woocommerce-message .button {
	display: none;
}

/* Account navigation
   ========================================================================== */

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	text-decoration: none;
}

@media (max-width: 767px) {

	.woocommerce-MyAccount-navigation ul li {
		width: 100%;
	}

}
 
/* Account orders
   ========================================================================== */

.account__order {
	border-bottom: 1px solid;
}

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

.account__order:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.account__order .product__thumbnail {
	max-width: 125px;
}

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

.account__order .order__products .product__item:last-child {
	border-bottom: none;
}

.account__order .order__products .product__attribute:last-child {
	display: none;
}

/* Category sort
   ========================================================================== */

.woocommerce-ordering {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 40px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	text-align: right;
}

.woocommerce-ordering select {
	padding: 12px 15px;
	border-radius: 5px;
	width: 300px;
	background-position: 95% center;
}

@media (max-width: 992px) {

	.woocommerce-ordering {
		display: none !important;
	}

}

/* Filter
   ========================================================================== */

.filters__toggle {
	display: none;
	width: 100%;
	padding: 15px 30px;
	margin-bottom: 15px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

.show-filters {
	overflow: hidden;
}

.show-filters .shop {
	position: relative;
	z-index: 99;
}

.show-filters .mobile__filters {
	display: block;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 15px 0;
	background: #FFF;
}

.show__results {
	display: none;
}

.show-filters .show__results {
	display: block;
}

.show__results .btn {
	width: 100%;
	text-align: center;
}

@media (max-width: 992px) {

	.filters__toggle {
		display: block;
	}

}

/* Category
   ========================================================================== */

.archive #products center {
	display: none !important;
}

.archive #products {
	opacity: 1 !important;
}

ul.products {
	opacity: 1 !important;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

ul.products li {
	padding: 0 10px 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid;
}

ul.products.columns-2 li {
	width: 50%;
}

ul.products.columns-3 li {
	width: 33.333333%;
}

ul.products.columns-4 li {
	width: 25%;
}

@media (max-width: 767px) {

	ul.products li.product {
	    width: calc(50% - 7.5px) !important;
	    margin: 0 15px 15px 0 !important;
	    padding: 0 0 15px;
    }

    ul.products li:nth-of-type(2n) {
    	margin-right: 0 !important;
    }

    ul.products li.usps__between {
    	display: none;
    }

}

ul.products li.usps__between {
	width: 100%;
	padding: 0;
}

@media (max-width: 992px) {

	ul.products li.usps__between {
		display: none;
	}

}

ul.products li a {
	display: block;
	color: #000;
	text-decoration: none;
}

ul.products li .woocommerce-loop-product__title {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
}

ul.products li img {
	padding-bottom: 13px;
}

ul.products li .price ins {
	text-decoration: none;
}

ul.products li .price del {
	display: inline-block;
	margin-right: 5px;
	color: #000;
}

ul.products li .product__sale-badge {
	display: block;
	text-align: center;
	padding: 3px 5px;
	font-size: 12px;
	color: #FFF;
	width: 40px;
	border-radius: 5px;
	background: #FF0000;
}

/* Category pagenav
   ========================================================================== */

.woocommerce-pagination .page-numbers {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
}

.woocommerce-pagination .page-numbers li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 5px;
	margin: 0 7px;
	background: #000;
	color: #FFF;
	border-radius: 5px;
}

.woocommerce-pagination .page-numbers li a {
	text-decoration: none;
	color: #FFF;
}

.woocommerce-pagination .page-numbers li .current {
	font-weight: bold;
}

/* Sidebar
   ========================================================================== */

.sidebar__widget {
	border-bottom: 2px solid;
}

.sidebar__widget ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

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

.sidebar__widget ul li a {
	color: #000;
	text-decoration: none;
}

.sidebar__widget.widget_layered_nav {
	opacity: 1 !important;
}

.sidebar__widget.widget_layered_nav .toggle__filter {
	cursor: pointer;
}

.sidebar__widget.widget_layered_nav .toggle__filter svg {
	right: 15px;
}

.sidebar__widget.widget_price_filter .toggle__filter svg {
	display: none;
}

.sidebar__widget.widget_layered_nav.close-filter .toggle__filter {
	margin-bottom: 0;
}

.sidebar__widget.widget_layered_nav.close-filter nav {
	height: 0;
	overflow: hidden;
}

.sidebar__widget.widget_layered_nav nav {
	max-height: 200px;
	overflow-y: auto;
}

.sidebar__widget.widget_layered_nav li a:before {
	content: '';
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 8px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.sidebar__widget.widget_layered_nav li.chosen a:before {
	border-color: transparent;
	background-image: url(../images/icons/checkbox-checked.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.sidebar__widget ul li.cat-item a:before {
	display: none;
}

.sidebar__widget.widget_layered_nav li .count {
	color: #888;
}

.sidebar__widget.widget_layered_nav:empty {
	display: none !important;
}

@media (max-width: 992px) {

	.sidebar__widget.widget_layered_nav li a {
		display: block;
		width: 100%;
	}

	.sidebar__widget.widget_layered_nav li .count {
		display: none;
	}

}

/* Price slider
   ========================================================================== */

.price_slider { 
    margin-bottom: 20px;
    max-width: 210px;
}

.price_slider_amount .button {
    display: none;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    cursor: pointer;
    background: #e7e7e7;
    outline: none;
    top: -6.5px;
    margin-left: -2px;
}

.ui-slider .ui-slider-handle:last-child {
    left: -2px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
}

.price_slider_wrapper .ui-widget-content {
	position: relative;
}

.price_slider_wrapper .ui-widget-content:before {
	content: '';
	opacity: .1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	border-radius: 10px;
}

.ui-slider-horizontal {
    height: 15px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

@media (max-width: 992px) {

	.price_slider {
		max-width: calc(100% - 35px)
	}

}

/* Breadcrumb
   ========================================================================== */

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

/* Gallery
   ========================================================================== */

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	height: 565px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	min-width: 565px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 20px;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: url(../images/icons/spyglass.svg) no-repeat;
	background-size: contain;
}

.woocommerce-product-gallery .flex-viewport {
	width: 467px;
	margin-left: auto;
}

.woocommerce-product-gallery .flex-control-nav {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90px;
	background: #FFF;
}

.woocommerce-product-gallery .flex-control-nav li {
	list-style-type: none;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	cursor: pointer;
}

.woocommerce-product-gallery .flex-control-nav li img {
	border: 1px solid transparent;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
	border-color: #000;
}

.woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
	right: 0;
	bottom: -1px;
	display: flex;
}

.woocommerce-product-gallery .flex-direction-nav li {
	list-style-type: none;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a {
	background: #FFF url(../images/icons/arrow-left.svg) no-repeat center;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a {
	background: #FFF url(../images/icons/arrow-right.svg) no-repeat center;
}

.woocommerce-product-gallery .flex-direction-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 70px;
	background: #FFF;
	text-indent: -9999em;
}

@media (max-width: 992px) {
    
    .woocommerce-product-gallery .flex-viewport,
	.woocommerce-product-gallery .woocommerce-product-gallery__image {
		width: 100%;
		max-height: 600px !important;
	}

    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    	min-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}

@media (max-width: 767px) {

	.woocommerce-product-gallery .flex-viewport,
	.woocommerce-product-gallery .woocommerce-product-gallery__image {
		max-height: 550px !important;
	}

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

}

/* Product
   ========================================================================== */

.single-product .product .badges {
	position: absolute;
	right: 60px;
	top: 20px;
	z-index: 99;
}

.single-product .product .product__sale-badge {
	display: block;
	text-align: center;
	padding: 3px 5px;
	font-size: 12px;
	color: #FFF;
	width: 40px;
	border-radius: 5px;
	background: #FF0000;
}

.single-product .product .price {
	margin-bottom: 50px;
}

.single-product .product .summary .price ins {
	display: block;
	padding-top: 7px;
	text-decoration: none;
}

.single-product .product .summary .price del {
	display: inline-block;
	margin-right: 5px;
	color: #000;
}

.single-product .product .summary .price bdi {
	font-size: 24px;
}

.single-product .product .stock {
	margin-bottom: 10px;
}

.single-product .product .in-stock {
	color: #49b362;
}

.single-product .product .out-of-stock {
	color: #FF0000;
}

.single-product .product .cart {
	display: flex;
	justify-content: space-between;
}

.single-product .product .variations_form {
	display: block;
}

.single-product .product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product .product .cart button {
	width: 80%;
}

.single-product .product .cart .quantity select {
	height: 56px;
}

@media (max-width: 992px) {

	.single-product .product .price {
		margin-bottom: 30px;
	}

	.single-product .product .variations tr {
		margin-bottom: 10px;
	}

	.single-product .product .cart .quantity {
		width: 100%;
	}

	.single-product .product .cart .quantity select {
		height: 49px;
		width: 100%;
		background-position: 98% center;
	}

	.single-product .product .cart button {
		width: 100%;
		margin-top: 10px;
	}

}

@media (max-width: 767px) {

	.single-product .product .cart .quantity select {
		background-position: 96% center;
	}

}

/* Variations
   ========================================================================== */

.single-product .product .variations td {
	display: block;
	padding: 0;
}

.single-product .product .variations tr {
	display: block;
	margin-bottom: 20px;
}

.single-product .product .variations tr:last-child {
	margin-bottom: 0;
}

.single-product .product .variations td.label label {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}

.single-product .product .variations td.value ul {
	display: flex;
	flex-wrap: wrap;
}

.single-product .product .variations td.value ul li {
	margin: 0 5px 5px 0;
}

.single-product .product .variations td.value ul li input[type="radio"] {
	display: none;
}

.single-product .product .variations td.value ul li label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 30px;
	margin-left: 0;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
}

.single-product .product .variations td.value ul li input[type="radio"]:checked + label {
	background: #000;
	color: #FFF;
}

.single-product .product .variations .swatch-wrapper {
	border: none;
	padding: 0;
}

.single-product .product .variations .swatch-wrapper a {
	border: 1px solid transparent;
}

.single-product .product .variations .swatch-wrapper.selected a {
	border-color: #000;
	opacity: .6;
}

.single-product .product .variations .swatch-anchor {
	border-radius: 100%;
}

.single-product .product .variations .swatch-anchor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid transparent;
}

.single-product .product .variations .swatch-wrapper.selected-image .swatch-anchor {
	border-color: transparent;
}

.single-product .product .variations .swatch-wrapper.selected.selected-image .swatch-anchor img {
	border-color: #000;
}

.single-product .product .variations .reset_variations {
	visibility: hidden;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FF0000;
}

.single-product .product .variations .wc-default-select {
	width: 100%;
	background-position: 96% center;
}

@media (max-width: 992px) {

	.single-product .product .variations tr {
		margin-bottom: 10px;
	}

}

/* Tabs
   ========================================================================== */

.single-product .product .woocommerce-tabs ul.tabs {
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.single-product .product .woocommerce-tabs ul.tabs li a {
	font-size: 14px;
	color: #888;
	text-decoration: none;
}

.single-product .product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

.single-product .product .woocommerce-tabs th {
	width: 250px;
}

/* Related
   ========================================================================== */

.related {
	border-top: 2px solid;
	padding-top: 50px;
	margin-top: 50px;
}

.related ul.products li {
	border-bottom: none;
}

@media (max-width: 767px) {

	.related {
		padding-top: 30px;
	    margin-top: 30px;
	}

}