

/* Start:/local/templates/lovelystyle_kapinos/styles.css?1717599175491*/
﻿
body.body-fancy{
    overflow-y: scroll;
    scrollbar-color: grey transparent;
    scrollbar-width: thin;
}

body.body-fancy::-webkit-scrollbar {
    height: 0;
    width: 0;
}

body.body-fancy::-webkit-scrollbar-track {
    background-color: transparent;
}

body.body-fancy::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 9999rem;
}

.fancybox__slide.has-iframe .fancybox__content {
    padding: 0 !important;
}
.goods-text {
    margin-bottom: 15px;
}
/* End */


/* Start:/local/templates/lovelystyle_kapinos/template_styles.css?17319511288627*/
body{

}

*{
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clearfix::after{
	content: '';
	clear: both;
	display: block;
}


.order_page .registration_form .input {
    margin-bottom: 28px;
}

.order_page.registration .enter_form {
    border: none;
    margin-bottom: 60px;
}
.order_page.registration .forget_password_form .enter_form {
    border-bottom: 1px solid #EFE8E4;
    margin-bottom: 0px;
}

.order_page.auth-block .forget_password_form .enter_form {
    border-bottom: none;
}

.enter_form + .forget_password_form #password_form_code {
	/*padding-top: 35px;*/
	position: relative;
}
.enter_form + .forget_password_form #password_form_code::before {
	/*content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #EFE8E4;
	width: calc(100% - 120px);
    margin: auto;*/
}
.order_page.registration .password_form {
    display: none;
}

.order_page .enter_form {
    position: relative;
}
 
.order_page.registration .order_left_wrapper {
    width: 50%;padding: 25px;
}
.order_right{
	width: 50%;padding: 25px;
}
.subscribe_text a{
	color: #020202;
}
@media screen and (max-width: 768px){
.order_page .order_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.order_page.registration .order_left_wrapper {
    width: 100%;padding: 25px;
}
.order_right{
	width: 100%;padding: 25px;
}
}
.order_page.registration .password_form .input,
.order_page.registration .reregistration_form .input {
    width: 100%;
    margin-bottom: 28px;
}
.order_page .order_wrapper {
    display: flex;
    margin-bottom: 94px;
}
.order_page .order_content {
    margin-bottom: 73px;
}

.order_page .order_wrapper {
    display: flex;
    margin-bottom: 94px;
}

.order_page .order_title {
    font-family: "Lora";
    display: block;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #573C30;
    margin-bottom: 20px;
}

.order_page .order_text {
    font-family: "Lora";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #939393;
    margin-bottom: 25px;
}

.order_page .order_text .show_button {
    color: #939393;
    cursor: pointer;
    position: relative;
}

.order_page .order_text .show_button::before {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #939393;
    transition: all 0.2s ease-in-out;
}
.order_page label {
    display: block;
}

.order_page .input {
    border: 1px solid #939393;
    padding-left: 20px;
    height: 35px;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #3A3B3A;
    padding-top: 8px;
    padding-bottom: 8px;
}

.order_page .input::-webkit-input-placeholder {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #939393;
}

.order_page .input::-moz-placeholder {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #939393;
}

.order_page .input::-moz-placeholder {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #939393;
}

.order_page .input::-ms-input-placeholder {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #939393;
}

.order_page .input.order_mail {
    margin-bottom: 26px;
}

.order_page .input_description {
    font-family: "Proxima Nova";
    font-weight: 300;
    line-height: normal;
    color: #595959;
    margin-top: 12px;
    font-size: 13px;
    display: block;
    text-align: right;
    cursor: pointer;
}

.order_page .button.brown {
    font-family: "Lora";
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
    width: 219px;
    height: 35px;
    display: block;
    float: none;
    margin-left: auto;
    margin-bottom: 25px;
    line-height: 35px;
}

.order_page .subscribe.checkbox_label {
    display: block;
    float: right;
}

.order_page .subscribe_text {
    /*font-size: 12px;*/
    /*width: 246px;*/
    text-align: right;
    padding-right: 20px;
}
.registration .checkbox_label .subscribe_text {
	text-align: right;
	width: 100%;
	display: block;
    margin-left: auto;
    position: relative;
}
.registration .checkbox_label .checkbox_indicator::before {
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 2px;
}
.registration .subscribe_text.checkbox_indicator a {
    font-size: 14px;
}
.registration.order_page .subscribe.checkbox_label {
    float: none;
}
.order_page .label_password {
    margin-bottom: 22px;
}

.order_page .enter_form {
    padding-bottom: 35px;
    border-bottom: 1px solid #EFE8E4;
}

.order_page .enter_form .button.brown {
    margin-bottom: 0;
}

.order_page .regestration_form {
    padding-top: 29px;
}

.order_wrapper_bg {
    background-color: rgba(250, 248, 246, 0.5);
    border-top: 1px solid #EFE8E4;
    padding-top: 53px;
    margin-bottom: 50px;
}

/*.order_page.registration .button.brown {
    width: 50%;
}*/
.subscribe input.checkbox {
    display: none;
}
.checkbox_label .checkbox_indicator::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #D8C5BB;
    margin-right: 8px;
}
.delivery_data .checkbox_label .checkbox_indicator::before,
.order_page .packaging_data .checkbox_label .subscribe_text::before {
    vertical-align: middle;
}
.auth_form .checkbox_label .checkbox_indicator::before {
    position: absolute;
    right: 0;
    margin-right: 0px;
}
.registration .checkbox_label .checkbox_indicator::before {
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 2px;
}
.checkbox_label input:checked + .checkbox_indicator::before {
    left: auto;
    border: 1px solid #D8C5BB;
    background-color: #272323;
    box-shadow: 0px 0px 0 1px white inset;
}
.hasError{
	border: 1px solid red;
}
.smart-filter-input-group-checkbox-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bx_profile #user_div_reg{
	max-width: 450px;
}

.bx_profile #user_div_reg label{
	font-size: 18px;
    font-family: 'Futura PT', sans-serif;
}
.bx_profile #user_div_reg .input{
	margin-bottom: 15px;
}
.sale-order-list-accomplished-title-container{
	margin-top: 15px;
}
.sale-order-list-accomplished-title-container {
    border: 1px solid #d6d6d6;
    background: #dfd7d0 !important;
    padding: 15px;
}
.sale-order-list-inner-container .sale-order-list-inner-row{
	display: flex;
	flex-direction: row;
}
.col-auto a{
	color: #020202;
	padding: 10px;
}
.sale-order-list-inner-container .col-auto a{
	 
}
.catalog .container .row.mb-3 .col{
	display: flex;
	flex-direction: row;
}
.catalog .container .row.mb-3 .mr-4{
	color: #020202;
	padding: 10px;	
	border: 1px solid #dfd7d0;
	margin-right: 5px;
}
.sfss{
	padding: 15px;
}
/*.sfss .col-auto a {
    color: #020202;
    padding: 0px;
    padding-right: 10px;
}*/
.dfadf h2{
	font-size: 20px;
	padding: 10px 0px;
	padding-top: 25px;
}
.sfss .sale-order-list-cancel-payment{
	display: none;
}
.sgfg{
	padding: 10px;
}
.adaa{
	border: 1px solid #c6bcb4;
	background: rgb(223, 215, 208);
}
.sfss .sale-order-list-payment{
	display: block !important;
}
.daaaa2{
	padding-top: 15px;
}
.aq1q{
	flex-direction: column !important;
	padding-bottom: 15px;
}
@media screen and (max-width: 768px){
	.personal {
	    display: flex;
	    flex-direction: column;
	}
	.personal .col {
	    width: 100%;
	    margin: 0;
	}
}

.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm{
    background-color: #ffffff;
    display: flex;
    font-weight: 500;
    font-size: 12.5px;
    font-family: 'PF Regal Text Pro', sans-serif;
    text-transform: uppercase;
    color: #272323;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 10px;
}
.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:hover{
    border: 1px solid #000;
}

.display_none{
    display: none;
}

.product-item-label-text.product-item-label-small.product-item-label-top.product-item-label-left{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* End */
/* /local/templates/lovelystyle_kapinos/styles.css?1717599175491 */
/* /local/templates/lovelystyle_kapinos/template_styles.css?17319511288627 */
