/* LAPTOPS GRANDES */
@media(min-width: 1440px){

}

/* LAPTOPS CHICAS, TABLETS Y TELÉFONOS */
@media(max-width: 1200px){

}

/* Todo lo que no tiene menu mobile */
@media(min-width: 992px){
	.sub-menu-container .menu-item.sub-menu > span.menu-link .fa-chevron-down {
	    float: right;
	    transform: rotate(-90deg);
	}
}

/* TABLETS Y TELÉFONOS */
@media (max-width:991.98px){

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container{
		width: 315px;
	}

}


@media (max-width:767.98px){


}

@media(max-width: 575px){

    .slider-caption{
        padding: 0 30px;
    }
    #footer.dark a, #footer.dark .social-icon i{
    	margin: 0 auto;
    }
    #footer .icon_bg_color{
    	margin-top: 10px;
    }


    .mt-6, .my-6{
	    margin-top: 4rem !important;
    }

    .logo_bigweb{
    	float: none!important;
    }

	.swiper_wrapper .slider-caption h2{
		margin-bottom: 10px;
	}

	#top-cart {
	    position: absolute;
	    top: 25px;
	    right: 30px;
	}

	.header-login{
		position: absolute;
		top: 23px;
		right: 65px;
	}

	.menu-link .fa-chevron-down {
	    float: right;
	}

	.menu-link:not(.opened) .fa-chevron-down {
	    transform: rotate(-90deg);
	}

	.cart-product-thumbnail img, .cart-product-thumbnail a {
	    width: 128px;
	    height: 128px;
	}

	#btn_initializePersonalizado, #btn_finishPersonalizado, #btn_editPersonalizado {
	    top: calc(100% - 50px);
	    left: calc(50%);
	    transform: translateX(-50%);
	}

}