/*
Theme Name: Empress HVAC
Author: Empress HVAC
Version: 1.0
License: Private
Text Domain: empress
*/

@charset "utf-8";
body, input, button, select, textarea {
	font-family: 'tablet-gothic', sans-serif;
	font-weight: 400;
}
body {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #0b141e;
	font-family: 'tablet-gothic', sans-serif;
}
a:focus, button:focus, select:focus, input:focus, textarea:focus, .form-control:focus {
	outline: none !important;
	box-shadow: none;
}
a {
	color: #0b141e;
}
a:hover {
	color: #db6454;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #0b141e;
	font-family: 'realist', sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: normal;
	margin: 0 0 20px;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
p {
	color: #0b141e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
}
blockquote {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), inset 3px 0 0 #db6454;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px 20px 10px;
}
.btn {
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 15px 50px;
	border: none;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	transition: all 0.15s linear;
	display: inline-block;
	position: relative;
	color: #db6454;
	font-family: 'realist', sans-serif;
}
.btn:focus {
	box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary {
	background-color: #ba9471;
	color: #fff;
	font-size: 14px;
}
.btn-outline-primary {
	border: 1px solid #db6454;
	background-color: #ffffff;
}
.btn.white-color {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
	background-color: #e6dfd5;
	color: #4e4e51;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover {
	background-color: #db6454;
	color: #fff;
	border-color: #db6454;
}
.email-touch-form form .btn:not(:disabled):not(.disabled).active, .email-touch-form form .btn:not(:disabled):not(.disabled):active, .email-touch-form form .btn:hover {
	color: #fff;
	border-color: #fff;
}
.row {
	margin-right: -12px;
	margin-left: -12px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 12px;
	padding-left: 12px;
}
.header-action-bar {
	padding: 11px 0;
}
.top-right-link {
	text-align: right;
}
.top-right-link li {
	display: inline-block;
	margin-left: 45px;
}
.logo span {
	margin: 0;
}
.logo a:hover img {
	opacity: 0.8;
}
.header-container-wraper {
	padding: 26px 0 21px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.search-field {
	position: relative;
	width: 100%;
	max-width: 416px;
}
.search-field input {
	width: 100% !important;
	height: 50px !important;
	border-radius: 25px !important;
	border: 1px solid #cccccc !important;
	background-color: #ffffff !important;
	padding: 18px 62px 18px 32px !important;
	box-shadow: none !important;
}
.dgwt-wcas-search-wrapp {
	padding-bottom: 0 !important;
}
.dgwt-wcas-open .search-field input.focus-visible {
	border-radius: 25px 25px 0 0 !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier, .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	display: none !important;
}
.dgwt-wcas-suggestion {
	padding: 15px 32px !important;
}
.dgwt-wcas-suggestion-more {
	display: none !important;
}
.dgwt-wcas-preloader.dgwt-wcas-inner-preloader {
	background-color: #fff;
	width: 70px;
	height: 40px;
	top: 6px;
	right: 15px;
}
.search-field button {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: 0;
	padding: 10px;
	width: 70px;
	height: 50px;
	border-radius: 0 50px 5px 0;
	text-align: left;
}
.header-account-link {
	text-align: right;
}
.header-account-link a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	position: relative;
}
.header-account-link a:hover img {
	opacity: 0.8;
}
.cart-quantity {
	min-width: 16px;
	height: 16px;
	border: 1px solid #0b141e;
	background-color: #db6454;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	line-height: 13px;
	top: 0;
	right: -4px;
}
.header-nav-bar {
	background-color: #f6f6f6;
}
.header-nav-bar .container {
    max-width: 1800px;
    padding: 0px 50px;
}
.header-menu-link {
	margin: 0 -25px;
}
.header-menu-link>ul {
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: center;
}
.header-menu-link>ul>li:first-child {
	margin-left: 0;
}
.header-menu-link>ul>li {
	margin-left: 5px;
}
.header-menu-link>ul>li>a {
    padding: 10px 5px;
    color: #0b141e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    text-align:center;
}
.header-guarantees-bar {
	background-color: #3d576b;
}
.guarantees-slider {
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.header-guarantees-bar a {
	padding: 10px;
	width: 25%;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-guarantees-bar a:hover {
	opacity: 0.8;
}
.header-guarantees-bar a img {
	margin-right: 10px;
}
.banner-section {
	height: 499px;
	display: flex;
	align-items: flex-end;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-section .btn {
	max-width: 277px;
	display: block;
	margin: 0 auto 70px;
}
.all-section {
	padding: 40px 0;
}
.category-banner-box {
	position: relative;
	overflow: hidden;
}
.category-banner-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.category-banner-box:before {
	content: '';
	padding-top: 123.97%;
	display: block;
}
.category-banner-box a.cat-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(61, 87, 107, 0.9);
	padding: 28px 20px;
	width: 100%;
	display: block;
	color: #ffffff;
	font-family: 'realist', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.category-banner-box:hover .category-banner-img {
	transform: scale(1.1);
}
.category-banner-box:hover a {
	background-color: rgba(61, 87, 107, 1);
}
.category-banner-box a.cat-title:after {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url('assets/img/arrow-icon.svg')no-repeat 0 0;
	width: 19px;
	height: 35px;
	content: '';
}
.gray-bg {
	background-color: #f6f6f6;
}
.col-4-product-section {
	padding: 39px 0 0;
}
.section-heading {
	text-align: center;
}
.section-heading h1,.section-heading h2 {
	margin-bottom: 36px;
	font-size: 32px;
}
.product-box {
	background: #fff;
	position: relative;
	min-height: 100%;
	padding-bottom: 78px;
}
.archive .product-box {
	padding-bottom: 107px;
}
.product-box-img {
	overflow: hidden;
}
.product-box-img a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-box-img:hover a {
	transform: scale(1.1);
}
.product-box-img a:before {
	padding-top: 103%;
	content: '';
	display: block;
}
.product-box-info {
	padding: 15px 20px 0;
}
.product-box-info h3 {
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-family: 'tablet-gothic', sans-serif;
	margin-bottom: 2px;
}
.product-box-info h3 a {
	color: #0b141e;
}
.product-box-info h3 a:hover {
	color: #db6454;
}
.product-box-info .sku {
	margin-bottom: 7px;
}
.product-price {
	margin-bottom: 19px;
}
.product-price .woocommerce-Price-amount {
	color: #0b141e;
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px;
}
.product-price .var-price .woocommerce-Price-amount {
	margin-right: 0;
}
.product-price ins {
	text-decoration: none;
}
.product-price del.var-price {
	margin-left: 10px;
}
.product-price ins.sale-price .woocommerce-Price-amount {
	color: #db6454;
}
.product-price del .woocommerce-Price-amount {
	color: #0b141e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration-line: line-through;
	margin-right: 0;
}
.product-box-info .add-to-cart {
	transition: background-color 0.3s ease;
	position: absolute;
	bottom: 29px;
	left: auto;
	right: auto;
	margin: auto;
	width: calc(100% - 40px);
}
.archive .product-box-info .add-to-cart {
	bottom: 58px;
}
.product-box-info .add-to-cart.loading {
	background: url(assets/img/loader.svg) no-repeat center #db6454;
	text-indent: -999px;
	overflow: hidden;
	background-size: 20px;
}
.woocommerce a.added_to_cart.wc-forward {
	display: none;
}
.col-2-banner-section .category-banner-box:before {
	padding-top: 80.7%;
}
.featured-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #3d576b;
	color: #ffffff;
	font-family: 'realist', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 54px;
	display: block;
	text-align: center;
}
.col-1-banner-section .category-banner-box:before {
	padding-top: 25.2%;
}
.col-3-testimonial-section {
	overflow: hidden;
}
.testimonial-slider {
	margin: 0 -7%;
}
.testimonial-slider .swiper-slide {
	opacity: 0.5;
	pointer-events: none;
}
.testimonial-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
	pointer-events: all;
}
.testimonial-box {
	background-color: #f6f6f6;
	padding: 23px 27px;
	max-width: 526px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
.home .testimonial-box {
	padding-bottom: 110px;
}
.testimonial-box .product-link {
	position: absolute;
	left: 27px;
	right: 27px;
	bottom: 25px;
}
.testimonial-product-info {
	display: flex;
	justify-content: space-between;
}
.testimonial-product-name {
	width: 100%;
}
.testimonial-reviews {
	margin-bottom: 20px;
}
.testimonial-product-name h3 a {
	color: #0b141e;
	font-family: 'realist', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.testimonial-product-name h3 a:hover {
	color: #db6454;
}
.testimonial-price {
	float: right;
	color: #0b141e;
	font-family: 'tablet-gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.testimonial-box p {
	max-width: 100%;
	margin-top: -15px;
	margin-bottom: 34px;
}
.testimonial-box .btn {
	width: 100%;
	padding: 15px 30px;
	text-align: left;
	background: url('assets/img/arrow-orange.svg') no-repeat right 20px center;
	background-size: 11px;
}
.testimonial-box .btn:hover {
	background: url('assets/img/arrow-icon.svg') no-repeat right 20px center #db6454;
	background-size: 11px;
}
.testimonial-information {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.testimonial-user-img {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}
.testimonial-user-name span {
	display: block;
}
.testimonial-slider .swiper-button-prev .testimonial-slider .swiper-button-next {
	display: none;
}
.email-touch-section {
	background-color: #db6454;
	text-align: center;
}
.email-touch-section h2 {
	color: #fff;
	margin-bottom: 25px;
}
.email-touch-form p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}
.email-touch-form form .mc-field-group-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 7px;
}
.email-touch-form form .mc-field-group {
	max-width: 480px;
	width: 100%;
}
.email-touch-form form input {
	max-width: 480px;
	background-color: #ffffff;
	display: block;
	width: 100%;
	height: 51px;
	border: 0;
	padding: 10px 32px;
	border: 1px solid #fff;
}
.email-touch-form form input:hover, .email-touch-form form input:focus {
	border-color: #000;
}
.form-control::-webkit-input-placeholder, .email-touch-form form input::-webkit-input-placeholder {
	color: #0b141e;
	font-style: italic;
}
.form-control::-moz-placeholder, .email-touch-form form input::-moz-placeholder {
	color: #0b141e;
	font-style: italic;
}
.form-control:-ms-input-placeholder, .email-touch-form form input:-ms-input-placeholder {
	color: #0b141e;
	font-style: italic;
}
.form-control:-moz-placeholder, .email-touch-form form input:-moz-placeholder {
	color: #0b141e;
	font-style: italic;
}
.form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.email-touch-form form .btn {
	margin-left: 24px;
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 66px;
	border-color: #fff;
	color: #fff;
	height: 51px;
}
.email-touch-form form .btn:hover {
	background: #fff;
	color: #db6454;
}
#mc_embed_signup form {
	width: 705px;
	max-width: 100%;
	margin: 0 auto;
}
#mc_embed_signup div.mce_inline_error, #mce-success-response, #mce-error-response {
	background: no-repeat !important;
	text-align: left !important;
	font-style: italic !important;
	font-weight: 400 !important;
	padding: 5px 0 !important;
	color: #fff !important;
}
.email-touch-form small {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
}
.footer-menu-part {
	background-color: #3d576b;
	padding: 39px 0;
	min-height: 312px;
}
.footer-menu h4 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 7px;
	font-weight: 700;
}
.footer-menu ul {
	margin-bottom: 30px;
}
.footer-menu ul li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
.footer-about p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 8px;
}
.footer-about img:hover {
	opacity: 0.8;
}
.footer-about p a {
	color: #fff;
}
.footer-menu ul li a:hover, .footer-about p a:hover {
	color: #db6454;
}
.footer-about .footer-logo {
	margin: 20px 0;
	display: inline-block;
}
.footer-copyright-part {
	background-color: #0b141e;
	padding: 17px 0 0px;
}
.footer-copyright-part p, .footer-copyright-part a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 23px;
	text-align: center;
}
.footer-copyright-part a:hover {
	color: rgba(255, 255, 255, 1);
}
.breadcrumb {
	margin: 40px 0 35px;
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 17px;
}
.breadcrumb-item+.breadcrumb-item::before {
	margin-right: 20px;
	background: url(assets/img/arrow-black-right.svg) no-repeat 0 0;
	width: 8px;
	height: 14px;
	background-size: 8px;
	content: '';
	padding: 0;
	vertical-align: middle;
}
.breadcrumb-item.active {
	color: #0b141e;
}
.category-top-banner {
	background-color: #db6454;
	padding: 10px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 35px;
}
.category-top-banner h1,.category-top-banner h2 {
	color: #fff;
	margin: 0;
}
.category-main-content .category-banner-box:before {
	padding-top: 84%;
}
.category-main-content .category-banner-box {
	margin-bottom: 21px;
}
.category-main-content .category-banner-box a.cat-title {
	padding: 16px 11px;
}
.category-main-content .category-banner-box a.cat-title:after {
	top: 50%;
	right: 11px;
	width: 19px;
	height: 28px;
	background-size: 14px;
	transform: translateY(-50%);
}
.main-content {
	padding-bottom: 50px;
}
hr {
	border-top: 1px solid #f6f6f6;
	margin-top: 1.3rem;
	margin-bottom: 2rem;
}
.category-filter {
	margin-bottom: 40px;
}
.category-filter .sort-by {
	display: flex;
	align-items: center;
}
.category-filter .sort-by label, .category-filter .woocommerce-ordering {
	margin-bottom: 0;
}
.category-filter .woocommerce-ordering .orderby {
	height: 45px;
	border: 1px solid #db6454;
	background: url(assets/img/select-arrow-icon.svg) no-repeat right 15px center #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 15px;
	color: #db6454;
	font-family: Realist;
	font-size: 14px;
	font-weight: 700;
	font-family: 'realist', sans-serif;
	text-transform: uppercase;
	width: 260px;
}
.woocommerce .woocommerce-ordering {
	float: none;
	display: inline;
	margin-left: 10px;
}
.contact-form {
	background-color: #f6f6f6;
	padding: 22px 24px 2px;
}
.page-template-account .contact-form {
	min-height: 100%;
}
.contact-form:not(.address-form-edit) h3 {
	color: #0b141e;
	font-family: Realist;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.address-form-edit h3 {
	text-transform: capitalize;
}
.woocommerce form.login, .woocommerce form.register {
	border: none;
	padding: 0;
	margin: 0;
}
div.wpcf7-response-output {
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	color: #f00;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.input-text, .form-control, .contact-form .input-text, .contact-form .select2-selection--single {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 14px 24px;
	border-radius: 0;
	height: auto;
	color: #0b141e;
	font-size: 14px;
}
.input-text:hover, .input-text:focus, .contact-form .select2-selection--single:hover, .contact-form .select2-selection--single:focus, .form-control:hover, .form-control:focus, .contact-form .input-text:hover, .contact-form .input-text:focus {
	border-color: #db6454;
}
textarea.form-control {
	height: 123px;
	resize: none;
}
.form-group {
	margin-bottom: 26px;
}
.contact-form .btn {
	width: 100%;
	padding: 15px 20px;
}
.custom-control {
	padding-left: 30px;
}
.custom-control-label {
	cursor: pointer;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 100%;
}
.custom-control-label::before {
	border: #3d576b solid 1px;
	width: 18px;
	height: 18px;
	top: 0.1rem;
	left: -1.8rem;
}
.custom-control-label::after {
	width: 18px;
	height: 18px;
	top: 0.1rem;
	left: -1.8rem;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}
/*https://trello.com/c/MYF5xFnj/1642-empress-free-shipping-staging*/
.custom-control-input:checked~.custom-control-label::before, .custom-control-input[type=hidden]~.custom-control-label::before {
	border-color: #db6454;
	background-color: #db6454;
}
/*https://trello.com/c/MYF5xFnj/1642-empress-free-shipping-staging*/
.custom-checkbox .custom-control-input[type=hidden]~.custom-control-label::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before, .custom-control-input:not(:disabled):active~.custom-control-label::before {
	background: transparent;
	border-color: #3d576b;
}
.forgotten-password {
	margin: 12px 0 5px;
	display: inline-block;
}
.woocommerce-pagination span, .woocommerce-pagination a {
	min-width: 30px !important;
}
.contact-details h2 {
	margin-bottom: 36px;
}
.contact-details p span {
	margin-right: 12px;
	min-width: 28px;
	display: inline-block;
}
.contact-details p.live-chat-link a {
	color: #81d0dd;
}
.contact-details p:last-child {
	margin-bottom: 0;
}
.contact-details p.live-chat-link a:hover {
	color: #db6454;
}
.cms-content .h1, .cms-content h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content .h2, .cms-content h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content .h3, .cms-content h3 {
	font-size: 1.75rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content .h4, .cms-content h4 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content .h5, .cms-content h5 {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content .h6, .cms-content h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.cms-content ul, .cms-content ol {
	padding-left: 30px;
	margin-bottom: 15px;
}
.cms-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
.cms-content ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
.section-already-customer {
	background-color: #81d0dd;
	padding: 40px 25px;
	width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 40px;
}
.already-customer-content {
	max-width: 1050px;
	margin: 0 auto;
}
.already-customer-content h2 {
	color: #fff;
	margin-bottom: 0;
}
.already-customer-content p {
	color: #fff;
	margin: 0;
	font-size: 18px;
	line-height: 34px;
}
.already-customer-content p a {
	color: #fff;
	text-decoration: underline;
}
.already-customer-content p a:hover {
	color: #db6454;
	text-decoration: none;
}
.product-single .breadcrumb {
	margin: 20px 0;
}
.product-section {
	background-color: #f6f6f6;
	padding: 20px 0;
}
.single-product-info .product-title {
	margin-bottom: 2px;
	font-weight: 300;
}
.single-product-info .sku {
	color: #0b141e;
	font-family: 'tablet-gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.woocommerce div.product p.price .amount, .woocommerce div.product span.price .amount, .single-product-info .product-price .woocommerce-Price-amount {
	color: #0b141e;
	font-family: 'realist', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce div.product p.price ins.sale-price .amount {
	color: #db6454;
}
.woocommerce div.product p.price, .single-product-info .product-price {
	line-height: normal;
	margin-bottom: 8px;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 4px 10px 0 0;
	float: left;
	font-size: 23px;
	color: #ffbd27;
	overflow: hidden;
}
.woocommerce .star-rating::before {
	color: #ffbd27;
}
.product-short-description p {
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}
.product-Reviews {
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link, .product-Reviews span {
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.woocommerce div.product form.cart, .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	margin-top: 10px;
}
.woocommerce div.product form.cart .quantity {
	width: 141px;
	position: relative;
	margin: 0 !important;
}
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
	display: none;
}
.woocommerce div.product form.cart .quantity .input-text {
	padding: 10px 45px;
	border-top: 1px solid #db6454;
	border-bottom: 1px solid #db6454;
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
}
.woocommerce div.product form.cart .quantity .input-text::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .input-text::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
	margin: 0;
}
.woocommerce div.product form.cart .quantity button {
	position: absolute;
	top: 0;
	width: 45px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #db6454;
	line-height: 45px;
	text-align: center;
	color: #db6454;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
}
.woocommerce div.product form.cart .quantity button::selection, .woocommerce div.product form.cart .quantity button::-webkit-selection .woocommerce div.product form.cart .quantity button::-moz-selection {
	background: #fff;
}
.woocommerce div.product form.cart .quantity button.qty-minus {
	left: 0;
}
.woocommerce div.product form.cart .quantity button.qty-plus {
	right: 0;
}
.woocommerce div.product form.cart .button {
	width: calc(100% - 166px);
	border: 1px solid #db6454;
	background-color: #ffffff;
	color: #db6454;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 20px;
}
.woocommerce div.product form.cart .button:before {
	content: '';
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
	background: url(assets/img/cart-icon-orange.svg) no-repeat 0 0;
	width: 19px;
	height: 22px;
	background-size: 100%;
	margin-top: -4px;
}
.woocommerce div.product form.cart .button:hover:before {
	background: url(assets/img/cart-icon-orange-hover.svg) no-repeat 0 0;
	background-size: 100%;
}
.woocommerce div.product form.cart .button:hover {
	color: #fff;
	background: #db6454;
}
.woocommerce div.product form.variations_form {
	display: block;
}
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart single_variation_wrap {
	width: 100%;
}
.woocommerce div.product form.cart .variations {
	margin-top: 15px;
	margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations td {
	display: block;
	position: relative;
}
.woocommerce div.product form.cart .variations td select {
	border: 1px solid #db6454;
	padding: 10px 20px;
	background: url(assets/img/variations-select-arrow.svg) no-repeat right 20px center #fff;
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
}
.woocommerce div.product form.cart .variations label {
	margin: 0;
}
.woocommerce div.product form.cart .reset_variations {
	/*position: absolute;
    bottom: -21px;
    left: 0;*/
}
.single_variation_wrap .woocommerce-variation.single_variation {
	padding: 0px 0 0px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	margin-right: 10px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #000;
	opacity: 0.6;
}
.woocommerce .product-section span.onsale {
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #3d576b;
	color: #ffffff;
	font-family: 'realist', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 54px;
	display: block;
	text-align: center;
	min-height: inherit;
	min-width: inherit;
	border-radius: 0;
	line-height: inherit;
}
.other-product-info {
	background-color: #ffffff;
	padding: 15px 20px;
	margin: 30px 0 16px;
}
.other-product-info .delivery-checkout {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.other-product-info .delivery-checkout:last-child {
	margin-bottom: 10px;
}
.other-product-info .other-product-icon {
	width: 40px;
	margin-right: 50px;
}
.other-product-info .delivery-checkout p {
	width: 85%;
	margin: 0;
}
.category-Controllers {
	margin-bottom: 20px;
}
.category-Controllers a {
	color: #81d0dd;
}
.product-information-section {
	padding: 75px 0 90px;
}
.product-information-section h2 {
	margin-bottom: 34px;
}
.single-product-picture {
	display: flex;
}
.single-product-picture .gallery-thumbs {
	width: 18%;
	height: 511px;
	padding-right: 24px;
}
.single-product-picture .gallery-thumbs .swiper-slide {
	margin-bottom: 16px;
	width: 100% !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.6;
	cursor: pointer;
	height: auto !important;
}
.single-product-picture .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.single-product-picture .gallery-thumbs .swiper-wrapper {
	display: block;
}
.single-product-picture .gallery-thumbs .swiper-slide:before {
	content: '';
	padding-top: 100%;
	display: block;
}
.single-product-picture .gallery-top {
	width: 82%;
}
.single-product-picture .swiper-slide .product-picture {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.single-product-picture .swiper-slide .product-picture:before {
	content: '';
	padding-top: 100%;
	display: block;
}
.gallery-top-slider .product-picture img {
	display: none !important;
}
.single-product-picture .gallery-top .swiper-button-prev, .single-product-picture .gallery-top .swiper-button-next {
	display: none;
}
.woocommerce-product-gallery .photoswipe-zoom {
	pointer-events: none;
}
.swiper-button-next:focus, .swiper-button-prev:focus, .swiper-pagination-bullet:focus {
	outline: none;
}
.product-reviews-slider .testimonial-information {
	margin: 0 0 18px;
}
.product-reviews-slider .testimonial-box p {
	margin: 0 0 10px;
	max-width: 100%;
}
.product-reviews-slider .swiper-slide {
	opacity: 0.5;
}
.product-reviews-slider .swiper-slide.swiper-slide-active, .product-reviews-slider .swiper-slide.swiper-slide-next {
	opacity: 1;
}
.single-product-picture .gallery-top .swiper-pagination, .testimonial-slider .swiper-pagination {
	display: none;
}
.product-reviews-section {
	padding-top: 50px;
}
.woocommerce-verification-required {
	text-align: center;
}
#review_form_wrapper {
	background-color: #f6f6f6;
	padding: 22px 32px;
	margin-top: 40px;
}
#review_form_wrapper .comment-reply-title {
	margin-bottom: 30px;
	display: block;
}
.woocommerce #review_form #respond textarea {
	height: 123px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	resize: none;
	padding: 17px 24px;
}
.woocommerce #review_form #respond textarea:focus, .woocommerce #review_form #respond textarea:hover {
	border-color: #db6454;
}
.woocommerce #review_form #respond .form-submit input {
	border: 1px solid #db6454;
	background-color: #ffffff;
	color: #db6454;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 20px;
	width: 33.33%;
}
.woocommerce #review_form #respond .form-submit input:hover {
	background-color: #db6454;
	color: #fff;
}
/*.product-reviews-slider .swiper-container{
    overflow: inherit;
}*/

.woocommerce table.shop_table {
	border: 0;
	margin: 0 0px 40px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-radius: 0;
}
.woocommerce table.shop_table th {
	background-color: #3d576b;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 12px;
	font-family: 'realist', sans-serif;
}
.woocommerce table.shop_table .cart_item {
	background-color: #f6f6f6;
}
.woocommerce table.shop_table td {
	border: 0;
	padding: 23px 25px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 86px;
	box-shadow: none;
}
.woocommerce a.remove {
	background: url(assets/img/delete-icon.svg) no-repeat 0 0;
	width: 33px;
	height: 36px;
	border-radius: 0;
}
.woocommerce a.remove:hover {
	background: url(assets/img/delete-icon-hover.svg) no-repeat 0 0;
}
.woocommerce table.shop_table td.product-name a {
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.woocommerce table.shop_table .cart_item .product-price .woocommerce-Price-amount {
	font-size: 16px;
}
.woocommerce table.shop_table .quantity .qty {
	width: 52px;
	height: 50px;
	border: 1px solid #db6454;
	background-color: #ffffff;
	padding: 0;
}
.woocommerce table.shop_table .quantity .qty-minus, .woocommerce table.shop_table .quantity .qty-plus {
	display: none;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	background-color: #81d0dd;
}
.woocommerce-page table.cart td.actions .coupon {
	width: 507px;
	display: flex;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 311px;
	height: 50px;
	background-color: #ffffff;
	border: 0;
	padding: 10px 19px;
	margin: 0;
}
.woocommerce-page table.cart td.actions .coupon .btn, .woocommerce-page table.cart td.actions .update-cart-btn {
	padding: 15px 30px;
	width: 195px;
	border: 1px solid #ffffff;
	background: transparent;
	color: #fff;
}
.woocommerce-page table.cart td.actions .coupon .btn:hover, .woocommerce-page table.cart td.actions .update-cart-btn:not(:disabled):hover {
	border-color: #db6454;
	background: #db6454;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	max-width: 416px;
	width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	background-color: #f6f6f6;
	margin: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border: 0;
	padding: 33px 40px;
	font-weight: normal;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 53%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 14px;
	padding: 16px 20px;
	border: 1px solid #ffffff;
	background-color: #db6454;
	border-radius: 0;
	font-weight: 700;
	font-family: 'realist', sans-serif;
	text-transform: uppercase;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #3d576b;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #0b141e;
	font-family: 'realist', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.return-to-shop {
	margin: 50px 0 80px;
	text-align: center;
}
.woocommerce-info {
	border-top-color: #db6454;
}
.woocommerce-info::before {
	color: #db6454;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
	color: #0b141e;
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
	color: #0b141e;
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
	color: #0b141e;
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder {
	color: #0b141e;
	font-style: italic;
}
.contact-form .woocommerce-input-wrapper {
	display: block;
}
.woocommerce .contact-form .form-row {
	display: block;
}
.contact-form .form-row label {
	margin-bottom: 5px;
}
.woocommerce form .form-row .required {
	color: #0b141e;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
	color: #db6454;
}
.contact-form .select2-container .select2-selection--single:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 49px;
	width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 8px 4px 0 4px;
}
.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
	border-color: #db6454 transparent transparent transparent;
}
.contact-form .woocommerce-validated .select2-container .select2-selection--single .select2-selection__rendered {
	color: #db6454;
}
.contact-form .woocommerce-validated .select2-container .select2-selection--single {
	border-color: #db6454;
}
.contact-form .woocommerce-validated .select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #db6454 transparent transparent transparent;
}
.contact-form .select2-selection--single {
	padding: 10px 24px;
	min-height: 50px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #db6454;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-shadow: 0 0 0 30px white inset !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-moz-box-shadow: 0 0 0 30px white inset !important;
}
.checkout-customer-form .contact-form {
	margin-bottom: 39px;
	padding-bottom: 18px;
}
.woocommerce .contact-form .form-row textarea {
	height: 125px;
	resize: none;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
	background: transparent;
	color: #0b141e;
	font-family: 'tablet-gothic', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th, .woocommerce .woocommerce-checkout-review-order table.shop_table td {
	padding: 0px 0 18px;
	border: none;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
	padding-bottom: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-subtotal th, .woocommerce .woocommerce-checkout-review-order table.shop_table .cart-subtotal td {
	border-top: 1px solid #0b141e;
	padding: 5px 0;
	padding-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .order-total th, .woocommerce .woocommerce-checkout-review-order table.shop_table .order-total td {
	border: 0;
	padding: 5px 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .order-total td .amount {
	color: #db6454;
}
.woocommerce-checkout .contact-form .woocommerce-checkout-payment {
	margin: 0 -25px -2px;
	border-radius: 0 !important;
	background: #fff !important;
	padding-top: 39px;
}
.woocommerce-checkout .contact-form .woocommerce-checkout-payment .place-order {
	margin: 0;
	background: #f6f6f6;
	padding: 25px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #db6454;
	padding: 20px;
	margin: 0;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background-color: #3d576b;
	color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #db6454;
	padding: 15px 20px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	transition: all 0.15s linear;
	display: inline-block;
	position: relative;
	font-family: 'realist', sans-serif;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #3d576b;
	color: #fff;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
}
.woocommerce div.product .product_title {
	font-size: 32px;
}
.woocommerce-thankyou-order-received {
	margin-top: 20px;
}
.woocommerce ul.order_details li {
	font-size: 14px;
	line-height: 20px;
}
.woocommerce ul.order_details li strong {
	font-size: 16px;
}
.woocommerce .woocommerce-order-details .order_details tfoot th {
	background: transparent;
	color: #0b141e;
}
.woocommerce .woocommerce-order-details .order_details td {
	padding: 15px 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 24%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 74%;
}
.woocommerce-MyAccount-navigation ul li {
	border-top: 1px solid rgba(11, 20, 30, 0.3);
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 11px 0;
	display: block;
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #db6454;
}
.woocommerce-MyAccount-navigation ul li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:after {
	background: url(assets/img/dashboard-icon.svg) no-repeat 0 0;
	width: 23px;
	height: 18px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:hover:after {
	background: url(assets/img/dashboard-icon-hover.svg) no-repeat 0 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:after {
	background: url(assets/img/cart-icon.svg) no-repeat 0 0;
	width: 21px;
	height: 24px;
	background-size: 100%;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a.is-active:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:hover:after {
	background: url(assets/img/cart-icon-orange.svg) no-repeat 0 0;
	background-size: 100%;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:after {
	background: url(assets/img/download-icon.svg) no-repeat 0 0;
	width: 24px;
	height: 23px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a.is-active:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:hover:after {
	background: url(assets/img/download-icon-hover.svg) no-repeat 0 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:after {
	background: url(assets/img/home-icon.svg) no-repeat 0 0;
	width: 23px;
	height: 21px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a.is-active:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:hover:after {
	background: url(assets/img/home-icon-hover.svg) no-repeat 0 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:after {
	background: url(assets/img/credit-card-icon.svg) no-repeat 0 0;
	width: 23px;
	height: 15px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a.is-active:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:hover:after {
	background: url(assets/img/credit-card-icon-hover.svg) no-repeat 0 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
	background: url(assets/img/logout-icon.svg) no-repeat 0 0;
	width: 18px;
	height: 19px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a.is-active:after, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover:after {
	background: url(assets/img/logout-icon-hover.svg) no-repeat 0 0;
}
.woocommerce .woocommerce-customer-details address {
	padding: 20px;
	border-radius: 0;
	background-color: #f6f6f6;
	border: 0;
}
.woocommerce .woocommerce-customer-details address p {
	margin-top: 10px;
}
.woocommerce-Address-title h3 {
	font-size: 24px;
}
.woocommerce-Address-title .edit {
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 20px;
	border: 1px solid #db6454;
	color: #db6454;
}
.address-form-edit {
	padding-bottom: 20px;
}
.contact-form fieldset legend {
	padding-top: 30px;
}
.woocommerce form .form-row span em {
	font-size: 12px;
}
.woocommerce:not(body) {
	padding-bottom: 30px;
}
.woocommerce table.woocommerce-orders-table td {
	background-color: #f6f6f6;
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.woocommerce table.woocommerce-orders-table th {
	padding: 18px 25px;
}
.woocommerce table.woocommerce-orders-table td a {
	color: #81d0dd;
}
.woocommerce table.woocommerce-orders-table td a:hover {
	color: #db6454;
}
.woocommerce table.woocommerce-orders-table td a.button {
	border: 1px solid #db6454;
	color: #db6454;
	padding: 7px 30px;
	background: transparent;
	font-size: 14px;
	display: block;
	max-width: 103px;
	margin: 0 auto;
}
.woocommerce table.woocommerce-orders-table td a.button:hover {
	background: #db6454;
	color: #fff;
}
.woocommerce-account .woocommerce-pagination .woocommerce-Button--next {
	max-width: 196px;
	display: block;
	padding: 20px 50px;
}
.woocommerce table.my_account_orders {
	margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid #db6454;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #db6454;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
	border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 15px;
	font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #db6454;
	color: #fff;
}
.not-found {
	text-align: center;
	padding: 100px 0;
}
.not-found h1 {
	font-size: 32px;
}
.not-found .searchform>div {
	max-width: 550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.not-found .searchform>div input {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 12px 24px 14px;
	border-radius: 0;
	height: auto;
	color: #0b141e;
	font-size: 14px;
	width: 70%;
}
.not-found .searchform>div input#searchsubmit {
	background-color: #db6454;
	padding: 14px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	transition: all 0.15s linear;
	border: 0;
	width: 30%;
}
.not-found .searchform>div input:focus, .not-found .searchform>div input:hover {
	border-color: #db6454;
}
.sidebar-left .widget-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar-left ul {
	margin-bottom: 20px;
}
.sidebar-left ul a {
	color: #0b141e;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	display: block;
	background: url(assets/img/chevron-right.svg) no-repeat right center;
	background-size: 17px;
}
.sidebar-left ul a:hover {
	color: #db6454;
	background-image: url(assets/img/chevron-right-orange.svg);
}
.sidebar-left .widget-wrapper {
	margin-bottom: 40px;
}
.sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list li {
    display: flex;
    align-items: center;
}
.sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list li a {
	background: none;
}
.sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list li .count {
	margin-left: 15px;
}
.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 25px 25px 0 0!important;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5)!important;
	border: 1px solid #cccccc!important;
}
.dgwt-wcas-suggestions-wrapp {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5)!important;
	/*border: 1px solid #cccccc!important;*/
}
.woocommerce p.stars a {
	color: #ffbd27;
	font-size: 24px
}
#review_form_wrapper .review-title {
	margin-bottom: 10px;
	color: #0b141e;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce #review_form #respond p {
	margin: 0 0 18px;
}
.woocommerce #review_form #respond textarea {
	padding: 17px 24px;
}
.woocommerce #review_form #respond textarea::-webkit-input-placeholder {
	font-style: italic;
	color: #0b141e;
	font-size: 14px;
}
.woocommerce #review_form #respond textarea::-moz-placeholder {
	font-style: italic;
	color: #0b141e;
	font-size: 14px;
}
.woocommerce #review_form #respond textarea:-ms-input-placeholder {
	font-style: italic;
	color: #0b141e;
	font-size: 14px;
}
.woocommerce #review_form #respond textarea:-moz-placeholder {
	font-style: italic;
	color: #0b141e;
	font-size: 14px;
}
.testimonial-reviews.woocommerce {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.testimonial-reviews.woocommerce .star-rating {
	float: unset;
	font-size: 24px;
}
.testimonial-reviews.woocommerce .star-rating span {
	color: #ffbd27;
}
body.woocommerce-checkout .woocommerce form.checkout_coupon, body.woocommerce-checkout .woocommerce form.login, body.woocommerce-checkout .woocommerce form.register {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	background: #f7f6f7;
	padding: 0 15px 15px;
	border: 0;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info, body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	margin-bottom: 0px;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info, body.woocommerce-checkout .woocommerce-checkout .contact-form {
	margin-top: 28px;
	margin-bottom: 0px;
}
.woocommerce-form__input.woocommerce-form__input-checkbox.custom-control-input.custom-control-input {
	left: 0;
	width: 120px;
	height: 20px;
	z-index: 1;
	cursor: pointer;
}
.woocommerce-verification-required.review-not {
	margin-top: 20px;
}
#review_form_wrapper {
	margin-bottom: 40px;
}
.header-center-part {
	position: relative;
}
.header-fixed-space {
	height: 107px;
}
.header-container-wraper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-container-wraper.sticky {
	position: fixed;
	z-index: 99;
	padding: 16px 0 11px;
	box-shadow: 0 5px 5px 0px rgba(142, 142, 142, 0.1);
}
.woocommerce-checkout .container .woocommerce-notices-wrapper {
	margin-top: 10px;
}
.woocommerce-order-addresses h2 {
	background-color: #fff;
	margin: 0;
	padding-bottom: 20px;
}
.woocommerce-order-addresses>div {
	min-height: 100%;
}
.woocommerce-order-addresses>div>div {
	min-height: 100%;
	background-color: #f6f6f6;
}
.swiper-slide {
	height: auto;
}
.no-gateway-notice {
	margin-left: -24px;
	background: #fff;
	margin-right: -24px;
	padding: 10px;
	margin-bottom: -35px;
}
.woocommerce form .form-row label, .woocommerce-order-details__title, .woocommerce-Address-title h3, .woocommerce-column__title, .contact-form fieldset legend {
	text-transform: capitalize;
}
.contact-form fieldset legend {
	font-family: 'realist', sans-serif;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	color: #db6454;
	font-style: italic;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
	display: block !important;
	background: no-repeat;
	color: #aaa;
	padding: 0;
	font-style: italic;
	margin-top: 2px !important;
	min-height: 20px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
	display: none !important;
}
.payment_methods .custom-control-label:before, .payment_methods .custom-control-label:after {
	top: 5px;
}
.woocommerce-message {
    border-top-color:#3d576b;
}
.woocommerce-message::before {
    color:#3d576b;
}

.shop-sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list li:nth-child(n+16) {
    display:none;
}
.shop-sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list .show-more a {
    color: #db6454;
}
.shop-sidebar-left .widget-wrapper .woocommerce-widget-layered-nav-list .show-more a:hover {
    color: #000;
}


/*media style*/

body {
	overflow-x: hidden;
}
@media (min-width: 1330px) {
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 1329px) {
	.header-menu-link>ul>li {
		margin-left: 20px;
	}
	.single-product-picture .gallery-thumbs {
		height: 440px;
	}
	.header-fixed-space {
		height: 101px;
	}
}
@media screen and (min-width:1199px) {
	.mega-menu>li>ul>li {
		width: 16.66%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-menu-link>ul>li {
		margin-left: 5px;
	}
	.header-menu-link>ul>li>a {
		padding: 10px 18px;
	}
	.header-menu-link {
		margin: 0 -15px;
	}
	.btn {
		padding: 15px 20px;
	}
	.featured-top {
		padding: 5px 30px;
	}
	.single-product-picture .gallery-thumbs {
		height: 360px;
	}
	.header-fixed-space {
		height: 97px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product-box {
		margin-bottom: 50px;
	}
	.woocommerce-page table.cart td.actions .coupon {
		width: 430px;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 69px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		max-width: 348px;
		width: 100%;
	}
	#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
		width: 47%;
	}
}
@media screen and (min-width: 992px) {
	.mobile-search-icon {
		display: none;
	}
	.header-menu-link {
		position: relative;
	}
	.header-menu-link>ul>li:hover>a {
		background: #fff;
		font-weight: 700;
	}
	.header-menu-link>ul>li>a {
		position: relative;
		z-index: 10;
	}
	.mega-menu {
		position: absolute;
		top: 100%;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		background-color: #ffffff;
		width: 100%;
		left: 0;
		z-index: 9;
		padding: 0 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header-menu-link>ul>li:hover .mega-menu {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.mega-menu>li>ul {
		display: flex;
		flex-wrap: wrap;
	}
	.mega-menu>li>ul>li {
		padding: 12px 10px;
		width: 20%;
	}
	.mega-menu h3 {
		color: #0b141e;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.mega-menu li a h3 {
		color: #0b141e;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mega-menu li a h3:hover {
		color: #db6454;
	}
	.mega-menu li a {
		color: #0b141e;
		font-size: 14px;
		line-height: 24px;
	}
	.mega-menu li a:hover {
		color: #db6454;
	}
	.mobile-menu {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 303px;
		height: 100vh;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		background-color: #ffffff;
		z-index: 99;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.mobile-menu.open {
		left: 0;
	}
	.menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.6);
		display: none;
		z-index: 99;
	}
	body.open-menu .menu-overlay {
		display: block;
	}
	body.open-menu {
		overflow: hidden;
	}
	.mobile-menu-wraper {
		height: calc(100vh - 50px);
		overflow-y: scroll;
	}
	.close-button {
		position: relative;
		z-index: 2;
	}
	.close-button a {
		background-color: #f6f6f6;
		padding: 15px 20px;
		display: block;
	}
	.close-button a {
		font-size: 16px;
		color: #0b141e;
	}
	.close-button img {
		max-width: 20px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: -0.22em;
	}
	.mobile-menu-wraper>ul>li:first-child a {
		border-top: 1px solid #cccccc;
	}
	.mobile-menu ul li {
		position: relative;
	}
	.mobile-menu ul li a {
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		padding: 14px 25px;
		text-transform: uppercase;
		font-weight: 700;
		color: #0b141e;
		display: block;
	}
	.mobile-menu-wraper ul li .caret-arrow {
		width: 50px;
		height: 49px;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-menu-wraper ul li .caret-arrow:before {
		content: '';
		background: url('assets/img/arrow-down.svg') no-repeat 0 0;
		width: 20px;
		height: 17px;
		display: block;
		background-size: 18px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.mobile-menu-wraper ul li .caret-arrow.active:before {
		transform: rotate(180deg);
	}
	.mobile-menu-wraper ul li ul li a {
		padding: 14px 35px;
		font-weight: normal;
	}
	.mobile-menu-wraper ul li ul li a h3 {
		font-size: 15px;
		margin: 0px;
	}
	.mobile-menu ul li a:hover {
		color: #db6454;
	}
	.header-action-bar {
		display: none;
	}
	.mobile-search-icon {
		display: block;
	}
	.sticky .toggle-btn a span, .toggle-btn a.active span {
		background: #0b141e;
	}
	.toggle-btn a.active span:first-child {
		margin-top: 2px;
	}
	.toggle-btn a.active span:nth-of-type(2) {
		opacity: 0;
	}
	.toggle-btn a.active span:nth-of-type(1) {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	.toggle-btn a.active span:nth-of-type(3) {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		margin-top: -11px;
	}
	.toggle-btn {
		display: block;
		margin-top: 0;
		width: 24px;
		margin-right: 33px;
	}
	.toggle-btn a {
		font-size: 28px;
		display: block;
	}
	.toggle-btn a span {
		height: 2px;
		width: 100%;
		display: block;
		margin-top: 7px;
		background: #0b141e;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.toggle-btn a span:first-child {
		margin-top: 0;
	}
	.header-search {
		display: flex;
		align-items: center;
	}
	.position-remove {
		position: inherit;
	}
	.header-container-wraper .container {
		background: #fff;
	}
	.header-container-wraper {
		background: #fff;
		z-index: 9;
		position: relative;
	}
	.header-search .search-form {
		display: none;
		position: absolute;
		top: -120%;
		left: 0;
		width: 100%;
		background: #fff;
		display: block;
		z-index: -1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header-search .search-form.open {
		top: 93px;
	}
	.search-form .search-field {
		max-width: 100%;
	}
	.search-field input {
		border-radius: 0;
		border-right: 0;
		border-left: 0;
		height: 56px;
	}
	.logo {
		text-align: center;
	}
	.logo img {
		max-width: 199px;
	}
	.header-container-wraper {
		padding: 18px 10px;
	}
	.header-part .container {
		max-width: 100%;
	}
	.header-nav-bar {
		display: none;
	}
	.category-banner-box a.cat-title {
		padding: 14px 20px;
	}
	.category-banner-box a.cat-title:after {
		background-size: 12px;
		top: 13px;
		right: 10px;
	}
	.guarantees-slider {
		overflow: auto;
		white-space: nowrap;
		display: block;
	}
	.header-guarantees-bar a {
		width: 50%;
		display: inline-block;
	}
	.gray-bg {
		background-color: #fff;
	}
	.container {
		max-width: 100%;
	}
	.all-section {
		padding: 40px 10px;
	}
	.col-4-product-section {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.testimonial-slider .swiper-button-prev .testimonial-slider .swiper-button-next {
		display: block;
		width: 20px;
		height: 36px;
	}
	.testimonial-slider {
		margin: 0;
	}
	.testimonial-slider .swiper-button-prev {
		background: url('assets/img/arrow-black-left.svg') no-repeat 0 0;
	}
	.testimonial-slider .swiper-button-next {
		background: url('assets/img/arrow-black-right.svg') no-repeat 0 0;
	}
	.testimonial-slider .swiper-slide {
		opacity: 1;
		pointer-events: all;
	}
	.contact-form {
		margin-bottom: 40px;
	}
	.other-product-info .other-product-icon {
		margin-right: 30px;
	}
	.single-product-picture .gallery-thumbs {
		display: none;
	}
	.single-product-picture {
		display: block;
	}
	.single-product-picture .gallery-top {
		width: 100%;
	}
	.single-product-picture .gallery-top .swiper-pagination, .testimonial-slider .swiper-pagination {
		position: static;
		margin-top: 10px;
		display: block;
	}
	.single-product-picture .gallery-top .swiper-pagination .swiper-pagination-bullet, .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		background-color: #3d576b;
		opacity: 0.5;
		cursor: pointer;
	}
	.single-product-picture .gallery-top .swiper-pagination .swiper-pagination-bullet-active, .testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
		opacity: 1;
	}
	.single-product-picture .gallery-top .swiper-button-prev, .single-product-picture .gallery-top .swiper-button-next {
		display: block;
		opacity: 1;
	}
	.single-product-picture .gallery-top .swiper-button-prev {
		left: 5px;
	}
	.single-product-picture .gallery-top .swiper-button-next {
		right: 5px;
	}
	.single-product-picture .gallery-top .swiper-button-prev {
		background: url(assets/img/arrow-black-left.svg) no-repeat 0 0;
	}
	.single-product-picture .gallery-top .swiper-button-next {
		background: url(assets/img/arrow-black-right.svg) no-repeat 0 0;
	}
	.product-information-section {
		padding: 44px 0;
	}
	.Product-information-text {
		margin-bottom: 50px;
	}
	.product-reviews-slider .swiper-slide, .product-reviews-slider .swiper-slide.swiper-slide-next {
		opacity: 1;
	}
	.product-reviews-slider .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	.product-reviews-slider .swiper-container {
		padding-right: 250px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		border-radius: 0!important;
	}
	.page-template-account .contact-form {
		min-height: auto;
	}
	header-fixed-space {
		height: 92px;
	}
	.header-container-wraper {
		position: absolute;
	}
	.header-container-wraper.sticky {
		padding: 10px 10px 7px;
	}
	
	/*mobile woocommerce sidebar*/
	.filter-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.6);
		display: none;
		z-index: 99;
	}
	body.open-filter .filter-overlay {
		display: block;
	}
	.shop-sidebar-left  {
        position: fixed;
        top: 0;
        left: -100%;
        width: 360px;
        height: 100vh;
        background: #fff;
        z-index: 99;
        padding: 40px;
        overflow-y: auto;
        transition: left .3s linear;
    }
    .shop-sidebar-left.open  {
        left: 0;
    }
    .shop-sidebar-left .mobile-top .filter-title {
        font-weight: bold;
        font-size: 22px;
        margin:0;
    }
    .shop-sidebar-left .mobile-top .close {
        font-size: 66px;
        font-weight: 400;
        position: absolute;
        top: 15px;
        right: 28px;
    }
}
@media screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr td.product-name::before, .woocommerce-page table.shop_table_responsive tr td.product-name::before {
		margin-top: 5px;
	}
	.woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
		margin-top: 4px;
	}
	.woocommerce table.shop_table td {
		padding: 8px 15px;
		margin: 0;
	}
	.woocommerce table.shop_table .cart_item {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.woocommerce table.shop_table .quantity .qty {
		height: 30px;
	}
	.woocommerce a.remove {
		width: 22px;
		height: 24px;
		display: block;
		margin: 0 0 0 auto;
		background-size: 100%;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
		text-align: center !important;
	}
	.woocommerce table.cart .product-thumbnail:before {
		display: none;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 69px;
	}
	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
		background: #81d0dd !important;
		padding: 20px !important;
	}
	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		max-width: 100%;
	}
	.woocommerce-page table.cart td.actions .coupon .btn, .woocommerce-page table.cart td.actions .update-cart-btn {
		width: 100%;
	}
	#add_payment_method .cart-collaterals .cart_totals table tr td:before, .woocommerce-cart .cart-collaterals .cart_totals table tr td:before, .woocommerce-checkout .cart-collaterals .cart_totals table tr td:before {
		display: none;
	}
	#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
		display: inline-block;
		width: 46%;
		text-align: left !important;
		padding: 25px 30px;
	}
	.woocommerce table.woocommerce-orders-table tr {
		margin-bottom: 20px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: #f6f6f6;
	}
	.woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}
	.woocommerce table.woocommerce-orders-table td a.button {
		margin: 0 0 15px;
		padding: 12px 30px;
	}
}
@media screen and (max-width: 767px) {
	.header-account-link a {
		margin-left: 20px;
		max-width: 20px;
	}
	.header-account-link a:first-child {
		margin: 0;
	}
	.toggle-btn {
		margin-right: 25px;
	}
	.header-container-wraper {
		padding: 10px 0px;
	}
	.cart-quantity {
		width: 13px;
		height: 13px;
		line-height: 11px;
		font-size: 10px;
	}
	.all-section {
		padding: 40px 0px 25px;
	}
	.category-banner-box {
		margin-bottom: 16px;
	}
	.col-4-product-section {
		padding-bottom: 10px;
	}
	.featured-top {
		padding: 2px 17px;
	}
	.testimonial-product-name h3 a {
		font-size: 14px;
		line-height: 12px;
	}
	.testimonial-product-name h3 {
		line-height: 12px;
	}
	.testimonial-price {
		float: none;
	}
	.testimonial-slider {
		padding: 0 15px;
	}
	.testimonial-box {
		padding: 20px 20px inherit;
	}
	.email-touch-form form {
		display: block;
	}
	.email-touch-form form .btn {
		width: 100%;
		margin: 10px 0 0;
	}
	.email-touch-form form input {
		text-align: center;
		max-width: 100%;
	}
	.category-top-banner {
		background: transparent !important;
		padding: 0;
		min-height: auto;
		margin-bottom: 20px;
	}
	.category-top-banner h2 {
		color: #0b141e;
		font-size: 24px;
	}
	.breadcrumb {
		display: none;
	}
	.main-content {
		margin-top: 23px;
	}
	.contact-form {
		margin-bottom: 30px;
	}
	.header-search .search-form.open {
		top: 77px;
	}
	.single-product-info {
		margin-top: 15px;
	}
	.product-information-section {
		padding: 30px 0;
	}
	.other-product-info .delivery-checkout {
		margin-bottom: 20px;
	}
	.other-product-info .other-product-icon {
		margin-right: 20px;
		width: 50px;
	}
	.single.single-product .content-area {
		margin-top: 23px;
	}
	.product-single {
		margin-top: -23px;
	}
	.product-reviews-slider .swiper-container {
		padding-right: 150px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.checkout-customer-form .contact-form {
		margin-bottom: 19px;
	}
	.woocommerce-checkout .contact-form .woocommerce-checkout-payment {
		padding-top: 19px;
	}
	.woocommerce #review_form #respond .form-submit input {
		width: 100%;
	}
	#review_form_wrapper {
		padding: 20px 20px;
	}
	.address-form-edit {
		margin-bottom: 0;
	}
	.woocommerce {
		padding-bottom: 10px;
	}
	.contact-details h2 {
		margin-bottom: 15px;
	}
	.header-fixed-space {
		height: 76px;
	}
	.header-container-wraper.sticky {
		padding: 10px 0px 7px;
	}
	.woocommerce-order-addresses .woocommerce-column--shipping-address h2 {
		margin-top: 20px;
	}
	.email-touch-form p {
		line-height: normal;
	}
	.col-4-product-section {
		border-color: #f6f6f6;
	}
	.email-touch-form form .mc-field-group-wrapper {
		display: block;
	}
	.email-touch-form form .mc-field-group {
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.product-box-info {
		padding: 5px 10px 10px;
	}
	.product-box-info h3 {
		font-size: 15px;
    	line-height: 16px;
		margin-bottom:5px;
	}
	.product-box-info .sku {
		font-size:13px;
		margin-bottom:3px;
	}
	.header-container-wraper {
		padding: 0;
	}
	.btn {
		padding: 12px 5px;
	}
	.product-price {
		margin-bottom: 5px;
	}
	.testimonial-price {
		float: none;
		display: block;
	}
	.testimonial-slider .swiper-button-prev {
		background-size: 16px;
		left: 0;
	}
	.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
		width: 18px;
		height: 30px;
	}
	.testimonial-slider .swiper-button-next {
		background-size: 16px;
		right: 0;
	}
	.header-guarantees-bar a img {
		display: none;
	}
	.banner-section .btn {
		padding: 15px 45px;
	}
	.header-search .search-form.open {
		top: 49px;
	}
	.mobile-search-icon a img {
		max-width: 20px;
	}
	.toggle-btn a span {
		margin-top: 5px;
	}
	.toggle-btn {
		width: 18px;
	}
	.product-reviews-slider {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-reviews-slider .swiper-container {
		padding: 0;
	}
	.product-reviews-slider .swiper-container .swiper-wrapper {
		display: block;
	}
	.product-reviews-slider .swiper-slide {
		margin-bottom: 16px;
		opacity: 1;
	}
	.woocommerce div.product form.cart .quantity button {
		width: 30px;
	}
	.woocommerce div.product form.cart .quantity {
		width: 110px;
	}
	.woocommerce div.product form.cart .quantity .input-text {
		padding: 10px 30px;
	}
	.woocommerce div.product form.cart .button {
		width: calc(100% - 120px);
		padding: 15px 10px;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		border-right: 0;
		border-bottom: 1px dashed #d3ced2;
		padding: 10px 0;
	}
	.category-filter .woocommerce-ordering .orderby {
		padding: 0 5px;
	}
	.not-found {
		padding: 40px 0;
	}
	.not-found .searchform>div {
		display: block;
	}
	.not-found .searchform>div input {
		width: 100%;
		margin-bottom: 10px;
	}
	.not-found .searchform>div input#searchsubmit {
		width: 100%;
	}
	.product-box-info .add-to-cart {
		width: calc(100% - 20px);
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		width: 100%;
		margin: 0;
	}
	.header-fixed-space {
		height: 49px;
	}
	.header-container-wraper.sticky {
		padding: 0;
	}
}
/*#shipping_method li:nth-child(1) {
 display: none !important;
}*/