/* Basic sample */

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

.changesrec{display:none;padding-bottom: 33px;color: #5FAA08;border-bottom: 1px solid;width: 80%;margin-bottom: 37px;}
.spinner-wrapper {
  width: 100%;
  height: 66px;
  display:none;
}
.overlay-spinner {
  height: 100px;
  background: 0 0;
}

.overlay-spinner {
  overflow: hidden;
  height: 66px;
  max-width: 1800px;
  position:absolute;
}
.loader {
  border: 3px solid #B7B7B7;
  font-size: 35px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top-color: #333;
margin: 0 auto;

}


/*RESET CSS*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/*RESET CSS*/

/*
16px;

18px 1.125em
20px 1.25em
22px 1.375em
24px 1.5em
26px 1.625em
28px 1.75em
30px 1.875em
32px 2em
34px 2.125em
36px 2.250em
*/

body{
font-size: 16px;
color: #5A5A5A;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
select,
input{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
hr{
border: none;
border-bottom: 1px solid #014560;
}
h1{
font-size: 1.75em;
font-weight: 700;
color: #014560;
}
h2{
font-size: 1.5em;
font-weight: 400;
}
h3{
font-size: 1.25em;
font-weight: 400;
}

img{
max-width: 100%;
}

p{
font-size: 1em;
}
select, textarea, input {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
}
.button,
input[type="submit"]{
display: inline-block;
background-color: #5FAA08;
border: none;
padding: 8px 20px;
text-align: center;
color: #FFF;
font-weight: 600;
min-width: 140px;
box-sizing: border-box;
vertical-align: top;
cursor: pointer;
margin-bottom: 10px;
}
input[type="submit"]{
-webkit-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-moz-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-ms-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-o-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
}
input[type="submit"]:hover{
opacity: 0.8;
}
.button.gray{
background-color: #5A5A5A;
}

.black-text{
color: #000;
}
.center{
text-align: center;
}
.underline{
text-decoration: underline;
}
.float-left{
float: left;
display: block;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a{
color: #01539A;
text-decoration: none;
-webkit-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-moz-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-ms-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
-o-transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
transition: color 200ms, background-color 200ms, opacity 200ms, border 200ms;
}
a:hover{
opacity: 0.6;
}
.col-2{
display: inline-block;
width: 50%;
}
.first-p{
font-size: 1.25em;
}

.wrap{
display: block;
max-width: 1200px;

margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.clear{
clear: both;
}

/*HEADER*/
.header .wrap{
position: relative;
}
.header{
background-color: #01539A;
color: #FFF;
}
.header .logo{
display: inline-block;
padding-top: 45px;
padding-bottom: 35px;
line-height: 0px;
vertical-align: top;
margin-right: 107px;
}
.header .logo a{
opacity: 1;
}
.header-middle{
position: relative;
display: inline-block;
vertical-align: top;
width: 610px;
}

.contacts-box{
padding-top: 8px;
}
.header.small .contacts-box{
padding-top: 50px;
}

.contacts-box a{
display: inline-block;
}
.skype-icon{
margin-top: 4px;
margin-right: 4px;
display: inline-block;
width: 19px;
height: 18px;
background-repeat: no-repeat;
background-image: url('/img/header-skype-icon.svg');
}
.no-svg .skype-icon{
background-image: url('/img/header-skype-icon.png');
}
.facebook-icon{
margin-top: 10px;
margin-right: 4px;
display: inline-block;
width: 19px;
height: 19px;
background-repeat: no-repeat;
background-image: url('/img/header-facebook-icon.svg');
}
.no-svg .facebook-icon{
background-image: url('/img/header-facebook-icon.png');
}

.contacts-box .social{
display: inline-block;
}
.contacts-box .numbers{
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
}
.contacts-box .numbers p{
vertical-align: top;
display: inline-block;
font-size: 12px;
margin-left: 13px;
}

.search-box{
padding-top: 0px;
padding-bottom: 14px;
position: relative;
}

.input-field{
position: relative;
padding: 10px;
padding-left: 20px;
font-size: 14px;
height: 20px;
}

.search-box .input-field{
position: relative;
padding: 10px;
padding-left: 20px;
display: block;
float: left;
width: 580px;
box-sizing: border-box;
font-size: 14px;
height: 40px;
}

.input-field .placeholder{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
position: absolute;
top: 0px;
left: 0px;
padding: 10px;
padding-left: 20px;
}
.input-field .placeholder.hidden{
opacity: 0;
}
.input-field input{
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 10px;
padding-left: 20px;
color: #FFF;
border: 1px solid #FFF;
background-color: transparent;
}
.input-field-icon .placeholder{
padding-left: 36px;
}
.input-field-icon input{
padding-left: 36px;
}
.input-field .search-icon{
top: 13px;
left: 13px;
position: absolute;
width: 14px;
height: 13px;
display: block;
background-image: url('/img/header-search-icon.svg');
}
.no-svg .input-field .search-icon{
background-image: url('/img/header-search-icon.png');
}

.input-field .search-icon.blue{
background-image: url('/img/header-search-icon-blue.svg');
}
.no-svg .input-field .search-icon.blue{
background-image: url('/img/header-search-icon-blue.png');
}

.advanced-search-box a{
font-size: 12px;
color: #FFF;
}
.advanced-search-box a:hover{
text-decoration: underline;
}

.profile-box{
position: absolute;
display: block;
right: 20px;
top: 60px;
box-sizing: border-box;
text-align: right;
}
.profile-box a{
font-size: 14px;
color: #FFF;
margin-left: 20px;
}
.profile-box a:hover{
text-decoration: underline;
}
.profile-box .register-icon{
display: inline-block;
vertical-align: top;
width: 18px;
height: 16px;
margin-top: 4px;
background-repeat: no-repeat;
margin-right: 10px;
background-image: url('/img/register-icon.svg');
}
.profile-box .login-icon{
display: inline-block;
vertical-align: top;
width: 18px;
height: 20px;
margin-right: 10px;
margin-top: 2px;
background-image: url('/img/login-icon.svg');
}
.no-svg .profile-box .register-icon{
background-image: url('/img/register-icon.png');
}
.no-svg .profile-box .login-icon{
background-image: url('/img/login-icon.png');
}
.languages{
position: absolute;
top: 16px;
right: 20px;
}
.languages a{
font-size: 12px;
color: #FFF;
}
.languages li{
display: inline-block;
}

.profile-box.authorized a{
padding: 0px 14px;
}
.profile-box .user{
display: inline-block;
padding-top:4px;
padding-left: 34px;
}
.profile-box a.username{
display: inline-block;
max-width:160px;
margin-left: 0px;
padding: 0px;
border-right: solid 14px rgb(0, 0, 0, 0);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.cart-number{
display: inline-block;
padding: 4px 0px;
width: 26px;
height: 26px;
box-sizing: border-box;
text-align: center;
font-size: 12px;
background-color: #FFF;
color: #01539A;
border-radius: 20px;
}



.profile-box .submenu{
  -webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
text-align: left;
position: absolute;
top: 0;
left: 0;
margin-top: 30px;
margin-left: -20px;
padding: 20px;
line-height: 1.9em;
background-color: #01539A;
max-height: 0px;
padding-top: 0px;
padding-bottom: 0px;
overflow: hidden;
opacity: 0;
z-index: 2;
}
.profile-box .submenu:hover,
.profile-box .user:hover .submenu,
.profile-box .submenu.visible{
max-height: 600px;
padding-top: 30px;
padding-bottom: 20px;
opacity: 1;
}
.small-catalogue{
display: none;
background-color: #F0F0F0;
text-align: center;
}
.small-catalogue .open-button{
display: block;
padding: 4px;
}
.small-catalogue .close-button{
display: block;
margin-top: 40px;
}
.small-catalogue .close-button:before{
content: " ";
}
.small-catalogue li{
padding-bottom: 10px;
}
.small-catalogue li.selected .primary{
font-weight: 700;
}
.small-catalogue li.selected .primary:before{
content: "- ";
}
.small-catalogue li.selected .primary:after{
content: " -";
}

.small-catalogue .submenu{
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
padding-top: 0px;
padding-bottom: 0px;
max-height: 0px;
overflow: hidden;
}

.small-catalogue li.selected .submenu {
padding-top: 10px;
padding-bottom: 10px;
max-height: 1000px;
}

.small-catalogue .submenu li{
font-size: 14px;
}
.small-catalogue-wrapper{
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
padding: 0px;
max-height: 0px;
overflow: hidden;
}
.small-catalogue.visible .small-catalogue-wrapper{
max-height: 1000px;
padding-top: 16px;
padding-bottom: 16px;
}
.small-catalogue-wrapper{
background-color: #01539A;
}
.small-catalogue-wrapper a{
color: #FFF;
}

@media screen and (max-width: 1250px) {
.search-box .input-field{
  width: 430px;
}
}
@media screen and (max-width: 1100px) {
.search-box .input-field{
  width: 330px;
}
}

@media screen and (max-width: 1000px) {
.header{
  margin-top: 30px;
}
.header.small{
  margin-top: 0px;
}
.header .wrap{
  padding: 0px;
}
.header .logo{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.header .logo img{
  display: block;
  margin-left: auto;
  margin-right: auto; 
  width: 131px;
}
.languages{
  left: 0px;
  top: -26px;
  width: 100%;
  text-align: center;
}
.header-middle{
  display: none;
}
.languages a{
  font-size: 16px;
  color: #01539A;
}
.profile-box{
  position: relative;
  width: 100%;
  right: auto; 
  top: auto; 
  text-align: center; 
  background-color: #FFF;
  padding: 4px;
}
.profile-box .divider{
  /*display: none;*/
  opacity: 0;
}
.profile-box a{
  color: #5A5A5A;
  margin-left: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.profile-box a .login-icon,
.profile-box a .register-icon{
  display: none;
}
.cart-number:before{content: "(";}
.cart-number:after{content: ")";}
.cart-number{
  color: #5A5A5A;
  padding: 0px;
}
.profile-box.authorized a{
  padding: 0px;
}
.small-catalogue{
  display: block;
}
.profile-box .submenu:hover,
.profile-box .user:hover .submenu,
.profile-box .submenu.visible{
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}
}

/*HEADER*/


/*FOOTER*/
.logos-block{
background-color: #FFF;
text-align: center;
padding-top: 50px;
padding-bottom: 20px;
}
.logos-block .logo{
display: inline-block;
vertical-align: middle;
position: relative;
cursor: pointer;
width: 90px;
line-height: 0px;
margin-right: 5%;
margin-left: 5%;
margin-bottom: 30px;
}
.logos-block .logo img{ 
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
width: 100%;
top: 0; 
position: relative;
}
.logos-block .logo .gray{
opacity: 1;
z-index: 1;
}
.logos-block .logo .blue{
opacity: 0;
position: absolute;
top: 0;
left: 0;
}

.logos-block .logo:hover{
opacity: 1;
}
.logos-block .logo:hover .gray,
.logos-block .logo.selected .gray{
opacity: 0;
}
.logos-block .logo:hover .blue,
.logos-block .logo.selected .blue{
opacity: 1;
}

.footer{
background-color: #01539A;
padding-bottom: 20px;
overflow: hidden;
}
.footer .logo img{
width: 100px;
}
.footer .title{
font-size: 14px;
color: #D8D8D8;
padding-bottom: 20px;
}
.footer .navigation li{
line-height: 27px;
}
.footer .blocks .block{
vertical-align: top;
min-height: 240px;
display: inline-block;
width: 25%;
border-right: 1px solid #FFF;
box-sizing: border-box;
padding-left: 40px;
margin-top: 20px;
}

.footer .blocks .block .logo{
margin-top: 50px;
}

.footer .blocks .block-1{
padding-left: 0px;
}
.footer .blocks .block-4{
border: none;
}

.footer .blocks .block-small{
display: none;
}

.footer .blocks .telephones a,
.footer .blocks .telephones p{
font-size: 16px;
}
.footer .blocks .telephones p{
padding-top: 14px;
}
.footer .blocks .to-top{
background-color: #FFF;
color: #01539A;
font-size: 16px;
display: block;
padding: 5px 10px;
box-sizing: border-box;
width: 170px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

.footer .block p{
font-size: 14px;
color: #FFF;
max-width: 160px;
}
.footer .block a{
font-size: 14px;
color: #FFF;
}

@media screen and (max-width: 1000px) {
.logos-block .logo{
  /*width: 50px;*/
}
}
@media screen and (max-width: 860px) {



.logos-block{
  display: none;
}
.footer .blocks{
  text-align: center;
}
.footer .blocks .block{
  width: 100%;
  padding-left: 0px;
  border: none;
  min-height: 0;
}
.footer .block p{
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.footer .blocks .block-small{
  display: block;
}
.footer .blocks .block-3,
.footer .blocks .block-2,
.footer .blocks .block-1{
  display: none;
}
.footer .title{
  padding-bottom: 10px;
}
}

/*FOOTER*/

/*SIDEBAR*/
.sidebar{
 display: inline-block;
  width: 275px;
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
.sidebar{
  display: none;
}
}
/*SIDEBAR*/

/*SIDE NAVIGATION*/
.side-navigation{
display: block;
position: relative;
box-sizing: border-box;
padding-bottom: 60px;
vertical-align: top;
padding-left: 10px;
}
.side-navigation li{
font-size: 16px;
display: block;
padding: 8px 0px; 
border-bottom: 1px solid #DBDBDB;
}
.side-navigation li a{
color: #5A5A5A;
}
.side-navigation li a:hover{
color: #01539A;
opacity: 1;
}
.side-navigation li.selected a{
font-weight: 700;
color: #01539A;
}
.side-navigation li.selected .submenu{
padding-top: 10px;
padding-bottom: 10px;
}

.side-navigation .submenu{
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
width: 100%;
max-height: 1000px;
}

.side-navigation .submenu.closed{
max-height: 0px;
overflow: hidden;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0;
}

.side-navigation .submenu li{
border: none;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.side-navigation .submenu li a{
font-size: 14px;
}
.side-navigation .submenu li:hover{
background-color: #01539A;
}
.side-navigation .submenu li:hover a{
color: #FFF;
}

@media screen and (max-width: 1000px) {
.side-navigation{
  display: none;
}
}

/*SIDE NAVIGATION*/


/*SIDE BANNERS*/
.side-banners{
display: block;
position: relative;
box-sizing: border-box;
padding-bottom: 60px;
vertical-align: top;
padding-left: 10px;
}
.side-banners li{
position: relative;
display: block;
margin-bottom: 50px;
}
.side-banners li h1{
font-size: 24px;
font-weight: 700;
color: #FFF;
}
.side-banners li p{
color: #FFF;
font-size: 14px;
}
.side-banners li a{
color: #FFF;
font-size: 10px;
}
.side-banners li .background{
line-height: 0px;
}
.side-banners li .text-overflow{
position: absolute;
width: 100%;
bottom: -1px;
padding: 14px;
box-sizing: border-box;
}
.side-banners li .overflow{
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0.8;
height: 100%;
width: 100%;
z-index: 1;
}

.side-banners li .text{
position: relative;
z-index: 20;
}

@media screen and (max-width: 1000px) {
.side-banners{
  display: none;
}
}

/*SIDE BANNERS*/

/*SIDE FILTERS*/
.side-filters{
display: block;
position: relative;
box-sizing: border-box;
padding-bottom: 60px;
vertical-align: top;
padding-left: 10px;
}
.filter-header{
border-bottom: 1px solid #DBDBDB;
padding-bottom: 12px;
margin-bottom: 30px;
}
.filter-header h2{
color: #5A5A5A;
font-size: 24px;
font-weight: 600;
display: block;
float: left;
}
.side-filters .title{
color: #5A5A5A;
font-size: 16px;
margin-bottom: 10px;
}
.filter-header .clear-filter{
vertical-align: top;
font-size: 14px;
color: #D0021B;
display: block;
float: right;
margin-top: 11px;
}
.filter-icon-x{
vertical-align: top;
display: inline-block;
width: 12px;
height: 12px;
margin-top: 5px;
margin-left: 10px;
background-repeat: no-repeat;
background-image: url('/img/clear-filter-x.svg');
}
.no-svg .filter-icon-x{
background-image: url('/img/clear-filter-x.png');
}


.slider-wrapper{
position: relative;
margin-top: 10px;
}
#price-to-handle-track,
#price-from-handle-track{
position: absolute;
height: 10px;
width: 100%;
}
.slider-wrapper .gray-line{
position: absolute;
height: 4px;
width: 100%;
background-color: #DBDBDB;
top: 10px;
}
.slider-wrapper .green-line{
position: absolute;
height: 4px;
width: 100%;
left: 20px;
background-color: #5FAA08;
top: 10px;
}
.slider-wrapper .handle{
top: 1px;
cursor: pointer;
position: absolute;
width: 13px;
height: 13px;
border-radius: 11px;
background-color: #5A5A5A;
border: 4px solid #F0F0F0;
z-index: 1;
}
.slider-wrapper .handle:hover{
z-index: 2;
}
.slider-wrapper .from-handle{

}
.slider-wrapper .to-handle{

}


.price-slider-block .textual-range{
text-align: center;
padding-top: 30px;
}
.price-slider-block .textual-range p{
color: #5A5A5A;
font-size: 16px;
display: inline-block;
}

.filter-textfield-block{
padding-bottom: 20px;
}
.input-textfield{
position: relative;
}
.input-textfield input{
background-color: #FFF;
border: none;
width: 100%;
box-sizing: border-box;
padding: 5px 10px;
font-size: 12px;
color: #5A5A5A;
}
.input-textfield .placeholder{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
position: absolute;
top: 0;
padding: 5px 10px;
color: #5A5A5A;
font-size: 12px;
}
.input-textfield .placeholder.hidden{
opacity: 0;
}
.double .input-textfield{
display: inline-block;
width: 47%;
}
.double .divider{
display: inline-block;
width: 6%;
text-align: center;
}

.input-select{
position: relative;
}

.input-select select{
background-color: #FFF;
border: none;
border-radius: 0px;
width: 100%;
box-sizing: border-box;
padding: 5px 10px;
font-size: 12px;
color: #5A5A5A;
}

/*SIDE FILTERS*/



/*CONTENT*/
.content{
background-color: #F0F0F0;
}

.main-content{
vertical-align: top;
display: inline-block;
padding-left: 280px;
margin-left: -280px;
width: 100%;
padding-top: 40px;
box-sizing: border-box;
}
.main-content.full-width{
padding-left: 0px;
margin-left: 0px;
}

.discount-block{
position: relative;
margin-bottom: 40px;
box-sizing: border-box; 
width: 100%;
padding-left: 40px;
}
.discount-block-wrapper{
position: relative;
box-sizing: border-box; 
width: 100%;
}

.discount-block .background{
line-height: 0px;
}
.discount-block .background img{
width: 100%;
}
.discount-block .overlay-text{
position: absolute;
bottom: 0;
left: 0;
max-width: 500px;
padding-left: 30px;
padding-bottom: 30px;
}
.discount-block .overlay-text h1{
color: #FFF;
font-size: 48px;
padding-bottom: 6px;
}
.discount-block .overlay-text p{
font-size: 20px;
padding-bottom: 20px;
color: #FFF;
}
.discount-block .overlay-text .button{
display: inline-block;
color: #FFF;
background-color: #D0021B;
padding: 10px 40px;
text-align: center;
}
.discount-block .overlay-text .button:hover{
opacity: 1;
background-color: #E9001D;
}

@media screen and (max-width: 1000px) {
.main-content{
  padding-left: 0px;
  margin-left: 0px;
}

.discount-block{
  display: none;
}
}
/*CONTENT*/


/*SECTIONS*/
.section{
/*padding-top: 56px;*/
}
.section h1{
color: #5A5A5A;
font-size: 24px;
font-weight: 600;
margin-bottom: 50px;
padding-left: 40px;
}

.product-grid{

}
.product-grid .product-item{
text-align: center;
display: inline-block;
width: 33.33%;
padding-left: 40px;
margin-bottom: 60px;
box-sizing:border-box;
vertical-align: top;
}

.product-grid .product{
padding-left: 10px;
padding-right: 10px;
position: relative;
display: block;
box-sizing:border-box;
background-color: #FFF;
border: 1px solid #FFF;
}
.product-grid .product-item.green:hover .product{
border: 1px solid #5FAA08;
}
.product-grid .product-item.red:hover .product{
border: 1px solid #D0021B;
}
.product-grid .product-item.blue:hover .price-wrapper .hidden-price-label,
.product-grid .product-item.blue:hover .product{
border: 1px solid #01539A;
}
.product-grid.list .product-item.blue:hover .price-wrapper .hidden-price-label{
border: none;
}

.product-grid .product:hover{
opacity: 1;
}
.product-grid .product .image{
vertical-align: middle;
height: 300px;
width: 100%;
display: table;
text-align: center;
}
.product-grid .product-item.small .image{
height: 180px;
padding-top: 80px;
}
.product-grid .product-item.small .product img{
max-height: 140px;
width: auto;
}

.product-grid .product .image div{
display: table-cell;
vertical-align: middle;
}
.product-grid .product img{
max-width: 100%;

/* max-width: 214px;*/
width: 100%;

display: block;
margin-left: auto;
margin-right: auto;
}

.product-grid .product .price{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
position: absolute;
padding: 9px 14px;
top: -20px;
right: -1px;
color: #FFF;
background-color: #9B9B9B;
}
.product-grid .product .price.red{
background-color: #D0021B;
}
.product-grid .product .price.green{
background-color: #5FAA08;
}
.product-grid .product-item.blue:hover .product .price.blue{
background-color: #01539A;
}

.product-grid .product h2{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
color: #5A5A5A;
font-size: 16px;
padding-bottom: 4px;
}
.product-grid .product-item.green:hover .product h2{
color: #5FAA08;
}
.product-grid .product-item.red:hover .product h2{
color: #D0021B;
}
.product-grid .product-item.blue:hover .product h2{
color: #01539A;
}



.layout-block{
margin-top: 5px;
}
.layout-buttons{
display: inline-block;
vertical-align: top;
display: none;
}
.layout-buttons .list-button{
vertical-align: top;
margin-right: 10px;
margin-left: 10px;
display: inline-block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url('/img/list-icon.svg');
}
.layout-buttons .grid-button{
vertical-align: top;
display: inline-block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url('/img/grid-icon.svg');
}
.no-svg .layout-buttons .list-button{
background-image: url('/img/list-icon.png');
}
.no-svg .layout-buttons .grid-button{
background-image: url('/img/grid-icon.png');
}


.product-grid .product .price-wrapper .price-label,
.product-grid .product .price-wrapper .see-link,
.product-grid .product .image-name-wrapper .number,
.product-grid .product .image-name-wrapper .category-name{
display: none;
color: #9B9B9B;
font-size: 12px;
}
.product-grid .product .image-name-wrapper .number{
display: block;
padding-bottom: 20px;
}
.product-grid.list .product .image-name-wrapper .number{

}

.product-grid .product .price-wrapper .hidden-price-label span{
padding-left: 10px;
padding-right: 10px;
display: block;
}


.product-grid .product .price-wrapper .hidden-price-label{
width: 100%;
padding: 0px;
right: -1px;
border: 1px solid #9B9B9B;
padding-top: 10px;
padding-bottom: 10px;
}
.product-grid.list .product .price-wrapper .hidden-price-label{
padding-top: 20px;
font-size: 14px;
border: none;
color: #01539A;
}

.mobileShow{display:none;}
@media screen and (max-width: 1000px) {
  .mobileShow{display:block;}
  .mobileHide{display:none;}
}
@media screen and (max-width: 640px) {
  
  
}

@media screen and (min-width: 800px) {
.layout-buttons{
  display: inline-block;
}
.product-grid.list .product{
  text-align: left;
  padding: 0px;
  border: 1px solid #F0F0F0;
}
.product-grid.list .product-item.blue:hover .product{
  border: 1px solid #F0F0F0;;
}
.product-grid.list .product-item{
  width: 100%;
  margin-bottom: 18px;
}
.product-grid.list .product .image{
  width: auto;
  display: inline-block;
  height: 170px;
  padding: 20px;
  width: 40%;
  box-sizing: border-box;
}
.product-grid.list .product .name-wrapper{
  display: inline-block; 
  vertical-align: top;
  padding-top: 44px;
  box-sizing: border-box;
  width:60%; 
}
.product-grid.list .product .image div{
  display: block;
  height: 100%;
}
.product-grid.list .product img{
  max-height: 100%;
  width: auto;
}

.product-grid.list .product .price-wrapper .price-label,
.product-grid.list .product .price-wrapper .see-link,
.product-grid.list .product .image-name-wrapper .number,
.product-grid.list .product .image-name-wrapper .category-name{
  display: block;
}

.product-grid .product .price-wrapper .price-label{
  display: inline-block;
  color: white;
}

.product-grid.list .product .price-wrapper .price-label{
  color: #5A5A5A;
}
.product-grid.list .product .price-wrapper .see-link{
  color: #01539A;
}
.product-grid.list .product .price-wrapper .see-link:hover{
  text-decoration: underline;
}

.product-grid.list .product .price-wrapper .hidden-price-label{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #01539A;
}
.product-grid .product .price-wrapper .hidden-price-label span{
  font-size: 12px;
}
.product-grid.list .product .price-wrapper .hidden-price-label span{
  padding-left: 40px;
  padding-right: 40px;
  
}

.product-grid.list .product .price-wrapper{
  display: inline-block;
  border-left: 2px solid #F0F0F0;
  height: 190px;
  vertical-align: top;
  text-align: center;
  width: 29%;
  box-sizing: border-box;
  padding-top: 44px;
}
.product-grid.list .product .price{
  text-align: left;
  position: relative;
  /*float: right;*/
  top: auto;
  right: auto;
  display: inline-block;
  background-color: transparent;
  color: #5A5A5A;
  font-size: 20px;
  font-weight: 600;
}
.product-grid.list .product-item.blue:hover .product .price.blue{
  background-color: transparent;
}


.product-grid.list .product .image-name-wrapper{
  text-align: left;
  position: relative;
  display: inline-block;
  width: 70%;
}
.product-grid.list .product h2{
  padding-bottom: 0px;
  color: #01539A;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
}

}



@media screen and (max-width: 1100px) {
.product-grid .product .image{
  height: 260px;
}

}

@media screen and (max-width: 1000px) {
.section h1{
  padding-left: 20px;
}
.product-grid .product-item{
  padding-left: 20px;
  padding-right: 20px;
}
}

@media screen and (max-width: 800px) {
.product-grid .product-item{
  width: 50%;
}
.product-grid .product .price-wrapper .hidden-price-label,
.product-grid.list .product .price-wrapper .hidden-price-label{
  width: 100%;
  padding: 0px;
  right: -1px;
  border: 1px solid #9B9B9B;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 14px;
}
.product-grid .product .price-wrapper .hidden-price-label span{
  font-size: 12px;
}
}
@media screen and (max-width: 500px) {
.section h1{
  padding-left: 40px;
}
.product-grid .product-item{
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
}
/*SECTIONS*/

/*PRODUCTS*/

.products-filter{
position: relative;
padding-left: 40px;
margin-bottom: 60px;
}
.products-filter h1{
padding-left: 0px;
margin-bottom: 0px;
}
.products-filter p{
font-size: 14px;
color: #5A5A5A;
margin-top: 3px;
}

.products-filter .sort-block{
position: absolute;
top: 0px;
right: 0px;
}
.products-filter .sort-block p{
display: inline-block;
color: #5A5A5A;
font-size: 16px;
}

.products-filter .sort-block .sort-button-wrapper{
display: inline-block;
margin-left: 14px;
position: relative;
background-color: #9B9B9B;
}

.products-filter .sort-block .sort-button{
display: block;
font-size: 16px;
padding: 10px 30px;
color: #FFF;
text-align: center;
}

.products-filter .sort-block .sort-submenu a{
display: block;
width: 100%;
color: #FFF;
font-size: 14px;
text-align: center;
margin-bottom: 6px;
}

.products-filter .sort-block .sort-submenu{
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
position: absolute;
width: 100%;
max-height: 0px;
padding: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #9B9B9B;
box-sizing: border-box;
overflow: hidden;
z-index: 100;
}
.products-filter .sort-block .sort-button-wrapper:hover .sort-submenu,
.products-filter .sort-block .sort-submenu.visible{
max-height: 500px;
padding-top: 10px;
padding-bottom: 10px;

}


.pager-wrapper{
width: 100%;
text-align: center;
box-sizing: border-box;
padding-left: 40px;
padding-bottom: 60px;
}
.pager-wrapper .pager{
display: inline-block;
}

.pager-wrapper .pager-button{
display: inline-block;
padding: 9px;
font-size: 16px;
background-color: #9B9B9B;
color: #FFF;
width: 40px;
height: 40px;
margin-left: 4px;
margin-right: 4px;
box-sizing: border-box;
}

.pager-wrapper .pager-button:hover,
.pager-wrapper .pager-button.selected{
background-color: #01539A;
}

.filtered-info{
display: inline-block;
vertical-align: top;
}


.product-columns{
position: relative;
padding-left: 40px;
padding-bottom: 60px;
}
.product-columns .column{
width: 33.33%;
display: inline-block;
vertical-align: top;
padding-right: 20px;
box-sizing: border-box;
}

.product-columns .column li{
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.product-columns .column li a{
opacity: 1;
}
.product-columns .column li a:hover{
text-decoration: underline;
}

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

.products-filter{
  padding-left: 20px;  
  padding-right: 20px; 
}
.products-filter .sort-block{
  right: 20px;
  display: none;
}
.pager-wrapper{
  padding-left: 0px;
}
.product-columns{
  padding-left: 20px;
}
}

@media screen and (max-width: 700px) {
.products-filter{
  text-align: center;
}
.filtered-info{
  display: none;
}
.products-filter .sort-block{
  position: relative;
  margin-top: 20px;
  right: 0px;
}

.product-columns .column{
  width: 50%;
}
}

@media screen and (max-width: 500px) {
.products-filter{
  padding-left: 40px;  
  padding-right: 40px; 
}
.product-columns{
  padding-left: 0px;
  text-align: center;
}
.product-columns .column{
  width: 100%;
}


}
/*PRODUCTS*/



/*PRODUCT*/

.product-section{

}

.product-section .main-box{
position: relative;
vertical-align: top;
display: inline-block;
box-sizing: border-box;
width: 50%;
padding-left: 40px;
color: #5A5A5A;
margin-bottom: 60px;
}
.product-section .main-box .box-wrapper{
box-sizing: border-box;
width: 100%;
background-color: #FFF;
padding: 20px;
}
.product-section .main-box .category-title{
font-size: 14px;
padding-bottom: 10px;
}
.product-section .main-box h1{
font-size: 48px;
color: #01539A;
padding-left: 0px;
}
.product-section .price-box{
	padding-bottom: 30px;
}
.pb{width: 50%;float: left;}

.product-section .price-box .price{
font-size: 28px;
color: #5FAA08;
font-weight: 600;
}

.product-section table.price-box .price{
font-size: 16px;
color: #5FAA08;
font-weight: 600;
}
.product-section .price-box .pvn-price{
font-size: 14px;
}
.product-section .price-box .info{
color: #5FAA08;
font-size: 14px;
padding-top: 10px;
}
.product-section .price-box .price-wrapper{
float: left;
display: block;
}
.product-section .price-box .add-to-cart{
float: right;
display: block;
background-color: #5FAA08;
color: #FFF;
font-size: 16px;
font-weight: 600;
box-sizing: border-box;
text-align: center;
padding: 9px 20px;
margin-top: 10px;
width: 45%;
}

.product-section .info-list .item{
border-bottom: 1px solid #DBDBDB;
width: 100%;
padding-top: 13px;
padding-bottom: 13px;
}
.product-section .info-list .item.last,
.product-section .info-list .item:last-child {
  border: none;
}

.product-section .info-list .product-counter{

}

.product-section .info-list .product-counter .inc-count,
.product-section .info-list .product-counter .dec-count{
width: 20px;
height: 20px;
display: inline-block;
vertical-align: top;
background-repeat: no-repeat;
margin-top: 1px;
}
.product-section .info-list .product-counter .inc-count{ background-image: url('/img/inc-counter.svg'); }
.product-section .info-list .product-counter .dec-count{ background-image: url('/img/dec-counter.svg'); }
.product-section .info-list .product-counter .inc-count:hover{ background-image: url('/img/inc-counter-green.svg'); }
.product-section .info-list .product-counter .dec-count:hover{ background-image: url('/img/dec-counter-green.svg'); }

.no-svg .product-section .info-list .product-counter .inc-count{ background-image: url('/img/inc-counter.png'); }
.no-svg .product-section .info-list .product-counter .dec-count{ background-image: url('/img/dec-counter.png'); }
.no-svg .product-section .info-list .product-counter .inc-count:hover{ background-image: url('/img/inc-counter-green.png'); }
.no-svg .product-section .info-list .product-counter .dec-count:hover{ background-image: url('/img/dec-counter-green.png'); }

.product-section .info-list .product-counter input{
border: none;
background-color: transparent;
display: inline-block;
width: 50px;
text-align: center;
vertical-align: top;
color: #5FAA08;
font-size: 16px;
}

.product-section .info-list .title-wrap{
display: inline-block;
width: 48%; 
font-size: 14px;
box-sizing: border-box;
}
.product-section .info-list .value-wrap{
display: inline-block;
width: 48%; 
font-size: 14px;
padding-left: 20px;
box-sizing: border-box;
}
.product-section .info-list .value-wrap.green{
color: #5FAA08;
}
.product-section .info-list .value-wrap a{
font-weight: 600;
}

.cart-table .stock_price{margin-left: 27px;}

.stock_price{font-size:12px;background:#5FAA08;position:absolute;color:#fff;padding:3px 10px;border-radius:5px;margin-top: -30px;margin-left: -10px;}
.stock_price p{position: relative;z-index: 100;background: #5FAA08;}
.stock_price.center{position: relative;right: 0;margin-bottom: 10px;}
 .stock_price.center:after{margin-left: 50px;}
.stock_price:after {
    content: "";
    background: #5FAA08;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: -4px;
    transform: rotate(45deg);
}


.product-section .gallery-box{
position: relative;
vertical-align: top;
display: inline-block;
box-sizing: border-box;
width: 50%;
padding-left: 20px;
margin-bottom: 60px;
}
.gallery-box .slider .item{
position: relative;
line-height: 0;
background-color: #FFF;
height: initial;
text-align: center;
}
.gallery-box .slider .item .table{
display: table;
width: 100%;
height: 100%;
}
.gallery-box .slider .item .cell{
display: table-cell;
vertical-align: middle;
}
.gallery-box .slider .item img{
display: inline-block;
max-width: 100%;
width: auto;
max-height: 100%;
}

.gallery-box .thumbnails{
position: relative;
padding-top: 20px;
clear: both;
margin-left: -20px;
}
.gallery-box .thumb-wrap{
padding-left: 20px;
padding-bottom: 20px;
width: 25%;
height: 115px;
box-sizing: border-box;
display: inline-block;
}
.gallery-box .thumb-border{
position: relative;
height: 100%;
padding: 10px;
box-sizing: border-box;
background-color: #FFF;
border: 1px solid transparent;
}

.slider-wrap{
position: relative;
}
.slider-wrap .slider-links{
display: none;
}
.fullscreen-button{
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;

-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);

cursor: pointer;
z-index: 100;
position: absolute;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -40px;
width: 80px;
height: 80px;
opacity: 0;
background-repeat: no-repeat;
background-image: url('/img/fullscreen-ico.svg');
}
.no-svg .fullscreen-button{
background-image: url('/img/fullscreen-ico.png');
}

.slider-wrap:hover .fullscreen-button{
-webkit-transform: translateY(0px);
opacity: 0.5;
}
.slider-wrap .fullscreen-button:hover{
opacity: 1;
}

.gallery-box .thumb{
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
cursor: pointer;
width: 100%;
height: 100%;
/*border: 1px solid transparent;*/
background-repeat: no-repeat;
background-size: contain;
background-position: 50% 50%;
}
.gallery-box .thumb-border:hover,
.gallery-box .thumb-border.selected{
border: 1px solid #5FAA08;
}


@media screen and (max-width: 1200px) {
.gallery-box .thumb-wrap{
  height: 100px;
}
}
@media screen and (max-width: 1100px) {
.gallery-box .thumb-wrap{
  width: 33.33%;
  height: 120px;
}
}
@media screen and (max-width: 1100px) {
.gallery-box .thumb-wrap{
  width: 25%;
  height: 110px;
}
}
@media screen and (max-width: 900px) {
.product-section .gallery-box{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.product-section .main-box{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-box .thumb-wrap{
  width: 16.66%;
  height: 110px;
}
}
@media screen and (max-width: 770px) {
.gallery-box .thumb-wrap{
  width: 20%;
}
}
@media screen and (max-width: 650px) {
.gallery-box .thumb-wrap{
  width: 25%;
}
}
@media screen and (max-width: 500px) {
.gallery-box .thumb-wrap{
  width: 33.33%;
}
}
@media screen and (max-width: 380px) {
.product-section .info-list .product-counter input{
  width: 40px;
}
.product-section .price-box .add-to-cart{
  width: 100%;
}
.gallery-box .thumb-wrap{
  width: 50%;
}
}
/*PRODUCT*/


/*CART*/

.page-section{

}
.page-section .wrapper-box{
padding-left: 40px;
}
.page-section h1{
padding-left: 0px;
margin-bottom: 0px;
padding-bottom: 6px;
}
.page-section .title-block p{
font-size: 14px;
line-height: 1.7em;
}

.cart-table{
margin-top: 40px;
border: 1px solid #DBDBDB;
border-bottom: 0px;
}
.cart-table .row{
position: relative;
display: block;
box-sizing: border-box;
min-height: 40px;
border-bottom: 1px solid #DBDBDB;
background-color: #FFF;

}
.cart-table .header-row{
background-color: #F0F0F0;
font-size: 14px; 
}
.cart-table .td{
position: relative;
vertical-align: top;
box-sizing: border-box;
display: inline-block;
padding: 8px 8px;
text-align: right;
}

.invoice-statuss{
position: absolute;
top: 10px;
right: 20px;
margin-bottom: 20px;
font-size: 12px;
}
.invoice-statuss .title{
display: inline-block;
padding-top: 1px;
/*margin-top: -1px;*/
}

.invoice-statuss .clock,
.cart-table .td .clock{
cursor: pointer;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: top;
margin-left: 6px;
margin-top: 3px;
background-size: cover;
background-image: url('/img/clock-icon.svg');
}
.invoice-statuss .clock{
width: 14px;
height: 14px;
}
.invoice-statuss .clock:hover,
.cart-table .td .clock:hover{

}
.invoice-statuss .clock.blue,
.cart-table .td .clock.blue{
background-image: url('/img/clock-icon-blue.svg');
}
.invoice-statuss .clock.green,
.cart-table .td .clock.green{
background-image: url('/img/clock-icon-green.svg');
}
.no-svg .invoice-statuss .clock,
.no-svg .cart-table .td .clock{
background-image: url('/img/clock-icon.png');
}
.no-svg .invoice-statuss .clock.blue,
.no-svg .cart-table .td .clock.blue{
background-image: url('/img/clock-icon-blue.png');
}
.no-svg .invoice-statuss .clock.green,
.no-svg .cart-table .td .clock.green{
background-image: url('/img/clock-icon-green.png');
}
.invoice-statuss .clock span,
.cart-table .td .clock span{
background-color: #5A5A5A;
color: #FFF;
font-size: 12px;
width: 210px;
text-align: center;
z-index: 1;
margin-left: -105px;
margin-top: 20px;
padding: 10px 10px;
position: absolute;
display:none;
}
.invoice-statuss .clock:hover span,
.cart-table .td .clock:hover span{
display: block;
}

.cart-table .td:nth-of-type(1){
text-align: left;
}

.invoice-statuss p.blue,
.cart-table .td p.blue{
color: #01539A;
}
.invoice-statuss p.red,
.cart-table .td p.red{
color: #BD252C;
}
.invoice-statuss p.green,
.cart-table .td p.green{
color: #5FAA08;
}



.cart-table .small-close{
/*-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;*/
cursor: pointer;
display: block;
position: absolute;
right: 20px;
top: 50%;
margin-top: -10px;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 20px;
height: 20px;
background-color: #5A5A5A;
background-image: url('/img/small-close.svg');
}
.cart-table .small-close:hover{
opacity: 0.8;
}

.cart-table .counter-block{

}

.cart-table .counter-block input{
display: inline-block;
background-color: transparent;
border: none;
width: 20px;
text-align: center;
padding: 0px;
font-size: 14px;
color: #5A5A5A;
vertical-align: top;
}

.cart-table .counter-block .inc-button,
.cart-table .counter-block .dec-button{
vertical-align: top;
display: inline-block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}

.cart-table .counter-block .inc-button{ background-image: url('/img/inc-rect.svg'); }
.cart-table .counter-block .dec-button{ background-image: url('/img/dec-rect.svg'); }

.no-svg .cart-table .counter-block .inc-button{ background-image: url('/img/inc-rect.png'); }
.no-svg .cart-table .counter-block .dec-button{ background-image: url('/img/dec-rect.png'); }


.cart-table .td-1{width: 12%;}
.cart-table .td-2{width: 28%;}
.cart-table .td-3{width: 16%;}
.cart-table .td-4{width: 10%;}
.cart-table .td-5{width: 12%; padding-left: 0px;}
.cart-table .td-6{width: 22%;}


.cart-table .header-row .td{
padding-top: 10px;
padding-bottom: 10px;
}
.cart-table .td .small-title{
display: none;
}




.cart-table.list{
margin-top: 40px;
border: 1px solid #DBDBDB;
border-bottom: 0px;
border: none;
}
.cart-table.list .row{
margin-bottom: 20px;
border: none;
position: relative;
background-color:#FFF;
}

.cart-table.list .row .image{
height: 86px;
width: 100px;
padding: 20px 30px;
display: inline-block;
vertical-align: top;
}
.cart-table.list .row .image div{
height: 100%;
}
.cart-table.list .row .image img{
max-height: 100%;
}
.cart-table.list .row .list-content{
position: relative;
display: inline-block;
vertical-align: top;
padding-left: 160px;
margin-left: -160px;
width: 100%;
box-sizing: border-box;
}
.cart-table.list .row .name-wrapper{
position: relative;
display: inline-block;
vertical-align: top;
width: 40%;
}
.cart-table.list .row .price-wrapper{
position: relative; 
display: inline-block;
vertical-align: top;
text-align: right;
float: right;
padding-top: 62px;
padding-right: 20px;
box-sizing: border-box;
}

.cart-table.list .row .price-box,
.cart-table.list .row .count-box,
.cart-table.list .row .total-box,
.cart-table.list .row .availability-box,
.cart-table.list .row .number-box{
display: inline-block;
vertical-align: top;
width:50%;float:left;
}

.cart-table.list .row .name-wrapper{
padding-top: 20px;
}
.cart-table.list .row .name-wrapper .name{
font-size: 20px;
margin-bottom: 14px;
}
.cart-table.list .row .small-title{
font-size: 12px;
margin-bottom: 10px;
    width: 120px;
  word-wrap: break-word;
}
.cart-table.list .row .name-wrapper .number{
font-size: 16px;
}
.cart-table.list .row .number-box{
float:left;
margin-bottom: 10px;
}

.cart-table.list .row .name-wrapper .blue{
color: #01539A;
}
.cart-table.list .row .name-wrapper .green{
color: #5FAA08;
}
.cart-table.list .row .name-wrapper .red{
color: #D0021B;
}

.cart-table.list .row .price-box,
.cart-table.list .row .count-box,
.cart-table.list .row .total-box{
margin-left: 26px;
margin-bottom: 10px;
width:initial;
}
.cart-table.list .row .price-box{
text-align: center;
margin-left: 0px;
}
.cart-table.list .row .count-box{
text-align: center;
}
.cart-table.list .row .total-box{

}


.summary-block{
float: right;
text-align: right;
padding-top: 20px;
padding-bottom: 60px;
}
.summary-block p{
line-height: 1.7em;
}
.summary-block .pvn,
.summary-block .without-pvn{
font-size: 16px;
/*padding-right: 50px;*/
padding-right: 20px;
}
.summary-block .with-pvn{
font-size: 16px;
font-weight: 600;
/*padding-right: 50px;*/
padding-right: 20px;
padding-bottom: 20px;
}
.summary-block .with-pvn .value{
font-size: 24px;
}
.summary-block .order-button{
display: inline-block;
background-color: #5FAA08;
color: #FFF;
font-weight: 600;
text-align: center;
min-width: 140px;
padding: 8px 20px;
margin-right: 10px;
}
.page-section .title-block p .red{
  color: #BD252C;
}

@media screen and (max-width: 800px) {
.cart-table {
  border:none;
}
.cart-table .header-row{
  display: none;
}
.cart-table .row{
  background-color: transparent;
  border:none;
  margin-bottom: 20px;
}
.cart-table .td{

  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
  background-color: #FFF;
}
.cart-table .td .small-title{
  display: block;
}
.cart-table .td-1{
  background-color: #9B9B9B;
  color: #FFF;
  font-size: 16px;
}

.cart-table .small-close{
  display: none;
}

.summary-block{
  text-align: center;
  float: none;
}
.summary-block .with-pvn .value{
  display: block;
}
.summary-block .with-pvn,
.summary-block .pvn,
.summary-block .without-pvn{
  padding-right: 0px;
}
.page-section .wrapper-box{
  padding-left: 0px;
}
.page-section .title-block{
  text-align: center;
}
.page-section .title-block p{
  display: none;
}
.page-section .title-block .dont-hide p{
  display: block;
}




.cart-table .counter-block{
  margin-top: -16px;
}

.cart-table .counter-block input{
  width: 100px;
  margin-top: 16px;
}

.cart-table .counter-block .inc-button,
.cart-table .counter-block .dec-button{
  width: 32px;
  height: 32px;
}


.cart-table.list .row .image{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cart-table.list .row .list-content{
  width: 100%;
  margin-left: 0px;
  padding: 0px 20px;
}

.cart-table.list .row .name-wrapper,
.cart-table.list .row .price-wrapper{
  width: 100%;
  padding-right: 0px;
  box-sizing:border-box;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.cart-table.list .row .price-wrapper{
  padding-top: 0px;
}
.cart-table.list .row .price-box,
.cart-table.list .row .count-box,
.cart-table.list .row .total-box{
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
}



.invoice-statuss{
  position: relative;
  top: auto;
  right: auto;
}
}

/*CART*/


/*SEARCH*/
.search-section .search-input-box{
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 50px;
  position: relative;
  max-width: 560px;
}



.search-section .search-input-box .search-add{
  background-color: #5A5A5A;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
}
.search-section .search-input-box .search-add:hover{
  opacity: 1;
}
.search-section .search-input-box .search-add:hover .icon{
  opacity: 0.7;
}
.search-section .search-input-box .search-add .icon{
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-image: url('/img/plus-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.no-svg .search-section .search-input-box .search-add .icon{
  background-image: url('/img/plus-icon.png'); 
}


.search-section .search-input-box .search-clear{
  background-color: #FFF;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
}
.search-section .search-input-box .search-clear:hover{
  opacity: 1;
}
.search-section .search-input-box .search-clear:hover .icon{
  opacity: 0.7;
}
.search-section .search-input-box .search-clear .icon{
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-image: url('/img/blue-x.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.no-svg .search-section .search-input-box .search-clear .icon{
  background-image: url('/img/blue-x.png'); 
}

.search-section .search-input-box .input-field{
  background-color: #FFF;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  width:100%;
  overflow: hidden;
}
.search-section .search-input-box input{
  border-color: #01539A;
  color: #01539A;
}
.search-section .search-input-box .placeholder{
  color: #01539A;
}
.search-section .search-input-box .placeholder-small{
  display: none;
}
.table-list{
  border: 1px solid #DBDBDB;
}
.table-list .row{
  padding: 8px 20px;
  border-bottom: 1px solid #DBDBDB;
  background-color: #FFF;
}
.table-list .header-row{
  background-color: transparent;
}
.table-list .row.last,
.table-list .row:last-child {
  border: none;
}

.register-block{
  float: right;
  margin-top: 40px;
  margin-bottom: 60px;
}
.register-block .price-wrapper{
  color: #5FAA08;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.register-block .add-to-cart{
  vertical-align: top;
  display: inline-block;
  background-color: #5FAA08; 
  color: #FFF;
  padding: 8px 20px;
  text-align: center;
  min-width: 130px;
}

@media screen and (max-width: 400px) {
.search-section .search-input-box .placeholder{
  display: none;
}
.search-section .search-input-box .placeholder-small{
  display: block;
}
}

/*SEARCH*/


/*LOGIN*/

.login-block{
padding-top: 40px;
padding-bottom: 40px;
}
.login-block .input-field{
box-sizing: border-box;
height: auto;
display: inline-block;
width: 40%;
padding-left: 0px;
padding-right: 40px;
}
.login-block .input-field .title{
padding-left: 20px;
padding-bottom: 10px;
}
.login-block .input-field input{
position: relative;
background-color: #FFF;
height: 40px;
color: #01539A;
border: 1px solid #01539A;
}
.login-buttons{
padding-bottom: 60px;
}
.login-buttons .button,
.login-buttons .input[type="submit"]{
margin-right: 20px;
}
.login-buttons .forgot-link{
font-size: 14px;
text-decoration: underline;
}

@media screen and (max-width: 1000px) {
.login-block .input-field{
  width: 50%;
}
}

@media screen and (max-width: 700px) {
.login-block .input-field{
  width: 100%;
  padding-right: 0px;
}
.login-buttons .button,
.login-buttons .input[type="submit"]{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.login-buttons .forgot-link{
  text-align: center;
  display: block;
}
}
/*LOGIN*/


/*REGISTER*/

form input[type=checkbox]{
display: none!important;
}
form input[type=radio]{
display: none!important;
}

.checkbox-image{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
display: inline-block;
width: 20px;
height: 20px;
margin-right: 6px;
cursor: pointer;
z-index: 111;
background-repeat: no-repeat;
background-image   : url('/img/checkbox.svg');
}
.checkbox-image.checked{
background-image   : url('/img/checkbox-green.svg'); 
}

.no-svg .checkbox-image{
background-image   : url('/img/checkbox.png');
}
.no-svg .checkbox-image.checked{
background-image   : url('/img/checkbox-green.png'); 
}
.checkbox-text{
display: inline-block;
vertical-align: top;
font-size: 14px;
}
.checkbox-block{
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.radio-image{
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
display: inline-block;
width: 20px;
height: 20px;
margin-right: 6px;
cursor: pointer;
z-index: 111;
background-repeat: no-repeat;
background-image   : url('/img/checkbox.svg');
}
.radio-image.checked{
background-image   : url('/img/checkbox-green.svg'); 
}

.no-svg .radio-image{
background-image   : url('/img/checkbox.png');
}
.no-svg .radio-image.checked{
background-image   : url('/img/checkbox-green.png'); 
}
.radio-text{
display: inline-block;
vertical-align: top;
font-size: 14px;
}
.radio-block{
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.register-ask-buttons{
padding-top: 40px;
padding-bottom: 60px;
}
.register-ask-buttons .button{
margin-right: 20px;
margin-bottom: 10px;
}
.register-ask-buttons .title{
display: block;
padding-left: 20px;
font-size: 14px;
padding-bottom: 10px;
}

.register-section .title-block{
padding-bottom: 40px;
}



.register-blocks .block-title{
color: #01539A;
padding-top: 0px;
padding-bottom: 20px;
}
.register-blocks .block{
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-ms-transition: all 600ms;
-o-transition: all 600ms;
transition: all 600ms;
padding-bottom: 20px;
max-height: 2000px;
overflow: hidden;
}
.register-blocks .block.hidden{
  padding-bottom: 0px;
  max-height: 0px;
}
.register-blocks .block.real-adress{
max-height: 0px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0;
}

.register-blocks .block.real-adress.visible{
max-height: 2000px;
padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}


.register-blocks .input-field{
display: inline-block;
position: relative;
padding-left: 0px;
padding-right: 40px;
height: auto;
width: 40%;
box-sizing: border-box;
}

.register-blocks .row.single .input-field{
width: 80%;
}

.register-blocks .input-field .title{
padding-left: 20px;
padding-bottom: 6px;
}
.register-blocks .input-field input{
background-color: #FFF;
color: #01539A;
position: relative;
display: block;
height: 40px;
border: 1px solid #DBDBDB;
}
.register-blocks .input-field .required{
color: #D0021B;
padding-left: 4px;
}
.register-blocks .line{
width: 80%;
height: 1px;
background-color: #DBDBDB;
}
.register-blocks .create-block{
padding-top: 40px;
padding-bottom: 60px;
}
.register-blocks .add-adress-block{
padding-bottom: 40px;
}
.register-blocks .add-adress-block .add-block-icon{
min-width: 0;
width: 38px;
height: 38px;
padding: 0px;
margin-right: 10px;
}
.register-blocks .add-adress-block .add-block-icon .icon{
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-image: url('/img/plus-icon.svg');
}
.no-svg .register-blocks .add-adress-block .add-block-icon .icon{
background-image: url('/img/plus-icon.png');
}

@media screen and (max-width: 800px) {
.register-ask-buttons .title{
  padding-left: 0px;
}
.register-ask-buttons{
  text-align: center;
}

.register-blocks .row.single .input-field,
.register-blocks .input-field{
  width: 100%;
  padding-right: 0px;
}
}

@media screen and (max-width: 500px) {
.register-ask-buttons .button{
  margin-right: 0px;
  display: block;
}
}
/*REGISTER*/


/*ADRESS BLOCKS*/
.adress-blocks{
padding-top: 40px;
padding-bottom: 40px;
}
.adress-blocks .block{
vertical-align: top;
display: inline-block;
width: 270px;
margin-right: 40px;
box-sizing: border-box;
padding-bottom: 20px;
}
.adress-blocks .block .title{
font-size: 14px;
padding-left: 20px;
margin-bottom: 10px;
}
.adress-blocks .block .content{
box-sizing: border-box;
font-size: 14px;
padding: 10px 14px;
width: 100%;
background-color: #FFF;
}
.adress-blocks .block .change-adress-link{
text-decoration: underline;
display: block;
font-size: 12px;
padding-left: 20px;
margin-top: 10px;
}
.adress-blocks .buttons{
padding-top: 10px;
padding-bottom: 20px;
}
.adress-blocks .buttons .button{
margin-right: 10px;
}
.adress-blocks .radio-block{
padding-top: 0px;
padding-bottom: 4px;
}
.adress-blocks .radio-text{
display: inline-block;
}


.adress-blocks .block.office-adress .content{
background-color: transparent;
}
.adress-blocks .block.office-adress .radio-text{
color: #01539A;
}


@media screen and (max-width: 800px) {
.adress-blocks .block{
  width: 100%;
  margin-right: 0px;
}
.stock_price{margin-top:0px;}
}

/*ADRESS BLOCKS*/


/*SUCCESS*/
.success-section{
text-align: center;
}
.success-section .big-success-icon{
background-repeat: no-repeat;
width: 281px;
height: 281px;
margin-left: auto;
margin-right: auto;
background-image: url('/img/big-success.svg');
max-width: 100%;
background-position: 50% 50%;
background-size: contain;
}
.success-section .text-wrapper{
margin-top: 80px;
margin-bottom: 60px;
}
.success-section .text-wrapper h1{
color: #5FAA08;
font-size: 24px;
font-weight: 400;
}
.success-section .text-wrapper p{
font-size: 14px;
margin-bottom: 60px;
}
/*SUCCESS*/

/*ORDER HISTORY*/
.order-section .cart-table .td-1{width: 15%;}
.order-section .cart-table .td-2{width: 15%;}
.order-section .cart-table .td-3{width: 15%;}
.order-section .cart-table .td-4{width: 15%;}
.order-section .cart-table .td-5{width: 12%;}
.order-section .cart-table .td-6{width: 12%;}
.order-section .cart-table .td-7{width: 12%;}

.order-section .button-wrapper{
padding-top: 20px;
padding-bottom: 60px;
}

.invoice-summary-block .button{
margin-left: 10px;
margin-bottom: 14px;
}

@media screen and (max-width: 800px) {
.page-section .cart-table .td{
  width: 100%;
}
}
/*ORDER HISTORY*/

.login-block.forgot{padding-bottom:10px;}
#error_message{padding-bottom: 20px;color: #B12222;}
#success_message{padding-bottom: 20px;color: #5FAA08;}
.gallery-box .slider-wrap{height:360px;}

.product-grid .price.details {
display:none;
}
.product-grid .price.gridprice {
font-size:14px;
left:-1px;
}
.product-grid.list .price.gridprice {
/* display:none; */
}

.show_hide_price {
padding-left: 16px;
font-size: 14px;
}

.show_hide_price .checkbox-image {
width: 10px;
height:10px;
background-size: 10px;
}

div[rel="HTML_CONTENT"] strong{ 
font-weight: bold;
}
div[rel="HTML_CONTENT"] p{
 display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}
div[rel="HTML_CONTENT"] h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#gallery{ width:100%;}
#gallery .pics .thumbInner, .imagelist .pics .thumbInner {
  width:100%;
}
#gallery .subtitle {
  text-align: center;
  color: rgb(29, 53, 127) !important;
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0em;
  margin-bottom: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
   display: block;
}
#m1104 {
  background-color: rgb(208, 213, 216);
  padding-left: 20px;
  padding-right: 20px;
  text-align:center;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-top: -4px;
}
#gallery .bodytext {
  margin-bottom: 28px;
  line-height: 1.6em;
  color:#000;
}
#gallery .dots li.active {
  border-color: rgb(0, 82, 155);
  background-color: rgb(0, 82, 155);
}
#gallery .dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  float: left;
  margin-left: 3px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.dots li {
  border-color: rgb(0, 82, 155);
  background-color: rgba(255, 255, 255, 0.57);
  width: 13px;
  height: 13px;
}
#gallery .slides{
  position: relative;
}
#gallery .dots {
  
  position: absolute;
  bottom: 20px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0 2px;
  z-index: 3;
  list-style: none !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gallery .col {
  margin-bottom: 0px;
  
 margin-top: 32px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1000px){
.serch_btn{cursor:pointer;background: #01539a url(/images/html/search.png) no-repeat center;width: 40px;height: 40px;position: absolute;background-size: 20px; right: 17px;top: 26px;}
}


@media only screen and (min-width: 1200px){
#gallery .col-lg-4 {
  width: 33.33333%;
  float:left;
}
}
#gallery .padd{padding-left:20px;padding-right:20px;}
@media only screen and (min-width: 768px){
.col-md-6 {
  width: 50%;
}


}


.number.green{color: #5FAA08 !important;}



.scene {
width: 100%;
height: 100px;
background: #f0f0f0;
}

.scene .box {width: 100%;height: 100px;position: relative;transform-style: preserve-3d;transform: translateZ(-50px);transition: transform 1s;}

.scene .box.show-front  { transform: translateZ( -50px) rotateY(   0deg); }
.scene .box.show-back   { transform: translateZ( -50px) rotateY(-180deg); }
.scene .box.show-right  { transform: translateZ(-150px) rotateY( -90deg); }
.scene .box.show-left   { transform: translateZ(-150px) rotateY(  90deg); }
.scene .box.show-top    { transform: translateZ(-74px) rotateX( -90deg); }
.scene .box.show-bottom { transform: translateZ(-74px) rotateX(  90deg); }


.scene .box__face {
position: absolute;
border: 2px solid #01539A;
font-size: 40px;
font-weight: bold;
color: white;
text-align: center;
}

.scene .box__face--front,
.scene .box__face--back {
width: 100%;
height: 74px;
line-height: 74px;
}

.scene .box__face--right,
.scene .box__face--left {
width: 74px;
height: 74px;
left: 74px;
line-height: 74px;
}

.scene .box__face--top,
.scene .box__face--bottom {
width: 100%;
height: 95px;
top: 50px;
line-height: 74px;
}

.scene .box__face--front  { background-color: #01539A; }
.scene .box__face--bottom { background-color: #01539A; }

.scene .box__face--front  { transform: rotateY(  0deg) translateZ( 50px); }
.scene .box__face--back   { transform: rotateY(180deg) translateZ( 50px); }

.scene .box__face--right  { transform: rotateY( 90deg) translateZ(150px); }
.scene .box__face--left   { transform: rotateY(-90deg) translateZ(150px); }

.scene .box__face--top    { transform: rotateX( 90deg) translateZ(74px); }
.scene .box__face--bottom { transform: rotateX(-90deg) translateZ(-24px); }


@media screen and (min-width: 800px) {
	width: 90% !important;
}


.scene input {
  width: calc( 86% - 60px);
  height: 40px;
  margin-top: 28px;
  font-size: 14px;
  padding-left: 16px;
  float: left;
  margin-left: 53px;
}


.scene img{margin-top: 20px;width: 131px;}

.delivery_type{display:none;}

.apt_title{
	display: block;
    float: left;
    margin-top: 21px;
    margin-right: 10px;
}
input.apple-switch {
  position: relative;
  margin-top: 5px;
  cursor:pointer;
  -webkit-appearance: none;
  outline: none;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -2px 0 0 0 #fff;
}

input.apple-switch:checked:after {
	background: #5FAA08;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #ffffff;
  border-color: #4ed164;
	background: #ffffff;
}

input.apple-switch:checked:after {
	left: 1px;
    top: 1px;
    height: 26px;
    width: 26px;
    background: #5dab00;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
table.price-box{width:50%;float: left;}

.padd_td{padding-left: 10px;}
.end_td{border-right: 1px solid #dbdbdb;}

.price-table{width:50%;float: left;}
.price-table .l{float:left; width:50%;}
.price-table .r{float:left; width:50%;}
.price-table .price{font-size: 16px;color: #5FAA08;font-weight: 600;}
.price-table .pvn-price {font-size: 14px;}

.wrap {
  position: relative;
}

.loading { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.5) no-repeat center 30%  url(/img/loading.gif);
  z-index: 9;
}