/* 
    Created on : Jul 23, 2021, 6:40:47 PM
    Author     : MG
*/

/* Product Page - Sticky Image Section for Web Only */
@media (min-width: 769px) {
    .mg-product-slider-outer {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
}

@media (max-width: 768px) {
    .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .woocommerce-order-overview li strong {
        font-size: 22px;
    }
    .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    
    .woocommerce ul.order_details li{
        font-size: 11px;
    } 
    .mg-information-banner-outer {
        padding-top: 20px;

    }
    .mg-information-banner-outer .sticky-sec {
        position: sticky;
        top: 20px;
        z-index: 1;
        margin-bottom: 110px;
    }
    .mg-information-banner-outer .sticky-sec:nth-child(1) {
        top: 20px;
        z-index: 1;
    }
    .mg-information-banner-outer .sticky-sec:nth-child(2) {
        top: 40px;
        z-index: 2;
    }
    .mg-information-banner-outer .sticky-sec:nth-child(3) {
        top: 60px;
        z-index: 3;
    }
    .mg-product-add-to-cart-outer .row {
    gap: 0px;
    }
    .wp-block-woocommerce-checkout{
        padding-top: 0px !important;
    }
    .mg-checkout-padding .mg-page-outer{
        padding: 0 7px;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
        margin-top: 15px;
    }
    
    .woocommerce table.shop_table th {
        padding: 5px 10px;
    }
    .woocommerce-customer-details h2{
        font-size: 20px;
    }

    .woocommerce-order-overview li{
        padding: 10px!important;
        border-radius: 5px;
    }
    .woocommerce ul.order_details{      
        margin: 0 0 2em !important;
    }
    .woocommerce-order-overview {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 20px 0;
    }
    .woocommerce-order-overview li {
        list-style: none !important;
        float: unset !important;
        padding: 5px;
        background: #fff;
        margin: 0 !important;
    }
    .woocommerce-order-overview li:nth-child(1),
    .woocommerce-order-overview li:nth-child(2) {
        width: calc(50% - 6px);
    }
    .woocommerce-order-overview li:nth-child(3),
    .woocommerce-order-overview li:nth-child(4),
    .woocommerce-order-overview li:nth-child(5) {
        width: 100%;
    }
    .woocommerce-order-overview li strong {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        word-break: break-word;
        border: none;
    }
    .mg-profile-user-name h2{
        font-size: 14px;
        margin: 0 0 5px 0;
    }
    .mg-user-image img{
        width: 70px;
        height: 70px;
    }
    .mg-user-profile-details-outer{
        border-radius: 20px;
        padding: 20px 16px;
        margin-bottom: 14px;
    }
    .mg-profile-user-details-list-main{
        margin-top: 0px;
    }
    .mg-profile-user-details-list-heading{
        font-size: 12px ;
        gap:3px;
    }
    .mg-profile-user-details-list-heading svg{
        margin-right: 10px;
    }
    .mg-order-count-badge{
        min-width: 20px;
        height: 20px;
    }
    .mg-profile-user-details-list-des svg {
        margin-left: 5px;
    }
    .mg-profile-user-details-list-des a {
        font-size: 11px;
    } 
    .mg-profile-user-details-list-grid {
        padding: 16px;
    }
    .creative-404{
        padding: 35px 20px ;
    }
    .error-card h1{
        font-size: 35px;
    }
    .error-copy{
        font-size: 14px;
    }
    .error-404-bg{
    gap: 8vh;
    }
    .error-actions a {
        font-size: 12px;
        padding: 15px 10px;
    }

    .mg-warranty-section{
        padding: 10px 10px;
        border-radius: 5px;
    }
    .warranty-sect-det-head{
        gap:10px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .warranty-sect-det-head > svg{
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }
    .warranty-sect-det-head p{
        font-size: 12px;
    }
    .warranty-sect-det-head span{
        gap:5px;
        padding: 3px 11px;
    }
    .warranty-sect-det-head span svg{
        width: 14px;
        height: 14px;
    }
    .coverage-sec,
    .domestic-warranty{
        padding: 10px;
    }
    .coverage-sec span:last-child,
    .domestic-warranty span:last-child{
        font-size: 12px!important;
    }
    .mg-warranty-section h5{
        font-size: 16px;
        margin-bottom: 0px!important;
    }
    .customer-service-sec span{
        padding:2px 12px;
    }
  
}



@media screen and (max-width: 1130px) and (min-width: 992px) {
    .mg-info-banner-heading {
        font-size: 28px;
    }

    .mg-info-banner-price-off-text {
        font-size: 30px;
        padding: 10px 8px 5px 8px;
        margin: 20px 0 10px 0;
    }

    .mg-info-banner-fullwidth-price-off-text {
        font-size: 20px;
        padding: 10px 8px 5px;
        margin: 15px 0 10px 0;
    }

    .mg-info-banner-fullwidth-heading {
        font-size: 30px;
    }

    .mg-info-banner-fullwidth-text {
        font-size: 18px;
    }

    .mg-navigation-outer .navbar-nav .nav-item {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .mg-navigation-outer .navbar-nav .nav-item {
        padding: 0 12px;
    }
   
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .mg-section-spacing {
        padding: 20px 0;
    }

    .mg-navigation-outer .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .mg-navigation-outer .navbar-nav .nav-link {
        font-size: 12px;
    }

    .mg-home-banner-main-heading h2,
    .mg-home-banner-main-heading h3 {
        font-size: 30px;
    }

    .mg-btn {
        font-size: 14px;
    }

    .mg-home-banner-outer {
        min-height: auto;
    }

    .mg-banner-btns {
        margin-top: 50px;
    }

    .banner-social-bar {
        bottom: 30px;
    }

    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        bottom: 45px;
    }

    .banner-social-bar ul li a {
        font-size: 12px;
    }

    .mg-index-section-spacing {
        padding-top: 70px;
    }

    .mg-heading {
        font-size: 24px;
    }

    .mg-collection-list-tittles {
        padding: 8px 10px;
        font-size: 16px;
    }

    .mg-product-list-section-outer .mg-product-row {
        --bs-gutter-x: 15px;
    }

    .mg-info-banner-price-off-text {
        font-size: 40px;
        padding: 8px 8px 3px 8px;
        margin: 10px 0 10px 0;
    }

    .mg-info-banner-style2 .mg-info-banner-price-off-text {
        font-size: 40px;
        padding: 8px 8px 3px 8px;
        margin: 10px 0 10px 0;
    }

    .mg-info-banner-heading {
        font-size: 20px;
    }

    .mg-info-banner-style2 .mg-info-banner-heading {
        font-size: 20px;
    }

    .mg-info-banner-text {
        font-size: 30px;
    }

    .mg-product-carousal .mg-product-main {
        padding: 0 7.5px;
    }

    .mg-product-carousal {
        margin: 0 -7.5px 40px -7.5px;
    }

    .mg-info-bannner-tittles-outer {
        padding: 10px 10px;
    }

    .mg-info-banner-fullwidth-price-off-text {
        font-size: 50px;
        padding: 10px 8px 5px;
        margin: 15px 0 12px 0;
    }

    .mg-info-banner-fullwidth-heading {
        font-size: 28px;
    }

    .mg-info-bannner-fullwidth-tittles-inner {
        padding: 20px 15px 25px;
    }

    .mg-info-banner-fullwidth-text {
        font-size: 18px;
    }

    .mg-info-banner-fullwidth-btn {
        margin: 20px 0 0 0;
    }

    .mg-blog-name-tittle {
        font-size: 15px;
        line-height: 25px;
    }

    .mg-blog-meta-text {
        font-size: 12px;
    }

    .mg-footer-outer .mg-footer-heading {
        font-size: 15px;
    }

    .mg-footer-social-icon-outer ul li img {
        max-width: 25px;
    }

    .mg-footer-social-icon-outer ul li {
        padding: 0 1px;
    }

    .mg-contact-description-pannel-outer {
        padding-right: 15px;
    }

    .mg-contact-detail-pannel-inner {
        padding-right: 15px;
    }

    .mg-contact-form-pannel-outer {
        padding-left: 0;
    }

    .mg-cart-panel-btns .mg-btn.mg-form-btn {
        font-size: 13px;
        padding: 8px 5px;
    }

    .mg-btn.mg-promo-btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .mg-product-page-small-text {
        font-size: 13px;
    }

    .mg-rating-progress {
        width: 250px;
    }
    .mg-btn-icon img {
        width: 14px;
    }
    .mg-product-add-to-cart-outer .mg-btn.mg-form-btn {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .container {
        padding: 0 20px 0 20px;
    }

    /* .mg-filter-outer .mg-color-variant-outer {
        max-width: 100%;
    } */
}

@media screen and (max-width: 767px) {
    .mg-cart-product-list-grid {
        flex-wrap: wrap;
    }

    .mg-wishlist-add-to-cart-outer {
        justify-content: flex-start;
        margin: 0 10px 0 0;
        padding-left: 0;
    }
    
    .mg-index-section-spacing {
        padding-top: 50px;
    }

    .header-logo img {
        max-width: 70px !important;
    }

    .mg-heading {
        font-size: 18px;
    }

    .mg-section-tittles {
        margin-bottom: 20px;
    }

    .mg-collection-list-grid {
        margin-bottom: 15px;
        display: inline-block;
    }

    .mg-collection-list-tittles {
        padding: 8px 10px;
        font-size: 16px;
    }

    /* .mg-section-spacing {
        padding: 25px 0 ;
    } */
     .mg-section-spacing{
        padding: 20px 0 0 0;
     }

    .mg-product-tittles {
        margin: 15px 0 20px 0;
    }

    .mg-info-banner-price-off-text {
        font-size: 25px;
        padding: 8px 8px 3px 8px;
        margin: 8px 0 10px 0;
    }

    .mg-info-banner-heading {
        font-size: 18px;
    }

    .mg-info-banner-text {
        font-size: 25px;
    }

    .mg-info-banner-style2 .mg-info-banner-heading {
        font-size: 18px;
    }

    .mg-info-banner-style2 .mg-info-banner-price-off-text {
        font-size: 25px;
        padding: 8px 8px 3px 8px;
        margin: 8px 0 10px 0;
    }

    .mg-info-banner-fullwidth-price-off-text {
        font-size: 24px;
        padding: 8px 8px 3px;
        margin: 10px 0 8px 0;
    }

    .mg-info-bannner-fullwidth-tittles-inner {
        padding: 15px 15px 15px;
    }

    .mg-info-banner-fullwidth-heading {
        font-size: 15px;
        line-height: 1;
    }

    .mg-info-banner-fullwidth-subheading {
        font-size: 12px;
    }

    .mg-info-banner-fullwidth-btn .mg-btn {
        padding: 5px 12px;
        font-size: 12px;
    }

    .mg-info-banner-fullwidth-btn {
        margin: 10px 0 0 0;
    }

    .mg-info-banner-fullwidth-image img {
        min-height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .mg-blog-name-tittle {
        font-size: 15px;
        line-height: 25px;
    }

    .mg-blog-meta-text {
        font-size: 12px;
    }

    .mg-blog-slider .swiper-button-prev {
        left: -2px;
    }

    .mg-blog-slider .swiper-button-next {
        right: -2px;
    }

    .mg-blog-sec-tittles {
        margin: 10px 20px;
    }

    .mg-info-banner-fullwidth-text {
        font-size: 15px;
    }

    .mg-footer-outer .container{
        padding: 40px 10px 0 10px;
    }
    .mg-footer-outer .mg-footer-sec{
        padding: 0px 15px;
    }

    .mg-footer-social-icon-outer {
        margin-top: 20px;
    }

    .mg-home-banner-main-heading h2,
    .mg-home-banner-main-heading h3 {
        font-size: 18px;
    }

    .mg-banner-btns .mg-btn {
        margin: 0 5px;
        min-width: auto;
    }

    .mg-btn {
        padding: 8px 30px;
        font-size: 14px;
    }

    .mg-home-banner-outer {
        min-height: auto;
    }

    .header-icons-outer ul {
        display: flex;
        gap: 10px;
        justify-content: end;
    }

    .banner-social-bar {
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
    }

    .banner-social-bar ul li {
        padding: 0 10px;
    }

    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        display: none !important;
    }

    .mg-banner-btns {
        margin-top: 30px;
    }

    .home-slider .swiper-pagination {
        left: 3px;
    }

    .header-icons-outer ul li {
        padding: 0 2px;
    }

    .header-icons-outer ul li img {
        max-width: 18px;
    }

    .header-icons-outer ul li.mg-search-icon {
        padding-right: 10px;
        margin-right: 2px;
    }

    /*Navbar Start Here*/
    .navbar-toggler {
        padding: 0;
        background-color: #8F6B6C;
        border: 1px solid transparent;
        border-radius: 0;
        box-shadow: none !important;
        z-index: 99;
        position: relative;
        display: block;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-size: 22px;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(143, 107, 108, 0.95);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        z-index: 9;
        padding: 50px 15px 30px 30px;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .mg-navigation-outer .navbar-nav .nav-link {
        color: #fff;
        font-size: 15px;
    }

    .mg-navigation-outer .navbar-nav .nav-item {
        padding: 5px 0;
    }

    /*Navbar End Here*/
    .mg-contact-description-pannel-outer {
        border-right: none;
        padding-right: 0;
    }

    .mg-contact-detail-pannel-inner {
        padding-right: 0;
    }

    .mg-contact-form-pannel-outer {
        padding-left: 0;
    }

    .mg-page-outer {
        padding: 20px 7px;
    }


    /* .mg-page-outer .mg-filter-sidenav .mg-filter-header-ui .m-0{
        padding-left: 10px;
    } */

    .mg-search-pop-form-outer {
        padding: 25px 15px 35px;
    }

    .mg-blog-small-tittle .mg-blog-name-tittle {
        font-size: 15px;
        line-height: 25px;
    }

    .mg-blog-page-outer .mg-blog-grid-outer {
        margin-bottom: 30px;
    }

    .mg-single-blog-sidebar-outer {
        margin-top: 50px;
    }

    .mg-order-details div,
    .mg-order-details span {
        font-size: 10px;
    }

    .mg-order-image {
        width: 40px;
    }

    .mg-left-order-tittles {
        width: calc(100% - 45px);
        padding-left: 5px;
    }

    .mg-order-details .order-detil-grand-total {
        font-size: 12px;
    }

    .mg-order-product-size-text {
        font-size: 9px !important;
    }

    .mg-you-may-like-product-carousal .swiper-button-prev {
        left: -3px;
    }

    .mg-you-may-like-product-carousal .swiper-button-next {
        right: -5px;
    }

    .mg-top-bar-social-icons ul li img {
        max-width: 15px;
    }

    .top-bar-text {
        font-size: 12px;
    }

    /* .mg-top-bar-outer {
        display: none;
    } */
    .mg-top-bar-outer {
        height: 22px;
    }
    .mg-banner-btns .mg-btn {
        font-size: 11px;
    }

    .banner-social-bar ul li a {
        font-size: 12px;
    }

    .mg-video-section-description-pannel p {
        max-width: 80%;
    }

    .mg-video-section-description-pannel h2 {
        font-size: 20px;
    }

    .mg-product-page-details-outer {
        margin-top: 20px;
    }

    .mg-stock-text {
        font-size: 11px;
    }

    .mg-product-page-small-text {
        font-size: 10px;
    }

    .mg-size-chart span img {
        max-width: 20px;
    }

    .mg-product-add-to-cart-outer .mg-btn.mg-form-btn {
        font-size: 12px;
        padding: 8px 8px;
    }

    .mg-btn-icon img {
        max-width: 12px;
        margin-right: 5px;
    }

    .mg-rating-progress {
        width: 180px;
    }

    .mg-product-slider-thumb .swiper-slide {
        height: 66px;
    }

    .mg-product-slider-thumb .swiper-button-prev,
    .mg-product-slider-thumb .swiper-button-next {
        display: block !important;
        z-index: 3;
        width: 22px;
        height: 22px;
    }

    .mg-product-slider-thumb .swiper-button-prev {
        left: 0;
    }

    .mg-product-slider-thumb .swiper-button-next {
        right: 0;
    }

    .mg-product-page-product-tittle {
        font-size: 20px;
    }

    .mg-free-shipping-bar {
        font-size: 12px;
    }

    .mg-filter-outer .mg-color-variant-outer {
        max-width: 100%;
    }

    .mg-filter-outer.mg-filter-open {
        width: 80vw;
    }

    .mg-fc-btn {
        background-color: #000000;
        color: #fff;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        line-height: 1.3;
    }

    .mg-filter-outer.mg-filter-open+.mg-sidenav-overlay {
        display: block;
    }

    .mg-sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        background: rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 100%;
        transition: all 0.45s ease-in-out;
        display: none;
    }

    .mg-filter-outer {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        overflow-x: hidden;
        height: 100%;
        width: 0;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .mg-filter-outer .mg-accordian-outer {
        padding: 20px 15px;
        width: 80vw;
        border: none;
        box-shadow: none;
    }

    .mg-filter-nav-btn {
        font-size: 14px;
        margin-bottom: 15px;
        display: inline-block;
        cursor: pointer;
        background: black;
        color: white;
        padding: 10px 20px;
        border-radius: 3px;
    }
    

    .mg-filter-nav-close-btn {
        font-size: 35px;
        float: right;
        color: #fff;
        cursor: pointer;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .mg-footer-style2-outer {
        padding: 40px 0 40px 0;
    }

    .mg-footer-style2-pannel {
        margin-bottom: 20px;
    }

    .mg-copyright-outer {
        margin-top: 0;
    }

    .mg-product-list-section-outer .mg-product-row {
        --bs-gutter-x: 5px;
    }

    .mg-product-carousal {
        margin: 0 0 40px 0;
    }

    .mg-product-carousal .mg-product-main {
        padding: 0 5px;
    }

    .home-slider .swiper-pagination {
        display: none !important;
    }

    .mg-transparent-header .mg-navigation-outer .navbar-nav .nav-link {
        color: #fff;
    }

    .home-2 .mg-home-banner-main-heading h2,
    .home-2 .mg-home-banner-main-heading h3 {
        font-size: 18px;
    }

    .home-2 .mg-home-banner-main-heading-inner-tittles {
        padding: 15px 20px;
    }

    .mg-home-banner-main-heading-inner::before,
    .mg-home-banner-main-heading-inner::after {
        width: 30px;
        height: 30px;
    }

    .mg-dark-bg-banner .mg-home-banner-main-heading::before,
    .mg-dark-bg-banner .mg-home-banner-main-heading::after {
        width: 30px;
        height: 30px;
    }

    .mg-header-icon-style2.header-icons-outer ul li.mg-search-icon {
        padding-right: 0;
        margin-right: 0;
        display: none;
    }

    .home-2 .mg-home-banner-outer {
        padding: 80px 0;
    }

    .mg-mobile-menu-search {
        display: block;
    }

    .mg-mobile-menu-search img {
        max-width: 16px;
        vertical-align: initial;
    }

    .mg-navigation-outer .navbar-nav .nav-link.active {
        color: #000;
    }

    .mg-navigation-outer .navbar-nav .nav-link:hover,
    .mg-navigation-outer .navbar-nav .nav-link:focus,
    .mg-navigation-outer .navbar-nav .nav-link:active {
        color: #000;
    }

    .footer-logo img {
        max-width: 100px !important;
    }

    /* .mg-footer-center {
        padding: 0px 15px;
    } */

    .mg-footer-outer .mg-footer-heading {
        margin-bottom: 15px;
    }

    .mg-footer-list {
        margin-bottom: 20px;
    }

    .mg-product-name {
        font-size: 12px;
    }

    .mg-regular-price {
        font-size: 13px;
    }

    .mg-product-tittles {
        margin: 0px 0 12px 0;
    }

    .mg-filter-clear-all {
        margin-right: 10px;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 1.5rem;
    }
    .contact-row .row {
        margin-right: calc(var(--bs-gutter-x) * -.3);
        margin-left: calc(var(--bs-gutter-x) * -.3);
    }
    .mg-category-btn{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 30px;
    font-size: 14px;
    }
}


@media screen and (max-width: 1100px) and (min-width: 768px) {
    .mg-header-icon-style2.header-icons-outer ul li.mg-search-icon {
        padding-right: 0;
        margin-right: 0;
        display: none;
    }
    .header-icons-outer ul {
        display: flex;
        gap: 10px;
        justify-content: end;
    }
    .mg-footer-sec{
        padding: 0 15px;
    }
    .header-logo img {
        max-width: 100px !important;
    }
     .mg-heading {
        font-size: 20px;
    }

    .mg-collection-list-grid {
        margin-bottom: 15px;
        display: inline-block;
    }

    .mg-collection-list-tittles {
        padding: 8px 10px;
        font-size: 16px;
    }
   .gx-md-2{
        justify-content: center !important;
    }
    .mg-product-page-details-outer{
    padding-left: 0px;
}

}  
@media (max-width: 768px) {
     .mg-product-page-details-outer{
    padding-left: 0px;
}
    .woocommerce ul.order_details li strong {
        font-size: 14px !important;
    }
     .woocommerce-order-overview li {
        padding: 0;
    }
    .mg-checkout-padding .woocommerce ul.order_details{
        margin: 0 0 1em !important
    }
    .woocommerce-order-details h2{
        font-size:  20px;
    }
    .wc-block-checkout__billing-fields {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}
