.item-image.img-active {
    border: #0bbf56 1px solid;
}
.child-img.owl-carousel {
    margin: 15px 0;
    background: #fff;
    padding-bottom: 2px;
    padding-top: 10px;
}
.product-page .product-des-sec{
    margin-left: 30px;
}
.big-img-content .owl-nav button i {
    font-size: 23px;
    background: #e3e3e3;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    color: #888;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.gallery-sec {
    margin-top: 30px;
    margin-left: 15px;
}
.big-img-content .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
}
.big-img-content .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 20px;
}
.child-img.owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 85px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff !important;
    color: #00483d !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-thumb img, .product-img img {
    /*height: 450px !important;*/
    /*object-fit: cover !important;*/
    aspect-ratio: 3/4;
}

.main-banner-item img {
    width: 100%;
    object-fit: cover !important;
}

@media (min-width: 768px) {
    .product-page .gallery-sec {
        width: 80%;
        margin: auto;
    }
    .zoom-big-img, .zoom-big-img img {
        max-height: 700px;
        overflow: hidden;
    }
    #gallery_02 {
        padding: 10px 30px 0;
    }
    #gallery_02 img {
        max-height: 220px;
    }
}
@media (max-width: 768px) {
    .main-banner-slides .owl-nav {
        display: none !important;
    }
    .gallery-sec{
        margin-left: 0;
    }
    .product-page .product-des-sec ul li{
        padding: 0 3%;
    }
}
.product-view-guide li:first-child{
    display: none !important;
}
.header .nav-menu .nav-menu-items>li .sub_menu{
    border: none;
}
.header .nav-menu .nav-menu-items>li .sub_menu li{
    border-bottom: none;
}

.menu-collection li.navi1 > a {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .product-page .product-view-info-sec > div .product-view-button button.add-btn {
        width: 83%;
    }
}
