﻿.yanMenu {
    position: absolute;
    background-color: #fff;
    padding: 25px 20px;
    min-width: 200px;
    border-radius: 10px;
    border: 1px solid #494948;
    z-index: 99999;
    margin-left: 150px;
    display: none;
    /*margin-top: 123px;*/
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.yanMenu ul li a {
    color: #253D4E;
}
.yanMenu ul li a:hover{
    color:#f69f00
}
.yanMenu ul li:last-child{
    margin-bottom:0
}
.categories-dropdown-wrap ul li:hover > div.yanMenu{
    display:block
}

.banner-img .banner-text{
    top: 0px;
    padding: 0 30px;
}
.contact-infor li:not(:last-child){
    margin-bottom:0;
}
.product-cart-wrap .product-content-wrap h2{
    font-size: 14px;
}

/*.size-filter.list-filter li a:hover, .size-filter.list-filter li.active a {
    color: #7E7E7E;
    background-color: #fff;
    border-color: #fff;
}*/

@media only screen and (max-width: 768px) {
    .home-slider .hero-slider-1 {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-slider-1 .single-hero-slider {
        height: calc(100vw / 2.2);
    }
}

.product-cart-wrap .product-img-action-wrap{
    max-height: none;
}