/****************************************
MEDIA QUERIES
****************************************/

@media only screen and (min-width: 767px) and (max-width: 1180px) {
  
    #global-checkout .wcf-product-thumbnail {
        display: none;
    }

}

@media only screen and (min-width: 1025px) {

  .scrolled-header .menu-item a {
    	padding: 1.5em 1em !important;
	}
}  

@media only screen and (max-width: 1025px) {

  .scrolled-header {
        padding: 15px 0 !important;
    }
  	#attachment_1578 {
        width: 400px !important;
    }
  
  	.scroll-table {
  		overflow-x: auto;
  		width: 100%;
  		-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
	}
}

@media only screen and (max-width: 850px) {

    #attachment_1578 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 782px) {

  	.txt-photo h3 {
  		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 781px) {

  	div.top-paragraph {
        margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {

	.website-header {
        background-color: #000000; /* black */
        position: relative !important;
    }
  	.section-600 {
        margin-left: auto;
        margin-right: auto;
    }
    #global-checkout .wcf-customer-info-main-wrapper {
        margin-top: 15px !important;
    }
    #global-checkout input#wc-stripe-new-payment-method {
        margin-top: 4px !important;
    }
    #global-checkout .woocommerce-form__label input#terms {
        margin-top: 1px !important;
    }
  	header .elementor-widget-wrap,
  	section .elementor-widget-wrap,
  	footer .elementor-widget-wrap,
  	.woocommerce div.product.elementor .woocommerce-tabs .panel {
  		padding: 0 !important;
  	}
  	body.single-product section .elementor-element-5d054552 .elementor-widget-wrap {
        padding: 0px !important;
    }
  	body.single-product section .elementor-widget-wrap,
    body.cartflows_step-template-default section .elementor-widget-wrap{
        padding: 10px !important;
    }
    body.single-product .product-page-column > .elementor-widget-wrap {
        padding: 15px !important;
    }
  	.elementor-4800 .elementor-element.elementor-element-6f6c2c0b .elementor-nav-menu--dropdown a {
    	padding-top: 30px !important;
    	padding-bottom: 30px !important;
  	}
  	.elementor-4800 .elementor-element.elementor-element-423080d0,
    .elementor-6062 .elementor-element.elementor-element-67d17827,
    .elementor-5553 .elementor-element.elementor-element-12b876c7,
    footer {
        padding: 20px 4% !important;
    }
  	.elementor-4800 .elementor-element.elementor-element-662429df {
        padding: 20px 15px !important;
    }
  	#banner-section {
  		padding: 60px 4% !important;
  	}
	.elementor-section.elementor-section-boxed > .elementor-container {
    	width: 100%;
	}
    .section-600 {
        max-width: 600px;
    }
    .woocommerce-terms-and-conditions-checkbox-text,  
  	.tab label,
  	.sidebar .widgettitle,
	.sidebar .widget-title {
        font-size: 23px;
    }
    .tab .single-tab p,
  	.sidebar li a,
  	.home .tvo-set2-template.tvo-testimonials-display-slider .tvo-testimonial-display-item p {
        font-size: 13.3328px; /* m3 = 0.8333 * 16px */
    }
    img.accordion-thumb {
        display: none;
    }  	
  	span.closed {
        background-color: #FFFFFF;
        color: #006699;
        font-size: 27.648px;
        height: 60px;
    }
    span.closed:hover { 
        background: #FFFFFF;
        font-size: 33.184px;
    }
}

@media only screen and (max-width: 510px) {

    h1 {
        font-size: 38px !important;
    }
  	.single-product h1,
    .cartflows_step-template-default h1 {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 300px) {

    h1, h2:not(.cart_totals h2) {
        font-size: 27px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4 {  
        font-size: 19px !important;
    }
  
}