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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	padding: 11px 20px;
	border-radius: 0;

	background-color: #f37053;
	color: #fff;

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

.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: #001e42;
	color: #f37053;
}

.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: 11px 20px;

	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: #001e42;
	color: #f37053;
}

.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-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: 5px;
	display: block;

	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #092f57;
}

.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: #f37053;
}

.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: #f5f5f5;
	border-style: solid;
	border-width: 1px;
}

.woocommerce-error{
	border-color: #f37053;
}

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

.woocommerce-info > li:last-child,
.woocommerce-error > li:last-child{
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.woocommerce-pagination li a,
.woocommerce-pagination li span{
	display: inline-block;
	margin: 10px 4px 0;
	padding: 10px 5px;
	min-width: 40px;

	text-align: center;
}

.woocommerce-pagination li a{
	color: #898989;
}

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

	text-decoration: none;
}

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

.woocommerce-pagination li span{
	background-color: #f37053;
	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-left: 0;

	line-height: inherit;
	font-weight: 300;
}

#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;
	padding: 0;
}

#add_payment_method #payment div.payment_box .form-row label,
.woocommerce-cart #payment div.payment_box .form-row label,
.woocommerce-checkout #payment div.payment_box .form-row label{
	margin-bottom: 6px;
	font-weight: 700;
}

#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: #f37053;
}

#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;
}

/* = Pretty Price
---------------------------------------------------- */

.pretty-price{
	font-family: 'Gooper0.4';
	font-weight: 600;
	color: #f37053;

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

.pretty-price.stroke{
	position: relative;
	color: #a1a1a1;
}

.pretty-price.stroke::after{
	margin-top: -1px;
	height: 3px;
	background-color: #a1a1a1;
	content: '';
	position: absolute;
	right: -3px;
	left: -3px;
	top: 50%;
}

.pretty-price-symbol{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.pretty-price-integer{
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 0.04em;
}

.pretty-price-fraction{
	font-size: 18px;
	line-height: 20px;
}

/* = Product Badge
---------------------------------------------------- */

.product-badge{
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;

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

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

	display: -webkit-flex;
	display: flex;

	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.product-badge.ready{
	opacity: 1;
}

.product-badge-text{
	padding: 9px 10px 12px;

	position: relative;
	z-index: 1;

	line-height: 18px;
	font-family: 'Gooper0.4';
	font-style: italic;
	font-weight: 600;

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

.product-badge-text.text-light{
	color: #fff;
}

.product-badge-background{
	height: 100%;
	width: 100%;

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

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

/* simple */

.products-list.simple{
	max-width: 1140px;
	margin: auto;
}

.products-list-inner{
	margin: 0 -15px -50px;

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

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

.products-list.simple .products-list-item{
	margin-bottom: 50px;
}

/* rows */

.products-list.rows{
	padding: 0 50px;
}

.products-list-row:not(:first-child){
	margin-top: 50px;
}

.products-list-row-title{
	margin-bottom: 15px;

	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.01em;
}

.products-list-row-outer{
	position: relative;
	margin: 0 -15px;
}

.products-list-row .products-list-item{
	overflow-anchor: none;
	float: left;
}

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

/* item */

.products-list-item{
	width: 33.333333%;
	padding: 10px 15px;

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

.products-list-item-inner{
	background-color: #fff;
	position: relative;
	padding: 10px;
}

.products-list-item-thumb{
	margin-bottom: 10px;
	position: relative;
}

.products-list-item-thumb .button{
	width: 100%;

	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;

	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.products-list-item-inner:hover .button{
	opacity: 1;
}

.products-list-item-title{
	margin-bottom: 6px;

	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.02em;
}

.products-list-item-meta{
	padding-right: 140px;
	position: relative;
}

.products-list-item-subtitle{
	margin-bottom: 7px;

	letter-spacing: 0.02em;
	font-weight: 700;
}

.products-list-item-price{
	display: -webkit-flex;
	display: flex;
}

.products-list-item-price .pretty-price:not(:last-child){
	margin-right: 12px;
}

.products-list-item-price .pretty-price-integer{
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 0;
}

.products-list-item-price .pretty-price-symbol,
.products-list-item-price .pretty-price-fraction{
	font-size: 15px;
	line-height: 16px;
}

.products-list-item-rating{
	position: absolute;
	right: 0;
	top: 0;
}

.products-list-item-rating [data-bv-show=inline_rating] .bv_main_container .bv_text{
	font-size: 14px !important;
	letter-spacing: 1px !important;
	font-weight: bold !important;
    margin-bottom: 2px !important;
}

.products-list-item .product-badge{
	left: -15px;
	top: -10px;
}

/* navigation */

.products-list .nav-arrow.prev{
	left: -35px;
}

.products-list .nav-arrow.next{
	right: -35px;
}

.products-list .nav-bullets{
	padding: 5px 15px 0;
}

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

.products-carousel{
	position: relative;
	margin: -20px -10px;
	padding: 0 35px;
}

.products-carousel-item{
	padding: 20px 15px;
	position: relative;
	overflow-anchor: none;
	text-align: center;
	float: left;
}

.products-carousel.three-items .products-carousel-item{
	width: 33.333333%;
}

.products-carousel.four-items .products-carousel-item{
	width: 25%;
}

.products-carousel.three-items:not(.ready) .products-carousel-item:nth-child(n+4),
.products-carousel.four-items:not(.ready) .products-carousel-item:nth-child(n+5){
	display: none;
}

.products-carousel-item-thumb{
	margin: 0 auto 18px;
	max-width: 260px;

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

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

	display: -webkit-flex;
	display: flex;

	position: relative;
	z-index: 1;
}

.products-carousel-item-thumb img{
	margin: auto;
}

.products-carousel-item-thumb .button{
	width: 100%;

	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;

	position: absolute !important;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.products-carousel-item:hover .button{
	opacity: 1;
}

.products-carousel-item-title{
	margin-bottom: 8px;

	text-transform: uppercase;
	font-weight: 700;
}

.products-carousel-item-subtitle{
	margin-bottom: 8px;
	margin-top: -4px;

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

.products-carousel-item-tagline{
	margin-bottom: 8px;

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

.products-carousel-item-link{
	font-size: 13px;
}

.products-carousel-item-button{
	margin-top: 8px;
}

.products-carousel-item-button .button{
	padding: 9px 10px !important;
	max-width: 260px;
	width: 100%;

	background-color: transparent !important;
	border: 2px solid #0c3056 !important;
	color: #021f41 !important;

	letter-spacing: 0.05em;
	font-size: 14px;
}

.products-carousel-item-button .button:hover,
.products-carousel-item-button .button:active,
.products-carousel-item-button .button:focus{
	background-color: #001e42 !important;
	border-color: #001e42 !important;
	color: #f37053 !important;
}

.products-carousel-item .pretty-price{
	-webkit-justify-content: center;
	justify-content: center;
}

.products-carousel-item .pretty-price-integer{
	font-size: 40px;
	line-height: 32px;
}

.products-carousel-item .pretty-price-symbol,
.products-carousel-item .pretty-price-fraction{
	font-size: 16px;
	line-height: 18px;
}

/* arrows */

.products-carousel .nav-arrow.prev{
	left: 15px;
}

.products-carousel .nav-arrow.next{
	right: 15px;
}

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

.select2-container{
	display: block;

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

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

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

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

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

	border-color: #001e42;
	border-width: 2px;
	border-radius: 0;
}

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

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

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

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

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

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

.select2-dropdown{
	border-color: #001e42;
	border-width: 2px;
	border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border-color: #001e42;
	border-width: 2px;

	padding: 6px 10px;
	height: 36px;
}

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

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

.select2-results__option:not(:first-child){
	border-top: 2px solid #001e42;
}

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

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

/* = 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 35px;*/
	margin: 0 0 30px;
}

.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: 15px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	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 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{
	width: 100%;
}

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

.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{
	padding-bottom: 11px;
	padding-top: 11px;

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

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

.woocommerce table.default-style td{
	padding-bottom: 7px;
	padding-top: 7px;

	height: 51px;
}

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

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

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

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

.woocommerce-cart-form .blockUI.blockOverlay{
	background-color: #fff !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: 70px 0;
}

.page.account .page-content-title{
	display: none;
}

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

/* navigation */

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

	background-color: #f5f5f5;
	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: #f37053;
}

/* content */

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

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

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

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

/* order details */

.order-totals tr.bundled_table_item td{
	text-transform: none;
	padding-top: 2px;
}

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

.order-totals tr.bundled_table_item .bundled_table_item_indent strong{
	display: none;
}

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

/* payment methods */

.page.account table.account-payment-methods-table{
	margin-bottom: 20px;
}

.page.account .account-payment-methods-table .cell-inner{
	padding-left: 35px;
	display: inline-block;
	position: relative;
}

.page.account .account-payment-methods-table .stripe-icon,
.page.account .account-payment-methods-table .stripe-label{
	display: block;
}

.page.account .account-payment-methods-table .stripe-icon{
	max-width: 25px;

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

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

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

.page.account .account-payment-methods-table .payment-method-actions{
	min-width: 260px;
}

.page.account .account-payment-methods-table .payment-method-actions a.default{
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.04em;
	font-weight: 700;

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

.page.account .account-payment-methods-table .payment-method-actions a.default:not(:first-child){
	margin-left: 15px;
}

/* 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: 20px 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;
}

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

/* account details */

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

/* = Shop Page
---------------------------------------------------- */

.page.shop .page-section:first-child{
	padding-top: 60px;
}

.page.shop .products-section{
	margin-top: -110px;
	padding-top: 180px;
}

.page.shop .products-section:first-child{
	padding-top: 170px;
}

.page.shop .products-section-header{
	margin: 0 auto 60px;
	max-width: 1140px;

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

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

.page.shop .products-section-title{
	margin-bottom: 0;
}

.page.shop .products-section-header-right{
	padding-left: 30px;
	width: 360px;
}

.page.shop .woocommerce-ordering{
	padding-left: 105px;
	position: relative;
}

.page.shop .woocommerce-ordering label{
	font-weight: 700;

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

	position: absolute;
	right: 245px;
	top: 50%;
}

.page.shop .woocommerce-ordering select{
	width: 100%;
}

.page.shop .woocommerce-ordering .select2:not(.select2-container--open) .select2-selection--single{
	background-color: transparent;
}

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

/* products */

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

/* sections */

.page.category .products-section + .page-section{
	padding-top: 0;
}

.page.category .articles-section-button{
	display: none;
}

.page.category .testimonial-section + .features-list-section{
	background-color: #fff;
	padding-top: 220px;
	margin-top: -150px;
}

.page.category .testimonial-section + .features-list-section:not(:last-child){
	padding-bottom: 70px;
}

.page.category .text-image-style-2-section.white-background + .features-list-section{
	background-color: #fff;
}

.page.category .text-image-style-2-section.white-background + .features-list-section:not(:last-child){
	padding-bottom: 70px;
}

.page.category .features-list-section-title{
	font-size: 50px;
	line-height: 56px;
}

.page.category .testimonial-section .wrap{
	max-width: 1180px;
}

.page.category .text-image-style-2-section.white-background{
	background-color: #fff;
	padding-top: 135px;
	margin-top: -65px;
}

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

/* slider */

.page.product .slider-section{
	position: relative;
	padding-bottom: 20px;
	min-height: 790px;
}

.page.product .slider-section-images{
	height: 675px;

	position: absolute;
	bottom: 115px;
	right: 0;
	left: 0;
	top: 0;
}

.page.product .slider-section-image{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page.product .slider-section-image:not(.active){
	display: none;
}

.page.product .slider-section-image-background{
	background-position: center;
	background-size: cover;

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

.page.product .slider-section-thumbs{
	width: 485px;
	padding: 0 30px;
	margin-left: -250px;
	z-index: 2;

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

	position: absolute;
	top: 713px;
	left: 50%;
}

.page.product .slider-section-thumb{
	width: 77px;
	margin: 0 4px;
	overflow-anchor: none;
	float: left;
}

.page.product .slider-section-thumbs:not(.ready) .slider-section-thumb:nth-child(n+6){
	display: none;
}

.page.product .slider-section-thumb:not(.active){
	opacity: 0.5;

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

.page.product .slider-section-thumb.rounded{
	border-radius: 50%;
	overflow: hidden;
}

.page.product .slider-section .nav-arrow{
	font-size: 15px;
}

.page.product .slider-section .nav-arrow.prev{
	left: 0;
}

.page.product .slider-section .nav-arrow.next{
	right: 0;
}

.page.product .slider-section .wrap{
	position: relative;
	z-index: 1;
}

.page.product .slider-section-content{
	max-width: 484px;
	padding: 60px 70px 55px;
	position: relative;
	float: right;
}

.page.product .slider-section-content-inner{
	position: relative;
	z-index: 1;
}

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

.page.product .product-rating{
	margin-bottom: 25px;
}

.page.product [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{
	padding-right: 6px !important;
}

.page.product [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{
	display: none !important;
}

.page.product [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{
	font-size: 14px !important;
	letter-spacing: 1px !important;
	font-weight: bold !important;
	color: #001e42 !important;
}

.page.product [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text::before{
	margin-right: 4px;

	text-transform: uppercase;
	content: 'Reviews';
}

.page.product .short-description{
	letter-spacing: 0.02em;
	line-height: 19px;
}

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

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

.page.product .short-description + .out-of-stock{
	margin-top: 20px;
}

.page.product .slider-section label{
	margin-bottom: 10px;
	display: block;

	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.page.product .slider-section label::after{
	content: ':';
}

.page.product .slider-section dd:not(:last-child){
	margin-bottom: 20px;
}

.page.product .variations-price{
	margin-top: 30px;

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

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

.page.product.variable .variations{
	width: 67.365269%;
}

.page.product.variable .variation_wrap{
	margin-top: 30px;
}

.page.product.simple .product-price,
.page.product.bundle .product-price{
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
}

.page.product.simple .product-items-price,
.page.product.bundle .product-items-price{
	margin-right: 50px;
}

.page.product.simple .pretty-price-integer,
.page.product.bundle .pretty-price-integer{
	font-size: 42px;
	line-height: 34px;
}

.page.product.variable .product-price{
	max-width: 29.341317%;

	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.page.product.variable .product-price:not(.ready){
	opacity: 0;
}

.page.product.variable .product-items-price{
	margin-bottom: 20px;
}

.page.product .out-of-stock {
    color: #cc0000;
    text-transform: uppercase;
}

.page.product .afterpay-payment-info{
	margin: 25px 0 0;
}

.page.product .afterpay-payment-info .read-more{
	text-decoration: underline;
	font-size: 12px;
}

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

.page.product .woocommerce-variation-availability{
	font-weight: 700;
}

.page.product .woocommerce-variation-description:not(:empty),
.page.product .woocommerce-variation-availability:not(:empty){
	margin-top: 20px;
}

.page.product .product-cart-options{
	margin-top: 30px;

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

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

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

.page.product .quantity{
	width: 27.616279%;
}

.page.product .quantity-field{
	position: relative;
}

.page.product .quantity input{
	padding-right: 28px;
	padding-left: 28px;
	width: 100%;

	text-align: center;
	color: #f37053;
}

.page.product .quantity span{
	margin-top: -2px;
	width: 28px;

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

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

	font-size: 24px;
	line-height: 28px;
	text-align: center;

	position: absolute;
	top: 50%;
}

.page.product .quantity .minus{
	left: 0;
}

.page.product .quantity .plus{
	right: 0;
}

.page.product .quantity span:hover{
	color: #f37053;
}

.page.product .cart-options-button{
	width: 56.686047%;
}

/* bundle */

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

.page.product .bundled_product_summary{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;

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

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

.page.product .bundled_product_summary:first-child{
	margin-top: 20px;
}

.page.product .bundled_product_summary:not(:first-child){
	margin-top: 30px;
}

.page.product .bundled_product_title{
	width: 29.069767%;

	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
}

.page.product .bundled_product_title::after{
	content: ':';
}

.page.product .bundled_product_summary .cart{
	width: 67.365269%;
}

.page.product .bundled_product_summary .attribute_options:not(:first-child){
	margin-top: 10px;
}

.page.product .bundled_item_cart_content dt{
	display: none;
}

.page.product .bundled_item_cart_content input{
	border-color: #a1a1a1;
	width: 100%;
}

.page.product .bundle_error .woocommerce-info{
	margin: 30px 0 0;
}

.page.product .bundle_error .woocommerce-info li::before{
	display: none;
}

.page.product .bundled_item_wrap::before,
.page.product .bundled_item_wrap::after,
.page.product div.bundled_product_summary::after,
.page.product div.bundled_product_summary::before,
.page.product .bundle_data::after,
.page.product .bundled_product_summary .bundled_product_optional_checkbox::after{
	display: none;
}

/* tabs */

.page.product .product-tabs{
	border: 1px solid #000931;
	margin-top: 35px;

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

.page.product .product-tab{
	border: 1px solid #000931;
	padding: 7px 5px;

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

	letter-spacing: 0.1em;
	font-weight: 700;

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

.page.product .product-tab.active{
	background-color: #000931;
	color: #fff;
}

.page.product .product-tab:not(.active){
	color: #021f41;

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

.page.product .product-tab-boxes{
	margin-top: 22px;
}

.page.product .product-tab-box:not(.active){
	display: none;
}

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

.page.product .variation-ingredients:not(.active){
	display: none;
}

.page.product label.ingredients-label{
	letter-spacing: 0.01em;
	margin-bottom: 8px;
}

.page.product .ingredients-list{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	font-weight: 700;
}

.page.product .ingredient-anchor{
	position: relative;
}

.page.product .ingredient-anchor-text{
	color: #f37053;
}

.page.product .ingredient-anchor-text:not(:last-child){
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.product .ingredient-anchor.hover .ingredient-anchor-text{
	text-decoration: underline;
}

.page.product .ingredient-tooltip{
	display: none;
	width: 260px;

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

	color: #fff;

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

.page.product .ingredient-anchor.hover .ingredient-tooltip{
	display: block;
}

.page.product .ingredient-tooltip-inner{
	padding: 12px 20px 30px;
	display: block;

	position: relative;
	z-index: 1;
}

.page.product .ingredient-tooltip-title{
	margin-bottom: 10px;
	padding-right: 20px;
	display: block;

	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
}

.page.product .ingredient-tooltip-text{
	letter-spacing: 0.02em;
	font-weight: 500;
}

.page.product .ingredient-tooltip-close{
	width: 30px;

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

	font-size: 10px;
	line-height: 30px;
	text-align: center;
	color: #f37053;

	position: absolute;
	right: 7px;
	top: 12px;
}

.page.product .ingredient-tooltip-close:hover{
	color: inherit;
}

.page.product .ingredient-tooltip-background{
	width: 100%;
	height: 100%;

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

.page.product .slider-section-content-background{
	width: 100%;
	height: 100%;

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

/* bundled items */

.page.product .bundled-items-section{
	padding-top: 50px;
}

.page.product .bundled-items-section-title{
	margin-bottom: 50px;
	text-align: center;
}

/* quote/testimonial */

.page.product .slider-section + .quote-section,
.page.product .slider-section + .testimonial-section{
	padding-top: 50px;
}

.page.product .bundled-items-section + .quote-section,
.page.product .bundled-items-section + .testimonial-section{
	padding-top: 70px;
}

/* stores form */

.page.product .stores-form-section{
	padding-top: 45px;
}

/* key features */

.page.product .features-list-section{
	padding-top: 70px;
}

.page.product .features-list-section:last-child{
	padding-bottom: 70px;
}

/* description */

.page.product .description-section{
	padding-top: 70px;
	line-height: 22px;
}

.page.product .description-section-inner{
	background-color: #fff;
	padding: 30px 0;
}

.page.product .description-section-background{
	width: 100%;
	max-height: 58px;
	display: block;
}

.page.product .description-section-background-top{
	margin-bottom: -1px;
}

.page.product .description-section-background-bottom{
	margin-top: -1px;
}

.page.product .description-section:last-child .description-section-background-bottom{
	display: none;
}

/* related products */

.page.product .related-products-section{
	padding-top: 70px;
}

.page.product .related-products-section-title{
	margin-bottom: 50px;
	text-align: center;
}

/* banner image */

.page.product .banner-image-section{
	padding-top: 70px;
}

.page.product .banner-image-section:last-child{
	padding-bottom: 70px;
}

.page.product .banner-image-section:not(:last-child){
	position: relative;
}

.page.product .banner-image-section:not(:last-child)::after{
	height: 46.969697%;

	background-color: #fff;
	content: '';

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

.page.product .banner-image-section:not(:last-child) .wrap{
	position: relative;
	z-index: 1;
}

.page.product .banner-image-section picture{
	width: 100%;
}

/* reviews */

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

.page.product .description-section + .reviews-section,
.page.product .banner-image-section + .reviews-section{
	padding-top: 0;
}

.page.product .reviews-section-inner{
	background-color: #fff;
	padding-bottom: 70px;
	padding-top: 30px;
}

.page.product .description-section + .reviews-section .reviews-section-inner{
	background-color: transparent;
	padding-top: 70px;
}

.page.product .banner-image-section + .reviews-section .reviews-section-inner{
	padding-top: 70px;
}

.page.product .reviews-section-title{
	margin-bottom: 20px;
	text-align: center;
}

.page.product .reviews-section .bv-inline-rating{
	text-align: center;
}

.page.product .reviews-section [data-bv-rating] .bv_main_container svg,
.page.product .reviews-section [data-bv-show=inline_rating] .bv_main_container svg{
	padding-right: 15px !important;

	-webkit-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
}

.page.product .reviews-section [data-bv-rating] .bv_main_container .bv_numReviews_component_container,
.page.product .reviews-section [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container{
	display: none !important;
}

.page.product .reviews-section [data-bv-rating] .bv_main_container .bv-off-screen,
.page.product .reviews-section [data-bv-show=inline_rating] .bv_main_container .bv-off-screen{
	height: auto !important;
	width: auto !important;

	font-weight: 700 !important;

	position: static !important;
	overflow: visible !important;
	clip: auto !important;
}

.page.product .reviews-section #BVRRContainer{
	padding-top: 250px;
	margin-top: -250px;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-header{
	display: none !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-list-reviews{
	margin-top: 50px !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-item.bv-content-review{
	border-top: 2px solid #b3ccbb !important;
	margin: 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-avatar{
	margin: 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-popup-prosnap-userinfo{
	display: none !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-header{
	padding-bottom: 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-summary{
	line-height: 20px !important;
	font-weight: 500 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-summary p:last-child,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-summary ol:last-child,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-summary ul:last-child{
	margin-bottom: 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-core-container-56 .bv-content-data,
.page.product .reviews-section .bv-cv2-cleanslate .bv-core-container-56 .bv-secondary-content-list{
	margin-bottom: 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-pagination{
	background-color: #fff !important;
	margin: 30px 0 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-pagination .bv-content-btn-pages-load-more{
	width: auto !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-btn,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-btn-container .bv-content-btn,
.page.product .reviews-section .bv-cv2-cleanslate .bv-secondary-content-actions-container .bv-content-btn,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-vote-active .bv-content-report-btn{
	background-color: #f37053 !important;
	padding: 10px 20px !important;

	vertical-align: middle !important;
	z-index: 1 !important;

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

	font-size: 16px !important;
	line-height: 20px !important;
	font-family: 'sofia-pro', sans-serif !important;
	letter-spacing: 0.1em !important;
	font-weight: 700 !important;
	color: #fff !important;

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

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-btn:hover,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-btn-container .bv-content-btn:hover,
.page.product .reviews-section .bv-cv2-cleanslate .bv-secondary-content-actions-container .bv-content-btn:hover,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-vote-active .bv-content-report-btn:hover{
	background-color: #001e42 !important;
	color: #f37053 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-btn span,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-btn-container .bv-content-btn span,
.page.product .reviews-section .bv-cv2-cleanslate .bv-secondary-content-actions-container .bv-content-btn span,
.page.product .reviews-section .bv-cv2-cleanslate .bv-content-feedback-vote-active .bv-content-report-btn span{
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	cursor: pointer !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-placeholder{
	text-align: center !important;
	margin: 20px 0 0 !important;
}

.page.product .reviews-section .bv-cv2-cleanslate .bv-content-placeholder .bv-rating-stars-container{
	display: none !important;
}

.page.product .reviews-section-background{
	width: 100%;
	max-height: 58px;
	margin-bottom: -1px;
	display: block;
}

.page.product .banner-image-section + .reviews-section .reviews-section-background{
	display: none;
}

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

.page.cart .page-content{
	background-color: #fff;
}

.page.cart .page-content .wrap{
	max-width: 1180px;
}

/* main */

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

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

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

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

.page.cart .woocommerce-cart-form{
	width: 60.087719%;
}

.page.cart .wc_coupon_message_wrap{
	display: none;
}

/* progress */

.page.cart .cart-progress{
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 27px;
	margin-bottom: -7px;
}

.page.cart .cart-progress-text{
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.page.cart .cart-progress-text strong{
	color: #f37053;
}

.page.cart .cart-progress-bar{
	background-color: #f3f3f3;
	margin-top: 15px;

	position: relative;
	max-width: 384px;
	height: 7px;
}

.page.cart .cart-progress-bar-line{
	background-color: #f37053;

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

/* items */

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

.page.cart .cart-table td{
	border: 0;

	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.page.cart .cart-table .product-remove{
	vertical-align: top;
	padding: 72px 20px 20px 0;
	width: 5.839416%;
	min-width: 40px;
}

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

	font-size: 10px;
	line-height: 20px;
	color: #092f57 !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: #f37053 !important;
}

.page.cart .cart-table .remove span{
	display: none;
}

.page.cart .cart-table .product-thumbnail{
	vertical-align: top;
	padding: 40px 20px 20px 0;
	width: 19.708029%;
}

.page.cart .cart-table .product-name{
	padding: 40px 20px 20px 0;
	width: 28.467153%;
}

.page.cart .cart-table .variation-name,
.page.cart .cart-table .bundled-items{
	margin-top: 6px;

	font-size: 15px;
	line-height: 21px;
}

.page.cart .cart-table .bundled-items div + div{
	margin-top: 8px;
}

.page.cart .cart-table .product-price{
	vertical-align: top;
	padding: 72px 20px 20px 0;
	width: 16.788321%;
}

.page.cart .cart-table .product-quantity{
	vertical-align: top;
	padding: 62px 20px 20px 0;
	width: 15.328467%;
}

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

	border-color: #e1e1e1;
	padding: 8px 6px;

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

.page.cart .cart-table span.qty{
	border: 2px solid transparent;
	display: inline-block;
}

.page.cart .cart-table .product-subtotal{
	vertical-align: top;
	padding: 72px 0 20px 0;
	width: 14.598540%;
}

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

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

.page.cart .cart-actions-left{
	-webkit-align-items: center;
	align-items: center;

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

.page.cart .cart-actions-left .input-text{
	margin-right: 10px;
	padding: 7px 14px;
	height: 42px;
	width: 138px;
}

.page.cart .cart-actions-left .button{
	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: #092f57;

	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: #f37053;

	white-space: nowrap;
}

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

/* cross-sells */

.cross-sells-section{
	padding-top: 40px;
}

.cross-sells-section-title{
	margin-bottom: 35px;

	font-size: 30px;
	line-height: 36px;
}

.cross-sells-section .products-carousel{
	margin-right: -50px;
	margin-left: -50px;
}

/* totals */

.page.cart .cart_totals{
	background-color: #f5f5f5;
	padding: 32px 30px 40px;
	width: 34.210526%;
}

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

	font-size: 26px;
	line-height: 32px;
	font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.page.cart .cart_totals tr.shipping-calculator td{
	padding: 0;
}

.page.cart .cart_totals .shipping-calculator-form{
	padding-bottom: 10px;
	padding-top: 15px;
}

.page.cart .cart_totals tr.free-shipping td{
	padding-top: 5px;

	font-weight: 600;
	font-size: 12px;
}

.page.cart .cart_totals tr.divider td{
	padding-right: 0;
}

.page.cart .cart_totals tr.divider td::before{
	display: block;
	height: 1px;

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

.page.cart .cart_totals tr.afterpay .read-more{
	text-decoration: underline;
	font-size: 12px;
}

.page.cart .cart_totals .button{
	min-width: 250px;
}

.wc-proceed-to-checkout{
	text-align: center;
	padding-top: 8px;
}

/* top-sells */

.top-sells-section{
	background-color: #f5f5f5;
	padding: 60px 0;
}

.top-sells-section-title{
	margin-bottom: 60px;
	text-align: center;
}

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

.page.checkout .page-content{
	padding-bottom: 70px;
}

.page.checkout .page-content .wrap{
	max-width: 1180px;
}

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

	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;

	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.page.checkout .woocommerce select,
.page.checkout .woocommerce textarea,
.page.checkout .woocommerce input[type="tel"],
.page.checkout .woocommerce input[type="text"],
.page.checkout .woocommerce input[type="email"],
.page.checkout .woocommerce input[type="number"],
.page.checkout .woocommerce input[type="password"],
.page.checkout .woocommerce input[type="url"]{
	font-size: 14px;
}

.page.checkout .select2-selection--single .select2-selection__rendered{
	font-size: 14px;
}

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

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

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

.page.checkout .left-column .form-row#billing_address_1_field,
.page.checkout .left-column .form-row#shipping_address_1_field{
	margin-bottom: 15px;
}

.page.checkout .right-column{
	background-color: #f5f5f5;
	padding: 20px 25px;
	width: 39.912281%;
}

.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.cart_item td{
	padding-top: 15px;
}

.page.checkout .woocommerce-checkout-review-order-table .product{
	display: -webkit-flex;
	display: flex;
}

.page.checkout .woocommerce-checkout-review-order-table .product-thumbnail{
	padding: 5px 20px 0 0;
	width: 55px;
}

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

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

.page.checkout .woocommerce-checkout-review-order-table .variation-name,
.page.checkout .woocommerce-checkout-review-order-table .bundled-items{
	margin-top: 4px;

	font-size: 13px;
	line-height: 18px;
}

.page.checkout .woocommerce-checkout-review-order-table .bundled-items div + div{
	margin-top: 6px;
}

.page.checkout .woocommerce-checkout-review-order-table .product-total{
	text-align: right;
	padding-left: 20px;
	width: 84px;
}

.page.checkout .woocommerce-checkout-review-order-table tbody tr:last-child td{
	padding-bottom: 40px;
	padding-left: 55px;

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

.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: 35px;
}

.page.checkout ul#shipping_method li:last-child{
	margin-bottom: 0;
}

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

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

.page.checkout .woocommerce-checkout-review-order-table .new-coupon button{
	line-height: 18px;
}

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

.page.checkout #payment .wc_payment_method_inner label{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #092f57;
}

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

	text-align: center;
}

.page.checkout #payment .woocommerce-terms-and-conditions-wrapper{
	text-align: left;
}

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

/* login */

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

.woocommerce-form-login{
	border: 1px solid #bfbfbf;
	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: 5px;
	display: block;
}

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

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

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

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

.woocommerce-form-login .woocommerce-button{
	font-size: 14px;
	width: 100px;

	position: absolute;
	top: 25px;
	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: #f37053;
}

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

.thank-you-section{
	max-width: 1140px;
	margin: 0 auto 20px;

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

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

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

.thank-you-section-left{
	padding-left: 8.771930%;
	padding-bottom: 60px;

	position: relative;
	width: 40.350877%;
	min-width: 420px;
}

.thank-you-section-title{
	margin-bottom: 0;

	font-size: 82px;
	line-height: 88px;
	color: #092f57;

	position: relative;
	z-index: 1;
}

.thank-you-section-spot{
	max-width: none;
	height: 540px;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);

	position: absolute;
	left: 70px;
	top: 50%;
}

.thank-you-section-right{
	background-color: #f5f5f5;
	padding: 35px 40px 40px;
	width: 42.543860%;
	min-width: 470px;
}

.thank-you-section-subtitle{
	margin-bottom: 28px;

	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;

	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #092f57;
}

.thank-you-order-totals th{
	padding-right: 20px;
	width: 41.975309%;
}

table.thank-you-order-details td.product-name{
	text-transform: none;
	width: 100%;
}

table.thank-you-order-details td.product-name > img,
table.thank-you-order-details td.product-name > picture{
	width: 35px;
	padding-top: 5px;
	float: left;
}

table.thank-you-order-details td.product-name > div{
	margin-left: 55px;
}

.thank-you-order-details .variation-name,
.thank-you-order-details .bundled-items{
	margin-top: 2px;
}

.thank-you-order-details .bundled-items div + div{
	margin-top: 4px;
}

.thank-you-order-details .product-total{
	text-align: right;
	padding-left: 20px;
	width: 74px;
}

.thank-you-section .divider{
	border-top: 1px solid #e1e1e1;
	margin: 35px 0;
}