/* 
	version 
	31.05.2018
*/

/* MAIN STYLE */
/* LAYOUT START */ 

html {
width: 100%;
height: 100%;
}

body {
width: 100%;
min-height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
font-size: 15px;
font-weight: normal;
font-family: 'Open Sans', Sans-Serif;
color: #323232;
}

.nocopy {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

header {
z-index: 30;
width: 100%;
top: 0;
position: sticky;
}

.header_in {
background: #fff;
max-width: 1920px;
margin: auto;
}

.top_line {
padding: 10px 0;	
color: #fff;
font-size: 14px;
background: #585858;	
}

.top_address a {
color: #fff;
transition: 0.5s;
text-decoration: none;	
}

.top_address a:hover {
color: #fff;
transition: 0.5s;
text-decoration: underline;	
}

.top_address .icon_fb {
border: 1px solid #fff;
width: 22px;
padding-right: 2px;	
}

.top_address .icon_fb:hover {
border: 1px solid #fff;
width: 22px;
background: #fff;
color: #ea0015;
padding-right: 2px;	
}

.top_address span.top_address_sp { white-space: nowrap; }

.top_address .soc_icons { height: auto; }

.header_in .logo {
margin-top: 10px;	
z-index: 100;
position: relative;
}

.shopping_cart_cart:hover {
cursor: pointer;
text-decoration: underline;	
}

.title {
text-transform: uppercase;
margin: 0 0 20px;
color: #4a4a4a;
font-size: 23px;	
}

.tile_red {
color: #fff;
text-align: center;	
background: #ea0015;	
}

.tile_red p {
margin: auto;
padding: 10px 0;	
}

#content {
margin-top: 20px;
margin-bottom: 20px;
}

.uniblock_caption {
font-size: 15px;
font-weight: bold;
border-bottom: 2px solid #fff;
color: #444444;
display: block;
background: #dbdbdb;
padding: 10px 15px 8px;
text-transform: uppercase;
font-family: 'Open Sans';
}

.uniblock_center_bottom .uniblock_caption {
font-size: 17px;
font-weight: bold;
}

.uniblock_caption a {
color: #444444;	
display: block;
}

.uniblock_caption:hover a {
color: #ea0015;	
}

#content .uniblock_caption {
text-align: center;	
}

.category_menu_title {
color: #444444;
font-size: 14px;
font-weight: 500;
display: block;
background: #dbdbdb;
padding: 10px 15px 8px;
letter-spacing: -1px;
text-transform: uppercase;
position: relative;
transition: 0.5s;
cursor: pointer;
font-family: 'Open Sans';
}
.category_menu_title:hover, .category_menu_title.active {
color: #fff;
background: #ea0015;
}

.category_menu_title:after {
font-size: 20px;
position: absolute;
right: 5px;
font-weight: 900;
top: 5px;
display: inline-block;
content: "\f107";
font-family: 'Font Awesome 5 Free';
}

.category_menu_title.active:after {
content: "\f106";
}

.category_menu_title2 {
font-size: 18px;	
}

.title2 {
color: #060606;
font-size: 30px;
font-weight: 300;
line-height: 32px;
font-family: 'Open Sans';
margin: 30px 0 20px;
text-align: left;
text-transform: uppercase;	
}

.title2 strong {
font-weight: 500;
color: #ea0015;	
}

.title4 {
font-weight: bold;
font-size: 18px;
margin-top: 15px;
text-transform: uppercase;
}

.subtitle2 {
color: #ea0015;
font-size: 19px;
font-weight: 500;
padding: 5px 0;
text-transform: uppercase;
font-family: 'Open Sans';
}

p {
margin: 15px 0;
line-height: 1.6em;
}

a {
color: #ea0015;
text-decoration: none;
transition: 0.5s;
display: inline-block;
cursor: pointer;
}

a:hover, a:focus { 
color: #ea0015; 
text-decoration: underline;
}

#product_option_img {
display: inline;
position: absolute;
right: 0;
bottom: 0;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;	
}

.product_meta a[href$= ".pdf"]:before, .product_meta a[href$= ".PDF"]:before  {
content: "\f1c1";
display: inline-block;
font: normal normal normal 17px/1 'Font Awesome 5 Free';
float: left;
margin-right: 10px;
color: #ea0015;
margin-top: 2px;
font-size: 17px !important;
}

.videoWrapper {
margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
border: 1px solid #ccc;
width: 100%;
height: 100%;
}

.red { color: #ea0015 !important; }

.green { color: #ea0015 !important; }

ul.ul_list, ol.ol_list {
margin: 20px 0;
padding: 0px 0 0 20px;	
}

ul.ul_list li, ol.ol_list li {
padding: 3px 0;	
}

img {border: none; }

form {margin: 0; }

h2, .h2 {
font-size: 20px;
}

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

b, strong { font-weight: 700; }

/* Button scroll top */

.scrollup {
height: 70px;
width: 70px;
text-align: center;
text-decoration: none;
position: fixed;
bottom: 0;
right: 0;
z-index: 1100;
border-radius: 40px;
padding: 0;
margin: 0;
font-size: 30px;
}

.scrollup a {
width: 70px;
height: 70px;
text-align: center;
transition: 1s;
color: #464646;
font-size: 50px;
}

.scrollup:hover, .scrollup:focus, .scrollup a:hover, .scrollup a:focus  {
color: #ad0d3c;
opacity: 1 !important;
}

/* Button scroll top end */

/* category_menu_list */
.category_menu_list {
margin-bottom: 20px;
}

.category_menu_list > ul > li {
border-bottom: 2px solid #fff;	
}

.category_menu_list .category_sublist {
padding: 0;
border: 1px solid #ccc;
background: #f8f8f8;
}

.category_menu_list ul {
margin: 0;
padding: 0;
list-style: none;    
}

.category_menu_list ul li a {
display: block;
padding: 5px 15px;
color: #454545;
font-size: 15px;
position: relative;
}

.category_menu_list ul li a:hover, .category_menu_list ul li.current a {
color: #fff;
background: #ea0015;
text-decoration: none;
}

.category_menu_title_nochild {
color: #444444;
font-size: 14px;
font-weight: 500;
display: block;
background: #dbdbdb;
padding: 10px 15px 8px;
letter-spacing: -1px;
text-transform: uppercase;
position: relative;
transition: 0.5s;
cursor: pointer;
font-family: 'Open Sans';
}

.category_menu_title_nochild:hover {
color: #fff;
background: #ea0015;
}
/* category_menu_list end */

/* brand */

.brand_list {
padding: 20px;
border: 1px solid #ccc;
margin-bottom: 20px;
text-align: center;
background: #f8f8f8;
}

.brand_list img {
margin: 10px auto;	
}

.brand {
border: 1px solid #ccc;
height: 170px;
display: flex;
padding: 15px;
transition: 0.5s;
align-items: center;
justify-content: center;
background: #f8f8f8;
}

div.brand { max-width: 300px; }

a.brand:hover {
border: 1px solid #ea0015;	
}

.brand_name {
text-align: center;
text-transform: uppercase;
display: block;
margin: 10px 0 30px;
font-weight: bold;
}

.brand_descr {
text-align: justify;	
}

.brand_title2 {
margin-top: 0;
}

.btn_brands {
margin-top: 30px;
float: right;	
}

/* brand end */

/* */

.top_languages {
text-align: right;
}

.top_languages a {
display: inline-block;
padding: 10px 2px;
font-family: 'Open Sans';
position: relative;
font-size: 14px;
text-decoration: none;
font-weight: 500;
color: #4a4a4a;	
margin: 0 5px;
transition: 0.5s;
text-transform: uppercase;
background: transparent;	
}

.top_languages a:hover, .top_languages a.lang_current {
color: #ea0015;	
}

.top_languages a:after {
content: "";
left: 50%;
right: 50%;
height: 2px;
display: block;
transition: 0.5s;
position: absolute;
background: #ea0015;
}

.top_languages a:hover:after, .top_languages a.lang_current:after {
left: 0;
right: 0;
}

/* */

/* top_links */

.top_links {text-align: right;margin-top: 3px;position: relative;}

.top_links > a {
display: inline-block;
padding: 5px 13px;
border: 1px solid #ea0015;
font-family: 'Open Sans';
position: relative;
font-size: 14px;
text-decoration: none;
margin-left: 5px;
text-transform: uppercase;
font-weight: 500;
color: #4a4a4a;
}

.top_links > a:hover, .top_links > a:focus {
background: #ea0015;
color: #fff;	
}

/* top_links end */

/* slider */
.carousel-fade .carousel-inner .item{transition-property:opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{opacity:0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{opacity:1;}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{left:0;transform:translate3d(0, 0, 0);}

#carousel_in {
width: 100%;
margin-bottom: 30px;
border: 1px solid #ccc;
}

#carousel_in a {
display: block;	
}

.slideshow_description {
position: absolute;
bottom: 20px;
padding: 0 40px;
margin: 0;
max-width: 600px;
}

.slideshow_description .btn {
font-size: 16px;
padding: 7px 13px;	
border: 1px solid #ea0015;
background: #ea0015;
}

.slideshow_description p {
color: #fff;
text-align: left;
font-family: 'Open Sans';
font-size: 26px;
font-weight: 500;
line-height: 34px;
}

#carousel_in .carousel-control {
font-size: 75px;
background: transparent;
}

#carousel_in .carousel-control .fa {
position: absolute;
top: 40%;
}

#carousel_in .carousel-control.left .fa {
left: 10%;	
}

#carousel_in .carousel-control.right .fa {
right: 10%;	
}

.carousel-indicators {
bottom: 0;
text-align: right;
width: auto;
right: 15px;	
}

.carousel-indicators li, .carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0 2px;
background: #fff;	
}

.carousel-indicators .active, .carousel-indicators li:hover {
background: #ea0015;
border: 1px solid #ea0015;	
}

#carousel {
margin-bottom: 25px;	
}

#carousel .carousel-control.left, #carousel .carousel-control.right {
background-image: none;
width: 50px;
height: 50px;
font-size: 40px;
line-height: 50px;
opacity: 1;
top: 40%;
background: rgba(0,0,0,0.9);
}

.slogan {
text-align: center;
background: #585858;
color: #fff;
padding: 10px 15px;
font-size: 16px;
}

/* slider end */

/* product_list */

.product_list_img {
text-align: center;
border: 1px solid #d4d4d4;	
}

.product_list_name, .product_list_name a {
color: #313131;
font-size: 20px;
}

.product_list_name a:hover, .product_list_name a:focus {
color: #ad0d3c;	
text-decoration: none;	
}

/* product_list end */

/* boxcategory_item */

.boxcategory_item {
float: left;	
cursor: pointer;
position: relative;	
}

.boxcategory_item a {
display: block;		
border: 1px solid #ccc;
}

.boxcategory_item:hover  a {
border: 1px solid #ea0015;
}

.boxcategory_name {
text-align: center;
padding: 5px 10px;
transition: 0.5s;
font-size: 18px;
font-weight: 600;
font-family: 'Open Sans';
text-transform: uppercase;
}

.boxcategory_item:hover  .boxcategory_name {
color: #ea0015;
}

.boxcategory_name a {
display: inline-block;
font-size: 14px;
color: #fff;
text-transform: uppercase;
padding: 5px 15px;
border-radius: 3px;
background: #ad0d3c;
border: 1px solid #adadad;
}

.boxcategory_name a:hover {
background: #ad0d3c;
color: #fff;
text-decoration: none;	
}

/* boxcategory_item end */

/* centerboxes_products */

.centerboxes_products {
border: 1px solid #ccc;
border-radius: 2px;
padding: 15px 15px 20px;
text-align: center;
position: relative;
transition: 0.5s;
}

.centerboxes_products:hover {
border: 1px solid #ea0015;   
text-decoration: none;
} 

.centerboxes_products:hover a {
text-decoration: none;
}

.centerboxes_products_img {
cursor: pointer;
position: relative;
text-align: center;
min-height: 220px;
}

.centerboxes_products_img img {
margin: auto;
display: block;	
}

.centerboxes_products:hover .product_grid_name a {
color: #313131;	
}

.product_price .price {
font-size: 21px;
font-weight: 400;
color: #585858;
font-family:'Open Sans';
letter-spacing: -1px;    
}

.product_price .price_old {
font-size: 16px;
font-weight:500;
color: #313131;
font-family:'Open Sans';
letter-spacing: -1px;    
text-decoration: line-through;
}

.product_price .price_special {
font-size: 21px;
font-weight:500;
color: #cd0000;
font-family:'Open Sans';
letter-spacing: -1px;    
}

span.price_discount {
color: #FFFFFF;
font-size: 17px;
right: 0;
padding: 4px 0 3px;
position: absolute;
top: 0px;
z-index: 10;
height: 67px;
width: 70px;
text-align: center;
background: url(/images/price_discount.png) 3px top no-repeat;
}

span.price_discount span {
position: relative;
transform: rotate(45deg);
display: block;
padding: 2px 0 0 15px;
}

/* centerboxes_products end */

/* Status */

.product_status, .category_status_new, .category_status_sale{
position:absolute;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
padding:1px 10px 2px;
border-radius:1px;
left: 0;
top: 0;
text-align:center;
color:#fff;
z-index: 10;
}

.category_status_new, .product_status_new{
border:1px solid rgba(23,155,23,1);
background: rgba(23,155,23,1);
background:linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
}

.category_status_sale, .product_status_sale{
border:1px solid rgba(241,111,92,1);
background: rgba(241,111,92,1);
background:linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
}

.product_status_hot{
border:1px solid rgba(237,144,23,1);
background: rgb(199, 113, 0);
background: linear-gradient(to bottom, rgb(255, 193, 0) 0%,rgb(199, 113, 0) 100%);
}

.product_status_free_shipping{
border:1px solid rgb(183, 21, 21);
background: rgb(234, 0, 21);
background: linear-gradient(to bottom, rgb(234, 0, 21) 0%,rgb(121, 12, 12) 100%);
}

.product_status_exclusive{
border:1px solid rgba(255,93,177,1);
background: rgba(239,1,124,1);
background:linear-gradient(to bottom, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);
}

.product_status_limited{
border:1px solid rgba(125,185,232,1);
background: rgba(30,87,153,1);
background:linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%);
}

.product_status_special{
border:1px solid rgba(252,234,187,1);
background: rgba(251,223,147,1);
background:linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
}

.product_status_black_friday{
border: 1px solid rgb(0, 0, 0);
background: rgb(0, 0, 0);
background: linear-gradient(to bottom,rgb(117, 117, 117) 0%,rgb(0, 0, 0) 50%,rgb(82, 82, 82) 100%);
}

.product_status_top-sale{
border: 1px solid rgb(165 0 0);
background: rgb(0, 0, 0);
background: linear-gradient(to bottom,rgb(255 86 6) 0%,rgb(255 0 0) 50%,rgb(255 86 6) 100%);
}

.product_status_shipping-discount{
border: 1px solid rgb(234 134 63);
background: rgb(0, 0, 0);
background: linear-gradient(to bottom,rgb(248 144 37) 0%,rgb(230 123 32) 50%,rgb(248 144 37) 100%);
}

.product_status_shipping-50{
border: 1px solid rgb(255 115 115);
background: rgb(0, 0, 0);
background: linear-gradient(to bottom,rgb(255 148 148) 0%,rgb(241 60 60) 50%,rgb(121 16 16) 100%);
}

/* Status end */

.sh_cart_name a {
color: #1f1f1f;
text-decoration: none;
margin-bottom: 10px;
font-weight: 500;
font-family: 'Open Sans';
}

.sh_cart_options {
font-style: italic;	
}

.box_price  {
font-size: 21px;
font-weight: 500;
color: #ea0015;
font-family: 'Open Sans';
letter-spacing: -1px;	
}

.box_price_total {	
font-size: 21px;
font-weight: 500;
color: #ea0015;
font-family: 'Open Sans';
letter-spacing: -1px;
}

.sh_cart_img {
border: 1px solid #ccc;	
text-align: center;
}

.sh_cart_img img {
width: 70px;
height: auto;
margin: auto;
}

.total_left {
font-size: 18px;
text-align: right;
font-family: 'Open Sans';	
}

.total_left .price_total {
font-size: 21px;
font-weight: 500;
color: #ea0015;
font-family: 'Open Sans';	
}

.price_grand_total{
font-size: 22px;
font-weight: bold;
color: #ea0015;
font-family: 'Open Sans';	
}

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

/* product_grid_name */

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

.product_grid_name a, .product_grid_name {
color: #313131;
font-size: 16px;
line-height: 19px;
min-height: 57px;
}

.product_grid_name a:hover, .product_grid_name:hover {
text-decoration: none;
}

.centerboxes_product_image {
border: 1px solid #c2c2c2;	
}

/* product_grid_name */

/* product */

.product_header h1 {
text-align: left;	
}

.prod_desc_title  {
font-weight: bold;	
}

.product_quantity {
float: left;
margin: 7px 20px 0 0;	
}

.product_quantity input {
width: 75px;
text-align: center;	
}

/* product end */

/* -------- CONTEXT SEARCH START -------- */

.block_search {
float: right;
color: #fff;
margin-top: 40px;
position: relative;
}

.icon_search {
float: left;
height: 32px;
text-align: center;
width: 34px;
font-size: 20px;
border: transparent;
color: #ea0015;
padding: 0;
position: relative;
z-index: 1000;	
margin-top: 43px;
background: transparent;
transition: 0.5s;
}

.icon_search:hover, #icon_search:focus, #icon_search.current {
/*background: #ea0015;*/	
color: #ea0015;
cursor: pointer;
}

.context_search {
display: none;	
position: relative;
width: 100%;
background: #fff;
padding: 20px 0;
top: 0;
z-index: 1000;
left: 0;
}

.context_search_field {
padding: 0;
width: 100%;
}

.context_search_field input {
height: 35px;
border: 1px solid #ccc;
padding: 0 15px;
font-size: 15px;
width: 100%;
background: #ffffff;
}

.context_search_searchbutton {
color: #fff;
display: none;
cursor: pointer;
width: 23px;
height: 29px;
font-size: 15px;
position: absolute;
right: 0;
top: 5px;
}

.context_search_closebutton {
position: absolute;
right: 10px;
top: 3px;	
color: #000;
}

.context_search_searchbutton:hover, .context_search_closebutton:hover {
color: #000;	
cursor: pointer;
}

.context_search_result {
display: none; 
position: absolute;
overflow: auto;
width: 100%;
height: 300px;
z-index: 100; 
color: #000;
border: #c5c5c5 solid 1px; 
background: #fff;
}

*html .context_search_result {
margin-top: 20px;
margin-left: -50px;
}

.context_search_result iframe {
display: none;/*for IE5*/
display/**/:block;/*for IE5*/
position: absolute;
top: 0;
left: 0;
z-index: -1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*for any big value*/
height: 1000px;/*for any big value*/
}

.context_search_results {
width: 100%;
margin: 0;
padding: 0;
}

.th_search {
font-size: 13px;
text-align: left;
background: #ea0015;
color: #fff;
padding: 5px 15px;
text-transform: uppercase;
}

.th_search a {
font-size: 13px;
text-align: left;
text-decoration: none;
}

.th_search a:hover { 
color: #eb2027;
}

.context_search_results td {
font-size: 13px;
text-align: left;
padding: 0 5px;
}

.context_search_results td a {
font-size: 13px;
text-align: left;
padding: 5px 10px;
display: block;
color: #585858;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

.context_search_results td a:hover {
color: #eb2027;
text-decoration: underline;
}

.context_search_res{ 
background: #fffd50; 
}

.search_item_product, .search_item_category, .search_item_news {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid #ccc;	
}

.search_item_product:hover, .search_item_category:hover, .search_item_news:hover {
cursor: pointer;	
}

.search_item_product:hover .search_info, .search_item_category:hover .search_info, .search_item_news:hover .search_info {
text-decoration: underline;
color: #ea0015;
}

.search_img {
margin-right: 10px;	
}

#dropdown_search_results > .th_search {
display: none;	
}

/* -------- CONTEXT SEARCH END -------- */

/* ------ FOOTER START ------ */

#footer {
width: 100%;
margin: 0;
bottom: 0;
left: 0;
position: static;
}

.footer_top {
padding-top: 20px;
padding-bottom: 15px;
background: #585858;	
}

.footer_copyright {
color: #3f3f3f;
padding-top: 10px;
font-size: 12px;
}

.disclaimer {
color: #fff;
padding: 20px 0 0;
margin-top: 20px;
font-size: 12px;
line-height: 14px;
border-top: 1px solid #797979;
text-align: justify;
}

.contacts .top_level {
text-transform: uppercase;
color: #ededed;
font-size: 16px;
margin-bottom: 15px;	
}

.icon_fb  {
color: #fff;
margin-top: 10px;
font-size: 14px;
white-space: nowrap;
text-transform: uppercase;
}

.icon_fb a {
color: #cdcdcd;
transition: 0.5s;
text-decoration: none;
font-size: 22px;
width: 22px;
margin-left: 10px;
text-align: center;
}

.icon_fb a:hover {
color: #fff;
}

.contacts {
color: #fdfdfd;
float: right;
font-size: 15px;
}

.contacts a {
color: #fdfdfd;
padding: 3px 0;
font-size: 15px;
}

.contacts span {
white-space: nowrap;	
}

.horizontal_simple {
margin-top: 5px;
}

.horizontal_simple a {
display: block;	
color: #fdfdfd;
font-size: 15px;
padding: 3px 0;
}

.horizontal_simple a:hover, .horizontal_simple a:focus, .horizontal_simple a.current {
color: #fff;	
text-decoration: underline;
}

.cards {
text-align: center !important;	
}

.logotype_bottom {
background-image: url(/images/logotype_bottom.png);
background-repeat: no-repeat;
background-position: 136px 4px;
background-size: 68px;
text-align: right;
display: inline-block;
color: #fff;
width: 205px;
padding: 3px 80px 2px 0;
margin-top: 9px;
margin-bottom: 6px;
}

.logotype_bottom, .logotype_bottom a {
font-size: 12px;
font-style: italic;
color: #3f3f3f;
line-height: 12px;
text-decoration: none;
}

.logotype_bottom img, .logotype_bottom a{
display: block;
margin: auto;
}

.logotype_bottom a:hover{
color: #e90015;
}

.fixed_btm {
bottom: 0;
left: 0;
width: 100%;	
z-index: 100;
color: #fff;
font-size: 14px;
background: #b50010;
position: fixed;
padding-top: 20px;
padding-bottom: 20px;
}

.fixed_btm  b {
font-size: 19px;
margin-bottom: 10px;
display: block;	
}
/* ------ FOOTER END ------ */

/* ------ NAVIGATION START ------ */
.navigation {
font-size: 14px;
color: #808080;
padding: 9px 10px;
margin-bottom: 20px;
}

.navigation ol {
padding: 0;
margin: 0;
}

.navigation li {
font-size: 14px;	
list-style: none;
display: inline;
}

.navigation a {font-size: 14px;color: #808080;}

.navigation a:hover, .navigation a:focus {
color: #ea0015;
}

.pagination {
display: table;
margin: 20px auto;	
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #ea0015;
border-color: #ea0015;	
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #ea0015;
width: 32px;
padding: 6px;
text-align: center;
}

/* ------ NAVIGATION END ------ */

/* product */

.product_image .img_zoom{
display: none;
}
/*
.product_image:hover .img_zoom{
display: block;
font-size: 60px;
color: #ad0d3c;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
z-index: 99;
}

.product_image:hover img{
opacity: 0.5;
}
*/
.product_image {
z-index: 1;
text-align: center;
border: solid 1px #eee;
position: relative;
}

.product_image img{
margin: auto;
}

.gallery_descr {
color: #4a4a4a;
font-size: 24px;
}

.product_gallery a {
display: block;
border: 1px solid #ccc;	
}

.product_gallery a:hover {
border: 1px solid #ad0d3c;	
}

.description {
font-size: 15px;
text-align: justify;
}

.price_title{
text-transform: uppercase;
font-size: 24px;
font-weight: 500;
}

.pr_price {
	display: inline;
}

.pr_price .price {
color: #585858;
font-size: 32px;
font-weight: 300;
letter-spacing: -1px;
margin-bottom: 25px;
font-family: 'Open Sans';
}

.pr_price .price_old {
color: #808080;
font-size: 24px;
font-weight: 300;
letter-spacing: -1px;
text-decoration: line-through;
margin-bottom: 25px;
font-family: 'Open Sans';
}

.pr_price .price_special {
color: #ea0015;
font-size: 32px;
font-weight: 500;
letter-spacing: -1px;
margin-bottom: 25px;
font-family: 'Open Sans';
}

.product_header .title  {
text-transform: uppercase;
margin: 0 0 20px;
color: #4a4a4a;
font-size: 25px;
font-weight: 300;
font-family: 'Open Sans';
}

.certif {
color: #404040;
font-size: 15px;
display: block;
padding: 5px 0;
text-transform: uppercase;
}

.product_attribute.table td { 
padding: 5px 0; 
border-top: none;
} 

.product_attribute.table select {
width: auto;
margin: 0 10px;	
}

.image_item {
float: left;
margin: 7px 0 10px 10px;
text-align: left;
}

.image_item > div > div {
position: relative;
float: left;
margin: 5px 10px 0 0;
} 

.image_item > div > label {
width: 90px;
float: left;	
}
.image_item .disabled img {
opacity: 0.3;
}

.image_item label {
margin: 0;	
font-size: 13px;
}

.image_item img {
width: 122px;	
border: 1px solid #ccc;	
}

.product_attribute label.disabled{
color: gray;
  font-weight: normal;
}

/* product end */

#price_form  #product_price {
min-height: 50px;	
display: inline;
}

.select_all_options {
font-size: 23px;
font-family: 'Open Sans';
font-weight: 300;
}

/* icons */


/* icon58  */

.icon58, .prod_icons {
float: left;
position: relative;
padding-left: 55px;
text-align: left;
min-height: 65px;
margin: 10px 30px 10px 0;
}

.icon58:before, .prod_icons:before {
content: '';
display: block;
margin-right: 10px;
width: 50px;
height: 50px;
position: absolute;
left: 0;
background-size: 300px;
background-repeat: no-repeat;
background-image: url(/images/icons_58.png);		
}

.icon58_name, .prod_icons_name {
font-size: 15px;
font-weight: bold;
color: #212121;
margin-top: 4px;
display: block;
text-transform: uppercase;
}

.icon58_descr, .prod_icons_descr {
font-size: 13px;
font-weight: normal;
color: #4a4a4a;
display: block;
line-height: 17px;
}

.icon58_dosage:before {
background-position: 0 0;	
}

.icon58_use:before {background-position: -142px -96px;}

.icon58_type:before {background-position: -192px 0;}

.icon58_method:before {background-position: -94px -94px;}

.icon58_dosage1:before {background-position: -240px -48px;}

.icon58_method2:before {background-position: -240px 0;}

.icon58_time:before {
background-position: -235px 0;	
}

.icon58_qty:before {background-position: -47px 0;}

.icon58_certificate:before {
background-position: -140px 0;	
}

.icon58_basic:before {background-position: 0 -48px;}

.icon58_shine:before {background-position: -48px -47px;}

.icon58_minlos:before {background-position: 0px -234px;}

.icon58_gipo:before {background-position: -245px -189px;}

.icon58_toysafety:before {background-position: -188px -191px;}

.icon58_ecosolution:before {background-position: -42px -235px;}

.icon58_ecolabel:before {background-position: -90px -235px;}

.icon58_toysafety2:before {background-position: -140px -235px;}

.icon58_color:before {
background-position: -95px -49px;	
}

.icon58_tone:before {
background-position: -140px -50px;	
}

.icon58_safe:before {background-position: -190px -49px;}

.icon58_clean:before {background-position: -48px -93px;}

.icon58_temp:before {
background-position: 0px -95px;	
}

.icon58_b1:before {
background-position:  -144px -146px;	
}

.icon58_b2:before {
background-position: -96px -146px;	
}

.icon58_b3:before {
background-position: -50px -146px;	
}

.icon58_b4:before {
background-position: -240px -50px;	
}

.icon58_b5:before {
background-position: -120px -180px;	
}

.icon58_b6:before {
background-position: -194px -95px;	
}

.icon58_b7:before {
background-position: 0px -142px;	
}

.icon58_b8:before {
background-position: -240px -99px;	
}

.icon58_b9:before {
background-position: -204px -141px;	
}

.icon58_b10:before {
background-position: -254px -141px;	
}

.icon58_b11:before {
background-position: 0 -186px;	
}

.icon58_b12:before {
background-position: -44px -188px;	
}

.icon58_b13:before {
background-position: -99px -199px;	
}

.icon58_b14:before {
background-position: -145px -192px;	
}

.prod_icons {
max-width: 320px;	
}

.prod_icons:before {
background-size: auto;
background-image: url(/images/icons.png);			
}

.prod_icons1:before {
background-position: 0 0;		
}

.prod_icons2:before {
background-position: -50px 0;		
}

/* icons end */

/* param_item */

.param_item {
float: left;
position: relative;
padding-left: 55px;
text-align: left;
min-height: 65px;
margin: 10px 30px 10px 0;
}

.param_img {
display: block;
margin-right: 10px;
width: 50px;
height: 50px;
position: absolute;
left: 0;
}

.param_name {
font-size: 15px;
font-weight: bold;
color: #212121;
margin-top: 4px;
display: block;
max-width: 255px;
text-transform: uppercase;
}

.param_descr p {
font-size: 13px;
font-weight: normal;
color: #4a4a4a;
display: block;
line-height: 17px;	
margin: 0;
}

/* param_item end */

/* promo */

.promo {
background: url(/UserFiles/Image/block.jpg) center no-repeat;
background-size: cover;
min-height: 373px;	
text-align: center;
color: #fff;
}

.promo_title {
font-size: 48px;
font-weight: 700;
font-family: 'Open Sans';
margin: 20px 0;	
padding-top: 70px;
letter-spacing: 7px;
text-transform: uppercase;
}

.promo_text {
margin: 20px 0;	
font-size: 30px;
font-family: 'Open Sans';
}

.promo_sub {
margin: 20px 0;	
font-size: 18px;
font-family: 'Open Sans';	
}

/* promo end */

/* menu_table */

.menu_table {
float: left;
min-width: 185px;
}

.menu_table ul {
margin: 0;
padding: 0;
list-style: none;
}

.menu_table li.top_level {
text-transform:  uppercase;
color: #ededed;
font-size: 16px;
margin-bottom: 15px;
}

.menu_table li.sub_level {padding: 3px 0;}

.menu_table li a {
color: #fdfdfd;
font-size: 15px;
}

.menu_table li a:hover {}

/* menu_table end */

/* ------ ALERT MESSAGES START ------ */

textarea.form-control {
resize: none;	
}

.input-group {
width: 100%;
border-radius: 3px;
}

.input-group .form-control {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;	
font-size: inherit;
}

.input-append.input-group span.add-on  {
width: 50px;
padding: 8px 10px;
top: 0;
position: absolute;
z-index: 9;
right: 0;	
}

.error, .error_js, .state-highlight-error, .notify, .notify_message, .alert_message, .notify_message a , .alert_message a{ clear: both; font-size: 12px; font-weight: bold; }
.error , .error_js{ margin-top: 8px; padding: 0 0 0 17px; }
.error{background: url(/images/validation_advice_bg.gif) no-repeat left;}
.error_js {background: url(/images/validation_advice_bg_js.gif) no-repeat left;}
.state-highlight-error { border: 1px dashed red; background: #FAEBE7; /*overflow: hidden;*/ }
.notify_message, .alert_message {padding: 5px; }
.notify, .notify_message, .notify_message a{color: green;}
.error, .error_js, .alert_message, .alert_message a{color: red;}
.notify_message a , .alert_message a{ text-decoration: underline; padding: 5px;}
.notify_message a:hover, .alert_message a:hover {text-decoration: none;}
#error_security_code { margin-top: 15px; position: absolute; }

.content_message {
	 font: 18px "PT Sans",Tahoma,Arial,sans-serif; margin: 10px; padding: 10px; text-align: center;}
#content_message {max-height: 300px; overflow: auto; }
#content_message_close {
cursor: pointer; 
float: right; 
height: 25px; 
position: relative; 
right: 10px;
top: 10px; 
width: 27px; 
z-index: 25; 
padding: 4px; 
}

img.error_info {position: absolute; bottom: 5px; right: 0;}
.error_el { position: relative; }

.error_el span.fa { z-index: 10; color: #ff0000; top: -7px; left: -9px; font-size: 16px; position: absolute; }
.error_el .error_text {z-index: 1000; color: #ff0000; font-size: 12px; } 
.error_id_security_code  .error_text {
display: block; margin-top: 30px;	
}

.state-highlight-error input { 
background: #FAEBE7;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 6px 8px; }

/* ------ ALERT MESSAGES END ------ */

/* ------ SECURITY CAPCHA START ------ */
.security1 {font-size: 13px;text-align: center;margin: 10px auto;}
.security1 b { font-size: 15px; color: red; }
.security2 {text-align: center;margin-top: 1px; margin: auto; max-width: 370px;display: flex; flex-flow: column;  align-items: center;}
.security2_img {  float: left; width: 125px; margin: 15px 5px 0 0; }
.security2_form { float: left; margin: 12px 7px 0 7px; max-width: 65px; text-align: center; }
.security2_form input { padding: 6px 2px; text-align: center; height: 30px; }
.security2_button {  width: auto; margin: 16px 0 0 0; float: right; text-align: right; }
#box_security_code { overflow: hidden; }
.security3 { float: left; margin-top: 5px;}
/* ------ SECURITY CAPCHA END ------ */

/* ------ INPUT BUTTONS START ------ */

.btn, .popup .admin_btn {
color: #fff;
display: inline-block;
border: 1px solid #585858;
text-transform: uppercase;
font-family: 'Open Sans';
background: #585858;
font-size: 14px;
padding: 5px 11px;	
transition: 0.5s;
font-weight: 400;
border-radius: 2px;
}

.btn:hover, .btn:focus, .btn:active, .popup .admin_btn:hover, .popup .admin_btn:focus {
color: #fff;
text-decoration: none;
border: 1px solid #ea0015;
outline: none !important;
background: #ea0015;
}	

.btn_none{background: none;}

.btn_nobg {
background: transparent;
transition: 0.5s;
padding: 4px 10px;
text-transform: uppercase;
font-size: 16px;
color: #fff;
border: 1px solid #fff;
}

.btn_all_hot_pr {
width: 100%;
margin-bottom: 20px;
}

.btn_nobg:hover, .btn_nobg:focus {
border: 1px solid #fff;	
color: #fff;
}

.reg_social_mail, .reg_social {
margin-left: 0;
padding: 4px 10px;
width: 42px;	
}
 
.btn_favor {position: absolute; top: 0; right: 0; padding: 2px; z-index: 5;}

.button_wishlist { float: right; margin-top: 10px;}
.button_quote { float: left; margin-left: 10px;}

.btn-lg {
font-size: 30px;
white-space: normal;
max-width: 98%;
padding: 10px 50px;
}

.btn-md {
font-size: 20px;
padding: 6px 25px;	
}

.btn-sm {
font-size: 13px;
padding: 5px 11px;	
}

.btn-xs {
font-size: 12px;
padding: 3px 8px 0;	
}

.btn-danger {    
background: #ea0015 !important;    
border-color: #ea0015;    
color: #fff;
}

.btn-danger:hover {    
background: #ff283b !important;    
border-color: #ff283b;    
color: #fff;
}

.btn_minus, .btn_plus, .btn_sc_del_item {
padding: 3px 10px;	
}

.btn_sc_del_item, .btn_sc_del_item:hover, .btn_sc_del_item:focus {
border: transparent;	
background: transparent;	
}

.sclist_block {
display: flex;
}

.sclist_block b {
display: none;
}

.form-control, select {
border: 1px solid #e2e2e2;
border-radius: 2px;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
}

.form-control:focus, select:focus {
border-color: #ea0015;
outline: 0;
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}

.btn_red {
background: #ea0015;
letter-spacing: -1px;
font-size: 18px;
padding: 10px 16px;
border: 1px solid #ea0015;	
}

.btn_red:hover, .btn_red:focus {
background: #ff2337;
border: 1px solid #ff2337;	
}

.btn.btn_red_sm {
background: #ea0015;
border: 1px solid #ea0015;
}

.btn.btn_red_sm:hover, .btn.btn_red_sm:focus {
background: #ff2337;
border: 1px solid #ff2337;	
}

/* ------ INPUT BUTTONS END ------ */

.success {color: green;margin: 5px;text-align: center;}

/* USER START */

.processing {color: #ffa100;}
.received, .shipped, .paid {color: #459732;}
.no_response {color: red;}
.declained {color: #aaa;}
.features {width: 100%;}
.features td {padding: 5px; border-bottom: solid 1px #e2e2e2;}

.asterisk {font-size: 16px;font-weight: bold;color: red;}
.shopping_cart .qty{max-width: 50px;}
.icheckbox_minimal-blue{margin: 0 10px 0 0;}

/* ------ drop down menu start ------ */

.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent;	
}

nav {
min-height: auto;
margin-bottom: 0;
padding: 0;
float: left;
border-bottom: none;
}

#top_menu {
position: relative;
z-index: 1000;	
}

.sf-menu {
margin: 40px 0 0 0;
padding: 0;
list-style: none;
display: inline-block;
width: 100%;
position: relative;
}

.sf-menu a[href$= ".pdf"]:before {
content: "\f1c1";
display: block;
font: 'Font Awesome 5 Free';
float: left;
margin-right: 10px;
color: #4f00ff;
margin-top: 2px;
font-size: 15px !important;
}

.sf-menu a[href$= ".pdf"]:hover:before {
color: #fff;
}

.sf-menu ul  {
display: table;
}

.sf-menu > li {/* float: none; */padding: 0 15px;text-align: center; position: relative;}

.sf-menu > li > a {
display: inline-block;
padding: 10px 2px;
font-family: 'Open Sans';
position: relative;
font-size: 14px;
text-decoration: none;
font-weight: 500;
color: #4a4a4a;
transition: 0.5s;
text-transform: uppercase;
background: transparent;
}

.sf-menu > li.has_submenu > i {
position: initial;
display: inline-block;
height: 27px;
width: 40px;
text-align: center;
font-style: normal;
}

.sf-menu > li.has_submenu > i:before {
font-size: 20px;
position: relative;
font-weight: 900;
top: 3px;
display: inline-block;
content: "\f107";
font-family: 'Font Awesome 5 Free';	
}

.sf-menu > li.has_submenu li.has_submenu:after {
font-size: 16px;
position: absolute;
right: 5px;
font-weight: 900;
top: 7px;
display: inline-block;
content: "\f105";
font-family: 'Font Awesome 5 Free';	
}

.sf-menu > li.has_submenu > ul {  }

.sf-menu > li.has_submenu > ul > li {  }

.sf-menu > li.has_submenu > ul ul {  }

.sf-menu > li.has_submenu > ul ul li {  }

.sf-menu > li > a:hover, .sf-menu > li.current > a {
color: #ea0015;	
text-decoration: none;
position: relative;
}

.sf-menu > li > a:after {
content: "";
left: 50%;
right: 50%;
display: block;    
transition: 0.5s;
position: absolute;
background: #ea0015;	
}

.sf-menu > li:hover > a:after, .sf-menu > li.current > a:after {
height: 2px;
left: 0;
right: 0;
}

.sf-menu > li > a:after, .sf-menu > li.current > a:after {
bottom: 7px;	
}	

.sf-menu li li  {
position: relative;	
border-bottom: 1px solid #e2e2e2;	
}

.sf-menu li li a {
color: #181818;	
font-size: 13px;
font-weight: normal;
padding: 6px 15px;
border-right: none;
transition: 0.5s;
display: block;
}

.sf-menu > li > ul > li > a:hover, .sf-menu > li > ul > li:hover, .sf-menu  li > ul > li:hover > a, .sf-menu li li.current > a, #top_account_menu a:hover  {background: #ea0015;color: #fff;text-decoration: none;}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline: 0;}

#top_account_menu {width: 144px;z-index: 100;position: absolute;background: #fff;border: 1px solid #ea0015;top: 34px;right: 0;text-align: left;}

#top_account_menu a {display: block;color: #181818;float: none;font-size: 12px;padding: 6px 15px;position: relative;font-weight: 500;font-family: 'Open Sans';border-bottom: 1px solid #d7d7d7;}

/* ------ drop down menu end ------ */

.popup { padding: 0; border: 1px solid #fff; width:96%}

#myModal_popup .modal-dialog {
width: 320px;
}

/* ACCOUNT ICONS START */

.account_icons {
margin-top: 15px;
}

.account_icons  img {
margin-bottom: 10px;	
opacity: 0.7;
filter: grayscale(100%);
}

.account_icons  a {
display: block;
margin-top: 20px;
text-align: center;
text-decoration: none;
width: 160px;
padding: 20px;
font-size: 15px;
color: #75717e;
}

.account_icons a:hover, .account_icons a:focus {color: #ad0d3c;}

.account_icons a:hover img, .account_icons a:focus img {
margin-bottom: 10px;	
opacity: 1;
filter: grayscale(0%);
}

.account_icon {
display: inline-block; 
text-align: center;
} 

.account_list {
padding: 10px;
border: 1px solid #e2e2e2;
margin-top: -1px;
}

.account_list ul {
padding: 0;
margin: 0;
}

.account_list li {	
list-style: none;
display: flex;
padding: 7px 0;
position: relative;
border-bottom: 1px solid #e2e2e2;
}

.account_list li:last-child {
border-bottom: transparent;	
}

.account_list li a {
color: #75717e;
font-size: 13px;
}

.account_list li:before {
content: "\f054";
font-family: 'Font Awesome 5 Free';
font-size: 10px;
margin-right: 5px;
margin-left: 5px;	
}

.account_list li a:hover, .account_list li a:focus, .account_list li.current_left_menu a {
color: #ea0015;	
text-decoration: none;	
}
/* ACCOUNT ICONS END */

/* FAQ */

.faq_container {
border: 1px solid #cccccc;
border-radius: 5px;
padding: 7px 0;
}

.item_question_name {
font-size: 16px;
color: #1a2230;
font-weight: 400;
padding: 13px 20px;
border-top: 1px solid #e6ddf4;
background: #fff;
}

.faq_container .item_question_name:first-child {
border-top: transparent;
}

.item_question_name:before {
content: "\f107";
color: #ea0015;
margin-right: 15px;
display: inline-block;
font: normal normal normal 16px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.item_question_name:hover {
cursor: pointer;
color: #e3146d;
}

.item_question_name.current {
color: #ea0015;
}

.item_question_name.current:before {
content: "\f106";	
}

.item_question_answer {
display: none;
color: #686868;
font-weight: 300;
background: #fff;
padding: 0 45px 30px;
font-size: 16px;
}

.item_question_answer p {
margin: 0 0 20px 0;	
}

/* FAQ end */

/* product_rate */

.product_rate {
display: flex;	
align-items: center;
}

.customer_ratings_body {
border-bottom: 1px solid #ccc;
margin-bottom: 15px;
padding-bottom: 15px;
}

.customer_ratings_title {
font-weight: bold;
margin-bottom: 15px;
}

.customer_ratings_title i {
color: #585858;
}

.review_rate, .set_rate {
color: #ffa700;
}

.customer_ratings_description {
overflow: hidden;
}

.customer_ratings_image {
float: left;
margin: 0 25px 15px 0;
}

#btn_product_rate {
border: transparent;
padding: 0;
display: flex;
align-items: center;
background: transparent;	
}

#btn_product_rate:hover {
border: transparent;
background: transparent;	
}

/* product_rate end */

/* news */

.news_img {
margin-bottom: 10px;
overflow: hidden;	
}

.news_item {
border: 1px solid #ccc;
border-radius: 2px;
position: relative;
transition: 0.5s;
}

.news_name {
color: #313131;
display: block;
margin-bottom: 5px;
min-height: 52px;
padding: 0 15px 10px;
text-decoration: none;	
}

.news_name:hover, .news_name:focus {
color: #ad0d3c;
text-decoration: none;
}

.news_date {
padding: 0 15px;
font-size: 12px;
}

/* news end */

#shipping_methods_div .delivery {
display: block;
margin-bottom: 20px;
font-size: 12px;
font-weight: normal;
}

.table-heading {
text-transform: uppercase;
color: #3a434a;
font-size: 19px;
font-family: 'Open Sans';
border-bottom: 1px solid #3a434a;
letter-spacing: -1px;	
}

.soc_icons {
/*background: #2ad146;*/
width: 25px;
color: #fff;
height: 25px;
border-radius: 5px;
display: inline-block;
vertical-align: middle;
padding: 2px 0 0 3px;
line-height: initial;
margin: -3px 0 0 0;
text-align: center;	
}
/*
.soc_icons.whatsapp {
background: #2ad146;
}

.soc_icons.viber {
background: #2d275b;
}*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #e2e2e2;}
#cboxLoadedContent{margin-top:28px;margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  outline: none;
  *display: inline;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {  left: 0;}
.chosen-container a {  cursor: pointer;}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 34px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {  margin-right: 38px;}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e2e2e2;
  background: white url('/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {  margin-top: -1px;  border-radius: 0 0 4px 4px;  background-clip: padding-box;}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {  position: absolute;  left: -9999px;}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 12px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {  display: list-item;  cursor: pointer;}
.chosen-container .chosen-results li.disabled-result {  display: list-item;  color: #e2e2e2;  cursor: default;}
.chosen-container .chosen-results li.highlighted {
  background: #ea0015;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {  display: list-item;  background: #f4f4f4;}
.chosen-container .chosen-results li.group-result {  display: list-item;  font-weight: bold;  cursor: default; background: #dedcdc;}
.chosen-container .chosen-results li.group-option {  padding-left: 15px;}
.chosen-container .chosen-results li em {  font-style: normal;  text-decoration: underline;}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {  float: left;  list-style: none;}
.chosen-container-multi .chosen-choices li.search-field {  margin: 0;  padding: 0;  white-space: nowrap;}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {  color: #999;}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {  background-position: -42px -10px;}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #e2e2e2;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {  background: #d4d4d4;}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {  background-position: -42px -10px;}
.chosen-container-multi .chosen-results {  margin: 0;  padding: 0;}
.chosen-container-multi .chosen-drop .result-selected {  display: list-item;  color: #e2e2e2;  cursor: default;}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #ea0015;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #e2e2e2;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
box-shadow: 0 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {  border-left: none;  background: transparent;}
.chosen-container-active.chosen-with-drop .chosen-single div b {  background-position: -18px 2px;}
.chosen-container-active .chosen-choices {  
border: 1px solid #ea0015;  
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {  color: #111 !important;}

/* @end */
/* @group Disabled Support */
.chosen-disabled {  opacity: 0.5 !important;  cursor: default;}
.chosen-disabled .chosen-single {  cursor: default;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {  cursor: default;}

/* @end */
/* @group Right to Left */
.chosen-rtl {  text-align: right;}
.chosen-rtl .chosen-single {  overflow: visible;  padding: 0 8px 0 0;}
.chosen-rtl .chosen-single span {  margin-right: 0;  margin-left: 26px;  direction: rtl;}
.chosen-rtl .chosen-single-with-deselect span {  margin-left: 38px;}
.chosen-rtl .chosen-single div {  right: auto;  left: 3px;}
.chosen-rtl .chosen-single abbr {  right: auto;  left: 26px;}
.chosen-rtl .chosen-choices li {  float: right;}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {  direction: rtl;}
.chosen-rtl .chosen-choices li.search-choice {  margin: 3px 5px 3px 0;  padding: 3px 5px 3px 19px;}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {  right: auto;  left: 4px;}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {  left: 9999px;}
.chosen-rtl.chosen-container-single .chosen-results {  margin: 0 0 4px 4px;  padding: 0 4px 0 0;}
.chosen-rtl .chosen-results li.group-option {  padding-right: 15px;  padding-left: 0;}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {  border-right: none;}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {  background-position: 6px 2px;}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {  background-position: -12px 2px;}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/* iCheck plugin Minimal skin, blue
----------------------------------- */
/* iCheck plugin Minimal skin, purple
----------------------------------- */
.icheckbox_minimal-purple,
.iradio_minimal-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(icheck/minimal/purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-purple {
    background-position: 0 0;
}
    .icheckbox_minimal-purple.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-purple.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-purple.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-purple.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-purple {
    background-position: -100px 0;
}
    .iradio_minimal-purple.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-purple.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-purple.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-purple.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-purple,
    .iradio_minimal-purple {
        background-image: url(icheck/minimal/purple@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/*------ default style ------*/

label{
display: inline !important;
margin-bottom: 0;
margin-left: 10px;
}

/* clear */
.clr{clear: both !important;}

/* display */
.db {display: block !important;}
.di {display: inline !important;}
.df {display: flex;}
.dib {display: inline-block !important;}
.dnone {display: none;}

/* float */
.fl {float: left !important;}
.fr {float: right !important;}
.fnone {float: none !important;}

/* border */
.brdnone {border: none}

/* width */
.w10p {width: 10% !important;} .w20p {width: 10% !important;} .w25p {width: 25% !important;} .w30p {width: 30% !important;} .w33p {width: 33% !important;}
.w40p {width: 40% !important;} .w50p {width: 50% !important;} .w60p {width: 60% !important;} .w70p {width: 70% !important;} .w80p {width: 80% !important;}
.w90p {width: 90% !important;} .w100p {width: 100% !important;}

.w70px {width: 70px !important;}
 
/* padding */
.p0 {padding: 0 !important;} .p5 {padding: 5px !important;} .p10 {padding: 10px !important;} .p15 {padding: 15px !important;} .p20 {padding: 20px !important;} .p25 {padding: 25px !important;}
/* padding-left */
.pl0 {padding-left: 0px !important;} .pl5 {padding-left: 5px !important;} .pl10 {padding-left: 10px !important;} .pl15 {padding-left: 15px !important;} .pl20 {padding-left: 20px !important;} .pl25 {padding-left: 25px !important;} 
/* padding-right */
.pr0 {padding-right: 0px !important;} .pr5 {padding-right: 5px !important;} .pr10 {padding-right: 10px !important;} .pr15 {padding-right: 15px !important;} .pr20 {padding-right: 20px !important;} .pr25 {padding-right: 25px !important;}
/* padding-top */
.pt0 {padding-top: 0px !important;} .pt5 {padding-top: 5px !important;} .pt10 {padding-top: 10px !important;} .pt15 {padding-top: 15px !important;} .pt20 {padding-top: 20px !important;} .pt25 {padding-top: 25px !important;}
/* padding-bottom */
.pb0 {padding-bottom: 0px !important;} .pb5 {padding-bottom: 5px !important;} .pb10 {padding-bottom: 10px !important;} .pb15 {padding-bottom: 15px !important;} .pb20 {padding-bottom: 20px !important;} .pb25 {padding-bottom: 25px !important;}

/* margin */
.m0 {margin: 0 !important;} .m5 {margin: 5px !important;} .m10 {margin: 10px !important;} .m15 {margin: 15px !important;} .m20 {margin: 20px !important;} .m25 {margin: 25px !important;}
/* margin-left */
.ml0 {margin-left: 0px !important;} .ml5 {margin-left: 5px !important;} .ml10 {margin-left: 10px !important;} .ml15 {margin-left: 15px !important;} .ml20 {margin-left: 20px !important;} .ml25 {margin-left: 25px !important;} .ml30 {margin-left: 30px !important;}
/* margin-right */
.mr0 {margin-right: 0px !important;} .mr5 {margin-right: 5px !important;} .mr10 {margin-right: 10px !important;} .mr15 {margin-right: 15px !important;} .mr20 {margin-right: 20px !important;} .mr25 {margin-right: 25px !important;} .mr30 {margin-right: 30px !important;} 
/* margin-top*/
.mt5 {margin-top: 5px !important;} .mt10 {margin-top: 10px !important;} .mt15 {margin-top: 15px !important;} .mt20 {margin-top: 20px !important;} .mt25 {margin-top: 25px !important;}
/* margin-bottom */
.mb5 {margin-bottom: 5px !important;} .mb10 {margin-bottom: 10px !important;} .mb15 {margin-bottom: 15px !important;} .mb20 {margin-bottom: 20px !important;} .mb25 {margin-bottom: 25px !important;}

.nowrap{white-space: nowrap;}

/* ul */

.color-black{color: #000 ;}
.color-blue{color: #46a9d3 ;}
.color-red {color: red ;}


.line {
height: 1px;
background: #d7d7d7;
margin: 10px 0 0;
clear: both;	
}

/* outline */
a, a:hover, a:focus, a:active, input, button{outline: 0;}

input[type=number] {
    -moz-appearance:textfield;
}

.error_content{color: red;display: block !important;}

.visible-2x, .visible-1x { display: none !important; }

.grid-sizer, .grid-item { width: 25%; }

.grid-item--width2 { width:  50%; }

.text-description {
position: relative;	
height: 335px;
overflow: hidden;
}

.text-description:before {
content: '';
display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
z-index: 2;
height: 60px;
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}

.text-description.active:before {
display: none;
}

.text-description-more {
color: #ea0015;
position: relative;
text-decoration: underline;	
}

.text-description-more:hover {
cursor: pointer;
text-decoration: none;	
}

.text-description-more:after {
display: inline-block;
margin-left: 10px;
font-family: "Font Awesome 5 Free";
font-weight: 900;    
content: "\f061";
}

#mob_header { padding-right: 15px; }

.closebtn {
position: absolute;
top: 0;
right: 25px;
color: #fff;
text-decoration: none;
font-size: 36px;
margin-left: 50px;
}

.context_search .closebtn {
color: #ff0000;	
top: 11px;
right: 11px;
}

/* Chat */

.btn_chat {
color: #fff;
border-radius: 50%;
background: #ea0015;
border: 2px solid #ea0015;
width: 60px;
height: 60px;
position: fixed;
bottom: 25px;
left: 20px;
text-align: center;
z-index: 1000;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.5s;
}

.btn_chat.current {
color: #ea0015;
background: #fff;
}

.btn_chat:not(.current) .fa-times { display: none; }

.btn_chat.current .fa-comments { display: none; }
.btn_chat.current .fa-times { display: block; }

.block_chat {
position: fixed;
bottom: 85px;
left: 20px;
text-align: center;
z-index: 1000;
display: none;
}

.block_chat_item {
color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
margin-bottom: 15px;
text-align: center;
z-index: 1000;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.5s;
}

.block_chat_item:hover, 
.block_chat_item:focus,
.block_chat_item:active {
color: #fff;
text-decoration: none;
filter: brightness(1.1);
}

.block_chat_viber {
border: 2px solid #665cac;
background: #665cac;
}

.block_chat_telegram {
border: 2px solid #2ca8dd;
background: #2ca8dd;
}

.block_chat_phone {
border: 2px solid #ea0015;
background: #ea0015;
}

/* Chat */

.items_display {
display: flex;
align-items: center;
margin-bottom: 10px;
justify-content: end;
}

.items_display select {
width: 100px;
margin-left: 10px;
}

/*------ default style ------*/
@media (max-width: 991px) { 
	header { top: 0; }
	.sf-menu > li.has_submenu > i {
	color: #fff;	
	}
	.sf-menu > li.has_submenu ul li > i {	
    color: #fff;
    font-style: normal;
    position: absolute;
    right: 0;
    top: -5px;
    text-align: right;
    width: 50px;	
	}
	.sf-menu > li.has_submenu ul li.has_submenu > i:before {
    font-size: 20px;
    position: relative;
    right: 5px;
    font-weight: 900;
    top: 7px;
    display: inline-block;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
	}
	.sf-menu > li.has_submenu li.has_submenu:after { display: none; }
	#mob_header {
    float: right;
    padding-right: 15px;
	}
	.icon_search {
	float: none;
	margin-top: 6px;	
	}
	.icon-bar {
	height: 2px;
	background: #585858;	
	}	
	.navbar-toggle {
	display: block;	
  color: #585858;    
  height: 32px;
  border-radius: 0;
  margin: 0 0 0 10px;
  overflow: hidden;
  padding: 0 13px;
  /*background: #ea0015;
  border: 1px solid #ea0015;*/
	}
	
	.navbar-toggle .icon-bar {
	margin: auto;	
	}
		
	#top_menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	margin: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	}

	
	#top_menu > ul {
  margin: 0;
  float: none;
  padding: 0;
	}
	#top_menu > ul > li {
  padding: 0 5px;
  float: none;
  text-align: center;
  width: 100%;
	}
	.sf-menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
	background: #383838;
	}
	.sf-menu > li > a {
	color: #fff;	
	}
	.sf-menu li li a {
	color: #fff;	
	}
	.sf-menu li li {
    border-bottom: 1px solid #020202;
	}
	.sf-menu > li > a:hover, .sf-menu > li.current > a {
    color: #ea0015;
	}
	#content {
    margin-top: 15px;
    margin-bottom: 20px;
	}
	.uniblock_left .uniblock_caption { display: none; }

	.navbar-collapse.collapse {
	display: none!important;
	}	
	.navbar-collapse.collapse.in {
	display: block!important;
	}   
	#uniblock_content_16, #uniblock_content_57 {
	display: none;	
	}
	#footer {
	position: relative;	
	margin-top: 30px;
	}	
	
	.contacts {
	margin-top: 20px;
	}
	.contacts a {
	font-size: 13px;	
	margin-right: 20px;
	}
	.contacts br { display: none; }
	.navigation { 
	margin-bottom: 0;
	white-space: nowrap;
	overflow: scroll; }
	.sh_cart_xs { 
	float: left; 
	margin: 10px 10px 0 5px;
    font-size: 17px;
    position: relative;
    color: #676767; 
	}

    .sh_cart_xs span { 
    background: #ea0015;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    letter-spacing: -1px;
    font-size: 10px;
    text-indent: -2px;
    line-height: 20px;
    bottom: -2px;
    left: 16px; }
	.top_languages { float: right; }
	.top_line { display: none; }
}


@media screen and (max-width: 767px) {
	.customer_ratings_image { float:none; }
	.header_in {
	padding-bottom: 5px;	
	}
	
	.top_links > a {
	height: 32px;    
	padding: 8px 13px;
	}
	.top_address, .shopping_cart_cart {
	text-align: center;	
	}
	.tile_red p { font-size: 12px; padding: 5px 0; }
	.slogan { display: none; }
}

@media screen and (max-width: 375px) {
.coupon > div { margin-bottom: 10px; }
}
@media screen and (max-width: 479px) {
	.visible-2x { display: block !important; }
	.col-1x  { float: none; width: 100% !important; margin-left: 0; text-align: left; }
	.col-2x  { float: none; width: 100% !important; margin-left: 0;  text-align: left; }
	.hidden-1x { display: none !important; }
	.visible-1x { display: block !important; }
	.hidden-2x { display: none; }
	.header_in .logo {
	margin: 10px auto 0;
	width: 110px;
	}
	.navbar-toggle {
	position: absolute;
	right: 15px;
	top: 6px;	
	}
	#sh_cart_xs {
    position: absolute;
    right: 90px;
    top: 9px;
    margin: 0;
	}
	#mob_header {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1001;
	padding-right: 0;
	top: 0;
	display: none;
	right: 0;
	margin: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	flex-flow: column;
	}
	#top_menu { 
	width: 100%;
	top: auto;
	float: none;
	height: auto;
	min-height: auto;
	height: auto;
	overflow: visible;
	order: 2;
	position: relative;	
	padding-top: 0;
	}
	#top_account { display: none; }
	#top_account_menu {
	left: auto;
    right: auto;
    border: none;
    width: 240px;
    margin: auto;
    display: block !important;
    position: relative;
    background: #383838;	
	}
	#top_account_menu a {
	border-bottom: 1px solid #020202;
    text-align: center;
    color: #fff;
	}
	.top_languages {
	float: none;	
	order: 1;
	margin: 40px 20px 0;
	}
	.top_languages a {
	color: #fff;	
	}
	.top_links {
	order: 3;	
	text-align: center;
	margin-bottom: 20px;
	}
	.top_links > a {
	color: #fff;
	border-color: #fff;	
	}
	.centerboxes_products_img {
	min-height: auto;	
	}
	.product_grid_name a {
	font-size: 15px;	
	min-height: auto;
	}
	.btn-sm {
	font-size: 12px;
	}
	.menu_table {
	min-width: auto;
	margin-right: 38px;
	width: 100%;
	margin-bottom: 15px;
	}
	.menu_table:last-child {
	margin-right: 0;
	}
	.menu_table li.sub_level {
	padding: 1px 0;
	}
	.menu_table li a {
	font-size: 14px;
	}
	.contacts a {
	font-size: 13px;	
	margin-right: 20px;
	}
	.contacts br { display: none; }
	.box_product_price { margin-bottom: 5px; }
	
	.prod_row  b { 
	margin: 12px 0 0 0;
	width: 80px;
	}
	
	.box_product_price b {
	margin: 4px 0 0 0;		
	}
	
	.box_price {
	font-size: 19px;
    letter-spacing: 0;	
	}
	.promo {
	padding: 0 20px;
	min-height: 310px;
	}
	.promo_title {
    font-size: 24px;
	padding-top: 45px;
    letter-spacing: initial;
	}
	.promo_text {
	font-size: 18px;	
	}
	.promo_sub {
	font-size: 14px;	
	}
	.promo .btn_red {
    font-size: 14px;
    padding: 5px 16px;	
	}
	.top_line { font-size: 11px; letter-spacing: -0.5px; }
	.slogan { font-size: 13px; }

	.image_item:nth-child(odd) {
	margin: 7px 0 10px 0;
	clear: both;
	}
	.icon58, .prod_icons { min-height: 50px; margin: 5px 30px 5px 0; }
	.image_item label { font-size: 12px; }
	.icon58_name, .prod_icons_name { font-size: 13px; }
	.product_attribute.table td { display: block; }
	.product_header .title { font-size: 20px; }
	
	.title2 {
	font-size: 24px;	
	}
	.brand_title2, .btn_brands  {
	float: none;	
	margin-top: 10px;
	}
	.btn_brands {
	margin: 0;	
	}
	.slideshow_description { bottom: 10px; padding: 0 20px; }
	.slideshow_description .btn {
	font-size: 12px;
	padding: 3px 13px;
	}
	.boxcategory_item { text-align: center !important; float: none; }
	.boxcategory_item a { height: 260px; }
	.boxcategory_item a img { margin: auto;	height: 100%;	}
	.top_address .soc_icons { height: auto; }
	.top_address span { display: block; }	
	.icon_search {
    float: none;
    margin-top: 0;
    color: #585858;
    /*background: #ea0015;*/
    position: absolute;
    top: 6px;
    width: 50px;
    /*border: 1px solid #ea0015;*/
    left: 15px;
	}
}

@media screen and (max-width: 639px) {
	.description table {  font-size: 12px; }
	.description table tr, .description table td { padding: 4px 6px; }
	div.brand {	float: none !important; max-width: 100%; text-align: center; margin: auto !important; }
	.horizontal_simple_block {	width: 100%; clear: both; }
	.horizontal_simple a { font-size: 14px; padding: 1px 0; }
	.contacts, .contacts a { font-size: 14px; padding: 1px 0; }
	.icon58, .prod_icons { float: none; }
	.logotype_bottom { display: block; margin: auto; }
	.footer_copyright { text-align: center; }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
	.col-2x  { width: 100% !important; }
	.visible-2x { display: block !important; }
	.hidden-2x { display: none !important; }
	.slideshow_description p {
	line-height: 32px;
	font-size: 22px;
	}
	.centerboxes_products_img {
	min-height: 185px;	
	}
	.product_grid_name a {
	font-size: 15px;	
	min-height: 60px;
	}
	.btn-sm {
    font-size: 12px;
	}
	.menu_table {
  min-width: auto;
  margin-right: 38px;
	max-width: 50%;
	}
	.menu_table:last-child {
	margin-right: 0;
	}
	.menu_table li.sub_level {
    padding: 1px 0;
	}
	.menu_table li a {
    font-size: 14px;
	}
	
	.box_product_price { margin-bottom: 5px; }
	
	.prod_row  b { 
	margin: 12px 0 0 0;
	width: 80px;
	}
	
	.box_product_price b {
	margin: 4px 0 0 0;		
	}
	
	.box_price {
	font-size: 19px;
    letter-spacing: 0;	
	}
	.promo_title {
    font-size: 34px;
    letter-spacing: initial;
	}
	.promo_text {
	font-size: 24px;	
	}
	.promo_sub {
	font-size: 15px;	
	}
	.promo .btn_red {
    font-size: 14px;
    padding: 5px 16px;	
	}
	.top_line { font-size: 12px; }
	.product_header .title { font-size: 20px; }
	.icon58, .prod_icons { min-height: 50px; margin: 5px 30px 5px 0; }
	.image_item label { font-size: 12px; }
	.icon58_name, .prod_icons_name { font-size: 13px; }
	.title2 {
	font-size: 24px;	
	}
	.brand_title2, .btn_brands  {
	float: none;
	margin-top: 10px;	
	}
	.btn_brands {
	margin: 0;	
	}
	
	.image_item:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
	}
	.slideshow_description { bottom: 10px; padding: 0 20px; }
	.slideshow_description .btn {
	font-size: 12px;
	padding: 3px 13px;
	}
	.horizontal_simple_block {	padding-top: 20px;	}
	.top_links {    clear: both;}
	.header_in .logo { width: 160px; }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.slideshow_description p {
	line-height: 32px;
	font-size: 22px;
	}
	.centerboxes_products_img {
	min-height: 185px;	
	}
	.product_grid_name a {
	font-size: 15px;	
	min-height: 60px;
	}
	.btn-sm {
    font-size: 12px;
	}
	.menu_table {
	min-width: auto;
	margin-right: 40px;
	max-width: calc(100% / 3 - 40px);
	}
	.menu_table:last-child {
	margin-right: 0;
	}
	.menu_table li.sub_level {
    padding: 1px 0;
	}
	.menu_table li a {
    font-size: 14px;
	}
	.contacts {
	margin-top: 20px;
	}
	.contacts a {
	font-size: 13px;	
	margin-right: 20px;
	}
	.contacts br { display: none; }
	
	.box_product_price { margin-bottom: 5px; }
	
	.prod_row  b { 
	margin: 12px 0 0 0;
	width: 80px;
	}
	
	.box_product_price b {
	margin: 4px 0 0 0;		
	}
	
	.box_price {
	font-size: 19px;
    letter-spacing: 0;	
	}
	.promo_title {
	font-size: 40px;	
	}
	.promo_text {
	font-size: 24px;	
	}	
	.logotype_bottom { float: right; }
	.image_item:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	.slideshow_description .btn {
	font-size: 14px;
	padding: 4px 13px;
	}
	.horizontal_simple_block {
	float: right;
	width: 33%;	
	}
	.top_links { clear: both; }
	.header_in .logo { width: 160px; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.sh_buttons_c { text-align: right; }
	.category_menu_list ul li a {
	font-size: 14px;   
	padding: 3px 20px;
	}
	.slideshow_description p {
	line-height: 32px;
	font-size: 22px;
	}
	.centerboxes_products_img {
	min-height: 185px;	
	}
	.product_grid_name a {
	font-size: 15px;	
	min-height: 60px;
	}
	.btn-sm {
    font-size: 12px;
	}
	.menu_table {
    min-width: auto;
    margin-right: 38px;
	}
	.menu_table:last-child {
	margin-right: 0;
	}
	.menu_table li.sub_level {
    padding: 1px 0;
	}
	.menu_table li a {
    font-size: 14px;
	}
	.contacts a {
	font-size: 13px;	
	}
	.box_product_price { margin-bottom: 5px; }
	
	.prod_row  b { 
	margin: 12px 0 0 0;
	width: 80px;
	}
	
	.box_product_price b {
	margin: 4px 0 0 0;		
	}
	
	.box_price {
	font-size: 19px;
    letter-spacing: 0;	
	}
	.contacts a, .contacts  {
	font-size: 14px;	
	}
	.slideshow_description .btn {
	font-size: 14px;
	padding: 4px 13px;
	}
	.image_item { width: calc(100% / 5 - 10px); }
	.image_item:nth-child(5n+1) {
	margin-left: 0;
	clear: left;
	}
	.owl-carousel.sc_recommend .owl-item img { max-height: 195px; }
	.centerboxes_products_img img { max-height: 180px; }
	.top_links { clear: both; }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header {
	z-index: 30;
	width: 100%;
	position: fixed;
	top: 0;
	}
	.sh_buttons_c { text-align: center; }
	.sh_buttons_r { text-align: right; }
	.boxcategory_name { font-size: 17px; }
	.sf-menu ul {
	background: #fff;
	position: absolute;
	width: 15em;
	border: 1px solid #e2e2e2;
	opacity: 0;
	z-index: 0;
	left: 0;
    top: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
	}

	.sf-menu > li {
	display: inline-block;
	text-align: center;
	padding: 0 2px;
	overflow: hidden;
	transition: 0.5s;
	float: left;
	}
	
	.sf-menu > li > ul > li.has_submenu:after {
	content: "\f054";   
	font-size: 13px;
	top: 10px;
    right: 6px;
	position: absolute;
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
	}
	
	.sf-menu > li > a {
	font-size: 13px;	
	}
	
	.sf-menu li:hover {visibility: inherit;overflow: visible;}
	
	.sf-menu li:hover ul {
	z-index: 99;
	opacity: 1;
	}
	
	.sf-menu li > ul:before {
    content: "";
    left: 50%;
    right: 50%;
    display: block;
    transition: 0.5s;
	height: 2px;
	top: 0;
    position: absolute;
    background: #ea0015;
	}

	.sf-menu li:hover > ul:before {
	left: 0;
	right: 0;
	}

	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em; }

	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 14.95em; top: 0;}
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 10em;top: 0;}	
	.icon_search {
	float: right;
	margin-top: 6px;	
	}
	
	.top_links > a {
	padding: 5px 10px;
	font-size: 13px;	
	}
	
	.centerboxes_products_img {
	min-height: 185px;	
	}
	.product_grid_name a {
	font-size: 15px;	
	min-height: 58px;
	}
	.btn-sm {
    font-size: 12px;
	}
	.menu_table {
    min-width: auto;
    margin-right: 30px;
	}
	.menu_table:last-child {
	margin-right: 0;
	}
	.menu_table li.sub_level {
    padding: 1px 0;
	}
	.menu_table li a {
    font-size: 14px;
	}
	.contacts a, .contacts  {
	font-size: 14px;	
	}
	.slideshow_description p {
	line-height: 32px;
	font-size: 22px;
	}

	.menu_table li a {
	font-size: 14px;
	}
	.icon_fb { margin-top: 24px; }

	.image_item:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	.owl-carousel.sc_recommend .owl-item img { max-height: 195px; }
	.centerboxes_products_img img { max-height: 180px; }
	#uniblock_content_73 .uniblock_caption {
	display: none;	
	}
}
@media screen and (min-width: 768px) {	
	.navbar-collapse { max-height: 100% !important; }
	.logotype_bottom { float: right; }
	
}

@media screen and (min-width: 1200px) {	
.sf-menu > li.has_submenu i {display: none; }

	header#header {
	position: sticky;
	left: 0;
	top: 0;
	right: 0;
	z-index: 80;
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.25s linear 0s;	
	}
	header#header.fixed-up {
	transform: translate3d(0px, -170px, 0px);  
	}   
	header#header.fixed-down {
	transform: translate3d(0px, 0, 0px);  
	background: #fff;
    border-bottom: 1px solid #ccc;
	}  
	.sh_buttons_c { text-align: center; }
	.sh_buttons_r { text-align: right; }
	.image_item:nth-child(5n+1) {
	margin-left: 0;
	clear: left;
	}
	.sf-menu ul {
	background: #fff;
	position: absolute;
	width: 15em;
	border: 1px solid #e2e2e2;
	opacity: 0;
	z-index: 0;
	left: 0;
  top: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
	}

	.sf-menu > li {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	transition: 0.5s;
	float: left;
	}
	
	.sf-menu > li > ul > li.has_submenu:after {
	content: "\f054";   
	font-size: 13px;
	top: 10px;
    right: 6px;
	position: absolute;
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
	}
	
	.sf-menu li:hover {visibility: inherit;overflow: visible;}
	
	.sf-menu li:hover ul {
	z-index: 99;
	opacity: 1;
	}

	.sf-menu li > ul:before {
	content: "";
	left: 50%;
	right: 50%;
	display: block;
	transition: 0.5s;
	height: 2px;
	top: 0;
	position: absolute;
	background: #ea0015;
	}

	.sf-menu li:hover > ul:before {
	left: 0;
	right: 0;
	}

	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em; }

	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 14.95em; top: 0;}
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 10em;top: 0;}	
	.icon_fb { margin-top: 50px; }
	.owl-carousel.sc_recommend .owl-item img { max-height: 245px; }
	.centerboxes_products_img img { max-height: 230px; }
	.centerboxes_products { height: 100%; }
	#uniblock_content_73 .uniblock_caption {
	display: none;	
	}
}