.cms-home .column.main {
    min-height: 0;
    padding: 0 !important;
}
.cms-home .page-main{
    min-height: 0;
    display: none;
}
body.catalog-category-view .category-description .buy-bg {
    padding: 30px 30px 20px 30px !important;
}
.buy-bg {
    background: url(../images/buy-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 30px 20px 30px !important;
}
.buy-bg h2 , .category-description .buy-bg h2{
    font-size: 19px !important;
    color: #5a147d;
    font-family: "nunitobold";
    text-align: center;
}
.buy-bg p{
    font-size: 16px;
    color: #7b7b7b;
    font-family: "nunitosemibold";
    text-align: center;
}

.footer-brands-slider .slick-slide{
    float: none;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer-brands-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.footer-brands-slider .footer-brands-item img {
    margin: 0 auto;
}
.footer-brands {
    background: #fff;
    padding: 15px 0;
}

.footer-brands .slick-prev:active, 
.footer-brands .slick-next:active, 
.footer-brands .slick-prev:focus, 
.footer-brands .slick-next:focus, 
.footer-brands .slick-prev:not(.primary), 
.footer-brands .slick-next:not(.primary) {
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 50%;
}
body .slick-prev:before, 
body .slick-next:before, 
body .slick-prev:after, 
body .slick-next:after{
    color: #555;
    font-size: 19px;
    opacity: 1;
    padding-left: 0px;
    padding-right: 0px;
}
body .slick-prev, body .slick-next{
    height: 30px;
    width: 30px;
}
.footer-brands-slider.slick-initialized.slick-slider {
    padding: 0 35px;
}

/*** Home Five Banners ***/
.home-banner-with-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.home-banner-with-content .banner-item {
    width: 20%;
    padding: 0 10px;
}
.home-banner-with-content .banner-item a {
    display: block;
    height: 100%;
}
.home-banner-with-content .banner-item a:hover {
    box-shadow: 0px 0px 17px 5px rgb(204 204 204);
}
.home-banner-with-content img {
    padding-right: 10px;
    background: #fff;
    border: 1px solid #a8a9aa;
    width: 100%;
    height: 100%;
}

/** All Features **/
.all-features {
    padding: 0;
}

.feature-section-details {
    padding-left: 8px;
}

.all-features .feature-section-item {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 55px;
    border: 0.5px solid #a6a6a6;
}
.all-features .slick-slide {
    margin: 0 6px;
    height: 100%;
    /* padding: 10px 0; */
    align-items: center;
}

.all-features .feature-section-item .feature-section-details .feature-section-title {
    font-size: 13px;
    line-height: 12px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-family: 'nunitobold';
}

.all-features .feature-section-item .feature-section-details .feature-section-content {
    font-size: 10.6px;
    line-height: 12px;
    color: #a6a6a6;
    font-family: 'open_sanssemibold';
}

.all-features .slick-track{
    display: flex;
    flex-wrap: wrap;
}

/*** Products Block ***/
body .home-featured-product .products {
    margin-top: 10px;
}
body .products {
    margin: 20px 0;
}
body.page-layout-1column .products-grid .product-item {
    width: calc(20% - 16px);
    margin: 0 8px 15px !important;
    background: #fff;
    padding: 15px;
    border: 0.5px solid #a4a4a4;
    position: relative;
}
ol.products.list.items.product-items.home-products {
    margin: 0;
    margin: 0 -8px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* padding-bottom: 100% !important; */
}

.products.wrapper.grid.products-grid .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
}

.product-image-photo {
    /* bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; */
    /* border: 1px solid #b8b8b8; */
    /* height: 100%;
    padding: 15px; */
}

.product-item-name,
.product.name a {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    font-family: "nunitobold";
    text-align: center;
    line-height: 21px;
    height: 40px;
    overflow: hidden;
}

.product-item-name:hover,
.product.name a:hover {
    color: #5a147d;
}

.product-item .price-box .price {
    white-space: nowrap;
    font-size: 21px;
    color: #5a147d;
    font-family: "nunitosemibold";
    text-align: center;
    display: block;
    line-height: 25px;
}
body .price-container .price-including-tax+.price-excluding-tax, 
body .price-container .weee, .price-container .price-including-tax+.price-excluding-tax .price, 
body .price-container .weee .price, 
body .price-container .weee+.price-excluding-tax:before, 
body .price-container .weee+.price-excluding-tax .price{
    font-size: 21px;
    line-height: 25px;
}
body .price-container .price-including-tax + .price-excluding-tax, 
body .price-container .weee{
    margin-top: 0;
}

.product-item .price-box .old-price .price {
    font-weight: normal;
    color: #b5b5b5;
    font-size: 14px;
    text-decoration: line-through;
}

.product-item .price-box .old-price span.sale-product-icon.price {
    text-decoration: inherit !important;
    padding-left: 3px;
    color: #ff0000;
}

.product-item .old-price {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .price-box .price-label{
    display: none;
}

.product-item-actions .actions-primary+.actions-secondary {
    display: none;
}

.product-item-info {
    max-width: 100%;
    width: 100%;
}

body .product-item .tocart {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    background: #434343 url(../images/addcart.png);
    background-repeat: no-repeat;
    padding: 9px 15px 7px;
    width: 165px;
    text-align: left;
    background-position: 93% 9px;
    border: none;
}

body .product-item .tocart:hover {
    background: #b30001 url(../images/addcart.png);
    background-repeat: no-repeat;
    padding: 9px 15px 7px;
    width: 165px;
    text-align: left;
    background-position: 93% 9px;
    border: none;
}

.product-item-actions .actions-primary {
    display: none;
}

.product-item .price-box {
    margin: 12px 0 12px;
    height: 50px;
    overflow: hidden;
}
.product-item .old-price span.price-wrapper.price-including-tax {
    margin: 0;
    display: block !important;
}

.common-banner .common-banner-item .common-banner-image {
    /* background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 298px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    padding-right: 0;
    padding-bottom: 20px; */
}
.slider-banners-main {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
    margin-left: -5px;
}
.slider-main {
    /* width: 70%;
    padding-right: 10px;
    padding-left: 5px; */

    width: 69.2%;
    /* padding-right: 10px; */
    padding-left: 0;
    padding: 0 8px;
}
.banners-main {
    /* width: 30%; */

    width: 30.8%;
    padding: 0 8px 0 7px;
}
.banners-main figure {
    margin: 0;
}
.banners-main img{
    width: 100%;
    height: 100%;
}
.common-slider-image img {
    width: 100%;
}
.header-main {
    display: none;
}
body .page-header .panel.wrapper {
    display: none;
}
.banners-main > div {
    border: 1px solid #757575 !important;
}
.home-slider-image.common-banner-image img {
    border: 1px solid #757575 !important;
}

/* body .slick-next:hover,
body .slick-next:focus {
    background: url(../images/right.png) !important;
}
body .slick-prev:hover, 
body .slick-prev:focus {
    background: url(../images/left.png) !important;
} */


body .products-grid .product-item-info .sparsh-product-label {
    top: -5px;
    right: -7px;
    padding: 24px 11px;
    word-wrap: break-word;
    font-family: 'nunitobold';
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
body .products-grid .product-item-info .sparsh-product-label.oval{
    width: 80px;
    height: 79px;
    text-transform: uppercase;
    text-align: center;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
body .products-grid .product-item-info:hover .sparsh-product-label ,
body .products-grid .product-item-info .sparsh-product-label-image {
    top: -5px;
    right: -7px;
}
.price-wrapper.price-excluding-tax span:after  {
    content: "ex VAT";
    color: #b5b5b5;
    padding-left: 6px;
    font-size: 14px;
}
.price-wrapper.price-including-tax span:after{
    content: "inc VAT";
    color: #b5b5b5;
    padding-left: 6px;
    font-size: 14px;
}

.old-price .price-wrapper.price-excluding-tax span:after, 
.old-price .price-wrapper.price-including-tax span:after{
    content: none;
}

.item:hover {
    z-index: 4;
    position: relative;
    top: 0px;
    border: none;
}
.background-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    background-color: #FFF;
    -webkit-transition: all .3s cubic-bezier(0.4,0,.2,1);
    -o-transition: all .3s cubic-bezier(0.4,0,.2,1);
    transition: all .3s cubic-bezier(0.4,0,.2,1);
    /* height: 446px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    /* z-index: -10; */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0); 
}
.item:hover .background-overlay {
    box-shadow: 0 4px 11px -5px rgb(0 0 0 / 75%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.20);
}
@media screen and (min-width: 1440px){
    .background-overlay {
        /* height: 401px; */
    }
}

@media screen and (max-width: 1336px){
    .buy-bg p {
        font-size: 14px;
    }
    .buy-bg h2 , .category-description .buy-bg h2 {
        font-size: 17px !important;
    }

    .all-features .feature-section-item .feature-section-details .feature-section-title{
        font-size: 11px;
        line-height: 12px;
    }

    .product-item-name, .product.name a{
        font-size: 14px;
        line-height: 19px;
    }
    .product-item .price-box .price ,
    body .price-container .price-including-tax+.price-excluding-tax, 
    body .price-container .weee, .price-container .price-including-tax+.price-excluding-tax .price, 
    body .price-container .weee .price, 
    body .price-container .weee+.price-excluding-tax:before, 
    body .price-container .weee+.price-excluding-tax .price{
        font-size: 17px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px){
    .all-features .feature-section-item .feature-section-details .feature-section-title{
        font-size: 10px;
    }
}

@media screen and (max-width: 991px){
    body.page-layout-1column .products-grid .product-item {
        width: calc(33.3% - 16px);
    }
    .home-banner-with-content .banner-item {
        width: 33.3%;
        padding: 5px 10px 5px;
    }


}

@media screen and (max-width: 767px){
    .home-banner-with-content .banner-item {
        width: 50%;
    }
    body .products {
        margin: 0px 0;
    }
    img.pagebuilder-mobile-hidden {
        display: none;
    }
    .slider-banners-main {
        display: block;
    }
    .slider-main {
        width: 100%;
        padding-right: 0;
    }
    .banners-main {
        width: 100%;
    }
}

@media screen and (max-width: 640px){
    body.page-layout-1column .products-grid .product-item {
        width: calc(50% - 16px);
    }
    .home-banner-with-content .banner-item {
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    body.page-layout-1column .products-grid .product-item {
        width: 100%;
        margin: 0 0px 15px !important;
    }
    .product-item .price-box{
        height: auto;
    }
    .product-item-name, .product.name a{
        height: auto;
    }

    
}