@media (max-width: 595px) {
    .cms-home .carousel-large, .cms-home .page-title, .cms-home .std {
        display:block!important;
    }
}

.carousel-large {
    border: none!important;
    margin-top: 50px;
}

.carousel-large__title {
    font-size: 24px!important;
    margin: 0 0 35px!important;
}

.carousel-large__title strong {
    color: #515151!important;
}

.best-seller, .clearance {
    width: 100%!important;
}

@media (max-width: 595px) {
    .best-seller, .clearance {
        width: 100%!important;
        margin: 0!important;
    }

    .clearance {
        margin-top: 20px!important;
    }

}

.widget {
    border: none!important;
}

.site-navigation__left {
    width: 100%!important;
    margin-bottom: 0!important;
}

.menu__item--handle {
    height: 52px!important;
}

.menu__item--handle .menu__item__label {
    display: block!important;
    line-height: 52px;
}

.cms-index-index .wrapper {
    max-width: 100%;
    padding: 0;
}

.best-seller, .clearance {
    background-color: #fff;
}

.cms-home .std, .cms-home .std .widget {
    margin-bottom: 0!important;
}

.cms-home .site-header .wrapper {
    max-width: 1160px!important;
    padding: 0px 20px!important;
    margin: 0 auto;
}

/* hero */

.home-hero {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 0;
    max-width: 1160px;
    padding: 0px 20px;
}

.home-hero img {
    display: block;
    width: 100%;
}

.home-hero__slider {
    width: 100%;
    margin-bottom: 2%;
}

.home-hero__tiles {
    width: 100%;
}

.home-hero__tile {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    display: block;
}

@media (min-width: 480px) {
    .home-hero__tile {
        float: left;
        width: 49%;
        margin-right: 2%;
    }

    .home-hero__tile:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 700px) {
    .home-hero__slider {
        float: left;
        margin-bottom: 2%;
    }

    .home-hero__tiles {
        float: left;
	display: flex;
	flex-wrap: wrap;
    }

    .home-hero__tile {
        width: 32%;
    }

    .home-hero__tile:nth-child(2n) {
        margin-right: 2%;
    }

    .home-hero__tile:nth-child(3n) {
        margin-right: 0;
    }
}

.home-hero__tile-title {
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 900px) {
    .home-hero__tile-title {
        font-size: 16px;
    }
}

/* advertisement block */

.advertisement {
    clear: both;
}
.advertisement__col {
    border: 1px solid #E6E6E6;
    margin-top: 20px;
}

.advertisement__col img {
    display: block;
    width: 100%;
}

@media (min-width: 595px) {
    .advertisement__col {
        width: 49%;
        float: left;
        margin: 35px 1% 0 0;
    }

    .advertisement__col:last-child {
        margin: 35px 0 0 1%;
    }
}

/* social */

.so-social {
    max-width: 1160px;
    padding: 0px 20px;
    margin: 35px auto 0;
}

.so-social__grid {
    display: flex;
    flex-wrap: wrap;
}

.so-social__col {
    float: left;
    width: 29%;
    border: 1px solid #E6E6E6;
    margin: 0 1%;
}

.so-social__col:first-child {
    margin-left: 0;
}

.so-social__col:nth-child(2) {
    width: 38%;
    padding: 50px;
    background-color: #FCFCFC;
}

@media (max-width: 1300px) {
    .so-social__col {
        width: 49%;
        margin: 0 1%;
    }

    .so-social__col:nth-child(2) {
        width: 100%!important;
        margin: 0 0 20px;
        padding: 50px;
    }

    .so-social__col:nth-child(2) {
        order: -1;
    }
}

@media (max-width: 700px) {
    .so-social__col {
        margin: 0 0 20px;
        width: 100%;
    }

    .so-social__col:last-child {
        margin-bottom: 0;
    }
}

.so-social__col:last-child {
    margin-right: 0;
}

.so-social__col img {
    display: block;
    width: 100%;
}

.so-social__link-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.so-social__image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #e30613;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.so-social__col:last-child .so-social__image-title{
    background-color: #2E94CD;
}

.so-social .icon-facebook, .so-social .icon-twitter, .so-social .icon-pinterest, .so-social .icon-instagram, .so-social .icon-google , .so-social .icon-ticktok{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #e30613;
    display: block;
    position: relative;
}

.so-social .icon-facebook:before, .so-social .icon-twitter:before, .so-social .icon-pinterest:before, .so-social .icon-instagram:before, .so-social .icon-google:before, .so-social .icon-ticktok:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.so-social .social-links__icon {
    margin-right: 20px;
    display: inline-block;
}

.featured-products__title, .so-social__title {
    color: #515151;
    font-size: 24px;
    font-weight: 300;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;

}

@media (min-width: 600px) {
    .featured-products__title:before, .so-social__title:before, .carousel-large__title:before {
        width: 100%;
        content: "";
        height: 1px;
        background: #dcdcdc;
        display: block;
        position: absolute;
        top: 50%;
    }
}

.featured-products__title span, .so-social__title span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

.featured-products__title span, .carousel-large__title span {
    background-color: #F7F7FA!important;
}

.social-second {
    padding: 50px 0 0 !important;
}
.social-red {
    background: #e30613 !important;
    padding: 50px;
}
.social-red .so-social__signup-title { 
    color:#fff!important;
}
.social-red .social-box-newsletter a { 
    color: #000; 
    background: #fff;
}
.social-red .so-social__signup-title strong {
    font-weight: 300;
}
/*
.social-red:hover {background: #ffffff !important;}
.social-red:hover .so-social__signup-title { 
    color:#515151 !important;
}
.social-red:hover .so-social__signup-title strong {
    font-weight: bold;
}
.social-red:hover .social-box-newsletter a { 
    color: #fff; 
    background: #f59c00;
}
*/
.so-social__internal-title {
    margin: 0;
    margin-bottom: 32px;
    color: #515151;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

.social-links {
    text-align: center;
}

.social-links:after {
    width: 100%;
    max-width: 260px;
    background-color: #E6E6E6;
    height: 1px;
    margin: 30px auto 0px;
}

.so-social__internal-title > strong {
    color: #e30613;
    display: block;
}

.so-social__signup-title {
    margin: 0;
    margin-bottom: 32px;
    color: #515151;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

.so-social .newsletter__form {
    max-width: 100%;
}

.so-social .newsletter__form__input {
    color: #000!important;
}

.so-social .newsletter__form__button {
    background-color: #e30613!important;
    color: #fff!important;
    position: absolute;
    right: 0;
}

/* Home page 4x blocks above blog*/

.four-blocks-container {
    max-width: 1160px;
    padding: 0px 20px;
    margin: 35px auto 0;
}

.four-blocks,
.three-blocks {
    background: #f7f7f7;
    overflow: hidden;
}

.four-blocks a {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.four-blocks a img {
    width: 100%;
    display: block;
}

.three-blocks a {
    color: #000;
}


.three-blocks {
    padding: 10px;
}

.three-black-wrapper {
    overflow: hidden;
    background: #fff;
    color: #000;
}

.three-black-wrapper h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #e30613;
}

.three-black-wrapper p {
    margin: 0px;
}

.three-black-wrapper a {
    text-decoration: underline;
}


.three-black-wrapper .button {
    color: #fff;
    text-decoration: none;
    align-self: center;
    font-size: 17px;
    padding: 5px 12px;
    height: auto;
    margin: 10px 0px;
    font-weight: 600;
}

.news-pound {
    width: 25%;
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
}

.career-at-pound {
    float: left;
    width: 45%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.career-content {
    float: left;
    width: calc(100% - 160px);
}

.career-at-pound:after {
    right: 0;
}

.career-at-pound:before {
    left: 0;
}

.career-at-pound  .career-img {
    max-width: 150px;
    float: right;
    margin: 15px 0px;
}

.career-at-pound .career-img img{
    width: 100%;
    display: block;
}

.store-opening {
    width: 30%;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
}


.store-opening table {
    border: 0px;
}

.store-opening table td {
    padding: 0 0px 3px 0px;
    border: 0px;
    display: table-cell;
}
.store-opening table td:first-child {
    padding-right: 10px;
}


.store-opening a {
    font-weight: 600;
}

.store-opening a:hover {
    text-decoration: none;
}

.store-openin table a{
    text-decoration: none;
    font-weight: 600;
}


@media screen and (min-width: 831px) {

    .three-black-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .career-at-pound:before,
    .career-at-pound:after {
        content: "";
        position: absolute;
        background: #e5e5e5;
        width: 1px;
        height: 80%;
        top: 10%;
        bottom: 10%;
    }

    .career-content {
        text-align: center;
    }

    .career-content h3,
    .career-content p {
        text-align: left;
    }

}

@media screen and (max-width: 830px) {

    .three-black-wrapper h3 {
        margin: 10px 0px;
    }

    .career-at-pound .career-img {
        margin: 5px 0px;
    }

    .four-blocks a {
        width: 50%;
    }

    .store-opening,
    .news-pound,
    .career-at-pound{
        width: 100%;
    }


    .three-black-wrapper > div {
        border-bottom: 1px solid #f7f7f7;
    }
}

@media screen and (max-width: 500px) {

    .career-at-pound,
    .news-pound
    .four-blocks a,
    .store-opening {
        padding: 10px;
    }

    .career-at-pound .career-content,
    .career-at-pound .career-img {
        width: 100%;
        float: none;
    }

    .four-blocks a {
        width: 100%;
    }
}



/* top ideas */
.top-ideas__container {
    max-width: 1160px;
    padding: 30px 20px!important;
    margin: 0 auto 0;
}

.top-ideas__container ul {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.top-ideas__item {
    border: 1px solid #E6E6E6;
    list-style: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .top-ideas__item {
        width: 49%;
        margin-right: 2%;
    }

    .top-ideas__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1300px) {
    .top-ideas__item {
        width: 32%;
        margin-right: 2%;
    }

    .top-ideas__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1300px) {
    .top-ideas__item {
        width: 18.4%;
        margin-right: 2%;
        margin-bottom: 0;
    }

    .top-ideas__item:last-child {
        margin-right: 0;
    }
}

.top-ideas__item-link {
    display: block;
    text-decoration: none;
    color: #000;
}

.top-ideas__item-image {
    display: block;
    width: 100%;
}

.top-ideas__item-content {
    padding: 18px;
    text-align: center;
    font-size: 15px;
}

.top-ideas__item-title {
    font-size: 18px;
}

.top-ideas__item-more {
    font-size: 15px;
    font-weight: bold;
}

.top-ideas__item-link:hover .top-ideas__item-more {
    color: #e30613;
}

/* featured products */
.featured-products__container {
    background-color: #F7F7F7;
    padding: 30px 0;
}

.featured-products, .advertisement {
    max-width: 1160px;
    padding: 0px 20px;
    margin: 0 auto;
}

.so-social + .amshopby-page-container {
    background-color: #F7F7F7;
    margin-top: 35px;
}

/* home carousel */
.home-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.home-carousel .owl-dot {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e30613;
    display: inline-block;
    margin: 0 3px;
}

.home-carousel .owl-dot.active {
    background-color: #e30613;
}

.home-carousel.owl-carousel .grid__item {
    margin: 0;
    width: 100%;
}

.clearance .owl-carousel .owl-nav, .best-seller .owl-carousel .owl-nav {
    padding: 0 10px;
}

.site-copyright__inner {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.site-copyright .wrapper {
    padding: 0;
}

.catalog-category-view .product-collection .product-grid .grid__item.list-grid {
    height: auto!important;
    min-height: auto;
}

@media (max-width: 595px) {
    .catalog-category-view .site-navigation__left {
        margin-bottom: 20px!important;
    }
}

.breadcrumbs {
    border-top: 0!important;
}

.product-collection .product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-small .mini-product__image__background {
    right: 0;
    width: 195px;
}

.site-footer .site-footer__column--links--first {
    width: 48% !important;
}

.site-footer ul li {
    padding-right: 20px!important;
}

.newsletter__form__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #979797;
}
.newsletter__form__input::-moz-placeholder { /* Firefox 19+ */
    color: #979797;
}
.newsletter__form__input:-ms-input-placeholder { /* IE 10+ */
    color: #979797;
}
.newsletter__form__input:-moz-placeholder { /* Firefox 18- */
    color: #979797;
}

.site-footer .newsletter__form__input {
    color: #000!important;
}

.icon-twitter:before, .icon-google:before, .icon-instagram:before, .icon-ticktok:before {
    height: 24px!important;
    background-position-y: center!important;
}

@media only screen and (max-width: 1114px) and (min-width: 1019px) {
    #menu .menu__item--level-0.menu__item.menu__item--last {
        width: auto!important;
    }
}

.filter__list {
    max-width: 166px;
}

.menu__item__label {
    font-weight: normal;
}


.garden-outdoor .banner-caption {
    z-index: 1!important;
}

.garden-outdoor, .garden-outdoor .register-now, .garden-outdoor .gardening-blogs {
    width: 100%!important;
}

.garden-outdoor .left-banner, .garden-outdoor .right-banner, .garden-outdoor .ready-to-buyer, .garden-outdoor .our-latest-deal {
    width: 49%!important;
}

.garden-outdoor .left-banner, .garden-outdoor .ready-to-buyer {
    margin-right: 2%!important;
}

.gardening-blogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.garden-outdoor .gardening-blogs h2 {
    width: 100%;
}

@media only screen and (max-width: 830px) {
    .blog-box-1, .blog-box-2, .blog-box-3 {
        width: 100%!important;
        margin-right: 0!important;
    }

    .blog-box-2, .blog-box-3 {
        margin-top: 10px!important;
    }
}

@media only screen and (max-width: 1050px) {
    .garden-outdoor .top-banner, .garden-outdoor .left-banner, .garden-outdoor .right-banner, .garden-outdoor .ready-to-buyer, .garden-outdoor .our-latest-deal, .garden-outdoor .register-now {
        display: none;
    }
}

@media only screen and (max-width: 1050px) {
    .category-christmas .garden-outdoor .top-banner, .category-christmas .garden-outdoor .left-banner, .category-christmas .garden-outdoor .right-banner, .category-christmas .garden-outdoor .ready-to-buyer, .category-christmas .garden-outdoor .our-latest-deal, .category-christmas .garden-outdoor .register-now {
        display: block;
    }
}

.site-header {
    background-image: none!important;
}

@media only screen and (min-width: 1019px) {
    .menu__item--top:hover > a[href*="the-pet-hut"]:before {background: transparent;}
    .menu__item--id-7 {
        border-top: 2px solid #E70A79 !important;
    }
    .menu__item--id-7:hover {
        border-top: 2px solid #ccc !important;
    }
    /*for more button at end of navbar*/
    #menu-items {
        float: left;
    }

    #menu-items .hideshow .more-navs {
        position:absolute;
        background: #fff;
        display:none;
        right:0px;
        border: 2px solid #ccc;
        width: 300px;
        margin-top: -2px;
    }

    #menu-items .hideshow {
        position:relative;
    }
    .hideshow > a {
        color: #000 !important;

    }
    .more-navs .menu__item--top {
        width: 100%;
        border-top: 0px !important;
        border-bottom: 1px solid #ccc;
    }
    .more-navs .menu__item--top > a {
        padding: 0px 12px;
        text-align: left !important;
    }
    .more-navs .menu__item--top > a:after {
        border: 0;
    }
    .more-navs .menu__item--top:hover {
        border: 0px;
        margin: 0px;
        border-bottom: 1px solid #ccc;
    }
    .more-navs .menu__item--top:last-child {
        border-bottom: 0px;
    }
    .more-navs .menu__item--top:hover > a:before{
        border: 0px;
        display: none;
    }
    .more-navs .menu__item__dropdown {
        display: none !important;
    }
    .more-navs .menu__item--level-0.menu__item--top > a .menu__item__label {
        height: 40px;
    }
    #menu-items .hideshow .more-navs {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.0s ease-in-out 0.0s;
        -ms-transition: all 0.0s ease-in-out 0.0s;
        -o-transition: all 0.0s ease-in-out 0.0s;
        -webkit-transition: all 0.0s ease-in-out 0.0s;

    }
    #menu-items .hideshow .more-navs.show-box {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease-in-out 0.2s;
        -ms-transition: all 0.2s ease-in-out 0.2s;
        -o-transition: all 0.2s ease-in-out 0.2s;
        -webkit-transition: all 0.2s ease-in-out 0.2s;
    }
    .hideshow .menu__item__label img {
        opacity: 0.5;
        top: 2px;
        width: 13px;
        left: 3px;
        display: inline-block;
    }
    /*for more button at end of navbar*/

    /*sticky header*/
    .site-header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }

    header + .wrapper {
        max-width: 100% !important;
        padding: 0px 0px !important;
        margin: 0 auto;
        position: fixed;
        z-index: 1000;
        top: 74px;
    }

    .overflow-layer + .wrapper {
        margin-top: 131px; /*stickyheader height + nav wrapper height*/
    }

    .site-navigation__left nav.menu {
        margin: 0 auto;
        max-width: 1120px;
        width: 100%;
    }
    #menu-items {
        border-bottom: 1px solid #dcdcdc;
    }
    .home-hero {
        padding-top: 15px;
    }
    /*sticky header*/
}
@media only screen and (max-width: 1018px) {
    .hideshow > a {
        display: none;
    }

    .so-social__col:nth-child(2) {
        padding: 50px 20px;
    }
}
.menu__item--top > a[href*="the-pet-hut"] .menu__item__label {
    visibility: hidden;
}


.cms-home .featured-products__container .clearance {
    display: none;
}

.owl-carousel.home-product-carousel .owl-nav {
    padding: 0;
    height: 0;
    margin-top: -30px;
}

.owl-carousel.home-product-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel.home-product-carousel .owl-nav .owl-prev{
    background: url("../images/icons/carousel-large-arrow-prev-new.png") no-repeat;
    width: 28px;
    height: 52px;
}

.owl-carousel.home-product-carousel .owl-nav .owl-next{
    background: url("../images/icons/carousel-large-arrow-next-new.png") no-repeat;
    width: 28px;
    height: 52px;
}

.owl-carousel.home-product-carousel .owl-nav .owl-prev.disabled,
.owl-carousel.home-product-carousel .owl-nav .owl-next.disabled {
    display: none;
}
.home-carousel .owl-item.active .owl-lazy {
    opacity: 1 !important;}

.home-hero img, .blog-home .post-grid ul#post-grid li img {
    object-fit: contain;
    -webkit-object-fit:contain; 
 }
