body {
    background-color: white;
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: none;
}

.nav-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}
.fxgt-navbar {
    padding: 20px 15px;
    background-color: white;
}
.fxgt-nav-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.fxgt-navbar .top-left-menu, .fxgt-navbar .top-right-menu {
    margin-left: auto;
    gap: 10px;
}
.fxgt-navbar .top-left-menu>li {
    white-space: nowrap;
}
.fxgt-navbar .top-left-menu>li>a {
    color: #191919;
    text-decoration: none;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
}
.fxgt-navbar .top-left-menu>li>a:hover,.fxgt-navbar .top-left-menu>li.active>a {
    border-radius: 8px;
    background: #EFF1F5;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
}

.fxgt-navbar .top-right-menu>li {
    margin: 0 5px;
}
.fxgt-navbar .top-right-menu>li>a {
    color: #191919;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
}

.fxgt-navbar .wpml-ls-current-language .dropdown-menu.depth_0 {
    position: absolute;
    width: 140px;
    padding: 12px 0;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    left: -80%;
}
.fxgt-navbar .wpml-ls-current-language .dropdown-menu.depth_0>li{
    width: 100%;
}
.fxgt-navbar .wpml-ls-current-language .dropdown-menu.depth_0>li span {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.fxgt-navbar .wpml-ls-current-language .dropdown-menu.depth_0>li>a{
    color: #191919;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.376px;
    text-decoration: none;

}
.fxgt-navbar .wpml-ls-current-language .dropdown-menu.depth_0>li:hover {
    background: #F7F8FA;
}
.fxgt-navbar .dropdown-toggle::after {
    border: none;
}

.right-nav-tablet {
    display: none;
}


/* Menu Button 1 */
.menu-btn-1 {
    height: 32px;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu-btn-1 span::before,
.menu-btn-1 span::after {
    background: #191919;
    border-radius: 3px;
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-btn-1 span::after {
    margin-top:8px!important;
}

.menu-btn-1.active span {
    background: transparent;
}

.menu-btn-1.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn-1.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
     margin-top:0!important;
}

/* Footer */
.fxgt-footer-container {
    background-color:transparent;
    padding: 30px 0;
}
.fxgt-footer-container>.row {
    max-width: 1580px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

.footer-payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #fff;
}
.footer-payment-methods>p {
    margin: 0;
}
.footer-payment-methods>p>span {
    display: block;
}

.bottom-footer-row {
    color: #fff;
    padding-top: 20px;
}
.bottom-footer-container {
    display: flex;
    flex-direction:column;
}
.bottom-footer-left {
    width:100%;
	align-items: center;
	grid-gap: 20px;
    margin-bottom: 30px;
    padding: 0;
	justify-content: flex-start;
	display:flex;
    flex-wrap: wrap;
}
.bottom-footer-left .outer-box:not(.outer-box:last-child), .bottom-footer-left .outer-box:last-child {
	vertical-align:top;
}
.outer-box {
    gap: 16px;
    color: black;
    display: inline-flex !important;
    background-color: white;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
}
.outer-box:first-child {
    min-width: 570px;
}
.outer-box:nth-child(2) {
    width:47%;
    min-width: fit-content;
}
.outer-box:last-child {
    min-width: fit-content;
}
.bottom-footer-left .outer-box {
    background-color: #F7F7F9;
}

.bottom-footer-container-japan .japan-security {
	width:200px!important;
}

.bottom-footer-left .outer-box > div {
    justify-content: space-between !important;
    display: flex !important;
    align-items: center;
    gap: 15px;
    flex-direction: row !important;
}
.bottom-footer-container .outer-box p {
    font-weight: 600;
    font-size: 12px;
}

.bottom-footer-container .bottom-footer-left .outer-box img {
	width: auto;
    height: 20px;
}

.fxgt-footer-container>.row {
	border:none;
}

.bottom-footer-right {
	width:100%;
	color:black
}
.tab-content > .active {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .bottom-footer-left, .bottom-footer-container-japan .bottom-footer-left {
        grid-template-columns: 1fr !important;
			text-align:center;
    }
	.bottom-footer-container {
        text-align: center;
    }
	.bottom-footer-left {
		grid-template-columns:1fr!important;
		display:grid;
	}
    .outer-box:first-child {
        min-width: unset;
    }
	.fxgt-footer-container {
        padding: 0 20px !important;
    }
    .right-nav-tablet {
        display: flex;
        align-items: center;
    }
    .fxgt-nav-container .offcanvas-body {
        background-color: #fff;
        padding: 0;
    }
    .fxgt-nav-container .offcanvas-body .top-left-menu {
        height: 50%;
        overflow-y: auto;
        padding : 10px 15px;
        margin-top:10px;
        justify-content: center;
    }
    .offcanvas-top {
        top:70px;
        z-index: -1;
        height: unset;
    }
     .offcanvas-backdrop  {
        z-index: -2;
    }
    .fxgt-nav-container .offcanvas {
        width: 100%;
    }
    .fxgt-nav-container .offcanvas-header button {
        background-color: transparent;
        color: #F2F2F2 !important;
        border: 0;
        padding: 0;
    }
}

.bottom-footer-left .outer-box:not(.outer-box:last-child) {
    border-bottom: 1px solid #fff;
}
.bottom-footer-left .outer-box>p {
    font-size: 14px;
    margin-bottom: 10px;
}
.bottom-footer-left .inner-box {
    display: flex;
    align-items: center;
}
.bottom-footer-left .inner-box p {
    margin: 0 15px 0 0;
}
.bottom-footer-left .inner-box img {
    margin-right: 20px;
}
.bottom-footer-left a{
    text-decoration: none !important;
}
.bottom-footer-left .fa-brands {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-style: normal;
    font-family: 'Font Awesome 6 Brands';
}

.bottom-footer-right p {
    font-size: 13px;
    margin-bottom: 15px;
}

/* Arabic */
html[dir=rtl] .fxgt-navbar .top-left-menu, html[dir=rtl] .fxgt-navbar .top-right-menu {
    margin-left: 0;
    margin-right: auto;
}

html[dir=rtl] .bottom-footer-left {
    margin-left: 20px;
    margin-right: 0;
}
html[dir=rtl] .bottom-footer-left .inner-box img {
    margin-right: 0;
    margin-left: 20px;
}

.footer-menu-row {
    padding: 20px 0;
}
.fxgt-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fxgt-footer-menu>li {
    padding: 0 8px;
}
.fxgt-footer-menu>li>a {
    color: #464851;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.fxgt-footer-menu>li>a:hover {
    color: #29958C;
}

@media screen and (min-width:1200px) {
    .fxgt-navbar.shadow {
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    }
}

@media screen and (min-width:580px) {
	.outer-box {
        padding: 16px 25px !important;
    }
}

@media screen and (max-width: 1199px) {
    .bottom-footer-left, .bottom-footer-container-japan .bottom-footer-left {
        grid-template-columns: 1fr !important;
			text-align:center;
    }
    .bottom-footer-left {
        background-color: #F7F7F9;
        border-radius: 30px;
        padding:20px;
    }
	.bottom-footer-left {
        margin-bottom: 30px;
    }
	.bottom-footer-container {
        text-align: center;
    }
	.bottom-footer-left {
		grid-template-columns:1fr!important;
		display:grid;
	}
    .outer-box {
        display: flex;
        flex-direction: column;
    }
	.bottom-footer-container-japan .bottom-footer-left .outer-box {
        align-items: center;
		width:100%!important;
    }
	.fxgt-footer-container {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .fxgt-navbar {
        padding: 15px;
    }
    .fxgt-nav-container .fxgt-logo, .fxgt-logo-mobile {
        width: 150px;
    }
    .fxgt-navbar .hamburger-btn:focus {
        box-shadow: none;
    }
    .fxgt-navbar .hamburger-btn>i {
        font-weight: 200;
        font-size: 27px;
        color: #fff;
    }
    .fxgt-footer-container .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    .fxgt-nav-container .offcanvas {
        width: 100%;
        top: 60px;
    }

    .right-nav-header {
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .right-nav-header i {
        font-size: 30px;
    }
    .fxgt-nav-container .offcanvas-header button {
        background-color: transparent;
        color: #F2F2F2 !important;
        border: 0;
        padding: 0;
    }
    .fxgt-navbar .top-left-menu, .fxgt-navbar .top-right-menu {
        align-items: center;
    }
    .fxgt-navbar .top-left-menu>li, .fxgt-navbar .top-right-menu>li {
        margin: 0;
        padding: 10px 0;
    }
    .fxgt-navbar .top-left-menu>li>a, .fxgt-navbar .top-right-menu>li>a {
        font-size: 14px;
    }
    .fxgt-navbar .top-right-menu>li {
        padding-bottom: 0;
    }

    /* Footer */
    .fxgt-footer-menu>li {
        padding: 8px;
    }
    .footer-payment-methods {
        justify-content: center;
    }
    .footer-payment-methods>p{
        width: 100%;
        text-align: center;
        padding: 10px 0 20px 0;
    }
    .footer-payment-methods>p>span {
        display: inline;
    }
    .footer-payment-methods img {
        margin: 10px;
    }
    .bottom-footer-container {
        flex-direction: column;
        text-align: center;
    }
    .bottom-footer-left .inner-box {
        justify-content: center;
    }
    .bottom-footer-left .outer-box:last-child {
        justify-content: center;
    }
    .bottom-footer-right {
        margin: 40px auto 0;
        text-align: left;
    }
}

@media screen and (max-width:580px) {
	.fxgt-footer-menu {
		justify-content:center;
		text-align:center;
		font-weight:600;
		gap:15px;
		font-size:14px;
	}

    .bottom-footer-left {
        row-gap: 20px !important;
        column-gap: 0 !important;
        padding: 20px !important;
        background-color: white;
        border-radius: 30px;
        background-color: #F7F7F9;
    }
	.bottom-footer-left .outer-box img {
        min-width: 18px;
    }
	.bottom-footer-left .outer-box:last-child img {
		object-fit:contain;
	}
	.bottom-footer-container .outer-box.japan-security img {
        min-width: 52px !important;
        width: 52px !important;
        height: 20px !important;
    }
	.fxgt-footer-container {
        padding: 0 10px !important;
    }
	.bottom-footer-container-japan .bottom-footer-left .outer-box:nth-of-type(2) div:nth-child(2) {
		gap:15px!important;
		flex-wrap:wrap!important;
		display: flex;
        justify-content: center;
	}
    .outer-box {
        padding: 10px;
    }
}
