<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    position: relative;
    font-family: 'Open sans',sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #081f38;
    letter-spacing: 1px;
}
h1, .h1 { font-size: 26px; margin-bottom: 22px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 17px; }
img{
    max-width: 100%;
}
p strong, p b{
    color: #000;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
}
ul li:before{
    position: absolute;
    content: "";
    top: 10px;
    left: -20px;
    width: 4px;
    height: 4px;
    background: #df1136;
    border-radius: 50%;
}
h1.home-heading,
h3.home-heading{
    margin-top: 25px;
    margin-bottom: 35px;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #081f38;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2.home-heading{
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    font-size: 26px;
    color: #081f38;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 40px;
}
h2.home-heading strong{
    color: #df1136;
    font-weight: 900;
}
#header{
    float: left;
    width: 100%;
}
#header-top, #header-middle{
    float: left;
    width: 100%;
}
#header-top{
    border-bottom: 2px solid #edf2f7;
}
#header-top .login-box{
    float: left;
    margin: 10px 0;
}
#header-top .login-box a{
    margin-right: 45px;
    font-size: 13px;
}
#header-top .lang-box{
    float: left;
    margin: 6px 0;
}
#header-top .lang-box a{
    display: inline-block;
    text-transform: uppercase;
    margin: 4px 0 4px 12px;
    font-size: 13px;
    font-weight: 700;
}
#header-top .lang-box a.active{
    background: #f4f6f8;
    border: 2px solid #ebf0f4;
    color: #02203f;
    font-weight: 700;
    padding: 2px 7px;
    font-size: 13px;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 0 0 17px;
}
#header .contact-text{
    font-size: 13px;
    color: #565353;
    padding: 10px 0;
}
#header-middle{
    padding: 22px 0 24px;
}
#header-middle .cart-box &gt; a{
    position: relative;
    display: inline-block;
    padding: 27px 45px 27px 90px;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    background: url(../../images/web/icons/cart.png) no-repeat center left;
}
#header-middle .cart-box &gt; a:after{
    content: "\f101";
    position: absolute;
    font-family: FontAwesome;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #e01e3b;
    font-size: 24px;
    font-weight: normal;
}
#header-middle .cart-box .quantity{
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 12px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 14px;
    color: #fff;
    background: #02203f;
    text-align: center;
    line-height: 24px;
}
#header-middle .search-box{
    margin: 17px 100px 17px 0;
}
#header-middle .search-box .btn-blue{
    padding: 12px 22px;
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
}
#header .contact-text *{
    margin: 0;
}
#header-middle .quality-img{
    float: left;
    margin: 10px 100px 10px 0;
}
footer{
    float: left;
    width: 100%;
    background: #0c1f38;
    color: #828ea0;
    font-weight: 600;
    margin-bottom: 60px;
    border-radius: 4px;
    margin-top: 40px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.p-top-30{
    padding-top: 30px;
}
.p-bottom-15{
    padding-bottom: 15px;
}
.p-bottom-35{
    padding-bottom: 35px;
}
a.link-icon{
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
}
a.link-icon i{
    margin-left: 12px;
}
#footer-top{
    padding-top: 40px;
    padding-bottom: 50px;
}
#footer-top h5{
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 28px;
    font-size: 15px;
}
#footer-top ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0;
    list-style: none;
}
#footer-top ul li{
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin: 0 0 12px;
}
#footer-top ul li a{
    text-decoration: underline;
    color: #828ea0;
}
#footer-top ul li:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 2px;
    width: 4px;
    height: 4px;
    background: #df1136;
    border-radius: 50%;
}
#footer-top p{
    line-height: 28px;
}
#footer-top .contact-block &gt; span{
    display: block;
    padding: 5px 0 5px 35px;
    position: relative;
}
#footer-top .contact-block .phone{
    color: #fff;
    font-weight: 600;
    background: url(../../images/web/icons/phone-footer.png) no-repeat left center;
}
#footer-top .contact-block .mail{
    background: url(../../images/web/icons/mail-footer.png) no-repeat left center;
}
#footer-top .contact-block .mail a{
    font-weight: 600;
    text-decoration: underline;
}
#footer-bottom{
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
}
#footer-middle{
    padding: 16px 0;
}
#footer-middle img{
    padding-right: 25px;
    border-right: 2px dotted #667991;
    margin-right: 22px;
}
#footer-middle a{
    color: #828ea0;
}
#footer-middle span{
    display: inline-block;
    position: relative;
    top: 1px;
}
#footer-bottom:after,#footer-middle:after{
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 60px);
    background: #314763;
    top: 0;
    left: 30px;
}
#footer-bottom a{
    color: #828ea0;
    text-decoration: underline;
}
.footer-text-logo{
    float: left;
    margin-top: 12px;
}
.footer-text-logo img{
    padding: 2px 25px 3px 0;
    border-right: 2px dotted #667991;
    margin-right: 22px;
}
a, a:focus{   
    color: #da1739;
    text-decoration: underline;
}
a:hover{
    color: #da1739;
    text-decoration: none;
}
#logo{
    float: left;
    margin: 8px 0px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.navbar-toggle{
    margin: 30px 15px;
}
.nav{
    margin: 22px 0;
}
.navbar-brand{
    height: auto;
}
/*#tracy-debug {
    display: none!important;
}*/ 
.error-template h1{
    margin: 0;
    padding: 50px 0 15px 0;
}
.error-template h2{
    margin: 0 0 20px;
    padding: 0;
}
.error-template .error-details{
    margin-bottom: 15px;
}
.error-template .error-actions{
    margin-bottom: 50px;
}
.error-template .error-actions a span{
    margin-right: 10px;
}
.error{
    font-size: 12px;
    background: #f2dede;
    padding: 6px 13px;
    margin-top: 10px;
    display: block;
    border-radius: 4px;
    border: 1px solid #ebccd1;
}
#ajax-spinner{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5) url(../../images/spinner.gif) center center no-repeat;
    top: 0;
    left: 0;
    z-index: 99999;
}
.required:after{
    content:'*';
    margin-left:5px;
    color:#dd4b39;
}
i.icon-lg{
    font-size: 35px;
    margin: 5px 0 0;
    color: #474747;
}
.thumbnail h3{
    margin-bottom: 15px;
}

.no-wrap{
    width: 1%;
    white-space: nowrap;
}
#list-group-tree-wrapper{
    padding: 0 15px;
    margin-bottom: 40px;
}
.list-group-tree-heading{
    font-family: 'Roboto',sans-serif;
    margin: 10px 0 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    color: #081f38;
}
.list-group-tree li:before{
    content: none;
}
.list-group-tree,
.list-group-tree ul{
    padding-left: 0;
    list-style: none;
}
.list-group-tree{
    margin: 5px -15px 60px;
}
.list-group-tree ul{
    display: none;
    margin: 0;
    padding: 0;
    background: #ddd;
}
.list-group-tree &gt; li &gt; ul{
    padding-left: 0;
    border-right: 2px solid #f4f6f8;
    background: #fff;
}
.list-group-tree li &gt; a {
    position: relative;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    display: block;
    padding: 14px 55px 14px 35px;
    text-decoration: none;
    border-bottom: 2px solid #ebf0f4;
    color: #081f38;
    font-weight: 900;
    text-transform: uppercase;
}
.list-group-tree ul &gt; li &gt; a{    
    background: transparent;
    border-bottom: 2px dotted #ebf0f6;
    text-transform: initial;
    color: #02203f;
}
.list-group-tree ul &gt; li &gt; a i{
    font-size: 6px;
    margin-right: 12px;
    position: relative;
    top: -3px;
}
.list-group-tree ul ul{
    display: none!important;
}
.list-group-tree ul &gt; li:last-child a{
    border-bottom: 0;
}
.list-group-tree .spacer{
    width: 14px;
    display: inline-block;
}
.list-group-tree &gt; li &gt; a:hover,
.list-group-tree &gt; li.active &gt; a{
    color: #da1739;
}
.list-group-tree ul &gt; li &gt; a:hover,
.list-group-tree ul &gt; li.active &gt; a{
    color: #e01e3b;
}
.list-group-tree .active ul {
    display: block;
}
.list-group-tree .show-more{
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 11px;
    border: 2px solid #e4e9ee;
    border-radius: 7px;
    cursor: pointer;
    z-index: 50;
    text-align: center;
    line-height: 30px;
}
.list-group-tree .show-more:before{
    content: "\f0d7";
    font-family: FontAwesome;
    color: #e51937;
    position: relative;
    top: -1px;
    left: 1px;
}
.list-group-tree .active .show-more:before{
    content: "\f0d8";
    top: -2px;
}
.additional-images{
    margin-left: -7px;
    margin-right: -7px;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.additional-images a{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.product-item .stock-status{
    font-size: 17px;
}

/* --------- NAVIGACE --------- */
#nav{
    float: left;
    width: 100%;
    display: block;
    background-color: #da1739;
    border-radius: 4px;
    margin-bottom: 40px;
}
#nav #mobile-menu {
    background: #da1739;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 62px;
    position: relative;
    border: 0;
    outline: 0;
    border-bottom: 3px solid rgba(0,0,0,0.1);
    border-radius: 4px 4px 0 0;
}
#nav #mobile-menu &gt; span {
    z-index: 100;
    display: inline-block;
    width: 105px;
    height: 19px;
    position: relative;
    margin: 14px 0;
    text-align: right;
}
#nav #mobile-menu &gt; span .title {
    position: relative;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    top: -1px;
}
#nav #mobile-menu &gt; span [class$="-line"] {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    left: 0;
}
#nav #mobile-menu &gt; span .t-line{    
    top: 0px;
}
#nav #mobile-menu &gt; span .m-line{    
    top: 8px;
}
#nav #mobile-menu &gt; span .b-line{    
    top: 16px;
}
#nav #mobile-menu.active &gt; span .m-line{
    opacity: 0;
}
#nav #mobile-menu.active &gt; span .t-line{
    transform: translateY(8px) translateX(0) rotate(45deg);
}
#nav #mobile-menu.active &gt; span .b-line{
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
#nav ul li:before{
    content: none;
}
#nav &gt; ul{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
#nav &gt; ul &gt; li{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0;
}
#nav &gt; ul &gt; li a {
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 19px 25px;
    text-decoration: none;
}
#nav &gt; ul &gt; li &gt; ul {
    padding: 0;
    background-color: #da1739;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .4s,opacity .4s linear;
    list-style: none;
}
#nav &gt; ul &gt; li:hover &gt; ul {
/*    visibility: visible;
    opacity: 1;
    transition-delay: 0s;*/
}
#nav &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 18px 25px;
    text-align: left;
}
.breadcrumb{
    margin-top: 30px;
}
.breadcrumb i.fa-home{
    position: relative;
    font-size: 18px;
    top: 2px;
}
.breadcrumb a{
    text-decoration: none;
}
.breadcrumb a span{
    text-decoration: underline;
}
.breadcrumb a:hover span{
    text-decoration: none;
}
.easy-autocomplete-container ul li:before{
    content: none;
}
.eac-item &gt; a{
    display: table!important;
    width: 100%;
    padding: 7px 0;
    text-decoration: none;
}
.eac-item &gt; a &gt; span {
    padding-left: 5px;
    font-size: 13px;
    word-break: break-word;
    color: #4d4d4d;
    text-align: left;
    line-height: 15px;
}
.eac-item &gt; a &gt; span &gt; strong{
    display: block;
    margin-top: 3px;
    font-weight: bold;
}
.eac-item &gt; a &gt; * {
    display: table-cell;
    vertical-align: top;
}
.ui-widget-overlay {
    opacity: 0.4;
}
#eshop-link{
    padding: 14px 28px;
    float: right;
    border: 2px solid #ebf0f6;
    border-radius: 4px;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #da1739;
    font-weight: 900;
}
#eshop-link img{
    margin-right: 15px;
    margin-top: -5px;
    position: relative;
    top: 2px;
}
#eshop-link:hover{
    text-decoration: none;
    background: #f9fbfc;
}
#eshop-link i{
    font-size: 25px;
    margin-left: 15px;
    position: relative;
    float: right;
    top: -1px;
}
#header .fb-link{
    float: right;
    margin: 13px 50px;
}
#header .fb-link:hover{
    opacity: 0.8;
}
#header .contact-block{
    position: relative;
    padding-left: 50px;
    background: url(../../images/web/icons/phone.png) no-repeat left center;
    margin: 6px 35px 6px 55px;
}
#header .contact-block strong{
    display: block;
    font-weight: 900;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    color: #081f38;
}
#header .contact-block a{
    text-decoration: underline;
    font-weight: 600;
}
#header .benefit-block{
    position: relative;
    padding-left: 50px;
    background: url(../../images/web/icons/certificate.png) no-repeat left 7px;
    margin: 6px 35px 6px 55px;
}
#header .benefit-block p{
    font-size: 14px;
    line-height: 24px;
    color: #4e4b4b;
    font-weight: 600;
    margin-bottom: 0;
}
#home-banners{
    float: left;
    width: calc(100% + 4px);
    margin: 0 -2px;
    background: purple;
}
#home-banners .banner-1{
    float: left;
    position: relative;
    width: calc(100% - 300px);
    height: 440px;
    background: #1a1f36 url(../../images/web/banner-1.png) no-repeat left center;
}
#home-banners .banner-2{
    float: left;
    position: relative;
    width: 300px;
    height: 220px;
    background: #fff url(../../images/web/banner-2.png) no-repeat right center;
}
#home-banners .banner-3{
    float: left;
    position: relative;
    width: 300px;
    height: 220px;
    background: #1d1f36 url(../../images/web/banner-3.png) no-repeat right center;
}
#home-banners .banner-1 .content,
#home-banners .banner-2 .content,
#home-banners .banner-3 .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}
#home-banners .banner-2 .content,
#home-banners .banner-3 .content{
    left: 30px;
}
#home-banners .banner-1 .header{
    display: block;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    font-size: 38px;
    color: #fff;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
#home-banners .banner-1 p{
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
}
#home-banners .banner-1 a.link{
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
}
#home-banners .banner-1 a.link:hover{
    text-decoration: none;
    background: rgba(255,255,255,0.2);
}
#home-banners .banner-1 a.link i{
    margin-left: 20px;
    font-size: 24px;
    float: right;
    color: #da1739;
}
#home-banners .banner-2 .content strong,
#home-banners .banner-3 .content strong{
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
    margin: 15px 0 5px;
}
#home-banners .banner-2 .content strong{
    color: #081f38;
}
#home-banners .banner-2 .content i,
#home-banners .banner-3 .content i{
    color: #da1739;
    font-size: 22px;
}
section#content{
    float: left;
    width: 100%;
    border: 2px solid #ebf0f6;
    border-radius: 4px;
}
.service-block{
    text-align: center;
    margin-bottom: 45px;
}
.service-block h3{
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #081f38;
    font-size: 18px;
    text-transform: uppercase;
}
.service-block h3 a{
    color: #081f38;
    text-decoration: underline;
}
.service-block h3 a:hover{
    text-decoration: none;
}
.service-block span{
    display: block;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #da1739;
    font-size: 16px;
    margin: 15px 0;
}
.service-block p{
    color: #4e4b4b;
}
.grey-bg{
    background: #f3f5f6;
}
.reference-block-l,
.reference-block-r{
    position: relative;
    border-bottom: 2px dotted #dae3e8;
    padding: 20px 0;
}
#contact .reference-block-l:last-child,
#contact .reference-block-r:last-child{
    margin-bottom: 30px;
    border-bottom: 0;
}
.reference-block-l a b,
.reference-block-r a b{
    color: #da1739;
    text-decoration: underline;
}
.reference-block-l .abs-pos,
.reference-block-r .abs-pos{
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    text-align: center;
    max-width: 80px;
    max-height: 70px;
    transform: translateY(-50%);
}
.reference-block-l .abs-pos i,
.reference-block-r .abs-pos i{
    font-size: 24px;
    color: #081f38;
}
.reference-block-l strong,
.reference-block-r strong{
    display: block;
    color: #081f38;
    margin-bottom: 5px;
}
.reference-block-l h5,
.reference-block-r h5{
    margin-bottom: 5px;
}
.reference-block-l p,
.reference-block-r p{
    margin-bottom: 0;
    color: #4e4b4b;
}
.reference-block-r .abs-pos{
    right: 0;
    left: auto;
}
.reference-block-l:first-child,
.reference-block-r:first-child{
    border-top: 2px dotted #dae3e8;
}
.reference-block-l{
    padding-left: 100px;
}
.reference-block-r{
    padding-right: 100px;
}
.home-divider{
    padding: 0;
    margin-top: 40px;
}
article{
    margin-bottom: 25px;
}
article:not(:last-child){
    border-bottom: 2px dotted #dae3e8;
}
article .date, #article-detail .date{
    float: left;
    width: 125px;
}
#article-detail .date{
    margin-bottom: 20px;
}
article .date i, #article-detail .date i{
    float: left;
    background: #081f38;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 45px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 5px 0 0 5px;
}
article .date strong, #article-detail .date strong{
    float: left;
    font-weight: 600;
    background: #da1739;
    color: #fff;
    font-size: 12px;
    width: 80px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
}
article h4{
    float: left;
    width: calc(100% - 140px);
    margin: 0;
    margin-left: 15px;
}
article h4 a{
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 25px;
}
article p{
    margin-top: 12px;
    margin-bottom: 20px;
}
aside{
    padding: 0 15px 25px;
    background: #f3f5f7;
}
aside .banner{
    display: block;
    margin: 0 auto 35px;
    text-align: center;
     position: relative;
}
aside .contact-box .phone {
    color: #02203f;
    text-decoration: none;
}
aside .banner.v2 span {
    font-size: 15px;
    font-weight: 700;
    color: #02203F;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -62px;
}
.breadcrumb{
    background-color: transparent;
    border-bottom: 2px dotted #dbe3e8;
    padding: 0px 0 18px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.breadcrumb a{
    color: #4e4b4b;
}
.breadcrumb &gt; li + li:before {
    padding: 0 12px;
    color: #da1739;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: 0;
}
.breadcrumb &gt; li:last-child a{
    text-decoration: none;
}
.breadscrumb-home{
    float: left;
    width: 20px;
    height: 18px;
    background: url(../../images/web/icons/breadscrumb-home.png) no-repeat center left;
    margin-bottom: -5px;
}
#article-list article h4 a{
    font-size: 16px;
}
#article-list article{
    border-bottom: 0;
}
.pagination li:before{
    content: none;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #da1739;
    border-color: #b70829;
    font-weight: 600;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span{
    color: #311503;
    padding: 8px 15px;
}
#gallery-list h3{
    margin-top: 0;
}
#gallery-list .description{
    margin-bottom: 20px;
    margin-top: 15px;
}
#gallery-list .gallery-row{
    margin-bottom: 25px;
}
#contact h1{
    margin-top: 50px;
    margin-bottom: 30px;
}
#contact .contact-block{
    margin-bottom: 20px;    
}
#contact .contact-block img{
    margin-bottom: 25px;
}
#contact .contact-block .mail{
    font-size: 17px;
    text-decoration: underline;
    font-weight: 700;
}
#contact .btn-border{
    border: 2px solid #ebf0f6;
    font-weight: 600;
    text-decoration: underline;
    padding: 12px 30px;
    margin-top: 50px;
}
#contact .btn-border i{
    float: right;
    margin-left: 25px;
    font-size: 20px;
}
#contact .btn-border:hover{
    background: #f9f9f9;
    color: #b70828;
}
#contact a.phone {
    color: #081f38;
    text-decoration: none;
}
.form-control{
    background-color: #f4f6f7;
    border-radius: 0;
    height: 38px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
    border: 2px solid transparent;
    -webkit-appearance: none;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 2px solid #3acfd5;
    -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to right, #157abf 0%, #d8183a 100%);
    border-image-slice: 1;
}
label{
    display: block;
    text-align: left;
    color: #4e4b4b;
    font-weight: 600;
}
.btn-red{
    background: #df1136;
    border-color: transparent;
    color:#fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 45px;
    letter-spacing: 1px;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover{
    color: #fff;
    text-decoration: none;
    background: #bd0d2c;
}
.slider-wrapper{
    float: left;
    width: 100%;
    background: #f3f5f7;
    padding: 25px;
    margin: 30px 0px 45px;
}
.slide-inner{
    background: #fff;
    padding: 12px;
    text-align: center;
}
.slide-inner .header{
    display: block;
    color: #081f38;
    font-weight: 700;
    margin: 15px 0 0;
}
.slide-inner .description{
    display: block;
    color: #4e4b4b;
    margin: 0 0 10px;
}
.slider-wrapper .heading{
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #081f38;
    font-weight: 900;
}
.slider-wrapper .content{
    text-align: center;
    margin-top: 12px;
    margin-bottom: -10px;
}
.benefits &gt; div{
    text-align: center;
    padding: 0 30px;
    margin: 30px 0;
}
.benefits &gt; div span{
    display: block;
    color: #081f38;
    font-weight: 700;
}
.product-block{
    float: left;
    width: 100%;
    border: 2px solid #dae3e8;
    border-radius: 4px;
    margin: 5px 0 35px;
}
.product-block .image{
    float: left;
    position: relative;
    width: 200px;
    padding: 12px;
    border-right: 2px solid #dae3e8;
}
.product-block .image img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 175px;
    margin: 0 auto;
}
.product-block .content{
    float: left;
    width: calc(100% - 200px);
    padding: 30px 40px;
}
.product-block .content h4,
.product-block .content h4 a{
    color: #081f38;
    text-transform: uppercase;
}
.product-block .content h4{
    margin: 0;
    padding: 5px 0 5px 38px;
    margin-bottom: 20px;
    position: relative;
    background: url(../../images/web/icons/product.png) no-repeat left top;
}
.product-block .content ul{
    padding-left: 0;
}
.product-block .content ul li:nth-child(odd){
    background: #f3f5f7;
}
.product-block .content ul li{
    border-bottom: 2px dotted #dbe3e8;
    padding: 3px 0 3px 35px;
}
.product-block .content ul li:before{
    top: 14px;
    left: 15px;
}
.product-block .content ul li:first-child{
    border-top: 2px dotted #dbe3e8;
}
.product-block .link{
    float: right;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: underline;
}
.product-block .link:after{
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
    font-size: 12px;
}
hr.dotted{
    float: left;
    width: 100%;
    border-top: 2px dotted #dae3e8;
}
.buttons{
    float: left;
    width: 100%;
}
.buttons .btn{
    margin: 10px 20px 10px 0;
}
.buttons .btn i{
    float: right;
    margin-left: 15px;
    margin-top: 2px;
}
.buttons .btn i[class^='fa fa-angle']{
    font-size: 19px;
    margin-top: 0px;
}
.buttons .btn-red{
    padding: 12px 25px;
}
.buttons .btn-border{
    background: transparent;
    border: 2px solid #ebf0f6;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 25px;
    letter-spacing: 1px;
    color: #df1136;
}
.buttons .btn-border:hover{
    background: #f9f9f9;
}
.banner-request{
    float: left;
    width: 100%;
    color: #fff;
    padding: 25px 25px 25px 100px;
    margin-top: 10px;
    margin-bottom: 35px;
    background: #df1136 url(../../images/web/icons/request.png) no-repeat 30px center;
}
.banner-request span{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-request small{
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.banner-shop{
    float: left;
    width: 100%;
    color: #fff;
    padding: 25px 25px 25px 100px;
    margin-top: 10px;
    margin-bottom: 35px;
    background: #df1136 url(../../images/web/icons/shop.png) no-repeat 30px center;
}
.banner-shop span{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-shop small{
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.btn-blue,.btn-success {
    background: #0c1f38;
    border-color: transparent;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 22px;
    letter-spacing: 1px;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus,
.btn-success:disabled{
    background: #030a14;
    color: #fff;
    border-color: #030a14;
}
.btn-blue i,
.btn-success i
{
    float: right;
    margin-left: 15px;
    margin-top: 3px;
}
.btn-blue i[class^='fa fa-angle'],
.btn-success i[class^='fa fa-angle']{
    font-size: 19px;
    margin-top: 2px;
}
.banner-request .btn-blue, .banner-shop .btn-blue{
    margin-top: 6px;
}
.request-side{
    padding: 67px 15px;
    border-left: 2px solid #ebf0f6;
}
.request-form-block{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #dbe3e8;
}
.request-form-block h2 {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 21px;
}
.request-form-block h2 i {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 15px;
    margin-top: -3px;
    border: 2px solid #da1739;
    text-align: center;
    line-height: 24px;
    font-style: normal;
    border-radius: 4px;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #da1739;
    letter-spacing: -1px;
    font-weight: 700;
}
.radio-image{
    cursor: pointer;
    background: #f5f7f8;
    float: left;
    width: 165px;
    padding: 20px 25px;
    text-align: center;
    margin-right: 5px;
    border: 2px solid #f5f7f8;
}
.radio-image img{
    display: block;
    margin: 0 auto;
}
.radio-image span{
    display: block;
    line-height: 1.4;
}
.radio-image [type=radio]{
    width: 14px;
    height: 14px;
    margin: 10px 0;
}
.radio-image.active{
    background: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 2px solid #3acfd5;
    -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to right, #157abf 0%, #d8183a 100%);
    border-image-slice: 1;
}
.btn-submit { 
    color: #ffffff;
    background-color: #E01E3B;
    border-color: #E01E3B;
    padding: 15px 25px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
} 

.btn-submit i{
    margin-left: 12px;
    font-size: 20px;
    float: right;
}
#request .error{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -5px;
    line-height: 20px;
    padding: 8px 20px;
}
#request .success{
    font-size: 16px;
    margin-top: 18px;
    display: block;
    color: #3ea22b;
}
.btn-submit:hover, 
.btn-submit:focus, 
.btn-submit:active, 
.btn-submit.active, 
.open .dropdown-toggle.btn-submit { 
    color: #ffffff; 
    background-color: #BD1831; 
    border-color: #E01E3B; 
} 
.btn-submit:active, 
.btn-submit.active, 
.open .dropdown-toggle.btn-submit { 
    background-image: none; 
} 
.btn-submit.disabled, 
.btn-submit[disabled], 
fieldset[disabled] .btn-submit, 
.btn-submit.disabled:hover, 
.btn-submit[disabled]:hover, 
fieldset[disabled] .btn-submit:hover, 
.btn-submit.disabled:focus, 
.btn-submit[disabled]:focus, 
fieldset[disabled] .btn-submit:focus, 
.btn-submit.disabled:active, 
.btn-submit[disabled]:active, 
fieldset[disabled] .btn-submit:active, 
.btn-submit.disabled.active, 
.btn-submit[disabled].active, 
fieldset[disabled] .btn-submit.active { 
    background-color: #E01E3B; 
    border-color: #E01E3B; 
} 
.btn-submit .badge { 
    color: #E01E3B; 
    background-color: #ffffff; 
}
select.form-control,select.form-control:focus{
    background: #f4f6f7 url(../../images/web/icons/arrow-down.png) no-repeat calc(100% - 10px) 10px;
}

#request [type="checkbox"]{
    position: absolute;
    left: -9999px;
}
#request [type="checkbox"] + span{
    float: left;
    width: 17px;
    height: 17px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-top: 3px;
}
#request [type="checkbox"] + span i{
    background: #336db1;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    bottom: -2px;
    margin-left: -6px;
}
#request [type="checkbox"]:checked + span{
    color: #282828;
}
#request [type="checkbox"]:checked + span:before{
    background: #fff;
}
#request [type="checkbox"] + span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    border: 2px solid #c9ced1;
    border-radius: 4px;
}
#request [type="checkbox"] + span:after {
    content: 'âœ“';
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 16px;
    line-height: 0.8;
    color: #0c1f38;
    transition: all .2s;
}
#request [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    transform: scale(0);
}
#request [type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: scale(1);
}
#request label{
    cursor: pointer;
}
#request .checkbox-label{
    margin: 8px 0;
}
.radio-color-group{
    position: relative;
    cursor: pointer;
    background: #f5f7f8;
    padding: 0;
    margin-bottom: 5px;
    border: 2px solid #f5f7f8;
}
.radio-color-group .top:not(.tooltip){
    padding: 20px 25px 20px 70px;
}
.radio-color-group .bottom{
    float: left;
    width: 100%;
    padding: 20px 30px 5px;
    border-top: 2px dotted #dee6eb;
}
.radio-color-group .name{
    display: block;
    color: #02203f;
    font-weight: 700;
}
.radio-color-group .description{
    display: block;
}
.radio-color-group .description i{
    margin: 0 8px;
}
.radio-color-group .description i:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #da1739;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 4px;
}
.radio-color-group .top [type=radio]{
    position: absolute;
    left: 30px;
    top: 38px;
    width: 14px;
    height: 14px;
    margin: 0;
}
.radio-color-group.active,
.radio-color.active{
    background: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 2px solid #3acfd5;
    -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to right, #157abf 0%, #d8183a 100%);
    border-image-slice: 1;
}
.radio-color{
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    border: 2px solid #dee6eb;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.radio-color [type=radio]{
    position: absolute;
    opacity: 0;
    left: -9999px;
}
.radio-color span{
    float: left;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.radio-color-group .bottom small{
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.pdf-link{
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
}
.pdf-link img{
    margin-right: 5px;
}
#pdf-dialog iframe{
    width: 100%;
    height: 650px;
    max-height: 100%;
    border: 0;
} 
.ui-widget .close-icon {
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 31px;
    font-weight: 400;
    text-decoration: none;
    background: #da1739;
    position: absolute;
    top: -26px;
    right: -20px;
}
.ui-widget .close-icon:hover{
    background: #b7112e;
}
.ui-dialog{
    overflow: visible;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 20px 20px 0 20px;
    background: none;
    overflow: visible;
}
aside .contact-box{
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    margin-bottom: 40px;
}
aside .contact-box .header{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #02203f;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 15px;
}
aside .contact-box .desc{
    display: block;
    font-size: 13px;
    color: #565353;
    line-height: 24px;
}
aside .contact-box img{
    margin: 32px 0;
}
aside .contact-box p{
    color: #02203f;
}
.table-cart{
    border-spacing: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    border-collapse: separate;
    padding: 0; 
    position: relative;
}
.table-cart &gt; tbody &gt; tr &gt; td{
    border: 0;
    vertical-align: middle;
    padding: 8px 15px;
}
.table-cart tr td:first-child{
    padding: 8px;
}
.table-cart .image{
    width: 125px;
    background: #f9f9f9;
    border-radius: 5px 0 0 5px;
}
.table-cart .image .thumbnail{
    margin-bottom: 0;
}
.table-cart .name{
    padding-left: 12px;
    vertical-align: top;
    padding-top: 15px;
    width: 32%;
}
.table-cart .name a{
    margin: 4px 0;
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.table-cart .name small{
    display: block;
}
.table-cart .quantity{
    width: 158px;
    white-space: nowrap;
}
.table-cart .quantity button{
    background: #f7f7f7;
}
.table-cart .stock{
    line-height: 16px;
}
.table-cart .stock.text-success{
    color: #00ab00;
}
.table-cart .remove{
    width: 55px;
}
.table-cart .remove a{
    background: #d0d0d0;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    text-decoration: none;
}
.table-cart .remove a:hover{
    text-decoration: none;
    background: #bbb;
}
.table-cart .remove a:before{
    content: '\2715';
}
.table-cart .price,
.table-cart .total{
    white-space: nowrap;
}
.table-cart [name^=quantity]{
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 34px;
    border-left: 0;
    border-right: 0;
    width: 49px;
    margin-left: 1px;
}
#discount-box .btn-success{
    padding: 8px 22px;
}
#discount-box, #table-total{
    margin-bottom: 30px;
}
#full-cart{
    padding-bottom: 30px;
}
#full-cart .btn{
    text-decoration: none;
}
#checkout .form-group label.control-label{
    font-weight: 600;
    margin-bottom: 7px;
}
#checkout .form-control{
    border-color: #f1f1f1;
}
#checkout textarea{
    background: #fff;
}
#checkout .divider-dotted {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #c4c6c6;
    margin: 25px 0;
}
#checkout label.margined {
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600;
}
#checkout label.margined [type=checkbox] {
    margin-right: 15px;
    position: relative;
    top: 1px;
}
#checkout #confirm &gt; div{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 25px 25px 5px;
}
#checkout #confirm .divider{
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin: 30px 0 20px;
}
#checkout #confirm .agree{
    font-weight: 600;
    font-size: 15px;
}
#checkout #confirm .btn-success{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 50px;
    margin-top: 15px;
}
#checkout #confirm .btn-success i{
    margin-left: 15px;
    margin-right: -10px;
}
#checkout .panel{
    border-radius: 5px;
    border-color: #f2f2f2;
    margin-bottom: 40px;
}
#checkout .panel-body{
    padding: 5px 15px;
}
#checkout .panel .panel-heading{
    font-size: 16px;
    font-weight: 700;
    padding: 11px 17px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
#checkout .panel .panel-heading img{
    margin-right: 15px;
    top: -2px;
}
#checkout .shippings label,
#checkout .payments label{
    position: relative;
    width: 100%;
    padding: 15px 0 20px;
    border-bottom: 1px dotted #c4c6c6;
}
#checkout .shippings label:last-of-type,
#checkout .payments label:last-of-type{
    border-bottom: 0;
}
#checkout .shippings label input,
#checkout .payments label input{
    position: absolute;
    left: 2px;
}
#checkout .shippings label div,
#checkout .payments label div{
    position: relative;
    display: block;
    margin-left: 25px;
    padding-left: 60px;
    font-weight: 600;
}
#checkout .shippings label div img,
#checkout .payments label div img{
    position: absolute;
    left: 0;
    top: 5px;
}
#checkout .shippings label div b,
#checkout .payments label div b{
    display: block;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600;
}
#checkout .shippings label p,
#checkout .payments label p{
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin: 4px 0 8px;
}
#checkout .shippings label .price,
#checkout .payments label .price{
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #5da808;
}
#checkout .shippings .select2-selection__rendered{
    line-height: 32px;
    padding-left: 15px;
}
#checkout .shippings .select2-container{
    z-index: 99;
}
#checkout .table-cart .name a{
    font-size: 15px;
    line-height: 18px;
}
#checkout #table-checkout-summary {
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
}
#checkout #table-checkout-summary th {
    font-weight: 600;
    padding: 11px 10px;
}
#checkout #table-checkout-summary tbody td{
    vertical-align: middle;
}
#checkout #table-checkout-summary tbody td.image img{
    margin-bottom: 0;
    max-width: 90px;
    max-height: 90px;
    border: 0;
}
#checkout #table-checkout-summary td.name a{
    margin: 4px 0;
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
#checkout #table-checkout-summary td.name small{
    display: block;
}
#checkout #table-checkout-summary td.total{
    color: #5da808;
    font-size: 14px;
    font-weight: 700;
}
#checkout #table-total{
    margin: 0 -15px -5px;
    width: calc(100% + 30px);
    border-radius: 0 0 5px 5px;
    font-size: 14px;
}
#checkout #table-total tr.total{
    background: #f2f2f2;
}
#checkout #table-total tr.total td{
    padding-top: 12px;
}
#checkout #table-total tr td:last-child{
    padding-right: 15px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #5da808;
    width: 1%;
    white-space: nowrap;
}
#checkout #table-total tr td {
    padding-bottom: 12px;
}
#checkout #table-total tr td:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}
#checkout #table-total tr.total td:last-child {
    font-size: 22px;
}
#table-checkout-summary &gt; thead &gt; tr &gt; th{
    border-bottom: 2px solid #e9e9e9;
}
#home-slider{
    margin: -2px -32px 15px -30px;
    border-radius: 0 4px 0 0;
}
#homepage h2,
#homepage .h2{
    margin: 30px 0;
    font-weight: 900;   
    text-transform: uppercase;
}
#homepage .most-visited{
    margin-bottom: 15px;
}
#homepage .most-visited .inner{
    margin: 15px 0;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,.07);
    padding: 10px;
    text-decoration: none;
}
#homepage .most-visited .inner span{
    color: #02203f;
    display: block;
    margin: 18px 0 10px 0;
    text-decoration: none;
    font-weight: 700;
}
#homepage .most-visited .inner:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.12);
}
.product-item{
    margin-bottom: 30px;
}
.product-item h4 a{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: block;
}
.product-item h4{
    margin-bottom: 15px;
}
.product-item .price{
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.product-item .price b{
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #02203f;
}
.product-item .price s{
    font-size: 15px;
    margin-right: 7px;
    font-weight: 700;
}
.product-item .price s + b{
    color: #e51937;
}
.product-item .image img{
    max-height: 150px;
}
.product-item .description ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-item .description ul li:before{
    content: none;
}
.product-item .description ul li{
    border-bottom: 2px dotted #dee6eb;
    font-size: 12px;
    color: #565353;
    padding: 0;
}
.product-item .description ul li:nth-child(1){
    border-top: 2px dotted #dee6eb;
}
.product-item .description ul li:nth-child(odd){
    background: #f4f6f8;
}
.product-item .image{
    position: relative;
}
.product-item .labels{
    position: absolute;
    left: 0;
    top: 0;
}
.product-item .options{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 8px;
}
.product-item .options a{
    text-decoration: none;
    display: inline-block;
    margin: 4px;
}
.product-item .options i{
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product-item .labels .label{
    float: left;
    clear: both;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    padding: 6px 5px 5px;
    letter-spacing: 0.3px;
}
#home-text{
    margin-bottom: 30px;
}
#home-text .benefits{
    float: left;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 25px;
    background: #f4f6f8;
    border-radius: 5px;
}
#home-text .text img{
    margin-top: -25px;
}
#home-text .benefits img{
    margin-top: -55px;
    margin-bottom: 7px;
}
#category .subcategories{
    margin-bottom: 30px;
}
#category .subcategories &gt; div a{
    display: table;
    width: 100%;
    vertical-align: middle;
    background: #f4f6f8;
    border: 2px solid #ebf0f4;
    border-radius: 4px;
    padding: 0 32px 0 16px;
    height: 60px;
    color: #02203f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin: 15px 0;
    text-decoration: none;
    letter-spacing: 0.3px;
}
#category .subcategories &gt; div a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}
#category .subcategories &gt; div a:after{
    content: "\f101";
    position: absolute;
    font-family: FontAwesome;
    color: #e01e3b;
    font-weight: normal;
    right: 12px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}
#category .subcategories &gt; div a:hover{
    background: #ebf0f4;
}
#sort-by{
    float: left;
    width: 100%;
    border-bottom: 2px solid #edf2f7;
    margin-top: 25px;
    margin-bottom: 30px;
}
#sort-by label{
    float: left;
    margin-right: 12px;
    background: #f4f6f8;
    border: 2px solid #edf2f7;
    margin-bottom: -2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #02203f;
    padding: 8px 26px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}
#sort-by label:not(.active):hover{
    background: #edf2f7;
}
#sort-by label.active{
    background: #fff;
    border-bottom: 2px solid #fff;
}
#sort-by label [type=radio]{
    display: none;
}
#filter-category{
    float: left;
    width: 100%;
    background: #f5f7f8;
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 25px;
}
#filter-category .heading{
    display: block;
    margin-bottom: 5px;
    color: #02203f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
#filter-category .col-md-4{
    margin-bottom: 20px;
}
#filter-category .filter-select{
    outline: 0;
    display: block;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #ebf0f4;
    height: 40px;
    font-size: 13px;
    color: #565353;
    padding: 0 35px 0 12px;
    -webkit-appearance: none;
    background: #fff url(../../images/web/icons/select-arrow.png) no-repeat center right;
}
#filter-category .colors label,
#product-detail .options label{
    float: left;
    margin-right: 15px;
}
#filter-category .colors label input,
#product-detail .options label input{
    display: none;
}
#filter-category .colors span,
#product-detail .options label span{
    float: left;
    background: #fff;
    padding: 3px;
    border: 2px solid #ebf0f4;
    border-radius: 5px;
    cursor: pointer;
}
#filter-category .colors span i.filter-color,
#product-detail .options label i.option-color{
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}
#filter-category .colors label.active span,
#product-detail .options label.active span{
    border-color: #e01e3b;
}
#filter-category .colors-outer {
    padding-left: 85px;
    position: relative;
}
#filter-category .colors-outer .heading {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
}
#product-detail h1{
    margin-top: 0;
}
#product-detail .gift{
    margin-top: -5px;
    margin-bottom: 15px;
}
#product-detail .gift img{
    margin-right: 10px;
}
#product-detail .gift a{
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #02203f;
    letter-spacing: 0.2px;
}
#product-detail .short-description{
    margin-bottom: 20px;
    color: #565353;
}
#product-detail .header{
    margin-bottom: 10px;
}
#product-detail .thumbnail{
    display: block;
    padding: 35px 10px;
    margin-bottom: 12px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #edf2f7;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
#product-detail .labels{
    position: absolute;
    left: 30px;
    top: 15px;
}
#product-detail .labels .label {
    float: left;
    clear: both;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    padding: 6px 5px 5px;
    letter-spacing: 0.3px;
}
#product-detail .additional-images a{
    float: left;
    margin: 7px;
    width: 90px;
    height: 90px;
    display: table;
    border: 2px solid #edf2f7;
    border-radius: 3px;
}
#product-detail .additional-images a span{
    display: table-cell;
    vertical-align: middle;
}
#product-detail .params,
#product-detail .add-to-cart,
#product-detail .stock{
    float: left;
    width: 100%;
    padding: 10px 0 8px;
    background: #f4f6f8;
    border-top: 2px dotted #dee6eb;
    border-bottom: 2px dotted #dee6eb;
    font-size: 14px;
    color: #565353;
    margin-bottom: 20px;
}
#product-detail .add-to-cart{
    padding: 20px 15px;
}
#product-detail .options{
    margin-bottom: 20px;
}
#product-detail .params &gt; div{
    float: left;
    padding: 0 15px;
    margin: 2px 0;
    white-space: nowrap;
}
#product-detail .params strong,
#product-detail .stock strong{
    display: block;
    color: #02203f;
    line-height: 18px;
    margin-bottom: 2px;
}
#product-detail .heading{
    display: block;
    margin-bottom: 8px;
}
#product-detail .stock .stock-status .in{
    color: #36a527;
    text-transform: lowercase;
    letter-spacing: 0.3px;
}
#product-detail .stock .stock-status .out{
    color: #e01e3b;
    text-transform: lowercase;
    letter-spacing: 0.3px;
}
#product-detail .stock .stock-description small{
    line-height: 21px;
    display: block;
}
#product-detail .price{
    margin-bottom: 20px;
}
#product-detail .price b{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #02203f;
    margin-top: 5px;
    display: inline-block;
}
#product-detail .price s{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #02203f;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
#product-detail .price s + b{
    color: #e01e3b;
}
#product-detail .price small{
    display: block;
    color: #565353;
    font-size: 14px;
}
#product-detail .add-to-cart .input-group{
    float: left;
    width: 110px;
    margin-right: 18px;
    position: relative;
}
#product-detail .add-to-cart .btn-red{
    float: left;
    width: calc(100% - 135px);
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
}
#product-detail .add-to-cart [name=quantity]{
    width: 88px;
    height: 50px;
    border: 2px solid #ebf0f4;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #ffffff;
    padding-right: 30px;
    padding-left: 10px;
    text-align: center;
}
#product-detail .input-group-btn{
    width: 22px;
}
#product-detail .input-group-btn a{
    float: left;
    width: 22px;
    height: 25px;
    background: #02203f;
    color: #fff;
    border: 0;
    border-radius: 0;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    font-weight: 700;
}
#product-detail .input-group-btn a#quantity-minus{
    border-bottom-right-radius: 3px;
}
#product-detail .input-group-btn a#quantity-plus{
    border-top-right-radius: 3px;
}
#product-detail .unit{
    position: absolute;
    right: 36px;
    top: 13px;
    z-index: 50;
}
#product-detail .ask-for-link{
    display: block;
    margin-top: 15px;
    margin-bottom: -5px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}
#product-detail .ask-for-link img{
    margin-left: 5px;
}
#ask-for-form .form-group .control-label{
    text-align: left;
}
#ask-for-form{
    padding: 25px 35px 35px 35px;
}
#product-detail .in_categories{
    margin: 20px 0;
}
#product-detail .in_categories strong{
    color: #02203f;
    margin-right: 35px;
}
#product-detail .in_categories a{
    display: inline-block;
    margin: 5px 32px 5px 0;
    color: #e01e3b;
    font-weight: 700;
    text-decoration: underline;
}
#product-detail .in_categories a i{
    margin-right: 10px;
}
#product-detail .p-inner{
    padding-bottom: 50px;
}
#product-detail h2{
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 900;
    font-size: 24px;
    color: #02203f;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#product-detail h2:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #edf2f7;
    z-index: 49px;
}
#product-detail h2 span{
    position: relative;
    background: #fff;
    z-index: 50;
    padding-right: 25px;
}
#product-detail .tags .inner{
    display: table;
    padding: 13px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
}
#product-detail .tags .inner &gt; span{
    float: left;
    width: calc(100% - 66px);
    font-size: 12px;
    color: #02203f;
    display: table;
    line-height: 20px;
    height: 59px;
}
#product-detail .tags .inner &gt; img{
    float: left;
    width: 54px;
    margin-right: 12px;
}
#product-detail .tags .inner &gt; span b{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#product-detail .tags .col-md-3{
    margin-bottom: 30px;
}
#product-detail h3{
    font-size: 18px;
    margin-bottom: 20px;
}
#product-detail .error{
    float: left;
    width: 100%;
}
#product-detail hr{
    margin-top: 30px;
    margin-bottom: 40px;
}
.gallery img{
    border-radius: 5px;
}
.gallery a{
    text-decoration: none;
}
.gallery strong{
    display: block;
    color: #02203f;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}
.gallery i{
    font-style: normal;
    display: block;
    margin-top: -2px;
    color: #565353;
}
#popup-added-cart .footer {
    background: #f3f3f5;
    float: left;
    width: calc(100% + 46px);
    margin: 12px -23px -3px;
    padding: 18px 30px;
    text-align: center;
}
#popup-added-cart .footer .back-link{
    text-decoration: none;
    cursor: pointer;
    margin: 9px 0;
}
#popup-added-cart .footer .back-link i{
    margin-right: 8px;
    font-size: 12px;
}
#popup-added-cart .footer .back-link span{
    border-bottom: 1px solid currentColor;
}
#popup-added-cart .footer .btn-success{
    outline: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
}
#popup-added-cart .footer .btn-success i.fa {
    margin-left: 10px;
    font-size: 12px;
}
#popup-added-cart .name {
    margin-top: 25px;
    margin-bottom: 25px;
}
#popup-added-cart .name h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
#popup-added-cart .content .name span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #5d5d5d;
    line-height: 20px;
}
#popup-added-cart .name small{
    font-size: 12px;
    display: block;
    color: #929292;
}
#popup-added-cart img{
    float: left;
    margin-top: -15px;
    margin-right: 30px;
}
#popup-added-cart .content .image {
    float: left;
    position: relative;
}
#popup-added-cart .content .image i {
    position: absolute;
    background: #da1739;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    bottom: 10px;
    right: 25px;
    padding-right: 3px;
}
#popup-added-cart .content .image i::before {
    content: "âœ“";
    color: rgb(255, 255, 255);
    font-size: 15px;
    top: 1px;
    position: relative;
    font-weight: 800;
}
#modal-content{
    padding: 40px 35px;
}
#modal-content .content-inner{
    max-height: 470px;
    overflow-y: auto;
} 
/* ====== WebSite21 ====== */
/*
 * Shopping cart
 */
#checkout #snippet--payments label .logos img {
    position: inherit;
    left: inherit;
    top: inherit;
}
/*
 * Reference
 */
#cityForm {
    margin-bottom: 20px;
}
#cityForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 10px;
}
/* 
 * Select 2
 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #da1739 !important;
}

/*
 * Cookie consent 2022
 */

#termsfeed-com---preferences-center .cc-cp-body-tabs &gt; li:nth-child(3), #termsfeed-com---preferences-center .cc-cp-body-content #content_functionality {
    display: none !important;
}

.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save {
    background-color: #df1136 !important;
}

.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #eaeaea !important;
    color: #111 !important;
}
/*
 * Contacts
 */

#contact .m-bottom-30.clearfix {
    background: #f5f5f5;
}

#contact .m-bottom-30 input, #contact .m-bottom-30 textarea {
    background: #fff;
}</pre></body></html>