/* Escritorio */
@media only screen and (min-width: 1200px){
	
}
/* Tablet */
@media only screen and (width: 768px){
	#iqitmegamenu-mobile li {
        height: 50px;
    }
    .col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
        margin-top: 34px;
    }
    ul#iqitmegamenu-mobile {
        padding-bottom: 27px;
    }
    #iqitmegamenu-mobile a {
        font-size: 0.75em;
    }
    .elementor-products .js-product-miniature-wrapper {
        max-width: 25% !important;
        flex: 1 0 25%;
    }
    body#category.category-id-128 #mobile-header-sticky .container,
    body#category.category-id-268 #mobile-header-sticky .container {
        padding-right: 15px !important;
        margin-right: 15px;
    }
    #header {
        min-height: 100px;
    }
    #addresses .my-account-page-content div.col-md-6 {
        flex: 1 0 90%;
        max-width: 100%;
    }
    .cart-summary-line.cart-total {
        font-weight: 700;
        font-size: 1.1rem;
    }
    .cart-voucher-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cart-voucher-area i {
        display: none;
    }
    body#checkout #cart-summary-product-list .media-left {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* Mobile */
@media only screen and (max-width: 767px){
    .block-iqitcontactpage .part .icon {
        min-width: auto;
        margin-left: 0px;
        width: auto;
    }
	.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
        margin-top: 17px;
    }
    .elementor-products .js-product-miniature-wrapper {
        /*max-width: 100% !important;
        flex: 1 0 100%;*/
    }
    #mobile-btn-lang button.btn.btn-secondary.dropdown-toggle {
        border: 0px solid #737373!important;
        background: transparent;
        padding-right: 0px;
        padding-left: 0px;
    }
    #mobile-header-sticky .container {
        padding-left: 10px;
        padding-right: 5px;
    }
    #mobile-btn-lang .show>.dropdown-menu {
        left: -10px;
    }
}