.p-t-10 { padding-top:10px}

.p-b-10 { padding-bottom:10px}


.m-t-20 { margin-top:20}

.relative { position:relative}

.empty { font-size:0; line-height:0}

.d-block { display:block; 
		   width:100%}

.text-center { text-align:center}

.main-color { color: var(--purple-color)}

a.d-block { cursor:pointer}

.section-row-f {
	width:100%
}

.col {
	float: left
}

.col-2 {
	width:50%
}

.section-row-f:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.text-right { 
	text-align:right
}

.italic { font-style:italic}

.bl-msg{
	margin-bottom: 12px;
    padding: 15px 15px 3px 15px;  
}

.border-g-2 {
	border: solid 2px #ccc;  
    border-radius: 5px}

.mobile-bl,
.mobile-bl-in { display:none!important}

.m-h-200 { min-height:200px}

.p-t-10 { padding-top:10px}

.header__burger { cursor:pointer}


.item-rate i {
    display: inline-block;
    background: url(/images/rate_star_empty.svg?2) 0 0 repeat-x;
    width: 95px;
    height: 20px;
    margin: 0 10px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    text-align: left;
}

.item-rate i i {
    background-image: url(/images/rate_star.svg?2);
    margin: 0;
}

.product__status {
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
}

.whelper { position:relative}

.whelper i {
    display: none;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 100%;
    background: #fff;
    width: 170px;
    /* height: 20px; */
    padding: 10px;
    margin: 10px auto 0 -10px;
    text-align: center; 
	font-size:13px; 
	line-height:15px;
    color: var(--purple-color); 
    border: solid 2px var(--purple-color);
    border-radius: 15px;
}

.whelper:hover i, .whelper:focus i {
    display: block;
}

.fav-prod-in svg{
    fill: red;
    stroke: red;
}

span.search-field {
    display: inline-block;
    position: relative;
    width: auto; 
	max-width:100%;
    margin: 0;
}

ul.drop-down-list {
	position: absolute;
	top: 100%;
	left: 5px;
	border: solid 2px #000;
	border-top: none;
	background: #fff;
	margin: -3px 0 0 -5px;
	padding: 0;
	overflow: auto;
	width: 100%;
	max-height: 500px;
	z-index: 1050;
	font-size: 0;
	line-height: 0;
	list-style: none;
	text-align: left;
	cursor: pointer;
	border-radius: 0 0 5px 5px
}


ul.drop-down-list li {
    background: none;
    margin: 0 !important;
    padding: 2px 5px !important; 
	font-size:11px;
	line-height:14px
}

ul.drop-down-list li.hover {
    background-color: var(--purple-color) !important;
    color: #fff;
}

/* Forms */

form#cabinet_user_form {
  padding-top: 30px;
  width: 530px;
}


.order-auth-error{
	margin-top:-10px;
	font-style:italic; 
	font-size:13px
}

form > ul > li {
  margin-bottom: 15px;
}

form label {
  display: inline-block;
  width: 160px;
  font-weight: normal;
}

form .modal__form-input__wrapper label{
	width:auto
}

.modal__login__form form .modal__form-input__wrapper label{
	width:155px
}

form label span {
  padding: 0 2px;
  color: var(--puprle-color);
}

.modal__delivery label { width:auto}  

form > ul {
  margin: 0;
  list-style: none;
}

form .msg {
  font-style: italic;
  padding-top: 10px;
}

.content__error,
form .error {
  color: var(--orange-color);
}

form .error > .error {
  display: block !important; 
}

input[type="text"],
input[type="password"],
select,
textarea {
  width: 300px;
  background: #fff;
  border: solid 1px #797979;
  font: normal 13px/26px "Trebuchet MS", Arial, sans-serif;
}

select:focus,
input:focus,
textarea:focus {
  border-width: 1px;
  border-radius: 0;
}

form .error input,
form .error select,
form .error textarea {
  border-color: var(--puprle-color);
}

#user_form_result {
  padding: 0 0 12px 15px;
  
}

ul.user-form input.medium {
    width: 92px !important;
}
/* //Forms */



/* Popup */

.loading_box { background:#fff url(/images/loading.gif) center no-repeat;
min-height:100px}

.user-page-bg { position:fixed; top:0; left:0; right:0; bottom:0}

.show_process {
  position: fixed;
  z-index: 1000;
  top: 40%;
  left: 50%;
  min-width: 170px; 
  max-width:240px;
  height: 40px; 
  margin-left:-85px;
  border: solid 1px #754ea6;
  border-radius:5px;
  background: #f4f4f4 url(/images/loading.gif) center no-repeat; 
  text-align: center; 
  font-size:13px; 
  line-height:36px; 
  color: var(--purple-color);
}


.add-basket-msg {padding: 2px 10px;
				 height: 100%;
				 text-align: center; width:auto;}

.user-dialog {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: solid 1px var(--purple-color);
  border-radius: 15px;
  box-shadow: 0 0 10px var(--purple-color);
  padding: 27px 29px;
  font-size: 14px;
}


.user-dialog-cont div.size {
  display: block;
  background: url(/images/loading.gif) center no-repeat;
  width: 230px;
  height: 200px;
}

.user-form-close {
  position: absolute;
  top: 15px;
  right: 10px;
}

.user-dialog .header {
  position: relative;
  padding: 0  0 22px; 
  background:none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 70px 0 0; 
  box-shadow: none;
  backdrop-filter:none
}

.user-dialog ul.user-form > li > span {
  display: inline-block;
  width: 155px;
  color: var(--puprle-color);
}

.user-dialog ul.user-form label {
  display: inline-block;
  color: #333;
  width: auto;
}

.user-dialog ul.user-form .value {
	display:inline-block;
	width:286px
}

.ext-text-popup {
  width: 500px;
  padding: 50px 10px;
}

.modal__form .error.msg {font-style: italic; 
					    font-size:12px;
}

/* //Popup */

#main-menu.loading { min-height:49px;  
					 background: url(/images/loading.gif) center no-repeat}


@media (max-width: 1000px) {
	#main-menu.loading  { min-height:64px}
}


@media (max-width: 760px) {
	.modal__record-content {}
}

@media (max-width: 600px) {	
	.mobile-bl     { display: block!important}
	.mobile-bl-in { display:inline-block!important}
		 
	.user-dialog { 
		left: 1% !important;
		width: 98% !important;
		padding: 40px 10px 10px;
	}
	
	.ext-text-popup {
       width: 100%;
       padding: 0; 
    }
	
	.user-dialog ul.user-form .value { display:block;
									   width:100%}
	
	.user-dialog-cont { width:100%}
	
	.bl-msg	{ padding:10px 10px 15px; font-size:12px}

	.section-row-f .col-2 {
		float:none; 
		width:100%
	}

}