.category-product-div {
    padding: 5px !important;
}

.category-product {
    width:44dvw;
    padding: 6px;
}

.btn-wholesaler {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5%;
    padding: 5% 0 5%;
    background-color: #fff;
}
.wholesaler {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5%;
    padding: 2% 0 5%;
    background-color: #fff;
    border-radius: 1%;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}
.wholesaler > .image-wholesaler {
   width: 44%;
   height: 500px;
   position: relative;
    background-color: #e0e0e05c;
    /*opacity: 0.75;*/
}

.wholesaler > .image-wholesaler > img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 27px;
    left: -36px;
    border-radius: 1%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.wholesaler > .even-image > img{
    left: 36px;
}

.wholesaler > .text-product {
    width: 39%;
    line-height: 38px;
    text-align: justify;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 5em;
}
.wholesaler > .text-product .request-wholesaler {
    width: 250px;
    margin-right: 35%;
    border-radius: 1em;
    border: 0;
    outline: none;
    padding:0.3em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #399b84;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    margin-top: 2em;
}

.slider-section-wholesaler, .services-wholesaler {
    margin-bottom: 5% !important;
}

.slider-section-wholesaler > .title {
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
    font-size: 1.5em;
    font-weight: 600;
}
.brand-slider {
    margin-bottom: 1em;
}
/* -------------- biography---------------*/
   .biography {
    display: flex;
    justify-content: space-between;
}
.text-biography {
    line-height: 30px;
    color: #666;
    text-align: justify;
    padding: 26px 0 0 32px;
    font-size: 14px !important;
}
.video-biography {
    width: 80%;
    height: 395px;
    position: relative;
    cursor: pointer;
}

.video-biography > video {
    width: 100%;
    height: 100%;
}

.video-biography > .play, .video-biography > .pause {
    width: 58px;
    position: absolute;
    top: 37%;
    z-index: 10;
    right: 45%;
}
.video-biography > .pause {
    display: none;
}

/*.category-section-slider .category-slider .item img {*/
/*    border-radius: 1.5em;*/
/*    background: #fff;*/
/*    padding: 7px;*/
/*}*/

/*---------------menu fixed bottom mobile-----------*/

.fixed-menu {
    position: fixed;
    margin: 0 3% 0 0;
    z-index: 11;
    right: 0;
    bottom: 7px;
    width: 95%;
    height: 63px;
    background-color: #fff;
    display: none;
    justify-content: space-around;
    align-items: end;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding-bottom: 0.4em;
    border-radius: 2em;
    background-color: rgba(248, 249, 251, 0.8);
    transition: all 0.3s ease;
    backdrop-filter: blur(7.5px);
}

.fixed-menu > li {
    list-style: none;
}
.fixed-menu > li:nth-child(1) > .icon > img {
    width: 60%;
    margin-right: 10px;
}
.fixed-menu > li:nth-child(4) > .icon > img {
    margin-right: 7px;
}
.fixed-menu > li > .icon {
    width: 44px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: -9px;
}
.fixed-menu > li > .icon > img {
    width: 60%;
}
.fixed-menu > li > span {
    font-size: 11px;
    font-weight: bold;
}
.fixed-menu > li:nth-child(1) > .icon > img {
    width: 42%;
}
.fixed-menu > li:nth-child(3) > .icon > img, .fixed-menu > li:nth-child(2) > .icon > img{
   margin-right:12px;
    width: 53%;
}

.fixed-menu > li  .filter img {
    width: 50%;
    height: 46%;
    margin-top: 18px;
    margin-right: -1px !important;
}

.fixed-menu > .item-menu > .active {
    color: #0c23b3;
}
.fixed-menu > li:nth-child(4) > .icon > span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color:#fff;
    position: absolute;
    text-align: center;
    color: #8b0000;
    top: 14px;
    right: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.fixed-menu > li:nth-child(3) > .icon > span {
    position: absolute;
    top: 13px;
    right: -3px;
    background: #ef3743;
    color: #fff;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    line-height: 24px;
    font-size: 12px;
    animation: cart-box 2s infinite;
    text-align: center;
}

.side-menu > .categories {
    margin-right: 1.3em;
    margin-top: 1em;
    font-size: 16px;
    color: #000;
    display: inline-block;
    width: 90%;
}
.side-menu > .navbar-nav > li > a > i {
    font-size: 20px;
}

.mobile-footer > ul{
    margin-top: 2em;
    display: flex;
    justify-content: space-around;
}
.mobile-footer > ul> li {
    width: 31%;
    height: 100px;
    border: 1px solid #0b2e13;
    border-radius: 0.5em;
    list-style: none;
    display: none;
    justify-content: center;
}

.mobile-footer > ul> li > a > img, .mobile-footer > ul> li > img {
    width: 100%;
}
.search-box-side-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search-box-side-menu > a > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.search-box-side-menu > span {
    font-size: 15px;
    font-weight: 600;
    color: #0B0B0B;
}

.shop_install {
    position: fixed;
    z-index: 999;
    bottom: 68px;
    right: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    display: none;
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.shop_install > span {
    color: #0B5661;
    font-size: 15px;
    font-weight: bold;
}

.shop_install > .install {
    background: #0B5661;
    border-radius: 0.5em;
    border: 0;
    width: 26%;
    padding: 0.5em 1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.copyright {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    padding-bottom: 0.8em;*/
/*    width: 66%;*/
/*    text-align: center;*/
/*    color: #000;*/
/*    z-index: 9999;*/
/*    background: #fff;*/
/*}*/
.promotion-badge {
    top: 0;
}
@media (max-width: 575px)
{
    .wholesaler {
        flex-direction: column;
        margin-top: 2em;
    }

    .wholesaler > .image-wholesaler {
        width: 91%;
        height: 400px;
        margin-bottom: 2em;
    }

    .wholesaler > .image-wholesaler > img {
        left: -19px;
    }
    .wholesaler > .text-product {
        width: 100%;
        margin-top: 3em;
        padding: 0 0.6em;
        margin-bottom: 2em;
    }
    .wholesaler > .text-product .request-wholesaler {
        margin-right: 17%;
    }
    .biography {
        flex-direction: column;
    }
    .text-biography {
        padding: 26px 0 0 5px;
    }
    .video-biography {
        width: 100%;
    }

    .gallery-item {
        width: 58%;
    }
}


@media (min-width: 576px) and (max-width: 767px)
{

    .wholesaler {
        flex-direction: column;
        margin-top: 2em;
    }
    .gallery-item {
        width: 58%;
    }
    .wholesaler > .image-wholesaler {
        width: 91%;
        height: 400px;
        margin-bottom: 2em;
    }

    .wholesaler > .image-wholesaler > img {
        left: -19px;
    }
    .wholesaler > .text-product {
        width: 100%;
        margin-top: 3em;
        padding: 0 0.6em;
        margin-bottom: 2em;
    }
    .wholesaler > .text-product .request-wholesaler {
        margin-right: 17%;
    }
    .biography {
        flex-direction: column;
    }
    .text-biography {
        padding: 26px 0 0 5px;
    }
    .video-biography {
        width: 100%;
    }
}

@media (max-width: 768px) and (max-width: 991px) {
    header.main-header .search-area {
        margin: 5px;
        width: 83%;
        float: left;
    }
    .gallery-item {
        width: 58%;
    }
    .fixed-menu-top {
        position: fixed !important;
        z-index:999;
    }
    .margin-content-mobile {
        margin-top: 4em;
    }

    .wholesaler {
        flex-direction: column;
        margin-top: 2em;
    }

    .wholesaler > .image-wholesaler {
        width: 91%;
        height: 400px;
        margin-bottom: 2em;
    }

    .wholesaler > .image-wholesaler > img {
        left: -19px;
    }
    .wholesaler > .text-product {
        width: 100%;
        margin-top: 3em;
        padding: 0 0.6em;
        margin-bottom: 2em;
    }
    .wholesaler > .text-product .request-wholesaler {
        margin-right: 17%;
    }
    .biography {
        flex-direction: column;
    }
    .text-biography {
        padding: 26px 0 0 5px;
    }
    .video-biography {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mobile-footer {
        display: none;
    }
    .shop_install {
        display: none !important;
    }
    .copyright {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .mobile-footer {
        display: none;
    }
    .shop_install {
        display: none !important;
    }
}
.hot_offers {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hot_offers > img {
    width: 100%;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.slider_big {
    margin-bottom:1%;
    width: 100%;
}
.slider_big > img {
    height: 100%;
    width: 100%;
}
