@import url("reset.css");

/* @group Общий стиль */
html,
body {
	width: 100%;
	background-color: #fff;
}
body {
    color: #7e7e7e;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 18px;
	min-width: 260px;
   
	background: url(../images/top_bg.png) no-repeat center top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 {
	font-size:17px;
	color:#306a6f;
	text-transform:uppercase;
}
h2 {
	font-size:13px;
	color:#306a6f;
	text-transform:uppercase;
}
h3 {
	color:#323232;
	font-size:16px;
}
p{margin-bottom: 15px;}
a { 
    color: #323232;
	cursor: pointer;
	text-decoration:none; 
}
a:hover {
	text-decoration:none;
	color:#299690;
}
label,
input,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
    color: #323232;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-3,
.col-4,
.col-6,
.col-8,
.col-9,
.col-12 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333333333%;}
.col-6 {width: 50%;}
.col-8 {width: 66.66666666666666%;}
.col-9 {width: 75%;}
.col-12 {width: 100%;}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
select,
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"],
input[type="color"] {
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    height: 34px;
    border: 1px solid #299690;
    background-color: #fff;
    max-width: 100%;
}
/*Верхняя строка для мобильных*/
#top_mobile {
    z-index: 100;
    position: fixed;
    display: none;
    background-color: #323232;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0; 
}
#top_control,
#top_search {
    width: 65px;
    height: 50px;
    float: left;
    border-right: 1px solid #595959;
    text-align:  center;
    padding-top: 11px;
    cursor: pointer;
    color: #fff;
}
#top_control:hover,
#top_search:hover {
    transition: 0.5s;
    background-color: #306a6f;
} 
.menu_icon {
    width: 28px;
    height: 28px;
}
.search_icon {
    width: 26px;
    height: 28px;
}
/*Главное меню мобайл*/
body.ind {
    overflow: hidden;
}
#mobile_menu {
    display: none;
    height: 100%;
    padding-bottom: 50px; 
    background-color: #323232;
    position: fixed;
    color: #fff;
    width: 237px;
    top: 50px;
    left: 0px;
    z-index: 101;
    overflow: auto;
}
#main_mobile a {
    font-weight: bold;
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 11px;
    border-bottom: 1px solid #000;
    position: relative;
}
#main_mobile .selected a,
#main_mobile a:hover {
    color: #299690;
}
#main_mobile a:before {
    display: block;
    float: left;
    content: '';
    width: 36px;
    height: 24px;
    background: url(../images/sprite.svg) no-repeat -40px -100px;
}
#main_mobile a[href="blog"]:before {
    background-position:  -200px -100px;
}
#main_mobile a[href="dostavka"]:before {
    background-position:  -160px -99px;
}
#main_mobile a[href="oplata"]:before {
    background-position:  -120px -99px;
}
#main_mobile a[href="contact"]:before {
    background-position:  -77px -97px;
}
#main_mobile a[href="user/login"]:before {
    background-position:  2px -99px;
}
#main_mobile a[href="user/register"]:before {
    background-position:  -240px -100px;
}
/*Меню каталога мобайл*/
#catalog_mobile,
#menu_content {
    display: none;
}
#menu_heading {
    background: #306a6f;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 17px;
    text-transform: uppercase;
    position: relative;
}
.arrow_down {
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    vertical-align: middle;
}
#catalog_mobile li { 
	position: relative;	
/*	background-color: rgba(115, 67, 114, 0.12);*/
    background: #fff;
	font-size: 13px; 
	padding: 0; 
	font-weight: bold;
}
#menu_content  a:hover,
#menu_content a.selected			{ 
	background: #299690;
	color: #fff!important;
}
#menu_content > ul  > li  > a,
#menu_content > ul  > li  > .link_wrap  > a 		{   
	display: block; 
	padding: 10px 15px; 
	color: #306a6f;
	text-transform: uppercase;  
	border-bottom:1px solid #299690;
}
#menu_content .subcatalog a{
	display: block;
	padding: 10px 15px 10px 30px;
	color: #299690;
}
#menu_content .subcatalog .subcatalog  a {
	padding: 10px 15px 10px 45px;
	font-weight: 400;
}
#menu_content  .switch {
	content: url(../images/arrow_down.svg);
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	right:  8px;  
	cursor: pointer;
}
/* HEADER */
header {
    padding-top:23px;
	position: relative;
	margin-bottom:30px; 
}
#logo {
	float:left;
    margin-bottom: 18px;
}
#cart_informer {
    float: right;
    position: relative;
    margin: -3px 0 0 0px;
}
.cart_heading {
   position: relative;
    width: 40px;
    height: 40px;
    background: url(../images/sprite.svg) no-repeat  0 0;
    cursor:  pointer;
}
#cart_informer #items {
	display:block;
	background-color:#306a6f;
	color:#fff;
	text-align:center;
	width:26px;
	height:26px;
	border-radius:50%;
	line-height:26px;
	position:absolute;
	top: -7px;
    right: -6px;
	font-weight: bold;
}
#cart_informer .cart_content {
	display:none;
	position: absolute;
	top:100%;
	background:#fff;
	padding:20px;
	float:right;
	box-shadow:0px 1px 5px rgba(0,0,0,0.12);
	right:0px;
	border:1px solid #e6e6e6;
    z-index: 120;
	max-height: 500px;
	overflow-y: auto;
}
#cart_informer.active .cart_content {
	display:block;
}
#cart_informer .cart {
	width: 240px;
	margin-top: 10px;
}
.cart li {
	padding-bottom:5px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	color: #000;
}
#cart_informer .cart .image {
	padding-right:15px;
    text-align: left;
    width: 65px;
	float: left;
}
#cart_informer .pr_info {
	width: 175px;
	float: right;
}
#cart_informer .pr_info a {
	margin-top:0px;
	display: block;
	font-weight: bold;
    font-size: 14px;
    color: #000;
}
#cart_informer .pr_info a:hover {
    color: #299690;
}
#cart_informer input.remove_cart {
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-weight: normal;
	width: 0;
	height: 0;
}
#cart_informer  .remove {
	float: right;
	height: 14px;
	margin: 5px 0 5px 10px;
}
.remove label {
    cursor: pointer;
}
.remove:hover label{
	color:#299690;
}
#cart_informer .cart .price {
	font-size:14px;
	line-height:14px;
    margin: 5px 0;
    white-space: nowrap;
	float: left;
}
#cart_informer .cart .price form {
    display: inline-block;
    margin: 0 3px;
}
#cart_informer  .total {
	font-size:14px;
	color:#000;
	text-align: right;
}
#cart_informer  .total span {
    font-style: italic;
    font-weight: normal;
}
#cart_informer .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
#cart_informer .checkout .button {
	margin-bottom:5px;
}
#cart_informer .empty {
	display: block;
	width: 240px;
    padding: 15px 0;
	text-align: center;
}
#top_center {
	float: right;
}
.contact_top {
    overflow: hidden;
    float: right;
    margin-left: 12px;
}
.phone {
	color: #4b2449;
	font-size: 18px;
	font-weight: bold;
}
.t_small { font-size: 12px;
	font-weight:normal;
	font-style: italic;
}
.phone_icon {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
.top_order,
.top_del {
	float: left;
	/*margin-right: 40px;*/
	/*color: #b67bce;*/
	font-size: 14px;
	font-weight: 500;
    color: #000;
    text-align: center;
   /* width: 48%;*/
    padding-left: 7px;
}

.ord{
	float: left;
	margin-top: -5px;
}
.top_order div,
.top_del div {
	/*float: left;*/
}
.top_order span{
	display: inline-block;
}
.dels {
float: left;
margin-right: 7px;
}


/*Главное меню*/
#nav_search {
    border:1px solid #000;
	background: #000;
	position: relative;
}
#main_menu li:first-child {
	
}
#main_menu  li {
    list-style: none;
	float:left;
    font-size:12px;
	padding: 15px 10px;
}
#main_menu .selected , 
#main_menu  li:hover {
    transition: 0.5s;
    /*background: #7f44a2;*/
    background: #299690;
	color: #fff;
}
#main_menu  a {
	display:inline-block;
	font-size:14px;
	color:#fff;
	line-height:20px;
	vertical-align:top;
	font-weight:bold;
	text-transform: uppercase;
}
/*Поиск*/
#search {
	position:relative;
	float:right;
	margin:10px 0 0;
}
#search .button_search {
    float:right;
	width:52px;
	height:33px;
	padding-top: 2px;
    /*background: #7f44a2;*/
    background: #299690;

	color:#fff;
	text-align:center;
	/*border:1px solid #7f44a2;*/
	border:1px solid #299690;

	border-left:0;
	border-radius:0 4px 4px 0;
    cursor:  pointer;
}
#search .button_search:hover {
	background: #299690;
    color: #e6d5a3;
    transition: 0.5s;
}
#search .input_search {
	font-size: 13px;
	float:left;
	border-radius:0;
	line-height:21px;
	height:33px;
	width:218px;
	margin:0;
	padding:6px 8px;
	background-color:#fff;
	border:1px solid #299690;
	border-radius:4px 0 0 4px;
}
#content {
    float: right;
    padding-bottom: 20px;
}
/*Сайдбар*/
#sidebar {
    padding-bottom: 20px;
}
.side_heading {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 9px 15px;
	margin-bottom: 15px;
	color:#fff;
	border:1px solid #000;
    background: #000;
}
/* футер */
footer {
    margin-top:30px;
	padding-top:40px;
	clear: both;
	overflow: hidden;
	background-color: #000;
	background:url(../images/footer_bg.png) repeat-x center bottom ;
    box-shadow: 1px 4px 30px -7px #306a6f;
	color: #000;
}

footer h3 {
    line-height:normal;
	font-size:17px;
	text-transform:uppercase;
	margin:0 0 11px;
	word-wrap:break-word ;
}
footer li {
	padding:3px 0;
    list-style: none;
}
footer a:hover,
footer a.selected {
	color:#000
}
footer a {
    font-size:13px;
	line-height:18px;
	word-wrap:break-word;
	display: block;
}
.phone_foot {
    display: inline-block;
	line-height:24px;
    background: url(../images/sprite.svg) no-repeat 0 -42px;
    padding-left: 40px;
}
#copyright {
    position: relative;
	padding:10px 0;
	line-height:30px;
	font-size:12px;
	color:#777777;
}
#copyright a {
    font-size:12px;
	color:#777777;
	text-decoration:none;
	display: block;
}
#copyright a:hover {
	color:#299690;
}
/* Меню каталога */
#catalog_menu {
    margin-bottom: 30px;
}
#catalog_menu li{
    list-style: none;
}
#catalog_menu  > ul > li > a,
#catalog_menu  > ul > li > .link_wrap  > a{
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	padding: 9px 25px 9px 12px;
	text-transform:uppercase;
    margin-bottom:4px;
	color: #fff;
	border:1px solid #000;
    background: #000;

}
	
#catalog_menu  > ul > li >  a.selected, 
#catalog_menu   > ul > li:hover  > a,
#catalog_menu  > ul > li:hover > .link_wrap  > a {
	color:#fff;
    transition: 0.8s;
    /*background: #7f44a2;*/
    background: #299690;

	/*
	background: -moz-linear-gradient(top rgba(223, 223, 230, 0.31) 0%, rgba(247, 244, 255, 0.33) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84499c)), color-stop(100%,#299690));
	background: -webkit-linear-gradient(top, #84499c 0%,#299690 100%);
	background: -o-linear-gradient(top, #84499c 0%,#299690 100%);
	background: -ms-linear-gradient(top, #84499c 0%,#299690 100%);
	background: linear-gradient(to bottom, #84499c 0%,#299690 100%); */
}	
.link_wrap {
    position: relative;
}
#catalog_menu .switch {
    background: url(../images/triangle_down.svg) center center no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 24px;
    height: 21px; 
    cursor: pointer;
}
#catalog_menu .subcatalog  a + .switch {
    right: -10px;
}
#catalog_menu .switch.active,
#catalog_mobile .switch.active,
.active .arrow_down  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#catalog_menu .subcatalog .subcatalog {
    border: none;
	margin: 5px 0 0px 20px;
    padding: 0;
}
.opened > .subcatalog {
    display: block;
}
.slick-dots {
    bottom: -30px!important;
  }
#catalog_menu .subcatalog {
	margin:0;
	color: #299690;
	background: #fff;
	border:1px solid #000;
	padding:20px;
	margin-bottom:5px;
}
.subcatalog {
   display:none; 
}
#catalog_menu .subcatalog li {
	padding:2px 0;
}
#catalog_menu .subcatalog a.selected,
#catalog_menu .subcatalog li:hover  > a,
#catalog_menu .subcatalog li:hover  > .link_wrap > a{
	/*color: #000000;*/
	/*color:#bc6dbb ;*/
	color: #299690;
    transition: 0.8s;
    padding-left: 2px;
	background: none;
}
#catalog_menu .subcatalog a {
	text-decoration: none;
	display: inline-block;
	/*color:#4b2449;*/
	color:#306a6f;
	font-size:13px;
	line-height:20px;
    padding-right: 10px;
}                                                
/*Блоки товаров на главной*/
.box {
	margin-bottom:30px;
}
.box h2 {
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	padding: 0px 0px 0px;
	margin: 0 0 30px 0;
	color: #000;
	border-bottom: 1px solid #000;
    
}
.box h2 a{
	color: rgb(113, 212, 206)!important;
border-bottom: 3px solid rgb(113, 212, 206);
    
}
.box img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box li:hover img{
	transform: scale(1.1); 
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
} 
/* @group Сортировка */
.category_toolbar {
    overflow: hidden;
    line-height: 32px;
    border: 1px solid #299690;
    border-width: 1px 0;
    padding: 20px 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.sort, .limit {
    float: left;
}
.category_toolbar b {
    padding-right: 5px;
    color: #323232;
    text-transform: uppercase;
}
.category_toolbar select {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
}
.sort select {
    width: 120px;
}
.limit {
    margin-left: 15px;
}
.limit select {
    width: 72px;
}
.view {
	position:relative;
    float:right;
}
.view span {
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
    cursor: pointer;
    color: #299690;
}
.view span.selected,
.view span:hover{
	color:#4b2449;
} 
.view svg {
    vertical-align: middle;
} 
/*Каталоги*/
.products {
   list-style: none; 
}
.box .product,
.grid .product,
.wishlist .product {
    width: 33.33333333333333%;
    float: left;
    text-align: center;
}  
.products .product {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:15px;
}
#products .product,
.wishlist .product {
    margin-bottom:  30px;
}  
.padding {
	overflow: visible;
}                
.product.first {
	clear:left;
}
.products .image{
	overflow:hidden;
}
.grid .image,
.box .image {
    padding: 10px;
    margin-bottom: 10px;
}
.image img {
    max-height: 100%;
}
.list .image {
    float: left;
    width: 25%;
    padding-right: 15px; 
}
.list .product_info {
    float: left;
    width: 75%;
    padding-left: 15px;
}
span.price {
	font-size: 17px;
	font-weight: bold;
	color: #306a6f;
    white-space: nowrap;
}
.currency {
    font-size: 16px;   
}
.compare_price {
	text-decoration:line-through;
	color: #9c9c9d;
	font-weight: 400;
	font-size: 14px;
    white-space: nowrap;
    padding: 0 5px;
}
.box h3,
.grid h3 {
	margin: 4px 0 12px;
}
.list h3 {
    margin: 0 0 10px;
}
.products h3 a {
	text-decoration:none;
	font-size:14px;
    font-weight: bold;
	color:#000;
}
.products h3 a:hover {
	color:#299690;
    transition: 0.8s;
} 
.grid .annotation {
    display: none;
}
.list .annotation p {
   margin-bottom: 5px; 
}
.list .annotation {
    margin-bottom: 5px;
    overflow: hidden;
	color: #299690;
font-size: 14px;
}
.list .price_container {
    padding-right: 40px;
    float: left;
    margin-top: 12px;
}
.grid .price_container {
    margin-bottom: 6px;
}
.select_container {
    margin-bottom: 10px;
}
.select_amount{
    display: inline-block;
    margin-bottom: 5px;
}
.product_var {
    margin-bottom: 5px;
    display: inline-block; 
    margin-left: 10px;
}
.products .variants label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}
.grid .testRater {
    display: block;
    margin-bottom: 10px;
} 
/*Карточка товара*/
#flypage {
	margin-top:20px;
}
#flypage h1 {
	color: #306a6f;
	border-bottom: 1px solid #299690;
	margin-bottom: 10px;
	padding-bottom: 15px;
	margin-top: 3px;
}
#gallery {
    width: 45%;
    float: left;
    padding-right: 15px;
    margin-bottom:20px;
}
#flypage .product_info {
    width: 55%;
    float: left;
    padding-left: 15px;
    margin-bottom:20px;
}                    

#gallery .image {
	background-color:#fff;
	border: 1px solid #DBDBDB;
    border-radius: 4px;
    text-align: center;
    padding: 15px;
} 
#gallery .images img {
    display: inline!important;
}
#gallery .bx-wrapper {
  padding: 0 15px;
    margin-top: 15px!important;  
}
#gallery .bx-wrapper .bx-next{
    background: url(../images/sprite.svg) 15px -156px;
    right: -5px;
}
#gallery .bx-wrapper .bx-next:hover {
    background: url(../images/sprite.svg) -135px -156px;
}
#gallery .bx-wrapper .bx-prev{
    background: url(../images/sprite.svg) -48px -156px;
    left: -5px;
}
#gallery .bx-wrapper .bx-prev:hover {
    background: url(../images/sprite.svg) -98px -156px;
}
.images  li{ 
    display: table;
    vertical-align:middle;              
}
.images a {  
    display: table-cell;
    vertical-align:middle;
    padding: 5px;
    border: 1px solid #ccc;    
}
.details {
    margin-bottom: 10px;  
}                
.details .brend,
.details .sku,
.details .available { 
    display: block;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
    line-height: 24px;      
}
.details .brend a,
.details .sku span,
.details .available span {
    color: #306a6f;
    margin-left: 3px;
}
.details .brend a:hover {
    color: #323232;
} 
#flypage .variants label  {
    margin-bottom:  0;
    font-size:  13px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
}                
#flypage .price_container {
    font-family: Arial, sans-serif;
	text-transform:uppercase;
	color:#323232;
	font-size:14px;
	border-top:1px solid #299690;
	border-bottom:1px solid #299690;
	font-weight:bold;
	padding:23px 0;
	margin-bottom:15px;
}
#flypage .cost {
    font-size: 31px;
}
#flypage .select_container {
    margin: 20px 0px 10px;
}
#flypage .select_amount {
    margin-right: 30px;
    margin-bottom: 10px;
}
#flypage .select_amount, 
#flypage .product_var {
    
}
#flypage .buttons_box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    overflow: hidden;
}                 
#flypage .buttons_box  .button {
    display: inline-block;
	/*border: 1px solid #ffa53e;
	background: #ffa53e none repeat scroll 0 0;*/
	border: 1px solid #000;
	background: #000 none repeat scroll 0 0;
	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 19px 10px 11px;
	margin: 0 20px 15px 0;
	line-height: 31px
}
#flypage .buttons_box  .button:hover {
    transition: 0.2s;
	background: #299690;
	color: #fff;
	border: 1px solid #299690;
}                 
.add_buttons {
    line-height:24px;
    display: inline-block;
    vertical-align: -12px;
    
}
#flypage #fast-order-send-button:hover,
#flypage .add_buttons .wishlist:hover {
	color:#323232
}
#flypage #fast-order-send-button {
    display: inline-block;
    padding-left: 23px;
	color:#299690;
	font-size:13px;
    background: url(../images/sprite.svg) 1px -247px no-repeat;
}
#flypage .add_buttons .wishlist{
    display: inline-block;
    padding-left: 23px;
	color:#299690;
	font-size:13px;
    background: url(../images/sprite.svg) -100px -198px no-repeat;
}               
.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.product .features li {
    padding: 8px 5px 8px 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #323232;
    font-family: Arial;
    font-size: 13px;
    background-color: #fff;    
}
.product .features li:nth-child(odd){
	background-color: #f4f4f4;
}
.product .features label {
	font-style: normal;
    font-weight: bold;
	display: block;
    margin-bottom: 0;
    text-transform: uppercase;
	width: 30%;
	float: left;
    font-size: 12px;
}
.product .features span {
	float: left;
	display: block;
	width: 70%;
    padding-left: 15px;
}             
/* Кнопки */
.buttons_box {
    clear: both;
}
.button svg {
	color:#fff;
	vertical-align: -3px;
	margin-right: 3px;
}
.button:hover svg{
    color:#fff;
}
.button,
a.details {
    display: inline-block; 
	line-height: 31px;
	white-space:nowrap;	
	font-weight:bold;
	font-family: Roboto, sans-serif;
    font-size:14px;
    padding: 0 7px;
    /*background: #ffa53e;*/
    background: #000;

	color:#fff;
	cursor: pointer;
} 
#products .button {
    padding: 0 5px 0 4px;
}
a.details {
    padding: 0 15px;
}                  
.button:hover,
a.details:hover,
.button2 {
    transition: 0.2s;
	background: #299690;
	color: #fff;
}
.button2 {
	display: inline-block;
	border: 1px solid #038cb0;
	padding: 0px 12px;
    line-height: 32px;
	border-radius:5px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0, 0.2);
    font-weight: bold;  
}
a.button2 {
    margin-top: 5px;
}               
.button2:hover {
	background: rgb(219,219,219); 
	background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(226,226,226,1) 27%, rgba(247,247,247,1) 77%, rgba(254,254,254,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(27%,rgba(226,226,226,1)), color-stop(77%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); 
	background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(226,226,226,1) 27%,rgba(247,247,247,1) 77%,rgba(254,254,254,1) 100%); 
	background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(226,226,226,1) 27%,rgba(247,247,247,1) 77%,rgba(254,254,254,1) 100%); 
	background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(226,226,226,1) 27%,rgba(247,247,247,1) 77%,rgba(254,254,254,1) 100%); 
	background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(226,226,226,1) 27%,rgba(247,247,247,1) 77%,rgba(254,254,254,1) 100%);  
	border:1px solid #b8b8b8;
	color: #000000;
	text-shadow:1px 1px 1px #fff;
}
.button2 .arrow_right {
    margin-left: 4px;
    color:#fff;
    vertical-align: -5px;
}
.button2:hover .arrow_right {
color:#299690;
}                   
.products .buttons_box > div {
	display: inline-block;
	width: 34px;
	height: 31px;
	margin: 0 0px 10px 4px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	vertical-align: top;
	position: relative;
}
.products .buttons_box > div:hover {
	color:#e6d5a3;
    transition: 0.5s;

}
.products a.wishlist {
    display: block;
    height: 100%;
	background: url(../images/sprite.svg) -143px -194px no-repeat;
}
.products .fast-order-send-button {
    display: block;
    height: 100%;
	background: url(../images/sprite.svg) -42px -242px no-repeat;
}             
.box .buttons_box .button {
    margin: 0 5px 10px;
}  
.box .buttons_box
{
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center; 
    justify-content: center; 
}                          
/* Хлебные крошки */
#path{
    padding:10px 20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
    border:1px solid #000;
    background: #000;
    color: #fff;
}
#path a  {
	color: #fff;
}
#path a:hover{
    /*color: #7f44a2;*/
    color: #299690;

}   
#path span:last-child a{
    color: #fff;
	font-weight: normal;
	font-size: 12px;
}   
/* @group Постраничная навигация */
.pagination {
	width: 100%;
}
.pagination a {
	display: inline-block;
	background-color: #fff;
	padding: 4px 10px;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.pagination a:hover,
.pagination a.selected {
	color: #299690;
	border-color: #299690;
}
/* login page */
.login_page {
	overflow:hidden;
}
.regular_customer, 
.new_customer {
	border:1px solid #e6e6e6;
	background-color:#f9f9f9;
	padding:30px;
	margin-bottom:30px;
}
.login_heading {
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	margin-bottom:20px;
}
.login_content > p{
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
}
.login_icon{
	color:#299690;
	float:left;
	margin-right:14px;
}
.login_heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	color:#323232;
}
.login_heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
}
.login_buttons {
	border-top:1px solid #e6e6e6;
	padding-top:20px;
    margin-top: 10px;
}
.login_buttons .button {
      margin-right: 15px;
}
.login_form  .form_group {
    margin-bottom: 5px;
}
.login_form  label {
    float: left;
    text-align: right;
    width: 40%;
    padding-right: 15px;
    padding-top: 7px;
    font-weight: bold;
}
.login_form  .form_group input {
    width: 60%;
}
.login_form a {
    text-decoration: underline;
    display: inline-block;
    color: #299690;
    margin-top: 10px;
}
.login_form a:hover {
    text-decoration: none;
}
.password_remind input[name="email"] {
    max-width: 290px;
    display: block;
    margin: 5px 0 10px;
}
/* Сообщение с ошибкой */
.message_error{
	clear: both;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}  
/* @group Форма отправки обратной связи */
.feedback_form, .cart_form {
	background-color: #f9f9f9;
	border: 1px solid #d7d7d7;
    border-radius: 5px;
	padding: 20px;
	overflow: hidden;
    box-shadow: 0 0 2px 0 #306a6f;
}
input[type="text"], 
input[type="password"], 
textarea {
    border-radius: 4px;
    width: 100%;
    
} 
input[type="text"], 
input[type="password"] {
    max-width: 420px;
    margin-bottom: 10px;
}
input.input_captcha {
    width: 100px;
    font-size: 24px;
    text-indent: 8px;
    text-transform: uppercase;
    margin-right: 10px;
    height: 44px;
    vertical-align: top;
    margin: 0 5px;
}
.captcha{
	float: left;
	margin-right: 5px;
    margin-bottom: 10px;
}
.cart_form .button {
  padding: 5px 8px;
}                  
.feedback_form label, 
.cart_form label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
}
.feedback_form textarea, 
.cart_form textarea {
    height: 60px;
    margin-bottom: 10px;
}
.register_form label,
.user_form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}
.change_pass {
    display: block;
    margin:  10px 0;
    font-weight: bold;
}

/* Комментарии */
.tab_heading {
    padding: 13px 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #000;
	background: #000;
	font-size: 16px;
}
.tabs .tab_content {
	padding: 20px 0px;
	color: #4b2449;
	font-size: 14px;
}
.tabs ul {
	list-style: inside;
}
.comment_form h2 {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.comment_form .comment_textarea {
	width: 90%;
    height: 120px;
    margin-bottom: 10px;
}
.comment_form .input_name {
	width: 265px;
}
.comment_form  label {
    vertical-align: 4px;
    font-weight: bold;
}
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_form .button, 
.register_form .button, 
.feedback_form .button {
    padding: 5px 10px;
    font-size: 14px;
}
.comment_post {
    margin-top: 10px;
}
/*Связанные товары*/
h2.rt {
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 17px;
}
.related h3 {
    margin: 5px 0;
    overflow: hidden;
}
.related li {
    list-style:  none;
    padding: 0 15px;
    text-align: center;
}
.inner_related{
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 5px 5px 0;
}
.related .image {
    background-color: #fff;
    width: 100%;
    line-height: 170px;
}
.related .image img {
    vertical-align: middle;
}
.related .currency {
    margin-right: 0;
}
.related .button {
    margin: 10px 0;
}
/*Карусель связанные товары*/
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    padding: 0 5px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    height: 28px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    background: url(../images/sprite.svg) -45px -156px;
    left: -5px;
}
.nbs-flexisel-nav-left:hover {
    background: url(../images/sprite.svg) -95px -156px;
}
.nbs-flexisel-nav-right {
    background: url(../images/sprite.svg) 5px -156px;
    right:  -5px;
}
.nbs-flexisel-nav-right:hover {
     background: url(../images/sprite.svg) -145px -156px;
}
/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
    margin-right: -5px;
    margin-left: -5px;
}
#browsed_products li{
	float: left;
	overflow: hidden;
	width: 33%;
    padding: 5px;
}
#browsed_products li a{
	display: block;
	padding: 5px;
	text-align: center;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
}
#browsed_products img {
    max-height: 100%;
}
/* @group Корзина */
.variants select, 
#purchases .amount select, 
#cart_informer select {
    height: auto;
    line-height: 1;
    padding: 0;
    cursor:  pointer;
}
#purchases{
	width: 100%;
    margin: 20px 0 0;
    color: #323232;
    text-align: center;
    font-size: 14px;
} 
#purchases thead {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}                   
#purchases td,
#purchases thead th {
    border: 1px solid rgba(109, 63, 108, 0.38);
    box-shadow: 0 0 1px 0 #306a6f;
}
#purchases td,
#purchases th {
    padding: 8px;
}
#purchases td{

}
#purchases tr {
    box-shadow: 0 0 2px 0 #306a6f;
    border: 1px solid rgba(109, 63, 108, 0.38);
}
#purchases .image{
	width: 67px;
}
#purchases .name{
	text-align: left;
}
#purchases .name a {
    color: #306a6f;
    font-size: 16px;
    font-weight: bold;
}
#purchases .name a:hover {
    text-decoration: none;
    color: #323232;
    transition: 0.8s;
}
#purchases .price{
	white-space: nowrap;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #306a6f;
    font-weight: bold;
}
#purchases .trash {
    width: 16px;
}
#purchases .total,
#purchases .order_total {
    text-align: right;
    font-size: 20px;
}
#purchases .order_total {
    padding: 15px 0;
}
#purchases .total span,
#purchases .order_total span{
    font-family: Arial, sans-serif;
    color: #306a6f;
    font-weight: bold;  
}
#purchases .bonus {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}
#purchases .bonus th {
    padding: 15px 0;
}                  
#purchases .coupon .name{
    font-weight: normal;
    padding: 10px 0 5px 0;
}
#purchases .coupon input.coupon_code{
	width: 200px;
    float: left;
    margin-right: 7px;
    padding:  4px 0;
    line-height: 20px;
}
#purchases .coupon input[type="button"] {
    font-size: 16px;
    background-color: #299690;
    border: none;
    outline: none;
    color: #fff;
    padding: 6px 10px;
}
#purchases .coupon input[type="button"]:hover {
    background-color: #000; 
}                    
ul#deliveries{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
    border-radius: 5px;
	padding: 20px 20px 0 20px;
	list-style: none;
    box-shadow: 0 0 2px 0 #306a6f
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
    padding: 0;
    margin-top: 3px;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
ul#deliveries label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}                
/* @group Кабинет */
#orders_history {
	list-style: none;
}
#orders_history li {
	margin-bottom: 10px;
}
#orders_history li a {
	font-size: 16px;
}
/* @group Детали заказа */
form[action="payment/Receipt/callback.php"] label {
    display: block;
    margin: 5px 0 0;
}
table.order_info{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
    color:  #323232;
	float: left;
}
table.order_info td{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.order_info.payment{

	width: 560px;
	text-align: center;

}
.pay_inf_order{

}
.checkout_button{
	padding: 10px 20px 10px 20px;
	background-color: #299690;
	color: #fff;
	font-size: 14px;
    border: none;
    margin-top: 10px;
    display: block;
}
.checkout_button:hover {
    background-color: #000;
}
/*Кнопка вверх*/
.scrollUp {
    width: 42px;
    height: 26px;
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999;  
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) no-repeat left bottom;
    cursor: pointer;
}
.scrollUp:hover {
    /*background-position: left bottom;*/
    background-position: left -1px;
}
/*star-rating*/
.testRater{ 
    position:relative; 
    margin-left: -5px; 
    margin-bottom: 5px;
}
.rater span {
    vertical-align:middle;
    font-size:16px;
}
.rater-rating {
    margin-top:5px;
}
.rater-starsOff, 
.rater-starsOn {
    display:inline-block;
     height:30px;
     background:url(../images/stars2.png) repeat-x 0 0px;
}
.rater-starsOn {
    display:block; 
    max-width:175px;
    top:0; 
    background-position: 0 -35px;
}
.rater-starsHover {
    background-position: 0 -35px!important;
}
.productStarRating {
	float:right;
	margin-right:2px;	
}
.test-text span { 
    color: #323232;
    font-size:12px;
}
.product_info .productRatings {
    font-weight: bold;
    margin: 15px 0;
}
/*Блог*/                 
#blog li{
    list-style: none;
    margin-bottom: 30px;
}
#blog h3 {
    margin-bottom: 5px;
}
#blog .post_date {
    margin-bottom: 10px;
}                   
/*Всплывающая корзина*/
#show-fancybox-cart{
    display:none;
}
.remove_cart {
    height: 28px;
    width: 16px;
    border:  none;
    cursor: pointer;
}
.remove_cart:hover {
    color: #299690;
}
.pop-up-cart h1 {
    margin: 10px 0;
}
.pop-up-cart .button {
    margin-right: 5px;
    margin-bottom: 10px;
}
.pop-up-cart{
    max-width: 720px;
    overflow: hidden;    
}           
/*fast-order*/
#fast-order form{
    display:block;
    width: 100%;
    margin-top: 0;
}
.reset-margin-padding{
    margin:0;
    padding:0;
}
#fast-order-product-name{
    margin-top: 0;
}
.fast-order-error{
    background-color: rgb(250, 220, 225);
}    
.fast-order-labeldata{
    width: 150px;
    display: block;
    float: left;
}
.fast-order-sendbutton{
    border-radius: 6px;
    padding: 3px 10px; 
    border: 0;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    cursor: pointer;
}
.fast-order-inputarea{
    height: 30px;
}
.fast-order-title{
    font-size: 22px;
    margin-top: 0;
}
#fast-order{
    overflow: hidden;
}
.fast-order-ref:hover,
.button.fast-order-sendbutton:hover{
    background: #299690;
  /*  background: -moz-linear-gradient(top, #99F 0%, #FF96C9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99F), color-stop(100%,#FF96C9));
    background: -webkit-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -o-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -ms-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: linear-gradient(to bottom, #99F 0%,#FF96C9 100%);*/
}
.fast-order-ref, 
.button.fast-order-sendbutton{
    background: #299690;
  /*  background: -moz-linear-gradient(top, #FF96C9 0%, #99F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF96C9), color-stop(100%,#99F));
    background: -webkit-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -o-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -ms-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: linear-gradient(to bottom, #FF96C9 0%,#99F 100%);*/
}
.fast-order-ref{
    border-radius: 6px;
    padding: 3px 10px;    
    border: 0;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
.reset-margin-padding.back-in-stock-backlines{
    padding-bottom: 12px;
    padding-top: 13px;
}
/*SM Фильтр*/
.filter_group {
    line-height: 24px;
}
.filter_group input[type="checkbox"] {
    margin: 0 4px 0;
    vertical-align: middle;
    
}
.filter_group label {
    font-weight:  normal;
    line-height: 1;
    height: auto;
    font-size: 13px;
    margin: 0;
    vertical-align: middle;
}
.filter_group li {
	list-style-type: none;
	float: left;
	width: auto;
}
.price_labels {
    overflow: hidden;
}
.price_labels span {
      vertical-align: 3px;
}
#minCost, 
#maxCost {
    border: none;
    font-size: 14px;
    padding: 0;
    max-width: 60px;
    height: auto;
}
#maxCost, 
.price_labels label[for="price_last"] {
    text-align: right;
}
.price_labels label {
    float: left;
    width: 50%;
}
.ui-slider .ui-slider-range {
	border: 1px solid #299690;
	background: #299690;
}
.price_position .button,
.filter_group .button {
    display:  block;
    margin: 15px auto;
}
h2.feature_name {
    color: #000;
    margin: 20px 0 5px;
	clear: left;
	padding: 5px;
}
.filter_group a {
    font-size: 14px;
    color: #299690;
    margin-top: 15px;
    display: block;
	clear: left;
}
.filter_group a:hover {
    color: #323232;
}
/*END SM Фильтр*/
                    
/*Слайдер*/
.main_banner .bx-wrapper {
  margin-bottom: 30px;
}
.main_banner .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -8px;
	right: 10px;
	z-index: 100;
	text-align: center;
	font-size: 0;
	width: 100%;
  text-align: center;
}
.main_banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #299690;
  text-indent: -9999px;
  display: block;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 13px;
  width: 13px;
  margin: 0px 0px 0px 7px;
}
.main_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #299690;
}
/*Баннеры*/
.small_banner {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}
.small_banner a {
    display: block;
	position: relative;
    overflow:  hidden;
	border:1px solid #b8b8b8;
	border-radius:7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.small_banner a:hover  {
	box-shadow:0 0 12px rgba(0,0,0,0.2)
}
.small_banner .banner_text {
	position:absolute;
	top:0px;
    bottom: 0;
	left:0;
	width:100%;
	color:#333333;
	font-size:12px;
	line-height:17px;
	padding: 15px;
	max-width:63%;
}
.small_banner h4 {
	font-size:22px;
	color:#000;
    font-weight:900;
    margin:0;
    text-transform: uppercase;
    margin-bottom: 5px;	
}
.small_banner h3 {
	font-size:28px;
	color:#299690;
	font-weight:900;
	margin:0;
	text-shadow:0 0 3px #fff;
    text-transform: uppercase;
}
/* tooltip */
.products .fast-order-send-button span,
.products a.wishlist span {
    background: #306a6f;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 42px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.4;
    z-index: 1030;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.products a.wishlist span  {
    width: 96px;
}
.products .fast-order-send-button:hover span,
.products a.wishlist:hover span {
    opacity: 1;
    filter: alpha(opacity=100);   
}
.products .fast-order-send-button:hover span {
    left: -49px;
}
.products a.wishlist:hover span {
    left: -32px;
}
.products .fast-order-send-button span:before,
.products a.wishlist span:before {
    border: 10px solid #306a6f;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
#baloonBody,
.tooltipBody {
    width: 187px!important;
}
/* reviews */
.review_form{
	margin:0 0 20px;
	width:auto !important;
}
.info_icon{
	display:inline-block;
	margin-left:10px;
	width:20px;
	height:20px;
	vertical-align:top;
	position:relative;
	background:no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDM1NUJCOEFGMTM1MTFFM0E4RTBGRjZCNTcyRDA5RUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDM1NUJCOEJGMTM1MTFFM0E4RTBGRjZCNTcyRDA5RUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzU1QkI4OEYxMzUxMUUzQThFMEZGNkI1NzJEMDlFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzU1QkI4OUYxMzUxMUUzQThFMEZGNkI1NzJEMDlFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkJilckAAARoSURBVHjaXFRbaBxVGP5mdmZ3djeb3WQ3mzRpLlIjprHQ2GobKURQUBG1ilJBlPZBpRYR+iD44otPog9SvBSkoGBANIpVRKoUK2htjY3BmipJSW0S0uxmN5u9zMzO3W9m1qIdOJw55/zn+7/z/RcBR78F4AERmSMOpNqANs4QtyGf3Hdwi7Jza1LcIgsQippbfKdoXcRG80dU9UuoNXjVAUwVcDkLAiTc+GlmGvnU4dfGcs8/MBjvT8fESFzyYLtA2RTwpOl5M+vN4ksXSidQaRyD5xb+e124zlCMcE72YTj/9hf3Dezf1yth0wDqFk95rBEwQfcJmnXEgD8rLu4+tfID5taOwNXmiBTAiRDEENr0utHfPvX+RN/+m9ISvl+x8HPJwQJfNc8RJ9ht7QQj2zOrNkRRwMcTvRO4OfcJbO8WWCY9mwT0f0xHRCr56qPb83sTUeCbZR2LqouG4z/TxbJGeclSpu8spV6quzh5VQ90e24kux2Ztjdh20m4NjXUaR1LPIzu9OGuhIxz6wYMW0COlHQKXrKBErUzTRGrdQ8FzcOK4VICD2eLTch+FHozD6FWfRqedVxiZNqQUA4gGRVmGjoyooRMVMamauNvy8GetIyDAxGkGeaf1lxMFU10Rz3E4GDRsOG4FFchbSV6AOX6pMR43IOodC948CsjIPIsb3pYQwTPZqMYTwCjcQ9bMxEM8P876nqyYmGUWl62bRh0Cn9E5V2wnR0+4TGyzMGiJ9WEqxDMFbA7o2CM/8cu19GZTBFQQpmsT20w9I6LOZn2JlOg2QIUkGJE9kpwnA4KGh7KQhhxScIl3cAL00zYLgXjPdFge9IPd0nzQw0KHQ7TB+RdH8Nx+iUudBhmCBhtATKaWpnrmosTd3WgnY5URvv1hVpoR3IBmGXjOhnD8oE3JRjGH1C1Opp2KsgLP8kFjqoTsHvQF47fe7+VgQIZ9ib8aiKQ0wLj3CRYQzO4Picyl85AVafRUENPJo10XmgaODKooLtNRkm18MpiFfePtuOpHJ1W9NZzrXA0KIPaWGAezrJShBUY+qeobLDOmqG3CmfPxjPD6YBdLinj69s7cSsMTP61ETYEm051H4y2Ze7p6meUohDWnetMoVI6i2IxBDVChktFNZDgSqGGL+dLeOs8zxsEEfxXMNoabddLJLAxz8h/5HcbAY8fDz0KkTFk+j5HLDYEX7ZIJKi1XazrCxU6YLmhU0HQn5pcG7zjMGkbegXl1SdYJafBoojgzkM04kHXtjUo6d9RWx9HPJsNAEsNXLta5fMIkmaLca2QoUNgjz2zsHQN8cyLSPd8BYf7sRQZ5nfArxLE2Fj1TaZMdBg7H3sDg7sfQSZLZ5HwPBhhEqDJIFz55TTOf/gyN2eQzHGPGcDOJdzQXv0MZg+SMugcOYqhPYeQHeqBrIRtzuE7y8urWJr+AMXZd8mqGGZt4KrVYP//+Qr5ndZond1B8BHqmwqXTpUgF/kz27KXW5ztfwH+EWAAWcQc8ItQucsAAAAASUVORK5CYII=');

}
.info_icon span{
	display:none;
	position:absolute;
	bottom:100%;
	left:50%;
	margin-bottom:5px;
	border:1px solid #999;
	background:#f9f9f9;
	padding:5px 10px;
	color:#777;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
	border-radius:3px;
}
.info_icon:hover span{
	display:block;
}
.review_image{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
.video_image img{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-left:10px;
}
.reviews_list .image{
	width:100px;
	min-height:100px;
	float:left;
	margin-right:20px;
	text-align:center;
	padding: 5px;
	/*border: 1px solid;*/
}
.reviews_list .image img{
    border-radius: 50%;
    height: 90px;
    width: 90px;
}
.reviews_list li{
	overflow: hidden;
}
.videoreview{
	display:block;
	margin-top:15px;
	color: #299690;
	font: 14px Georgia, serif;
}
/* reviews **/
.review_form > ul ul{
	padding-left: 30px;
}
.comment_form.product.review_form {
	background-color: #f9f9f9;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 10px;
}
#review_form label{
	margin-right: 20px;
}
.pricelist ul > li {
	margin-left: 15px;
}
.table_user {
	width: 100%;
	text-align: center;
}
.table_user td {
	padding: 5px;
	border: 1px solid #299690;

}
.plus{
	display: block;
	float: right;
	width: 30px;
	cursor: pointer;
	background: #306a6f;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
    font-size: 21px;
}
.minus{
    background: #306a6f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 26px;
    padding: 5px;
    width: 30px;
}
.brands_menu{
	height: 200px;
	overflow: auto;
	margin-bottom: 10px;
}
.brands_menu a{
    color: #000;
	display: block;
	margin-bottom: 1px;
	padding: 7px;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	border: 1px solid #000;
}
.brands_menu a:hover{
    transition: 0.2s;
	color: #fff;
    background: #000;
}
.inf_on_pay{
	float: left;
	width: 50%;
	margin-left: 5%;
	text-align: center;
	font-weight: bold;
}
.order_1{
	/*float: left;*/
}
.promo_image{
	height: 70px;
	position: absolute;
	width: 70px;
	overflow: hidden;
	z-index: 1;
}

.promo_image span{
	background: rgba(0, 0, 0, 0) linear-gradient(#299690 0%, #299690 100%) repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	left: -21px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 19px;
	transform: rotate(-45deg);
	width: 100px;
}
.promo_image.orange span{
    background: rgba(0, 0, 0, 0) linear-gradient(#fdcf32 0%, #fdb628 100%) repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    left: -21px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(-45deg);
    width: 100px;
}
.promo_image.red span{
    background: rgba(0, 0, 0, 0) linear-gradient(#f40921 0%, #db192c 100%) repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    left: -21px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(-45deg);
    width: 100px;
}
.not_in_cart{
	color: #000;
	font-size: 16px;
	list-style: outside none none;
	padding: 5px
}

.none_purchases{
	width: 100%;
	margin: 20px 0 0;
	color: #323232;
	text-align: center;
	font-size: 14px;
}
.none_purchases thead {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
.none_purchases td,
.none_purchases thead th {
	border: 1px solid #d7d7d7;
}
.none_purchases td,
.none_purchases th {
	padding: 8px;
}
.none_purchases .image{
	width: 67px;
}
.none_purchases .name{
	text-align: left;
}
.none_purchases .name a {
	color: #299690;
	font-size: 16px;
	font-weight: bold;
}
.none_purchases .name a:hover {
	text-decoration: none;
	color: #323232;
}
.none_purchases .price{
	white-space: nowrap;
	font-size: 17px;
	font-family: Arial, sans-serif;
	color: #299690;
	font-weight: bold;
}
.non_stock_head{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.radio {
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 17px;
}
.radio + label {
    cursor: pointer;
}
.radio:not(checked) {
    opacity: 0;
    position: absolute;
}
.radio:not(checked) + label {
    padding: 0 0 0 35px;
    position: relative;
}
.radio:not(checked) + label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #306a6f;
    border-radius: 50%;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 22px;
}
.radio:not(checked) + label::after {
    background: #306a6f none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 14px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transition: all 0.2s ease 0s;
    width: 14px;
}
.radio:checked + label::after {
    opacity: 1;
}
.radio:focus + label::before {
    /*box-shadow: 0 0 0 3px rgba(237, 140, 236, 0.5);*/
}
.banner5{
    margin-bottom: 10px;
}
.desc{
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
    padding: 9px 15px;
    margin-bottom: 15px;
    color:#fff;
    border:1px solid #000;
    background: #000;
 }
.padding.brands{
    height: 283px;
    display: table;
    width: 270px;
}

.padding.brands a {
    display: table-cell;
    vertical-align: middle;
}
.padding.brands img{
    max-height: 270px;
    max-width: 270px;
}
.padding.brands span {
    display: block;
    width: 270px;
}
#warning_to_user{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
    padding: 30px;
    text-align: center;

}
.warning_to_user_title{
    margin: 0 0 10px 0;
    color: #306a6f;
    font-weight: bold;
}
.warning_to_user_message{
    margin: 0 0 20px 0;
}
#fancybox-content{
    border: none!important;
}
.close_fancy{
    padding: 10px;
    text-align: center;
}
.close_fancy a{
    background: #306a6f none repeat scroll 0 0;
    padding: 8px 16px;
    border-radius: 5px;
    color: #fff;
}
/*#warning_to_user span{
    display: block;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bc6dbb 0%, #4b2448 25%) repeat scroll 0 0;
    border: 1px solid #299690;
    border-radius: 4px;
    color: #ffffff;
    !*width: 490px;*!
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}*/
.new_form{
    width: 45%;
    float: left;
    margin-right: 2rem;
}
.form_right{
    width: 45%;
}
.main_col_txt{
    padding: 10px;
    text-align: justify;
    float: left;
    width: 33.3333%;
    color: #000;
}
@media(max-width: 750px) {
    .main_col_txt{
        padding: 10px;
        text-align: justify;
        float: left;
        width: 100%;
        color: #000;
    }
}







.box_bg_new_total {
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px;
	padding: 15px 10px;
	font-size: 22px;
	color: #fff;
	/*border: 1px solid rgb(127, 68, 162);
	box-shadow: 0px 0px 4px 0px rgb(127, 68, 162);
	background: rgb(127, 68, 162) none repeat scroll 0% 0%;*/
	border: 1px solid #299690;
	box-shadow: 0px 0px 4px 0px #299690;
	background: #299690 none repeat scroll 0% 0%;
}
.box_bg_new { 
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px;
	height: 40px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
	 box-shadow: 0 0 1px 0 #000
}
.box_bg_new_bottom { 
    padding: 15px 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px;
	border: 1px solid #000;
    background: #000;
    color: #fff;
	 box-shadow: 0 0 1px 0 #000
}
.item_inline_block{
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.item_inline_block_info{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

#purchases.new_purchases{
	
}

#purchases.new_purchases .thead{
	overflow: hidden;
	border: 1px solid #000;
    box-shadow: 0 0 1px 0 #000;
	background: #fdfdfd;
}
#purchases.new_purchases .tbody{
	overflow: hidden;
	border: 1px solid #000;
    box-shadow: 0 0 1px 0 #000;
	background: #fdfdfd;
}
#purchases.new_purchases .tbody:hover{
	overflow: hidden;
	/*border: 1px solid #7f44a2;
    box-shadow: 0 0 4px 0 #7f44a2;*/
    border: 1px solid #299690;
    box-shadow: 0 0 4px 0 #299690;
    
}
#purchases.new_purchases .tbody{
	margin: 5px 0px;
	height: 80px;
	overflow: hidden;
	padding: 3px;
	position: relative;
}
#purchases.new_purchases .thead{
	margin: 5px 0px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-weight: bold;
}
#purchases.new_purchases .item_inline{
	float: left;
}
#purchases.new_purchases .name a {
    color: #323232;
    font-size: 16px;
    font-weight: normal;
}

#purchases.new_purchases .image_name{
	width: 60%;
}
#purchases.new_purchases .price_amount{
	width: 25%;
}
#purchases.new_purchases .tbody .price_amount{
	padding-top: 10px;
}
#purchases.new_purchases .price_amount .amount{
	width: 100px;
	margin: 0px auto;
}
#purchases.new_purchases .tbody  .price_amount .amount{
	width: 100px;
	margin: 10px auto 0px;
	display: block;
}
#purchases.new_purchases .price_total{
	width: 15%;
}
#purchases.new_purchases .tbody .price_total{
	line-height: 78px;
	font-weight: bold;
}
#purchases.new_purchases .image{
	width: 10%;
	line-height: 50px;
}
#purchases.new_purchases .image img{
	max-height: auto;
}
#purchases.new_purchases .name{
	width: 50%;
	position: relative;
	padding-right: 20px;
	line-height: 18px;
	padding-top: 5px;
	padding-left: 5px;
}
#purchases.new_purchases .tbody:hover .close{
	position: absolute;
	top: 3px;
	right: 3px;
}
#purchases.new_purchases .plus,
#purchases.new_purchases .minus{
	height: 30px;
	line-height: 20px;
	background: #000 none repeat scroll 0 0;
}
#purchases.new_purchases .tbody:hover .plus,
#purchases.new_purchases .tbody:hover .minus{
	height: 30px;
	line-height: 20px;
	/*background: #7f44a2 none repeat scroll 0 0;*/
	background: #299690 none repeat scroll 0 0;
}
.post_name{
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
}
.post_name span{
    float: right;
    font-size: 12px;
}
.main_post li{
    padding: 5px;
    border-bottom: 2px solid #000 ;
}

span.multi-option-block {
	width: 330px;
    float: right;
}

.multi-option-block .simpla_inp {
	margin-bottom: 5px;
}

.delete_cart{
    text-transform: none!important;
    padding: 5px;
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
}

/*
.column_rev {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; /!*3 is just placeholder -- can be anything*!/
}
.column_rev li {
    display: inline-block;
    width: 500px;
}
a.answer{
    padding: 5px!important;
    line-height: 16px!important;
}*/
.subcategories_cat{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
}

.subcategories_cat li a.active {
	color: #299690;
}
.brand_letter{
    float: left;
    width: 50px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
}
.brand_column a{
    display: block;
}
.brand_column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.brand_block{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.green{
    color: #299690;
}

button.added
{
    background: #299690 !important;
    color: #fff !important;
    border-color: #299690 !important;
}
