/*
 * responsive.css — combinat din 6 fisiere breakpoint
 * OpenCart 3.0.3.8
 *
 * Breakpoints:
 *   XS  : max-width 575px
 *   SM  : 576px  - 767px
 *   MD  : 768px  - 991px
 *   LG  : 992px  - 1199px
 *   XL  : 1200px - 1399px
 *   XXL : 1400px+
 */

/* ============================================================
   XS — max-width: 575px
   ============================================================ */
@media screen and (max-width: 575px) {

    .module.image-category {
        margin-top: -10px;
    }
    footer .footer-newsletter .footer-newsletter-span {
        margin-bottom: 15px;
    }
    footer .footer-social {
        text-align: center;
        margin-top: 15px;
    }
    footer .footer-main .footer-menu {
        columns: 1;
    }
    .product-tabs .nav button {
        font-size: 24px;
    }
    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    h1.product-title {
        margin-top: 15px;
    }
    .module.module-slideshow .module-slideshow-item .caption {
        max-width: 100%;
        top: 50%;
        -webkit-transform: translate(0%, -50%) !important;
        -moz-transform: translate(0%, -50%) !important;
        -o-transform: translate(0%, -50%) !important;
        transform: translate(0%, -50%) !important;
        left: 0px !important;
        padding: 5px 15px;
    }
    .module.module-slideshow .module-slideshow-item .caption .title {
        font-size: 32px !important;
        line-height: 1.2;
    }
    .module.module-slideshow .module-slideshow-item .caption .description {
        font-size: 18px !important;
        line-height: 1.2;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev,
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        bottom: 10px !important;
    }
    .home-top-banner-container .caption .slide-button,
    .module.module-slideshow .module-slideshow-item .caption .slide-button {
        font-size: 14px;
        padding: 3px 30px 3px 10px;
    }
    .home-top-banner-container .caption .slide-button:after,
    .module.module-slideshow .module-slideshow-item .caption .slide-button:after {
        font: normal normal normal 8px/1 FontAwesome;
        width: 14px;
        height: 14px;
    }
    .module.module-featured-products {
        padding: 0px 15px;
    }
    footer .footer-social span {
        display: block;
    }
    footer .footer-main .footer-info {
        text-align: center;
    }
    footer .footer-main .footer-logo img {
        margin: 0 auto;
    }
    .product-box .title {
        font-size: 16px;
        line-height: 16px;
        color: #000000;
        overflow: hidden;
    }
    .product-sort .form-group {
        margin: 5px 0px;
    }
    .btn.btn-primary#button-cart {
        margin: 7px 0px;
    }
    .product-tabs {
        padding: 0px;
        background: none;
    }
    .product-tabs .nav button {
        font-size: 17px;
        padding: 0px 6px;
    }
    .checkout-block {
        padding: 5px 5px;
        padding-top: 38px;
    }
    .checkout-block .title {
        font-size: 16px;
    }
    .checkout-method-radio label {
        font-size: 15px;
    }
    header .header-bottom .header-cart .btn.cart-toggle {
        float: right;
        margin-right: -13px;
    }
    header .header-bottom .header-category-button {
        float: right;
        margin-right: -6px;
    }
    header .header-bottom .header-category-button i {
        margin-right: -10px;
    }
    header .header-bottom .header-cart .btn.cart-toggle #cart-count {
        top: 0px;
        left: 22px;
        background: rgba(110, 110, 110, 0.7);
    }
    header .header-bottom .header-category-container {
        padding: 10px 10px;
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    header .header-bottom .header-category-container .header-category-main {
        border-right: none;
    }
    header .header-bottom .header-cart .cart-dropdown {
        display: none !important;
    }
    .added-to-cart.is-cart {
        max-width: 85%;
        font-size: 14px;
    }
    .added-to-cart.is-cart .btn {
        width: 100%;
        margin: 5px 0px;
    }
    header .header-bottom .header-search .search-error {
        padding: 8px 15px;
        font-size: 13px;
        line-height: 13px;
        border-radius: 10px;
        text-align: center;
    }
    .module-product-blocks .nav.nav-tabs li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0px;
    }
    .module-product-blocks .nav.nav-tabs .nav-link {
        display: block;
        font-size: 14px !important;
        width: 100%;
    }
    .module-product-blocks-owl .owl-nav {
        top: -38px;
    }
    .owl-carousel.module-product-blocks-owl {
        margin-top: 44px;
    }
    .module-product-blocks {
        padding: 10px 0;
    }
    .module-product-blocks .module-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

} /* end XS */

/* Sub-breakpoint 480px */
@media screen and (max-width: 479px) {
    .module.module-slideshow .module-slideshow-item .caption .title {
        font-size: 24px !important;
        line-height: 1.2;
    }
    .module.module-slideshow .module-slideshow-item .caption .description {
        font-size: 16px !important;
        line-height: 1.2;
    }
}

/* ============================================================
   SM — min-width: 576px / max-width: 767px
   ============================================================ */
@media screen and (min-width: 576px) and (max-width: 767px) {

    header .header-middle .header-telephone > a img {
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
    }
    header .header-middle .header-telephone > a {
        border: none;
        padding: 0px;
    }
    header .header-bottom .header-category-container .header-category-main {
        columns: 2;
        border-right: none;
    }
    header .header-bottom .header-category-container .header-category-main > a + a {
        border: none;
    }
    footer .footer-main .footer-menu {
        columns: 1;
    }
    .module-information-menu a {
        font-size: 14px;
    }
    header .header-bottom .header-category-button i {
        float: none;
    }
    header .header-bottom .header-category-button {
        text-align: center;
        padding: 0px 8px;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: -3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .module.image-category {
        margin-top: -10px;
    }
    footer .footer-newsletter .footer-newsletter-span {
        margin-bottom: 15px;
    }
    footer .footer-social {
        text-align: center;
        margin-top: 15px;
    }
    .product-tabs .nav button {
        font-size: 24px;
    }
    .breadcrumb {
        display: none;
    }
    h1.product-title {
        margin-top: 15px;
    }

} /* end SM */

/* ============================================================
   MD — min-width: 768px / max-width: 991px
   ============================================================ */
@media screen and (min-width: 768px) and (max-width: 991px) {

    header .header-middle .header-telephone > a img {
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
    }
    header .header-middle .header-telephone > a {
        border: none;
        padding: 0px;
    }
    header .header-bottom .header-category-container .header-category-main {
        columns: 2;
        border-right: none;
    }
    header .header-bottom .header-category-container .header-category-main > a + a {
        border: none;
    }
    footer .footer-main .footer-menu {
        columns: 2;
    }
    .module-information-menu a {
        font-size: 14px;
    }
    .module.image-category {
        margin-top: -25px;
    }

} /* end MD */

/* ============================================================
   LG — min-width: 992px / max-width: 1199px
   ============================================================ */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    footer .footer-main .footer-menu {
        columns: 3;
    }
    footer .footer-social a {
        font-size: 22px;
    }
    .module-information-menu a {
        font-size: 16px;
    }
    .module-account-menu a {
        font-size: 16px;
    }
    .checkout-block .title {
        font-size: 15px;
    }
    .checkout-block.block-live-cart {
        padding-top: 32px;
    }
    .module.image-category {
        margin-top: -55px;
    }

} /* end LG */

/* ============================================================
   XL — min-width: 1200px / max-width: 1399px
   ============================================================ */
@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .checkout-block .title {
        font-size: 20px;
    }
    .checkout-block.block-live-cart {
        padding-top: 40px;
    }
    .module.image-category {
        margin-top: -75px;
    }

} /* end XL */

/* ============================================================
   XXL — min-width: 1400px
   (rezervat pentru reguli viitoare)
   ============================================================ */
@media screen and (min-width: 1400px) {

} /* end XXL */
