
/* = Buttons
---------------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	padding: 12px 25px;
	border-radius: 5px;
	border-width: 0;

	background-color: #7c1718;
	color: #fff;

	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04em;
	font-weight: 700;

	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus{
	background-color: #991c1e;
	color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	padding: 12px 25px;

	opacity: 0.5;
	color: #fff;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
	background-color: #991c1e;
	color: #fff;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
	top: 8px;
}

/* = Forms
---------------------------------------------------- */

.woocommerce form .form-row{
	margin-bottom: 30px;
	padding: 0;
}

.woocommerce form .form-row#billing_address_1_field,
.woocommerce form .form-row#shipping_address_1_field{
	margin-bottom: 15px;
}

.woocommerce form .form-row-one-half,
.woocommerce form .form-row-one-half-last{
	width: 47.5%;
	float: left;
	clear: none;
}

.woocommerce form .form-row-one-half{
	margin-right: 5%;
}

.woocommerce form .form-row-one-third,
.woocommerce form .form-row-one-third-last{
	width: 30%;
	float: left;
}

.woocommerce form .form-row-one-third{
	margin-right: 5%;
}

.woocommerce form .form-row-two-thirds,
.woocommerce form .form-row-two-thirds-last{
	width: 65%;
	float: left;
}

.woocommerce form .form-row-two-thirds{
	margin-right: 5%;
}

.woocommerce form .form-row label{
	margin-bottom: 2px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce form .form-row.hidden-label label{
	display: none;
}

.woocommerce form .form-row .tip{
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	color: #989898;
}

.woocommerce form .form-row .required{
	color: #7c1718;
}

.woocommerce form .form-row .optional{
	display: none;
}

.woocommerce form .form-row textarea:-ms-input-placeholder { line-height: inherit; }
.woocommerce form .form-row textarea::-webkit-input-placeholder { line-height: inherit; }
.woocommerce form .form-row textarea:-moz-placeholder { line-height: inherit; }

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{
	-webkit-transition: none;
	transition: none;
}

.woocommerce form .form-notice{
	margin-top: 5px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #989898;
}

.woocommerce-input-wrapper{
	display: block;
}

/* select2 */

.woocommerce form .form-row .select2-container{
	color: inherit;
}

/* shipping calculator  */

.woocommerce form.woocommerce-shipping-calculator .form-row{
	margin-bottom: 15px;
}

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

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message{
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 1px;
}

.woocommerce-error{
	border-color: #7c1718;
}

.woocommerce-info,
.woocommerce-message{
	border-color: #d4d4d4;
}

.woocommerce-info li::before,
.woocommerce-error li::before{
	display: none;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button{
	margin-left: 20px;
}

/* toggle */

.woocommerce-form-coupon-toggle .woocommerce-info{
	margin-bottom: 0;
}

/* = Pagination
---------------------------------------------------- */

.woocommerce-pagination{
	max-width: 1140px;
	margin: auto;
}

.woocommerce-pagination ul{
	margin: 40px 0 0;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;

	line-height: 28px;
	text-align: center;
	font-weight: 500;
}

.woocommerce-pagination ul > li{
	margin-bottom: 0;
	padding: 0;
	left: 0;
}

.woocommerce-pagination ul > li::before{
	display: none;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span{
	display: inline-block;
	min-width: 40px;

	margin: 10px 5px 0;
	padding: 5px;

	border-style: solid;
	border-width: 1px;
}

.woocommerce-pagination li a{
	background-color: #e6e6e6;
	border-color: #bfbfbf;
	color: #000;
}

.woocommerce-pagination li a:hover,
.woocommerce-pagination li a:active,
.woocommerce-pagination li a:focus{
	background-color: #f0f0f0;
	border-color: #f0f0f0;

	text-decoration: none;
	color: #000;
}

.woocommerce-pagination li a.prev,
.woocommerce-pagination li a.next{
	display: none;
}

.woocommerce-pagination li span{
	background-color: #7c1718;
	border-color: #7c1718;

	font-weight: 700;
	color: #fff;
}

/* = Payment Methods
---------------------------------------------------- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: transparent;
	border-radius: 0;

	font-size: 13px;
	line-height: 21px;
	color: #272727;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	border-bottom: 0;
	padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	padding: 0;
	left: 0;
}

#add_payment_method #payment ul.payment_methods li:not(:first-child),
.woocommerce-cart #payment ul.payment_methods li:not(:first-child),
.woocommerce-checkout #payment ul.payment_methods li:not(:first-child){
	margin-top: 20px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{
	display: none;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

#add_payment_method #payment li.payment_method_stripe label[for="payment_method_stripe"],
#add_payment_method #payment li.payment_method_paypal label[for="payment_method_paypal"],
.woocommerce-checkout #payment li.payment_method_stripe label[for="payment_method_stripe"],
.woocommerce-checkout #payment li.payment_method_paypal label[for="payment_method_paypal"]{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
}

#add_payment_method #payment li.payment_method_paypal label[for="payment_method_paypal"],
.woocommerce-checkout #payment li.payment_method_paypal label[for="payment_method_paypal"]{
	width: 112px;
	height: 27px;

	background-image: url(../images/icons/paypal.svg);
	background-size: cover;

	text-indent: -100px;
	overflow: hidden;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input{
	margin: 0 6px 0 0;
}

#add_payment_method #payment li.payment_method_stripe li input#payment_method_stripe,
#add_payment_method #payment li.payment_method_paypal li input#payment_method_paypal,
.woocommerce-checkout #payment li.payment_method_stripe input#payment_method_stripe,
.woocommerce-checkout #payment li.payment_method_paypal input#payment_method_paypal{
	position: static;
	top: auto;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-cart #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon{
	max-width: 30px !important;
	float: none;

	filter: grayscale(100%);
	opacity: 0.5;
}

#add_payment_method #payment ul.payment_methods li span + img.stripe-icon,
.woocommerce-cart #payment ul.payment_methods li span + img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li span + img.stripe-icon{
	margin-left: 15px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
	padding: 15px 0 0;
	margin: 0;

	background-color: transparent;
	border-radius: 0;

	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
	display: none;
}

#add_payment_method #payment #stripe-payment-data p:first-child,
.woocommerce-cart #payment #stripe-payment-data p:first-child,
.woocommerce-checkout #payment #stripe-payment-data p:first-child{
	margin-bottom: 14px;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{
	margin: -1px 6px 0 0;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row{
	margin-bottom: 20px;
}

#add_payment_method #payment div.payment_box p:not(.form-row),
.woocommerce-cart #payment div.payment_box p:not(.form-row),
.woocommerce-checkout #payment div.payment_box p:not(.form-row){
	margin-bottom: 10px;
}

#add_payment_method #payment div.payment_box .form-row label:first-child,
.woocommerce-cart #payment div.payment_box .form-row label:first-child,
.woocommerce-checkout #payment div.payment_box .form-row label:first-child{
	white-space: nowrap;
}

#add_payment_method #payment div.payment_box .form-row .required,
.woocommerce-cart #payment div.payment_box .form-row .required,
.woocommerce-checkout #payment div.payment_box .form-row .required{
	color: #7c1718;
}

#add_payment_method #payment div.payment_box .wc-stripe-elements-field,
#add_payment_method #payment div.payment_box .wc-stripe-iban-element-field,
.woocommerce-cart #payment div.payment_box .wc-stripe-elements-field,
.woocommerce-cart #payment div.payment_box .wc-stripe-iban-element-field,
.woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field,
.woocommerce-checkout #payment div.payment_box .wc-stripe-iban-element-field{
	background-color: transparent;

	border-color: #001e42;
	border-width: 2px;

	padding: 8px 12px;
	margin: 0;
}

#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
.woocommerce-cart #payment ul.payment_methods li .stripe-credit-card-brand,
.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand{
	display: none;
}

#add_payment_method #payment div.payment_box #wc-stripe-cc-form br,
.woocommerce-cart #payment div.payment_box #wc-stripe-cc-form br,
.woocommerce-checkout #payment div.payment_box #wc-stripe-cc-form br{
	display: none;
}

#add_payment_method .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
#add_payment_method .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#add_payment_method .form-row input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
#add_payment_method .form-row input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#add_payment_method .form-row input.js-sv-wc-payment-gateway-form-nickname,
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-form-nickname{
	background-color: #fff;
	border-color: #d4d4d4;
	font-size: 14px;
}

#add_payment_method .form-row input.js-sv-wc-payment-gateway-credit-card-form-account-number,
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-credit-card-form-account-number{
	background-size: 32px 20px;
}

#add_payment_method .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus,
#add_payment_method .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus,
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus,
.woocommerce-checkout #payment div.payment_box .form-row input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus{
	box-shadow: none;
}

/* = Products List
---------------------------------------------------- */

.products-list{
	margin: auto;
}

.products-list-inner{
	margin: 0 -30px -60px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.products-list-item{
	width: 33.333333%;
	margin-bottom: 60px;
	padding: 0 30px;

	font-size: 14px;
	line-height: 20px;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.products-list-item-inner{
	position: relative;
	max-width: 262px;
}

.products-list-item-thumb img{
	border: 1px solid #d4d4d4;
}

.products-list-item-main{
	border-bottom: 2px solid #000;
	padding-bottom: 13px;
	padding-top: 17px;
}

h3.products-list-item-title{
	text-transform: uppercase;
	margin-bottom: 0;
}

div.products-list-item-price{
	margin-bottom: 0;
	font-weight: 600;
}

div.products-list-item-price del{
	color: #808080;
}

div.products-list-item-price ins{
	text-decoration: none;
}

.products-list-item-description{
	margin-top: 15px;
}

.products-list-item-description p,
.products-list-item-description ol,
.products-list-item-description ul{
	margin-bottom: 10px;
}

.products-list-item-description p:last-child,
.products-list-item-description ol:last-child,
.products-list-item-description ul:last-child{
	margin-bottom: 0;
}

.products-list-item-attributes-label{
	margin-top: 12px;
	margin-bottom: 8px;
	font-weight: 700;
	display: block;
}

.products-list-item-attributes-label span{
	font-weight: 400;
}

.products-list-item-attributes select{
	width: 100%;
}

ul.products-list-item-attributes-swatches{
	margin: 0 -6px -20px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.products-list-item-attributes-swatches li{
	background-color: #f3f3f3;
	border: 1px solid #d4d4d4;
	border-radius: 50%;

	padding: 3px !important;
	left: 0 !important;
}

.products-list-item-attributes-swatches li.active{
	margin: 0 5px 19px;

	border-color: #7c1718;
	border-width: 2px;
}

.products-list-item-attributes-swatches li:not(.active){
	margin: 1px 6px 20px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.products-list-item-attributes-swatches li::before{
	display: none;
}

.products-list-item-attributes-swatches li span{
	background-position: center;
	background-size: cover;
	border-radius: 50%;

	display: block;
	height: 34px;
	width: 34px;
}

.products-list-item-specifications{
	margin-top: 15px;
	font-size: 12px;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.products-list-item-attributes + .products-list-item-specifications,
.products-list-item-description + .products-list-item-specifications{
	border-top: 1px solid #b3b3b3;
	padding-top: 13px;
}

.products-list-item-specifications-column{
	width: 48%;
}

.products-list-item-specifications-column div:not(:first-child){
	margin-top: 4px;
}

.products-list-item .button{
	margin-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

.products-list-item .product-badge{
	width: 60px;
	height: 60px;
	z-index: 1;

	position: absolute;
	right: 20px;
	top: -30px;
}

/* = Products Carousel
---------------------------------------------------- */

.products-carousel{
	position: relative;
}

.products-carousel-outer{
	margin: -30px -25px;
}

.products-carousel .products-list-item{
	width: 25%;
	padding: 30px 25px;
	margin-bottom: 0;
	overflow-anchor: none;
	float: left;
}

.products-carousel:not(.ready) .products-list-item:nth-child(n+5){
	display: none;
}

.products-carousel .nav-bullets{
	position: relative;
	z-index: 1;
}

/* = Select2
---------------------------------------------------- */

.select2-container{
	display: block;

	font-weight: 500;
	color: #000;
}

.select2-container .select2-selection--single{
	margin-bottom: 0;
	height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 10px 15px;

	line-height: 28px;
	color: inherit;
}

.select2-container--default .select2-selection--single{
	background-color: transparent;

	border-color: #d4d4d4;
	border-radius: 5px;
}

.woocommerce-validated .select2-container--default .select2-selection--single{
	border-color: #69bf29;
}

.woocommerce-invalid .select2-container--default .select2-selection--single{
	border-color: #7c1718;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
	border-color: #d4d4d4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-top-color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-bottom-color: #000;
}

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

.select2-dropdown{
	border-color: #d4d4d4;
	border-radius: 5px;
	overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border-color: #d4d4d4;
	border-width: 1px;

	padding: 8px 12px;
	height: 46px;
}

.select2-container--default .select2-results > .select2-results__options{
	max-height: 300px;
}

.select2-results__option{
	padding: 8px 15px;
}

.select2-results__option:not(:first-child){
	border-top: 1px solid #d4d4d4;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"]{
	background-color: #f2f2f2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #7c1718;
	color: #fff;
}

/* cart/checkout */

.cart .select2-container,
.checkout .select2-container{
	font-weight: 600;
}

.cart .select2-container .select2-selection--single,
.checkout .select2-container .select2-selection--single{
	height: 38px;
}

.cart .select2-container .select2-selection--single .select2-selection__rendered,
.checkout .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 7px 12px;
	line-height: 22px;
}

.cart .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}

.cart .select2-container--default .select2-search--dropdown .select2-search__field,
.checkout .select2-container--default .select2-search--dropdown .select2-search__field{
	padding: 5px 12px;
	height: 34px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.cart .select2-results__option,
.checkout .select2-results__option{
	padding: 5px 12px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

/* = Tables
---------------------------------------------------- */

/* shop table */

.woocommerce table.shop_table{
	table-layout: fixed;
	border-collapse: collapse;
	border-width: 0;
}

.woocommerce table.shop_table:last-child{
	margin: 0;
}

.woocommerce table.shop_table:not(:last-child){
	margin: 0 0 25px;
}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table td{
	padding: 10px 20px 10px 0;
	border: 0;

	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;

	vertical-align: top;
}

.woocommerce table.shop_table thead th{
	border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table thead th:last-child,
.woocommerce table.shop_table tbody th:last-child,
.woocommerce table.shop_table tfoot th:last-child,
.woocommerce table.shop_table tfoot td:last-child,
.woocommerce table.shop_table td:last-child{
	padding-right: 0;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td{
	border-top: 1px solid #e1e1e1;
}

.woocommerce table.shop_table .order-total td{
	font-size: 24px;
}

.woocommerce table.shop_table .divider td{
	padding-bottom: 16px;
	padding-top: 16px;
}

.woocommerce table.shop_table .divider td::before{
	display: block;
	height: 1px;

	background-color: #e1e1e1;
	content: '';
}

.woocommerce table.shop_table td strong{
	font-weight: inherit;
}

.woocommerce table.shop_table ul > li{
	padding-left: 0;
}

.woocommerce table.shop_table ul > li::before{
	display: none;
}

/* default style */

.woocommerce table.default-style{
	table-layout: fixed;
	width: 100%;
}

.woocommerce table.default-style:not(:last-child){
	margin-bottom: 25px;
}

.woocommerce table.default-style th,
.woocommerce table.default-style td{
	padding-right: 20px;
}

.woocommerce table.default-style th:first-child,
.woocommerce table.default-style td:first-child{
	padding-left: 20px;
}

.woocommerce table.default-style th{
	text-transform: uppercase;
	text-align: left;
}

.woocommerce table.default-style thead th{
	padding-bottom: 11px;
	padding-top: 11px;

	background-color: #4c4c4c;
	color: #fff;
}

.woocommerce table.default-style td,
.woocommerce table.default-style tbody th,
.woocommerce table.default-style tfoot th{
	padding-bottom: 7px;
	padding-top: 7px;

	height: 51px;
}

.woocommerce table.default-style tr:nth-child(2n+2) td,
.woocommerce table.default-style tbody tr:nth-child(2n+2) th,
.woocommerce table.default-style tfoot tr:nth-child(2n+2) th{
	background-color: #f2f2f2;
}

.woocommerce table.default-style td a{
	text-decoration: none;
}

.woocommerce table.default-style .button,
.woocommerce table.default-style .button.disabled{
	border-radius: 3px;
	padding: 6px 10px;

	margin-bottom: 3px;
	margin-top: 3px;

	font-size: 14px;
	line-height: 20px;
}

.woocommerce table.default-style .button:not(:last-child){
	margin-right: 5px;
}

/* = Miscellaneous
---------------------------------------------------- */

.blockUI.blockOverlay,
.woocommerce .blockUI.blockOverlay{
	background-color: #fff !important;
	z-index: 4 !important;
}

.blockUI.blockOverlay::before,
.woocommerce .blockUI.blockOverlay::before{
	width: 100%;
	height: 100%;
	margin: 0;

	display: block;
	content: '';

	-webkit-animation: none;
	animation: none;

	background-image: url(../images/spinner.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;

	position: absolute;
	left: 0;
	top: 0;
}

/* = Account Page
---------------------------------------------------- */

.page.account .page-content{
	padding: 80px 0;
}

.page.account .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.account .page-content-title{
	margin-bottom: 20px;
	display: none;
}

.page.account .page-content-inner{
	padding-left: 290px;
}

/* navigation */

.page.account .tabs-navigation{
	width: 260px;
	margin-left: -290px;
	float: left;

	background-color: #f2f2f2;
	padding: 35px 30px 23px;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.page.account .tabs-navigation ul{
	display: inline-block;
	min-width: 170px;
	margin: 0;
}

.page.account .tabs-navigation li{
	margin-bottom: 0;
	padding: 0;
	left: 0;
}

.page.account .tabs-navigation li::before{
	display: none;
}

.page.account .tabs-navigation li a{
	display: inline-block;
	margin-bottom: 12px;

	text-decoration: none;
	color: #121212;
}

.page.account .tabs-navigation li a:hover,
.page.account .tabs-navigation li a:active,
.page.account .tabs-navigation li a:focus,
.page.account .tabs-navigation li.active a{
	color: #7c1718;
}

/* content */

.woocommerce-account-content{
	width: 100%;
	max-width: 800px;
	float: right;
}

.woocommerce-account-content.edit-account .woocommerce-account-content-inner,
.woocommerce-account-content.edit-address .woocommerce-account-content-inner{
	max-width: 580px;
}

.woocommerce-account-content-title{
	margin-bottom: 25px;
}

.woocommerce .woocommerce-customer-details:last-child{
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address{
	padding: 15px 20px;
}

/* orders */

.page.account .order-status{
	text-transform: uppercase;
}

.page.account .order-status::before{
	text-transform: none;
}

.page.account .order-status a{
	text-decoration: underline;
	color: inherit;
}

.page.account .order-status a:hover,
.page.account .order-status a:active,
.page.account .order-status a:focus{
	text-decoration: none;
	color: #7c1718;
}

/* order details */

.order-items .bundled_table_item .product-name,
.order-items .bundled_table_item .product-price,
.order-items .bundled_table_item:not(.order_item) .product-quantity,
.order-items .bundled_table_item .product-subtotal,
.order-items .bundled_table_item .product-total{
	font-size: inherit;
}

.order-items .bundled_table_item .bundled_table_item_indent{
	padding-left: 20px;
}

.order-items .wc-item-meta > li{
	margin-bottom: 0;
	padding: 0;
	left: 0;

	font-size: 14px;
	line-height: 22px;
	color: #343434;
}

.order-items .wc-item-meta > li::before{
	display: none;
}

.order-items .wc-item-meta > li strong{
	font-weight: inherit;
	min-width: 0;
}

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

/* subscriptions */

.page.account .subscription-status,
.page.account .subscription-total{
	text-transform: uppercase;
}

.page.account .subscription-status::before,
.page.account .subscription-total::before{
	text-transform: none;
}

/* edit subscription */

.page.account .edit-subscription-container{
	display: inline-block;
}

.page.account .edit-subscription-actions-wrapper{
	position: relative;
}

.page.account .edit-subscription-actions{
	display: none;

	padding: 15px 0;
	margin: 0;

	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	background-color: #f2f2f2;

	position: absolute;
	z-index: 101;
	top: 3px;
	left: 0;
}

.page.account .edit-subscription-actions li{
	margin-bottom: 0;
	padding: 0;
	left: 0;
}

.page.account .edit-subscription-actions li::before{
	display: none;
}

.page.account .edit-subscription-actions a{
	padding: 6px 28px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	white-space: nowrap;
	color: inherit;
}

.page.account .desktop .edit-subscription-actions a{
	white-space: nowrap;
}

.page.account .edit-subscription-actions a:hover,
.page.account .edit-subscription-actions a:active,
.page.account .edit-subscription-actions a:focus{
	color: #7c1718;
}

.page.account .edit-subscription-actions-background{
	display: none;

	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page.account .edit-subscription button[type="submit"]{
	margin-top: 5px;
}

/* payment methods */

.page.account .payment-methods-table .payment-method-method{
	width: 250px;
}

.page.account .payment-methods-table .payment-method-expires{
	width: 110px;
}

.page.account .payment-methods-table .payment-method-default{
	width: 130px;
}

.page.account .payment-methods-table .payment-method-default mark{
	display: inline-block;
	border-radius: 3px;
	padding: 6px 10px;

	background-color: #000;
	color: #fff;

	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

/* add payment method */

.page.account #add_payment_method{
	max-width: 450px;
	display: none;
}

.page.account #add_payment_method #payment{
	padding-top: 45px;
}

.page.account #add_payment_method #payment .payment-method-label{
	margin-bottom: 10px;
	display: block;

	font-size: 17px;
	line-height: 28px;
	text-transform: uppercase;
}

.page.account #add_payment_method #payment .payment-method-label span,
.page.account #add_payment_method #payment .payment-method-label img{
	vertical-align: middle;
	display: inline-block;
}

.page.account #add_payment_method #payment .payment-method-label span{
	font-weight: 700;
}

.page.account #add_payment_method #payment .form-row label[for="wc-stripe-update-subs-payment-method-card"]{
	text-transform: none;
	font-weight: 400;
}

.page.account #add_payment_method #place_order{
	-webkit-tap-highlight-color: transparent;

	margin: 10px 0 0;
	float: none;
}

/* address book */

.page.account .edit-address .woocommerce-address{
	width: 48%;
	float: left;
}

.page.account .edit-address .woocommerce-address:not(:last-child){
	margin-right: 4%;
}

.page.account .edit-address address{
	margin-bottom: 18px;
	font-style: normal;
}

.page.account .edit-address .button{
	min-width: 80px;
}

/* account details */

.page.account .edit-account h4{
	margin-bottom: 20px;
	margin-top: 35px;
}

/* = Product Category Page
---------------------------------------------------- */

/* categories */

.page.category .product-categories-section-item-title{
	color: #7c1718;
}

.page.category .product-categories-section-item-title:hover,
.page.category .product-categories-section-item-title:active,
.page.category .product-categories-section-item-title:focus{
	color: #991c1e;
}

/* products */

.page.category .products-section{
	padding-top: 80px;
}

.page.category .products-section .wrap{
	max-width: 1275px;
}

.page.category .products-section-inner{
	display: -webkit-flex;
	display: flex;
}

.page.category .products-section-left{
	padding-right: 50px;
	width: 26.639676%;
}

.page.category .products-section-left-inner{
	border-top: 1px solid #b3b3b3;
}

.page.category .products-section-left h4{
	padding-top: 20px;
	font-size: 18px;
}

.page.category .products-section-left ul{
	margin-bottom: 0;

	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: #333;
}

.page.category .products-section-left li{
	padding: 0;
	left: 0;
}

.page.category .products-section-left li::before{
	display: none;
}

.page.category .products-section-left li a{
	text-decoration: underline;
}

.page.category .products-section-left li a:hover{
	text-decoration: none;
}

.page.category .products-section-left li a:active,
.page.category .products-section-left li a:focus{
	color: inherit;
}

.page.category .products-section-left li.active a{
	text-decoration: none;
	font-weight: 700;
	color: #7c1718;
}

.page.category .products-section-right{
	width: 73.360324%;
}

/* bottom text */

.page.category .bottom-text-section{
	padding-top: 70px;
}

.page.category .bottom-text-section:last-child{
	padding-bottom: 70px;
}

.page.category .bottom-text-section-text{
	margin-bottom: -30px;
}

/* bottom trustpilot */

.page.category .bottom-trustpilot-stats-section{
	padding: 80px 0;
}

/* = Product Page
---------------------------------------------------- */

/* main */

.page.product .main-section{
	padding-top: 35px;
}

.page.product .main-section:last-child{
	padding-bottom: 60px;
}

.page.product .main-section .wrap{
	max-width: 1350px;
}

.page.product .main-section-inner{
	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page.product .main-section-left{
	padding-top: 10px;
	width: 53.816794%;
}

.page.product .main-section-right{
	width: 41.603053%;

	-webkit-order: 1;
	order: 1;
}

/* gallery */

.page.product .product-gallery{
	padding-left: 128px;
	position: relative;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
	opacity: 0;
}

.page.product .product-gallery.ready{
	opacity: 1;
}

.page.product .product-gallery ul{
	margin-bottom: 0;
}

.page.product .product-gallery li{
	margin-bottom: 0;
	padding: 0;
	left: 0;
}

.page.product .product-gallery li::before{
	display: none;
}

.page.product .product-gallery-images li{
	border: 1px solid #d4d4d4;
	float: left;
}

.page.product .product-gallery:not(.ready) .product-gallery-images li:nth-child(n+2){
	display: none;
}

.page.product .product-gallery-thumbs{
	padding-right: 10px;
	width: 110px;

	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.page.product .product-gallery-thumbs-inner{
	overflow: auto;
}

.page.product .product-gallery-thumbs li{
	border: 1px solid #d4d4d4;
}

.page.product .product-gallery-thumbs li.active{
	border-color: #7c1718;
}

.page.product .product-gallery-thumbs li:not(.active){
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .product-gallery-thumbs li:not(:first-child){
	margin-top: 19.25px;
}

/* details */

.page.product .product-title{
	text-transform: none;
	margin-bottom: 8px;
}

.page.product .product-price-rating{
	border-bottom: 2px solid #000;
	padding-bottom: 17px;
	margin-bottom: 23px;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page.product .product-price{
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
}

.page.product .product-price del{
	color: #737373;
}

.page.product .product-price ins{
	text-decoration: none;
}

.page.product .product-rating{
	width: 250px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .short-description{
	line-height: 26px;
	font-weight: 500;
	color: #343434;
}

.page.product .short-description p,
.page.product .short-description ol,
.page.product .short-description ul{
	margin-bottom: 16px;
}

.page.product .short-description li{
	padding-right: 0;
	left: 0;
}

.page.product .short-description ul > li::before{
	top: 10px;
}

.page.product .short-description .read-more{
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .short-description .read-more:hover{
	text-decoration: none;
}

/* product addons */

.page.product .wcpa_form_outer{
	margin: 0;
}

.page.product .wcpa_form_item{
	margin: 0 0 20px;
}

.page.product .wcpa_form_item label{
	margin-bottom: 7px;
	padding-right: 0;
	display: block;

	font-weight: 700;
	font-size: 18px;
}

.page.product .wcpa_form_item .required_ast{
	margin-left: 5px;
	color: #7c1718;
}

.page.product .wcpa_form_item input,
.page.product .wcpa_form_item textarea{
	padding: 10px 15px;
	width: 100%;

	border-color: #d4d4d4;
	line-height: 28px;
}

.page.product .wcpa_form_item textarea{
	min-height: 100px;
	resize: vertical;
}

/* product swatches */

.page.product .product-swatches-title{
	margin-bottom: 7px;
	font-size: 18px;
}

.page.product .product-swatches-inner{
	margin: 0 -10px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page.product .product-swatches li{
	background-color: #f3f3f3;
	border: 1px solid #d4d4d4;
	border-radius: 50%;

	padding: 3px;
	left: 0;
}

.page.product .product-swatches li.active{
	margin: 0 9px 19px;

	border-color: #7c1718;
	border-width: 2px;
}

.page.product .product-swatches li:not(.active){
	margin: 1px 10px 20px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .product-swatches li::before{
	display: none;
}

.page.product .product-swatches li span{
	background-position: center;
	background-size: cover;
	border-radius: 50%;

	display: block;
	height: 34px;
	width: 34px;
}

/* variations */

.page.product .variation{
	margin-bottom: 20px;
}

.page.product .variation.pa_color{
	overflow: hidden;
	margin-bottom: 0;
	height: 0;
}

.page.product .variation-label{
	margin-bottom: 7px;
	display: block;

	font-weight: 700;
	font-size: 18px;
}

.page.product .variations abbr.required{
	text-decoration: none;
	color: #7c1718;
}

.page.product .variation-options select{
	width: 100%;
}

.page.product .woocommerce-variation-description,
.page.product .woocommerce-variation-price .price{
	display: none;
}

/* bundle form */

.page.product .bundle_form{
	margin: 0;
}

.page.product .bundled_product_summary{
	max-width: 350px;
	margin-bottom: 25px;
	padding-bottom: 0;
	border-bottom: 0;
}

.page.product .bundled_product_title{
	margin-bottom: 7px;

	font-weight: 700;
	font-size: 18px;
}

.page.product .bundled_product_summary .variation:last-child{
	margin-bottom: 0;
}

.page.product .bundled_product_summary .bundled_product_title + .variations_form,
.page.product .bundled_product_summary .attribute_options:not(:first-child){
	margin-top: 12px;
}

.page.product .bundled_product_summary .variation.pa_color{
	height: auto;
}

.page.product .bundled_product_summary .variation-label{
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #343434;
}

.page.product .bundled_product_summary input,
.page.product .bundled_product_summary select{
	width: 100%;
}

.page.product .bundled_product_summary input[readonly]{
	background-color: #f7f7f7;
}

/* purchase options */

.page.product .product-purchase-options{
	margin-bottom: 20px;
	overflow: hidden;
}

.page.product .product-purchase-options-title{
	margin-bottom: 6px;

	font-size: 18px;
	font-weight: 700;
}

.page.product .product-purchase-options ul{
	margin: 0 -25px -12px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.page.product .product-purchase-options li{
	margin-bottom: 15px;
	padding-right: 33px;
	padding-left: 53px;
	left: 0;
}

.page.product .product-purchase-options li:first-child::before{
	display: none;
}

.page.product .product-purchase-options li:not(:first-child)::before{
	height: auto;
	width: 2px;

	background-color: #e5e5e5;
	border-radius: 0;
	content: '';

	position: absolute;
	bottom: 8px;
	top: 3px;
	left: 0;
}

.page.product .product-purchase-options li input{
	width: 20px;
	height: 20px;
	margin: 0;

	position: absolute;
	left: 25px;
	top: 3px;
}

.page.product .product-purchase-option-label{
	margin-bottom: 5px;
	display: block;

	font-size: 16px;
	font-weight: 700;
}

.page.product .product-purchase-option-price{
	min-height: 28px;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	display: -webkit-flex;
	display: flex;
}

.page.product .product-purchase-option-price strong{
	padding-right: 10px;

	font-size: 28px;
	line-height: 26px;
}

.page.product .one-time-option .product-purchase-option-price strong{
	color: #7c1718;
}

.page.product .product-purchase-option-price em{
	font-size: 18px;
	line-height: 18px;
	text-decoration: line-through;
	font-style: normal;
	font-weight: 700;
	color: #4c4c4c;
}

.page.product .product-purchase-option-price span{
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.page.product .product-purchase-option-price-note{
	display: inline-block;
	margin-top: 6px;

	font-size: 14px;
	font-weight: 500;
	color: #4c4c4c;
}

.page.product .one-time-option .product-purchase-option-price-note{
	text-transform: uppercase;
}

.page.product .subscription-option .product-purchase-option-price-note{
	padding-right: 32px;
	position: relative;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .subscription-option .product-purchase-option-price-note i{
	width: 30px;
	height: 21px;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	background-position: center;
	background-size: 30px auto;

	position: absolute;
	right: 0;
	top: 50%;
}

.no-webp .page.product .subscription-option .product-purchase-option-price-note i{
	background-image: url(../images/ez-pay.png);
}

.webp .page.product .subscription-option .product-purchase-option-price-note i{
	background-image: url(../images/ez-pay.webp);
}

.page.product .product-purchase-option-description{
	padding-top: 8px;
	display: none;

	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #343434;
}

.page.product .product-purchase-option-description p,
.page.product .product-purchase-option-description ol,
.page.product .product-purchase-option-description ul{
	margin-bottom: 12px;
}

.page.product .product-purchase-option-description p:last-child,
.page.product .product-purchase-option-description ol:last-child,
.page.product .product-purchase-option-description ul:last-child{
	margin-bottom: 0;
}

.page.product .product-purchase-option-description ul > li::before{
	width: 6px;
	height: 6px;
	top: 8px;
}

.page.product .product-purchase-option-description .read-more{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .product-purchase-option-description .read-more:hover{
	text-decoration: none;
}

/* cart options */

.page.product .product-cart-options .quantity{
	margin-bottom: 20px;
}

.page.product .product-cart-options .quantity label{
	margin-bottom: 7px;
	display: block;

	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.page.product .product-cart-options .quantity select{
	width: 100%;
}

.page.product .product-cart-options-button button{
	border-width: 0;
	width: 100%;

	font-size: 20px;
	line-height: 29px;
}

.page.product .out-of-stock{
	margin-bottom: 20px;
	font-weight: 700;
	color: #7c1718;
}

/* out of stock form */

.page.product .cwginstock-subscribe-form{
	max-width: 545px;
}

.page.product .cwginstock-subscribe-form .panel-primary{
	box-shadow: none;
	border-width: 0;
}

.page.product .cwginstock-subscribe-form .panel-heading{
	background-color: transparent;
	border-width: 0;
	padding: 0;
}

.page.product .cwginstock-subscribe-form .panel-heading h4{
	font-size: 18px;
	line-height: 26px;
	text-align: left !important;
	text-transform: uppercase;
	color: #000;
}

.page.product .cwginstock-subscribe-form .panel-body{
	padding: 7px 0;
}

.page.product .cwginstock-subscribe-form .row{
	margin: 0;
}

.page.product .cwginstock-subscribe-form .col-md-12{
	padding: 0;
}

.page.product .cwginstock-subscribe-form .col-md-12 .col-md-12{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.page.product .cwginstock-subscribe-form .form-group:first-child{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page.product .cwginstock-subscribe-form .form-group:nth-last-child(2){
	padding-left: 20px;
	min-width: 165px;
}

.page.product .cwginstock-subscribe-form .form-group input[type="email"]{
	text-align: left !important;
	padding-bottom: 9px;
	padding-top: 9px;
	height: 48px;
}

.page.product .cwginstock-subscribe-form .cwgstock_output{
	margin-bottom: 10px;
	width: 100%;

	text-align: center;
	line-height: 26px;
}

.page.product .cwginstock-subscribe-form .cwgstock_output:empty{
	display: none;
}

/* gift cards */

.page.product .pwgc-field-container{
	margin-bottom: 20px;
}

.page.product .pwgc-field-container label{
	margin-bottom: 7px;
	display: block;

	font-weight: 700;
	font-size: 18px;
}

.page.product .pwgc-field-container .pwgc-subtitle{
	margin-top: 5px;

	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #a3a3a3;
}

.page.product .pwgc-field-container input{
	width: 100%;
}

.page.product .pwgc-field-container textarea{
	min-height: 100px;
	width: 100%;
}

.page.product #pwgc-recipient-count{
	font-weight: 600;
}

.page.product #pwgc-quantity-one-per-recipient,
.page.product .pwgc-hidden{
	display: none;
}

.page.product .add_to_cart_wrapper{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page.product #pwgc-purchase-container{
	width: 100%;

	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.page.product .single_add_to_cart_button{
	-webkit-flex: 1;
	flex: 1;
}

.page.product .woocommerce-variation-add-to-cart{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* features */

.page.product .product-features{
	margin-top: 20px;
}

.page.product .product-feature-tabs{
	margin: 0 -8px;

	display: -webkit-flex;
	display: flex;
}

.page.product .product-feature-tab{
	padding: 0 8px;
	max-width: 110px;
	width: 25%;
}

.page.product .product-feature-tab div{
	position: relative;
	padding-top: 50px;
}

.page.product .product-feature-tab[data-id] div{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .product-feature-tab[data-id] div:hover,
.page.product .product-feature-tab.active div{
	color: #7c1718;
}

.page.product .product-feature-tab svg,
.page.product .product-feature-tab img{
	height: 40px;
	width: auto;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	position: absolute;
	left: 50%;
	top: 0;
}

.page.product .product-feature-tab span{
	display: block;

	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.02em;
	font-weight: 600;

	text-transform: uppercase;
	text-align: center;
}

.page.product .product-feature-tab span i{
	margin-left: 3px;
	font-size: 8px;
}

.page.product .product-feature-tab span i::before{
	vertical-align: top;

	-webkit-transition: transform 0.15s;
	transition: transform 0.15s;
}

.page.product .product-feature-tab.active span i::before{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page.product .product-feature-content{
	padding-top: 22px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #343434;
}

.page.product .product-feature-content:not(.active){
	display: none;
}

.page.product .product-feature-content h1,
.page.product .product-feature-content h2,
.page.product .product-feature-content h3,
.page.product .product-feature-content h4{
	margin-bottom: 5px;

	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	font-weight: 700;
	color: #000;
}

.page.product .product-feature-content p,
.page.product .product-feature-content ol,
.page.product .product-feature-content ul{
	margin-bottom: 12px;
}

.page.product .product-feature-content p:last-child,
.page.product .product-feature-content ol:last-child,
.page.product .product-feature-content ul:last-child{
	margin-bottom: 0;
}

.page.product .product-feature-content li{
	margin-bottom: 6px;
	padding-right: 0;
	left: 0;
}

.page.product .product-feature-content ul > li::before{
	width: 6px;
	height: 6px;
	top: 8px;
}

.page.product .product-feature-content a{
	text-decoration: underline;
	color: inherit;
}

.page.product .product-feature-content a:hover,
.page.product .product-feature-content a:active,
.page.product .product-feature-content a:focus{
	text-decoration: none;
}

/* sections */

.page.product .main-section + .page-section{
	padding-top: 70px;
}

/* description */

.product-description-section{
	line-height: 24px;
}

.product-description-section-inner{
	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.product-description-section-column{
	width: 47.368421%;
}

.product-description-section-column-title{
	margin-bottom: 15px;

	font-size: 22px;
	line-height: 32px;
}

.product-description-section-description p,
.product-description-section-description ol,
.product-description-section-description ul{
	margin-bottom: 24px;
}

.product-description-section-description p:last-child,
.product-description-section-description ol:last-child,
.product-description-section-description ul:last-child{
	margin-bottom: 0;
}

.product-description-section-description ul > li::before{
	top: 8px;
}

.product-description-section-specifications div{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 10px;
}

.product-description-section-specifications div:not(:first-child){
	padding-top: 10px;
}

.product-description-section-downloads:not(:first-child){
	margin-top: 50px;
}

.product-description-section-downloads div{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.product-description-section-downloads div:not(:first-child){
	margin-top: 17px;
}

.product-description-section-downloads a{
	text-decoration: underline;
}

.product-description-section-downloads a:hover,
.product-description-section-downloads a:active,
.product-description-section-downloads a:focus{
	text-decoration: none;
}

/* reviews */

h2.product-reviews-section-title{
	margin-bottom: 50px;
}

/* = Cart Page
---------------------------------------------------- */

/* notices */

.page.cart .notices-section .wrap{
	max-width: 1190px;
}

/* main */

.page.cart .main-section{
	padding-bottom: 60px;
}

.page.cart .main-section:last-child{
	padding-bottom: 0;
}

.page.cart .main-section .wrap{
	max-width: 1288px;
}

.page.cart .main-section-title{
	margin-bottom: 20px;
	text-align: center;
	display: none;
}

.page.cart .main-section-inner{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

/* items */

.page.cart .woocommerce-cart-form{
	padding-right: 2.504174%;
	width: 66.086957%;
	max-width: 760px;
}

.page.cart .cart-table{
	width: 100%;
	table-layout: fixed;
	border: 0;
}

.page.cart .cart-table th{
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 20px 15px 0;

	text-transform: uppercase;
	text-align: left;
}

.page.cart .cart-table td{
	padding: 40px 20px 0 0;
	border: 0;

	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

.page.cart .cart-table .product-remove{
	padding-left: 15px;
	width: 8.219178%;
	min-width: 50px;
}

.page.cart .cart-table .remove{
	width: 20px;
	height: 20px;

	font-size: 10px;
	line-height: 20px;
	color: #000 !important;
	font-weight: 400;
}

.page.cart .cart-table .remove:hover,
.page.cart .cart-table .remove:active,
.page.cart .cart-table .remove:focus{
	background-color: transparent;
	color: #7c1718 !important;
}

.page.cart .cart-table .product-main{
	width: 47.260274%;
}

.page.cart .cart-table .product-main-top{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page.cart .cart-table .product-thumbnail{
	padding-right: 20px;
	width: 34.782609%;
	max-width: 120px;
}

.page.cart .cart-table .product-thumbnail img{
	border: 1px solid #d4d4d4;
}

.page.cart .cart-table .product-text{
	width: 65.217391%;
}

.page.cart .cart-table .product-name{
	display: inline-block;
	margin-bottom: 2px;
	line-height: 22px;
}

.page.cart .cart-table .product-category,
.page.cart .cart-table .product-bundled-items,
.page.cart .cart-table .product-meta,
.page.cart .cart-table .product-backorder{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.page.cart .cart-table .product-category a{
	display: inline;
}

.page.cart .cart-table .product-bundled-items,
.page.cart .cart-table .product-meta,
.page.cart .cart-table .product-backorder{
	margin-top: 5px;
}

.page.cart .cart-table .product-payment-plan{
	margin-top: 8px;

	font-size: 12px;
	line-height: 16px;
	color: #646464;
}

.page.cart .cart-table .product-payment-plan span{
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.page.cart .cart-table .product-price{
	width: 14.383562%;
}

.page.cart .cart-table .product-quantity,
.page.cart .cart-table .product-subtotal{
	width: 15.068493%;
}

.page.cart .cart-table .product-quantity-inner{
	padding: 8px 10px;
	height: 45px;
	width: 60px;

	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.page.cart .cart-table .qty{
	height: 45px;
	width: 60px;

	border-color: #e6e6e6;
	padding: 8px 5px;

	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
}

.page.cart .cart-table .product-deposit,
.page.cart .cart-table .cart-addon{
	padding: 15px 0 0 8.219178%;
}

.page.cart .cart-table .product-deposit-option{
	display: inline-block;
	position: relative;

	padding: 8px 42px 8px 10px;
	min-width: 245px;

	border: 1px solid #d4d4d4;
	border-radius: 3px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.page.cart .cart-table .product-deposit-option.active{
	background-color: #fff3f3;
}

.page.cart .cart-table .product-deposit-option label{
	display: inline-block;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.cart .cart-table .product-deposit-option i{
	position: absolute;
	right: 11px;
	top: 9px;
}

.page.cart .cart-table .product-deposit-option i::before{
	vertical-align: top;

	font-size: 20px;
	line-height: 20px;
	color: #999;
}

.page.cart .cart-table .product-deposit-option i span{
	padding: 13px 18px 15px;
	min-width: 220px;
	display: none;
	z-index: 1;

	background-color: #182648;
	border-radius: 3px;

	-webkit-transform: translate3d(-15px, -8px, 0);
	transform: translate3d(-15px, -8px, 0);

	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: 400;
	color: #fff;

	position: absolute;
	bottom: 100%;
	left: 0;
}

.page.cart .cart-table .product-deposit-option i:hover span,
.page.cart .cart-table .product-deposit-option i.hover span{
	display: block;
}

.page.cart .cart-table .product-deposit-option i span::after{
	margin-top: -1px;
	content: '';

	border-color: #182648 transparent transparent transparent;
	border-width: 7px 7px 0 7px;
	border-style: solid;

	position: absolute;
	left: 18px;
	top: 100%;
}

.page.cart .cart-table .product-deposit-note{
	margin-top: 8px;

	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	color: #4d4d4d;
}

.page.cart .cart-table .cart-addon-attribute{
	font-size: 14px;
	width: 245px;
}

.page.cart .cart-table .cart-addon-attribute:not(:first-child){
	margin-top: 10px;
}

.page.cart .cart-actions{
	padding-top: 50px;

	display: -webkit-flex;
	display: flex;
}

.page.cart .cart-actions-left{
	margin-left: 8.219178%;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page.cart .cart-actions-left .input-text{
	height: 48px;
	width: 170px;

	background-color: #f2f2f2;
	margin-right: 20px;

	line-height: 26px;
	font-weight: 600;
}

.page.cart .cart-actions-left .button{
    background-color: transparent;
    color: #7c1718;
    border: 2px solid #7c1718;

	white-space: nowrap;
	min-width: 170px;
}

.page.cart .cart-actions-right{
	margin-left: auto;

	-webkit-order: 1;
	order: 1;
}

.page.cart .cart-actions-right .button,
.page.cart .cart-actions-right .button:disabled,
.page.cart .cart-actions-right .button:disabled:hover,
.page.cart .cart-actions-right .button:disabled:active,
.page.cart .cart-actions-right .button:disabled:focus{
	background-color: transparent;
	color: #000;

	white-space: nowrap;
}

.page.cart .cart-actions-right .button:hover,
.page.cart .cart-actions-right .button:active,
.page.cart .cart-actions-right .button:focus{
	background-color: transparent;
	color: #7c1718;

	white-space: nowrap;
}

.page.cart .cart-actions-right .button::before{
	vertical-align: top;
	margin-right: 10px;
}

.page.cart .cart-actions-right .button i{
	margin-right: 5px;
}

/* totals */

.page.cart .cart_totals{
	padding: 35px 25px;
	width: 33.913043%;
	max-width: 390px;

	background-color: #f2f2f2;
	border-radius: 5px;
}

.page.cart .cart_totals h2{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 18px;
	margin-bottom: 14px;

	font-size: 26px;
	line-height: 32px;
}

.page.cart .cart_totals table{
	margin-bottom: 0;
}

.page.cart .cart_totals th{
	padding-right: 15px;
	width: 110px;
}

.page.cart .cart_totals th small{
	margin-top: 2px;
	display: block;

	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #646464;
}

.page.cart .cart_totals tr div{
	color: #646464;
}

.page.cart .cart_totals tr.cart-subtotal div{
	margin-top: 6px;
}

.page.cart .cart_totals tr div em{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
}

.page.cart .cart_totals #shipping_method li{
	line-height: inherit;
	margin-bottom: 0;

	padding: 0;
	left: 0;
}

.wc-proceed-to-checkout{
	text-align: center;
	margin-top: 40px;
}

.wc-proceed-to-checkout .button{
	min-width: 250px;
}

/* norton */

.wc-proceed-to-checkout ._GUARANTEE_Kicker_Container{
	margin-top: 50px;
}

/* cross-sells */

.page.cart .cross-sells-section{
	margin-top: 80px;
	width: 100%;

	-webkit-order: 1;
	order: 1;
}

.page.cart .cross-sells-section .products-carousel-section-outer{
	position: relative;
	padding-bottom: 80px;
	padding-top: 70px;
}

.page.cart .cross-sells-section .products-carousel-section-outer::before{
	width: 12000px;
	content: '';

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	background-color: #f2f2f2;
	z-index: -1;

	position: absolute;
	left: 50%;
	bottom: 0;
	top: 0;
}

.page.cart .cross-sells-section .button{
	margin-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
}

/* top sellers */

.page.cart .top-sellers-section{
	padding-bottom: 60px;
}

.page.cart .top-sellers-section .button{
	margin-top: 17px;
}

/* = Checkout Page
---------------------------------------------------- */

.page.checkout .page-content{
	padding-bottom: 60px;

	font-size: 14px;
	line-height: 22px;
}

.page.checkout .page-content h2{
	margin-bottom: 24px;

	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.page.checkout .form-row{
	margin-bottom: 20px;
}

.page.checkout select,
.page.checkout textarea,
.page.checkout input[type="tel"],
.page.checkout input[type="text"],
.page.checkout input[type="email"]{
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.page.checkout select,
.page.checkout input[type="tel"],
.page.checkout input[type="text"],
.page.checkout input[type="email"]{
	padding: 7px 12px;
	height: 38px;
}

.page.checkout textarea{
	padding: 7px 12px;
}

.page.checkout .woocommerce-form-coupon + .checkout{
	padding-top: 30px;
}

.page.checkout .checkout-inner{
	display: -webkit-flex;
	display: flex;
}

.page.checkout .checkout-inner.one-column{
	-webkit-justify-content: center;
	justify-content: center;
}

.page.checkout .checkout-inner.two-columns{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page.checkout .left-column{
	width: 54.824561%;
	max-width: 555px;
	margin-top: -5px;
}

.page.checkout .right-column{
	padding: 20px 25px;
	width: 39.912281%;

	background-color: #f2f2f2;
	border-radius: 5px;
}

.page.checkout .woocommerce-checkout-review-order-table thead th:first-child{
	width: 41.975309%;
}

.page.checkout .woocommerce-checkout-review-order-table thead th:last-child{
	text-align: right;
	width: 58.024691%;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr td{
	padding-top: 12px;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr:first-child td{
	padding-top: 15px;
}

.page.checkout .woocommerce-checkout-review-order-table .product{
	-webkit-align-items: flex-start;
	align-items: flex-start;

	display: -webkit-flex;
	display: flex;
}

.page.checkout .woocommerce-checkout-review-order-table .product-thumbnail{
	padding: 2px 10px 0 0;
	min-width: 65px;
	width: 65px;
}

.page.checkout .woocommerce-checkout-review-order-table .product-thumbnail img{
	border: 1px solid #d4d4d4;
}

.page.checkout .woocommerce-checkout-review-order-table .product-text{
	text-transform: none;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page.checkout .woocommerce-checkout-review-order-table .product-name{
	display: inline-block;
	padding-right: 10px;
	font-size: 15px;
}

.page.checkout .woocommerce-checkout-review-order-table .product-category,
.page.checkout .woocommerce-checkout-review-order-table .product-bundled-items,
.page.checkout .woocommerce-checkout-review-order-table .product-meta,
.page.checkout .woocommerce-checkout-review-order-table .product-payment-plan{
	margin-top: 2px;

	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.page.checkout .woocommerce-checkout-review-order-table .product-category a{
	display: inline;
}

.page.checkout .woocommerce-checkout-review-order-table .product-payment-plan,
.page.checkout .woocommerce-checkout-review-order-table .product-total-payment{
	color: #646464;
}

.page.checkout .woocommerce-checkout-review-order-table .product-total-payment{
	margin-top: 10px;
}

.page.checkout .woocommerce-checkout-review-order-table .product-payment-plan span,
.page.checkout .woocommerce-checkout-review-order-table .product-total-payment span{
	text-transform: uppercase;
}

.page.checkout .woocommerce-checkout-review-order-table .product-total-payment span{
	font-weight: 500;
	font-size: 12px;
}

.page.checkout .woocommerce-checkout-review-order-table .product-payment-plan strong,
.page.checkout .woocommerce-checkout-review-order-table .product-total-payment strong{
	font-weight: 700;
}

.page.checkout .woocommerce-checkout-review-order-table .product-total{
	min-width: 80px;
	width: 80px;

	text-align: right;
	font-size: 15px;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr.return-link td{
	padding-bottom: 25px;

	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr.return-link td a{
	text-decoration: underline;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr.return-link td a:hover,
.page.checkout .woocommerce-checkout-review-order-table tbody tr.return-link td a:active,
.page.checkout .woocommerce-checkout-review-order-table tbody tr.return-link td a:focus{
	text-decoration: none;
}

.page.checkout .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.page.checkout .woocommerce-checkout-review-order-table tfoot tr:first-child td{
	padding-top: 25px;
}

.page.checkout .woocommerce-checkout-review-order-table th small{
	margin-top: 2px;
	display: block;

	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #646464;
}

.page.checkout .woocommerce-checkout-review-order-table tfoot tr div{
	color: #646464;
}

.page.checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal div{
	margin-top: 6px;
}

.page.checkout .woocommerce-checkout-review-order-table tfoot tr div em{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
}

.page.checkout .woocommerce-checkout-review-order-table #shipping_method li{
	line-height: inherit;
	margin-bottom: 0;

	padding: 0;
	left: 0;
}

.page.checkout .woocommerce-checkout-review-order-table .new-coupon td,
.page.checkout .woocommerce-checkout-review-order-table .new-coupon th{
	padding-bottom: 20px;
	padding-top: 15px;
}

.page.checkout .woocommerce-checkout-review-order-table .new-coupon input{
	width: 100%;

	background-color: #fff;

	line-height: 22px;
	font-weight: 600;
}

.page.checkout .woocommerce-checkout-review-order-table .new-coupon button{
	min-width: 160px;
	padding: 7px 5px;

	font-size: 14px;
	line-height: 24px;
}

.page.checkout .woocommerce-checkout-review-order-table .new-coupon + .divider td{
	padding-top: 8px;
}

.page.checkout .woocommerce-checkout-review-order-table .recurring-total{
	display: none;
}

.page.checkout #payment{
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
}

.page.checkout #payment .wc_payment_method_inner{
	background-position: right center;
	background-size: auto 24px;
}

.no-webp .page.checkout #payment .wc_payment_method_inner{
	background-image: url(../images/cards.png);
}

.webp .page.checkout #payment .wc_payment_method_inner{
	background-image: url(../images/cards.webp);
}

.page.checkout #payment .wc_payment_method_inner label{
	padding-right: 195px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

.page.checkout #payment .wc_payment_method_inner label img{
	display: none;
}

.page.checkout #payment .place-order{
	border-top: 1px solid #e1e1e1;
	padding: 30px 0 0;
	margin-top: 25px;

	text-align: center;
}

.woocommerce-privacy-policy-text p{
	margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p:last-child{
	margin-bottom: 0;
}

.page.checkout #payment #place_order{
	min-width: 250px;
	margin-top: 30px;
	float: none;
}

/* norton */

.page.checkout #payment ._GUARANTEE_Kicker_Container{
	margin-top: 30px;
}

/* login */

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

.woocommerce-form-login{
	border: 1px solid #d4d4d4;
	position: relative;

	padding: 22px 30px 25px;
	margin-top: 25px;
}

.woocommerce-form-login-inner{
	max-width: 680px;
	padding-right: 100px;
	position: relative;
	text-align: left;
	margin: auto;

	display: -webkit-flex;
	display: flex;
}

.woocommerce-form-login .form-row{
	padding-right: 30px;
	width: 50%;
}

.woocommerce-form-login .form-row label{
	margin-bottom: 2px;
	display: block;
}

.woocommerce-form-login .form-row label .required{
	color: #7c1718;
}

.woocommerce-form-login .form-row input{
	padding: 7px 12px;
	height: 38px;
	width: 100%;

	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.woocommerce-form-login .form-row a{
	display: inline-block;
	margin-top: 10px;

	line-height: 16px;
	font-size: 11px;
}

.woocommerce-form-login .woocommerce-button{
	padding: 7px 5px;
	width: 100px;

	border-width: 0;
	font-size: 14px;

	position: absolute;
	top: 24px;
	right: 0;
}

.woocommerce-form-login-close{
	width: 30px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #7f7f7f;

	position: absolute;
	right: 5px;
	top: 5px;
}

.woocommerce-form-login-close:hover{
	color: #7c1718;
}

/* gift card: top */

.checkout_pw_gift_card{
	border: 1px solid #d4d4d4;
	padding: 22px 30px 25px;
	margin-top: 20px;
}

.checkout_pw_gift_card-inner{
	display: -webkit-flex;
	display: flex;
}

.checkout_pw_gift_card #pwgc-redeem-gift-card-number{
	margin-right: 20px;
	width: 200px;
}

.checkout_pw_gift_card #pwgc-apply-gift-card-checkout{
	padding: 7px 15px;
	border-width: 0;

	font-size: 14px;
}

/* gift card: bottom */

.woocommerce-checkout-payment #pwgc-redeem-gift-card-form{
	margin-top: 25px;
}

.woocommerce-checkout-payment #pwgc-redeem-form label{
	margin-bottom: 5px;
}

.woocommerce-checkout-payment #pwgc-redeem-form-inner{
	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.woocommerce-checkout-payment #pwgc-redeem-gift-card-number{
	width: 160px;

	background-color: #fff;
	margin-right: 20px;
}

.woocommerce-checkout-payment #pwgc-redeem-button{
	padding: 7px 10px;
	max-width: 160px;

	-webkit-flex-grow: 1;
	flex-grow: 1;

	background-color: #000;
	font-size: 14px;
}

.woocommerce-checkout-payment #pwgc-redeem-button:hover{
	background-color: #333;
}

/* = Thank You Page
---------------------------------------------------- */

.woocommerce-order{
	margin-bottom: 20px;
}

.woocommerce-order .page-title{
	margin-bottom: 5px;
	text-align: center;
}

.woocommerce-order .page-tagline{
	margin-bottom: 30px;

	font-size: 21px;
	line-height: 32px;
	font-weight: 700;
	color: #343434;

	text-transform: capitalize;
	text-align: center;
}

.woocommerce-order .page-text{
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 10px 20px;
}