/* 
Theme Name: Vipmedia Webshop
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/

body {
    overflow-x: hidden;
    width: 100%;
}

.woocommerce table.shop_table .includes_tax {
    width: 100%;
    display: inline-block;
}

#shipping_method label {
    font-weight: normal !important;
}

@media (max-width: 576px) {
    body .shop_table.cart td.actions .coupon .button,
    body .shop_table.cart td.actions .coupon input.input-text {
        width: 100% !important;
    }
    body .shop_table.cart td {
        width: 100% !important;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .woocommerce #content table.cart .product-thumbnail img {
        max-width: 30%;
    }
}

.woocommerce-input-wrapper .checkbox {
    border: 0 !important;
}

.woocommerce ul.products li.product a img {
    width: auto !important;
    margin-bottom: 0;
    max-height: 200px !important;
}

@media (max-width: 576px) {
    .elementor-location-header img {
        min-width: 180px !important;
    }
    body .widget_shopping_cart_content img {
        min-width: auto !important;
    }
}

.wc_payment_method {
    padding-bottom: 10px;
}

.payment_box fieldset {
    border: 0;
    width: 100%;
}

.payment_box fieldset select {
    width: 100% !important;
}

.wc_payment_method img {
    float: right;
    max-width: 50px;
    height: auto;
}

.order-total td:before,
.order-total strong,
order-total {
    font-weight: bold !important;
}

.e-coupon-anchor-description {
    display: none !important;
}

.input-text.qty {
    border: 1px solid #000 !important;
}

small.includes_tax  {
    font-size: 50%;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    min-width: 1000px !important;
}

@media (min-width: 576px) {
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 576px;
    }


.woocommerce-shipping-methods label {
    float: right;
    }
}

.woocommerce-info {
    border-top-color: var( --e-global-color-809acac );
}

.woocommerce-info:before {
    color:  var( --e-global-color-809acac );
}

@media (min-width: 768px) {
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px;
    }
}