/*
Theme Name: velaskes_shop
Author: support@goodwebstudio.com
Author URI: http://goodwebstudio.com/
Description: Wordpress Theme for Velaskes Beauty Shop
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: velaskes_shop
*/

@font-face {
    font-family: 'Circe Regular';
    src: url('fonts/Circe-Regular.eot');
    src: url('fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Circe-Regular.woff2') format('woff2'),
        url('fonts/Circe-Regular.woff') format('woff'),
        url('fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Light';
    src: url('fonts/Circe-Light.eot');
    src: url('fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Circe-Light.woff2') format('woff2'),
        url('fonts/Circe-Light.woff') format('woff'),
        url('fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Bold';
    src: url('fonts/Circe-Bold.eot');
    src: url('fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Circe-Bold.woff2') format('woff2'),
        url('fonts/Circe-Bold.woff') format('woff'),
        url('fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
	color: #000;
	background: #FFE5DD;
	font-family: 'Circe Regular';
}

body.page-template-page-contacts,
body.page-template-page-contacts header{
	background: url('/wp-content/uploads/2023/01/img-bg.jpg') no-repeat 100% 0 #EAC0B4;
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-size: 29px;
	text-transform: uppercase;
}

h1.entry-title,
.woocommerce-products-header__title,
body.archive .entry-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 41px;
	margin-bottom: 10px;
}

body.archive .entry-title{
	padding-bottom: 15px;
    margin-bottom: 30px;
	border-bottom: 1px solid #D4B1AB;
}

.woocommerce-products-header__title{
	padding-top: 12px;
    padding-bottom: 11px;
    margin-bottom: 18px;
}

body.tax-pa_product-type .woocommerce-products-header__title{
	margin-bottom: 35px;
}

.blog-article-title{
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3, .h3{
	font-size: 21px;
}

h4, .h4{
	font-size: 21px;
}

h5, .h5{
	font-size: 19px;
}

h6, .h6{
	font-size: 18px;
}

a{
	color: inherit;
}

a:hover, a:focus{
	color: #A44C8E;
	text-decoration: none;
}

p{
	margin-bottom: 1.5em;
}

.mark, mark{
	padding: 0 0.2em;
    background-color: transparent;
    color: #A44C8E;
}

@media screen and (min-width: 576px) and (max-width: 1365px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 96%;
	}
}

@media screen and (min-width: 1366px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1300px;
	}
}

@media screen and (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1500px;
	}
}
	
@media screen and (min-width: 992px){
	h1, .h1, h2, .h2{
		font-size: 34px;
	}
	
	h3, .h3{
		font-size: 24px;
	}

	h1.entry-title,
	.woocommerce-products-header__title,
	body.archive .entry-title{
		font-size: 28px;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	width: 100%;
	padding: 10px 5px;
	z-index: 3;
	transition: all ease .3s;
	background: #FFE5DD;
}

header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header-row{
	display: flex;
	align-items: center;
	height: 100%;
}

.header .header-row span{
	display: none;
}

.header .header-row span.cart-link{
	display: inline;
}

header a,
header a:visited{
	color: #000;
	text-decoration: none;
}

header a:hover,
header a:active{
	color: #A44C8E;
}

.xoo-wsc-basket{
	display: none!important;
}

header .xoo-wsc-basket{
	display: block!important;
	position: relative;
	top: 0;
	right: 0;
	background-color:transparent;
    box-shadow: none;
    border-radius: 0;
	margin: 0;
	padding: 0;
	z-index: 0;
}

header .xoo-wsc-cart-active .xoo-wsc-basket{
	right: 0;
}

header .xoo-wsc-basket .xoo-wsc-items-count{
	top: -8px;
    left: 15px;
	z-index: 1;
	display: inline-block!important;
	background-color: #A44C8E;
	width: 17px;
    height: 17px;
	font-size: 12px;
	line-height: 18px;
}

header .xoo-wsc-basket .icon-link{
	margin-right: 0;
}

header .xoo-wsc-basket:hover{
	color: #A44C8E;
}

.top-menu{
	cursor: pointer;
	display: flex;
    align-items: center;
	padding-left: 0!important;
}

.top-menu .menu-icon{
	margin-right: 10px;
}

.top-menu .menu-icon .line{
	display: block;
	width: 22px;
	height: 2px;
	background-color: #000;
	margin-bottom: 4px;
}

.top-menu:hover{
	color: #A44C8E;
}

.top-menu:hover .line{
	background-color: #A44C8E;
}

.icon-link{
	position: relative;
	height: 26px;
	margin-right: 15px;
	padding-left: 34px;
}

.icon-link.xoo-wsc-basket{
	position: relative;
	top: 0;
	right: 0;
	background: none;
	box-shadow: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 34px;
}

.icon-link:not(.top-menu)::before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}

.error404 #searchform{
    max-width: 600px;
    margin: 20px auto;
}

.search-results .entry-title{
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #D4B1AB;
}

#searchform #s{
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #D4B1AB;
	padding: 5px 40px 5px 0;
}

#searchform #searchsubmit{
	position: absolute;
    right: 0;
    width: 26px;
    opacity: 0;
    z-index: 1;
}

.search.icon-link{
	position: absolute;
    top: 4px;
    right: -7px;
}

.search.icon-link::before{
	background-image: url('imgs/icon-search.svg');
}

.search.icon-link:hover::before{
	background-image: url('imgs/icon-search_hover.svg');
}

.icon-link.catalog-link::before{
	background-image: url('imgs/icon-catalog.svg');
}

.icon-link.catalog-link:hover::before{
	background-image: url('imgs/icon-catalog_hover.svg');
}

.icon-link.wishlist-link::before{
	background-image: url('imgs/icon-wishlist.svg');
}

.icon-link.wishlist-link:hover::before{
	background-image: url('imgs/icon-wishlist_hover.svg');
}

.icon-link.cabinet-link::before{
	background-image: url('imgs/icon-cabinet.svg');
}

.icon-link.cabinet-link:hover::before{
	background-image: url('imgs/icon-cabinet_hover.svg');
}

.icon-link.cart-link::before{
	background-image: url('imgs/icon-cart.svg');
}

.icon-link.cart-link:hover::before,
.xoo-wsc-basket:hover .icon-link.cart-link::before{
	background-image: url('imgs/icon-cart_hover.svg');
}

.icon-link:last-child{
	margin-right: 0;
}

@media screen and (max-width: 480px) {
	header .search-wrapper{
		display: none;
	}

	.wishlist-link{
		position: absolute;
		right: 90px;
	}

	.logo-wrapper{
		padding: 0;
	}

	.search-wrapper-mobile .search.icon-link{
		top: 10px;
		right: inherit;
		left: 113px;
	}

	.search-wrapper-mobile .search-form-container{
		display: none;
		position: absolute;
		top: 45px;
		right: 0;
		z-index: 10;
		background: #fff3ef;
		width: 100%;
		padding: 25px 20px 12px;
		box-shadow: 0 5px 10px #c3c3c3;
	}

	.search-wrapper-mobile .search-form-container .close{
		top: 14px;
		right: 14px;
	}

	.search-wrapper-mobile .search-form-container #searchform #s{
		width: 65%;
	}

	.search-wrapper-mobile .search-form-container #searchform #searchsubmit{
		width: auto;
		opacity: 1;
		top: 22px;
		right: 54px;
		background: transparent;
		border: 1px solid;
		padding: 7px 10px 5px;
	}
}

@media screen and (min-width: 992px) {
	.search-wrapper-mobile{
		display: none;
	}
}

header .logo{
	text-align: center;
}

header .logo img{
	width: 55px;
	max-width: inherit;
}

.header-row-social,
.header-row-contacts{
	display: none;
}

.top-menu-wrapper .header-row-social{
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

.top-menu-wrapper .header-row-contacts,
.top-menu-wrapper .header-row-contacts .phone{
	display: block;
	text-align: center;
}

.top-menu-wrapper .header-row-contacts .messenger{
	text-decoration: underline;
	margin-top: 15px;
}

.top-menu-wrapper .search{
	height: 60px;
    border-top: 1px solid #D4B1AB;
    border-bottom: 1px solid #D4B1AB;
    margin: 10px 0 20px;
}

.header-row-contacts > a{
	display: inline-block;
	margin-right: 20px;
}

.header-row-contacts > a:last-child{
	margin-right: 0;
}

.social a{
    display: inline-block;
    position: relative;
	padding-left: 30px;
	margin-right: 26px;
}

.social a:last-child{
	margin-right: 0;
}

.social a::before {
    content: '';
    display: block;
    position: absolute;
	top: 0;
	left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
}

.contacts-wrapper .social a,
.contacts-wrapper .social a::before{
	width: 25px;
    height: 25px;
}

.social a.facebook::before {
    background-image: url('imgs/icon-facebook.svg');
}

.social a.facebook:hover::before,
footer .social a.facebook::before,
.contacts-wrapper .social a.facebook::before{
    background-image: url('imgs/icon-facebook_filled.svg');
}

.social a.instagram::before {
    background-image: url('imgs/icon-instagram.svg');
}

.social a.instagram:hover::before,
footer .social a.instagram::before,
.contacts-wrapper .social a.instagram::before{
    background-image: url('imgs/icon-instagram_filled.svg');
}

.header-row-contacts a{
	color: #555;
}

.header-row-contacts a.phone{
	text-decoration: none;
	font-size: 17px;
}

@media screen and (max-width: 480px) {
	.header{
		position: relative;
	}

	.header .header-row-account{
		position: absolute;
		right: 5px;
	}
}

/* ~~~ NAV ~~~ */

.navbar{
	padding: 0;
	position: relative;
	z-index: 2;
}

.navbar-nav .menu-item a{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	display: block;
    padding: .4em 1em;
	text-transform: uppercase;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item a:focus,
.navbar-nav .menu-item a:active,
.navbar-nav .menu-item a.active,
.navbar-nav .current-menu-item a,
.navbar-nav .current-page-ancestor a{
	color: #A44C8E;
}

.close{
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 24px;
    right: 22px;
	z-index: 9999;
	cursor: pointer;
}

.close::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('imgs/close.svg') 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

@media screen and (min-width: 992px){
	header{
		padding: 20px 0;
	}

	.header-row{
		height: auto;
	}
	
	.header .header-row span{
		display: inline;
	}

	.header-row-social{
		display: flex;
		margin-top: 10px;
		margin-bottom: 47px;
	}

	.header-row-contacts{
		display: flex;
		margin-top: 10px;
		margin-bottom: 42px;
	}

	header.sticky{
	    padding: 10px 0;
	}

	header.sticky .header-row-social,
	header.sticky .header-row-contacts{
		display: none;
	}

	header.sticky .header-row-account,
	header.sticky .header-row-menu{
		height: 100%;
		align-items: center;
	}

	header .logo img{
		width: 118px;
	}

	header.sticky .logo img{
		width: 61px;
	}

	.top-menu-wrapper .header-row-social,
	.top-menu-wrapper .header-row-contacts,
	.top-menu-wrapper .logo,
	.top-menu-wrapper .search{
		display: none;
	}

	.header-row-contacts,
	.header-row-account{
		justify-content: end;
	}

	.icon-link{
		margin-right: 20px;
	}

	.top-menu .menu-icon .line{
		width: 29px;
		margin-bottom: 3px;
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav,
	.navbar-expand-lg .navbar-collapse{
		justify-content: space-between;
	}

	.search-wrapper{
		display: block;
		position: relative;
		margin-right: 35px;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

.btn-wrapper{
	display: inline-block;
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button,
.woocommerce #respond input#submit,
.xoo-wsc-ft-btn-checkout,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit{
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0;
	border-radius: 0;
	outline: none;
	z-index: 1;
	font-weight: 400!important;
}

.btn-primary,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button,
.woocommerce #respond input#submit,
.xoo-wsc-ft-btn-checkout,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit{
	position: relative;
	background-color: transparent!important;
	color: #000!important;
	border: 1px solid #000!important;
	padding: 14px 25px!important;
	font-size: 16px;
	line-height: 24px;

	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

@media screen and (max-width: 480px) {
	.woocommerce ul.products li.product .button{
		padding: 12px 15px!important;
	}
}

.btn-primary::before,
.woocommerce ul.products li.product .button::before,
.woocommerce div.product form.cart .button::before,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button::before,
.woocommerce #respond input#submit::before,
.xoo-wsc-ft-btn-checkout::before,
.woocommerce button.button::before,
.woocommerce a.button::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000!important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product .button:active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button:active,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:hover,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:focus,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:active,
.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-ft-btn-checkout:focus,
.xoo-wsc-ft-btn-checkout:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:focus,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:active{
	color: #fff!important;
	background: transparent!important;
	border: 1px solid #000!important;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:focus,
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:active{
	background: #000!important;
	color: #fff!important;
	border: 1px solid #000!important;
}

.btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before,
.woocommerce ul.products li.product .button:hover::before,
.woocommerce ul.products li.product .button:focus::before,
.woocommerce ul.products li.product .button:active::before,
.woocommerce div.product form.cart .button:hover::before,
.woocommerce div.product form.cart .button:focus::before,
.woocommerce div.product form.cart .button:active::before,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:hover::before,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:focus::before,
.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button:active::before,
.woocommerce #respond input#submit:hover::before,
.woocommerce #respond input#submit:focus::before,
.woocommerce #respond input#submit:active::before,
.xoo-wsc-ft-btn-checkout:hover::before,
.xoo-wsc-ft-btn-checkout:focus::before,
.xoo-wsc-ft-btn-checkout:active::before,
.woocommerce button.button:hover::before,
.woocommerce button.button:focus::before,
.woocommerce button.button:active::before,
.woocommerce a.button:hover::before,
.woocommerce a.button:focus::before,
.woocommerce a.button:active::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.woocommerce ul.products li.product .button{
	margin-top: 7px!important;
}

.section{
	position: relative;
}

.top-menu-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFE5DD;
    z-index: 10;
}

.top-menu-content-wrapper{
	padding: 6px 0;
}

.top-menu-wrapper .top-menu-content{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 25px;
}

@media screen and (min-width: 992px){
	.top-menu-content-wrapper{
		padding: 6vw 0;
	}
	
	.top-menu-wrapper{
		top: 180px;
		height: auto;
		transition: all .2s ease;
		border-top: 1px solid #D4B1AB;
	}

	body:not(.home) .top-menu-wrapper{
		top: 165px;
	}

	header.sticky .top-menu-wrapper{
		top: 74px;
	}

	.top-menu-wrapper .top-menu-content{
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	body .col-sidebar{
		order: 2;
	}

	.type-product .col-sidebar{
		display: none;
	}
}

/* ~~~ UTP ~~~ */

#utp{
	margin-bottom: 40px;
}

.big-menu-images{
	display: none;
}

.big-menu-images .item .img{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 15%;
	z-index: -1;
}

.utp-gallery{
	padding-bottom: 80px;
}

.utp-gallery .item{
	position: relative;
	height: auto;
	display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.utp-gallery .item h2{
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	max-width: 320px;
	margin-top: 25px;
	margin-bottom: 22px;
}

.utp-gallery .item .item-img{
	width: 100%;
    height: 200px;
	background-repeat: no-repeat;
    background-position: 10% 0;
	background-size: cover;
}

@media screen and (max-width: 480px){
	.utp-gallery .item .order-mobile-1{
		order: 1;
	}

	.utp-gallery .item .order-mobile-2{
		order: 2;
	}
}

@media screen and (min-width: 992px){
	#utp{
		margin-top: 57px;
		margin-bottom: 103px;
	}

	.utp-gallery{
		padding-bottom: 0;
	}

	.utp-gallery .item{
		height: 510px;
		padding-left: 72px;
	}

	.utp-gallery .item h2{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 27px;
	}

	.utp-gallery .item .item-img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		height: 510px;
		background-position: 20% 0;
	}
	
	.utp-gallery .item .slide-caption{
		position: relative;
		z-index: 1;
	}

	.big-menu-images{
		display: block;
		position: relative;
		z-index: 2;
	}

	.big-menu-images .item{
		margin-bottom: 35px;
	}

	.big-menu-images .item:last-child{
		margin-bottom: 0;
	}

	.big-menu-images .item a{
		font-family: 'Circe Light';
		font-size: 5.42vw;
		text-transform: uppercase;
		color: rgba(212, 177, 171, 0.7);
		text-decoration: none;
		line-height: 1;
	}

	.big-menu-images .item:hover .img{
		opacity: 1;
		right: -115%;
		z-index: 1;
		transition: all 1s ease;
	}
	
	.big-menu-images .item a:hover{
		color: #A44C8E;
	}

	.big-menu-images-dashes .item{
		position: relative;
		margin-top: 18px;
		height: 5.42vw;
		margin-bottom: 35px;
	}

	.big-menu-images-dashes .item::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 20%;
		width: 80%;
		height: 1px;
		background: #D4B1AB;
		opacity: .9;
	}
}

/* ~~~ ABOUT ~~~ */

#about{
	margin-bottom: 50px;
}

#about h1{
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.about-photo{
	text-align: center;
	margin-bottom: 27px;
}

.about-photo img{
	width: 100vw;
}

@media screen and (min-width: 992px){
	#about{
		margin-bottom: 77px;
	}

	#about h1{
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.about-photo{
		text-align: left;
		margin-bottom: 0;
	}

	.about-photo img{
		width: auto;
	}

	#about .about-entry{
		font-size: 18px;
		line-height: 140%;
	}
}

#top-products h2.section-title{
	color: rgba(212, 177, 171, 0.8);
	font-family: 'Circe Light';
	font-size: 84px;
	line-height: 124px;
	text-transform: uppercase;
}

#top-products .btn.readmore{
	margin-bottom: 35px;
}

#content{
	margin-top: 20px;
}

.col-content article{
	padding-top: 40px;
	border-top: 1px solid #D4B1AB;
}

.col-sidebar aside{
	border-top: 1px solid #D4B1AB;
}

.entry-content{
	max-width: 975px;
	font-size: 17px;
}

.entry-content h2{
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
}

.entry-content h2:first-child{
	margin-top: 0;
}

@media screen and (min-width: 992px){
	.col-content article{
		padding-top: 60px;
	}

	#content{
		margin-top: 40px;
	}

	#top-products .btn.readmore{
		float: right;
		margin-top: 25px;
		margin-right: 8px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
	aside{
		max-width: 250px;
	}
}

@media screen and (min-width: 1600px) {
	aside{
		max-width: 303px;
	}
}

.blog-wrapper .item{
	margin-bottom: 35px;
}

.blog-wrapper .item h3{
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 30px 0 25px;
}

.blog-wrapper a.readmore{
	display: inline-block;
	width: 41px;
	height: 16px;
	background: url('imgs/readmore.svg') no-repeat 0 0;
	transition: all .3s ease;
}

.blog-wrapper a.readmore:hover{
	margin-left: 10px;
}

@media screen and (min-width: 992px) {
	.blog-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.blog-wrapper .item{
		width: 48%;
		min-width: 48%;
		margin-bottom: 55px;
	}
	
	.search-wrapper .item{
	    width: 32%;
		min-width: 32%;
	}
}

.cat-sidebar aside .widget_nav_menu:not(:first-child) .widget-title{
	border-top: 1px solid #D4B1AB;
    padding-top: 17px
}

.widget_nav_menu{
	margin-bottom: 26px;
}

.widget_nav_menu ul{
	margin-left: 0;
	padding-left: 0;
}

.widget_nav_menu ul > li{
	list-style: none;
	margin-bottom: 8px;
}

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

.widget_nav_menu ul > li a:hover,
.widget_nav_menu ul > li.current-menu-item a{
	color: #A44C8E;
}

.contacts-wrapper{
	background-color: #fff3ef ;
	max-width: 620px;
	margin: 25px auto 0;
	padding: 35px 50px;
	text-align: center;
}

.contacts-wrapper > div{
	max-width: 370px;
	margin: 0 auto;
}

.contacts-wrapper .contacts{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D4B1AB;
}

.contacts-wrapper .contacts .social{
	margin-top: 22px;
}

.contacts-wrapper .contacts a.phone,
.contacts-wrapper .contacts a.email{
	font-size: 20px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 12px;
}

.form-title{
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.reviews-carousel{
	margin-bottom: 45px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.reviews-carousel{
		margin-bottom: 80px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.reviews-carousel .item{
		margin: 0 15px;
	}
}

/* ~~~ ------------------ WooCommerce ----------------------- ~~~ */

@media screen and (max-width: 480px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%!important;
		margin-bottom: 20px!important;
	}

	.woocommerce.archive .cat-content{
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering{
		float: none!important;
		text-align: center;
	}

	.woocommerce ul.products{
		margin-top: 25px;
	}

	.related.products{
		margin-top: 35px;
	}
}

.woocommerce form .form-row .required{
	color: #000!important;
}

.woocommerce .woocommerce-breadcrumb{
	margin-bottom: 25px!important;
}

body.archive .woocommerce-breadcrumb{
	display: none;
}

.breadcrumbs,
.breadcrumbs a{
	color: #777;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 35px;
}

.woocommerce.archive .cat-content{
	margin-top: 3px;
    padding-top: 22px;
    border-top: 1px solid #D4B1AB;
}

.woosw-btn-has-icon{
	border: none;
	background: none;
	position: relative;
}

.woosw-btn-has-icon .woosw-btn-icon{
	display: inline-block;
	width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
	background-image: url('imgs/icon-wishlist.svg');
}

.woosw-btn-has-icon:hover .woosw-btn-icon,
.woosw-btn-has-icon.woosw-added .woosw-btn-icon{
	background-image: url('imgs/icon-wishlist_hover.svg');
}

.woosw-btn-has-icon .woosw-btn-icon::before{
	content: '';
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	padding-top: 0!important;
	border-top: none!important;
	background-color: transparent!important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: -2px!important;
}

.woocommerce-info::before{
	color: #A44C8E!important;
}

.woocommerce .cat-content article,
.woocommerce .cat-sidebar aside{
	border-top: 1px solid #D4B1AB;
}

.woocommerce aside{
	margin-top: 3px;
}

.woocommerce-product-gallery__image{
	overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	background: #ffe5dd!important;
}

.pswp--open .pswp__bg{
	opacity: .7!important;
}

.woocommerce .products .product .star-rating{
	position: absolute;
    top: 24px;
	right: 19%;
}

.woocommerce .products .product .woosw-btn-text{
	display: none;
}

.woocommerce .products .product .woosw-btn{
	position: absolute;
    top: 15px;
    right: 5%;
}

.woocommerce ul.products li.product a img{
	width: 50%!important;
	margin: 0 auto!important;
	float: left;
}

.woocommerce ul.products li.product .price{
	color: #000!important;
	display: inline-block!important;
	padding-left: 9px;
	text-align: left;
	font-size: 16px!important;
}

.woocommerce ul.products li.product .price del{
	color: #555!important;
	font-size: 15px;
	margin-right: 5px;
}

.woocommerce ul.products li.product .price ins{
	font-weight: 400!important;
	font-size: 16px;
	text-decoration: none;
}

.woocommerce ul.products li.product .product-subtitle{
	color: #555;
	font-size: 15px;
	line-height: 130%;
	margin: 0 0 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product-subtitle{
	text-align: left;
	font-size: 15px!important;
}

.product-volume{
	color: #555;
	font-size: 16px;
	line-height: 24px;
}

.woocommerce ul.products li.product .product-volume,
.woocommerce ul.products li.product .price{
	width: 22%;
}

.woocommerce ul.products li.product .product-volume{
	display: inline-block;
    padding-right: 10px;
	border-right: 1px solid #A44C8E;
	text-align: right;
}

.woocommerce ul.products li.product .product-volume .product-volume-text{
	display: none;
}

@media screen and (min-width: 992px) {
	.woocommerce ul.products{
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce ul.products li.product a img{
		width: 90%!important;
		float: none;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .product-subtitle{
		text-align: center;
		font-size: 1em;
	}

	.woocommerce ul.products li.product .product-volume,
	.woocommerce ul.products li.product .price{
		width: 47%;
	}
}

/* ~~~ WooCommerce Product ~~~ */

.product .onsale{
	display: none;
}

.woocommerce .woocommerce-ordering select{
	background: transparent;
    border: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	background: #edc6bb;
	text-align: center;
	padding: 45px 15px 15px 0!important;
}

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

.woocommerce div.product .product_title{
	text-align: left;
	font-size: 20px;
	line-height: 29px;
}

.woocommerce .product_meta .posted_in,
.pswp__caption{
	display: none;
}

.woocommerce .product-content .product_meta,
.woocommerce .product-content .woocommerce-product-rating{
	display: inline-block;
}

.woocommerce .product-content .product_meta{
	color: #555!important;
	margin-bottom: 10px;
}

.woocommerce div.product .stock{
	color: #000!important;
}

.woocommerce .product-content .woosw-btn{
	margin: 0 13px;
	opacity: .6;
	position: relative;
    top: 9px;
}

.woocommerce .product-content .woosw-btn:hover{
	opacity: 1;
}

.woocommerce-product-details__short-description{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D4B1AB;
	border-bottom: 1px solid #D4B1AB;
	margin-bottom: 25px;
}

.woocommerce div.product .stock{
	color: #000;
	font-size: 15px;
	line-height: 22px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	color: #555555;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	margin-right: 10px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
	color: #000!important;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
}

.woocommerce div.product p.price{
	margin-bottom: 50px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
	max-width: 480px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	margin-top: 25px!important;
	margin-right: 25px!important;
}

#product-accordion-wrapper .accordion-item{
	border-top: 1px solid #D4B1AB;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: transparent;
	border-radius: 0;
}

#product-accordion-wrapper .accordion-item:last-child{
	border-bottom: 1px solid #D4B1AB;
}

#product-accordion-wrapper .accordion-button{
	background-color: #ffe5dd;
	color: #111;
	outline: none;
	box-shadow: none;
	padding: 1.1rem 1rem 1rem;
}

#product-accordion-wrapper .accordion-button::after{
	background: none;
	content: '+';
	font-size: 30px;
	color: #A44C8E;
	transition: none;
	transform: none;
	margin-top: -10px;
}

#product-accordion-wrapper .accordion-button:not(.collapsed)::after{
	background: none;
    content: '—';
    font-size: 22px;
    color: #A44C8E;
    margin-top: -6px;
}

.woocommerce .quantity .qty{
	width: 40px!important;
    padding: 0!important;
	margin-bottom: 0!important;
}

.qib-button-wrapper button.qib-button{
	font-size: 24px!important;
}

body .qib-button.qib-button-wrapper{
	margin-right: 15px!important;
	margin-top: 5px!important;
}

body .qib-button-wrapper{
	width: 100%;
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button{
	background: transparent!important;
    border: 0;
	padding: 0;
	width: auto;
    height: auto;
	margin-top: 3px;
}

.woocommerce-noreviews{
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	body.single .qib-button-wrapper{
		position: absolute;
		left: -150px;
		top: 4px;
	}

	#product-accordion-wrapper{
		padding-top: 20px;
	}
}

body .qib-button.qib-button-wrapper .minus.qib-button,
body .qib-button.qib-button-wrapper .plus.qib-button{
	background: transparent!important;
	border: 1px solid #D4B1AB!important;
}

body .qib-button.qib-button-wrapper .minus.qib-button{
	padding: 9px 12px 8px;
}

body .qib-button.qib-button-wrapper .plus.qib-button{
	padding: 11px 12px 8px;
}

ul.products li.product .qib-button.qib-button-wrapper{
	display: none;
}

.qib-button-wrapper .quantity input.input-text.qty.text{
	background: transparent!important;
	border: 0!important;
	font-size: 16px!important;
}

.related.products h2{
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.woocommerce div.product form.cart{
	margin-top: 3px;
	position: relative;
	padding-bottom: 44px;
}

.woocommerce ul.products li.product .button.awooc-custom-order,
.woocommerce ul.products li.product .button.awooc-custom-order::before{
	padding: 7px 20px 6px!important;
	border: none!important;
	content: none!important;
	text-decoration: underline!important;
	margin-left: 0!important;
}

.woocommerce ul.products li.product .button.awooc-custom-order:hover,
.woocommerce ul.products li.product .button.awooc-custom-order:focus,
.woocommerce ul.products li.product .button.awooc-custom-order:active{
	border: none!important;
	content: none!important;
	text-decoration: none!important;
	color: #000!important;
}

.woocommerce div.product form.cart .button.awooc-custom-order,
.woocommerce div.product form.cart .button.awooc-custom-order:before{
	padding: 7px 0 6px!important;
	border: none!important;
	content: none!important;
	text-decoration: underline!important;
	margin-left: 0!important;
	position: absolute!important;
    right: 0!important;
    bottom: 0!important;
}

.woocommerce div.product form.cart .button.awooc-custom-order:hover,
.woocommerce div.product form.cart .button.awooc-custom-order:focus,
.woocommerce div.product form.cart .button.awooc-custom-order:active{
	border: none!important;
	content: none!important;
	text-decoration: none!important;
	color: #000!important;
}

@media screen and (max-width: 480px) {
	.awooc-popup-image img{
		float: none!important;
		margin-right: 0!important;
	}

	.related.products ul.products li.product h2{
		line-height: 1.2;
	}

	.related.products ul.products li.product a img{
		width: 45%!important;
	}

	.entry-content .page-description{
		padding: 0 20px;
	}
}

.awooc-popup-inner{
	background: #FFF3EF!important;
	border-top: 1px solid #D4B1AB!important;
}

.woocommerce .awooc-close{
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 24px;
    right: 22px;
	z-index: 9999;
	cursor: pointer;
	color: transparent!important;
}

.woocommerce .awooc-close::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('imgs/close.svg') 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

.awooc-col{
	align-self: center!important;
}

.awooc-popup-inner h2{
	text-align: center;
    text-transform: uppercase;
	font-size: 23px;
    line-height: 1.2em;
}

@media screen and (min-width: 992px) {
	.woocommerce div.product form.cart{
		float: right;
		margin-top: 12px;
		margin-bottom: 0!important;
	}

	.woocommerce div.product div.images .flex-control-thumbs li{
		width: 20.8%!important;
	}

	.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){
		margin-right: 0!important;
	}

	body.home .woocommerce ul.products li.product{
		min-height: 540px;
	}

	body.home .woocommerce ul.products li.product .button{
		position: absolute;
		width: 170px;
		left: 50%;
		margin-left: -85px;
		bottom: 25px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{
		padding: 20px 25px 15px!important;
	}
}

@media screen and (min-width: 1600px) {
	body.home .woocommerce ul.products li.product{
		min-height: 575px;
	}
}

/* ~~~ WooCommerce Side Cart ~~~ */

.xoo-wsc-container{
    background-color: #FFE5DD!important;
    border-left: 1px solid #D4B1AB!important;
}

.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer{
    background-color: #FFE5DD!important;
}

.xoo-wsc-header{
    padding: 25px 25px 10px!important;
}

.xoo-wscb-count{
	font-size: 18px!important;
	height: 47px!important;
    line-height: 47px!important;
}

.xoo-wsch-top{
    justify-content: start!important;
}

.xoo-wsc-img-col{
	align-self: self-start;
}

.xoo-wsc-psubtitle{
	font-size: 14px;
	color: #555;
	line-height: 120%;
    padding: 1px 0 5px;
}

.xoo-wsc-pvolume{
	font-size: 16px;
	color: #555;
}

.woocommerce .xoo-wsc-container .xoo-wsc-ft-btn-continue,
.xoo-wsc-container .xoo-wsc-ft-btn-continue{
	background: transparent!important;
    max-width: 150px;
    margin: 0 auto!important;
    text-decoration: underline!important;
	border: 1px solid transparent!important;
}

.xoo-wsc-ft-btn-checkout{
	width: max-content;
    margin: 0 auto 25px!important;
}

span.xoo-wsch-text{
    text-transform: uppercase;
}

span.xoo-wsch-close{
    right: 25px!important;
}

.xoo-wsc-icon-cross::before{
    content: ''!important;
    display: block;
    width: 24px;
    height: 24px;
    background: url('imgs/close.svg');
    background-size: cover;
}

.xoo-wsc-product{
    position: relative;
    border-color: #D4B1AB!important;
    padding: 25px 0 55px!important;
    margin: 0 25px 0;
}

.xoo-wsc-sm-right{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 0!important;
}

.xoo-wsc-icon-trash::before,
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:before{
    content: ''!important;
    display: block;
    width: 19px;
    height: 19px;
    background: url('imgs/cancel.svg');
    background-size: cover;
}

.xoo-wsc-sum-col{
    justify-content: start!important;
}

.xoo-wsc-cart-active .xoo-wsc-opac{
    opacity: 0!important;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a{
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    text-decoration: none!important;
    max-width: 270px;
}

.xoo-wsc-ft-btn-cart{
    display: none!important;
}

@media screen and (min-width: 992px) {
	.xoo-wsc-container, .xoo-wsc-slider{
		width: 26%!important;
	}

	.woocommerce-checkout .xoo-wsc-container,
	.woocommerce-checkout .xoo-wsc-slider{
		right: 0!important;
	}
}

/* ~~~ WooCommerce Rating & Reviews ~~~ */

#review_form_wrapper{
	margin-top: 25px;
}

#commentform{
	margin-top: 10px;
}

.xoo-wsc-qty-price del .amount{
	color: #555!important;
    font-size: 15px;
    margin-right: 5px;
	opacity: .5;
	text-decoration: line-through;
}

.woocommerce #reviews #comments ol.commentlist{
	padding-left: 0!important;
	border: 1px solid #D4B1AB!important;
	padding: 1em 0 0;
}

.woocommerce #reviews #comments ol.commentlist li{
	margin-bottom: .5em!important;
}

.woocommerce #reviews #comments ol.commentlist li:last-child{
	margin-bottom: 0!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-left: 0!important;
	padding: 0 1em!important;
	border: 0!important;
	color: #555;
}

.comment-form-rating .stars:nth-child(3){
	display: none;
}

.woocommerce-Reviews-title{
	font-size: 1rem;
	text-transform: none;
	padding: 1.1rem 1rem 1rem;
	border-bottom: 1px solid #D4B1AB;
}

.woocommerce #reviews #comment{
	min-height: 75px;
    max-height: 75px;
}

.woocommerce .woocommerce-product-rating .star-rating{
	width: 80px!important;
    margin: 0.6em 0 0 0!important;
}

.woocommerce p.stars a{
	width: 0.6em;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce p.stars a::before{
	color: #A44C8E;
	font-size: 11px;
    letter-spacing: 3px;
}

.woocommerce-review-link{
	color: #A44C8E;
}

.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 10px!important;
}

/* ~~~ WooCommerce Attribute Filter ~~~ */

.show-cat-filters-widget{
	display: none;
}

@media screen and (max-width: 480px){
	aside.widget-area .berocket_single_filter_widget{
		display: none;
	}

	.show-cat-filters-widget{
		display: block;
		text-align: center;
		padding: 20px 0 17px;
	}

	.btn#show-cat-filters{
		text-transform: uppercase;
		padding: 15px 45px 10px!important;
		letter-spacing: .5px;
		font-size: 13px;
	}
}

.modal-filters-wrapper{
	display: none;
	position: absolute;
    z-index: 10;
    background: #ffe5dd;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
	overflow-y: auto;
}

.modal-filters-content .btns-wrapper{
	display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: -15px;
    margin-bottom: 30px;
}

.cat-sidebar .bapf_sfilter{
	margin-bottom: 26px;
}

.cat-sidebar .bapf_head h3,
.widget-title{
	font-size: 15px;
	line-height: 200%;
	text-transform: uppercase;
	margin-top: 17px;
	padding-bottom: 13px;
	border-bottom: 1px solid #D4B1AB;
	margin-bottom: 25px;
}

.cat-sidebar aside .berocket_single_filter_widget:nth-child(4) .bapf_head h3,
.cat-sidebar aside .berocket_single_filter_widget:nth-child(5) .bapf_head h3,
.cat-sidebar aside .berocket_single_filter_widget:nth-child(6) .bapf_head h3{
	border-top: 1px solid #D4B1AB;
	padding-top: 17px;
}

.cat-sidebar .bapf_sfilter.bapf_rst_nofltr{
	margin-top: 30px;
}

.cat-sidebar .bapf_sfilter.bapf_button_berocket .bapf_button{
	font-size: 13px;
}

.cat-sidebar .bapf_sfilter ul li{
	margin-bottom: 8px!important;
}

.cat-sidebar .bapf_sfilter .bapf_body > ul{
	padding-left: 0;
}

.cat-sidebar .bapf_sfilter.bapf_ckbox input[type=checkbox]{
	margin-top: -2px;
	margin-right: 10px;
}

.cat-sidebar .bapf_ckbox_sqchck input[type=checkbox]{
	border: 1px solid #000000!important;
}

.cat-sidebar .bapf_ckbox_sqchck .checked input[type=checkbox]{
	border: 1px solid #A44C8E!important;
}

.cat-sidebar .bapf_ckbox_sqchck input[type=checkbox]:checked:after{
	border-bottom: 1px solid #A44C8E!important;
    border-right: 1px solid #A44C8E!important;
	left: 5px!important;
}

.cat-sidebar .bapf_ckbox_sqchck .checked label{
	color: #A44C8E;
}

/* ~~~ WooCommerce Cart & Checkout ~~~ */

/* Remove spinner on WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay { 
	position: relative !important;  
	display: none !important;
}

.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address{
	border: 0!important;
}

.woocommerce-checkout .col-content article{
	padding-left: 30px;
	padding-right: 30px;
	background: #FFF3EF;
	padding-bottom: 15px;
}

.woocommerce-page{
	
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
	width: 100%!important;
}

.woocommerce form .form-row label{
	font-size: 15px;
}

.shop_table .quantity{
	min-width: inherit!important;
}

#order_review,
#payment{
	margin-top: 35px;
}

.woocommerce-billing-fields h3,
.woocommerce-checkout-review-order h3,
.woocommerce-checkout-payment h3{
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.woocommerce-checkout-payment h3{
	margin-bottom: 0;
}

.woocommerce table.shop_table tfoot th{
	font-weight: 400!important;
}

.woocommerce-checkout table.cart img{
	width: 100px!important;
}

.woosw-list table.woosw-items{
	width: 100%;
}

.woocommerce-checkout table.cart td a,
.woosw-list table.woosw-items .woosw-item .woosw-item--name a{
	display: inline-block;
	color: #000;
	font-size: 15px;
    line-height: 130%;
	font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
}

.cart_item .product-subtitle,
.cart_item .product-volume{
	color: #555;
    font-size: 15px;
    line-height: 130%;
    margin: 5px 0;
}

.woocommerce-checkout table.cart td a.remove{
	display: block;
    width: 19px;
    height: 19px;
    background: url('imgs/cancel.svg');
    background-size: cover;
	font-size: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	padding: 25px 20px 20px!important;
}

.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table th{
	padding: 25px 0!important;
}

.woocommerce-checkout .woocommerce table.shop_table th{
	padding-right: 27px!important;
}

.woocommerce #order_review_heading{
	display: none!important;
}

.woocommerce-info{
	padding-left: 0!important;
}

.woocommerce-info::before{
	content: none!important;
}

.woocommerce #payment{
	background: transparent!important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
	width: auto!important;
}

.woocommerce button[name="update_cart"]{
	opacity: 0!important;
}

#ukrposhta_shippping_fields,
.wcus-checkout-fields{
	margin-top: 35px;
}

.wcus-checkout-fields h3
#ukrposhta_shippping_fields h3{
	display: none!important;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout-review-order-table tfoot .order-total{
	display: none;
}

.dswsdm-shipping,
.zen-ui-select__value{
	border: 1px solid #D4B1AB!important;
	padding: 10px 13px 8px;
	background: transparent!important;
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead{
	display: none;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
	content: none!important;
}

.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!important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
	background-color: #fff!important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #fff!important;
	border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

.xoo-sl-loginvia span{
	background-color: #FFF3EF!important;
}

@media screen and (min-width: 992px) {
	.woocommerce form .form-row label{
		font-size: 15px;
		width: 29%;
		float: left;
		margin-top: 6px;
	}

	.woocommerce-form__label-for-checkbox.checkbox{
		width: 100%!important;
	}

	.woocommerce form .woocommerce-input-wrapper{
		width: 71%;
		float: right;
		display: block;
	}
}

/* ~~~ WooCommerce My Account ~~~ */

.xoo-el-form-register .xoo-aff-group.onehalf.xoo_el_reg_fname_cont{
	width: calc(100% - 20px);
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%!important;
	float: none!important;
	padding: 0 30px 15px;
}

.page-id-42 article,
.page-id-45 article{
	background: #FFF3EF;
	padding-top: 30px;
}

.woosw-list table.woosw-items tr td{
	padding: 10px!important;
}

.woosw-list table.woosw-items tr:nth-child(2n) td{
	background-color: transparent!important;
}

.woosw-list table.woosw-items tr:hover td{
	background: transparent!important;
}

.woocommerce-checkout table.cart img,
.woosw-list table.woosw-items .woosw-item .woosw-item--image img{
	width: 95px!important;
}

.woosw-item--pvolume{
	color: #555;
}

.woosw-item--price{
	font-weight: 600;
}

#menu-myaccountnav li{
	margin-top: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #D4B1AB;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
	line-height: 1.6!important;
}

#menu-myaccountnav li a{
    font-size: 15px;
    line-height: 200%;
    text-transform: uppercase;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn{
	padding: 0!important;
}

.xoo-aff-pw-toggle{
	top: -9px!important;
}

.woocommerce .lost_reset_password{
	padding: 0 35px;
}

.xoo-el-popup-active.xoo-el-container{
	display: none!important;
}

@media screen and (max-width: 768px) {
	.woosw-list .woosw-items .woosw-item{
		border-bottom: 1px solid #D4B1AB;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		position: relative;
		padding: 0 20px 20px;
	}

	.woosw-list table.woosw-items .woosw-item .woosw-item--remove{
		position: absolute;
		top: 0;
		right: 30px;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive tr td,
	.woocommerce-account .woocommerce-page table.shop_table_responsive tr td{
		text-align: left!important;
	}

	.menu-myaccountnav-container{
		margin-top: 35px;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce-account .woocommerce-MyAccount-content{
		padding: 10px 100px 15px;
	}

	.woosw-list table.woosw-items tr td{
		padding: 35px 25px!important;
	}

	.woosw-list table.woosw-items .woosw-item .woosw-item--image{
		width: auto!important;
		padding: 0!important;
	}
}

@media screen and (max-width: 480px){
	body.single .page-body .col-lg-3,
	body.archive .page-body .col-lg-3{
		order: 2;
	}

	body.single .page-body .col-lg-9,
	body.archive .page-body .col-lg-9{
		order: 1;
	}
}

/* ~~~ FOOTER
~~~ */

footer{
	position: relative;
	background: #FFE5DD;
}

body:not(.home) footer{
	margin-top: 20px;
}

.subfooter{
	background: #F5CDC1;
	padding: 17px 0 15px;
}

.copyright{
	font-size: 14px;
	text-align: center;
}

footer nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer nav ul li{
	margin-bottom: 0;
}

footer nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

footer nav ul li a:hover{
	color: #A44C8E;
}

.footer .container{
	border-top: 1px solid #D4B1AB;
	padding: 25px 0 21px;
	text-align: center;
}

footer .logo-wrapper .logo img{
	width: 89px;
}

footer .social a{
	width: 20px;
	height: 20px;
	padding-left: 0;
	margin-right: 19px;
}

footer .logo-wrapper{
	margin-bottom: 20px;
}

footer .logo-wrapper p{
	margin: 20px 0;
}

.pay-logos{
	display: flex;
	margin-top: 12px;
}

.pay-logos > *{
	width: 40px;
	margin-right: 10px;
}


@media screen and (max-width: 480px){
	.footer > .container > .row,
	.footer > .container > .row > *{
		margin: 0!important;
		padding: 0!important;
	}

	footer .order-mobile-1{
		order: 1;
	}

	footer .order-mobile-2{
		order: 2;
	}

	footer .order-mobile-3{
		order: 3;
	}
}

@media screen and (min-width: 992px){
	
	body:not(.home) footer{
		margin-top: 70px;
	}
	
	footer{
		font-size: 20px;
	}

	.footer .container{
		text-align: left;
		padding: 39px 0 31px;
	}

	.footer-right-nav{
		margin-left: 70%;
	}

	footer .logo-wrapper{
		text-align: center;
		font-size: 14px;
		color: #777;
	}
}

/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea{
	font-size: 16px;
	padding: 10px 13px 8px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #D4B1AB;
	background: transparent;
	color: #000;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus{
	background: transparent;
	border: none;
	outline: none;
	border: 1px solid #A44C8E;
}

input[type="submit"]:hover{
	background: #000!important;
	border: 1px solid #000!important;
}

input[type="radio"],
input[type="checkbox"]{
	accent-color: #A44C8E;
}

.btn-primary.disabled, .btn-primary:disabled{
	opacity: .8;
	background: transparent;
	color: #000;
	border: 1px solid #000;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 70px;
	height: 70px;
	max-height: 100px;
}

::-webkit-input-placeholder{color: #000;}
::-moz-placeholder{color: #000;}
:-moz-placeholder{color: #000;}
:-ms-input-placeholder{color: #000;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

@media screen and (min-width: 992px) {
	.inputs-row{
		display: flex;
		justify-content: space-between;
	}
	
	.inputs-row .item{
		padding: 0 10px;
		width: 100%;
	}
	
	.inputs-row .item:first-child{
		padding-left: 0;
	}
	
	.inputs-row .item:last-child{
		padding-right: 0;
	}
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
	width: 41px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
    opacity: .6;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before{
    content: '';
	display: block;
	position: absolute;
	width: 41px;
    height: 16px;
	top: 0;
	left: 0;
	background-image: url(imgs/readmore.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before{
	transform: scale(-1,1);
}

.slick-prev{
	left: 0;
}

.slick-next{
	right: inherit;
	left: 86px;
}

.slick-slide img{
	margin: 0 auto;
}

@media screen and (min-width: 992px){		
	.slick-prev{
		left: 15px;
	}

	.slick-next{
		right: inherit;
		left: 101px;
	}
}

/* Dots */

.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
}

.slick-dots li{
    position: relative;
    display: inline-block;
	width: 30px;
	height: 3px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
	text-align: center;
	transition: all .5s ease;
}

.slick-dots li.slick-active{
	width: 35px;
	margin: 0 7px;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
	height: 4px;
	border-radius: 10px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #A44C8E;
	opacity: .6;
	margin: 0 auto;
	transition: all .5s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button{
    background: #A44C8E;
	opacity: 1;
}

.slick-dots li.slick-active button{
	width: 35px;
}

@media screen and (min-width: 992px){
	.slick-dots{
		left: 72px;
		bottom: 20px;
		width: calc(100% - 72px);
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.wpcf7-acceptance{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-acceptance label{
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.wpcf7-acceptance label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #D4B1AB;
	margin-top: 2px;
    margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-size: 70%;
}

.wpcf7-acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -6px;
    right: 6px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}