@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,700|Roboto:400,700');
html{
    font-size: 10px;
}
body{
    font-family: 'Barlow', sans-serif;
    font-size: 1.6rem;
    color: #1b294a;
}
@media (min-width: 1200px){
    .container {
        max-width: 1630px;
    }
}
h1{
    font-weight: 700;
    font-size: 4rem;
}
a, a:visited{
    text-decoration: none;
    color: #1b294a;
}
a:hover{
    text-decoration: none;
    color: #005fa8;
}
ul.nol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h4, .h4{
    font-size: 2rem;
    font-weight: 500;
}
.action.primary{
    height: 50px;
    line-height: 50px;
    background: #005fa8;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 0;
    color: #fff;
    border-radius: 25px;
    border: 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}
.action.primary:hover{
    border: 0;
    background: #fff;
    color: #005fa8;
}
.actions-toolbar .primary{
    float: none;
}
.breadcrumbs .items{
    font-size: 1.4rem;
}
.breadcrumbs .item:not(:last-child):after{
    vertical-align: middle;
}
.breadcrumbs a, .breadcrumbs a:visited{
    color: #999;

}
.breadcrumbs strong{
    color: #1b294a;
}
.breadcrumbs.product-page {
    max-width: unset;
    padding: initial;
    margin: 30px 0;
}
button:not(.primary){
    height: 50px;
    line-height: 50px;
    background: #eee;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 0;
    color: #1b294a;
    border-radius: 25px;
    border: 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price{
    font-weight: 400;
    color: #0d5aa7;
}
/*****************************************************/
/********************  Header Start ******************/
/********************  Header Start ******************/
/*****************************************************/

.logo{
    width: 300px;
    float: left;
    margin: 0 100px 0 0;
    padding: 20px 0;
}
header.page-header{
    font-size: 1.8rem;
}
.block.block-search{
    float: left;
    padding: 20px 0;
}
.block-search .action.search{
    display: none;
}
.block-search input{
    border: 0;
    width: 330px;
    padding: 0 15px 0 30px;
    background-image: url(../images/icon_seach.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 20px;
    font-size: 1.6rem;
    font-family: 'Barlow', "Helvetica Neue", Helvetica, sans-serif;
}
.right-wrapper{
    float: right;
}
.arrow-img{
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 2px;
    margin-left: 15px;
}
.arrow-down{
    transform: rotate(180deg);
    width: 10px;
}
.arrow-right{
    transform: rotate(90deg);
    width: 10px;
}
.arrow-img .arrow-down{

    vertical-align: middle;
    margin-top: -5px;
}
.welcome-message, .login-signin{
    margin: 15px 0;
    padding: 10px 15px;
}
.welcome-message:hover, .login-signin:hover{
    background-color: #005fa8;
    color: #fff;
}
.login-signin:hover a{
    color: #fff;
}
.welcome-message.active{
    background-color: #005fa8;
    color: #fff;
}
.welcome-message:hover .arrow-img,
.welcome-message.active .arrow-img,
.minicart-wrapper:hover .arrow-img {
    background-color: #005fa8;
}
.loginWrapper{
    position: relative;
    float: left;
    z-index: 999;
}
.loginWrapper ul.nol{
    position: absolute;
    border: 1px solid #005fa8;
    padding: 10px 15px;
    width: 100%;
    top: 61px;
    display: none;
    background-color: #fff;
}
.mobileWrapper{
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #1b294a;
    position: fixed;
    z-index: 999999;
    left: -100vw;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    top: 0;
}
.mobile-wrapper{
    overflow: auto;
    height: 100%;
}
.mobile-burger{
    display: block;
    width: 35px;
    outline: none;
    height: 23px;
    position: relative;
    cursor: pointer;
}
.mobile-burger span{
    display: block;
    position: absolute;
    width: 35px;
    height: 3px;
    background: #ffffff;
    top: 0;
}
.mobile-burger span:nth-child(2) {
    top: 10px;
}

.mobile-burger span:nth-child(3) {
    top: 20px;
}
.mobileWrapper.active{
    left: 0;
    opacity: 1;
    visibility: visible;
}
.mobileWrapper li{
    margin-bottom: 0;
}
.mobileWrapper li.level1 > a{
    width: 100%;
    display: block;
    color: #ffffff;
    padding: 8px 25px;
}
.mobileWrapper li.level1 > a:hover{
    background-color: #005cbf;
}
.mobileWrapper li.level1 > a img{
    float: right;
    margin-top: 10px;
}
.mobile-menu{

}
.mobile-inner-top{
    padding: 25px;
}
ul.mobile-subs{
    background-color: #ffffff;
    display: none;
}
ul.mobile-subs li a{
    color: #1b294a;
    padding: 8px 25px;
    display: block;
}
ul.mobile-subs li a:hover{
    color: #005cbf;
    background-color: #EEEEEE;
}
.minicart-wrapper{
    margin: 15px 10px;
    padding: 10px 15px;
}
.minicart-wrapper:hover{
    background-color: #005fa8;
    color: #fff;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before{
    display: none;
}
.contactWrapper{
    float: right;
    padding: 20px 0;
}
.cart-icon{
    width: 28px;
}
.minicart-wrapper .action.showcart .counter.qty.empty{
    display: inline;
}
.minicart-wrapper .action.showcart .counter.qty{
    background: transparent;
    height: auto;
    line-height: 1.2;
    display: inline;
    font-weight: 500;
    padding: 0 5px;
    margin: 0;
    color: #005fa8;
}
.minicart-wrapper .action.showcart .counter-number{
    text-shadow: 0 0 0 transparent;
}
.minicart-wrapper:hover .cart-text,
.minicart-wrapper:hover .action.showcart .counter.qty,
.minicart-wrapper:hover  .action.showcart .counter-number{
    color: #fff;
}
a#header-phone{
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    color: #1b294a;
}
a#header-phone i{
    display: none;
}
.menu-container{
    clear: both;
    border-bottom: 1px solid #005cbf;
    position: relative;
}
.header-top-container{
    border-bottom: 1px solid #eee;
}
.header-top-container:after{
    display: table;
    clear: both;
    content: '';
}
/*********************  Nav Start  ***********************/
.home-st{
    fill:#231F20;
}
a.home-link{
    display: block;
    width: 15px;
}
.mage-submenu{
    display: none;
}
.main-nav > ul > li{
    display: inline-block;
    margin-bottom: 0;
}
.main-nav > ul > li:hover > a{
    background-color: #005cbf;
    color: #fff;
}
.main-nav > ul > li > a{
    padding: 20px 14px;
}
.main-nav > ul > li > a.parent span{
    margin-right: 10px;
}
.main-nav > ul > li > a.home-link{
    margin-right: 25px;
    padding: 17px 0;
}
.main-nav > ul > li:nth-child(2) > a{
    padding-left: 55px;
    background-image: url(../images/img_jayco_small_new_new.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px 17px;
}
.headerNav{
    position: relative;
}
ul.mage-submenu{
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 999;
    top: 61px;
    border: 1px solid #eee;
    border-top: 1px solid #005cbf;
    width: 100%;
    height: 550px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(102,102,102,0.49);
    -moz-box-shadow: 0px 20px 30px 0px rgba(102,102,102,0.49);
    box-shadow: 0px 20px 30px 0px rgba(102,102,102,0.49);
}
.mage-submenu > li{
    width: 100%;
    margin-bottom: 0;
}
.mage-submenu > li .featured-products{
    position: absolute;
    display: none;
}
.mage-submenu > li > a{
    display: inline-block;
    padding: 10px 30px;
    width: 300px;
}
.mage-submenu > li > a:hover{
    background-color: #eee;
    color: #005cbf;
}
.mage-submenu > li:first-child .featured-products{
    display: block !important;
}
.mage-submenu > li:first-child a.sub-parent.active{
    background-color: #eee;
    color: #005cbf;
}
.featured-products{
    padding: 30px;
    width: calc(100% - 300px);
    top: 0;
    background: #fff;
    left: 300px;
    border-left: 1px solid #eee;
    height: 100%;
}
.featured-product-top{;
}
.featured-product-top:after{
    content: '';
    display: table;
    clear: both;
}
.featured-products h4{
    margin-bottom: 1.5em;
    font-weight: 700;
    float: left;
}
a.feature-content-link{
    float: right;
}
a.feature-content-link span{
    padding-right: 20px;
}
.fp-inner-wrapper ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.fp-inner-wrapper ul li{
    margin-bottom: 0;
    width: 24%;
    margin-right: 1.3%;
    text-align: center;
    float: left;
    font-weight: 700;
}
.fp-inner-wrapper ul li:last-child {
    margin-right: 0;
}
.img-wrapper-container{
    height: 300px;
    position: relative;
    border: 1px solid #eeeeee;
    margin: 0 auto 20px;
    width: 300px;
    padding: 10px;
    overflow: hidden;
}
.fp-inner-wrapper ul li img{
    display: block;
    max-height: 300px;
    position: absolute;
    width: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.sub-parent .arrow-right{
    float: right;
    margin-top: 10px;
}
a.sub-parent.active{
    background-color: #eee;
    color: #005cbf;
}
a#new-item{
    color: #005cbf;
}
a#sale-item{
    color: #f60201;
}
.main-nav > ul > li:hover > a#new-item{
    background-color: #005cbf;
    color: #fff;
}
.main-nav > ul > li:hover > a#sale-item{
    background-color: #005cbf;
    color: #fff;
}
.home-li:hover{
    background-color: transparent;
}
.main-nav > ul > li:hover  a.home-link{
    background-color: #fff
}
.main-nav > ul > li:hover  a.home-link .home-st{
   fill: #005cbf;
}

/*********************  Nav End  ***********************/

/*****************************************************/
/********************  Header End ******************/
/********************  Header End ******************/
/*****************************************************/


/*****************************************************/
/********************  Footer Start ******************/
/********************  Footer Start ******************/
/*****************************************************/
footer.page-footer{
    padding: 100px 0 0;
    background-color: #eeeeee;
    color: #666;
}
footer h4{
    margin-bottom: 2.5em;
}
footer .footer-link-list{
    float: left;
    margin-right: 150px;
}

footer .footer-link-list ul li{
    margin-bottom: 1.5em;
}
footer .footer-link-list ul li a{
    color: #666;
}
.footer-links{
    float: left;
}
.block.newsletter{
    float: left;
    width: 25%;
}
.footer-social-media{
    float: right;
}
.footer-social-media ul li{
    display: inline-block;
}
.footer-social-media ul li a{
    font-size: 24px;
    margin-right: 50px;
    color: #666666;
}
.footer-social-media ul li a:hover{
    color: #005cbf;
}
.block.newsletter .field .control:before{
    display: none;
}
.block.newsletter input[type = 'email']{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    height: 50px;
    line-height: 1.2;
    max-width: 300px;
}
footer .block.newsletter .actions{
    display: block;
    width: 100%;
}
.block.newsletter .action.subscribe{
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    margin-left: 0;
    background: #fff;
    color: #1b294a;
    margin-top: 30px;
}
.block.newsletter .action.subscribe:hover{
    border: 0;
    background: #005fa8;
    color: #fff;

}
.footer-main{
    margin-bottom: 50px;
}
.footer-main:after, .footer-bottom{
    content: '';
    display: table;
    clear: both;

}
.footer-bottom{
    padding: 35px 0;
    color: #999;
}
.footer-bottom-wrapper{
    display: flex;
    justify-content: space-between;
}
.payment-methods{

}
.payment-methods ul li{
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.netable a img{
    width: 20px;
    margin-left: 5px;
    margin-top: -4px;
}
/*****************************************************/
/********************  Footer End ******************/
/********************  Footer End ******************/
/*****************************************************/

/*****************************************************/
/********************  Home Start ******************/
/********************  Home Start ******************/
/*****************************************************/
.cms-index-index .page-main{
    max-width: unset;
    padding: 0;
}
.flex-control-paging, .flex-direction-nav{
    display: none;
}
#home-banner{
    width: 100%;
    height: 700px;
}
/*#home-banner ul.slides li:nth-child(1){
    background-image: url("../images/mainbanner_4_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}*/
#home-banner ul.slides li.banner_easter{
    background-image: url("https://www.pagebrosrvparts.com.au/media/pagebros_easter_banner.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-banner ul.slides li.banner_easter .banner-content {
    opacity: 0;
}
 #home-banner ul.slides li.covid .banner-content {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 }
#home-banner ul.slides li.covid{
    background-image: url("../images/pagebros_bannerimage.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
#home-banner ul.slides li.covid h2 {
    font-size: 3rem!important;
}
#home-banner ul.slides li.covid #home-banner ul.slides li .banner-content {
    width: 100%;
}
#home-banner ul.slides li.covid .banner-content-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}
#home-banner ul.slides li.covid .banner-content-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}
#home-banner ul.slides li.covid .banner-content-wrapper p.covid-banner-before-last {
    margin-bottom: 60px;
}
#home-banner ul.slides li.covid .banner-content-wrapper p.covid-banner-last {
    padding-top: 40px;
    border-top: 1px solid #fff;
}
#home-banner ul.slides li.banner1{
    background-image: url("https://www.pagebrosrvparts.com.au/media/mainbanner_1.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-banner ul.slides li.banner2{
    background-image: url("https://www.pagebrosrvparts.com.au/media/mainbanner_2.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-banner ul.slides li.banner3{
    background-image: url("https://www.pagebrosrvparts.com.au/media/mainbanner_3.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-banner ul.slides li.banner4{
    background-image: url("https://www.pagebrosrvparts.com.au/media/mainbanner_4.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-banner ul.slides li.banner5{
     background-image: url("https://www.pagebrosrvparts.com.au/media/wysiwyg/mainbanner_5.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 700px;
}
@media screen and (max-width: 768px) {
    #home-banner ul.slides li.banner5{
        background-size: cover;
    }
}
#home-banner ul.slides li.banner5 .banner-content{
    background-image: none !important;
}


#home-banner ul.slides li.temp-banner {
    background-image: url("../images/mainbanner_xmas_bg.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  src: url(https://fonts.gstatic.com/s/pacifico/v17/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#home-banner ul.slides li.temp-banner .xmas-heading {
    font-family: "Pacifico", "MyriadPro-Regular", "AdobeInvisFont";
    font-weight: 100;
        font-size: 9rem;
}
#home-banner ul.slides li.temp-banner .banner-content {
    background: none;
}
#home-banner ul.slides li.temp-banner .banner-content .banner-content-wrapper {
    max-width: fit-content;
    top: 150px;
}
#home-banner ul.slides li.temp-banner .banner-content-wrapper > h3 {
    font-size: 3rem;
}
#home-banner ul.slides li.temp-banner .banner-content-wrapper > h2 {
    margin-bottom: 20px;
}
#home-banner ul.slides .banner-button + p {
    margin-top: 40px;
    font-size: 1.4rem; 
}
#home-banner ul.slides li .banner-content{
    position: relative;
    width: 1057px;
    height: 700px;
    background-image: url(../images/splash_big.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-left: 5%;
}
#home-banner ul.slides li.banner2 .banner-content{
    background-image: none;
}
.banner-content-wrapper {
    position: absolute;
    max-width: 600px;
    top: 150px;
    left: 250px;
}
#home-banner ul.slides li.banner2 .banner-content-wrapper{
    top: 110px;
}
#home-banner ul.slides li .banner-content .banner-logo{
    margin-bottom: 30px;
}
#home-banner ul.slides li .banner-content .banner-logo img{
    max-width: unset;
    width: auto;
}
#home-banner ul.slides li .banner-content h2{
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}
#home-banner ul.slides li .banner-content .banner-text{
    margin-bottom: 30px;
}
a.link-button{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 0;
    color: #1b294a;
    border-radius: 25px;
    border: 0;
    font-size: 1.6rem;
    font-weight: 500;
}
a.link-button:hover{
    background-color: #005cbf;
    color: #ffffff;
}
div.section{
    margin-bottom: 60px;
    position: relative;
}
.flex-prev, .flex-next{
    width: 80px;
    height: 150px;
    background-image: url(../images/icon_bigarrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;

}
.flex-prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
}
.custom-navigation{
    z-index: 9;
    position: absolute;
    width: 100%;
    top: 40%;
    padding: 0 30px;
}
.features ul.nol{
    display: flex;
    text-align: center;
    max-width: 1000px;
    justify-content: space-between;
    margin: auto;
}
.features ul.nol li{
    display: flex;
    text-align: left;
    line-height: 1.2;
}
.features ul.nol li .feature-img{
    margin-right: 25px;
}
.features ul.nol li .feature-title{
    color: #1b294a;
    font-weight: 700;
}
.features ul.nol li .feature-content{
    color: #666;
}
.jayco-wrapper{
    /*background-image: url("../images/img_jaycospare_bg-new.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    height: 430px;
    padding-top: 60px;
    border: 1px solid #0d5aa7;
}
.jayco-wrapper .jayco-content {
    color: #000;
    margin-bottom: 30px;
}
.jayco-wrapper h3 {
    color: #1b294a!important;
}
.jayco-wrapper a.link-button {
    background: #eee;
}
.jayco-wrapper a.link-button:hover {
    background-color: #005cbf;
    color: #ffffff;
}
.join-wrapper{
    background-image: url("../images/img_join_1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    height: 430px;
    padding-top: 60px;
    background-size: cover;
}
.welcome-wrapper{
    max-width: 600px;
    float: right;
    text-align: center;
}
.welcome-wrapper p a{
    color: #0d5aa7;
}
.welcome-wrapper p.blue{
    font-size: 1.8rem;
    color: #1b294a;
    font-weight: 700;
}
.welcome-wrapper img{
    margin-bottom: 10px;
    max-width: 215px;
}
.welcome-wrapper p{
    color: #666;
    margin-bottom: 20px;
}

.jayco-wrapper img{
    max-width: 150px;
    margin-bottom: 30px;
    position: relative;
    top: -12px;
}
.join-wrapper .join-content{
    color: #fff;
    margin-bottom: 30px;
}
.join-wrapper .join-content{
    margin-bottom: 0;
}
.content-section h3{
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.join-wrapper h3{
    margin-bottom: 0;
}
.join-wrapper h4{
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 80px;
}
.join-content.big{
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.join-content.small{
    font-size: 1.4rem;
}
.product-section, .blog-section{
    margin-top: 80px;
    border-top: 1px solid #eee;
    padding-top: 80px;
}
.product-section .widget .block-title, .blog-section .blog-widget-recent h3.title{
    text-align: center;
    margin-bottom: 60px;
}
.product-section .widget .block-title strong, .blog-section .blog-widget-recent h3.title{
    font-size: 3.6rem;
    color: #1b294a;
    font-weight: 700;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.block.widget .product-item-info{
    text-align: center;
}
a.product-link-button{
    background-color: #eee;
}
a.product-link-button:hover{
    background-color: #005cbf;
    color: #fff;
}
.product-section .product-image-container, .catalog-category-view .product-image-container, .block.related .product-image-container{
    border: 1px solid #eee;
}
.product-section .product-item-name, .catalog-category-view .product-item-name{
    font-weight: 500;
    display: block;
    height: 48px;
    overflow: hidden;
    font-size: 1.6rem;
}
.product-section .product-item-name a, .catalog-category-view .product-item-name a{
    text-decoration: none;
    color: #1b294a;
    font-weight: 700;
    font-size: 1.8rem;
}
.item-short-description{
    height: 40px;
    overflow: hidden;
    font-size: 1.6rem !important;
    color: #666;
    margin-top: 10px;
}
.product-section .product-item .price-box .price{
    font-size: 1.8rem;
    color: #005cbf;
    font-weight: 400;
}
.product-section .product-item .special-price{
    display: block;
}
.product-item .old-price{
    display: block;
}
.product-item .price-box .old-price .price{
    color: #ff0101;
    font-size: 1.4rem;
    text-decoration: line-through;
}
.product-item .old-price .price-label{
    color: #ff0101;
    font-size: 1.4rem;
    text-decoration: line-through;
}
.blog-section .blog-widget-recent .post-holder{
    width: 50% !important;
    background: #fff;
    margin: 0;
    padding: 20px;
}
.blog-section .post-holder:hover{
    box-shadow: none;
}
.blog-section .post-img-hld{
    float: left;
    width: 100%;
    max-width: 370px;
}
.blog-section .post-content{
    width: calc(100% - 400px);
    margin-left: 30px;
    float: left;
}
.blog-section .post-title{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1em;
}
.blog-section .post-list .post-content .post-read-more{
    color: #005cbf;
    float: left;
}
.blog-post-view .post-content .post-description .post-ftimg-hld{
    display: none;
}
/*****************************************************/
/********************  Home End ******************/
/********************  Home End ******************/
/*****************************************************/

/*****************************************************/
/********************  Account Start ******************/
/********************  Account Start ******************/
/*****************************************************/
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-logoutsuccess .page-main,
.account .page-main{
    margin-top: 60px;
}
.customer-account-login .block.block-customer-login{
    float: right;
    background-color: #1b294a;
    color: #ffffff;
    padding: 50px;
    height: 600px;
}
.customer-account-login .block.block-customer-login label{
    display: none;
}
.customer-account-login .block.block-customer-login a.remind{
    color: #fff;
}
.customer-account-login .block.block-new-customer{
    float: left;
    background-image: url("../images/img_login_bg_1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    height: 600px;
    color: #ffffff;
}
.customer-account-login .block.block-new-customer ul{
    padding-left: 20px;
    color: #fff;
}
.login-container .block .block-title{
    border-bottom: 0;
}
.customer-account-login .block.block-new-customer .block-title{
    margin-top: 250px;
}
.customer-account-login .login-container .fieldset > .field > .control{
    width: 100%;
}
.customer-account-login .login-container input{
    width: 100%;
    max-width: unset;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    border: 0;
    padding: 0 15px;
    font-family: 'Barlow', sans-serif;
}
.actions-toolbar > .primary .action{
    width: 200px;

    background-color: #005cbf;
    color: #fff;
}
.customer-account-login .actions-toolbar > .primary .action{
    background-color: #fff;
    color: #1b294a;
}
.customer-account-login .actions-toolbar > .secondary{
    float: right;
}
.customer-account-login .block.block-new-customer .actions-toolbar > .primary .action{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #005cbf;
    color: #fff;
}
.account .sidebar .nav{
    display: block;
}
/*****************************************************/
/********************  Account End ******************/
/********************  Account End ******************/
/*****************************************************/

/*****************************************************/
/********************  Category Start ******************/
/********************  Category Start ******************/
/*****************************************************/
.catalog-category-view .page-main, .catalogsearch-result-index .page-main{
    max-width: 1640px;
}
.catalog-category-view  .page-wrapper > .breadcrumbs, .catalogsearch-result-index .page-wrapper > .breadcrumbs{
    max-width: 1640px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.category-top{
    background-image: url('../images/Cat_banner_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.category-top-inner{
    background-image: url('../images/Cat_banner_blob.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 840px;
    height: 150px;
    color: #fff;
    padding: 50px 120px;
    text-align: center;
    margin: auto;
}
.category-top-inner h1{
    margin-bottom: .5em;
}
.catalog-category-view .category-description{
    margin: auto;
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .catalog-category-view .category-description {
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
.catalog-category-view .category-description p {
    color: #666;
}
.catalog-category-view .filter .block-subtitle{
    padding: 10px 10px 20px 0;
    font-size: 1.6rem;
    border-bottom: 0;
}
.catalog-category-view .filter-options-title{
    padding: 10px 40px 10px 0;
    text-transform: capitalize;
    color: #005cbf;
}
.catalog-category-view .filter-options-item{
    border-top: 0;
    border-bottom: 0;
}
.filter-options-content{
    padding: 0 10px 0 0;
}
.toolbar select{
    box-shadow: none;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #1b294a;
}
.page-products .products-grid .product-items .product-item{
    text-align: center;
    margin-bottom: 60px;

}
.page-products .product-item-info{
    width: 100%;
}
.page-products .product-item-info .product-item-photo, .products-grid .product-item-photo{
    display: block;
    position: relative;
}
.sale-flag{
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
}
.catalog-category-view .features ul.nol{
    float: left;
    margin-top: 60px;
}
.catalog-category-view .features ul.nol li{
    margin-right: 60px;
}
.filter-options-title:after{
    content: '';
    background-image: url("../images/cir_arrow.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
.active > .filter-options-title:after{
    content: '';
    background-image: url("../images/cir_arrow_up.png");

}
.sorter-action:before{
    content: '';
    background-image: url("../images/cir_arrow.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
.sorter-action.sort-desc:before {
    content: '';
    background-image: url("../images/cir_arrow_up.png");

}
.catalogsearch-result-index .product-item-name a{
    font-weight: 700;
    color: #1b294a;
    text-decoration: none;
    font-size: 1.8rem;
    height: 50px;
    display: block;
}
.catalogsearch-result-index .product-item-photo{
    border: 1px solid #eee;
}
.toolbar-amount,.page-products .sorter{
    display: none;
}
.products.wrapper ~ .toolbar .limiter{
    display: none;
}
/*****************************************************/
/********************  Category End ******************/
/********************  Category End ******************/
/*****************************************************/

/*****************************************************/
/********************  Product Start ******************/
/********************  Product Start ******************/
/*****************************************************/
.catalog-product-view h1{
    color: #1b294a;
}
.catalog-product-view .modal-popup .modal-inner-wrap{
    max-width: 450px;
}
.catalog-product-view .modal-popup .action-close{
    width: auto;
    padding: 15px;
    height: auto;
}
.catalog-product-view .modal-popup .modal-content{
    padding: 20px 15px;
}
.catalog-product-view .modal-popup img.photo{
    float: left;
    width: 48%;
}
.catalog-product-view .popText{
    float: right;
    width: 48%;
}
.catalog-product-view .modal-footer .addtocart_modal_continue{
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #eee;
    color: #1b294a;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
}
.catalog-product-view .modal-footer .addtocart_modal_continue:hover{
    background-color: #1b294a;
    color: #fff;
}
.catalog-product-view .modal-footer .addtocart_modal_gotocart{
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #0ba14b;
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
}
.catalog-product-view .modal-footer .addtocart_modal_gotocart:hover{
    background-color: #1b294a;
}
.catalog-product-view .page-wrapper > .breadcrumbs{
    max-width: 1640px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.catalog-product-view .page-main{
    max-width: 1640px;
}
.page-layout-1column .product.media{
    width: 48%;
    display: block;
}
.page-layout-1column .product-info-main{
    width: 48%;
}
.catalog-product-view .page-title-wrapper{
    margin-bottom: 1em;
}
.product-info-main .product-info-stock-sku{
    display: block;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}
.product.media{
    margin-bottom: 60px;
}
.product-info-main .stock.available{
    color: #0ba14b;
    text-transform: none;
    padding-left: 40px;
    background-image: url(../images/icon_instock.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    line-height: 30px;
}
.product-info-main .product-info-price{
    display: block;
    border-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-container > span{
    margin-bottom: 0;
}
.product-info-main .product-info-price .price-box{
    display: block;
    width: 100%;
    padding-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-container .price{
    color: #005cbf;
    font-weight: 500;
}
.product-info-price .price-box .old-price{
    color: red;
    text-decoration: line-through;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price{
    color: red;
    text-decoration: line-through;
}
.product-info-main .box-tocart .field.qty label.label{
    font-weight: 400;
    float: left;
    margin-right: 20px;
    line-height: 50px;
}
.product-info-main .box-tocart .field.qty{
    margin-bottom: 30px;
    overflow: auto;
}

.product-info-main .box-tocart .field.qty .control{
    float: left;
}
.product-info-main .box-tocart .field.qty .control input.input-text.qty{
    border: 0;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    font-size: 1.6rem;
    height: 50px;
}
.product-info-main .product-add-form{
    padding-top: 0;
}
.product-info-main .box-tocart .actions{
    clear: both;
}
.box-tocart .action.tocart{
    background-color: #0ba14b;
    max-width: 250px;
    padding-left: 30px;
    background-image: url(../images/icon_cart_white.svg);
    background-size: 25px;
    background-position: 38px 14px;
    background-repeat: no-repeat;
}
.box-tocart .action.tocart:hover{
    background-color: #1b294a;
    color: #fff;
}
a.enquiry-button{
    background-color: #eee;
    color: #1b294a;
    float: right;
}
a.enquiry-button:hover{
    background-color: #005cbf;
    color: #fff;
}
.review-add{
    display: none;
    padding: 30px 50px;
    border: 1px solid #eee;
    margin-bottom: 60px;
}
.review-add .fieldset > .field > label.label{
    display: none;
}
.review-add .fieldset > .field.text > label.label{
    display: block;
    color: #666;
    font-weight: 400;
    padding-left: 10px;
    font-size: 1.6rem;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after{
    color: #666;
    font-size: 1.6rem;
}
.review-add input{
    height: 50px;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.toggle-description{
    border: 1px solid #eee;
    padding: 30px 40px;
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: height 1s ease-in;
    margin-bottom: 60px;
}

.toggle-description:after{
    content: 'Read more';
    color: #005cbf;
    height: 50px;
    background: rgba(255,255,255,0.81);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.87) 34%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.81)), color-stop(34%, rgba(255,255,255,0.87)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.87) 34%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.87) 34%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.87) 34%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.87) 34%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    text-align: center;
    left: 0;
}
.toggle-description h3{
    margin-bottom: 1em;
    font-weight: 700;
}
.toggle-description.full{
    height: auto;
}
.toggle-description.full:after{
    display: none;
}
.block.related{
    clear: both;
}
.block.related .product-item-info{
    width: 100%;
    text-align: center;
}
.block.related .related-available .product-item-name{
    margin-left: 0;

}
.block.related .related-available .product-item-name a{
    color: #1b294a;
    font-weight: 700;
    font-size: 1.6rem;
}
.product-item .price-box .price{
    font-size: 1.8rem;
    color: #005cbf;
    font-weight: 400;
}
.block.related .title{
    text-align: center;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eee;
}
.block.related .title strong{
    font-size: 4rem;
}
.product-video-wrapper{
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
    margin-top: 60px;
}
.product-video-wrapper h4{
    margin-bottom: 25px;
}
.product-video-wrapper img{
    width: 100%;
}
.product-video-img{
    position: relative;
}
.product-video-img #play-icon{
    width: 93px;
    height: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-video-wrapper iframe{
    display: none;
    max-width: 100%;
    position: fixed;
    z-index: 99999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-video-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 99999998;
}
.product-image-holder{
    position: relative;
}
/*****************************************************/
/********************  Product End ******************/
/********************  Product End ******************/
/*****************************************************/

/*****************************************************/
/********************  Static Start ******************/
/********************  Static Start ******************/
/*****************************************************/
.cms-page-view .breadcrumbs{
    max-width: 1640px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cms-page-view .page-main{
    max-width: 100%;
}
.cms-about .page-main{
    background-image: url("../images/img_about_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 694px;
}
.cms-about h1.page-title{
    margin-top: 1em;
    margin-bottom: 1em;
}
/*****************************************************/
/********************  Static End ******************/
/********************  Static End ******************/
/*****************************************************/

/*****************************************************/
/********************  Minicart Start ******************/
/********************  Minicart Start ******************/
/*****************************************************/
.block-minicart .subtotal, .block-minicart .items-total{
    color: #1b294a;
}
.block-minicart .block-content > .actions > .primary .action.primary, .cart-summary .checkout-methods-items .action.primary.checkout{
    max-width: unset;
}
.mark, mark{
    background-color: transparent;
}
.cart.table-wrapper .actions-toolbar{
    min-height: 30px;
}
#discount-coupon-form input, #amgiftcard-form input{
    width: 280px;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #eee;
}
#discount-coupon-form .coupon .field,  .cart-discount .fieldset{
    display: block;
}
.cart-discount #discount-coupon-form .actions-toolbar .action.primary{
    height: 50px;
    line-height: 50px;
    background: #eee;
    width: 200px;
    text-align: center;
    padding: 0;
    color: #1b294a;
    border-radius: 25px;
    border: 0;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    box-shadow: none;
}
.amactions-toolbar button{
    margin-bottom: 20px;
}
.checkout-index-index .page-main, .checkout-cart-index .page-main{
    padding-top: 60px;
}
.checkout-index-index .menu-container{
    display: none;
}
.checkout-index-index .authentication-wrapper{
    display: none;
}
.checkout-index-index footer.page-footer{
    padding: 0;
}
.checkout-index-index .footer-main{
    display: none;
}
.checkout-index-index .block.block-search, .checkout-index-index .right-wrapper{
    display: none;
}
a.towishlist{
    display: none;
}
.table-checkout-shipping-method tbody td:first-child{
    padding-left: 15px;
}
/*****************************************************/
/********************  Minicart End ******************/
/********************  Minicart End ******************/
/*****************************************************/

/*****************************************************/
/********************  Contact Start ******************/
/********************  Contact Start ******************/
/*****************************************************/
.contact-index-index .page-main{
    padding-top: 60px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact{
    width: 100%;
    max-width: 500px;
}
.contact-index-index input{
    border: 0;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    height: 50px;
}
.contact-index-index .fieldset{
    margin-bottom: 15px;
}
.contact-index-index .fieldset > .field > .label{
    display: none;
}
.contact-index-index .fieldset > .field.comment{
    margin-bottom: 0;
}
.contact-index-index .fieldset > .field.comment > .label{
    display: block;
    color: #666666;
    font-size: 1.6rem;
    font-weight: 400;
}
.contact-index-index h2{
    margin-bottom: 1em;
}
.contact-info{
    margin-bottom: 15px;
}
/*****************************************************/
/********************  Contact End ******************/
/********************  Contact End ******************/
/*****************************************************/


/*****************************************************/
/********************  Blog Start ******************/
/********************  Blog Start ******************/
/*****************************************************/
.blog-page .breadcrumbs{
    max-width: 1640px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-page .page-main{
    max-width: 1640px;
}
.blog-post-view .post-holder{
    background: transparent;
    padding: 0;
}
.blog-post-view .post-holder:hover {
    box-shadow: none;
}
.blog-page .widget .block-title{
    margin-bottom: 10px;
}
.blog-page .widget .block-title strong{
    font-weight: 700;
}
/*****************************************************/
/********************  Blog End ******************/
/********************  Blog End ******************/
/*****************************************************/
.checkout-onepage-success{

}
.checkout-onepage-success .page-title-wrapper{
    text-align: center;
    margin-top: 60px;
}
.checkout-success{
    text-align: center;
}
.checkout-onepage-success .actions-toolbar{
    display: none;
}
.checkout-onepage-success #registration{
    display: none;
}

/*****************************************************/
/********************  Gift Card  ******************/
/********************  Gift Card  ******************/
/*****************************************************/
label[for="amgiftcard_amount"], label[for="am_giftcard_image"],select#am_giftcard_amount, form#product_addtocart_form image.amgiftcard-image {
    display: none !important;   
}

#popupwhenformessage .popText {
    float:none; 
    width:100%;
}
.product-inquiry-modal {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #eee;
    color: #1b294a;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
}




///***********************/////
///***********Bug fixing after upgrading************/////
.blog-widget-recent .post-description .post-text-hld{
    max-height: 150px;
    min-height: inherit !important;
}
.blog-widget-recent .post-description .post-text-hld img{
    width: 100%;
}
.footer-social-media ul li img{width: 24px; opacity: 0.5;}
.product-info-main .product-info-stock-sku{
    float: left;
    width: 100%;
}
.catalog-product-view .modal-popup .action-close{
    outline: none;
}
.blog-page-list .post-holder{
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}
.blog-page-list .post-holder:hover{
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
}
.widget.block-rss .rss-icon{
    filter: unset;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact{
    min-width: inherit;
}
.minicart-wrapper .action.close{
    outline: none;
}
.related-product .product-items .item{
    margin-left: 2%;

}
/*****************************************************/
/********************  Responsive Start ******************/
/********************  Responsive Start ******************/
/*****************************************************/
@media screen and (max-width: 1599px){
    .main-nav > ul > li > a.home-link{
        margin-right: 5px;
    }
    .main-nav > ul > li > a{
        padding: 20px 10px;
        font-size: 1.45rem;
    }
    .main-nav > ul > li:nth-child(2) > a{
        padding-left: 50px;
        background-size: 40px;
        background-position: 5px 17px;
    }
    .main-nav > ul > li > a.parent span{
        margin-right: 3px;
    }
    ul.mage-submenu{
        top: 56px
    }
    footer .footer-link-list{
        margin-right: 100px;
    }
    .block-search input{
        width: 300px;
    }
    a#header-phone{
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .blog-section .post-img-hld{
        width: 300px;
    }
    .blog-section .post-content {
        width: calc(100% - 330px);
        margin-left: 30px;
        float: left;
    }
    .img-wrapper-container {
        height: 220px;
        width: 220px;
    }
    .fp-inner-wrapper ul li img {
        max-height: 250px;
    }
}

@media screen and (max-width: 1199px){
    .headerNav{
        display: none;
    }
    .header-top-container .container{
        max-width: unset;
        width: 100%;
        padding: 0;
    }
    .right-wrapper{
        float: none;
        width: 100%;
        height: 78px;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }
    .left-wrapper{
        width: 100%;
        float: none;
        padding: 0 15px;
        position: relative;
    }
    .burgerMenu{
        display: block;
        float: left;
        width: 35px;
        outline: none;
        height: 23px;
        margin-top: 24px;
        margin-right: 15px;
        position: relative;
    }
    .burgerMenu span {
        display: block;
        position: absolute;
        width: 35px;
        height: 3px;
        background: #1b294a;
        top: 0;
    }
    .burgerMenu span:nth-child(2){
        top: 10px;
    }
    .burgerMenu span:nth-child(3){
        top: 20px;
    }
    .block.block-search{
        width: 330px;
        float: right;
    }
    .footer-links{
        width: 100%;
        margin-bottom: 50px;
    }
    .footer-right{
    }
    .content-section h3{
        font-size: 3.2rem;
    }
    a.link-button{
        max-width: 180px;
    }
    #home-banner ul.slides li .banner-content {
        width: 825px;
        margin: auto;
        background-size: cover;
        height: 600px;
    }
    #home-banner{
        height: 600px;
    }
    #home-banner ul.slides li .banner-content h2 {
        font-size: 5rem;
    }
    .banner-content-wrapper {
        position: absolute;
        max-width: 450px;
        top: 165px;
        left: 185px;
    }
    .flex-prev, .flex-next {
        width: 45px;
        height: 90px;
    }
    .blog-section .post-img-hld{
        width: 100%;
        margin-bottom: 15px;
    }
    .blog-section .post-content {
        width: 100%;
        margin-left: 0;
    }
    .blog-widget-recent .post-description .post-text-hld{
        height: auto;
        min-height: unset;
    }
    .catalog-category-view .features ul.nol{
        display: block;
        margin-top: 30px;
    }
    .catalog-category-view .features ul.nol li{
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #home-banner ul.slides li.covid .banner-content-wrapper {
        
    }
}

@media screen and (max-width: 991px){
    .block.newsletter{
        width: 50%;
    }
    .footer-bottom-wrapper{
        display: block;
        text-align: center;
    }
    .payment-methods{
        margin-bottom: 30px;
    }
    .footer-links{
        margin-bottom: 0;
    }
    .welcome-wrapper{
        width: 100%;
        max-width: unset;
        float: none;
        margin-top: 30px;
    }
    #home-banner{
        height: 500px;
    }
    #home-banner ul.slides li .banner-content {
        width: 700px;
        height: 500px;
    }
    #home-banner ul.slides li .banner-content h2 {
        font-size: 3rem;
    }
    .banner-content-wrapper {
        position: absolute;
        max-width: 405px;
        padding: 0 15px;
        top: 130px;
        left: 160px;
    }
    .custom-navigation{
        top: 30%;
    }
    .features ul.nol{
        display: block;
    }
    .features ul.nol li {
        display: block;
        line-height: 1.2;
        width: 50%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }
    .features ul.nol li:nth-child(3), .features ul.nol li:nth-child(4){
        margin-bottom: 0;
    }
    .features ul.nol li .feature-img{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .jayco-wrapper{
        margin-bottom: 30px;
    }
    div.section{
        margin-bottom: 30px;
    }
    .category-top-inner{
        height: auto;
    }
    .box-tocart .action.tocart{
        float: none;
        clear: both ;
        width: 100%;
    }
    a.enquiry-button{
        float: none;
        clear: both;
        display: block;
    }
    .logo{
        margin-right: 0;
    }
    .related-product .product-items .item{
        width: 48%;
    }
}
@media screen and (max-width: 767px){
    h1{
        font-size: 3rem;
    }
    .page-header{
        margin-bottom: 0;
    }
    footer.page-footer{
        background-color: #f4f4f4;
        padding-top: 50px;
    }
    a#header-phone i{
        display: block;
        font-size: 2.6rem;
        margin-top: 6px;
    }
    .right-wrapper{
        font-size: 1.6rem;
        height: 46px;
        overflow: inherit;
    }
    .loginWrapper ul.nol{
        width: 150px;
        top: 44px;
    }
    a#header-phone span{
        display: none;
    }

    .burgerMenu span, .mobile-burger{
        width: 30px;
    }
    .mobile-inner-top{
        padding: 15px;
    }
    .mobileWrapper li.level1 > a, ul.mobile-subs li a{
        padding: 5px 15px;
    }
    .block.block-search {
        float: none;
        width: 100%;
        clear: both;
        padding: 0;
        margin: 0;
    }
    .block-search .label{
        display: none;
    }
    .block-search .control{
        border-top: 0;
        margin: 0;
        padding: 0;
    }
    .block-search input{
        position: relative;
        left: 0;
        width: 100%;
        background-position: right;
        padding: 0;
        margin-top: 0;
    }
    .logo{
        max-width: unset;
        margin: 0;
    }
    .burgerMenu{
        width: 25px;
        margin-top: 26px;
    }
    .burgerMenu span, .mobile-burger span{
        width: 25px;
        height: 2px;
    }
    .burgerMenu span:nth-child(2){
        top: 8px;
    }
    .mobile-burger span:nth-child(2) {
        top: 8px;
    }
    .burgerMenu span:nth-child(3) {
        top: 16px;
    }
    .mobile-burger span:nth-child(3) {
        top: 16px;
    }
    .minicart-wrapper .arrow-img{
        display: none;
    }
    .welcome-message, .login-signin, .minicart-wrapper, .contactWrapper{
        margin: 0;
        padding: 10px 0;
    }
    .contactWrapper{
        margin-left: 15px;
    }
    a#header-phone i{
        margin-top: 4px;
        font-size: 2rem;
    }
    .cart-icon {
        width: 22px;
        margin-top: -5px;
    }
    .welcome-message span{
        display: none;
    }
    footer{
        text-align: center;
    }
    footer .footer-link-list{
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    footer h4{
        margin-bottom: 1em;
    }
    .footer-social-media{
        width: 100%;
        margin-bottom: 50px;
    }
    .footer-social-media ul li a{
        margin-left: 30px;
        margin-right: 30px;
    }
    .block.newsletter{
        width: 100%;
    }
    .footer-main{
        margin-bottom: 0;
    }
    #home-banner{
        height: 550px;
    }
    #home-banner ul.slides li .banner-content {
        width: 100%;
        height: 550px;
        background-size: 1057px 700px;
        text-align: center;
    }
    #home-banner ul.slides li .banner-content .banner-logo img{
        margin: auto;
    }
    #home-banner ul.slides li .banner-content h2 {
        font-size: 5rem;
        line-height: 1.2;
    }
    .banner-content-wrapper{
        top: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #home-banner ul.slides li.covid .banner-content-wrapper {
        top: 40px;
        transform: none;
    }
    #home-banner ul.slides li.covid .banner-content-wrapper p:not(:last-child) {
        margin-bottom: 10px;
    }
    #home-banner ul.slides li.covid .banner-content-wrapper p.covid-banner-before-last {
        margin-bottom: 20px;
    }
    #home-banner ul.slides li.covid .banner-content-wrapper p.covid-banner-last {
        padding-top: 20px;
    }
    .custom-navigation{
        display: none;
    }
    .jayco-wrapper, .join-wrapper{
        padding: 30px 15px;
        height: auto;
    }
    .jayco-wrapper img {
        top: -25px;
    }
    .join-wrapper h4{
        margin-bottom: 30px;
    }
    .block.widget .products-grid .product-item{
        margin-bottom: 25px;
    }
    .blog-section .blog-widget-recent .post-holder{
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
    .product-section .widget .block-title, .blog-section .blog-widget-recent h3.title{
        margin-bottom: 30px;
    }
    .product-section, .blog-section{
        margin-top: 30px;
        padding-top: 30px;
    }
    footer .footer-link-list ul li{
        margin-bottom: 10px;
    }
    .category-top-inner{
        padding: 30px 15px;
    }
    .catalog-category-view .category-description{
        max-width: 600px;
        margin: auto;
        padding: 0 10px;
    }
    .page-products .sorter, .layered-filter-block-container{
        display: none;
    }
    .page-products .columns{
        padding-top: 0;
    }
    .category-top{
        margin-bottom: 30px;
    }
    .catalog-category-view .page-main{
        padding: 0;
    }
    .catalog-category-view #layer-product-list{
        padding: 0 15px;
    }
    .page-layout-1column .product-info-main{
        width: 100%;
    }
    .page-layout-1column .product.media{
        width: 100%;
    }
    .toggle-description, .page-main .column .review-add{
        padding: 15px;
    }
    .toggle-description, .page-main .column .review-add .fieldset{
        margin-bottom: 0;
    }
    .checkout-index-index .page-main, .checkout-cart-index .page-main{
        padding-top: 30px;
    }
    .checkout-cart-index h1{
        margin-bottom: 30px;
    }
    .catalogsearch-result-index h1{
        margin: 30px 0;
    }
    .customer-account-login .block.block-customer-login, .customer-account-login .block.block-new-customer{
        height: auto;
        padding: 30px 15px;
        width: 100%;
    }
    .customer-account-login .block.block-new-customer{
        height: 500px;
    }
    .customer-account-login .page-main, .customer-account-create .page-main, .customer-account-forgotpassword .page-main, .customer-account-logoutsuccess .page-main, .account .page-main{
        margin-top: 30px;
    }
    .customer-account-login h1, .customer-account-create h1, .customer-account-forgotpassword h1, .customer-account-logoutsuccess h1{
        margin-bottom: 30px;
    }
    .cms-about .page-main{
        height: 800px;
        background-size: cover;
    }
    .cms-page-view h1{
        margin: 1em 0;
    }
    .contact-index-index .page-main{
        padding-top: 0;
    }
    .contact-index-index h1{
        margin: 1em 0;
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact{
        margin-bottom: 30px;
    }
    .sale-flag {
        width: 85px;
    }
    .catalog-category-view .products-grid{
        padding: 0 15px;
    }
    .toolbar-products{
        padding: 0 15px;
    }
    .customer-account-login .block.block-new-customer .block-title{
        margin-top: 150px;
    }
    .control.captcha-image{
        margin-bottom: 20px;
    }
    .catalog-product-view .modal-footer{
        display: block;
    }
    .catalog-product-view .modal-footer .addtocart_modal_continue{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .catalog-product-view .modal-footer .addtocart_modal_gotocart{
        display: block;
        width: 100%;
        margin: 0;
    }
    .checkout-onepage-success .page-title-wrapper{
        margin-top: 30px;
    }

}

@media screen and (max-width: 374px) {
    .logo{
        width: 235px;
    }
    .burgerMenu{
        margin-top: 22px;
    }
    .payment-methods ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        width: 15%;
    }

    #home-banner ul.slides li .banner-content h2{
        font-size: 4rem;
    }
    .cms-about .page-main{
        height: 950px;
        background-size: cover;
    }
}