/*
Theme Name: Jgzwl
Theme URI: #
Author: Digital Connection
Author URI: https://www.digitalconnection.pt/
Description: This is theme developed fot Jgzwl by Digital Connection.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jgzwl
*/
@import "assets/css/main.css";
@import "assets/css/responsive.css";

.jw-touch .wpcf7-list-item-label{
	    color: #fff;
}
.jw-lang a.is-active{
    font-weight:bold;
}
body.rtl .jw-ship-box {
    position: absolute;
    top: 0;
    left: -120px;
	right:unset;
    width: 660px;
    max-width: 70%;
    pointer-events: none;
}
.page-template-page-request-a-quotation .jw-why{
	padding:0;
}
.jw-why-wrap {
    position: relative;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
    min-height: 520px;
	background-image:unset;
}

.jw-why-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

/* Flip image in RTL */
body.rtl .jw-why-wrap::before {
    transform: scaleX(-1);
}

body.rtl .jw-hero-bg-img {
    transform: scaleX(-1);
}
body.rtl .fancyCircle {
    position: absolute;
    top: -99px;
	left:unset;
    right: -14%;
    transform: scale(-1);
}