/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
    font-family: 'GoodTimes';
    /*a name to be used later*/
    src: url('/themes/motord/assets/fonts/good_times_rg.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/themes/motord/assets/fonts/lato-regular.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/themes/motord/assets/fonts/lato-regular-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;*/
    font-family: 'Lato';
}

h1{
	font-size:32px;
}

h2{
	font-size:26px;
}

h3{
	font-size:22px;
}

.h1{
	font-size:28px;
}

@media (max-width: 767px) {
	h1{
		font-size:26px;
	}
	
	h2{
		font-size:24px;
	}
	
	h3{
		font-size:20px;
	}

	.h1{
		font-size:22px;
	}
}

.btn-primary {
    background-color: #ff4402;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #ff4402;
}

a {
    color: #373737;
}

a:hover {
    color: #ff4402;
}

#header {}

#header a {
    color: #373737;
}

#header a:hover {
    color: #ff4402;
}

.triangle-absolute-bottom {
    position: absolute;
    bottom: 0;
}

.triangle-top-right {
    border-style: solid;
    border-right-color: transparent;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.triangle-top-left {
    border-style: solid;
    border-left-color: transparent;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.tr-bg-1 {
    background: #ffffff;
}

.tr-bg-2 {
    background: #ff4402;
}

.tr-color-1 {
    border-bottom-color: #ffffff;
}

.tr-color-2 {
    border-bottom-color: #343434;
}

.tr-color-3 {
    border-bottom-color: #ff4402;
}

@media (max-width: 767px) {
    .hidden-triangle-768 {
        display: none;
    }
}

#cart #wrapper,
#checkout #wrapper,
#content-wrapper {
    margin-top: 20px;
}

#wrapper {
    margin-top: 0px;
}


/************************************** INICIO HEADER ****************************************************/


/********************** PRE NAV **********************/

#header .header-prenav {
    background: #FFF;
}

#header .links .prenav-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    padding: 5px 10px;
    margin-bottom: 0px;
    color: #ff4402;
}

#header .links .prenav-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 5px #FFF;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

#header .header-prenav .prenav-section {
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px;
    text-transform: uppercase;
}

#header #_desktop_language_selector {
    height: 30px;
}

#header .language-selector .dropdown-menu {
    right: 0px;
    top: 25px;
    padding: 0px;
    left: auto;
}

#header .currency-selector .dropdown-menu {
    right: 0px;
    top: -5px;
    padding: 0px;
    left: auto;
}

#header .language-selector a span {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

#header .language-selector a:hover {
    background: #F6F6F6;
}

#header .language-selector a:hover span {
    color: #FF4402;
}

#header .language-selector button {
    height: 30px;
    position: absolute;
    right: 10px;
}

#header .language-selector .dropdown-menu li.current {
    background: #F6F6F6;
}

#header .language-selector .dropdown-menu li.current a span {
    color: #ff4402;
}

#header .currency-selector #currency-selector-label {
    display: none;
}

#header .currency-selector a:hover {
    background: #F6F6F6;
}

#header .currency-selector button {
    position: absolute;
    height: 30px;
    top: -30px;
    right: 70px;
}

#header .currency-selector button:hover span.expand-more {
    color: #ff4402;
}

#header .currency-selector button span.expand-more {
    top: 2px;
    position: relative;
    color: #666;
}

#header .currency-selector .dropdown-menu li.current {
    background: #F6F6F6;
}

#header .currency-selector .dropdown-menu li.current a {
    color: #ff4402;
}

@media (max-width: 1192px) {
    #header .header-prenav .prenav-title:after {
        left: 19%;
    }
}

@media (max-width: 992px) {
    #header .header-prenav .prenav-title {
        font-size: 13px;
    }
    #header .header-prenav .prenav-title:after {
        left: 22%;
    }
    #header .header-prenav .prenav-section {
        display: none;
    }
}

@media (max-width: 768px) {
    #header{
        background: #F6F6F6;
        position: fixed;
        z-index: 10000;
        top: 0px;
        width: 100%;
    }
    #checkout #header{
        width: 100%;
    }
    #checkout #header #menu-icon, #checkout #header #_mobile_cart, #checkout #header #_mobile_user_info{
        display: none;
    }
    #wrapper {
        margin-top: 95px;
        padding-top: 0px;
    }
    #content-wrapper{
        margin-top: 0px;
    }
    #cart #wrapper {
        margin-top: 95px;
    }
    #checkout #wrapper{
        margin-top: 55px;
    }
    .breadcrumb{
        margin-bottom: 0px;
    }
    #header .header-nav .user-info .logged {
        color: #FFF;
    }
    #header .currency-selector #currency-selector-label {
        display: inline;
    }
    #header #_desktop_language_selector {
        height: auto;
    }
    body#checkout section.checkout-step .address-item{
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
    }
    #blockcart-modal .modal-dialog{
        top: 120px;
    }
    #blockcart-modal .cart-content .cart-content-btn{
        flex-wrap: wrap;
    }
}


/****************** NAV **************************/

#infoContactAndMore a {
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
}

.infoContactAndMorePaddingHidden {
    margin-top: 7px;
    margin-right: 10px;
}

body#checkout #header .header-nav {
    background: #FFF;
    max-height: none;
    padding: 1rem 0 .9375rem;
    border: none;
    margin-bottom: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

body#checkout #header #_desktop_logo {
    top: 0px;
}

@media (max-width: 768px) {
    body#checkout #header .header-nav {
        background: #ff4402;
        padding: 0px;
    }
}

#infoContactAndMore a:hover {
    color: #CCC;
    tex-decoration: underline;
}

#header .header-nav {
    background: #ff4402;
    max-height: 40px;
    border-bottom: none;
    margin-bottom: 0px;
}

#header .header-nav .cart-preview.active {
    background: #373737;
}

#header .header-nav .user-info {
    margin-top: 9px;
}

#header .header-nav .user-info a {
    color: #FFF;
    font-size: 14px;
}

#header .header-nav .user-info a:hover {
    color: #CCC;
}

#header .header-nav .blockcart {
    height: 40px;
    padding: 7px;
    font-size: 14px;
}

#header .header-nav .blockcart .cart-products-count {
    color: #ff4402;
}


/************** HEADER TOP ************************/

#header .header-top {
    height: 120px;
    background: #FFF;
}


/* LOGO  */

#header .logo {
    width: 100%;
}


/* BUSCADOR */

.search-widget form button[type=submit] {
    right: 15px;
    bottom: 0px;
    height: 42px;
    width: 42px;
    background: #373737;
    color: #FFF;
}

.search-widget form input[type=text] {
    font-family: 'GoodTimes';
}


/* SLIDER EN CABECERA */

.carousel .carousel-inner {
    margin: 0;
}

@media (min-width: 992px) {
    #header #_desktop_logo {
        top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    #header .header-top {
        height: 80px; 
    }
    #header #_desktop_logo {
        top: 20px;
    }
    .header-top .search-widget form {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #header .header-top {
        height: auto;
        padding-bottom: 0px;       
        background: inherit;
    }
    #header .header-nav #menu-icon .material-icons {
        line-height: 40px;
    }
    #header .header-nav #menu-icon {
        height: 40px;
    }
    #header .header-nav .top-logo img {
        height: 40px;
        width: auto;
    }
    #header .header-nav .top-logo {
        line-height: 30px;
    }
    .header-top .search-widget form {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .header-top .search-widget form button[type=submit] {
        right: 15px;
    }
}

@media (max-width: 450px) {
    #header .header-nav .top-logo {
        margin: 0 0 0 70px;
        width: 110px;
    }
}

@media (min-width: 992px) {
    .search-widget {
        top: 32px;
    }
}


/************************************** FIN HEADER ****************************************************/


/************************************** INICIO FOOTER ****************************************************/

#footer {
    background: #fff;
}

#footer .footer-container {
    background: url(../img/bg-footer.jpg) center 0 no-repeat transparent;
    background-size: cover;
    padding-top: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#FooterTop {
    background: transparent;
    padding-bottom: 35px;
}

#FooterTop .h3,
#FooterTop h3 {
    color: #ff4402;
    font-family: 'GoodTimes';
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

.footer-container li {
    margin-bottom: 0px;
}

#FooterBottom {
    background: transparent;
}

#LogoFooter {
    text-align: center;
    padding: 40px 0;
}

.block-social {
    border-top: #DEDEDE 1px solid;
}

.block-social h4 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 100;
}

.block-social ul {
    margin-top: 20px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
}

.block-social li:hover {
    background-color: #ff4402
}

.block-social .facebook {
    background-image: url(/themes/motord/assets/img/icon-facebook.png);
}

.block-social .twitter {
    background-image: url(/themes/motord/assets/img/icon-twitter.png);
}

.block-social .instagram {
    background-image: url(/themes/motord/assets/img/icon-instagram.png);
}

.block-social .youtube {
    background-image: url(/themes/motord/assets/img/icon-youtube.png);
}

.block-social .facebook:hover {
    background-image: url(/themes/motord/assets/img/icon-facebook-hover.png);
    background-color: transparent;
}

.block-social .twitter:hover {
    background-image: url(/themes/motord/assets/img/icon-twitter-hover.png);
    background-color: transparent;
}

.block-social .instagram:hover {
    background-image: url(/themes/motord/assets/img/icon-instagram-hover.png);
    background-color: transparent;
}

.block-social .youtube:hover {
    background-image: url(/themes/motord/assets/img/icon-youtube-hover.png);
    background-color: transparent;
}

#block_myaccount_infos .myaccount-title a {
    color: #ff4402;
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
    color: #ff4402;
    font-family: 'GoodTimes';
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

.footer-container li a:hover {
    color: #ff4402;
}

.block-contact {
    border-left: none;
    padding-left: 0;
    color: #ffffff;
    font-size: 13px;
}

.footer-container li a {
    color: #ffffff;
}

#copyrightFooter {
    color: #fff;
    margin: 4% 0;
    min-height: 30px;
    padding: 4px 0;
}

.lgcookieslaw_message {
    display: block;
    width: 70%;
    float: left;
}

.lgcookieslaw_banner .lgcookieslaw_btn:hover,
.lgcookieslaw_banner .lgcookieslaw_btn:focus {
    border-color: #741f00!important;
    background: #741f00!important;
    color: #FFFFFF!important;
}

#lgcookieslaw_banner .lgcookieslaw_message a:hover,
#lgcookieslaw_banner .lgcookieslaw_message a:focus {
    color: #FFF!important;
    border-bottom: 1px solid #741f00;
}

@media (max-width: 767px) {
    #copyrightFooter {
        margin: 0;
        text-align: center;
    }
}

#tiendaRealizada {
    margin: 4% 0;
    height: 30px;
    text-align: right;
}

#tiendaRealizada a {
    font-size: 14px;
    color: #fff;
}

#tiendaRealizada a span {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
}

#tiendaRealizada a img {
    vertical-align: top;
}

@media (max-width: 767px) {
    #tiendaRealizada {
        margin: 0;
        text-align: center;
    }
}

div.aeuc_footer_info {
    color: #ffffff;
}

.block_newsletter form .input-wrapper {
    overflow: visible;
}

.block_newsletter form input[type=submit] {
    height: 50px;
    width: 50px;
    font-family: 'GoodTimes';
    font-size: 16px;
    padding-left: 10px;
}

.block_newsletter form input[type=submit]:hover {
    background: #363636;
}

.block_newsletter .termsandconds-container {
    text-align: left;
}

.block_newsletter .termsandconds-container label {
    font-size: 12px;
    color: #999;
}

.block_newsletter .termsandconds-container label a {
    text-decoration: underline;
}

.block_newsletter .termsandconds-container label a:hover {
    color: ##ff4402;
}

#termsandconds {
    height: 19px;
    vertical-align: bottom;
    margin-top: 5px;
}

.block_newsletter .termsandconds-container .first_layer {
    font-size: 11px;
    font-weight: 100;
    line-height: 13px;
    color: #999;
}

#Newsletter_titulo {
    text-align: center;
    font-size: 28px;
    color: #373737;
    font-weight: bold;
    font-family: 'GoodTimes';
}

#Newsletter_subtitulo {
    text-align: center;
    font-size: 15px;
    /* color: #ff4402; */
    font-weight: 100;
    padding: 10px 0;
}

.block_newsletter form input[type=text] {
    padding: 11px;
    width: 100%;
    height: 34px;
}

#box-form-newsletter {
    max-width: 600px;
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

.block_newsletter form input[type=text]:focus {
    border: 3px solid #ff4402;
}

#htmlcontent_footer_logos {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .footer-container .links .h3 {
        color: #fff;
    }
    .footer-container .links .navbar-toggler {
        color: #fff;
    }
}


/************************************** FIN FOOTER ****************************************************/


/************************************** INICIO CONTENIDO ****************************************************/

#box-ultimas-noticias {
    background: #EDEDEE;
    margin-bottom: 40px;
}

#productCommentsBlock .products-section-title,
.home_blog_post h3.page-heading,
.featured-products .products-section-title,
.product-accessories .products-section-title,
#box-ultimas-noticias .products-section-title {
    text-align: center;
    font-size: 28px;
    color: #373737;
    margin-bottom: 45px;
    font-weight: bold;
    font-family: 'GoodTimes';
}

.home_blog_post .post_thumbnail {
    margin-bottom: 0px;
}

.home_blog_content .blog_post_content {
    margin-bottom: 20px;
}

.home_blog_post .blog_post_content_bottom {
    padding: 20px 10px;
    background: #FFF;
    color: #363636;
    text-align: center;
    min-height: 145px;
}

.blog_post_content_bottom h3.post_title a {
    color: #363636;
    font-family: 'GoodTimes';
    font-size: 13px;
}

.home_blog_post .content_more {
    text-align: center;
    float: none;
    margin: 0px;
    display: block;
}

.home_blog_post .content_more a {
    color: #fff;
    background: #ff4402;
    font-size: 15px;
    padding: 10px 10px 15px 10px;
    border-top: 2px solid #fff;
}

.home_blog_post .content_more .material-icons {
    font-size: 27px;
    font-weight: 100;
}

.home_blog_post .content_more a:hover {
    background: #373737;
}

.carousel {
    box-shadow: none;
    margin-bottom: 0px;
}

#custom-text h3.page-heading,
.Box-Banner-html h3.page-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'GoodTimes';
    color: #ff4402;
}

#custom-text p,
.Box-Banner-html p {
    color: #666;
    font-weight: 100;
    font-size: 16px;
}

#banners-top {
    background: url('/themes/motord/assets/img/bg-banners.jpg') center 0 no-repeat transparent;
    height: 370px;
    margin-bottom: 60px;
    margin-top: 60px;
}

#banners-top .banner-top {
    top: -20px;
}

#banners-top .banner-top.top h2,
#banners-top .banner-top.middle h2,
#banners-top .banner-top.bottom h2 {
    position: absolute;
    width: 350px;
    padding: 20px 0px 20px 0px;
    font-family: 'GoodTimes';
}

#banners-top .banner-top.top h2 {
    color: #FFF;
    background: #ff4402;
}

#banners-top .banner-top.middle h2 {
    color: #FFF;
    background: #00A1FF;
}

#banners-top .banner-top.bottom h2 {
    color: #ff4402;
    background: #363636;
}

#banners-top .banner-top img {
    max-width: 100%;
}

#banners-top .banner-top p {
    background: rgba(0, 0, 0, 0.6);
    color: #EEE;
    padding: 10px 20px;
    position: absolute;
    bottom: 60px;
    width: 350px;
    margin-bottom: 0px;
    font-size: 17px;
    min-height: 85px;
}

#banners-top .banner-top a {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -15px;
}

#banners-top .banner-top.top a {
    color: #fff;
    background: #ff4402;
}

#banners-top .banner-top.middle a {
    color: #fff;
    background: #00A1FF;
}

#banners-top .banner-top.bottom a {
    color: #ff4402;
    background: #363636;
}

.orange {
    color: #ff4402;
}

#banners-middle {
    background: url('/themes/motord/assets/img/bg-banners.jpg') center 0 no-repeat transparent;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px 0;
}

#banners-middle .page-heading-white {
    text-align: center;
    font-size: 28px;
    color: #FFF;
    margin-bottom: 45px;
    font-weight: bold;
    font-family: 'GoodTimes';
}

#banners-middle img {
    max-width: 100%;
}

#banners-middle .banner-middle {
    margin-bottom: 20px;
    text-align: center;
}

#banners-middle .banner-middle img {
    border: 5px solid white;
}

@media (max-width: 1199px) {
    #banners-top {
        height: 300px;
    }
    #banners-top .banner-top.top h2,
    #banners-top .banner-top.middle h2,
    #banners-top .banner-top.bottom h2,
    #banners-top .banner-top p {
        width: 290px;
    }
}

@media (max-width: 992px) {
    #banners-top {
        height: 210px;
    }
    #banners-top .banner-top.top h2,
    #banners-top .banner-top.middle h2,
    #banners-top .banner-top.bottom h2 {
        width: 210px;
        font-size: 15px;
    }
    #banners-top .banner-top p {
        width: 210px;
        font-size: 13px;
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    #productCommentsBlock .products-section-title,
    .home_blog_post h3.page-heading,
    .featured-products .products-section-title,
    .product-accessories .products-section-title,
    #box-ultimas-noticias .products-section-title{
        font-size: 20px;
    }
    #banners-top {
        height: 100%;
    }
    #banners-top .banner-top {
        margin-bottom: 0px;
    }
    #banners-top .banner-top.bottom {
        top: 20px;
    }
    #banners-top .banner-top.top h2,
    #banners-top .banner-top.middle h2,
    #banners-top .banner-top.bottom h2 {
        width: 240px;
        font-size: 15px;
    }
    #banners-top .banner-top p {
        width: 240px;
        font-size: 13px;
        min-height: 100px;
    }
}

@media (max-width: 576px) {
    #banners-top,
    #banners-middle {
        background-repeat-y: repeat;
    }
    #banners-top .banner-top {
        margin-bottom: 20px;
    }
    #banners-top .banner-top.middle {
        margin-bottom: -20px;
    }
    #banners-top .banner-top.bottom {
        top: 20px;
        margin-bottom: 0px;
    }
    #banners-top .banner-top.top h2,
    #banners-top .banner-top.middle h2,
    #banners-top .banner-top.bottom h2 {
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }
    #banners-top .banner-top p {
        width: 100%;
        font-size: 13px;
        min-height: 100px;
        margin-left: -15px;
    }
    #banners-top .banner-top a {
        margin-left: 0px;
        left: 50%;
    }
}

#module-pageindex-pageindex2 {}

#module-pageindex-pageindex2 #carousel {
    margin: 0;
}

#module-pageindex-pageindex2 .carousel .carousel-inner {
    margin: 0;
}

#module-pageindex-pageindex2 .carousel .carousel-inner a {
    margin: 0;
}

#module-pageindex-pageindex2 .carousel .carousel-inner a figure {
    margin: 0;
}

.Box-Banner-html {
    background: #FFF;
    margin-bottom: 0px;
    margin-top: 0px;
}

.Box-Banner-html .index-icon {
    text-align: center;
}

.Box-Banner-html .text-normal a {
    display: block;
    color: #ff4402;
}

#custom-text {
    background: #FFF;
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 0px;
}

.featured-products,
.product-accessories {
    background: #F6F6F6;
    padding: 30px 0;
}

@media (max-width:576px) {
    .home_blog_post .row {
        margin-right: 0;
        margin-left: 0;
    }
    .home_blog_post h3.page-heading {
        margin-right: 15px;
        margin-left: 15px;
    }
    .carousel .carousel-control .icon-next {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    #main {
        padding-top: 10px;
    }
}


/*  PAGINA DE MARCAS*/

.brand-title h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 70px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    color: #ff4402;
    padding: 0 0 20px;
}

.brand {
    width: 30.33%;
    margin: 0 1% 20px;
    display: inline-block;
    text-align: center;
}

.brand-img {
    display: block;
    margin: 0;
    /* border: 1px solid #7a7a7a;*/
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.brand-img img {
    width: 100%;
    height: auto;
}

.brand-infos {
    /*background: #444;*/
    padding: 20px;
    background: #ff4402;
    overflow: hidden;
    text-align: center;
}

.brand-infos h3 a {
    text-decoration: none;
    outline: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.brand-products {
    display: none;
}

@media (max-width: 992px) {
    .brand-infos a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .brand {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
    .brand-infos a {
        font-size: 1.125rem;
    }
}


/*** BUSCADOR  ***/

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    top: 0px;
    width: 72%;
}

+@media (max-width: 992px) and (min-width: 768px) {
    #pagenotfound .page-not-found .search-widget,
    #products .page-not-found .search-widget {
        width: 63%;
    }
}

@media (max-width: 767px) {
    .page-not-found .search-widget form {
        width: 100%;
    }
    #pagenotfound .page-not-found .search-widget,
    #products .page-not-found .search-widget {
        width: 100%;
    }
}


/* CONTENIDO DE MARCAS */

#manufacturer-description {
    margin-bottom: 40px;
    border-bottom: 1px solid #AAA;
}

#manufacturer-description h1,
#manufacturer-description h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#manufacturer-description p {
    margin-bottom: 20px;
}

#manufacturer-description img {
    max-width: 100%;
    height: auto;
    padding: 0 10px 10px 0;
}

.manufacturer-text img {
    float: left;
}


/* CATÄLOGO  */

.catalog-title {
    font-size: 25px;
}

.catalog-item {
    margin: 30px 0 30px;
    display: inline-block;
    text-align: center;
}

.catalog-item-img {
    display: block;
    margin: 0;
    /* border: 1px solid #7a7a7a;*/
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.catalog-item-img img {
    width: 100%;
    height: auto;
}

.catalog-item-text {
    padding: 20px;
    background: #363636;
    overflow: hidden;
    text-align: center;
    min-height: 86px;
}

.catalog-item-text h3 a {
    text-decoration: none;
    outline: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 1220px) and (min-width: 768px) {
    .catalog-item-text h3 a {
        font-size: 14px;
    }
}

.catalog-item-button {
    margin-top: 20px;
    padding: 10px;
    background: #ff4402;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.catalog-item-button img {
    height: 25px;
    width: auto;
}

.catalog-item-button a {
    text-decoration: none;
    outline: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}


/************************************** FIN CONTENIDO ****************************************************/


/* ***** MENÚ ***** */

#mobile_top_menu_wrapper .top-menu .sub-menu ul>li {
    width: 100%;
}

@media (min-width: 769px) {
    #header .header-menu {
        background: #363636;
        border-bottom: 1px solid #CCC;
    }
    .menu ul li {
        display: inline-block;
    }
    #header .top-menu {
        margin: 0px;
        text-align: center;
    }
    #header .top-menu li {
        position: relative;
		margin:0px 20px;
        /* padding-top: 5px;
		padding-bottom: 5px; */
        /*width: 19%;*/
    }
    #header .top-menu a[data-depth="0"] {
        color: #FFF;
        font-weight: 100;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header .top-menu li.current a[data-depth="0"] {
        color: #ff4402;
        position: relative;
        top: -1px;
    }
    #header .top-menu li.current[data-depth="0"] {
        border-bottom: 1px solid #FF4402;
        background: #2D2D2D;
        top: 0px;
        position: relative;
        padding-bottom: 6px;
        padding-top: 4px;
    }
    #header .top-menu .sub-menu.collapse {
        left: 8%;
    }
    .top-menu .sub-menu {
        width: auto;
        min-width: auto;
    }
    .top-menu .sub-menu ul[data-depth="1"] {
        width: auto;
    }
    #header .top-menu .sub-menu>ul[data-depth="1"]li.current a {
        color: #FF4402 !important;
        background: #F3F3F3;
        border: none;
        position: relative;
        top: 0px;
    }
    #header .top-menu .sub-menu>ul[data-depth="1"]>li.current {
        border: none;
        background: #F3F3F3;
        top: 0px;
        position: relative;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li {
        float: left;
        margin: 0 !important;
        padding: 7px 15px;
        width: 100% !important;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li:hover .top-menu[data-depth="2"] {
        display: block;
    }
    .top-menu[data-depth="2"] {
        display: none;
        position: absolute;
        left: 100%;
        top: 3px;
        background: #FFF;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        font-weight: 600;
    }
    .top-menu a[data-depth="2"] {
        font-weight: 600;
    }
    .top-menu .sub-menu ul[data-depth="2"]>li.current {
        background: #EDEDED;
    }
    .top-menu .sub-menu ul[data-depth="2"]>li.current a {
        color: #FF4402 !important;
    }
    .top-menu .sub-menu ul[data-depth="2"]>li {
        float: left;
        margin: 0 !important;
        padding: 7px 15px;
        width: 100% !important;
        display: block;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    /*.top-menu a[data-depth="0"] {
		font-weight: normal;
	}

	#header .header-top .menu>ul>li {
		display: inline-block;
		float:none;
	}

	#header .header-top a[data-depth="0"] {
    	padding-left: 7px;
    	padding-right: 7px;
	}

	#top-menu {
		text-align:right;

	}

	.top-menu[data-depth="2"]{
		display:none;
	}*/
}


/* ***** CATEGORIAS ****** */

@media (min-width: 769px) {
    #left-column .block-categories {
        padding: 0px;
        box-shadow: none;
        border: none;
    }
    #left-column .block-categories .category-sub-menu li[data-depth="0"]>a {
        font-weight: 100;
    }
    #main .block-category {
        box-shadow: none;
        border: none;
    }
    .block-category {
        padding: 0;
    }
    /* DESCRIPCION */
    .block-category #category-description {
        /* display: none; */
    }
    /* IMAGEN DESCRIPCION*/
    .block-category .category-cover {
        display: none;
    }
}


/* ***** FIN CATEGORIAS ****** */


/* *****  Caja del listado de productos ***** */

@media (min-width: 769px) {
    /* CONTENERDOR GLOBAL */
    #products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        width: 200px;
        height: 370px !important;
    }
    .featured-products .thumbnail-container {
        width: 214px;
        height: 400px !important;
    }
    #products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        margin: 4px;
    }
    #products .product-thumbnail,
    .featured-products .product-thumbnail,
    .product-accessories .product-thumbnail,
    .product-miniature .product-thumbnail {
        padding: 5px;
    }
    /* FLAGS DE PRODUCTO */
    li.product-flag.discount,
    #products .product-miniature .discount-percentage,
    #products .product-miniature .on-sale,
    #products .product-miniature .online-only,
    #products .product-miniature .pack,
    #products .product-miniature .product-flags .new,
    .featured-products .product-miniature .discount-percentage,
    .featured-products .product-miniature .on-sale,
    .featured-products .product-miniature .online-only,
    .featured-products .product-miniature .pack,
    .featured-products .product-miniature .product-flags .new,
    .product-accessories .product-miniature .discount-percentage,
    .product-accessories .product-miniature .on-sale,
    .product-accessories .product-miniature .online-only,
    .product-accessories .product-miniature .pack,
    .product-accessories .product-miniature .product-flags .new,
    .product-miniature .product-miniature .discount-percentage,
    .product-miniature .product-miniature .on-sale,
    .product-miniature .product-miniature .online-only,
    .product-miniature .product-miniature .pack,
    .product-miniature .product-miniature .product-flags .new {
        display: block !important;
        position: absolute;
        background: #ff4402;
        font-weight: 100;
        font-family: 'GoodTimes';
        font-size: 11px;
        padding: .3125rem .4375rem;
        margin-top: 0px;
        text-transform: uppercase;
        color: #fff;
        z-index: 2;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    }
    li.product-flag.discount {
        right: 0px;
    }
    #products .product-miniature .discount-percentage,
    #products .product-miniature .on-sale,
    #products .product-miniature .online-only,
    #products .product-miniature .pack,
    #products .product-miniature .product-flags .new,
    .featured-products .product-miniature .discount-percentage,
    .featured-products .product-miniature .on-sale,
    .featured-products .product-miniature .online-only,
    .featured-products .product-miniature .pack,
    .featured-products .product-miniature .product-flags .new,
    .product-accessories .product-miniature .discount-percentage,
    .product-accessories .product-miniature .on-sale,
    .product-accessories .product-miniature .online-only,
    .product-accessories .product-miniature .pack,
    .product-accessories .product-miniature .product-flags .new,
    .product-miniature .product-miniature .discount-percentage,
    .product-miniature .product-miniature .on-sale,
    .product-miniature .product-miniature .online-only,
    .product-miniature .product-miniature .pack,
    .product-miniature .product-miniature .product-flags .new {
        left: 0px;
        top: 0px !important;
    }
    /* IMAGEN */
    .thumbnail-container img {
        max-width: 95%;
    }
    /* CONTENERDOR DATOS INFERIOR */
    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description {
        width: 192px;
    }
    /* PRECIO */
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        position: absolute;
        bottom: 75px;
        width: 100%;
        font-size: 19px;
        font-family: 'GoodTimes';
    }
    #products .product-price-and-shipping .price,
    .featured-products .product-price-and-shipping .price,
    .product-accessories .product-price-and-shipping .price,
    .product-miniature .product-price-and-shipping .price {
        position: relative;
        color: #232323;
        font-weight: 700;
        text-align: center;
        font-size: 19px;
        font-family: 'GoodTimes';
        position: relative;
        bottom: -30px;
    }
    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {
        font-size: 12px;
        font-family: 'GoodTimes';
        font-weight: 100;
        bottom: -25px;
        position: relative;
        color: #AAA;
    }
    #products .product-miniature .discount-percentage.discount-percentage,
    #products .product-miniature .on-sale.discount-percentage,
    #products .product-miniature .online-only.discount-percentage,
    #products .product-miniature .pack.discount-percentage,
    #products .product-miniature .product-flags .new.discount-percentage,
    .featured-products .product-miniature .discount-percentage.discount-percentage,
    .featured-products .product-miniature .on-sale.discount-percentage,
    .featured-products .product-miniature .online-only.discount-percentage,
    .featured-products .product-miniature .pack.discount-percentage,
    .featured-products .product-miniature .product-flags .new.discount-percentage,
    .product-accessories .product-miniature .discount-percentage.discount-percentage,
    .product-accessories .product-miniature .on-sale.discount-percentage,
    .product-accessories .product-miniature .online-only.discount-percentage,
    .product-accessories .product-miniature .pack.discount-percentage,
    .product-accessories .product-miniature .product-flags .new.discount-percentage,
    .product-miniature .product-miniature .discount-percentage.discount-percentage,
    .product-miniature .product-miniature .on-sale.discount-percentage,
    .product-miniature .product-miniature .online-only.discount-percentage,
    .product-miniature .product-miniature .pack.discount-percentage,
    .product-miniature .product-miniature .product-flags .new.discount-percentage {
        z-index: 2;
        background: #ff4402;
        top: auto!important;
        bottom: -5px;
        left: 0px;
        padding: 0px 2px;
        min-width: 35px;
        min-height: 20px;
        font-family: 'Lato';
        font-weight: 100;
        font-size: 13px;
        box-shadow: none;
    }
    /* SEE MORE */
    #products .highlighted-informations,
    .featured-products .highlighted-informations,
    .product-accessories .highlighted-informations,
    .product-miniature .highlighted-informations {
        box-shadow: none;
    }
    /* NOMBRE PRODUCTO */
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 12px;
        color: #373737;
    }
    /* VER MAS */
    body.tax-display-enabled #products .highlighted-informations,
    body.tax-display-enabled .featured-products .highlighted-informations,
    body.tax-display-enabled .product-accessories .highlighted-informations {
        height: 170px;
    }
    body.tax-display-enabled #products .product-description,
    body.tax-display-enabled .featured-products .product-description,
    body.tax-display-enabled .product-accessories .product-description {
        height: 200px;
        width: 100%;
        position: relative;
    }
    /* NOMBRE DEL PRODUCTO */
    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        padding: 0 2px;
        margin-top: 0px;
        font-family: 'GoodTimes';
        line-height: 15px;
        overflow: hidden;
        height: 68px;
    }
    /* REFERENCIA */
    body.tax-display-enabled #products .product-reference,
    body.tax-display-enabled .featured-products .product-reference,
    body.tax-display-enabled .product-accessories .product-reference {
        font-size: 11px;
        position: absolute;
        bottom: 90px;
        width: 100%;
        text-align: center;
        font-family: 'Lato';
        color: #666;
        z-index: 1000;
    }
    body.tax-display-enabled #products .product-reference-title,
    body.tax-display-enabled .featured-products .product-reference-title,
    body.tax-display-enabled .product-accessories .product-reference-title {
        font-weight: 100;
        font-size: 11px;
        font-family: 'Lato';
    }
    /* DISPONIBILIDAD SI */
    body.tax-display-enabled #products .product-available,
    body.tax-display-enabled .featured-products .product-available,
    body.tax-display-enabled .product-accessories .product-available {
        font-size: 12px;
        position: absolute;
        bottom: 110px;
        width: 100%;
        text-align: center;
        background: #ff4402;
        color: #FEFEFE;
    }
    /* DISPONIBILIDAD NO */
    body.tax-display-enabled #products .product-unavailable,
    body.tax-display-enabled .featured-products .product-unavailable,
    body.tax-display-enabled .product-accessories .product-unavailable {
        font-size: 12px;
        position: absolute;
        bottom: 110px;
        width: 100%;
        text-align: center;
        background: #d0d0d0;
        color: #FEFEFE;
    }
    /* CONTENERDOR DESCRIPCION Y NOMBRE */
    body.tax-display-enabled #products .highlighted-informations,
    body.tax-display-enabled .product-accessories .highlighted-informations {
        width: 190px;
    }
    body.tax-display-enabled .featured-products .highlighted-informations {
        width: 210px;
    }
}

@media (max-width: 768px) {
    /* CONTENERDOR GLOBAL */
    #products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        margin: 0 .625rem;
        width: 100%;
    }
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        height: 450px !important;
        width: 100%;
    }
    /*  IMAGEN  */
    #products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        margin: 0 .625rem;
        text-align: center;
    }
    /* VER MAS */
    body.tax-display-enabled #products .highlighted-informations,
    body.tax-display-enabled .featured-products .highlighted-informations,
    body.tax-display-enabled .product-accessories .highlighted-informations {
        height: 190px;
    }
    body.tax-display-enabled #products .product-description,
    body.tax-display-enabled .featured-products .product-description,
    body.tax-display-enabled .product-accessories .product-description {
        height: 200px;
        width: 100%;
        position: relative;
    }
    #product-name-title{
        font-size: 18px;
    }
    /* TITULOS */
    #products .product-title, 
    .featured-products .product-title, 
    .product-accessories .product-title, 
    .product-miniature .product-title{
        height: 60px;
        overflow: hidden;
        padding: 5px 5px 0px;
        display: flex;
        align-items: center; 
        margin-bottom: 0px;
    }
    
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        color: #555;
        font-size: 14px;
        font-family: 'GoodTimes';
         
    }
    /* REFERENCIA */
    body.tax-display-enabled #products .product-reference,
    body.tax-display-enabled .featured-products .product-reference,
    body.tax-display-enabled .product-accessories .product-reference {
        font-size: 12px;
        position: relative;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }
        /* DISPONIBILIDAD SI */
    body.tax-display-enabled #products .product-available,
    body.tax-display-enabled .featured-products .product-available,
    body.tax-display-enabled .product-accessories .product-available {
        font-size: 12px;
        position: absolute;
        bottom: 95px;
        left: 0px;
        width: 100%;
        text-align: center;
        background: #ff4402;
        color: #FEFEFE;
    }
    /* DISPONIBILIDAD NO */
    body.tax-display-enabled #products .product-unavailable,
    body.tax-display-enabled .featured-products .product-unavailable,
    body.tax-display-enabled .product-accessories .product-unavailable {
        font-size: 12px;
        position: absolute;
        bottom: 95px;
        left: 0px;
        width: 100%;
        text-align: center;
        background: #d0d0d0;
        color: #FEFEFE;
    }
    /* PRECIO */
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        position: relative;
        top: 41px; 
        width: 100%;
        font-family: 'GoodTimes';
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    body.tax-display-enabled #products .product-reference-title,
    body.tax-display-enabled .featured-products .product-reference-title,
    body.tax-display-enabled .product-accessories .product-reference-title {
        font-weight: 600;
    }
    #products .product-miniature .discount-percentage.discount-percentage,
    #products .product-miniature .on-sale.discount-percentage,
    #products .product-miniature .online-only.discount-percentage,
    #products .product-miniature .pack.discount-percentage,
    #products .product-miniature .product-flags .new.discount-percentage,
    .featured-products .product-miniature .discount-percentage.discount-percentage,
    .featured-products .product-miniature .on-sale.discount-percentage,
    .featured-products .product-miniature .online-only.discount-percentage,
    .featured-products .product-miniature .pack.discount-percentage,
    .featured-products .product-miniature .product-flags .new.discount-percentage,
    .product-accessories .product-miniature .discount-percentage.discount-percentage,
    .product-accessories .product-miniature .on-sale.discount-percentage,
    .product-accessories .product-miniature .online-only.discount-percentage,
    .product-accessories .product-miniature .pack.discount-percentage,
    .product-accessories .product-miniature .product-flags .new.discount-percentage,
    .product-miniature .product-miniature .discount-percentage.discount-percentage,
    .product-miniature .product-miniature .on-sale.discount-percentage,
    .product-miniature .product-miniature .online-only.discount-percentage,
    .product-miniature .product-miniature .pack.discount-percentage,
    .product-miniature .product-miniature .product-flags .new.discount-percentage {
        z-index: 2;
        background: #ff4402;
        top: auto!important;
        bottom: 30px;
        left: 5px;
        padding: 5px 5px;
        min-width: 50px;
        min-height: 30px;
        font-family: 'Lato';
        font-weight: 100;
        font-size: 17px;
        box-shadow: none;
    }
    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {
        font-size: 15px;
        font-family: 'GoodTimes';
        font-weight: 100;
        bottom: inherit;
        position: relative;
        color: #AAA;
    }
    #product .product-information iframe{
        max-width: 100%;
        height: auto;
    }
    #product .product-prices .product-price{
        display: flex;
        align-items: baseline;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    #product .product-prices div{
        margin-bottom: 0.1rem;
    }
    #product .product-prices{
        margin-top: 0.55rem;
    }
    #product .product-discounts{
        margin-bottom: 0.5rem;
    }
    #product .product-minimal-quantity{
        margin-bottom: 2px;
    }
    #product #product-quantity{
        margin-bottom: 5px;
    }
    .product-information .product-unavailable, #product-quantity .product-available{
        margin-bottom: 5px !important;
    }
    #product .product-information{
        padding: 5px 0;
    }
    #product .tabs{
        padding: 0px;
        border-top: none;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #product .tabs .nav-tabs .nav-item{
        width: 100%;
    }
    #product .tabs .nav-tabs .nav-link{
        padding: 10px 20px;
    }
    #product .product-information{
        margin-bottom: 0px !important;
        padding: 10px 0 !important;
    }
    #product .banner{
        border-top: none !important;
        padding-top: 5px !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    #productCommentsBlock .products-section-title,
    .home_blog_post h3.page-heading,
    .featured-products .products-section-title,
    .product-accessories .products-section-title,
    #box-ultimas-noticias .products-section-title{
        margin-bottom: 20px;    
    }
}

#product .breadcrumb li:last-child
{
    display: none;
}
    
#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    max-width: 100%;
}


/* *****  FIN Caja del listado de productos ***** */


/* *****    SUBCATEGORIAS TIENDA * *****/

.subcategory-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.subcategory-item {
    padding: 20px;
    text-align: center;
}


/* *****  FIN  SUBCATEGORIAS TIENDA * *****/


/* ***** FICHA PRODUCTO * ******/

#product .product-reference,
#product .product-manufacturer {
    display: inline-block;
}

#wrapper .breadcrumb {
    background: #F6F6F6;
    padding: 10px 0;
}

#wrapper .breadcrumb ol {
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #FFF;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
}

#wrapper .breadcrumb li:after {
    /*content: "";*/
}

#wrapper .breadcrumb li a {
    color: #777;
    font-size: 14px;
}

@media (max-width: 768px) {
    #wrapper .breadcrumb li a {
        font-size: 11px;
    }
}


/****** TITULO *******/

.title-with-manufacturer {
    min-height: 120px;
}

.title-with-manufacturer #product-name-title {
    top: 20px;
    position: relative;
}

#product-name-title {
    font-family: 'GoodTimes';
}

.product-cover img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .product-brand{
        text-align: center;
    }
    /****** TITULO *******/
    .title-with-manufacturer {
        min-height: auto;
        border-top: 1px solid #DEDEDE;
    }
    .title-with-manufacturer #product-name-title {
        top: 0px;
        position: relative;
    }
    .product-quantity #quantity_wanted {
        width: 2.5rem;
    }
    .product-actions .add-to-cart {
        font-size: 13px;
    }
    #products .product-miniature .discount-percentage,
    #products .product-miniature .on-sale,
    #products .product-miniature .online-only,
    #products .product-miniature .pack,
    #products .product-miniature .product-flags .new,
    .featured-products .product-miniature .discount-percentage,
    .featured-products .product-miniature .on-sale,
    .featured-products .product-miniature .online-only,
    .featured-products .product-miniature .pack,
    .featured-products .product-miniature .product-flags .new,
    .product-accessories .product-miniature .discount-percentage,
    .product-accessories .product-miniature .on-sale,
    .product-accessories .product-miniature .online-only,
    .product-accessories .product-miniature .pack,
    .product-accessories .product-miniature .product-flags .new,
    .product-miniature .product-miniature .discount-percentage,
    .product-miniature .product-miniature .on-sale,
    .product-miniature .product-miniature .online-only,
    .product-miniature .product-miniature .pack,
    .product-miniature .product-miniature .product-flags .new {
        left: 0px;
    }
}


/**** REFERENCIA ****/

#product-reference {
    font-size: 13px;
    margin-top: 10px;
}

#product .product-prices-actions {
    margin-top: 15px;
    border-top: 1px solid #DEDEDE;
}

#product-quantity {
    font-size: 13px;
    margin-bottom: 20px;
}


/* DISPONIBILIDAD SI */

#product-availability .product-available {
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    background: #ff4402;
    color: #FEFEFE;
}


/* DISPONIBILIDAD NO */


.product-information .product-unavailable,
#product-quantity .product-available {
    font-size: 20px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    background: #FEFEFE;
    border: 3px solid #ff4402;
    color: #ff4402;
}

.product-unavailable {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    background: #d0d0d0;
    color: #FEFEFE;
}

#product-reference .product-reference-title,
#product-quantity .product-reference-title {
    font-weight: 600;
}

.product-reference-value.reference {
    margin-right: 20px;
}

.product-price .current-price {
    font-size: 30px;
    color: #232323;
    font-family: 'GoodTimes';
    display: inline-block;
    margin-bottom: 0;
}

.product-discount {
    display: inline-block;
}

.product-prices .tax-shipping-delivery-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    font-family: 'Lato';
}

.exclusive-medium {
    font-size: 17px;
    padding: 0;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    text-shadow: 1px 1px white;
    cursor: pointer;
}

.exclusive-medium span {
    border: 1px solid;
    border-color: white;
    display: block;
    padding: 9px 10px 11px 10px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

.product-information ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.product-description ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.product-actions .add-to-cart {
    font-family: 'GoodTimes';
}


/* BOX VALIDO PARA */

#BoxOptionsProduct {
    max-height: 215px;
    overflow-y: auto;
}


/* BOTONES THUMBS */

.scroll-box-arrows i {
    top: 370px;
}

@media (max-width: 992px) and (min-width: 769px) {
    .scroll-box-arrows i {
        top: 230px;
    }
}

@media (max-width: 768px) {
    .scroll-box-arrows i {
        top: 470px;
    }
}

@media (max-width: 490px) {
    .scroll-box-arrows i {
        top: 470px;
    }
}

@media (max-width: 450px) {
    .scroll-box-arrows i {
        top: 450px;
    }
}

@media (max-width: 400px) {
    .scroll-box-arrows i {
        top: 450px;
    }
}

@media (max-width: 350px) {
    .scroll-box-arrows i {
        top: 420px;
    }
}

#product-availability {
    color: #FF4402;
    font-weight: 100;
    font-family: 'Lato';
}

#product-availability .product-last-items,
#product-availability .product-unavailable,
#product-availability .product-available {
    color: #FF4402;
    font-size: 24px;
    padding: 0px;
    text-align: center;
    background: #FFF;
}

.social-sharing ul {
    width: 100%;
    text-align: center;
}

.social-sharing ul img {
    vertical-align: inherit;
}

.product-reference-title {
    font-weight: 600;
}

.has-discount .discount {
    background: #FF4402;
    right: 0;
    font-size: 18px;
    font-family: 'GoodTimes';
    margin-top: 0;
    margin-left: 0;
}

li.product-flag.new,
.featured-products .product-miniature .product-flags .new {
    background: #21a5e3;
    left: 0;
    font-size: 11px;
    font-family: 'GoodTimes';
    margin-top: 0;
}

#product .product-information {
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

#product .product-information p:last-child {
    margin-bottom: 0px;
}

#product #block-reassurance {
    box-shadow: none;
    background: #F6F6F6;
    margin-top: 20px;
}

#product #block-reassurance ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

#product #block-reassurance li {
    border: none;
    display: inline-block;
}

#block-reassurance li .block-reassurance-item {
    padding: 10px;
}

#product #block-reassurance span {
    font-weight: 600;
    font-size: 13px;
    color: #666;
}

#product .banner {
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

#product .banner img {
    box-shadow: none;
}

#product .product-banners-mobile {
    display: none;
}

#product .product-banners .product-banner {
    padding: 0px;
    margin-bottom: 20px;
}

#product .product-banners .product-banner img {
    max-width: 100%;
}

@media (max-width: 768px) {
    #product .product-banners {
        display: none;
    }
    #product .product-banners-mobile {
        display: block;
    }
    #product .product-banners-mobile .product-banner-mobile {
        padding: 0px;
    }
    #product .product-banners-mobile .product-banner-mobile:last-child {
        margin-bottom: 20px;
    }
    #product .product-banners-mobile .product-banner-mobile img {
        max-width: 100%;
    }
}


/* ***** FIN FICHA PRODUCTO * ******/


/* ***** BUSCADOR **** */

.search-widget {
    float: right;
    vertical-align: middle;
}

.header-nav .search-widget form button[type=submit] {
    right: 0px;
}

.header-nav .search-widget form input[type=text] {
    min-width: 260px;
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .header-nav .search-widget form input[type=text] {
        min-width: 240px;
    }
    .header-nav .search-widget form button[type=submit] {
        right: -25px;
    }
}

@media (max-width: 992px) {
    .header-nav .search-widget form input[type=text] {
        position: absolute;
        min-width: 230px;
        left: -70px;
    }
    .header-nav .search-widget form button[type=submit] {
        right: -25px;
    }
}


/* ***** FIN BUSCADOR **** */


/**************** Product listing add2cart *******************/

.atc_qty {
    display: inline-block;
    width: 40px;
    border: 1px solid #cecece;
    background: #FFF;
    padding: 10px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}

.atc_div {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.atc_div button {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    background-color: #ff4402;
    position: relative;
    box-shadow: none;
    font-family: 'GoodTimes';
}

.atc_div button:hover {
    color: #ff4402;
    background-color: #FFF;
    border: 2px solid #ff4402;
    height: calc(100% - 4px);
}

.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/**************** FIN Product listing add2cart *******************/


/**Breadcrumbs*/

.breadcrumb>ol>li:first-child {
    display: none !important;
}


/************* GALERIA DE INICIO ***********************/

@media (min-width: 768px) and (max-width: 991) {
    .carousel .carousel-item .caption {
        bottom: 65px;
        left: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199) {
    .carousel .carousel-item .caption {
        bottom: 80px;
        left: 90px;
    }
    .carrusel-index-2 .carousel .carousel-item .caption .caption-description p {
        font-size: 14px;
    }
    .carrusel-index-2 .caption h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .caption {
        bottom: 100px;
        left: 120px;
    }
}


/************* FIN GALERIA DE INICIO ***********************/


/************* NAVEGACION POR FACETAS **********************/

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.facet-label .custom-checkbox {
    float: left;
    display: inline-block;
    margin-right: 5px;
    top: -1px !important;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    display: inline;
}

#search_filters .facet .facet-label a .magnitude,
#search_filters_brands .facet .facet-label a .magnitude,
#search_filters_suppliers .facet .facet-label a .magnitude {
    display: none;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    max-height: 300px;
    overflow-y: auto;
}

#search_filters .facet .faceted-slider,
#search_filters_brands .facet .faceted-slider,
#search_filters_suppliers .facet .faceted-slider {
    max-height: none;
    overflow-y: initial;
}


/*****************   IMAGEN TITULOS   *******************/

.ckc-img-top-title {
    text-align: center;
}

.ckc-img-top-title img {}

#index-icons:before {
    content: '';
    position: relative;
    top: 20px;
    left: 52%;
    color: #000;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 20px #F6F6F6;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

#main .page-content,
#main .page-header {
    /*margin-top: 20px;*/
}


/*************** THEME CONFIGURATOR ************/

#htmlcontent_wrapper_top .wrapper-top-themeconfigurator {
    min-height: 600px;
    object-fit: cover;
}

@media (max-width: 992px) {
    #htmlcontent_wrapper_top .wrapper-top-themeconfigurator {
        min-height: 1000px;
    }
}


/**************** BUSCADORES****************/

#LlantasSearchCategory #buscador_llantas_container,
#SearchCustomCategory #buscador_repuestos_container {
    background: rgba(0, 0, 0, 0.7);
    min-height: 390px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#SearchCustomCategory .BoxSelects {
    background: none;
}

#LlantasSearchCategory #titulo_llantas,
#SearchCustomCategory #titulo_repuesto {
    padding: 15px 0px 10px;
    text-align: center;
    margin-bottom: 5px;
}

#LlantasSearchCategory #titulo_llantas p,
#SearchCustomCategory #titulo_repuesto p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'GoodTimes';
    margin: 0;
}

#LlantasSearchCategory #subtitulo_llantas,
#SearchCustomCategory #subtitulo_repuesto {
    padding: 15px 0px 10px;
    text-align: left;
}

#LlantasSearchCategory #subtitulo_llantas p,
#SearchCustomCategory #subtitulo_repuesto p {
    color: #ff4402;
    font-size: 14px;
    font-family: 'GoodTimes';
    margin: 0;
}

#LlantasSearchCategory.Principal .BoxSelects,
#SearchCustomCategory.Principal .BoxSelects {
    min-height: 270px;
}

#LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta,
#SearchCustomCategory.Principal #BoxGeneralSelects {
    padding-right: 35%;
}

#LlantasSearchCategory.Principal .boxSelectllantassearch select,
#SearchCustomCategory.Principal .boxSelectSearchCustom select {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
}

#LlantasSearchCategory.Principal .boxSelectllantassearch select[disabled],
#SearchCustomCategory.Principal .boxSelectSearchCustom select[disabled] {
    background: #DEDEDE;
    color: #999;
}

#LlantasSearchCategory.Principal .boxSelectllantassearch,
#SearchCustomCategory.Principal .boxSelectSearchCustom {
    width: 100%;
    margin-bottom: 12px;
}

#LlantasSearchCategory.Principal #botton_llantassearch,
#SearchCustomCategory.Principal #botton_searchcustom {
    padding-right: 35%;
}

#LlantasSearchCategory #botton_llantassearch input,
#SearchCustomCategory #botton_searchcustom input {
    color: #FFF;
    background: #ff4402;
    font-size: 15px;
    border: 3px solid #ffffff;
    padding: 5px 20px;
    cursor: pointer;
}

#LlantasSearchCategory #botton_llantassearch input.disabled,
#SearchCustomCategory #botton_searchcustom input.disabled {
    background: #CCC;
    cursor: no-drop;
}

@media (max-width: 1200px) and (min-width: 993px) {
    #LlantasSearchCategory.Principal #imagenSelector {
        width: 200px;
        bottom: 30px;
    }
    #SearchCustomCategory.Principal #imagenSelector {
        width: 200px;
        bottom: 60px;
    }
    #LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta,
    #SearchCustomCategory.Principal #BoxGeneralSelects {
        padding-right: 25%;
    }
    #LlantasSearchCategory.Principal #botton_llantassearch,
    #SearchCustomCategory.Principal #botton_searchcustom {
        padding-right: 25%;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    #LlantasSearchCategory .BoxSelects,
    #SearchCustomCategory.Principal .BoxSelects {
        background: none;
    }
    #LlantasSearchCategory #imagenSelector,
    #SearchCustomCategory #imagenSelector {
        display: block;
    }
    #LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta,
    #SearchCustomCategory.Principal #BoxGeneralSelects {
        padding-right: 30%;
    }
    #LlantasSearchCategory.Principal #botton_llantassearch,
    #SearchCustomCategory.Principal #botton_searchcustom {
        padding-right: 30%;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    #LlantasSearchCategory .BoxSelects,
    #SearchCustomCategory.Principal .BoxSelects {
        background: none;
    }
    #LlantasSearchCategory #imagenSelector,
    #SearchCustomCategory #imagenSelector {
        display: block;
    }
    #LlantasSearchCategory.Principal #imagenSelector,
    #SearchCustomCategory.Principal #imagenSelector {
        width: 210px;
        bottom: 25px;
    }
    #SearchCustomCategory.Principal #imagenSelector,
    #SearchCustomCategory.Principal #imagenSelector {
        width: 210px;
        bottom: 60px;
    }
    #LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta,
    #SearchCustomCategory.Principal #BoxGeneralSelects {
        padding-right: 25%;
    }
    #LlantasSearchCategory.Principal #botton_llantassearch,
    #SearchCustomCategory.Principal #botton_searchcustom {
        padding-right: 25%;
    }
}

@media (max-width: 575px) {
    #LlantasSearchCategory .BoxSelects,
    #SearchCustomCategory.Principal .BoxSelects {
        background: none;
    }
    #LlantasSearchCategory #imagenSelector,
    #SearchCustomCategory #imagenSelector {
        display: none;
    }
    #LlantasSearchCategory.Principal #BoxGeneralSelectsLlanta,
    #SearchCustomCategory.Principal #BoxGeneralSelects {
        padding-right: 0%;
    }
    #LlantasSearchCategory.Principal #botton_llantassearch,
    #SearchCustomCategory.Principal #botton_searchcustom {
        padding-right: 0%;
    }
}


/********** LLANTAS EN CATEGORIAS ************/

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #buscador_llantas_container {
    min-height: auto;
    padding-top: 10px;
    background-color: transparent;
    background-image: url('/modules/llantassearch/assets/img/llanta-filtro-individual.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #buscador_repuestos_container {
    min-height: auto;
    padding-top: 10px;
    background-color: transparent;
    background-image: url('/modules/searchcustom/assets/img/accesorio-filtro-individual.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#SearchCustomCategory #imagenSelector {
    bottom: 30px;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory {
    background-image: url('/modules/llantassearch/assets/img/bg-filtro.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .BoxSelects,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .BoxSelects {
    min-height: auto;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #titulo_llantas,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #titulo_repuesto {
    padding: 10px 0px 10px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 30px;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #titulo_llantas p,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #titulo_repuesto p {
    color: #ff4402;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .boxSelectllantassearch,
#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .firstSelect,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .boxSelectSearchCustom,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .firstSelect {
    width: 100%;
    margin: 0 0 5px;
}

#BoxSearchCustom_hookFiltersCategory .search_custom_category.BoxFirstSelect,
#BoxSearchCustom_hookFiltersCategory .search_custom_category {
    width: 18%;
    margin-left: 1%;
    padding-left: 10px;
    display: inline-block;
}

#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .BoxFirstSelect {
    background: transparent;
    min-height: auto;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .boxSelectllantassearch select,
#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .firstSelect select,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .boxSelectSearchCustom select,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .firstSelect select {
    width: 100%;
    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .boxSelectllantassearch select[disabled],
#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory .firstSelect select[disabled],
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .boxSelectSearchCustom select[disabled],
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory .firstSelect select[disabled] {
    background: #DEDEDE;
    color: #999;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #botton_llantassearch,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #botton_searchcustom {
    padding: 20px 0px 10px;
    text-align: left;
    position: relative;
    width: 100%;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #imagenSelector,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #imagenSelector {
    bottom: -105px;
    position: absolute;
    width: 160px;
    right: 0px;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #botton_llantassearch input,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #botton_searchcustom input {
    color: #FFF;
    background: #ff4402;
    font-size: 15px;
    border: 3px solid #ffffff;
    padding: 5px;
    width: 130px;
    cursor: pointer;
}

#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #botton_searchcustom input {
    margin-left: 10px;
}

#BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #botton_llantassearch input.disabled,
#BoxSearchCustom_hookFiltersCategory #SearchCustomCategory #botton_searchcustom input.disabled {
    background: #CCC;
    cursor: no-drop;
}

@media (max-width: 1200px) and (min-width: 993px) {
    #BoxLlantasSearch_hookFiltersCategory #LlantasSearchCategory #botton_llantassearch input {
        width: 115px;
    }
}

@media (max-width: 992px) {
    #BoxSearchCustom_hookFiltersCategory .search_custom_category.BoxFirstSelect,
    #BoxSearchCustom_hookFiltersCategory .search_custom_category {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*************** TABS FICHA PRODUCTO ************/

.tabs {
    border-top: 1px solid #DEDEDE;
    padding: 20px 0px 0px 0px;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
    margin-top: 20px;
}

.tabs .nav-tabs {
    background: #F6F6F6;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.tabs .tab-content {
    font-family: 'Lato';
    padding: 10px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.tabs .nav-tabs .nav-item {
    font-family: 'GoodTimes';
    color: #ff4402;
}

.tabs .nav-tabs .nav-link {
    padding: 20px 20px;
    color: #333;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 1px;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #ff4402;
    background: #ff4402;
    color: #FEFEFE;
    font-family: 'GoodTimes';
}


/********* FILTROS ***********/

#index-filters {
    position: absolute;
    width: 100%;
    margin-top: 20px;
}

#index-filters .page-heading {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 45px;
    font-weight: 100;
    font-family: 'GoodTimes';
}

#index-filters .page-heading .orange {
    text-align: center;
    font-size: 20px;
    color: #ff4402;
    margin-bottom: 45px;
    font-weight: 100;
    font-family: 'GoodTimes';
}


/********* MODAL QUICKVIEW ****************/

.quickview .valid-for-div {
    margin: 10px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    max-height: 140px;
    overflow-y: auto;
}

.quickview .valid-for-div p {
    margin-bottom: 5px;
    font-size: 13px;
}

.quickview .valid-for {
    font-size: 11px;
    text-transform: uppercase;
}


/* COMENTARIOS EN LISTADO DE PRODUCTOS */

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    color: #FF4402;
}

#products .comments_note .star_content,
.featured-products .comments_note .star_content,
.product-accessories .comments_note .star_content,
.product-miniature .comments_note .star_content {
    display: inline-block;
    position: relative;
    top: 3px;
}

#products .comments_note span,
.featured-products .comments_note span,
.product-accessories .comments_note span,
.product-miniature .comments_note span {
    font-size: 12px;
    font-family: 'GoodTimes';
}

#products .comments_note div.star_on,
.featured-products .comments_note div.star_on,
.product-accessories .comments_note div.star_on,
.product-miniature .comments_note div.star_on {
    zoom: 0.5;
    opacity: 0.8;
}

#products .comments_note div.star,
.featured-products .comments_note div.star,
.product-accessories .comments_note div.star,
.product-miniature .comments_note div.star {
    zoom: 0.5;
    opacity: 0.8;
}


/* COMENTARIOS EN FICHA DE PRODUCTO */

.product-additional-info .comments_note {
    width: 100%;
}

.product-additional-info .comments_note .star_content {
    display: inline-block;
    position: relative;
    top: 3px;
}

.product-additional-info .comments_note div.star_on {
    zoom: 0.5;
    opacity: 0.8;
}

.product-additional-info .comments_note div.star {
    zoom: 0.5;
    opacity: 0.8;
}

.product-additional-info .comments_note a {
    font-size: 10px;
    color: #FF4402;
    font-family: 'GoodTimes';
}

.product-additional-info .comments_note a:hover {
    color: #232323;
}

#product_comments_block_tab .no_comment {
    background-color: #ffd6c8;
    border-color: #ffaf94;
}


/* cambios menu */

@media (min-width: 768px) {
    .float-md-right {
        float: none!important;
        position: relative;
        margin: 0px !important;
    }
}

@media (min-width: 769px) {
    #header .top-menu .sub-menu.collapse {
        left: unset;
        margin: 0;
    }
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    /* padding: 0 .625rem .625rem 0; */
    padding: 0;
}

#jsLoginAuthPage,
#jsLoginAuthCreationPage {
    clear: both;
}


/*Cookie table cookies policy*/

.cookies-table {
    width: 100%;
    margin-bottom: 20px;
}

.cookies-table td,
.cookies-table th {
    border: 1px solid #ddd;
    padding: 3px 10px;
    text-align: left;
}

.cookies-table th {
    background-color: #FF4402;
    color: #fff;
    text-align: center;
}

.cookies-table .cookies-table-title {
    background-color: #eee;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px){
    #products .product-price-and-shipping .discount-percentage,
    .featured-products .product-price-and-shipping .discount-percentage,
    .product-accessories .product-price-and-shipping .discount-percentage,
    .product-miniature .product-price-and-shipping .discount-percentage{
        display: none !important;
    }
    #_mobile_top_menu{    
        height: calc(100vh - 195px);
        overflow: auto;
    }
    #cart .qty{
        min-width: 100px;
    }
}
#products .highlighted-informations .quick-view, 
.featured-products .highlighted-informations .quick-view, 
.product-accessories .highlighted-informations .quick-view, 
.product-miniature .highlighted-informations .quick-view{
    display: none !important;
}


.products .product-items {
  /* margin: 1px; */
}
@media (max-width: 768px) {

  .products .product-items {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 0!important
  }
  .product-items .product-description{
    width: 100%!important;
  }
  .product-items .price{
    font-size: 26px;
  }
}

.page-content.page-cms {
	padding:0px;
}

.page-content.page-cms ul {
	list-style:disc;
}

/* Hacer visible el botón de vista rápida */
.highlighted-informations .quick-view {
  display: inline-block !important;
  color: #fff;
  background-color: #007BFF;
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.slick-slide img {
  width: 100%;
}