#section-footer{
    width: 100%;
}

.footerBg{
    background-image:url("/jakarta.faces.resource/images/footer_bg-1.jpg.jsf");
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;
}

.menuContainer{
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-color: #f9f9f9;
    border-style: solid;
    border-color: #d9d9d9;
    border-top-width: 1px;
    border-bottom-width: 1px;    
}

.moto-widget-menu-list a.moto-widget-menu-link-level-1{
    text-transform: uppercase;
}

.logoContainer{
    text-align: center;
}

.logoContainer h1{
    margin: 0;
}
.logoContainer h2{
    top: -25px;
    position: relative;
}

.logo-section{
    background: #fff;   
}

.banner-1{
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-3.jpg.jsf");
}
.banner-2{
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-2.jpg.jsf");
}
.banner-3{
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-1.jpg.jsf");
}
.banner-4{
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-4.jpg.jsf");
}

.banner-5{
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-5.jpg.jsf");
}

.banner-6{
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-6.jpg.jsf");    
}
.banner-7{
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-image: url("/jakarta.faces.resource/images/home_banner-7.jpg.jsf");
}


.banner-content{
    padding-bottom: 3px;
    border-style: solid;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.banner-1 div.banner-content:hover,
.banner-2 div.banner-content:hover,
.banner-3 div.banner-content:hover,
.banner-4 div.banner-content:hover,
.banner-5 div.banner-content:hover,
.banner-6 div.banner-content:hover,
.banner-7 div.banner-content:hover{
    transition: ease-in-out 0.4s;
    background-color: rgba(30,29,36,0.3);
    border-color: #fff;
}

.shop-section{
    background-image:url("/jakarta.faces.resource/images/home_bg-2.jpg.jsf");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;   
}

.moto-widget-contact_form-input{
    text-shadow: none;
    box-shadow: none;
}

.cookie-notice-cont{
    position:fixed;
    bottom:0;
    text-align:center;
    width:100%;
    background-color:rgba(0,0,0,.85);
    z-index:10
}
.cookie-notice-cont p{
    color:#fff;
    padding: 10px;
    position:relative
}

.cookie-notice-cont .moto-widget-button-link{
    margin: 3px;
}

.moto-back-to-top-button-icon{
    color: #fff;
}

.moto-widget-button-label{
    color: #fff;
}

ul{
    margin-bottom: 0 !important;
}

.spinnerInput input{
    box-shadow: none !important;
    text-shadow: none;
    outline: none;
}

label{
    display: initial !important;
}

.moto-widget-store-checkout-form-radio_label{
    cursor: pointer;   
}

.moto-widget-store-checkout-form-radio_label.active i{
    color:#ae8d69;    
}

.ui-selectoneradio label{
    font-size: 14px;
}

.about-bg1{
    background-image:url("/jakarta.faces.resource/images/about_bg-1.jpg.jsf");
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;    
}
.about-bg2{
    background-image:url("/jakarta.faces.resource/images/about_bg-2.jpg.jsf");
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;    
}

.ui-datepicker{
    font-size: 14px;
}
.tag{
    background: #ae8d69;
    padding: 10px;
    color: #FFF;
    margin: 3px;    
}

@media screen and (max-width: 767px) {
  .sideFilter {
    display: none;
  }
  .imgContainer{
      display: none;
  }
  .logoContainer h2{
      top: 0;
  }
  .moto-widget-store_search{
      display: none;
  }
  .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item{
      display: list-item;
  }
}
.bottomLink{
    color: #999999;
}

.ui-outputlabel .ui-outputlabel-rfi{
    color: red;
}

.tag-container{
    float: right;
}

.tag-container .moto-widget-button-link{
    margin-left: 5px;
}

.moto-text_228 a{
    color: #989da2;
}

#productsTable .ui-datatable-footer{
    text-align: right;
}

.adultDialog .ui-dialog-content{
    overflow: hidden !important;
    text-align: center;
}
.adultContainer div{
    font-size: 20px;
    padding: 5px;
}

body .pi {
    font-size: 2rem;
    color: #fff;
}

.ui-commandlink,
.ui-commandlink:hover{
    text-decoration: none !important;
}

.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-link,
.moto-widget-store_cart_and_profile .moto-widget-store_cart_and_profile-link:hover{
    text-decoration: none;
}