.login-form .form-row:after,
.billing-form .form-row:after{
    content: " ";
    display: block;
    clear: both;
}
.header-top .user-links,
.header-top .user-links ul.name-drop,
.navbar-nav > li .drop-down,
.navbar-nav > li ul.drop-down,
.order-section ul.links-list,
.order-section .steps-part ul.steps-list,
.confirm-order ul.btns-list,
.overview-side .prods-list,
.overview-side .total-info,
.history-area ul.history-list,
.sidebar ul.categories,
.sidebar ul.li-slide,
ul.breadcrumbs,
.prod-information ul.download-list,
.description ul.spec-list,
#footer ul.social-list,
#footer ul.footer-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
@font-face{
    font-family: icomoon;
    src: url("/fonts/icomoon.eot");
    src: url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icomoon.woff") format("woff"),
    url("/fonts/icomoon.ttf") format("truetype"),
    url("/fonts/icomoon.svgicomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot?-t9s4cx");
    src: url("/fonts/icomoon.eot?#iefix-t9s4cx") format("embedded-opentype"),
    url("/fonts/icomoon.ttf?-t9s4cx") format("truetype"),
    url("/fonts/icomoon.woff?-t9s4cx") format("woff"),
    url("/fonts/icomoon.svg?-t9s4cx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"]{
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-bottom:before{
    content: "\e604";
}
.icon-arrow-left:before{
    content: "\e605";
}
.icon-arrow-right:before{
    content: "\e606";
}
.icon-download:before{
    content: "\e607";
}
.icon-user:before{
    content: "\e608";
}
.icon-calculater:before{
    content: "\e600";
}
.icon-telephone:before{
    content: "\e601";
}
.icon-cart:before{
    content: "\e602";
}
.icon-twitter:before{
    content: "\e609";
}
.icon-facebook:before{
    content: "\e60a";
}
.icon-squared-cross:before{
    content: "\e603";
}
.icon-search:before{
    content: "\e60b";
}
.icon-info:before{
    content: "\e60c";
}
body{
    line-height: 28px;
    min-width: 320px;
}
a{
    outline: none;
    white-space: normal !important;
}
a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}
a[href^=tel]{
    cursor: pointer;
}
.btn{
    border: 0;
    border-radius: 0;
    white-space: normal;
}
.btn-default{
    background: #70a2ed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYTJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcwYTJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU1N2NiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTdjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70a2ed), color-stop(50%, #70a2ed), color-stop(51%, #557cb7), color-stop(100%, #557cb7));
    background: -webkit-linear-gradient(top, #70a2ed 0%, #70a2ed 50%, #557cb7 51%, #557cb7 100%);
    background: linear-gradient(to bottom, #70a2ed 0%, #70a2ed 50%, #557cb7 51%, #557cb7 100%);
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    min-width: 190px;
    font-size: 16px;
    font-weight: 700;
}
.btn-default:focus,
.btn-default:hover{
    background: #70a2ed;
}
.form-control{
    border-radius: 0;
    height: 38px;
    box-shadow: none;
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus,
.form-control:hover{
    outline: none;
    border-color: #dadada;
    box-shadow: none;
}
.btn-primary{
    background: #ff4046;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmNDA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VjMDMwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzAzMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4046), color-stop(50%, #ff4046), color-stop(51%, #ec030b), color-stop(100%, #ec030b));
    background: -webkit-linear-gradient(top, #ff4046 0%, #ff4046 50%, #ec030b 51%, #ec030b 100%);
    background: linear-gradient(to bottom, #ff4046 0%, #ff4046 50%, #ec030b 51%, #ec030b 100%);
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    min-width: 190px;
    font-size: 16px;
    font-weight: 700;
}
.btn-primary:focus,
.btn-primary:hover{
    background: #ff4046;
}
.about-block a.btn-success,
.btn-success{
    background: #ffffff;
    line-height: 26px;
    color: #688abe;
    text-align: center;
    padding: 10px 25px;
    margin: 0 18px 0 0;
    border: 1px solid #70a2ed;
    text-transform: uppercase;
    min-width: 145px;
    font-size: 14px;
    font-weight: 700;
}
.about-block a.btn-success:focus,
.about-block a.btn-success:hover,
.btn-success:focus,
.btn-success:hover{
    background: #70a2ed;
    border: 1px solid #70a2ed;
    color: #ffffff;
}
h1,
h2{
    color: #1b1b1c;
    margin: 0 0 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}
h4{
    color: #1b1b1c;
    margin: 0 0 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}
h3{
    color: #557cb7;
    line-height: 42px;
    margin: 0 0 2px;
    font-size: 30px;
    font-weight: 700;
}
#wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#header{
    width: 100%;
    position: relative;
}
#header .phone{
    float: right;
}
.header-top{
    background: #1b1b1c;
    overflow: hidden;
    text-align: center;
}
.header-top .container{
    padding: 0;
}
.header-top .logo{
    display: inline-block;
    vertical-align: top;
    width: 211px;
    height: 76px;
    margin: 11px 0 17px;
    background-size: 100% 100%;
}
.header-top .logo a{
    display: block;
}
.header-top .logo a.print{
    display: none;
}
.header-top .logo img{
    display: block;
    width: 100%;
    height: auto;
}
.header-top .user-links{
    text-align: right;
    padding: 9px 9px 6px;
    background: #2a2a2a;
}
.header-top .user-links li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    position: relative;
}
.header-top .user-links li.login{
    padding: 0 0 0 23px;
}
.header-top .user-links li.login a{
    display: inline-block;
    vertical-align: middle;
    background: #353536;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.header-top .user-links li.login a .text{
    display: none;
}
.header-top .user-links li.login a:hover{
    background: #484849;
    color: #fefbf7;
}
.header-top .user-links li.cart{
    color: #fefbf7;
    padding: 0;
    line-height: 22px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.header-top .user-links li.cart .icon-cart{
    line-height: 22px;
    font-size: 22px;
    color: #a4895f;
}
.header-top .user-links li.cart .icon-cart:hover{
    color: #c9a56f;
}
.header-top .user-links li.name{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 8px 10px;
}
.header-top .user-links li.name:hover ul.name-drop{
    display: block;
}
.header-top .user-links li.name a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}
.header-top .user-links li.name a .name-text{
    display: none;
}
.name-text p{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header-top .user-links li.name a .icon-user{
    line-height: 20px;
    font-size: 18px;
    color: #c9a56f;
}
.header-top .user-links li.name a:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #636363 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -2px 0 0;
    content: "";
}
.header-top .user-links li.name a:hover:after{
    border-color: #70a2ed transparent transparent transparent;
}
.header-top .user-links a{
    line-height: 18px;
    color: #fefbf7;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.header-top .user-links a:hover{
    color: #70a2ed;
}
.header-top .user-links ul.name-drop{
    background: #3c3c3d;
    position: absolute;
    right: 50%;
    margin: 0 -75px 0 0;
    min-width: 150px;
    top: 35px;
    text-align: left;
    z-index: 3;
    display: none;
}
.header-top .user-links ul.name-drop:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #3c3c3d transparent;
    position: absolute;
    right: 60px;
    top: -6px;
    content: "";
}
.header-top .user-links ul.name-drop li{
    display: block;
    padding: 0;
}
.header-top .user-links ul.name-drop a{
    display: block;
    padding: 13px 7px 13px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.header-top .user-links ul.name-drop a:hover{
    background: #333334;
    color: #ffffff;
}
.header-top .user-links ul.name-drop a:after{
    display: none;
}
.nav-area .col-xs-12,
.nav-area .navbar{
    position: static;
}
.nav-area .search-form{
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
}
.nav-area .search-form .form-row{
    width: 100%;
    height: 36px;
    padding: 0 12px 0 15px;
    background: #ffffff;
    border: 1px solid #e3c792;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav-area .search-form input[type="text"],
.nav-area .search-form input[type="search"]{
    border: 0;
    border-radius: 0;
    outline: none;
    padding: 5px 0;
    line-height: 24px;
    width: 90%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.nav-area .search-form input[type="text"]::-webkit-input-placeholder,
.nav-area .search-form input[type="search"]::-webkit-input-placeholder{
    color: #b3b3b3;
}
.nav-area .search-form input[type="text"]::-moz-placeholder,
.nav-area .search-form input[type="search"]::-moz-placeholder{
    opacity: 1;
    color: #b3b3b3;
}
.nav-area .search-form input[type="text"]:-moz-placeholder,
.nav-area .search-form input[type="search"]:-moz-placeholder{
    color: #b3b3b3;
}
.nav-area .search-form input[type="text"]:-ms-input-placeholder,
.nav-area .search-form input[type="search"]:-ms-input-placeholder{
    color: #b3b3b3;
}
.nav-area .search-form input[type="text"].placeholder,
.nav-area .search-form input[type="search"].placeholder{
    color: #b3b3b3;
}
.nav-area .search-form .form-control{
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav-area .search-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.nav-area .search-form button[type="submit"]{
    width: 22px;
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}
.nav-area .search-form button[type="submit"]:after{
    content: "\e60b";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 20px;
    color: #bfbfc6;
    font-size: 20px;
    font-family: icomoon;
}
.nav-area .search-form button[type="submit"]:hover:after{
    color: #9e9ea2;
}
.nav-area .navbar-toggle{
    position: absolute;
    left: 14px;
    top: 13px;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.nav-area .navbar-toggle .icon-bar{
    width: 31px;
    border-radius: 0;
    height: 4px;
    background: #a4895f;
}
.nav-area .navbar-toggle:focus,
.nav-area .navbar-toggle:hover{
    background: none;
}
.nav-area .navbar-toggle:focus .icon-bar,
.nav-area .navbar-toggle:hover .icon-bar{
    background: #f9e1b5;
}
.nav-area .navbar-collapse{
    top: 45px;
    z-index: 3;
    position: absolute;
    margin: 0;
    border: 0;
    background: #353536;
    width: 100%;
    padding: 12px;
    left: 0;
    right: 0;
    text-align: left;
}
.navbar-default{
    background: none;
    margin: 0;
    border: 0;
}
.navbar-default.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.navbar{
    min-height: inherit;
}
.navbar-nav{
    float: none;
    margin: 0;
    padding: 31px 17px 9px;
}
.navbar-nav > li{
    padding: 0 0 20px;
}
.navbar-nav > li:last-child .drop-down{
    right: -15px;
    left: auto !important;
}
.navbar-nav > li > a{
    padding: 0 4px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #fefbf7;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-nav > li > a:hover{
    color: #959492;
}
.navbar-nav > li.sub-menu a{
    position: relative;
    padding: 0 23px 0 4px;
}
.navbar-nav > li.sub-menu a .icon-arrow-bottom{
    font-size: 6px;
    line-height: 6px;
    position: absolute;
    right: 0;
    top: 7px;
    color: #515151;
}
.navbar-nav > li.sub-menu a:hover .icon-arrow-bottom{
    color: #70a2ed;
}
.navbar-nav > li.sub-menu.active .drop-down{
    display: block;
}
.navbar-nav > li.sub-menu.active .icon-arrow-bottom{
    color: #70a2ed;
}
.navbar-nav > li.open a .icon-arrow-bottom{
    color: #70a2ed;
}
.navbar-nav > li .drop-down{
    box-shadow: none;
    border-radius: 0;
    display: none;
    border-top: 1px solid #484849;
    border-bottom: 1px solid #484849;
    margin: 6px 0 -9px;
    padding: 1px 0;
}
.navbar-nav > li .drop-down > li{
    display: block;
    margin: 0 0 8px;
}
.navbar-nav > li .drop-down > li > a{
    color: #fdfcfc;
    line-height: 20px;
    padding: 0 3px;
    color: #dadada;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-nav > li .drop-down > li > a:after{
    display: none;
}
.navbar-nav > li .drop-down > li > a:hover{
    background: none;
    color: #6c99df !important;
}
#main{
    overflow: hidden;
    position: relative;
    width: 100%;
}
#main .contact-part{
    float: none;
    text-align: center;
}
#main .contact-part .service-box{
    background: #70a2ed;
    width: 58px;
    height: 58px;
    letter-spacing: 0;
    padding: 15px 0 0 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 100%;
    line-height: 16px;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#main .contact-part .service-box span{
    display: block;
    font-size: 11px;
}
#main .contact-part .service-box:hover{
    background: #70a2ed;
}
#main .contact-part .phone{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 0 11px;
}
#main .contact-part .phone a.tel{
    line-height: 32px;
    color: #a4895f;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#main .contact-part .phone .icon-telephone{
    color: #a4895f;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0 0;
    line-height: 32px;
}
#main .contact-part .phone:hover .icon-telephone,
#main .contact-part .phone:hover a.tel{
    color: #70a2ed;
}
.promo{
    width: 100%;
    position: relative;
    z-index: 2;
}
.promo .promo-info{
    padding: 0 14px 60px;
    line-height: 30px;
    color: #030303;
    font-size: 16px;
    font-weight: 400;
}
.promo .promo-info p{
    margin: 0 0 23px;
}
.promo .promo-info h1{
    line-height: 38px;
    color: #1b1b1c;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.promo .promo-info h1 span{
    color: #557cb7;
}
.promo .contact-part{
    float: none;
    padding: 13px 0 24px 5px;
}
.promo .contact-part .service-box{
    background: #70a2ed;
    width: 58px;
    height: 58px;
    letter-spacing: 0;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 100%;
    line-height: 16px;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.promo .contact-part .service-box span{
    display: block;
    font-size: 12px;
}
.promo .contact-part .service-box:hover{
    background: #557cb7;
}
.promo .contact-part .phone{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 0 11px;
}
.promo .contact-part .phone a.tel{
    line-height: 32px;
    color: #a4895f;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.promo .contact-part .phone .icon-telephone{
    color: #a4895f;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0 0;
    line-height: 32px;
}
.promo .promo-img{
    position: relative;
}
.promo .promo-img img{
    display: block;
    width: 100%;
    height: auto;
}
.promo .promo-img .img-caption{
    position: absolute;
    left: -6px;
    top: -27px;
    border: 6px solid #fefbf7;
    border-radius: 100%;
    color: #fdfcfc;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
}
.promo .promo-img .img-caption span{
    display: block;
    background: #ec030b;
    width: 84px;
    height: 84px;
    padding: 24px 8px 0;
    border-radius: 100%;
}
.promo .promo-img .img-caption:hover span{
    background: #cf050c;
}
.feartured-area{
    background: #000000 url(/img/img05.jpg) no-repeat;
    position: relative;
    width: 100%;
}
.feartured-area .container{
    padding-top: 101px;
    padding-bottom: 73px;
}
.feartured-area a.fearture-box{
    overflow: hidden;
    background: #ffffff;
    display: block;
    margin: 0 0 12px;
    position: relative;
    border: 1px solid #6e6e6e;
    overflow: hidden;
}
.fearture-box .no-results{
    letter-spacing: normal;
}
.feartured-area a.fearture-box:hover span.btn-view{
    background: #fd0d15;
}
.feartured-area a.fearture-box:hover .hover-text{
    display: block;
}
.feartured-area .box-hold{
    overflow: hidden;
    display: block;
    position: relative;
}
.feartured-area .hover-text{
    width: 50px;
    height: 50px;
    border: 3px solid #70a2ed;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    right: 16px;
    display: none;
    color: #70a2ed;
    text-align: center;
    padding: 7px 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
}
.feartured-area .tag{
    background: #70a2ed;
    width: 160px;
    padding: 10px;
    line-height: 25px;
    text-align: center;
    color: #fdfcfc;
    position: absolute;
    left: -43px;
    top: 11px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 15px;
    font-weight: 700;
    z-index: 1000;
}
.feartured-area .tag span{
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.feartured-area .img-box{
    display: block;
    height: 310px;
    white-space: normal;
    white-space: nowrap;
}
.feartured-area .img-box:before{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    min-height: 100%;
    overflow: hidden;
    width: 1px;
    content: "";
}
.feartured-area .img-box .hold{
    white-space: normal;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.feartured-area .img-box img{
    display: block;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.feartured-area .box-info{
    background: #eeeeef;
    padding: 21px 17px 15px;
}
.feartured-area .box-info .rate{
    line-height: 21px;
    color: #557cb7;
    padding: 5px 3px 9px;
    font-size: 15px;
    font-weight: 700;
}
.feartured-area .box-info del{
    color: #ec030b;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.feartured-area span.btn-view{
    margin: 0;
    min-width: 176px;
    padding: 13px 15px;
    display: inline-block;
    vertical-align: top;
}
.feartured-area .info{
    line-height: 22px;
    color: #1b1b1c;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.feartured-area .info span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 8px;
}
.feartured-area .info span:before{
    height: 14px;
    width: 2px;
    background: #505051;
    position: absolute;
    left: 1px;
    top: 5px;
    content: "";
}
.about-block{
    padding: 0 5px 50px 10px;
    line-height: 28px;
    color: #1b1b1c;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
}
.about-block p{
    margin: 0 0 33px;
}
.about-block a{
    color: #1b1b1c;
}
.about-block .contact-part{
    padding: 39px 0 52px;
}
.about-block h1{
    color: #1b1b1c;
    margin: 0 0 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}
.about-block h3{
    color: #557cb7;
    line-height: 42px;
    margin: 0 0 2px;
    font-size: 30px;
    font-weight: 700;
}
.create-account{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.create-account .head-part{
    background: #e3e3e4;
    width: 100%;
    padding: 0 0 46px;
    margin: 0 0 30px;
    text-align: center;
}
.create-account .contact-part{
    padding: 15px 0 37px 5px;
}
.create-account h2{
    color: #1b1b1c;
    margin: 0 0 20px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}
.create-account h2 span{
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0 16px;
    line-height: 40px;
    font-size: 40px;
    color: #a4895f;
}
.create-account h3{
    color: #557cb7;
    line-height: 42px;
    margin: 0 0 2px;
    font-size: 30px;
    font-weight: 700;
}
.create-account .login-info{
    line-height: 24px;
    margin: 0 0 41px;
    font-size: 16px;
    font-weight: 400;
}
.create-account .login-info p{
    margin: 0 0 19px;
}
.create-account .login-holder{
    margin-bottom: 100px;
    overflow: hidden;
}
.create-account.add h3{
    font-size: 28px;
    margin: 0 0 20px;
}
.create-account.add .contact-part{
    padding: 15px 0 44px 5px;
}
.account-form{
    overflow: hidden;
    width: 100%;
    position: relative;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}
.account-form p{
    margin: 0 0 23px;
}
.account-form .form-row{
    overflow: hidden;
    margin: 0 0 13px;
}
.account-form .form-row .col-1{
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}
.account-form .form-row .col-2{
    width: 100%;
    overflow: hidden;
}
.account-form input[type="text"],
.account-form input[type="tel"],
.account-form input[type="email"],
.account-form input[type="password"]{
    float: left;
    width: 100%;
    color: #1e2830;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}
.account-form .form-control{
    border-radius: 0;
    height: 38px;
    box-shadow: none;
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.account-form .form-control:focus,
.account-form .form-control:hover{
    outline: none;
    border-color: #dadada;
    box-shadow: none;
}
.account-form label{
    display: block;
    line-height: 18px;
    color: #1e2830;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.account-form .col-left{
    overflow: hidden;
    margin: 0 0 14px;
}
.account-form .btn-hold{
    padding: 12px 0;
    overflow: hidden;
    width: 100%;
    margin: 32px 0 70px;
    text-align: right;
    border-top: 1px solid #636363;
}
.account-form .pull-right{
    float: none !important;
}
.login-form{
    overflow: hidden;
    background: #557cb7;
    padding: 40px 14px 4px;
}
.login-form .form-row{
    margin: 0 0 30px;
}
.login-form .form-row.add{
    margin: 0 0 15px;
}
.login-form label{
    display: block;
    margin: 0 0 13px;
    line-height: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.login-form input[type="text"],
.login-form input[type="password"]{
    float: left;
    width: 100%;
    color: #1e2830;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}
.login-form a.forget{
    color: #ffffff;
    line-height: 20px;
    margin: -8px 0 0;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}
.login-form a.forget:hover{
    text-decoration: none;
}
.login-form input[type="submit"]{
    min-width: 124px;
}
.login-form .form-control{
    border-radius: 0;
    height: 52px;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login-form .form-control:focus,
.login-form .form-control:hover{
    outline: none;
    box-shadow: none;
}
.order-section{
    width: 100%;
    overflow: hidden;
}
.order-section .head-part{
    background: #eeeeef;
    width: 100%;
    padding: 0 0 14px;
    margin: 0 0 53px;
    text-align: center;
}
.order-section .head-part .order-no{
    line-height: 30px;
    color: #1b1b1c;
    font-size: 25px;
    font-weight: 400;
}
.order-section .contact-part{
    padding: 15px 0 26px 5px;
}
.order-section h2{
    color: #1b1b1c;
    margin: 0 0 29px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}
.order-section h2 .txt{
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    text-align: left;
}
.order-section h2 span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px 0 16px;
    line-height: 40px;
    font-size: 40px;
    color: #a4895f;
}
.order-section .right-form{
    padding: 0 0 106px;
    overflow: hidden;
}
.order-section .right-form h3{
    margin: 0 0 16px;
}
.order-section .new-customer{
    line-height: 25px;
    font-size: 15px;
    position: relative;
    padding: 0 0 61px;
    margin: 0 0 56px;
}
.order-section .new-customer p{
    margin: 0 0 24px;
}
.order-section .new-customer:after{
    position: absolute;
    height: 1px;
    background: #c1c0c0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.order-section .new-customer:before{
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #a4895f;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    margin: 0 0 -25px -25px;
    content: "or";
    line-height: 30px;
    padding: 10px;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.order-section ul.links-list{
    text-align: center;
    margin: 0;
}
.order-section ul.links-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
}
.order-section ul.links-list a{
    min-width: 180px;
    padding: 16px 3px 14px;
    font-size: 15px;
}
.order-section h3{
    line-height: 35px;
    font-size: 26px;
}
.order-section .steps-part{
    text-align: center;
    letter-spacing: -6px;
}
.order-section .steps-part .title{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 6px 0 8px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
}
.order-section .steps-part ul.steps-list{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    letter-spacing: 0;
}
.order-section .steps-part ul.steps-list:after{
    position: absolute;
    left: 0;
    top: 15px;
    background: #bdbdbe;
    height: 1px;
    right: 0;
    content: "";
    z-index: 0;
}
.order-section .steps-part ul.steps-list li{
    padding: 3px 0 0 28px;
    display: inline-block;
    vertical-align: middle;
}
.order-section .steps-part ul.steps-list li:first-child{
    padding: 3px 0 0;
}
.order-section .steps-part ul.steps-list li.active a{
    color: #ffffff;
    background: #557cb7;
}
.order-section .steps-part ul.steps-list a{
    display: inline-block;
    vertical-align: top;
    background: #e3e3e4;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #1b1b1c;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
}
.order-section .steps-part ul.steps-list a:hover{
    color: #ffffff;
    background: #557cb7;
}
.order-section.cart h2{
    font-size: 30px;
    margin: 8px 0 34px;
}
.order-section.cart h2 span{
    font-size: 42px;
    padding: 0 15px 0 33px;
}
.billing-form{
    overflow: hidden;
    width: 100%;
    margin: -32px 0 0;
    position: relative;
}
.billing-form .form-row{
    margin: 0 0 13px;
}
.billing-form .form-row .col-1{
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}
.billing-form .form-row .col-2{
    width: 100%;
    overflow: hidden;
}
.billing-form input[type="text"],
.billing-form input[type="tel"],
.billing-form input[type="email"],
.billing-form input[type="password"]{
    float: left;
    width: 100%;
    color: #1e2830;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}
.billing-form .form-control{
    border-radius: 0;
    height: 38px;
    box-shadow: none;
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.billing-form .form-control:focus,
.billing-form .form-control:hover{
    outline: none;
    border-color: #dadada;
    box-shadow: none;
}
.billing-form label{
    display: inline-block;
    line-height: 18px;
    color: #1e2830;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.billing-form label.date,
.billing-form label.add{
    font-size: 15px;
}
.billing-form label.add{
    width: 80%;
}
.billing-form .top-caption{
    border: 3px solid #ec030b;
    padding: 14px 7px 21px 18px;
    margin: 0 0 12px;
    border-radius: 2px;
    line-height: 30px;
    color: #ec030b;
    font-size: 16px;
    font-weight: 400;
}
.billing-form .top-caption strong{
    font-weight: 700;
}
.billing-form .main-form{
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 24px;
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 400;
}
.billing-form .main-form h3{
    margin: 0 0 5px;
    font-size: 30px;
}
.billing-form .main-form p{
    margin: 0 0 35px;
}
.billing-form .main-form .col-xs-12{
    padding-bottom: 15px;
}
.billing-form .main-form .col-right p{
    margin: 0 0 21px;
}
.billing-form .method-aera{
    padding-bottom: 39px;
    padding-top: 32px;
    border-top: 1px solid #636363;
    line-height: 25px;
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 400;
}
.billing-form .method-aera h3{
    font-size: 30px;
    margin: 0 0 4px;
}
.billing-form .method-aera p{
    margin: 0 0 35px;
}
.billing-form .method-aera .select-hold{
    overflow: hidden;
    margin: 0 0 30px;
    max-width: 273px;
}
.billing-form .method-aera .rate{
    line-height: 25px;
    color: #1b1b1c;
    font-size: 18px;
    font-weight: 700;
}
.billing-form .method-aera .rate .price{
    color: #ec030b;
}
.billing-form .method-aera .jcf-select .jcf-select-text{
    font-weight: 400;
}
.billing-form .btn-area{
    overflow: hidden;
    padding-bottom: 66px;
    padding-top: 12px;
    border-top: 1px solid #636363;
}
.billing-form .btn-area a{
    float: left;
    min-width: 112px;
}
.billing-form .btn-area input[type="submit"]{
    float: right;
    min-width: 182px;
    max-width: 182px;
}
.billing-form .check-box{
    overflow: hidden;
    margin: 0 0 20px;
}
.billing-form .check-box label.check-label{
    color: #1e2830;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}
.billing-form .select-method{
    overflow: hidden;
    padding: 20px 0 26px;
    margin: 0 0 10px;
    border-bottom: 1px solid #636363;
}
.billing-form .select-method p{
    margin: 0 0 23px;
}
.billing-form .code-part{
    margin: 0 0 29px;
    float: left;
    width: 100%;
}
.billing-form .code-part p{
    margin: 0 0 20px;
}
.billing-form .login-part{
    float: left;
    width: 100%;
    margin: 0 0 22px;
}
.billing-form .login-part a.create{
    color: #557cb7;
    text-decoration: underline;
}
.billing-form .login-part a.create:hover{
    text-decoration: none;
}
.billing-form .login-part label{
    color: #ffffff;
}
.billing-form .login-part .form-row{
    margin: 0 0 25px;
}
.billing-form .login-part .form-row.add2{
    margin: 0 0 15px;
}
.billing-form .login-part .form-control{
    border-radius: 0;
    height: 52px;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.billing-form .login-part .form-control:focus,
.billing-form .login-part .form-control:hover{
    outline: none;
    box-shadow: none;
}
.billing-form .login-part .login-form{
    margin: 0;
}
.billing-form .login-part p{
    margin: 0 0 20px;
}
.billing-form .pay-part{
    float: left;
}
.billing-form .pay-part .input-row{
    margin: 0 0 15px;
    overflow: hidden;
}
.billing-form .pay-part .input-row.add{
    margin: 0 0 15px;
    position: relative;
}
.billing-form .pay-part .input-row .col1{
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
}
.billing-form .pay-part .input-row .col2{
    padding: 15px 0 0 0;
    width: 60%;
    float: left;
}
.billing-form .pay-part .jcf-select .jcf-select-text{
    color: #636363;
}
.billing-form .pay-part input[type="text"]{
    font-weight: 400;
}
.billing-form .pay-part a.info{
    position: absolute;
    top: 0;
    right: 21px;
}
.billing-form .pay-part a.info span{
    color: #557cb7;
    font-size: 17px;
    line-height: 20px;
}
.billing-form .pay-part a.info:hover span{
    color: #70a2ed;
}
.billing-form .pay-part .jcf-select .jcf-select-text{
    text-align: right;
    margin: 0 41px 0 15px;
}
.confirm-order{
    line-height: 36px;
    color: #1e2830;
    margin: 11px 4px 94px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
}
.confirm-order p{
    margin: 0 0 56px;
}
.confirm-order .order-no{
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
    font-size: 17px;
}
.confirm-order h3{
    margin: 0 0 15px;
    line-height: 42px;
    font-size: 27px;
}
.confirm-order ul.btns-list{
    overflow: hidden;
    padding: 0;
}
.confirm-order ul.btns-list li{
    padding: 0 0 15px;
    display: block;
}
.confirm-order ul.btns-list a{
    padding: 15px 5px;
}
.billing-form{
    overflow: hidden;
    position: relative;
}
.billing-form .btn-area{
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #636363;
}
.billing-form .btn-area a{
    float: left;
    min-width: 112px;
}
.billing-form .btn-area input[type="submit"]{
    float: right;
    min-width: 182px;
    max-width: 182px;
}
.billing-form .overview-info{
    overflow: hidden;
    width: 100%;
    margin: -5px 0 10px;
}
.billing-form .overview-info h3{
    color: #557cb7;
    line-height: 42px;
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 700;
}
.billing-form .overview-info address{
    margin: 0;
    display: block;
    line-height: 37px;
}
.billing-form .overview-info address span{
    display: block;
}
.billing-form .overview-info a.mail,
.billing-form .overview-info a.tel{
    float: left;
    color: #1e2830;
}
.billing-form .info-box{
    float: left;
    width: 100%;
    padding: 0 0 8px;
    line-height: 37px;
    color: #1e2830;
    font-size: 18px;
    font-weight: 400;
}
.overview-side{
    overflow: hidden;
    position: relative;
    border: 1px solid #d6d5d5;
    margin: 0 0 64px;
}
.overview-side .prods-list{
    padding: 9px 9px 14px;
}
.overview-side .prods-list li{
    overflow: hidden;
    width: 100%;
    padding: 13px 0 12px;
    border-top: 1px solid #d6d5d5;
}
.overview-side .prods-list li:first-child{
    border: 0;
}
.overview-side .prods-list .img-box{
    float: left;
    width: 35%;
}
.overview-side .prods-list .img-box img{
    display: block;
    width: 100%;
    height: auto;
}
.overview-side .prods-list .img-box a{
    display: inline-block;
    vertical-align: top;
}
.overview-side .prods-list .img-box a:hover{
    opacity: .8;
}
.overview-side .prods-list .quantity{
    float: right;
    width: 63%;
    letter-spacing: -6px;
    padding: 6px 0 0 15px;
}
.overview-side .prods-list .quantity .number{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 40%;
}
.overview-side .prods-list .quantity .qty{
    display: block;
    text-align: center;
    color: #1b1b1c;
    border-radius: 0;
    height: 38px;
    padding: 5px;
    border: 1px solid #dadada;
}
.overview-side .prods-list .quantity .rate{
    line-height: 32px;
    color: #557cb7;
    padding-top: 0;
    font-size: 15px;
    font-weight: 700;
}
.overview-side .prods-list .quantity .update{
    line-height: 20px;
    padding: 2px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.overview-side .prods-list .quantity .rate{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    max-width: 100px;
    width: 60%;
    letter-spacing: 0;
}
.overview-side .prods-list .prod-info{
    overflow: hidden;
    width: 100%;
    padding: 12px 20px 0;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
}
.overview-side .prods-list .prod-info a{
    color: #1b1b1c;
}
.overview-side .prods-list .prod-info a:hover{
    color: #557cb7;
}
.overview-side .prods-list .prod-info p{
    margin: 0;
}
.overview-side .prods-list .prod-info .price{
    line-height: 20px;
    color: #557cb7;
    font-size: 13px;
    font-weight: 700;
}
.overview-side .prods-list .prod-info span,
.overview-side .prods-list .prod-info del{
    color: #ec030b;
    padding: 0 5px 0 0;
    font-weight: 700;
}
.overview-side .prods-list .title{
    display: none;
}
.overview-side .total-info{
    background: #eeeeef;
    padding: 25px 25px 38px;
    overflow: hidden;
}
.overview-side .total-info li{
    width: 100%;
    padding: 4px 0;
    float: left;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
}
.overview-side .total-info li.Red,
.overview-side .total-info li.red{
    color: #ec030b;
}
.overview-side .total-info li.Red .rate,
.overview-side .total-info li.red .rate{
    font-weight: 400;
}
.overview-side .total-info li.Blue,
.overview-side .total-info li.blue{
    color: #557cb7;
}
.overview-side .total-info .title{
    float: left;
    width: 60%;
    font-weight: 700;
}
.overview-side .total-info .rate{
    float: right;
    width: 40%;
    text-align: right;
}
.history-area{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 8px 0 0;
}
.history-area .history{
    width: 100%;
    overflow: hidden;
    margin: 0 0 22px;
}
.history-area h3{
    margin: 0 0 7px;
    font-size: 30px;
}
.history-area ul.history-list{
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.history-area ul.history-list li{
    border: 1px solid #d7d7d7;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    color: #1b1b1c;
    position: relative;
}
.history-area ul.history-list .order-info{
    width: 59.9%;
    float: left;
    padding: 20px 5px 12px 10px;
}
.history-area ul.history-list .total-price{
    width: 40.1%;
    float: right;
    background: #eeeeef;
    padding: 24px 10px 40px;
    line-height: 28px;
    min-height: 163px;
    font-size: 25px;
    font-weight: 700;
}
.history-area ul.history-list .total-price .price{
    color: #557cb7;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0;
}
.history-area ul.history-list .order-no{
    line-height: 28px;
    margin: 0 0 3px;
    font-size: 23px;
    font-weight: 400;
}
.history-area ul.history-list .order-no strong{
    font-weight: 700;
}
.history-area ul.history-list time{
    line-height: 20px;
    margin: 0 0 24px;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.history-area ul.history-list a.view{
    line-height: 20px;
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 400;
}
.history-area ul.history-list a.view .icon-search{
    color: #557cb7;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}
.history-area ul.history-list a.view:hover{
    color: #557cb7;
}
.account-side{
    overflow: hidden;
    width: 100%;
    margin: 0 0 70px;
    position: relative;
}
.account-side .side-hold{
    border: 1px solid #d7d7d7;
    padding: 25px 21px 29px;
}
.account-side .side-hold a.edit{
    float: right;
    line-height: 24px;
    color: #ec030b;
    font-size: 18px;
    font-weight: 700;
}
.account-side .side-hold a.edit:hover{
    color: #cf050c;
}
.account-side .side-head{
    overflow: hidden;
}
.account-side .side-row{
    padding: 0 0 8px;
}
.account-side .side-row h4{
    width: 80%;
    float: left;
}
.account-side .row-text{
    line-height: 30px;
    color: #1e2830;
    font-size: 16px;
    font-weight: 400;
}
.account-side .row-text a.tel{
    color: #1e2830;
}
.account-side .row-text span{
    display: block;
}
.side-holder{
    display: table-footer-group;
    width: 100%;
    text-align: center;
}
.sidebar{
    width: 100%;
    position: relative;
}
.sidebar h3{
    display: none;
}
.sidebar ul.categories{
    overflow: hidden;
    text-align: left;
}
.sidebar ul.categories > li{
    display: block;
    padding: 0 0 6px;
}
.sidebar ul.categories > li > a{
    line-height: 24px;
    color: #1b1b1c;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    word-spacing: -1px;
    font-size: 14px;
    font-weight: 700;
}
.sidebar ul.categories > li > a:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #70a2ed;
    position: absolute;
    top: 9px;
    right: 2px;
    content: "";
}
.sidebar ul.categories > li > a:hover{
    color: #545455;
}
.sidebar ul.categories > li.active a:after{
    top: 11px;
    right: 0;
    border-width: 4px 4px 0 4px;
    border-color: #70a2ed transparent transparent;
}
.sidebar ul.li-slide{
    overflow: hidden;
}
.sidebar ul.li-slide > li{
    display: block;
    padding: 0 0 7px 7px;
    line-height: 18px;
}
.sidebar ul.li-slide > li.active a{
    color: #70a2ed;
}
.sidebar ul.li-slide > li > a{
    line-height: 18px;
    color: #5c5c5d;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
}
.sidebar ul.li-slide > li > a:hover{
    color: #70a2ed;
}
.sidebar.add a.side-opener{
    margin: 0 0 16px;
}
ul.breadcrumbs{
    overflow: hidden;
    margin: 0 0 37px;
}
ul.breadcrumbs li{
    float: left;
    padding: 0 10px 0 0;
    line-height: 27px;
    position: relative;
    color: #557cb7;
    font-size: 13px;
    font-weight: 700;
}
ul.breadcrumbs li a.active{
    color: #557cb7;
}
ul.breadcrumbs li:before{
    position: absolute;
    background: #6b6b6b;
    height: 13px;
    width: 2px;
    left: -6px;
    top: 6px;
    content: "";
}
ul.breadcrumbs li.active a{
    color: #557cb7;
}
ul.breadcrumbs a{
    color: #6b6b6b;
}
ul.breadcrumbs a:hover{
    color: #557cb7;
}
ul.breadcrumbs.add li{
    line-height: 24px;
    font-size: 12px;
}
ul.breadcrumbs.add li:before{
    height: 14px;
    top: 5px;
}
ul.breadcrumbs.add a{
    font-size: 12px;
}
.product-block{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-block .contact-part{
    padding: 40px 0;
}
.product-block .prod-holder{
    overflow: hidden;
    margin: 0 0 30px;
}
.product-block .prod-head{
    line-height: 30px;
    color: #030303;
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: 400;
}
.product-block .prod-head p{
    margin: 0 0 19px;
}
.product-block .prod-head h2{
    line-height: 30px;
    font-size: 24px;
}
.product-block .prod-head h2 span{
    color: #557cb7;
}
.product-block .prod-head h2 a{
    color: #1b1b1c;
}
.product-block .prod-head h2 a:hover{
    color: #70a2ed;
}
.product-block .prod-head h2 a:hover span{
    color: #70a2ed;
}
.product-block .prod-head a.tel{
    color: #030303;
}
.product-block .head-hold{
    border-bottom: 1px solid #70a2ed;
}
.product-block ul.breadcrumbs{
    margin: 0 0 37px;
}
.product-block.add ul.breadcrumbs{
    margin: 0 0 25px;
}
.product-block.add .contact-part{
    padding: 37px 0 31px;
}
.prod-filter{
    overflow: hidden;
    margin: 0 0 37px;
}
.prod-filter .sort-col{
    float: left;
    padding: 0 35px 14px 7px;
}
.prod-filter label{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 25px;
    width: 63px;
    font-size: 16px;
    font-weight: 700;
}
.prod-filter .select-hold{
    display: inline-block;
    vertical-align: middle;
    width: 148px;
}
.prod-area{
    position: relative;
    overflow: hidden;
    padding: 0 35px;
}
.prod-area .container{
    padding-top: 101px;
    padding-bottom: 73px;
}
.prod-area .fearture-box{
    overflow: hidden;
    background: #ffffff;
    display: block;
    margin: 0 0 12px;
    position: relative;
    border: 1px solid #dadada;
    overflow: hidden;
}
.prod-area .box-hold{
    overflow: hidden;
    display: block;
    position: relative;
}
.prod-area .img-box{
    display: block;
    height: 170px;
    white-space: normal;
    white-space: nowrap;
}
.prod-area .img-box:before{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    min-height: 100%;
    overflow: hidden;
    width: 1px;
    content: "";
}
.prod-area .img-box a.hold{
    white-space: normal;
    padding: 0 35px;
    display: inline-block;
    vertical-align: middle;
}
.prod-area .img-box a.hold:hover{
    opacity: .8;
}
.prod-area .img-box img{
    display: block;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.prod-area .box-info{
    background: #eeeeef;
    padding: 14px 5px 13px;
}
.prod-area .box-info .rate{
    line-height: 21px;
    color: #557cb7;
    padding: 0 3px 6px;
    font-size: 12px;
    font-weight: 700;
}
.prod-area .box-info del{
    color: #ec030b;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.prod-area a.btn-view{
    margin: 0;
    min-width: 137px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
}
.prod-area a.info{
    line-height: 20px;
    color: #1b1b1c;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
}
.prod-area a.info span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 8px;
}
.prod-area a.info span:before{
    height: 13px;
    width: 1px;
    background: #1b1b1c;
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
}
.prod-area a.info:hover{
    color: #557cb7;
}
.prod-area .align-center{
    height: 160px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
}
.prod-area .align-center:before{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    min-height: 100%;
    overflow: hidden;
    width: 1px;
    content: "";
}
.prod-area .align-center a.frame{
    white-space: normal;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.prod-area .align-center a.frame:hover{
    opacity: .8;
}
.prod-area .align-center img{
    display: block;
    width: 100%;
    height: auto;
}
.prod-area .prod-box{
    overflow: hidden;
    margin: 0 0 35px;
    text-align: center;
}
.prod-area .prod-box a.name{
    line-height: 25px;
    color: #1b1b1c;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
}
.prod-area .prod-box a.name:hover{
    color: #557cb7;
}
.prod-information{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.prod-information h3{
    line-height: 30px;
    font-size: 21px;
    margin: 0 0 17px;
}
.prod-information .head-info{
    overflow: hidden;
    padding: 0 0 22px;
    margin: 0 0 37px;
    border-bottom: 1px solid #70a2ed;
}
.prod-information dl{
    overflow: hidden;
    margin: 0 0 18px;
    color: #1b1b1c;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
}
.prod-information dl dt{
    float: left;
    clear: left;
    width: 165px;
    line-height: 25px;
    padding: 0 10px 5px 0;
}
.prod-information dl dt.Red,
.prod-information dl dt.red{
    color: #ec030b;
}
.prod-information dl dd{
    margin: 0 0 5px;
    overflow: hidden;
    line-height: 25px;
}
.prod-information dl dd.Red,
.prod-information dl dd.red{
    color: #ec030b;
}
.prod-information dl dd.Blue,
.prod-information dl dd.blue{
    color: #70a2ed;
}
.prod-information .quantity-part{
    overflow: hidden;
    width: 100%;
    margin: 0 0 40px;
}
.prod-information .select-part{
    letter-spacing: -6px;
    max-width: 235px;
    width: 90%;
    margin: 0 0 27px;
    display: block;
}
.prod-information .select-part label{
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    letter-spacing: 0;
    padding: 10px 0 0;
    line-height: 24px;
    color: #557cb7;
    font-size: 18px;
    font-weight: 700;
}
.prod-information .select-part .jcf-select{
    letter-spacing: 0;
    height: 43px;
    border-color: #030303;
    width: 50%;
}
.prod-information .select-part input[type=number]{
    letter-spacing: 0;
    height: 43px;
    border-width: 1px;
    border-color: #030303;
    width: 50%;
    text-align: right;
    padding: 2px 2px 0 0;
}
.cart-table .quantity input[type=number]{
    width: 100%;
    text-align: right;
    float: left;
}
.prod-information .select-part .jcf-select .jcf-select-text{
    text-align: right;
    padding: 2px 10px 0 0;
}
.prod-information ul.download-list{
    overflow: hidden;
    text-align: left;
}
.prod-information ul.download-list li{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 20px 0;
}
.prod-information ul.download-list a{
    line-height: 24px;
    color: #5c81b9;
    font-size: 18px;
    font-weight: 700;
}
.prod-information ul.download-list a .icon-download{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
    line-height: 24px;
    font-size: 18px;
}
.prod-information ul.download-list a:hover{
    color: #70a2ed;
}
.prod-information ul.download-list a:hover .icon-download{
    color: #70a2ed;
}
.prod-detail{
    overflow: hidden;
    margin: 0 0 35px;
}
.description{
    background: #f5f5f6;
    padding: 29px 20px 55px;
    margin: 0 0 43px;
    border: 1px solid #a0a1a1;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.description p{
    margin: 0 0 23px;
}
.description h4{
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}
.description h4 .divider{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    position: relative;
}
.description h4 .divider:after{
    width: 1px;
    height: 15px;
    background: #1b1b1c;
    position: absolute;
    left: 8px;
    top: 3px;
    content: "";
}
.description ul.spec-list{
    overflow: hidden;
}
.description ul.spec-list li{
    display: block;
    padding: 0 0 1px 10px;
    position: relative;
}
.description ul.spec-list li:before{
    width: 4px;
    height: 4px;
    background: #1b1b1c;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    border-radius: 100%;
}
.description table td, .description table th{
    padding: 6px;
}
.description img{
    max-width: 100%;
}
.other-prods{
    text-align: center;
}
.other-prods h4{
    line-height: 28px;
    color: #2a2a2a;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
}
.other-prods .prod-frame{
    overflow: hidden;
    margin: 0 0 10px;
}
.other-prods .prod-col{
    overflow: hidden;
    margin: 0 20px 20px;
}
.other-prods .prod-col .col-info{
    line-height: 22px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
}
.other-prods .prod-col a.title{
    color: #2a2a2a;
}
.other-prods .prod-col a.title:hover{
    color: #557cb7;
}
.other-prods .prod-col .rate{
    color: #ec030b;
}
.other-prods .align-left{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}
.other-prods .align-left img{
    display: block;
    width: 100%;
    height: auto;
}
.other-prods .align-left a{
    display: inline-block;
    vertical-align: top;
}
.other-prods .align-left a:hover{
    opacity: .8;
}
.cart-table{
    overflow: hidden;
    position: relative;
    width: 100%;
    border-collapse: collapse;
}
.cart-table tr{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #b0b0b2;
}
.cart-table td{
    padding: 0;
}
.cart-table .col-1{
    width: 100%;
    padding: 10px 0;
    float: left;
}
.cart-table .col-1 .img-left{
    width: 25%;
    float: left;
}
.cart-table .col-1 .img-left a{
    display: inline-block;
    vertical-align: top;
}
.cart-table .col-1 .img-left a:hover{
    opacity: .8;
}
.cart-table .col-1 .img-info{
    width: 75%;
    float: left;
    padding: 0 0 0 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}
.cart-table .col-1 .img-info p{
    margin: 0;
}
.cart-table .col-1 .img-info a{
    color: #1b1b1c;
}
.cart-table .col-1 .img-info a:hover{
    color: #688abe;
}
.cart-table .col-1 .rate{
    color: #557cb7;
    font-weight: 700;
}
.cart-table .col-1 del{
    color: #ec030b;
}
.cart-table .col-1 img{
    display: block;
    width: 100%;
    height: auto;
}
.cart-table .col-2{
    width: 100%;
    float: left;
    padding: 0;
}
.cart-table .col-2 .quantity{
    width: 30%;
    float: left;
}
.cart-table .col-2 button[name=update_cart]{
    background-color: #ffffff;
    color: #494949;
    text-transform: uppercase;
    line-height: 15px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
}
.cart-table .col-2 .total-price{
    width: 70%;
    text-align: right;
    float: left;
    padding: 5px 0 0;
}
.cart-table .col-2 .price{
    line-height: 20px;
    color: #688abe;
    margin: 0 0 20px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.cart-table .col-2 button.remove{
    border: none;
    background: none;
    line-height: 12px;
    color: #ec030b;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
}
.cart-table .col-2 button.remove .icon-squared-cross{
    line-height: 14px;
    font-size: 14px;
    padding: 0 0 1px;
    display: inline-block;
    vertical-align: middle;
    color: #ec030b;
}
.cart-table .col-2 button.remove:hover{
    color: #cf050c;
}
.cart-table .col-2 button.remove:hover .icon-squared-cross{
    color: #cf050c;
}
.cart-table tbody{
    overflow: hidden;
}
.cart-table tfoot{
    overflow: hidden;
}
.cart-table tfoot a{
    min-width: 120px;
    padding: 10px;
    margin: 0;
}
.cart-table tfoot .link-list{
    padding: 18px 0;
}
.cart-table tfoot tr{
    border: 0;
}
.cart-prods{
    border: 1px solid #d7d7d7;
    overflow: hidden;
    width: 100%;
    margin: 0 0 22px;
}
.cart-prods dl{
    width: 100%;
    overflow: hidden;
    background: #eeeeef;
    padding: 25px 24px 15px 16px;
    line-height: 22px;
    margin: 0;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
}
.cart-prods dl dt{
    float: left;
    width: 150px;
    padding: 0 5px 10px;
}
.cart-prods dl dt.Red,
.cart-prods dl dt.red{
    color: #ec030b;
}
.cart-prods dl dt.Blue,
.cart-prods dl dt.blue{
    color: #688abe;
}
.cart-prods dl dd{
    text-align: right;
    overflow: hidden;
    margin: 0 0 10px;
    max-width: 142px;
}
.cart-prods dl dd.Red,
.cart-prods dl dd.red{
    color: #ec030b;
    font-weight: 400;
}
.cart-prods dl dd.Blue,
.cart-prods dl dd.blue{
    color: #688abe;
}
.discount-form{
    padding: 17px 21px 24px;
    overflow: hidden;
    text-align: center;
}
.discount-form label{
    line-height: 20px;
    color: #2a2a2a;
    margin: 0 0 10px;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.discount-form label span{
    font-weight: 400;
}
.discount-form .form-row{
    overflow: hidden;
    margin: 0 0 15px;
}
.discount-form .input-col{
    float: left;
    width: 73%;
    padding: 0 9px 0 0;
}
.discount-form input.apply{
    min-width: 60px;
    line-height: 18px;
    font-size: 13px;
    float: left;
    max-width: 70px;
    padding: 9px 10px 10px;
}
.quote-form{
    overflow: hidden;
    width: 100%;
    background: #6592d7;
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin: 0 0 67px;
    position: relative;
    text-align: center;
}
.quote-form:after{
    background: url(/img/img23.png) no-repeat;
    min-height: 84px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    z-index: 0;
    background-size: 100% 100%;
}
.quote-form .form-hold{
    overflow: hidden;
    width: 100%;
    border: 1px solid #a6c0e8;
    padding: 20px 20px 14px;
    position: relative;
    z-index: 2;
    color: #fdfeff;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
}
.quote-form .form-hold p{
    margin: 0 0 8px;
}
.quote-form h4{
    background: url(/img/text-get.png) no-repeat;
    max-width: 207px;
    width: 100%;
    background-size: 100% 100%;
    height: 39px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 40px;
}
.quote-form h4:before{
    content: "\e600";
    line-height: 35px;
    color: #70a2ed;
    position: absolute;
    left: -50px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 0;
    z-index: 2;
    font-size: 45px;
    font-weight: 700;
    font-family: icomoon;
}
.quote-form h4 .text-get{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
.quote-form .form-control{
    height: 38px;
    border-color: #dadada;
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"]{
    box-shadow: none;
}
.quote-form input[type="submit"]{
    min-width: 116px;
    float: left;
    margin: 6px 0 0;
}
.quote-form .form-row{
    text-align: left;
    overflow: hidden;
    margin: 0 0 5px;
}
.quote-form .form-row label{
    line-height: 24px;
    color: #fdfeff;
    text-transform: none;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
#footer{
    background: #29292a;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
#footer:after{
    background: #000000 url(/img/img06.jpg) 50% 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 114px;
    content: "";
}
#footer.add:after{
    display: none;
}
#footer.add .container{
    padding-bottom: 80px;
    padding-top: 44px;
}
#footer .container{
    padding-bottom: 80px;
    padding-top: 158px;
}
#footer address{
    margin: 0 0 18px;
    line-height: 24px;
    color: #fdfcfc;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
#footer address a{
    color: #fdfcfc;
}
#footer address a:hover{
    color: #70a2ed;
}
#footer address span{
    display: block;
}
#footer address .title{
    font-weight: 700;
    display: block;
    font-size: 13px;
}
#footer a.logo{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 24px;
}
#footer a.logo img{
    display: block;
    max-width: 100%;
    height: auto;
}
#footer a.logo:hover{
    opacity: .8;
}
#footer .copyrights{
    color: #ffffff;
    line-height: 23px;
    margin: 0 0 20px;
    word-spacing: -1px;
    font-size: 12px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .copyrights span{
    display: block;
}
#footer .copyrights a{
    color: #ffffff;
}
#footer .copyrights a:hover{
    color: #70a2ed;
}
#footer ul.social-list{
    overflow: hidden;
    letter-spacing: -6px;
    margin: 0 0 -3px -10px;
}
#footer ul.social-list li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 5px 0;
    letter-spacing: 0;
}
#footer ul.social-list a{
    display: inline-block;
    vertical-align: middle;
}
#footer ul.social-list a .icon-twitter,
#footer ul.social-list a .icon-facebook{
    font-size: 28px;
    line-height: 28px;
    color: #70a2ed;
}
#footer ul.social-list a .icon-twitter:hover,
#footer ul.social-list a .icon-facebook:hover{
    color: #557cb7;
}
#footer ul.social-list a .icon-twitter{
    line-height: 35px;
}
#footer ul.footer-links{
    overflow: hidden;
    padding: 0 40px 20px;
    display: inline-block;
    vertical-align: top;
}
#footer ul.footer-links li{
    padding: 4px 8px;
    display: block;
    border-top: 1px solid #353536;
}
#footer ul.footer-links li:first-child{
    border: 0;
    padding: 0 10px;
}
#footer ul.footer-links a{
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
#footer ul.footer-links a:hover{
    color: #70a2ed;
}
#footer .contact-part{
    width: 100%;
}
#footer .contact-part .service-box{
    background: #70a2ed;
    width: 58px;
    height: 58px;
    letter-spacing: 0;
    padding: 15px 0 0 0;
    margin: 0 0 18px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 100%;
    line-height: 16px;
    font-size: 23px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .contact-part .service-box span{
    display: block;
    font-size: 11px;
}
#footer .contact-part .service-box:hover{
    background: #557cb7;
}
#footer .contact-part .contact-info{
    display: block;
}
#footer .contact-part .conatct-row{
    line-height: 30px;
    color: #a4895f;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .contact-part .conatct-row a{
    color: #a4895f;
}
/* custom radio styles */
.jcf-radio{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 100%;
    margin: -3px 0 0;
    height: 24px;
    width: 24px;
}
.jcf-radio span{
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #1e2830;
    border-radius: 100%;
}
.jcf-radio input[type="radio"]{
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.jcf-radio.jcf-checked span{
    display: block;
}
/* custom checkbox styles */
.jcf-checkbox{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 100%;
    margin: -3px 0 0;
    height: 24px;
    width: 24px;
}
.jcf-checkbox span{
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #1e2830;
    border-radius: 100%;
}
.jcf-checkbox input[type="checkbox"]{
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.jcf-checkbox.jcf-checked span{
    display: block;
}
/* custom select styles */
.jcf-select{
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #dadada;
    background: #ffffff;
    margin: 0;
    width: 100%;
    height: 38px;
}
.jcf-select select{
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select .jcf-select-text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 38px;
    margin: 0 35px 0 15px;
}
.jcf-select .jcf-select-opener{
    position: absolute;
    text-align: center;
    background: #ffffff;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-select .jcf-select-opener:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #808080 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -3px 0 0;
    content: "";
}
body > .jcf-select-drop{
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped{
    margin: 1px 0 0;
}
.jcf-select .jcf-select-drop{
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-select .jcf-drop-flipped{
    bottom: 100%;
    top: auto;
}
.jcf-select-drop .jcf-select-drop-content{
    border: 1px solid #dadada;
}
/* multiple select styles */
.jcf-list-box{
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
/* select options styles */
.jcf-list{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #ffffff;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
}
.jcf-list .jcf-option.jcf-option-hideme{
    display: none;
}
.jcf-list .jcf-list-content{
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.jcf-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.jcf-list ul li{
    overflow: hidden;
    display: block;
}
.jcf-list .jcf-overflow{
    overflow: auto;
}
.jcf-list .jcf-option{
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
}
.jcf-list .jcf-disabled{
    background: #ffffff !important;
    color: #aaaaaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected{
    background: #e6e6e6;
    color: #000000;
}
.jcf-list .jcf-optgroup-caption{
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000000;
}
.jcf-list .jcf-optgroup .jcf-option{
    padding-left: 30px;
}
.error input[type="text"],
.error input[type="email"],
.error input[type="tel"],
.error input[type="password"],
.error textarea,
.error .jcf-select{
    border: 1px solid #ff0000 !important;
}
@media all and (min-width: 768px){
    .header-top{
        text-align: left;
    }
    .header-top .container{
        padding: 10px 0 25px;
    }
    .header-top .logo{
        margin: 0;
    }
    .header-top .user-links{
        background: none;
    }
    .header-top .user-links > li.name a .name-text{
        display: block;
    }
    .header-top .user-links > li.name a .icon-user{
        display: none;
    }
    .header-top .user-links ul.name-drop{
        right: 0;
        margin: 0;
    }
    .header-top .user-links ul.name-drop:after{
        right: 8px;
    }
    .nav-area{
        position: static;
        background: #2a2a2a;
    }
    .nav-area .search-form{
        margin: -50px 0 0;
        float: right;
        width: 63.1%;
    }
    .nav-area .navbar-collapse{
        position: static;
        padding: 0;
        background: none;
    }
    .navbar-nav{
        float: right;
        padding: 0;
    }
    .navbar-nav > li{
        padding: 12px 0 12px 25px;
        position: relative;
    }
    .navbar-nav > li > a{
        padding: 0;
    }
    .navbar-nav > li.sub-menu a{
        padding: 0 20px 0 0;
    }
    .navbar-nav > li.sub-menu.active a:after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 10px 15px;
        border-color: transparent transparent #3c3c3d transparent;
        position: absolute;
        bottom: -17px;
        right: -10px;
        content: "";
    }
    .navbar-nav > li ul.drop-down{
        border: 0;
        background: #3c3c3d;
        width: 329px;
        left: 24px;
        z-index: 3;
        top: 100%;
        position: absolute;
        padding: 22px 0 28px;
        border: 0;
        margin: 0;
    }
    .navbar-nav > li ul.drop-down > li{
        margin: 0;
    }
    .navbar-nav > li ul.drop-down > li > a{
        display: block;
        color: #fdfcfc;
        padding: 9px 28px;
    }
    .navbar-nav > li ul.drop-down > li > a:hover{
        background: #333334;
        color: #fdfcfc !important;
    }
    #main .contact-part{
        float: right;
    }
    #main .contact-part .phone:hover .icon-telephone,
    #main .contact-part .phone:hover a.tel{
        color: #a4895f;
    }
    .promo .promo-info{
        padding: 0 0 60px;
        line-height: 26px;
        font-size: 20px;
    }
    .promo .promo-info h1{
        line-height: 28px;
        font-size: 25px;
    }
    .promo .contact-part{
        float: right;
        padding: 16px 0 52px 5px;
    }
    .promo .promo-img{
        float: right;
    }
    .promo .promo-img .img-caption{
        line-height: 32px;
        font-size: 35px;
        left: -25px;
        top: -49px;
    }
    .promo .promo-img .img-caption span{
        width: 128px;
        height: 128px;
        padding: 35px 6px 0;
    }
    .feartured-area{
        background-position: 50% 0;
    }
    .feartured-area .container{
        padding-top: 108px;
        padding-bottom: 112px;
    }
    .feartured-area .info{
        line-height: 23px;
    }
    .feartured-area .box-info{
        padding: 25px 17px 19px;
    }
    .feartured-area .box-info .rate{
        line-height: 30px;
        font-size: 18px;
        padding: 2px 3px 8px;
    }
    .feartured-area span.btn-view{
        padding: 14px 15px;
        min-width: 190px;
    }
    .feartured-area a.fearture-box{
        margin: 0;
    }
    .feartured-area .img-box{
        height: 310px;
        padding: 0 10px;
    }
    .feartured-area .img-box img{
        width: 100%;
        max-width: inherit;
    }
    .about-block .contact-part{
        padding: 25px 0 5px;
    }
    .create-account .contact-part{
        padding: 33px 0 9px;
    }
    .create-account .head-part{
        margin: 0 0 26px;
        text-align: left;
    }
    .create-account h2{
        margin: 0 0 6px;
        font-size: 32px;
        line-height: 40px;
    }
    .create-account h2 span{
        padding: 0 22px 0 0;
    }
    .create-account .login-info p{
        margin: 0 0 35px;
    }
    .create-account.add .contact-part{
        padding: 26px 0 66px;
    }
    .account-form p{
        margin: 0 0 27px;
    }
    .account-form .form-row.add{
        margin: 0 0 10px -26px;
    }
    .account-form .form-row .col-1{
        width: 55.5%;
        float: left;
        padding: 0 0 0 26px;
    }
    .account-form .form-row .col-2{
        width: 44.4%;
        float: left;
        padding: 0 0 0 26px;
    }
    .account-form .pull-right{
        float: right !important;
    }
    .account-form .col-left{
        margin: 0 0 96px;
    }
    .account-form .btn-hold{
        margin: 0 0 50px;
        padding: 21px 14px 0 0;
    }
    .login-form{
        padding: 41px 38px 25px;
        margin: 17px 0 0;
    }
    .order-section .contact-part{
        padding: 14px 0 22px;
    }
    .order-section .steps-part{
        text-align: right;
    }
    .order-section .steps-part .title{
        padding: 3px 15px 0 0;
        font-size: 16px;
    }
    .order-section .steps-part ul.steps-list li{
        padding: 3px 0 0 17px;
    }
    .order-section .head-part{
        margin: 0 0 26px;
    }
    .order-section .head-part .order-no{
        font-size: 34px;
        line-height: 36px;
        text-align: left;
    }
    .order-section h2{
        margin: 0 0 6px;
        font-size: 28px;
        line-height: 32px;
        text-align: left;
    }
    .order-section h2 span{
        padding: 0 15px 0 0;
        font-size: 42px;
        line-height: 42px;
    }
    .order-section .new-customer:after{
        position: absolute;
        width: 1px;
        bottom: 0;
        top: 0;
        height: 100%;
        left: auto;
        right: -40px;
        content: "";
    }
    .order-section .new-customer:before{
        top: 50%;
        margin: -25px 0 0;
        right: -65px;
        left: auto;
    }
    .billing-form{
        margin: 0;
    }
    .billing-form .form-row.add{
        margin: 0 0 10px -26px;
    }
    .billing-form .form-row .col-1{
        width: 55.5%;
        float: left;
        padding: 0 0 0 26px;
    }
    .billing-form .form-row .col-2{
        width: 43.5%;
        float: left;
        padding: 0 0 0 26px;
    }
    .billing-form .main-form.add{
        position: relative;
    }
    .billing-form .main-form.add:after{
        position: absolute;
        left: 45.5%;
        top: 26px;
        bottom: 0;
        display: block;
        background: #dadada;
        width: 1px;
        content: "";
    }
    .billing-form .btn-area input[type="submit"],
    .billing-form .btn-area a{
        min-width: 190px;
        max-width: 190px;
    }
    .billing-form .code-part{
        padding: 3px 0 0;
    }
    .billing-form .select-method{
        border: 0;
        padding: 2px 0 0;
    }
    .billing-form .pay-part a.info{
        right: 1px;
    }
    .billing-form .check-box{
        margin: 0 0 40px;
    }
    .confirm-order{
        margin: 0 0 50px;
    }
    .confirm-order ul.btns-list li{
        float: left;
        padding: 0 23px 0 0;
    }
    .confirm-order h3{
        margin: 0 0 2px;
    }
    .confirm-order p{
        margin: 0 0 41px;
    }
    .overview .overview-info{
        margin: 0;
    }
    .history-area{
        padding: 0;
    }
    .history-area ul.history-list .order-info{
        width: 66.9%;
        padding: 15px 10px;
    }
    .history-area ul.history-list .total-price{
        width: 33%;
        min-height: 0;
        background: #eeeeef;
        padding: 31px 10px 0 20px;
        line-height: 30px;
        font-size: 18px;
    }
    .history-area ul.history-list .total-price .price{
        padding: 0;
    }
    .side-holder{
        float: left;
        text-align: left;
        width: 262px;
    }
    .sidebar{
        display: inline-block;
        vertical-align: top;
        width: 262px;
        float: left;
    }
    .sidebar a.side-opener{
        display: none;
    }
    .sidebar h3{
        margin: 0 0 18px;
        display: block;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
    }
    ul.breadcrumbs{
        margin: 0 0 28px;
    }
    ul.breadcrumbs li{
        padding: 0 20px 0 0;
        font-size: 15px;
    }
    ul.breadcrumbs li:before{
        left: -10px;
        height: 15px;
    }
    ul.breadcrumbs.add li{
        font-size: 14px;
    }
    ul.breadcrumbs.add a{
        font-size: 14px;
    }
    .product-block ul.breadcrumbs{
        margin: 0 0 28px;
    }
    .product-block.add ul.breadcrumbs{
        margin: 0 0 29px;
    }
    .product-block .head-hold{
        overflow: hidden;
    }
    .product-block .prod-head{
        margin: 0 0 36px;
    }
    .product-block .prod-head p{
        margin: 0 0 33px;
    }
    .product-block .prod-head h2{
        line-height: 34px;
        font-size: 32px;
        margin: 0 0 18px;
    }
    .product-block .prod-holder{
        margin: 0 0 70px;
    }
    .prod-filter{
        margin: 0;
    }
    .prod-filter label{
        width: auto;
        padding: 4px 0 0;
    }
    .prod-filter .sort-col{
        padding: 0 20px 18px 0;
    }
    .prod-area{
        width: auto;
        padding: 0;
    }
    .prod-area .container{
        padding-top: 108px;
        padding-bottom: 112px;
    }
    .prod-area .info{
        line-height: 17px;
    }
    .prod-area .box-info{
        padding: 16px 14px 12px;
    }
    .prod-area .box-info .rate{
        line-height: 20px;
        font-size: 13px;
        padding: 2px 3px 6px;
    }
/*    .prod-area .row{
        letter-spacing: -6px;
    }*/
    .prod-area .row .col-sm-6,
    .prod-area .row .col-md-4{
        float: none;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
    }
    .prod-area span.btn-view{
        padding: 14px 15px;
        min-width: 190px;
    }
    .prod-area a.fearture-box{
        margin: 0;
    }
    .prod-area .img-box{
        height: 170px;
    }
    .prod-area .img-box img{
        width: 100%;
        max-width: inherit;
    }
    .prod-area .align-center{
        height: 170px;
    }
    .prod-area .align-center img{
        display: block;
        width: 100%;
        height: auto;
        width: auto;
        max-width: 100%;
    }
    .prod-area.add{
        padding: 0 0 0 262px;
    }
    .prod-information .select-part{
        width: 60%;
        display: inline-block;
        vertical-align: middle;
    }
    .prod-information .select-part label{
        width: 40%;
    }
    .prod-information .quantity-part{
        margin: 0 0 30px;
    }
    .prod-information ul.download-list li{
        padding: 0 0 5px;
    }
    .prod-detail{
        margin: 0 0 40px 0;
    }
    .description{
        padding: 45px 50px 43px;
        margin: 0 0 53px;
    }
    .description p{
        margin: 0 0 22px;
    }
    .description h4{
        margin: 0 0 7px;
    }
    .description ul.spec-list li{
        padding: 0 0 1px 15px;
    }
    .description ul.spec-list li:after{
        top: 13px;
        left: 4px;
    }
    .other-prods{
        text-align: left;
    }
    .other-prods .prod-col{
        margin: 0 0 20px;
        letter-spacing: -6px;
    }
    .other-prods .prod-col .col-info{
        letter-spacing: 0;
        padding: 0 0 0 15px;
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .other-prods .align-left{
        letter-spacing: 0;
        width: 40%;
    }
    .cart-table .col-1{
        padding: 7px 0 10px;
        width: 65%;
    }
    .cart-table .col-1 .img-left{
        width: 20%;
        float: left;
        padding: 6px 0 0;
    }
    .cart-table .col-1 .img-info{
        padding: 0 5px 0 38px;
        width: 80%;
    }
    .cart-table .col-1 .img-info p{
        margin: 0 0 5px;
    }
    .cart-table tr{
        display: block;
        margin: 0 0 22px;
    }
    .cart-table .col-2{
        padding: 17px 0 0;
        width: 35%;
    }
    .cart-table .col-2 .total-price{
        width: 55%;
        padding: 10px 0 0;
    }
    .cart-table .col-2 .price{
        margin: 0 0 17px;
    }
    .cart-table .col-2 .quantity{
        width: 45%;
    }
    .cart-prods dl{
        padding: 23px 10px;
        font-size: 16px;
    }
    .cart-prods dl dt{
        width: 130px;
    }
    .discount-form{
        padding: 22px 10px;
    }
    .discount-form .input-col{
        width: 66%;
    }
    .discount-form label{
        font-size: 16px;
        text-align: left;
    }
    .quote-form{
        margin: 0 0 32px;
    }
    .quote-form h4{
        margin: 0 0 20px 13px;
    }
    .quote-form h4:before{
        left: -30px;
        line-height: 30px;
        font-size: 30px;
        top: 5px;
    }
    #footer{
        text-align: left;
    }
    #footer .container{
        padding-top: 163px;
        padding-bottom: 7px;
    }
    #footer .row{
        letter-spacing: -6px;
    }
    #footer .col-sm-6{
        float: none;
        display: inline-block !important;
        vertical-align: top !important;
        letter-spacing: 0;
        margin: 0 0 20px;
    }
    #footer ul.footer-links{
        padding: 0 40px 20px 0;
    }
    #footer.add .container{
        padding-top: 49px;
        padding-bottom: 7px;
    }
    #footer .copyrights{
        line-height: 25px;
        margin: 0 0 29px;
    }
    #footer .copyrights span{
        display: inline;
    }
    #footer .contact-part{
        letter-spacing: -6px;
        padding: 8px 0 0;
    }
    #footer .contact-part .service-box{
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }
    #footer .contact-part .conatct-row{
        font-size: 21px;
    }
    #footer .contact-part .contact-info{
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        padding: 0 0 0 20px;
        width: 85%;
        margin: 0 -25px 0 0;
    }
}
@media all and (min-width: 1023px){
    .prod-information .select-part{
        margin: 0;
    }
}
@media all and (min-width: 1025px){
    .header-top .container{
        padding-bottom: 10px;
        padding-top: 8px;
    }
    .header-top .logo{
        width: 288px;
        height: 104px;
        margin: 3px 0 0 2px;
    }
    .header-top .user-links{
        padding: 0 10px 74px 0;
    }
    .nav-area .search-form{
        margin: -62px 0 0;
        width: 37.7%;
    }
    .navbar-nav > li{
        padding: 14px 0 15px 40px;
    }
    .promo .promo-img{
    }
    .promo .promo-img img{
        width: auto;
        max-width: 100%;
    }
    .promo .promo-info{
        line-height: 36px;
        font-size: 24px;
    }
    .promo .promo-info h1{
        line-height: 48px;
        font-size: 40px;
        margin: 0 0 11px;
    }
    .promo .promo-info p{
        margin: 0 0 17px;
    }
    .order-section .steps-part{
        padding: 18px 0 0;
    }
    .order-section .steps-part .title{
        padding: 2px 5px 0 0;
    }
    .order-section .steps-part ul.steps-list li{
        padding: 3px 0 0 36px;
    }
    .order-section .steps-part ul.steps-list a{
        width: 28px;
        height: 28px;
        font-size: 16px;
        line-height: 28px;
    }
    .order-section .head-part{
        margin: 0 0 60px;
        padding: 0 0 41px;
    }
    .order-section.cart .head-part{
        margin: 0 0 41px;
    }
    .order-section.cart .head-part .contact-part{
        padding: 14px 0 31px;
    }
    .order-section ul.links-list{
        text-align: left;
    }
    .order-section ul.links-list li{
        padding: 0;
        margin: 0 2px 0 0;
    }
    .order-section .new-customer p{
        margin: 0 0 68px;
    }
    .order-section .new-customer:before{
        right: -78px;
    }
    .order-section .new-customer:after{
        right: -54px;
        top: 5px;
    }
    .order-section h3{
        font-size: 32px;
        margin: 0 0 6px;
    }
    .order-section .right-form{
        padding: 0 0 85px;
    }
    .order-section .right-form h3{
        margin: 0 0 23px;
    }
    .order-section h2 .txt{
        max-width: 88%;
    }
    .order-section .holder{
        overflow: hidden;
        margin-bottom: 50px;
    }
    .order-section .contact-part.cart{
        padding: 14px 0 31px;
    }
    .billing-form{
        margin: -16px 0 0;
    }
    .billing-form .top-caption{
        padding: 17px 7px 16px 28px;
        line-height: 25px;
        margin: 0 0 42px;
    }
    .billing-form .method-aera{
        padding-bottom: 21px;
        margin: 0 0 6px;
    }
    .billing-form .method-aera p{
        margin: 0 0 29px;
    }
    .billing-form .method-aera .select-hold{
        max-width: 333px;
    }
    .billing-form .main-form{
        margin-bottom: 25px;
    }
    .billing-form .main-form p{
        margin: 0 0 27px;
    }
    .billing-form .main-form .col-right p{
        margin: 0 0 35px;
    }
    .billing-form .main-form.add{
        margin-bottom: 52px;
    }
    .billing-form .main-form.add:after{
        left: 41.8%;
    }
    .billing-form .select-method p,
    .billing-form .code-part p{
        margin: 0 0 30px;
    }
    .billing-form .btn-area{
        padding-top: 21px;
        padding-bottom: 94px;
    }
    .billing-form .login-part p{
        margin: 0 0 15px;
    }
    .billing-form .pay-part h3{
        margin: 0 0 30px;
    }
    .billing-form .pay-part .input-row.add{
        margin: 0 0 15px -15px;
    }
    .billing-form .pay-part .input-row .col1{
        padding: 0 0 0 15px;
        width: 30%;
        float: left;
    }
    .billing-form .pay-part .input-row .col2{
        padding: 0 0 0 15px;
        width: 40%;
        float: left;
    }
    .confirm-order{
        margin: -3px 0 50px;
    }
    .overview .overview-info{
        margin: 0;
        letter-spacing: -6px;
    }
    .overview .overview-info h3{
        font-size: 27px;
        line-height: 37px;
    }
    .overview .info-box{
        width: 50%;
        float: none;
        padding: 0 5px 18px 0;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
    }
    .overview .btn-area{
        padding-top: 29px;
        padding-bottom: 84px;
    }
    .overview .btn-area input[type="submit"],
    .overview .btn-area a{
        min-width: 190px;
        max-width: 190px;
    }
    .overview-side{
        margin: 4px 0 86px;
    }
    .overview-side .prods-list .img-box{
        width: 22%;
        padding: 20px 0 0;
    }
    .overview-side .prods-list li{
        padding: 5px 0;
    }
    .overview-side .prods-list .quantity{
        width: 20%;
        padding: 2px 0 0;
        text-align: center;
    }
    .overview-side .prods-list .quantity .rate,
    .overview-side .prods-list .quantity select{
        display: block;
    }
    .overview-side .prods-list .quantity .number{
        width: 100%;
    }
    .overview-side .prods-list .quantity .rate{
        width: 100%;
        max-width: inherit;
        padding: 0;
        text-align: center;
    }
    .overview-side .prods-list .quantity .update{
        display: none;
    }
    .overview-side .prods-list .title{
        display: block;
        letter-spacing: 0;
        font-weight: 700;
    }
    .overview-side .prods-list .prod-info{
        padding: 15px 10px 0 20px;
        width: 58%;
    }
    .overview-side .prods-list .prod-info p{
        margin: 0 0 8px;
    }
    .overview-side .total-info{
        padding: 40px 30px 49px;
    }
    .history-area .history{
        padding: 0 48px 0 0;
    }
    .history-area ul.history-list .order-no{
        padding: 0 0 9px;
    }
    .history-area ul.history-list .order-info{
        padding: 31px 36px 28px;
    }
    .history-area ul.history-list time{
        margin: 0 0 15px;
    }
    .history-area ul.history-list .total-price .price{
        float: right;
    }
    .product-block{
        overflow: hidden;
    }
    .product-block .head-hold{
        overflow: hidden;
    }
    .product-block .contact-part{
        padding: 10px 0 22px;
    }
    .product-block.add .contact-part{
        padding: 21px 0 11px;
    }
    .prod-filter .sort-col{
        padding: 0 35px 18px 0;
    }
    .prod-area{
        padding: 0;
    }
    .prod-area.add{
        padding: 0;
    }
    .prod-information ul.download-list{
        text-align: right;
        margin: 0 0 30px;
    }
    .prod-information ul.download-list li{
        padding: 0 0 0 15px;
    }
    .prod-information ul.download-list a{
        font-size: 15px;
    }
    .prod-information .select-part label{
        width: 37%;
    }
    .prod-information .head-info{
        padding: 48px 0 22px;
        margin: 0 0 30px;
    }
    .prod-information .quantity-part{
        margin: 0 0 70px;
    }
    .prod-information h3{
        line-height: 26px;
        margin: 0 0 24px;
    }
    .prod-information dl dt{
        width: 165px;
    }
    .other-prods{
        margin: 0 0 69px;
    }
    .other-prods .align-left{
        width: 28%;
        margin: 5px 0 15px;
    }
    .other-prods .prod-col .col-info{
        width: 70%;
        padding: 0 0 0 19px;
    }
    .other-prods .prod-frame{
        margin: 0 0 25px;
    }
    .other-prods h4{
        margin: 0 0 37px;
    }
    .cart-table tfoot a{
        min-width: 143px;
        margin: 0 13px 0 0;
        padding: 9px 18px;
    }
    .cart-table tfoot .link-list{
        padding: 11px 0;
    }
    .cart-table .col-2{
        padding: 17px 0 0 48px;
    }
    .cart-table .col-2 .quantity{
        width: 35%;
    }
    .cart-table .col-2 .total-price{
        width: 65%;
    }
    .cart-prods dl{
        padding: 23px 23px 17px;
        font-size: 18px;
    }
    .cart-prods dl dt{
        width: 150px;
    }
    .discount-form{
        padding: 17px 15px 24px;
    }
    .discount-form .input-col{
        width: 70%;
    }
    .discount-form label{
        font-size: 18px;
        display: block;
        text-align: left;
    }
    .quote-form h4{
        margin: 0 0 15px 40px;
    }
    .quote-form h4:before{
        left: -50px;
        line-height: 35px;
        font-size: 45px;
        top: 0;
    }
    #footer .row{
        letter-spacing: 0;
    }
    #footer .col-sm-6{
        float: left !important;
        margin: 0;
    }
    #footer ul.footer-links{
        padding: 0 10px 20px;
        width: 100%;
    }
    #footer .contact-part .conatct-row{
        font-size: 18px;
    }
    .tel{
    }
}
@media all and (min-width: 1085px){
    #footer .copyrights span{
        display: block;
    }
    #footer .contact-part .conatct-row{
        font-size: 21px;
    }
    #footer ul.footer-links{
        padding: 0 40px 20px;
    }
}
@media all and (max-width: 767px){
    body{
        background: #fefdfd !important;
    }
    #header{
        text-align: center;
    }
    #header .phone{
        width: 300px;
        margin: 0 auto;
        text-align: center;
        float: none !important;
    }
    .order-section .same,
    .order-section .same-h{
        height: auto !important;
    }
    .sidebar{
        text-align: center;
    }
    .sidebar a.side-opener{
        display: inline-block;
        vertical-align: top;
        min-width: 201px;
        height: 40px;
        border: 1px solid #dadada;
        line-height: 28px;
        padding: 5px 25px 0 10px;
        color: #343434;
        margin: 0 0 28px;
        position: relative;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }
    .sidebar a.side-opener:hover{
        color: #70a2ed;
    }
    .sidebar a.side-opener:after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #808080 transparent transparent;
        position: absolute;
        top: 50%;
        margin: -3px 0 0;
        right: 11px;
        content: "";
    }
    .sidebar .side-drop{
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        max-height: 0;
        z-index: 2;
        overflow: hidden;
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
    }
    .sidebar .side-drop ul.categories{
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        background: #ffffff;
        padding: 15px 0 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .sidebar.side-active a.side-opener{
        margin: 0;
    }
    .sidebar.side-active .side-drop{
        max-height: 4000px;
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
    }
    .sidebar.side-active .side-drop ul.categories{
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .product-block .prod-head{
        display: table;
        border-bottom: 1px solid #70a2ed;
    }
    .product-block .head-hold{
        display: table-header-group;
        width: 100%;
    }
}
@media print{
    a.tel:after{
        content: "" !important;
    }
    body{
        background: #ffffff !important;
        line-height: 2em;
    }
    #header .phone{
        display: inline-block;
        vertical-align: middle;
        padding: 25px 0 0 11px;
        float: right;
        color: #8e8e8e !important;
    }
    #header .phone a.tel{
        line-height: 32px;
        color: #8e8e8e !important;
        font-size: 30px;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
    }
    #header .phone .icon-telephone{
        color: #8e8e8e !important;
        font-size: 25px;
        display: inline-block;
        vertical-align: top;
        padding: 0 7px 0 0;
        line-height: 32px;
    }
    #header .phone .icon-telephone:before{
        color: #8e8e8e !important;
    }
    .overview-side{
        width: 100%;
    }
    .overview-side .prods-list .img-box{
        width: 22%;
        padding: 20px 0 0;
    }
    .overview-side .prods-list li{
        padding: 5px 0;
    }
    .overview-side .prods-list .quantity{
        width: 20%;
        padding: 2px 0 0;
        text-align: center;
    }
    .overview-side .prods-list .quantity .rate,
    .overview-side .prods-list .quantity .qty{
        display: block;
    }
    .overview-side .prods-list .quantity .number{
        width: 100%;
    }
    .overview-side .prods-list .quantity .rate{
        display: none;
    }
    .overview-side .prods-list .quantity .update{
        display: none;
    }
    .overview-side .prods-list .title{
        display: block;
        letter-spacing: 0;
        font-weight: 700;
    }
    .overview-side .prods-list .prod-info{
        padding: 15px 10px 0 20px;
        width: 58%;
    }
    .overview-side .jcf-select{
        border: 0;
    }
    .overview-side .jcf-select .jcf-select-text{
        margin: 0;
        text-align: center;
    }
    .overview-side .jcf-select .jcf-select-opener:after{
        display: none;
    }
    .overview-side .total-info{
        padding: 40px 30px 49px;
        background: #eeeeef !important;
    }
    .overview{
        width: 100%;
    }
    .overview .overview-info{
        margin: 0;
    }
    .overview .overview-info h3{
        font-size: 20px;
    }
    .overview .info-box{
        float: left;
        width: 50%;
        font-size: 16px;
        color: #2a2a2a !important;
        margin: 0 0 2em 0;
    }
    .overview .info-box address span{
        display: block;
    }
    .overview .info-box address{
        margin: 0;
    }
    .overview .confirm{
        margin: 0 0 20px;
        color: #2a2a2a !important;
    }
    .overview .confirm .order-time{
        line-height: 25px;
        font-size: 18px;
    }
}
.help-inline{
    float: left;
    color: rgb(236, 3, 11);
}
.js-tabs{
    display: none;
}
.generic-border-bottom{
    border-bottom: 1px solid #dadada;
    margin-bottom: 3em;
}
.clearfix{
    clear: both;
}
.order-details-area:after{
    page-break-after: always;
}
.side-hold .row-text p{
    margin: 0;
    display: inline-block;
}
