.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: inline-block;
}
.menu_col_category a{
    color: #555;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    padding-right: 5px;
}
.menu_col_category{
    padding: 0;
    display: inline-block;
    width: 100%;
}
.menu_col_category:hover{
    background: #eee;
}
.menu_col{
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px 0px;
    box-sizing: border-box;
}
.offer_col{
    display: inline-block;
    width: 20%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.menu_col_item_icon{
    line-height: normal;
    width: 25px;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 0;
    display: none;
}
.menu_col_item_text{
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.offer_col .button {
    background: #ff0051!important;
    border-radius: 0px!important;
    padding: .598em 1.5em!important;
    width: 70%!important;
}
.offer_col .hd_absol{
    position: absolute;
    col;
    color: #ff0051;
    padding: 3px 5px;
    border-radius: 6px;
    border: 2px solid #ff0051;
    font-weight: 600;
}
.offer_col .amount{
    width: 100%;
    display: block;
    margin-top: -30px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Product Sans", Arial, sans-serif;
    font-size: 21px;
    letter-spacing: -0.5px;
}
.offer_col h5{
    color: #444;
    font-weight: 500;
}
.offer_col img{
    width: 100%;
    height: auto;
}
.menu_col h3{
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.carusel_col{
    display: inline-block;
    width: 60%;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    border-left: 1px solid #eee;
    margin-left: -1px;
}
.woo_home_featured{
    display: inline-block;
}
.col_full{
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

/*search*/
.header-shop__icon .top-search-form:hover,
.header-shop__icon .top-search-form:focus,
.header-shop__icon .top-search-form:active{
    border: 1px solid #fa3640;
}
.header-shop__icon .header_wrapper_search .input-group-addon:hover{
    background: #ec0c3b;
    color: #fff;
}
.text_top_icon{
    padding-left: 5px;
}
#primary-menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    opacity: .0;
}
.carusel_col:hover .owl-carousel .owl-nav .owl-prev,
.carusel_col:hover .owl-carousel .owl-nav .owl-next {
    opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.owl-carousel .owl-dots {
    padding: 10px 0px 5px;
}


/* RESPONSIVE */
@media (max-width: 1199px) {
    .carusel_col {
        width: 80%;
    }
    .offer_col{
        display: none;
    }
}

@media (max-width: 1020px) {

}

@media (max-width: 991px) {
    .carusel_col {
        width: 100%;
    }
    .menu_col {
        display: none;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .carusel_col{
        display: none;
    }
    .menu_col {
        display: block;
        width: 100%;
    }
}

@media (max-width: 351px) {

}