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

/* general */
body{
    color: #5a5a5a;
}
.descripcion-corta p {
    font-size: 15px;
    color: #000;
}
.tabs .product-description h3{
    margin-bottom: 30px;
}
.tabs .product-description p{
    font-size: 15px;
    color: #000;
}
#ybc_blog_page .owl-carousel .ybc-blog-related-posts-list-li {
    padding-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}
#ybc_blog_page .ybc_related_products_type_carousel .owl-item > li{
    padding-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}
#product .ybc-blog-related-posts .ybc-blog-related-posts-list-li {
    flex: 0 0 100%;
    max-width: 100%;
}
.header-login-content .custom-checkbox em{
    display: inherit !important;
}
#custom-text {
    text-align: right;
    margin-right: 10px;
    color: #fff;
}
#index #content-wrapper .ybc_block_slider .owl-item>li{
    flex: 0 0 100%;
    max-width: 100%;
}
.block-social ul{
    display: inline-flex;
}
.block-social ul li{
    padding: 15px;
}
.block-social li a{
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-indent: 9999px;
}
.errortit{
    text-align: center;
    font-size: 18px !important;
    margin:0 0 30px 0 !important;
}
.pagination span {
    display: block;
    color: #b1b1b1;
    font-weight: 300;
    padding: 10px 8px;
    min-width: 38px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: 2px solid #fff;
}
#custom-text span{
    margin: 0 5px;
}
#header .nav-full-width{
    background: #5b5a5d;
    padding: 5px;
}
#ybc_blog_page .page-heading .title_cat{
    font-size: 33px;
}
.blog-extra-facebook-share li a{
    height: 31px;
    width: 31px;
    min-width: initial;
    border-radius: 50%;
}
.tmsearch-inner-row .quantity{
    display: none;
}
.tmsearch-alllink a {
    display: inline-block;
    background: #006024;
    padding: 7px 20px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
}
.tmsearch-alllink a:hover{
    background: #193824;
    color: #fff;
}
.tmsearch-alllink {
    width: 100%;
    text-align: center;
}
#pagenotfound #main .page-header{
    display: none;
}
.pagina-sin-productos h2.h3{
    text-align: center;
    margin-bottom: 0 !important;
}
.pagina-sin-productos #products{
    margin-top: 0 !important;
}
.transport {
    background-color: #006024;
    color: #fff;
}
.transport p {
    margin: 5px;
    padding: 0;
}
#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget{
    max-width: 100%;
    flex: 0 0 100%;
}
.bx-wrapper .bx-has-controls-direction{
    display: none;
}
.bx-wrapper .bx-wrapper .bx-has-controls-direction{
    display: block;
}
.page-content.page-not-found .category-products .col-lg-6{
    max-width: 100%;
    flex: 0 0 100%;
}
.page-content.page-not-found *{
    text-align: center;
}
.page-content.page-not-found .category-block, .page-content.page-not-found .category-products {
    margin-top: 0;
}
.page-content.page-not-found .category-block .category{
    display: none;
}
.category-block:after{
    display: none;
}

.tab-content > #attachments.tab-pane {
    display: block;
}

/* colapsar categoria */

#category h1{
    font-size: 35px;
}

#module {
}

#module div.collapse[aria-expanded="false"] {
  display: block;
  height: 113px !important;
  overflow: hidden;
}

#module div.collapsing[aria-expanded="false"] {
  height: 40px !important;
}

#module a[aria-controls="collapse"]{
    margin-top: 15px;
    background: #066023;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
}
#module a.collapsed:after {
  content: '+ Mostrar más';
}

#module a:not(.collapsed):after {
  content: '- Mostrar menos';
}
/* fin colapsar categoria */

.block-category{
    min-height: inherit;
}
.brand_link{
    background: #f19700;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
}
.brand_link:hover{
    background: #b97400;
    color: #fff;
}
#manufacturer .manufacturer-logo{
    margin: 0 auto;
    display: block;
}
.no-found-page{
    margin: 0 auto;
    max-width:
}
#pagenotfound .page-content #search_widget {
    width: 100%;
    max-width: 100%;
}
#pagenotfound  .h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#pagenotfound .page-not-found, #products .page-not-found{
    box-shadow: none;
    max-width: inherit;
}
#pagenotfound .category-products{
    margin-top: 0;
}
#manufacturer .brand .brand-img{
    margin-right: 0;
}
#blockcart-modal .modal-dialog{
    position: absolute;
    top: 0;
    left: initial;
    transform: translate(0%,0%);
    margin: 0;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    right: 0 !important;
}
#blockcart-modal {
    color: #262626;
    background: rgba(0,0,0,.4);
}
#blockcart-modal .modal-content{
    height: 100vh;
}
#blockcart-modal .modal-header{
    padding: 55px 15px 10px 15px;
}
#blockcart-modal .modal-body{
    padding: 18px 15px 34px;
}
#blockcart-modal .modal-footer{
    padding: 34px 15px 10px;
}
#blockcart-modal .cart-content-btn .btn {
    width: 100%;
    margin: 0 0 10px;
}
#blockcart-modal .cart-content p{
    font-size: 13px;
}
#blockcart-modal .cart-products-count, #blockcart-modal .modal-title{
    font-size: 17px;
}
.product-quantities{
    display: none;
}
#tmsearch-wrap #tmsearchbox select{
    display: none;
}
#category section#products{
    margin-top: 0;
}
#cookiesplus-bas .h1, #cookiesplus-advanced .h1{
    font-size: 20px;
}
.cookiesplus-modal .modal-body{
    padding: 0;
}
#cookiesplus-bas .card-block{
    padding: 0 15px;
    border:0;
}
#search_filters .facet .facet-label .custom-checkbox{
    top: 2px !important;
}
#search_filters .facet .facet-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: #000;
    border-bottom: 1px solid;
}

#index .featured-products{
    margin-bottom: 70px;
}
#index #home2 .featured-products{
    margin-bottom: 70px;
    max-width: 1350px;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
}
#index .block.ybc_block_latest {
    margin-top: 120px;
}
.products .highlighted-informations .input-group-btn-vertical .btn{
    min-width: 20px !important;
    height: 21px;
}
.quick-view2{
    font-size: 12px !important;
    color: #fff !important;
    width: 100%;
}
.block-category .category-cover img+.content{
    position: initial;
    transform: none;
    width: 100%;
}
.block-category .category-cover img+.content h2{
    padding: 17px 0;
}
/*#cart .products .product-quantity .input-group-btn-vertical .btn i{
    line-height: 13px;
}
#cart .hiaddtocart .bootstrap-touchspin input.hi-quantity {
    height: 2.75rem;
    width: 2.5rem;
    border: 1px solid #f5f5f5;
}*/
#cart .qty input[type=number]{
    width: 55px;
}
#products .btn.btn-primary.add-to-car, .products .btn.btn-primary.add-to-cart{
    font-size: 11px;
}
.hiaddtocart{
    box-shadow: none;
}
.footer-container li.instagram{
    margin: 0 0 0 25px;
    width: 30px;
    height: 30px;
}
.social-sharing .h4 {
    font-size: 16px;
}
.imagencategoria{
    display: block !important;
    width: 22px !important;
    float: left;
    margin-right: 5px;
}
.category-id-74 .imagencategoria, #index .imagencategoria{
    display: none !important;
}
#manucarousel{
    margin-top: 90px !important;
}
#tmhtmlcontent_home .tmhtmlcontent-home .item-html h1, #tmhtmlcontent_home .tmhtmlcontent-home .item-html h2, #tmhtmlcontent_home .tmhtmlcontent-home .item-html h3, #tmhtmlcontent_home .tmhtmlcontent-home .item-html p{
    color: #fff;
    text-shadow: 0px 0px 20px #000;
}
#tmhtmlcontent_home .tmhtmlcontent-home .item-html h1{
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
#tmhtmlcontent_home .tmhtmlcontent-home .item-html h2{
    font-size: 35px;
    margin: 20px;
}
.rd-parallax-layer-holder {
    background: rgba(0,0,0,.3);
}
.rd-parallax-layer .container{
    padding-left: 70px;
    padding-right: 70px;
}
.facetsimage {
    max-width: 20px;
    border-radius: 50%;
}
.default-menu .is-megamenu ul.content > li a img{
    border-radius: 50%;
    width: 22px;
    height: 22px;
}
.category-block .category .h2{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.category-block .category .h2{
    font-size: 20px;
}
.products-section-title{
    font-weight: 400;
    color: #262626;
    letter-spacing: 0;
    font-size: 1.875rem;
}
.owl-carousel .owl-item img{
    height: auto;
}
/* naranja #f19700 verde #006024 */
/* cambio colores */
.color-primary{
    color: #f19700;
}
#tmsearch-wrap .button-search{
    background: #006024;
}
.default-menu>ul>li.color-primary>a {
    color: #f19700;
}
.btn-primary {
    background: #006024;
}
.product-flags .new span, .product-flags .on-sale span, .product-flags .online-only span, .product-flags .pack span{
    background: #f19700;
}
.price {
    color: #006024;
}
.ui-to-top{
    color:#006024;
}
.dropdown.show .expand-more, .dropdown:hover .expand-more{
    color: #006024;
}
.dropdown-menu li.current .dropdown-item{
    color: #006024;
}
#_desktop_user_info div.current.active a, #_desktop_user_info div.current a:hover, #_mobile_user_info div.current.active a, #_mobile_user_info div.current a:hover{
    color: #006024;
}
a:focus, a:hover{
    color: #006024;
}
.has-discount.product-price, .has-discount p {
    color: #006024;
}
.footer-container li a:hover{
    color: #f19700;
}
.homeslider_tabs li a{
    background: hsla(0, 0%, 17%, 0.7);
}
.homeslider_tabs li a:before{
    background: #000;
}
.homeslider_tabs li.homeslider_here a, .homeslider_tabs li a:hover {
    background: #1f1f1f;
}
/* cabecera */
#header .header-top{
    padding: 19px 0 17px;
    background: #f19700;
}
.default-menu > ul > li > .top-level-menu-li-span, .default-menu > ul > li > a{
    color: #fff;
    font-size: 16px;
}
.default-menu > ul > li.color-primary > a {
    color: #006024;
}

/* slider */
.homeslider .caption .h2{
    font-size: 79px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    display: block;
}
.homeslider .caption .h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin: 0;
    display: block;
}
.homeslider .caption .h4{

    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .025em;
    margin: 0;
    text-transform: none;
    display: block;
}
.tmhtmlcontent-topColumn .item-html .h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
    margin: 0;
    text-transform: uppercase;
}
#products .product-description .h3, .featured-products .product-description .h3, .product-miniature .product-description .h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    text-transform: none;
    color: #262626;
}
.product-information h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.product-manufacturer{
    margin-bottom: 15px;
}
.fpg_info.anim-all-100{
    display: none !important;
}
/* footer */
#footer{
    background: #181818;
    padding-top: 0px;
}
.container.footer-news {
    background: #111;
    padding: 50px 0 30px;
}
.footer-container {
    padding-top: 30px;
}
#footer .block_newsletter {
    flex: 0 0 50%;
    margin: 0 auto;
}
#footer .block_newsletter h3{
    color: #f19700;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.form-n .input-wrapper {
    display: flex;
}
.aler p {
    color: #a5a5a5;
}
#footer .block_newsletter .row{
    display: block;
}
#footer .block_newsletter .col-12{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.footer-container .copyright{
    border-top: 1px solid #424240;
    margin-top: 15px;
    padding-top: 15px;
}
.footer-container .links ul li{
    display: block;
    color: #b1b1b1;
}
.footer-container li{
    margin-bottom: 0px;
}
.footer-container li a{
    font-size: 12px;
}
.footer-container .h4{
    color: #f19700;
    margin-bottom: 15px;
    display: block;
    font-size: 17px;
}
.block-social{
    margin-top: 13px;
}
.footer-container .links {
    margin-top: 13px;
}
.block-social li{
    margin: 0 0 0 15px;
}
.block-payicons{
    border-top: 1px solid #8d8d8c;
    border-bottom: 1px solid #8d8d8c;
    padding: 20px;
    margin-top: 20px;
}
.block-payicons img{
    margin: 0 auto;
    display: block;
}
.block-text-footer {
    text-align: center;
    margin-top: 25px;
}
.color1 {
    color: #f19700;
    font-weight: bold;
}
.cuenta{
    display: block;
    margin-left: 10px;
}
#_desktop_user_info div.current a, #_mobile_user_info div.current a{
    display: flex;
    align-items: center;
}
#manufacturer li.brand{
    float: left;
    width: 33%;
    text-align: center;
}
#manufacturer li.brand .brand-img{
    float: none;
    max-width: initial;
}
.product-add-to-cart {
    margin-top: 15px;
}
.sumar {
    display: inline-block;
    margin-bottom: 10px;
}
.sumar li{
    float: left;margin-right: 5px;
}
.sumar li button{
    width: 35px;
    border: 3px solid #cacaca;
    padding: 6px;
}
.sumar li button:hover{
    border: 3px solid #006024;
}
.sumar li button.sumactivo{
    border: 3px solid #006024;
}
.product-manufacturer span{
    font-weight: bold;
}

      .qty input[type=number] {
        /*for absolutely positioning spinners*/
        position: relative;
        padding: 10px;
        padding-right: 25px;
      }

      .qty input[type=number]::-webkit-inner-spin-button,
      .qty input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
      }

      .qty input[type=number]::-webkit-outer-spin-button,
      .qty input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button !important;
        width: 35px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 5px;
      }


/* General */



@media (min-width: 1200px){
    .homeslider .caption h2 {
        font-size: 79px;
    }
}
@media (max-width: 991px){
    .default-menu > ul > li > a{
        color: #333;
    }
    #search_filters .facet .facet-title{
        border-bottom: 0;
        font-size: 14px;
        padding: 0 !important;
    }
    #category #left-column #search_filters .facet .collapse{
        margin-top: 15px;
    }
    #js-product-list-top{
        margin-top: 15px;
    }
    .cuenta{
        display: none !important;
    }
    #manufacturer li.brand{
        float: inherit;
        width: 100%;
        text-align: center;
    }
    .highlighted-informations{
        display: none;
    }
    .block-category img {
        width: 65px;
        height: auto;
        max-width: 100%;
        margin: 20px auto 0;
        display: block;
    }
}
@media (min-width: 1550px){
    #wrapper .breadcrumb {
        margin-bottom: 49px !important;
    }
}

.custom-checkbox{
    display: flex;
}