.homepage .homepage_banner {
    position: relative;
}

.homepage .homepage_banner a,
.homepage .homepage_banner a img {
    width: 100%;
}
.homepage .homepage_banner .owl-stage{
    display: flex;
}
.homepage .homepage_banner .owl-nav.disabled{
    display: none;
}
.homepage .homepage_banner .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.homepage .homepage_banner .owl-dots button{
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    border: unset;
}
.homepage .homepage_banner .owl-dots button.active{
    background: #DE745F;
}
.homepage_banner .title {
    position: absolute;
    left: calc((100% - 1440px) / 2);
    top: 25%;
    width: 410px;
    line-height: 1.2;
}

.homepage_banner .title h1 {
    font-size: 3.126rem;
    font-family: 'ubuntu-b';
}

.homepage_banner .title h3 {
    color: #DE755E;
    margin-top: 30px;
    font-family: 'ubuntu-b';
}

.banner_carousel {
    position: absolute;
    top: 55%;
    left: calc((100% - 950px) / 2);
    display: block !important;
}

.banner_carousel .poster-list .poster-item {
    background: #fff;
    height: 210px;
    width: 320px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    transition: all 0.5s;
    cursor: default;
    -moz-transition: all 0.5s;
    cursor: default;
    -webkit-transition: all 0.5s;
    cursor: default;
    -o-transition: all 0.5s;
    cursor: default;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 14%);
    justify-content: center;
}

.banner_carousel .poster-list .poster-item a {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.banner_carousel .poster-list .poster-item img {
    width: 100%;
    margin: 0 auto;
}

.featured .serve {
    padding: 0 calc((100% - 1440px) / 2);
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.featured .serve>div {
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.featured .serve>div>div {
    flex: 0 0 100%;
}

.featured .serve>div div.icon {
    background: url(../../../wysiwyg/homepage/server.svg)no-repeat;
    width: 50px;
    height: 50px;
    background-size: 500%;
    max-width: 80px;
}

.featured .serve>div:not(:last-child) {
    border-right: 2px #ECECEC solid;
}

.featured .serve>div:nth-child(1) div.icon {
    background-position: -114px -11px;
}

.featured .serve>div:nth-child(2) div.icon {
    background-position: -11px -11px;
}

.featured .serve>div:nth-child(3) div.icon {
    background-position: -208px -11px;
}

.featured .serve>div:nth-child(4) div.icon {
    background-position: -317px -9px;
}

.featured .serve>div div.icon+div p {
    margin: 0;
}

.featured .serve>div div.icon+div p:first-child {
    font-size: 1.125rem;
}

.featured .serve>div div.icon+div p:nth-child(2) {
    font-size: 1rem;
    text-transform: uppercase;
}


.categories,
.topsellers,
.aboutveehoo,
.premiumservices {
    max-width: 1440px;
    text-align: center;
    margin: 120px auto;
}

.categories>h1,
.topsellers>h1,
.aboutveehoo h1 {
    font-size: 2rem;
    font-family: 'ubuntu-b';
}

.categories>h3,
.topsellers>h3,
.aboutveehoo h3 {
    font-size: 1.5rem;
    margin-top: 20px;
    color: #DE755E;
}

.categories .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.categories .content>div {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.categories .content>div:first-child,
.categories .content>div:last-child {
    flex: 0 0 61.111%;
}

.categories .content>div:nth-child(2),
.categories .content>div:nth-child(3) {
    flex: 0 0 36.111%;
}

.categories .content>div:nth-child(2) {
    background: #FFD385;
}

.categories .content>div:nth-child(3) {
    background: #F9F5EB;
    flex-wrap: wrap;
}

.categories .content>div:first-child {
    background: #F5F5F5 url(../../../wysiwyg/homepage/PetBeds.png)no-repeat;
    background-position: 25px 50px;
}

.categories .content>div:last-child {
    background: #F5F5F5 url(../../../wysiwyg/homepage/PetStairs.png)no-repeat;
    background-position: 25px 50px;
}

.categories .content>div h1 {
    font-size: 1.75rem;
    font-family: 'ubuntu-b';
}

.categories .content>div h3 {
    font-size: 1.25rem;
    margin: 0;
}

.categories .content>div a {
    background: #DE755E;
    border-radius: 10px;
    display: block;
    color: #fff;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25rem;
    margin-top: 40px;
    text-align: center;
}

.categories .content>div>div {
    text-align: left;
}

.categories .content>div:first-child>div,
.categories .content>div:last-child>div {
    margin-left: 62px;
}

.categories .content>div:first-child>img,
.categories .content>div:last-child>img {
    margin: 23px 0 23px 50px;
}

.categories .content>div:nth-child(2)>div {
    margin-right: 26px;
}

.categories .content>div:nth-child(3)>div {
    flex: 0 0 100%;
    text-align: center;
    order: 1;
}

.categories .content>div:nth-child(3)>div h1 {
    line-height: 1;
    margin-bottom: 20px;
}

.categories .content>div:nth-child(3)>div a {
    margin: 0 auto;
    margin-bottom: 20px;
}

.categories .content>div:nth-child(3)>img {
    flex: 0 0 56.53%;
    margin: 20px 113px;
}


.topsellers .prolist .owl-stage {
    display: flex;
}

.topsellers .prolist .owl-stage .product-item-name {
    display: block;
    margin-top: 10px;
    font-size: 1.25rem;
    width: 70%;
    min-height: 86px;
    text-align: left;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.topsellers .prolist .product-top {
    position: relative;
    overflow: hidden;
}

/* .topsellers .prolist .product-top img.lazy{
    padding: calc((100% - 60px) / 2);
} */
.topsellers .prolist .product-top img.imghover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 500ms ease 0s, opacity;
}

.topsellers .prolist .owl-stage .owl-item .product-bottom {
    position: relative;
}

.topsellers .prolist .owl-stage .towishlist {
    position: absolute;
    right: 0;
    top: 0;
}

.topsellers .prolist .owl-stage .towishlist span {
    display: none;
}

.topsellers .prolist .owl-stage .towishlist::before {
    display: block;
    background: url(http://192.168.0.99/sweetv2/pub/media/wysiwyg/gather_icon.svg)no-repeat;
    width: 20px;
    height: 15px;
    content: '';
    background-size: 600%;
    background-position: -14px -177px;
}

.topsellers .prolist .owl-stage .price-box {
    display: flex;
}

.topsellers .prolist .owl-stage .price-box .price-label {
    display: none;
}

.topsellers .prolist .owl-stage .price-box .price {
    font-size: 1.375rem !important;
    color: #222222 !important;
}

.topsellers .prolist .owl-stage .price-box .special-price .price {
    color: #e00000 !important;
}

.topsellers .prolist .owl-stage .old-price {
    margin-right: 10px;
    order: -1;
}

.topsellers .prolist .owl-stage .old-price .price {
    font-size: 0.875rem !important;
    color: #b2b2b2 !important;
}

.topsellers .prolist {
    overflow: hidden;
    flex: 0 0 80%;
    display: flex;
    margin-top: 70px;
}

.topsellers .prolist .product-top img:not(.lazy) {
    width: 100%;
}

.topsellers .prolist .product-top img.imghover:hover {
    opacity: 1;
    transform: scale(1.1);
}

.topsellers .prolist .product-top img {
    position: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topsellers .prolist .owl-nav button span {
    display: none;
}

.topsellers .prolist .owl-nav {
    position: absolute;
    top: 45%;
    height: 0;
    width: 110%;
    right: -5%;
    display: flex;
    display: none;
    justify-content: space-between;
}

.topsellers .prolist .owl-nav button {
    border: 0;
    height: 67px;
    width: 34px;
    box-shadow: unset;
}

.topsellers .prolist .owl-nav .owl-prev {
    background: url(../../../wysiwyg/navicon.png)no-repeat;
    transform: rotate(180deg);
}

.topsellers .prolist .owl-nav .owl-next {
    background: url(../../../wysiwyg/navicon.png)no-repeat;
}

.topsellers .prolist .owl-nav button.disabled {
    visibility: hidden;
}


.aboutveehoo {
    display: flex;
    justify-content: space-between;
}

.aboutveehoo h3,
.aboutveehoo img {
    margin-bottom: 65px;
}

.aboutveehoo>div:first-child {
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
    text-align: left;
    padding-right: 120px;
}

.aboutveehoo>div:first-child p {
    font-size: 1.375rem;
    color: #8C8C8C;
}

.aboutveehoo>div:last-child {
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
}

.aboutveehoo>div:last-child video {
    border-radius: 20px;
}


.premiumservices {
    min-height: 600px;
    display: flex;
    justify-content: space-between;
    margin: 155px auto 120px;
}

.premiumservices>div {
    flex: 0 0 50%;
    position: relative;
}

.premiumservices .service_left {
    margin-left: 35px;
}

.premiumservices .service_right .zturn-item>div {
    text-align: left;
}

.gallesy {
    max-width: 1440px;
    margin: 120px auto;
    color: #424242;
    text-align: center;
}

.gallesy h1 {
    font-family: ubuntu-b;
    font-size: 32px;
    color: #424242;
}

.gallesy>p {
    font-size: 24px;
    color: #DE755E;
    margin-top: 20px;
}

.gallesy .gallesylist {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gallesy .gallesylist .owl-stage-outer {
    position: relative;
    width: 1440px;
    overflow: hidden;
}

.gallesy .gallesylist .owl-nav,
.gallesy .gallesylist .owl-dots {
    display: none !important;
}

.gallesy .gallesylist .owl-stage-outer .owl-stage {
    display: flex;
}

.gallesy .gallesylist .item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.gallesy .gallesylist .item img {
    width: 100%;
    display: block;
}

.gallesy .gallesylist .item .hover_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    background: rgba(66, 66, 66, .8);
}

.gallesy .gallesylist .item:hover .hover_box {
    opacity: 1;
    visibility: visible;
}

.gallesy .gallesylist .item .hover_box .name {
    font-family: ubuntu-b;
    font-size: 20px;
    margin-bottom: 15px;
}

.gallesy .gallesylist .item .hover_box .price {
    font-family: ubuntu-b;
    font-size: 20px;
}

.gallesy .gallesylist .item .hover_box .link {
    padding: 18px 54px;
    border-radius: 10px;
    background: #DE755E;
    font-family: ubuntu-b;
    text-transform: capitalize;
    color: #fff;
    margin-top: 15px;
}

.view-more {
    text-align: center;
    margin-top: 80px;
}

.view-more a {
    border: 3px solid #DE755E;
    border-radius: 10px;
    font-family: ubuntu-b;
    font-size: 20px;
    color: #DE755E;
    padding: 18px 38px;
}

.gallesylist .owl-stage-outer .owl-stage {
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}