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


 @media (max-width: 768px) {
.carousel .carousel-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100%;
 }
}



#_desktop_top_menu .top-menu[data-depth="0"]>li .popover {
    position: relative;
    clear:both;
    top: 0px !important;
}

#_desktop_top_menu .popover.sub-menu ul {
    position:absolute;
    background: white;
    border-top: 1px solid #cacaca;
   border-bottom: 1px solid #cacaca;
}


#_desktop_top_menu .popover.sub-menu ul::before {
   content: " ";
   background: #fff;
   width: 100vw;
   height: 100%;
   right: 100%;
   top: -1px;
   position: absolute;
   border-top: 1px solid #cacaca;
   border-bottom: 1px solid #cacaca;
   box-sizing: content-box;
}
#_desktop_top_menu .popover.sub-menu ul::after {
   content: " ";
   background: #fff;
   width: 100vw;
   height: 100%;
   left: 100%;
   top: -1px;
   position: absolute;
   border-top: 1px solid #cacaca;
   border-bottom: 1px solid #cacaca;
   box-sizing: content-box;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    margin: 0px;
}

#_desktop_top_menu .popover.sub-menu {
    border: 0px;
}
#_desktop_top_menu .popover.sub-menu:before, #_desktop_top_menu .popover.sub-menu:after {
    display: none;
}

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

@media (max-width: 991px) {
    .carousel .carousel-item img {
        max-width: 100%;
    }
}


#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title, .products-row .product-title {
    align-items: flex-start;
}

@media (max-width: 767px) {
    header nav .mobile {
        display:block !important;
    }
}

@media (max-width: 767px) {
#header .header-top .icofont-search-1 {
    font-size: 18px;
    color: #1C1C1C;
    z-index: 2;
    position: absolute;
    right: 18px;
    top: 4px;
}
#header .header-nav > .container {
    background: #FFFFFF;
    position: relative;
    top: 28px;
    height: 78px;
    line-height: 78px;
    z-index: 1;
    color: #1C1C1C;
    margin: 0px;
    width: 100%;
}
#header .header-nav .account.btn {
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border: 0px;
    position: absolute;
    left: 60px;
    top: 30px;
    font-size: 18px;
}
#header .header-nav #menu-icon {
    position: relative;
    top: -30px;
}
#header .header-nav .blockcart {
    position: absolute;
    top: 0px;
    right: 60px;
    background: transparent !important;
}
#header .header-nav .blockcart .cart_block {
    display: none;
}
#header .header-nav .blockcart .cart-products-count {
    background-color: #95DE7B;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 6px;
    line-height: 6px;
    height: 16px;
    width: 16px;
    display: block;
    line-height: 16px;
    position: relative;
    bottom: 40px;
    right: -10px;
    text-align: center;
}
#header .header-nav .blockcart .icofont-cart {
    color: #1C1C1C !important;
    font-size: 18px;
}
#header .header-nav .top-logo a img {
    position: absolute;
    left: calc(50% - 25px);
}
}

@media (max-width: 991px) {
.carousel .carousel-item img {
    max-width: 100%;
    min-height: auto;
    }
}

#checkout #collapseOne .help-block a {
    text-decoration: underline;
}

#featuredproduct-btn .point {
    background: #cdcdcd;
}

#checkout .velo-location-list > ul > li > table {
    width: auto !important;
}

#header .header-top #category-2003 a {
    color: #c44a33; 
    font-weight: bold;
}

#header .header-top #lnk-rebajas-x- a {
    color: #c44a33; 
    font-weight: bold;
}

.page-cms .linea .masonry img {
    padding: 5px;
}

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

#header .header-top #category-10008 a[data-depth="0"] {
    font-weight: bold;
}


#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, .products-row .thumbnail-container {
    height: 428px;
}

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail, .products-row .thumbnail-container .product-thumbnail {
    height: calc(100% - 110px);
}

#products .thumbnail-container .carticon, .featured-products .thumbnail-container .carticon, .product-accessories .thumbnail-container .carticon, .product-miniature .thumbnail-container .carticon, .products-row .thumbnail-container .carticon {
    top: 20px;
}

.videowrapper169 {
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
}