/*
box-sizing: border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

*/

html, body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    outline: 0 none;
}
*:hover,
*:focus {
    outline: 0 none;
}
nav,wishlist inl
header,
section,
footer,
article, 
aside {
    display: block;
}
.row:before,
.row:after {
    content: '';
    display: block;
    clear: both;
}
.cols {float: left;}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666666%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666666%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666666%;}
.col-12 {width: 100%;}

.aleft {text-align: left;}
.aright {text-align: right;}
.acenter {text-align: center;}

#checkoutSteps #checkout-step-login h4{
    color: #065fae;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 36px;
    padding-left: 80px;
    text-align: left;
}

#checkoutSteps h3 {
    font-weight: 500;
    font-size: 19px;
}

#checkoutSteps #checkout-step-login .fakeform{
    width: 320px;
    margin: 0 auto;
}

#checkoutSteps #checkout-step-login form#login-form h4{
    background: transparent url("../images/login_icon.png") no-repeat scroll 10px center;
}

#checkoutSteps #checkout-step-login h4.guest{
    background: transparent url("../images/registration_icon.png") no-repeat scroll 10px center;
}

#checkoutSteps #checkout-step-login form > div{
    margin-bottom: 24px;
}

#checkoutSteps #checkout-step-login form label{
    color: #2d2e2e;
    cursor: text;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 15px;
    position: absolute;
    top: 6px;
}

#checkoutSteps #checkout-step-login input[type=text],
#checkoutSteps #checkout-step-login input[type=password] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d2d7dc;
    box-sizing: border-box;
    color: #2d2e2e;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    width: 100%;
}

#checkoutSteps #checkout-step-login  form#login-form button{
    background-repeat: no-repeat;
}

/*.options .opclose{*/
    /*background: url("../images/op_close.png") no-repeat scroll 99% 58% transparent;*/
    /*cursor:pointer;*/
/*}*/

/*.options .opopen {*/
    /*background: url("../images/op_open.png") no-repeat scroll 99% 58% transparent;*/
    /*cursor:pointer;*/
/*}*/

.options .currently  span{
    margin-left: 21px;
    vertical-align: middle;
}
.options .currently .aCenter button{
    background: #065fae url("../images/option_close.png") no-repeat scroll 90% 58%;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 26px;
    text-align: center;
    margin-top:50px;
}

.options .currently{
    border-bottom: 1px solid #9dbcbc;
    padding-bottom:12px;
}

/*dropdown catalog menu*/
.dropdownMenu {
    display: none;
    position: absolute;
    top: 45px;
    left: -1px;
    background: #065fae;
    border: 1px solid #0d4e86;
    box-shadow: 2px 2px 0 #013b6c;
}
.dropdownMenu .dropdown-menu-list {padding: 0; border: 2px solid #166cb6;}
.dropdownMenu .dropdown-menu-list > li {
    padding: 0;
    line-height: 0;
}
.dropdownMenu .dropdown-menu-list > li > a {
    padding: 10px 10px 10px 50px;
    display: inline-block;
    width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #013b6c;
    border-top: 1px solid #3a87cc;
    line-height: 16px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    *zoom: 1;
    *display: inline;
}
.dropdownMenu .dropdown-menu-list > li:first-child {padding-bottom: 0;}
.dropdownMenu .dropdown-menu-list > li:first-child > a {
    border-top: 0;
}
.dropdownMenu .dropdown-menu-list > li:last-child a {border-bottom: 0;}
.dropdownMenu .dropdown-menu-list > li > a:hover {text-decoration: none; background: #042c50;}
.dropdownMenu .dropdown-menu-list > li.active-link > a {text-decoration: none; background: #042c50;}
.dropdownMenu .sub-drop-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 360px;
    width: 300px;
    background: #065fae;
    border: 1px solid #0d4e86;
    box-shadow: 2px 2px 0 #013b6c;
}
/*.dropdownMenu .sub-drop-menu.open {display: block;}*/
/*.dropdownMenu .dropdown-menu-list > li:hover > .sub-drop-menu {display: block;}*/
.dropdownMenu .sub-drop-menu > ul {padding: 0; border: 2px solid #166cb6;}
.dropdownMenu .sub-drop-menu > ul > li {
    line-height: 0;
    padding: 0;
}
.dropdownMenu .sub-drop-menu > ul > li:first-child {padding: 0;}
.dropdownMenu .sub-drop-menu > ul > li > a {
    padding: 6px 26px;
    font-size: 14px;
    color: #e2ebf9;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #013b6c;
    border-top: 1px solid #3a87cc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    *zoom: 1;
    *display: inline;
}
.dropdownMenu .sub-drop-menu > ul > li:first-child > a {border-top: 0;}
.dropdownMenu .sub-drop-menu > ul > li:last-child > a {border-bottom: 0;}
.dropdownMenu .sub-drop-menu > ul > li > a:hover {
    text-decoration: none;
    background: #042c50;
}




.checkout{}
.checkout ol#checkoutSteps{
    margin: 0;
    padding: 0;
}
.checkout ol#checkoutSteps li{
    list-style: outside none none;
}

.checkout ol#checkoutSteps li div.fieldset{
    display: inline-block;
    padding-right: 25px;
    vertical-align: top;
    width: 280px;
}

.checkout ol#checkoutSteps li div.fieldset h4.legend{
    background: transparent url("../images/registration_icon.png") no-repeat scroll 10px center;
}

.checkout ol#checkoutSteps li div.fieldset div{
    margin-bottom: 24px;	
}

.checkout .selectable-wrapper, checkout ol#checkoutSteps li div.fieldset div .selectable-wrapper{
    text-align: left;
    width: 241px;
    margin-bottom: 0px !important;
}
.checkout .selectable-wrapper, .checkout ol#checkoutSteps li div.fieldset div .selectable-wrapper span.selectable-selected{
    padding: 0 15px;
}

.checkout ol#checkoutSteps li input[type=checkbox]{
    width:auto;
    margin-top: 7px;
}
.checkout ol#checkoutSteps li #checkout-payment-method-load label,
.checkout ol#checkoutSteps li #checkout-shipping-method-load label{
    position:relative;
    top: 0;
}


.checkout ol#checkoutSteps li #checkout-shipping-method-load .price{
    position: relative;
    font-size: 14px;
}

.checkout ol#checkoutSteps li div.fieldset .capcha label{
    top: 21px;
}

.checkout ol#checkoutSteps li div.fieldset .capcha input[type="text"]{
    height: 62px;
    line-height: 62px;
    width: 134px;
}

.checkout ol#checkoutSteps li div.fieldset input[type=text],
.checkout ol#checkoutSteps li div.fieldset input[type=password]
{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d2d7dc;
    box-sizing: border-box;
    color: #2d2e2e;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    width: 100%;
}

.checkout .step .buttons-set{
    text-align:right;
}

.checkout .step .buttons-set p.back-link{
    position: absolute;
    text-align: left;
}

.checkout .step fieldset{
    border: none;
    padding: 0;
}
.checkout .step ul{
    padding:0;
}

.cart form label{left:0px;}
.cart .totals{text-align:right;}
.cart .totals #shopping-cart-totals-table{
    margin-top: 20px;
    text-align: right;
    width: 950px;
}
.cart .totals #shopping-cart-totals-table tr td{
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
}
.cart .totals #shopping-cart-totals-table tr>td:first-child {
    color: #065fae;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
}
.my-wishlist .buttons-set{text-align:right;}
.my-wishlist #product_container{width:100%; padding-left: 0; margin-left: 0;}
.my-wishlist #product_container .product a{border:none;}
.my-wishlist #product_container .product .wishinfo{width: 100%;}
.my-wishlist #product_container .product .wishinfo .price {left: 0%;}
.my-wishlist #product_container .product .price{bottom: 0;}
.my-wishlist #product_container .product .description .first{vertical-align: middle;width: 100%;text-align: right;}
.my-wishlist #product_container .product .description .first input#qty{  
    border: 1px solid #d2d7dc;
    box-sizing: border-box;
    color: #7a8282;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 15px 6px;
    text-align: center;
    width: 36px;
}
.my-wishlist #product_container .product .description .first .left_arrow{
    background: transparent url("../images/left_arrow.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 10px;
    width: 10px;
    vertical-align: middle;
}
.my-wishlist #product_container .product .description .first .right_arrow{
    background: transparent url("../images/right_arrow.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 10px;
    width: 10px;
}

.tit_btn_wrapper{
    width: 331px;
    position: absolute;
    left: 0px;
    top: 11px;
    text-align: right;
    z-index: 2;
}

.tit_btn_wrapper button{
    background-color: #9dbcbc;
    border-radius: 0;
    padding-left:36px;
    color:#ffffff;
    text-transform: none;
}

.tit_btn_wrapper .mbtncompate {
    background: url("../images/mBtnC.png") no-repeat scroll 5% 62% #9dbcbc;
    width: 174px;
    box-shadow: none;
    padding-right: 4px;
}
.tit_btn_wrapper .mbtncompate:hover {top: 0; background-color: #4d7878;}
.tit_btn_wrapper .mbtnwishlist{
    background: #9dbcbc url("../images/mBtnW.png") no-repeat scroll 5% center;
    width:154px;
}

.catalog_options div.checkfull {
    background-color: #f6f9fe;
    height: 30px;
    margin-left: -9px;
    margin-top: -28px; 
    position: absolute;    
    width: auto;
    display:none;
    border:1px solid #d2d7dc;
    border-radius: 4px;
    padding: 5px 8px;
    z-index:9;
}
.catalog_options div.checkfull .checkbox {padding-right: 25px;}
.catalog_options > .options > div:hover > .checkfull {
    display: block;
}

.filters-dropdown>div:hover .checkfull {
    display: block;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*color: #7a8282;*/
    color: #2d2e2e;
    overflow: hidden;
}
a img {border: none;}
.inl {display: inline-block; *zoom: 1; *display: inline;}
.vtop {vertical-align: top;}
.vmid {vertical-align: middle;}
.vbot {vertical-align: bottom;}
.aLeft {text-align: left;}
.aCenter {text-align: center;}
.aRight {text-align: right;}
.fleft {float: left;}
.fright {float: right;}

.green {
    color: #10a016;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #065fae;
    margin: 16px 0;
}
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #065fae;
    margin: 16px 0;
}
ul {

}
button{
    background: #065fae;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    min-width: 50px;
    text-align: center;
}
button:hover {
    background-color: #418CE0;
}
p,
.cont p {
    color: #2d2e2e;
    font-weight: 300;
}
.contact-phones a {
    color: #2d2e2e;
}
.cont ul {
    padding: 0 0 0 14px;
    color: #2d2e2e;
    font-weight: 300;
}
p a,
.cont p a {
    font-size: 14px; 
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
p a.with-border {
    text-decoration: underline;
}
/*-- end five columns --*/

/*-- full or fix content width --*/
.fixW {width: 96%; max-width: 960px; margin: 0 auto;}
.fullW {width: 100%;}
.inf_block .top {height: 24px; background: #0060b1; margin-bottom: 10px;}
.inf_block .top ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.logo {padding: 10px 0;}
.bordTop {
    border-top: 1px dotted #d2d7dc;
    padding-top: 16px;
}
.bordBot {position: relative; margin-bottom: 6px;}
.bordBot .left-column {width: 70%;}
.bordBot .right-column {width: 30%;}
.bordBot .right-column .cart-wrap {padding-top: 16px;}
.bordBot .left-column .col-8 .top-part {padding-left: 24px;}
.bordBot .left-column .col-8 .top-part p {margin: 0 0 6px; line-height: 16px; color: #4d7878; font-size: 12px;}
.bordBot .left-column .col-8 .top-part .phone {padding-left: 25px; background: url(../images/header-phone-icon.png) no-repeat left center transparent;}
.bordBot .left-column .col-8 .top-part .viber {font-size: 14px; padding-left: 20px; background: url(../images/wiber-icon.jpg) no-repeat left center transparent;}
.bordBot .left-column .col-8 .top-part .mobile {padding-left: 25px; background: url(../images/header-mobile-icon.png) no-repeat left center transparent;}
.bordBot .left-column .col-8 .top-part a {color: #4d7878;}
.bordBot .left-column .col-8 .row {height: 50px;}
.bordBot .left-column .col-8 .row .col-3 {text-align: center; height: 100%}
.bordBot .left-column .col-8 .row > .col-3:first-child {border-left: 0;}
.bordBot .left-column .col-8 .row a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    *zoom: 1;
    *display: inline;
}
.bordBot .left-column .col-8 .row a.bottom {
    padding-left: 45px;
}

.bordBot .left-column .col-8 .row a span{
    color: #4d7878;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    background-color: white;

}
.bordBot .left-column .col-8 .bottom-part {
    padding-left: 21px;
    padding-top: 25px;
}

.bordBot .left-column .col-8 .row a:after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
} 
.bordBot .left-column .col-7 .row .callme:after {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../images/call-icon.png);
}
.bordBot .left-column .col-8 .row .callme:hover:after {
    background-position: 0 -32px;
}
.bordBot .left-column .col-8 .row .chat:after {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../images/online-chat-icon.png);
}
.bordBot .left-column .col-8 .row .chat:hover:after {
    background-position: 0 -32px;
}
.bordBot .left-column .col-8 .row .currency-1:after {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../images/curency-icon.png);
}
.bordBot .left-column .col-8 .row .currency-1:hover:after {
    background-position: 0 -32px;
}
.bordBot .left-column .col-8 .row .hours:after {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../images/hours-icon.png);
}
.bordBot .left-column .col-8 .row .hours:hover:after {
    background-position: 0 -32px;
}

.bordBot .right-column .col-4 > .col-12 {padding-left: 20px;}
.bordBot .right-column .col-4 .col-12 a {
    font-size: 14px;
    color: #7a8282;
    text-decoration: none;
    position: relative;    
    width: 100%;
    padding-left: 38px;
    height: 44px;
    line-height: 44px; 
}
.bordBot .right-column .col-4 .col-12 a.wishlist.active:after {background-position: center -21px;}
.bordBot .right-column .col-4 .col-12 a.compare.active:after {background-position: center -27px;}
.bordBot .right-column .col-4 .col-12 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
}
.bordBot .left-column .wishlist:after {
    width: 32px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/wishlist-icon.png) no-repeat center 0 transparent;
}
.bordBot .left-column .wishlist:hover:after {
    background-position: center -21px;
}
.bordBot .left-column .compare:after {
    width: 32px;
    height: 27px;
    margin-top: -13px;
    background: url(../images/compare-icon.png) no-repeat center 0 transparent;
}
.bordBot .left-column .compare:hover:after {
    background-position: center -27px;
}
.bordBot .right-column .col-8 {padding-top: 16px;}
.bordBot .right-column .col-8 > .col-6:first-child {line-height: 21px;}
.bordBot .right-column .col-8 > .col-12 p {
    color: #4d7878;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
/*.bordBot .right-column .col-8 > .col-6:first-child {padding-top: 4px;}*/


.bordBot .login_wr {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 38px;
    line-height: 38px;
}
.bordBot .login_wr p {
    margin: 0 20px 0 0;
    color: #4d7878;
}
.bordBot .login_wr p img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
a {
    color: #3690e0;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
/*a:hover {
    color: #3690e0!important;
}*/

/*-- header --*/
header {
    margin: 0 auto;   
    position: relative;
    z-index: 11000;
}
.inf_block p {
    font-size: 12px;
    color: #2d2e2e;
}
/*.inf_block .top > div {
    height: 22px;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}*/
/*.inf_block .under_bot {
        height: 50px;
        line-height: 50px;
    padding: 8px 0;
}
.inf_block .under_bot p {
    margin: 0;
}
.inf_block .under_bot a {
    height: 24px;
    padding-left: 50px;
    line-height: 22px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}*/
/*.inf_block .download_price_list {
    background: url(../images/download_price_icon.png) no-repeat 14px 0 transparent;
}
.inf_block .download_price_list:hover {
    background-position: 14px -24px;
}
.inf_block .call_me {
    background: url(../images/callme_icon.png) no-repeat 14px 0 transparent;
}
.inf_block .call_me:hover {
    background-position: 14px -25px;
}
.inf_block .online_consultant {
    background: url(../images/onlineconsultant_icon.png) no-repeat 0 0 transparent;
    height: 24px;
    width: 24px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.inf_block .online_consultant:hover {
    background-position: 0 -24px;
}*/
header .catalog {
    /*width: 50%;*/
    position: relative;
    /*max-width: 480px;*/
    border: 1px solid #1d5a8e;
    border-right: 0;
    height: 44px;
    line-height: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #0060b1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*header .catalog ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 100%;
    text-align: center;
    padding-left: 150px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
header .catalog ul:after {
    content: '';
    display: inline-block;
    visibility: hidden;
    width: 100%;
    *zoom: 1;
    *display: inline;
}
header .catalog li {
    line-height: 44px;
    padding: 0 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
}
header .catalog li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}*/
header .catalog a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
header .catalog > .col-7 a {
    font-family: 'Roboto Condensed', sans-serif;
}
/*header .catalog a:hover {
    color: #D2D7DC;
}*/
header .catalog .button {
    background: url(../images/catalog_button.png) no-repeat 0 0 transparent;
    width: 46px;
    height: 44px;
    cursor: pointer;
}
header .catalog .left {
    /*width: 150px;*/
    height: 42px;
    z-index: 2;
    border-right: 1px solid #013b6c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .catalog .left a {
    text-transform: uppercase;
}
header .catalog .left a:nth-child(2) {
    display: inline-block;
    width: calc(100% - 52px)
}
/*header .catalog .left:hover .button {
    background-position: 0 -44px;
}
header .catalog .left:hover a {
    color: #D2D7DC;
}*/
header .catalog .right {
    height: 42px;
    border-left: 1px solid #3a87cc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inf_block .zag {
    font-size: 12px;
    color: #065fae;
    font-weight: 700;
    margin-top: 0;
}
header .inf_block p {
    color: #2d2e2e;
}
.inf_block .cart {
    background: #9dbcbc;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 42px;
    width: 140px;
    line-height: 42px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.inf_block .cart:hover {
    /*    background-color: #4C7878;*/
    background-color: #4d7878;
}
.inf_block .cart:hover .size {
    background-position: 0 -40px;
}
.inf_block .cart .size {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #7a8282;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    background: url(../images/cart_size_bg.png) no-repeat 0 0 transparent;
}
.inf_block .online_consultant {
    color: #2d2e2e;
    font-weight: 400;
    text-decoration: none;
}
.inf_block .online_consultant span  {
    color: #25af13;
}
header .search {
    /*    width: 50%;
        max-width: 480px;*/
    position: relative;
    height: 44px;
}
header .search label {
    color: #2d2e2e;
    font-weight: 300;
    position: absolute;
    cursor: text;
    top: 13px;
    left: 15px;
    white-space: nowrap;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    z-index: 2;
}
header .search input[type="text"] {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2d2e2e;
    font-weight: 300;
    width: 100%;
    background: url(../images/search_input_bg.jpg) no-repeat 50% center transparent;
    position: absolute;
    border: 1px solid #ced5e2;
    right: 0;
    top: 0;
    height: 44px;
    padding: 0 64px 0 15px;
    line-height: 44px;
    -webkit-transition: width 1s ease-out 0s;
    -moz-transition: width 1s ease-out 0s;
    -o-transition: width 1s ease-out 0s;
    transition: width 1s ease-out 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    z-index: 1;
}
header .search button {
    position: absolute;
    top: 0;
    right: -1px;
    /*background: url(../images/search_btn.png) no-repeat center center #1E5BAE;*/
    /*border: none;*/
    cursor: pointer;
    width: 64px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #1d5a8e;
    z-index: 2;
    background: rgb(30,126,205);
    background: -moz-linear-gradient(top,  rgba(30,126,205,1) 0%, rgba(4,94,167,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(30,126,205,1) 0%,rgba(4,94,167,1) 100%);
    background: linear-gradient(to bottom,  rgba(30,126,205,1) 0%,rgba(4,94,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e7ecd', endColorstr='#045ea7',GradientType=0 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}
header .search button:after {
    content: '';
    display: block;
    background: url(../images/search_btn.png) no-repeat center center transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
header .search button:hover {
    background-color: #418CE0;
}
header .header-top-menu {
    display: table;
    width: 100%;  
    padding: 6px 0 0 0;
}
header .header-top-menu > div {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #ffffff;
    padding: 0 4px;
    line-height: 12px;
}
header .header-top-menu > div:first-child {border: none;}
header .header-top-menu > div > a {color: #ffffff; font-weight: 400; font-size: 12px; color: #ffffff; text-align: center; text-decoration: none;}

.currency {
    border: 1px solid #ced5e2;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.currency_button {
    background: url(../images/currency_button.png) no-repeat center center #1E5BAE;
    height: 32px;
    width: 36px;
    cursor: pointer;
}
.currency_button:hover {
    background-color: #418CE0;
}


/*-- end header --*/

/*-- bunner slider style --*/
.slider {margin: 12px 0 0px}
.slider .slide > .bgoverlay + div {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    width: 100%;
    height: 100%;
}
.paralax p {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}
.paralax span {text-shadow: none;}
.paralax .big {
    font-size: 44px;
    font-weight: 700;
}
.paralax .green {
    font-size: 44px;
    color: #6cf109;
    font-weight: 700;
}
.paralax .red {
    font-size: 44px;
    color: #ed1c24;
    font-weight: 700;
}
.paralax {
    /*    -webkit-transition: left 0.1s ease-out 0s;
        -moz-transition: left 0.1s ease-out 0s;
        -o-transition: left 0.1s ease-out 0s;
        transition: left 0.1s ease-out 0s;*/
}
/*-- end bunner slider style --*/

/*-- content style --*/
section {
    padding-bottom: 244px;   
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    /*color: #3690e0;*/
    color: #ff3c00;
    font-size: 24px;
    border-bottom: 1px dotted #d2d7dc;
    /*text-transform: uppercase;*/
    margin: 0;
    padding: 12px 0;
    position: relative;
}
h2 {
    color: #3690e0;
    font-size: 24px;
    border-bottom: 1px dotted #d2d7dc;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    padding-bottom: 10px;    
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
}
.breadcramps {
    /*height: 60px;*/
    line-height: 21px;
    /*white-space: nowrap;*/
    padding: 16px 0;
    border-bottom: 1px dotted #d2d7dc;
}
.breadcramps a.current {
    color: #065fae;
    background: none;
}
.breadcramps a:last-child {
    margin-right: 0;
}
section .one-four ul {
    padding: 0;
    list-style: none;       
}
section .one-four ul li {
    line-height: 18px;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
section .one-four ul>li:first-child {
    color: #065fae;
    font-weight: 700;
    padding-bottom: 10px;
}
section .one-four ul a {
    text-decoration: none;
    color: #2d2e2e;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

section .one-four ul a:hover {
    color: #3690e0;
    text-decoration: underline;
}
.products_information_container {
    margin-bottom: 30px;
}
.name {
    color: #0075d9;
    font-size: 18px;
    height: 48px;
    padding: 0 0 5px;
    overflow: hidden;
}
.image {
    margin-bottom: 20px;
}
.description {
    color: #2d2e2e;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}
.description .line {display: flex;align-items: baseline;justify-content: space-between;flex-wrap: wrap;}
.description .line .price-button-container {display: flex;align-items: flex-start;justify-content: space-between;}
.description .line .price-button-container .price {position: static;margin-right: 10px;margin-bottom: 0}
.description .line .price-button-container .price.without-buying {margin-right: 0;}
.description .line .price-button-container button {margin-bottom: 0}
.mode1 .description {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mode1 .description .line {
    /*width: auto;*/
    justify-content: flex-start;
}
.mode1 .product .description a {margin-right: 0;}
.mode1 .description .line .price-button-container {width: calc(100% - 60px);flex-wraP: wrap;justify-content: flex-end}
.mode1 .description .line .price-button-container .price {margin-right: 0;}
.mode1 .description .line .price-button-container button {width: auto;margin-top: 10px;}
.product .inl {max-width: 100%;}
.inf {
    margin-top: 5px;
}
.inf a {
    font-size: 11px;
}
.inf .djerelo {
    color: #9dbcbc;
    text-decoration: none;
}
#product_container {padding: 0; display: flex;align-items: flex-start; flex-wrap: wrap;float: none;}
#product_container:before,
#product_container:after {content: ''; display: block; clear: both;}
.product {
    width: 33.333333%;
    padding: 20px 15px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid transparent;
    position: relative;
    /*vertical-align: top;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;

    /*    *zoom: 1;
        *display: inline;*/
}
.my-wishlist .product {width: 25%;}
.my-wishlist #product_container .product .btn-remove {
    position: absolute;
    top: 6px;
    left: -14px;
    background: #9dbcbc;
    line-height: 0;
    padding: 7px;    
    border-radius: 50%;
    /*border: 1px solid #dedede;*/
    text-align: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.my-wishlist #product_container .product .btn-remove:hover {
    background-color: #4d7878;
}
.product:hover {
    border: 1px solid #dedede;
    box-shadow: 3px 3px 0px #dedede;
}
.product .img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4px;
}
.product .img > img {max-width: 100%;}
.product .button {
    display: none;
    /*background: url(../images/product_det_button.jpg) no-repeat 8px center #e9eff5;*/
    background: url(../images/quick_view_bg.png) repeat 0 0 transparent;
    border: 1px solid #9dbcbc;
    border-radius: 3px;
    cursor: pointer;
    width: 176px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    padding: 16px 0 16px 54px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    /*top: 20%;*/
    top: 54px;
    left: 50%;
    font-size: 14px;
    color: #ffffff;
    margin-left: -88px;
z-index: 10;
}
.product .button img {
    position: absolute;
    left: 14px;
    top: 14px;
}
.product:hover .button {
    display: block;
}
.quick_order_form .title,
.product .name,
.product .name a {
    font-size: 16px;
    height: 60px;
    font-weight: 400;
    color: #0075d9;
    text-decoration: none;
    padding-bottom: 0;
}
.product .name {margin-bottom: 11px;}
.quick_order_form .title{height: auto;}
.quick_order_form .price,
.product .price,
.price {
    color: #4a991a;
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
    height: 34px;
    line-height: 35px;
    font-weight: 400;
    white-space: nowrap;
}
.product .price {
    margin-bottom: 10px;
}
.price span {
    color: #818181;
    font-size: 18px;
    font-weight: 300;
    margin-right: 5px;
}
.price p {
    line-height: 1;
    margin: 0!important;
}
.quick_order_form .price sup,
.product .price sup,
.price sup {
    /*    position: relative;
        top: 6px;*/
    height: 16px;
    line-height: 20px;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

/*blue buttons*/

/*button,
.product .description button {
    background: url(../images/desc_icon3.png) no-repeat 90% center #065fae;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    padding-right: 26px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background-color: #065fae;
    background: rgb(65,140,224);
    background: -moz-linear-gradient(top,  rgba(65,140,224,1) 0%, rgba(6,95,174,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(65,140,224,1) 0%,rgba(6,95,174,1) 100%); 
    background: linear-gradient(to bottom,  rgba(65,140,224,1) 0%,rgba(6,95,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418ce0', endColorstr='#065fae',GradientType=0 );

    -webkit-box-shadow: inset 0px 0px 0px #065fae, 0px 5px 0px 0px #043E71, 0px 8px 3px #999;
    -moz-box-shadow: inset 0px 0px 0px #065fae, 0px 5px 0px 0px #043E71, 0px 8px 3px #999;
    -o-box-shadow: inset 0px 0px 0px #065fae, 0px 5px 0px 0px #043E71, 0px 8px 3px #999;
    box-shadow: inset 0px 0px 0px #065fae, 0px 5px 0px 0px #043E71, 0px 8px 3px #999;
    
    transition: 0.2s;
}

blue btns icon
.product .description button:after {}

blue btns hover
button:hover,
.product .description button:hover {
    background-color: #418CE0;
    background: rgb(65,140,224);
    background: -moz-linear-gradient(top,  rgba(6,95,174,0.9) 0%, rgba(65,140,224,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(6,95,174,0.9) 0%, rgba(65,140,224,1) 100%); 
    background: linear-gradient(to bottom,  rgba(6,95,174,0.9) 0%, rgba(65,140,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065fae', endColorstr='#418ce0',GradientType=0 );

    -webkit-box-shadow: inset 0px 0px 0px #065fae, 0px 3px 0px 0px #043E71, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 0px 0px #065fae, 0px 3px 0px 0px #043E71, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 0px 0px #065fae, 0px 3px 0px 0px #043E71, 0px 5px 3px #999;
    box-shadow: inset 0px 0px 0px #065fae, 0px 3px 0px 0px #043E71, 0px 5px 3px #999;
}*/

/*end blue btns*/

.product .description a {
    margin-right: 6px;
    overflow: hidden;
    width: 30px;
    height: 25px;
}
.product .description a p {
    display: inline-block;
    color: #3690e0;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-decoration: underline;
}

.product .description a span,
.single_product .addToFavorit span,
.single_product .comparison span,
.single_product .details span,
.product_detail .addToFavorit span,
.product_detail .comparison span,
.product_detail .details span {
    width: 30px;
    height: 24px;
}
.single_product .addToFavorit span ,
.single_product .comparison span,
.single_product .details span,
.product_detail .addToFavorit span,
.product_detail .comparison span ,
.product_detail .details span {
    margin-right: 10px;
    height: 24px;
}
.product .description .addToFavorit span,
.single_product .addToFavorit span,
.product_detail .addToFavorit span {   
    /*background: url(../images/desc_icon1.png) no-repeat 0 0 transparent;*/
    background: url(../images/wishlist-small-icon.png) no-repeat 0 0 transparent;
}
.product .description .comparison span,
.single_product .comparison span,
.product_detail .comparison span {
    /*background: url(../images/desc_icon4.png) no-repeat 0 0 transparent;*/
    background: url(../images/compasion-small-icon.png) no-repeat 0 0 transparent;
}
.single_product .details span,
.product_detail .details span {
    background: url(../images/details_icon.png) no-repeat 0 0 transparent;
}
.product .description .addToFavorit:hover span,
.single_product .addToFavorit:hover span,
.product_detail .addToFavorit:hover span,
.product .description .addToFavorit.active span,
.single_product .addToFavorit.active span,
.product_detail .addToFavorit.active span,
.addToFavorit-container .addToFavorit.active span,
.addToFavorit-container .addToFavorit:hover span
{
    background-position: 0 -24px;
}
.product .description .comparison:hover span,
.single_product .comparison:hover span,
.product_detail .comparison:hover span,
.product .description .comparison.active span,
.single_product .comparison.active span,
.product_detail .comparison.active span,
.compasion-container .comparison.active span,
.compasion-container .comparison:hover span
{
    background-position: 0 -27px;
}
.single_product .details:hover span,
.product_detail .details:hover span{
    background-position: 0 -24px;
}

.addToFavorit-container,
.compasion-container {
    /*padding-left: 45px;
    position: relative; */
}

.compasion-container,
.addToFavorit-container,
.detail-info {
    margin-bottom: 10px;
    /*display: inline-block;*/
}

.addToFavorit-container a,
.compasion-container a {
    font-size: 14px;
    /*padding-bottom: 10px;
    padding-top: 5px;*/
    padding: 0;
    width: 100%;
    text-decoration: underline;
}
.addToFavorit-container a.addToFavorit span,
.compasion-container a.comparison span {
    margin: 0;
    margin-right: 10px;
}

.addToFavorit-container a.show-all-list,
.compasion-container a.show-all-list {
    margin-left: 40px;
    display: none;
}

.addToFavorit-container a.show-all-list.active,
.compasion-container a.show-all-list.active {
    display: inline-block;
}

.addToFavorit-container a p,
.compasion-container a p{
    color: #3690e0;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: underline;
}


/*
.compasion-container:before {
    content: '';
    display: block;
    width: 30px;
    height: 26px;    
    background: url(../images/desc_icon4.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.addToFavorit-container:before {
    content: '';
    display: block;
    width: 30px;
    height: 26px;    
    background: url(../images/desc_icon1.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
}*/

.bottom-spacing {
    margin-bottom: 30px;
}

.product .inf {
    /*display: none;*/
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.product .inf p {
    color: #2d2e2e;
    font-size: 12px;
    margin-top: 0;
    line-height: 18px;
    font-weight: 400;
}

.mode2 .product {width: 100%; position: relative;}
.mode2 .img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
}
.mode2 .img + div {
    width: calc(100% - 200px);
    position: relative;
}
.mode2 .name {
    height: auto;
}
.mode2 .product .description a {
    overflow: auto;
    width: auto;
    height: auto;
}
.mode2 .product .description a.comparison {
    width: 100%;
    margin-right: 0;
}
.mode2 .addToFavorit span,
.mode2 .comparison span {
    margin-right: 10px;
}
.mode2 .inf {
    display: block;
}
.mode2 .product .description div:first-child > a:first-child {
    margin-bottom: 0;
}
.mode2 .product .description div:first-child  {
    vertical-align: bottom;
}
.mode2 .product .description a img {
    margin-right: 10px;
}
.mode2 .one-two.first {
    width: 78%;
}
.mode2 button.one-two {
    width: 98px;
}
.mode2 .price {
    position: absolute;
    bottom: 40px;
    right: 0%;
}
.mode2 .product .button {
    left: 4%;
    margin-left: 0;
    top: 50%;
    margin-top: -36px;
}



.tabs {
    border-bottom: 1px dotted #d2d7dc;
    padding-bottom: 18px;
    margin-bottom: 6px;
}
.tabs a {    
    color: #9dbcbc;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px dashed #9dbcbc;
    margin-right: 60px;
}
.tabs a:hover {
    color: #4C7878;
}
.tabs a.act {
    color: #3690e0;
    border-bottom: 1px dashed #3690e0;
}
.products_slider {
    display: none!important;
}
.products_slider.act {
    display: block!important;
}
.makeContainer2 .prod .cont {
    width: 300px;
}
.makeContainer .cont {
    overflow: hidden;
    width: 250px;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    border: 1px solid #d2d7dc;
    background: #ffffff;
    position: relative;
    height: 32px;
    z-index: 1;
}
.makeContainer .cont input[type="checkbox"] {
    margin: 0;
    /*visibility: hidden;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.makeContainer label {
    color: #065fae;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background: url(../images/checkbox.jpg) no-repeat left 0 transparent;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    height: 19px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.makeContainer label.check {
    background-position: 0 -19px;
}
.make_popup img {
    max-width: 100%;
}
.priceBlock .top {
    background: #065fae;
    width: 184px;
    padding: 8px;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border-radius: 3px;
}
.priceBlock .top {
    margin-bottom: 5px;
}
.priceBlock .top p {
    margin: 0;
}
.priceBlock .top > p:first-child {
    margin-bottom: 4px;
    color: #ffffff;
}
.priceBlock .price {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.priceBlock .price span {
    font-size: 30px;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.priceBlock .price sup {
    font-size: 18px;
    position: relative;
    top: -2px;
}

/*blue button*/
.compare-settings-container .addProductToCompareList,
.custom_popup-wrapper .base_categories,
.comment-form input[type="submit"],
.comment-form input[type="button"],
.cart_buttons a,
button:not(.slick-next):not(.slick-prev):not(.custom-button),
/*button:not(.slick-next),
button:not(.slick-prev),*/
.account h1 a.logout,
.addComment,
.single_product .left .toCart,
.range_slider_wrapper button,
.quickOrder,
.quick_order_form button,
.feedback_popup_wrapper button,
.product_detail .right .toCart,
.product .description button,
.priceBlock button {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    padding: 0 40px 0 10px;    
    text-align: center;
    background: #065fae;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    *zoom: 1;
    *display: inline;
}
.custom_popup-wrapper .base_categories {margin: 10px 4px 5px; padding-right: 10px;}
.make_popup_wrapper .make_popup button.addButton {
    position: absolute;
    top: 8px;
    margin-top: 2px;
    padding-right: 10px;
}
.account h1 a.logout {
    padding: 0 10px 0 40px;
    /*float: right;*/
    position: absolute;
    top: 8px;
    right: 0;
}
.account h1 a.logout:before {
    content: '';
    display: block;
    background: url(../images/logout_icon.png) no-repeat center center transparent;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.compare-settings-container .addProductToCompareList,
.cart_buttons a {
    padding: 0 10px;
}
button,
.quick_order_form button,
.feedback_popup_wrapper button {
    padding: 0 10px;
}
.quick_order_form button:after,
.feedback_popup_wrapper button:after,
.single_product .left .toCart:after,
.single_product .right .toCart:after,
.range_slider_wrapper button:after,
.quickOrder:after,
.product_detail .right .toCart:after,
.product .description button:after,
.priceBlock button:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
    width: 23px;
    height: 20px;
    background: url("../images/desc_icon3.png") no-repeat center center transparent;
}
.comment-form button[type="submit"]:after,
.comment-form input[type="submit"]:after,
.comment-form input[type="button"]:after {
    content: '';
    background: url(../images/addComment-icon-big.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 6px;
    right: 3px;
    display: block;
    width: 34px;
    height: 20px;
}

.comments .comment-body {
    display: block;
    padding: 15px;
    background: #f0f0f0;
}

.addComment {
    height: 26px;
    line-height: 26px;
}
.addComment:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
    width: 10px;
    height: 10px;
    background: url(../images/addComment-icon.png) no-repeat center center transparent;
}
.range_slider_wrapper button:after {
    background: url("../images/no-ui-slider-button.png") no-repeat center center transparent;
    width: 13px;
    height: 16px;
    top: 6px;
    right: 12px;
}
.quickOrder:after {
    width: 30px;
    height: 26px;
    top: 4px;
    right: 4px;
    background: url(../images/quick_order_icon.png) no-repeat center center transparent;
}
/*button:not(.slick-next .slick-prev):hover,*/
.compare-settings-container .addProductToCompareList:hover,
.custom_popup-wrapper .base_categories:hover,
.comment-form input[type="submit"]:hover,
.comment-form input[type="button"]:hover,
.cart_buttons a:hover,
button:not(.slick-next):not(.slick-prev):not(.custom-button):hover,
.account h1 a.logout:hover,
.addComment:hover,
.single_product .left .toCart:hover,
.range_slider_wrapper button:hover,
.quickOrder:hover,
.quick_order_form button:hover, 
.feedback_popup_wrapper button:hover,
.product_detail .right .toCart:hover,
.product .description button:hover,
.priceBlock button:hover {
    background: #ff3c00;
}
.make_popup_wrapper .make_popup button.addButton:hover {
    top: 11px;
}
.account h1 a.logout:hover {top: 11px;}
/*orange button*/
/*.quickOrder {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 48px 0 10px;    
    text-align: center;
    text-decoration: none;
    background: rgb(255,116,0);
    background: -moz-linear-gradient(top,  rgba(255,116,0,1) 0%, rgba(255,60,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,60,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,116,0,1) 0%,rgba(255,60,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff3c00',GradientType=0 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 0px #ff7400, 0px 4px 0px 0px #ff2400, 0px 8px 8px #999;
    -moz-box-shadow: inset 0px 1px 0px #ff7400, 0px 4px 0px 0px #ff2400, 0px 8px 8px #999;
    -o-box-shadow: inset 0px 1px 0px #ff7400, 0px 4px 0px 0px #ff2400, 0px 8px 8px #999;
    box-shadow: inset 0px 1px 0px #ff7400, 0px 4px 0px 0px #ff2400, 0px 8px 5px #999;
    position: relative;
}
.quickOrder:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 10px;
    width: 30px;
    height: 26px;
    background: url(../images/quick_order_icon.png) no-repeat center center transparent;
}
.quickOrder:hover {
    top: 3px;
    background: rgb(255,60,0);
    background: -moz-linear-gradient(top,  rgba(255,60,0,1) 0%, rgba(255,116,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,60,0,1) 0%,rgba(255,116,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,60,0,1) 0%,rgba(255,116,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c00', endColorstr='#ff7400',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #ff7400, 0px 2px 0px 0px #ff2400, 0px 3px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #ff7400, 0px 2px 0px 0px #ff2400, 0px 3px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #ff7400, 0px 2px 0px 0px #ff2400, 0px 3px 3px #999;
    box-shadow: inset 0px 1px 0px #ff7400, 0px 2px 0px 0px #ff2400, 0px 3px 3px #999;
}*/


/*.meny_pr .added_products p {*/
.added_products p {
    padding-left: 24px;
    background: url(../images/deselect_button.jpg) no-repeat 4px 3px transparent;
    cursor: pointer;
}
.catalog_options {
    background: #f6f9fe;
    border: 1px solid #d2d7dc;
    box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
    font-weight: 300;
    color: #2d2e2e;
    margin-top: 10px;
}

.catalog_options .zag {
    background: url(../images/catalog_bg.jpg) no-repeat 0 0 transparent;
    background-size: 100% auto;
    height: 54px;
    line-height: 54px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;

}
.catalog_options .name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #065fae;
    font-weight: 400;
    height: auto;
    margin: 10px 0;
    padding-bottom: 0;
    position: relative;
    cursor: pointer;
}

.catalog_options .currently .name,
.catalog_options .name.not-clickable {
    cursor: default;
}
.catalog_options .options > .name:not(.not-clickable):after  {
    content: '';
    display: block;
    border-left: 4px solid transparent;
    border-top: 0px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #065fae;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}
.catalog_options .options > .name.opclose:not(.not-clickable):after {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}
.catalog_options .currently .name:after {display: none;}
.checkbox,
.catalog_options .checkbox {
    background: url(../images/checkbox1.jpg) no-repeat 0 0 transparent;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    margin-bottom: 6px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.catalog_options .currently button:before {
    content: '';
    display: block;
    position: absolute;
    toP: 50%;
    right: 10px;
    width: 14px;
    height: 0;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
.catalog_options .currently button:after {
    content: '';
    display: block;
    position: absolute;
    toP: 50%;
    right: 10px;
    width: 14px;
    height: 0;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
}
.catalog_options .checkbox {font-size: 13px;}
.checkbox.check,
.catalog_options .checkbox.check {
    background-position: 0 -15px;
}
.checkbox.disabled
.catalog_options .checkbox.disabled {
    background-position: 0 -30px;
}
.checkbox span,
.catalog_options .checkbox span {
    position: absolute;
    top: 0;
    right: 0;
}
.checkbox input[type="checkbox"],
.catalog_options .checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.catalog_options .filters-dropdown.closed {display: none;}

.catalog_options .filter-option:nth-of-type(n+6) {display: none;}
.catalog_options .show-button {
    color: #3690e0;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}
.catalog_options .show-button.less {
    display: none;
}
.catalog_options .full-filters .filter-option:nth-of-type(n+6){
    display: block;
}
.catalog_options .full-filters .show-button.less {
    display: block;
}
.catalog_options .full-filters .show-button.more {
    display: none;
}
.remove_checked .checkbox {
    width: 15px;
    margin-bottom: 0;
    margin-left: 6px;
}
#range_slider {
    margin-bottom: 30px;
}
.range_slider_wrapper input[type="text"] {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 48px;
    border: 1px solid #ced5e2;
    background: #ffffff;
    color: #4d7878;
    font-weight: 300;
}
/*.range_slider_wrapper button {
    background: url("../images/no-ui-slider-button.png") no-repeat scroll 90% center #065fae;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 26px;
    text-align: center;
    cursor: pointer;
}
.range_slider_wrapper button:hover {
    background-color: #418CE0;
}*/

.category_settings {
    line-height: 30px;
    text-transform: none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding: 0 0 0 10px;
    width: 100%;
}
.category_settings .toolbar-container {
    width: 100%;
    min-height: 54px;
    padding: 8px 0 18px;
    border-bottom: 1px dotted #d2d7dc;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.category_settings .toolbar-container .inl {margin-left: 10px;}
.category_settings .toolbar-container .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category_settings > .settings_btn {
    background: url(../images/settings_btn.png) no-repeat 0 0 transparent;
    width: 30px;
    height: 34px;
    cursor: pointer;
}
.drop_menu {
    border-bottom: 1px dotted #d2d7dc;
    padding: 16px 0;
    display: none;
}

.drop_menu .availability .selectable-wrapper .selectable-list-wrapper {
    width: 139px;
}
.drop_menu .availability .selectable-wrapper .selectable-list-wrapper ul{
    width: 100px;
}
.drop_menu .sort .selectable-wrapper .selectable-list-wrapper {
    width: 179px;
}
.drop_menu .sort .selectable-wrapper .selectable-list-wrapper ul{
    width: 140px;
}
.type .selectable-wrapper {
    width: 90px;
}
.drop_menu .type .selectable-wrapper .selectable-list-wrapper {
    width: 129px;
}
.drop_menu .type .selectable-wrapper .selectable-list-wrapper ul{
    width: 90px;
}
.drop_menu > div {
    margin-right: 45px;
}
.drop_menu label {
    color: #065fae;
    font-size: 14px;
    font-weight: 300;
    margin-right: 2px;
}

.drop_menu .availability .selectable-button {
    background: url(../images/drop_sel_icon1.png) no-repeat center 2px #065fae;
}
.drop_menu .availability .selectable-button:hover {
    background-position: center -35px;
    background-color: #418CE0;
}
.drop_menu .sort .selectable-button {
    background: url(../images/drop_sel_icon2.png) no-repeat center 2px #065fae;
}
.drop_menu .sort .selectable-button:hover {
    background-position: center -36px;
    background-color: #418CE0;
}
.drop_menu .type .selectable-button {
    background: url(../images/drop_sel_icon3.png) no-repeat center 2px #065fae;
}
.drop_menu .type .selectable-button:hover {
    background-position: center -35px;
    background-color: #418CE0;
}

.drop_menu .sort .selectable-wrapper {
    width: 140px;
}
.drop_menu .type {
    margin-right: 38px;
}
.catalog-display-settings > .settings_btn.act,
.category_settings > .settings_btn.act {
    background-position: 0 -34px;
}
.catalog-display-settings label,
.category_settings label {
    margin-right: 10px;
    color: #065fae;
    font-weight: 300;
}
.category_settings .type,
.category_settings .availability {}
.category_settings .selectable-wrapper {
    line-height: 33px;
}
.catalog-display-settings .viewmodes > div,
.category_settings .viewmodes > div {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.catalog-display-settings .viewmodes .mode1,
.category_settings .viewmodes .mode1 {
    margin-right: 10px;
    background: url(../images/view_mode_icon1.png) no-repeat 0 0 transparent;
}
.catalog-display-settings .viewmodes .mode2,
.category_settings .viewmodes .mode2 {
    background: url(../images/view_mode_icon2.png) no-repeat 0 0 transparent;
}
.catalog-display-settings .viewmodes > div.act,
.category_settings .viewmodes > div.act {
    background-position: 0 -30px;
}
/*-- end content style --*/

/*-- footer style --*/
footer {
    margin-top: -224px;
    color: #7a8282;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}
footer .inf_block .top {
    padding-top: 20px;
    border-top: 1px dotted #d2d7dc;
    background: none;
}
footer .blue_block {
    width: 100%;
    background: url(../images/defis_blue_bg.jpg) no-repeat 0 0 #055EAE;
    padding: 6px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
footer .blue_block p,
footer .blue_block p a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    font-weight: 300;
}
footer .blue_block .col-4 {padding: 10px 0;}
footer .blue_block .col-4 p {margin: 0;}
/*-- end footer style --*/

/*-- make style --*/
.add-product-wrapper,
.make_popup_wrapper,
.product_detail_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/overlay__.png) repeat 0 0 transparent;
    width: 100%;
    height: 100%;
    z-index: 12000;
}
.add-product-wrapper.vis,
.make_popup_wrapper.vis,
.product_detail_wrapper.vis {
    display: block;
}
.make_popup .name p {
    margin: 0;
    text-transform: lowercase;
}
.make_popup .price{
    font-size: 14px;
    color: #7a8282;
}
.make_popup .loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}
.make_popup .paginator {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 35px;
    text-align: center;
}
.make_popup .paginator a {
    color: #065fae;
    /*    width: 22px;
        height: 22px;*/
    /*line-height: 22px;*/
    margin: 0 1px;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.make_popup .paginator a.curent {
    color: #ffffff;
    background: #065fae;
}
.product_detail .left {
    width: 398px;
}
.product_detail .right table td {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    padding: 0 10px 2px 0;
}
.product_detail .right table td p {
    margin: 6px 0;
}
.product_detail .right table tr> td:first-child {
    color: #065fae;
}
.product_detail .right table tr> td:first-child + td {
    color: #10a016;
}
.product_detail .right table tr> td:first-child + td + td {
    color: #2d2e2e;
}
.product_detail .right table tr > td:first-child + td + td.green {
    color: #10a016;
}
.size .left_arrow,
.size .right_arrow {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.size .left_arrow {
    background: url(../images/left_arrow.jpg) no-repeat center center transparent;    
}
.size .right_arrow {
    background: url(../images/right_arrow.jpg) no-repeat center center transparent;
}
/*.product_detail .details,
.product_detail .wishList {
    padding-left: 45px;
    height: 21px;
    line-height: 21px;
}
.product_detail .wishList {
    padding-bottom: 24px;
    background: url(../images/wish_list_icon.jpg) no-repeat 0 0 transparent;
}
.product_detail .comparativeList {}
.product_detail .details {
    background: url(../images/details_icon.jpg) no-repeat 0 0 transparent;
}*/
.product_detail .left .desc {
    color: #7a8282;
    font-size: 11px;
    font-weight: 300;
}
.product_detail .left .desc img {
    margin-right: 10px;
}
.product_detail .right .toCart {
    /*background: url("../images/desc_icon3.png") no-repeat scroll 96% center #065fae;*/
    /*    border: medium none;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        height: 35px;
        line-height: 32px;
        padding-right: 40px;
        margin-right: -16px;
        text-align: center;*/
}
.product_detail .right .toCart:hover {
    /*background-color: #418CE0;*/
}
.make_popup button {
    background: url(../images/add_make_button.png) no-repeat 18px center #065fae;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    padding-left: 53px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 106px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.make_popup button:hover {
    background-color: #418CE0;
}
.makeContainer .cont p {
    color: #2d2e2e;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}
.makeContainer .cont.check {
    border: 2px solid #4294e6;
    height:70px;
}
.makeContainer .cont .more {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 12px;
    left: 0;
    position: absolute;
    display: none;
    width: 100%;
    color: #065fae;
    padding: 0 0 4px;
    text-align: center;
    line-height: 10px;
}
.makeContainer .cont.check .more {
    display: block;
}
.makeContainer .cont .sum {
    display: none;
    color: #065fae;
    font-size: 14px;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 4px;
    font-weight: 500;
    position: relative;
    padding-left: 24px;
}
.makeContainer .cont .sum span {
    color: #2d2e2e;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 12px;
}
.makeContainer .cont.check .sum {
    display: block;
}
.makeContainer .cont.check label,
.makeContainer .cont .act {
    background-position: left -19px;
}
.makeContainer .cont.check:hover {
    height: auto;
}
.makeContainer .cont.check:hover .more {
    display: none;
}
.makeContainer .cont.optional {
    height: 64px;
}
.makeContainer .cont.optional.check {
    height: 72px;
}
.makeContainer .cont.optional.check:hover {
    height: auto;
}
.makeContainer .cont.reserved {
    height: 64px;
}
.makeContainer .cont.reserved p {
    color: #7a8282;
}
.makeContainer .cont.reserved label {
    color: #9dbcbc;
    background-position: left -38px;
}
.products_assortment {}
.make_popup .settings {
    border-top: 1px dotted #d2d7dc;
    border-bottom: 1px dotted #d2d7dc;
}
.make_popup .settings .manufacturer .selectable-wrapper {
    width: 148px;
}
.make_popup .settings .type .selectable-wrapper {
    width: 74px;
}
.make_popup .settings .availability .selectable-wrapper {
    width: 148px;
}
.make_popup .settings .manufacturer .selectable-wrapper .selectable-list-wrapper {
    width: 187px;
}
.make_popup .selectable-wrapper ul li {
    padding: 6px 38px 6px 15px;
}
.make_popup .settings .type .selectable-wrapper .selectable-list-wrapper {
    width: 113px;
}
.make_popup .settings .availability .selectable-wrapper .selectable-list-wrapper {
    width: 187px;
}
.make_popup .settings label {
    color: #065fae;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
/*add product container*/ 
.add-product-wrapper .add_product_list {}




.column_names {
    /*    background: url(../images/defis_blue_bg.jpg) no-repeat 0 0 transparent;*/
    height: 24px;
    line-height: 16px;
    width: calc(100% - 35px);
    font-size: 12px;
    padding: 4px 15px;
    color: #065fae;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.products_assortment input[type="checkbox"],
.products_assortment input[type="radio"] {
    margin: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.products_assortment label {
    color: #065fae;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background: url(../images/checkbox1.jpg) no-repeat left 0 transparent;
    padding-left: 15px;
    position: static;
    cursor: pointer;
    /*width: 15px;*/
    height: 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.one-product .products_assortment label {
    background: url(../images/radio.png) no-repeat left 0 transparent;
    width: 19px;
    height: 19px;
}
.products_assortment a {
    color: #2d2e2e;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: none;
}
.products_assortment label.check {
    background-position: 0 -15px;
}
.one-product .products_assortment label.check {
    background-position: 0 -19px;
}
.products_assortment .grey {
    background: #DBDBDB;
}
.products_assortment input[type="text"] {
    border: 1px solid #ced5e2;
    box-sizing: border-box;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 38px;
}
.products_assortment .line {
    padding: 6px 0;
    width: 100%;
}
.column_names > div {
    text-align: center;
    font-weight: 700;
}
.products_assortment .line > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}
.products_assortment .line > div:nth-child(1) {
    width: 45px;
    text-align: left;
    padding: 0;
    line-height: 0;
}
.products_assortment .line > div:first-child + div {
    width: 84px;
    border: 1px solid #d2d7dc;
    padding: 0;
}
.products_assortment .line > div:first-child + div + div + div {
    width: 90px;
    text-align: center;
}
.products_assortment .line > div:first-child + div +div + div + div {
    width: 120px;
    text-align: center;
    color: #4d7878;
    font-size: 14px;
}
.column_names > div:nth-child(4) {padding: 0 10px;width: 120px;}
.products_assortment .line > div:nth-child(6) {
    width: 120px;
    text-align: center;
    color: #4d7878;
    font-size: 14px;
}


.products_assortment .line > div .size {width: 100%;}

.my-account .order-details .products_assortment .line > div:nth-child(1) {
    line-height: 1;
}
/*-- end make style --*/

/*-- drop down menu --*/
.menuWrapper {
    position: relative;
}
.menuWrapper > .left-column {width: 54%;}
.menuWrapper > .right-column {width: 46%;}
/*.dropDownMenuVis .dropdownMenu {
    display: block;
}*/
.dropdownMenu .open,
.dropdownMenu .normal {    
    padding: 14px 0 20px;
    margin-bottom: 20px;
}
/*.dropdownMenu .open:hover div {
    height: auto;
    overflow: visible;
}*/
.dropdownMenu ul {
    list-style: none;
    padding: 0 0 0 20px;   
    margin: 0;
}
.dropdownMenu ul li {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    padding-bottom: 6px;
}
.dropdownMenu ul li:first-child {
    padding-bottom: 4px;
}
.dropdownMenu ul li a {
    color: #e2ebf9;
    text-decoration: none;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.dropdownMenu ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.dropDownMenuVis .search {}
/*.dropDownMenuVis .search input[type="text"] {
    width: 816px;
    position: absolute;
    top: 0;
    right: 0;
}
.dropDownMenuVis .search label {
    left: -370px;
}*/
/*-- end drop down menu --*/



/*-- start product styles --*/
.single_product {padding-top: 20px;}
.single_product .name {
    font-size: 24px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
}
.single_product h1 {
    margin: 0;
    color: #0075d9;
    padding: 0;
    overflow: hidden;
    font-size: 24px;
    height: auto;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.single_product .left {
    width: 400px;
    position: relative;
    padding-bottom: 70px;
}
.single_product .right {
    width: 530px;
    margin-left: 30px;
    position: relative;
}
.product_detail .left .desc,
.single_product .left .desc {
    color: #7a8282;
    font-size: 11px;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.product_detail .left .desc img,
.single_product .left .desc img {
    top: 4px;
    left: 0;
    position: absolute;
}
/*.single_product .left .toCart {
    background: url("../images/desc_icon3.png") no-repeat scroll 96% center #065fae;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    line-height: 32px;
    padding-right: 40px;
    text-align: center;
}*/
/*.single_product .left .toCart:hover {
    background-color: #3690e0;
}*/
/*.single_product .details, .single_product .wishList, .comparativeList {
    height: 21px;
    line-height: 21px;
    padding-left: 45px;
}
.comparativeList {
    background: url("../images/desc_icon4.png") no-repeat scroll 0 0 transparent;
    padding-bottom: 24px;
}
.single_product .wishList {
    background: url("../images/wish_list_icon.jpg") no-repeat scroll 0 0 transparent;
    padding-bottom: 24px;
}
.single_product .details {
    background: url("../images/details_icon.jpg") no-repeat scroll 0 0 transparent;
}*/
.single_product .left table {
    margin-bottom: 30px;
    width: 100%;
    font-weight: 300;
}
.single_product .left table tr > td {padding: 5px 0; vertical-align: top;}
.single_product .left table tr > td:first-child {
    color: #065fae;
    font-weight: 500;
}
.single_product .left table tr > td a {
    font-size: 12px;
    color: #3690e0;
    font-weight: 400;
}
.single_product .left table tr > td:first-child + td {
    /*color: #10a016;*/
}
.single_product .left table tr > td:first-child + td + td {
    color: #2d2e2e;
}
.single_product .left table tbody > tr:last-child > td {vertical-align: middle;}
.single_product .right table {
    margin-top: 20px;
}
.single_product .right table td {
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    color: #2d2e2e;
    padding-bottom: 10px;
    width: 62%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.single_product .right table tr > td:first-child {
    color: #065fae;
    width: 38%;
    padding-right: 20px;
}
.single_product .quickOrder {
    right: 3px;
}
.single_product .addToCart-form {}
.single_product .addToCart-form table {width: 100%;margin-top: 0;}
.single_product .addToCart-form table tr td {vertical-align: middle; width: auto; padding-bottom: 0;}
.single_product .addToCart-form table tr td.tdsingle,
.single_product .addToCart-form table tr td.tdsingle:first-child {padding-right: 0;}
/*.single_product .addToCart-form table tr:first-child > td {vertical-align: bottom}*/
.single_product .addToCart-form > table tr td:first-child {width: auto;}
.single_product .addToCart-form table tr {width: 100%;}
.single_product .addToCart-form .quickOrder {position: relative; right: 0;margin-top: 10px;}
.single_product .addToCart-form .product-ordering-container {display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end}
.single_product .addToCart-form .product-ordering-container > * {margin-left: 10px;}
.single_product .addToCart-form .quickOrder.credit { margin-top: 0; }

/*-- end product styles --*/

/*-- login styles --*/

form.login,
form.registration {
    width: 320px;
}
form h4 {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    color: #065fae;
    padding-left: 80px;
    font-weight: 400;
    margin-bottom: 36px;
}
form.login h4 {
    background: url(../images/login_icon.png) no-repeat 10px center transparent;
}
form.login button {
    /*    background-image: url(../images/login_icon1.png);
        background-position: 10px center;
        background-repeat: no-repeat;  
        padding-left: 40px;
        padding-right: 10px;*/
}
form.login button:after {
    content: '';
    display: block;
    background: url(../images/login_icon1.png) no-repeat center center transparent;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 2px;
}
form.registration h4 {
    background: url(../images/registration_icon.png) no-repeat 10px center transparent;
}
form.registration button {
    /*    background-image: url(../images/registration_icon1.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        padding-left: 40px;*/
}
form.registration button.registration:after {
    content: '';
    display: block;
    background: url(../images/registration_icon1.png) no-repeat center center transparent;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 4px;

}
form .capcha_img {
    border: 1px solid #d2d7dc;
    width: 120px;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
}
form .capcha_img > img {max-width: 100%;}
form.registration .capcha input[type="text"] {
    height: 62px;
    line-height: 62px;
    width: 174px;
}
form.registration .capcha label {
    top: 24px;
}
form p {
    color: #2d2e2e;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}
form .reload {
    text-decoration: underline;
}
form div {
    position: relative;
}
form > div {
    margin-bottom: 24px;
}
form label {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #2d2e2e;
    cursor: text;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}
form.login input[type="text"],
form.login input[type="password"],
form.registration input[type="text"],
form.registration input[type="password"] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d2d7dc;
    color: #2d2e2e;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}


/*-- end login styles --*/

/*-- account styles --*/
.account h1 {
    position: relative;
}
.account h1 span {
    color: #2d2e2e;
}
.account h1 a.logout:hover {
    background-color: #3690e0;
}
.account p {
    color: #2d2e2e;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
}
.account a {
    display: inline-block;   
    font-size: 14px;
    padding-bottom: 4px;
    *zoom: 1;
    *display: inline;
}
.account-addres {
    margin-bottom: 30px;
}
.account .main {
    font-family: "Roboto Condensed",sans-serif;
    color: #065fae;
    font-size: 16px;
    font-weight: 400;
}
.account .main a {
    margin-left: 20px;
}
.account .main a img {
    margin-right: 5px;
}

/*-- end account styles --*/

/*-- cart styles --*/

.cart .column_names > div:first-child {
    width: 580px;
}
.cart .column_names > div:first-child + div + div +div {
    width: 100px;
}
.cart .products_assortment .line > div:first-child + div + div {
    width: 438px;
}
.cart .products_assortment .line > div:first-child + div + div + div + div + div {
    width: 100px;
}
.size.disable {
    opacity: 0.4;
}
.cart_buttons {
    margin-top: 30px;
}
.cart_buttons a {
    /*    text-transform: none;
        background: #065fae;
        border: medium none;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        height: 28px;
        line-height: 26px;
        min-width: 50px;
        padding: 2px 10px 2px 2px;
        text-align: center;
        text-decoration: none;
        margin-left: 10px;*/
}
.cart_buttons > div > a:first-child {
    margin-left: 0;
}
.cart_buttons a:hover {
    background-color: #3690e0;
}
/*-- end cart styles --*/

/*-- slider style --*/

/*.slider {
    position: relative;        
}
.slider .item {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}*/

/*-- end slider style --*/

/*compare page styles*/
.compare_wr {
    /*    width: 100%;
        overflow: hidden;*/
    position: relative;
    padding-top: 20px;
    /*    padding-left: 250px;*/
}

.compare_wr .titles {
    background-color: #ffffff;
    width: 250px;
    color: #065fae;
    font-size: 14px;
    padding: 8px 0 8px 10px;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    white-space: normal;
}
.compare_wr .titles_wr > .titles:first-child,
.compare_wr .scroll_wr .mCSB_container > .line:first-child {
    margin-bottom: 20px;
}
.compare_wr .line {
    white-space: nowrap;
}
.compare_wr .titles.blue {
    background-color: #eef4f9;
    padding: 4px 0 4px 10px;

}
.compare_wr .item {
    /*width: 222px;*/
    width: 234px;
    color: #2d2e2e;
    line-height: 25px;
    font-weight: 300;
    /*margin-right: 10px;*/
    padding-right: 10px;
    white-space: normal;
    /*float: left;*/
}
.compare-line .item {

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    /*margin-right: 0;*/
    padding: 0 20px 0 10px;
    /*background: rgba(255, 60, 47, 0.2);*/
}
.compare-line .item.c_false {
    background: rgba(255, 60, 47, 0.2);
}
.compare-line .item.c_true {
    background: rgba(24, 202, 53, 0.2);
}

.compare_wr .item p {
    line-height: 18px;
    margin: 8px 0;
}
.compare_wr .line.blue .item p {
    margin: 4px 0;
}
.compare_wr .product {
    /*    padding: 10px 0;*/
    width: 100%;
    padding: 0;
    border: none;
}
.compare_wr .product:hover {
    border: none;
    box-shadow: none;
}
.compare_wr .product .name {
    height: auto;
    line-height: 21px;
    padding-bottom: 0;
}
.compare_wr .product .name a {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    color: #065fae;
    text-transform: none;
    height: auto;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.compare_wr .product .img {
    line-height: 0;
    margin-bottom: 0;
}
.compare_wr .line.blue {
    background: #eef4f9;
}
.compare_wr .compare-line {
/*    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;*/
}
.compare_wr .compare-line.hidden-line {
/*    overflow: hidden; 
    height: 0;*/
}

/*.mCSB_scrollTools_horizontal {
    width: 699px!important;
    height: 20px!important;
}*/
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 124px!important;
}
.mCS-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 20px;
    width: 124px;
    margin: 0;
}
.mCS-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 20px;
    margin: 0;
    width: 699px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    width: 699px;
}
.my-wishlist .product .button,
.compare_wr .product .button {
    padding: 8px 0 8px 0px;
    text-align: left;
}
.my-wishlist .product .button a,
.compare_wr .product .button a {
    background: url(../images/button_link_2.png) no-repeat 12px center transparent;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0 4px 45px;
    *zoom: 1;
    *display: inline;

    text-decoration: none;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden,
.compare_wr .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 50px!important;
}
.my-wishlist .product .button a:first-child,
.compare_wr .product .button a:first-child {
    background: url(../images/button_link_1.png) no-repeat 12px center transparent;
    padding: 4px 0 4px 45px;
}
.scroll_wr .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    /*top: 14px;*/
    top: 10px;
    height: 20px;
}
.mCustomScrollbar.mCS_no_scrollbar  .mCustomScrollBox .mCSB_scrollTools {display: none!important;}

.compare-nav-button {
    position: fixed;
    top: 50%;
    right: 100px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 181, 79, 1);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -25px;
    margin-right: -25px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    
    color: rgba(255, 181, 79, 1);
    line-height: 46px;
    text-align: center;
    font-size: 32px;
    background: url(../images/right-chevron.png) no-repeat center center transparent;
    background-size: auto 70%;
}
.compare-nav-button:hover {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -30px;
}
.compare-nav-button.active {
    animation-name: compare_nav_button_active;
    animation-duration: 2s;
    /*animation-iteration-count: infinite;*/
}
@keyframes compare_nav_button_active {

    /*0%   {width: 56px; height: 56px; margin-top: -28px; margin-right: -28px; line-height: 52px;}*/ 
    /*10%  {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}*/
    /*20%  {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}*/
    30%  {width: 56px; height: 56px; margin-top: -28px; margin-right: -28px; line-height: 52px;} 
    40%  {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}
    /*50%  {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}*/
    60%  {width: 56px; height: 56px; margin-top: -28px; margin-right: -28px; line-height: 52px;}
    70%  {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}
    /*80%  {}*/
    90%  {width: 56px; height: 56px; margin-top: -28px; margin-right: -28px; line-height: 52px;}
    100% {width: 50px; height: 50px; margin-top: -25px; margin-right: -25px; line-height: 46px;}
}

/*news*/ 
.news_bl {
    margin: 10px 0 0 0;
}
.news_bl .title {
    color: #065fae;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.news_bl .desc {
    margin: 0;
    font-size: 12px;
    color: #7a8282;
}
/*paginator*/
.paginator-wrapper {
    width: 100%;
    margin-top: 60px;
}
.paginator {
    list-style: none;
}
.paginator-wrapper p {display: none;}
.paginator li {
    vertical-align: top;
    line-height: 0;
    float: left;
    padding: 0 1px;
    /*    display: inline-block;
        *zoom: 1;
        *display: inline;*/
}
.paginator a {
    text-decoration: none;
    color: #2d2e2e;
    width: 35px;
    height: 35px;
    position: relative;
    line-height: 35px;
    background: #f6f9fe;
    font-size: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.paginator a:hover {
    background: #9dbcbc;
    color: #ffffff;
}
.paginator .current a {
    background: #9dbcbc;
    color: #ffffff;
}
.paginator a.next {
    background: #065fae;
    border-radius: 0 5px 5px 0;
}
.paginator a.previous {
    background: #065fae;
    border-radius: 5px 0 0 5px;
}
.paginator a.next:hover,
.paginator a.previous:hover {
    background-color: #3690e0;
}
.paginator a.previous img,
.paginator a.next img {display: none;}
.paginator a.previous:after {
    content: '';
    background: url(../images/pagination-prev-arrow.png) no-repeat center center transparent;
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
}
.paginator a.next:after {
    content: '';
    background: url(../images/pagination-next-arrow.png) no-repeat center center transparent;
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
}
img.fleft {
    margin: 5px 10px 5px 0;   
}
img.fright {
    margin: 5px 0 5px 10px;
}


/*feedback form*/
.feedback_popup_wrapper {
    background: url("../images/overlay__.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12000;
    font-family: 'Roboto', sans-serif;
}
.quick_order_form {
    background: url("../images/overlay__.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12000;
    font-family: 'Roboto', sans-serif;
}
.quick_order_form form div, 
.feedback_popup_wrapper form div {
    position: relative;
}
.quick_order_form form>div,
.feedback_popup_wrapper form>div {
    margin-bottom: 15px;
}
.quick_order_form form .capcha,
.feedback_popup_wrapper form .capcha {
    margin-bottom: 10px;
}
.quick_order_form form .last ,
.feedback_popup_wrapper form .last {
    margin-top: 30px;
}
.feedback+popup_wrapper label {
    color: #2d2e2e;
    cursor: text;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 15px;
    position: absolute;
    top: 6px;
}

.quick_order_form input.error{border:1px solid red !important;}

.quick_order_form input[type="text"] ,
.feedback_popup_wrapper input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d2d7dc;
    box-sizing: border-box;
    color: #2d2e2e;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    width: 100%;
}
.quick_order_form button,
.feedback_popup_wrapper button {
    background: #065fae;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    min-width: 50px;
    text-align: center;
}
.quick_order_form button:hover,
.feedback_popup_wrapper button:hover {
    background: #418ce0;
}
.quick_order_form textarea,
.feedback_popup_wrapper textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d2d7dc;
    box-sizing: border-box;
    color: #2d2e2e;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 130px;
    line-height: 32px;
    padding: 0 15px;
    width: 100%;
    resize: none;
}
.quick_order_form .capcha > div:first-child img ,
.feedback_popup_wrapper .capcha > div:first-child img {
    border: 1px solid #d2d7dc;
}

/*404*/
.text-404 .cont {
    text-align: left;
    width: 480px;
    margin: 20px auto;
}
.text-404 .cont p {
    margin-bottom: 0;
    margin-top: 0;
    font-family: monospace;
}
.aRight .on-off-button {
    margin-left: 20px;
}
.on-off-button {   
    /*background: url(../images/on-off-button.png) no-repeat 0 0 transparent;*/
    width: 88px;
    height: 40px;    
}
.on-off-button > .on,
.on-off-button > .off {
    width: 44px;
    height: 40px;
    cursor: pointer;
}
.on-off-button.off-button > .on {
    background: url(../images/on-off-button.png) no-repeat 0 0 transparent;
}
.on-off-button.off-button > .off {
    background: url(../images/on-off-button.png) no-repeat -44px 0 transparent;
}
.on-off-button.off-button > .on:hover {
    background-position: 0 -80px;
}
.on-off-button.off-button > .off:hover {
    background-position: -44px -40px;
}
.on-off-button.on-button > .on {
    background: url(../images/on-off-button.png) no-repeat -91px 0 transparent;
}
.on-off-button.on-button > .off {
    background: url(../images/on-off-button.png) no-repeat -135px 0 transparent;
}
.on-off-button.on-button > .on:hover {
    background-position: -91px -80px;
}
.on-off-button.on-button > .off:hover {
    background-position: -135px -40px;
}

.page_download_price .pconf.pcon2 {
    font-weight: bold;
    padding-left: 20px;
    vertical-align: top;
}
.page_download_price .pconf.pcon1 {
    width: 570px;
}
.page_download_price .pconf {    
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.page_download_price ul li{
    margin-bottom:5px;
}

ul.messages{
    background-color: #ff3c00;
    line-height: 18px;
    width: 100%;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 40px;
}

ul.messages li{
    list-style-type: none;
    color: #ffffff;
}

ul.messages ul {
    padding: 0;
    padding-inline-start: 0;
}

input[type=text].validation-failed, input[type=password].validation-failed{
    border:1px solid  #ff3c00 !important;
}
form .validation-advice{
    color:#ffffff;
    background-color: #ff3c00;
    vertical-align:middle;
    width:220px;
    margin-left:5px;
    padding: 7px 15px;
    z-index: 101;
    border-radius: 3px;
    box-shadow:0 1px 6px rgba(0, 0, 0, 0.35);
    position:absolute;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
form div.recaptcha .recaptcha-wrapper {
    width: 100%;
    display: inline-block;
}

.my-account{
}

.my-account .col2-set{
    vertical-align:top;
    padding-right:25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.new_account ul.form-list{
    list-style: outside none none;
    padding:0px;
}

.new_account form .fieldset{
    width:280px;
    vertical-align:top;
    padding-right:25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.new_account form .fieldset > div {
    margin-bottom: 24px;
}

.new_account form .fieldset ul li > div {
    margin-bottom: 24px;
}

.new_account form.registration{
    width:100%
}
.new_account .btn_right{
    float:right;
}

.new_account .selectable-wrapper{
    width: 100%;
    text-align: left;
}
.new_account .selectable-wrapper .selectable-selected{
    /*padding:0 15px;*/
}

.new_account .selectable-wrapper ul li{
    padding:6px 15px;
}

.new_account .addresses-additional ul li,
.new_account ul.addres_manager li{
    vertical-align:top;
    padding-right:25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.new_account input[type=checkbox]{
    width: auto;
    margin-top: 7px;
}

.new_account .checkbox_lable{
    padding-left:10px;
}

.new_account .addresses-additional ul li address,
.new_account ul.addres_manager li  address {
    height:118px;
}

/*.new_account .addresses-additional ul li{
        margin-top: 20px;
}*/


.new_account .newaddres_style{
    color: #065fae;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.quick_order_form form div.validation-advice,
.feedback_popup_wrapper form div.validation-advice{
    position: absolute;
}

.quick_order_form form div textarea.validation-failed,
.feedback_popup_wrapper form div textarea.validation-failed{
    border: 1px solid #ff3c00 !important;
}
.tabs-container {margin-top: 20px;}
.tabs-container .tab-line {text-align: justify; border-bottom: 1px dotted #d2d7dc; }
.tabs-container .tab-line:after {content: ''; width: 100%; display: inline-block; *zoom: 1; *display: inline;}
.tabs-container .tab-line a {
    font-size: 24px;
    color: #9dbcbc;
    border-bottom: 1px dashed #9dbcbc;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.tabs-container .tab-line a.active-tab {
    color: #3690e0;
    border-bottom: 1px dashed #3690e0;
}
.tabs-container .tab-cont {
    display: none;
    padding-top: 15px;
}
.tabs-container .tab-cont.active-tab-content {display: block;}

/*default tabs view*/
.tabs-container .default-tabs-view .tab-cont {
    display: block;

}
.tabs-container .tab-cont .false-tab-show-more,
.tabs-container .tab-cont .tab-title {display: none;}
.tabs-container .default-tabs-view .tab-cont .tab-title {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    color: #3690e0;
    font-family: 'Roboto Condensed',sans-serif;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d7dc;
    margin-bottom: 26px;
    *zoom: 1;
    *display: inline;
}
.tabs-container .default-tabs-view .tab-cont .inner {
    overflow: hidden;
    max-height: 224px;
}
.tabs-container .default-tabs-view .tab-cont .false-tab-show-more {
    display: inline-block;
    margin: 15px 0 10px;
    font-size: 14px;
    color: #3690e0;
    font-weight: 300;
    *zoom: 1;
    *display: inline;
}




.raiting input[type="radio"] {visibility: hidden; position: absolute; top: 0; left: 0;}
.raiting {position: relative;}
.raiting label {position: absolute; top: 0 !important; left: 0; width: 30px; height: 28px; cursor:pointer;}
.raiting label.label2 {left: 30px;}
.raiting label.label3 {left: 60px;}
.raiting label.label4 {left: 90px;}
.raiting label.label5 {left: 120px;}

.raiting {
    background: url(../images/star-icon.png) repeat-x 0 0 transparent;
    height: 30px;
    width: 150px;
}
.raiting .range {
    background: url(../images/star-icon.png) repeat-x 0 -30px transparent;
    height: 30px;
    width: 0%;
}
.raiting.small {
    background: url(../images/star-icon-small.png) repeat-x 0 0 transparent;
    height: 20px;
    width: 100px;
}
.raiting.small .range {
    background: url(../images/star-icon-small.png) repeat-x 0 -20px transparent;
    height: 20px;
    width: 0%;
}
.product .raiting {
    background: url(../images/star-icon-small-product.png) repeat-x 0 0 transparent;
    height: 11px;
    width: 55px;
}
.product .raiting .range {
    background: url(../images/star-icon-small-product.png) repeat-x 0 -12px transparent;
    height: 11px;
    width: 0%;
}
.addComment {
    /*    background: url(../images/addComment-icon.png) no-repeat 114px center #065fae;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        padding-right: 30px;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        cursor: pointer;*/
}
.addComment:hover {
    /*background-color: #3690e0;*/
}
.border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px dotted #d2d7dc;
}
.comment-form {padding: 0 80px; border-bottom: 1px dotted #d2d7dc; padding-top: 24px; display: none;}
.comment-form .name {
    font-size: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color: #065fae;
    font-weight: 400;
}
.comment-form > div {position: relative;}
.comment-form label {position: absolute; top: 6px; top: 10px;}
.comment-form input[type="text"] {
    border: 1px solid #d2d7dc;
    width: 100%;
    padding: 0 10px;
    height: 36px;
    color: #2d2e2e;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}
.comment-form textarea.validation-failed{border: 1px solid #ff3c00 !important;}
.comment-form textarea {
    border: 1px solid #d2d7dc;
    width: 100%;
    padding: 10px;
    color: #2d2e2e;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    resize: none;
    height: 120px;
}
.comment-form .capcha-img {width: 44%;}
.comment-form .capcha-input {width: 56%;}
.comment-form input[type="submit"],
.comment-form input[type="button"] {
    /*    background: url(../images/addComment-icon-big.png) no-repeat right center #065fae;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        padding-right: 35px;
        padding-left: 10px;
        height: 34px;
        line-height: 32px;
        border-radius: 3px;
        cursor: pointer;
        border: none;*/
}


.comment-form input[type="button"]:hover {
    background-color: #3690e0;
}
.comments {}
.comments .comment { border-bottom: 1px dotted #d2d7dc;}
.comments .comment p {
    color: #2d2e2e;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
}
.comments .comment .date p {
    font-size: 11px;
    color: #7a8282;
    margin-top: 0;
}

/*footer menu*/
/*.footer-menu {padding: 16px 0; margin: 0; list-style: none; text-align: center; width: 100%; border-top: 1px dotted #d2d7dc; }
.footer-menu li {    
    vertical-align: middle;
    display: inline-block;
    padding: 0 8px;
    border-left: 1px solid #3690e0;
    *zoom: 1;
    *display: inline;
}
.footer-menu > li:first-child {border-left: 0;}
.footer-menu li a {
    color: #3690e0;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}*/
.footer-menu {display: table; width: 100%; padding: 16px 0; border-top: 1px dotted #d2d7dc;}
.footer-menu > div {display: table-cell; border-left: 1px solid #3690e0; text-align: center;}
.footer-menu > div:first-child {border-left: 0;}
.footer-menu > div a {
    color: #3690e0;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

/*tooltip styles*/
.tooltip-popup {
    position: fixed;
    background: #013b6c;
    padding: 6px 14px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 4px #013b6c; 
    z-index: 999;
}
.tooltip-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    border-bottom: 10px solid #013b6c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0; 
}
.wishlist-empty {margin-top: 10px;}



/*custom popup styles*/
.custom_popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.custom_popup-wrapper.open {
    opacity: 1;
}
.custom_popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 3px;
    border: 1px solid #d2d7dc;
    box-shadow: 3px 3px 0px #dedede;
}
.custom_popup-content .custom_popup-head {}
.custom_popup-content .custom_popup-body {
    width: 100%;
    height: 100%;
    max-width: 460px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2d2e2e;
    line-height: 16px;
    text-align: center;
}

/*compare setting*/ 
.compare-settings-container {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 220px;
}
.compare-settings-container a {
    font-weight: 500;
}
.slide {display: flex; flex-wrap: wrap;}

@media (min-width: 320px){
    .one-three,
    .two-three,
    .one-three.first,
    .two-three.first,
    .one-four,
    .two-four,
    .three-four,
    .one-four.first,
    .two-four.first,
    .three-four.first,
    .one-five,
    .two-five,
    .three-five,
    .four-five,
    .one-five.first,
    .two-five.first,
    .three-five.first,
    .four-five.first,
    .one-two.first,
    .one-two {width: 100%; margin-left: 0;}
    header .fixW > .one-three {
        display: none;
    }
    /*    .inf_block .top {
            background: #0060b1;  
            height: 40px;
            margin-bottom: 10px;
        }*/
    /*    .inf_block .top ul {
            margin: 0;
            padding: 4px 0;
            width: 100%;
            text-align: center;
        }*/
    .inf_block .top li {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
        *zoom: 1;
        *display: inline;
    }
    .inf_block .top li a {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 13px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 300;
        text-decoration: none;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .bordBot {
        padding-bottom: 15px;
    }
    .bordBot > .two-three > .one-four:first-child,
    .bordBot > .two-three > .one-four:first-child + .one-four {
        width: 50%;
    }
    .bordBot > .two-three > .one-four:first-child + .one-four + .one-four {
        width: 40%;
    }
    .bordBot > .two-three > .one-four:first-child + .one-four + .one-four + .one-four {
        width: 60%;
        text-align: right;
    }
    .bordBot > .two-three > .one-four:first-child + .one-four + .one-four + .one-four .cart {
        margin-right: 20px;
    }
    header .bordBot > .two-three {padding-top: 20px; padding-bottom: 26px;}
    header .bordBot > .two-three > .one-four:first-child,
    header .bordBot > .two-three > .one-four:first-child + .one-four {
        display: none;
    }
    .bordBot .login_wr {width: 100%;}
    header .under_bot {display: none;}
    .under_bot .one-three {text-align: left;}
    .under_bot .two-three,
    .under_bot .two-three > .one-three {
        padding-top: 10px;
    }
    .under_bot .two-three > .one-three:first-child {padding-top: 0;} 
    footer .inf_block .top .one-three.first {display: none;}
    .slide {min-width: 100%;}
    .products_slider .slide {min-width: 300px;}
    .products_slider.slick-initialized .slick-slide {display: flex; flex-wrap: wrap;}
    .makeContainer .prod {position: static; padding-bottom: 10px;}
    .makeContainer > img {
        display: none;
    }
    .priceBlock {
        width: 184px;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .makeContainer2 .img {
        display: none;
    }
    .makeContainer.makeContainer2 {min-height: 390px;}
    .makeContainer2 .prod {
        position: inherit;
        text-align: left;    
    }
    header .search,
    header .catalog {
        /*        width: 100%;
                max-width: 100%;*/
    }
    header .catalog > a {
        display: none;
    }
    .make_popup,
    .product_detail {
        position: absolute;
        top: 2%;
        left: 2%;
        width: 96%;
        height: 97%;
        margin: 0;
        background: #ffffff;
        z-index: 101;
        padding: 4px 4px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;  
        border-radius: 3px;
    }
    .product_detail .close + div {height: 100%; overflow: auto;}
    .make_popup .name {
        height: auto;
        font-size: 16px;
        padding: 4px 124px 8px 15px;  
        height: 32px;
        overflow: hidden;
    }
    .make_popup .settings {display: none;}
    .make_popup .settings > div {
        margin-right: 0px;
        padding-bottom: 4px;
    }
    .column_names {white-space: nowrap; display: none;}
    .column_names > div:first-child {
        width: 60%;
        padding: 0 10px;
    }
    .meny-products .column_names > div:first-child {
        width: 60%;
        padding: 0 10px;
    }
    .column_names > div:first-child + div {
        width: 90px;
        padding: 0 10px;
    }
    .column_names > div:first-child + div + div {
        width: 120px;
        padding: 0 10px;
    }
    .make_popup .close + div {
        height: 100%;
        margin-top: -52px;
        padding-top: 52px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
    }
    .make_popup .scroll_container {
        height: 100%;
        overflow: hidden;
        padding: 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
        margin-top: -32px;
        padding-top: 40px;
    }
    .mCustomScrollbar .mCSB_scrollTools {
        right: -20px;
    }
    .products_assortment .line {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d2d7dc;
    }
    .products_assortment .line input[type="text"] {
        margin: 0 6px;
    }
    .products_assortment .line > div:first-child + div +div + div + div {
        margin-bottom: 0;
        text-align: right;
    }
    .products_assortment .line > div:first-child + div + div {
        padding: 4px 10px 4px 20px;
        width: calc(60% - 45px - 84px);
    }
    .makeContainer {
        padding-bottom: 135px;
        position: relative;
        /*    margin-top: 40px;*/
        margin-top: 20px;
        border-bottom: 1px dotted #d2d7dc;
    }
    .makeContainer.makeContainer2 {
        border-bottom: none;
        min-height: 1px;
    }
    .one-product .products_assortment .line > div:first-child + div + div {
        width: 100%;
    }
    section p img {
        max-width: 100%;
        height: auto;
    } 
    section iframe {
        max-width: 100%;
    }
    .quick_order_form .container,
    .feedback_popup_wrapper .container {
        background: none repeat scroll 0 0 #ffffff;
        border-radius: 3px;
        box-sizing: border-box;
        height: auto;
        left: 2%;
        margin: 0;
        padding: 8px 15px 50px;
        position: absolute;
        top: 2%;
        width: 96%;
        z-index: 101;
    }
    .quick_order_form form,
    .feedback_popup_wrapper form {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .quick_order_form .name,
    .feedback_popup_wrapper .name {
        /*    font-weight: bold;    */
        font-size: 24px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .make_popup .close,
    .quick_order_form .close2,
    .feedback_popup_wrapper .close,
    .product_detail .close {
        position: absolute;
        top: 10px;
        right: -10%;
        background: url(../images/close_button.png) no-repeat 0 0 transparent;
        cursor: pointer;
        width: 37px;
        height: 37px;
    }
    .make_popup .close, 
    .feedback_popup_wrapper .close, 
    .quick_order_form .close, 
    .product_detail .close {
        right: 0;
        top: auto;
        bottom: 0;
    }
    .tabs_wr {padding-top: 15px;}
    .product {
        /*        width: 100%;
                padding: 20px 18px;
                display: inline-block;
                position: relative;
                vertical-align: top;
                box-sizing: border-box;
                -moz-box-sizing: border-box; 
                -webkit-box-sizing: border-box;
                *zoom: 1;
                *display: inline;*/
    }
    .product .img {text-align: center;}
    .product .img img {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .product .description > .one-two.first {padding-bottom: 10px;}
    .product_detail .left {display: none;}
    .product_detail .name,
    .product_detail .name a {
        text-decoration: none;
        font-size: 19px;
        color: #065fae;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        height: auto;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .product_detail .right {
        width: 100%;
        margin-left: 0px;
        /*padding-bottom: 20px;*/
    }
    .product_detail .right table {
        width: 100%;
        margin-bottom: 0px;
    }
    .single_product .addToFavorit,
    .single_product .comparison,
    .single_product .details,
    .product_detail .addToFavorit,
    .product_detail .comparison,
    .product_detail .details {
        /*padding-bottom: 4px;
        font-size: 14px;*/
    }
    /*.product_detail .quickOrder {bottom: 40px;}*/
    .product_detail .size {white-space: nowrap;}
    .product_detail .right .toCart {margin-right: -2px;}
    .account h1 a.logout {
        /*        position: absolute;
                right: 0;
                bottom: 14px;
                text-transform: none;
                background: url(../images/logout_icon.png) no-repeat 5px center #065fae;
                border: medium none;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                font-family: "Roboto",sans-serif;
                font-size: 14px;
                height: 26px;
                line-height: 26px;
                min-width: 50px;
                padding: 0 10px 0 40px;    
                text-align: center;*/
    }
    /*    .dropdownMenu {
            display: none;
            position: fixed;
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            line-height: 19px;
            z-index: 100;
            border-top: 1px solid #3b81bf;
            background: url(../images/dropDownMenu_bg.jpg) no-repeat 0 0 #055EAE;
        }*/
    .dropdownMenu .open div {
        overflow: visible;
        height: auto!important;
    }
    .dropdownMenu .open {
        background: none;
    }
    .dropdownMenu .close {
        background: #000000;
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: url(../images/close_button.png) no-repeat 0 0 transparent;
        cursor: pointer;
        width: 37px;
        height: 37px;
    }
    .single_product {width: 100%;}
    .single_product .left,
    .single_product .right {width: 100%; margin-left: 0;}
    .single_product .cloudZoom .cloud-zoom img {width: 100%!important; max-width: 396px; height: auto!important;}
    .size input[type="text"] {
        width: 36px;
        height: 32px;
        border: 1px solid #d2d7dc;
        text-align: center;
        color: #7a8282;
        font-size: 14px;
        line-height: 32px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
        margin: 15px 2px;
    }
    .compare_wr .titles_wr {
        display: none;
    }
    .compare_wr .scroll_wr {
        width: 100%;
    }
    .scroll_wr .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        display: none!important;
        width: 960px;
        background: #ffffff;
        padding: 14px 0;
        z-index: 10;
    }
    .parallaxslider {display: none;}
    .breadcramps a {
        color: #7a8282;
        font-size: 14px;
        white-space: nowrap;
        text-decoration: none;
        padding: 0 38px 0 0;
        margin-right: 25px;
        background: url(../images/breadcrump_arrow.jpg) no-repeat right center transparent;
    }
    .breadcramps > a:first-child {
        padding-left: 0;
    }
    .quickOrder {
        /*        background: url(../images/quick_order_icon.png) no-repeat 96% center #ff3c00;
                border: medium none;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                font-size: 14px;
                height: 35px;
                line-height: 35px;
                padding-right: 40px;
                text-align: center;
                text-decoration: none;
                min-width: 198px;
                box-sizing: border-box;
                -moz-box-sizing: border-box; 
                -webkit-box-sizing: border-box;
                margin-top: 10px;*/
        /*position: absolute;*/
        /*bottom: 20px;*/
        /*right: 20px;*/
    }
    .catalog_options .options {
        padding: 0 15px 15px;
        display: none;
    }
    .catalog_options .zag {cursor: pointer;}
    .drop_menu > div {margin-bottom: 10px;}
}
@media (min-height: 200px){
    .quick_order_form > .container,
    .feedback_popup_wrapper > .container {padding-bottom: 10px;}
    .quick_order_form form,
    .feedback_popup_wrapper form {
        max-width: 460px;
    }
    .quick_order_form form .capcha,
    .feedback_popup_wrapper form .capcha {margin-bottom: 4px;}
    .quick_order_form form > div,
    .feedback_popup_wrapper form > div {margin-bottom: 8px;}
    .quick_order_form form > div:first-child,
    .quick_order_form form > div:first-child + div ,
    .feedback_popup_wrapper form > div:first-child,
    .feedback_popup_wrapper form > div:first-child + div {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
        *zoom: 1;
        *display: inline;
    }
    .quick_order_form form > div:first-child + div,
    .feedback_popup_wrapper form > div:first-child + div {
        margin-left: 1%;
    }
    .quick_order_form form .capcha,
    .feedback_popup_wrapper form .capcha {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        *zoom: 1;
        *display: inline;
    }
    .quick_order_form form .capcha + script + div,
    .feedback_popup_wrapper form .capcha + script + div {
        width: 49%;
        margin-left: 1%;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
        *zoom: 1;
        *display: inline;
    }
    .quick_order_form form .capcha input[type="text"].capcha,
    .feedback_popup_wrapper form .capcha input[type="text"].capcha {width: 100%;}
    .quick_order_form form textarea ,
    .feedback_popup_wrapper form textarea {height: 98px;}
    .quick_order_form form > .last ,
    .feedback_popup_wrapper form > .last {margin-top: 0; margin-bottom: 0;}
}
@media (min-height: 460px){
    .quick_order_form > .container,
    .feedback_popup_wrapper > .container {padding-bottom: 30px;}
    .quick_order_form form,
    .feedback_popup_wrapper form {max-width: 360px;}
    .quick_order_form form .capcha ,
    .feedback_popup_wrapper form .capcha {margin-bottom: 10px;}
    .quick_order_form form > div,
    .feedback_popup_wrapper form > div {margin-bottom: 15px;}
    .quick_order_form form > div:first-child,
    .quick_order_form form > div:first-child + div,
    .feedback_popup_wrapper form > div:first-child,
    .feedback_popup_wrapper form > div:first-child + div {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        *zoom: 1;
        *display: inline;
    }
    .quick_order_form form > div:first-child + div,
    .feedback_popup_wrapper form > div:first-child + div {margin-left: 0%;}
    .quick_order_form form .capcha,
    .feedback_popup_wrapper form .capcha {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        *zoom: 1;
        *display: inline;
    }
    .quick_order_form form .capcha + script + div,
    .feedback_popup_wrapper form .capcha + script + div {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }
    .quick_order_form form .capcha input[type="text"].capcha,
    .feedback_popup_wrapper form .capcha input[type="text"].capcha {width: 100%; margin-bottom: 0;}
    .quick_order_form form textarea,
    .feedback_popup_wrapper form textarea {height: 98px;}
    .quick_order_form form > .last,
    .feedback_popup_wrapper form > .last {margin-top: 0; margin-bottom: 0;}

    .make_popup .settings {display: block;}
    .make_popup .settings > div {margin-right: 40px;}
    .make_popup .scroll_container {
        margin-top: -130px;
        padding-top: 132px;
    }
    .make_popup .settings label {
        margin-right: 4px;
    }    
}
@media (min-width: 480px){
    .under_bot .two-three > .one-three {
        width: 32%;
        margin-left: 1%;
        padding-top: 0px;
    }
    .under_bot .two-three > .one-three:first-child {
        margin-left: 0;
    }
}
@media (min-width: 600px){
    .column_names {display: flex;}
    /*.products_assortment .line > div:first-child + div + div {*/
        /*width: 37%;*/
    /*}*/
    /*    .inf_block .top { 
            height: 22px;
        }*/
    .product {
        width: 33.333333%;
    }

}
@media (min-width: 760px){}
@media (min-width: 800px){

}
@media (min-width: 960px){
    /*-- two columns --*/
    .one-two {width: 49%; margin-left: 1%;}
    .one-two.first {margin-left: 0; width: 49%;}

    /*-- three columns --*/
    .one-three {width: 32%; margin-left: 1%;}
    .two-three {width: 67%; margin-left: 1%;}
    .one-three.first {margin-left: 0; width: 32%;}
    .two-three.first {margin-left: 0; width: 67%;}

    /*-- four columns --*/
    .one-four {width: 24%; margin-left: 1%;}
    .two-four {width: 50%; margin-left: 1%;}
    .three-four {width: 74%; margin-left: 1%;}
    .one-four.first {width: 24%; margin-left: 0;}
    .two-four.first {width: 50%; margin-left: 0;} 
    .three-four.first {width: 74%; margin-left: 0;}

    /*-- five columns --*/
    .one-five {width: 19%; margin-left: 1%;}
    .two-five {width: 39%; margin-left: 1%;}
    .three-five {width: 59%; margin-left: 1%;}
    .four-five {width: 79%; margin-left: 1%;}
    .five-five {width: 100%;}
    .one-five.first {width: 19%; margin-left: 0;}
    .two-five.first {width: 39%; margin-left: 0;}
    .three-five.first {width: 59%; margin-left: 0;}
    .four-five.first {width: 79%; margin-left: 0;}

    header .fixW > .one-three {
        display: inline-block;
    }
    /*    .inf_block .top {
            height: 22px;
        }*/
    /*    .inf_block .top ul {
            margin: 0;
            padding: 1px 0 3px;
            width: 100%;
            text-align: justify;
            overflow: hidden;
            height: 24px;
        }*/
    .inf_block .top ul:after {
        content: " ";
        width: 100%;
        visibility: hidden;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .inf_block .top li {
        display: inline-block;
        vertical-align: bottom;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
        *zoom: 1;
        *display: inline;
    }

    .inf_block .top li a {
        border-left: 1px solid #ffffff;
        padding-left: 14px;
        line-height: 13px;
        font-size: 11px;
        font-weight: 300;
        text-decoration: none;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .inf_block .top li:first-child a {
        padding-left: 0;
        border-left: 0;
    } 
    .inf_block .top .last a {
        padding-right: 0;
    }
    .bordBot {
        padding-bottom: 0px;
    }
    .bordBot > .two-three > .one-four:first-child,
    .bordBot > .two-three > .one-four:first-child + .one-four,
    .bordBot > .two-three > .one-four:first-child + .one-four + .one-four,
    .bordBot > .two-three > .one-four:first-child + .one-four + .one-four + .one-four {
        width: 24%;
    }
    .under_bot .one-three.aCenter {text-align: center;}
    .under_bot .one-three.aRight {text-align: right;}
    .under_bot .two-three,
    .under_bot .two-three > .one-three {
        padding-top: 0px;
    } 
    footer .inf_block .top .one-three.first {display: inline-block;}
    .slide {min-width: 960px;}
    .makeContainer .prod {position: absolute;}
    .makeContainer > img {display: block; position: absolute; z-index: 2;}
    .priceBlock {
        bottom: 5px;
        right: 0;
    }
    .makeContainer2 .img {
        display: block;
        min-height: 200px;
    }
    .makeContainer.makeContainer2 {min-height: 570px;}
    .makeContainer2 .prod {
        position: inherit;
        text-align: left;    
    }
    header .bordBot > .two-three {padding-top: 0px;}
    header .bordBot > .two-three > .one-four:first-child,
    header .bordBot > .two-three > .one-four:first-child + .one-four {
        display: inline-block;
    }
    header .under_bot {display: block;}
    .product-list,
    .make_popup,
    .product_detail {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        margin: 0;
        background: #ffffff;
        z-index: 101;
        padding: 20px 8px 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;  
        border-radius: 0;
    }
    .product_detail {
        display: none;
    }
    .product_detail.vis {
        display:block;
    }
    .make_popup .name {
        height: auto;
        font-size: 24px;
        padding: 0 15px 8px;
    }
    .make_popup .settings {
        text-align: justify;
        padding-bottom: 9px;
        min-height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .make_popup .settings:after {
        content: '';
        width: 100%;
        /*display: inline-block;*/
        *zoom: 1;
        *display: inline;
    }
    .make_popup .settings .sort_option {
        min-width: 150px;
        margin-top: 9px;

        margin-bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .make_popup .settings .sort_option .selectable-wrapper {
        min-width: 160px;
        z-index: 100;
    }
    .make_popup .settings .sort_option:nth-child(n + 3) .selectable-wrapper {
        z-index: 99;
    }
    .make_popup .settings .sort_option .selectable-wrapper .selectable-list-wrapper {width: 166px;}
    .make_popup .settings .sort_option .selectable-wrapper.focused .selectable-list-wrapper {width: 169px;}
    .make_popup .settings .sort_option .selectable-list {width: 100%;}
    .make_popup .settings > div {
        margin-right: 0px;
        padding-bottom: 0;        
    }
    /*.column_names > div:first-child {*/
        /*width: 568px;*/
    /*}*/
    /*.column_names > div:first-child + div {*/
        /*width: 100px;*/
    /*}*/
    /*.column_names > div:first-child + div + div {*/
        /*width: 100px;*/
    /*}*/
    .make_popup .scroll_container {
        height: calc(100% - 34px - 45px);
        /*height: 360px;*/
        margin-top: 0px;
        padding-top: 0px;
    }
    .mCustomScrollbar .mCSB_scrollTools {
        right: 0px;
    }
    /*.one-product .column_names > div:first-child {*/
        /*width: 654px;*/
        /*padding: 0 10px;*/
    /*}*/
    .products_assortment .line > div:first-child + div +div + div + div {
        margin-bottom: 10px;
        text-align: center;
    }
    .products_assortment .line > div:first-child + div +div + div + div.price {margin-bottom: 0;}
    /*.products_assortment .line > div:first-child + div + div {*/
        /*width: 440px;*/
        /*padding: 4px 0 4px 10px;*/
    /*}*/
    .makeContainer {
        min-height: 570px;
    }
    .one-product .products_assortment .line > div:first-child + div + div {
        /*width: 522px;*/
        width: calc(60% - 45px - 84px);
        padding: 0 0 0 10px;
    }
    .products_assortment .line  {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 0;
        /*padding-bottom: 0;*/
        margin-bottom: 0;
    }
    .makeContainer .hovered_block {
        position: absolute;
        width: 200px;
        height: 253px;
        background: url(../images/case.png) no-repeat 0 0 transparent;
    }
    .makeContainer .hovered_block:hover {
        background-position: 0 -254px;
    }
    header .search,
    header .catalog {
        /*        width: 50%;
                max-width: 480px;*/
    }
    .quick_order_form .container,
    .feedback_popup_wrapper .container {
        background: none repeat scroll 0 0 #ffffff;
        border-radius: 3px;
        box-sizing: border-box;
        height: 100%;
        left: 0;
        padding: 8px 15px 50px;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: 101;
    }
    .quick_order_form .name,
    .feedback_popup_wrapper .name {
        /*    font-weight: bold;    */
        font-size: 24px;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 30px;
    }
    header .catalog > a {
        display: inline-block;
    }
    .product {
        /*        width: 236px;
                padding: 20px 18px;
                display: inline-block;
                position: relative;
                vertical-align: top;
                box-sizing: border-box;
                -moz-box-sizing: border-box; 
                -webkit-box-sizing: border-box;
                *zoom: 1;
                *display: inline;*/
    }
    .product-list .close,
    .make_popup .close,
    .quick_order_form .close,
    .feedback_popup_wrapper .close,
    .product_detail .close {
        position: absolute;
        top: 10px;
        right: -10%;
        background: url(../images/close_button.png) no-repeat 0 0 transparent;
        cursor: pointer;
        width: 37px;
        height: 37px;
    }
    .product_detail .name,
    .product_detail .name a {
        text-decoration: none;
        font-size: 24px;
        color: #065fae;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        height: auto;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .product_detail .left {display: inline-block;}
    .product_detail .right {
        width: 488px;
        margin-left: 20px;
    }
    .product_detail .right table {
        width: 100%;
        margin-bottom: 30px;
    }
    .single_product .addToFavorit,
    .single_product .comparison,
    .single_product .details,
    .product_detail .addToFavorit,
    .product_detail .comparison,
    .product_detail .details {
        /*padding-bottom: 11px;*/
        font-size: 14px;
    }
    /*.product_detail .quickOrder {bottom: 20px;}*/
    .product_detail .size {white-space: normal;}
    .product_detail .right .toCart {margin-right: -16px;}
    .account h1 a.logout {
        /*        position: absolute;
                right: 0;
                top: 15px;
                text-transform: none;
                background: url(../images/logout_icon.png) no-repeat 5px center #065fae;
                border: medium none;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                font-family: "Roboto",sans-serif;
                font-size: 14px;
                height: 26px;
                line-height: 26px;
                min-width: 50px;
                padding: 0 10px 0 40px;    
                text-align: center;*/
    }
    /*    .dropdownMenu {
            display: none;
            position: absolute;
            top: 44px;
            left: -1px;
            width: 960px;
            line-height: 19px;
            overflow: visible;
            height: auto;
            z-index: 100;
            border-top: 1px solid #3b81bf;
            background: url(../images/dropDownMenu_bg.jpg) no-repeat 0 0 #055EAE;
        }*/
    .dropdownMenu .open div {
        overflow: hidden;
        height: 140px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    .dropdownMenu .open {background: url(../images/list_bottom_border.png) no-repeat center bottom transparent;}
    .dropdownMenu .open:hover {
        background: none;
    }
    .dropdownMenu .close {
        display: none;
    }
    .size input[type="text"] {
        width: 36px;
        height: 32px;
        border: 1px solid #d2d7dc;
        text-align: center;
        color: #7a8282;
        font-size: 14px;
        line-height: 32px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box;
        margin: 15px 6px;
    }
    .single_product {width: 100%;}
    .single_product .left {max-width: 400px;}
    .single_product .right {width: 530px; margin-left: 30px;}
    .single_product .cloudZoom .cloud-zoom img {width: 100%!important; max-width: 396px; height: auto!important;}
    .compare_wr .titles_wr {
        display: inline-block;
        width: 250px;
    } 
    .compare_wr .scroll_wr {
        width: 700px;
    }
    .scroll_wr .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        display: block!important;
        width: 960px;
        background: #ffffff;
        padding: 20px 0;
        z-index: 10;
    }
    .scroll_wr .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        display: block!important;
    }
    .parallaxslider {display: block;}
    .product .description > .one-two.first {padding-bottom: 0;}
    .breadcramps a {
        color: #7a8282;
        font-size: 14px;
        white-space: nowrap;
        text-decoration: none;
        padding: 0 38px 0 33px;
        margin-right: 0;
        background: url(../images/breadcrump_arrow.jpg) no-repeat right center transparent;
    }
    .breadcramps > a:first-child {
        padding-left: 0;
    }
    .quickOrder {
        /*        background: url(../images/quick_order_icon.png) no-repeat 96% center #ff3c00;
                border: medium none;
                border-radius: 3px;
                color: #ffffff;
                cursor: pointer;
                font-size: 14px;
                height: 35px;
                line-height: 35px;
                padding-right: 40px;
                text-align: center;
                text-decoration: none;
                min-width: 198px;
                box-sizing: border-box;
                -moz-box-sizing: border-box; 
                -webkit-box-sizing: border-box;
                position: absolute;
                bottom: 20px;
                right: 20px;
                margin-top: 0;*/
    }
    .quickOrder:hover {
        /*        background-color: #ff7400;
                color: #ffffff!important;*/
    }
    .product_detail .close + div {
        height: 100%;
        overflow: visible;
    }
    .catalog_options .options {
        padding: 0 15px 15px;
        display: block;
    }
    .catalog_options .zag {cursor: default;}
    .drop_menu > div {margin-bottom: 0;}
    .bordBot .login_wr {width: auto;}
}



label[for*="s_method_novaposhta_"] span.price {
    display: none;
}

#defisOverlay{
    background:url(../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);
    position:absolute; top:0; left:0; z-index:19999;
    position:fixed; width:100%; height:100%;
    display: none;
}

#defisOverlayLoader{
    background:url(4.gif) repeat 0 0 transparent;
    background-size: 100% auto;
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 32px;
    transform: translate(-50%, -50%);
}

#colorbox #cboxClose {
    box-shadow: none;
}



.top-information{display:none}
@media (min-width:768px){
    .top-information{display:block}
}
.top-information-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:32px;margin:0 auto}
.top-information-picture{width:100%;max-width:736px;vertical-align:middle}
.top-information-close{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:24px;height:24px;margin:0;padding:0;border:none;background:0 0}
.top-information-close svg{fill:#f84147}
@media (hover:hover){
    .top-information-close:hover   svg{opacity:.6}
}
#payment-please-wait,
#shipping-method-please-wait,
#checkout-step-billing .please-wait {display: none;}
.catalog-category-page {}
.catalog-category-page .cols.col-9 {padding-left: 20px;padding-top: 10px;}
.catalog-category-page .cols.col-9 #product_container {margin-left: 0;margin-right: 0;width: 100%;}
.catalog-category-page .page-title-block {display: flex;align-items: center; justify-content: space-between; border-bottom: 1px dotted #d2d7dc;}
.catalog-category-page .page-title-block h1 {border-bottom: 0;}
.catalog-category-page .page-title-block .catalog-display-settings {display: flex;align-items: center;}
.catalog-category-page .page-title-block .catalog-display-settings .viewmodes {margin-left: 25px;}
.catalog-category-page .page-title-block .catalog-display-settings .settings-toggle-button {background: url(../images/settings-closed.png) no-repeat 0 0 transparent;margin: 0 25px;width: 25px;height: 30px;cursor: pointer;}
.catalog-category-page .page-title-block .catalog-display-settings .settings-toggle-button.active {background-image: url(../images/settings-opened.png);}

/*checkout*/
.checkout-onepage-index .step-title {
    display: flex;
    align-items: baseline;
    padding: 16px 0;
}
.checkout-onepage-index .step-title h3 {margin: 0 10px 0 0;}
.checkout-onepage-index .step-title a {font-size: 14px;}
.checkout-onepage-index div.address_radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.checkout-onepage-index div.address_radio input[type="radio"] {margin: 0;width: 20px;height: 20px;cursor: pointer;}
.checkout-onepage-index div.address_radio .label {
    font-size: 14px;
    color: #2d2e2e;
    font-weight: 300;
    padding: 6px 20px;
    width: calc(100% - 20px);
}
.checkout-onepage-index div.address_radio .name {
    height: auto;
    font-size: 14px;
    color: #065fae;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    padding: 5px 0;
}
.checkout-onepage-index div.address_radio .name label {
    font-size: 14px;
    color: #065fae;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.checkout-onepage-index ol#checkoutSteps li #checkout-payment-method-load div.address_radio .name label {position: static;cursor: pointer}
.checkout-onepage-index ol#checkoutSteps #checkout-shipping-method-load .sp-methods .label .content,
.checkout-onepage-index div.address_radio .content {
    position: static;
    width: 100%;
    display: block;
    max-width: 100%;
}
.checkout-onepage-index div.address_radio.create-new-address {
    padding-top: 15px;
}
.checkout-onepage-index div.address_radio.create-new-address .name {
    display: none;
}
.checkout-onepage-index div.address_radio.create-new-address input[type="radio"] {opacity: 0; visibility: hidden;}
.checkout-onepage-index div.address_radio.create-new-address .label .content {color: #3690e0;text-decoration: underline; cursor: pointer;position: static;}
.checkout-onepage-index button:not(.slick-next):not(.slick-prev):not(.custom-button).button  {padding: 0 10px;}
.checkout-onepage-index .checkout .selectable-wrapper {width: 100%;}
.checkout-onepage-index .checkout ol#checkoutSteps li div.fieldset div .selectable-wrapper span.selectable-selected {padding: 0;}
.checkout-onepage-index .selectable-wrapper.focused .selectable-list-wrapper {overflow-y: scroll;}
.checkout-onepage-index .back-link a {font-size: 14px;}

#checkout-review-submit .buttons-set {display: flex;justify-content: center;}
#checkout-review-table-wrapper {display: flex;align-items: center;flex-wraP: wrap; justify-content: flex-end}
#checkout-review-table-wrapper .column_names {display: flex;align-items: center;flex-wraP: wrap;width: 100%;padding-left: 0;padding-right: 0;}
#checkout-review-table-wrapper .column_names > div {}
#checkout-review-table-wrapper .column_names > div:nth-child(1) {width: calc(100% - 360px);}
#checkout-review-table-wrapper .column_names > div:nth-child(2) {width: 120px;}
#checkout-review-table-wrapper .column_names > div:nth-child(3) {width: 120px;}
#checkout-review-table-wrapper .column_names > div:nth-child(4) {width: 120px;}
#checkout-review-table-wrapper .products_assortment {width: 100%;}
#checkout-review-table-wrapper .products_assortment .line {display: flex;align-items: center;flex-wraP: wrap;}
#checkout-review-table-wrapper .products_assortment .line > div {}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(1) {width: 0;}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(2) {width: 84px;}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(3) {width: calc(100% - 84px - 360px);}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(4) {width: 120px;}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(5) {width: 120px;}
#checkout-review-table-wrapper .products_assortment .line > div:nth-child(6) {width: 120px;}
#checkout-review-table-wrapper table , #shopping-cart-totals-table{
    padding: 15px;
    background: #eee;
    margin-bottom: 15px;
    width: 100%;
}
#shopping-cart-totals-table tr > td,
#checkout-review-table-wrapper table tr > td {font-size: 14px; font-family: 'Roboto',sans-serif; padding: 6px 0;}
#shopping-cart-totals-table tfoot tr:last-child > td,
#checkout-review-table-wrapper table tr:last-child > td {font-size: 18px;}
#shopping-cart-totals-table tfoot tr:last-child > td:first-child,
#checkout-review-table-wrapper table tr:last-child > td:first-child {color: #065fae; }
#shopping-cart-totals-table tr > td:first-child,
#checkout-review-table-wrapper table tr > td:first-child {text-align: left;}
#shopping-cart-totals-table tr > td:nth-child(2),
#checkout-review-table-wrapper table tr > td:nth-child(2) {text-align: right;}

.checkout-onepage-index #opc-review .step-title a,
.checkout-onepage-index .section.allow.active .step-title a {
    display: none;
}

.totals {display: flex;flex-wrap: wrap; justify-content: flex-end; padding: 40px 0;}
#shopping-cart-totals-table {width: 100%;}

.address_radio {}
.address_radio .checkout-form-style {padding: 10px 0 10px 40px; width: 50%!important; }
.address_radio .checkout-form-style input[type="text"] {
    font-family: 'Roboto', sans-serif;
    list-style: outside none none;
    outline: 0 none;
    background: #ffffff;
    border: 1px solid #d2d7dc;
    display: inline-block;
    height: 35px;
    line-height: 31px;
    color: #2d2e2e;
    position: relative;
    z-index: 4;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 300;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 0px !important;
    padding: 0 15px;
    width: 100%;
    min-width: 170px;
}
.address_radio .checkout-form-style > div:first-child {
    padding-bottom: 10px;
    color: #2d2e2e;
    cursor: text;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}
.checkout-onepage-index .checkout .address_radio .checkout-form-style .selectable-wrapper {min-width: 170px;}

.checkout-cart-index .column_names {width: 100%;}
#global-message-container a {
    font-weight: bold;
    color: white;
    font-size: 14px;
}

.selectable-list-wrapper .selectable-option:hover {
    background: #065fae;
    color: white;
    cursor: pointer;
}
.selectable-list-wrapper {
    overflow-y: auto;
}
.category_settings .selectable-list-wrapper[style="display: block;"] {
    display: table!important;
}

.category_settings .selectable-list-wrapper .selectable-option {
    word-spacing: normal;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}


.product .attributes {
    width: 100%;
}
.product .attributes td {
    width: 50%;
    margin: 10px 0;
    color: #474a4a;
    font-size: 12px;
    padding: 0;
}

.in-stock{
    color: #10a016;
}
.in-stock:after{
    background: url(/skin/frontend/default/iphone/images/tov_najav_yes.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 22px;
    margin-bottom: -5px;
    display: inline-block;
    content: '';

}
.not-in-stock{
    color: #d04437;
}
.not-in-stock:after {
    background: url(/skin/frontend/default/iphone/images/tov_najav_no.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 22px;
    margin-bottom: -5px;
    display: inline-block;
    content: '';

}
.for-order{
    color: #8eb021;
}
.for-order:after {
    background: url(/skin/frontend/default/iphone/images/tov_najav_ok.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 22px;
    margin-bottom: -5px;
    display: inline-block;
    content: '';
}
.single_product .params_desc {
    color: #7a8282;
    font-size: 13px;
    font-weight: 300;
}

.product_detail .slide-cloud-zoom:only-child {
    display: none;
}
.product_detail .left.cloudZoom .desc{
    display: none;
}

.payment-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.payment-icons img {padding-right: 20px;}

.customer-account-forgotpassword label.required,
.customer-account-resetpassword label.required
{
    position: initial;
    font-weight: 500;
    line-height:2
}
.customer-account-forgotpassword label.required em,
.customer-account-resetpassword label.required em{
    color: #ff3c00;
    margin-right: 5px;
}

.customer-account-forgotpassword ul.form-list,
.customer-account-resetpassword ul.form-list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.customer-account-forgotpassword input,
.customer-account-resetpassword input
{
    width: 100%;
    background: #ffffff;
    border: 1px solid #d2d7dc;
    color: #2d2e2e;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.customer-account-forgotpassword .button,
.customer-account-resetpassword .button
{
    padding-right: 10px!important;
}

.customer-account-forgotpassword .form-list li {
    margin: 0 0 15px;
}


























