.pets {
    background: #fff;
}
.page-template-pets .dropdown-menu, .page-template-subscription .dropdown-menu {
    display: contents;
    border: none;
}
.pets .row {
    margin-left: 0;
    margin-right: 0;
}

.pets .hero {
    background: url("../img/pets/zesty-hero-bg.png") center center no-repeat;
    background-size: cover;
    padding: 6em 2em 10em;
}

.pets .hero__title h1 {
    text-align: center;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    color: #B6775C;
    font-size: 60px;
    line-height: 1em;
}

.pets .hero__title h1 span {
    display: block;
    font-size: 24px;
    font-family: 'Gilroy-Regular',sans-serif;
    color: #523630;
}

.pets .hero__title .button {
    display: block;
    border: none;
    border-radius: 5px;
    background: #523630;
    max-width: 180px;
    margin: 10px auto;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: .3s ease all;
}

.pets .hero__title .button:hover {
    background: #B6775C;
}

@media (max-width: 767px) {
    .pets .hero__title .button {
        display: block;
        margin: 10px auto;
        max-width: 180px;
    }
}

.pets .product-tabs .container {
    max-width: 1100px;
    margin: 0 auto;
}

.pets .product-tabs__items {
    padding: 0;
}

.pets .product-tabs__items > .container {
    max-width: 600px;
    margin: -10px auto 0;
}

@media (max-width: 767px) {
    .pets .product-tabs__items > .container {
        padding: 0;
    }
}

.pets .product-tabs__items .tab {
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
    border: none;
    margin: -30px auto;
    position: relative;
    z-index: 999;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tab {
        margin: 0 auto;
        border-radius: 0;
    }
}

.pets .product-tabs__items .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    color: #003233;
    background: #fff;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    transition: 0.3s ease all;
    font-size: 17px;
}

.pets .product-tabs__items .tab button.left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tab button.left {
        border-radius: 0;
    }
}

.pets .product-tabs__items .tab button.right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tab button.right {
        border-radius: 0;
    }
}

.pets .product-tabs__items .tab button.active, .pets .product-tabs__items .tab button:hover {
    color: #fff;
    background-color: #003233;
}

.pets .product-tabs__items .tab button:hover {
    background-color: #54aea2;
}

.pets .product-tabs__items .tabcontent {
    border-top: none;
}

.pets .product-tabs__items .tabcontent__img {
    max-width: 380px;
    width: 90%;
    margin: 0 auto -50px;
}
@media (max-width:991px) {
    .pets .product-tabs__items .tabcontent__img {
        max-width: 50%;
        width: 50%;
        margin: 0 auto -50px;
    }
}
@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent__img {
        margin-bottom: 20px;
    }
}

.pets .product-tabs__items .tabcontent__img img {
    position: relative;
    z-index: 999;
}
@media (max-width:991px) {
    .pets .product-tabs__items .tabcontent__img img {
        display:block;
        margin-left:auto;
        margin-right:auto;
        max-width:80%;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures {
    padding: 0;
}

.pets .product-tabs__items .tabcontent#petTinctures .product {
    background: linear-gradient(0deg, #895843 50%, #b7785d 100%);
    padding: 5em 0 0;
    position: relative;
    z-index: 900;
    overflow: visible;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures .product {
        padding: 4em 0;
    }
}


.pets .product-tabs__items .tabcontent#petTinctures span {
    background: #261916;
    padding: 8px;
    color: #fff;
    font-size: 24px;
    font-family: 'Gilroy-ExtraBold',sans-serif;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures span {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        text-align: center;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures h2 {
    color: #fff;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    font-size: 50px;
    line-height: 1em;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .pets .product-tabs__items .tabcontent#petTinctures h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures h2 {
        text-align: center;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures h2 span {
    color: #261916;
    line-height: 32px;
    font-family: 'Gilroy-Regular',sans-serif;
    font-size: 14px;
    display: block;
    background: transparent;
    padding: 0;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures h2 span {
        max-width: 100%;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures h3 {
    font-size: 40px;
    color: #2e1a13;
    line-height: 1em;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures h3 {
        text-align: center;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures p {
    color: #261916;
    font-family: 'Gilroy-Regular',sans-serif;
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures p {
        text-align: center;
    }
}

.pets .product-tabs__items .tabcontent#petTinctures .button {
    display: block;
    border: none;
    border-radius: 5px;
    background: #261916;
    max-width: 180px;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    transition: .3s ease all;
}

.pets .product-tabs__items .tabcontent#petTinctures .button:hover {
    background: #523630;
}

@media (max-width: 767px) {
    .pets .product-tabs__items .tabcontent#petTinctures .button {
        display: block;
        margin: 10px auto;
        max-width: 180px;
    }
}

.pets .product-tabs__items .tabcontent .container {
    max-width: 1100px;
    margin: 0 auto;
    width:100%;
}

.pets .product-tabs .ingredients {
    padding: 5em 2em 3em;
    background: #fff;
}

.pets .product-tabs .ingredients__item-img {
    height: 185px;
}

.pets .product-tabs .ingredients__item-img img {
    max-width: 90%;
    display: block;
    margin: 0 auto 10px;
    width: auto;
}

.pets .product-tabs .ingredients__item-text h3 {
    margin: 10px auto 5px;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    text-align: center;
    color: #67c9bb;
}

@media (max-width: 767px) {
    .pets .product-tabs .ingredients__item-text h3 {
        text-align: center;
    }
}

.pets .product-tabs .ingredients__item-text p {
    color: #2f7071;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gilroy-Regular',sans-serif;
}

@media (max-width: 991px) {
    .pets .product-tabs .ingredients__item-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pets .product-tabs .ingredients__item-text p {
        text-align: center;
    }
}

.pets .product-tabs .use {
    background: #fff;
    padding: 7em 2em 6em;
}
.use .review-card {
    border-radius:5px;
    box-shadow: 0px 10px 25px 1px rgba(36,69,114,.1);
    padding:2em;
}
.use .review-card img {
    display:block;
    max-width:120px;
    width:90%;
    margin:10px auto;
}
.use .review-card p {
    text-align:center;
    font-size:14px;
    min-height:100px;
}
@media (max-width:991px) and (min-width:768px) {
    .use .review-card p {
        min-height:150px;
    }
}
.use .review-card .name {
    font-family:'Gilroy-ExtraBold',sans-serif !important;
    font-size:20px !important;
    margin-bottom:20px;
    text-align:center;
    min-height:1px;
}

.pets .product-tabs .use__table .tg {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #261916;
    width: 100%;
}

.pets .product-tabs .use__table .tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 15px;
    word-break: normal;
}

.pets .product-tabs .use__table .tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 15px 15px;
    word-break: normal;
}

.pets .product-tabs .use__table .tg .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top;
    font-family: 'Gilroy-ExtraBold',sans-serif;
}

.pets .product-tabs .use__table .tg .tg-lxbx {
    border-color: #103559;
    text-align: center;
    vertical-align: top;
    font-family: 'Gilroy-ExtraBold',sans-serif;
}
.pets .product-tabs .use__text {
    padding:10px 2em;
}
.pets .product-tabs .use__text h3 {
    font-size: 24px !important;
}

@media (max-width: 767px) {
    .pets .product-tabs .use__text h3 {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .pets .product-tabs .use__text p {
        text-align: center;
    }
}

.pets .product-tabs .use__text p strong {
    font-family: 'Gilroy-ExtraBold',sans-serif;
}

.pets .product-tabs .lifestyle {
    background: url("../img/pets/hemp-plus-bg-3.jpg") center center no-repeat;
    background-size: cover;
    padding: 15em 0;
}
.pets .product-tabs .lifestyle.two {
    background: url("../img/pets/hemp-plus-bg-2.jpg") center center no-repeat;
}

@media (max-width: 991px) {
    .pets .product-tabs .lifestyle {
        padding: 6em 0;
    }
}

.pets .product-tabs .lifestyle__text .wrap {
    border-top: 15px solid #b3755b;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    display: block;
    margin: 0 auto;
    padding: 4em;
}

@media (max-width: 991px) {
    .pets .product-tabs .lifestyle__text .wrap {
        padding: 2em 3em;
    }
}

.pets .product-tabs .lifestyle__text h3 {
    color: #b3755b !important;
    text-align: center;
    font-size: 28px !important;
    font-family: 'Gilroy-ExtraBold',sans-serif;
    margin: 0 auto 10px !important;
}

@media (max-width: 767px) {
    .pets .product-tabs .lifestyle__text h3 {
        text-align: center;
        font-size: 24px !important;
    }
}

.pets .product-tabs .lifestyle__text p {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Gilroy-Regular',sans-serif;
    color: #261916;
    text-align: center;
}

@media (max-width: 991px) {
    .pets .product-tabs .lifestyle__text p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .pets .product-tabs .lifestyle__text p {
        text-align: center;
    }
}