﻿@import url("reset.css"); 
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=cyrillic,latin);

/* @group Общий стиль */


body {
	width: 100%;
	height: 100%;
	font: 14px Arial,Helvetica,Verdana,sans-serif;
	font-family: 'Roboto', sans-serif;
	background: white url("/files/Banner/background_w1800_2023.jpg") no-repeat center -10px;
}

.CartView {
	background-image: none !important;
}


p {
	line-height: 20px;
	margin-bottom: 30px;
}

#tinymce p {
	margin-bottom: 15px !important;
}

body#tinymce {
	background-image: none !important;
	width: 35%;
	padding: 5px;
}


h1 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}

h2 {
	clear: both;
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

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

a:hover {
	color: #000;
}

e[type="button"] {
	cursor: hand;
	cursor: pointer;
}

/* @end — Общий стиль */

/* Скрыть рекапчу */
.grecaptcha-badge {
	visibility: hidden;
}

.google-policy {
	float: left;
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0 0 45px 0;
	font-size: 10px;
	color: #999;
}

.google-policy a {
	display: inline !important;
	font-size: 10px !important;
	color: #999 !important;
	text-decoration: underline !important;
}

/* @group Верхняя строка */
#top_background {
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
	padding: 10px 0px;
	background-color: #ffffffbd;;
	margin: 0;
}

#top_background a {
	color: black;
	font-size: 14px !important;
}

#top {
	margin: 0px auto;
	width: 1280px;
}

.menu {
	margin-left: -10px;
	float: left;
	max-width: 700px;
}

.menu li {
	display: block;
	float: left;
	list-style: none;
}

.menu li a {
	margin-right: 5px;
	font-size: 12px;
	display: block;
	font-weight: 300;
	float: left;
	color: #fff;
	padding: 6px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
}

.menu li.selected a,
.menu li:hover a {
	border: 1px solid black;
	text-decoration: none;
}

.menu li:hover a {
}

#blog {
	list-style: none;
}

#currencies {
	margin-bottom: 15px;
}

#currencies ul li {
	display: block;
	list-style: none;
}

.display-none {
	display:none;
}

svg {
	height: 25px;
	width: 25px;
}

#cart_informer {
	min-width: 70px;
	right: 0;
	text-align: center;
	margin: 0 0 15px 0 !important;
}



.header__cartinfo-content-count {
    bottom: 7px !important;
	right: -4px !important;
}

a:hover span.header__cartinfo-content-count {
	background: white;
	color: black;
}

#cart_informer span:after {
	content: '';
	display: block;
	clear: both;
}



/* @group Шапка сайта */
.wrapp-header {
	min-width: 1280px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 25px;
}

#header {
	margin: 0px auto;
	width: 1280px;
	overflow: hidden;
	clear: both;
	height: 96px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}

#header p {
	line-height: 17px;
	margin: 0;
	text-align: center;
}


#header div {
	margin-bottom: 25px;
}

#head-banner-2 {
	margin-bottom: 15px !important;
	display: flex;
	padding: 15px;
    border-radius: 5px;
	background-color: #ffffff59;
	justify-content: center;
	min-width: 125px;
}

#head-banner-3 {
	margin-bottom: 15px !important;
	display: flex;
    border-radius: 5px;
	background-color: #ffffff59;
	justify-content: center;
	min-width: 125px;
}

#head-banner-3 .G_rewiew_label_cont {
	margin-bottom: 0px;
}

#head-banner-3 #G_rewiew_label {
	border: none;
}

.G_rewiew_label_cont {
	zoom: 0.87;
}

/* @group Футер сайта */
#footer {
	margin: 0px auto;
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
	clear: both;
	background-color: #f4f4f4;
}

.CartView #footer {
	display: none;
}

.empy_cart #footer {
	display: block !important;
}

#navBackToTop {
	display: block;
	width: 100%;
	background: #000;
	text-align: center;
	margin-bottom: 25px;
	padding: 15px 0;
	color: white;
}

#navBackToTop:hover {
	background: #7f6084
}

#footercontainer {
	width: 1280px;
	margin: 0 auto;
	padding: 90px 0 45px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 90px;
}

.footercontainer--margin-bottom {
	margin-bottom: 10px;
}

#footercontainer ul {
	list-style: none;
	clear: both;
	display: block;
}

.footer-menu-cell {
	display: block;
	float: left;
}

#footer #logo {
	width: 185px;
}

#footer h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.6px;
}

#footer li {
	clear: both;
}

#footer a {
	display: block;
	color: black;
	text-decoration: none;
	margin-bottom: 10px;
}

.footer-menu-cell a:hover {
	color: #FFF !important;
	background-color: black;
}

#account a:hover {
	border: 1px solid black;
}


#account {
	float: right;
	text-align: right;
	color: black;
}

#account a {
	font-size: 12px;
	padding: 6px 11px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	border: 1px solid transparent;
}

.product .image a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    justify-content: center;
	align-items: center;
}

.product .image {
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0 25px 25px 0;
	min-width: 300px;
	text-align: center;
	float: left;
}

.MainView .product .image {
	min-width: 200px;
}

.MainView .product .image img {
	max-width: 100%;
}

#wishlist-informer {
	position: absolute;
	top: -8px;
	left: 290px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 0;
}

.ProductView #wishlist-informer
{
	left: 290px;
}

.MainView #wishlist-informer
{
	left: 230px;
}

.wishlist__btn-icon {
	position: absolute;
	top: 0;
	right: 10px	;
	bottom: 0;
	left: -60px;
	display: block;
	width: 50%;
	height: 50%;
	margin: auto;
}

.wishlist__btn-icon--selected {
	display: none;
}

.wishlist__btn-icon--default {
	display: block;
}

.wishlist__btn.selected .wishlist__btn-icon--selected {
	display: block;
}

.wishlist__btn.selected .wishlist__btn-icon--default {
	display: none;
}

.wishlist-informer {
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 300;
	color: #FFF;
}



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

.page-wishlist__btn {
	display: block;
	margin-bottom: 10px;
}

#logo {
	width: 290px;
	display: flex;
    justify-content: center;
}

#logo svg{
	width: 180px;
	height: 45px;
	color: black;
}

.logo_pompon {
	
}

#logo span {
	color: #000;
	font-size: 12px;
	margin: -6px 0 0 6px;
	display: block;
}



#contact {
	float: right;
	text-align: right;
	margin: 10px 5px 0 0;
	height: 25px;
	color: #505050;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	position: absolute;
	top: 0;
	right: 0;

}

#contact #phone {
	font-size: 18px;
}


#main {
	margin: 0px auto;
	width: 1280px;
}

#content {
	float: right;
	width: 873px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.85);
	padding: 45px;
	border-radius: 3px;
	position: relative;
}

.PageView #content, .FeedbackView #content, .CommentsView #content {
	padding: 90px;
	width: 782px;
}

.CommentsView h1 {
	margin-bottom: 10px;
}

.CommentsView h2 {
	font-size: 30px;
}

#main #content {
	padding-bottom: 420px;
}

#catalog_cont {
	display: flex;
    justify-content: flex-start;
	margin: -20px 0 25px 0
}

#catalog_cont img {
	width: auto;
    margin-bottom: 15px;
    height: 150px;
	border-radius: 5px;
}

#catalog_cont a {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 180px;
	padding: 10px 10px 10px 10px;
	justify-content: flex-end;
}

.ProductsView #catalog_cont a {
	font-size: 12px;
}

#catalog_cont a:hover {
	background: #000;
	color: white;
    box-shadow: 0px 0px 2px 1px #eee;
	border-radius: 5px;
}

#catalog_cont div {
	display: flex;
}

.active_catalog {
	background: #f4f4f4;
}

.MainView #catalog_cont img {
    height: 200px;
}

.MainView #catalog_cont {
	justify-content: space-between;
	margin: 40px 0 40px;
}

#search {
	float: left;
	width: 130px;
	position: relative;
	margin-left: 121px;
}

#search .input_search {
	width: 133px;
	padding: 1px 10px;
	height: 25px;
	font-size: 14px;
	border: 1px solid white;
	display: block;
	float: left;
	padding-left: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	background: white;
	box-shadow: none;
	transition: width 0.3s ease; 
}

#search .input_search:focus {
	width: 240px;
	border: 1px solid #d4d4d4;
}

#search .button_search,
.sale-button {
	width: 50px;
	-webkit-appearance: none;
	height: 27px;
	border-radius: 0px 3px 3px 0px;
	border-style: none;
	cursor: pointer;
	background-color: #E0E0E0;
	cursor: pointer;
	color: #666;
	display: block;
	float: right;
	position: relative;
	right: 8px;
	padding: 0 7px;
	position: absolute;
	box-shadow: none;
	display: none;
}

.main_banner {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.products_banner {
	margin-bottom: 15px;
}

.banner_button {
	position: absolute;
	bottom: -18px;
	left: 50%;
	display: block;
	width: 240px;
	margin-left: -135px;
	padding: 10px 0;
	color: #fff;
	font: 700 16px/20px Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border: 1px solid #d71759;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);

	background: #ff79a7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff79a7 0%, #d71759 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff79a7), color-stop(100%, #d71759));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff79a7 0%, #d71759 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff79a7 0%, #d71759 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff79a7 0%, #d71759 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff79a7 0%, #d71759 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79a7', endColorstr='#d71759', GradientType=0);
	/* IE6-9 */
}



/* @group Меню каталога*/
.wrapp-left {
	width: 290px;
	float: left;
	overflow: hidden;
	margin: 0 25px 45px 0;
	border-top: none;
	
}


#left ul {
	padding-left: 0px;
	list-style: none;

}

#left ul ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#left ul li img {
	vertical-align: middle;
}


.select {
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	padding: 6px 5px;
}

.title-h3 {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: 300;
	padding: 10px 10px 10px 15px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: white;
	margin: 0;
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid #e1dee1;
}

#catalog_menu>ul {
	display: block;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.9);
	;
}

#catalog_menu>ul>li {
	display: block;
	border-bottom: 1px solid #e1dee1;
}

#catalog_menu>ul>li:last-child {
	border: none;
}

#catalog_menu>ul>li>a {
	display: block;
	padding: 10px 5px 10px 40px;
	font-size: 14px;
	color: black;
	text-decoration: none;
	position: relative;
}

#catalog_menu>ul>li>a:hover,
#catalog_menu>ul>li.selected>a {
	color: #fff !important;
	background: #000;
}

#catalog_menu>ul>li>a>span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 15px;
	border: 6px solid transparent;
	border-top-color: #000;
	border-bottom: 0;
	cursor: pointer;
}

#catalog_menu>ul>li>a:hover>span,
#catalog_menu>ul>li.selected>a>span {
	border-top-color: #fff;
}

#catalog_menu>ul>li>ul>li>a {
	display: block;
	padding: 10px 5px 10px 55px;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#catalog_menu>ul>li>ul>li>a:hover,
#catalog_menu>ul>li>ul>li.selected>a {
	color: #fff;
	background: rgba(53, 35, 56, 0.6);
	;
}



#left h2 {
	margin: 25px 0 5px 0;
}

/* @end — Меню каталога*/
#browsed_products {
	background: #f4f4f4;
	padding-bottom: 10px;
}

#all_brands {
	width: 290px;
	margin-bottom: 40px;
	margin-top: -14px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	padding: 10px 10px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#all_brands>h3 {
	margin-top: 0;
	display: none;
}

#all_brands>a {
	display: block;
	width: 43px;
	height: 43px;
	float: left;
	margin: 10px 0 0 14px;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

#all_brands>a:hover {
	border-bottom: 2px solid #000;
}

#all_brands>a>img {
	max-width: 43px;
	max-height: 43px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}

#brands img {
	vertical-align: middle;
}

#brands a:hover {
	color: #000;
}

#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}

/* @end */

/* Хлебные крошки */
#path {
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	z-index: 2;
	position: relative;
}

#path a {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	text-decoration: underline;
}

#path a:hover {
	text-decoration: none;
}

/* @end */


/* @group Товар подробно */
.product p,
.products p {
	margin-bottom: 15px;
}



.ProductView .product .image img {
	max-height: 380px;
}

.ProductView .tiny_products {
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 55px;
}

.ProductView .tiny_products h3{
	width: 239px !important;
	text-align: center;
}

.ProductView .tiny_products .product .image {
	min-width: 100px;
	height: 250px;
}

.ProductView .tiny_products .product .image img  {
	max-height: 250px;
}

.product .image img {
	vertical-align: middle;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	max-height: 350px;
}


.product .images {
    margin-bottom: 15px;
    width: 300px;
    float: left;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0 0 0;
}

.product .images img {
	text-align: center;
	width: 50px;
	border: 1px solid #e0e0e0;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}

.product .description {
	float: right;
	width: 548px;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e0e0e0;
}

.product .features li {
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: none !important;
}

.harakteristiki_zagolovok {
	text-align: center;
}

.recomendation_headline {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 80px;
}

.product .features li.even {
	background-color: none !important;
}

.features .name_of_featre {
	font-style: normal;
	display: block;
	width: 47%;
	float: left;
	text-align: right;
	margin-right: 26px;
}

.value_of_featre {
	display: block;
	float: left;
	width: 325px;
	font-style: italic;
}

.product .features p {
	float: left;
	display: block;
	width: 70%;
}

.product .features span {
	font-size: 14px;
}

table .variant_name {
	margin: 0 15px 0 0
}

.product .variants {
	float: left;
	width: 100%;
}

.product .variant td {
	padding-bottom: 6px;
	vertical-align: middle;
}

.vproducts {
	width: 420px;
}

.vproducts h4 {
	font-weight: normal;
	margin: 10px 0 5px 0;
	display: block;
}

.vproducts .button {
	display: block;
}

.vproducts ul {
	width: 190px;
	display: inline-block;
	list-style: none;
	float: left;
}


.vproducts ul li {
	display: block;
	list-style: none;
}

.vproducts label {
	float: none !important;
}

.vproducts input[type="radio"] {
	display: nne;
	position: absolute;
	left: -9999px;
}

.vproducts label {
	cursor: pointer;
	display: inline-block;
	background-color: #dad5da;
	padding: 5px 11px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	min-width: 110px;
}

.vproducts label:hover {
	background-color: #000;
	color: white;
}

.color_red {
	color: red;
}

.vproducts input[type="radio"]:checked+label {
	background-color: #000;
	color: white;
}

.product .compare_price {
	text-decoration: line-through;
	white-space: nowrap;
}

.product .price {
	font-size: 14px;
	white-space: nowrap;
}

.product .variant_name {
	float: left;
	font-size: 12px;
	position: relative;
}

.product .variant_radiobutton {}

#back_forward {
	font-size: 14px;
	margin: 0px 0 45px 0;
	float: left;
	clear: both;
}

#back_forward a.prev_page_link {
	margin-right: 20px;
}

/* @end — Товар подробно*/


.tiny_products {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 25px;
}

.tiny_products .product {
	flex-basis: calc(29.7% - 20px);
    margin: 10px;
    padding: 15px;
}

.tiny_products .product:hover {
	background-color: #f4f4f4;
	
}

.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 280px;
	line-height: 200px;
	clear: both;
	margin-bottom: 25px;
}


.tiny_products .product h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
	clear: both;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.tiny_products .product h3 ::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.tiny_products .product h3.featured {
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}



.tiny_products .product .image a:hover {}

.products {
	list-style: none;
	display: block;
	position: relative;
}

.products .product {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

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




.MainView .product .image>a  {
	
	
}

.products .product .image img {
	max-width: 300px;
	max-height: 300px;
}

.product .product_info {
	float: left;
	width: 548px;
}

.products .product h3 {
	display: block;
	margin-bottom: 25px;
}

.products .product h3>a {
	display: block;
	font-size: 21px;
	color: #3a3a3a;
	font-weight: 300;
	text-align: left;
}

/*.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}*/

.annotation {
	font-size: 12px;
	clear: both;
	margin-bottom: 25px;
	font-size: 14px;
}

.prise-and-button .annotation {
	margin-bottom: 0;
}

.annotation p {
	margin-bottom: 0px;
}

.annotation a{
	text-decoration: underline;
}


/* Кнопка */


.button {
	background-color: #ff144c;
	color: white;
	float: left;
	cursor: pointer;
	border: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 12px !important;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
}

.button:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11423', endColorstr='#e11423');
	background: #e11423;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
}

.button:active {
	position: relative;
	top: 1px;
	outline: none;
}

/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

#features .feature_name {
	padding: 7px;
}

#features .feature_values {
	padding: 7px;
}

#features a {
	padding-right: 6px;
	white-space: nowrap;
}

#features a.selected {
	color: #000;
	text-decoration: none;
}

/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	color: #918f8f;
	font-size: 12px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	width: 100%;
}

.sort a {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
}

.word_no_wrap {
	text-wrap: nowrap;
}

.small {
	font-size: 12px;
}

.CartView .small {
	margin: -10px 25px 0px 25px;
	display: block;
}

input.form__input::placeholder {
	font-size: 12px;
}

.sort a:hover {
	text-decoration: underline;
}

.sort a.selected {
	text-decoration: underline;
	font-weight: bold;
}

/* @end */
.filter_name {
	font-weight: bold;
}


/* @group Постраничная навигация */
.pagination {
	text-align: center;
	margin: 45px 0 45px 0;
	display: flex;
	justify-content: center;
}

.pagination a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
	margin: 0 5px;
}

.pagination a.selected:hover,
.pagination a.selected {
	background-color: #000;
	color: #ffffff;
	border-color: #000;
}

.pagination a:hover {
	background-color: #000;
	color: white;
	border-color: #000;
}

.pagination a.next_page_link,
.pagination a.prev_page_link {
	border: none;
	background: none;
}

/* @end */


/* @group Просмотренные товары */
#browsed_products {
	overflow: hidden;

}

#browsed_products li {
	display: block;
	float: left;
	overflow: hidden;
	width: 25%;
}

#browsed_products li:hover {
	background-color: #ffffff;
}

#browsed_products li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 3px 3px;
}

/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"] {
	width: 97%;
	font-size: 14px;
}

.form {
	/*width:272px;*/
	margin-bottom: 20px;
}

.form textarea {
	width: 90%;
	height: 115px;
	font-size: 11px !important;
}

.form label {
	display: block;
	font-size: 14px;
}

.form input[type="text"] {
	/*display:block;*/
	margin-bottom: 10px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	max-width: 400px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}

.comment_list li {
	padding: 30px 0;
	border-top: 1px solid #B9B9B9;
}



/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form,
.feedback_form {
	background-color: #f4f4f4;
	padding: 30px;
	margin-top: 20px;
	width: 93%;
	overflow: hidden;
	border-radius: 10px;
}

#inform-back-in-stock .feedback_form {
	background: none !important;
	width: 84%;
	padding: 0 30px 30px 30px;
	margin: 0;
}

.inform-back-in-stock-title {
	margin: 30px 0 0 30px
}

.comment_form h2 {
	
}

.comment_form .comment_textarea {
	width: 97%;
	height: 100px;
	font-size: 12px;
}

.comment_text {
	margin: 10px 0 30px 0;
}

.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}

.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}


.comment_form .input_captcha,
.cart_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;

}

#comment_captcha {
	padding: 4px 10px;
}

.captcha img {
	border-radius: 3px;
}

.comment_form .captcha,
.cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}

.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button {
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}

/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */

.feedback_form .input_captcha,
.register_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}

.feedback_form .captcha,
.register_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}

.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}

/* @end — Форма отправки комментария */


/* @group Корзина */

.itog {
	clear: both;
	float: left;
	border-collapse: collapse !important;
	margin-bottom: 15px !important;
	text-align: left !important;
	display: block;
	border-radius: 0 0 7px 7px;
	padding: 10px 15px;
	margin: 0px 0 15px 90px;
	border: 1px solid #d5d5d5;
	border-top: none;
}

.OrderView .itog {
	border: 1px solid #d5d5d5;
}

.OrderView .button {
	float: right;
}

.itog td {
	vertical-align: center !important;
	font-weight: normal !important;
	padding: 10px 20px !important;
	vertical-align: bottom;
}

.itog tr {
	height: 20px !important;
	border-top: 1px solid #d5d5d5;
}

.order-detail .itog {
	margin: 25px 0 0 0;
	padding: 0;
 
}

.itog-cena {
	text-align: right;
}

.kilkist {
	text-align: center;
}

#purchases {
	width: 100%;
}

#purchases tr {
	border-top: 1px solid #d5d5d5;
	height: 70px;
}

#purchases th {
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}

#purchases .image {
	width: 50px;
	text-align: center;
}

#purchases .image a {

	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#purchases td.name {
	font-size: 14px;
	color: #9c9c9c
}

#purchases td .download_attachment {
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}

#purchases td.price {
	font-size: 14px;
}

#purchases .remove {
	padding-left: 15px;
	text-align: right;
}

#purchases .amount {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#purchases .amount select {
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
}

#purchases .coupon .name {
	font-size: 14px;
}

#purchases .coupon .name select {
	font-size: 16px;
}

ul#deliveries {
	list-style: none;
}

ul#deliveries .description p {
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 1.2em;
}

ul#deliveries li {
	margin-bottom: 15px;
}

ul#deliveries li div.checkbox {
	margin: -2px 0 0 0;
	float: left;
}

.checkbox input {
	box-shadow: none;
}

.checkbox label {
	position: relative;
	padding: 6px 0 0 24px;
	font-size: 14px;
	line-height: 1;
	min-height: 18px
}


ul#deliveries li h3,
ul#deliveries li .description {
	display: block;
	margin: 5px 0 0 25px;
	display: block;
	font-size: 15px;
}

/* @end */


/* @group Кабинет */

.user-zakaz-data h3 {
	font-size: 18px;
	margin: 25px 0 15px 0px;
}

#orders_history {
	list-style: none;
}

#orders_history li {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #e1dee1;
}

#orders_history li a {
	font-size: 16px;
}

/* @end — Кабинет */



/* @group Детали заказа */

.order-detail {
	float: right;
	float: left;
    margin: 0 0 50px 50px;
    width: 378px;
}

.opros {
	float: left;
}

table.order_info {
	background-color: #f9f9f9;
	width: 100%;
}

table.order_info td {
	padding: 10px;
	border: 1px dotted #d5d5d5;
	font-size: 14px;
}

.checkout_button {
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}

/* @end */


/* Сообщение с ошибкой */
.message_error {
	clear: both;
	height: 18px;
	padding: 10px 15px;
	overflow: hidden;
	color: #e11423;
}

#purchases #search .button_search,
.sale-button {
	width: 77px;
	right: -32px;
	display: block;
}

/* @end */

.fig {
	text-align: center;
	font-style: italic;
	color: #007bff
}

.act_menu {
	color: #007bff
}

.blog_img {
	float: left;
	margin-right: 20px
}

#blog h3 {
	font-size: 24px;
	margin: 15px 0 0 0
}

#blog li {
	margin: 30px 0;
	border-top: 1px solid black
}

#data {
	margin: 0px
}

.zag-shapki {
	font-size: 30px;
	margin-bottom: 45px;
}

.zag-v-tovare {
	font-size: 20px
}

li.products {
	height: auto;
	border-top: 1px solid #d7d7d7;
}

/*li.products:hover {
border-top: 2px solid #000;
}*/

li.products a {
	clear: both;
	color: #000;
	display: inline-block;
	text-align: center;
}


li.product:hover {
	overflow: visible;
	/*z-index: 99;*/
}

.default_price_value {
	font-size: 21px;
}

.price_container {
	display: block;
	float: left;
	font-size: 14px;
	width: 160px;
}

.price_container table {
	width: 100%;
}

.price_container td {
	padding: 3px 0;

}

@media screen and (max-width: 1280px) {


	#top a {
		font-size: 14px !important;
		padding: 10px 20px !important;
	}

	#header,
	#main {
		width: 100%;
	}

}


#deliveries li {}

.products .price {
	margin: 1px;
	clear: left;
	float: left;
	min-width: 68px;
	width: 100%;
}

#opt-price-optim {

}

#opt-price-optim span {
	font-weight: bold;
	font-size: 18px;
}

.i-td {
	text-align: left;
	padding-right: 15px;
}

.discount {}

#category-description {
	font-size: 14px;
	position: absolute;
	bottom: 0;
}

#category-page #content {
	padding-bottom: 320px;
	position: relative;
	z-index: 999;
}

input:checked .label {
	background-color: black;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.arrow_box,
.arrow_box_none {
	position: absolute;
	margin-top: -5px;
	right: -30px;
	color: #777;
	background: #dad5da;
	padding: 5px;
	margin-left: -3px;
}

.arrow_box_none {
	background: #F3F0F3;
	color: #e11423;
}

.vproducts input[type="radio"]:checked+label .arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #000;
	border-width: 11px;
	margin-top: -11px;
}

.vproducts input[type="radio"]:checked+label .arrow_box {
	background: #000;
	color: white !important;
}

.vproducts label:hover .arrow_box {
	background: #000;
	color: white !important;
}


.vproducts label:hover .arrow_box_none {
	background: #EDE9ED !important;
}

#sklad_none {
	background: #F3F0F3;
	/* color:#999 */
	opacity: 0.4;
}

#sklad_none:hover {
	background: #EDE9ED;
}

#button_o_nalichie {
	font-size: 12px;
	padding: 13px !important;
	background: #000;
	color: white;
	text-align: center;
	min-width: 171px;
	width: 120px;
	clear: none;
	float: left;
}

#button_o_nalichie:hover {
	background: #000 !important;
}

.font_bold {
	font-weight: bold;
}

.rating_count div {
	margin-top: 5px;
}

/* Звёздный рейтинг товаров */
.comment_header {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.comment_header .flex_item {
	width: 50%;
	margin-bottom: 10px;
}

.align_right {
	text-align: right;
}

.comment_header i {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

.rating {
	margin: 0 0 45px 0;
	overflow: hidden;
	display: flex;
	display: flex;
    gap: 15px;
}

.vote {
	margin: 20px 0 0px 0
}

.rating_label {
	width: auto !important;
	white-space: nowrap;
	margin-right: 15px;
}

.rating.rated {
	display: inline-block;
	width: 110px;
	float: none;
	vertical-align: top;
}

.rating .rater-starsOff,
.rating .rater-starsOn {
	width: 110px;
	display: inline-block;
	background: url(../images/rating.png) repeat-x 0 0px;
	height: 21px;
}

.rating .rater-starsOn {
	background-position: 0 -21px;
}

.comment_likes {
	float: right;
	display: flex;
	align-items: center;
}

.comment_likes a {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    font-size: 16px;
	border: 2px solid #000;
	display: flex;
	justify-content: center;
    align-items: center;
}

.comment_likes span {
	display: inline-block;
	width: 45px;
	text-align: center;
	vertical-align: top;
}




/* Структура шаблона в корзине */

#order-style #content {
	padding: 50px;
	margin: 100px 0 150px 0;
	width: 880px !important;
	z-index: 2;
}

#order-style .wrapp-left {
	display: none
}




#cart-style #content {
	margin-top: 10px;
	padding-bottom: 150px;
	width: 1160px !important;
	z-index: 2;
	clear: both;
    margin: 0 auto;
	float: none;
	display: flex;
	justify-content: center;
}

#cart-style #left,
#cart-style #top_background,
#cart-style .wrapp-header {
	display: none;
}

.empy_cart #top_background, .empy_cart .wrapp-header {
	display: block !important;
}

#cart-style.empy_cart {
	background: white url(/files/Banner/background_w1800_2023.jpg) no-repeat center -10px !important;
}


#cart-style .wrapp-left {
	display: none
}

/* @end */

/* sshop */
.products .oneprice {
	font-weight: bold;
	margin: 1px;
	clear: left;
	float: left;
	min-width: 68px;
}

.default_price {
}

.default_price_value {
	font-size: 20px;
	font-weight: bold;
}

.variant_name_with_image {
	padding: 2px !important;
	width: 160px;
	text-align: left !important;
	position: relative;
}

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

.variant_name_with_image .vnwi_img {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	font-size: 0;
}

.variant_name_with_image .vnwi_img img {
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
}

.variant_name_with_image .vnwi_name {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 100px;
	text-align: center;
}

.variant_name_with_image .vnwi_name>span>span {
	color: #777;
}

[type=radio]:checked+.variant_name_with_image .vnwi_name>span>span,
.variant_name_with_image:hover .vnwi_name>span>span {
	color: #fff;
}

.variant_name_with_image.vnwi_not .vnwi_name>span>span {
	color: #e11423 !important;
}

[type=radio]:checked+.variant_name_with_image:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgb(177, 163, 179);
	border-right: 15px solid transparent;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	position: absolute;
	left: 100%;
	top: 0;
}

[type=radio]:checked+.variant_name_with_image.vnwi_not:before {
	border-left: 15px solid #F3F0F3
}

.sshop_variants {
	margin-bottom: 25px;
}

.vproducts ul.sshop_variants {
	display: block;
	float: none;
	display: block;
	width: auto;
}

.vproducts ul.sshop_variants li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0px 0px 6px;
	width: 68px;
}

.vproducts ul.sshop_variants li.nomarg {
	margin-left: 0;
}

.vproducts ul.sshop_variants li input {
	display: none;
}

.vproducts ul.sshop_variants li label {
	display: block;
	text-align: center;
	background: none !important;
	padding: 0;
	min-width: 0;
	font-size: 12px;
	color: #3a3a3a;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid transparent;
}

.vproducts ul.sshop_variants li :hover+label {
	border: 1px solid #d7d7d7;
}

.vproducts ul.sshop_variants li :checked+label {
	color: #3a3a3a;
	border: 1px solid #000 !important
}

.vproducts ul.sshop_variants li :active+label {
	color: #3a3a3a;
}






.vproducts ul.sshop_variants li label#sklad_none {
	color: #999;
	border: 1px solid #d7d7d7;
}

label#sklad_none:after {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	display: block;
	width: 96px;
	height: 1px;
	background-color: #000;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 0;
	transition: all .2s ease-in-out;
	content: "";
}

.v_img {
	margin-bottom: 6px;
}

.vproducts ul.sshop_variants li label .v_img {
	display: block;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	font-size: 0;
	/*background: #dad5da;*/
}

.vproducts ul.sshop_variants li label .v_img img {
	max-width: 52px;
	max-height: 70px;
	vertical-align: middle;
}

.vproducts ul.sshop_variants li :checked+label .v_img {
	/*background: #000;*/
}

.vproducts ul.sshop_variants li label#sklad_none .v_img {
	/*background: #F3F0F3;*/
}

.vproducts ul.sshop_variants li :checked+label#sklad_none .v_img {
	/*background: #000;*/
}

.vproducts .button,
.vproducts .inform-back-in-stock-me {
	float: right;
}

.vproducts .button {
	margin-right: 0;
	clear: right;
}

.vproducts .buy_block .button {
	min-width: 197px;
}


.selected_color {
	margin-bottom: 25px;
	font-size: 14px;
}

.selected_color>span {
	color: #000;
	font-weight: bold;
}

.vproducts .buy_block {
	float: right;
	/*margin-right: 28px;
    width: 186px;
    height: 30px;
    line-height: 30px;*/
}

.buy_block .dropdown {
	min-width: 50px !important;
	width: 60px !important;
	margin-right: 25px;
	float: left;
}

.vproducts select[name=amount] {
	float: right;
	margin-top: 8px;
	width: 186px;
	height: 30px;
	line-height: 30px;
}

.CartView #purchases img {
	width: 100%;
}

.CartView #purchases .remove img {
	width: 16px;
	height: 16px;
}

.CartView #cart_informer_3 .buttonorder.checkicon{
	display: none;
}




.cart_mode_next {
	display: flex;
	justify-content: center;
    align-items: center;

	min-height: 34px;

	border-radius: 5px;

	color: #000;
	animation: XXXflashing_background 3s linear infinite -1.5s;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin: 1px 2px 4px 2px;
	padding: 15px 25px;
}

.cart_mode_next div {
	position: relative;
	margin-bottom: 0 !important;
}


.cart_mode_next:hover {
	background-color: black;
	animation: none;
	color: white;
}

#cart_informer_2 {
	position: relative;
}

.cart_mode_next svg {
	width: 30px;
	height: 30px;
}

#header .cart_mode_next {
	box-shadow: none;
	padding: 15px 15px;
	margin: 0;
}

.MainView #cart_informer_2 {
	visibility: visible;
}


#cart_informer_2 .cart_mode {
	z-index: 10;
}

#cart_informer_2.fixed {
	display: none;
	top: 10px;
	position: fixed;
}

#cart_informer_2.fixed.fixed-show {
	display: block;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

#cart_informer_3 {
	margin: 45px 0 0 88px;
	border-radius: 0 0 7px 7px;
	width: 416px;
}

#cart_informer_3 .cena_block {
	border: 1px solid #d5d5d5;
	border-top:none;
	border-bottom: none;
	height: 13px;
    margin: 0px 2px 0px 2px;
}

#cart_informer_3 .cena_info {
	margin: 0;
}

#cart_informer_3 .no_bold {
	text-wrap:nowrap;
	font-size: 12px;
}


#cart_informer_3 #dostavka-oplata-info {
	display: none;
}

#cart_informer_3 .cart_mode {
	width: 100%;
	background: none;
}

#cart_informer_3 #cena-mode {
	font-size: 18px;
	color: black;
}

#cart_informer_3 .cart_mode_next {
	box-shadow: none;
	background: none;
	border-radius: 3px;
	padding: 0 0 0 0;
	font-size: 14px;
}

#cart_informer_3 .cart_mode_info {
	display: none;
}



#cart_informer_3 #question-ico {
	margin: 5px 5px 0 0;
	position: static;
}

#cart_informer_3>a {
	display: none;
}

#cart_informer_3 #basket-container {
	display: none;
}

#cart_informer_2 a.buttonorder {
	text-align: center;
	display: inline-block;
	width: 290px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: none;
	margin: 20px 0 0 0;

}

#cart_informer_2 .buttonorder:hover,
#cart_informer_2 .buttonorder:focus {
	box-shadow: 0 -55px 0 #ce1d47 inset;
	color: #fff;

}


.cart_mode {
	width: 290px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.cart_mode_header {
	text-align: center;
	font-size: 16px;
	margin: 45px 0 0px 0px;
}


#cart_informer_3 .cart_mode_header {
	margin-bottom: 0;
}

#question-ico {
	text-align: center;
	position: absolute;
	background: none;
	padding: 0;
	z-index: 1;
	width: 25px;
}

.cart_mode_next #question-ico {
	margin: auto;
	top: 15px;
	left: 0;
	right: 0;
}

#question-ico img {
	width: 15px;
}

#basket-container {
	background: url(/files/Banner/megasprite-2015_v3.png) 29px -314px no-repeat;
	padding: 7px 0 19px 0;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

#basket-container h4 {
	margin-top: -3px;
	color: #DEDEDE;
	font-weight: normal;
	text-align: left;
	padding: 3px 0 0px 73px;
	font-style: italic;
}

.zero-basket {
	padding: 10px 0 0 73px;
	text-align: left;
}

.cart_mode_header a:hover {
	color: #FFBABA;
	text-decoration: none;
}

.cart_mode_header strong {
	margin-bottom: 5px;
}

.cart_mode_list {
	width: 100%;
}

.cart_mode_header a {
	display: block;
	text-decoration: underline;
}

.cart_mode_list #cena-mode {
	margin: 10px 0 10px 0;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.cart_mode_list p {
	font-size: 12px;
    align-items: center;
    padding: 0;
    text-align: center;
	margin: 0;
	line-height: normal;
	font-weight: bold;
}








.CartView .cart_mode_next {
	display: none;
}


.cena_info {
	font-size: 14px;
	animation: right-left 3s linear infinite -1.5s;
}

.cena_info span {
	white-space: nowrap;
}




.cart_mode_next span {
	white-space: nowrap;
}


.cart_mode_info {
	padding: 0 0 0 0;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
	margin: 0 0 0px 15px !important;
}

.cart_mode_info div {
	flex-grow: 1;
}




.cart_comp_price {
	font-size: 13px;
	color: red !important;
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
}

.cart_comp_price span {
	color: #000;
}


.variants .table_variants {
	margin-left: 0;
}

.variants .table_variants tr.variant {
	float: none;
}

.variants .table_variants .compare_price {
	display: block;
	float: none;
}

.filter_name,
.filter_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

#rebootfilter {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	height: 23px;
	padding: 5px;
	line-height: 26px;
	text-align: center;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#rebootfilter svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -1px;
}

/*
#rebootfilter:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 5px solid #000;
}
*/
.filter__list-reset-wrap {
	display: flex;
	gap: 5px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -5px;
}

.filter__list-reset-wrap:hover {
	text-decoration: none;
}

#filter {
	margin: 10px 0;
}

.cart_form_block {
	float: left;
	width: 310px;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 0 27px 27px 27px;
	clear: left;
}

.cart_form_block .cart_mode {
	width: auto;
	margin: 10px 0 15px;
}

.cart_form_block ul {
	margin: 15px 0 25px 20px;
}

.cart_form label {
	color: #343434;
	margin: 0 0 0 25px;
}

/* sshop /*/


.cart_form input[type="text"],
.cart_form textarea {
	margin: 5px 0 15px 25px;
	border: 1px solid #E7E7E7;
	width: 82%;
	display: block;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;

}

.cart_form .emailwhy {
	font-size: 13px;
	color: #9c9c9c;
	margin: -10px 0 15px 25px;
	text-align: left;
	width: 241px;
}



#do_not_call {
	margin: 1px;
	transform: scale(1.1);
}




input:checked .label {
	background-color: black;
}

input,
textarea {
	border-radius: 3px;
	border: none;
	padding: 5px 10px;
	box-shadow: inset 0px 1px 2px #969696;
}

input.input_search:focus {
	box-shadow: none;
}

input.button:focus {
	outline: none;
	background: #E91E63 !important;
}

input:focus,
input,
textarea:focus {
	background: white;
	outline: none;
}

.checkicon {
	background-repeat: no-repeat;
	background-position: 19px 17px;
	background-size: 18px 18px;
	padding-left: 48px;
	box-shadow: 0 -3px #ce1d47 inset;
}

.buttonorder {
	cursor: pointer;
	width: 100%;
	text-decoration: none;
	clear: both;
	color: #fff;
	padding: 15px 25px 17px;
	font-size: 18px;
	border: none;
	background-color: #ff144c;
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	border-radius: 4px;
	margin-top: 25px;
}

.buttonorder:hover,
.buttonorder:focus {
	box-shadow: 0 -55px 0 #ce1d47 inset;
}

.buttonorder:active {
	color: white !important;
	background-color: #316c00 !important;
}

.table-sizes {
	margin-top: -20px;
	width: 100%;
}

.table-sizes td,
.table-sizes th {
	padding: 8px 9px;
	background: #f4f4f4;
	border: 1px solid rgb(226, 226, 226);
}

.transfer_class {
	z-index: 999;
}

.transfer_class img {
	max-width: 100px !important;
	max-height: 100px !important;
}

.autocomplete {
	width: 290px !important;
	border-radius: 5px;
	font-size: 14px;
	border: none !important;
}

.autocomplete img {
	width: 45px;
	margin-right: 10px;
}

.procent {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0 !important;
}

.active .procent {
	color: white;
}

.register_form input,
.login_form input {
	width: 252px;
	margin-bottom: 15px !important;
}

.register_form label,
.login_form label {
	margin-bottom: 5px !important;
}


.user-change-data {
	float: left;
    width: 250px;
    padding: 20px;
    background: #f4f4f4;
    text-align: center;
}

.user-zakaz-data {
	float: right;
    width: 380px;
}


#username a:hover, #logout:hover {

}

div#filter {
	min-height: 82px
}

.currency {}

.wrapp-products-features {
	width: 265px;
	font-size: 14px;
	font-style: italic;
	margin-top: -7px;
}

.wrapp-products-features ul {
	list-style: none;
	margin-top: 25px;
}

.wrapp-products-features .feature-name {
	color: #999;
	display: inline-block;
}

.wrapp-products-features .feature-value {
	display: inline-block;
}

.prise-and-button {
	float: left;
	background: #f4f4f4;
	padding: 25px;
	border-radius: 5px;
	width: 498px;
}



#dostavka-oplata-info {
	position: relative;
	width: 200px;
	margin-top: 25px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	height: 25px;
	border-radius: 3px;
	overflow: hidden;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#dostavka-oplata-info:hover {
	height: 270px;
	overflow: visible;
}

#dostavka-oplata-info #question-ico {
	margin: none !important;
	left: 0px;
}

#dostavka-oplata-info h2 {
	font-size: 14px;
	margin: 0 0 20px 14px;
}


#dostavka-oplata-info h3 {
	font-weight: bold;
	margin-bottom: 0px;
}

#dostavka-oplata-info p {
	margin-bottom: 20px;
	font-style: italic;
}

[name=new_post_recipient_ware_house] {
	width: 250px;
}

.chosen-container {
	margin-bottom: 10px;
}

#n_p_block_adress select {
	max-width: 250px;
}

#show_comment,
#show_coupon {
	cursor: pointer;
	border-bottom: 1px dashed;
	width: 200px;
}

.carttitle.number.delivery:after {
	content: "1";
}

.carttitle.number.payment:after {
	content: "2";
}

.carttitle.number.info:after {
	content: "3";
}

h2.carttitle {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}

.carttitle.number:after {
	content: "";
	position: absolute;
	color: #fff;
	font-size: 26px;
	background-color: #000;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	left: -53px;
	top: -10px;
	display: none;
}


.s-number {
	text-align: center;
	width: 40px;
}

.no_products {
	text-align: center;
	margin: 250px 0;
}

.no_products p {
	padding: 0 180px;
	font-size: 16px;
}

.no_products h1 {
	font-size: 40px;
}

.no_products a {
	float: none;
	display: inline-block;
	font-size: 18px;
	padding: 18px 40px !important;
}

#products_properties li {
	float: left;
	margin-left: 5px;
	background: #ededed;
	border-radius: 3px;
	margin: 3px;
	padding: 1px 4px 1px 2px;
}

.brand-ticket {
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 1;
	max-width: 43px !important;
}

div.product .brand-ticket {
	left: 5px;
	top: 0px;
}

.product-image-description {
	min-height: 320px;
}

#uLogin {
	text-align: center;
}

.social .social_network {
	margin-bottom: 10px;
	text-align: center;
}

/* @group коменты */

.guest_text {
	margin-top: -10px;
}

.answer {
	border-radius: 7px;
	padding: 30px;
	margin-left: 90px;
	background: #F3F0F3;
}


input#do_not_call {
	margin-bottom: 0;
}

label.do_not_call {
	cursor: pointer;
}

.nalichie {
	font-size: 10px;
}

.login_block_form {
	width: 372px;
	margin: 40px auto;
	padding: 0 0 20px 0;
}

#stoimost-dostavki {
	text-align: right;
	font-size: 13px;
}

#stoimost-dostavki {
	width: 340px;
}

#common_product_description {
	clear: both;
    float: left;
    margin: 0px 0 45px 0;
}

@keyframes arrow-down {
    0% {
        opacity: 0;
        transform: translate(0, -1px);
    }
    20%, 80% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;  
        transform: translate(0, 1px);
    }
    100% {
        opacity: 0;
        transform: translate(0, -1px);
    }
}


@keyframes flashing_background {
    0% {
        background: none;

		
    }

	50% {background: #f4f4f4; 

	}

    100% {
        background: none;
    }
}



@keyframes right-left {
    0% {
        opacity: 0;
        transform: translate(10px, 0);
    }
    20%, 80% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;  
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(-10px, 0);
    }
}

@keyframes up-down {
	0% {
        transform: translate(0px, 0px);
    }

    50% { 
        transform: translate(0px, 5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

li.product.product--tiny.products {
	padding: 45px 0;
}

.buy_block .dropdown .selected, .dropdown li {
	padding: 13px 5px 13px 10px ;
}

.skidka-lable {
    display: flex;
    height: 50px;
    align-items: center;
    border-right: 1px solid #09080b;
    width: 25%;
	justify-content: center;
}

.skidka-lable .no_bold {
	font-weight: normal;
	font-size: 10px;
}



.cart-mode__list {
    margin: 0px 2px 0px 2px;
    box-shadow: 0 0 0 2px #09080b;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	background: white;
}

.skidka-lable.active {
    color: #fff;
    background-color: #09080b;
    position: relative;
}

.skidka-lable.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
    position: absolute;
    top: -11px;
    right: 0;
    left: 0;
    margin: auto;
}

.skidka-lable.active p:before {
    content: "Ваша ціна";
    position: absolute;
    top: -33px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    left: 0;
    margin: auto;
    right: 0px;
    left: -7px;
    margin: auto;
    white-space: nowrap;
	animation: up-down 3s linear infinite -1.5s;
}

.CartView .skidka-lable.active p:before {
    left: 0px;
}

.skidka-lable.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    top: 51px;
    right: -100%;
    left: 100%;
    margin: auto;
    white-space: nowrap;
	animation: arrow-down 3s linear infinite -1.5s;
}


.cena_block {
	padding: 25px;
}



.message_succses {
	margin: 15px 0 0px 0px;
	padding: 8px 10px;
	border-radius: 3px;
	color: #090;
	background-color: #efefef;
	text-align: center
}

.message_error {
	margin: 15px 0 0 0;
	padding: 8px 10px;
	border-radius: 3px;
	color: rgb(125, 1, 1);
	text-align: center
}

.CartView .button {
    background: #000;
}

.CartView .button:hover {
    background: black !important;
}

.cart__coupon {
	display: none;
	margin-bottom: 16px;
	clear: both;
	border: 1px solid #d5d5d5;
    margin: 0 2px;
	padding: 0 34px 15px 34px;
	border-top: none;
	border-bottom: none;
}

.cart__coupon-form {
	display: flex;
	height: 38px;
}

.cart__coupon-form .form__input {
	margin-right: 15px;
}




#gRewiew_container {
	display: flex;
	flex-wrap: nowrap;
	margin: 45px 0 90px 0;
	justify-content: flex-start;
	gap: 45px;
	
}

#gRewiew_container .image img {
	width: 250px;
	border: 1px solid #e0e0e0;
    padding: 5px;
}

#gRewiew_container .images {
	display: flex;
    justify-content: center;
}

#gRewiew_container .images img {
	width: 30px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 0px 10px 10px 0px;
}

#gRewiew_description a {
	text-decoration: underline;
}

#gRewiew_description a:hover {
	color: white;
	background-color: black;
}

#gRewiew_photo  {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.ready_shipment {
	margin: 0px 0 25px 0;
	//color: #188711;
	font-weight: bold;
	font-size: 14px;
}

.ProductsView .ready_shipment {
	margin: -20px 0 25px 0;
}

.dostavka_oplata_block {
	margin: 25px 0;
	float: left;
}

.dostavka_oplata_block h2{
margin-bottom: 15px;
}
.dostavka_oplata_block p{
	margin-bottom: 25px;
}

.dostavka_oplata_block .timer_dostavka {
	display: block;
    padding: 15px;
    border-radius: 5px;
    background-color: #f4f4f4;
	text-align: center;
    margin: 10px 0 0 0;
}


.tag_remove_item_cart svg {
	width: 15px;
	height: 15px;
	color: #d5d5d5;
	margin-top: 4px;
}
  