/* 
Theme Name:   daher-child-theme
Theme URI:    https://woocommerce.com/storefront/
Author:       Federico González F - Agencia Forsend
Author URI:   https://www.forsend.cl/
Description:  This is a child theme from storefront. Designed especially for daher. by Digital Agency Forsend Ltda. Made in Chile.
Version:      2.5.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront
Template:     storefront
Tags:         e-commerce, woocommerce, wordpress, photos, cards, responsive-layout, header-banner, print, pictures.
*/

/* GENERAL CSS */

@import url('stylemobile.css'); 

html {
	scroll-behavior: smooth;
}

/

a {
    font-family: 'Rubik', sans-serif;
}

h1, h2 {
    font-family: 'Rubik', sans-serif;
	font-weight: 800;
}

h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
	font-weight: 600;
}

button {
    font-family: 'Rubik', sans-serif;
	font-weight: 600;
}

/* COLORS */
.primary-color {
    color: #5ed0fc!important;
}

.secondary-color {
    color: #405f78!important;
}

.third-color {
    color: #3d71b5!important;
}

.fourth-color {
    color: #fdde2f!important;
}

.whatsapp-color {
    color: #54c95f;
}

.whatsapp-color:hover {
    color: #2ca338;
}

input[type='search'] {
    color: #0a0a0a!important;
}

form {
    margin-bottom: 0;
}

:focus {
    outline: none;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: none;
}

a {
    color: #011b44;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a.black:hover {
    color: #000000;
}

a.blue {
    text-decoration: none!important;
}

.fab.fa-whatsapp::before {
    color: #009e54 !important;
}

.form-control:focus, .btn.focus, .btn:focus {
    box-shadow: none;
}

img {
    border-radius: 1px;
}

/* COLORS */
.white {
    color: #ffffff;
}

.light {
    color: #cacaca!important;
}

.grey {
    color: #444444;
}

.dark {
    color: #1a1a1a;
}

.black {
    color: #0a0a0a!important;
}

.light-blue {
    color: #011b44;
}

.blue {
    color: #405f78!important;
}

.lightblue {
    color: #0677f4!important;
}

.dark-blue {
    color: #3d71b5;
}

.red {
    color: #ed433d;
}

.yellow {
    color: #f4d522!important;
}

/* BACKGROUNDS COLORS */
.bg-white {
    background-color: #ffffff;
}

.bg-yellow {
    background-color: #f4d522;
}

.bg-light {
    background-color: #f2f2f2;
}

.bg-grey {
    background-color: #444444;
}

.bg-dark {
    background-color: #1a1a1a;
}

.bg-black {
    background-color: #0a0a0a;
}

.bg-blue {
    background-color: #ec0106 !important;
}

.bg-darkprimary {
    background-color: #3d71b5;
}

.bg-darkblue{
    background-color: #12171d;
}

.bg-darkblue2 {
    background-color: #011b44;
}

/* FONT WEIGHT */
.lighter {
    font-family: 'Rubik', sans-serif;
    font-weight: 300!important;
}

.semi-bold {
    font-family: 'Rubik', sans-serif;
    font-weight: 600!important;
}

.bold {
    font-family: 'Rubik', sans-serif;
    font-weight: 700!important;
}

/* FONTS */


.size-p {
    font-size: .7rem;
}

.size-1 {
    font-size: 1rem;
}

.font-12 {
    font-size: 12px;
}

.border-radius-1 {
    border-radius: 1em;
}

.z-999 {
    z-index: 999;
}

.border-left {
    border-left: 1px solid #adadad;
}

.nav-up {
    animation: slide-out-top .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.nav-down {
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* WIDTH */
.w-90 {
    width: 90%;
}

.mw-200 {
    max-width: 200px;
}

/* HEIGHT */
.mh-80 {
    max-height: 80px;
}

.mh-120 {
    max-height: 120px;
}

.mh-240 {
    max-height: 240px;
}

/* TEXT */
.text-center {
    text-align: center!important;
}
/* BOOTSTRAP FORSEND */
/* PADDING */
.p-0 {
    padding: 0!important;
}

/* PADDING TOP */
.pt-0 {
    padding-top: 0!important;
}

.pt-1 {
    padding-top: .25rem!important;
}

/* PADDING RIGHT */
.pr-0 {
    padding-right: 0!important;
}

/* PADDING BOTTOM */
.pb-0 {
    padding-bottom: 0!important;
}

.pb-1 {
    padding-bottom: .25rem!important;
}

/* PADDING LEFT */
.pl-0 {
    padding-left: 0!important;
}

/* MARGIN */
.m-0 {
    margin: 0!important;
}

/* MARGIN TOP */
.mt-0 {
    margin-top: 0!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

/* MARGIN RIGHT */
.mr-0 {
    margin-right: 0!important;
}

.mr-4 {
    margin-right: 1.5rem!important;
}

/* MARGIN BOTTOM */
.mb-0 {
    margin-bottom: 0!important;
}

/* MARGIN LEFT */
.ml-0 {
    margin-left: 0!important;
}

/* POSITION */
.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

/* DISPLAY NONE */
.d-none {
    display: none;
}

/* FLEXBOX */
.d-flex {
    display: flex;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/* COLUMN FULL */
.col-full {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
}

/* BOOTSTRAP GRID */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
/* END BOOTSTRAP FORSEND */

/* HEADER TOP PAGE */
/* HEADER */
.header-top {
    padding: 0 2rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}

#masthead.site-header {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    border-bottom: none;
    /* OFERTA HOT BANNER ELFSIGHT*/
    /* margin-top: 3.7rem; */
}

.header-widget-region > .col-full {
    max-width: 100%;
    padding: 0;
    /* OFERTA HOT BANNER ELFSIGHT*/
    /* margin-top: 8.5em; */
}

.eapps-countdown-timer-bar-close {
    display: none!important
}

.header-category, .category-submenu {
    z-index: 998;
}

.site-content .site-header {
    z-index: 99;
    
}

/* POSITION daher SEARCH CONTAINER IMPORTANT */
div#sow-slider-6 {
    min-height: 500px;
}

.home .header-widget-region {
    max-height: 100%;
    z-index: 9;
    min-height: 540px;
}

.tires-search-container {
    width: 100%;
    height: auto;
	 overflow: hidden;
}
.especial-medidas-s {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #011b44;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
            bottom: 0;
            left: 0;
            padding: 0px 10px 10px 10px;
            transform: translateY(-100%); /* Inicialmente, el contenido está fuera de la vista */
            transition: transform 0.3s ease; /* Agrega una transición suave */
}
.tires-search-container:hover .especial-medidas-s {
            transform: translateY(0);/* Cuando se hace hover, el contenido se desliza hacia abajo */
        }
.medidas-ejemplo-s {
    color: #fff;
    display: flex;
    flex-direction: column;
}
.medidas-ejemplo-s h4{
	color: #fff;
	margin-top:10px;
}
.search-daher.col-12.p-0 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
	z-index: 9;
}
.search-daher #myTab {
  max-width: 100%;
}

.search-daher .nav-tabs .nav-item {
  width: 100%;
  text-align: center;
}

#search-tires {
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 1rem;
}

#search-tires:hover {
    color: #fff;
    border: none;
    background-color: #405f78!important;
}

#opc_search {
    background-color: #2781f7;
}


.search-daher #myTabContent {
  border-radius: 0 0 1rem 1rem;
  box-shadow: 7px 7px 11px rgba(0,0,0,.3);
  max-width: 100% !important;
}

.search-daher #search-by-wheels {
  max-width: 100%;
}

#search-by-wheels .row {
    flex-direction: row;
}

.wheel-numbers{
    font-size: 1.4rem;
    font-weight: 600;
    height: 0;
    line-height: 3;
    z-index: 9999999;
    display: flex;
    justify-content: center;
}

#tire_ancho {

    padding: 0 1rem;
}

#tire_slash {
    position: relative;
    left: unset;
    transform: rotate(0deg);
    line-height: 3;
    padding: 0 .3rem;
}

#tire_perfil {

    padding: 0 0.3rem;
}

#tire_aro {

    padding: 0 1rem;
}

.home .header-widget-region .sow-layout-slider-2 {
    display: block;
}

.site-header > .col-full {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 4rem;
}

/* HEADER LOGO */
.site-branding {
    width: 11%;
    max-width: 150px;
    margin: 0 1.5rem 0 2rem!important;
    min-width: 100px;
}

/* BUTTON GO TO BIGMOTO */
.bigmoto {
    background: #f4d522!important;
    width: 130px;
    border-radius: .8em;
    color: #0a0a0a;
    font-weight: 400;
    padding: 1.1em 1em;
    line-height: 0;
    font-size: .9em;
    box-shadow: 3px 3px 5px rgba(244,213,34,.2);
    transition: all .2s ease-in-out;
}

/* BIGMOTO */
.bigmoto span{
    color: #0a0a0a;
    font-weight: 700;
    font-style: italic;
    font-family: 'Rubik', sans-serif;
}

.bigmoto:hover {
    background: #fdde2f!important;
    color: #0a0a0a;
    transform: scale(1.08);
    box-shadow: 3px 3px 5px rgba(244,213,34,.05);
}

/* HAMBURGUER MENU */
.navbar-header {
    display: none;
}

span.bar1, span.bar2, span.bar3 {
    width: 30px;
    height: 3px;
    background-color: #0064ff;
    margin: 6px 0;
    transition: 0.4s;
}

.change span.bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
}

.change span.bar2 {
    opacity: 0;
}

.change span.bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
body, button, input, textarea {
    color: #43454b;
    font-family: 'Rubik', sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
  }
/* HEADER SEARCHBAR */
.input-group, .aws-container {
    width: 35%;
}
.input-group .aws-container {
    width: 90%;
    margin-right: auto;
}


input.search-input, .aws-container input.aws-search-field {
    margin-left: 0;
    border-radius: 0 15em 15em 0!important;
    padding: 1em 20px;
    font-family: FontAwesome, sans-serif;
    font-weight: lighter;
    font-size: .8em;
    text-transform: capitalize;
    border: none!important;
    box-shadow: none;
}
form.aws-search-form.aws-show-clear .aws-search-btn.aws-form-btn {
    border: none;
    border-radius: 15em 0em 0 15em !important;
    background-color: #f2f2f2;
}
.aws-container .aws-search-field:focus {
    background-color: #f2f2f2;
}

.aws-search-form.aws-show-clear {
    margin: 0 auto;
}

input.btn.search-button {
    padding: 0em 1em;
    border-radius: 0 .5em .5em 0;
    background-color: #011b44;
}

input.btn.search-button:hover {
    background-color: #3d71b5;
    color: #ffffff;
    font-weight: 600;
}

.aws-container .aws-search-field:focus {
    color: #ededed;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #011b44;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

.aws-search-result .aws_result_image img {
    width: 70px;
    height: auto;
    box-shadow: none;
}

.aws-search-result .aws_result_title {
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
    color: #011b44;
    font-size: 1rem;
    font-weight: 600;
}

.aws-search-result .aws_result_price {
    display: block;
    padding: 2px 0;
    color: #011b44;
    font-size: .8rem;
}

.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {

    background: #3d71b5!important;
    cursor: default;
}
.aws-search-btn_icon:hover {
    color: #fff!important;
}

.aws-search-result .aws_no_result {
    line-height: 40px;
    padding: 0 15px;
    font-size: .8rem;
    cursor: auto;
}

/* HEADER ACCOUNT */
.account-button, .stores-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20;
    min-width: 9%;
}

/* HEADER STORES AND ACCOUNT */
.account-button:hover .account-text, .stores-button:hover .account-text, .pagina-button:hover .account-text {
    color: #011b44;
    text-decoration: none;
}

.cart-button:hover .fas, .account-button:hover .fas, .stores-button:hover .fas {
    color: #011b44;
    text-decoration: none;
    transform: scale(1.3);
}

/* FONT AWESOME ICONS */
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
    font-size: 1.8em;
    color: #12171d;
    transition: all .2s ease-in-out;
}

.fa-angle-left, .fa-angle-right {
    color: white;
    font-size: 1.2rem!important;
}

.account-text {
    margin: 0 0 0 .5em;
    font-size: .9em;
    line-height: 1;
    color: #12171d;
    font-weight: 600;
    font-family: 'rubik',sans-serif;    
}

.login-header, .stores-header {
    font-weight: 300;
    font-size: .9em;
    color: #12171d;
    font-family: 'Rubik',sans-serif; 
}

/* HEADER CART BUTTON */
.site-header-cart .cart-contents:after {
    content: "\f290";
    font-size: 1.8em;
    color: #12171d;
    position: absolute;
    top: 3px;
    line-height: 1em;
    transition: all .2s ease-in-out;
}

.storefront-handheld-footer-bar ul li.cart > a:before {
    content: "\f07a";
    font-size: 1.8em;
    color: #12171d;
    position: absolute;
    top: 20px;
    line-height: 1em;
    transition: all .2s ease-in-out;
}

.widget a.button.checkout:hover {
    background-color: #011b44;
    border-color: #011b44;
    color: #ffffff;
}

.site-footer .site-header-cart .cart-contents:after,
.site-footer .storefront-handheld-footer-bar ul li.cart > a:before {
    content: "\f07a";
    color: #011b44;
}

/* HOVER CART */
ul#site-header-cart:hover .cart-contents:after {
    color: #011b44;
    text-decoration: none;
    transform: scale(1.2);
}

li.header-cart .cart-contents {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.site-header-cart .cart-contents span.count {
    margin: 0 0 0 2.5rem;
    color: #444444!important;
    font-size: .8em;
    line-height: 1em;
    font-weight: 200;
    opacity: 1;
}

.site-header-cart .cart-contents span.amount {
    margin: 0 0 0 2.5em;
    color: #444444;
    font-size: .9em;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

ul#site-header-cart:hover .cart-contents span.amount {
    color: #011b44;
    text-decoration: none;
}

/* CART DROPDOWN */
.woocommerce-active .site-header .site-header-cart {
    margin: 0 0 0 0;
    min-width: 11%;
    height: 65px;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: -120px;
    top: 64px;
    display: block;
    height: 100vh;
    min-width: 305px;
    width: auto;
    z-index: 9999999999999999;
    background: #ffffff;
}

.site-header-cart .widget_shopping_cart:hover, .site-header-cart.focus .widget_shopping_cart:hover {
    left: -120px;
    top: 64px;
    display: block;
    height: 100vh;
    min-width: 305px;
    width: auto;
    z-index: 9999999999999999;
    background: #ffffff;
}

.product_list_widget li img {
    max-width: 5em;
    float: right;
}

.cart-contents {
    display: flex;
    flex-direction: row-reverse;
}

/* START SUBMENU CATEGORY */
.account-button {
  width: 10%;
}
.pagina-button {
  margin-right: 20px;
}
/* CATEGORY MENU BAR */
.submenu-oferta {
    color: #011b44;
}

button.category-page:hover .submenu-oferta {
    color: #f4d522!important;
}

.category-submenu {
    z-index: 990;
    width: 100%;
    background-color: #011b44;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
}

.page-template-page-tiendas .category-submenu {
    position: fixed;
    margin-top: 0;
}

/* CATEGORY MENU BAR TOGGLED PANEL */
.submenu-dropdown {
    position: fixed;
    z-index: 990;
    margin-top: 2.2rem!important;
    width: 100%;
}

.panel-submenu {
    display: none;
    max-height: 300px;
}

a.category-item {
    width: 100%;
}

.dark-body {
    display: none;
    height: 100vh;
}
.marcas-menu-nav .white-board {
  height: 9vw;
  background-color: #f7f7f7;
  padding: 1rem 0;
}

.white-board {
  height: 17vw;
  background-color: #f7f7f7;
  padding: 1rem 0;
}

.category-item:hover + .submenu-dropdown > .panel-submenu {
    display: flex;
}

.category-item:hover + .submenu-dropdown > .dark-body, .panel-submenu:hover ~ .dark-body {
    display: flex;
    background-color: rgba(0,0,0,.6);
}

.panel-submenu:hover {
    display: flex;
}

.dark-body:hover + .panel-submenu {
    display: none;
}

.submenu-list {
  margin: 2rem;
  padding: 0 2rem;
  width: 100%;
}

.submenu-list-category {
    margin: 1rem 0;
    padding: 0 0.5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.submenu-banner {
    padding: 0 0 0 1rem;
    width: 100%;
    min-width: 280px;
    max-width: 280px;
}

.submenu-list h5, .submenu-list-category h5 {
    color: #011b44;
    font-size: 1rem;
}

.submenu-list-category h5.service-category-title {
    color: #12171d;
    font-size: 1rem;
}

.submenu-list-category img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu-list-category:hover img {
    transform: scale(1.1);
}

.submenu-list-category:hover h5.service-category-title {
    color: #12171d;
    font-size: 1rem;
    font-weight: 600;
}

.submenu-link {
    font-weight: 200;
    color: #12171d;
    font-size: 0.9rem;
    margin: .1rem;
}

.submenu-img1 {
    height: 240px;
    width: 280px;
}

.submenu-anchor img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu-anchor:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    /* SAFARI */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    position: absolute;
}

.submenu-anchor p {
    font-weight: 300;
}

.submenu-anchor:hover p {
    font-weight: 500;
}

.bigmoto-banner {
    margin: .5rem 0 0!important;
    padding-left: 0!important;
}
/* END SUBMENU CATEGORY */

/* HEADER CAROUSEL CONTAINER */
.header-widget-region > .col-full {
    max-width: 100%;
    padding: 0;
    margin-top: 7.5em;
    /* OFERTA HOT BANNER ELFSIGHT*/
    /* margin-top: 11.5em; */
}

.header-widget-region .widget {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.header-widget-region .widget_text.widget.widget_custom_html {
    position: absolute;
    bottom: 30%;
    z-index: 9999;
    margin: 0 auto;
    align-self: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

button.watch-more a {
    color: #ffffff;
    scroll-behavior: smooth;
}

button.watch-more:hover {
    font-size: 1em;
    border-radius: .5em;
    animation: expand 2s; /* animation-name followed by duration in seconds*/
    -webkit-animation: expand 2s; /* Chrome and Safari */
}

#pl-w415c66d4 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.now-open-text {
    font-size: 4rem;
    margin-bottom: 0;
    line-height: .8;
    text-shadow: 5px 5px 13px #000000;
}

h2.new-web-text {
    max-width: 220px;
    font-size: 2rem;
    padding: .5rem 0 .2rem;
    margin: 0 auto;
}

h2.daher {
    margin-top: .5rem;
    font-size: 1rem;
    background-color: #011b44;
    max-width: 170px;
    padding: .5rem .5rem .2rem;
    margin: 0 auto 2rem;
    border-bottom: 2px solid #343b3f;
}

h2.cyberday-text {
    display: flex;
    justify-content: center;
}

img.cyber-icon {
    max-width: 70px;
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: slide-in-right 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

/* HEADER SLIDER CONTROLS */
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    background: rgb(255, 255, 255,.3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev:hover {
    background: rgb(255, 255, 255,.5);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    background: rgb(255, 255, 255,.3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next:hover {
    background: rgb(255, 255, 255,.5);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.sow-slider-base .sow-slider-pagination {
    left: -25px;
}

/* HOME PAGE */
/* TITLE HOMEPAGE */

.banners-home-servicios img.so-widget-image {
    border-radius: 1rem;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
    margin-bottom: 0;
}

.site-main {
    padding: 0;
}

.entry-header > .entry-title {
    display: none;
}

#post-196 {
    padding-top: 0;
    margin: 0;
}

.page.type-page.status-publish.hentry {
    padding-top: 3em;
}

.page-template-page-tiendas .page.type-page.status-publish.hentry {
    padding-top: 2em;
}

.home-title {
    margin: 0;
    display: none;
}

.home-subtitle {
    margin-bottom: 1em;
    display: none;
}

/* daher SEARCH */
/* TABS */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    background: #212529;
    margin: 0 .02rem;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-family: 'rubik',sans-serif;
    font-size: .8rem;
    margin-top: 10px;
}

.search-daher .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    background: #011b44;
    border-radius: 0px 0px 0 0;
    color: #fff;
    font-family: 'rubik',sans-serif;
    font-size: 1.5rem;
    height: 3rem;
    display: flex;
    font-weight: bold;
    width: 100%;
    justify-content: center;
	margin:0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #011b44;
    background-color: #011b44;
    color: #ffffff;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: #12171d;
    background-color: #12171d;
    color: #ffffff;
}

.tab-pane {
    border: none;
    border-top: none;
    border-radius: 1rem;
    padding: 0rem 1rem 0rem!important;
}

.nav-tabs {
    border-bottom: none!important;
}

.tab-pane h2.primary-color.uppercase {
    font-size: 1.7rem;
}

.btn-search-tires {
    font-family: 'Rubik', sans-serif;
   
    padding: 1rem .75rem .8rem;
    font-size: .8rem;
    line-height: 1;
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}

.tires-search .btn.bg-dark:hover {
    background-color: #405f78!important;
    border-color: #011b44;
    color: white;
    box-shadow: 3px 3px 5px rgba(83,191,234,.2);
}

.search-wheel {
    margin: 1.7rem auto;
    max-width: 240px;
}

.search-cars {
    max-width: 100%;
}

.owl-carousel {
    height: 280px;
    background-color: #ffffff;
    top: -70px;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border-radius: 1rem;
}

.hentry .entry-content a:not(.button) {
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;

    font-weight: 600;
}

.wpb-woo-cat-items {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

body .wpb-woo-cat-items .owl-stage {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}

body .wpb-woo-cat-items .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    top: 50%;
}

.wpb-woo-cat-items .wpb-woo-cat-item a.btn, .wpb-woo-cat-items.owl-theme .owl-nav [class*=owl-] {
    background: #dee2e6;
    margin: 0;
}

body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item img {
    border-radius: 10rem;
    max-width: 150px;
    box-shadow: 2px 7px 10px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
}

.hentry .wp-post-image {
    margin-bottom: 1em;
}

body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item:hover img {
    transform: scale(1.1);
    box-shadow: 6px 12px 16px rgba(0,0,0,.06);
}

body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item:hover h3 {
    color: #3d71b5;
    font-weight: 500;
}

body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item:hover h3 a {
    font-weight: 500;
}

body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item h3 a:hover {
    color: #3d71b5;
}

.wpb-woo-cat-items .wpb-woo-cat-item {
    background: transparent;
}

.wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item-content {
    padding: 0!important;
}

.wpb-woo-cat-item-content a.btn.btn-primary.button {
    display: none;
}

.wpb-woo-cat-items .wpb-woo-cat-item a.btn:hover, .wpb-woo-cat-items.owl-theme .owl-nav [class*=owl-]:hover, .wpb-woo-cat-items.owl-theme .owl-dots .owl-dot.active span, .wpb-woo-cat-items.owl-theme .owl-dots .owl-dot:hover span {
    background: #3d71b5;
}

/* CARD CONTAINER */
.home .site-content .site-header {
    padding-top: 1rem;
}

.woocommerce > ul.products.columns-5 {
    position: absolute;
    width: 1065px;
    top: -80px;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border-radius: 1rem;
}

/* BRANDS BODY BANNERS HOME */
.nuestras-marcas .siteorigin-widget-tinymce.textwidget p, .productos-destacados .siteorigin-widget-tinymce.textwidget p, .noticias-novedades .siteorigin-widget-tinymce.textwidget p {
    color: #000000;
    font-size: 1rem;
    font-weight: 200;
    font-family: 'Rubik', sans-serif;
   
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#pgc-gb196-5da0af9916be8-1-0 {
    width: 60%;
    width: calc(60% - ( 0.4 * 10px ) );
}

#pgc-gb196-5da0b21ae2e88-1-1 {
    width: 40%;
    width: calc(40% - ( 0.6 * 5px ) );
}

/* FEATUblue PRODUCTS */
.home .site-main ul.products li.product.type-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border: none;
    border-radius: 1rem;
    margin-bottom: 3em;
    transition: all .2s ease-in-out;
    max-height: 435px;
    height: 435px;
    min-height: 430px;
    width: 23%;
    float: left;
    margin-right: 2%;
}

.home .product .description {
    overflow: hidden;
    min-height: 60px;
    height: 60px;
    max-height: 60px;
    margin-bottom: 10px;
}

.home li.product img {
    max-width: 200px;
    max-height: 140px;
    width: auto;
    margin: 0 auto 1rem;
}

.page-id-7 .cross-sells li.product img {
    width: auto;
    margin: 0 auto 1rem;
}

.page-id-7 .site-main ul.products li.product.type-product {
    max-width: 300px;
}

.home ul.products li.product-category.product img {
    border-radius: 7rem;
    height: 120px;
    box-shadow: none;
    margin: 0 auto;
    /* transition: all .2s ease-in-out; */
}

button.buy-button {
    background-color: #12171d;
    border-color: #eeeeee;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 2px;
    margin-top: .5rem;
}

.home button.buy-button {
    background-color: #011b44;
    border-color: #eeeeee;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 20px;
    margin-top: .5rem;
}

li.product:hover button.buy-button {
    background-color: #ec0106!important;
    border-color: #eeeeee;
    color: #ffffff;
}

.home .container-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.stock.in-stock{
	color: #737373;
}

/* CARD PRODUCTOS HOME */
/* BADGE */
.home .oferta-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 75px;
    height: 60px;
    background-color: #000;
    color: #ffffff;
    padding: 9px;
    border-radius: 0 1rem 0 1rem;
    font-weight: 600;
}

.home .oferta-container.blackf {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column!important;
    top: 0;
    right: 0;
    width: 65px!important;
    height: 55px;
    background-color: #12171d;
    color: #ffffff;
    padding: 9px;
    border-radius: 0 1rem 0 1rem;
    font-weight: 600;
}

.bfriday {
    -webkit-animation: color-change 3s infinite;
    animation: color-change 3s infinite;
    font-family: 'Rubik', sans-serif;
}

/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
@-webkit-keyframes color-change {
    0% { color: rgb(0, 60, 255); }
    25% { color: rgb(149, 0, 255); }
    50% { color: rgb(234, 0, 255); }
    75% { color: rgb(255, 0, 183); }
    100% { color: rgb(131, 0, 94); }
}

@keyframes color-change {
    0% { color: rgb(0, 60, 255); }
    25% { color: rgb(149, 0, 255); }
    50% { color: rgb(234, 0, 255); }
    75% { color: rgb(255, 0, 183); }
    100% { color: rgb(131, 0, 94); }
}
  
.home .oferta-container p, .archive.tax-product_cat .oferta-container p, .archive.post-type-archive .oferta-container p, .cross-sells li.product .oferta-container p {
    font-weight: 400;
    font-size: .75rem;
}

.flash-sale {
    display:flex;
    flex-direction:column;
    font-size:1.2rem!important;
    line-height:1;
}

.flash-discount {
    font-size:.75rem;
}

/* CARDS HOMEPAGE */
.home h4.product-title {
    font-size: 1.1rem;
    max-height: 2.5rem;
    overflow: hidden;
    height: 3rem!important;
    margin-bottom: 5px;
}

ul.products li.product .price {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.price del + ins {
    margin: 0;
    padding: 0;
}

/* NEWS HOMEPAGE */
.home .news-container-slider .so-widget-sow-layout-slider-default-60afc6676026 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding: 0!important;
}

.home div.news-container-slider li.sow-slider-image.cycle-slide {
    height: 380px!important;
}

.home .wp-video-shortcode video, video.wp-video-shortcode {
    height: 380px!important;
}

.mejs-container {
    clear: both;
    max-width: 100%;
    height: 380px!important;
}

/* SERVICES ON HOMEPAGE */
.services-homepage {
    background: #011b44;
    padding: 2em;
}

.delivery-container:hover .icon-bg, .withdraw-container:hover .icon-bg, .card-container:hover .icon-bg {
    background-color: #ffffff;
}

.delivery-container:hover i.fas, .withdraw-container:hover i.fas, .card-container:hover i.far, .card-container:hover i.fa-credit-card {
    font-size: 2rem;
    color: #ec0106;
}

.icon-bg {
    background-color: #ec0106;
    border-radius: 4em;
    height: 80px;
    width: 100px;
    margin: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 79px;
}

.services-homepage i.fas, .services-homepage i.far {
    color: #fff;
}

.service-title {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.service-paragraph {
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    margin: 0;
}

/* OUR STORES HOMEPAGE */
.stores-homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    /* The image used */
   
    /* Set a specific height */
    height: 400px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-tiendas-body {
    background-color: #12171d;
    color: #ffffff;
    font-size: 1em;
    padding: .5em 1em;
    border-radius: .2em;
}

.button-tiendas-body:hover {
    background-color: #011b44;
    color: #ffffff;
}

/* SOCIAL MEDIA */
h2.social-media-title {
    font-weight: 600;
    color: #011b44;
}

h4.social-media-subtitle {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 2.5em;
    padding: 0;
}

.content-area {
    margin-bottom: 0;
}

/* FACEBOOK */
.home-facebook {
    background-image: url('https://www.comercialdaher.cl/wp-content/uploads/2020/04/daher-fb-bg.jpg');
    background-size: cover;
    padding: 3em;
    border-radius: 15px;
}

/* INSTAGRAM */
.home-instagram {
    background-image: url('https://www.comercialdaher.cl/wp-content/uploads/2020/04/daher-insta-bg.jpg');
    background-size: cover;
    padding: 3em;
    border-radius: 15px;
}

.home-facebook div.facebook, .home-instagram div.instagram {
    height: 150px;
    border-radius: 1em;
}

.profile-socialnetwork {
    padding: 1.5em 2em 1em;
}

img.profile-pic {
    max-width: 100px;
    max-height: 100px;
}

.post-text {
    font-size: .8rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 200;
    margin: 0;
}

.apostrophe {
    font-size: 3em;
    color: #dadada;
    font-family: 'Rubik', sans-serif;
}

.name-social {
    font-size: .8rem;
    margin-bottom: 0;
}

.instagram, .facebook {
    min-height: 220px;
}

.home-instagram .carousel-indicators li, .home-facebook .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dedede;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.home-instagram .carousel-indicators li.active, .home-facebook .carousel-indicators li.active {
    background-color: #011b44;
}

/* FOOTER */
/* BRANDS OVER FOOTER */
.footer-brands {
    margin: 1rem 2rem;
}

.footer-brands .sow-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-brands .so-panel {
    margin: 0!important;
}

.footer-brands .brands-middle-row {
    margin: 1rem 0;
}

.footer-brands .sow-image-container img {
    filter: grayscale(100%);
    transition: .6s;
}

.footer-brands .sow-image-container img:hover {
    filter: none;
    transform: scale(1.2);
}
/* END BRANDS */

.site-footer {
    background-color: #f2f3f7;
    color: #444444;
    padding: 1em 0 1em;
}

.container {
    max-width: 90%;
}

.widget {
    margin: 0;
}

.footer-widgets.row-1 {
    max-width: 100%;
    padding: 0;
}

.block.footer-widget-1 {
    margin-top: 1em;
}

.block.footer-widget-1 .sow-image-container .so-widget-image {
    display: block;
    max-width: 70%;
    width: 100%;
    height: auto;
}

.widget.widget_pages > .gamma.widget-title {
    display: none;
}

.widget_recent_entries ul li::before, .widget_pages ul li::before, .widget_categories ul li::before, .widget_archive ul li::before, .widget_recent_comments ul li::before, .widget_nav_menu ul li::before, .widget_links ul li::before, .widget_product_categories ul li::before, .widget_layered_nav ul li::before, .widget_layered_nav_filters ul li::before {
    display: none;
}

.widget_pages ul li.page_item {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.widget-area .widget a:not(.button) {
    font-weight: 400!important;
    text-decoration: none;
}

.widget-area .widget a:not(.button):hover {
    font-weight: 400!important;
    text-decoration: none;
    color: #011b44;
}

.widget_layered_nav ul li, .widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: .2em;
    line-height: 1.41575em;
    padding: 0 1.6rem;
}

.site-footer input.search-field {
    background: #fff;
}

.widget.widget_sow-editor {
    margin: 0;
}

footer.site-footer input.search-field {
    border-radius: .5em;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 1rem;
    font-weight: 600;
   
    letter-spacing: 0;
    line-height: 1em;
    border-bottom: none;
    padding: 0;
    margin: 1em 0!important;
    color: #ffffff;
}

#secondary .widget .widget-title, .widget .widgettitle {
    font-size: 1rem;
    font-weight: 600;
   
    letter-spacing: 0;
    line-height: 1em;
    border-bottom: none;
    padding: 0;
    margin: 1em 0 0!important;
    color: #0a0a0a;
    padding: 0;
}

#secondary .widget #precios_woo span.gamma.widget-title{
    margin: 1em 0!important;
}

div#woocommerce_price_filter-2 {
    padding: 0 1.6rem 0 0;
}

/* RRSS ICONS ANIMATION */
div.sow-icon-container.sow-container-round {
    transition: all .2s ease-in-out;
    border-radius: 3em;
}

/* INSTAGRAM HOVER */
.social-network-icons div.sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(1) a div.sow-icon-container.sow-container-round:hover {
    background: -webkit-linear-gradient(145deg, #4f206f 19%, #ed433d 50%, #eaaa50 88%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(145deg, #4f206f 19%, #ed433d 50%, #eaaa50 88%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: transparent!important;
    transform: scale(1.15);
}

/* FACEBOOK HOVER */
.social-network-icons div.sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(2) a div.sow-icon-container.sow-container-round:hover {
    background: -webkit-linear-gradient(120deg, #2f55a4 0%, #3b5998 90%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(120deg, #2f55a4 0%, #3b5998 90%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: transparent!important;
    transform: scale(1.15);
}

/* MAIL HOVER */
.social-network-icons div.sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(3) a div.sow-icon-container.sow-container-round:hover {
    background: -webkit-linear-gradient(120deg, #fbfbfb 0%, #ffffff 90%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(120deg, #fbfbfb 0%, #ffffff 90%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: transparent!important;
    transform: scale(1.15);
}

/* WHATSAPP HOVER */
.social-network-icons div.sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(4) a div.sow-icon-container.sow-container-round:hover {
    background: -webkit-linear-gradient(120deg, #25d366 0%, #13b950 90%);
    background: linear-gradient(120deg, #25d366 0%, #13b950 90%);
    color: transparent!important;
    transform: scale(1.15);
}

.social-network-icons div.sow-features-list.sow-features-responsive .sow-features-feature:nth-of-type(3) a div.sow-icon-container.sow-container-round:hover span {
    color: #ed433d!important;
}
/* END RRSS ANIMATION ICONS */

/* TITLES */
.site-footer .footer-widgets a:not(.button) {
    color: #444444;
    font-size: .8rem;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.widget.widget_pages {
    margin-bottom: 1em;
}

/* TITLES */
.siteorigin-widget-tinymce.textwidget p {
    color: #444444;
    font-size: .8rem;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 1em;
    padding: 0;
    font-weight: 300;
}

.page-item-footer.bold.red {
    color: #ffffff!important;
}

.page-item-footer.bold.red:hover {
    color: #405f78!important;
}

/* DIRECTIONS ROW */
.address-footer, .mail-footer, .phone-footer {
    color: #011b44;
    font-size: .8rem;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.footer-widget-4 .panel-grid.panel-no-style, #pg-w5d51870f2ad85-0, #pl-w5d51870f2ad85 .so-panel {
    margin-bottom: 0!important;
}

.sow-features-feature.sow-features-feature-last-row {
    padding: 0!important;
}

.search-field {
    border-radius: 2em;
}

.page-item-footer:hover {
    color: #405f78!important;
}

li.page_item a:hover {
    color: #405f78!important;
}

.page-item-footer.blue {
    color: #ffffff!important;
}

.page-item-footer.red:hover {
    color: #405f78!important;
}

/* CREDITS */
.footer-credits {
    background-color: #0a0a0a;
}

.fotomar-credits {
    font-size: .8rem;
    color: #c3c3c3;
}
.storefront-breadcrumb {
    margin: 0;
}

/* CATEGORY PAGE */
/* HEADER INSIDE CATEGORY */
body.archive.tax-product_cat #sow-slider-2 {
    display: none;
}


.archive.tax-product_cat .term-description {
    display: none;
}

.header-category {
    margin-top: 7rem!important;
    /* OFERTA HOT BANNER ELFSIGHT*/
    /* margin-top: 10rem!important; */
}

button.category-page {
    min-width: 9vw;
    height: 35px;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    font-weight: 400;
    font-size: .9em;
   
    background-color: #011b44;
    width: 100%;
}

.category-item.active button.category-page {
    height: 35px;
    background-color: #444444;
    color: #ffffff;
    font-weight: 400;
    font-size: .8rem;
   
}

button.category-page:hover {
    background-color: #011b44;
    border-color: #011b44;
    color: #ffffff;
    font-weight: 600;
}

.woocommerce-products-header__title.page-title, h2.category-description-title {
    color: #ffffff;
    font-weight: 600;
   
    margin-bottom: .3em;
    font-size: 2em;
}

header.woocommerce-products-header .woocommerce-products-header__title.page-title {
    color: #0a0a0a;
    font-weight: 600;
   
    margin-bottom: .3em;
    font-size: 2rem;
}

header.woocommerce-products-header {
    padding-bottom: 0!important;
}

body.archive.tax-product_cat .site-content {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
    margin: 2rem auto;
}

.archive body.archive.tax-product_cat .site-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
    margin: 2rem auto;
}

.site-main ul.products li.product.type-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 18px;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border: none;
    border-radius: 1rem;
    width: 45%;
    margin-right: 1rem!important;
    margin-bottom: 1em;
    transition: all .2s ease-in-out;
    /* max-height: 280px;
    height: 280px;
    min-height: 280px; */
    height: auto;
    clear: none!important;
}
/* PRODUCT CARDS ON CATEGORY PAGE */



.archive.tax-product_cat .header-widget-region .widget {
    display: none;
} 

.archive.tax-product_cat .oferta-container, .archive.post-type-archive .oferta-container, .cross-sells li.product .oferta-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 75px;
  height: 60px;
  background-color: #000;
  color: #ffffff;
  padding: 9px;
  border-radius: 0 1rem 0 1rem;
  font-weight: 600;
}

body.archive ul.products li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-bottom: 0;
    float: left;
    min-height: 210px;
    max-height: 210px;
    padding-bottom: 20px;
}

.archive .site-main ul.products li.product.type-product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.archive li.product img {
    max-width: 100px;
    max-height: 170px;
    width: auto;
    margin: 0 auto!important;
}

.archive li.product p {
    font-size: .7rem;
}

.archive li.product img.tires-img {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    height: 100px;
    width: auto;
}

.description {
    overflow: hidden;
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    margin-bottom: 10px;
}

.archive body.archive.tax-product_cat button.buy-button {
    background-color: #12171d;
    border-color: #eeeeee;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 2px;
    margin-top: .5rem;
}

/* CARD CATEGORY PAGE */
.card-category {
    display: flex;
    flex-direction: row;
}

.container-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
}

.container-product-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 0;
    padding-top: .25rem;
    text-align: left;
}

.archive .price > span.woocommerce-Price-amount.amount {
    color: #011b44;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    text-align: left;
}

.archive li.product .transfer {
    font-size: 9px;
    text-align: left;
}

.container-product-buy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .25rem;
    padding-left: 1.5rem;
}
/* END CARD CATEGORY */

/* HOVER PRODUCT */
.site-main ul.products li.product.type-product:hover {
    transform: scale(1.03);
    box-shadow: 6px 12px 16px rgba(0,0,0,.06);
}

ul.products li.product.type-product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, ul.products li.product.type-product:hover a.button.product_type_simple {
    background-color: #405f78!important;
}

.home ul.products li.product.type-product:hover .price span.woocommerce-Price-amount {
    color: #405f78!important;
}

.home ul.products li.product.type-product:hover div > button {
    background: #011b44;
    color: white;
}

ul.products li.product h2, ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title {
    color: #000000;
    font-family: 'Rubik', sans-serif;
   
    font-size: 1em;
    font-weight: 600;
    margin-bottom: .4em;
    overflow: hidden;
    height: 33px;
}

ul.products li.product:hover h2, ul.products li.product:hover h3, ul.products li.product:hover .woocommerce-loop-product__title {
    color: #011b44;
}

.home .woocommerce-loop-product__title {
    height: 34px;
}

.home ul.products li.product .price {
    margin-bottom: 0;
}

.home p.stock {
    margin-bottom: .5rem;
}

.home .transfer {
    font-size: .7rem;
}

.single-product .woocommerce-loop-product__title {
    height: 30px;
}

.single-product .woocommerce-product-details__short-description {
    text-align: justify;
}

#tab-title-additional_information {
    display: none;
}

/* ONSALE BADGE */
.onsale {
    position: absolute;
    top: 0;
    right: 0;
}

.butterfly {
    position: absolute;
    top: -5%;
    right: 11%;
    transform-style: preserve-3d;
    transform: rotate(30deg);
}

.single-product .butterfly {
    display: none;
}

.hover-butterfly {
    transform-style: preserve-3d;
}

.wing {
    position: absolute;
    width: 35px;
    height: 49px;
}

.left {
    transform-origin: right center;
    background-image: url('../../uploads/2019/09/left-wing.png');
    background-size: contain;
}

.right {
    transform-origin: left center;
    left: 36px;
    animation-direction: alternate-reverse;
    background-image: url('../../uploads/2019/09/right-wing.png');
    background-size: contain;
}

.right:after {
    left: 0;
    border-radius: 114% 50%;
}

li.product:hover .butterfly .wing {
    transform-style: preserve-3d;
    animation: flap 0.3s linear infinite alternate;
}

.archive.tax-product_cat li.product:hover .oferta-container, .home li.product:hover .oferta-container, .archive.post-type-archive li.product:hover .oferta-container, .cross-sells .product:hover .oferta-container {
    font-weight: bold;
    background-color: #011b44;
}

/* SINGLE PRODUCT */
body.single-product .oferta-container {
    display: none;
}

body.single-product img.wp-post-image {
    max-height: 350px;
    width: auto;
    margin: 0 auto!important;
}

.woocommerce-product-gallery{
    opacity: 1 !important;
}

.single-product .header-widget-region .widget {
    display: none;
}

/* PRODUCT CARD DESCRIPTION */
.products .description p{
    color: #000000;
    font-weight: lighter;
    line-height: 1.3;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_variable.add_to_cart_button, .button.product_type_variable, .button.product_type_simple {
    max-width: 140px;
    height: 35px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
   
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    background-color: #444444;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    outline: none;
    padding: .5rem 1rem;
}

.home li.product:hover a.button.add_to_cart_button {
    background-color: #011b44;
    color: #fff;
    /* box-shadow: 0px 5px 10px rgba(229, 46, 46, 0.4);
    transform: translateY(-7px); */
}

.archive .site-main {
    margin-bottom: 1em;
}

.category-desc-card {
    background-color: #fff;
}

button.delivery-time {
    border-radius: .8rem;
}

button.delivery-time:hover {
    background-color: #3d71b5;
}

li.product:hover .button.product_type_variable.add_to_cart_button, li.product:hover .button.product_type_variable {
    background-color: #3d71b5;
}

/* PRODUCT CARD PRICE */
ul.products li.product .price {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.archive ul.products li.product .price {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.post-type-archive-product .price del + ins {
    margin-left: 0.327em;
    margin: 0px !important;
}

body.single-product ul.products li.product img.tires-img {
    max-height: 150px;
    width: auto;
    margin: 0 auto 1.5rem;
}

p.stock {
    margin: 0;
}

/* STORE PAGE SHOP PAGE */
.archive li.product-category.product {
    display: none;
}

body.single-product #secondary, body.page-template-page-tiendas-php #secondary {
    display: none;
    width: 0;
}

body.product-template-default.single.single-product #sow-slider-2, body.product-template-default.single.single-product #custom_html-2 {
    display: none;
}   

body.product-template-default.single.single-product div.site-header {
    padding-top: 0;
}

.single.single-product .category-submenu.col-full {
    display: none;
}

h1.product_title.entry-title {
    font-size: 2em;
    font-weight: 200;
    color: #42454a;
   
    margin: 0;
}

li.sellingPoint {
    font-size: .9rem;
}

.storefront-full-width-content.single-product div.product .summary {
    padding-right: 5vw;
}

li.product h4 {
    font-size: 1rem;
}

li.product:hover h4 {
    font-size: 1rem;
    color: #011b44;
}

/* SHOP PAGE PAGE */
body.archive.tax-product_cat .site-content, body.archive.post-type-archive .site-content {
    max-width: 100%!important;
}

body.archive.tax-product_cat .site-content, body.post-type-archive .site-content  {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
    margin: 0rem auto 1rem;
}

/* FILTERS SHOP & CATEGORY PAGE */
.archive.post-type-archive #secondary, .archive.tax-product_cat #secondary {
padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  border-right: 1px solid #e2e4e7;
  width: 20%;
  float: left;
	margin-right: 2%;
}

.form.tires-search {
    letter-spacing: 0;
    line-height: 1em;
    border-bottom: none;
    padding: 1rem 0!important;
    margin: 0!important;
    color: #0a0a0a;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #011b44;
}

form.woocommerce-widget-layered-nav-dropdown {
    margin-bottom: 0;
    padding: 0 1.6rem;
}

.woocommerce-widget-layered-nav-dropdown {
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12171d;
    vertical-align: middle;
    background-color: #fff;
    border-radius: .25rem;
    height: 2rem;
}

#woocommerce_layered_nav-17 {
    display: none;
}

/* SINGLE PRODUCT PAGE */
/* SINGLE PRODUCT PAGE PAGINATION */
.single-product .product .storefront-product-pagination {
    display: none!important;
}

.storefront-product-pagination a {
    color: #6d6d6d;
    background-color: transparent;
    box-shadow: none;
}

.summary.entry-summary .daher_oferta {
    font-size: 20px;
    margin: 5px 0 0;
    font-weight: 500;
    text-align: left;
}

/* SINGLE PRODUCT PAGE RELATED PRODUCTS */
section.related.products h2 {
    font-size: 1.5em;   
    font-weight: 600;
    color: #011b44;
   
}

section.related.products {
    margin-left: 15%;
    margin-right: 15%;
    padding: 0 1.617924em;
    box-sizing: content-box;
    text-align: center;
}

.single-product section.related.products {
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 1.617924em;
    box-sizing: content-box;
    text-align: center;
}

section.related.products {
    margin-left: 15%;
    margin-right: 15%;
    padding: 0 1.617924em;
    box-sizing: content-box;
    text-align: center;
}

.single-product section.related.products .products.columns-3 {
    display: flex;
    justify-content: center;
}

section.related.products .description, .woocommerce-variation-description {
    display: none;
}

section.related.products ul.products li.product.type-product {
    height: 494px;
    min-height: 494px;
}

section.related.products button.buy-button {
    background-color: #12171d;
    border-color: #eeeeee;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 2px;
    margin-top: .5rem;
}

section.related.products ul.products li.product.type-product:hover button.buy-button {
    background-color: #011b44;
    color: #ffffff;
}

.single-product .product .woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.woocommerce-tabs ul.tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: none;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border: 3px solid #dedede;
    color: #dedede;
    border-radius: 1rem;
    padding: 5px 15px;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    color: #dedede;
    font-weight: 600;
}

.woocommerce-tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li.active:hover {
    background-color: #ffffff;
    border: 3px solid #011b44;
    color: #011b44;
}

.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active:hover a {
    color: #011b44;
    font-weight: 600;
}

.woocommerce-tabs ul.tabs li:hover {
    background-color: #3d71b5;
    border: 3px solid #3d71b5!important;
    color: #ffffff;
}

.woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff;
}

li#tab-title-additional_information {
    margin-left: 1rem;
}

.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce-tabs .panel {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
}

.woocommerce-tabs ul.tabs li a {
    padding: 0;
    display: block;
}

.single-product div.product .product_meta .posted_in {
    display: none!important;
}

.single-product div.product .product_meta .tagged_as {
    display: none!important;
}

.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: #011b44;
    color: #ffffff;
}

.product .single_add_to_cart_button.button.alt:hover {
    background-color: #011b44;
    color: #ffffff;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    display: none!important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab {
    display: block!important;
}

/* SORTING SHOP */
.storefront-sorting {
    margin: 1rem 0 2rem;
}

/* PRODUCT VARIATION SELECT STYLES */
select.orderby, select#terminacion-del-papel {
    background-color: #f2f2f2;
    color: #444444;
    height: 3em;
    font-weight: 400;
    background-color: rgba(0,0,0,0);
}

.storefront-full-width-content.single-product div.product .summary {
    padding-right: 5vw;
    max-width: 700px;
    float: left;
}

.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 0;
}

.summary p.price {
    font-size: 1.5rem!important;
    font-weight: 600;
    color: #3d71b5;
    margin: 0 0 1rem!important;
}

.single-product .summary p.price {
    font-size: 1.5rem!important;
    font-weight: 600;
    color: #43454b;
    margin: 0 0 1rem!important;
    line-height: 1;
}

.single-product .summary p.price .transfer  {
    font-size: 1rem;
    font-weight: 400;
    color: #43454b;
}

span.transfer {
    color: #43454b;
}

.single-product .summary p.price .due-price {
    font-size: 1rem;
    font-weight: 600;
}

del span.woocommerce-Price-amount.amount {
    color: #43454b;
}

.storefront-sticky-add-to-cart__content del span.woocommerce-Price-amount, .storefront-sticky-add-to-cart__content span.woocommerce-Price-currencySymbol {
    display: none;
}

.price > span.woocommerce-Price-amount.amount {
    color: #011b44;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Rubik', sans-serif;
}

.price > ins > span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 800;
    font-size: 1.3rem;
    font-family: 'rubik', sans-serif;
}

.price > del > span.woocommerce-Price-amount.amount {
  color: #737373;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: 'rubik', sans-serif;
}

.oferta-container ~ span.price del span.woocommerce-Price-amount.amount {
    color: #0a0a0a;
    font-size: 1rem;
}
.product ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol:before {
    content: 'Valor unitario';
    display: block;
    font-size: 0.99rem;
    color: #000;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%!important;
    padding: 0 10vw;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 0;
    background-color: #011b44;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-form-login-toggle {
    margin-bottom: 1rem;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    color: #ffffff;
    background:transparent;
    padding: .6rem 1rem;
    border-radius: 6px;
    margin-left: 1rem;
    font-family: 'Rubik', sans-serif;
}

.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
    color: #ffffff;
    background:transparent;
    padding: .6rem 1rem;
    border-radius: 6px;
    margin-left: 1rem;
    font-family: 'Rubik', sans-serif;
}
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
    opacity: 1;
}

.home .woocommerce-message, .home .woocommerce-info, .home .woocommerce-error{
    padding: 1em 1.618em;
    margin-bottom: 0;
    background-color: #ed433d;
    margin-left: 0;
    border-radius: 2px;
    color: #444444;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -500px;
    width: 100%;
}

body.single-product #primary, body.page-template-page-tiendas-php #primary {
    width: 100%;
    margin: 0;
}

/* PRICE AMOUNT ON SINGLE PAGE */
body.single-product span.price > span.woocommerce-Price-amount.amount, body.single-product span.price >ins span.woocommerce-Price-amount.amount {
    font-size: 1.5rem;
    font-weight: 600;
    color: #011b44;
}

/* FILTERS BANNER */
.tax-product_cat #secondary img {
    width: 100%;
    margin-top: 2rem;
    border-radius: 1rem;
}

/* DESCRIPTION SINGLE PRODUCT */
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #011b44;
   
    text-align: center;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .widget .widget-title, .widget .widgettitle {
    font-size: 1.3rem;
    font-weight: 600;
   
    letter-spacing: 0;
    line-height: 1em;
    border-bottom: none;
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0!important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab #pl-548 .so-panel.widget_sow-image {
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .textwidget p {
    color: #000000;
    text-transform: none;
    font-weight: 100;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 0;
}

.woocommerce-Tabs-panel--description .sow-image-container img.so-widget-image {
    min-width: 100%;
}

.icon-bg-small > i.fas {
    font-size: 1.5rem;
    color: #011b44;
}

.shipment-container {
    flex-direction: row-reverse;
}

.shipment-button, .delivery-button {
    color: #011b44;
    background: transparent;
    padding: 0;
    line-height: 1;
    transition: all .2s ease-in-out;
}

.shipment-button > i.fas {
    color: #011b44;
    transition: all .2s ease-in-out;
}

.shipment-container:hover > button.shipment-button, .shipment-container:hover > button.delivery-button, .shipment-container button.shipment-button:hover, .shipment-container button.delivery-button:hover {
    color: #3d71b5!important;
    background: transparent;
    padding: 0;
    line-height: 1.5;
}

.shipment-container:hover {
    transform: scaleZ(1.1)
}

button.delivery-button:hover ~ div.icon-bg-small > i.fas, button.shipment-button:hover ~ div.icon-bg-small > i.fas {
    color: #3d71b5!important;
    background: transparent;
    padding: 0;
    line-height: 1;
    transform: scale(1.2)
}

body.single-product ul.products li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-bottom: 0;
    min-height: 210px;
    max-height: 210px;
    width: auto;
    padding-bottom: 20px;
}

/* NUESTRAS TIENDAS PAGE */
.map-tienda {
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    padding-left: 2rem;
}

.page-template-page-tiendas.page-template-page-tiendas-php #content {
    margin-top: 8rem!important;
    /* OFERTA HOT BANNER ELFSIGHT */
    /* margin-top: 10rem!important; */
}

.page-template-page-tiendas-php  .site-header {
    padding-top: 0.617924em;
    padding-bottom: 0;
} 

.page-template-page-tiendas-php .entry-content .so-widget-sow-editor.so-widget-sow-editor-base {
    margin-top: 0!important;
}

.page-template-page-tiendas-php .panel-layout {
    max-width: 1200px!important;
    margin: 0 auto;
}

.page-template-page-tiendas-php .entry-content h3.widget-title {
    text-align: center;
    border-bottom: none;
    font-size: 1.5rem;
    color: #011b44;
}

.page-template-page-tiendas-php .entry-content .google-map-filter .so-widget-sow-editor.so-widget-sow-editor-base {
    margin-top: 0;
}

.page-template-page-tiendas-php .google-map-filter .siteorigin-widget-tinymce.textwidget p {
    color: #222;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: none;
    text-decoration: none;
    margin: 5px 0;
    padding: 0;
}

.google-map-filter .sow-image-container .so-widget-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 50px!important;
}

.page-template-page-tiendas-php .panel-layout:first-child .panel-grid.panel-no-style {
    margin-bottom: 0!important;
}

.page-template-page-tiendas-php .panel-layout {
    max-width: 900px;
    margin: 0 auto;
}

.gallery-web {
    font-weight: 400;
}

.btn-tiendas {
    background-color: #ffffff;
    border-color: #011b44;
    color: #011b44;
    font-size: 1rem;
    width: 95%;
    height: 40px;
}

.btn-tiendas:hover {
    background-color: #3d71b5;
    border-color: #3d71b5;
    color: #ffffff;
    font-size: 1rem;
}

.price_slider_wrapper {
    margin-left: 1.4rem;
    margin-right: 2rem;
}

/* CART PAGE */
body.woocommerce-cart .site-header {
    padding: 0;
}

body.woocommerce-cart .header-widget-region {
    display: none;
}

body.woocommerce-cart .entry-header > .entry-title {
    display: block;
    color: #3d71b5;
}

body.woocommerce-cart .entry-content {
    margin: 0 5rem;
}

p.return-to-shop {
    text-align: center;
}

a.button.wc-backward {
    border-radius: .5rem;
    background-color: #011b44;
    margin-top: 2rem;
}

a.button.wc-backward:hover {
    background-color: #3d71b5;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 0.996835em;
}

/* MODAL COST SHIPMENT */
.btn-secondary {
    color: #fff;
    background-color: #011b44;
    border-color: #011b44;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #3d71b5;
    border-color: #3d71b5;
}

.modal-header {
    background-color: #011b44;
}

.modal-header .modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-header .close {
    padding: 1.2rem 1.2rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
}

/* ACCOUNT PAGE */
.page-id-9 article#post-9.post-9.page.type-page.status-publish.hentry {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
    margin-top: 9rem;
}

.page-id-9 article#post-9 .u-column1 {
    width: 46%!important;
    float: left;
    padding: 15px 0 15px 15px;
    flex: none;
    max-width: 50%;
    clear: both;
    margin: 0!important;
}

.page-id-9 article#post-9 .u-column2 {
    width: 48%!important;
    float: right;
    padding: 15px 15px 15px 0;
    flex: none;
    max-width: 100%;
    clear: none;
}

.page-id-9 article#post-9 .woocommerce-MyAccount-content .u-column1.col-1, .page-id-9 article#post-9 .woocommerce-MyAccount-content .u-column2.col-2 {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-id-9 p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, .page-id-9 .woocommerce-form.woocommerce-form-login.login p.form-row {
    flex-direction: column;
}

.page-id-9 .form-row .button {
    max-width: 150px;
}

.page-id-9 .login .form-row .button {
    margin-top: .5rem;
}

/* LEGAL */ 
.entry-content h2, .cart_totals h2, .woocommerce-billing-fields h3, h3#order_review_heading, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 2em;   
    font-weight: 600;
    color: #011b44;
   
    text-align: center
}

/* CART PAGE */
.page-id-7.page-template h1.entry-title {
    font-size: 2em;   
    font-weight: 600;
    color: #011b44;
   
    text-align: center;
}

.page-id-7 .site-content .site-header {
    margin-top: 7.8rem;
    /* OFERTA HOT BANNER ELFSIGHT */
    /* margin-top: 11rem; */
}

/* CHECKOUT PAGE */
.woocommerce-checkout #primary {
    margin-top: 5rem;
}

.page-template-template-fullwidth.woocommerce-checkout .woocommerce {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
}

.page-template-template-fullwidth.woocommerce-checkout .category-submenu {
    display: none;
}

.page-template-template-fullwidth.woocommerce-checkout .col2-set .col-1, .page-template-template-fullwidth.woocommerce-checkout .col2-set .col-2 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

.page-template-template-fullwidth.woocommerce-checkout .checkout_coupon {
    margin: 1em 0!important;
}

.page-template-template-fullwidth.woocommerce-checkout form.checkout.woocommerce-checkout {
    margin-top: 1rem;
}

.page-id-7 .woocommerce-shipping-destination {
    display: none;
}

select#retiro_local, select#customised_field_comprobante {
    height: 3rem;
    background: #ededed;
    padding: 0 .5rem;
}

select[name="customised_field_comprobante"] option[value="blank"] {
    background: orange;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-link {
    display: inline-block!important;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    display: none;
}

/* ORDER RECIEVED */
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 2rem 0;
}

/* LOGIN */
/* CAPTCHA */
.anr_captcha_field {
    margin-bottom: 1rem;
}

.woocommerce-LostPassword.lost_password a {
    color: #12171d;
}

.woocommerce-LostPassword.lost_password a:hover {
    color: #011b44;
}

body.page-id-9 .hentry .entry-content .woocommerce-privacy-policy-link {
    display: inline-block!important;
    color: #011b44;
    font-weight: 800;
}

body.page-id-9 .hentry .entry-content .woocommerce-privacy-policy-link:hover {
    display: inline-block!important;
    color: #12171d;
    font-weight: 800;
}

.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce-button.button.woocommerce-form-login__submit {
    color: #ffffff;
    background-color: #12171d;
}

.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce-button.button.woocommerce-form-login__submit {
    color: #ffffff;
    background-color: #011b44;
}

/* OTHER PAGES */
.page-template-page-politicas-de-privacidad-php #primary {
    width: 100%!important;
    margin: 5rem auto 0!important;
}

.page-template-page-politicas-de-privacidad-php #secondary {
    display: none;
}

/*boton de wsp */
a.whatsapp-footer {
    background: url(https://www.comercialdaher.cl/wp-content/uploads/2020/08/whatsapp-icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    min-width: 140px;
    width: 120px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 0.1%;
    z-index: 99999;
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border-radius: .5rem;
    transform: scale(.9);
    transition: ease-in-out 1s;
    -webkit-animation: pulsate-bck 3s ease-in-out infinite both;
    animation: pulsate-bck 3s ease-in-out infinite both;
}
/*boton de wsp */

/* FLOATING WHATSAPP BUTTON */
/* new register redirect */
.bold {
    font-weight: 800;
  }
  
  button:focus {
    outline: none!important;
  }
  
  .container-float-button {
    position: fixed;
    display: flex;
    align-items: center;
    right: 30px;
    bottom: 30px;
    height: 100px;
    width: 300px;
    z-index: 999;
  }
  
  .float-redirect {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    height: 100%;
    transform: scale(.9);
    transition: ease-in-out 1s;
    width: 100%;
  }
  
  .float-redirect:hover, .float-redirect:focus {
    text-decoration: none;
    outline: none;
  }
  
  .image-float-button {
    max-width: 100px;
    position: absolute;
    right: 15px;
  }
  
  .float-button {
    border-radius: 2rem 0 0 2rem;
    background-color: #ffffff;
    color: #12171d;
    padding: .5rem 1.2rem;
    max-height: 2.5rem;
    font-size: 1rem!important;
    border: none;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
    transition: ease-in-out .3s;
  }
  
  .float-redirect:hover .float-button:hover, .image-float-button:hover ~ .float-button, .float-button:hover {
  
    font-weight: 600;
    box-shadow: 0px 6px 15px rgba(7, 255, 28, 0.4);
    text-decoration: none;
    transform: scale(1);
  }
  
  .float-redirect.pulsate-bck {
      -webkit-animation: pulsate-bck 3s ease-in-out infinite both;
    animation: pulsate-bck 3s ease-in-out infinite both;
  }
  
  .float-redirect:hover.pulsate-bck {
      -webkit-animation:none;
    animation:none;
    transform: scale(1);
  }
  
  .puff-in-center {
      -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
      animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  }

  .float-button:hover .fa-whatsapp {
    color:#ffffff;
  }

  .fa-whatsapp {
    color:#54c95f;
  }
  
  @-webkit-keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  /* PULSE ANIMATION */
   @-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  

/* TABLET */
@media (max-width: 1210px) {
    /* NAVBAR */
    .site-header > .col-full {
        margin: 0;
    }

    .account-button, .stores-button {
        min-width: 4%;
    }

    .account-container {
        display: none;
    }

    .woocommerce-active .site-header .site-header-cart {
        margin: 0 .5em 0 .5em;
        min-width: 10%;
    }

    /* SLIDER HOME BANNER */
    .header-widget-region > .col-full {
        margin-top: 4em;
        /* OFERTA HOT BANNER ELFSIGHT*/
        /* margin-top: 8.6rem; */
        margin-left: 0;
        margin-right: 0;
    }

    .header-widget-region .widget_text.widget.widget_custom_html {
        position: absolute;
        bottom: 20%;
        z-index: 9999;
        margin: 0 auto;
        align-self: center;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }

    /* CATEGORY PRODUCTS PAGE */
    ul.products li.product {
        margin: 0 auto;
    }

    p.category-description {
        font-size: .9em;
    }

    .site-main ul.products li.product.type-product {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 3px 10px rgba(0,0,0,.08);
        border: none;
        border-radius: 1rem;
        width: 100%;
        margin-right: 1rem!important;
        margin-bottom: 1em;
        transition: all .2s ease-in-out;
        /* max-height: 200px;
        height: 200px;
        min-height: 200px; */
        height: auto;
        clear: none!important;
    }

    /* SINGLE PRODUCT PAGE */
    .storefront-full-width-content.single-product div.product .summary {
        padding: 0 5vw;
        max-width: 700px;
        float: left;
    }
}

@media (max-width: 992px) {
   span.precio-web-ne {
	width: 42%;}
	
    .home ul.sow-slider-images {
        height: 290px;
    }
    
    /* CARDS */
    p.category-description {
        font-size: .8em;
    }

    .map-tienda {
        box-shadow: 2px 3px 10px rgba(0,0,0,.08);
        padding-left: 0rem;
    }

    .wheel-numbers{
        font-size: 1.4rem;
        font-weight: 600;
        height: 0;
        line-height: 3;
        z-index: 9999999;
        display: flex;
        justify-content: center;
    }

    #tire_ancho {
        position: relative;
        left: unset;
        transform: rotate(-20deg);
        line-height: 3.9;
        padding: 0 1rem;
    }

    #tire_slash {
        position: relative;
        left: unset;
        transform: rotate(0deg);
        line-height: 3;
        padding: 0 .3rem;
    }

    #tire_perfil {
        position: relative;
        left: unset;
        transform: rotate(0deg);
        padding: 0 .5rem 0 0;
        line-height: 3;
    }

    #tire_aro {
        position: relative;
        left: unset;
        transform: rotate(20deg);
        line-height: 3.8;
        padding: 0 1rem;
    }

    .card-category {
        padding: 2rem 1rem;
    }
}

@media (max-width: 768px) {
    /* HEADER */
    #masthead .header-top, .aws-container, .category-submenu, .account-button, .site-header-cart, .input-group, .select-how-container, .profile-socialnetwork .col-4 {
        display: none!important;
    }

    .storefront-handheld-footer-bar .aws-container {
        display: flex!important;
        width: 100%;
    }

    #masthead .col-full {
        display: flex;
        justify-content: space-around;
    }

    
    #masthead.site-header {
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: #ffffff;
        border-bottom: none;
        /* OFERTA HOT BANNER ELFSIGHT*/
        /* margin-top: 4.6rem; */
    }

    .home ul.sow-slider-images {
        height: 290px;
    }

    .tires-search-container {
        position: absolute;
        top: 330px;
        /* OFERTA HOT BANNER ELFSIGHT*/
        /* top: 430px; */
        z-index: 99;
        padding: 0 1rem;
        width: 100%;
        left: 0;
        float: none;
    }

    /* .home .header-widget-region {
        max-height: 100%;
        z-index: 9;
        min-height: 700px;
    } */

    .home .header-widget-region {
        min-height: 450px;
        display: none;
    }
    

    .header-widget-region>.col-full {
        display: none;
    }

    .home .header-mobile {
        margin-top: 4rem;
        /* OFERTA HOT BANNER ELFSIGHT*/
        /* margin-top: 8.6rem; */
    }

    .col-full {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1rem;
        box-sizing: content-box;
    }

    .tab-pane {
        border: 1px solid #dee2e6;
        border-top: none;
        border-radius: 0 8px 8px 8px;
        padding: 5rem 1rem 1rem!important;
    }

    #search-by-wheels {
        max-width: 380px;
    }

    #search-by-wheels .row {
        flex-direction: row;
    }

    .wheel-numbers{
        font-size: 1.4rem;
        font-weight: 600;
        height: 0;
        line-height: 3;
        z-index: 9999999;
        display: flex;
        justify-content: center;
    }

    #tire_ancho {
        position: relative;
        left: unset;
        transform: rotate(-20deg);
        line-height: 3.9;
        padding: 0 1rem;
    }

    #tire_slash {
        position: relative;
        left: unset;
        transform: rotate(0deg);
        line-height: 3;
        padding: 0 .3rem;
    }

    #tire_perfil {
        position: relative;
        left: unset;
        transform: rotate(0deg);
        line-height: 3;
        padding: 0 .5rem 0 0;
    }

    #tire_aro {
        position: relative;
        left: unset;
        transform: rotate(20deg);
        line-height: 3.8;
        padding: 0 1rem;
    }

    .select-container, .wheel-img-container {
        width: 100%;
        max-width: 100%;
    }

    .home .site-main ul.products li.product.type-product {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 3px 10px rgba(0,0,0,.08);
        border: none;
        border-radius: 1rem;
        margin-bottom: 3em;
        transition: all .2s ease-in-out;
        max-height: 435px;
        height: 435px;
        min-height: 430px;
        width: 85%;
        float: none;
        clear: none!important;
        margin: 0 auto 2rem!important;
    }

    .services-homepage-container {
        flex-direction: column!important;
        padding: 1em 0;
    }

    .icon-bg {
        background-color: rgba(255,255,255,.8);
        border-radius: 4em;
        height: 80px;
        width: 100px;
        margin: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 79px;
    }

    .site-branding {
        width: 11%;
        max-width: 150px;
        margin: 0!important;
        min-width: 100px;
    }

    /* HAMBURGUER MENU */
    div.navbar-header {
        display: flex;
        margin: 0 5px;
    }

    .navbar-toggle.second-button {
        background-color: #ffffff;
        border-color: #d5d5d5;
        color: #333;
    }

    .navbar-toggle {
        height: 36px;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 8px;
        border-radius: 4px;
        background: #fbfbfb;
        border: 1px solid #d8d8d8;
    }

    .navbar-toggle.collapsed {
        height: 36px;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 8px;
        border-radius: 4px;
        background: #fbfbfb;
        border: 1px solid #d8d8d8;
    }

    .navbar-toggle.collapsed .animated-icon2 span.bar1, span.bar2, span.bar3 {
        width: 20px;
        height: 2px;
        background-color: #011b44;
        margin: 2px 0;
        transition: 0.4s;
    }

    .animated-icon2 {
        width: 20px;
        height: 17px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
        
    .animated-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .navbar-toggle.collapsed .animated-icon2 span {
        background-color: #011b44;
    }

    .navbar-toggle .animated-icon2 span {
        background: #011b44;
    }

    .navbar-toggle .animated-icon2.open span {
        background: #011b44;
    }
    
    .animated-icon2 span:nth-child(1) {
        top: 0px;
    }
        
    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
        top: 8px;
    }
        
    .animated-icon2 span:nth-child(4) {
        top: 16px;
    }
        
    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }
        
    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
        
    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
        
    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    div#navbarSupportedContent23 {
        position: absolute;
        background: #f8f9fa;
        width: 100vw;
        height: 92vh;
        top: 60px;
        left: 0;
        text-align: left;
    }

    div#navbarSupportedContent23 li.nav-item .nav-link {
        color: #444444;
        font-weight: 300;
        font-size: 1rem;
        padding-left: 20px;
    }

    div#navbarSupportedContent23 li.nav-item.active .nav-link, div#navbarSupportedContent23 li.nav-item.active .nav-link i {
        color: #011b44;
        font-size: 1rem;
    }

    div#navbarSupportedContent23 li.nav-item {
        background: #f8f9fa;
    }

    div#navbarSupportedContent23 li.nav-item.active .nav-link {
        font-weight: 600;
    }

    .nav-link i {
        font-weight: 900;
        color: #444444;
        font-size: 1.2rem;
        margin-right: 6px;
    }
    /* END ANIMATED HAMBURGUER MENU */

     /* HANDHELD FOOTER SEARCH */
    .container-float-button.puff-in-center {
        display: none!important;
    }

    .account-button, .stores-button {
        display: none;
    }
    
    .tires-search-container, .header-widget-region {
        display: none;
    }

    .storefront-handheld-footer-bar ul li.cart .count {
        background-color: #0064ff;
        color: #fff;
        border-color: #fff;
    }

    .storefront-handheld-footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 5px -5px 10px rgba(80, 80, 80, 0.1);
        z-index: 9999;
    }

    #masthead.site-header {
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 999999999;
        background: #ffffff;
        border-bottom: none;
        box-shadow: 7px 5px 12px rgba(80,80,80,.1);
    }

    .storefront-handheld-footer-bar ul {
        margin: 0;
        flex-direction: row;
        display: flex;
        background: #ffffff;
    }

    .storefront-handheld-footer-bar ul li.search .site-search {
        position: absolute;
        height: 83vh;
        /* OFERTA HOT BANNER ELFSIGHT */
        /* height: 75vh; */
        bottom: unset;
        left: 0;
        right: 0;
        -webkit-transition: all, ease, 0.2s;
        transition: all, ease, 0.2s;
        padding: 1em;
        z-index: 1;
        display: block;
        transition: ease-in-out 1s;
    }

    .storefront-handheld-footer-bar ul li.search.active .site-search {
        -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    /**
    * ----------------------------------------
    * animation slide-in-fwd-bottom
    * ----------------------------------------
    */
    @-webkit-keyframes slide-in-fwd-bottom {
        0% {
        -webkit-transform: translateZ(-1400px) translateY(800px);
                transform: translateZ(-1400px) translateY(800px);
        opacity: 0;
        }
        100% {
        -webkit-transform: translateZ(0) translateY(0);
                transform: translateZ(0) translateY(0);
        opacity: 1;
        }
    }
    @keyframes slide-in-fwd-bottom {
        0% {
        -webkit-transform: translateZ(-1400px) translateY(800px);
                transform: translateZ(-1400px) translateY(800px);
        opacity: 0;
        }
        100% {
        -webkit-transform: translateZ(0) translateY(0);
                transform: translateZ(0) translateY(0);
        opacity: 1;
        }
    }
    /* HANDHELD FOOTER SEARCH */

    /* HOME SOCIALMEDIA TITLE */
    h2.social-media-title {
        font-weight: 600;
        color: #011b44;
        font-size:1.3rem;
    }

    .home-facebook {
        background-image: url(https://comercialdaher.cl/wp-content/uploads/2020/04/daher-fb-bg.jpg);
        background-size: cover;
        padding: 3em;
        border-radius: 15px;
        margin: 1rem 0!important;
    }

    /* CARDS */
    p.category-description {
        font-size: .8em;
    }

    /* MOBILE CATEGORY */
    .header-category {
        margin-top: 5rem!important;
        /* OFERTA HOT BANNER ELFSIGHT*/
        /* margin-top: 8rem!important; */
    }

    /* CARD CATEGORY */
    .archive .site-main ul.products li.product.type-product {
        max-height: 470px!important;
        height: 470px!important;
        min-height: 470px!important;
        padding: 0px; 
    }   

    .archive .site-main ul.products li.product.type-product a.woocommerce-LoopProduct-link {
        display: block!important;
    }

    .card-category {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    
    .container-product-image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
    }

    .product-logo {
        position: absolute;
        top: -200px;
        left: 0;
    }

    .archive li.product img.tires-img {
        max-height: 200px;
        height: 200px;
        max-width: none;
        width: auto;
        margin: 0!important;
        padding: 1rem;
    }
    
    .container-product-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
    }

    .archive li.product h4.product-title {
        font-size: 1.2rem!important;
        margin: 0;
        max-width: 90%;
    }

    .archive ul.products li.product .price {
        margin-bottom: .5rem;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .archive li.product .transfer {
        font-size: .7rem;
        text-align: center;
    }

    .archive .price > span.woocommerce-Price-amount.amount {
        color: #011b44;
        font-weight: 700;
        font-size: 1.2rem;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .archive li.product p:nth-child(2) {
        display: block;
    }
    
    .container-product-buy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    /* END CARD CATEGORY */

    /* SINGLE PRODUCT PAGE */
    figure.woocommerce-product-gallery__wrapper {
        padding: 0 25%;
    }

    header.woocommerce-products-header {
        text-align: center;
    }

    .storefront-sorting {
        text-align: center;
    }

    /* FOOTER */
    /* LOGO CENTER */
    .so-widget-sow-image-default-0a36e82c757b .sow-image-container {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .footer-brands .panel-grid.panel-no-style, .brands-middle-row {
        flex-direction: row!important;
        flex-wrap: wrap!important;
    }

    .footer-brands .panel-grid-cell {
        flex-direction: row;
        display: flex;
        width: 47%!important;
        float: left;
    }

    .social-network-icons .sow-features-list.sow-features-responsive {
        display: flex;
        flex-direction: row;
    }

    a.whatsapp-footer {
        background: url(https://www.comercialdaher.cl/wp-content/uploads/2020/08/whatsapp-icon2.png);
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -9999px;
        min-width: 140px;
        width: 120px;
        height: 40px;
        position: fixed;
        bottom: 100px;
        right: 0.1%;
        z-index: 99999;
        box-shadow: 2px 3px 10px rgba(0,0,0,.08);
        border-radius: .5rem;
        transform: scale(.9);
        transition: ease-in-out 1s;
        -webkit-animation: pulsate-bck 3s ease-in-out infinite both;
        animation: pulsate-bck 3s ease-in-out infinite both;
    }

    /* TITLES CENTER */
    .widget .widget-title, .widget .widgettitle, .siteorigin-widget-tinymce.textwidget p {
        text-align: center;
    }

    .widget.widget_pages, .widget.widget_search {
        margin-bottom: 1em;
        text-align: center;
    }

    .search-form {
        display: none;
    }

    /* SOCIAL MEDIA FOOTER */
    .social-network-icons {
        margin: 1rem 0 2rem;
    }
    /* END FOOTER */

    /* LOGIN */
    .page-id-9 .form-row .button {
        max-width: 100%;
        margin-top: .8rem;
    }

    /* FLOAT WHATSAPP BUTTON STYLE MOBILE */
    .container-float-button.puff-in-center {
        height: 50px!important;
    }

    .image-float-button {
        display: none!important;
    }

    .float-button {
        border-radius: .5rem!important;
    }

    .float-redirect.pulsate-bck {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }

    /* TIENDAS */
    .page-template-page-tiendas.page-template-page-tiendas-php #content {
        margin-top: 5rem!important;
        /* OFERTA HOT BANNER ELFSIGHT */
        /* margin-top: 7rem!important; */
    }

    .page-template-page-tiendas-php #post-660 {
        padding: 1rem;
    }

    .page-template-page-tiendas-php .tiendas-title h2 {
        font-size: 1.2rem;
    }

    .page-template-page-tiendas-php .site-main {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    /* BOOTSTRAP */
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 768px) {
    /* BOOTSTRAP */
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    span.storefront-product-pagination__title {
        max-width: 100px;
    }

    span.storefront-product-pagination__title:hover {
        font-weight: 600;
        color: #011b44;
    }

    /* RIGHT */
    .storefront-product-pagination a[rel='next']:hover {
        right: -230px;
    }

    .storefront-product-pagination a[rel='next'] .storefront-product-pagination__title {
        margin-left: 0rem;
    }

    /* LEFT */
    .storefront-product-pagination a[rel='prev']:hover {
        left: -230px;
    }

    .storefront-product-pagination a[rel='prev'] .storefront-product-pagination__title {
        margin-right: 0rem;
    }

    .single-product div.product .summary {
        padding-right: 5vw;
        max-width: 700px;
        float: left;
    }

    /* SINGLE PRODUCT DESCRIPTION */
    .product .woocommerce-tabs.wc-tabs-wrapper {
        display: flex;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 100%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 3rem;
        padding: 0;
    }

    .storefront-full-width-content.single-product div.product .summary {
        margin-bottom: 2em;
    }

    .woocommerce-tabs {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* CHECKOUT PAGE */
    .woocommerce-checkout.page-template-template-fullwidth-php #order_review_heading, .woocommerce-checkout.page-template-template-fullwidth-php #order_review {
        width: 100%!important;
        float: none!important;
        margin-right: 0!important;
    }

    .woocommerce-checkout.page-template-template-fullwidth-php .col2-set {
        width: 100%!important;
        float: none!important;
        margin-right: 0!important;
    }


    .privacy-policy.left-sidebar .content-area {
        width: 100%!important;
        float: none!important;
    }

    .site-header-cart .widget_shopping_cart .product_list_widget {
        height: auto;
    }

    /* LOGIN */
    .col2-set#customer_login {
        box-shadow: 2px 3px 10px rgba(0,0,0,.08);
        border-radius: 1rem;
        padding: 1rem;
        margin-top: 2rem;
    }

    .storefront-handheld-footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        z-index: 9999;
        width: 100%;
    }
}

/* ANIMATIONS */
/**
* ----------------------------------------
* animation slide-out-top
* ----------------------------------------
*/
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px);
        opacity: 1;
    }
    }
    @keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px);
        opacity: 1;
    }
}

/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
    0% {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}

/* FLAP */
@keyframes flap {
    0% {
        transform: rotateY(60deg);
    }
    100% {
        transform: rotateY(-80deg);
    }
}

/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-200px);
              transform: translateY(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/**
* ----------------------------------------
* animation slide-in-right
* ----------------------------------------
*/
@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
                transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
  
/*oculta buscador precio -  stilos buscador */
.price_slider_amount button,#woocommerce_price_filter-3{display: none;}
.price_label {
    margin-top: 10px;
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #405f78!important;
	color: #222222;
	font-weight: bold;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('assets/arrow.png') !important;
    border: none;
    background-size: auto 30% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

select.orderby {
    min-width: 15rem;
    padding: 10px;
    border: 1px solid #ced4da;
}

/*estilos de type number */
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
    transform: scale(1.2);
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: 'Rubik', sans-serif!important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideOutUp {
    display: none !important;
}

.storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideOutUp {
	display: none !important;
}


/*error en compra*/
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    background-color: red!important;
}

/*productos sin foto*/
/*productos sin foto*/

/*error*/
.storefront-sticky-add-to-cart__content-product-info{
    display:none!important;	
}

#woocommerce_layered_nav-17 {
    display:  block!important;
}

.price_slider_amount button,#woocommerce_price_filter-3{display: block!important;}
.price_label {
    margin-top: 10px;
}
.related.products span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: 15px!important;
}

.related.products ul.products li.product .price {
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
}

.page-id-9 #navbarSupportedContent23 {
    display: none;
}

/* CALENDAR OPTIONS */
span.ui-datepicker-month, span.ui-datepicker-year {
    color: white!important;
    font-weight: bold!important;
    font-size: 1rem!important;
}
@media (max-width: 1020px) and (min-width: 769px){
.header-top .size-p {
    font-size: 0.5rem;
}}
.footer-widget-1 div#media_gallery-2 {
    width: 60%;
    margin: 10px auto 0 auto;
}

/*FORMULARIO CONTACTO*/
.page-id-58398 main#main {
    max-width: 100%;
}
.page-id-58398 article#post-58398 {
    padding-top: 0;
}
.page-id-58398 .site-header {
    padding-top: .9em;
}
.page-id-58398 .widget_text.formulario h3.widget-title {
    color: #405f78!important;
}

#whatsapp.whatsapp-boton--ficha {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    background-color: #009e54;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    padding-right: 15px;
    font-size: 14px;
}

#whatsapp.whatsapp-boton--ficha i {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

#whatsapp.whatsapp-boton--ficha i.fab.fa-whatsapp::before {
    color: #fff !important;
}

.banner-full-contacto ul.sow-slider-images {
    height: auto;
}

.banner-full-contacto {
    width: 100%;
    position: relative!important;
    left: 0;
    top: 0;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
    background-repeat: no-repeat;
}

/**boton home tienda***/

div#boton-home-link {
    margin-bottom: 2em;
}
.boton-home-link a {
    background-color: #0677f4;
    color: #ffff;
    font-size: 1em;
    padding: .5em 1em;
    border-radius: .2em;
}
/**boton home tienda***/

/*Traduccion   transbank*/
.woocommerce-checkout div#order_review ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_transbank_webpay_plus_rest p{
    font-size:0px!important;   
}      
 
.woocommerce-checkout div#order_review ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_transbank_webpay_plus_rest p::after{
    content: 'Paga con tus tarjetas de débito o crédito hasta 12 cuotas sin intereses';
    font-size: 15px!important;
    font-weight: 400;   
}

#payment .payment_methods li .payment_box p {
    margin: 0;
    font-size: 15px!important;
}

/*Traduccion  transbank*/
/*boton servicios*/
.botones-servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botones-servicios a:hover {
    background-color: #333;
}

.botones-servicios a {
    background-color: #0677f4;
    color: #ffff;
    font-size: 1em;
    padding: 0.5em 1em;
    border-radius: 0.2em;
}

#product-70875 #whatsapp.whatsapp-boton--ficha, #product-70875 img.mb-4.text-left {
    display:none;
}

select#gift-card-amount {
    width: 100%;
    border: 2px solid #037bfe;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    color: #037bfe;
}

.woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-additional-fields .woocommerce-input-wrapper, .woocommerce-input-wrapper {
    width: 100%;
}


.input-text.hasDatepicker {
    border: 1px solid #aaa;
    border-radius: 0.3rem;
}

.select2-selection.select2-selection--single {
    height: 43px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
}


button.float-button.tel-bt:hover {
    background-color: #fff!important;
    color: #d63023!important;
  }
button.float-button.wsp-bt:hover {
  background-color: #54c95f!important;
color: #ffffff!important;
}

.product-type-external button.single_add_to_cart_button.button.alt::before {
     content:'Preguntar antes de ';
    font-size:1em;
}

p#orddd_time_slot_0_field label {
    width: 100%;
}

/**CATEGORIA HOME**/

.banner-home-product.panel-widget-style {
  box-shadow: 2px 3px 10px rgba(0,0,0,.08);
  border-radius: 15px;
  padding: 35px 15px;
  transition: all .2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.banner-home-product a {
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner-home-product .image {
  margin: auto;
}
.banner-home-product.panel-widget-style:hover {
    transform: scale(1.03);
    box-shadow: 6px 12px 16px rgb(0 0 0 / 6%);
}

/**CATEGORIA HOME**/


/**servicio HOME**/


.banner-home-servicio.panel-widget-style {
    box-shadow: 2px 3px 10px rgba(0,0,0,.08);
    border-radius: 15px;
    transition: all .2s ease-in-out;
}

.banner-home-servicio.panel-widget-style:hover {
    transform: scale(1.03);
    box-shadow: 6px 12px 16px rgb(0 0 0 / 6%);
}
.foto-servicios img {
  border-radius: 15px;
  width: 100%;
}
/**servicio HOME**/

/**ubicacion HOME**/
.contenedor-ubicacion {
  box-shadow: 2px 3px 10px rgba(0,0,0,.08);
  border-radius: 15px;
  transition: all .2s ease-in-out;
  width: 30% !important;
  padding: 15px;
  margin-bottom: 3em;
  text-align: center;
}

.contenedor-ubicacion:hover {
    transform: scale(1.03);
    box-shadow: 6px 12px 16px rgb(0 0 0 / 6%);
}
.master-tiendas-ubicacion {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.ubicacion-caja-g {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.section-container-1-ubicacion {
  width: 85%;
  display: flex;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-container-1-ubicacion .text-content {
  width: 30%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.google-maps, .waze-maps, .correo-ubicacion, .calle-ubicacion, .telefono-ubicacion {
  font-size: 0.9rem;
}
.contenido-ubicacion p {
  margin-bottom: 1px;
}
.botones-ubicacion {
  margin-top: 20px;
}
.titulo-ubicacion {
  font-size: 1.1rem;
}

.section-container-1-ubicacion .section-container {
            display: flex;
            align-items: center;
        }



.section-container-1-ubicacion .image-content {
  width: 70%;
}

.section-container-1-ubicacion img {
  width: 100%;
  height: auto;
}
/**ubicacion HOME**/

.home-productos-destacados ul.products.columns-3 {
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.button-n {
  background-color: #011b44;
  border-color: #eeeeee;
  color: #ffffff;
  padding: .5rem 1rem;
  border-radius: 20px;
  margin-top: .5rem;
font-family: 'Rubik', sans-serif;
  font-weight: 600;
	font-size: 0.8em;
}

.button-n:hover {
  background-color: #ec0106 !important;
	border-color: #eeeeee;
	color:#fff;
}

/*SUB MENU BANNER*/
.submenu-img-neumatico {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
color: #011b44;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
  display: ruby!important;
}
.price_norm {
  display: none;
}
.woocommerce-product-details__short-description {
  display: none;
}

/*INTERIOR PRODUCTO*/
.single-product .product_title.entry-title {
  color: #000;
  font-weight: 800;
}
.storefront-breadcrumb {
  color: #000;
  font-weight: 800;
}
.single-product .related.products .transfer {
  display: none;
}
.single-product .related.products del {
  display: none;
}
.single-product .related.products .woocommerce-Price-currencySymbol {
  color: #000 !important;
}
.single-product .woocommerce-product-attributes-item__label {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  width: 20%;
  background-color: #f2f3f7;
  font-weight: 600;
  color: #333;
}
.single-product .woocommerce-product-attributes-item__value {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #fff !important;
  font-weight: 600;
  color: #333;
}
/*INTERIOR PRODUCTO*/

/*INTERIOR COTIZADOR*/
.woocommerce.ywraq-wrapper {
  margin-top: 5em;
}
.banners-home-servicios .textwidget.custom-html-widget {
  text-align: left;
  padding: 10px;
}
/*INTERIOR COTIZADOR*/

.stock.in-stock::before {
  content: "\f058";
}
.stock.out-of-stock::before {
  content: "\f057";
}

.price .webpay-tienda {
  width: 60% !important;
  max-width: 60% !important;
}

.post-type-archive-product .price > del > span.woocommerce-Price-amount.amount {
  font-size: 0.8rem;

}




span.precio-web-ne {
    background-color: #011b44;
    width: 30%;
    padding: 5px;
    border-radius: 5px;
        -webkit-text-fill-color: #fff!important;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}
#sirena_button:hover {
	right: -7px !important;}

.storefront-handheld-footer-bar ul.columns-5 li {
  width: 25%!important;
}
@media (max-width:  869px) and (min-width:300px){
.home-productos-destacados ul.products.columns-3 {
  display: flex;
  flex-direction: column;
}
	.ubicacion-caja-g {
  display: flex;
  flex-direction: column;
}
	.contenedor-ubicacion, .section-container-1-ubicacion .image-content, .section-container-1-ubicacion .text-content   {
  width: 100% !important;
}
	.section-container-1-ubicacion {
display: flex;
  margin-left: auto;
  flex-direction: column-reverse;
  margin-right: auto;
}
.master-tiendas-ubicacion {
	width: 95%;
	}
	
.footer-brands, .espacio-home {
  display: none;
}
	.social-network-icons .sow-features-list.sow-features-responsive {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
	div.navbar-header {
    display: flex;
    margin: 0px 5px;
    margin-left: auto;
}
	form#searchFormTires .col-12.w-100.mt-2.mb-3 {
    height: 60px;
}
	p.wheel-numbers.text-center.white.m-0 {
    color: #011b44;
}
	.cajas-categorias-logos .categoria-home-box .panel-grid-cell {
    width: 45%!important;
}
.cajas-categorias-logos .categoria-home-box {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-around!important;
    flex-direction: row!important;
}
	.banners-home-servicios .textwidget.custom-html-widget {
    text-align: center;
    padding: 15px;
}

}

.caja-cuotas-product {
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 2px 15px #0000001f;
  border-radius: 15px;
}
.caja-cuotas-product h6 {
  text-align: center;
  padding: 10px;
  background-color: #011b44;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.calculo-cuotas-product span.transfer {
  color: #43454b;
  font-size: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.calculo-cuotas-product .webpay-tienda {
  width: 50%;
  padding-left: 15px;
}
.storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-price, section.related.products .caja-cuotas-product {
  display: none;
}
.single-product .add-request-quote-button.button {
  font-size: 1rem !important;
}
.calculo-cuotas-product {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a {
  color: #011b44;
}

.widget.widget_filtro_atributos {
  display: flex;
  flex-direction: column;
}

.widget.widget_filtro_atributos select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.woocommerce-cart .woocommerce-message:first-of-type, .woocommerce-checkout .woocommerce-message {
    display: none !important;
}

.woocommerce-shop #innersearchTires, .tax-product_cat #innersearchTires {
  display: contents;
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
  display: none;
}

.page-id-7 .woocommerce-shipping-totals.shipping,.page-id-7 .order-total  {
display:none;
}

.contacto-ubicacion {
  font-weight: bold;
}
.home .woocommerce-message {
  display: none;
}
.especial-titulo-home-n #panel-gb196-655f4bc972668-0-0-0 {
  margin: -30px 35px 35px 35px !important;
}
/**OFERTAS BLACK FRIDAY**/
.ESPECIAL-OFERTAS {
display:none;
}
.term-black-friday .button-n {
  background-color: #c10000;
  border-color: #eeeeee;
  color: #ffffff;
  padding: .5rem 1rem;
  border-radius: 20px;
  margin-top: .5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  display: flex;
  width: 35%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px #60606033;
}
.ESPECIAL-OFERTAS .button-n {
  background-color: #c10000;
  border-color: #eeeeee;
  color: #ffffff;
  padding: .5rem 1rem;
  border-radius: 20px;
  margin-top: .5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
}

.ESPECIAL-OFERTAS button.category-page {
  min-width: 9vw;
  height: 35px;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  font-weight: 400;
  font-size: .9em;
  background-color: #c10000;
  width: 100%;
}


.woocommerce-billing-fields #rut {
  width: 45%;
}
.segunda-unidad-texto {
  animation: color-changes 5s infinite;
  font-weight: bold;
  background-color: #000;
  padding: 2px;
  margin-top: 5px;
  border-radius: 5px;
}

@keyframes color-changes {
    0% { color: #fff; }
    10% { color: #ecad61; }
    20% { color: #2142c4; }
    30% { color: rgb(186, 3, 213); }
    40% { color: rgb(0, 145, 255); }
    50% { color: rgb(0, 60, 255); }
    60% { color: rgb(149, 0, 255); }
    70% { color: rgb(234, 0, 255); }
    80% { color: rgb(255, 0, 183); }
    90% { color: rgb(255, 0, 76); }
    100% { color: rgb(255, 0, 0); }
}		

.woocommerce-shop .segunda-unidad-texto {
  animation: color-changes 5s infinite;
  font-weight: bold;
  background-color: #000;
  margin-top: 45px;
  border-radius: 5px;
  width: 223px;
  height: 56px;
  padding: 1px;
  display: none;
}

.single-product .segunda-unidad-texto {
  animation: color-changes 5s infinite;
  font-weight: bold;
  background-color: #000;
  padding: 11px;
  margin-top: 5px;
  border-radius: 5px;
  width: 53%;
  text-align: center;
}
/**OFERTAS BLACK FRIDAY**/

.storefront-product-section.storefront-woocommerce-brands {
  display: none;
}
 .archive li.product.product_cat-baterias img.tires-img {
  max-height: 65px;

}
.product_cat-baterias .caja-cuotas-product {
  display: none;
}
.single .storefront-wc-brands-single-product {
  display: none!important;
}

/**blog**/
.page-template-page-blog .mt-4, .single-post .container.mt-4 {
  margin-top: 8.5rem !important;
}
.single-post .container #comments {
  display: none;
}
.entry-footer .entry-categories .fas, .entry-footer .entry-tags .fas{
  color: #011b44;
  font-size: 15px;
}
.type-post .entry-title {
  display: block;
}
.type-post strong {
  color: #023079;
}
.noticias-relacionadas {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.noticias-relacionadas .text-dark {
  color: #023079 !important;
  margin-bottom: 10px;
  letter-spacing: 0.00em;
  font-weight: 600 !important;
}
.noticias-relacionadas ul {
  padding-left: 0;
  margin-left: 0;
}
.noticias-relacionadas .fas.fa-chevron-right {
  font-size: 15px;
}
.single-post #secondary {
  display: none;
}
.noticia-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.noticia-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.noticia-content {
  padding: 15px;
  text-align: center;
}
.noticia-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}
.page-template-page-blog .pagination-container {
  text-align: center;
  margin-top: 20px;
}
.page-template-page-blog .pagination-container .current {
  background-color: #0cb4ce;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0px 1px 10px 0px #00000057;
}
.page-template-page-blog .pagination-container .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  text-decoration: none;
  border-style: solid;
  color: #777;
  background-color: transparent;
  border-radius: 10px;
  border-width: 1px;
  font-weight: 700;
}
.page-template-page-blog .pagination-container .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  text-decoration: none;
  border-style: solid;
  color: #777;
  background-color: transparent;
  border-radius: 10px;
  border-width: 1px;
  font-weight: 700;
}
.page-template-page-blog .pagination-container .page-numbers:hover {
  background-color: #011b44;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0px 1px 10px 0px #00000057;
}
.noticia-card:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .woocommerce-shop.right-sidebar .content-area {
    width: 75%;
    float: right;
    margin-right: 1%;
  }
	.tax-product_cat.right-sidebar .content-area {
    width: 75%;
    float: right;
    margin-right: 1%;
  }
}