/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
.video-wrapper iframe {
    width: 100%;
    display: block;
    height: 350px;
}

.video-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

@media(min-width: 1024px){
	ul#product-slider-carousel-list {
    display: flex;
}
}
/*== == Generic == == */
body {
    margin: 0px;
    background: white;
--primary-color: #2e9d63;
--secondary-color: #aacbb0;
    --third-color: #11311e;
    font-family: 'Poppins';
}
.xoo-wsc-ft-buttons-cont {
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-fields {
    display: none;
}

.xoo-wsc-ft-buttons-cont a {
    color: white !important;
    background: var(--primary-color);
    font-weight: 200 !important;
    padding: 5px;
    display: block;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 45px;
    line-height: 52px;
    font-weight: 500;
}

.subtitle {
    display: block;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
}
.subtext{
    font-size: 26px;
    line-height: 34px;
}
.fold1d-header .title span {
    color: var(--primary-color);
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
}

p {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 160px;
    padding: 10px 10px;
    background: none;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    color: var(--primary-color);
    border: solid 2px var(--primary-color);
    background: var(--primary-color);
    color: white;
}
.readmore:hover {
    opacity: .5;
}
.readmore.no-background {
    background: none;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: left;
    border: none;
    color: var(--primary-color);
    font-weight: 600;
}
.readmore.alt {
    border:solid 2px black;
    background:none;
    color:black;
    font-size: 18px;
    width: 180px;
}
.readmore.alt2 {
    border:solid 2px var(--primary-color);
    background:none;
    color:var(--primary-color);
    font-size: 18px;
    width: 180px;
}

.xoo-wsc-icon-basket3:before {
    /* content: "\f07a"; */
    /* font-family: 'Font Awesome 6 Pro'; */
}

.xoo-wsc-basket {
    background-color: var(--primary-color);
    color: white;
}

.f1-banner {
    background: black;
    height: 130px;
}

/*== == FOLD1C == ==*/

.fold1c {
    position: relative;
}

.fold1c-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fold1c-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold1c-wrapper {
    padding: 250px 0px 20px;
    color: white;
    position: relative;
}

.fold1c::before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.826226) 0%, rgba(0,212,255,0) 65%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

	/*== == FOLD1C END == ==*/

/*== == FOLD1D == ==*/

.fold1d {
    position: relative;
}

.fold1d-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold1d-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:1024px) {

.large .fold1d-wrapper {
    padding: 272px 0px 200px;
}
    
}

.fold1d-wrapper {
    position: relative;
    color: white;
    padding: 232px 0px 100px;
    text-align: center;
}

.fold1d-header .title:last-child {
    color: var(--primary-color);
}

.fold1d-readmore .readmore {
    width: 220px;
    margin: 0px;
}

.fold1d-content {
    position: relative;
    background: whitesmoke;
    padding: 40px 20px;
    text-align: center;
}

.fold1d-content p:last-child{
    margin:0px;
}

.fold1d-header .title:first-child {
    margin: 0px;
}

.fold1d-readmore {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.fold1d-background::before {
    content: '';
    background: #444b45d9;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold1d-header .title:last-child {
    color: white;
}

.fold1d-header .title .title {
    color: var(--primary-color);
}

.fold1d-readmore .readmore.alt {
    color: white;
    border-color: white;
}

.fold1d-bottom {
    position: relative;
}

.fold1d-bottom::before {
    content: '';
    background: white;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
}

.fold1d.solo {
    padding-bottom: 100px;
}

.solo .fold1d-bottom::before {
    height: calc(50% + 100px);
    bottom: -100px;
}

    /*=== == FOLD1D END == ==*/

/*== == PRODUCT SLIDER == ==*/

.product-slider {
    padding: 100px 0px;
    position: relative;
}

.product-slider-item-readmore .readmore {
    height: 44px;
    margin: 0;
}

@media (min-width:1024px) {

.product-slider-wrapper .splide li.splide__slide {
    flex: 1;
}

.product-slider-wrapper .splide ul.splide__list {
    gap: 30px;
    overflow: visible;
}

    
}


.product-slider .splide__track {
    overflow: visible;
}

.product-slider-item-header-number .title {
    font-size: 80px;
    line-height: 1;
}

.product-slider-header {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.product-slider-item-padding {
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.product-slider-header .title span {
    color: var(--primary-color);
}

.product-slider-item-readmore .readmore {
    width: 220px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    background: none;
    color: black;
    border: none;
}

.product-slider-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 25px 0px #00000066;
    pointer-events: none;
    transition: all 500ms ease;
    opacity: 0;
}

.product-slider-item {
    position: relative;
    background: white;
    transition: all 500ms ease;
    box-shadow: 0px 0px 12px -1px #0000006b;
    border-radius: 10px;
    height: 100%;
}


.product-slider-wrapper .splide {
    visibility: visible;
}

.product-slider-item-header .subtitle {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 32px;
}

.product-slider-item a {
    color: black;
    height: 100%;
    display: block;
}

.product-slider-item:hover::before {
    opacity: 1;
}

.product-slider-item-readmore p:hover {
    opacity: 1;
}

.product-slider-item .readmore {
    /* transform: translatey(100%); */
    color: white;
    background: var(--primary-color);
    margin-top: 10px;
}

.product-slider-item:hover {
    transform:scale(1.02);
}

.product-slider-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product-slider-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider-background::before {
    content: '';
    background: #ffffffbf;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product-slider .splide__pagination {
    padding-left: 0px;
    justify-content: center;
    gap: 5px;
    margin-top: 70px;
}

.product-slider .splide__pagination button {
    padding: 5px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.5;
}

.product-slider .splide__pagination button.is-active {
    background: var(--primary-color);
    opacity: 1;
}

.product-slider ul.splide__pagination li {
    flex: unset;
}

    /*== == PRODUCT SLIDER END == ==*/

.whitesmoke {
    background: whitesmoke;
}

.content-fold-b-content-inner p > a,
.fold1d-content p > a {
    color: var(--primary-color);
    font-weight: 600;
}

ul.services-list, ul:not([class]) {
    padding-left: 12.5px;
    list-style: none;
    margin-bottom: 10px;
}

ul.services-list li::before, ul:not([class]) li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Sharp';
    position: absolute;
    left: -12.5px;
    top: 4px;
    font-size: 14px;
    color: var(--primary-color);
}

ul.services-list li, ul:not([class]) li {
    position: relative;
    font-size: 15px;
    text-align: left;
}

.price {
    font-size: 36px;
    line-height: 42px;
    color: gray;
    font-weight: 600;
}

.content-fold-b-content-header:has(.price) .title {
    margin: 0px 0px 5px;
}

.pweb-title {
    text-align: center;
    padding-bottom: 30px;
    background: var(--primary-color);
    padding: 30px 0px 30px;
    border-top-left-radius: 25px;
    margin-bottom: 30px;
    color: white;
}

.empty-basket-fold {
    padding: 50px 0px 0px;
}

ul.icon-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 0px;
    padding-top: 20px;
    gap: 10px;
    margin-bottom: 00px;
    row-gap: 20px;
}

ul.icon-list li {
    display: flex;
    flex: 0 0 calc(100% / 3 - 7px);
    gap: 20px;
}

/*== == VIDEO == ==*/

.video-popup-wrapper {
    display: flex;
}

.video-popup-wrapper video {
    width: 100%;
    border-radius: 22px;
}

    /*== == VIDEO END == ==*/

.xoo-wsc-container a {
    color: var(--primary-color);
    font-weight: 600;
}

.policy-wrapper {
    padding: 50px 0px;
}

/* == == Generic END == == */

/*== == ICON SLIDER == ==*/

.icon-item {
    display: flex;
    gap: 10px;
    flex: 0 0 calc(100%/3);
}

.icon-item-content {
    display: flex;
    align-items: center;
}

.icon-container {
    padding: 0px 0px 100px;
}

.icon-item-content p span {
    display: block;
}

.icon-item i {
    font-size: 72px;
    line-height: 1;
    color: var(--primary-color);
}

.icon-item-content p {
    margin: 0px;
    font-size: 26px;
    line-height: 34px;
    color: gray;
}

    /*== == ICON SLIDER END == ==*/

/*== == PAGINATION / ARROWS == ==*/

.fold1-slider ul.splide__pagination {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
}

ul.splide__pagination li {
    display: flex;
    flex: 1;
}

ul.splide__pagination li button {
    transition: 
        all 500ms ease;
    display: block;
    padding: 10px;
    border-radius: 50%;
    border: none;
    background: none;
    border: solid 2px white;
    cursor: pointer;
}

div#fold1-carousel {
    position: relative;
}

ul.splide__pagination li button.is-active {
    background: white;
}

.splide__arrows {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translatey(-50%);
    pointer-events: none;
}

.splide__arrows button {
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    padding: 6px 10px 5px;
    font-size: 22px;
    color: white;
    display: block;
    width: 39px;
    pointer-events: all;
    cursor: pointer;
}

.splide__arrows .splide__arrow.splide__arrow--prev {
}

.splide__arrows button svg {
    fill: white;
    width: 20px;
    height: 20px;
    padding-top: 3px;
}

    /*=== == PAGINATION / ARROWS END == ==*/

/* == == HEADER == == */
div.logo img {
    height: 110px;
    transition: all 500ms ease;
}

div.logo * {
    object-fit: contain;
}

#page {
    /* overflow: hidden; */
    padding-top: 0px;
}

#masthead {
    padding: 10px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    transition:
        all 300ms ease;
    border-bottom: solid 2px #515250;
    width: 100%;
}

header#masthead.navbar-fixed-top {
    padding: 0px;
    background: #0000008c;
}

.header-fill header#masthead {
    background: #000000bf;
}

#masthead > .row-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    gap: 10px;
    z-index: 3;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    display: flex;
    flex: 1;
    max-width: 750px;
}

.menu-right {
    width: 100%;
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    background: none;
    list-style: none;
    padding: 0px;
    width: 330px;
    pointer-events: none;
}

@media (min-width:1024px) {

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events:all;
}
ul.sub-menu li a::before {
    content: '';
    background: #62c596;
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
}

}

ul.sub-menu li:last-child a::before {
    background: none;
}

li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu {
    left: 330px;
}

li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu li a::before {
    background: #626262eb;
}

li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu li a {
    background: #363636eb;
}

li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu li a:hover {
    background: #626262eb;
}

.top-phone a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;
    color: #333;
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    align-items: center;
}

ul#primary-menu li.menu-item {
    position: relative;
}

ul#primary-menu li.menu-item.pointer-none > a {
    cursor: default;
}

ul#primary-menu > li > a {
    color: white;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.site-header-top {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.site-header-icons {
    display: flex;
    align-items: center;
}

.site-header-icons a {
    display: block;
    font-size: 32px;
    color: white;
    padding: 0px 10px;
}

.site-header-icons .site-header-icon-item:first-child a {
    border-right: solid 2px white;
}

.logo {
    width: 260px;
}

.menu-menu-1-container, .menu-new-menu-container {
    display: flex;
    flex: 1;
}

.site-header-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.site-header-content-right p {
    margin: 0px;
}

.site-header-content-right :is(p, a) {
    color: white;
}

.navbar-fixed-top div.logo img {
    height: 70px;
    transform: scale(0.8);
    transform-origin: left;
}

header#masthead::before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(166deg, rgba(0,0,0,0.7262255243894433) 0%, rgba(0,212,255,0) 40%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: black;
    transition: all 300ms ease;
    background: #2e9d63e6;
    color: white;
    font-size: 18px;
    position: relative;
}

li.menu-item:hover > ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: 0px;
}

ul.sub-menu li a:hover {
    background: #62c596;
}

ul#mobmenuleft {
    width: 100%;
}

body .mobmenu-content li > .sub-menu li {
    padding: 0px;
}

body .mobmenu-content #mobmenuleft .sub-menu a {
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    background: none;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: calc(50% - 80px);
    height: 100%;
    left: 20px;
    top: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

input.readmore {
    margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #dbdbdb;
    border: solid 2px #dbdbdb;
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

.ebook-form-text span {
    color: var(--primary-color);
}

div#ebook-fold {
    padding: 150px 0px;
    width: 100%;
    overflow: hidden;
    background: whitesmoke;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 20px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: var(--primary-color);
    font-weight:600;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}
.ebook-form-text .subtext {
    text-transform:uppercase;
}
.ebook-form-text .subtext span {
    display: block;
    color: var(--primary-color);
}
.ebook-form-fields ~ .privacy-text p {
    font-size: 14px;
    line-height: 22px;
}

.ebook-flip .ebook-image {
    right: 20px;
    left: unset;
}

.ebook-flip .ebook-fold-inner {
    justify-content: flex-start;
}

.white-background div#ebook-fold {
    background: white;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 30px 0;
    position: relative;
    background: #2b8957;
    width: 100%;
    clear: both;
}

.footer-block .row-container {
    display: flex;
    align-items: flex-start;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item#middle {
    width: 55%;
    margin-right: 10%;
}

.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-block-item h6 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-block .footer-block-item#middle li {
    float: left;
    width: 33%;
    padding: 8.2px 0px;
    font-size: 17px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    transition:
        all .33s ease;
}

.footer-block .footer-block-item#middle li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform:
        translateY(-50%);
    -webkit-transform:
        translateY(-50%);
    left: -20px;
    color: white;
    font-size: 12px;
    font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
    color: #fff;
    opacity: .6;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
}

.footer-block .footer-block-item h5 {
    font-size: 28px;
    line-height: 36px;
    color: white;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-block .footer-block-item p {
    color: #eee;
    margin-bottom: 0px;
    line-height: 28px;
}

.footer-block .readmore {
    background: white;
    color: #333 !important;
}

.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 20px;
}

.footer-block-item a {
    color: white;
    font-size: 17px;
}

.footer-block .row-container .footer-block-item:last-child a {
    display: block;
    padding: 5px 0px;
}

.footer-block-item-icons {
    display: flex;
    gap: 10px;
}

.footer-block-item-icons a {
    font-size: 40px;
    line-height: 1;
}

/* == == FOOTER BLOCK END == ==*/
/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #289f67;
    clear: both;
}

#footer > .row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
    color: white;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
    font-family: 'Poppins';
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

#footer .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
}

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: var(--color1);
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--primary-color);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    background: whitesmoke;
    font-family: 'Poppins';
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
}

.contact-card .sub-btn {
    float: right;
}

.address-wrap ul.fax::before {
    content: '\f1ac';
    top: -7px;
}

.address-wrap ul li a {
    color: var(--primary-color);
    font-weight: 500;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: 
        all .25s ease .25s;
}

.poup-header-title {
    text-align: center;
    background: var(--primary-color);
    color: white;
    border-top-left-radius: 25px;
    padding: 20px 0px;
}

.poup-header-title .subtitle:first-child {
    font-weight: 300;
}

.popup-container {
    display: flex;
    flex-direction: column;
}

.popup-content {
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
}

.popup-form-wrapper {
    border-color: var(--third-color);
}

.popup-close {
    background: var(--secondary-color);
    border-color: transparent;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: 
        translate(-50%, -50%);
    -webkit-transform: 
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}


.popup-form-wrapper h3 {
    background: none;
    margin: 0px;
    padding: 0px;
}

.popup-form-wrapper input.wpcf7-submit {
    font-family: 'Poppins';
    text-align: center;
    background: var(--primary-color);
    border: none;
}

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select {
    font-family: 'Poppins';
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: 
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == System Pages END == ==*/

/*== == CUSTOM CHECKOUT FORM == ==*/

.form-row-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-row.half {
    flex: 1 0 45%;
}

.form-row {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
}

.form-row input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.faq-fold.no-padding-bottom {
    padding-bottom: 0px;
}

.accordion-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    /*== == CUSTOM CHECKOUT FORM END == ==*/

.product-slider-item-header {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.product-slider-item-readmore {
    height: 0;
}

span.vat {
    font-size: 0.3em;
    /* margin-left: 5px; */
}

div#decision-tree-form {
    max-width: 1024px;
    padding: 100px 0px;
    margin: 0px auto;
    text-align: center;
}

#decision-tree-form .step {display: none;flex-direction: column;align-items: center;gap:40px;}
        #decision-tree-form .step.active {display: flex;}

.form-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

div#decision-tree-form .subtext {
    color: var(--primary-color);
}

.form-buttons .readmore {
    margin: 0;
}

.fold1-item-content-text a:not([class]) {
    color: var(--primary-color);
}

nav.woocommerce-MyAccount-navigation li::before {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper.woo-additional-terms {
    width: 100%;
}

.checkout div#payment .woo-additional-terms p {color: #333 !important;width: 100%;flex-direction: row !important;padding: 0 !important;}

.checkout div#payment .woo-additional-terms p label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.checkout div#payment .woo-additional-terms p label input {
    width: 15px;
    height: 15px;
    margin: 0;
}

abbr.required {
    text-decoration: none;
}

.checkout div#payment .woo-additional-terms p abbr {
    display: none;
}