/*Mani Banners*/
.cms-index-index .page-main {
    padding: 0;
    max-width: 100%;
}
.homepage-item.main-banner{
    padding: 20px 0 60px 0;
    background-image: url('../images/homepage-bg.png');
    background-repeat: no-repeat;
}
.cms-index-index .page.messages {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1370px;
    box-sizing: border-box;
}
.main-banner .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}
.main-banner .row {
    margin-left: -15px;
    margin-right: -15px;
}
.main-banner img {
    vertical-align: top;
}
.vertical-banners {
    display: flex;
    flex-flow: column;
    row-gap: 30px;
}
.popular-categories [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.popular-categories .row {
    margin-left: -15px;
    margin-right: -15px;
}
.popular-categories img {
    vertical-align: top;
}
.homepage-item-heading {
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
}
.homepage-item.popular-categories{
    background-image: url('../images/categories-bg.png');
    background-repeat: no-repeat;
}
.homepage-item-heading h2 {
    margin: 0;
}
.homepage-item-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.homepage-item-heading a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #1863C1;
}
.homepage-item-heading a:hover {
    color: #B8190D;
}
.homepage-item-heading a:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
}
.popular-brand-item {
    height: 130px;
    width: 100%;
    border: 1px solid #D5DEEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.popular-brand-items,.new-arrival-items {
    display: inline-block;
    width: 100%;
    margin-bottom: 54px;
}
.popular-brand-item a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-item.new-arrivals {
    background-color: #FFF8F5;
}
.homepage-item.new-arrivals {
    background-color: #FFF8F5;
    padding-bottom: 252px;
}
.testimonial-item-wrap {
    padding: 0 36px 30px;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
}
.testimonial-title {
    display: inline-block;
    width: 100px;
    margin: 15px 0;
    text-align: center;
}
.testimonial-title {
    display: inline-block;
    width: 100%;
    margin: 26px 0 15px;
    text-align: center;
}
.testimonial-info p {
    min-height: 154px;
    max-height: 154px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}
.testimonial-title span {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow';
    line-height: 30px;
}
.testimonial-char span {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    font-family: 'Barlow';
    background: #000;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.testimonial-char span:after {
    content: '';
    position: absolute;
    bottom: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 30px solid;
    transform: rotate(-93deg);
    border-right-color: #000;
}
.testimonial-char {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.testimonial-item {
    padding-top: 50px;
    padding-bottom: 16px;
}
.homepage-item-heading.center {
    text-align: center;
}
.testimonial-item-wrap:after {
    content: '';
    background-image: url('../images/quotes.png');
    background-repeat: no-repeat;
    height: 31px;
    width: 33px;
    bottom: 0;
    right: 30px;
    position: absolute;
}
.testimonial-slider .owl-stage .owl-item:nth-child(1n) .testimonial-char span {
    background-color: #1BC2DB;
}
.testimonial-slider .owl-stage .owl-item:nth-child(2n) .testimonial-char span {
    background-color: #E44107;
}
.testimonial-slider .owl-stage .owl-item:nth-child(3n) .testimonial-char span {
    background-color: #CA118B;
}
.testimonial-slider .owl-stage .owl-item:nth-child(1n) .testimonial-char span:after {
    border-right-color: #1BC2DB;
}
.testimonial-slider .owl-stage .owl-item:nth-child(2n) .testimonial-char span:after {
    border-right-color: #E44107;
}
.testimonial-slider .owl-stage .owl-item:nth-child(3n) .testimonial-char span:after {
    border-right-color: #CA118B;
}
.homepage-item.customer-testimonials {
    background-image: url('../images/testimonial-bg.png');
    background-repeat: no-repeat;
}
.whyhippy-item {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.whyhippy-item .total-count {
    font-size: 62px;
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 80px;
    margin-top: 12px;
}
.bottom-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.bottom-link a.action {
    min-width: 216px;
    background: #E10F23;
}
.bottom-link a.action:hover {
    border: 0;
    background: #24BD4D;
    color: #fff;
}
.whyhippy-item .count-info {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow';
    margin-top: 15px;
}
.why-hippyhut .row{
    align-items: center;
    justify-content: center;
    display: flex;
}
.why-hippyhut .col-md-1 {
    display: flex;
    justify-content: center;
}
.why-hippyhut .only-border {
    width: 1px;
    height: 72px;
    display: inline-block;
    background: #C6C6C6;
}
.homepage-item.why-hippyhut {
    top: -256px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1370px;
    box-sizing: border-box;
}
.why-hippyhut .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.why-hippyhut .why-hippyhut-wrap {
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.why-hippyhut .homepage-item-heading {
    margin-top: 52px;
    margin-bottom: 32px;
}
.customer-testimonials .homepage-item-content {
    padding-top: 252px;
    margin-top: -504px;
}
.seo-content .homepage-item-heading {
    padding-top: 50px;
    border-top: 1px solid #D3D3D3;
}
.seo-content p {
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.seo-content a:not(.continue-read) {
    text-decoration: underline;
    color: #1863C1;
}
.seo-content a{
    font-weight: 500;
}
.homepage-item.seo-content {
    margin-bottom: 56px;
}
.seo-content .continue-read {
    color: #0D6135;
    text-decoration: none;
}
.seo-content .continue-read:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
.seo-content a:hover{
    color: #F27042;
}
.seo-content p:last-child {
    margin-bottom: 0;
}
.best-sellers .tabs-list > ul li.item > .switch {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 14px 42px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 600;
    line-height: 22px;
    background-color: #59677C;
    border-color: #59677C;
    text-decoration: none;
    font-family: 'Barlow';
}
.best-sellers .tabs-list > ul li.item.active > .switch,.best-sellers .tabs-list > ul li.item > .switch:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.best-sellers .tabs-list > ul li.item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}
.best-sellers .tabs-list > ul {
    padding: 0;
    list-style: none;
    display: flex;
    vertical-align: top;
    width: 100%;
    margin: 0;
    column-gap: 10px;
    position: relative;
    overflow-x: auto;
}
.best-sellers .tabs-list > ul:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #6D7E97;
}
.best-sellers .tabs-list > ul li.item.active:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #000;
    z-index: 1;
}
.best-sellers .owl-carousel {
    padding-top: 0;
}
.best-sellers .product.data.items > .item.content {
    padding: 0;
    margin: 22px 0 0 0;
}
.homepage-item.best-sellers .owl-carousel .owl-nav {
    top: -158px;
}
.homepage-item.best-sellers .owl-carousel .owl-nav [class*='owl-'] {
    border: 0;
}
.homepage-item.best-sellers .owl-carousel .owl-nav [class*='owl-']:before {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
}
.homepage-item.best-sellers .owl-carousel .owl-nav [class*='owl-']:hover {
    border: 0;
    background: #fff;
    color: #000;
}
.homepage-item.best-sellers .owl-carousel .owl-nav [class*='owl-']:not(.disabled):hover{
    color: #B8190D;
}
.products-owl-slider:not(.owl-loaded) .item.product.product-item {
    width: 20%;
    max-width: 254px;
}
.products-owl-slider:not(.owl-loaded) {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
.best-sellers-content {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.homepage-item.best-sellers{
    background-image: url('../images/bestseller-bg.png');
    background-repeat: no-repeat;
}
.new-iarrival-products {
    margin-bottom: 50px;
}
.homepage-item .block {
    margin-bottom: 0;
}
.category-seo-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .homepage-item.main-banner {
        background-image: url('../images/homepage-bg-tablet.png');
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .main-banner .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .homepage-item.main-banner .homepage-item-content:not(.only-tablet) {
        display: none;
    }
    .homepage-item.main-banner .homepage-item-content .col-sm-12,.homepage-item.main-banner .homepage-item-content .col-sm-24{
        padding-left: 5px;
        padding-right: 5px;
    }
    .homepage-item.main-banner .only-tablet .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .homepage-item.main-banner .homepage-item-content .col-sm-24 {
        margin-top: 10px;
    }
    .homepage-item-content.only-tablet{
        display: inline-block;
    }
}
@media screen and (min-width: 768px){
    .homepage-item-content .vertical-banners {
        margin: 0;
    }
}