@import url(base.css);
*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
a{
    cursor: pointer;
}
a,.dropdown i,
.dropdown .expand-more{
    font-size: 14px;
    color: #333333;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.dropdown:hover .expand-more{
    color: #ef7d39;
}
.dropdown:hover i{
    color: #ef7d39;
}
a:hover {
    color: #ef7d39;
}
a:focus, a:active {
    color: #333333;
}
.btn-primary{
    font-size: 14px;
    line-height: normal;
    background-color: #333333;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus{
    background-color: #ef7d39;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #ef7d39;
    border-color: transparent;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #ef7d39;
}
.content-row {
    margin-right: -15px;
    margin-left: -15px;
}
#header {
    clear: both;
    float: left;
    width: 100%;
}
@media (min-width: 768px){
    #header .header-nav{
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
        padding: 0;
                z-index: 999;
    }
    #header a{
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        text-transform: capitalize;
    }
    #header a:hover{
        color: #ef7d39;
    }
    #header .header-msg-block{
        display: block;
        float: left;
    }
    #header .header-msg-block .message{
        display: block;
        padding: 15px 0;
    }
    #header .header-msg-block .message span{
        color: #555555;
        text-transform: capitalize;
    }
    #header .header-msg-block .message strong{
        color: #ef7d39;
        font-weight: 400;
        text-transform: uppercase;
    }
    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector{
        position: relative;
    }
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        margin: 0 15px;
        display: block;
        float: left;
    }
    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span{
        font-size: 14px;
        padding-right: 5px;
        color: #666666;
        text-transform: capitalize;
    }
    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span{
        color: #ef7d39;
    }
    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu{
        margin: 0;
        border: none;
        padding: 5px 12px;
        float: left;
        min-width: auto;
        border: 1px solid #e9e9e9;
        border-top: 2px solid #ef7d39;
    }
    #header .header-nav .currency-selector .currency-list li ,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 5px 0px;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        line-height: 28px;
        width: auto;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a{
        border: 1px solid #ef7d39;
        background-color: #ef7d39;
    }
    #header .header-nav .currency-selector .currency-list li a ,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        padding: 0;
        border: 1px solid #333333;
        padding: 0 10px;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a{
        color: #fff;
    }
    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a{
        border: 1px solid #ef7d39;
        color: #333333;
    }
    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a{
        color: #fff;
    }
    #header .header-nav #_desktop_contact_link #contact-link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        margin-top: 0;
    }
    #header #_desktop_contact_link,
    #header #_desktop_user_info,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector{
        padding: 15px 0;
    }
    #header .header-nav .language-selector > button,
    #header .header-nav .currency-selector > button{
        color: #666666;
        cursor: pointer;
    }
    #header .header-nav .left-nav .contact-block p{
        color: #666666;
    }
    #header #_desktop_user_info{
        position: relative;
        padding-left: 15px;
    }
    #header .tog-icon-block{
        color: #666666;
        font-weight: 400;
        cursor: pointer;
    }
    #header .tog-icon-block span{
        padding-right: 5px;
    }
    #header .tog-icon-block span:hover,
    #header .tog-icon-block:hover i{
        color: #ef7d39;
    }
    .header-menu-links{
        position: absolute;
        right: 0;
        margin: 0;
        text-align: left;
        top: 100%;
        padding: 5px 14px;
        background: #ffffff;
        color: #666666;
        z-index: 112;
        border: 1px solid #e1e1e1;
        border-top: 2px solid #ef7d39;
    }
    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .user-link{
        float: left;
        position: relative;
        font-weight: 400;
        padding: 3px 0;
    }
    #header .header-nav .right-nav > div:after{
        display: block;
        content: "";
        position: absolute;
        width: 1px;
        height: 11px;
        top: 21px;
        left: 0;
        background: #666666;
    }
    #header .header-nav .right-nav > div:first-child:after{
        display: none;
    }
    #header .user-link a i{
        padding-right: 5px;
        display: none;
    }
    #header .header-top{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px;
        background: #fff;
    }
    #header #_desktop_logo{
        position: absolute;
        display: table;
        left: 50%;
        right: 0;
        text-align: center;
        height: 120px;
        z-index: 0;
        transform: translate(-50%,0)
    }
    #header #_desktop_logo a{
        display: table-cell;
        vertical-align: middle;
    }

    /*    desktop_cart*/
    #header  #_desktop_cart{
        display: inline-block;
        position: relative;
        float: right;
        padding: 36px 0;
    }
    #header  #_desktop_cart .header {
        font-size: 0;
        display: block;
    }
    #header  #_desktop_cart .cart-text{
        display: inline-block;
        vertical-align: middle;
        color: #333333;
        position: relative;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    #header  #_desktop_cart .mycart-icon{
        width: 48px;
        height: 48px;
        line-height: 46px;
        border-radius: 50%;
        font-size: 20px;
        color: #ef7d39;
        background-color: #ffffff;
        border: 1px solid #e9e9e9;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    #header  #_desktop_cart .cart-qty{
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 400;
    }
    #header  #_desktop_cart .cart-count{
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }
    #header .cart-preview .ht_cart{
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }
    #header #_desktop_cart:hover .cart-preview .ht_cart{
        display: block;
        border-top: 2px solid #333333;
    }
    #header #_desktop_cart .cart-preview .ht_cart .no-item{
        padding: 15px;
        color: #555;
    }
    #header .cart-preview .ht_cart ul{
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        max-height: 257px;
        overflow-y: auto;
    }
    #header .cart-preview .cart-wishlist-item{
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item:last-child{
        border-bottom: none;
    }
    #header .cart-preview .cart-wishlist-item .cart-img{
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item .cart-img img{
        max-width: 100%;
    }
    #header .cart-preview .cart-wishlist-item .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        text-align: right;
        z-index: 99;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i{
        color: #333;
        font-size: 16px;
    }
    #header #_desktop_cart .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i:hover{
        color: #ef7d39;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text{
        display: none;
    }
    #header .cart-preview .ht_cart .cart-summary{
        display: block;
        float: left;
        width: 100%;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .cart-preview .ht_cart .cart-summary .cart-total{
        display: block;
        float: left;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping{
        display: block;
        float: left;
        width: 100%;  
        padding: 2px 0;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .cart-preview .ht_cart .cart-summary .cart-total .label{
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value{
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action{
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #333333;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #ef7d39;
        border-color: #ef7d39;
        color: #fff;
    }
    /*search-tog-btn*/
    #header  #search-tog-btn{
        display: block;
        float: right;
        height: 60px;
        position: absolute;
        right: 50px;
    }
    #header  #search-tog-btn span i{
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #484848;
    }
    #header  #search-tog-btn span:hover i{
        color: #333333;
    }
    #header .header-top .search-widget{
        float: left;
        padding-left: 0;
        position: relative;
        width: 270px;
        margin-left: 0px;
        padding: 38px 0;
    }
    .header-top .search-widget form input[type="text"]{
        border: 1px solid #e1e1e1;
        padding: 11px 15px;
        padding-right: 45px;
    }
    .search-widget form input[type="text"]:focus{
        outline: none;
    }
    .search-widget form button[type="submit"]{
        right: 0;
        text-align: center;
        height: 44px;
        width: 44px;
        bottom: 0;
        padding: 0;
        font-size: 16px;
        color: #989a97;
        line-height: 44px;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .search-widget form button[type="submit"]:hover{
        color: #ef7d39;
    }
    #header .header-top .position-static{
        position: static;
    }

    /*    header-main-menu*/
    #header .header-bottom{
        display: block;
        float: left;
        width: 100%;
        clear: both;
        background-color: #000000;
    }
    #header .menu{
        padding: 0;
    }
    #header .menu > ul{
        text-align: center;
    }
    #header .menu > ul > li{
        position: relative;
        margin: 0;
    }
    #header .menu > ul > li > a{
        padding: 0 20px;
        border: none;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 50px;
        text-decoration: none;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .top-menu .sub-menu{
        box-shadow: none;
        top: 100% !important;
        padding: 0;
        border: none;
        padding-bottom: 0px;
        margin-left: 0;
        width: max-content;
        min-width: max-content;
        width: -moz-max-content;
        min-width: -moz-max-content;
        border: 1px solid #e1e1e1;
    }
    #header .top-menu a[data-depth="0"]:hover{
        color: #ffffff;
        background-color: #ef7d39;
    }
    #header .menu .top-menu[data-depth="1"]{
        display: block;
        float: left;
        margin: 0;
    }
    #header .menu ul[data-depth="1"] > li{
        margin: 15px 15px 5px;
        min-width: 125px;
    }
    #header .menu ul[data-depth="1"] > li > a{
        padding: 10px 5px;
        padding-top: 0;
        color: #333333;
        position: relative;
        text-transform: uppercase;
    }
    #header .menu ul[data-depth="1"] li  a:hover{
        color: #ef7d39;
    }
    #header .menu ul[data-depth="2"] > li > a{
        padding: 5px;
        font-weight: 400;
        color: #666666;
    }
    #header .menu ul[data-depth="2"] > li:last-child{
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px){
    .search-product-numbers{
        display: none;
    }
    #header .header-top .search-widget{
        width: 250px;
    }
    .header-top .search-widget form input[type="text"]{
        border: 1px solid #e1e1e1;
    }
}
@media (max-width: 991px){
    #header .header-top .search-widget{
        width: 230px;
    }
}
@media (max-width: 767px){
    #mobile_top_menu_wrapper {
        margin-top: 0;
        padding-bottom: .625rem;
        background: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 111;
    }
    #header #_desktop_cart .cart-text .cart-number{
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ef7d39;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -25px;
        right: -5px;
    }
    #header.ht-menu-sticy .header-banner {
        display: none;
    }
    #header .header-nav {
        position: relative;
        padding-top: 0;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .header-contact-block {
        display: none;
    }
    #header .header-nav #menu-icon {
        padding: 15px 0;
    }
    #header .header-nav #menu-icon:hover .material-icons,
    #header .user-link a:hover i,
    #header #search-tog-btn:hover span i{
        color: #ef7d39;
    }
    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 80px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 180px;
    }
    #_mobile_cart{
        margin-right: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #header #_mobile_cart .cart-text {
        padding: 0;
    }
    #header #_mobile_cart .cart-text .text,
    #header #_mobile_cart .cart-text .cart-label {
        display: none;
    }
    #header #_mobile_cart .cart-qty {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #ef7d39;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -5px;
    }
    #header .header-nav .blockcart{
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .blockcart.active{
        margin: 0;
        background-color: transparent;
    }
    #header .header-nav .blockcart .header{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        border-radius: 50%;
        margin-left: 5px;
        cursor: pointer;
        color: #ffffff;
        font-size: 16px;
        margin-top: 0;
    }
    #header .header-nav .blockcart .header:hover{
        color: #ef7d39;
    }
    .ht_cart.cart-hover-content{
        display: none;
    }
    #_mobile_user_info {
        padding: 20px 0;
    }
    #header .header-nav .user-info{
        margin: 0;
    }
    #header .header-nav .user-info ul{
        margin: 0;
    }
    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        cursor: pointer;
        margin-left: 5px;
    }
    #header .header-nav .user-info li > a {
        color: #ffffff;
        font-size: 18px;
    } 
    #header .header-nav .user-info .account{
        margin: 0;
    }
    #header #search-tog-btn {
        text-decoration: none;
        display: inline-block;
        float: right;
        text-align: center;
        cursor: pointer;
        padding: 20px 0;
    }
    #header #search-tog-btn > span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
    }
    #header .header-nav .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        width: 75%;
        margin: 0 auto;
    }
    .search-widget form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    #header .search-widget form input[type="text"] {
        background: #fff;
        text-align: left;
        height: 50px;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 0 20px;
        padding-right: 20px;
        padding-right: 20px;
        padding-right: 55px;
        position: relative;
        float: left;
        border: 1px solid #e1e1e1;
    }
    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    #header #_desktop_cart{
        height: auto;
    }
    #header .header-top,
    #mobile_top_menu_wrapper .top-menu .sub-menu{
        background: #fff;
    }
    #mobile_top_menu_wrapper #top-menu li:hover > a,
    #mobile_top_menu_wrapper #top-menu li:hover i{
        color: #ef7d39;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a{
        border-bottom: 1px solid #f6f6f6;
        font-weight: 500;
        color: #333333;
    }
}
@media (max-width: 380px) {
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 115px;
    }
}
#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
    float: none;
    min-width: 100%;
}
.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}
#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
    width: 100%;
    height: 44px;
    padding-right: 45px;
}

/*home-image-slider*/
.home-image-slider{
    display: block;
    float: left;
    width: 100%;
    clear: both;
}
.home-image-slider .image-slider{
    display: block;
    position: relative;
}
.home-image-slider .carousel-inner {
    height: auto;
}
.home-image-slider .slider-image figure{
    margin-bottom: 0;
    position: relative;
}
.home-image-slider .carousel-item img{
    max-width: 100%;
}
.carousel .carousel-control .icon-next, 
.carousel .carousel-control .icon-prev{
    height: 44px;
    width: 44px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}
.carousel .carousel-control .icon-prev{
    left: 15px;
}
.carousel .carousel-control .icon-next{
    right: 15px;
}
.carousel .carousel-control .icon-next i, 
.carousel .carousel-control .icon-prev i{
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}
.carousel .carousel-control .icon-next:hover, 
.carousel .carousel-control .icon-prev:hover{
    color: #ffffff;
    border-color: #ef7d39;
    background: #ef7d39;
    opacity: 1;
}
.carousel .carousel-control .icon-next:hover i, 
.carousel .carousel-control .icon-prev:hover i{
    color: #ffffff;
}
@media (max-width: 639px){
    .carousel .carousel-control .icon-next, 
    .carousel .carousel-control .icon-prev{
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }
    .carousel .carousel-control .icon-next i, 
    .carousel .carousel-control .icon-prev i{
        line-height: 26px;
        font-size: 16px;
    }
}

/*section-title*/
.section-title {
    display: block;
    position: relative;
    z-index: 1;
}
.section-title > h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}
.section-title > h2 > span{
    display: block;
    padding-bottom: 20px;
}
.section-title > h2 > span a {
    color: #333333;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
}
.section-title > h2::after {
    content: "";
    height: 5px;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #ef7d39;
    border-radius: 25px;
    display: block;
    z-index: 1;
}
.slider-block.owl-theme .owl-controls{
    width: 100%;
}
.slider-block .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    z-index: 2;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    margin-top: -20px;
}
.slider-block .owl-controls .owl-buttons > .owl-prev, .slider-block .owl-controls .owl-buttons > .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 32px;
    background: #fff;
    color: #e9e9e9;
    border: 3px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 16px;
    margin: 0px;
    opacity: 1;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.slider-block .owl-controls .owl-buttons > .owl-prev{
    left: -60px;    
}
.slider-block .owl-controls .owl-buttons > .owl-next {
    right: -60px;
}
.slider-block .owl-controls .owl-buttons > .owl-prev:hover,
.slider-block .owl-controls .owl-buttons > .owl-next:hover {
    background-color: #ef7d39;
    border: 3px solid #ef7d39;
    color: #ffffff;
}
@media (max-width: 1260px){
    .slider-block .owl-controls .owl-buttons > .owl-prev{
        left: 0;    
    }
    .slider-block .owl-controls .owl-buttons > .owl-next {
        right: 0;
    }
}
@media (max-width: 991px){
    .section-title > h2,
    .section-title > h2 > span a{
        margin-bottom: 50px;
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .section-title > h2,
    .section-title > h2 > span a {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .section-title > h2 > span {
        padding-bottom: 20px;
    }
}

.ht-static-block{
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.img-block a{
    display: block;
    position: relative;
    overflow: hidden;
}
.img-block a img{
    width: 100%;
}
@media (max-width: 767px){
    .ht-static-block{
        margin: 25px 0;
    }
    .ht-static-block.promotion-block{
        margin-top: 25px;
    }
}
@media (max-width: 639px){
    .post_thumbnail img{
        width: 100%;
    }
}
@media (max-width: 479px){
    .promotion-block .above-wrapper .img-block.left-block,
    .promotion-block .above-wrapper .img-block.right-block,
    .promotion-block .below-wrapper .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .promotion-block .above-wrapper{
        margin: 0;
    }
    .promotion-block .below-wrapper .img-block:last-child{
        margin-bottom: 0;
    }
}
/*offer-block*/
.offer-block .img-block{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 15px;   
}
.offer-block .img-block > a > img{
    display: block;
    max-width: 100%;
}
@media (max-width: 479px){
    .offer-block .img-block{
        width: 100%;
        margin-bottom: 15px;
    }
    .offer-block .img-block:last-child{
        margin-bottom: 0px;
    }
}
/*featured-products*/
.featured-products{
    float: left;
    width: 100%;
    margin: 50px 0;
    clear: both;
}
#products .product-item , .featured-products .product-item, 
.product-accessories .product-item {
    margin: 0;
    padding: 0 15px;
}
.featured-products.featured-product{
    margin-bottom: 20px;
}
.featured-products.featured-product .product-item {
    width: 25%;
    margin-bottom: 30px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-item .product-miniature .thumbnail-container{
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    overflow: hidden;
}
#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-item .product-miniature .product-thumbnail{
    border: none;
    overflow: hidden;
}
#products img, .featured-products img, .product-accessories img, .product-item .product-miniature img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-item .product-miniature .highlighted-informations{
    position: absolute;
    top: 50%;
    bottom: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
    left: 30px;
    opacity: 0;
    overflow: hidden;
}
.products article .thumbnail-container .wishlist-button-add {
	top: 45px;
}
.product-action{
    padding: 10px 0;
}
.product-action .quick-view-btn,
.product-action .cart-action-btn{
    display: block;
    padding-bottom: 5px;
}
.product-action .btn.btn-primary {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ef7d39;
}
.product-action .btn.btn-primary i{
    font-size: 18px;
    color: #ef7d39;
}
.product-action .btn.btn-primary:hover{
    background-color: #ef7d39;
}
.product-action .btn.btn-primary:hover i{
    color: #ffffff;
}
.color, .custom-checkbox input[type="checkbox"] + span.color{
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-item .product-miniature .variant-links{
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: left;
    padding: 0; 
    margin: 0px;
    position: relative;
}
#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
    left: 30px;
    opacity: 1;
    bottom: auto;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-item .product-miniature .product-description{
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-item .product-miniature .product-title{
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: left;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a{
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
#products .product-title:hover a, .featured-products .product-title:hover a, .product-accessories .product-title:hover a, .product-item .product-miniature .product-title:hover a{
    color: #ef7d39;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-item .product-miniature .product-price-and-shipping{
    font-size: 20px;
    color: #ef7d39;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.product-flags li.product-flag, 
#products .products-grid .products .product-item .product-flags > li, 
.products-grid .products .product-item .product-flags > li {
    background: #333333;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    margin: 0;
    min-height: auto;
    min-width: auto;
    line-height: 18px;
    box-shadow: none;
}
.product-flags li.product-flag.new, 
.products-grid .products .product-item .product-flags > li.new, 
#products .products-grid .products .product-item .product-flags > li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    background: #ef7d39;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}
.product-flags li.product-flag.new + .product-flag.pack, 
.products-grid .products .product-item .product-flags > li.new + .product-flag.pack, 
#products .products-grid .products .product-item .product-flags > li.new + .product-flag.pack {
    left: 10px;
    top: 45px;
}
.product-flags li.product-flag.pack, 
.products-grid .products .product-item .product-flags > li.pack, 
#products .products-grid .products .product-item .product-flags > li.pack {
    background: #8b8f98;
}
.product-flags li.product-flag.on-sale, 
.products-grid .products .product-item .product-flags > li.on-sale, 
#products .products-grid .products .product-item .product-flags > li.on-sale {
    background: #8b8f98;
}
.product-flags li.product-flag.on-sale + .product-flag.discount, 
.products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount, 
#products .products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount {
    right: 10px;
    top: 45px;
}
#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px 5px;
}
.discount-percentage {
    top: -210px !important;
}
#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, 
.product-flags li.product-flag.discount-percentage {
    background-color: #333333;
}
@media (max-width: 1199px){
    .featured-products.featured-product .product-item {
        width: 33.3333%;
    }
}
@media (max-width: 991px){
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    #products .product-miniature:hover .product-title, 
    .products .product-item .product-miniature:hover .product-title, 
    #products .product-miniature:hover .product-price-and-shipping, 
    .products .product-item .product-miniature:hover .product-price-and-shipping{
        display: block;
    }
    .featured-products{
        margin: 25px 0;
    }
    .featured-products.featured-product .product-item {
        width: 50%;
    }
}

/*testimonial-section*/
.ht-static-block.testimonial-block {
    display: block;
    position: relative;
    padding: 100px 0 80px;
    background-image: url(../img/testimonilas-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.ht-static-block.testimonial-block:after{
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.ht-static-block.testimonial-block .content-block{
    display: block;
    position: relative;
    z-index: 1;
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.ht-static-block.testimonial-block .section-title > h2 > span{
    color: #ffffff;
}
.ht-static-block.testimonial-block .content-block .text-block p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.ht-static-block.testimonial-block .content-block .img-block img{
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    height: auto;
    text-align: center;
    max-width: 100%;
    border: 5px solid #1e1e1e;
    border-radius: 50%;
}
.ht-static-block.testimonial-block .content-block .text-block .name{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ht-static-block.testimonial-block .content-block .text-block .designation{
    display: block;  
    font-size: 17px;
    font-weight: 400;
}
@media (max-width: 768px){
    .ht-static-block.testimonial-block{
        padding: 70px 0 50px;
    }
}

/*blog-section*/
.ht-home-blogs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog-section {
	padding-top: 0;
}
.ht-home-blogs .content-block {
    display: block;
}
.ht-home-blogs .blog-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}
.ht-home-blogs .blog-slider .item .item-inner {
    display: block;
    position: relative;
}
.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}
.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.ht-home-blogs .blog-slider .item .text-block .post-content{
    display: block;
    width: 100%;
    float: left;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title > span {
    color: #000000;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}
.ht-home-blogs .blog-slider .item .text-block .blog-title:hover > span {
    color: #ef7d39;
}
.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
}
.ht-home-blogs .blog-slider .item .text-block .blog-read-more {
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 25px;
}
.pagination li a i {
    cursor: pointer;
}
.owl-theme .owl-controls .owl-page span{
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #aeb1b6;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #000;
    border-color: #000;
    border-radius: 3px;
}
@media (max-width: 991px){
    .ht-home-blogs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 639px){
    .ht-home-blogs .content-row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/*brands-section*/
.ht-home-brands {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ht-home-brands .content-block {
    display: block;
}
.ht-home-brands .brand-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}
.ht-home-brands .brand-slider .item > a > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
@media (max-width: 991px){
    .ht-home-brands {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 767px){
    .ht-home-brands {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
#products .row.products-selection {
    border: 1px solid #e1e1e1;
}
.page-manufacturer #wrapper #content-wrapper ul {
    display: block;
    font-size: 0;
}
.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img {
    display: block;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}
@media (max-width: 479px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}

/*footer*/
#footer{
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
}
.footer-before{
    float: left;
    width: 100%;
    clear: both;
    background: #ef7d39;
    padding: 60px 0;
}
.footer-socials {
    text-align: center;
    padding: 6px 0;
    width: 30%;
}
.footer-socials .section-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 25px;
}
.footer-socials .content-block {
    display: inline-block;
    vertical-align: middle;
}
.footer-socials .content-block > ul > li {
    margin: 0 5px;
    display: inline-block;
}
.footer-socials .content-block > ul > li > a {
    height: 48px;
    display: block;
    width: 48px;
    text-align: center;
    background: #ed629b;
    line-height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.12);
}
.footer-socials .content-block > ul > li > a:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}
/*footer-container*/
.footer-container{
    float: left;
    width: 100%;
    clear: both;
    background: #ffffff;
    padding: 0;
    margin: 0;
}
.footer-top{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 45px;
}
.footer-container .column-title {
    color: #111111;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
}
.footer-container #block_contact_hours .column-title {
    margin-bottom: 15px;
}
.footer-container #block_contact_hours .column-title  > a {
    display: block;
}
.footer-container #block_contact_hours .column-title  > a > img {
    max-width: 100%;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer-links > li {
    margin-bottom: 12px;
    display: block;
}
.footer-links > li > a {
    display: inline-block;
    color: #333333;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.footer-links > li > a:hover {
    color: #ef7d39;
}
.footer-links > li > a i {
    font-size: 11px;
    padding-right: 10px;
}
.column-content {
    display: block;
    color: #333333;
}
.column-content .contact-info {
    display: block;
}
.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.column-content .contact-info .item .text-span {
    display: block;
    line-height: 24px;
}
.column-content > p {
    margin-bottom: 15px;
    color: #ffffff;
}
.newsletter-block{
    width: 70%;
}
.newsletter-block .newsletter-title{
    height: 60px;
    line-height: 60px;
}
.newsletter-block .newsletter-title,
.newsletter-block .block.newsletter{
    display: inline-block;
    float: left;
    padding: 0;
}
.newsletter-block .newsletter-title > span{
    font-size: 32px;
    color: #fff;
}
.newsletter-block .block.newsletter .form.subscribe{
    position: relative;
}
.newsletter-block .block.newsletter .control input{
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: none;
    padding: 0 30px;
}
.newsletter-block .block.newsletter .form.subscribe .actions {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.newsletter-block .block.newsletter .form.subscribe .actions input{
    background-color: #fff;
    border: none;
    color: #9c9c9c;
    cursor: pointer;
}
.newsletter-block .block.newsletter .form.subscribe .actions input:hover{
    color: #ef7d39;
}
.newsletter-block .block.newsletter .form.subscribe .alert-danger{
    margin: 10px 0 0;
    padding: 5px;
}
.newsletter-block .block.newsletter .field.newsletter .content-inner > p {
	color: #fff;
	padding-top: 15px;
	font-size: 12px;
}
.newsletter-block .block.newsletter .input-wrapper input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	border: none;
	padding: 0 30px;
}
.condition{
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}
@media (max-width: 1199px){
    .newsletter-block .newsletter-title > span{
        font-size: 28px;
    }
}
@media (max-width: 991px){
    .newsletter-block,.newsletter-block,
    .footer-socials,
    .newsletter-title, 
    .newsletter-block .block.newsletter{
        width: 100%;
        text-align: center;
    }
    .footer-socials{
        margin-top: 15px;
    }
    .footer-before{
        padding: 30px 0;
    }
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
}
#footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    display: block;
    clear: both;
    font-size: 0;
}
#footer .footer-bottom .footer-bottom-inner .copyright {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
#footer .footer-bottom .footer-bottom-inner .copyright > a {
    color: #333333;
    text-transform: capitalize;
}

@media (max-width : 767px){
    #footer{
        padding-top: 25px;
    }
    .footer-socials {
        display: block;
        float: left;
        padding: 10px 0;
    }
    .footer-socials .section-title {
        font-size: 20px;
        margin-right: 15px;
    }
    .footer-socials .content-block > ul > li {
        margin: 0 4px;
    }
    .footer-socials .content-block > ul > li > a {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        width: 42px;
    }
    .footer-top {
        padding: 30px 0;
    }
    .footer-container .links .title{
        color: #333333;
        font-weight: 700;
        font-size: 20px;
        border-bottom: none;
    }
    .footer-container .links .title:hover span{
        color: #ef7d39;
    }
    .footer-container .navbar-toggler{
        width: 22px;
        height: 22px;
        padding: 0;
        font-size: 22px;
        line-height: 22px;
    }
    .footer-container .links ul,
    .footer-column-content{
        background-color: transparent;
        padding: 0 15px;
    }
    .working-hours > p{
        padding: 5px 0 5px 5px;
    }
    .footer-container .links ul > li{
        border-bottom: none;
        padding: 5px 0 5px 0;
        margin: 0;
    }
    .footer-container .links ul > li a {
        color: #333333;
        font-weight: 400;
    }
    .footer-container .links ul > li:hover a{
        color: #ef7d39;
    }
    .footer-bottom .content-main {
        padding: 18px 0;
    }
    .footer-bottom .content-main .footer-bottom-center {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-center {
        text-align: center;
    }
    .footer-bottom .content-main .copyright-block .copyright {
        width: 100%;
        margin-right: 0;
        padding: 0 0 13px;
    }
    .footer-bottom .content-main .footer-bottom-right {
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons > ul > li {
        margin: 0 2px;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons > ul > li > img {
        max-width: 40px;
    }
}
/*category-page*/
#products .js-product-list .products-grid .products .product-item{
    width: 33.3333%;
}

#products .product-item.list-view .product-miniature .product-description{
    padding-top: 0;
}
.best-seller-products .section-title > h2 > span::before, 
.best-seller-products .section-title > h2 > span::after{
    width: 370px;
}
#product .h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 35px;
    text-transform: capitalize;
}
#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #ef7d39;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
#product .product-price .current-price {
    font-size: 0;
    margin-bottom: 0;
}
#product .product-price .current-price > span {
    font-size: 28px;
}
#product .product-price .current-price .discount {
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
    border-radius: 3px;
}
#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.product-discounts > .product-discounts-title {
    font-weight: 600;
}
#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-sharing span {
    font-weight: 600;
}
.quickview .social-sharing {
    margin-left: 0;
}
.modal.quickview .social-sharing ul > li > a {
    border: none;
}
.social-sharing ul > li {
    box-shadow: none;
}
.social-sharing ul > li > a {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.product-short-description p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}
.product-short-description ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}
.product-short-description li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}
#blockcart-modal .modal-body .divide-right span.color {
	height: auto;
	width: auto;
	border: none;
	cursor: auto;
}
@media (max-width : 767px){
    .best-seller-products .section-title > h2 > span::before, .best-seller-products .section-title > h2 > span::after {
        width: 310px;
    }
}
@media (max-width : 767px){
    #product .h1 {
        padding-top: 25px;
    }
}
@media (max-width : 379px){
    #product .h1 {
        font-size: 18px;
    }
}

body#checkout #header .header-nav{
    height: 100px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
}
body#checkout #header .header-msg-block{
    display: none;
}
body#checkout #header #_desktop_logo{
    height: 100px;
}
body#checkout #header .header-nav #_desktop_contact_link{
    display: block;
    float: left;
    padding: 27.5px 15px;
}
body#checkout #header .header-nav #_desktop_contact_link a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
body#checkout #header .header-nav #_desktop_contact_link a:hover{
    color: #333333;
}
body#checkout #header .header-nav .logo{
    margin: 0 auto;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link{
    text-align: left;
}
body#checkout .header-contact-block,
body#checkout #_desktop_language_selector,
body#checkout #_desktop_currency_selector{
    display: none;
}
@media (max-width : 767px){
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"]{
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #333333;
        color: #fff;
        width: 50px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}
#content-wrapper .block-category {
    box-shadow: none;
    max-height: unset;
    border: none;
    margin-bottom: 20px;
}
.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0px;
}
.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
}
.block-category .category-cover-block .category-desc {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
}
.block-category .category-cover-block .category-desc h1 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}
.block-category .category-cover-block .category-desc {
    color: #666666;
    display: block;
}
.block-category .category-cover-block .category-desc #category-description > p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
}
.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    margin: 0;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content img {
    max-width: 100%;
}
#product .tabs .tab-pane {
    padding: 0;
}
#product .tabs .tab-pane .product-description > p {
    color: #333;
    margin-bottom: 10px;
}
#product .tabs .tab-pane .product-description > ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}
#product .tabs .tab-pane .product-description > ul > li {
    margin-bottom: 10px;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}
/*********
block-reassurance
*********/
#product #block-reassurance {
    box-shadow: none;
}
#block-reassurance ul{
    margin: 0;
    border: 1px solid rgba(0,0,0,.25);
}
.block-reassurance-item .icon-img {
    display: inline-block;
}
#block-reassurance ul {
    margin: 0;
}
#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #f6f6f6;
}
#block-reassurance li {
    border-bottom: 1px solid #e1e1e1;
}
#product #block-reassurance li span {
    font-weight: 500;
}
.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
}
.blockreassurance_product > div {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 1rem 1.5rem;
}
.blockreassurance_product > div > p {
    margin-bottom: 0;
}
.blockreassurance_product > div:last-child {
    border-bottom: none;
    padding: 0;
}
.blockreassurance_product > div:nth-last-child(2) {
    border-bottom: none;
}
.page-my-account #content .links a:hover i {
    color: #333333;
}
.page-my-account #content .links a:hover {
    color: #333333;
}
.product-line-info.color {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	cursor: auto;
}
.footer-links li::before {
	content: "\f105";
	font-family: fontawesome;
	padding-right: 6px;
}
.footer-links li:hover {
	color: #ef7d39;
}
#search_filters .facet.clearfix {
	padding: 6px 15px;
}
.btn.btn-comment.post-product-comment {
	background-color: #333;
}
.btn.btn-comment.post-product-comment:hover {
	background-color: #ef7d39;
}
#product-comments-list .btn-comment.btn-comment-big.post-product-comment {
	margin: 0;
}
#empty-product-comment {
	padding: 20px 15px;
}
.products-sort-order .dropdown-menu {
	width: 100%;
}
.products-sort-order .dropdown-menu .select-list:hover {
	color: #fff;
}
.product-comments {
	margin: 70px 0 55px;
	margin-top: 70px;
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
	border: 2px solid #e1e1e1;
	margin-top: 40px;
}
#product-comments-list-header {
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#product-comments-list-header .comments-nb {
	padding-left: 0;
	padding-top: 3px;
	font-size: 16px;
	font-weight: 700;
	color: #7a7a7a;
}
.comments-note {
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	color: #7a7a7a;
}
#product-comments-list {
	padding: 0 15px;
}
.product-comment-list-item.row {
	padding: 20px 15px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}
.product-comment-list-item:last-child {
	border: none;
}
#product-comments-list-footer {
	border-top: 1px solid #e1e1e1;
}
#product-comments-list-footer {
	min-height: 100%;
}
#product-comments-list-footer .post-product-comment {
	margin: 30px auto;
	display: block;
}



#header .logo {

    max-width: 330px;
}






/*firt main  block*/
/*firt main  block*/
/*firt main  block*/
/*firt main  block*/
/*firt main  block*/
.block_header {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.48;
}


.block_subheader {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
   
}


ul.block_list {
    margin: 15px 0;
}
.section1 .section1_col .block_header {
    margin: 50px 0 0;
}

ul.block_list li span {
    background: url(../img/check_mark.png) no-repeat;
    padding:0 0 0 35px;
    line-height: 2.6;
}


.button_orange {
    display: inline-block;
    background: linear-gradient(to right, #ffab51, #ef7c01);
    border-radius: 37px;
    margin-bottom: 30px;
}

.button_orange .button_text {
    display: inline-block;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 30px;
}

.orange_text, ul.block_list li span {
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}


img.imghome1 {
    max-width: 100%;
}


.home_block.section1.row {
   
    align-items: center;
}





/* end firt main  block*/
/* end firt main  block*/
/* end firt main  block*/
/* end firt main  block*/





.block_header_light {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 300;
}

.block_subheader {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.textshomrtopfirst {
    text-align: center;
    margin-top: 59px;
    margin-bottom:30px;
}

.section3 .section_bg {
    background-image: url(../img/bg_big_seat_belt_BA.webp);

}


.section3 .section_bg {
    padding: 100px 0 107px;
}

.block_text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
}


.block_header{
    font-family:Montserrat, sans-serif;font-size:34px;
    font-weight:700;
    line-height:1.48
}


:root {
    --color-sub: 0, 0, 0; /* Valor RGB */
}


.section4 .section_bg {
    background-image: url(../img/bg_big_employees.webp);
}
.section4 .section_bg {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 100px 0 55px;
    background-size: 100% auto;
}
.section4 .section_bg .section_right .block_text {
    margin: 25px 0;
}


.section_right.col-md-6 {
    top: -21px;
    padding-left: 35px;
}




.dark_blue_block {
    background: url(../img/bg_dark_blue.png) center center no-repeat;
    background-size: cover;
    min-height: 263px;
    color: #fff;
}

.dark_blue_block .block_header {
    margin-top: 62px;
}



.dark_blue_block .block_text {
    margin-top: 17px;
    box-sizing: border-box;
    text-align:center;
    color:white;
}

.dark_blue_block {
    text-align: center;
}


 .section6 .section_bg {
    background-image: url(../img/bg_big_seat_belt_2.webp);
}

.orange_text {
     color: #ef7c00;
 }

.block_header, .block_subheader, .orange_text {
    text-transform: uppercase;
}

.section6 .section_bg .label_blocks .email_block {
    max-width: 560px;
    background: url(../img/bg_email_block_small.png) left center no-repeat;
    margin: 10px;
    border-radius: 6px;
    width: 47%;
}


.shadow_block {
    background: #fff;
    box-shadow: 0 8px 41px 0 rgba(0, 0, 0, .2);
}

.section6 .section_bg .label_blocks .technical_block {
    max-width: 560px;
    background: #fefcea;
    background: url(../img/bg_technical_block_small.png) left center no-repeat, linear-gradient(to right, #ffab51, #ef7c01);
    margin: 10px;
    border-radius: 6px;
    width: 47%;
}

.section6 .section_bg .label_blocks {
    padding: 0 0 55px 20px;
}



.shadow_block .block_text {
    padding: 25px 10px 25px 70px;
    margin: 0;
}



.section6 .section_bg .label_blocks .technical_block .block_text {
    color: #fff;
    font-weight: 600;
}

.section6 .section_bg {
    padding: 100px 0 58px;
}

.section7 .section_bg {
    background-image: url(../img/bg_big_seat_belt_3.webp);
}

.section7 .section_bg {
    padding: 125px 0 55px;
}


.section7 .section_bg .section_right .block_text {
    margin: 25px 0;
}

.section7  .section_bg {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 100px 0 55px;
}

.section9 .section_bg {
    background-image: url(../img/bg_big_airbag_controller.webp);
}

.section9 .section_bg .section_left .airbag_block {
    background: url(../img/bg_airbag_block_small.png) left center no-repeat;
    margin-top: 20px;
}

.section9 .section_bg .section_left .button_orange {
    margin: 52px 0 18px -15px;
}


.section9 .section_bg {
    padding: 125px 0 58px;
}


.section10 .num {
    margin: 35px auto;
    background: #ccc;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
}

.section10 .img {
    height: 90px;
    text-align: center;
}

.section10 .block_subheader {
    margin: 40px 0 8px;
    text-transform: none;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}
.section10 .step1 .block_text {
    font-size: 14px;
}
.section10 .step1 .block_text p:nth-child(2) a {
    padding: 0 10px;
    color: #ef7c00;
    text-decoration: underline;
}

.section10 {
    padding: 138px 0 220px;
    text-align: center;
}

.section11{width:100%;text-align:right}
.section11 .block_header{text-align:left;padding:75px 0 65px;margin:0;max-width:370px}
.section11 .block_elipse{margin:0;top:260px}
.section11 .vehicle{position:absolute;right:0}
.section11 .vehicle .vehicle_link{text-align:left;z-index:2;width:235px}
.section11 .vehicle .vehicle_link a{display:block;height:60px;padding:8px 0 0 13px;background:#fff;border-radius:5px;border-top:2px solid #ef7c00;box-shadow:-3px 3px 11px 0 rgba(0,0,0,.1);text-decoration:none}
.section11 .vehicle .vehicle_link a .vehicle_descr{font-size:13px;color:#242424;font-weight:700;margin:0;line-height:1.5}
.section11 .vehicle .vehicle_link a .vehicle_price{margin:0;font-size:17px;color:#ef7c00;font-weight:700;line-height:1.5}
.section11 .vehicle .vehicle_link a:hover{background:#f4f4f4}
.section11 .vehicle .link1{position:relative;top:-916px;left:200px}
.section11 .vehicle .link2{position:relative;top:-895px;left:77px}
.section11 .vehicle .link3{position:relative;top:-796px;left:40px}
.section11 .vehicle .link4{position:relative;top:-736px;left:77px}
.section11 .vehicle .link5{position:relative;top:-703px;left:200px}

.section11 .vehicle img {
    top: -390px;
    position: relative;
    z-index: 1;
}



.home_block.section1.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.elfsightcfcind {
    width: 100%;
    overflow: hidden;
}


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

.section10 {
    padding: 31px 0 50px;
    text-align: center;
}

.section10 .num {
    margin: 5px auto;
    background: #FF9800;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    line-height: 29px;
    display: block;
}

.section10 .block_subheader {
    margin: 0px 0 8px;
 
}


.section6 .section_bg .label_blocks .email_block {
    max-width: 90%;
    margin: 10px;
    width: 90%;
}

.section6 .section_bg .label_blocks {
    padding: 0;
}
.home_block.section7.right_text_block .block_header {
    font-size: 22px;
}
.section7 .section_bg {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 100px 0 55px;
    padding-bottom: 195px;
    background-size: auto 233px;
}


.button_orange .button_text {
  
    padding: 16px 24px;
}

.dark_blue_block {
 
    padding-bottom: 48px;
}


.section6 .section_bg .label_blocks .technical_block {
    max-width: 90%;
    margin: 10px;
    width: 90%;
}




.section4 .section_bg {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 123px 0 55px;
    background-size: 200% auto;
}






.col-md-4.refund {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.col-md-4.satisfaction {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}



    .section1 .section1_col .block_header {
        margin: 15px 0 0;

    }

    .home_block.section1.row {
        display: block!important;

        
    }

    .outimghome {
      display: none;
    }
    .textshomrtopfirst {
        margin-top: 0px;
    }

    .block_header_light {
        font-family: Montserrat, sans-serif;
        font-size: 31px;
        line-height: 1.1;
        font-weight: 300;
        margin-top: 10px;
    }

    .section3 .section_bg {
        padding: 26px 0 107px;
        margin-top: 35px;
    }


    .section3 .section_bg {
        padding: 26px 0 107px;
        margin-top: 35px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }



}


































span.addspancc {
    text-align: center;
    width: 100%;
    padding: 26px 0 !important;
    text-shadow: none;
    border: none;
    background: 0 0 !important;
}

h1.sbrmainh1 {
    font-size: 48px;
    line-height: 85px;
    font-family: Montserrat;
    color: rgb(18, 46, 62);
    font-style: normal;
    font-weight: bolder;
    margin: 0;
    margin-top: 60px;
}

h2.sbrmainh2 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: rgb(18, 46, 62);
    margin: 0;
    margin-bottom: 60px;
}

.procolcv {
    margin-bottom: 30px;
}

.proooboxx {
    position: relative;
    overflow: hidden;
}


img.esproductima {
    width: 100%;

}


p.namepespp {
    font-weight: 400!important;
    font-family: Montserrat!important;
    text-align: center!important;
    padding: 0 7px!important;
    font-size: 17px!important;
    font-weight: 500!important;
    line-height: 22px!important;
    color: #122e3e!important;
}


p.priceprodufgv {
    color: rgb(239, 124, 0)!important;
    font-family: Montserrat!important;
    font-size: 30px!important;
    text-align: center!important;
    line-height: 0!important;
    font-weight: 700!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.mainaddtocartff .ajax_add_to_cart_button {
    text-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to right, #ffaa51, #ef7c01);
    width: 100%;
    border-radius: 0 0 6px 6px;
    box-shadow: rgba(0, 0, 0, .07) 0 0 40px 7px;
}

.button.ajax_add_to_cart_button span {
   

    padding: 10px 14px;
    display: block;
    background: #f6860d;
    background: -moz-linear-gradient(top, #f6860d 0%, #b67224 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6860d), color-stop(100%, #b67224));
    background: -webkit-linear-gradient(top, #f6860d 0%, #b67224 100%);
    background: -o-linear-gradient(top, #f6860d 0%, #b67224 100%);
    background: -ms-linear-gradient(top, #f6860d 0%, #b67224 100%);
    background: linear-gradient(to bottom, #f6860d 0%, #b67224 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6860d', endColorstr='#b67224',GradientType=0);
}

.rowg {
    margin-left: -15px;
    margin-right: -15px;
}


.button.ajax_add_to_cart_button {
    font: 700 17px / 21px Arial, Helvetica, sans-serif;
    color: #fff;

}


span.addspancc {
    font-size: 21px;
}

span.addspancc:after {
    display:none;
}



.proooboxx {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .07) 0 0 40px 7px;
}


.proooboxx:hover {
    box-shadow: rgba(0, 0, 0, .35) 0 0 40px 7px;
}


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

h1.sbrmainh1 {
    font-size: 37px;
    line-height: 48px;
}


      p.hedaerodfd {
        background: #f8f8f8;
        padding-top: 5px;
        margin: 0 !important;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 5px;
    }


h2.sbrmainh2 {
 
    margin-bottom: 20px;
}
.procolcv {
  
    margin: 15px 30px;
      margin-top: 50px;
}


}

@media only screen and (min-width: 767px) {

    .hidedesk{display:none;}

}



.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 60px;
    width: 60px;
}


button.btn.btn-primary.add-to-cart {
    background: #ef7d39;
    border: 1px solid black;
    border-radius: 5px;
}



.color, .custom-checkbox input[type="checkbox"] + span.color {
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 60px;
    height: 60px;
    border-radius: 10px;
}









































p.orange123ddb {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFAA4F;
}


h1.landsecound34 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #122E3E;
}



p.land3paragdju {
    margin-top: 28px;
}

p.land3paragdju {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #122E3E;
}

.groupisdjsjorangela.clearfix {
    margin-top: 20px;
    margin-bottom: 25px;
}
a.fgbudforanage {
    background: linear-gradient(268.38deg, #FFAA4F 0.39%, #EF7D01 99.72%);
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 28px;
    display: inline-block;
    cursor: pointer;
}
span.fgbudforanage2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4F5665;
    margin-left: 15px;
    margin-right: 15px;
}
span.fgbudforanage3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4F5665;
    cursor: pointer;
    position: relative;
    top: 4px;
}

p.ifndfsometext {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #122E3E;
}
p.ifndfsometext.clearfix {
    margin-top: 20px;
    margin-bottom: 28px;
}
.boldx {
    font-weight: bold;
}


.hidemobile {
    display: block;
}
.hidedesktop {
    display: none;
}


img.firstimgaidjroci {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}

.allherox {
    position: absolute;
    top: 0;
    left: 0;
    width: 93% !important;
    height: 100% !important;
    z-index: -1;
}

.seatbeltrepairrevamp-second-block img.imgthumplace {
    width: 100%;
        padding-right: 10%;
}

.text1ksikji1row {
    padding-top: 65px;
    margin-bottom: 65px;
    border-top: 2px solid #eeeeee;
    margin-top: 65px;
}




img.text1ksikjiimage {
    max-width: 100%;
}
p.text1ksikji1p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #EF7D01;
}
span.text1ksikji1pspanmg {
    position: relative;
    top: 6px;
}
h1.text1ksikji1h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #122E3E;
}
h6.text1ksikji1h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #122E3E;
}
p.text1ksikji1h6price {
       font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    display: flex;
    align-items: center;
    color: #122E3E;
}
.groupisdjsjorangela.clearfix {
    margin-top: 20px;
    margin-bottom: 25px;
}
a.fgbudforanage {
    background: linear-gradient( 
268.38deg
 ,#FFAA4F 0.39%,#EF7D01 99.72%);
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 28px;
    display: inline-block;
    cursor: pointer;
}
span.fgbudforanage2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4F5665;
    margin-left: 15px;
    margin-right: 15px;
}
span.fgbudforanage3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4F5665;
    cursor: pointer;
    position: relative;
    top: 4px;
}
h5.firstfirstmmdfhh {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 43px;
    color: #0B132A;
    margin-bottom: 15px;
}
p.textdfirybjwes {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #000000;
}
p.lasorangeudeuh {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #FFA500;
}

.seatbeltrepairrevamp-second-block {
    margin-top: 20px;
   
    padding-top: 45px;
}


.seatbeltrepairservices_how_it_Work h3.services-des {
    color: #FFA500;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}


.seatbeltrepairservices_how_it_Work h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    color: #122E3E;
    margin: 0;
}


.seatbeltrepairservices_how_it_Work h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #122E3E;
    margin: 0;
    padding: 20px 0;
}

.seatbeltrepairservices_how_it_Work {
    text-align: center;
}
.seatbeltrepairservices_how_it_Work h1 {
    margin-bottom: 20px;
}

div#text1ksikji1row {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}


.row.heromainxcrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.seatbeltrepairrevamp-second-block {
   
    border-top: 2px solid #eeeeee;
}

.seatbeltrepairservices_how_it_Work p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.seatbeltrepairservices_how_it_Work h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #122E3E;
    margin: 0;
    padding: 20px 0;
}
.seatbeltrepairservices_how_it_Work-btn-wrapper a span.wpb_button.wpb_btn-warning.wpb_regularsize.custom-btn-one {
    /* background: #FFA500; */
    background: linear-gradient(to right, #EF7D01 , #FFAA4F );
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 16px 30px;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
    box-shadow: none;
}


.seatbeltrepairservices_how_it_Work-btn-inner a.wpb_button_a {
    position: relative;
}


.seatbeltrepairservices_how_it_Work-btn-inner span.desktop-view {
    position: absolute;
    top: -35px;
    right: -152px;
}






.seatbeltrepairservices_how_it_Work h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    margin-top: 30px;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #EF7D01;
}

.seatbeltrepairservices_how_it_Work .vc_column_container {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.seatbeltrepairservices_how_it_Work-btn-wrapper {
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

.imgfhg {
    width: 100%;
}

.firth-block {
    background: #FFFFFF;
    box-shadow: 4px 4px 50px 10px rgb(219 219 219 / 25%);
    border-radius: 10px;
    padding: 22px 22px;
    margin-bottom: 20px;
}
.firth-block {
    background: #FFFFFF;
    box-shadow: 4px 4px 50px 10px rgb(219 219 219 / 25%);
    border-radius: 10px;
}

.firth-block .block-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #122E3E;
    margin-bottom: 6px;
}

.firth-block .block-sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #122E3E;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    min-height: 69px;
}
.faqcrufh {
    margin-top: 73px;
}

.seatbeltrepairrevamp-first-block .colored-seat-belts-main-section h5 {
    color: #FFA500;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 13px;
}



.seatbeltrepairrevamp-first-block .colored-seat-belts-main-section h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    color: #122E3E;
}
.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section .button-wrapper a.second-block-repair, .seatbeltrepairrevamp-first-block .colored-seat-belts-main-section .button-wrapper a.first-block-repair {
    /* background: #FFA500; */
    background: linear-gradient(to right, #EF7D01 , #FFAA4F );
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    padding: 14px 20px;
    display: inline-block;
    vertical-align: middle;
    border: none;
}
.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section .button-wrapper small, .seatbeltrepairrevamp-first-block .colored-seat-belts-main-section .button-wrapper small {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4F5665;
    padding: 0 15px;
}


.seatbeltrepairrevamp-first-block .colored-seat-belts-main-section p.colorsh4groups-des {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #122E3E;
    width: 50%;
}



 .seatbeltrepairrevamp-first-block h1.colorfirsth1 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 57px;
    line-height: 65px;
    color: #122E3E;
    text-transform: capitalize;
}

img.heromainimg.cliima.imgthumplace.initial.loaded {
    max-width: 90%;
margin-top:20px;
}


 .seatbeltrepairrevamp-first-block{
    display:flex;
 }

 .seatbeltrepairrevamp-first-block .containerold .row {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.seatbeltrepairrevamp-first-block .heromain {
       text-align: right;
}


.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section h5 {
    color: #FFA500;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}


#module-safetyrestore-seatbeltrepairrevamp h1.colorfirsth1 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 57px;
    line-height: 65px;
    color: #122E3E;
    text-transform: capitalize;
}



 .seatbeltrepairrevamp-second-block .colored-seat-belts-main-section h1.colorfirsth1 {
    margin-bottom: 0;
    font-size: 65px;
    line-height: 65px;
}



 .seatbeltrepairrevamp-second-block  .containerold .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    color: rgb(18,46,62);
    line-height: 65px;
    margin-top: 0;
    margin-bottom: 30px;
}

.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #122E3E;
    margin-top: 0;
    margin-bottom: 25px;
}



.seatbeltrepairrevamp-second-block .colored-seat-belts-main-section .button-wrapper a.second-block-contact, .seatbeltrepairrevamp-first-block .colored-seat-belts-main-section .button-wrapper a.first-block-contact {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #4F5665;
}



.seatbeltrepairrevamp-second-block .button-wrapper, .seatbeltrepairrevamp-second-block .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.seatbeltrepairrevamp-third-block-left h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #EF7D01;
    margin-top: 0;
    margin-bottom: 10px;
}
.seatbeltrepairrevamp-third-block-left h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 65px;
    color: rgb(18,46,62);
    line-height: 65px;
    margin-top: 0;
    margin-bottom: 20px;
}

.seatbeltrepairrevamp-third-block-left p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #122E3E;
}
.seatbeltrepairrevamp-third-block-right .third-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.container-fluid.seatbeltrepairrevamp-third-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.seatbeltrepairrevamp-third-block-right {
    margin-left: 44px;
}


.container-fluid.seatbeltrepairrevamp-third-block {
    padding-bottom: 10px;
}

.seatbeltrepairrevamp-firth-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.seatbeltrepairrevamp-firth-block {
    padding-top: 80px;
}
.firth-inner {
    padding: 15px;
    width: 50%;
}
.firth-block {
    background: #FFFFFF;
    box-shadow: 4px 4px 50px 10px rgba(219, 219, 219, 0.25);
    border-radius: 10px;
    padding: 32px 22px;
}
.container-fluid.seatbeltrepairrevamp-firth-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.blackfgmain {
    background: #292929;
    color: white;
}

.blackfgmain {
    padding-left: 15px;
    padding-right: 15px;
}

.contentbtop {
    max-width: 698px;
    margin: 0 auto;
    padding: 60px 0px;
}
h1.blackleft1 {
    font-size: 68px;
    line-height: 26px;
    font-family: Montserrat;
    font-weight: bolder;
}
h2.blackrighh2 {
    margin-bottom: 25px;
    font-style: italic!important;
    font-size: 25px;
    line-height: 26px;
    font-family: Montserrat;
    color: rgb(128,128,128);
    font-style: normal;
    text-align: right;
    font-weight: 400;
    margin-top: 29px;
}

.iframecontenttt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframeyou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutseowhitemain {
    margin-top: 100px;
}
.aboutseocontainer {
    margin-left: auto;
    margin-right: auto;
    /* width: 1082px; */
    display: flex;
    flex-wrap: wrap;
}

h1.aliitelseo1 {
    font-size: 48px;
    line-height: 1em;
    font-family: Montserrat;
    color: rgb(18,46,62);
    font-weight: bolder;
    width: 100%;
}
h1.aliitelseo1 {
    font-size: 48px;
    line-height: 1em;
    font-family: Montserrat;
    color: rgb(18,46,62);
    font-weight: bolder;
    width: 100%;
}
h2.orangeseom {
    height: auto;
    letter-spacing: 0px;
    font-family: Montserrat;
    color: rgb(255,133,0);
    font-weight: 400;
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 40px;
}
p.moretestseos {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat;
    color: rgb(60,61,65);
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: -1px;
    margin-bottom: 25px;
}

img.seoimarealpi {
    position: absolute;
    width: 100%;
    bottom: 0;
}


img.lasimagfgkimg {
    max-width: 100%;
}
p.textbaixop {
    max-width: 514px;
    margin: 0 auto!important;
    font-size: 20px!important;
    line-height: 26px;
    font-family: Montserrat;
    color: rgb(255,255,255)!important;
    font-style: normal;
    padding-bottom: 50px;
}

.textbootmain {
    text-align: center;
}

.relativeseo {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    overflow: hidden;
}



h1.h1revifi {
    font-size: 48px;
    line-height: 85px;
    font-family: Montserrat;
    color: rgb(18,46,62);
    font-style: normal;
    text-align: center;
    font-weight: bolder;
    margin: 0;
}

h2.h2revifi {
    line-height: 29px;
    text-align: center;
    font-size: 21px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 29px;
}

.boxrevmaindd {
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(142,154,173,0.6);
    padding: 15px;
    margin-bottom: 25px;
}

p.boxrevmppp {
    color: rgb(18,46,62);
    font-weight: bolder;
    font-family: Montserrat;
    font-size: 14px;
}

p.goorevff {
    margin: 0;
    margin-top: 15px;
}

h1.boxmaintwo2h1 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: rgb(18,46,62);
    line-height: 58px;
    margin: 0;
}

.boxmorefghdleft {
    padding-top: 50px;
    padding-left: 78px;
}
h1.maintextgjhh1 {
    font-weight: bolder;
    text-align: center;
    color: rgb(18,46,62);
    font-size: 48px;
    font-family: Montserrat;
    font-style: normal;
    max-width: 1013px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}
p.maintextgjhhpp {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: rgb(18,46,62);
    font-size: 24px;
    max-width: 872px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    margin-bottom: 40px;
}

.picrevbackfg {
    max-width: 560px;
    margin: 0 auto;
}
h2.maintextgjhh2 {
    font-size: 20px;
    color: rgb(239,124,0);
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-weight: bolder;
    margin: 0;
}

p.mainbignudf {
    color: rgb(18,46,62);
    font-weight: bolder;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    font-weight: bolder;
    margin: 0;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 10px;
}

span.goorevffspan1 {
    font-size: 16px;
    color: #000;
    font-weight: bolder;
}

p.accordleftdf {
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    font-family: Montserrat;
    font-size: 14px;
}
span.goorevffspan2 {
    font-family: Montserrat;
    font-size: 12px;
    color: #000;
    font-weight: bolder;
    float: right;
}

.mainrevfg {
    padding-top:15px;
    margin-bottom: 100px;
}

.blackfgmain.blackfgmainmain.clearfix {
    margin-top: 100px;
    background: #000;
}

.blackfgmainmain h2.blackrighh2 {
    color: #FF9800;
}


@media only screen and (max-width: 767px) {
    .boxmorefghdleft {
        
        padding-left: 0;
    }

    h1.blackleft1 {
        font-size: 46px;
        line-height: 26px;
        font-family: Montserrat;
        font-weight: bolder;
    }
}


button.btn.btn-comment.btn-comment-big.post-product-comment {
    background: #ff7d00;
    color: #ffffff;
    margin-top: 22px;
    border-radius: 5px;
    font-weight: 800;
    text-align: center;
}

button.btn.btn-comment.btn-comment-big.post-product-comment i {
    display: none;
}

div#payment-option-2-container {
    display: none;
}

div#short_description_block {
    max-width: 100% !important;
}


button.btn.btn-primary.center-block {
    background: #ef7d39;
    border: 1px solid #ef7d39;
    border-radius: 5px;
    font-size: 16px !important;
}



@media (max-width: 767px){
.vehicle {
    display: none;
}

.section11 .block_header {
    text-align: left;
    padding: 75px 0 65px;
    margin: 0;
    max-width: initial;
    padding: 18px;
    text-align: center;
    font-size: 35px;
}

.dark_blue_block .block_elipse {
    margin: 0 auto;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .12);
    background: url(../img/elipse.png) center center no-repeat;
    border-radius: 50%;
    width: 70px;
    height: 72px;
    position: relative;
    top: 36px;
}

    .dark_blue_block {
        padding-bottom: 0px;
    }
}


nav.header-nav {
    z-index: 99999;
}


span.o {
    color: #ef7d39;
}

p.hedaerodfd {
    margin-top: 13px;
    margin-bottom: 0;
    font-weight: 800;
}

.fa-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

p.hedaerodfd i {
    font-size: 20px;
    line-height: 100%;
    color: #ef7d39;
    position: relative;
    top: 3px;
}

p.hedaerodfd .fa-comments {
    
    top: 5px;
}


.fa-comment:before {
    content: "\f075";
    font-family: FontAwesome;
}

.fa-comments:before {
    content: "\f086";
    font-family: 'FontAwesome';

}

p.hedaerodfd .fa-comments {
    top: 1px;
}



.input-group .input-group-btn > .btn, .input-group .input-group-btn > .btn[data-action="show-password"] {
    height: 38px;
    font-size: 13px;
    padding: 6px 15px;
    font-weight: 600;
    line-height: 28px;
    background: #FF9800;
}


.sbrmainsbr p.namepespp {
  
    font-size: 20px !important;
    
}