html, body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0;
    background-color: white;
    margin: 0;
    color: black;
}
body {
    position: relative;
}

mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

img, fieldset, button {
    border: 0;
    outline: 0;
}
fieldset {
    padding: 0;
}

.rl_template h2 {
    font-weight: 500;
    margin-top: 0;
}
.rl_template h3 {
    font-weight: 500;
    margin-top: 0;
}
.rl_template h4 {
    font-weight: 500;
    margin-top: 0;
}
.overlay_popup.overlay_noheader .overlay_main {
    padding: 25px;
}
.acontrol {
    height: 30px;
}
.clear {clear:both}
.orange_button {
    display: inline-block;
  color:white;
  text-transform:uppercase;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  padding: 14px 47px;
  border-radius:5px;
  background: -moz-linear-gradient(top, rgba(255,153,84,1) 0%, rgba(245,121,36,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,153,84,1) 0%, rgba(245,121,36,1) 100%);
  background: linear-gradient(to bottom, top, rgba(255,153,84,1) 0%, rgba(245,121,36,1) 100%);
  cursor:pointer;
}
.orange_button.cart:before {
    content:"";
    background-image:url(../img/cart-button.png);
    position: absolute;
    top: 15px;
    width:24px;
    height:19px;
    left: -30px;
    transition: all 500ms ease;
    display: block;
}
.orange_button.cart:hover:before {
    left: 12px;
}
.invoice table a {
    color: black!important;
}

.promo_banner {
    background-size:cover;
    height:480px;
    position: relative;
}
.promo_banner_desktop,
.promo_banner_mobile {
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.promo_banner_mobile {
    display: none;
}
.promo_banner .overlay {
    background-color:rgba(0,0,0,0.4);
    color:white;
    width:90%;
    max-width: 350px;
    float:left;
    margin-left:5%;
    height:70%;
    margin-top:3%;
    position:relative;
}
.promo_banner .inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
}
.promo_banner h2 {
    font-size: 25px;
    font-weight: 700;
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:50px;
}
.triangle {
    color:white;
    font-weight:700;
    font-size:18px;
    position:relative;
}
.triangle div {
    color: white;
    position: relative;
    z-index: 17;
    top: 15px;
    left: 10px;
}
.triangle::before,
.triangle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.triangle::before {
    border-width: 3em;
    border-left-color: #1ac0dc;
    border-top-color: #1ac0dc;
}

.triangle::after {
    border-radius: 0.4em;
    border-width: 1.5em;
    border-left-color: #1ac0dc;
    border-top-color: #1ac0dc;
}
#offer_home {
    color:white;
    font-size:18px;
    font-weight:300;
    text-align:left;
    height:450px;
}
#offer_home div {
    padding-bottom:25px;
    padding-top:15px;
}
#offer_home h3 {
    font-size:35px;
    font-weight:700;
    color:white;
    text-transform:uppercase;
    text-align:left
}
#category_menu {
    background-color: #30b0c5;
}
#category_menu ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
/*
.menu_item.active {background-color:#219eb4}
.menu_item.level0.parent > a, .menu_item.level0.parent.active > a  {background-image:none}
.menu_item.active.final > a {background-color:#f47721}
*/
#category_menu li {
    border-bottom: 1px solid #1c97ab;
}

#category_menu li > ul {
    padding-left: 20px;
}
#category_menu li a {
    font-size:14px;
    font-weight:400;
    color:white;
    text-decoration:none;
    line-height:27px;
    background-repeat:no-repeat;
    background-position:10px center;
    padding-left:5px;
    padding-top:6px;
    padding-bottom:6px;
    padding-right: 6px;
    display:block;
	transition: 500ms;
    position:relative;
    transition: 200ms;
}
#category_menu li:not(.level0) a {
    padding-left: 20px;
}
#category_menu li a:hover,
#category_menu li.final > a {
    background-color: #f47721;
}
#category_menu li.level0 > a {
    text-transform: uppercase;
}
#category_menu li.level0 > a > img {
    position: absolute;
    top: 10px;
    left: 5px;
}
#category_menu li.level0 > a > span {
    padding-top: 5px;
    padding-left: 35px;
    padding-bottom: 5px;
    display: block;
}
#category_menu li:not(.level0).parent > a {
    background-image: url(../img/category-parent.png);
    background-position: 10px;
}
#category_menu li:not(.level0).parent.active > a {
    background-image: url(../img/category-expanded.png);
    background-position: 10px;
}
#home_content {
    padding: 0 20px;
}
#home_tabs {
    margin-top: 80px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c1c1c1;
    text-align: center;
    cursor: pointer;
}
#home_tabs a {
    color: black;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 45px;
    padding-bottom:15px;
	transition: 300ms;
    border-bottom:2px solid #d2560000;
}
#home_tabs a:hover {
    color:#d25600;
    border-bottom:2px solid #f47721;
    padding-bottom:15px;
    padding-top: 15px;
    transition: 300ms;
    background-color: #f4772124;
}
#home_tabs a.active {
    color:#d25600;
    border-bottom:2px solid #d25600;
    padding-bottom:15px;
}

#home_section {
    padding: 0 20px;
}

#home_content_right {
     width:80%;
     float:left;
}
#promoted_items{
    box-sizing:border-box;
}

#usp {
    background: #ececec;
    padding: 20px 0;
}

#usp table {
    width: 100%;
    border-spacing: 0;
}
#usp td {
    color: black;
    font-weight: 300;
    width: 25%;
    position: relative;
    vertical-align: middle;
    padding: 0 10px;
}
#usp td + td {
    border-left: 1px solid #939393;
}
#usp td > img  {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
	max-width: 50px;
}
#usp td > div {
    margin-left: 70px;
}
#caravan_rent {
    min-height: 200px;
    width:100%;
    overflow: hidden;
    background-image: url(../img/caravan-rent.jpg);
    background-size: cover;
}
#caravan_rent .inner {
    width: 90%;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.caravan_rent_overlay {
    background-color:rgba(27,129,161,0.7);
    color:white;
    width:100%;
    height:100%;
    font-size:25px;
    font-weight:700;
    text-transform:uppercase;
}
.caravan_rent_overlay span {
    font-size:40px;
}
.caravan_rent_left {
    width:70%;
    float:left;
    line-height: 50px;
}
.caravan_rent_right {
    width:30%;
    float:right;
    line-height: 50px;
}
#home_news {
    text-align:center;
    width:85%;
    margin:0 auto;
}
#home_news > h2 {
    font-weight:700;
    color:black;
	padding-top: 20px;
    font-size:40px;
    text-transform:uppercase;
    text-align:center;
}
#home_news > h2 a {
    color: black;
    text-decoration: none;
}
#home_news > h2:before {
    content: "";
    display: inline-block;
    background-image: url(../img/news-before.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 59px;
    height: 51px;
    position: relative;
    left: -15px;
    top: 15px;
}
#home_brands > h2 {
    font-weight:700;
    color:black;
    padding-top: 20px;
    font-size:40px;
    text-transform:uppercase;
    text-align:center;
}
#home_brands h2:before {
    content: "";
    display: inline-block;
    background-image: url(../img/shop-brand-before.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 59px;
    height: 51px;
    position: relative;
    left: -15px;
    top: 12px;
}

.single_news {
    width: 250px;
    height: 250px;
    background-size: cover;
    float:left;
    margin-right: 15px;
    margin-top: 15px;
    background-size: 100%;
    transition: all 1s;
    background-position:center;
}
.single_news:hover {
    transition: all 0.7s;
    background-size: 120%;
}
.news_overlay {
    background-color:rgba(0,0,0,0.4);
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    height:100%;
	box-sizing: border-box;
    padding: 0 20px 0 20px;
}
.news_overlay a {
    color:white;
    text-decoration:none;
    position: relative;
	font-size: 20px;
    top: 40%;
    transform: translateY(-50%);
}
#newsletter {
    background:#30b0c5;
    color:white;
    background-image: url(../img/newsletter_bgr.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#newsletter form {
    width: 90%;
    max-width: 750px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position:relative;
}
#newsletter input[type="text"] {
    width:100%;
    height:60px;
    font-size:20px;
    background-color:white;
    border:0;
    padding:20px;
    box-sizing:border-box;
    color:black;
    margin-bottom:20px;
}
#newsletter_agree .ac_bullet {
    top: 8px;

}
#newsletter_submit {
    background-color: #1c97ab;
    width: 60px;
    height: 60px;
    background-image: url(../img/newsletter_button_bgr.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    /* display: inline-block; */
    position: absolute;
    right: 0;
    cursor:pointer;
}

#footer {
    background-color: #333333;
    padding: 50px 0;
    color: white;
}
#footer > div {
    margin: auto;
    max-width: 1600px;
    padding: 0 10px;
}
#footer td {
    vertical-align: top;
}
#footer h3 {
    margin-top: 0;
    color: white;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer table {
    width: 100%;
    border-spacing: 0;
}
#footer_tags td {
    vertical-align: middle;
    padding-bottom: 20px;
}
#footer_tags img {
    max-width: 50px
}
.footer_links > * {
    display: block;
    padding: 2px 0;
}


#bottom_cont {
    background-color:#333333;
    height:70px;
	padding-bottom: 5px;
}
#bottom {
    margin: auto;
    max-width: 1600px;
    border-top: 1px solid #999999;
    color: #999999;
    padding: 0 10px;
}
#bottom a {
    color: #ff6633;
}
#bottom_left {
    line-height:70px;
    float:left;
}

#bottom_right {
    line-height:70px;
    float:right;
}
#bottom_right * {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#scroll_up {
    width: 45px;
    height: 45px;
    background-image: url(../img/icon-arrow-up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333333;
    z-index: 1000;
}

#search_form {
    position: relative;
    height: 32px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

#search_form select{
  width: 40%;
  height: 32px;
  border: 1px solid #c0c0c0;
  font-family: inherit;
}

#search_form > .acontrol {
    height: 30px;
    width: 100%
    line-height: 30px;
    margin-right: 1px;
}
#search_form > button {
    display: block;
    border: 0;
    outline: 0;
    background-color: #30b0c5;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search_form > button > img {
    max-width: 100%
}
#search_menu .layout_menu > ul > li > a {
    display: none;
}
#search_menu .layout_menu > ul > li > ul {
    padding: 0;
}


@media(max-width: 1400px) {
}

@media(max-width: 1000px) {
    #usp td {
        text-align: center;
        vertical-align: top;
    }
    #usp td img {
        position: static;
        transform: none;
    }
    #usp td div {
        margin-left: 0;
    }
}

@media(max-width: 900px) {
    .caravan_rent_left, .caravan_rent_right {
        float: none;
        width: auto;
    }
}

@media(max-width: 600px) {
    .promo_banner_desktop { display: none }
    .promo_banner_mobile { display: block }
}

@media(max-width: 800px) {
    #footer table {
        max-width: 500px;
        margin: auto;
    }
    #footer tr {
        display: block;
    }
    #footer td {
        display: block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
    #footer td > img  {
        display: none;
    }
    #footer td > div {
        margin-left: 70px;
    }


}

@media(max-width: 700px) {
    #footer_info, #footer_map {
        width: auto;
        float: none;
    }
}

@media(max-width: 430px) {
    .cart_popup .overlay_button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
}

@media(max-width: 600px) {
    #usp table {
        max-width: 500px;
        margin: auto;
    }
    #usp tr {
        display: block;
    }
    #usp td {
        display: block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
    #usp td > img  {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translate(-50%, -50%);
    }
    #usp td > div {
        margin-left: 70px;
    }
}

#catalog_filter > label { display: none }
#catalog_filter .pf_section {
    background: white;
    padding: 10px 10px;
    width: 23%;
    float: left;
    margin: 1%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #b7b7b7;
}

#catalog_filter .pf_main {
    overflow: hidden;
    position: absolute;
    background: white;
    left: -1px;
    right: 0px;
    padding: 10px;
    z-index:99;
    border: 1px solid #b7b7b7;
    border-top:0;
    top: 100%;
    z-index: 2000;
}

@media(max-width: 700px) {
    #catalog_left { padding-bottom: 0 }

    /*
    #catalog_filter {
        padding: 0;
        background: none;
    }
    #catalog_filter > label {
        border: 2px solid #ececec;
        display: block;
        padding: 10px;
        cursor: pointer;
        color: black;
        position: relative;
        text-transform: uppercase;
    }
    #catalog_filter > div { display: none }
    #catalog_filter > label:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 40px;
        background-image: url(../img/arrow-bd.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    #catalog_filter.expanded > label:after {
        background-image: url(../img/arrow-bu.png);
    }    */
    #catalog_filter .pf_section {
        width: auto;
        float: none;
    }
}
.pf_title {
    color: black;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.pf_section.pf_expandable .pf_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    background-image: url(../img/arrow-bd.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

.pf_section.pf_expanded .pf_title:after { background-image: url(../img/icon-minus.png) }
.pf_main { overflow: hidden }
.pf_section.pf_expandable:not(.pf_expanded) .pf_main { display: none }
.pf_section { margin-bottom: 10px }
.pf_separator {
    height: 1px;
    border-top: 1px dotted black;
    margin-bottom: 10px;
}
.pf_control { overflow: hidden }
.pf_checklist {
    margin: 0;
    padding: 0;
    list-style: none outside none;

}
.pf_checklist .acl_item.ac_disabled {
    opacity: 0.5;
    cursor: auto;
    filter: alpha(opacity=70);
}
#pf_size_unit {
    margin-top: 5px;
    margin-bottom: 20px;
}
#pf_color li {
    border: 1px solid #afafaf;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 1) inset;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: top;
    width: 20px;
    padding: 0;
    margin-bottom: 5px;
}
#pf_color li > img { border-radius: 50% }
#pf_color .ac_bullet { display: none }
#pf_color li.ac_disabled { opacity: 0.3 }
#pf_color li.ac_checked { border-color: #3337A2 }

.pf_range {
    position: relative;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #b4b4b4;
    background-color: #f9f9f9;
}
.pf_range .acs_grip {
    width: 10px;
    background-color: white;
    height: 10px;
    border: 1px solid silver;
    border-radius: 50%;
}
.pf_range .acs_line {
    border-radius: 4px;
}

.pf_range_label {
    text-align: center;
    color: #3337A2;
}
#pf_selected {
    padding-top: 10px;
}
.pf_selected {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    margin-bottom: 10px;
}
.pf_selected li {
    cursor: pointer;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 9px;
    margin-right: 2px;
    color: #3337A2;
    background-image: url(../img/icon-delete.png);
    background-repeat: no-repeat;
    background-position: 99.6% 6px;
    background-color: white;
    background-size: 12px;
	margin-top: 5px;
	border: 1px solid transparent;
	transition: 300ms;
}
.pf_clear {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    float: right;
    background-image: url(../img/icon-delete.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 1px 6px;
}
@media(max-width: 700px)   {

	#table1 td {display: none;}
	.invoice_mobile {display: block}
	#table td  {display: block;width: 100%}
	.invoice_columns > tbody > tr > td {display: block;width: 100%;}
	.invoice_mobile td {width: 100%!important}
}

#popup{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ececec;
    width:450px;
    height:350px;
    border-radius: 15px;
    z-index:999;
}

#popup_close{
    background-color: #f47721;
    color:white;
    height:30px;
    line-height: 30px;
    width:30px;
    border-radius: 50%;
    font-size:15px;
    text-align:center;
    position: absolute;
    top: 14px;
    right: 15px;
    cursor: pointer;
}
#popup_close:hover{
    background-color: #df6b1d;
}

#popup > h4{
    font-size:30px;
    color:white;
    text-align:center;
    padding:10px 0;
    background-color:#30b0c5;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
#popup > p{
    padding:0 20px;
    overflow-y:auto;
    max-height: 250px;
    margin:20px 0;
}
@media(max-width: 600px)   {
    #popup{
        width:300px;
        height:200px;
    }
    #popup > p{
        padding:0 5px;
        overflow-y:auto;
        max-height: 130px;
        margin:5px 0;
    }
}

#leanpayBanner { display: none; }
#leanpay_banner_d { max-width: 100%; }
#leanpay_banner_m { max-width: 100%; }
#leanpay_banner_m { display: none }
@media(max-width: 800px) {
    #leanpay_banner_m { display: block }
    #leanpay_banner_d { display: none }
}