/* SIDE BANNER */
@media (max-width: 1680px) {
    .side-banner {
        width: 180px;
    }

    .left-banner {
        left: -190px;
    }

    .right-banner {
        right: -190px;
    }
}

@media (max-width: 1545px) {
    .side-banner {
        width: 150px;
    }

    .left-banner {
        left: -160px;
    }

    .right-banner {
        right: -160px;
    }
}

@media (max-width: 1480px) {
    .side-banner {
        display: none;
    }
}

/* HEADER */
@media (max-width: 991.98px) {
    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none;
    }
    .building-img {
        display: none;
    }

    .downloadable {
        width: 100%;
        padding-right: 1em;
    }

    .product-container {
        background: rgb(67, 72, 80);
        background: linear-gradient(
            150deg,
            rgb(67, 72, 80) 0%,
            rgb(67, 72, 80) 430px,
            rgb(251, 252, 253) 430px,
            rgb(251, 252, 253) 100%
        );
        padding-bottom: 3em !important;
    }

    .expand-container {
        bottom: -50px;
    }

    .product-container .carousel {
        margin-left: 3em;
        margin-right: 3em;
    }

    .product-view .carousel-inner {
        background: rgb(210, 215, 218);
    }

    .main .product-view .carousel-inner img {
        padding: 1em 0;
        margin-left: 25%;
        margin-right: 25%;
        max-width: 295px;
    }

    .product-view .carousel-control-next,
    .product-view .carousel-control-prev {
        top: 0;
    }

    .product-view .title-row {
        margin-top: 2em;
    }

    .product-view {
        margin-bottom: 2em;
    }

    .product-container .product-view .package-offer .discount-amount {
        font-size: 35px;
    }

    .package-offer .discount-amount {
        width: 60%;
    }

    .package-offer .original-price {
        font-size: 21px;
    }

    .package-offer .actual-price {
        font-size: 30px;
    }

    .product-view .add-to-cart {
        display: none;
    }

    .package-offer .description {
        margin: 0.4em 0;
        font-size: 15px;
    }

    .package-offer {
        display: flex;
    }

    .offer-row .offered-products {
        margin-left: 0px;
        border: none;
    }

    .offered-products .new-slider-product .title-block {
        font-size: 14px;
    }

    .package-offer .d-flex .discount-amount {
        margin: 0.5em 0.2em;
        width: 25%;
    }

    .package-offer .prices {
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
    }
}

@media (min-width: 992px) {
    .mobile-view {
        display: none !important;
    }
}

@media (max-width: 575.98px) {

    .package-offer {padding-top: 2em;}
    .download-icon-container {
        margin-bottom: 1em;
    }

    .new-slider-product .title-block {
        font-size: 17px;
    }

    .new-slider-product .actual-price {
        font-size: 24px;
    }

    .new-slider-product .original-price {
        font-size: 16px;
    }

    .new-slider-title {
        margin-top: 2em;
    }

    .container-fluid.main,
    footer .container-fluid,
    header .container-fluid {
        padding: 0;
    }

    .mobile-carousel {
        display: block;
    }

    .desktop-carousel {
        display: none;
    }

    .sos-banner h1 {
        font-size: 21px;
    }

    .sos-banner p {
        font-size: 17px;
    }

    .new-slider-title a {
        font-size: 13px;
    }

    .new-slider-title h2 {
        font-size: 20px;
    }

    .form-control.search {
        width: 230px;
    }

    .dots-mobile {
        padding: 1.8em 0em 0 0.8em;
    }

    .mobile-view nav > .row {
        padding: 1em;
    }

    footer .mobile-view img {
        margin-left: 0;
    }

    .new-shipping {
        flex-direction: column-reverse;
    }

    .new-shipping .shipping-image-block img {
        height: 171px;
        object-fit: cover;
    }

    .new-shipping .shipping-sub {
        padding: 0.8em 0em;
    }

    .shipping-text-block img {
        height: max-content;
        max-width: max-content;
        width: 95%;
        padding-top: 20px;
    }

    .new-shipping .highlight {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .new-shipping .shipping-title {
        font-size: 23px;
    }

    .new-shipping .shipping-text-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-view nav img {
        height: 38px;
    }

    .mobile-padding {
        padding: 0;
    }

    .main.home div.container {
        background-color: #fbfcfd;
        padding: 0 1.6em 0.3em 1.6em;
    }

    .main.home div.container:nth-child(1) {
        padding: 0 1.15em 0.3em 1.15em;
    }

    .mobile-view .cart-sum {
        right: -8px;
        width: 60px;
    }

    footer .mobile-view {
        text-align: center;
    }

    .package-offer {
        flex-direction: column;
    }

    .offered-products .new-slider-product .title-block {
        font-size: 16px;
    }

    .package-offer .discount-amount {
        font-size: 24px;
    }

    .package-offer .original-price {
        font-size: 18px;
    }

    .package-offer .actual-price {
        font-size: 25px;
    }

    .package-offer .add-to-cart {
        font-size: 23px;
    }

    .downloadable {
        height: 120px;
        font-size: 16px;
    }

    .product-view .add-to-cart-button {
        background-color: #c30410;
        position: absolute;
        bottom: -30px;
        right: -20px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 0.2s;
        z-index: 5;
    }

    .product-view .details {
        margin-top: 20px;
    }

    .product-view .package-offer .actual-price {
        font-size: 30px;
    }

    .product-view .package-offer .original-price {
        font-size: 21px;
    }

    .expand-container {
        width: 93%;
    }

    .product-container {
        background: linear-gradient(
            150deg,
            rgb(67, 72, 80) 0%,
            rgb(67, 72, 80) 290px,
            rgb(251, 252, 253) 290px,
            rgb(251, 252, 253) 100%
        );
    }

    .product-view .carousel-inner {
        background: none;
    }

    .main .product-view .carousel-inner img {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        height: 320px;
        width: 230px;
        display: block;
        margin: 0 auto;
    }

    .product-view .add-to-cart-button {
        right: -5px;
    }

    .product-container .carousel {
        margin-left: 0;
        margin-right: 0;
    }

    .new-slider-title h2.last-seen {
        font-size: 18px;
    }

    .product-view {
        margin-top: 2em;
    }

    .carousel-control-prev {
        left: -3px;
    }

    .carousel-control-next {
        right: -3px;
    }

    .dropdown-profile {
        padding-right: 3px;
    }

    .order-sum .list-group-item-elfogad{
        margin-left: 10px !important;
    }

    .order-sum .sum-price-block {
        width: 100%;
    }

    .order-sum .table-title {
        display: none;
    }

    .order-sum .table-content {
        flex-direction: column;
    }

    .order-sum .table-content div {
        justify-content: center;
    }

    .order-sum .mobile-table-name {
        display: inline-block;
    }

    .contact-details {padding-left: 0 !important;}
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .new-slider-product .title-block {
        font-size: 17px;
    }

    .new-slider-product .actual-price {
        font-size: 24px;
    }

    .new-slider-product .original-price {
        font-size: 16px;
    }

    .new-slider-title {
        margin-top: 2em;
    }

    .main .carousel-inner img {
        height: 184px;
    }

    #carouselExampleIndicators {
        margin-top: 1em;
    }

    .carousel-indicators {
        top: 195px;
    }

    .new-slider-title {
        margin-top: 2em;
    }

    .new-shipping {
        flex-direction: column-reverse;
    }

    .new-shipping .shipping-image-block img {
        height: 280px;
        object-fit: cover;
    }

    .new-shipping .shipping-sub {
        padding: 1em 2em;
    }

    .shipping-text-block img {
        height: max-content;
        padding-top: 20px;
    }

    .new-shipping .highlight {
        font-size: 40px;
    }

    .offered-products .new-slider-product .title-block {
        font-size: 15px;
    }

    .main .product-view .carousel-inner img {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .package-offer .discount-amount {
        width: 85%;
    }

    .package-offer .actual-price {
        font-size: 27px;
    }

    .package-offer {
        flex-direction: column;
        align-items: center;
    }

    .expand-container {
        width: 95%;
    }

    .product-container {
        background: linear-gradient(
            150deg,
            rgb(67, 72, 80) 0%,
            rgb(67, 72, 80) 340px,
            rgb(251, 252, 253) 340px,
            rgb(251, 252, 253) 100%
        );
    }

    .order-sum .list-group-item-elfogad{
        margin-left: 10px !important;
    }

    .contact-details {padding-left: 0 !important;}

}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .new-slider-product .title-block {
        font-size: 17px;
    }

    .new-slider-product .actual-price {
        font-size: 24px;
    }

    .new-slider-product .original-price {
        font-size: 16px;
    }

    .new-slider-title {
        margin-top: 2em;
    }

    .main .carousel-inner img {
        height: 252px;
    }

    #carouselExampleIndicators {
        margin-top: 2em;
    }

    .carousel-indicators {
        top: 265px;
    }

    .new-slider-title {
        margin-top: 3em;
    }

    .new-shipping {
        flex-direction: column-reverse;
    }

    .new-shipping .shipping-image-block img {
        height: 280px;
        object-fit: cover;
    }

    .new-shipping .shipping-sub {
        padding: 1em 2em;
    }

    .order-sum .list-group-item-elfogad{
        margin-left: 10px !important;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-link.blank-line {
        padding: 0;
    }

    .horizontal-line-after {
        width: 15px;
    }

    .form-control.search {
        width: 210px;
    }

    .main .carousel-inner img {
        height: 342px;
    }

    .carousel-indicators {
        top: 360px;
    }

    .new-slider-product .title-block {
        font-size: 17px;
    }

    .new-slider-product .actual-price {
        font-size: 24px;
    }

    .new-slider-product .original-price {
        font-size: 16px;
    }

    .shipping-text-block img {
        height: 140px;
    }

    .new-shipping .highlight {
        font-size: 40px;
    }

    .new-shipping .shipping-sub {
        font-size: 16px;
    }

    .main .product-view .carousel-inner img {
        height: 405px;
        padding: 0 3em 1em 3em;
    }

    .product-view .product-description.expandable {
        height: 205px;
    }

    .offered-products .new-slider-product .title-block {
        font-size: 15px;
    }

    .package-offer h3 {
        font-size: 24px;
    }

    .order-sum .list-group-item-elfogad{
        margin-left: 10px !important;
    }

    .navbar-phone-block {
        margin-right: 0.2rem;
    }
}

/* XL */
@media (min-width: 1200px) {

}
