@font-face {
    font-family: 'Casper';
    src: local('Casper'), url('../fonts/casper.woff2') format('woff2'), url('../fonts/casper.woff') format('woff'), url('../fonts/casper.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Casper';
    src: local('Casper Italic'), local('CasperItalic'), url('../fonts/casperitalic.woff2') format('woff2'), url('../fonts/casperitalic.woff') format('woff'), url('../fonts/casperitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Casper';
    src: local('Casper Bold'), local('CasperBold'), url('../fonts/casperbold.woff2') format('woff2'), url('../fonts/casperbold.woff') format('woff'), url('../fonts/casperbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Casper';
    src: local('Casper Bold Italic'), local('CasperBoldItalic'), url('../fonts/casperbolditalic.woff2') format('woff2'), url('../fonts/casperbolditalic.woff') format('woff'), url('../fonts/casperbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.otf')  format('opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Light.otf')  format('opentype'),
       url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf')  format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
         url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf')  format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf')  format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf')  format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
.container{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
}
/*.row{
    margin: 0;
}*/

body{
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

a {
    text-decoration: none!important;
}
.breadcrumb>li+li:before{
	display: none;
}
.no-padding{
    padding-left: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after{
	content: '';
	display: table;
	clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.btn{
    border-radius: 5px;
    background-color: rgb(255, 162, 0);
    box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
    width: 163px;
    height: 33px;
    line-height: 33px;
    font-family: 'ProximaNova-Regular';
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.btn-l {
    width: 180px;
    font-size: 11px;
}
.quick-order{
    border: 2px solid #1f8bba;
    height: 30px;
    line-height: 30px;
    max-width: 280px; 
    border-radius: 5px;
    margin-top: 15px;
}
.quick-order input{
    width: 140px;
    border: none;
    background: transparent;
    height: 100%;
    line-height: 100%;
    text-align: center;
}
.quick-order form{
    height: 100%;
}
.quick-order form *{
    float: left;
}
.quick-btn{
    width: 136px;
    font-size: 11px;
    background: #1f8bba!important;
    height: 100%;
    line-height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.login-panel {
    margin-top: 10px;
    line-height: 100%;
}
.login-panel li{
    list-style: none;
    float: left;
    border-right: 1px solid #747186;
    padding-right: 15px;
    padding-left: 15px;
}

.login-panel a{
    color: #fff;
    font-size: 12px;
    font-family: 'Casper';
}
.currency_ {
    padding-top: 2px;
    padding-left: 10px;
}
.currency_ *{
    color: #fff;
    font-size: 12px;
    font-family: 'Casper';
    line-height: 100%;
    text-transform: lowercase;
    width: 30px!important;
    text-align: center;
}
.currency_ li{
    padding: 0;
}
#content-handler{
    margin-bottom: 40px;
}
.title-row {
    margin-bottom: 30px;
}
.orderByList  > div{
    display: inline-block;
    vertical-align: middle;
}
.display-number .selectric-wrapper{
    display: inline-block;
}
.display-number span{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    padding: 0px 10px;
}
.display-number .selectric-wrapper{
    padding: 0;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
}

.display-number .selectric .button{
    border-left: 1px solid rgb(230, 230, 230);
    width: 12px;
    height: 21px;
}
.display-number .selectric .button:before{
    content: '';
    border-bottom: 1px solid rgb(230, 230, 230);
    border-right: 1px solid rgb(230, 230, 230);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.display-number .selectric {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    background-color: #fff;
    height: 23px;
    line-height: 23px;
    min-width: 40px;
    text-align: left;
    position: relative;
    padding-left: 4px;
}
.display-number .selectric-items {
    background-color: #fff;
}
.display-number .selectric-items li{
    line-height: 23px;
    min-width: 30px;
    text-align: center;
    padding: 0;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}
.display-number .selectric-items li.selected{
    background-color: #5c5871;
    color: #fff;
}

.display-number .selectric-items ul{
    padding: 0;
}
form {
	margin: 0;
}
.product.floatleft{
	margin-bottom: 20px;
}
#gallery_jZ button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    width: 10px;
    z-index: 10;
    text-indent: -99999px;
}
#gallery_jZ .slick-prev{left: 0;}
#gallery_jZ .slick-next{right: 0;}

#top-navigation {
    height: 35px;
    background-color: #5c5871;
}

.menu-nav{
    position: relative;
}
.menu-nav li{
    display: inline-block;
    list-style: none;
    padding: 0px 30px;
    border-left: 1px solid #747186;
    margin-top: 8px;
    height: 21px;
    line-height: 21px;
    padding-bottom: 27px;
}
.menu-nav li:last-child{
    border-right: 1px solid #747186;
}
.menu-nav a,.menu-nav span{
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    font-family: 'Casper';
}
.menu-nav .active a,
.menu-nav .active span,
.menu-nav a:hover span{
    color: #ffa200 !important;
}
.menu-nav > li > ul {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #706d83;
    z-index: 100;
    width: 100%!important;
}
.menu-nav > li:hover > ul {
    display: block;
}
.menu-nav > li > ul {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: auto;
    display: none;
}
.menu-nav > li > ul li{
    padding: 10px;
    margin: 0px auto;
    width: 90%;
    height: auto;
    line-height: 100%;
    border: none!important;
    border-bottom: 1px solid #858395!important;

}
.menu-nav > li > ul li span{
    color: #e4e4e4;
}
header{
    height: 70px;
    background-color: #fff;
    padding: 15px 0 0;
}

.header-contact li{
    display: block;
    position: relative;
}
.header-contact li:first-child:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -20px;
    width: 14px;
    height: 14px;
    background: url(../images/icon_phone.png) no-repeat center;
}
.header-contact ul{
    display: inline-block;
    margin-left: 40px;
}
.header-contact a {
    color: #454545;
    font-size: 16px;
    font-family: 'ProximaNova-Regular';
    line-height: 23px;
}

.favorite {
    background: url(../images/favorite.png) no-repeat center;
    margin-right: 30px;
    display: block;
    width: 23px;
    height: 21px;
    position: relative;
}
.favorite .count{
    display: block;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    text-align: center;
}


.col-3{
    float: left;
    width: 33.33333%;
/*    padding: 0px 10px;*/
}
.col-4{
    float: left;
    width: 25%;
    margin-bottom: 20px;
/*    padding: 0px 10px;*/
}
.col-12{
    width: 100%;
}
.col-9{
    width: 75%;
    float: left;
}
p{
    font-size: 12px;
    color: #353535;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
}
h1,h2{
    color: #5c5871;
    font-size: 22px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    border-left: 2px solid rgba(92, 88, 113, 0.6);
    min-height: 31px;
    padding-left: 10px;
    letter-spacing: 1px;
    line-height: 31px;
}
h2 span,
h1 span{
    font-family: 'Raleway-Light';
}
.page-767 h1{
    border-left: none;
}
.advantages{
    background-color: #e2f0f6;
    min-height: 320px;
    padding-top: 25px;
    height: auto;
    padding-bottom: 20px;
}

.advantages h2{
    color: #454545;
}

.advantages .item{
    border: 1px solid rgb(193, 193, 193);
    border-radius: 50%;
    background-color: rgba(255, 255, 255,.588);
    width: 114px;
    height: 114px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.advantages .item:hover{
    background-color: #1f8bba;
    border-color: #1f8bba;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.advantages .title{
    color: #454545;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Casper';
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0;
}
.advantages p{
    color: #454545;
    font-size: 12px;
    font-family: 'Casper';
    text-align: center;
    line-height: 15px;
}
.advantages .row{
    margin-top: 33px;
}
/* иконс*/
.sprite:before{
    background: url(../images/icons.png) no-repeat;
    display: block;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sprite-1:before {
    width: 71px;
    height: 62px;
    background-position: -5px -5px;
}

.sprite-2:before {
    width: 64px;
    height: 52px;
    background-position: -5px -77px;
}

.sprite-3:before {
    width: 55px;
    height: 55px;
    background-position: -5px -139px;
}

.sprite-4:before {
    width: 51px;
    height: 51px;
    background-position: -5px -204px;
}

.sprite-5:before {
    width: 64px;
    height: 54px;
    background-position: -5px -265px;
}

.sprite-6:before {
    width: 48px;
    height: 46px;
    background-position: -5px -329px;
}

.sprite-1:hover:before{
    width: 71px;
    height: 62px;
    background-position: -5px -385px;
}

.sprite-2:hover:before{
    width: 64px;
    height: 52px;
    background-position: -5px -457px;
}

.sprite-3:hover:before{
    width: 55px;
    height: 55px;
    background-position: -5px -519px;
}

.sprite-4:hover:before {
    width: 51px;
    height: 51px;
    background-position: -5px -584px;
}

.sprite-5:hover:before {
    width: 64px;
    height: 54px;
    background-position: -5px -645px;
}

.sprite-6:hover:before {
    width: 48px;
    height: 46px;
    background-position: -5px -709px;
}



.banner {
    background: url(../images/banner.jpg);
    background-size: cover;
    height: 246px;
}
.banner h4{
    font-family: 'Raleway-Bold';
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}
.banner p{
    font-family: 'Raleway-Light';
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 38px;
    color: #fff;
    position: relative;
}

.banner a{
    border-radius: 5px;
    background-color: rgb(255, 162, 0);
    box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
    width: 143px;
    padding: 8px;
    display: block;
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.banner .custom{
    border: 10px solid rgba(255, 255, 255,.059);
    padding: 25px;
    min-height: 198px;
    width: 90%;
    margin: 24px auto;
}
.feedback {
    margin-top: 2px;
    margin-left: 40px;
    margin-right: 30px;
}
.feedback .btn{
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}
.info-main{
    margin-top: 30px;
}
.info-main h2{
    margin-bottom: 20px;
}
.info-main p{
    margin-bottom: 20px;
    line-height: 16px;
    text-align: justify;
}
.info-main .item{
    max-width: 355px;
    width: 98%;
}
.info-main .col-3:nth-child(2) .item{
    margin: 0 auto;
}
.info-main .col-3:last-child .item{
    float: right;
}
.seo-main{
    margin-bottom: 40px;
}
.seo-main h1{
    margin-bottom: 20px;   
}
.seo-main p{
    margin-left: 17px;
}
.seo-main .custom{
    height: 100px;
    overflow: hidden;
}
.seo-main .readmoreSeo{
    display: block;
    text-align: center;
    margin: 20px auto 0;
}

#footer{
    height: 44px;
    min-height: 44px;
    background-color: #302e3b;
    padding: 10px 0;
    position: absolute;
    bottom: -44px;
    width: 100%;
    left: 0;
}
#footer .copyright span{
    font-size: 11px;
    color: #fff;
    font-family: 'Raleway-Regular';
    text-align: right;
    display: block;
}
#footer .copyright span a{
    color: #fff;
    font-family: 'Raleway-Regular';
}


/* catalog-product */ 
.catalog-product{
    margin-top: 15px;
    margin-bottom: 60px;
}
.catalog-product .manufacture{
    float: left;
    text-align: center;
    width: 90px;
    height: 90px;
    border: 1px solid #ebebeb;
    border-width: 0px 1px;
    position: relative;
    margin-right: 10px;
    margin-top: 15px;
}
.catalog-product .manufacture a{
    height: 100%;
    width: 100%;
    display: block;
}
.catalog-product .manufacture span{
    display: block;
    color: #393939;
    font-size: 12px;
    text-transform: uppercase;   
    font-family: 'Raleway-Regular';
}
.catalog-product .manufacture span{
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.catalog-product .manufacture img{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.catalog-product .manufacture a:hover figure:not(.hover){
    display: none;
}
.catalog-product .manufacture figure.hover{
    display: none;
}
.catalog-product .manufacture a:hover figure.hover{
    display: block;
}
.catalog-product .manufacture figure{
	display: inline-block;
}

.catalog-product-btn{
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}
.main-product .product-tov,
#product-related-products .product-tov{
    margin: 0 13px;
}
.product-tov{
    border: 1px solid #e6e6e6;
    height: 340px;
}
.pr-img-handler {
    border-bottom: 1px solid #e6e6e6;
}
.pr-img-handler > a{
    height: 204px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.pr-img-handler > a img{
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}
.pr-img-handler img:hover{
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.product-title *{
    color: #262626;
    font-size: 15px;
    text-align: center;
    font-family: 'ProximaNova-Regular';
    line-height: 16px;
    height: 35px;
    margin: 3px 0px 5px;
    overflow: hidden;
    font-weight: normal;
    display: block;
}

.product-price {
    color: #ff4800;
    font-size: 16px;
    line-height: 27px;
    font-family: 'ProximaNova-Bold';
    float: right;
    padding-right: 20px;
    letter-spacing: 1px;
}
span.addtocart-button{
    border-radius: 5px;
    background: rgb(255, 162, 0) url(../images/icon_shop_cart.png) no-repeat 10px center;
    box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
    width: 177px;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
    padding-left: 22px;
}
span.addtocart-button input{
    line-height: 33px;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
}
span.addtocart-button:hover,.btn:hover{
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: rgb(246, 136, 6);
    box-shadow: inset 0px 1px 1px 0px rgba(92, 88, 113, 0.3);
}
.news-product {
    margin-bottom: 20px;
}
.news-product .container{
    position: relative;

}
.news-product h2 {
    margin-bottom: 30px;
}
.look{
    color: #454545;
    font-family: 'Raleway-Regular';
    font-size: 12px;
}
.news-product .look{
    position: absolute;
    top: 30px;
    right: 15px;
}
.btn-cart {
    float: left;
}
.quantity-m{
    padding-left: 20px;
}
.quantity-m label{
    font-size: 12px;
    color: #454545;
    font-family: 'Raleway-Light';
}
.quantity-box-m{
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    background-color: #fff;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.quantity-box{
    display: inline-block;
    vertical-align: middle;
}

.button-cart > div{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.button-cart .btn{
    background: rgb(255, 162, 0) url(../images/icon_shop_cart.png) no-repeat 10px center;
    padding-left: 22px;
}

span.quantity-box input{
    height: 100%;
}

.selectric-items {
    background-color: #5c5871;
}


#breadcrumb-line {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
#breadcrumb-line li{
    display: inline-block;
    list-style: none;
}
#breadcrumb-line *{
    font-size: 12px;
    color: #454545;
    font-family: 'ProximaNova-Light';
    letter-spacing: 1px;
}
.breadcrumb li:first-child{
    display: none!important;
}

/* блог */
.blog .item-blog > .item {
    border: 2px solid #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    max-height: 413px;
    min-height: 413px;
}
.item-blog h2, .item-blog h2 a {
    color: #454545;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway-Regular';
    overflow: hidden;
    height: 41px;
    padding-top: 6px;
}
.item-blog .page-header{
    margin-bottom: 10px;
}
.item-blog .item-image{
    overflow: hidden;
    max-height: 221px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto 10px
}
.item-blog .item-image img{
    min-height: 221px;
    height: auto;
    min-width: 100%;
    width: auto;
}
.item-blog .readmore {
    display: block;
    color: #e9a126;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 20px;
}
.item-blog p {
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 16px;
}
.blog h1{
    margin-bottom: 20px;
}
.item-page-artical .item-image{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 340px;
    height: 220px;
    overflow: hidden;
}
.item-page-artical {
    border: 2px solid #f4f4f4;
    padding: 20px;
}
.item-page-artical h1{
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    font-family: 'Raleway-Light';
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.item-page-artical .page-header{
    float: left;
    max-width: 378px;
    width: 100%;
}
.item-page-artical  h2,
.item-page-artical  h3,
.item-page-artical  h4,
.item-page-artical  h5,
.item-page-artical  h6{
    border: none;
    padding-left: 0;
    color: #454545;
    text-transform: initial;
    min-height: 100%;
    line-height: 100%;
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Raleway-Bold';
}
.item-page-artical p,
.item-page-artical ul,
.item-page-artical li{
    color: #454545;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
}
.item-page-artical ul{
    margin: 10px 0;
}
.item-page-artical li,
.item-page-artical ul{
    margin-left: 20px;
}
.vm-price-desc{
    display: none;
}
.title-catalog{
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: 'Raleway-Bold';
    height: 56px;
    line-height: 56px;
    background-color: #5c5871;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
}
.title-catalog span{
    font-family: 'Raleway-Light';
}
#left-top{
    margin-bottom: 20px;
}
.cf_filters_list {
    padding: 20px 15px;
}
.cf_filters_list li{
    margin-bottom: 15px;
    position: relative;
}
.cf_filters_list input{
    display: none;
}
.cf_filters_list li .cf_option {
    padding-left: 15px;
}
.cf_filters_list li .cf_option:before,
.cf_filters_list li .cf_option:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.cf_filters_list li .cf_option:before{
    border: 1px solid rgb(231, 231, 231);
    background-color: #fff; 
    width: 12px;
    height: 12px;
}

.cf_filters_list input:checked + .cf_option:after{
    height: 10px;
    width: 6px;
    border: 1px solid #ffa200;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px;
}
.cf_filters_list *{
    font-size: 13px;
    color: #262626;
    font-family: 'Raleway-Regular';
    line-height: 100%;
}
.cf_flt_wrapper {
    margin-bottom: 0;
}
.cf_flt_header + div{
    height: auto!important;
}

#left .cf_flt_header{
    display: none;
}
#left {
    margin-bottom: 20px;
}
#left .menu li {
    list-style: none;
}
#left  .moduletable {
    background-color: #f4f4f4;
}
#left .menu li *{
    text-transform: uppercase;
    color: #262626;
    font-size: 13px;
    font-family: 'Raleway-Regular';
    line-height: 36px;
    letter-spacing: 1px;
}
#left .menu li a {
    display: block;
}
#left .menu li:hover,
#left .menu li.current.active{
    background-color: #e7e7e7;
}
#left .menu li {
    padding-left: 15px;
}
.recently h2,.category_description h2,
.product-related-products h2{
    margin-bottom: 30px;
}
.recently{
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.recently .slick-arrow, .main-product .slick-arrow,
#product-related-products .slick-arrow { 
    position: absolute;
    top: 0;
    left: -2%;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 15px;
    width: 15px;
    text-indent: -999999px;
    border: none;
    background: none;
}
.recently .slick-next, .main-product .slick-next,
#product-related-products .slick-next {
    left: inherit;
    right: -2%;
    border-top: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);  
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.recently .slick-prev,.main-product .slick-prev,
#product-related-products .slick-prev {
    border-top: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 

.recently .col-4{
    margin-bottom: 0;
}
.category_description {
    margin-bottom: 40px;
    
}
.border {
    padding: 20px;
    border: 1px solid #f4f4f4;
    text-align: center;
}
.category_description .border > div *{
    font-size: 12px;
    color: #353535;
    font-family: 'Raleway-Regular';
    text-align: left;
}
.category_description .border > div{
    height: 100px;
    overflow: hidden;
}
.readmoreCat {
    display: block;
    text-align: center;
    color: #ffa200;
    font-size: 12px;
    cursor: pointer;
}

.delivery-artical .item{
    border: 1px solid #e8e8e8;
    padding: 20px 20px 20px 60px;
    position: relative;
}
.delivery-title {
    color: #454545;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    font-family: 'Raleway-Light';
    margin: 20px 0;
    padding-left: 10px;
}
.delivery-artical .col-xs-12:nth-child(1) .item:before{
    content: '1';
}
.delivery-artical .col-xs-12:nth-child(2) .item:before{
    content: '2';
}
.delivery-artical .col-xs-12:nth-child(3) .item:before{
    content: '3';
}
.delivery-artical .item:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #f4f4f4;
    color: #e9a126;
    font-size: 24px;
    list-style: 36px;
    text-align: center;
}
.delivery-artical .item .custom *{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

.delivery-artical .margin-top .item {
    margin-top: 30px
}

body.delivery #bd_results{
    border: 1px solid #e8e8e8;
    max-width: 1000px;
    width: 98%;
    padding: 40px 35px;
    margin: 50px auto 0;
}
body.delivery .item-pagedelivery {
    width: 100%;
}
body.delivery .item-pagedelivery p{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Light';
} 
body.delivery .item-pagedelivery p strong{
    font-family: 'Raleway-Bold';
    font-weight: normal;
    letter-spacing: 1px;
}
body.delivery .order-intake{
    margin-top: 40px;
}
body.delivery .order-intake *{
    color: #454545;
    font-size: 12px;
    text-align: center;
}
body.delivery .item-pagedelivery h3,
body.delivery .item-pagedelivery h4{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway-Regular';
    line-height: 100%;
    letter-spacing: 1px;
    color: #454545;
}

/* product-details-view */

.product-details-view .addtocart-button {
    display: none;
}

.product-details-view h1{
    color: #262626;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    line-height: 100%;
    min-height: auto;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.product-details-view .product_sku{
    font-size: 12px;
    color: #262626;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
}
.product-details-view .product_sku span{
    font-family: 'Raleway-Bold';
}
.product-details-view > .row{
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin: 0;
    overflow:hidden;
}
.product-details-view #zoom_01 {
    border: 1px solid #e6e6e6;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.product-info {
    margin-bottom: 20px;
    line-height: 100%;
}
.product-short-description span{
    font-family: 'Raleway-Bold';
    padding-right: 2px;
}
.product-short-description *{
    font-size: 12px;
    color: #262626;
    font-family: 'Raleway-Regular';
    display: inline-block;
    letter-spacing: 1px;
}
.product-short-description{
    border: 1px solid #e6e6e6;
    border-width: 1px 0;
    line-height: 100%;
    padding: 20px 0;
}
.product-description {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.product-description *{
    color: #454545!important;
    font-size: 13px!important;
    font-family: 'Raleway-Regular'!important;
}
.product-description h3{
    font-size: 18px!important;
    line-height: 100%!important;
    font-family: 'Raleway-Light'!important;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zoomimg_floating {
    border: 1px solid #e6e6e6;
    margin: 5px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.zoomimg_floating img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.zoomimg_floating a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#fancybox-wrap{
    padding: 0!important;
    min-width: 300px;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
}
.fancybox-bg{
    display: none;
}
#fancybox-content{
    margin: 0 auto;
    min-width: 300px;
}
#fancybox-close{
    right: -8px!important;
}
.product-details-view .slick-arrow{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 15px;
    width: 15px;
    text-indent: -999999px;
    border: none;
    background: none;
}
.product-details-view .slick-next{
    left: inherit;
    right: 10%;
    border-top: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);  
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.product-details-view .slick-prev{
    border-top: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 

.product-tov{
    margin: 0 auto;
    max-width: 320px;
}

.favorite_button{
    border: 2px solid #ffa200;
    color: #ffa200;
    font-size: 11px;
    font-family: 'ProximaNova-Regular';
    border-radius: 5px;
    width: 125px;
    height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 10px;
    background: #fff;
}

.favorite_button.deleted{
    background: #fff url('../images/hearts_not.png') no-repeat 5px center;
}
.favorite_button{
    background: #fff url('../images/hearts.png') no-repeat 5px center;
}
#gallery_jZ > .slick-list{
    width: 95%;
    margin: 0 auto;
}
.priceAndCount {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
}
.priceAndCount .product-price{
    float: left;
}
.priceAndCount .addtocart-area{
    float: right;
}
.priceAndCount input.quantity-input{
    width: 20px;
}

.product_stock{
    font-size: 12px;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
}
.product_stock .availability{
    color: #ffa200;
}
.product_stock .non-availability{
  color: #c6c6c6;
}
.product_stock .availability:before,
.product_stock .non-availability:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.product_stock .non-availability:before{
    background-image: url(../images/non-availability.png) ;
}
.product_stock .availability:before{
    background-image: url(../images/availability.png);
}

.cartpanel .vm_cart_products *{
    font-family: 'Raleway-Regular'
}
.cartpanel .vm_cart_products .subtotal_with_tax{
    color: #ff4800;
}
.cartpanel .vm_cart_products .product_name * {
    color: #262626;
}
.cartpanel .vm_cart_products .product_name a:hover{
    color: #5c5871;
}
.cartpanel .arrow{
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
}
.cartpanel .arrow:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cartpanel .arrow:after{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slider-main{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}
#slider-main .bannergroup{
    position: relative;
    height: 530px;
    overflow: hidden;
}
#slider-main .banner-description{
    position: absolute;
    top: 0;
}
#slider-main .slick-arrow{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 15px;
    width: 15px;
    text-indent: -999999px;
    border: none;
    background: none;
}
#slider-main .slick-next{
    left: inherit;
    right: 10%;
    border-top: 2px solid rgba(235, 235, 235, 0.44);
    border-right: 2px solid rgba(235, 235, 235, 0.44);  
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} 
#slider-main .slick-prev{
    border-top: 2px solid rgba(235, 235, 235, 0.44);
    border-left: 2px solid rgba(235, 235, 235, 0.44);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 
#slider-main .slick-slide img {
    height: 100%;
    width: 100%;
}



/* cart */
fieldset {
    border: none;
}

.post_payment__ p{
    font-size: 14px;
    display: inline-block;
}
.post_payment__ .btn{
    display: block;
    text-align: center;
    margin-top: 12px;
}
/*.vm-fieldset-tos {
    display: none;
}*/

/*.cart-view {
   max-width: 1160px;
   width: 98%;
   margin: 0 auto; 
}*/
.opc_unlogged_wrapper  .cart-summary,
.opc_logged_wrapper .cart-summary{
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    width: 100%;
    min-width: 461px;
    overflow-y: scroll;
}
.black-basket {
    overflow: auto;
}
.opc_logged_wrapper .cart-summary{
    border-bottom: none;
}
.opc_unlogged_wrapper thead,
.opc_logged_wrapper thead{
    background-color: #f4f4f4;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.opc_unlogged_wrapper thead th,
.opc_logged_wrapper  thead th{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 40px;
    text-align: center;
}
.opc_unlogged_wrapper tbody td,
.opc_logged_wrapper  tbody td{
    text-align: center;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-top: 10px;
}
.opc_unlogged_wrapper tbody tr:nth-last-child(2) td,
.opc_logged_wrapper tbody tr:nth-last-child(2) td{
    padding-bottom: 10px;
    vertical-align: initial;
}
.opc_unlogged_wrapper .cart-images,
.opc_logged_wrapper .cart-images{
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    height: 66px;
    width: 91px;
    overflow: hidden;
    display:  inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
}
.opc_unlogged_wrapper .cart-images img,
.opc_logged_wrapper .cart-images img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    width: 90%;
}
.opc_unlogged_wrapper .cart-images + a,
.opc_logged_wrapper .cart-images + a{
    position: relative;
    vertical-align: middle;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-left: 10px;
}
.opc_unlogged_wrapper .sectiontableentry1 td:first-child,
.opc_logged_wrapper .sectiontableentry1 td:first-child {
    text-align: right;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Bold';
    line-height: 54px;
}
.opc_unlogged_wrapper .sectiontableentry1 td:last-child,
.opc_logged_wrapper .sectiontableentry1 td:last-child {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    color: #dd4911;
    line-height: 54px;
}
.opc_unlogged_wrapper .sectiontableentry1,
.opc_logged_wrapper .sectiontableentry1 {
    height: 54px;
    border-top: 1px solid rgb(230, 230, 230);

}
.op_list_li:not(.active) h3 {
    color: #c6c6c6!important;
}
#onepage_main_div {
    border: 1px solid rgb(230, 230, 230);
    border-top-width: 0;
    padding-bottom: 20px;
}
#onepage_main_div .container{
    max-width: 1120px;
    width: 100%;
}
#logintab,#registertab{
    margin: 10px 0;
}
#onepage_main_div label{
    font-size: 14px;
    color: #454545;
    font-family: 'ProximaNova-Light';
    position: relative;
}
#onepage_main_div input[type="checkbox"] {
    display: none;
}
#onepage_main_div input[type="checkbox"] + label{
    padding-left: 20px;
}
#onepage_main_div input[type="checkbox"] + label:before ,
#onepage_main_div input[type="checkbox"] + label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#onepage_main_div input[type="checkbox"] + label:before{
    border: 1px solid rgb(231, 231, 231);
    background-color: #fff;
    width: 12px;
    height: 12px;
}
#onepage_main_div input[type="checkbox"]:checked + label:after{
    height: 10px;
    width: 6px;
    border: 1px solid #ffa200;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px;
}

.loginDiv{
    float: left;
    width: 50%;
}
.loginDiv > div{
    width: 250px;
    margin: 0 auto;
}

.loginDiv:before{
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.BTaddress {
    font-size: 12px;
    color: #454545;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
}
#edit_address_bt {
    color: #ffa200;
    margin-top: 10px;
    display: block;
}
.billto-shipto{
    border: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}

.op_inside.loginsection{
    border-bottom: 1px solid rgb(230, 230, 230);
}
.border-bottom{
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}
.registration > div,
.address > div,
.payment > div{
    float: left;
    width: 50%;
}
.registration > div > div,
.address > div > div,
.payment > div > div{
    width: 250px;
    margin: 0 auto;
}
.note > div {
    float: left;
    width: 57%;
}
.note > div > div{
    max-width: 330px;
    width: 98%;
    margin: 0 auto;
}
#rbsubmit {
    float: left;
    width: 43%;
}
#rbsubmit > div{
    width: 250px;
    border-radius: 5px;
    border: 1px solid rgb(230, 230, 230);
    margin: 20px auto 0;
}
#rbsubmit > div > div > div{
    padding: 20px;
}

#tt_order_subtotal_div,
#tt_shipping_rate_div{
    display: none!important;
}

#totalam + div{
    border-top: 1px solid rgb(230, 230, 230);
    padding: 10px!important;
    display: block;
    text-align: center;
}
#tt_total_div{
    color: #454545;
    font-family: 'Raleway-Bold';
    font-size: 12px;
    display: block;
    line-height: 100%;
}
#tt_total_div #tt_total{
    color: #dd4911;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    float: right;
}
#tt_total_div #tt_total_txt{
    float: left;
}
.opc_unlogged_wrapper h3,
.opc_logged_wrapper h3,
#onepage_main_div h3{
    font-size: 16px;
    font-family: 'Raleway-Light';
    line-height: 100%;
    color: #454545;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 1px;
}
#customer_note_field{
    width: 100%;
    height: 93px;
    border-radius: 5px;
    border: 1px solid rgb(230, 230, 230);
    resize: none;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Light';
    padding: 5px;
}
#opc_error_msgs{
    display: none!important;
}

#tab_selector li{
    list-style: none;
    display: inline-block;
}

.op_inside input:not([type="radio"]){
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.op_inside input[type="button"]{
    border: none;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    margin: 0;
}
.formLabel #register_account,
.formLabel label[for='register_account'] {
    display: inline-block;
    vertical-align: top;
}
.op_inside a.btn{
    border: none;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    vertical-align: middle;
    padding: 0px 10px;
    width: auto;
}
#ajaxshipping *,
#payment_html *{
    font-size: 12px;
    color: #454545;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    line-height: 16px;
    cursor: pointer;
}
#ajaxshipping input,
#payment_html input{
    display: none;
} 
#ajaxshipping label,
#payment_html label{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
}

#ajaxshipping label:before,
#payment_html label:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgb(187, 187, 187);
    width: 12px;
    height: 12px;
}

#ajaxshipping .selected label:before,
#payment_html .selected label:before{
    border-color: #ffa200;
}
#payment_html .selected label:after,
#ajaxshipping .selected label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #ffa200; 
    border-radius: 50%;
}
/* end cart*/
#fancybox-content > div {
    background-color: #fff;
}
#fancybox-content a{
    color: #5c5871;
    font-size: 14px;
    font-family: 'Raleway-Regular';
}
#fancybox-content a:hover {
    color: #ffa300;
}
#fancybox-content h4{
    color: #252525;
    font-size: 16px;
    font-family: 'Raleway-Bold';
    margin-top: 10px;
}

/* registration */ 
.control-group {
    margin-bottom: 10px;
}

.control-group label{
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 1px;
}
.control-group .spacer{
    border: none;
}
.control-group a{
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
/* user */
.dl-horizontal dt,
.dl-horizontal dd{
    float: left;
}
.dl-horizontal dt:nth-of-type(n+1){
    clear: both;
}
.dl-horizontal dt p{
    font-family: 'ProximaNova-Bold';
}
.dl-horizontal dd p{
    padding-left: 20px;
}

#member-profile input{
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
}
input {
    padding-left: 5px;
}

/* artical*/
/*.page-header h1{
    margin-bottom: 20px;
} */


/*contact-info */

.contact-info h1{
    margin-bottom: 20px;
}
.contact-info .container-contact{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
.container-contact .row{
    margin: 0;
}
.contact-info h3{
    color: #454545;
    font-size: 18px;
    font-family: 'Raleway-Regular';
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-info .custom {
    border: 1px solid rgb(230, 230, 230);
    padding: 30px;
}
.mw300 {
    width: 300px;
    float: right;
    padding: 0;
}
.mw750{
    max-width: 780px;
    float: left;
    width: 100%;
    padding: 0;
}
.contact-info .map{
    // height: 164px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgb(230, 230, 230);
}
.contact-info .map:last-child{
    margin-bottom: 0;
}
.contact-info .map iframe{
    width: 100%;
    // height: 190px;
}
.contact-info .map-text{
    // position: absolute;
    // top: 0;
    // right: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.58);
    padding: 20px 30px;
    max-width: 330px;
}
.contact-info .map-text li{
    list-style: none;
    margin-bottom: 5px;
}
.contact-info .map-text {
    font-size: 12px;
    font-family: 'Raleway-Regular';
    color: #000;
}
.contact-info strong{
    font-family: 'Raleway-Bold';
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}
.contact-info p{
    margin-bottom: 10px;
}
.contact-feedback {
    margin-top: 40px;
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    text-align: center;
}

.contact-feedback label{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgb(230, 230, 230);
    font-size: 16px;
    color: #454545;
    font-family: 'Raleway-Light';
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.contact-feedback input{
    max-width: 250px;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid rgb(230, 230, 230);
    color: #454545;
    font-size: 12px;
    padding-left: 5px;
}
.contact-feedback .btn{
    margin: 10px auto 30px;
}

/* about */

.about .advantages {
    background-color: #f4f4f4;
}
.about .advantages h2{
    font-family: 'Raleway-Light';
    color: #5b5970;
    font-size: 16px;
    min-height: 25px;
    line-height: 25px;
}
.about h1{
    margin-bottom: 20px;
}
#about *{
    color: #454545;
    font-size: 12px;
    line-height: 16px;
}
.about-text {
    margin-bottom: 44px;
}

#about {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: justify;
    height: auto;
}

#about p{
    margin-bottom: 10px;
}
.about .advantages .item {
    width: 79px;
    height: 78px;
}

.about .sprite:before{
    background: url(../images/icons-2.png) no-repeat;
    display: block;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about .sprite-1:before {
    width: 49px;
    height: 42px;
    background-position: -5px -5px;
}

.about .sprite-2:before {
    width: 44px;
    height: 36px;
    background-position: -5px -57px;
}

.about .sprite-3:before {
    width: 38px;
    height: 38px;
    background-position: -5px -103px;
}

.about .sprite-4:before {
    width: 36px;
    height: 35px;
    background-position: -5px -151px;
}

.about  .sprite-5:before {
    width: 44px;
    height: 37px;
    background-position: -5px -196px;
}

.about .sprite-6:before {
    width: 34px;
    height: 32px;
    background-position: -5px -243px;
}

.about .sprite-1:hover:before{
    width: 49px;
    height: 42px;
    background-position: -5px -285px;
}

.about .sprite-2:hover:before{
    width: 44px;
    height: 36px;
    background-position: -5px -337px;
}

.about .sprite-3:hover:before{
    width: 38px;
    height: 38px;
    background-position: -5px -383px;
}

.about .sprite-4:hover:before {
    width: 36px;
    height: 35px;
    background-position: -5px -431px;
}

.about .sprite-5:hover:before {
    width: 44px;
    height: 37px;
    background-position: -5px -476px;
}

.about .sprite-6:hover:before {
    width: 34px;
    height: 32px;
    background-position: -5px -523px;
}


/* news */ 

.news-hits {
    background-color: #f4f4f4;
}
.news-hits .hits {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #fff; 
}
.news-hits .hits figure{
    height: 75px;
    width: 125px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
}
.news-hits .hits h3{
    float: left;
    font-size: 12px;
    color: #454545;
    line-height: 16px;
    border-left: 2px solid rgba(92, 88, 113, 0.6);
    text-transform: uppercase;
    padding: 2px 0;
    padding-left: 10px;
    margin-bottom: 10px;
    max-width: 215px;
    width: 62%;
}
.news-hits .readmore {
    display: block;
    color: #e9a126;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 20px;
}
.news-hits + a.look{
    text-align: right;
    display: block;
    margin: 10px 0px;
}


/* .thank-you */

.thank-you{
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    width: 320px;
    background: #fff;
    z-index: 100;
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    display: none;
}
.thank-you .body{
    position: relative;
}

.thank-you .title{
    text-align: center;
    color: #ffa200;
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    letter-spacing: 3px;
}
.thank-you p{
    font-size: 13px;
    text-align: center;
    margin: 10px 0px;
}

.close {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.feedback-form .contact-feedback .close {
    top: 10px;
    right: 0;
}
.close:before,.close:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 15px;
    width: 2px;
    background: #ffa200;
}
.close:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
}
/* feedback form */
.feedback-form {
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    display: none;
    z-index: 1000;
    border-radius: 5px;
}
.feedback-form .contact-feedback{
    margin-top: 0px;
}

.over{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    display: none;
}


.orderlistcontainer .title{
    display: none;
}

..orderlistcontainer:hover .orderlist{
    display: block;
}

.sandwich{
    display: none;
}
.sandwich span{
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-bottom: 10px;
    display: block;
}
.sandwich span:last-child{
    margin-bottom: 0;
}

@media (max-width: 1240px){
    .title-catalog span{
        display: none;
    }
    .catalog-product .manufacture{
        width: 16.666667%;
        margin-right: -1px;
    }
    .menu-nav a {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .menu-nav > li > ul{
        position: relative;
        top: 0;
        column-width: auto;
        column-count: 1;
        display: none;
        visibility: visible!important;
    }
    .menu-nav {    
        overflow: auto;
        height: 100%;
    }
    
    .sandwich{
        display: inline-block;
    }
    #menu{
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background: #5c5871;
        height: 100%;
        width: 100%;
    }
    #menu .close{
        top: 3px;
        right: 3px;
        z-index: 100;
    }
    #top-navigation{
        height: auto;
        padding: 10px 0;
    }
    header{
        height: auto;
        background-color: #f9f9f9;
        margin-bottom: 20px;
    }
    .mw750,  .mw300{
        max-width: 100%;
        width: 100%;
    }
    .contact-info .mw300 .custom{
        width: 300px;
        float: left;
    }
    .contact-info .contact-feedback{
        width: 300px;
        float: right;
        margin-top: 0;
    }
    .menu-nav a, .menu-nav span{
        font-size: 16px;
    }
    .menu-nav li{
        display: block;
        height: auto;
        padding-bottom: 15px;
    }

/*    .blog .item-blog > .item{
        height: 
    }*/
/*    #tab_selector{
        padding: 0 10px;
    }*/
/*    #logintab,#registertab{
        padding: 0 20px;
    }*/
}


@media (max-width: 1023px){

    .login-panel{
        margin-top: 5px;
    }
    .op_inside input[type="button"]{
        margin-bottom: 10px;
    }
    .currency_ *{
        background: #5c5871;
        width: auto!important;
    }
    .delivery-artical .margin-top .item {
        margin: 20px 0;
    }
    body.delivery #bd_results {
        padding: 20px;
    }
  
    .feedback .btn{
        height: 44px;
        line-height: 44px;
        width: 220px;
        font-size: 16px;
    }
    .header-contact{
        width: auto;
        float: left;
        position: relative;
        background: #ffa200 url(../images/phone-100.png) center no-repeat;
        width: 44px;
        height: 44px;
        box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
        border-radius: 5px;
    }
    .button_header:before, .button_header:after{
        content: '';
        display: table;
        clear: both;
    }
    .feedback{
        margin: 0;
    }
    .header-contact-button{
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 1000;
        display: none;
        width: 220px;
        padding: 10px;
        border: 1px solid #5c5871;
    }
    .button_header{
        clear: both;
        display: block;
        padding: 20px 0;
    }
    #slider-main,
    .banner{
        display: none;
    }
    .info-main .row,
    .seo-main .row{
        margin: 0;
    }
    .info-main .col-3{
        width: 100%;
        float: none!important;
    }
    .info-main .item{
        max-width: 100%;
        margin: 0 auto;
        float: none!important;
    }
    .advantages .col-xs-12 {
        margin-bottom: 20px;
        min-height: 188px;
        height: auto;
    }
    .advantages .title {
        font-size: 16px;
    }
    .advantages p {
        font-size: 14px;
    }
    .floatleft.col-4{
        width: 50%;
    }
    h1,h2{
        font-size: 16px;
        min-height: 16px;
        line-height: 21px;
    }
    .news-product .look{
        display: none;
    }
    .news-product .floatleft.col-4{
        width: 100%;
    }
    .main-product .product-tov,
    #product-related-products .product-tov{
        margin: auto;
    }
    .floatleft.col-4{
        padding: 0 10px;
    }
    #breadcrumb-line{
        display: none;
    }
    .blog .item-blog > .item{
        padding: 10px;
    }

    /*cart-summary */

    table.cart-summary th:first-child,
    table.cart-summary th:nth-child(2){
        min-width: auto!important;
    }
}

@media (max-width: 767px){
    .orderByList .display-text{
        display: none;
    }
    .title-catalog span{
        display: inline-block;
    }
    .product-details-view > .row{
        padding: 20px 0;
    }
    /* cart */
    .floatleft.col-4 {
        width: 100%;
    }
    .opc_unlogged_wrapper .cart-images{
        display: none;
    }

    .registration > div,
    .address > div,
    .loginDiv,
    .payment > div,
    .note > div,
    #rbsubmit{
        width: 100%;
    }

    /**/
    .about .advantages .col-xs-12{
        margin-bottom: 10px;
    }
    .mw300 h3{
        margin-top: 20px;
    }
    .contact-info .map-text{
        width: 100%;
        position: relative;
        padding: 10px;
    }
    .contact-info .map{
        height: auto;
    }
    .contact-info .mw300 .custom,
    .contact-info .contact-feedback{
        max-width: 300px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .contact-info .contact-feedback{
        margin-top: 20px;
    }
    .catalog-product .manufacture img{
        width: 30px;
        height: auto;
        position: relative;
        display: inline-block;
    }
    .catalog-product-btn{
        display: block;
    }
    .catalog-product .manufacture{
        display: none;
    }
    .catalog-product h2{
        background-color: rgb(92, 88, 113);
        height: 56px;
        color: #fff;
        font-size: 22px;
        line-height: 56px;
    }
    .catalog-product .manufacture{
        border: 1px solid #ebebeb;
        height: auto;
        width: auto;
        float: none;
        text-align: left;
        border-width: 1px 0;
        padding: 5px 0;
        margin: 0;
    }
    .catalog-product .manufacture:nth-of-type(1){
        margin-top: 20px;
    }
    .catalog-product .manufacture span{
        font-size: 20px;
        top: 0;
        display: inline-block;
        position: relative;
        line-height: 30px;
        vertical-align: middle;
    }
    .blog .item-blog > .item{
        height: auto;
        max-height: 100%;
    }
}

.manufacturer-site a{
    color: #262626;
    font-size: 15px;
    text-align: center;
    font-family: 'ProximaNova-Regular';
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 13px;
}
.manufacturer-site a:hover{
    color: #ffa300;
}
.manufacturer-site > span {
    color: #5c5871;
    font-size: 15px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    display: inline-block;
}
.manufacturer-site {
    border: 1px solid #5c5871;
    border-width: 1px 0;
    margin-bottom: 20px;
    padding: 5px 0px;
}

.history__back{
    cursor: pointer;
    display: block;
    text-align: right;
    font-family: 'Raleway-Bold';
    letter-spacing: 1px;
    color: #5c5871;
}

.product-related-products .vm-img-desc{
    display: none;
}