/* CSS Document */

@media (min-width: 1300px) {
    
    .container {
        max-width: 1200px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    
    #header .form {
        margin: 30px 17px 0 11px;
    }

}

@media (min-width: 1199.98px) {
    
    #mobile-section {
        left: -300px !important;
    }
    
    .owl-carousel .owl-item img {
	 	width: auto !important;
	  	height: 400px !important;
	  	margin: 0 auto !important;
	}
    
}



@media (max-width: 1199.98px) {
    
    #header .navbar {
        float: none;
        width: 100%;
    }
    
    #mobile-toggler {
        display: block !important;;
    }
    
    #header .search-deploy,
    #header .middle .social {
        display: none !important;
    }
    
    #header.navbar .navbar-collapse > ul > li > a,
    #primary-menu a {
        padding: 10px 0 0;
    }
    
    #main-slider .item {
    }
    
    .wmc-cart-wrapper {
        margin: 0 60px 0 10px;
    }
    
    #header .form input {
        padding: 20px 8%;
        font-size: 36px;
    }
    
    #header .navbar {
        padding: 0;
    }
    
    #header .navbar-toggler {
        top: 0;
    }
    
    #primary-menu {
        padding-top: 20px;
    }
    
    #primary-menu li.dropdown .dropdown-menu {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        border: none;
        padding: 0 0 0;
        box-shadow: none;
    }
    
    #primary-menu li.dropdown .dropdown-menu a {
        margin: 0;
        display: block !important;
        float: none;
        width: 100%;
        clear: both;
        text-align: center !important;
    }
    
    #main-slider .owl-nav .owl-prev {
        left: 20px;
    }
    
    #main-slider .owl-nav .owl-next {
        right: 20px;
    }
	
	.woocommerce .woocommerce-variation-add-to-cart .single_add_to_cart_button, .woocommerce form.cart .single_add_to_cart_button {
	    width: 69%;
	}
    
}

@media (max-width: 991.98px) {
    
    .telefono-header a, 
	.telefono-header a.btn, 
	.telefono-header a i, 
	.telefono-header a i b {
		font-size: 16px;
	}
    
    #header .top li:last-child {
        display: none;
    }
    
    #main-slider .owl-nav {
        margin-top: -100px;
    }
    
    section.items .fa-angle-right {
        display: none;
    }

    
    
    #footer .footer-box {
        padding-bottom: 30px;
        text-align: center;
    }
    
    #footer .fb-title {
        text-align: center;
    }
    
    .single-product .hover .btn {
        font-size: 14px;
    }
    
    .testimonials .box {
        padding: 20px;
    }
    
    section.news article {
        margin-bottom: 30px;
    }
    
    #footer .footer-top .box-1 {
        padding-bottom: 30px;
    }
    
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: none;
        margin: 0 0 2.992em;
    }
    
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 40%;
        float: left;
    }
    
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 54%;
        float: left;
        padding: 0 0 0 30px;
    }
    
    .woocommerce .woocommerce-variation-add-to-cart .single_add_to_cart_button, .woocommerce form.cart .single_add_to_cart_button {
        padding: 16px 17px 16px 64px !important;
        margin-top: -8px;
        font-size: 14px;
    }
    
    .summary.entry-summary .product_meta {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    
    .summary.entry-summary .box-social-like {
        float: none;
        width: 100%;
    }
    
    .summary.entry-summary .box-social-like .float-right {
        float: left !important;
        padding: 0 0 20px;
    }
    
    .woocommerce .coupon {
        float: left !important;
    }
    
    .woocommerce .actions button.button {
        float: left !important;
        padding: 18px;
        width: auto !important;
    }
    
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    
    .woocommerce .cart_totals .wc-proceed-to-checkout {
        border-top: none;
    }
    
    .woocommerce .woocommerce-variation-add-to-cart .single_add_to_cart_button,
	.woocommerce form.cart .single_add_to_cart_button {
		width: 63% !important;
		padding: 10px !important;
		margin-top: 0px;
		height: 40px;
	}
    
}

@media (max-width: 767.98px) {
	
	.posicion-menu {
		position: absolute;
		top: -13px;
		right: 75px;
	}
	
	.posicion-carrito {
		position: absolute;
		top: -13px;
		right: 25px;
	}
	
	.common-cart-info .cart-name {
	    height: 60px !important;
	}
	
    h2 {
        font-size: 29px !important;
    }
    
    .section h1 {
        padding-bottom: 40px;
    }
    
    section.news .text h4 {
        font-size: 17px !important;
    }
    
    .contact label {
        font-size: 13px;
    }
    
    p,
    ul.points li {
        font-size: 14px;
    }
    
    #header .top li {
        font-size: 12px;
        padding: 10px 7px;
    }

    #header .top li:nth-child(2) {
        display: none;
    }
    
    #header .middle {
        padding: 13px 0;
    }
    
    #header .logo img {
        max-height: 21px;
        float: left;
    }
    
    #header .middle .inner {
        display: block !important;
        text-align: center;
    }
    
    #primary-menu {
        padding: 0;
    }
    
    #header .navbar-toggler {
        right: 7px;
        top: 34px;
    }
    
    #header .search-deploy {
        bottom: auto;
        top: 108px;
    }
    
    #header.navbar .navbar-collapse > ul > li > a,
    #primary-menu a {
        margin: 0;
    }
    
    #main-slider .owl-nav {
        margin-top: -80px;
    }
    
    #main-slider .owl-nav .owl-prev {
        left: 5px;
    }
    
    #main-slider .owl-nav .owl-next {
        right: 5px;
    }
    
    .section.numbers span.large {
        font-size: 3.5em;
    }

    .wmc-cart-wrapper {
        margin: 8px 75px 0 0;
    }
    
    #header .bottom {
        border: none;
    }
    
    #header .cart {
        display: flex;
        width: 122px;
    }
    
    #header .cart-box {
        right: auto;
        left: 0;
        width: 290px;
    }
    
    #header .cart-product p {
        font-size: 14px;
    }
    
    #header .cart-btn .btn-primary {
        font-size: 13px;
        padding: 7px 10px;
    }
    
    #header .cart .amount span {
        font-size: 16px;
    }
    
    #header .top-cart .icon img {
        width: 25px;
    }
    
    #header .middle {
        padding-bottom: 12px;
    }
    
    #header .bottom .navbar .navbar-collapse {
        background: #363f4d;
    }
    
    #header .bottom .navbar .navbar-collapse > ul > li > a {
        color: #FFF;
        margin: 0;
        padding: 9px 15px;
    }
    
    #header .bottom .navbar .navbar-collapse > ul > li > a:hover,
    #header .bottom .navbar .navbar-collapse > ul > li.active > a {
        color: #FFF;
        background: #eb3e32;
    }
    
    #header .bottom .container {
        padding: 0;
    }
    
    #header .search-deploy {
        display: block;
        margin: -36px 61px 0 0;
    }

    #header .form input {
        padding: 20px 15%;
        font-size: 36px;
        height: 50px;
        font-size: 1.3em;
    }
    
    #header .form button {
        top: 9px;
        font-size: 25px;
    }
    
    #header .cart-box {
        max-width: 290px;
    }
    
    section.large-items .fa-7x {
        font-size: 5em;
    }
    
    .section.large-items .item p {
        font-size: 1.1em;
        padding-top: 15px;
    }
    
    .section.text-content ul {
        width: 82%;
    }
    
    .contact button {
        padding: 8px 30px;
        width: auto;
        font-size: 15px;
    }
    
    .wmc-cart .wmc-subtotal {
        min-width: 0;
    }
    
    /*.wmc-cart-wrapper {
        text-align: left;
        margin-bottom: -7px;
        width: 20%;
        float: left;
        margin: 0;
        clear: both;
    }
    
    .wmc-cart .wmc-subtotal span {
        font-size: 16px;
    }*/
    
    .wmc-content {
        width: 290px;
        left: 0;
        right: auto;
        padding: 10px;
    }
    
    .wmc-details h4 {
        font-size: 14px !important;
    }
    
    /*section.header {
        height: 140px;
    }*/
    
    #main-slider .box {
        width: 100%;
    }
    
    section.header h1 {
        font-size: 28px;
    }
    
    section.header .breadcrumb li {
        font-size: 14px;
    }
    
    section.banners img {
        margin-bottom: 20px;
    }
    
    section.banner .d-flex {
        display: block !important;
    }
    
    section.banner .d-flex img {
        margin-bottom: 15px;
    }
    
    .testimonials .image {
        float: none;
        max-width: none;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .testimonials .image img {
        display: inline-block;
    }
    
    .product-carousel .owl-nav {
        right: 0;
        left: 0;
        top: 35%;
    }
    
    .product-carousel .owl-carousel button.owl-next,
    .product-carousel .owl-carousel button.owl-prev {
        position: absolute;
        top: 0;
        margin: 0;
    }

    .product-carousel .owl-carousel button.owl-next {
        right: 0;
    }
    
    .product-carousel .owl-carousel button.owl-prev {
        left: 0;
    }
    
    section.newsletter {
        margin-bottom: 0;
    }
    
    section.newsletter input {
        display: block;
        margin: 0 auto 20px; 
    }
    
    .facility .facility-inner {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        border-bottom: 1px solid #CCC;
    }
    
    ul.points li span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    
    .counter-inner .counter {
        font-size: 41px;
    }
    
    .counter-inner p {
        font-size: 18px;
    }
    
    .counter-inner {
        padding-bottom: 25px;
    }
    
    .counter-inner:last-child {
        padding-bottom: 0;
    }
    
    .event-box {
        padding-bottom: 30px;
    }
    
    .contact-details {
        padding-top: 30px;
    }

    .single-product h3 {
        font-size: 14px;
    }
    
    #footer .footer-top {
        margin-top: 0;
    }
    
    #footer .footer-box {
        padding-bottom: 30px;
    }
    
    #footer .footer-btm {
        text-align: center;
    }
    
    #footer .copyright {
        padding-bottom: 10px;
    }
    
    .footer-box.box-2 {
        text-align: left;
    }
    
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select {
        max-width: 194px;
    }
    
    .shop-inner-section .list .common-cart-box .common-cart-info {
        padding-left: 0;
        clear: both;
    }
    
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
        float: none;
    }
    
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
    
    .woocommerce div.product .product_title {
        font-size: 23px;
    }
    
    .woocommerce-review-link {
        font-size: 14px;
    }
    
    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 0;
    }
    
    .woocommerce div.product form.cart .button {
        width: 70% !important;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
    }
    
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 25px 15px 30px;
    }
    
    .woocommerce div.product .woocommerce-tabs .panel p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .actions #coupon_code {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .woocommerce .actions button.button {
        float: none !important;
        padding: 14px 25px;
        width: auto !important;
        margin: 20px auto 0;
    }
    
    .woocommerce .continue-button {
        float: none !important;
        padding: 12px 25px;
        width: 227px !important;
        margin: 20px auto 0;
        display: flex;
    }
    
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        margin-bottom: 0;
    }
    
    section.related.products > h2,
    .woocommerce-billing-fields h3,
    .woocommerce-additional-fields h3, #order_review_heading,
    h2.woocommerce-order-details__title,
    h2.woocommerce-column__title,
    .woocommerce-account .addresses .title h3,
    #customer_login h2 {
        font-size: 19px;
    }
    
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
        float: none;
    }
    
    .woocommerce ul.order_details li {
        float: none;
        border: none;
    }
    
    .facility-inner {
        width: 90%;
    }
    
    .st-banner.single {
        padding: 50px 0;
    }
    
    .st-banner.single h1 {
        font-size: 2.5em;
    }

	.woocommerce div.product form.cart div.quantity {
		margin-bottom: 0px;
	}
	
}

@media (max-width: 575.98px) {
	
	.shop-list_grid {
		display: none;	
	}
	
	.posicion-menu {
		position: absolute;
		top: -13px;
		right: 40px;
	}
	
	.posicion-carrito {
		position: absolute;
		top: -13px;
		right: -15px;
	}
	
}

@media (max-width: 500px) {
	
	.woocommerce div.product form.cart .button {
	    float: left !important;
	    margin: 20px 0 0;
	    width: 100% !important;
	}

}