@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Rubik-Medium';
  src: url('../fonts/Rubik-Medium.eot');
  src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
       url('../fonts/Rubik-Medium.woff') format('woff'),
       url('../fonts/Rubik-Medium.ttf') format('truetype'),
       url('../fonts/Rubik-Medium.svg#Rubik-Medium') format('svg'),
       url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Light';
  src: url('../fonts/Rubik-Light.eot');
  src: url('../fonts/Rubik-Light.woff2') format('woff2'),
       url('../fonts/Rubik-Light.woff') format('woff'),
       url('../fonts/Rubik-Light.ttf') format('truetype'),
       url('../fonts/Rubik-Light.svg#Rubik-Light') format('svg'),
       url('../fonts/Rubik-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html{
	font-family: 'Rubik-Light';
}

body{
	background:#fff url(../images/shapka.jpg) no-repeat top center;
	font-family: 'Rubik-Light';
	font-size:16px;
	color:#000;
	line-height:125%;
}

p{
	font-family: 'Rubik-Light';
	font-size:16px;
	color:#000;
	line-height:125%;
}

a{
	color:#f5821f;
	text-decoration:underline;
	outline:none;
}

a:focus, a:link,
a:visited{
	color:#f5821f;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#f5821f;
	text-decoration:none;
	outline:none;
}

img{
	outline:none;
}

strong, b{
	font-family: 'Rubik-Medium';
	font-weight:normal;
}

img{
	display:block;
}

.clear{
	clear:both;
}

.form-item, .form-actions{
	margin:0;
}

input[type=search]{
	background: #f4f2f2;
	
	font-family: 'Rubik-Light';
	margin:0;
	padding:0 20px;
	width:300px;
	height:31px;
	line-height:31px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	font-size:14px;
	color:#b7b7b7;
	margin-bottom: 20px;
	outline: none;
	border: 0;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.font_family_google_fira .search input{
	padding-top: 0 !important;
}

.search button{
	background:url("../images/search.png") no-repeat top left;
	min-width: 15px;
	height:15px;
	width:15px;
	top: 8px;
    right: 11px;
}

tbody{
	border:0;
	padding:0;
	margin:0;
}

table td{
	border: 0;
	padding: 0;
}

.captcha{
	padding-top:0;
	float: left;
}

.captcha legend{
	display: none;
}

.captcha .fieldset-description{
	display: none;
}

#cboxContent{
	background:#fff;
	border:none;
	padding:0;
}

#cboxMiddleLeft{
	width:0;
	background:#fff;
}

#cboxMiddleRight{
	width:0;
	background:#fff;
}

#cboxTopLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxTopCenter{
	height:0;
	background:#fff;
}

#cboxTopRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomCenter{
	height:0;
	background:#fff;
}

#cboxBottomRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxClose,
#cboxClose:hover{
	background:url(../images/closed.png) no-repeat top left;
	width: 16px;
	height: 16px;
	top:10px;
	right:10px;
	outline: none;
}

#cboxClose:hover{
	background:url(../images/closed.png) no-repeat bottom left;
}


#cboxWrapper{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#cboxLoadedContent{
	padding:0;
	margin:0;
	background:#fff;
}

#cboxTitle{
	position:absolute;
	left:-9999px;
}

#cboxTitle,
#cboxSlideshow,
#cboxCurrent{
	position:absolute;
	left:-9999px;
}

#cboxPrevious{
	position: absolute;
    top: 48%;
	right: auto;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top left;
    display: block;
    text-indent: -9999px;
    z-index: 11;
	outline: none;
}

#cboxPrevious:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom left;
}

#cboxNext{
	position: absolute;
    top: 48%;
	left: auto;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top right;
    display: block;
    text-indent: -9999px;
    z-index: 11;
	outline: none;
}

#cboxNext:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom right;
}

.col{
	float:none !important;
	width:1190px;
	min-width:1190px;
	margin:0 auto;
}

.topLine{
	height: 72px;
	border-bottom:1px solid #ebebeb;
}

.topLine .col{
	position: relative;	
}

.topRight{
	position: absolute;
	top:0;
	right: 0;
}

.logo{
	padding-top: 15px;
}

.topSearch{
	position: relative;
	padding-right: 34px;
	padding-top: 20px;
}

.search{
	position: relative;
}

.topPhone{
	font-size: 40px;
	padding-top: 10px;
	line-height: 70%;
}

.topPhone span{
	font-size: 14px;
	padding-left:2px;
}

.mainFooter{
	background: #191919;
	margin-top:40px;
}

.years{
	background: #111111;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#3c3a3a;
}

.years a{
	color:#3c3a3a;
	text-decoration: none;	
}

.years a:hover{
	color:#3c3a3a;
	text-decoration:underline;	
}

.footer-block{
	float: left;
	margin-right: 140px;
}

.footer-block a{
	color:#fff;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

.footer-block a:hover{
	text-decoration: underline;
}

.footer-block .top{
	color:#4e4a4a;
	font-family: 'Rubik-Medium';
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top:81px;
}

.mainFooter .pull-right a.footerLink{
	display: block;
	height: 45px;
	line-height: 45px;
	float: right;
	text-decoration: none;
	color:#fff;
	background: #222222;
	padding: 0 30px;
	margin-left: 10px;
	margin-top:81px;
}

.mainFooter .pull-right a.footerLink:hover{
	background: #303030;
}

.footerPhone{
	font-size: 36px;
	color:#4e4a4a;
	text-align: right;
	padding-top: 45px;
	padding-bottom: 20px;
}

.footerMail{
	font-size: 26px;
	color:#4e4a4a;
	text-align: right;
	padding-bottom: 30px;
}

.footerSocial a{
	float: right;
	margin-left:10px;
	margin-bottom: 80px;
}

.footerSocial a img{
	opacity: 0.6;
}


.footerSocial a:hover img{
	opacity: 1;
}

table.bannerTable{
	border-collapse: collapse;
	border:0;
	width: 100%;
}

table.bannerTable td{
	border:0;
	padding: 0;
	border-bottom:10px solid #fff;
}

.mainMenu{
	height: 66px;
	position: relative;
	z-index: 30;
	border-bottom: 1px solid #ebebeb;
}

#nav {
	width: 1190px;
	margin: 0 auto;
}
 
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
 
#nav ul li {
	float:left;
	padding: 0;
}

ul.menu-v li.collapsible,
ul.menu-v li{
	border: 0;
	background: none;
}
 
#nav ul li.collapsible a {
   	float: left;
	
    font-size: 22px;
	font-family: 'Rubik-Light';
    color: #000;
    margin: 0;
    height: 66px;
    line-height: 66px;
    display: block;
    padding: 0 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 500;
    position: relative;
}
 
#nav ul li a {
   	float: left;
	
	font-family: 'Rubik-Light';
    font-size: 22px;
    color: #000;
    margin: 0;
    height: 65px;
    line-height: 66px;
    display: block;
    padding: 0 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    /* margin-bottom: -1px; */
    border-bottom: 0;
    z-index: 500;
    position: relative;
}

#nav ul.or li a{
	color:#f5821f;
}

#nav ul.or li:hover a{
	color:#000;
}
 
#nav li ul {
	left: -999em;
	position: absolute;
	z-index: 400;
	margin-top:65px;
	width: auto;
	background: #fff;
	padding: 0 40px;
	padding-top: 36px;
	padding-bottom: 23px;
	border:1px solid #ebebeb;
}

#nav li ul li{
	width: auto;
	display: block;
	padding: 0;
	padding-bottom: 14px;
	clear: both;
}
 
#nav li.collapsible ul a {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
	width: auto;
	line-height: 100%;
	white-space: nowrap;
	font-size: 16px;
	font-family: 'Rubik-Light';
	color:#000;
	border:0 none;
}

#nav ul li a:hover,
#nav ul li:hover > a {
	background: #fff;
	color:#f5821f;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #fff;
}

#nav ul ul li a:hover,
#nav ul ul li:hover > a {
	background: #fff;
	color:#f5821f;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
 
#nav li:hover ul {
    	left: auto;
}
 
#nav li li ul {
    	margin: -1px 0 0 160px;
    	visibility:hidden;
}
 
#nav li li:hover ul {
    	visibility:visible;
}

.mainContent{
	margin: 0 auto;
	width: 1190px;
}

.front .mainContent{
	width: auto;
}

.more-images .image img{
	width: auto;
	max-width: 1000px;
	max-height: 1000px;
}

.content.with-sidebar{
	margin: 0;
	padding: 0;
}

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

.bestsellers .bestsellers-header{
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Rubik-Medium';
	font-size: 40px;
	color:#000;
	text-transform: uppercase;
	padding-bottom: 33px;
	padding-top: 5px;
}

.bestsellers .product-list{
	margin: 0;
	padding: 0;
	margin-right: -40px;
}

ul.thumbs{
	margin-right: -40px;
}

ul.thumbs li {
    display: block;
	float: left;
    vertical-align: top;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    line-height: inherit;
	margin-right: 40px;
	margin-bottom: 40px;
}

.cat ul.thumbs li,
.related ul.thumbs li{
	height: 446px !important;
	width: 266px !important;
}

.cat.cat_85 ul.thumbs li,
.searchList ul.thumbs li{
	height: 490px !important;
}

ul.thumbs li .image img{
	width: auto;
	height: auto;
}

.cat ul.thumbs li .image .badge-wrapper,
.bestsellers ul.thumbs li .image .badge-wrapper,
.related ul.thumbs li .image .badge-wrapper{
	width: 266px;
	height: 384px;
}

.cat ul.thumbs li .image{
	width: 266px;
	height: 384px;
}

.cat ul.thumbs li .image img{
	width: 266px !important;
    height: 384px !important;
    max-width: 266px !important;
}

ul.thumbs li h5,
.font_family_google_fira ul.thumbs li h5,
.viewTitle{
	font-weight: normal;
	font-family: 'Rubik-Medium';
	font-size: 20px;
	color:#000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	padding-top: 0;
	padding-bottom: 4px;
	width: 267px;
}

.recent-plugin__list .viewTitle{
	width: auto;
	height: auto;
}

.viewTitle{
	font-size: 16px;
	text-align: center;
}

ul.thumbs .rating, ul.thumbs .offers{
	margin: 0;
	padding: 0;
}

.recent-plugin__item a{
	text-decoration: none;
}

ul.thumbs li a:hover h5,
ul.thumbs li:hover a h5,
.recent-plugin__item a:hover .viewTitle{
	color:#f5821f !important;
}

ul.thumbs .purchase{
	margin: 0;
	padding: 0;
	height: 30px;
}

ul.thumbs .purchase .price,
.price.nowrap{
	font-size: 26px;
	font-family: 'Rubik-Light';
	color:#f5821f;
	font-weight: normal;
	vertical-align: middle;
}

.related .price,
.recent-plugin__item .price{
	font-size: 26px;
	font-family: 'Rubik-Light';
	color:#f5821f;
	font-weight: normal;
	vertical-align: middle;
}

.recent-plugin__item .price{
	font-size: 16px;
	text-align: center;
}

.compare-at-price{
	font-size: 16px;
	color:#000;
	vertical-align: middle;
}

ul.thumbs .purchase .pricing{
	margin: 0;
	padding: 0;
}

.out-of-stock {
    display: inline-block;
    margin: 3px 5px;
}

.filters{
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	margin-right: 39px;
}

.leadbox{
	border:0;
	background: none;
	box-shadow: none;
}

.filters .icon16.color{
	display: none;
}

.filters .slider{
	color: #fff;
}

.filters input[type="text"]{
	border:0;
	padding: 0;
	margin: 0;
	background: none;
	font-family: 'Rubik-Medium';
	font-size: 20px;
	color:#000;
	outline: none;
	width: 70px;
	margin-bottom: 7px;
}

.filters input[type="text"].min{
	text-align: left;
	float: left;
}

.filters input[type="text"].max{
	text-align: right;
	float: right;
}

.filters h5{
	margin: 0;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
	color:#000;
	font-family: 'Rubik-Medium';
	margin-bottom: 15px;
}

.filters .ui-slider-horizontal{
	height: 5px;
}

.filters .ui-slider-horizontal.ui-widget-content{
	background: #f4f2f2;
	margin-top:17px;
	margin-left: 5px;
}

.filters .ui-slider-horizontal .ui-widget-header{
	background: #000;
	height: 5px;
	top:0;
}

.filters .ui-widget-content .ui-state-default{
	background: #000;
	
}

.filters .ui-slider-horizontal .ui-slider-handle, .filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus{
	top: -8px;
    margin-left: -5px;
    height: 20px;
    width: 20px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    z-index: 0;
}

input[type=checkbox], input[type=radio]{
	border:1px solid #000;
	width: 15px;
	height: 15px;
	margin: 0;
	float: left;
	margin-right: 10px;
	margin-top:2px;
}

.filters label{
	min-height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
	margin-bottom: 10px;
}

.filters label input[type=checkbox]{
	float: left;
}

.filters label span{
	float: left;
	display: block;
}

h1{
	margin: 0;
	padding: 0;
	line-height: 100%;
    font-family: 'Rubik-Medium';
    font-size: 40px;
	text-transform: uppercase;
	height: 108px;
	line-height: 108px;
}

.productPage h1{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	float: left;
	line-height: 100%;
	margin-bottom: 5px;
	text-transform: none;
	height: auto;
    font-family: 'Rubik-Light';
}

.productPage h1 .rating{
	margin-left: 10px;
}

.productPage h1 .rating i.icon16 {
	margin: 0;
	margin-top:3px;
	margin-right: 0.13em;
}

.product-sidebar{
	padding: 0;
	float: left;
	width: 471px;
	clear: both;
}

.product-sidebar .cart{
	padding: 0;
}

.product-sidebar .price{
	font-size: 34px;
	font-family: 'Rubik-Medium';
	color:#f5821f;
	font-weight: normal;
    vertical-align: middle;
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 32px;
}

.product-sidebar .compare-at-price{
	font-size: 20px;
	float: left;
	height: 34px;
	line-height: 32px;
	margin-left:20px;
}

.svp-minus-percent{
	background: #000000;
	padding: 0 5px;
	height: 29px;
	line-height: 29px;
	font-size: 20px;
	color:#fff;
	border-radius: 0;
	margin-left:20px;
	margin-top:2px;
}

.options .inline-select a{
	margin: 0;
	padding: 0;
	width: 80px;
	height: 35px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius: 0;
	border:0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px !important;
	background: #f4f2f2;
	text-shadow: none;
	color:#000;
	line-height: 35px;
	font-family: 'Rubik-Light';
	font-weight: normal !important;
}

.options .inline-select a.selected{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:0;
	background: #f5821f;
	text-shadow: none;
	color:#fff !important;
	line-height: 35px;
	font-family: 'Rubik-Light';
	font-weight: normal !important;
}

.options .inline-select.color a{
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius: 0;
	border:3px solid transparent;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px !important;
}

.options .inline-select.color a.selected{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:3px solid #f5821f;
}

.options .inline-select.color a .color_name{
	display: none;
	left: -9999px;
}

.options .inline-select.color a.selected .color_checkmark{
	display: none;
}

.icon16.checkmark{
	display: none;
}

.product-sidebar .purchase{
	clear: both;
}

.breadcrumbs{
	padding: 0;
	margin: 0;
	height: 70px;
	line-height: 70px;
	color:#f5821f;
}

.breadcrumbscart{
	background: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.breadcrumbscart a{
	color:#fff;
}

.breadcrumbs a{
	color:#f5821f;
	text-decoration: none;
}

.breadcrumbs a:hover{
	color:#f5821f;
	text-decoration: underline;
}

.product-gallery{
	max-width: 1000px;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 480px;
	margin-right: 40px;
}

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

.small_images{
	margin-right:-10px !important;
	width:490px;
}

.small_images .image{
	display: block !important;
	float: left !important;
	margin-right:10px !important;
	margin-top:10px !important;
}

.small_images .image a, .small_images .image img {
	float: left !important;
	overflow:hidden !important;
	width: 88px;
    height: 126px;
    max-width: 88px;
}

.small_images .image a:hover,
.small_images .image a.active {
	border:3px solid #f5821f !important;
}

.small_images .image a:hover img,
.small_images .image a.active img{
	margin: -3px !important;
}



.options .inline-select{
	clear: both;
}

.productPage .add2cart{
	position: relative;
}

.productPage .add2cart input[type="submit"]{
	width: auto;
	height: 50px;
	line-height: 50px;
	background: #000;
	margin: 0;
	padding: 0;
	border: 0;
	color:#fff;
	box-shadow: none;
    border-radius: 0;
    text-shadow: none;
	font-family: 'Rubik-Medium';
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 9px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-size: 24px !important;
}

.productPage .add2cart input[type="submit"]:hover{
	background:#f5821f;
	color:#fff;
}

a.hint.back{
	border: 0;
    background:none;
    color: #f5821f;
    font-weight: normal !important;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    width: 195px;
    text-align: center;
    font-size: 18px !important;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    float: left;
    font-family: 'Rubik-Medium';
	margin-right: 10px;
	border:1px solid #f3f3f3;
}

.product-sidebar .add2cart .compare-at-price{
	display: none !important;
}

.related h3,
.recent-plugin__headline{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    font-family: 'Rubik-Medium';
    font-size: 40px !important;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 33px !important;
    padding-top: 35px !important;
	text-align: center;
	font-weight: normal !important;
}

.related,
.recent-plugin__block,
.reviewsBlock{
	padding: 0 !important;
	margin: 0 !important;
	border-top:1px solid #ebebeb;
	padding-bottom: 28px !important;
	margin-top:40px !important;
}

.productSocial{
	background: #f4f2f2;
	padding: 20px;
	padding-top: 17px;
	clear: both;
	float: left;
	margin-top: 30px;
}

.productSocialTitle{
	padding-bottom: 5px;
}

.cartBlock{
	float: right;
}

.cartBlock div{
	display: none;
}

.cartBlock #cart{
	padding-top: 25px;
	display: block;
	right: 0 !important;
	width: 100% !important;
}

#cart.fixed{
	position: relative !important;
	top:0;
	right:0;
}

.topLine a.cart-summary{	
	background: url(../images/cart.png) no-repeat center left;
	height: 24px;
    
	font-family: 'Rubik-Medium';
    font-size: 24px;
	text-decoration: none;
	color: #000;
	padding-left: 48px;
}

.topLine a.cart-summary span.currency{
	font-size: 18px;
}

#cart{
	position: relative;
}

.cart-count{
	position: absolute;
	font-family: 'Rubik-Light';
    font-size: 11px;
	background: #f5821f;
	width: 16px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	color:#fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	left: 15px;
    top: 17px;
}

.topLine .cart ul.pages{
	margin: 0;
	padding: 0;
	list-style: none;
}

.topLine .cart ul.pages li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	padding-left: 20px;
	padding-top: 6px;
}

.topLine .cart ul.pages li a{
	font-size: 16px;
	color:#000;
	text-decoration: underline;
}

.topLine .cart ul.pages li a:hover{
	font-size: 16px;
	color:#000;
	text-decoration: none;
}

.bestsellers{
	margin:0 auto;
	width:1190px;
}

.colorTitle{
	padding-bottom: 9px;
	padding-top: 20px;
	display: none;
}

.color .colorTitle{
	display: block;
}

.cart .col.item-remove{
	float: none;
}

.cart-summary-page .cart-col{
	display: table-cell;
	vertical-align: middle;
}

.cart .row.cart-product-item{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1px;
	margin-bottom: 40px;
}

.cart-summary-page .cart-col.item-thumb{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: auto;
}

.cart-summary-page .cart-col.item-name{
	width: 450px;
}

.cart-summary-page .cart-col.item-name a{
	font-weight: normal;
	font-size: 20px;
	color:#000;
	text-decoration: none;
    font-family: 'Rubik-Medium';
}

.cart-summary-page .cart-col .item-char{
	font-size: 16px;
}

.cart-summary-page .cart-col.volume-buttons-minus{
	padding-right: 10px;
	width: 50px;
	text-align: right;
}

.cart-summary-page .cart-col.volume-buttons-minus a{
	text-decoration: none;
	color:#f58626;
	font-weight: normal;
}

.cart-summary-page .cart-col.volume-buttons-plus{
	padding-left: 10px;
	width: 50px;
	text-align: left;
}

.cart-summary-page .cart-col.volume-buttons-plus a{
	text-decoration: none;
	color:#f58626;
	font-weight: normal;
}

.cart-summary-page .cart-col.item-qty input{
	width: 50px;
	border:1px solid #000;
	text-align: center;
}

.cart-summary-page .cart-col.item-price{
	width: 200px;
	margin-left: 40px;
	text-align: center;
    font-family: 'Rubik-Medium';
	font-size: 20px;
}

.cart-summary-page .cart-col.item-total{
	width: 200px;
	margin-left: 40px;
	text-align: center;
    font-family: 'Rubik-Medium';
	font-size: 20px;
}

.cart-summary-page .cart-col.item-remove{
	text-align: center;
}

.icon16.remove{
	width: 18px;
	height: 18px;
	background: url(../images/remove.png) no-repeat top left;
}

.cart-product-title{
	background: #f4f2f2;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

.cart-product-title .cart-col{
	padding: 0 20px;
	display: table-cell;
}

.cart-product-title .cart-col.cart-product-title-name{
	width: 590px;
}

.cart-product-title .cart-col.cart-product-title-qty{
	padding: 0;
	width: 150px;
	text-align: center;
}

.cart-product-title .cart-col.cart-product-title-price{
	padding: 0;
	width: 200px;
	text-align: center;
}

.cart-product-title .cart-col.cart-product-title-total{
	padding: 0;
	width: 200px;
	text-align: center;
}

.cart .row-total{
	padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
    margin-bottom: 40px;	
}

#apply-coupon-code .pull-left{
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#apply-coupon-code input[type=text]{
	border:1px solid #000;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
	float: left;
}

#apply-coupon-code input[type=submit]{
	border: 0;
	background: #000;
	color:#fff;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin: 0;
	float: left;
}

#apply-coupon-code .errormsg{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	
}

.cart-checkout .checkout-price{
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	color:#000;
    font-family: 'Rubik-Medium';
	margin-right: 40px;
}

.cart-checkout input[type=submit],
input[type=button],
input[type=submit],
.checkout input.large,
input[type=button].large,
input[type=submit].large{
	border: 0;
	background: #000;
	color:#fff;
	font-weight: normal !important;
	height: 50px;
	line-height: 50px;
	padding: 0 !important;
	width: 200px;
	text-align: center;
	font-size: 18px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin: 0;
	float: left;
    font-family: 'Rubik-Medium';
}

input[type=submit]#paymentFormSubmit{
	width:auto;
	margin-top:10px;
	padding: 0 20px !important;
}

.cart-checkout input[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:hover,
.checkout input.large:hover,
input[type=button].large:hover,
input[type=submit].large:hover{
	border: 0;
	background: #000;
	color:#f5821f;
	font-weight: normal !important;
	height: 50px;
	line-height: 50px;
	padding: 0 !important;
	width: 200px;
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin: 0;
	float: left;
    font-family: 'Rubik-Medium';
}

.chooseColorTitle{
	padding-top: 27px;
	padding-bottom: 15px;
}

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

.chooseColor ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}

.chooseColor ul.thumbs li .image img{
	max-width: 100px;
	max-height: 143px;
	width: 100px;
	height: 143px;
}

.chooseColor ul li h5,
.chooseColor ul li .offers{
	display: none;
}

.chooseColor ul li h5{
	white-space: normal;
	width: 100px;
	padding: 0 5px;
}

.chooseColor ul li span.summary{
	display: block;
	clear: both;
	color:#000;
	text-align: center;
	padding-top: 9px;
	font-size: 14px;
	height: 50px;
}

.chooseColor ul.thumbs li .image{
	width: auto;
	height: auto;
}

.chooseColor .summary span{
	white-space: normal !important;
}

table.features td.name{
	min-width: 100px;
}

.filters {
	float: left;
}

#product-list{
	float: left;
	width:881px;
	margin-right: -40px;
}

#product-list.cat_82,
#product-list.cat_83,
#product-list.cat_84,
#product-list.cat_85,
#product-list.cat_114,
#product-list.cat_115,
#product-list.searchList{
	width: auto;
}

.chooseColor ul.product-list a{
	display: block;
}

.chooseColor ul.product-list a .summary i,
.chooseColor .summary i{
	display: none !important;
	white-space: normal !important;
}

.chooseColor ul.product-list a span{
	white-space: normal !important;
}

.chooseColorOp{
	padding-bottom: 3px;
	padding-top: 17px;
}

.chooseColorOp a{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration: none;
}

.chooseColorOp a:hover{
	color:#000;
	border-bottom:0;
	text-decoration: none;
}

.icon16.color{
	display: none !important;
}

.features{
	margin-top:33px;
}

.chooseColor ul li{
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

.chooseColor ul li .badge-wrapper, .chooseColor ul li img {
	float: left;
	overflow:hidden;
}

.chooseColor ul li .badge-wrapper:hover,
.chooseColor ul li.active-product .badge-wrapper{
	border:3px solid #f5821f;
}

.chooseColor ul li .badge-wrapper:hover img,
.chooseColor ul li.active-product .badge-wrapper img{
	margin: -3px;
}

.checkout-step{
	box-shadow: none;
	border:1px solid #f3f3f3;
	margin-bottom: 10px;
}

.checkout h2{
	margin: 0;
}

.checkout ul li,
.checkout ul li label{
	font-weight: normal;
	font-size: 16px;
	font-family: 'Rubik-Medium';
}

.checkout ul li input[type="radio"]{
	float: left;
	margin-right: 10px;
}

.wa-form .wa-field .wa-value{
	font-weight: normal;
	font-size: 16px;
	font-family: 'Rubik-Medium';	
}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"],
.wa-form .wa-field.wa-field-email .wa-value input,
.wa-form .wa-field select,
.wa-form .wa-field select{
	border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
	width:260px;
	min-width: 260px !important;
	font-family: 'Rubik-Light';	
	font-size: 16px;
}

.wa-form .wa-field.wa-field-birthday .wa-value select{
	margin-right: 5px;
	width: 50px;
}

input#create-user{
	float: left;
	margin-right: 10px;
}

.wa-form .wa-field .wa-value p span{
	font-size: 12px;
}

.wa-form .wa-field input,
.wa-form .wa-field select{
	font-size: inherit;
}

ul.payment img,
.step-shipping ul li img{
	display: none;
}

.hint a, .hint.back:visited, .hint a:visited{
    color: #f5821f;
}

ul.thumbs .rating{
	display: none;
}

.productBody{
	position: relative;
	width: 670px;
}

.productMenu{
	position: absolute;
	top:0;
	right: 0;
	border-left:5px solid #f4f2f2;
	padding-left: 40px;
}

.productMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 26px;
	padding-bottom: 21px;
}

.productMenu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}

.productMenu ul li a{
	text-decoration: underline;
	color:#000;
	font-size: 14px;
}

.productMenu ul li a:hover{
	text-decoration: none;
	color:#000;
}

a.shop-wish-plugin__add,
a.shop-wish-plugin__remove{
	background:url(../images/wish.png) no-repeat left center;
	padding-left: 35px;
	text-decoration: none;
	color:#000;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	display: block;
	float: left;
	margin-left: 30px;
}

.purchase{
	margin: 0;
	float: left;
	clear: none;
}

.recent-plugin__item{
	margin: 0;
	width: 165px;
}

.product-info{
	margin: 0;
	padding: 0;
}

.recent-plugin__item{
	margin: 0 !important;
	margin-right: 40px !important;
}

.recent-plugin__item .offers{
	text-align: center;
}

.oplataInfo{
	background: #f4f2f2 url(../images/bg_oplatainfo.png) 30px center no-repeat;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	width:1190px;
	padding-left: 100px;
	padding-right: 40px;
}

.oplataTitle{
	font-size: 24px;
	font-family: 'Rubik-Medium';	
	padding-top: 35px;
	padding-bottom: 18px;
}

.oplataTable{
	width: 100%;
}

.oplataTable tr td{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;	
	font-size: 24px;
}


.oplataTable tr td img{
	margin: 0;
	padding: 0;
	display: inline;
}

.conTitle,
.conTitle1{
	font-size: 24px;
	font-family: 'Rubik-Medium';	
	padding-top: 35px;
	padding-bottom: 18px;
	margin-bottom: 34px;
	border-bottom: 1px solid #ebebeb;
}

.conTitle1{
	padding-top: 0;
}

.contactInfo{
	background: #f4f2f2 url(../images/bg_oplatainfo.png) 25px center no-repeat;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	width:720px;
	padding-left: 90px;
	padding-right: 30px;
}

.uhodInfoBox{
	background: #f4f2f2 url(../images/bg_oplatainfo.png) 30px center no-repeat;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	width:1190px;
	padding-left: 105px;
	padding-right: 30px;
}

.uhodInfo{
	vertical-align: middle;
	height: 90px;
	width:1190px;
	padding-left: 105px;
	padding-right: 30px;
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	padding-top:33px;
}

.uhodInfo1{background:url(../images/uhod_1.jpg) 30px center no-repeat;}
.uhodInfo2{background:url(../images/uhod_2.jpg) 30px center no-repeat;}
.uhodInfo3{background:url(../images/uhod_3.jpg) 30px center no-repeat;}
.uhodInfo4{background:url(../images/uhod_4.jpg) 30px center no-repeat;}
.uhodInfo5{background:url(../images/uhod_5.jpg) 30px center no-repeat;}
.uhodInfo6{background:url(../images/uhod_6.jpg) 30px center no-repeat;margin-bottom:31px;}

.contactPage .footerSocial a{
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-top: 15px;
}

.contactPage .footerSocial{
	float: left;
}

.wish-form {
    overflow: visible;
    position: absolute;
    left: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 425px;
    margin-left: -212px;
    padding: 25px 37px 23px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
	font-family: 'Rubik-Light';
	font-size:16px;
	color:#000;
}

.wish-list h2{
	margin: 0;
	height: 40px;
	line-height: 40px;
	background: #f4f2f2;
	font-size: 16px;
	color:#000;
	font-family: 'Rubik-Light';
	padding: 0 20px;
}

.wish-icon16.edit-bw{
	background: url(../images/wish_1.png) no-repeat;
	width: 15px;
	height: 15px;
	background-position: top left !important;
	margin-top:13px;
	margin-left:20px;
}

.wish-icon16.delete-bw{
	background: url(../images/wish_2.png) no-repeat;
	width: 12px;
	height: 15px;
	background-position: top left !important;
	margin-top:13px;
	margin-left:20px;
}

.wish-list .compare-at-price{
	display: none;
}

.wish-list .table>tbody>tr>td, .wish-list .table>tbody>tr>th, .wish-list .table>tfoot>tr>td, .wish-list .table>tfoot>tr>th, .wish-list .table>thead>tr>td, .wish-list .table>thead>tr>th{
	border:0;
	padding: 0;
}

.wish-product-list{
	margin: 0;
	padding: 0;
}

.wish-product-list li{
	margin: 0;
	padding: 0;
}

.wish-product-list .wish-icon16.delete-bw{
	margin:0;
}

.wish-list .table>tbody>tr>td{
	vertical-align: middle;
	padding: 10px 0;
	border-top:1px solid #f4f2f2;
}

.container{
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wish-list .price{
	float: left;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	font-size: 16px;
	color:#000000;
	font-family: 'Rubik-Medium';
	font-weight: normal;
}

.wish-list .addtocart{
	float: right;
}


.wish-modal__close{
	background: url(../images/closed.png) no-repeat top left !important;
	width: 16px;
	height: 16px;
	top:20px;
	right:20px;
}

.wish-form__headline{
	font-size: 24px;
	text-align: left;
	margin: 0;
	color:#000;
	margin-bottom: 8px;
}

.wish-form{
	padding: 40px;
}

.wish-form__name{
	font-size: 16px;
	font-weight: normal;
	font-family: 'Rubik-Light';
	color:#000;
	margin-left:0;
}

#wish-form .jq-radio{
	margin-top: 10px;
	margin-right: 5px;
}

.wish-form-row{
	margin: 0;
}

#wish-form .wish-form__field{
	background: #f4f2f2;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	color:#ccc;
}

#wish-form input.wish-form__button{
	width: auto;
	padding: 0 20px !important;
	background: #000;
	font-size: 16px;
	font-family: 'Rubik-Medium';
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	margin-top:20px;
}

#wish-form input.wish-form__button:hover{
	color:#f5821f;
	background: #000;
}

#wish-form .wish-form__button,
#wish-form .wish-form__button:hover{
	box-shadow: none;
	background: #000;
}

#wish-form .jq-radio.checked .jq-radio__div{
	border:0;
	background: url(../images/check.png) no-repeat top left !important;
	width: 15px;
	height: 15px;
	top:0;
	left: 0;
	border-radius: 0;
}

#wish-form .jq-radio{
	border:0;
	background: url(../images/check.png) no-repeat top right !important;
	width: 15px;
	height: 15px;
	top:0;
	left: 0;
	border-radius: 0;
}

.fprview-more-info{
	display: none !important;
}

ul.thumbs li:hover .fprview-more-info{
	display: block !important;
}

ul.sub-menu,
ul.sub-menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.sub-menu li ul{ 
	display: none;
	position: relative;
}

ul.sub-menu li:hover ul{ 
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
} 

ul.sub-menu li:hover ul ul{
	background: #fff;
	width: 160px;
	border:1px solid #ebebeb;
	text-align: center;
} 

ul.sub-menu li:hover ul ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.topLine .cart ul.pages li{
	margin: 0;
	padding: 0;
	list-style: none;	
}
 
ul.auth {
    list-style:none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 50;
}

ul.auth li span{
	background: url("../images/icon_user.png") no-repeat center center;
	display: block;
	width: 70px;
	height: 72px;
	margin-right: 30px;
	position: relative;
	z-index: 3;
}

ul.auth li:hover span{
	background:#fff url("../images/icon_user.png") no-repeat center center;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
 
ul.auth li {
     position:relative;
}

ul.auth li a {
    display:block;
	color:#000;
	border:1px solid transparent;
	border-bottom: 0;
	
	font-family: 'Rubik-Light';
	text-decoration: none;
	padding-top: 9px;
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
	width: auto;
	text-align: left;
	font-size: 16px;
}

ul.auth li a:hover{color:#f5821f;}

ul.auth li ul {
    display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.auth li:hover ul {
    display: block;
    position: absolute;
	z-index: 2;
    left:0;
    margin-top: -1px;
	background: #fff;
	color:#000;
	border:1px solid #ebebeb;
	padding-top: 14px;
	padding-bottom: 25px;
}

ul.auth li:hover ul li a:hover {
	text-decoration: none;
	color:#f5821f;
}

.review-form{
	padding-top:14px;
}

.hint{
	line-height: 50px;
	margin-left:30px;
}

ul.sub-links{
	margin: 0;
	padding: 0;
	list-style: none;	
	padding-bottom: 30px;
}

ul.sub-links li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}

ul.sub-links li a{
	font-family: 'Rubik-Medium';
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	background: #ebebeb;
	display: block;
	color:#000;
}

ul.sub-links li a:hover{
	font-family: 'Rubik-Medium';
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	background: #000;
	display: block;
	color:#f5821f;
}

.table_size h2{
	font-size: 24px;
	font-family: 'Rubik-Medium';
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.table_size table{
	border-collapse: collapse;
	margin-bottom: 32px;
}

.table_size table td{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-collapse: collapse;
	padding: 0 18px;
	padding-top: 14px;
	padding-bottom: 15px;
}

.table_size table tr:hover td{
	background: #ebebeb;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-collapse: collapse;
	padding: 0 18px;
	padding-top: 14px;
	padding-bottom: 15px;
}

.sertImage{
	margin-right:-40px;
}

.sertImage a{
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}

/**
 * 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;
}
#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%;
}
/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}
/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
  outline: 0;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* Reset box sizing to content-box if theme is using border-box. */
#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
  #cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
    #cboxTopLeft {
      width: 15px;
      height: 15px;
    }
    #cboxTopCenter {
      height: 15px;
    }
    #cboxTopRight {
      width: 15px;
      height: 15px;
    }
    #cboxBottomLeft {
      width: 15px;
      height: 10px;
    }
    #cboxBottomCenter {
      height: 10px;
    }
    #cboxBottomRight {
      width: 15px;
      height: 10px;
    }
    #cboxMiddleLeft {
      width: 15px;
    }
    #cboxMiddleRight {
      width: 15px;
    }
    #cboxContent {
      background: #fff;
      overflow: hidden;
    }
      #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
      }
      #cboxLoadedContent {
        margin-bottom: 28px;
      }
      #cboxTitle {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        bottom: 28px;
        left: 0;
        color: #535353;
        width: 100%;
        padding: 4px 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      #cboxCurrent {
        position: absolute;
        bottom: 4px;
        left: 60px;
        color: #949494;
      }
      .cboxSlideshow_on #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) no-repeat -75px -50px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -101px -50px;
      }
      .cboxSlideshow_off #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) no-repeat -25px -50px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -49px -50px;
      }
      #cboxPrevious {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(images/controls.png) no-repeat -75px 0px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      #cboxPrevious:hover {
        background-position: -75px -25px;
      }
      #cboxNext {
        position: absolute;
        bottom: 0;
        left: 27px;
        background: url(images/controls.png) no-repeat -50px 0px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      #cboxNext:hover {
        background-position: -50px -25px;
      }
      #cboxLoadingOverlay {
        background: #fff;
      }
      #cboxLoadingGraphic {
        background: url(images/loading_animation.gif) no-repeat center center;
      }
      #cboxClose {
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(images/controls.png) no-repeat -25px 0px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      #cboxClose:hover {
        background-position: -25px -25px;
      }

	  
#cboxContent{
	background:#f4f2f2;
	border:none;
	padding:0;
}

#cboxMiddleLeft{
	width:0;
	background:#f4f2f2;
}

#cboxMiddleRight{
	width:0;
	background:#f4f2f2;
}

#cboxTopLeft{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxTopCenter{
	height:0;
	background:#f4f2f2;
}

#cboxTopRight{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxBottomLeft{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxBottomCenter{
	height:0;
	background:#f4f2f2;
}

#cboxBottomRight{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxClose,
#cboxClose:hover{
	background:url(../images/closed.png) top left no-repeat;
	width: 16px;
	height: 16px;
	top:20px;
	right:20px;
	outline: none;
}

#cboxClose:hover{
	background:url(../images/closed.png) top right no-repeat;
}

#cboxWrapper{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#cboxLoadedContent{
	padding:0;
	margin:0;
	background:#fff;
}

#cboxTitle{
	position:absolute;
	left:-9999px;
}

#cboxTitle,
#cboxSlideshow,
#cboxCurrent{
	position:absolute;
	left:-9999px;
}

#cboxPrevious{
	position: absolute;
    top: 47%;
	right: auto;
    left: 20px;
	width: 50px;
	height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top left;
    display: block;
    text-indent: -9999px;
    z-index: 30;
	outline: none;
}

#cboxPrevious:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom left;
}

#cboxNext{
	position: absolute;
    top: 47%;
	left: auto;
    right: 20px;
	width: 50px;
	height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top right;
    display: block;
    text-indent: -9999px;
    z-index: 30;
	outline: none;
}

#cboxNext:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom right;
}

.onas{
    background: url(../images/onas.png) no-repeat;
	min-height: 660px;
	font-size: 24px;
}

.onas p{
	font-size: 24px;	
}

.onas1{
	padding-left: 428px;
}

.onas2{
	padding-left: 641px;
	padding-top: 56px;
}

.checkout select{
	font-weight: normal;
	border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    width: 260px;
    max-width: 260px;
    min-width: 260px !important;
    font-family: 'Rubik-Light';
    font-size: 16px;
}

.checkout ul.checkout-options li h3 label{
	float: left;
    width: 170px;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    font-size: 16px !important;
    color: #000;
    font-family: 'Rubik-Medium';
	font-weight: normal;
}

.checkout ul.checkout-options li label input[type="radio"]{
	top:5px;
}

.checkout ul.checkout-options li p{
	font-size: 16px;
	padding-top: 3px;
}

.checkout ul.checkout-options.payment li p{
	padding-top:0;
}

.checkout ul.checkout-options.payment li label{
	float:none;
}

.checkout ul.checkout-options.payment li p{
	width:100%;
}

.step-shipping .price.nowrap{	
  font-family: 'Rubik-Medium';
	line-height: 130%;
}

.checkout ul.checkout-options li .rate{
	text-align: left;
	width: 350px;
}

.checkout em.comment,
.checkout .hint{
	margin: 0;
	padding: 0;
    font-family: 'Rubik-Light';
    font-size: 12px !important;
	font-weight: normal;
	line-height: 125%;
}

.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    clear: both;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

.checkout ul.checkout-options li.shipping-10{
	border: 0px;
}

.checkout ul.checkout-options li.shipping-9 .wa-form{
	clear: both;
	float: none;
	margin: 0;
}

.badge.bestseller{
	display: none !important;
}

.productPage .add2cart input[type="button"]:disabled, .productPage .add2cart input[type="submit"]:disabled {
    color: rgb(153, 153, 153);
    cursor: pointer !important;
    background: rgb(238, 238, 238);
}

.options .color{
	display: none;
}

.stocks{
	margin: 0;
	clear:both;
	color:transparent;
    position: relative;
    height: 20px;
    display: block;
}

.stocks .stock-high,
.stocks .stock-low,
.stocks .stock-critical{
	position: absolute; top: 0; left:0;
}

#cboxContent{
	background:#f4f2f2;
	border:none;
	padding:0;
}

#cboxMiddleLeft{
	width:0;
	background:#f4f2f2;
}

#cboxMiddleRight{
	width:0;
	background:#f4f2f2;
}

#cboxTopLeft{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxTopCenter{
	height:0;
	background:#f4f2f2;
}

#cboxTopRight{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxBottomLeft{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxBottomCenter{
	height:0;
	background:#f4f2f2;
}

#cboxBottomRight{
	width:0;
	height:0;
	background:#f4f2f2;
}

#cboxClose,
#cboxClose:hover{
	background:url(../images/closed.png) top left no-repeat;
	width: 16px;
	height: 16px;
	top:20px;
	right:20px;
	outline: none;
}

#cboxClose:hover{
	background:url(../images/closed.png) top right no-repeat;
}

#cboxWrapper{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#cboxLoadedContent{
	padding:0;
	margin:0;
	background:#fff;
}

#cboxTitle{
	position:absolute;
	left:-9999px;
}

#cboxTitle,
#cboxSlideshow,
#cboxCurrent{
	position:absolute;
	left:-9999px;
}

#cboxPrevious{
	position: absolute;
    top: 47%;
	right: auto;
    left: 20px;
	width: 50px;
	height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top left;
    display: block;
    text-indent: -9999px;
    z-index: 30;
	outline: none;
}

#cboxPrevious:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom left;
}

#cboxNext{
	position: absolute;
    top: 47%;
	left: auto;
    right: 20px;
	width: 50px;
	height: 50px;
    background-image: url(../images/slider_arrow.png);
    background-position: top right;
    display: block;
    text-indent: -9999px;
    z-index: 30;
	outline: none;
}

#cboxNext:hover{
    background-image: url(../images/slider_arrow.png);
    background-position: bottom right;
}

#table_size{
	padding:40px;
	padding-top:0;
	padding-bottom:10px;
}

.badge.new, .badge.new:before, .badge.new:after,
.badge.new, .badge.new:before, .badge.new:after{
	background: none;
	color:transparent;
}

.badge.new span{
	display: none;
}

.badge.new{
	background: url(../images/news.png) no-repeat;
	width: 42px;
	height: 21px;
	top: 7px;
	right: 5px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	border-radius:0;
}

.image .corner.right,
ul.thumbs .image .corner.right{
    right: 0;
}

.image .corner.top {
    top: 0;
}

.productPage .product-list .badge{
	display: none;
}

.checkout .checkout-result .welcome{
	margin-top:-20px;
}

.wa-form .wa-field .wa-value.wa-submit{
	line-height: 50px;
}

.wa-form .wa-field .wa-value.wa-submit input[type=submit]{
	margin-right:10px;
}

a.not-visited:visited{
	color: #000;
}

.out-of-stock strong{
	font-family: 'Rubik-Light' !important;
}

.icon24.loading{
	margin-top:9px;
	margin-left:10px;
}

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

#toTop {
	width:40px;
	height:40px;
	background:url(../images/totop.png);
	text-align:center;
	position:fixed;
	bottom:40px; /* отступ кнопки от нижнего края страницы*/
	left:40px;
	cursor:pointer;
	display:none;
}

.bgRating{
	background: url(../images/bg_rating.jpg) no-repeat;
	width: 101px;
	height: 20px;
	clear: both;
}

.reviewsBlock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

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

.productPage h1 .rating{
	float: left;
	font-size: 14px;
	font-family: 'Rubik-Light' !important;
	line-height: 28px;
}

.ratingCount{
	float: left;
	font-size: 12px;
	font-family: 'Rubik-Light' !important;
	margin-left:7px;
	padding-top:1px;
}

.ratingCount a{
	font-size: 14px;
}

.reviewsBlock h2,
.reviewsBlock .reviewsplus-reviews-rating{
	display:none;
}

.reviewsplus-add-link-div input[type=button]{
    border: 0;
    background: #000;
    color: #fff;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    float: left;
	width: auto;
    padding: 0 10px !important;
	margin-top:40px;
	margin-left:20px;
}

.reviewsplus-add-link-div{
	display:inline-block;
	margin:0 !important;
	margin-right: 300px !important;
}

.reviewsBlock .recent-plugin__headline{
	display:inline-block;
}

.reviewsplusContent{
	padding-top:7px;
	text-align:center;
}

.reviewsplus-main{
	clear:both;
	text-align:left;
	padding-top:20px;
}

.productFooter .zoomer_block{
	display:none;
}

.reviewsplus-product-opinion-rate{
	background:none !important;
	border:0 !important;
	padding:0 !important;
}

.reviewsplus-product-opinion-name{
	padding:0 !important;
}

.reviewsplus-product-opinion-date{
	font-weight:normal !important;
	padding:0 !important;
	float:left;
	margin-right: 20px !important;
}

.reviewsBlock .recent-plugin__headline{
	margin-left:339px !important;
}

.reviewsplus-product-opinion-left-gray{
	background: none !important;
	padding: 0 !important;
}

.reviewsplus-product-opinion-name{
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
	margin-right: 20px !important;
	font-family: 'Rubik-Medium' !important;
}

.reviewsplus-product-opinion-rate{
	float: left !important;
	margin-right: 20px !important;
	margin-top:-3px;
}

.reviewsplus-product-opinion-left{
	width: auto !important;
	float: none !important;
}

.reviewsplus-product-opinion-text{
	clear: both;
}

.reviewsplus-product-opinion-middle{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.reviewsplus-product-opinion-text{
	padding-top:10px;	
}

.reviewsplus-popup-wrap .reviewsplus-popup-title {
    width: 100%;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 2102;
    font-weight: normal !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    background: #fff;
	padding: 40px !important;
	padding-bottom: 0 !important;
}

.reviewsplus-popup-wrap .reviewsplus-popup-title .reviewsplus-popup-title-span{
	font-weight: normal !important;
	font-size: 24px !important;
    text-align: left;
    margin: 0;
    color: #000;
}

.reviewsplus-popup-wrap .reviewsplus-popup-content{
	padding-left: 40px !important;
    padding-right: 40px !important;
    overflow-y: auto;
    margin-bottom: 40px !important;
    bottom: auto;
}

.wa-form{
	margin: 20px 0 !important;
}

.reviewsplus-popup-wrap .reviewsplus-popup-title .reviewsplus-popup-title-close a{
	margin-right: 7px;
}

#bannerHome{
	font-size:50px;
	font-family: 'Rubik-Medium' !important;
	padding:40px;
	line-height:100%;
	text-align:center;
}

.wa-value input[type="text"]#dadata-address-field{
	width: 560px !important;
}

.partLine1 p{
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color:#fff;
}

.partLine3{
	font-size: 24px;
	font-family: 'Rubik-Medium' !important;	
	line-height: 140%;
	text-align: center;
}

.partLine1 h2,
.partLine2 h2{
	margin: 0;
	padding: 0;
	font-family: 'Rubik-Medium' !important;
	font-size:40px;	
	text-align: center;
	padding-bottom: 14px;
	color:#fff;
}

.partLine2{
	padding-top: 47px;
}

.partLine2 table{
	margin-bottom: 64px;
}

.partLine2 table td{
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}

.partLine2Img{
	width: 244px;
	height: 155px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.partLine2Img img{
	display: inline;
	text-align: center;
}

#p14 h1{
	display: none;
}

#p14 .mainContent{
	padding-bottom: 40px;
	background: url(../images/part.jpg) no-repeat top center;
	margin: 0;
	width: auto;
	padding-top: 86px;
	color:#fff;
}

#p14 .mainContentText{
	width: 1190px;
	margin: 0 auto;
}

#p14 .mainFooter{
	margin: 0;
}

#p14 .hideForm{
	display: none;
}

.partLink{	
	margin: 0 auto;
	width: 460px;
}

.partLink .multiform-popup-link{
	width: 460px;
	display: block !important;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	color:#fff;
	text-align: center;
	font-size: 30px;
	font-family: 'Rubik-Medium' !important;
	text-decoration: none;
	background: #f5821f;
	margin-bottom: 80px;
	margin-top: 42px;
}

.partLink div.multiform-body{
	padding: 0;
	margin: 0 auto;
	width: 460px;
}

.partLink .multiform-popup-link:hover{
	background: #000;
	text-decoration: none;
}

#form{
}

.clear{
	clear: both;
}

.formPart{
	padding: 60px;
	padding-right: 40px;
}

.left{
	float: left;
}

.formPart .left{
	margin-right: 20px;
}

.formPartLabel{
	height: 50px;
	line-height: 60px;
	color:#000;
}

.formPart input[type=text],
.formPart input[type=email]{
	border:0;
	width: 353px;
    height: 30px;
    padding: 0 10px;
    margin: 0;
	color:#000;
	background: #f4f2f2;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.formPart input[type=text].wa-error,
.formPart input[type=email].wa-error{
	background: #d88a8a;
}

.formPart textarea{
	border:0;
	width: 736px;
	height: 150px;
	background: #f4f2f2;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	padding: 10px;
	color:#000;
}

.formPart .wa-recaptcha{
	float: left;
	padding-bottom: 0;
}

.formPart .wa-submit{
	float: left;
	margin-left:20px;
	margin-top:20px;
}

.formPartTitle{
	font-size: 24px;
}

.wa-error-msg{
	display: none;
}

#p2 .mainContent img{
	margin-bottom: 10px;
}

.zakazFooter{
	line-height: 200%;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 29px;
}

.zakazText{
	padding: 25px 0;
	font-size: 18px;
}

.zakazText p{
	font-size: 18px;	
}

.contactme-close,
.contactme-close:hover{
	background:url(../images/closed.png) no-repeat top left;
	width: 16px;
	height: 16px;
	top:10px;
	right:10px;
	outline: none;
	text-indent: 9999px;
	margin: 0;
	margin-top:-30px !important;
	margin-right: -10px !important;
}

.contactme-close:hover{
	background:url(../images/closed.png) no-repeat bottom left;
}

input.contactme-txt,
#multiformField64 .multiform-gap-value input[type="text"]{
    border: 0;
    width: 353px !important;
    height: 30px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    color: #000;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	float: left;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

.contactme-form h5{
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: left;
	padding-bottom: 30px;
}

.contactme-helper-panel{
	padding: 60px !important;
	padding-right: 40px !important;
}

textarea.contactme-txt {
    border: 0;
    width: 726px !important;
    height: 150px !important;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
    color: #000;
	margin: 0 !important;
	margin-right:20px !important;
}

.contactme-form .required:after {
	display: none;
}

.contactme-form .wa-captcha p img{
	margin: 0 !important;
}

.contactme-form .wa-captcha .wa-captcha-input{
	height: 26px;
	margin: 7px 0 !important;
	margin-bottom: 14px !important;
}

.contactme-form .wa-captcha strong {
    font-size: 1.2em;
    height: 40px;
    line-height: 40px;
	padding: 0 4px;
}

.contactme-form .wa-captcha .wa-captcha-refresh{
}

.wa-captcha{
	padding: 0;
	margin: 0;
	height: 40px;
}

.contactme-submit{
	padding: 0 !important;
	padding-top: 10px !important;
}

#payment-form input[type=submit]{
	width: 285px;
}

.smartsku_plugin-product .inline-select:not(.color) a.smartsku_plugin-feature-grey{
	background-color:#fcfbfb !important;
	color:#ccc !important;
}

.plugin_arrived-button{
	clear: both !important;
}

.plugin_arrived-button a{
	float: left;
    height: 35px;
    line-height: 35px;
    background: #000;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
	font-family: 'Rubik-Light';
	text-decoration: none;
	font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
	display: block;
    clear: both;
}

.plugin_arrived-button a:hover{
	color:#f5821f;
}

.plugin_arrived-header{
	background: none;
}

.default-theme #multiformField64 .multiform-gap-value input[type="text"],
.default-theme #multiformField65 .multiform-gap-value input[type="text"],
.default-theme #multiformField66 .multiform-gap-value input[type="tel"],
.default-theme #multiformField67 .multiform-gap-value input[type="email"],
.default-theme #multiformField82 .multiform-gap-value input[type="text"] {
    border: 0;
    width: 345px !important;
    height: 30px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    color: #000;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    float: left;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.default-theme #multiformField65 .multiform-gap-value input[type="text"],
.default-theme #multiformField67 .multiform-gap-value input[type="email"]{
    margin-right: 0 !important;
}

.default-theme #multiformField82 .multiform-gap-value input[type="text"]{
    width: 710px !important;
    margin-right: 0 !important;
}

.default-theme #multiformField69 .multiform-gap-value select{
    border: 0;
    width: 710px !important;
    height: 30px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    color: #000;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    float: left;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

#multiformField64 .multiform-gap-name,
#multiformField65 .multiform-gap-name,
#multiformField66 .multiform-gap-name,
#multiformField67 .multiform-gap-name,
#multiformField68 .multiform-gap-name,
#multiformField69 .multiform-gap-name{
    width:345px;
    height:50px;
    line-height:50px;
}

#multiformField69 .multiform-gap-name{
    width:710px;
}

#multiformField64,
#multiformField65,
#multiformField66,
#multiformField67,
#multiformField68,
#multiformField69{
    border: 0;
    float:left;
}

.default-theme .multiform-title {
    text-align: left !important;
    margin: 0;
    padding: 0;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top:30px;
}

.multiform-wrap.default-theme{
	width: 830px !important;
	max-width: 830px !important;
	border:0 !important;
	padding: 60px !important;
	padding-bottom: 30px !important;
	padding-top: 25px !important;
}

.multiform-popup-window .s-close, .multiform-popup-window .s-close:hover {
    background-image: url(../images/closed.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	text-indent: -9999px !important;
}

.multiform-submit input[type="submit"]:hover{
	background: #f5821f !important;
}

.multiform-wrap.default-theme{
    overflow:auto;
}

.badge.low-price {
    background: url(../images/lowprice.png) no-repeat !important;
    width: 42px;
    height: 21px;
    top: 7px;
    right: 5px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 0;
}
.badge.low-price, .badge.low-price:before, .badge.low-price:after, .badge.low-price, .badge.low-price:before, .badge.low-price:after {
    background: none;
    color: transparent;
}

.badge.low-price span{
	display: none;
}

.view_mobile{
	display: none;
}

.owl-carousel {
	height: 540px;
	margin-bottom: 10px;
}

.owl-item{
	width: 1920px;
	height: 540px;
	background: #eee;
}

.owl-nav button span {
	position: absolute;
	top: 50%;
	background-image: url(/wa-data/public/site/themes/bodo_pc/images/cbp-arrow.png);
	text-align: center;
	margin-top: -20px;
	cursor: pointer;
	font-weight: normal;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	z-index: 100;
}

.owl-next span {
	background-position: top right;
	right: 40px;
}

.owl-next span:hover {
	background-position: bottom right;
}

.owl-prev span{
	background-position: top left;
	left: 40px;
}

.owl-prev span:hover {
	background-position: bottom left;
}

.owl-dots{
	display: none;
}

.owl-item{
	height: 540px;
	display: block;
	overflow: hidden;
}

.owl-item img{	
	width: 1920px !important;
	height: 540px;
	position: absolute;
	left:50%;
	margin-left: -960px;
}

#p25 .cookies-note.cookies-note_bottom,
#p20 .cookies-note.cookies-note_bottom{
	height: 102px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.photosItem a{
	position: relative;
	width: 370px;
	height: 500px;
	display: block;
}

.photosItem a:hover:after{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	content: '';
	background:url("/wa-data/public/site/themes/bodo_pc/images/album_zoom.png") no-repeat top left;
	width: 50px;
	height: 50px;
	display: block;
}

.photosItem a:hover img{
	opacity: 0.3;
}

.filters span b, .filters h5 b{
	font-weight: normal;
	font-family: 'Rubik-Medium';
	text-decoration: none;
	border: 0;
}

.filters span i, .filters h5 i{
	background:url("/wa-data/public/site/themes/bodo_pc/images/filter_arrow.png") no-repeat top left;
	width: 12px;
	height: 8px;
	margin: 0;
	margin-left: 8px;
	margin-bottom: 3px;
}

.filters .collapsed span i, .filters .collapsed h5 i{
	background:url("/wa-data/public/site/themes/bodo_pc/images/filter_arrow.png") no-repeat bottom left;	
}

ul.sorting{
	text-align: right;
	font-size: 16px;
	margin-bottom: 27px;
}

ul.sorting li{
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

ul.sorting li a{
	padding: 0;
}

ul.sorting li.selected a{
	background: none;
	font-family: 'Rubik-Medium';
	color:#000;
	text-decoration: none;
}

ul.sorting li.selected a i.sort-asc{
	background: url("/wa-data/public/site/themes/bodo_pc/images/arrow_bottom.png") no-repeat right center;
	padding-left: 17px;
	border: 0;
	width: 11px;
	height: 12px;
	margin: 0;
}

ul.sorting li.selected a i.sort-desc{
	background: url("/wa-data/public/site/themes/bodo_pc/images/arrow_top.png") no-repeat right center;
	padding-left: 17px;
	border: 0;
	width: 11px;
	height: 12px;
	margin: 0;
}

* i.icon16{
	margin-top: 4px;
}

#emailform_popup .visible{
	width: 1120px !important;
	height: 560px !important;
	background:#fff url("/wa-data/public/site/themes/bodo_pc/images/subscribe1.jpg") no-repeat left top !important;
	margin-left:-560px !important;
	margin-top: -280px !important;
	padding-left: 560px !important;
	padding-top: 81px;
}

.ef-title {
	text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    padding-right: 0 !important;
	font-family: 'Rubik-Medium' !important;
	padding-bottom: 8px;
	color:#000;
}

.ef-text {
	font-size: 18px !important;
	text-align: center !important;
    margin-bottom: 0 !important;
    text-shadow: none !important;
	font-family: 'Rubik-Light' !important;
	padding-bottom: 38px;
	color:#000;
}

.ef-input-wrap{
	margin-bottom: 30px !important;
}

.ef-name, .ef-email, .ef-phone{
	width: 320px;
	margin: 0 auto;
}

.ef-name-value, .ef-email-value, .ef-phone-value{
	padding: 0 15px !important;
    border: 1px solid #ebebeb !important;
    background-color: #fff !important;
    color: #6f6f6f !important;
    width: 100% !important;
    max-width: 320px !important;
	margin: 0 auto;
    box-sizing: border-box !important;
    font-size: 18px !important;
	height: 50px !important;
	line-height: 48px !important;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.ef-submit{
    max-width: 320px !important;
	margin: 0 auto !important;	
}

input[type=submit].ef-submit-input {
    width: 100% !important;
    max-width: 320px !important;
    box-sizing: border-box !important;
    background: #000 !important;
    color: #fff !important;
    padding: 0 !important;
    height: 70px !important;
    max-height: 70px !important;
	line-height: 70px !important;
	font-family: 'Rubik-Medium' !important;
    font-size: 26px !important;
    outline: 0 !important;
    border: 0 !important;
    border-color: none !important;
    -webkit-appearance: none !important;
    box-shadow: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
}

.ef-pdn{
	width: 320px;
	margin: 0 auto;
	font-size: 16px;
	text-shadow: 0;
}

.ef-slose{
	width: 20px !important;
	height: 20px !important;
	top:20px !important;
	right:20px !important;
	background:#fff url("/wa-data/public/site/themes/bodo_pc/images/ef_close.png") no-repeat left top !important;
}

.ef-slose:hover{
	background:#fff url("/wa-data/public/site/themes/bodo_pc/images/ef_close.png") no-repeat left bottom !important;	
}

.emailform.ef-subscribe-success .ef-title, .emailform.ef-subscribe-success .ef-text{
	color:#000 !important;
}

.ef-promo{
	width: 300px;
	height: 70px;
	line-height: 70px;
	background: #c5232e;
	color:#fff;
	font-size: 38px;
	font-family: 'Rubik-Medium' !important;
	text-align:center;
	margin: 0 auto;
}

.ef-mailtext{
	font-size: 18px !important;
	padding-top: 22px;
	text-align: center;
}

.ef-text-suc{
	font-size: 18px !important;
	padding-bottom: 23px;
	text-align: center;
}

.ef-title-suc{
    font-size: 38px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    padding-right: 0 !important;
    font-family: 'Rubik-Medium' !important;
    padding-bottom: 48px;
    color: #000;
	text-align: center;
}

.s-delete-icon{
	display: none;
}

.s-order-page{
	margin-right: -30px;
}

.s-order-column{
	width:577px;
	background: #fff;
	float: left;
	padding: 0 30px;
	margin-right:30px;
	border:1px solid #ebebeb;
	padding-bottom: 30px;
	margin-top: 30px;
}

.s-section-header{
	border-bottom: 1px solid #ebebeb;	
}

.s-order-column .s-header{
	
	font-family: 'Rubik-Medium';
	font-size: 28px;
	margin: 0;
	padding: 0;
	height: 81px;
	line-height: 80px;
	float: left;
}

a.s-delete-button{
	
	font-family: 'Rubik-Light';	
	float: right;
	height: 81px;
	line-height: 80px;
	text-decoration: none;
}

a.s-delete-button:hover{
	color:#000;
}

.wa-section-header{
	clear: both;
}

.wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header{
	font-family: 'Rubik-Medium';
	margin: 0;
	padding: 0;
	font-size: 20px !important;
	margin-right: 15px;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name{
	
	font-family: 'Rubik-Light';
	margin: 0;
	padding: 0;
	font-size: 20px !important;	
	margin-right: 15px;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header a.wa-tooltip{
	font-size: 16px;
	
	font-family: 'Rubik-Light';
	text-decoration: none;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header a.wa-tooltip:hover{
	color:#000;
}

a.js-show-variants-list{
	font-size: 16px;
	
	font-family: 'Rubik-Light';
	text-decoration: none;
}

a.js-show-variants-list:hover{
	color:#000;
}

.s-order-page .wa-field-wrapper .wa-input{
	
	font-family: 'Rubik-Light';
	width: 252px;
	max-width: 252px;
	height: 40px;
	line-height: 40px;
	border:0px;
	padding: 0 10px;
	margin: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f4f2f2;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	font-size: 18px;
}

.wa-field-wrapper .wa-select,
.wa-dropdown > .wa-dropdown-toggle{
	
	font-family: 'Rubik-Light';
	width: 252px !important;
	height: 40px !important;
	line-height: 40px !important;
	border:1px solid #cfcfcf !important;
	padding: 0 10px !important;
	margin: 0 !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #fff !important;
	font-size: 18px;
	
}

.s-order-page .wa-field-wrapper .wa-label,
.wa-delivery-types-section .wa-header,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section > .wa-header,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section > .wa-header{
	font-weight: normal !important;
	font-family: 'Rubik-Light';
	font-size: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 16px !important;
	margin-top:  25px !important;
	color:#b7b7b7 !important;
}

.wa-order-form-wrapper .wa-step-section > .wa-section-header{
	margin: 0 !important;
	padding-top: 27px !important;
	padding-bottom: 4px !important;
}

.wa-order-form-wrapper .wa-step-section.wa-step-region-section > .wa-section-header{
	padding-bottom: 23px !important;
}

.wa-field-wrapper.size-medium{
	margin: 0 !important;
	padding: 0 !important;
}

.wa-section-body{
	clear: both;
}

.wa-fields-group.line:before {
    content: "";
    display: block;
    height: 0;
    margin-top: 0 !important;
}

.wa-order-form-wrapper .wa-step-section,
.wa-line,
.wa-fields-group.line,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section{
	margin: 0 !important;
	padding: 0 !important;
}

.wa-order-form-wrapper .wa-step-region-section .wa-required-text{
	color:#b7b7b7 !important;
	
	font-family: 'Rubik-Light';
	font-size: 16px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper{
	border:1px solid #f4f2f2 !important;
	background: #fff !important;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name,
.wa-payment-name{
	
	font-family: 'Rubik-Medium';
	font-size: 20px !important;
	color:#000;
	padding-bottom: 3px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name a,
.wa-payment-name a{
	text-decoration: none;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-price, .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date{
	padding-bottom: 12px;
	font-family: 'Rubik-Light';
	font-size: 16px !important;
	color:#000;
	margin: 0 !important;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date{
	color:#b7b7b7;
	margin: 0 !important;
	
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper{
	padding: 26px 10px !important;
	
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active{
	background: #f4f2f2 !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	
}

.wa-dropdown > .wa-dropdown-toggle{
	width: 100% !important;
	
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-description{
	font-size: 16px !important;
	color:#b7b7b7 !important;
	
	font-family: 'Rubik-Light';
	padding-top: 24px;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table > .wa-row > .wa-cell.wa-cell-name{
	font-size: 16px !important;
	color:#b7b7b7 !important;	
	
	font-family: 'Rubik-Light';
	vertical-align: top;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table > .wa-row > .wa-cell.wa-cell-value{
	font-size: 16px !important;	
	
	font-family: 'Rubik-Light';
}

.wa-schedule-wrapper{
	font-size: 16px !important;
	
	font-family: 'Rubik-Light';
	padding-top: .7142857142857143em !important;
}

.s-order-page .wa-details-fields-section .wa-field-wrapper .wa-input{
	margin: 0 !important;
	width: 515px !important;
	max-width: 515px !important;
	
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper{
	border: 1px solid #f4f2f2 !important;
    background: #fff !important;
	padding: 26px 30px !important;
	
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active{
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	background: #f4f2f2 !important;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-method-body .wa-description,
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-method-body .wa-description p{
	color:#b7b7b7 !important;
	
	font-family: 'Rubik-Light';
	font-size: 16px !important;
}

.wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-flex-wrapper{
	display: block;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button{
	margin: 0 !important;
	padding: 0 !important;
	border:0px !important;
	width: 515px !important;
	height: 80px !important;
	line-height: 80px !important;
	background: #000 !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 28px !important;
	color:#fff;
	font-family: 'Rubik-Medium';
	font-weight: normal !important;
	text-shadow: none !important;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button:hover{
	background: #f5821f !important;
	
}

.wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-total-section{
	margin: 0 !important;
	
	padding-top: 34px;
	padding-bottom: 28px;
}

.wa-order-form-wrapper .wa-step-confirm-section{
	border:0px !important;
	
}

.wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-actions-section{
	clear: both;
	
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-name,
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value{
	font-size: 16px !important;
	color:#000 !important;
	
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item .wa-value{
	text-align: right;
	
}

.wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-name.is-small{
	font-size: 28px !important;
	color:#000;
	
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value{
	font-size: 28px !important;
	color:#000;
	
	text-align: right;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value .wa-price{
	font-size: 28px !important;
	color:#000;
	
	text-align: right;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name{
	display: block !important;
	font-size: 20px !important;
	color:#000;
	
	font-family: 'Rubik-Medium';
	padding-bottom: 8px;
	padding-top: 9px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-quantity{
	width: 130px !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details a.wa-name {
	text-decoration: none;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details a.wa-name:hover{
	color:#f5821f !important; 
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku{
	display: block !important;
	font-size: 16px !important;
	color:#b7b7b7;
	
	font-family: 'Rubik-Light';	
	padding-bottom: 6px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-actions{
	display: block !important;
	font-size: 16px !important;
	z-index: 3;
	position: relative;
	color:#b7b7b7;
	font-family: 'Rubik-Light';	
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action{
	display: block !important;
	font-size: 14px !important;
	
	color:#b7b7b7 !important;
	background:url("../images/icon_delete.jpg") no-repeat left center;
	padding-left: 20px;
	font-family: 'Rubik-Light';	
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action:hover{
	color:#f5821f !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action .wa-icon{
	display: none;
}

.wa-quantity-box{
	padding-top: 65px;
}

.wa-quantity-box .wa-input{
	width: 40px !important;
	height: 30px !important;
	border:1px solid #000 !important;
	text-align: center;
}

.wa-order-cart-wrapper .wa-products .wa-product{
	padding: 0 !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-price{
	vertical-align: middle;
	font-size: 16px !important;
	
	font-family: 'Rubik-Medium';
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-image-section a{
	width: 75px;
	height: 100px;
	background: #f4f2f2;
	display: block;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image{
	width: 90px !important;
	padding: 0 !important;
	padding-right: 20px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > .wa-column-details{
	padding-top: 0 !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input{
	
    font-family: 'Rubik-Light';
    width: 515px !important;
    max-width: 515px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 0px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 5%);
    font-size: 18px;
	color:#000 !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-inactive-state{
	position: relative;
    width: 515px !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button,
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button{
	position: absolute;
	bottom:0;
	right: 0;
	margin: 0 !important;
    padding: 0 !important;
    border: 0px !important;
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #000 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px !important;
    color: #fff;
    
    font-family: 'Rubik-Medium';
    text-shadow: none !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button:hover, .wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:hover{
	background: #f5821f !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button{
	position: relative;
	color:#000 !important;
	background: #f4f2f3 !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button.js-cancel{
    background: #000 !important;	
	color:#fff !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:hover{
	position: relative;
	color:#fff !important;
	background: #f5821f !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer{
	padding: 30px !important;
	padding-top:16px !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header{
	padding-left:  30px !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content{
	padding-left: 26px !important;
	padding-top: 26px !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header{
    
    font-family: 'Rubik-Medium';
    text-shadow: none !important;
	white-space: nowrap !important;
	font-weight: normal !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content p{
    
    font-family: 'Rubik-Light';
    text-shadow: 0 !important;	
}

.wa-order-cart-wrapper .wa-cart-details > *{
	display: block !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section{
	margin-top: 27px !important;	
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total,
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount{
    
	width: 515px !important;
	text-align: left !important;
	font-size: 28px !important;
	font-family: 'Rubik-Medium';
	margin: 0 !important;
	margin-top: 5px !important;
	color:#000 !important;
	font-weight: normal !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-subtotal span, .wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount span, .wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total span{
    
	text-align: right;
	float: right;
	font-size: 28px;
	font-family: 'Rubik-Medium';
	color:#000 !important;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount,
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount span{
	font-size: 18px !important;
	font-family: 'Rubik-Light';
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount span,
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total span{
	padding-left: 4px;
}

.wa-order-cart-wrapper .wa-cart-details{
	margin-top: 30px !important;
}

.wa-column-quantity .wa-product-price{
	display: none !important;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-variants-section .wa-filters-wrapper .wa-filters-list .wa-filter-wrapper.is-active{
	background: #000 !important;
}

.wa-field-wrapper.size-medium,
.wa-field-wrapper.size-small{
    width: 252px !important;
    float: left !important;
	margin-right: 10px !important;
}

.wa-step-auth-section .wa-section-body,
.wa-step-region-section .wa-section-body,
.wa-payment-plugins-section{
	margin-right: -20px !important;
	clear: both !important;
}

.wa-fields-group.line > .wa-field-wrapper{
	padding: 0 !important;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table > .wa-row .wa-delivery-price{
	font-family: 'Rubik-Medium';
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper{
	position: absolute;
    text-indent: -9999px;
    cursor: pointer;
    padding: 8px !important;
    box-shadow: 0px 0px 4px rgb(255 255 255 / 90%);
    background-color: rgba(255,255,255,0.4);
	width: 20px !important;
    height: 20px !important;
    top: 25px !important;
    right: 25px !important;
    background: #fff url(../images/ef_close.png) no-repeat left top !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:hover{
    background: #fff url(../images/ef_close.png) no-repeat left bottom !important;	
}

.wa-variant-actions .wa-button{
    margin: 0 !important;
    padding: 0 !important;
    border: 0px !important;
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #000 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px !important;
    color: #fff;
    
    font-family: 'Rubik-Medium';
    text-shadow: 0 !important;
}

.wa-variant-actions .wa-button:hover{
	background: #f5821f !important;
	color:#fff !important;
}

.wa-sidebar-section{
    
	font-family: 'Rubik-Light';	
}

.s-checkbox .s-icon{
	display: none;
}

.wa-login-form-wrapper input[type="text"], .wa-login-form-wrapper input[type="email"], .wa-login-form-wrapper input[type="password"],
.wa-signup-form-wrapper input[type="text"], .wa-signup-form-wrapper input[type="email"], .wa-signup-form-wrapper input[type="password"],
.wa-forgotpassword-form-wrapper input[type="text"], .wa-forgotpassword-form-wrapper input[type="email"], .wa-forgotpassword-form-wrapper input[type="password"]{
	
    font-family: 'Rubik-Light';
    width: 252px !important;
    max-width: 252px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 0px !important;
    padding: 0 10px !important;
    margin: 0;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #f4f2f2;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 5%);
    font-size: 18px;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url{
	margin: 0 !important;
}

.cart-checkout input[type=submit], input[type=button], input[type=submit], .checkout input.large, input[type=button].large, input[type=submit].large,
input[type=button].gray, input[type=submit].gray{
	background: #000;
	width: auto;
	height: 60px;
	line-height: 60px;
	
    font-family: 'Rubik-Medium';
	font-size: 24px;
	color:#fff;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	padding: 0 20px !important;
}

.cart-checkout input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover, .checkout input.large:hover, input[type=button].large:hover, input[type=submit].large:hover,
input[type=button].gray:hover, input[type=submit].gray:hover{
	background: #f5821f;
	width: auto;
	height: 60px;
	line-height: 60px;
	
    font-family: 'Rubik-Medium';
	font-size: 24px;
	color:#fff;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	padding: 0 20px !important;
}

.wa-login-form-wrapper .wa-field .wa-name,
.wa-signup-form-wrapper .wa-field .wa-name,
.wa-forgotpassword-form-wrapper .wa-field .wa-name{
	
    font-family: 'Rubik-Light';
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 16px !important;
    margin-top: 25px !important;
    color: #b7b7b7 !important;
}

.wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url{
	
    font-family: 'Rubik-Light';
    font-size: 16px !important;
	text-decoration: none;
}

.wa-buttons-wrapper{
	float: left;
}

.wa-signup-form-wrapper .wa-signup-form-actions,
.wa-forgotpassword-form-wrapper .wa-field .wa-forgotpassword-button{
	margin-top:30px !important;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url,
.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url{
	margin: 0 !important;
	
    font-family: 'Rubik-Light';
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url a, .wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url a{
	text-decoration: none;
}

.wa-order-dialog .wa-dialog-body.without-footer .wa-dialog-content{
	padding: 30px !important;
	padding-top: 0 !important;
}

.wa-error-text{	
	
    font-family: 'Rubik-Light';
	font-size: 16px;
}

html:not(.with-touch) .wa-quantity-box .wa-button:not(.is-disabled):hover{
	color:#000 !important;
}

.wa-tooltip:not(.custom).is-inline:after{
	
    font-family: 'Rubik-Light';	
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total{
    font-family: 'Rubik-Medium';	
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-method-body .wa-description a{
	text-decoration: none;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-method-body .wa-description a:hover{
	color:#000;
}

.wa-line.wa-comment-item{
    font-family: 'Rubik-Light';
	font-size: 16px !important;
    padding-top: .7142857142857143em !important;
    padding-bottom: .7142857142857143em !important;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-schedule-wrapper .wa-days-wrapper .wa-day-wrapper .wa-date{
	width: 50% !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-total{
	font-size: 20px !important;
	font-weight: normal !important;
    font-family: 'Rubik-Medium';
	line-height: 120% !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-compare{
	font-size: 16px !important;
	font-weight: normal !important;
    font-family: 'Rubik-Light';
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-variant-details-section .wa-table > .wa-row .wa-delivery-price{
    font-family: 'Rubik-Medium';	
}

.added2cart{
}

.added2cart{
	width: auto;
    height: 50px;
    line-height: 50px;
    background: #000;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    font-family: 'Rubik-Medium';
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 9px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 24px !important;
	text-decoration: none !important;
	color:#fff !important;
}

.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-quantity{
	padding: 0 !important;
}

.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-image,
.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-details,
.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-quantity,
.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-price{
	-webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
	vertical-align: middle;
}

.wa-quantity-cart-section .wa-field-wrapper .wa-unit.top{
	top:100% !important;
	display: none !important;
}

.wa-quantity-cart-section .wa-field-wrapper .wa-field{
	text-align: center !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-total{
	padding: 0 !important;
	white-space: nowrap !important;
}

ul.thumbs li .image{
	width: auto !important;
	height:  auto !important;
}

.wa-order-cart-wrapper .wa-products .wa-product.is-out-of-stock .wa-details-section .wa-details .wa-actions{
	position: relative;
	z-index: 1;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-column-quantity .wa-actions .wa-action{
	display: none !important;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .s-message{	
    padding-top: 25px;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-map-section{
	padding-left:0 !important;
	padding-top: 0 !important;
}

.flexdiscount-price-block{
	display: none !important;
}

.wa-active-state .wa-text{
	width:387px;
	height: 40px;
	line-height: 40px;
	background: #00ad5d;
	display: block;
	color:#fff;
	padding: 0 15px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	float: left;
	margin-right: 10px;
}

.wa-active-state .wa-text i{
	display: none;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section button.wa-button.js-cancel-coupon{
	position: relative !important;
	top:0;
	left: 0;
	width: 120px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.s-cart-empty-wrapper{
	
}

.s-cart-empty-wrapper .s-image-wrapper{
	text-align: center;
}

.s-cart-empty-wrapper .s-image-wrapper img{
	display: inline-block;
}

.s-cart-empty-wrapper .s-title,
.checkout .checkout-result h1{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 38px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.s-cart-empty-wrapper .s-description{
	font-size: 18px;
	padding-bottom: 26px;
}

 .s-cart-empty-wrapper .s-actions-wrapper a{
	 width: 310px;
	 height: 60px;
	 line-height: 60px;
	 font-size: 18px;
    font-family: 'Rubik-Medium';
	 color:#fff;
	 text-align: center;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	 background: #000;
	 display: block;
	 text-decoration: none;
	 margin: 0 auto;
}

.welcome {
    text-align: center;
    background: url(images/check.png) no-repeat;
    background-position: top center;
    padding-top: 300px;
    background-size: 81px 81px;
    margin-bottom: 30px;
}

.cart-total,
.topLine a.cart-summary strong,
.cartBlock span
.cartBlock .currency{
    font-size: 24px !important;
}

.topRight .currency{
    font-size: 24px !important;	
}

.giftcertificates-field{
	position: relative;
}