

/* Start:/local/templates/orimex-v2/template_styles.css?17610482202336*/
.skidka {
	background: red;
    position: absolute;
    z-index: 9;
    top: 33px;
    right: 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 10px;
	font-family: "Gilroy",serif;
}

.product__label {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0px;
    color: white;
    font-weight: bold;
    width: 31px;
    height: 100%;
    font-family: "Gilroy",serif;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__label_sale,.product__label_discount {
	background: red;
	font-size: 20px;
}

.product__label_bestseller {
	background: #75665b;
	font-size: 16px;
}


.product__label_new {
	background: #637656;
	font-size: 18px;
}
.header-actions {
    display: inline-flex;
    height: 80px;
    padding: 10px 0px;
}

.header-actions__img {
    width: 100%;
}


.ostotzyv {
	border-radius: var(--bs-border-radius-pill) !important;
    border: 1px solid grey;
    padding: 5px 15px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    cursor: pointer;
	width: 100%;
}

.ostotzyv:hover {
	color: white;
    background: #5a714b;
}


/*Popup form*/

.popup {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	z-index:100;
	display:none;
	background:rgba(0,0,0,0.4);
}


.zagpopupform {
	text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
}


.popup_bg {
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}
		
.ajax_form {
	top:20%;
	position: relative;
	margin:4px auto;
	z-index:2;
	width:300px;
	padding:40px 20px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	}


.ajax_form .input_block {
	margin-bottom:10px;
}

div.closes {
	opacity: 0.5;
    position: absolute;
    right: 10px;
    top: -1px;
    cursor: pointer;
    font-size: 30px;
}

div.closes:hover {
	opacity: 1;
}

.input_btn input {
	border: 1px solid green;
    background: none;
    border-radius: 5px;
    padding: 5px 16px;
}

.input_btn input:hover {
	color:white;
	background: green;
}


#newwidget {
	width: 100%;
	
}

#newwidget img {
	width:100%;
	margin-bottom:20px;
}
/* End */
/* /local/templates/orimex-v2/template_styles.css?17610482202336 */
