*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
html{
    background:#000; overflow-x: hidden;
}
body
{
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    background: #f7f7f7;
    color: #292826;
    overflow-x: hidden;
}

ul,ol
{
    list-style: none;
    margin-bottom: 0px;
    padding:0;
}
a
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
a:hover
{
    color: #54ab34;
}
::selection
{
    color: #54ab34;
    background:#f7f7f7;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
}
div.p ul li{
    list-style:disc;
    clear: none;
}
div.p ol li{
    list-style: decimal;
    clear: none;
}
div.p ul li,div.p ol li{
    padding-bottom: 5px;
    list-style-position: outsite;

}

#facebook_slider_widget {
    border-radius: 5px 0 0 5px;
    color: #FFF;
    height: 105px;
    right: 0;
    margin-right: -290px;
    margin-top: -110px;
    position: fixed;
    top: 45%;
    transition: all .3s ease 0s;
    width: 330px;
    z-index: 3000;
    cursor: pointer;
    background: url(/images/front/button_fb.png) left 0 no-repeat #3B579D;
    padding-left: 40px;
}
#facebook_slider_widget div {
    display: table-cell;
    vertical-align: top;
}
#facebook_slider_widget:hover{
    margin-right: 0;
}
.back_top {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
    background: #54ab34;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    line-height: 36px;
}
.back_top:hover{
    opacity:0.8;
}

header.main-header{
    position: fixed;z-index: 200;width:100%;top:0;
}
.top_bar_menu{
    border-bottom:6px solid #54ab34;padding:2px 0;
}
.main-header{
    border-bottom:11px solid #54ab34;padding:0 0 3px 0; background:#000000;
}
.top_bar_menu a.navbar-brand img{
    max-width: 135px;
}
.top_bar_menu_inner{
    padding:5px 0;border-bottom:3px solid #54ab34;
}
.top_bar_menu .navbar  ul > li.nav-item {
    position: relative;padding:0 6px;
}
.top_bar_menu .navbar ul li.nav-item:after{
    height: 16px;width: 2px;display: inline-block;background: #fff;content:'';right:-1px;top:50%;margin-top:-8px;margin-top: -6px;position: absolute;z-index: 0;
}
.top_bar_menu .navbar ul li.nav-item:last-of-type:after{
    display: none;
}
.top_bar_menu .navbar ul li a{
    font-family: 'Oswald', sans-serif; color:#fff;font-size:14px;font-weight: 700;text-transform: uppercase;width:100%;display: block;
}
.top_bar_menu .navbar ul li a span.fa{
    margin-left: 4px;
}
.top_bar_menu .navbar ul li a:hover{
    color:#54ab34;
}
.top_bar_menu .navbar ul li .dropdown-menu{
    background:#000;padding:10px;margin-top:0;
}
.top_bar_menu .navbar ul li .dropdown-menu a:hover,.top_bar_menu .navbar ul li .dropdown-menu a:focus{
    background: transparent;
}
.top_bar_menu .navbar ul li.dropdown:hover > .dropdown-menu {
    display: block;
}
.top_bar_menu .navbar ul li.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.super_container{
    padding-top:107px; 
}
.top_bar_menu .navbar ul li.dropdown > .dropdown-menu{
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-transform: translate(-50%,3px);
    -moz-transform: translate(-50%,3px);
    transform: translate(-50%,3px);
    display: block;
    width: 250px;
    margin-left: 50%;
    text-align: center;
}

.top_bar_menu .navbar ul li.dropdown:hover > .dropdown-menu{
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.top_bar_menu .navbar ul li.dropdown > .dropdown-menu .li-item {
    padding:5px;
}
.home-slider .owl-theme .owl-dots{
    position: absolute;top:0;left: 0;right: 0;
}
.home-slider .owl-theme .owl-nav{
    position: absolute;top:50%;left: 0;right: 0;height: 0;margin:0;
}
.home-slider .owl-theme .owl-nav .owl-prev{
    float: left;transform: translateY(-50%);margin: 0;
}
.home-slider .owl-theme .owl-nav .owl-next{
    float: right;transform: translateY(-50%);margin: 0;
}
.home-slider{
    background:#000;
}
.owl-theme .owl-nav{
    background:transparent;
}
.owl-theme .owl-nav [class*="owl-"]{
    background:transparent;font-size:30px;color:#4f4f54;
}
.home_content_inner{
    padding:0 50px;
}
.home_content_inner.balign1{
    margin-left:auto;margin-right: auto;text-align: center;
}
.home_content_inner.balign2{
    margin-left:auto;text-align: right;
}

.home_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color:#fff;
}
.home-slider .home_title h2{
    font-size:54px;
}
.home-slider .home_text p{
    font-size:22px;
    font-family: 'Oswald', sans-serif;
}
.home-slider .home_button a{
    background: rgb(97,199,48);
    background: linear-gradient(180deg, #53aa34 0%, #36811b 100%);
    padding: 12px 30px;
    font-size:15px;font-weight: bold;
    color:#fff;
    /*    border-top:1px solid #77f738;
        border-bottom-color:#69d633; */
    font-family: 'Oswald', sans-serif;
}
.home-slider .home_button a:hover{
    background: linear-gradient(0deg, #53aa34 0%, #36811b 100%);
}
.home-slider .active .home_content .home_title{
    opacity: 1;
    margin-top: 0px;
}
.home-slider  .home_content .home_title{
    transition: all 0.45s ease-in-out 1.0s;
    margin-top: 40px;
    opacity: 0;
}
.home-slider .active .home_content .home_text{
    opacity: 1;
    margin-top: 10px;
}
.home-slider  .home_content .home_text{
    transition: all 0.45s ease-in-out 1.15s;
    margin-top: 40px;
    opacity: 0;
}
.home-slider .active .home_content .button.home_button{
    opacity: 1;
    margin-top: 34px;
}
.home-slider  .home_content .button.home_button{
    transition: all 0.45s ease-in-out 1.5s;
    margin-top: 64px;
    opacity: 0;
}

.home_content_inner.black-t{
    color:#000;
}
.footer{
    background:#000;padding:5px 0 30px 0;color:#fff;
}
footer .right ul{
    margin-right: -10px;
}
footer .right ul li a{
    font-family: 'Oswald', sans-serif;
    color:#fff;
    font-size: 13px;
    text-transform: uppercase;
    padding:0 5px;
}
footer .right ul li a:hover,footer .right ul li a.active{
    color:#54ab34;
}
footer .right ul li{
    display: inline-block;padding:5px;position: relative;
}
footer .right ul li::after {
    height: 13px;
    width: 1px;
    display: inline-block;
    background: 
        #fff;
    content: '';
    right: -1px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    z-index: 0;
}
footer .right ul li:last-of-type:after{
    display: none;
}
footer .copyright_content{
    font-size:11px;margin-top:20px;
}
footer .left ul li a:hover,footer .right ul li a.active{
    color:#54ab34;
}
footer .left ul li a{
    color:#fff;padding-right: 4px;
}
footer .left ul li{
    display: inline-block;padding:5px;position: relative;
}
.footer .lines{
    width: 100%;display: inline-block;border-top: 3px solid #54ab34;margin:0px 0;border-bottom: 12px solid #54ab34;height: 26px;background: #000;
}
.footer .lines span{
    border-bottom: 6px solid #54ab34;padding:1px 0 1px 0;display: block;width:100%;
}
.special-btn{
    background: rgb(97,199,48);
    background: linear-gradient(180deg, #53aa34 0%, #36811b 100%);
    padding: 10px 25px;
    font-size:15px;
    font-weight: normal;
    color:#fff;
    /*    border-top:1px solid #77f738;
        border-bottom-color:#69d633; */
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-transform: uppercase;
}
.special-btn:hover{
    background: linear-gradient(0deg, #53aa34 0%, #36811b 100%);
    color:#fff;
}
.special-btn2{
    background: #DB2222;
    background: linear-gradient(180deg, #DB2222 0%, #FF4444 100%);
    padding: 10px 25px;
    font-size:15px;
    font-weight: normal;
    color:#fff;
    /*    border-top:1px solid #77f738;
        border-bottom-color:#69d633; */
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-transform: uppercase;
}
.special-btn2:hover{
    background: linear-gradient(0deg, #DB2222 0%, #FF4444 100%);
    color:#fff;
}
.footer .left-s{
    padding-right: 15px;padding-top:5px;padding-bottom: 10px;
}
.footer .right-s{
    padding: 18px 0;
}
.footer .right-s a{
    color:#fff;  
    font-size:20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    justify-content: center;
}
.footer .right-s a .footer-place{
    font-weight: 700;
}
.footer .right-s a img{
    max-width: 135px;margin:0 0px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 99999;
    background-size:cover;
    background-position: center;
    overflow: hidden;
}
#preloader .preloader:before {
    background-image: url("/images/front/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100px;
    margin-left: -27px;
    margin-top: -80px;
    position: absolute;
    width: 135px;
}

#preloader .status {
    height: 100%;
}
.preloader {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 40px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #54ab34;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.section_title {
    position: relative;margin:15px auto;
}
.section_title:before{
    top:50%;content:'';position: absolute;width:100%;height: 1px;background:#000;left:0;
}
.white-section{
    background:#fff;
}
.white-section .section_title h2{
    background:#fff;
}
.section_title h2{
    background:#f7f7f7;display: inline-block;padding:0 15px;position: relative;z-index: 2;font-size:30px;font-weight: bold;color:#857d7d;margin:0;
}
section.section {
    padding:20px 0;
}
.motorbike-one{
    padding:15px;
}
.motorbike{
    padding:0 30px;
}
.motorbike-one_title{
    color:#5ec62f;font-weight: bold;margin:0 0 0px 0;font-size:30px; font-family: 'Oswald', sans-serif;
}
.motorbike-one_text{
    color:#6a6a6a;font-weight: bold;margin:0 0 0px 0;font-size:18px; font-family: 'Oswald', sans-serif;
}
.motorbike-one_text p{
    margin-bottom: 0;
}
.motorbike-one_button{
    margin-top:10px;
}
.motorbike-one_button a{
    color:#54ab34;font-size:18px; font-family: 'Oswald', sans-serif;font-weight: bold;
}
.motorbike-one_button a:hover{
    color:#5ec62f;
}
.motorbike.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
}
.motorbike.owl-theme .owl-nav .owl-prev{
    float: left;
}
.motorbike.owl-theme .owl-nav .owl-next{
    float: right;
}
.motorbike.owl-theme .owl-nav [class*="owl-"]{
    margin:0;
}

.motobike-sell{
    background:#fff;padding:15px;box-shadow: 0px 1px 3px 1px #aeaeae;margin: 3px; margin-bottom:0px;height: calc(100% - 5px);margin-top:0px;
}

.motorbike.owl-carousel .owl-stage{
    margin:0 auto;
}
.motobike-sell h2{
    font-weight: bold;font-size:28px;margin:5px auto;
}
.motobike-sell h3{
    font-weight: bold;font-size:20px;margin-bottom: 5px;text-transform: uppercase;
}
.top-place{
    color:#fff;font-size:20px;margin-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
}
#motobike-sell{
    padding-bottom: 15px;
}
.motorbike.owl-theme .owl-nav [class*="owl-"]{
    margin-top:-25px;
}

.rs-news{
    display: flex;
}
.rs-news .media-box{
    width: 45%
}
.rs-news .media-box{
    padding-left: 12px;border-left:1px solid #d9d9d9;position: relative;
}
.rs-news .media-box a:hover{
    opacity: 0.7;
}
.rs-news .news-info{
    width: 55%;padding:10px 0 10px 15px;
}
.rs-news .news-info.full-width{
    width:100%;
}
#news-slider.owl-theme .owl-dots{
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#news-slider.owl-theme{
    padding-top:40px;padding-bottom: 40px;
}
.rs-news .news-info .date{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;color:#575757;font-size:16px;
}
.rs-news .news-info .title a{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;color:#000;font-size:20px;
    margin:5px 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rs-news .news-info .title a:hover{
    color:#5ec62f;
}
.rs-news .news-info p{
    margin:0;font-size:13px;
}
.rs-news .news-info p a{
    margin-left: 5px; color:#54ab34;font-weight: bold;
}
.rs-news .news-info p a:hover{
    color:#5ec62f;
}
.rs-news .media-box:before{
    content:"";
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #d9d9d9;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top:-5px;
}
.page-header{
    background:#000;text-align: center;
}
.page-header img{
    max-width: 100%;width:1280px;
}
.flex-center{
    align-items:center;
}
div.p img{
    max-width: 100%;height: auto !important;object-fit: cover;object-position: center;
}

.files-row{
    margin:15px 0;
}
.files-row .files_title h3{
    font-size:18px;color:#292826;
}
.files-row li{
    display: block;
}
.files-row li a{
    color:#292826;text-decoration: underline;padding:4px;display: inline-block;
}
.files-row li a:hover{
    color:#5ec62f;
}
div.p .files-row ul li{
    list-style: none;padding:0;
}

.photos-section{
    margin:15px 0;
}
.photos-section #motobike-pages .box-gallery{
    padding-bottom: 10px;
}
.photos-section .box-gallery{
    padding-bottom: 30px;
}
.photos-section .box-gallery a{
    position: relative;
    display:block;
    overflow: hidden;
}
.photos-section .box-gallery a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.photos-section .box-gallery a:hover{
    box-shadow: 0 0 0 3px #5ec62f;
}
.photos-section .box-gallery a:hover img  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.photos-section .box-gallery i.video-icon{
    position: absolute;top:50%;left: 50%;width:40px;height: 40px;text-align: center;color:#fff !important;margin:-20px 0 0 -20px;line-break: 40px;font-size:18px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.photos-section .box-gallery a:hover i.video-icon{
    color:#5ec62f;
}
.gallery-page p{
    font-size:12px;margin:10px 0 0 0;padding:0 5px;line-height: 1.1;
}
.top_bar_menu .navbar ul li.active > a, .top_bar_menu .navbar ul li a.active {
    color: #54ab34;
}
.motobike-sell-list{
    margin-bottom: 30px;
}
.padding-sell-list{
    padding:20px 50px 0;
}
#miniatures-slider{
    height: auto;display: inline-block;
}
#miniatures-slider a{
    padding-top: 100%; position: relative;display: block;
}
#miniatures-slider{
    margin-bottom:30px;
}
#miniatures-slider a img{
    position: absolute;top:0;left:0;height: 100%;width: 100%;
    object-fit: cover;
    object-position: center;
}

.motorbike-one-primary-img{
    background:transparent;
    padding: 0 15px;

    text-align: center;
    margin-bottom: 30px;
}
.motorbike-one-primary-img img{
    width:100%;
}
.motobike-sell.motorbike-details{
    background:transparent;box-shadow: none;
}
.motobike-sell.motorbike-details h3{
    font-size:24px;
}
.motobike-sell.motorbike-details h2{
    font-size:26px;
}
.back-to-list{
    margin-top:-10px;color:#292826;font-weight: 600;font-family: 'Oswald', sans-serif;text-transform: uppercase;vertical-align: middle;display: inline-block;
}
.back-to-list i{
    margin-top: -4px;font-size:16px;vertical-align: middle;
}
.description-acc{
    display: none;padding-bottom: 20px;line-height: 1.7;
}
.accordion-list{
    margin-top: 25px;
}
.accordion-list .one-accordion:nth-of-type(1) .description-acc{
    display: block;
}
.accordion-list .one-accordion .title{
    cursor: pointer;font-size:17px;color:#857d7d;font-family: 'Oswald', sans-serif;text-transform: uppercase;font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.accordion-list .one-accordion .title span{
    background:#f7f7f7;padding-right: 10px;position: relative;
}
.accordion-list .active .title,.accordion-list .one-accordion .title:hover{
    color:#54ab34;
}

.accordion-list .one-accordion.active .title:after{
    border-width: 0 5px  8px 5px ;
    border-color: transparent transparent #000 transparent;
}
.accordion-list .one-accordion .title:after{
    content:"";
    border-style: solid;
    border-width: 8px 5px  0 5px ;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 0px;
    top:50%;
    margin-top:-5px;
}
.accordion-list .one-accordion .title:before{
    top: 50%;
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #000;
    left: 0;
}
.description-acc .files-row{
    margin:0;
}
.news-home.owl-theme .owl-dots .owl-dot span{
    background:#000;
}
.news-home.owl-theme .owl-dots .owl-dot.active span,.news-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #54ab34;
}
#map{
    width:100%;height: 420px;border:1px solid #000;margin-bottom: 15px;
}

.notfound-social {
    margin-top: 20px;
}

.notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #ccc;
    margin: 3px;
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    text-align: center;
}
.notfound-social>a:hover {
    background-color: #54ab34;
}
.contact-row{
    padding:0 15px;padding-top: 30px;
}
#contact-person{
    padding-top:50px;
}
.title-contact{
    font-size:24px;margin-bottom: 20px;
}
.title-contact span{
    font-size:20px;
}
.contact-data{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.contact-data a{
    color:#000;
}
.contact-data a:hover{
    color:#54ab34;
}
.contact-data p{
    margin:0;line-height: 1.7
}
.form_col{
    display: none;padding:30px 0;width: 100%;
}

.one-person img{
    background:#fff;padding: 10px;margin-bottom: 15px;
}
.one-person .team_member_pos{
    font-size:16px;margin-bottom: 5px;
}
.one-person .team_member_name{
    font-size:24px;margin-bottom: 5px;font-family: 'Oswald', sans-serif;text-transform: uppercase;font-weight: 700;
}
.one-person .team_member_title{
    font-size:14px;margin-bottom: 5px;
}
.profile-contact li{
    font-size:12px;margin-bottom: 5px;
}
.profile-contact a{
    color:#000;
}
.profile-contact a:hover{
    color:#54ab34;
}
.profile-contact .phone{
    font-size:16px;
}
.one-person .person-btn{
    color: #54ab34;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.one-person{
    padding:20px 10px;
}
.one-person .person-btn:hover{
    color: #5ec62f;
}
.show-form{
    font-size:24px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
section.section.small-pd{
    padding:10px 0;
}
.form-control{
    border-radius:0;
    margin-bottom: 30px;
    border:1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #bebebe inset;
    font-size: 14px;
}
.form-control:focus {
    color: #000;
    background-color:
        #fff;
    border-color:#5ec62f;
    outline: 0;
    box-shadow: 0 0 0 1px #707070;
}
p.agree-p{
    font-size:12px;text-align: center;
}
.contact_form_container{
    width:100%;max-width: 800px;margin:0 auto;text-align: center;
}

.info{
    padding-top: 10px;display: none;
    text-decoration: underline;
    color: #707070;
    font-size: 20px;
}
.newsletter{
    background:#54ab34;color:#fff;
}
.newsletter h2 span{
    font-size:46px;display: block;
}
.newsletter h2{
    font-weight: 400;font-size:32px;line-height: 1;
}
.newsletter .one-col{
    padding:5px 15px;
}
.newsletter .newsletter-title{
    font-size:18px;font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}
.newsletter .custom-control-input:checked ~ .custom-control-label::before {
    color: 
        #fff;
    border-color:
        #000;
    background-color:
        #000;
}
.newsletter .custom-control-label,.newsletter p{
    font-size:12px;
}
.newsletter .custom-control-label{
    cursor: pointer;
}
.newsletter .custom-control-label::before,.newsletter .custom-control-label::after{
    top:0;
}
.newsletter .custom-checkbox .custom-control-label::before{
    border-radius: 0
}
.newsletter .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none
}
.newsletter  #newsletter_form a.btn{
    background: #000;
    padding: 10px 15px;
    border-radius: 0;
    font-size:14px;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
}
.newsletter  #newsletter_form a.btn:hover{
    background:#857d7d;
}
.newsletter  #newsletter_form{
    display: flex;
}
.newsletter .form-control{
    margin:0;width:calc(100% - 75px);border-color:#fff;box-shadow: none;
}

.form-content{
    padding:40px 0;
}
.form-content h2{
    font-size:24px;margin-bottom:20px;
}
.form-content p{
    margin-bottom: 30px;
}
.form-content form .form-group,.form-content form  select,.form-content form .files-row ,.form-content form .custom-control{
    width: 310px;max-width: 100%;margin:0 auto;
}
.form-content form .files-row{
    text-align: left;margin-bottom: 20px;
}
.form-content form .custom-control{
    text-align: left;margin-bottom: 20px;
}
.form-content form .form-group {
    position: relative;
}
.form-content form .form-group i.req{
    position: absolute;
    right: -15px;
    top: 10px;
    color:#8d8d8d;
}
.form-content p.req-info{
    color:#8d8d8d;font-size:12px;
}
.form-content form .form-group .form-control{
    background:transparent;margin-bottom: 15px;
}
.form-content h3 {
    font-size:16px;margin:5px 0 15px 0;
}

.input-rows{
    display: flex;flex-wrap:wrap;width: 310px;max-width:100%;margin:0 auto;justify-content: space-between;
}
.form-content form .input-rows .form-group{
    width:45%;margin:0px;
}
.form-content .custom-control-label::before, .form-content .custom-control-label::after {
    top: 0;
}
.form-content .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.form-content .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color:#000;
    background-color:    #000;
}
.form-content .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.form-content .custom-control-label {
    cursor: pointer;font-size:12px;color:#8d8d8d;
}
.form-content .custom-select{
    font-size:14px;background-color:transparent;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #707070;
    border-radius:0;
    background:url(/images/front/select.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}
.form-content #datetimepicker1{   
    background:url(/images/front/days.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}
.form-content #datetimepicker2{   
    background:url(/images/front/hour.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}

#news-list-slider .rs-news{
    padding:0 0 20px 0;align-items:center;height: 190px;overflow: hidden;
}

.blog-img.box-gallery a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-img.box-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-img.box-gallery a:hover {
    box-shadow: 0 0 0 3px #5ec62f;
}
.blog-img.box-gallery a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_body .date-post{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color:#575757;
    font-size: 16px;
    margin:0px 0 0;
    display: block;
}
.news_body .author-post{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#575757;
    font-size: 14px;
    margin:0px 0 0;
    display: block;
}
.news_body h2.news_title {
    font-size:24px;margin-bottom:30px;font-weight: 700;
}
.news_text  div.p{
    line-height: 1.7;font-size:14px;
}

.photos-section #motobike-pages-blog .box-gallery{
    padding:8px;
}

#motobike-pages-blog a {
    padding-top: 100%;
    position: relative;
    display: block;
}
#motobike-pages-blog a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#motobike-pages-blog{
    padding-top:10px;
}
.news_item{
    padding:40px 0;
}

#news-list-slider .slick-next.slick-arrow{
    text-indent: -99999px;background:none;border:none;
    width: 0;
    height: 0;
    border-style: solid;
    outline:none !important;
    border-width: 17.3px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    position: relative;
    margin-left:-10px;
    margin-top:10px;
}
#news-list-slider .slick-next.slick-arrow.slick-disabled{     
    border-color: #919191 transparent transparent transparent;
}
#news-list-slider .slick-prev.slick-arrow.slick-disabled{    
    border-color: transparent transparent #919191 transparent;
}

#news-list-slider .slick-prev.slick-arrow{
    text-indent: -99999px;background:none;border:none;
    width: 0;
    height: 0;
    border-style: solid;
    outline:none !important;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #000 transparent;
    left: 50%;
    position: relative;
    margin-left:-10px;
    margin-bottom: 10px;
}
#news-list-slider.slider-itms{
    margin-top: -27px;
}

#newsletter_form .has-error{
    box-shadow: 0 0 4px red;
}
.custom-control.has-error{
    text-shadow:0 0 3px red;
}
.newsletter .custom-checkbox.has-error .custom-control-label::before{
    box-shadow: 0 0 4px red;
}
.none{
    display: none;
}
.file-icon-span{
    text-decoration: none;display: inline-block;
}
.partners.footer{
    background:#fff;padding:10px 0;
}
.partners .owl-carousel .owl-stage{
    margin:0 auto;
}

#cookies-message-container #cookies-message{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#cookies-message-container{
    background:rgba(0,0,0,0.9);position: fixed;bottom:0;width:100%;color:#fff;padding:5px 5px;border-top:2px solid #54ab34;text-align: center;z-index: 1000;font-size:13px;
}
#cookies-message-container a{
    margin:5px;color:#54ab34;
}
#cookies-message-container a:hover{
    color:#5ec62f;
}
#cookies-message-container a#accept-cookies-checkbox:hover{
    background: linear-gradient(180deg,#36811b  0%,#53aa34 100%);
}
#cookies-message-container a#accept-cookies-checkbox{
    background: linear-gradient(180deg, #53aa34 0%,#36811b 100%);
    padding: 5px 25px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
    color: #fff;
    border-top: 1px solid #77f738;
    border-bottom-color: #69d633;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

p.lead.faq-tx {
    font-size: 16px;
    font-weight: 400;
}
.gallery-page.owl-carousel .box-gallery{
    padding:3px;
}

.home-slider .mobile-slider-home .owl-item .home_slider_background{
    width:100%;height: 100%;position: absolute;top:0;left:0;background-size: cover;
}
.home-slider .mobile-slider-home .owl-item img{display: block;}
.newsletter_info {
    background:#fff;
    color:#000;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 0;
    margin-right: 7px;
}
.motorbike-one-img{
    margin-bottom: 5px;
}
section.section{
    overflow: hidden;
}
.custom-control.has-error .custom-control-label{
    text-shadow: none;color:#ff0000;text-decoration: underline;
}
div.p ul,div.p ol{
    padding: 10px 0 10px 15px;
}
.slider-video{
    position: relative;overflow: hidden;
}
.slider-video .video-bg{
    background:#000;position: absolute;height:100%;width:100%;z-index: 2;opacity: 0.3;
}
.slider-video video{
    width: 1280px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}
.desc-fade{
    display: none;
}
.a-fade{
    cursor: pointer;
}
#navbarKawasaki .nav-item a:not([href]){
    cursor: default !important;
}
.fb_dialog {
    right: 55px !important;
}
.social-footer{
    font-size:20px;
}
.social-footer .facebook{
    background:#3B579D
}
.social-footer .twitter{
    background:#1da1f2
}
.social-footer .linkedin{
    background:#0e76a8
}
.social-footer .instagram{
    background:#c13584
}
.social-footer .pinterest{
    background:#e60023
}
.social-footer .youtube{
    background:#c4302b
}
.social-footer a{
    width:30px;height: 30px;background:#fff;display: inline-block;border-radius:4px;text-align: center;line-height: 30px;padding:0 !important;
}
.page-item .page-link{
    color:#54ab34;
}
.page-item.active .page-link{
    background: #54ab34;
    border-color: #54ab34;
    color:#fff;
}
.page-item.active .page-link:hover{
    color:#fff;
}

.selected-item .rs-news .media-box{
    border-color: #54ab34 !important;
}
.selected-item .rs-news .media-box:before{
    border-color: transparent transparent transparent #54ab34;
}

#contact-list{
    background: url(/images/front/select.png) no-repeat center right;
    background-color: #f7f7f7;
    cursor: pointer;
    height: 45px;
    padding: 0px 7px;
    padding-right: 7px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    box-shadow: none !important;
    border-color: #858585 !important;
    border-radius: 0;
    font-weight: 500;
    padding-right: 45px;
    text-overflow: ellipsis;
}
#contact-list option{
    background:#fff;
}
#contact-info .title-contact{
    margin-bottom: 5px;
}
#contact-info p{
    margin-bottom: 10px;
}
#contact-info .contact-data p{
    margin-bottom: 5px;font-size:18px;
}
#contact-info .contact-data p a{
    text-decoration: underline;
}
#map{
    border:none;
}
div.p img,.photos-section .box-gallery a,.news_image a,.right-widget .media-box a img,#map,.motorbike-one-img img,#news-slider.owl-carousel .owl-item img,.images-shadow{
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
}
.pages-files{
    padding:20px 0 10px 0;position: relative;
}
.pages-files:before{
    width: 300vw;
    background: #eeeeee;
    height: 100%;
    left: -50vw;
    content: '';
    position: absolute;
    top: 0;
    z-index: 0
}
.pages-files >*{
    z-index: 2;position: relative;
}
.news_image a{
    margin-bottom: 30px;
}
.right-widget{
    padding-right: 30px;
}
.right-widget .news-widget{
    margin:15px;margin-bottom: 50px;font-size:24px;font-weight: bold;border-bottom: 1px solid #ccc;padding:10px;position: relative;z-index: 2;
}
.right-widget:before{
    width:calc(100% - 15px);height: 100%;background:#fff;content:'';position: absolute;left:0;top:0;
}
.blog-files-row{
    padding:20px 15px;position: relative;
}
.blog-files-row > *{
    position: relative;z-index: 1;
}
.blog-files-row:before{
    background:#dedede;width:calc(100% + 30px);left:-15px;top:0;content:'';position: absolute;height: 100%;z-index: 0;
}

a.new-bnt-c{ 
    padding: 8px 15px;
    font-size:12px;
    margin-top: 15px;
}
.one-items-slider .news-info p{
    line-height: 1.2
}
#news-slider .rs-news .media-box{
    padding-left: 0;border-left: none;margin:5px 0;
}
#news-slider .rs-news .media-box:before{
    display: none;
}
.mule-one_title{
    font-size:30px; font-family: 'Oswald', sans-serif;padding:6px 15px 8px 15px;color:#fff;background:rgba(84,171,52,0.9);text-align: left;display: inline-block;
}
.mule-one_title.photoin{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -30px;
}
.homebox-mule .mule-one_text{
    text-align: left;padding:0 30px;
}
#motobike-new.owl-theme .owl-dots{
    padding:10px 0 0;
}
#motobike-new.owl-theme .owl-dots .owl-dot span{
    background:#000;
}
#motobike-new.owl-theme .owl-dots .owl-dot.active span, #motobike-new.owl-theme .owl-dots .owl-dot:hover span {
    background: #54ab34;
}
#motobike-new.owl-carousel.owl-loaded{
    display: flex;
    flex-direction: column-reverse;
}
.row-cateogires{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
}
.row-cateogires > [class*=col-]{
    padding:5px;
}
.category-one{
    background:#fff;padding:20px 10px 0;margin:10px 0;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
    position: relative;overflow: hidden;
    height: calc(100% - 10px);
    -webkit-transition: all ease .4;
    -moz-transition: all ease .4;
    transition: all ease .4s;
}
.category-one:hover{
    box-shadow: 0px 0px 6px 3px rgba(84, 171, 52, 0.9);
}
.cat-desc{
    position: absolute;width:100%;bottom:-1px;background:rgba(0,0,0,0.8);left:0;color:#fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);    
    opacity: 0;
    padding:20px 30px;font-size:13px;line-height: 1.2;
    -webkit-transition: all ease .4;
    -moz-transition: all ease .4;
    transition: all ease .4s;
    text-align: left;
    max-height: 100%;
    overflow: auto;
}
.category-one:hover .cat-desc{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); 
}
.cat-desc a.new-bnt-c{
    margin:5px;
}
.cat-one_title{
    font-size:24px;font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
.cat-one_text{
    font-family: 'Oswald', sans-serif;font-weight: 700;font-size:35px;margin-bottom: 10px;line-height: 1.1;
}
.category-one img{
    margin:15px 0 0 0;
}

.home-slider .home_slider2  .home_title h2{
    font-size:30px;
}
.home-slider .home_slider2  .home_text  p{
    font-size:14px;line-height: 1.4;margin-top:40px;margin-bottom: 0;
    width: 800px;max-width: 100%;margin-left:0;margin-right: auto;
    font-family: 'Fira Sans', sans-serif;
}
.home-slider .home_slider2 .balign1 .home_text p{
    margin-left: auto;
}
.home-slider .home_slider2 .balign2 .home_text p{
    margin-right: 0;margin-left: auto;
}
.row-verticles{
    margin-top:15px;margin-bottom: 15px;
}
.category-one.verticle-one{
    margin:3px 0;height:100%;
}
.row-cateogires.row-verticles > .col-md-4{
    padding-top:0;padding-bottom: 0;
}
.verticle-one img{
    margin:30px 0;
}
.verticle-one .cat-one_title{
    margin-top: 0;font-size:17px;
}
.verticle-one .cat-one_text{
    margin-bottom: 3px;margin-top:10px;
}
.icon-row{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    justify-content: space-between;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all ease .4;
    -moz-transition: all ease .4;
    transition: all ease .4s;
    padding:0 5px;
}
.icon-verticle{
    width:40px;height: 40px;background:#d6d6d6;border-radius:50%;text-align: center;display: flex;align-items: center;
    justify-content: center;margin-right: 3px;
}
.icon-verticle img{
    margin:0 !important;
}
.fuel-item{
    margin-left: auto;
}
.fuel-item,.person-item{
    align-items: center;
    display: flex;
}
.fuel-item{
    justify-content: flex-end;text-transform: uppercase;
}
.verticle-one:hover > .icon-row{
    opacity: 0;
}
.verticle-one .cat-desc{
    padding-left:10px;padding-right: 10px;
}
.verticle-one .cat-desc .features{
    padding:0 20px;
}
.features .f-tl{
    font-size:18px;text-transform: uppercase;margin-bottom: 10px;font-weight: bold;
}
.verticle-one .cat-desc .features i{
    font-size:12px;margin-right: 5px;
}
.verticle-one .cat-desc .features p{
    margin-bottom: 10px;
}
.cat-one_text a,.cat-one_title a{
    color:#000;
}
.features{
    display: table;
}
.features li{
    display: table-row;
}
.features li span.tt{
    display: table-cell;font-weight: bold;padding-bottom: 5px;padding-right: 15px;
}

.tab-content .tab-pane{
    padding:30px 10px;
}
.nav-tabs .nav-link{
    padding:5px 10px;;font-size:14px;    
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color:#000;
    border-radius:0;
    margin-top:3px;
    border:1px solid #999393;
    box-shadow: 0 0 10px 0 #dddcd9 inset;
    margin-left: -1px;
}
.nav-tabs .nav-link:first-of-type{
    margin-left: 0;
}
.nav-tabs .nav-item .nav-link{
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs{
    border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #999393 #999393 transparent #999393;
    background:transparent;
    color:#000;
    margin-top: 0;
    padding-top:8px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #999393 #999393 #999393;
    color:#54ab34
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #999393 #999393 transparent #999393;
    box-shadow: none;
    color:#000;
}
body #nav-tab.nav-tabs .nav-item.show .nav-link, body #nav-tab.nav-tabs .nav-link.active,
.nav-tabs .special-color{
    background: rgb(97,199,48);
    background: linear-gradient(180deg, #53aa34 0%, #36811b 100%);
    color:#fff;
    box-shadow: none;
}
.nav-tabs .special-color:hover{
    background:transparent;
}

.tab-pane .files-row,.tab-pane .files-row ul{
    padding:0;margin:0;
}
.verticle-images{
    margin:0; margin-left: -5px;margin-right: -5px;
}
.verticle-images > [class*=col-]{
    padding:5px;
}
.verticle-images.photos-section .box-gallery{
    padding-bottom: 0px;
}
.one-features-section{
    padding:30px 0;
}

.one-features-section .row{
    flex-direction: row-reverse;align-items: center;margin: 0;
}
.one-features-section.white-section .row{
    flex-direction: row;
}
.one-features-section .row .title-b{
    font-size:30px;margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;    
}
.one-features-section .row .desc-b{
    border-left:1px solid #90c97c;padding:5px 15px;font-size:17px;
}
.a-fade:before {
    margin-top:0;
}
.a-fade.opened, .a-fade:hover{
    color: #54ab34;
}
.accesories-row{
    margin-left: -5px;margin-right: -5px;
}
.accesories-row  [class*="col-"]{
    padding:0 5px;
}
.one-accesorie{
    padding:1px;position: relative;margin:5px 0;
    height: calc(100% - 10px);
    align-items: center;
    display: flex;
    width: 100%;
}
.one-accesorie:before{
    width:calc(100% - 10px);height: 2px;left:5px;bottom:-6px;content:'';position: absolute;background:#737373;
}
.one-accesorie:after{
    width:2px;height: calc(100% - 20px);right:-6px;top:10px;content:'';position: absolute;background:#737373;
}
.one-accesorie a{
    display: flex;align-items:center;padding:7px;
    height: 100%;
    width: 100%;
}
.one-accesorie a:hover{
    box-shadow: 0 0 1px 1px #54ab34;
    background: #fff;
}
.one-accesorie a img{
    width:74px;height: 74px !important;object-fit: cover;object-position: calc;margin-right: 20px;box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.6);
}
.one-accesorie a .accesorie-title{
    font-size:16px;color:#000;font-weight: bold;line-height: 1.2;
}
.accesory-title{
    font-size:24px;
}
.accesory-title span{
    font-size:14px;display: block;padding:5px 0;
}
.verticle-one .cat-one_text.accesory-title{
    margin:20px 0;padding:0 10px;
}
.category-one.verticle-one.accesory-one{
    height: calc(100% - 6px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding:0;
}
.category-one.verticle-one.accesory-one img{
    margin-bottom: 0;margin-top:0
}
.select-title-add select#contact-list{
    width: 280px;
    max-width: 100%;
    margin: 0px 0 0 10px;
    margin-top: 0px;
    height: 40px;
    font-size: 18px;
    margin-top: -7px;
}
.category-one.verticle-one.accesory-one.one-model{
    background: transparent;padding:0 5px;
    box-shadow: none;padding-bottom: 10px;
}

.accesorie-images .owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.accesorie-images .owl-stage-outer{
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
}

.shop-btn{
    position: relative;
    padding: 8px 15px;
    font-size:18px;
    font-weight: normal;
    color:#fff;
    /*    border-top:1px solid #77f738;
        border-bottom-color:#69d633; */
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin:10px;
}
.shop-btn span.bgr{
    position: absolute;width:100%;height: 100%;left:0;top:0;
    background: rgb(80,153,34);
    background: -moz-linear-gradient(0deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    background: linear-gradient(0deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#509922",endColorstr="#65c02c",GradientType=1);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
.shop-btn:hover span.bgr{
    background: rgb(80,153,34);
    background: -moz-linear-gradient(180deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    background: linear-gradient(180deg, rgba(80,153,34,1) 0%, rgba(101,192,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#509922",endColorstr="#65c02c",GradientType=1);
    color:#fff;
}
.shop-btn span.txt{
    position: relative;z-index: 2;
    display: flex;
    align-items: center;
    padding:0 15px;
}
.shop-btn:hover{
    color:#fff;
}
.shop-btn span.txt i {
    margin-right: 10px;
}
#nav-pojazdy .one-accesorie a img{
    width:100px;
}
.contact-info-row .contact_number{
    padding:7px 0;
}
.contact-info-row .contact_number *{
    margin-bottom: 0;
}

.contact-info-row .contact_number i{
    font-size:22px;width:35px;color:#54ab34;
}
.contact-info-row .contact_number a:hover{color:#54ab34}
.contact-info-row .contact_number a{
    color:#000
}
.contact-social li{
    padding:4px 0;
}
.contact-social a:hover{color:#54ab34}
.contact-social a{
    color:#000;
    display: inline-block;vertical-align: middle;
}
.contact-social i{
    font-size:28px;width:35px;vertical-align: middle;
}
.contact-info-col{
    align-self: center;
    background: #fff;
    padding: 30px;
}
.news_row{
    margin-top:30px;
}
.home-blog-main{
    position: relative;display: block;margin-bottom: 50px;overflow: hidden;
}
.home-blog-main .blog-date-main {
    background: rgba(84, 171, 52,0.7);
    color: #fff;
    padding: 5px 18px;
    position: absolute;top:5px;right:0;font-weight: bold;
    display: inline-block;
}
.home-blog-main .absolute-data .blog-title-main {
    font-size: 20px;
    padding: 15px 18px 15px 18px;
    color: #fff;
    display: block;
    text-shadow: 0 0 1px #000;
    max-width: 100%;
    line-height: 1.2;
}
.home-blog-main .absolute-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sidebar-box{
    margin-top:30px;
}
.swipebox i.fa-play{
    position: absolute;width:50px;height: 50px;font-size:20px;color:#fff;background:red;top:50%;left:50%;margin-left:-25px;margin-top:-25px;display: flex;align-items:center;justify-content: center;border-radius: 50%;
}
.year-tt,.lastet-info{
    font-size:18px;font-weight: bold;
}

.login_box_area{
    min-height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_box_area .container{
    width:700px;max-width:100%;margin:30px auto;
}
.login_form_inner{
    font-size:22px;background: #000;padding: 30px;border:4px solid #54ab34;
}
.error{
    border-color:red;box-shadow: 0 0 2px 0 red;
}
.news_posts .news_post{margin-top:30px;}
.login_form_inner h3{
    color:#fff;margin-bottom: 25px;
}
.login_form_inner .form-control{
    margin:0;
}
.send_info {
    border-radius: 0;font-size:14px;background:#fff;
}
.send_info  p{
    margin:0;
}
.topbar-user ul li{
    display: inline-block;color:#fff;margin:0 10px;;font-family: 'Oswald', sans-serif;
}
.topbar-user ul{text-align: right;padding:5px 20px;}
.topbar-user ul li a{
    color:#fff;font-weight: bold;
}
.top_bar_menu{
    margin-top: -15px;
}
.topbar-user ul li a:hover {
    color: #54ab34;
}
.news_page_nav ul li{display: inline-block;}
.news_page_nav ul li > *{
    width: 30px;height: 30px;text-align: center;line-height: 30px;border:1px solid #ccc;background:#fff;color:#000;display: block;margin:1px;
}
.news_page_nav ul li.active > *,.news_page_nav ul li > a:hover{
    color:#fff;background:#54ab34;
}
.sidebar-box a{
    color:#676767
}
.sidebar-box a:hover,.topbar-user ul li.active-user a{
    color:#54ab34
}
.sidebar-box{
    padding-left:20px;
}
.one-year-d{
    margin-bottom: 5px;
}
.blog-third{
    display: flex;margin:15px 0;align-items: center;
}
.blog-third > a{
    flex: 0 0 32%;overflow: hidden;
}
.blog-third > .title{
    flex:0 0 68%;padding-left: 10px;font-size:15px;
}
.blog-third > .title span{
    width:100%;display: block;font-style: italic;padding-bottom: 2px;font-size:13px;
}
.row .sidebar-box:last-of-type{
    margin-bottom: 30px;
}
.sidebar-box .categories{
    margin:8px 0;
}
.sidebar-box .categories li{
    list-style: disc;list-style-position: inside;padding: 2px;padding-left: 5px;
}
.home-blog-main img,.blog-third img{    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.home-blog-main:hover img ,.blog-third a:hover img{
    transform: scale(1.1) rotate(2deg);
}
.year-tt, .lastet-info{

    font-family: 'Oswald', sans-serif;
}
.l_hot_widget{
    padding:30px;border:10px solid #efefef;text-align: center;min-height: 200px;display: flex;
    justify-content: center;height: 100%;
    align-items: center;
}
.l_hot_widget i{
    color:#54ab34;font-size:25px;border:2px solid #efefef;width:60px;height: 60px;border-radius: 50%;line-height: 60px;text-align: center;margin-bottom: 20px;
}
.order_box{
    background: #000;padding:20px;color:#fff;border:5px solid #54ab34;margin-bottom: 30px;
}
.order_box .cat-list{
    list-style: disc;
    list-style-position: outside;
    list-style-position: inside;
    padding: 2px;
    padding-left: 2px;
    padding-left: 5px;

}
.order_box .cat-list a, .order_box h4 a {
    color: #fff;
}
.order_box .cat-list a:hover,.order_box .cat-list .active a, .order_box h4 a:hover{
    color:#54ab34
}
.special-btn.logout-b{
    margin-bottom: 10px;padding: 5px 15px;
}
.subcat_hide{
    display: none;
}
.cat_widgets .list li a {
    font-size: 14px;
    color: #222222;
}
.cat_widgets .list li {
    padding-bottom: 13px;
}
.cat_widgets .list li ul > li:last-of-type{
    padding-bottom: 0;
}
.cat_widgets .list li a.active, .cat_widgets .list li a:hover {
    color: #54ab34;
}
.widget-category ul.list ul {
    list-style: circle;
}
.cat_widgets .list li ul {
    padding-left: 16px;
    padding-top: 10px;
}
.widget-category ul.list {
    list-style: disc;margin-top:13px;
}
.widgets_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.l_w_title h3, .left-cat-widget .widget h4{
    color: #fff;
    font-weight: 400;font-size: 20px;
    width:100%;padding:10px 15px;text-align: left;background:#000;margin:0;
}
.widget-category, .left-cat-widget .widget{
    background:#fff;margin-bottom: 30px;
}
.showNextCat {
    cursor: pointer;
    float: right;
    margin-top: 4px;
}
.pagination li.disabled{
    opacity: 0;cursor: default;
}
.pagination li.disabled a{
    cursor: default !important;
}
.product_top_bar {
    background: #000;
    clear: both;
    display: flex;
    padding: 5px 5px;
}
.product_top_bar .left_dorp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.product_top_bar .left_dorp .form-control{
    width:auto;margin:0;
}
#product-reload .products .f_p_item {
    height: calc(100% - 10px);
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}
.f_p_item {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    background:#fff;
    padding-bottom: 15px;display: block;
}
.f_p_item h4 {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
    margin-top: 15px;
	padding:0 4px;
    padding-bottom: 5px;
}
.f_p_item .special-btn{
    padding:5px 10px;font-size:14px;
}
.f_p_img img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}
.f_p_item:hover .f_p_img img {
    transform: scale(1.07) rotate(-1deg);
    -webkit-transform: scale(1.07) rotate(-1deg);
    -moz-transform: scale(1.07) rotate(-1deg);
}
.f_p_item.prd_lst{
    padding-bottom: 68px;position: relative;
}
.f_p_item.prd_lst .prod_icon.mt-1{
    position: absolute;bottom: 12px;width: 100%;text-align: center;
}
.f_p_item.prd_lst > h5{
    position: absolute;bottom: 42px;width: 100%;text-align: center;
}
.f_p_img a.img-link {
    display: block;overflow: hidden;
    position: relative;
}
.row.products{
    margin-left:-5px;margin-right: -5px;padding:20px 0;
}
.row.products > .col-md-3{
    padding:0 5px;
} 
.breadcrumb{
    padding: 5px 10px;
    font-size: 12px;
}
.breadcrumb a{
    color:#000;
}
.breadcrumb-item.active,.breadcrumb .breadcrumb-item:last-of-type *{
    color: #54ab34;
}
.pager-box{
    background:#000;margin-top:10px;padding:5px;
}
.pager-box .pagination{
    justify-content: center;
}
.page-link{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    display: block;
    margin: 1px;
    padding: 0;
}
.active .page-link,.page-link:hover{
    color: #fff !important;
    background: #54ab34;
}
.blank span{color:#fff;padding:4px;line-height: 30px;}

#basket-top .top-cart-title > a .cart-count {
    position: absolute;
    left: 10px;
    top: -4px;
    background: #54ab34;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 18px;
    overflow: hidden;
}
#basket-top .top-cart-title > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
#basket-top .top-cart-title > a .price{
    display: none;
}
.notification-add-basket {
    position: fixed;
    right: -258px;
    width: 200px;
    border-radius:0px 0 0 0px;
    top: 50%;
    color:#fff;
    background:#4d4d4d;
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    z-index: 2123;
}
.notification-add-basket i{
    margin-right: 10px;
}
.media-window img{
    width:100px;margin-right: 15px;
}
.f_p_img .discount {
    background: #FF4500;
    color: #fff;
    line-height: 25px;
    padding: 0px 11px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    border-radius: 0px;
    right: 5px;
    font-size: 15px;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
    pointer-events: none;
}
.f_p_img{
    position: relative;
}

.f_p_img span.prod-icon {
    background: #FFBB33;
    color: #fff;
    line-height: 16px;
    padding: 2px 8px 0;
    display: inline-block;
    position: relative;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 0px;
    pointer-events: none;
}
.f_p_img span.prod-icon.saleone{
    background:#FF4444
}
.f_p_img span.prod-icon.best{
    background:#3396FF
}
.promo-icons{
    position: absolute;top:5px;left:5px;
}
del{
    font-size: 80%;font-weight: normal;opacity: 0.75;
}
.info-buy .quantity .custom input {
    height: auto;
    padding: 0;
    min-height: 30px;
    max-width: 50px;    
    font-size: 15px;
    text-align: center;
    border-color: #ccc;
    box-shadow: none;
}
.info-buy .quantity .custom{
    margin:11px 10px 10px 0;
}
.price-s{
    padding:20px 0;
}
.btn{
    border-radius: 0;
}
.btn.bact-to-category.special-btn{
    padding: 5px 10px;
    font-size: 14px;
}
.info-buy .quantity .custom .btn.button {
    background: #eee;
    color: #000;
    border-color: #ccc;
    padding: 0;
    margin: 0px;
    width: 38px;
    height: 38px;
    border-radius: 0 !important;
    vertical-align: middle;
}
.info-buy .quantity .custom, .info-buy .quantity .custom * {
    height: auto;
    width: auto;
}
.info-buy .quantity .custom, .info-buy .quantity .custom * {
    height: auto;
    width: auto;
}
.info-buy {
    display: flex;
    align-items: center;
}

.left-column .galleries .zoomcls {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.left-column .zoomcls.active {
    opacity: 1;
    z-index: 4;
}
.product-miniature .one-min.active img {
    border-color: #54ab34;
}
.product-miniature .one-min img {
    object-fit: cover;
    object-position: center;
    border: 2px solid #FFFFFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
    border-radius: 0% !important;
}
.galleries {
    width: 600px;
    max-width: 100%;
    height: 380px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.product-miniature {

    max-width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.one-min{
    margin:5px;cursor: pointer;width:calc(25% - 10px);
}
.galleries a{
    height:100%;
}
.galleries a img{
    height: 100%;object-fit: cover;width:100%;
}
.s_product_text .list.features li{
    color:#222;margin:0px 0 0px 0;padding: 10px 10px;border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
.s_product_text .list.features li:last-of-type{
    border-bottom: none;
}
.s_product_text .list.features{
    margin:10px 0;
}
.s_product_text .list li span {
    width: auto;
    padding-right: 5px;
    font-weight: bold;
    display: inline-block;
}

.cart_area {
    padding-top: 30px;
    padding-bottom: 30px; }

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    font-weight: 500;

    color: #777777;
    border-bottom: 0px !important; }
.cart_inner .table.prod-tbl tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cart_inner .table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    align-self: center; }
.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px; }
.cart_inner .table tbody tr td .media .d-flex img {
    border: 1px solid #eeeeee;
    border-radius: 3px; }
.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center; }
.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px; }
.cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #222222;

    margin-bottom: 0px; }
.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px; }
.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none; }
.cart_inner .table tbody tr td .product_count .increase {
    top: -2px; }
.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee; }
.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee; }
.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px; }
.cart_inner .table tbody tr.bottom_button .gray_btn {
    line-height: 38px;
    background: #f9f9ff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0px 40px;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-weight: 500; }
.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px; }
.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -446px; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 15px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;

    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;

    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;

    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;

    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;

    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text .main_btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 38px;
    margin-right: -3px; }
.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px; }
.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top; }
.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 14px;
    color: #777777;
    position: relative; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #61d9d3;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1; }
.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222222;

    margin-top: 20px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #777777;
    padding-left: 5px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f9f9ff;
    border: 1px solid #eeeeee;
    height: 40px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777777; }
.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    border: 1px solid #eeeeee;
    background: #f9f9ff;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -388px; }
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .main_btn {
    height: 40px;
    padding: 0px 30px;
    line-height: 38px;
    text-transform: uppercase; }

.gray_btn {
    line-height: 38px;
    background: #f9f9ff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0px 40px;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-weight: 500; }
.cart_inner .table tbody tr td .media .d-flex img {
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.product-image {
    max-width: 120px;
}
.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px;
}
.cart_inner .table tbody tr td .media .media-body p span {
    font-weight: 600;
    color: #4d4d4d;
}
.del-prod a {
    color: #ff0000;
    font-size: 24px;
}
.qty .input-group {
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: 0 auto;
    text-align: center
}
.qty .input-group input{
    text-align:center;
}
.grandtotal {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.cart_inner .table thead tr th,.cart_inner .table tbody tr td{
    text-align: center;
}
.cart_inner .table thead tr th:first-child,.cart_inner .table tbody tr td:first-child{text-align: left;}
.cart_inner table{
    background:#fff;border:1px solid #ccc;
}
.form-area .form-control{
    margin-bottom: 10px;
}
.form-area .half-w label,.form-area .field  label{margin-bottom:0;font-size: 12px;}

.form-area .form-group{
    margin:0;
}
.form-area .half-w{
    width:calc(50% - 15px);
    margin:0;
    display: inline-block;
}

.form-area .half-w.right-w{
    margin-left: auto;float:right;
}
.code-city-inputs{
    display: flex;
}
.code-city-inputs input:first-of-type{
    margin-right: 30px;width:35%;
}
.sidebar-box .active a{
    color:#54ab34
}
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-checkbox input + span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.confirm-checkbox input:checked + span {
    background: url(/images/front/success-check.png) no-repeat center center/cover;
    border: none;
}
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    background: #fff;
    position: absolute;
    cursor: pointer;
}
.confirm-checkbox + label {
    padding-left: 25px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.creat_account{
    padding:15px 0;
}

.rem-a {
    font-size: 12px;
    margin-left: 4px;
    color: #cfcfcf !important;
    cursor: pointer;
}
.link-remind.active, .password-remind.active {
    display: block;z-index: 3;
}
.link-remind, .password-remind {
    position: absolute;
    min-height: 100% !important;
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
    color: #fff;
    display: none;
}
.login_form_inner p {
    font-size: 12px;
    color: #fff;
    padding: 0;
}
.login_form_inner .close-n {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px;
}

.useraction .sm-btn{
    padding:5px 5px;font-size:12px;cursor: pointer !important;
}
.useraction .sm-btn.delete{
    background:red;color:#fff;
}
.avatar  span.tps{
    font-size:12px;color:#777
}
.consent-area .table td, .consent-area .table th{
    padding:8px 5px;vertical-align: middle;
}
.consent-area .table td:last-of-type,.consent-area .table th:last-of-type{
    text-align: center;
}
.avatar.delete{
    opacity: 0.5;
    background: #eee;
}
@media only screen and (max-width: 767px)
{
    .consent-area table{
        max-width:100%;display: block;overflow: auto;
    }
}
@media only screen and (max-width: 480px)
{
    .consent-area table{
        max-width:100%;display: table;overflow: auto;
    }
    .consent-area .table thead{
        display: none;
    }
    .consent-area .table td, .consent-area .table th{
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        padding: 3px;
    }
    .consent-area .table tr{
        border:1px solid #ccc;
    }
}
.pht-title{
    position: absolute;font-size:12px;color:#fff;background:#000;bottom: 30px;padding:2px 4px;margin:0;
}
.order_box .list.cat-list li a{
    display: inline-block;
    max-width: calc(100% - 20px);
    vertical-align: text-top;
}
.top-info-bar a{
    padding:10px;color:#fff;width:100%;background:#c14040;display: block;text-align: center;font-weight: bold;
}
.messagetop{
    position: relative;
}
.messagetop span {
    position: absolute;
    left: 10px;
    top: -4px;
    background: #54ab34;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 18px;
    overflow: hidden;
}
.news-section .bgadd{
    background:#f7f7f7
}



/*TREE CATEGORY*/
.tree ul{
    margin: 0 0 0px 25px;
}
.tree > ul{
    margin-left: 0;
	margin-bottom: 10px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span.no_border {
 border: 0;   
}
.tree li a {
    margin-left: 5px;
    cursor: pointer;
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li span label{
    margin: 0;
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:26px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
/*END TREE CATEGORY*/

.one-tag-style{
    display:inline-block;border-radius:15px;font-size:12px;font-weight: 300;color:#000;padding:4px 15px;border:1px solid #000;margin:5px;min-width: 50px;text-align: center;
}
.one-tag-style.active,.one-tag-style:hover{
    background:#fff;color:#54ab34;border-color:#54ab34;box-shadow: 0 0 0 2px #54ab34 inset;
}
.one-tag-style a{
    color:#54ab34;margin-left: 10px;font-size:12px;
}
.blog-cat-tag{
    background: #ECECEC;
    padding: 3px 15px;
}
.blog-cat-tag a{
    color:#54ab34;
    display: inline-block;
    margin: 4px;
}
.grandtotal del{
    margin: 4px;
}
.title-cb{font-weight: bold;}

.overlay_shop{position: fixed;height: 100%;width: 100%;background-color: rgba(255,255,255,0.8);left:0;top:0;background-image:url('/images/front/loading.gif');background-repeat: no-repeat;background-size: 64px;background-position: center center;z-index: 100000;text-align: center;display: none;}
.overlay_shop .text_desc{position: absolute;z-index: 100001;left:0;top:0;right: 0;bottom: 0;padding-top: 120px;;height: 60px;margin: auto;font-size:18px;font-weight: bold;color:#54ab34}
.confirm-checkbox.error{ color:red;}
.confirm-checkbox.error + label{ color:red;}

.left-cat-widget .widget .widgets_inner .form-control{
    margin-bottom: 0;
}
.other-category-form{
    display: none;
}
.left-cat-widget .widget{
    margin-bottom: 20px;
}
.special-filter{
    margin: 0 0 10px 0;
    font-weight:bold;
    color: #54AB34;
}
.orders-table .order-header,.orders-table .order-item,.order-products-view .products-header,.order-products-view .products-item{
    display: flex; align-items: center;
}
.orders-table .order-header{
    background:#000;color:#fff;
}
.orders-table .order-header > div ,.orders-table .order-item > div{
    width:25%;padding:5px 10px;
}
.products-header > div,.order-products-view .products-item > div{
    width:20%;padding: 5px;background:#777;color:#fff;margin-top:15px;
}
.products-header > div:first-of-type,.order-products-view .products-item > div:first-of-type{
    width:60%;display: flex;align-items: center;
}
.order-products-view .products-item > div{
    background: transparent;margin:0;color:#000;
}
.orders-table .order-header > div:last-of-type ,.orders-table .order-item > div:last-of-type{
    text-align: center;
}
.order-products-view .row-second{
    text-align: center;
}
.products-item img{
    width:120px;margin-right: 10px;
}
.order-item-content{
    display: none;
}
.user-order-item-container{
    border:1px solid #ccc;background: #fff;
}
.order-item-wrap{
    padding:5px;
}
.order-item-wrap .left-wrap span{
    width:100%;display: block;
}
.user-order-item-container .show-more.special-btn{
    padding:5px 10px;
}
.s_product_text .list.features.features-content li{
	width:33%;
}
@media only screen and (max-width: 991px)
{
	.s_product_text .list.features.features-content li{
		width:45%;
	}
}
@media only screen and (max-width: 480px)
{
	.s_product_text .list.features.features-content li{
		width:100%;
	}
    .orders-table{
        font-size:12px;
    }
    .orders-table .order-header > div, .orders-table .order-item > div{
        padding:5px;
    }
    .products-item img{
        width:50px;margin-right: 5px;
    }
    .products-item{font-size:11px;}
    .products-header > div, .order-products-view .products-item > div{
        padding:5px 2px;
    }
}
.overlay_cart .close-window{
    background: #54AB34;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin: 0 auto 0;
    min-width: 50px;
    min-height: 50px;
    padding: 7px 10px;
    text-shadow: 1px 1px 1px #545454;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}
.overlay_cart{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    /*position: fixed;*/
    /*height: 100%;width: 100%;*/
    background-color: #F7F7F7;
    /*left:0;top:0;*/
    /*z-index: 99999;*/
    text-align: center;display: none; 
    /*border: 2px solid #54AB34;*/
    /*padding: 40px;*/
    justify-content: center;
    align-self: center;
    overflow: auto;
}
.overlay_cart .cart_inner {
  align-self: center;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
tr.nobuy td{
    position: relative;
}
tr.nobuy td:before{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(222, 222, 222, 0.8);
    position: absolute;
    cursor: default;
    z-index: 2;
    top: 0;
    left: 0;    
}
tr.nobuy td.del-prod:before{
    display: none;
}

.account-hader .products-header > div:first-of-type,.account-hader .order-products-view .products-item > div:first-of-type{
    width: 40%;
}
.account-hader .order-products-view .products-item:nth-of-type(2n+1){
    background: #fbefef;
}


.warranty-form{
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}
.warranty-form .form-control{
    margin-bottom: 15px;
}
.warranty-form .field:last-child .form-control{
    margin-bottom: 0;
}

ul.gaugeContainers {
    margin: 20px auto;
    text-align: center;
    position: relative;
}

ul.gaugeContainers li {
  cursor: default;
  display: inline-block;
  width: 250px;
}


.cart_inner .the-count {
   text-align: right;
   padding: 0 0 0.4rem 0;
   font-size: 0.875rem;
   margin-top: -6px;
 }
.billing_details .the-count {
   text-align: right;
   padding: 0 0 0.4rem 0;
   font-size: 0.875rem;
   margin-top: -6px;
 }
.info-buy .the-count {
   text-align: right;
   padding: 0 0 0.4rem 0;
   font-size: 0.875rem;
   margin-top: 2px;
 }
 .zamiennik{
     color:#ff0000;
     font-weight: 500;
 }

.overlay_site{position: fixed;height: 100%;width: 100%;background-color: rgba(255,255,255,0.2);left:0;top:0;background-image:url('/images/front/loading.gif');background-repeat: no-repeat;background-size: 54px;background-position: center center;z-index: 100000;text-align: center;display: none;}
.overlay_site .text_desc{position: absolute;z-index: 100001;left:0;top:0;right: 0;bottom: 0;padding-top: 62px;;height: 60px;margin: auto;font-size:18px;font-weight: bold;color:#54ab34}
.overlay_site .text_desc > span{ background: #fff;border-radius: 2px; padding: 2px 10px;}