﻿
@media only screen and (min-width: 680px) {
    .popup .table-cell .content-wrapper {
        padding: 0px;
    }
    .popup .popup-content {
        width: 70%;
        height: auto;
    }
}
@media only screen and (min-width: 1024px) {
    .popup .popup-content {
        border-radius: 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .popup .popup-content {
        width: 50%;
    }
    .popup.popup-support .popup-content {
        width: 40%;
    }
}

@media (max-width: 1980px) {
    .main-content{
        min-height:410px;
    }
    .dropdown-menu-cate .btn-close{
        display:none;
    }
}
@media (max-width: 1440px) {
    .main-content{
        min-height:300px;
    }
}
@media (max-width: 1170px) {
    main.main-content {
        margin-top: 55px;
        padding: 0 20px;
    }
}
@media (max-width: 1024px){
    .main-content{
        min-height:210px;
    }
    .carousel-control.left span{
        left:-50px
    }
    .carousel-control.right span{
        right:-50px
    }
}

@media only screen and (max-width: 989px) {
    .site-footer__linklist li {
        display: block
    }
     .payment-icons--footer,
    .social-icons--footer,
    .site-footer__copyright {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
}
@media (max-width: 768px) {
    .head ul{
        text-align:right
    }
}
@media (max-width: 425px){
    .select2-container .select2-search--inline .select2-search__field
    {
        font-size:20px;
        margin-top:0px;
        height:auto;
        margin-left:20px
    }
    .carousel-control.left span{
        left:0px
    }
    .carousel-control.right span{
        right:0px
    }
    .product__photo.grid__item{
        margin-left:0;
    }
    .site-header__logo img {
        max-width: 60px !important;
    }
    .dropdown-menu-search{
        max-height:50px;
    }
    .btn-close{
        top:0;
        z-index:9;
    }
    .dropdown-menu-search select{
        margin-top:0;
        padding:0;
    }
    .select2-container{
        margin:0 0 50px 0
    }
    .dropdown-menu-cate .btn-close{
        display:block;
        right:0
    }
}
