.tt-promo-fixed {
    opacity: 1;
    display: flex;
}

.tt-description {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    padding-right: 17px;
    color: #999;
    width: 100%;
    flex: 2 1 auto;
    width: 100%;
    margin-top: 0;
}

.tt-text {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.tt-info {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    position: relative;
    top: 2px;
}

.tt-promo-fixed .tt-img {
    vertical-align: middle;
    width: 80px;
    min-width: 80px;
}

.tt-promo-fixed .tt-img img {
    width: 100%;
    height: auto;
}

.featured-in-animated {
    background-color: #18bbff;
    color: black;
    height: 85px;
    display: flex;
    align-items: center;
}

.featured-in__container {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: center;
}

.seen-swiper {
    display: flex;
    flex-direction: row;
}

.logo-container {
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-animation: track 60s linear infinite;
    animation: track 60s linear infinite;
    min-width: calc(560px * 5) !important;
}

@keyframes track {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.featured-in-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 24px;
    min-width: 750px;
}

.logo-slide-wrapper {
    display: flex;
    height: auto;
    min-width: 50px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.logo-slide-wrapper img {
    height: 40px;
    width: auto;
}

.logo-center-el {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 50%, #18bbff 77%, transparent 100%);
    transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
}

.line__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-top: 5px;
}

@media (max-width: 576px) {
    .logo-center-el {
        max-width: 55%;
    }
}

@media (max-width: 768px) {
    .featured-in-animated {
        height: 55px;
    }
    .featured-in-animated .star-icon {
        max-width: 92px;
    }
    .logo-container {
        min-width: calc(360px * 5) !important;
    }
    .line__text {
        font-size: 12px;
    }
    .logo-slide-wrapper img {
        max-height: 30px;
        width: auto;
    }
}

#chat-root {
    display: none;
}

@media (min-width: 601px) {
    #chat-root {
        display: block;
    }
}


/* Target mobile devices in portrait and landscape mode */

@media (max-device-width: 992px) and (orientation: portrait),
(max-device-width: 992px) and (orientation: landscape) {
    #chat-root {
        display: none;
    }
}

.trustpilot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3rem;
}

.trustpilot .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000
}

.trustpilot .subtitle {
    display: flex;
}

.trustpilot .subtitle p {
    margin: 0;
}

.trustpilot p {
    font-size: 14px;
}

.trustpilot img {
    max-width: 150px;
    height: auto;
    margin-bottom: .3rem;
}

.social-prooving-wrapper {
    font-size: 14px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.social-prooving-inner {
    border: 1px solid #eeeeee;
    border-radius: 0 0 8px 8px;
    background: #ffffff;
}

.social-prooving-content {
    border-radius: 10px;
    position: relative;
}

.social-prooving-content-img {
    position: relative;
}

.social-prooving-content-text-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

.social-prooving-content-img p {
    position: absolute;
    bottom: .5em;
    left: .5em;
    color: white;
    background-color: #015FB3;
    border-radius: 1em;
    padding: 5px 15px;
    font-weight: 700;
}

.testi-profile-name {
    margin-left: 6em;
    margin-bottom: 0;
    font-size: .8em;
}

.social-prooving .rating-wrapper {
    display: flex;
    align-items: center;
}

.social-prooving .rating-wrapper img {
    height: 100%;
    width: auto;
    max-width: 95px;
}

.social-prooving .rating {
    background-color: #EECD4A;
    border-radius: .2em;
    margin-right: .5em;
    padding: .1em .5em;
    font-weight: 600;
}

.social-prooving-content .testi-profile-pic {
    height: auto;
    padding: 0.5em !important;
}

.social-prooving-content-text {
    margin: 0;
}

.masonry {
    columns: 3 250px;
    column-gap: 30px;
}

.masonry .social-prooving-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.footer-module-cnt {
    display: flex !important;
    justify-content: center !important;
    height: auto !important;
    background-color: #FFF !important;
}

.footer-module {
    width: 100% !important;
    max-width: 1200px !important;
    padding: 40px 0 8px 0 !important;
}

.footer-module-columns {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    background-color: #FFF !important;
}

.footer-module-logo {
    width: 160px !important;
}

.footer-module-payments {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin-top: 28px !important;
}

.footer-module-column>h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    text-align: left !important;
}

.footer-module-column>ul {
    display: block !important;
    list-style-type: none !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}

.footer-module-column>ul>li {
    margin: 8px 0 !important;
    text-align: left !important;
}

.footer-module-column>ul>li>a {
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    color: #4F4C6773 !important;
}

.footer-module-banner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #FFF !important;
}

.copyright-txt {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: #4F4C6773 !important;
}

.payments-method-logo {
    width: auto;
    max-width: 280px;
    max-height: 50px;
    margin-bottom: 10px;
}

.mcda-logo {
    width: 150px !important;
    height: 30px !important;
}

.pipe_symbol {
    display: none !important;
}

@media (max-width: 1200px) {
    .footer-module {
        padding: 40px 32px !important;
    }
}

@media (max-width: 768px) {
    .footer-module-columns {
        flex-direction: column !important;
        justify-content: start !important;
        gap: 32px !important;
    }
    .footer-module-banner {
        flex-direction: column !important;
        justify-content: center !important;
        gap: 16px !important;
    }
    .payments-method-logo {
        max-width: 250px;
        height: auto;
    }
}

 :root {
    --primary-color: rgb(0, 0, 0);
    --primary-hover-color: #042D54;
    --text-switch: #ffffff;
    --text-white: #ffffff;
    --text-lighter: #374048;
    --text-normal: #000000;
    --primary-color-2: #4075A9;
    --bg-light-mocha: #fdf5e6;
    --btn-color: rgb(215, 36, 36);
    --header-check-color: rgb(235, 215, 13)
}

* {
    font-family: Montserrat, sans-serif;
}

*,
 ::before,
 ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    color: #000000;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.bg-light-gray {
    background-color: #f8fbfd;
}

.orderbutton {
    background-color: var(--btn-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    color: var(--text-white) !important;
}


/*===== TOP-HEADER-1 =====*/

.top-header-1 {
    padding: 1rem 1rem;
    background-color: rgb(2, 2, 2);
    color: var(--text-white);
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.top-header-1 p {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .top-header-1 p {
        font-size: 1.3rem
    }
}


/* ===== NAVBAR ===== */

.top-menu-1 {
    padding: 1rem;
}

.top-menu-1 .container {
    background-color: var(--text-white);
    max-width: 1170px;
    width: 100%;
    position: relative;
    padding: 0;
}

.top-menu-1 .container .logo-wrapper {
    height: 100%;
    max-height: 55px;
    display: flex;
    align-items: center;
    top: 0
}

.top-menu-1 .container div {
    display: inline-block;
    position: absolute;
    left: 0;
}

.top-menu-1 .container div .logo img {
    height: auto;
    max-width: 160px;
    max-height: 60px;
}

.top-menu-1 .container .menu-btn {
    display: none;
}

.top-menu-1 .container .menu-btn:checked~.menu {
    max-height: 200px;
}

.top-menu-1 .container .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.top-menu-1 .container .menu-btn:checked~.menu-icon .navicon::before {
    transform: rotate(-45deg);
}

.top-menu-1 .container .menu-btn:checked~.menu-icon .navicon::after {
    transform: rotate(45deg);
}

.top-menu-1 .container .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.top-menu-1 .container .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.top-menu-1 .container .menu-btn:hover {
    background-color: var(--text-white);
}

.top-menu-1 .container .menu-icon {
    cursor: pointer;
    float: right;
    padding: 2.8rem 2rem;
    margin: 0;
    position: relative;
    user-select: none;
}

.top-menu-1 .container .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.top-menu-1 .container .menu-icon .navicon::before {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: 5px;
}

.top-menu-1 .container .menu-icon .navicon::after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    top: -5px;
}

.top-menu-1 .container .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: var(--text-white);
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.top-menu-1 .container .menu li {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-menu-1 .container .menu li a {
    display: block;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    text-align: right;
}

.top-menu-1 .container .menu li.menu-orderbutton {
    display: none;
}

@media (min-width: 600px) {
    .top-menu-1 {
        background-color: var(--text-white);
        height: 7.5rem;
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .top-menu-1 .container {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .top-menu-1 .container .menu {
        clear: none;
        float: right;
        max-height: none;
        display: flex;
        height: 100%;
    }
    .top-menu-1 .container .menu li {
        float: left;
        padding: 2rem 1rem;
        justify-content: center;
    }
    .top-menu-1 .container .menu li.menu-orderbutton {
        display: flex;
    }
    .top-menu-1 .container .menu li.menu-orderbutton .orderbutton {
        display: inline-block;
        padding: .8rem 1.9rem;
    }
    .top-menu-1 .container .menu li.menu-orderbutton .orderbutton:hover {
        opacity: 0.75;
        color: var(--text-white);
    }
    .top-menu-1 .container .menu li.menu-orderbutton .orderbutton:focus {
        opacity: 0.75;
        color: var(--text-white);
    }
    .top-menu-1 .container .menu-icon {
        display: none;
    }
    .custom-navbar.is-scrolling {
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
}

@media (min-width: 768px) {
    .top-menu-1 .container .menu li {
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .top-menu-1 .container {
        max-width: 970px;
    }
}


/*========== NAVBAR FOOTER ======*/

.navbar-footer {
    display: block;
}

.navbar-footer div {
    background: var(--text-white);
    padding: 2rem 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.navbar-footer div a {
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    padding: 1.2rem 5rem;
}

.navbar-footer div a:hover {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--text-white);
    text-decoration: none;
}

.navbar-footer div a:focus {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--text-white);
}

@media (min-width: 600px) {
    .navbar-footer {
        display: none;
    }
}


/*========== HEADER-MODULE-1 =============*/

.header-module-1 {
    background-image: url(https://assets2.widitrade.com/assets/products/65533aa3b725c47b3b1284c4/background-dark-ppv3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 576px) {
    .header-module-1 {
        background-image: url(https://assets2.widitrade.com/assets/products/65533aa3b725c47b3b1284c4/background-dark-ppv3.webp);
    }
}

.header-module-1 .container {
    padding: 2rem 3rem;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-left {
    align-content: center;
    position: relative;
    padding-inline: 0;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1rem;
}

@media (min-width: 768px) {
    .header-module-1 .container .header-module-1__row .header-module-1__col-right {
        gap: 2rem;
    }
}

.header-module-1 .container .header-module-1__row .header-module-1__col-left .watch_img {
    display: block;
    margin: 0 auto;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    gap: .6rem;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 2rem;
    color: var(--text-switch);
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__rating {
    font-weight: 700;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__divider,
.header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine .ratingLine__text {
    font-weight: 400;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 0;
    color: var(--text-switch);
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right p {
    font-size: 1.75rem;
    color: var(--text-lighter);
    margin: 1.5rem 0;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    margin: 0;
    padding-bottom: 1.2rem;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 1.2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: var(--text-switch);
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right ul li i {
    color: var(--header-check-color);
    font-size: 2rem;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button {
    text-align: center;
    width: 100%;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
    display: flex;
    padding: 1.2rem 1rem;
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton:hover {
    text-decoration: none;
    opacity: 0.75;
    color: var(--text-white);
}

.header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton:focus {
    text-decoration: none;
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--text-white);
}

@media (min-width: 480px) {
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
        gap: .7rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
        font-size: 2.25rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li i {
        padding-top: .3rem;
    }
}

@media (min-width: 600px) {
    .header-module-1 .container {
        padding: 4rem 2rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
        font-size: 2.5rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .header-module-1 .container {
        max-width: 800px;
    }
    .header-module-1 .container .header-module-1__row {
        display: flex;
        flex-wrap: nowrap;
        gap: 2.3rem;
    }
    .header-module-1__row>div {
        flex: 1 1 0;
        min-width: 0;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-left,
    .header-module-1 .container .header-module-1__row .header-module-1__col-right {
        width: 100%;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right {
        align-items: flex-start;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-left {
        justify-content: flex-end;
        padding-right: 2rem;
        margin-left: auto;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-left img.watch_img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: 450px;
        margin: 0 0 0 auto;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right {
        width: 100%;
        max-width: 480px;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
        justify-content: start;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right h2 {
        font-size: 3.5rem;
        line-height: 4.6rem;
        text-align: left;
        max-width: 464px;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul {
        padding-bottom: 0;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
        font-size: 2rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .header-module-1__order-button .orderbutton {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 992px) {
    .header-module-1 .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 4rem 1rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right .ratingLine {
        gap: .9rem;
        font-size: 1.4rem;
    }
    .header-module-1 .container .header-module-1__row .header-module-1__col-right ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}


/*========== FEATURED-IN-ANIMATED Module =============*/

.featured-in-animated {
    background-color: unset;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.featured-in-animated .logo-center-el {
    display: none;
}


/*========= THREE-STEPS ==========*/

.three-steps .container {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    background: #FFFFFF;
}

.three-steps .container .three-steps__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1.7rem;
}

.three-steps .container .three-steps__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.three-steps .container .three-steps__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.three-steps .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

.three-steps .container .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 2.4rem;
}

.three-steps .container .steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 15px;
}

.three-steps .container .steps .steps-item h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.three-steps .container .steps .steps-item p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
}

.three-steps .container .steps .steps-item .steps-item-image img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

.three-steps .container .steps .steps-item .steps-item-media .circle {
    border-radius: 100%;
    aspect-ratio: 1/1;
}

.three-steps .container .steps .steps-item:last-child {
    padding-bottom: 0;
}

@media (min-width: 600px) {
    .three-steps .container .three-steps__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .three-steps .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
    .three-steps .container .steps {
        display: flex;
    }
    .three-steps .container .steps .steps-item {
        flex: 1 1 0;
    }
    .three-steps .container .steps .steps-item .steps-item-image.rounded img {
        max-width: 225px;
    }
}

@media (min-width: 992px) {
    .three-steps .container {
        max-width: 900px;
        padding: 4rem 0;
        gap: 3.5rem;
    }
    .three-steps .container .three-steps__header p {
        font-size: 1.6rem;
    }
    .three-steps .container .three-steps__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .three-steps .container .steps {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        gap: 8.5rem;
    }
    .three-steps .container .steps .steps-item h3 {
        font-size: 1.8rem;
        line-height: 30px;
    }
}


/*========= ABOUT-SECTION ==========*/

.about-section {
    background: linear-gradient(360deg, rgb(249, 216, 216) 35.5%, rgb(249, 249, 249) 100%);
}

.about-section .container {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

.about-section .container .about-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1.7rem;
}

.about-section .container .about-section__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.about-section .container .about-section__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.about-section .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

.about-section .container .about-section__content p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
}

@media (min-width: 600px) {
    .about-section .container .about-section__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .about-section .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
}

@media (min-width: 992px) {
    .about-section .container {
        max-width: 800px;
        padding: 4rem 0;
        gap: 3.5rem;
    }
    .about-section .container .about-section__header p {
        font-size: 1.6rem;
    }
    .about-section .container .about-section__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .about-section .container .about-section__content p {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}


/*========== GALLERY-BREAK =============*/

.gallery-break .container-fluid {
    padding-inline: 0;
}

@media (min-width: 1200px) {
    .gallery-break .container-fluid {
        max-width: 1440px;
    }
}

.gallery-break .gallery-break__img img {
    width: 100%
}


/*========== FEATURES-SECTION-1 =============*/

.features-section-1 .container {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

.features-section-1 .container .features-section-1__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1.7rem;
}

.features-section-1 .container .features-section-1__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.features-section-1 .container .features-section-1__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.features-section-1 .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

.features-section-1__content.row {
    gap: 2.5rem;
    margin-inline: unset;
    width: 100%;
}

.features-section-1__content .features-section-1__content-img,
.features-section-1__content .features-section-1__content-text .feature-item {
    padding-inline: 3rem;
    justify-items: center;
    align-content: center;
}

.features-section-1__content .features-section-1__content-img img {
    max-width: 270px;
    border-radius: .6rem;
    object-fit: contain;
    margin: 0 auto;
}

.features-section-1__content .features-section-1__content-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.features-section-1__content .features-section-1__content-text .feature-item {
    justify-content: center;
}

.features-section-1__content .features-section-1__content-text .feature-item,
.features-section-1__content .features-section-1__content-text .feature-item .feature-item__content {
    gap: 1rem;
}

.features-section-1__content .feature-item .feature-item__icon,
.features-section-1__content .feature-item .feature-item__content {
    padding-inline: 0;
}

.features-section-1__content .feature-item .feature-item__icon {
    display: flex;
    justify-content: center;
    flex-basis: 75px;
}

.features-section-1__content .feature-item .feature-item__icon img {
    width: auto;
    height: 55px;
}

.features-section-1 .container .features-section-1__content h4 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 0;
}

.features-section-1 .container .features-section-1__content p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .features-section-1 .container .features-section-1__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .features-section-1 .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
    .features-section-1 .container .features-section-1__content h4,
    .features-section-1 .container .features-section-1__content p {
        text-align: center;
    }
    .features-section-1__content .features-section-1__content-text .feature-item,
    .features-section-1__content .features-section-1__content-text .feature-item .feature-item__content {
        gap: .5rem;
    }
    .features-section-1__content .features-section-1__content-img,
    .features-section-1__content .features-section-1__content-text .feature-item {
        padding-inline: 0;
        align-items: center;
    }
    .features-section-1__content .features-section-1__content-img img {
        max-width: 350px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .features-section-1__content .feature-item .feature-item__icon,
    .features-section-1__content .feature-item .feature-item__content {
        flex-basis: auto;
    }
    .features-section-1__content .feature-item .feature-item__icon img {
        width: auto;
        height: 48px;
    }
}

@media (min-width: 992px) {
    .features-section-1 .container {
        max-width: 900px;
        padding: 4rem 0;
        gap: 3.5rem;
    }
    .features-section-1 .container .features-section-1__header p {
        font-size: 1.6rem;
    }
    .features-section-1 .container .features-section-1__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .features-section-1__content {
        flex-wrap: nowrap;
    }
    .features-section-1__content .features-section-1__content-img {
        min-width: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .features-section-1__content-text {
        max-width: 253px;
    }
}


/*========== BUTTON-SECTION =============*/

.button-section {
    padding: 1rem 0 3rem 0;
    text-align: center;
}

.button-section .orderbutton {
    display: flex;
    align-items: center;
    padding: 1.2rem 1rem;
    width: 85%;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    justify-content: center;
    gap: 1.5rem;
    margin-inline: auto;
}

.button-section .orderbutton:hover {
    text-decoration: none;
    opacity: 0.75;
    color: var(--text-white);
}

.button-section .orderbutton:focus {
    text-decoration: none;
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--text-white);
}

@media (min-width: 480px) {
    .button-section .orderbutton {
        max-width: 364px;
    }
}

@media (min-width: 600px) {
    .button-section .orderbutton {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .button-section .orderbutton {
        padding: 1.75rem 1rem;
    }
}


/*========== FEATURES-BAR-1 =============*/

.features-bar-1 {
    background-color: var(--primary-color);
    color: #ffffff;
    height: 6.4rem;
    display: flex;
    align-items: center;
}

.features-bar-1 .features-bar-1__container {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: center;
}

.features-bar-1 .features-bar-1__container .features-bar-1__swiper {
    display: flex;
    flex-direction: row;
}

.features-bar-1 .features-bar-1__container .features-bar-1__swiper .slides-container {
    display: flex;
    width: 100%;
    min-width: fit-content;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-animation: track 60s linear infinite;
    animation: track 60s linear infinite;
}

@keyframes track {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.features-bar-1 .features-bar-1__container .features-bar-1__swiper .slides-container .text-slide-wrapper {
    display: flex;
    height: auto;
    width: auto;
    margin-inline: 3rem;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.features-bar-1__swiper .slides-container .text-slide-wrapper p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .features-bar-1__swiper .slides-container .text-slide-wrapper p {
        font-size: 2rem;
    }
}


/*========== FEATURES-SECTION-2 =============*/

.features-section-2 .container {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.features-section-2 .container .features-section-2__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3rem;
    gap: 1.7rem;
}

.features-section-2 .container .features-section-2__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.features-section-2 .container .features-section-2__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.features-section-2 .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

@media (min-width: 600px) {
    .features-section-2 .container .features-section-2__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .features-section-2 .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
}

@media (min-width: 992px) {
    .features-section-2 .container {
        max-width: 900px;
        padding: 4rem 0;
        gap: 3.5rem;
    }
    .features-section-2 .container .features-section-2__header p {
        font-size: 1.6rem;
    }
    .features-section-2 .container .features-section-2__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.features-section-2 .container .features-section-2__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 992px) {
    .features-section-2 .container .features-section-2__content {
        flex-direction: row;
        gap: 3.5rem;
        align-items: center;
    }
}

.features-section-2 .container .features-section-2__content .features-section-2__content-asset {
    padding: 0 3rem;
}

.features-section-2 .container .features-section-2__content .features-section-2__content-asset .asset {
    border-radius: .6rem;
    max-width: 372px;
}

.features-section-2 .container .features-section-2__content .features-section-2__content-text {
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    padding: 0 4.5rem;
    align-items: flex-start;
}

@media (min-width: 576px) and (max-width: 991px) {
    .features-section-2 .container .features-section-2__content .features-section-2__content-text {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .features-section-2 .container .features-section-2__content .features-section-2__content-text {
        align-items: flex-start;
    }
}

.features-section-2 .container .features-section-2__content .features-section-2__content-text h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
}

@media (min-width: 992px) {
    .features-section-2 .container .features-section-2__content .features-section-2__content-text h3 {
        font-size: 2.8rem;
        line-height: 4rem;
    }
}

.features-section-2 .container .features-section-2__content .features-section-2__content-text .divider {
    width: 50px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 10px;
}

.features-section-2 .container .features-section-2__content .features-section-2__content-text p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 991px) {
    .features-section-2 .container .features-section-2__content .features-section-2__content-text p {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .features-section-2 .container .features-section-2__content .features-section-2__content-text p {
        font-size: 1.6rem;
        text-align: left;
    }
}


/*========== MID-SECTION-BAR-1 =============*/

.mid-section-bar-1 {
    background-color: var(--primary-color);
    color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 1.6rem 3rem;
}

.mid-section-bar-1 .container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-inline: 0;
    gap: 1rem;
}

@media (min-width: 576px) {
    .mid-section-bar-1 .container {
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .mid-section-bar-1 .container {
        max-width: 975px;
    }
}

.mid-section-bar-1 .container .logo-wrapper img {
    width: 100%;
    max-width: 102px;
    height: auto;
}

@media (min-width: 576px) {
    .mid-section-bar-1 .container .logo-wrapper img {
        max-width: 204px;
        max-height: 39px;
    }
}

.mid-section-bar-1 .container .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px
}

.mid-section-bar-1 .container .button-wrapper .orderbutton {
    box-shadow: none;
    padding: .8rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    max-width: 200px;
}

.mid-section-bar-1 .container .button-wrapper .orderbutton span {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
    text-align: center;
}

@media (min-width: 576px) {
    .mid-section-bar-1 .container .button-wrapper {
        height: 39px;
    }
    .mid-section-bar-1 .container .button-wrapper .orderbutton {
        padding: .8rem 3rem;
    }
    .mid-section-bar-1 .container .button-wrapper .orderbutton span {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .mid-section-bar-1 .container .button-wrapper .orderbutton {
        max-width: unset;
    }
}


/*========== REVIEWS-SECTION-1 =============*/

.reviews-section-1 {
    background-color: #F8F8F8;
}

.reviews-section-1 .container {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

.reviews-section-1 .container .reviews-section-1__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
}

.reviews-section-1 .container .reviews-section-1__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.reviews-section-1 .container .reviews-section-1__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.reviews-section-1 .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

@media (min-width: 600px) {
    .reviews-section-1 .container .reviews-section-1__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .reviews-section-1 .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
}

@media (min-width: 992px) {
    .reviews-section-1 .container {
        max-width: 900px;
        padding: 4rem 0;
        gap: 3.6rem;
    }
    .reviews-section-1 .container .reviews-section-1__header p {
        font-size: 1.6rem;
    }
    .reviews-section-1 .container .reviews-section-1__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.reviews-section-1 .reviews-section-1__rankings {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

@media (min-width: 576px) {
    .reviews-section-1 .reviews-section-1__rankings {
        gap: 3.5rem;
    }
}

.reviews-section-1 .reviews-section-1__rankings .ranking_stars p {
    font-size: 5.6rem;
    line-height: 4.6rem;
    font-weight: 500;
    text-align: center;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_numbers {
    height: 100%;
}

.reviews-section-1 .reviews-section-1__rankings .vertical-divider {
    width: 1px;
    background-color: #F0F0F0;
    align-self: stretch;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_numbers ol {
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 0;
    height: 100%;
    align-self: stretch;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_numbers ol li {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.84rem;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars {
    width: 100%;
    max-width: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.reviews-section-1 .reviews-section-1__rankings div.bg_light,
.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light {
    background-color: #E0E0E0;
    border-radius: 100px;
    height: 1.2rem;
}

.reviews-section-1 .reviews-section-1__rankings div.bg_light .bg_dark,
.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light .bg_dark {
    background-color: #333333;
    border-radius: 100px;
    height: 100%;
    width: 0;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(1) .bg_dark {
    width: 95%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(2) .bg_dark {
    width: 80%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(3) .bg_dark {
    width: 35%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(4) .bg_dark {
    width: 7%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_bars div.bg_light:nth-child(5) .bg_dark {
    width: 3%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content {
    flex-direction: column;
    align-self: stretch;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex-grow: 1;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item {
    display: flex;
    gap: 1rem;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    min-width: 100px;
    color: #666666
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item div.bg_light {
    width: 100%;
    max-width: 224px;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(1) div.bg_light .bg_dark {
    width: 95%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(2) div.bg_light .bg_dark {
    width: 92%;
}

.reviews-section-1 .reviews-section-1__rankings .ranking_content .ranking_content__category .category-item:nth-child(3) div.bg_light .bg_dark {
    width: 97%;
}

.reviews-section-1 .container .social-prooving .container {
    padding: 0;
}

.reviews-section-1 .container .social-prooving .trustpilot {
    display: none;
}

.reviews-section-1 .container .social-prooving .social-prooving-inner {
    border-radius: 8px;
}

.reviews-section-1 .container .social-prooving .social-prooving-inner .social-prooving-content .social-prooving-content-img img {
    border-radius: 8px 8px 0 0;
}

.reviews-section-1 .container .social-prooving .social-prooving-content-img p {
    background-color: #ffffff;
    color: #000000;
}

.reviews-section-1 .container .reviews-section-1__header p {
    font-size: 1.6rem;
}

.reviews-section-1 .container .reviews-section-1__footer p {
    font-size: 1.2rem;
    line-height: 1.44rem;
    text-align: center;
    max-width: 665px;
    color: #5E5E5E;
}


/*========== ORDER-BENEFITS-SECTION-1  =============*/

.order-benefits-section-1 .container {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .order-benefits-section-1 .container {
        padding: 4.5rem 1.5rem;
        width: auto;
    }
}

@media (min-width: 992px) {
    .order-benefits-section-1 .container {
        max-width: 900px;
        padding: 4rem 0;
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
    }
}

.order-benefits-section-1 .container .order-benefit-item {
    position: relative;
    border-radius: .6rem;
    border: 1px solid rgb(215, 36, 36);
    align-self: stretch;
    padding: 2rem;
    flex-grow: 1;
    width: 100%;
}

@media (min-width: 992px) {
    .order-benefits-section-1 .container .order-benefit-item {
        max-width: 284px;
    }
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(215, 36, 36);
    height: 5.5rem;
    border-radius: .6rem .6rem 0 0;
    z-index: -1
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon {
    width: 90px;
    height: 90px;
    margin-inline: auto;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: rgb(215, 36, 36);
    position: relative;
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon1 {
    -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted1\2E svg);
    mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted1\2E svg);
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon2 {
    -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted2\2E svg);
    mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted2\2E svg);
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon.icon3 {
    -webkit-mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted3\2E svg);
    mask-image: url(https\3A \2F \2F assets2\2E widitrade\2E com\2F assets\2F templates\2F 67e51edfc347981bea0602b3\2F trusted3\2E svg);
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .trusted-icon-before {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: auto;
    background-color: #ffffff;
    z-index: -1;
    border: 2px solid rgb(215, 36, 36);
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content img {
    margin-inline: auto;
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text {
    text-align: center;
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.order-benefits-section-1 .container .order-benefit-item .order-benefit-item__content .content-text p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 0;
}


/*========= FAQ ==========*/

.faq {
    background-color: #F8F8F8;
}

.faq .container {
    padding: 2rem 3rem;
    width: 100%;
    max-width: 640px;
}

.faq .container,
.faq .container .panel-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.faq .container .faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
}

.faq .container .faq__header p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: var(--primary-color);
}

.faq .container .faq__header h2 {
    display: block;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: capitalize;
}

.faq .container .divider {
    width: 100px;
    height: 7px;
    background: rgba(189, 189, 189, 0.5);
    border-radius: 1rem;
}

@media (min-width: 600px) {
    .faq .container .faq__header h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 768px) {
    .faq .container {
        padding: 4.5rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .faq .container {
        padding: 4rem 0;
    }
    .faq .container .faq__header p {
        font-size: 1.6rem;
    }
    .faq .container .faq__header h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.faq .container .panel-group,
.faq .container .panel-group .panel.panel-default {
    width: 100%;
}

.faq .container .panel-group .panel.panel-default {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.faq .container .panel-title {
    margin: 0;
    padding: 1rem 2rem;
    background-color: #FAFAFA;
}

.faq .container .panel-title a {
    color: var(--text-normal);
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.faq .container .panel-title a span {
    display: none;
}

.faq .container .panel-title a em {
    color: #000;
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 26px;
}


/* 
.faq .container .panel-title a b::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 14px;
    height: 2px;
    background-color: var(--primary-color);
    transform: rotate(-90deg);
}

.faq .container .panel-title a b::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 14px;
    height: 2px;
    background-color: var(--primary-color);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
} */

.faq .container .panel-title a.collapsed {
    text-decoration: none;
}

.faq .container .panel-title a.collapsed div {
    transform: rotate(0);
}

.faq .container .panel-title a.collapsed div::before {
    background-color: var(--primary-color);
}

.faq .container .panel-title a.collapsed div::after {
    background-color: var(--primary-color);
    opacity: 1;
}

.faq .container .panel-body {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1rem 2rem;
    color: var(--text-normal);
    background-color: #ffffff;
    border-radius: 0 0 .6rem .6rem;
}


/*========= BOTTOM-ORDER-SECTION-1 ==========*/

.bottom-order-section-1 {
    background-color: #FFFFFF;
}

.bottom-order-section-1 .container {
    padding: 1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .bottom-order-section-1 .container {
        padding: 4.5rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container {
        max-width: 900px;
        padding: 4rem 0;
        gap: 2rem;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed #000000;
    border-radius: .6rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__header {
    padding-inline: 3rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left {
    padding-inline: 3rem;
    position: relative;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper {
        padding: 4rem 2rem;
        flex-direction: row;
        gap: 2rem;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left {
        padding-inline: 0;
        max-width: 397px;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left img {
    margin-inline: auto;
    border-radius: .6rem;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.left img {
        margin-left: 0;
        margin-right: auto;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 2rem;
    padding-top: 1rem;
    gap: 1.5rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
    border-radius: .6rem;
    border: 1px solid #E9E9E9;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right {
        padding: 0;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
        border-radius: 10rem;
        padding: .5rem 1rem;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials,
.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .in-stock {
    padding: .75rem 1.5rem;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials,
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .in-stock {
        padding: 0;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    gap: 28px;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials img {
    width: 100%;
    max-width: 7.2rem;
    height: auto;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials img {
        max-width: 8rem;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials {
        gap: unset;
        border-bottom: none;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk {
    align-items: center;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk .rate {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    margin-inline: .5rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .socials .socials-dk .vertical-divider {
    width: .1rem;
    height: 2rem;
    background-color: #E9E9E9;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section {
    width: 100%;
    padding: 0;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section .orderbutton {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
    font-size: 1.4rem;
}

@media (min-width: 576px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .button-section .orderbutton {
        font-size: 1.6rem;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h3 {
    font-size: 1.2rem;
    line-height: 1.9rem;
    font-weight: 600;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 800;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #8F8F8F;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .button-section+p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #747474;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h3 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .bottom-order-section-1__header h2 {
        font-size: 3.6rem;
        line-height: 3.9rem;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper p {
        font-size: 1.6rem;
    }
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .button-section+p {
        font-size: 1.4rem;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock {
        flex-direction: row;
    }
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .socials .socials-mb span {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock {
    color: #53A179;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock .bullet {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background-color: #53A179;
    border-radius: 50%;
    margin-inline: 1rem;
}

.bottom-order-section-1 .container .bottom-order-section-1__wrapper .col.right .bottom-order-section-1__socials-in-stock .in-stock .bullet+span {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#productPopup .modal-dialog {
    max-width: 700px;
}

#productPopup .modal-content {
    border-radius: .5rem;
}

#productPopup .modal-header {
    background-color: #070835;
    padding: .8rem;
}

#productPopup .modal-header h4,
#productPopup .modal-header button {
    font-size: 1.6rem;
    font-weight: 500;
}

#productPopup button.close {
    color: white;
    opacity: 1;
    margin: -1.2rem -1.2rem -1.2rem auto;
    padding: 1.6rem;
}

#productPopup .modal-body {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr 1.5fr;
    column-gap: 2.4rem;
    padding: 1.6rem;
}

#productPopup .modal-body img {
    max-width: 225px;
    justify-self: center;
}

#productPopup .modal-body-right {
    grid-row: 1/3;
    grid-column: 2/3;
}

#productPopup .modal-body-right h1 {
    font-size: 36px;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

#productPopup .modal-body-right .popup-text {
    padding: .8rem 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
}

#productPopup .modal-body-right .popup-discount {
    border: none;
    padding: 1.6rem 4rem;
    background-color: #00A800;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 1.6rem;
}

#productPopup .modal-body-right .popup-views {
    margin-top: .8rem;
    color: red;
    text-decoration: underline;
    font-size: 14px;
}