@media (max-width:420px) {     
    .uk-grid > div.sided-card .list-product-card__content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -15px; 
        padding: 0;
        list-style: none;
        align-items: center;

    }
    .uk-grid > div.sided-card .list-product-card__content--image {
        width: 40%;
        box-sizing: border-box;
        max-width: 100%;
        padding-left: 15px
    }
    
    .uk-grid > div.sided-card .list-product-card__content--data {
        width: 60%;
        box-sizing: border-box;
        max-width: 100%;
        text-align: left;
        padding-left: 15px;
        flex-direction: column-reverse;
        display: flex
    }
    .uk-grid > div.sided-card .list-product-card__content--data .list-product-name {
        text-align: left;
        margin-bottom: 5px;
        padding: 0
    }
    .uk-grid > div.sided-card .list-product-card__content--data .list-product-price {         
        padding-left: 0;
        text-align: left;
        justify-content: left;        
        padding-top: 0;     
        font-size: 20px    
    }
    .uk-grid > div.sided-card .list-product-card__content--data .list-product-price {
        background: none
    }
    .uk-grid > div.sided-card .list-product-card__content--data .cta-button {
        display: none
    }
     
}


@media (min-width:420px) and (max-width: 640px) {
    .uk-grid > .list-product-card {
        width: 50%
    }   
    
}


@media (max-width: 480px) {
    html {
        font-size: 14px;
        line-height: 1.3
    }
    #store-slideshow .uk-overlay {
        padding:  0 10px
    }
    #store-modal .cart-modal-inner-wrap {
        align-items: center;
        display: flex;
    }
    #store-modal .cart-modal-quantity-form {
        padding-left: 10px;
    }
    #store-modal .cart-modal-quantity-name {
        font-weight: 700;
        margin: 0;
        max-width: none;
        padding: 0 0 10px;
        text-align: left;
        }
    #store-modal .sfy-modal-dialog {
        width: 100%
    }
    .store-categories-menu.uk-nav a {
        padding-bottom: 8px;
        padding-top: 8px;
    }
    #off_canvas_mobile_menu .uk-nav-sub a {
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 15px
    }    

}

@media  (max-width:640px) {
    .tabs\@s .product-tabs-nav,
    .tabs\@s .product-tabs-content-name {
        display: none;
    }
    .tabs\@s .product-tabs-content #product-tabs > li {
        display: block!important;
        margin-bottom: 50px;
    }
    .list-product-card  .list-product-price {
        padding-top: 5px;
        padding-bottom: 5px
    }
    #mobile-product-name-bar {
        z-index: 5;
        position: fixed;
        line-height: 1;
        top: 112px;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #FFF;
        z-index: 990;
        opacity: 0;
        transition: .35s;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box; 
        pointer-events: none       
    }
    #mobile-product-name-bar::after {
        position: absolute;
        height: 50px;
        content: '';
        display: block;
        left: 0;
        right: 0;
        bottom: 0px;
        pointer-events: none;
        box-shadow: 0px 17px 10px -23px;    
        transition: .35s;
        opacity: 0;
    }
    
    #mobile-product-name-bar .product-name {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1;
    }
    
    .fast-buy-bar {
        background: #fff;
        height: 50px;   
        left: 0;
        right: 0;
        position: fixed;
        bottom: 0;
        z-index: 990;
        opacity: 0;
        transition: .35s;
        pointer-events: none
    }
    #product-details-section.uk-scrollspy-inview .fast-buy-bar,
    #product-details-section.uk-scrollspy-inview  #mobile-product-name-bar {
        opacity: 1; 
        pointer-events: all    
    }
     
    #product-details-section.uk-scrollspy-inview  #mobile-product-name-bar::after {
        opacity: 1; 
    }

     
    
}


@media (min-width: 961px) and (max-width:1040px) {
    #home-featured-products-wrapper .cart-icon,
    #related-products .cart-icon {
        display: none
    }
}
@media (max-width: 960px) {
    .store_slideshow_collection.uk-overlay-panel {
        padding-left: 90px;
        padding-right: 90px;
    }
    #home-featured-products .intro-column {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

}

@media (max-width: 768px) {
    #store-header {
    	height: 72px;
    }
    #store-logo {
        width: 160px
    }
    #top-bar .uk-container {
        padding-left: 0;
    }
    .hamburguer {
        display: block;
    }
    .store-header-inner-wrapper > div {
        justify-content: center!important;
    }
    .store_slideshow_collection.uk-overlay-panel {
        padding:10px 35px
    }
    .store_slideshow_collection.uk-overlay-panel .uk-h1 {
        font-size: 22px;
        line-height: 110%;
    }
    .store_slideshow_collection.uk-overlay-panel .uk-text-large {
        font-size: 14px;
        line-height: 110%;
    }

    .wrap-product-data {
         
    }

    .main-content-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #register-form-wrap {
        padding: 25px;
    }

    #related-products .uk-slidenav {
        display: block;
    }
     
    #by-tiendup {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    #copyrigth {
        display: block;
    }
    .category-page .uk-sticky-placeholder {
        height: auto!important
    }
    #product-slider .uk-slidenav-previous {
        display: block;
        left: 0
    }
    #product-slider .uk-slidenav-next {
        display: block;
        right: 0
    }
    .wrap-product-data {
         
    }
    #product-tabs > li {
        padding-left: 0;
        padding-right: 0
    }
    /*====featured-products-widget*/
    #featured-products-widget .uk-tab-center {
    	text-align: center;
    }
    #featured-products-widget .uk-tab-center li  {
    	display: inline-block;
        float: none;
        margin-top: 2px;
    }

}


/* Phone and bigger */
@media (min-width: 480px) {
 
}
/* Tablet and bigger */
@media (min-width: 640px) { 
    .list-product-card .list-product-name {
        text-align: left
    }
    .sort-by {
        display: block
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {

}
/* Large screen and bigger */
@media (min-width: 1200px) {
    


}
