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

.woocommerce-breadcrumb,
.woocommerce-products-header{
	display: none;
}

.return-to-shop{
	margin-top: 30px;
}

.return-to-shop .wc-backward{
	white-space: nowrap;
}

.wc-proceed-to-checkout .wc-forward{
	white-space: nowrap;
}

.woocommerce-account h2{
	display: none;
}

.woocommerce-notices-wrapper{
	width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	margin: 0 0 1.5em;
	min-height: 80px;
	padding: 20px;
	border-left: 5px solid #f2c014;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: rgba(150, 150, 150, .05);
	color: #131e25;
	font-weight: 500;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
	list-style-type: none;
}

@media (max-width: 768px) {
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message{
		display: flex;
		flex-direction: column;
		min-height: 140px;
	}
}

.woocommerce-error .restore-item,
.woocommerce-error .showcoupon,
.woocommerce-info .restore-item,
.woocommerce-info .showcoupon,
.woocommerce-message .restore-item,
.woocommerce-message .showcoupon{
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 0;
	line-height: 1;
	padding: 10px 35px;
	text-align: center;
	min-width: 150px;
	font-weight: 400;
	border: 2px solid #f2c014;
	color: #131e25;
}

.woocommerce-error .restore-item:hover,
.woocommerce-error .showcoupon:hover,
.woocommerce-info .restore-item:hover,
.woocommerce-info .showcoupon:hover,
.woocommerce-message .restore-item:hover,
.woocommerce-message .showcoupon:hover{
	background-color: #f2c014;
	color: #131e25;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px !important;
}

.woocommerce-info{
	border-color: #2180eb;
}

.woocommerce-error{
	list-style-position: inside;
}

.woocommerce-result-count{
	display: inline-block;
	margin-bottom: 0;
	float: left;
	color: #131e25;
	font-family: "Anton",sans-serif;
	text-transform: uppercase;
}

.woocommerce-result-count + form{
	display: inline-block;
	margin: 0 20px;
	width: 40%;
}

@media (max-width: 1199px)and (min-width: 992px) {
	.woocommerce-result-count + form{
		width: 80%;
	}
}

@media (max-width: 768px) {
	.woocommerce-result-count + form{
		width: 100%;
	}
}

@media (min-width: 576px) {
	.woocommerce-result-count + form{
		float: right;
	}
}

.products-selection{
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 6px 40px;
}

@media (max-width: 1199px)and (min-width: 992px) {
	.products-selection{
		flex-direction: column;
		height: 150px;
		padding: 20px 40px;
	}
}

@media (max-width: 768px) {
	.products-selection{
		flex-direction: column;
		height: 150px;
		padding: 20px 40px;
	}
}

.products-selection .toggle_view{
	color: #131e25;
	font-family: "Anton";
	text-transform: uppercase;
}

.products-selection .toggle_view a{
	margin-left: 10px;
	color: #6d7a82;
}

.products-selection .toggle_view a:hover{
	color: #131e25;
}

.products-selection .toggle_view .active{
	color: #131e25;
}

.products{
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	margin: 0 -15px -30px !important;
}

.products .product{
	padding: 0 15px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.products .product .product-inner{
	box-shadow: 0 0px 25px 0px rgba(0, 0, 0, .09);
	background: #fff;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 40px;
}

@media (max-width: 575px) {
	.products .product .product-inner{
		padding: 20px;
	}
}

.products .product .product-inner .product-img{
	overflow: hidden;
	order: 2;
	margin-left: -40px;
	margin-right: -40px;
}

@media (max-width: 575px) {
	.products .product .product-inner .product-img{
		margin-left: -20px;
		margin-right: -20px;
	}
}

.products .product .product-inner .product-img img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.products .product .product-inner .wrap-header{
	order: 1;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.products .product .product-inner .wrap-header{
		margin-bottom: 10px;
	}
}

.products .product .product-inner .wrap-header .cat-product{
	margin-top: 15px;
	display: inline-block;
}

.products .product .product-inner .wrap-footer{
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
}

@media (max-width: 575px) {
	.products .product .product-inner .wrap-footer{
		margin-top: 10px;
	}
}

.products .product .product-inner .wrap-footer .product-button{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}

.products .product .add_to_cart_button,
.products .product .wc-forward,
.products .product .product_type_grouped,
.products .product .product_type_external{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	padding: 12px 30px;
	line-height: 1;
	border: 2px solid #f2c014;
	color: #131e25;
	position: relative;
	max-width: 150px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.products .product .add_to_cart_button + .wc-forward,
.products .product .wc-forward + .wc-forward,
.products .product .product_type_grouped + .wc-forward,
.products .product .product_type_external + .wc-forward{
	margin-top: 5px;
}

.products .product .add_to_cart_button.add_to_cart_button.loading:after,
.products .product .wc-forward.add_to_cart_button.loading:after,
.products .product .product_type_grouped.add_to_cart_button.loading:after,
.products .product .product_type_external.add_to_cart_button.loading:after{
	content: "";
	font-family: "FontAwesome";
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
}

.products .product .add_to_cart_button:not(.wc-forward):after,
.products .product .wc-forward:not(.wc-forward):after,
.products .product .product_type_grouped:not(.wc-forward):after,
.products .product .product_type_external:not(.wc-forward):after{
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
}

.products .product .add_to_cart_button:after,
.products .product .wc-forward:after,
.products .product .product_type_grouped:after,
.products .product .product_type_external:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 12px;
	right: 6px;
}

.products .product .add_to_cart_button:hover,
.products .product .wc-forward:hover,
.products .product .product_type_grouped:hover,
.products .product .product_type_external:hover{
	background-color: #f2c014;
	color: #131e25;
}

.products .product > a > img{
	width: 100%;
}

.products .product h2{
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
}

.products .product .onsale{
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #f2c014;
	z-index: 2;
}

.products .product .star-rating{
	margin: 20px auto 0;
}

.products.columns-1 .product{
	width: 100%;
}

@media (min-width: 576px) {
	.products.columns-1 .product .product-inner{
		padding: 0 20px 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.products.columns-1 .product .product-inner .product-img{
		order: 1;
		margin-left: 0;
		margin-right: 0;
		flex-shrink: 1;
		flex-basis: 30%;
		height: 100%;
	}

	.products.columns-1 .product .product-inner .product-img img{
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.products.columns-1 .product .product-inner .wrap-header{
		order: 2;
		margin-bottom: 0;
		flex-basis: 30%;
	}

	.products.columns-1 .product .product-inner .wrap-footer{
		order: 3;
		margin-top: 0;
		flex-direction: column;
		flex-basis: 30%;
		align-items: flex-end;
		padding: 20px 0;
	}

	.products.columns-1 .product .product-inner .wrap-footer .product-button{
		margin-top: 30px;
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	.products.columns-1 .product .product-inner{
		padding: 0 40px 0 0;
	}
}

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

@media (max-width: 575px) {
	.products.columns-2 .product{
		width: 100%;
	}
}

.products.columns-3 .product{
	width: 33.33333%;
}

@media (max-width: 1200px)and (min-width: 576px) {
	.products.columns-3 .product{
		width: 50%;
	}
}

@media (max-width: 575px) {
	.products.columns-3 .product{
		width: 100%;
	}
}

.products.columns-4{
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.products.columns-4 .product{
	width: 25%;
	padding: 0 10px;
}

.products.columns-4 .product .product-inner{
	padding: 30px 20px;
}

.products.columns-4 .product .product-inner .wrap-header{
	margin-bottom: 20px;
}

.products.columns-4 .product .product-inner .product-img{
	margin-left: -20px;
	margin-right: -20px;
}

.products.columns-4 .product .product-inner .wrap-footer{
	margin-top: 20px;
}

.products.columns-4 .product .product-inner .wrap-footer .product-button{
	display: flex;
	flex-direction: column;
}

.products.columns-4 .product .product-inner .wrap-footer .product-button a + a{
	margin-left: 0;
	margin-top: 10px;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.products.columns-4 .product{
		width: 50%;
	}
}

@media (max-width: 768px) {
	.products.columns-4 .product{
		width: 50%;
	}
}

@media (max-width: 575px) {
	.products.columns-4 .product{
		width: 100%;
	}
}

.products.columns-5{
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.products.columns-5 .woocommerce-Price-amount{
	font-size: 16px;
}

.products.columns-5 .product{
	width: 20%;
	padding: 0 10px;
}

.products.columns-5 .product .product-inner{
	padding: 20px;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.products.columns-5 .product{
		width: 50%;
	}
}

@media (max-width: 768px) {
	.products.columns-5 .product{
		width: 50%;
	}
}

@media (max-width: 575px) {
	.products.columns-5 .product{
		width: 100%;
	}
}

.products.columns-6{
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.products.columns-6 .product{
	width: 16.666667%;
	padding: 0 10px;
}

.products.columns-6 .product .price{
	font-size: 16px;
}

.products.columns-6 .product .product-inner{
	padding: 30px 10px;
}

.products.columns-6 .product .product-inner .product-img{
	margin-left: -10px;
	margin-right: -10px;
}

.products.columns-6 .product .product-inner .wrap-header{
	margin-bottom: 20px;
}

.products.columns-6 .product .product-inner .wrap-footer{
	margin-top: 20px;
}

.products.columns-6 .product .product-inner .wrap-footer a{
	width: 30px;
	height: 30px;
	margin: 3px;
}

.products.columns-6 .product .product-inner .wrap-footer a:after{
	font-size: 12px;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.products.columns-6 .product{
		width: 50%;
	}
}

@media (max-width: 768px) {
	.products.columns-6 .product{
		width: 50%;
	}
}

@media (max-width: 575px) {
	.products.columns-6 .product{
		width: 100%;
	}
}

@media (max-width: 400px) {
	.products .product{
		width: 100% !important;
	}
}

h3#order_review_heading{
	margin-top: 0;
}

.woocommerce-additional-fields h3{
	margin-top: 35px;
}

.amount{
	font-size: 20px;
	color: #f2c014;
	font-weight: 500;
}

ins{
	text-decoration: none;
}

del .amount{
	font-weight: 300;
	color: #6d7a82;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button,
.woocommerce-message .button,
.woocommerce-orders-table__row [type=submit],
.woocommerce-Message [type=submit],
.woocommerce-message [type=submit]{
	padding: 10px 35px;
	display: inline-block;
	margin-top: 0;
}

.woocommerce-Message .button,
.woocommerce-message .button,
.woocommerce-Message [type=submit],
.woocommerce-message [type=submit]{
	float: right;
	border-radius: 0;
	border: 2px solid #f2c014;
	font-weight: 400;
	color: #131e25;
	min-width: 150px;
	text-align: center;
	line-height: 1;
}

.woocommerce-Message .button:hover,
.woocommerce-message .button:hover,
.woocommerce-Message [type=submit]:hover,
.woocommerce-message [type=submit]:hover{
	background: #f2c014;
	color: #131e25;
}

.woocommerce-Address a.edit{
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 0;
	min-width: 150px;
	border: 2px solid #f2c014;
	line-height: 1;
	color: #131e25;
	font-weight: 400;
	white-space: nowrap;
	margin-bottom: 1.5em;
}

.woocommerce-Address a.edit:hover{
	background-color: #f2c014;
	color: #131e25;
}

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

.woocommerce-form-login{
	display: flex;
	flex-direction: column;
}

.woocommerce-form-login .form-row:nth-child(3){
	margin-bottom: 0;
	order: 4;
}

.woocommerce-form-login .woocommerce-LostPassword{
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content form,
.woocommerce-form-login,
.woocommerce-ResetPassword,
form.woocommerce-checkout{
	padding: 3.3rem 3.85rem 3.3rem;
	background-color: #fff;
	box-shadow: 0 0px 25px 0px rgba(0, 0, 0, .09);
}

.woocommerce-EditAccountForm p:last-child input[type=submit],
.woocommerce-EditAccountForm p:last-child button[type=submit],
.woocommerce-MyAccount-content form p:last-child input[type=submit],
.woocommerce-MyAccount-content form p:last-child button[type=submit],
.woocommerce-form-login p:last-child input[type=submit],
.woocommerce-form-login p:last-child button[type=submit],
.woocommerce-ResetPassword p:last-child input[type=submit],
.woocommerce-ResetPassword p:last-child button[type=submit],
form.woocommerce-checkout p:last-child input[type=submit],
form.woocommerce-checkout p:last-child button[type=submit]{
	margin-top: 60px;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.woocommerce-EditAccountForm p:last-child input[type=submit],
	.woocommerce-EditAccountForm p:last-child button[type=submit],
	.woocommerce-MyAccount-content form p:last-child input[type=submit],
	.woocommerce-MyAccount-content form p:last-child button[type=submit],
	.woocommerce-form-login p:last-child input[type=submit],
	.woocommerce-form-login p:last-child button[type=submit],
	.woocommerce-ResetPassword p:last-child input[type=submit],
	.woocommerce-ResetPassword p:last-child button[type=submit],
	form.woocommerce-checkout p:last-child input[type=submit],
	form.woocommerce-checkout p:last-child button[type=submit]{
		margin-top: 30px;
	}
}

.woocommerce-EditAccountForm p.form-row.notes,
.woocommerce-EditAccountForm p.form-row.validate-phone,
.woocommerce-EditAccountForm p.form-row.validate-email,
.woocommerce-MyAccount-content form p.form-row.notes,
.woocommerce-MyAccount-content form p.form-row.validate-phone,
.woocommerce-MyAccount-content form p.form-row.validate-email,
.woocommerce-form-login p.form-row.notes,
.woocommerce-form-login p.form-row.validate-phone,
.woocommerce-form-login p.form-row.validate-email,
.woocommerce-ResetPassword p.form-row.notes,
.woocommerce-ResetPassword p.form-row.validate-phone,
.woocommerce-ResetPassword p.form-row.validate-email,
form.woocommerce-checkout p.form-row.notes,
form.woocommerce-checkout p.form-row.validate-phone,
form.woocommerce-checkout p.form-row.validate-email{
	clear: both;
	width: 100%;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single,
.woocommerce-form-login .select2-container--default .select2-selection--single,
.woocommerce-ResetPassword .select2-container--default .select2-selection--single,
form.woocommerce-checkout .select2-container--default .select2-selection--single{
	line-height: 30px;
	border: 1px solid #d0d2d3;
	padding: 5px 15px;
	height: 42px;
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	border-radius: 0;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .select2-container--default .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-ResetPassword .select2-container--default .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 0;
	color: #131e25;
	border-radius: 0;
}

.woocommerce-EditAccountForm .col2-set .col-1 .woocommerce-billing-fields:after,
.woocommerce-EditAccountForm .col2-set .col-2 .woocommerce-billing-fields:after,
.woocommerce-MyAccount-content form .col2-set .col-1 .woocommerce-billing-fields:after,
.woocommerce-MyAccount-content form .col2-set .col-2 .woocommerce-billing-fields:after,
.woocommerce-form-login .col2-set .col-1 .woocommerce-billing-fields:after,
.woocommerce-form-login .col2-set .col-2 .woocommerce-billing-fields:after,
.woocommerce-ResetPassword .col2-set .col-1 .woocommerce-billing-fields:after,
.woocommerce-ResetPassword .col2-set .col-2 .woocommerce-billing-fields:after,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields:after,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields:after{
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 575px) {
	.woocommerce-EditAccountForm,
	.woocommerce-MyAccount-content form,
	.woocommerce-form-login,
	.woocommerce-ResetPassword,
	form.woocommerce-checkout{
		padding: 3.3rem 1.85rem 3.3rem;
	}
}

.woocommerce-EditAccountForm h3,
.woocommerce-MyAccount-content form h3,
.woocommerce-form-login h3,
.woocommerce-ResetPassword h3,
form.woocommerce-checkout h3{
	font-size: 30px;
	margin-bottom: 30px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-MyAccount-content form fieldset,
.woocommerce-form-login fieldset,
.woocommerce-ResetPassword fieldset,
form.woocommerce-checkout fieldset{
	margin-top: 50px;
}

.woocommerce-EditAccountForm legend,
.woocommerce-MyAccount-content form legend,
.woocommerce-form-login legend,
.woocommerce-ResetPassword legend,
form.woocommerce-checkout legend{
	display: inline-block;
	font-size: 30px;
	margin-bottom: 30px;
	padding-top: 0;
	line-height: 1;
	color: #131e25;
}

.woocommerce-EditAccountForm select,
.woocommerce-MyAccount-content form select,
.woocommerce-form-login select,
.woocommerce-ResetPassword select,
form.woocommerce-checkout select{
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.woocommerce-pagination{
	text-align: center;
}

.woocommerce-pagination ul.page-numbers{
	padding: 0;
	list-style: none;
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-pagination ul.page-numbers li{
	display: flex;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a{
	border: 2px solid #f1f1f1;
	color: #131e25;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	padding: .6em .4em .6em;
	min-width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 300;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover{
	background-color: #f2c014;
	border-color: #f2c014;
}

.woocommerce-pagination ul.page-numbers span.next,
.woocommerce-pagination ul.page-numbers span.prev,
.woocommerce-pagination ul.page-numbers a.next,
.woocommerce-pagination ul.page-numbers a.prev{
	font-size: 0;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #f2c014;
	color: #131e25;
	background: #f2c014;
}

.woocommerce-pagination ul.page-numbers span.next:hover,
.woocommerce-pagination ul.page-numbers span.prev:hover,
.woocommerce-pagination ul.page-numbers a.next:hover,
.woocommerce-pagination ul.page-numbers a.prev:hover{
	background: rgba(0, 0, 0, 0);
	color: #131e25;
}

.woocommerce-pagination ul.page-numbers span.prev:before,
.woocommerce-pagination ul.page-numbers a.prev:before{
	content: "";
	line-height: 1;
	font-size: 16px;
	position: absolute;
	font-family: "FontAwesome";
}

.woocommerce-pagination ul.page-numbers span.next:before,
.woocommerce-pagination ul.page-numbers a.next:before{
	content: "";
	line-height: 1;
	font-size: 16px;
	position: absolute;
	font-family: "FontAwesome";
}

.woocommerce-pagination ul.page-numbers span{
	border-color: #f2c014;
	background-color: rgba(0, 0, 0, 0);
	cursor: not-allowed;
}

.product .flex-control-nav{
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

.product .woocommerce-product-gallery .flex-control-nav li{
	background-color: #f1f1f1;
	width: 24%;
}

.product .woocommerce-product-gallery .flex-control-nav li + li{
	margin-left: 5px;
}

.product .images{
	margin-bottom: 60px;
}

.product .images .flex-direction-nav{
	display: none;
}

@media (max-width: 575px) {
	.product .images{
		margin-bottom: 30px;
	}
}

.product .images figure{
	max-width: none;
	background-color: #f1f1f1;
	margin-bottom: 0;
}

.product .images .woocommerce-product-gallery__image{
	background-color: #f1f1f1;
}

@media (min-width: 992px) {
	.product .images{
		width: 50%;
		float: left;
	}
}

.product .summary{
	position: relative;
	margin-bottom: 4em;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.product .summary{
		align-items: center;
		margin-bottom: 30px;
	}
}

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

@media (min-width: 992px) {
	.product .summary{
		width: 47%;
		float: right;
	}
}

.product .summary .woocommerce-grouped-product-list{
	margin-bottom: 1.5em;
}

.product .summary .woocommerce-grouped-product-list tr + tr td{
	padding-top: 20px;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.product .summary .woocommerce-grouped-product-list tr + tr td{
		padding-top: 0;
	}
}

@media (max-width: 1200px)and (min-width: 992px) {
	.product .summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item{
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.product .summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

.product .summary .woocommerce-grouped-product-list td{
	border: none;
	padding: 0;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.product .summary .woocommerce-grouped-product-list td{
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.product .summary .woocommerce-grouped-product-list td{
		margin-bottom: 10px;
	}
}

.product .summary .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label label{
	display: block !important;
	margin-bottom: 0;
	padding: 0 15px;
	font-size: 16px;
}

@media (max-width: 1200px)and (min-width: 992px) {
	.product .summary .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label label{
		padding-left: 0;
	}
}

.product .summary .entry-title{
	line-height: 1;
	font-size: 24px;
	letter-spacing: -0.3px;
}

.product .summary .woocommerce-product-rating{
	line-height: 1;
	position: relative;
}

.product .summary .woocommerce-product-rating .star-rating{
	margin-top: 0;
	margin-bottom: 1.5em;
}

.product .summary .woocommerce-product-details__short-description{
	margin-bottom: 1.5em;
}

.product .summary form{
	order: 21;
	width: 100%;
}

.product .summary form .quantity{
	position: relative;
	margin-right: 10px;
}

.product .summary form button.button{
	white-space: pre-wrap;
}

.product .summary form .add-to-cart{
	display: flex;
}

.product .summary form button:not(.minus):not(.plus){
	width: auto;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #f2c014;
	padding: 15px 25px;
	border-radius: 0;
	color: #131e25;
	line-height: 1;
	margin-bottom: 0;
}

.product .summary form button:not(.minus):not(.plus):hover{
	background-color: #f2c014;
}

.product .summary .price{
	order: 20;
}

.product .summary .woocommerce-review-link{
	display: none;
	margin-right: 90px;
}

.product .summary .variations{
	margin: 1.5em 0;
	width: 100%;
}

.product .summary .variations tr{
	display: block;
	margin-bottom: 1em;
	border: none;
	text-align: left;
}

.product .summary .variations td{
	display: block;
	padding: 0;
	border: none;
	text-align: left;
}

.product .summary .variations td select{
	width: 85%;
}

@media (max-width: 768px) {
	.product .summary .variations td select{
		width: 100%;
	}
}

.product .summary .variations label{
	color: #131e25;
}

.product .summary .variations label:after{
	content: ":";
}

.product .summary .variations .reset_variations{
	padding: 12px 35px;
	border: 2px solid #f2c014;
	white-space: nowrap;
	position: relative;
	margin-bottom: -10px;
	max-width: 150px;
	text-align: center;
	background-color: #f2c014;
	margin-top: 30px;
	color: #131e25;
	font-weight: 400;
	display: inline-block !important;
}

.product .summary .variations .reset_variations[style="visibility: hidden;"]{
	display: none !important;
}

.product .summary .variations .reset_variations[style="visibility: hidden; display: none;"]{
	display: none !important;
}

.product .summary .variations .reset_variations:hover{
	background-color: rgba(0, 0, 0, 0);
}

.product .summary .single_variation_wrap{
	margin-top: 30px;
}

.product .summary .single_variation_wrap .woocommerce-variation-description{
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	.product .summary .single_variation_wrap .woocommerce-variation-description{
		text-align: center;
	}
}

.product .summary .single_variation_wrap > div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product .summary .quantity{
	display: inline-block;
	position: relative;
}

.product .summary .quantity [type=number]{
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 0;
	line-height: 30px;
	text-align: center;
	max-width: 5em;
	height: 50px;
	color: #131e25;
	-moz-appearance: textfield;
	background-color: #f1f1f1;
	border: none;
}

.product .summary .quantity [type=number]::-webkit-inner-spin-button,
.product .summary .quantity [type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.product .summary .product_meta{
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: column;
}

.product .summary .product_meta span{
	font-weight: 400;
	color: #131e25;
}

.product .summary .product_meta span span,
.product .summary .product_meta span a{
	font-weight: 300;
}

.shop_attributes th{
	font-weight: 400;
}

.woocommerce-tabs{
	clear: both;
	margin: 60px 0 0;
}

@media (max-width: 575px) {
	.woocommerce-tabs{
		margin: 30px 0 0;
	}
}

.woocommerce-tabs ul.tabs{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.woocommerce-tabs ul.tabs li + li{
	border-top: none;
}

.woocommerce-tabs ul.tabs li{
	display: block;
	position: relative;
	padding-bottom: 0;
	padding: 0;
}

.woocommerce-tabs ul.tabs li.active a{
	color: #131e25;
	background-color: #f2c014;
	border-color: #f2c014;
}

.woocommerce-tabs ul.tabs li a{
	display: inline-block;
	border-radius: 0;
	margin-right: 4px;
	padding: 22px 42px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	background: #f1f1f1;
	color: #131e25;
	border-bottom: none;
	font-weight: 500;
}

@media (max-width: 1300px) {
	.woocommerce-tabs ul.tabs li a{
		min-width: 90px;
		padding: 22px 20px;
	}
}

@media (max-width: 991px) {
	.woocommerce-tabs ul.tabs li a{
		min-width: 90px;
		padding: 22px 20px;
	}
}

@media (max-width: 575px) {
	.woocommerce-tabs ul.tabs li a{
		width: 100%;
	}
}

.woocommerce-tabs ul.tabs li a:hover{
	color: #131e25;
	background-color: #f2c014;
	border-color: #f2c014;
}

.woocommerce-tabs .panel{
	box-shadow: 0 0px 25px 0px rgba(0, 0, 0, .09);
	padding: 40px;
}

@media (max-width: 575px) {
	.woocommerce-tabs .panel{
		padding: 30px;
	}
}

.woocommerce-tabs .panel h2{
	font-size: 20px;
	margin-bottom: 1em;
	line-height: 1;
}

@media (max-width: 575px) {
	.woocommerce-tabs .panel h2{
		text-align: center;
	}
}

@media (min-width: 575px) {
	.woocommerce-tabs ul.tabs{
		display: flex;
		align-items: flex-end;
	}

	.woocommerce-tabs ul.tabs li a{
		margin-bottom: 0;
	}
}

.commentlist{
	padding: 0;
	list-style: none;
}

.comment_container{
	position: relative;
	padding: 0 30px 0px;
	margin-bottom: 30px;
	margin-left: 50px;
}

@media (max-width: 575px) {
	.comment_container{
		margin-left: 0;
		text-align: center;
	}
}

.comment_container > img{
	max-width: 50px;
	position: absolute;
	top: -1px;
	left: -50px;
}

@media (max-width: 575px) {
	.comment_container > img{
		position: static;
	}
}

.comment_container .meta{
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.3;
	margin-right: 90px;
	margin-bottom: .5em;
	color: #0d161b;
}

@media (max-width: 575px) {
	.comment_container .meta{
		margin-right: 0;
	}
}

.comment_container .meta strong{
	font-weight: inherit;
}

.comment_container .star-rating{
	float: right;
}

@media (max-width: 575px) {
	.comment_container .star-rating{
		float: none;
		margin: 10px auto 5px;
	}
}

.comment-form-rating{
	width: 100%;
}

#tab-reviews .comment-respond{
	border: none;
	padding: 0;
}

#tab-reviews .form-submit{
	width: auto;
	margin-top: 30px;
}

@media (max-width: 575px) {
	#tab-reviews .form-submit{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}

#tab-reviews textarea{
	height: 200px;
}

.related > h2,
.upsells > h2,
.cross-sells > h2{
	font-size: 30px;
	text-align: left;
	display: inline-block;
	width: 100%;
}

@media (max-width: 575px) {
	.related > h2,
	.upsells > h2,
	.cross-sells > h2{
		text-align: center;
	}
}

.related.products,
.related .products,
.upsells.products,
.upsells .products,
.cross-sells.products,
.cross-sells .products{
	display: block;
	margin: 0 !important;
}

.related.products.related,
.related.products.upsells,
.related.products.cross-sells,
.related .products.related,
.related .products.upsells,
.related .products.cross-sells,
.upsells.products.related,
.upsells.products.upsells,
.upsells.products.cross-sells,
.upsells .products.related,
.upsells .products.upsells,
.upsells .products.cross-sells,
.cross-sells.products.related,
.cross-sells.products.upsells,
.cross-sells.products.cross-sells,
.cross-sells .products.related,
.cross-sells .products.upsells,
.cross-sells .products.cross-sells{
	margin-top: 60px !important;
}

@media (max-width: 575px) {
	.related.products.related,
	.related.products.upsells,
	.related.products.cross-sells,
	.related .products.related,
	.related .products.upsells,
	.related .products.cross-sells,
	.upsells.products.related,
	.upsells.products.upsells,
	.upsells.products.cross-sells,
	.upsells .products.related,
	.upsells .products.upsells,
	.upsells .products.cross-sells,
	.cross-sells.products.related,
	.cross-sells.products.upsells,
	.cross-sells.products.cross-sells,
	.cross-sells .products.related,
	.cross-sells .products.upsells,
	.cross-sells .products.cross-sells{
		margin-top: 40px !important;
	}
}

.related.products .owl-stage-outer,
.related .products .owl-stage-outer,
.upsells.products .owl-stage-outer,
.upsells .products .owl-stage-outer,
.cross-sells.products .owl-stage-outer,
.cross-sells .products .owl-stage-outer{
	margin-bottom: -7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.related.products .owl-stage-outer .owl-stage,
.related .products .owl-stage-outer .owl-stage,
.upsells.products .owl-stage-outer .owl-stage,
.upsells .products .owl-stage-outer .owl-stage,
.cross-sells.products .owl-stage-outer .owl-stage,
.cross-sells .products .owl-stage-outer .owl-stage{
	margin-bottom: 20px;
}

.related.products .product,
.related .products .product,
.upsells.products .product,
.upsells .products .product,
.cross-sells.products .product,
.cross-sells .products .product{
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.related .cart_totals,
.upsells .cart_totals,
.cross-sells .cart_totals{
	width: 100%;
	text-align: left;
	margin-bottom: 110px;
}

@media (max-width: 575px) {
	.related .cart_totals,
	.upsells .cart_totals,
	.cross-sells .cart_totals{
		margin-bottom: 60px;
	}
}

.related .cart_totals table,
.upsells .cart_totals table,
.cross-sells .cart_totals table{
	margin-bottom: 45px;
}

.related .cart_totals h2,
.upsells .cart_totals h2,
.cross-sells .cart_totals h2{
	font-size: 30px;
	text-transform: capitalize;
	letter-spacing: -0.3px;
}

.related .cart_totals td[data-title=Total],
.related .cart_totals td[data-title=Subtotal],
.upsells .cart_totals td[data-title=Total],
.upsells .cart_totals td[data-title=Subtotal],
.cross-sells .cart_totals td[data-title=Total],
.cross-sells .cart_totals td[data-title=Subtotal]{
	text-align: right;
}

.related .cart_totals th,
.related .cart_totals tr,
.upsells .cart_totals th,
.upsells .cart_totals tr,
.cross-sells .cart_totals th,
.cross-sells .cart_totals tr{
	padding: 13px 0px;
}

.related .cart_totals th,
.upsells .cart_totals th,
.cross-sells .cart_totals th{
	font-size: 16px;
	line-height: 1;
}

.related .cart_totals td:last-child,
.upsells .cart_totals td:last-child,
.cross-sells .cart_totals td:last-child{
	border-bottom: 1px solid #d0d2d3;
}

.related .cart_totals .wc-proceed-to-checkout .button,
.upsells .cart_totals .wc-proceed-to-checkout .button,
.cross-sells .cart_totals .wc-proceed-to-checkout .button{
	padding: 17px 35px;
}

.shop_table.customer_details td[data-title=Total],
.shop_table.customer_details td[data-title=Subtotal],
.shop_table.order_details td[data-title=Total],
.shop_table.order_details td[data-title=Subtotal]{
	text-align: right;
}

.shop_table.customer_details th,
.shop_table.customer_details tr,
.shop_table.order_details th,
.shop_table.order_details tr{
	padding: 13px 0px;
}

.shop_table.customer_details th,
.shop_table.order_details th{
	font-size: 20px;
	line-height: 1;
}

.shop_table.customer_details td:last-child,
.shop_table.customer_details tr:last-child td,
.shop_table.order_details td:last-child,
.shop_table.order_details tr:last-child td{
	border-bottom: 1px solid #d0d2d3;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -40px;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li{
	position: relative;
	padding: 40px 40px 40px 85px !important;
	min-height: 160px;
	white-space: normal;
	border-bottom: 1px solid #d0d2d3;
}

.widget_shopping_cart ul li a > img,
.widget_products ul li a > img,
.widget_recently_viewed_products ul li a > img,
.widget_recent_reviews ul li a > img,
.widget_top_rated_products ul li a > img{
	position: absolute;
	left: 0;
	max-width: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.widget_shopping_cart .product-title,
.widget_shopping_cart .minicart-product-meta a,
.widget_products .product-title,
.widget_products .minicart-product-meta a,
.widget_recently_viewed_products .product-title,
.widget_recently_viewed_products .minicart-product-meta a,
.widget_recent_reviews .product-title,
.widget_recent_reviews .minicart-product-meta a,
.widget_top_rated_products .product-title,
.widget_top_rated_products .minicart-product-meta a{
	display: block;
	font-size: 16px;
	font-family: "Anton",sans-serif;
	margin-bottom: 10px;
}

.widget_shopping_cart .amount,
.widget_products .amount,
.widget_recently_viewed_products .amount,
.widget_recent_reviews .amount,
.widget_top_rated_products .amount{
	font-size: 16px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button,
.widget_products .woocommerce-mini-cart__buttons a.button,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons a.button,
.widget_recent_reviews .woocommerce-mini-cart__buttons a.button,
.widget_top_rated_products .woocommerce-mini-cart__buttons a.button{
	padding: 15px 20px;
	line-height: 1;
	font-weight: 500;
	border: 2px solid #f2c014;
	display: inline-block;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:hover,
.widget_products .woocommerce-mini-cart__buttons a.button:hover,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons a.button:hover,
.widget_recent_reviews .woocommerce-mini-cart__buttons a.button:hover,
.widget_top_rated_products .woocommerce-mini-cart__buttons a.button:hover{
	color: #131e25 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child:hover,
.widget_products .woocommerce-mini-cart__buttons a.button:last-child:hover,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons a.button:last-child:hover,
.widget_recent_reviews .woocommerce-mini-cart__buttons a.button:last-child:hover,
.widget_top_rated_products .woocommerce-mini-cart__buttons a.button:last-child:hover{
	background-color: #f2c014;
	color: #131e25;
}

.widget_recent_reviews a{
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.widget_price_filter .price_slider{
	margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount{
	margin-top: 1em;
	text-align: right;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

.widget_price_filter .price_slider_amount .button{
	float: left;
	margin-top: 15px;
	position: static;
	padding: 10px 35px;
	background-color: #f2c014;
	border: 2px solid #f2c014;
	border-radius: 0;
	font-weight: 400;
	color: #131e25;
	min-width: 150px;
	line-height: 1;
}

.widget_price_filter .price_slider_amount .button:hover{
	background-color: rgba(0, 0, 0, 0);
}

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

.widget_price_filter .ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: .7em;
	height: .7em;
	cursor: ew-resize;
	outline: none;
	background: #f2c014;
	box-sizing: border-box;
	margin-top: -0.2em;
	opacity: 1;
	border-radius: 50%;
}

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

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{
	box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f2c014;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal{
	height: .3em;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
	right: -1px;
}

.widget_shopping_cart .woocommerce-mini-cart{
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	.widget_shopping_cart .woocommerce-mini-cart__buttons a{
		min-width: 100px;
		padding: 10px 20px;
	}
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child{
	background-color: #f2c014;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child:hover{
	background-color: rgba(0, 0, 0, 0);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a + a{
	margin-left: 5px;
}

.widget_shopping_cart li a{
	display: block;
}

.widget_shopping_cart li .minicart-product-meta{
	display: flex;
	flex-direction: column;
}

.widget_shopping_cart li .remove{
	position: absolute;
	top: 35px;
	right: 15px;
	font-size: 0;
}

.widget_shopping_cart li .remove:before{
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.dropdown_product_cat,
.dropdown_layered_nav_color{
	width: 100%;
	max-width: 370px;
	border: none;
	background-color: #f1f5f3;
	height: 60px;
	padding: 0 30px;
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.png);
	background-position: 91.4% 50%;
	background-repeat: no-repeat;
}

.widget_product_tag_cloud a{
	border: 1px solid #d0d2d3;
	border-radius: 0;
	padding: 7px 25px;
	margin: 0 6px 10px 0;
	text-align: center;
	display: inline-block;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px !important;
	color: #6d7a82;
}

.widget_product_tag_cloud a:last-child{
	margin: 0;
}

.widget_product_tag_cloud a:hover{
	background-color: #f2c014;
	border-color: #f2c014;
	color: #131e25;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul{
	padding: 0;
	list-style: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li{
	padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li{
	border-top: 1px solid #d0d2d3;
	border-bottom: 1px solid #d0d2d3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.woocommerce-MyAccount-navigation li > a,
.widget_layered_nav li > a,
.widget_layered_nav_filters li > a,
.widget_product_categories li > a{
	flex-grow: 10;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	color: #6d7a82;
}

.woocommerce-MyAccount-navigation li:before,
.widget_layered_nav li:before,
.widget_layered_nav_filters li:before,
.widget_product_categories li:before{
	font-family: "FontAwesome";
	content: "";
	font-size: 5px;
	position: relative;
	padding-right: 15px;
	top: 0;
	left: 0;
	display: inline-block;
	color: #f2c014;
}

.woocommerce-MyAccount-navigation li.is-active,
.widget_layered_nav li.is-active,
.widget_layered_nav_filters li.is-active,
.widget_product_categories li.is-active{
	font-weight: 700;
}

.woocommerce-MyAccount-navigation li + li,
.widget_layered_nav li + li,
.widget_layered_nav_filters li + li,
.widget_product_categories li + li{
	border-top: none;
}

.shop_table{
	margin-top: 0;
}

.shop_table .quantity{
	position: relative;
	width: 80px;
}

.shop_table [type=number]{
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 0;
	line-height: 30px;
	text-align: center;
	max-width: 5em;
	height: 50px;
	color: #131e25;
	-moz-appearance: textfield;
	background-color: #f1f1f1;
	border: none;
}

.shop_table [type=number]::-webkit-inner-spin-button,
.shop_table [type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.shop_table .button{
	margin-top: 0 !important;
	padding: 15px 35px !important;
}

.shop_table .amount{
	font-size: 16px;
}

.shop_table th{
	font-size: 20px;
	border: none;
	border-bottom: 1px solid #d0d2d3;
	text-align: left;
	font-family: "Anton",sans-serif;
}

.shop_table tr,
.shop_table td{
	border: none;
	border-bottom: 1px solid #d0d2d3;
}

.shop_table tr{
	border-bottom: 0;
}

.shop_table .remove{
	font-size: 0;
	line-height: .75;
	color: #f2c014;
	position: relative;
}

.shop_table .remove:before{
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.shop_table .product-thumbnail img{
	max-width: 100px;
}

.shop_table .actions{
	padding-top: 2.4em;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	border-bottom: none !important;
}

.shop_table .coupon{
	float: left;
	display: flex;
}

@media (max-width: 1199px) {
	.shop_table .coupon{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;
	}
}

.shop_table .coupon label{
	display: none;
}

.shop_table .coupon [type=text]{
	width: 250px;
	margin-right: 7px;
}

.shop_table .coupon [type=submit]{
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 35px;
}

@media (max-width: 1199px) {
	.shop_table .coupon [type=submit]{
		margin-top: 20px !important;
	}
}

.shop_table .coupon + .button{
	position: static;
	padding: 10px 35px;
	background: rgba(0, 0, 0, 0);
	border: 3px solid #f2c014;
	color: #0d161b;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.shop_table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.cart-collaterals{
	clear: both;
	margin-top: 3em;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0px 25px 0px rgba(0, 0, 0, .09);
	padding: 60px;
}

@media (max-width: 575px) {
	.cart-collaterals{
		padding: 30px;
	}
}

.cart-collaterals h2{
	font-size: 30px;
}

.cart-collaterals .cart_totals{
	order: -1;
}

.cart-collaterals .cart_totals table{
	display: table;
}

@media (max-width: 575px) {
	.cart-collaterals .cart_totals{
		width: 100%;
	}
}

.cart-collaterals .cart_totals .wc-forward{
	border: 2px solid #f2c014;
	padding: 15px 35px;
	margin-top: 30px;
	display: inline-block;
	font-weight: 500;
	color: #131e25;
	line-height: 1;
}

.cart-collaterals .cart_totals .wc-forward:hover{
	background: #f2c014;
}

.cart-collaterals .cart_totals .shipping-calculator-button{
	padding: 10px 35px;
	border: 2px solid #f2c014;
	line-height: 1 !important;
	display: inline-block;
	color: #131e25;
	font-weight: 400;
}

.cart-collaterals .cart_totals .shipping-calculator-button:hover{
	background-color: #f2c014;
}

.cart-collaterals .cart_totals .select2-container--default .select2-selection--single{
	border: none;
	line-height: 30px;
	padding: 11px 13px;
	background-color: #f1f1f1;
	height: 52px;
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.cart-collaterals .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}

.cart-collaterals .cart_totals .shipping-calculator-form{
	margin-top: 30px;
}

.cart-collaterals .cart_totals .woocommerce-shipping-methods{
	padding-left: 0;
}

.cart-collaterals .cart_totals .woocommerce-shipping-methods label{
	display: inline-block !important;
}

.cart-collaterals .cart_totals .woocommerce-shipping-methods li{
	list-style-type: none;
	padding-left: 0;
}

.cart-collaterals .wc-proceed-to-checkout{
	margin-top: 2em;
}

.woocommerce-shipping-fields .shipping_address{
	margin-bottom: 20px;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span{
	font-weight: 400;
	color: #131e25;
}

.woocommerce-shipping-totals ul{
	padding-left: 0;
}

.woocommerce-shipping-totals ul li{
	list-style-type: none;
}

.woocommerce-shipping-totals ul li label{
	color: #131e25;
}

.woocommerce-shipping-totals ul li .amount{
	margin-top: 20px;
	display: inline-block;
}

.checkout:before,
.checkout:after{
	display: block;
	content: "";
	clear: both;
}

.woocommerce-NoticeGroup{
	margin-bottom: 30px;
}

.col2-set{
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.col2-set{
		margin-bottom: 30px;
	}
}

.col2-set .col-1,
.col2-set .col-2{
	max-width: none;
}

.col2-set .col-2{
	margin-top: 40px;
}

@media (min-width: 992px) {
	.col2-set#customer_details{
		flex-direction: column;
		width: 65%;
		float: left;
	}

	.col2-set ~ #order_review_heading,
	.col2-set ~ #order_review{
		float: right;
		width: 32%;
		margin-top: 0;
	}
}

td.product-remove{
	max-width: 50px;
	width: 50px;
}

td.product-name{
	width: 660px;
	padding: 20px 30px 20px 10px;
	font-weight: 500;
	color: #131e25;
}

td.product-name .variation{
	margin: 20px 0 0;
	display: flex;
}

td.product-name .variation dd{
	margin: 0 0 0 10px;
}

td.product-name a{
	font-size: 16px;
}

#payment ul{
	margin: 1em 0;
	list-style: none;
	padding-left: 0;
}

#payment [type=radio]{
	opacity: 0;
	margin-left: -10px;
}

#payment label{
	margin-bottom: 0;
}

.wc_payment_method .payment_box{
	margin-top: .8em;
	padding: .8em 1em;
	background-color: rgba(150, 150, 150, .05);
}

.place-order.form-row{
	display: block;
	margin: 1.2em 0;
}

p.form-row{
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	text-align: left;
}

p.form-row label{
	display: none;
	margin-bottom: 12px;
	letter-spacing: 1px;
	font-size: 14px;
}

@media (min-width: 992px) {
	p.form-row.form-row-first{
		width: 100%;
		float: left;
	}

	p.form-row.form-row-last{
		width: 100%;
		float: left;
	}
}

p.form-row.notes,
p.form-row.form-row-wide{
	width: 100%;
	clear: both;
}

p.form-row.notes span,
p.form-row.form-row-wide span{
	display: inherit;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login{
	display: none;
	width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first{
	margin-right: 0;
	width: 100%;
}

.lost_reset_password,
form.login{
	margin: 0 auto;
}

@media (min-width: 992px) {
	.lost_reset_password,
	form.login{
		width: 50%;
		margin: 0 auto;
	}
}

.lost_reset_password .button,
form.login .button{
	white-space: pre-wrap;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.lost_reset_password .button,
	form.login .button{
		margin-top: 20px;
	}
}

.woocommerce-MyAccount-navigation{
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation{
		margin-bottom: 3em;
	}
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation{
		padding-left: 60px;
		float: right;
		width: 30%;
	}

	.woocommerce-MyAccount-content{
		float: left;
		width: 70%;
	}
}

.woocommerce-order-details{
	margin-top: 2.5em;
}

.woocommerce-order-details h2{
	font-size: 30px;
	font-weight: 400;
}

.woocommerce-customer-details{
	margin-top: 3.5em;
}

.woocommerce-customer-details h3{
	margin-top: 1em;
	font-size: 30px;
	font-weight: 400;
}

ul.wc-item-downloads{
	margin: .5em 0;
}

ul.wc-item-downloads li{
	list-style: none;
}

.order-again{
	margin-top: 2em;
}

.shop_table.woocommerce-checkout-review-order-table{
	margin-bottom: 1.5em;
}

.woocommerce-terms-and-conditions-wrapper{
	margin-bottom: 1.5em;
}

.woocommerce-terms-and-conditions-wrapper p.form-row label{
	display: block;
	margin-top: 1em;
	cursor: pointer;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.2;
}

.woocommerce-terms-and-conditions-wrapper p.form-row label .required{
	display: none;
}

.woocommerce-terms-and-conditions-wrapper p.form-row label:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 1px 10px 3px 0;
	padding-left: .1em;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 12px;
	font-size: 10px;
	border: 1px solid #d0d2d3;
	font-family: "FontAwesome";
}

.woocommerce-terms-and-conditions-wrapper p.form-row.woocommerce-validated label::before{
	content: "";
	color: #f2c014;
	border-color: #f2c014;
}

.wcppec-checkout-buttons{
	margin-top: 0;
}

.dom-ready .paypal-button[data-funding-source=paypal] .paypal-button-text:not(.personalization-text):not(.hidden){
	font-size: 0 !important;
}

.wcppec-checkout-buttons{
	text-align: left;
}

.wcppec-checkout-buttons .wcppec-checkout-buttons__button{
	padding-top: 0;
}

@media (min-width: 1200px) {
	.woocommerce .col-xl-8{
		flex: 0 0 75%;
		max-width: 75%;
	}

	.woocommerce .col-xl-4{
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.product-template-default .woocommerce-notices-wrapper{
	margin-left: 30px;
	margin-right: 30px;
}

.woocommerce-variation-price{
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	.woocommerce-variation-price{
		text-align: center;
		display: inline-block;
		width: 100%;
	}
}