#cookie_info .options{
    margin-right: 65px;
}
.img-responsive {
    width:100%;
}
.footer-logos{
    text-align: center;
    padding-top: 25px;
}
.footer-logos img{
    max-height: 40px;
}

.footer-logos-separator{
    border-right: 1px solid #58bf76;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.category_baner{
    padding-left:15px;
}
.category--description{
    padding-left:15px;
}
@media (max-width: 768px){

    .footer-logos-separator{
        display: none;
    }

    .mobile--header .mobile--under-nav {
        height: 5pc;
    }
}


.category--categories-list{
    padding: 0px;
}
.category--categories-list li {
    padding: 0 15px;
    float: left;
    width: 25%;
    list-style: none;
}

@media (max-width: 992px){
    .category--categories-list li {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .category--categories-list li {
        width: 100%;
    }
}

.category--item-title{
    min-height: 75px;
}
.category--item-content{
    border-top: 1px solid #dbdbdb;
    padding: 10px 20px;
    font-size: 15px;
}
.owl-item li{
    list-style: none;
}

.product--badge-top{
    position: absolute;
    top:0px;
    left:5px;
}
.product-badge-top-num-img{
    position: absolute;
    z-index: 1;
    width: 50px;
    top: 0px;
    left: 0px;
}

.product-badge-num{
    z-index: 3;
    top: 8px;
    left: 14px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    color: black;
    width: 24px;
}



/** mega menu **/

.site--categories{
    position: relative;
}
li.megamenu{
    position: inherit!important;
}
li.megamenu:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

li.megamenu > div {
    z-index: 10;
    position: absolute;
    display: block;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    /* padding-bottom:8px;     */
    padding: 15px 5px;
}

li.megamenu > div,
.site--categories>ul>li:hover ul{

    border: 1px solid #333;
    background: #333;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.1);
}

.promo_menu__element{
    width: 25%;
    float: left;
    padding: 8px;
    margin-bottom:2px;
}
.promo_menu__element a{
    color:#fff;
}
.promo_menu__element a:hover {
    color:#009247;
}


.promo_menu__element__active a{
    border-bottom-color: #00a651;
}

.product--item-image{
    min-height: 244px;
    padding: 0 10px 10px;
}

h1.title_home {
    text-align: center;
    font-size: 20px;
}

.site--links {
    padding-top: 53px;
}


/* Trusted Shop fix */

#MyCustomTrustbadge{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
}