@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
* {
    color: black;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

a {
    color: white;
}

a:hover {
    color: #1091b1;
}

.poster-product {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 558px;
    height: 248px;
}

.poster-product img {
    max-width: 100%;
}

.poster-product .owl-carousel .item {
    height: 17rem;
    padding: 0;
}

.poster-product .owl-carousel .owl-item img {
    width: 586px;
    display: block;
}

.poster-product .owl-carousel .owl-item {
    width: 100%;
    margin-right: 15px;
}

.poster-product .carousel-wrap {
    width: 514px;
    margin: auto;
    position: relative;
}

.poster-product .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.poster-product .owl-carousel .nav-btn {
    height: 63px;
    position: absolute;
    width: 73px;
    cursor: pointer;
    top: 66px !important;
}

.poster-product .owl-theme .owl-dots .owl-dot span {
    background: #6e6e6e;
}

.poster-product .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #050505;
}

.poster-product .owl-theme .owl-dots {
    text-align: none;
    margin-top: -162px;
    left: 5px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    /* background-color: #070707; */
}

.poster-product .owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.poster-product .owl-carousel .prev-slide {
    background: url(../img/gf/previous.png) no-repeat scroll 0 0;
    left: -33px;
}

.poster-product .owl-carousel .next-slide {
    background: url(../img/gf/next.png) no-repeat scroll -24px 0px;
    right: -33px;
}


/* .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  } */

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.product {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 271px;
    height: 244px;
    background-color: #66F6DC;
}

.product .tittel-product {
    margin-top: 21px;
    margin-left: 26px;
    display: flex;
    width: 217px;
    height: 19px;
}

.product .tittel-product .text-product {
    font-weight: 700;
    font-size: 17px;
}

.product .tittel-product img {
    width: 11%;
    margin-left: 43%;
}

.product .img-product {
    width: 138px;
    align-content: center;
    margin-top: 16px;
    margin-left: 62px;
}

.product .img-product img {
    width: 100%;
}

.product .footer-price {
    margin-top: 20px;
    margin-left: 106px;
}

.product .footer-price .text-product {
    font-size: 25px;
    font-weight: 900;
}

.product2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 271px;
    background: linear-gradient(180deg, #FFCC17 0%, rgba(247, 205, 54, 0) 182.83%);
    height: 370px;
}

.product2 .tittel-product {
    margin-top: 21px;
    margin-left: 26px;
    display: flex;
    width: 217px;
    height: 19px;
}

.product2 .tittel-product .text-product {
    font-weight: 700;
    font-size: 17px;
}

.product2 .tittel-product img {
    width: 11%;
    margin-left: 43%;
}

.product2 .img-product {
    width: 138px;
    align-content: center;
    margin-top: 40px;
    margin-left: 62px;
}

.product2 .img-product img {
    width: 100%;
}

.product2 .footer-price {
    margin-top: 53px;
    margin-left: 106px;
}

.product2 .footer-price .text-product {
    font-size: 25px;
    font-weight: 900;
}

.poster-product2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 1132px;
    height: 531px;
}

.poster-product2 img {
    max-width: 100%;

}

.poster-product2 .owl-carousel .item {
    height: 32rem;
    padding: 0;
}

.poster-product2 .owl-carousel .owl-item img {
    width: 843px;
    display: block;
}

.poster-product2 .owl-carousel .owl-item {
    width: 100%;
    margin-right: 15px;
}

.poster-product2 .carousel-wrap {
    width: 514px;
    margin: auto;
    position: relative;
}

.poster-product2 .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.poster-product2 .owl-carousel .nav-btn {
    height: 63px;
    position: absolute;
    width: 73px;
    cursor: pointer;
    top: 66px !important;
}

.poster-product2 .owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.poster-product2 .owl-carousel .prev-slide {
    background: url(./img/previous.png) no-repeat scroll 0 0;
    left: -33px;
}

.poster-product2 .owl-carousel .next-slide {
    background: url(./img/next.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.btn-v-all {
   display: inline-block;
    width: 233px;
    height: 58px;
    align-items: center;
    /*left: 556px;*/
    background-color: #4C9D9D;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 17px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.btn-v-all:hover {
    color: black;
}


/* line di detail product */

.line-detail {
    position: relative;
    display: inline-block;
    width: 361px;
    border-bottom: 5px solid #42A7A0;
}


/* pagination */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #42A7A0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:hover {
    color: #fff;
    background-color: #42A7A0;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #42A7A0;
    border-color: #42A7A0;
}

.nav-link {
    color: #070707;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-link:focus,
.nav-link:hover {
    color: #6fcbdb;
}

.dropdown-item .nav-link:hover {
    color: #6fcbdb;
    background-color: #42A7A0;
}


/* end of */


/* login */

.button-52 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: 1px solid #42A7A0;
    cursor: pointer;
    position: relative;
    background-color: #42A7A0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-52:after {
    content: "";
    background-color: #1f6e86;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-52:hover:after {
    top: 0px;
    left: 0px;
}

@media (min-width: 768px) {
    .button-52 {
        padding: 13px 50px 13px;
    }
}


/* end of */


/* search  */

.search-box-mobile {
    position: absolute;
    /*top: 9%; */
    left: 41%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    background: #d6dada;
    height: 29px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}


/*.search-box-mobile:hover>input {
    width: 150px;
    padding: 0 10px;
}*/

.search-box-mobile:hover>.icon {
    background: #4C9D9D;
}

.icon-mobile {
    background-color: #fcfcfc;
    float: left;
    width: 28px;
    font-size: 1.3rem;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4C9D9D;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.icon-mobile:hover {
    transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
    -ms-transform: rotate(360deg) scale(0.8);
    -o-transform: rotate(360deg) scale(0.8);
}

.search-box-mobile input {
    width: 150px;
    border: none;
    outline: none;
    display: inline-block;
    padding: 0 10px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5 ease;
    -webkit-transition: 0.5 ease;
    -moz-transition: 0.5 ease;
    -ms-transition: 0.5 ease;
    -o-transition: 0.5 ease;
    line-height: 30px;
    color: rgb(3, 3, 3);
}

.search-box {
    position: absolute;
    top: 50%;
    left: 76%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    background: #d6dada;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}


/* .search-box:hover>input {
        width: 150px;
        padding: 0 10px;
    } */

.search-box:hover>.icon {
    background: #4C9D9D;
}

.icon {
    background-color: #fcfcfc;
    float: left;
    width: 40px;
    font-size: 1.3rem;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4C9D9D;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.icon:hover {
    transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
    -ms-transform: rotate(360deg) scale(0.8);
    -o-transform: rotate(360deg) scale(0.8);
}

input {
    width: 150px;
    border: none;
    outline: none;
    display: inline-block;
    padding: 5px 10px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5 ease;
    -webkit-transition: 0.5 ease;
    -moz-transition: 0.5 ease;
    -ms-transition: 0.5 ease;
    -o-transition: 0.5 ease;
    line-height: 30px;
    color: rgb(3, 3, 3);
}


/* end of */


/* footer */

.footer {
    /* display: inline-block; */
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer a {
    /* display: flex; */
    color: white;
    display: flex;
    left: 15px;
    font-size: 20px;
    position: relative;
}


/* end of */


/* mobile */

@media only screen and (min-width:360px) and (max-width: 393px) {
    .poster-product {
        width: 232px;
    	height: 97px;
    }
    .poster-product .owl-carousel .owl-item img {
        width: 244px;
        display: block;
    }
    .poster-product .owl-theme .owl-dots {
        margin-top: -239px;
        left: 5px;
    }
    .product {
        width: 241px;
        height: 215px;
    }
    .product .tittel-product {
        margin-top: 14px;
        margin-left: 15px;
        display: flex;
        width: 217px;
        height: 19px;
    }
    .product .tittel-product .text-product {
        font-weight: 700;
        font-size: 17px;
    }
    .product .tittel-product img {
        width: 11%;
        margin-left: 47%;
    }
    .product .img-product {
        width: 119px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product .footer-price {
        margin-top: 18px;
        margin-left: 101px;
    }
    .product .footer-price .text-product {
        font-size: 23px;
        font-weight: 900;
    }
    .product2 {
        width: 243px;
        background: linear-gradient(180deg, #FFCC17 0%, rgba(247, 205, 54, 0) 182.83%);
        height: 281px;
    }
    .product2 .tittel-product img {
        margin-left: 23%;
    }
    .product2 .img-product {
        width: 128px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product2 .footer-price {
        margin-top: 9px;
        margin-left: 106px;
    }
    .product2 .footer-price .text-product {
        font-size: 21px;
        font-weight: 900;
    }
    .poster-product2 {
        width: 233px;
    	height: 125px;
    }
    .poster-product2 .owl-carousel .owl-item img {
        width: 253px;
        display: block;
    }
    .btn-v-all {
        left: 56px;
    }
    .ltext-110 {
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        color: rgb(3, 3, 3);
    }


/* Search Box*/
.search-box-mobile {
    position: absolute;
    /*top: 11.5%;*/
    left: 37%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    background: #d6dada;
    height: 29px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;

}

.search-box-mobile input {
    width: 125px;

}

}

@media only screen and (min-width:400px) and (max-width: 540px) {
    .poster-product {
        width: 244px;
        height: 130px;
    }
    .poster-product .owl-carousel .owl-item img {
        width: 288px;
        height: 130px;
        object-fit: cover;
    }
    .poster-product .owl-theme .owl-dots {
        margin-top: -239px;
        left: 5px;
    }
    .product {
        width: 241px;
        height: 215px;
    }
    .product .tittel-product {
        margin-top: 14px;
        margin-left: 15px;
        display: flex;
        width: 217px;
        height: 19px;
    }
    .product .tittel-product .text-product {
        font-weight: 700;
        font-size: 17px;
    }
    .product .tittel-product img {
        width: 11%;
        margin-left: 47%;
    }
    .product .img-product {
        width: 119px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product .footer-price {
        margin-top: 18px;
        margin-left: 101px;
    }
    .product .footer-price .text-product {
        font-size: 23px;
        font-weight: 900;
    }
    .product2 {
        width: 243px;
        background: linear-gradient(180deg, #FFCC17 0%, rgba(247, 205, 54, 0) 182.83%);
        height: 281px;
    }
    .product2 .tittel-product img {
        margin-left: 23%;
    }
    .product2 .img-product {
        width: 128px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product2 .footer-price {
        margin-top: 9px;
        margin-left: 106px;
    }
    .product2 .footer-price .text-product {
        font-size: 21px;
        font-weight: 900;
    }
    .poster-product2 {
        width: 244px;
        height: 126px;
    }
    .poster-product2 .owl-carousel .owl-item img {
        width: 253px;
        display: block;
    }
    .btn-v-all {
        left: 56px;
    }
    .ltext-110 {
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        color: rgb(3, 3, 3);
    }
}

@media only screen and (min-width:640px) and (max-width: 768px) {
    .logo-mobile {
        height: 57px;
        padding-right: 25px;
        margin-top: -4px;
        margin-left: 13px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }
    .search-box-mobile {
        position: absolute;
        /*top: 9%;*/
        left: 35%;
        height: 28px;
        border-radius: 40px;
    }
    .search-box-mobile input {
        width: 279px;
        padding: 0 10px;
        color: rgb(3, 3, 3);
    }
    .poster-product {
        width: 632px;
        height: 268px;
    }
    .poster-product .owl-carousel .item {
        height: 268px;
        width: 626px;
        padding: 0;
    }
    .poster-product .owl-carousel .owl-item img {
        width: 625px;
        display: block;
    }
    .poster-product .owl-theme .owl-dots {
        margin-top: -175px;
        left: 5px;
    }
    .product {
        width: 215px;
        height: 186px;
    }
    .product .tittel-product {
        margin-top: 14px;
        margin-left: 15px;
        display: flex;
        width: 179px;
        height: 19px;
    }
    .product .tittel-product .text-product {
        font-weight: 700;
        font-size: 12px;
    }
    .product .tittel-product img {
        width: 11%;
        margin-left: 58%;
    }
    .product .img-product {
        width: 95px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product .footer-price {
        margin-top: 18px;
        margin-left: 101px;
    }
    .product .footer-price .text-product {
        font-size: 18px;
        font-weight: 900;
    }
    .product2 {
        width: 172px;
        background: linear-gradient(180deg, #FFCC17 0%, rgba(247, 205, 54, 0) 182.83%);
        height: 186px;
        top: -193px;
        left: 451px;
    }
    .product2 .tittel-product {
        margin-top: 21px;
        margin-left: 26px;
        display: flex;
        width: 160px;
        height: 16px;
    }
    .product2 .tittel-product .text-product {
        font-weight: 700;
        font-size: 11px;
    }
    .product2 .tittel-product img {
        margin-left: 22%;
    }
    .product2 .img-product {
        width: 71px;
        align-content: center;
        margin-top: 16px;
        margin-left: 53px;
    }
    .product2 .footer-price {
        margin-top: -2px;
        margin-left: 68px;
    }
    .product2 .footer-price .text-product {
        font-size: 17px;
        font-weight: 900;
    }
    .poster-product2 {
        width: 622px;
        height: 285px;

    }
    .poster-product2 .owl-carousel .item {
        height: 285px;
        width: 625px;
        padding: 0;
    }
    .poster-product2 .owl-carousel .owl-item img {
        width: 625px;
        height: 285px;
        display: block;
    }
    .btn-v-all {
        left: 258px;
    }
    .ltext-110 {
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        color: rgb(3, 3, 3);
    }
}

@media only screen and (min-width:820px) and (max-width: 912px) {
    .logo-mobile {
        height: 57px;
        padding-right: 25px;
        margin-top: -4px;
        margin-left: 13px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }
    .search-box-mobile {
        position: absolute;
        /*top: 7%;*/
        left: 35%;
        height: 28px;
        border-radius: 40px;
    }
    .search-box-mobile input {
        width: 279px;
        padding: 0 10px;
        color: rgb(3, 3, 3);
    }
    .poster-product {
        width: 682px;
        height: 289px;
    }
    .poster-product .owl-carousel .item {
        height: 285px;
        width: 682px;
        padding: 0;
    }
    .poster-product .owl-carousel .owl-item img {
        width: 699px;
        display: block;
    }
    .poster-product .owl-theme .owl-dots {
        margin-top: -175px;
        left: 5px;
    }
    .product {
        width: 232px;
        height: 212px;
    }
    .product .tittel-product {
        margin-top: 14px;
        margin-left: 15px;
        display: flex;
        width: 179px;
        height: 19px;
    }
    .product .tittel-product .text-product {
        font-weight: 700;
        font-size: 12px;
    }
    .product .tittel-product img {
        width: 11%;
        margin-left: 58%;
    }
    .product .img-product {
        width: 113px;
        align-content: center;
        margin-top: 16px;
        margin-left: 62px;
    }
    .product .footer-price {
        margin-top: 18px;
        margin-left: 101px;
    }
    .product .footer-price .text-product {
        font-size: 18px;
        font-weight: 900;
    }
    .product2 {
        width: 192px;
        background: linear-gradient(180deg, #FFCC17 0%, rgba(247, 205, 54, 0) 182.83%);
        height: 213px;
        top: -218px;
        left: 485px;
    }
    .product2 .tittel-product {
        margin-top: 21px;
        margin-left: 26px;
        display: flex;
        width: 160px;
        height: 16px;
    }
    .product2 .tittel-product .text-product {
        font-weight: 700;
        font-size: 11px;
    }
    .product2 .tittel-product img {
        margin-left: 22%;
    }
    .product2 .img-product {
        width: 94px;
        align-content: center;
        margin-top: 16px;
        margin-left: 53px;
    }
    .product2 .footer-price {
        margin-top: -2px;
        margin-left: 68px;
    }
    .product2 .footer-price .text-product {
        font-size: 17px;
        font-weight: 900;
    }
    .poster-product2 {
        width: 682px;
        height: 285px;

    }
    .poster-product2 .owl-carousel .item {
        height: 288px;
        width: 682px;
        padding: 0;
    }
    .poster-product2 .owl-carousel .owl-item img {
        width: 678px;
        height: 311px;
        display: block;
    }
    .btn-v-all {
        left: 305px;
    }
    .ltext-110 {
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        color: rgb(3, 3, 3);
    }
}



/*card product*/

.hov-img0 {
    display: block;
    overflow: hidden;
    height: 272px;
    width: 100%;
}


@media only screen and (min-width:1920px){
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 324px;
    margin-left: 551px;
    margin-top: 45px;
}

input {
    width: 349px;

}

.poster-product {

    width: 644px;
    height: 282px;
}

.poster-product2 {
    width: 1302px;
    height: 300px;
}



}

