.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: 30px;
    top: 85px;
    width: 240px;
    line-height: 1.2;
}

.homepage_banner .title h1 {
    font-size: 1.875rem;
    font-family: 'ubuntu-b';
    margin-bottom: 10px;
    line-height: 1;
}

.homepage_banner .title h3 {
    color: #DE755E;
    font-size: 0.9375rem;
    font-family: 'ubuntu-b';
}

.banner_carousel {
    position: absolute;
    top: 45%;
    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;
}

.page-title-wrapper {
    display: none;
}
.featured .serve {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured .serve>div {
    flex: 0 0 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}

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

.featured .serve>div:nth-child(odd):after {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    background: #ECECEC;
    position: absolute;
    right: 0;
}

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

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

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

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

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

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

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

.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: 40px auto;
    padding: 0 15px;
}

.categories>h1,
.topsellers>h1,
.aboutveehoo h1,
.premiumservices>h1 {
    font-size: 1rem;
    font-family: 'ubuntu-b';
    margin-bottom: 0;
}

.categories>h3,
.topsellers>h3,
.aboutveehoo h3,
.premiumservices>h3 {
    font-size: 0.8125rem;
    color: #DE755E;
    margin: 0;
}

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

.categories .content>div {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex: 0 0 100%;
    padding: 0 25px;
    height: 180px;
}

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

.categories .content>div:nth-child(2)>img {
    flex: 0 0 45%;
}

.categories .content>div:nth-child(1),
.categories .content>div:nth-child(3) {
    background: #F5F5F5;
}

.categories .content>div:nth-child(1),
.categories .content>div:nth-child(3) {
    padding-right: 0;
}

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

.categories .content>div:nth-child(1)>img {
    flex: 0 0 60%;
    margin: 0;
}

.categories .content>div:nth-child(3)>img {
    width: 40%;
    flex: 0 0 30%;
    margin: 0;
}

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

.categories .content>div h1 {
    font-size: 0.9375rem;
    font-family: 'ubuntu-b';
    margin-bottom: 5px;
}

.categories .content>div h3 {
    font-size: 0.8125rem;
    margin: 0;
    color: #DE755E;
}

.categories .content>div a {
    background: #DE755E;
    border-radius: 5px;
    display: block;
    color: #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 0.75rem;
    margin-top: 15px;
    text-align: center;
}

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

.categories .content>div>* {
    flex: 0 0 50%;
}

.categories .content>div>img {
    margin: 10px 0 10px;
    width: 50%;
}

.categories .content>div:nth-child(2)>div,
.categories .content>div:nth-child(4)>div {
    text-align: right;
    order: 1;
}

.categories .content>div:nth-child(2)>div a,
.categories .content>div:nth-child(4)>div a {
    float: right;
}

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

.topsellers .prolist .owl-stage .product-item-name {
    display: block;
    margin-top: 10px;
    font-size: 0.875rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.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: 0.875rem !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: 20px;
}

.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;
    flex-wrap: wrap;
}

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

.aboutveehoo>div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 100%;
}

.aboutveehoo>div:first-child>h1 {
    order: 0;
    margin-bottom: 5px;
    flex: 0 0 100%;
}

.aboutveehoo>div:first-child>img {
    order: 1;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}

.aboutveehoo>div:first-child>h3 {
    order: 2;
}

.aboutveehoo>div p {
    font-size: 0.8125rem;
    color: #8C8C8C;
    order: 3;
    text-align: left;
    margin-top: 10px;
}

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

.premiumservices {
    margin: 55px auto;
}

.premiumservices>h3 {
    margin-bottom: 25px;
}

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

.premiumservices .service_left {
    height: 200px;
}

.premiumservices .service_right {
    height: 120px;
    margin-top: 30px;
}

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

.top-announcement.fixed+.header-content-search {
    background: #F9F5EB;
}

.gallesy {
    max-width: 1440px;
    margin: 50px auto;
    color: #424242;
    text-align: center;
    padding: 0 15px;
}

.gallesy h1 {
    font-size: 1rem;
    color: #424242;
    font-family: 'ubuntu-b';
}

.gallesy>p {
    font-size: 0.8125rem;
    color: #DE755E;
    margin: 5px 0;
    text-align: center;
}

.gallesy .gallesylist {
    overflow: hidden;
    flex: 0 0 80%;
    display: flex;
    margin-top: 20px;
}

.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: 15px;
    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: 16px;
}

.gallesy .gallesylist .item .hover_box .price {
    font-family: ubuntu-b;
    font-size: 14px;
    margin-top: 10px;
}

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

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

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