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

.top-menu .sub-menu ul[data-depth="1"]>li {
    width: 200px;
    float: left;
    margin: 0 1.25rem;
    border-left: 1px solid #e2e2e2;
    padding-left: 10px;
}

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
    background-color: #c7a146;
}

#header .header-nav .blockcart {
    background: #000000;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}

#header {
    background: #fff;
    color: #fffbfb;
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #ffffff;
}



#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: #7a7a7a;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

#wrapper {
    background: #fff;
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.11);
    padding-top: 0;
}

#header .header-top .search-widget {
    float: none;
    position: absolute;
    top: -5px;
    right: 30px;
    border-radius: 5px;
}

@media (max-width: 767px){
    #header .header-nav {
    border-bottom: 3px solid #000000;
    max-height: 50px;
    margin-bottom: 0;
    background-color: #fafafa;
    }
    
    #wrapper{
        padding-top: 50px;
    }
    
    #header .header-top .search-widget {
    float: none;
    position: absolute;
    top: 5px;
    right: 20px;
    left: 20px;
    max-width: 90%;
    border-radius: 5px;
}
}




div#_desktop_logo {
    width: 280px;
    margin-top: -15px;
    padding-left: 30px;
}

#header .header-top {
    padding-bottom: 0;
}

@media (max-width: 767px){
#header .header-nav .top-logo {
    padding-top: 0;
}
}
.col-md-10.col-sm-12.position-static {
    width: 100%;
    text-align: center;
    background-color: #000;
    border-radius: 5px 5px 0 0;
}

ul#top-menu {
    margin-bottom: 0;
    margin-top: 0;
}

#header .header-top .menu {
    padding-left: 0;
    margin-bottom: 0;
}

#header .header-top a[data-depth="0"] {
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
}

#header .header-top a[data-depth="0"] {
    color: #fff;
}

li#lnk-accede-a-tu-cuenta {
    background-color: #880e37;
}

#mobile_top_menu_wrapper {
    padding: 45px 10px;
    background: #353535;
}

.block-category.card.card-block {
    text-align: center;
    height: 150px !important;
}

.btn-primary {
    color: #fff;
    background-color: #3f4040;
    border-color: transparent;
}

.search-widget form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 10px;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 2;
    background: #040404ba;
    text-align: center;
    width: 250px;
    height: 3.125rem;
    transition: bottom .3s;
}

#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view {
    color: #ffffff;
    font-size: 1rem;
}

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

.carousel .carousel-inner {
    height: auto;
}


#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 350px;
    width: 300px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 300px;
    bottom: 0;
    height: 70px;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 2;
    background: #040404ba;
    text-align: center;
    width: 300px;
    height: 3.125rem;
    transition: bottom .3s;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #c7a146;
    text-decoration: none;
}

div#onepagecheckoutps_step_one {
    max-width: 900px;
    margin: 20px auto;
}

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

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}



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

@media (min-width: 992px){
.container {
    width: 100%;
    max-width: 1480px;
}
}

@media (min-width: 768px){
.container {
    width: 100%;
    max-width: 1480px;
}
}

@media (min-width: 576px){
.container {
    width: 100%;
    max-width: 1480px;
}
}


#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
    text-align: center;
    font-size: 1.7rem;
    padding: 10px;
    max-width: 90%;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 3rem;
    border-bottom: 5px solid #880e37;
}

@media (max-width: 576px){
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 250px;
    width: 180px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 180px;
    padding: 0 10px;
    bottom: 0;
    height: 90px;
}
}

#wrapper .breadcrumb {
    background: transparent;
    padding: 50px 0 40px;
    max-width: 90%;
    margin: 0 auto;
}

.top-menu a[data-depth="0"] {
    font-weight: 100;
    padding: .1875rem .625rem .375rem;
}

p.text-sm-center {
    background-color: black;
    padding: 20px 0;
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0;
}

p.text-sm-center a
{
    color: #c7a146;
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: .9375rem;
    margin-left: 20px;
}

.product-price {
    color: #c7a146;
    font-size: 1.5rem;
    display: inline-block;
}

.tabs .nav-tabs .nav-link.active {
    color: #c7a146;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #c7a146;
}

.row.product-container {
    max-width: 90%;
    margin: 0 auto;
}

.footer-container {
    margin-top: 2rem;
    padding-top: 2rem;
    overflow: hidden;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.3);
}