@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.be-vietnam-pro-medium {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    background: #ffffff;
    background-color: #ffffff;
    scroll-behavior: smooth;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #5f5d5d !important;

}

a,
a:hover {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
    transition: all 0.3s ease 0s;

}

ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 0;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: letf;
}

.text-center {
    text-align: center;
}

.align-self-center {
    align-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

p,
li,
span {
    color: #5f5d5d;
    margin-bottom: 0;
}

.section {
    padding: 25px 0;
}

img {
    max-width: 100%;
    height: auto;
}



.thm-btn {}

.container-yup {
    padding: 0 70px;
}

/*Keyframes*/


/* start main style */

.header {
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgb(0 0 0/15%);
    -moz-box-shadow: 0 0 14px rgb(0 0 0/15%);
    box-shadow: 0 0 14px rgb(0 0 0/15%);
    padding: 10px 0;
    border-bottom: #eee solid 2px;
}

.header__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__middle .header__logo img {
    height: 75px;
}

.header__nav .nav-ul {
    display: flex;
    gap: 40px;
    position: relative;
}

.header__nav .nav-ul>li {
    position: relative;
}

.header__nav .nav-ul>li.dropdown.dropdown-crazy {
    position: unset;
}

.header__nav .nav-ul>li.nav-login {
    display: none;
}

.header__nav .menu__toggle {
    background: #181436;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 0;
    height: 2.5rem;
    position: relative;
    width: 3rem;
    cursor: pointer;
    transition: all 250ms ease;
}

.right-drawer-open .header__nav .menu__toggle {
    z-index: 1000000;
}

.header__nav .menu__toggle .menu__toggle__line {
    background: currentColor;
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}

.header__nav .menu__toggle .menu__toggle__line.menu__toggle__line__top {
    -webkit-transform: translate(-50%, calc(-50% - 0.6rem));
    -ms-transform: translate(-50%, calc(-50% - 0.6rem));
    transform: translate(-50%, calc(-50% - 0.6rem));
}

.header__nav .menu__toggle .menu__toggle__line.menu__toggle__line__bottom {
    -webkit-transform: translate(-50%, calc(-50% + 0.6rem));
    -ms-transform: translate(-50%, calc(-50% + 0.6rem));
    transform: translate(-50%, calc(-50% + 0.6rem));
}

.right-drawer-open .header__nav .menu__toggle .menu__toggle__line.menu__toggle__line__top {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.right-drawer-open .header__nav .menu__toggle .menu__toggle__line.menu__toggle__line__center {
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0);
}

.right-drawer-open .header__nav .menu__toggle .menu__toggle__line.menu__toggle__line__bottom {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: -250px;
    height: 100%;
    opacity: 0;
    background: #fff;
    transition: left 250ms ease, right 250ms ease, opacity 250ms ease, z-index 0ms 250ms ease;
    cursor: pointer;
    z-index: -1000000;
}

.right-drawer-open .drawer-backdrop {
    opacity: 0.2;
    z-index: 1000000;
    right: 0;
    transition: left 250ms ease, right 250ms ease, opacity 250ms ease, z-index 0ms 0ms ease;
}

body {
    transition: all 250ms ease;
}

body.right-drawer-open {
    overflow-x: hidden;
    transform: translateX(-250px);
}

.header__middle .header__login a,
.header__nav .nav-ul a {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14px;
}

.header__nav .nav-ul a:hover svg,
.header__nav .nav-ul a:hover {
    color: #D70 !important;
}

.header__nav .nav-ul a i {
    font-size: 16px;
    margin-left: 6px;
}

.header__nav .nav-ul a svg {
    height: 16px;
    margin-left: 6px;
}

.header__middle .header__login a {
    color: #DD7700 !important;
}

.header__nav .nav-ul .nav_sub_list {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    transition: 0.3s;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 15px 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1) !important;
    border: 1px solid #f4f4f4 !important;
}

.header__nav .nav-ul li.dropdown:hover .nav_sub_list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header__nav .nav-ul .nav_sub_list li:not(:last-child) {
    margin-bottom: 5px;
}

.header__nav .nav-ul .nav_sub_list a {
    text-transform: capitalize;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: 400;
}

.header__nav .nav-ul li.dropdown.dropdown-crazy .nav_sub_list {
    padding: 15px !important;
}

.header__nav .nav-ul li.dropdown.dropdown-crazy .nav_sub_list .nav_sub_list-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header__nav .nav-ul li.dropdown.dropdown-crazy .img-area img {
    border-radius: 5px;
}

.footer {
    background: #302D29;
    padding: 50px 0;
    position: relative;
    margin-top: 8rem;
}

.footer .footer-up-bg-img {
    margin-top: -17rem;
}

.footer__middle {
    display: flex;
    justify-content: space-between;
}

.footer__middle .footer-logo {
    margin-bottom: 15px;
}

.footer__middle .menu-heading {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer__middle ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__middle a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

.footer__middle .social-media {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.footer__middle .social-media a {
    font-size: 30px;
}

.herobanner-area {
    height: 755px;
    background: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.herobanner-area .left-img-area,
.herobanner-area .right-img-area {
    z-index: 2;
    width: 500px;
}

.herobanner-area .content-area {
    z-index: 2;
    text-align: center;
}

.herobanner-area .bottom-img-area {
    position: absolute;
    bottom: -100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.herobanner-area .bottom-img-area img {
    width: 100%;
}

.herobanner-area .content-area .sub-heading {
    color: #181436;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 148.148% */
}

.herobanner-area .content-area .sub-heading span {
    color: #181436;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
}

.herobanner-area .content-area .main-heading {
    font-family: "Bebas Neue", sans-serif;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFDEB8;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: 95px;
    background: linear-gradient(90deg, #FF8A00 15.97%, #195ABB 53.16%, #155F33 86.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
}

.herobanner-area .content-area .p-prag {
    color: #535353;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 166.667% */
}

.herobanner-area .content-area .main-heading-content {
    display: flex;
    align-items: center;
}

.herobanner-area .content-area .main-heading-content span {
    margin-left: 10px;
}

.herobanner-area .content-area .exp-btn {
    display: flex;
    height: 45px;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #D70;
    margin: auto;
    margin-top: 40px;
    width: fit-content;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-three-box {
    padding-bottom: 60px;
}

.section-three-box .content-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.section-three-box .content-area .box {
    width: 200px;
    height: 150px;
    border: 5px solid #ECECEC;
    align-items: center;
    justify-content: center;
    display: flex;
}

.section-three-box .content-area .box:nth-child(1) {
    background: #FD9800;
}

.section-three-box .content-area .box:nth-child(2) {
    background: #1E5BB6;
}

.section-three-box .content-area .box:nth-child(3) {
    background: #145F32;
}

.section-three-box .content-area .box .sub-heading {
    color: #F5F5F5;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 49.5px */
    text-transform: uppercase;
}

.section-three-box .content-area .box .main-heading {
    color: #F5F5F5;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    align-self: stretch;
}

.virtual-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.virtual-section .heading-area .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.96px;
    text-transform: uppercase;
}

.virtual-section .heading-area {
    text-align: center;
}

.virtual-section .item-area {
    padding: 60px 15px;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 45px;
}

.virtual-section .single-item {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
}

.virtual-section .single-item .img-area img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.virtual-section.category-section .single-item a {
    display: block;
}

.virtual-section.category-section .single-item .img-area {
    padding: 20px 30px;
    text-align: center;
}

.virtual-section.category-section .single-item .img-area img {
    width: auto;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.virtual-section .single-item .label-area {
    position: absolute;
    top: 0;
    padding: 15px 0;
}

.virtual-section .single-item .label-area span {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-top: 2px solid #FFDEB8;
    border-right: 2px solid #FFDEB8;
    border-bottom: 2px solid #FFDEB8;
    background: #FD9800;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.30);
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.virtual-section .single-item .content-area {
    padding: 15px;
}

.virtual-section .single-item .content-area .box-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.virtual-section .single-item .content-area .box-heading02 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.virtual-section .single-item .content-area .box-heading02 span {
    font-weight: 400;
}

.virtual-section .single-item .content-area .p-prag {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 35px;
}

.virtual-section .single-item .content-area .view-btn {
    display: flex;
    height: 45px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new-view-btn {
    display: flex;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.challenge-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

/* product-deatils-page */

.product-banner-section {
    width: 100%;
    background-color: #302D29;
}

.product-banner-section .container {
    padding: 40px 15px;
    background-image: linear-gradient(90deg, #302D29 24.97%, #302D29 38.3%, rgba(26, 26, 26, 0.04) 97.47%, #302D29 100%), url(images/running-web-2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.product-banner-section.club-product-banner-section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.product-banner-section.club-product-banner-section .container {
    background-image: none;
    padding: 60px 15px;
}

.product-banner-section .img-area img {
    height: 300px;
    width: 370px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.product-banner-section .content-area {
    padding: 0 40px;
}

.product-banner-section.club-product-banner-section .content-area {
    padding: 30px 45px;
    background: #0000005e;
    border-radius: 5px;
    border: 1px solid;
}

.product-banner-section .content-area .box-heading {
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-banner-section .content-area .box-heading02 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.product-banner-section .content-area .box-heading02 span {
    color: #fff;
    font-weight: 200;
}

.product-banner-section .content-area .p-prag {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 35px;
}

.product-banner-section .content-area .view-btn {
    display: flex;
    height: 40px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
}

.product-content-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.product-content-section .col-8-left {
    padding-right: 30px;
}

.product-content-section .aboutforservice {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 25px;
}

.product-content-section .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-content-section .aboutforservice .p-prag {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.product-content-section .aboutforservice .img-area img {
    width: 100%;
    margin-bottom: 20px;
}

.product-content-section .review-area,
.product-content-section .participate-area {
    padding: 35px 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.product-content-section .review-area .owl-review-slider,
.product-content-section .participate-area .owl-participate-slider {
    position: relative;
    padding: 0 51px;
}

.product-content-section .participate-area .owl-participate-slider .item {
    padding: 15px;
    text-align: center;
}

.product-content-section .participate-area .owl-participate-slider .item img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.product-content-section .participate-area .owl-participate-slider .item h3 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
}

.product-content-section .review-area .owl-review-slider .owl-dots,
.product-content-section .participate-area .owl-participate-slider .owl-dots {
    display: none;
}

.product-content-section .review-area .owl-review-slider .owl-nav,
.product-content-section .participate-area .owl-participate-slider .owl-nav {
    position: absolute;
    margin: 0;
    top: 40%;
    left: 0;
    right: 0;
    height: 10px;
}

.product-content-section .review-area .owl-review-slider .owl-nav button,
.product-content-section .participate-area .owl-participate-slider .owl-nav button {
    margin: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    background: #302D29;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-content-section .review-area .owl-review-slider .owl-nav button.owl-prev,
.product-content-section .participate-area .owl-participate-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.product-content-section .review-area .owl-review-slider .owl-nav button.owl-next,
.product-content-section .participate-area .owl-participate-slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.product-content-section .review-area .owl-review-slider .owl-nav button span,
.product-content-section .participate-area .owl-participate-slider .owl-nav button span {
    color: #fff;
    height: 100%;
}

.product-content-section .review-area .total-review {
    font-weight: 400;
    font-size: 18px;
}

.product-content-section .review-area .owl-review-slider {
    margin-top: 25px;
    margin-bottom: 10px;
}

.product-content-section .review-area .owl-review-slider .item {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    padding: 24px;
}

.product-content-section .share-with-area .share-with-box,
.product-content-section .review-area .owl-review-slider .review-box3,
.product-content-section .review-area .owl-review-slider .review-box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-content-section .review-area .owl-review-slider .review-box1 .rating,
.product-content-section .review-area .owl-review-slider .review-box1 .img-name {
    display: flex;
    align-items: center;
}

.product-content-section .review-area .owl-review-slider .review-box1 .img-name img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.product-content-section .review-area .owl-review-slider .review-box1 .img-name h6 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 15px;
}

.product-content-section .review-area .owl-review-slider .review-box1 .rating i {
    color: #D70;
    font-size: 16px;
}

.product-content-section .review-area .owl-review-slider .review-box1 .rating h6 {
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.product-content-section .review-area .owl-review-slider .review-box2 {
    margin: 20px 0;
}

.product-content-section .review-area .owl-review-slider .review-box2 p {
    font-size: 15px;
    line-height: 26px;
}

.product-content-section .review-area .owl-review-slider .review-box3 {
    margin-top: 15px;
}

.product-content-section .review-area .owl-review-slider .review-box3 .likes {
    display: flex;
}

.product-content-section .review-area .owl-review-slider .review-box3 .likes button {
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    margin-right: 15px;
    font-size: 15px;
    color: #5f5d5d;
}

.product-content-section .review-area .owl-review-slider .review-box3 .likes button svg {
    height: 15px;
    fill: #5f5d5d;
    margin-right: 5px;
}

.product-content-section .review-area .owl-review-slider .review-box3 .timedate h6 {
    font-size: 14px;
    color: #5f5d5d;
    font-style: italic;
    font-weight: 400;
}

.product-content-section .share-with-area {
    padding: 35px 0;
}

.product-content-section .share-with-area .social-media li {
    display: inline-block;
}

.product-content-section .share-with-area .social-media li:not(:last-child) {
    margin-right: 10px;
}

.product-content-section .share-with-area .social-media li a {
    width: 38px;
    height: 38px;
    background: #302D29;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content-section .share-with-area .social-media li a:hover {
    background: #D70;
}

.product-content-section .share-with-area .btn-area .view-btn {
    display: flex;
    height: 40px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
}

.product-content-section .tags-area {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
}

.product-content-section .latest-post-area .main-heading,
.product-content-section .tags-area .main-heading {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 10px;
}

.product-content-section .tags-area ul li {
    display: inline-block;
    margin-right: 5px;
}

.product-content-section .tags-area ul li a {
    border-radius: 5px;
    background: rgb(204, 204, 204);
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
    padding: 1px 15px;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    text-transform: capitalize;
}

.product-content-section .latest-post-area {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-top: 25px;
}


.work-section {
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.work-section .work-box-area {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.work-section .img-area {
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.work-section .img-area .map-img {
    position: absolute;
    top: -16%;
    left: 12%;
    height: 190px;
}

.work-section .content-area {
    width: 50%;
}

.work-section .content-area .work-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.work-section .Works-items {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.work-section .Works-items .item-box {
    display: flex;
    align-items: center;
}

.work-section .Works-items .icon-area {
    margin-right: 10px;
    position: relative;
}

.work-section .Works-items .icon-area:after {
    content: "";
    position: absolute;
    bottom: -135%;
    left: 50%;
    border-right: 2px dashed #6A593E;
    height: 70px;
}

.work-section .Works-items .icon-area.not-after:after {
    display: none;
}

.work-section .Works-items .item-heading {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.work-section .Works-items .item-heading a {
    color: #3C519C !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.work-section .Works-items .p-prag {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 23px;
    margin-top: 4px;
}

.work-section .content-area .p-prag-uper {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 27px;
}

.work-section .content-area .view-btn {
    display: flex;
    height: 45px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 366px;
}

.blog-section {
    padding: 60px 0;
}

.blog-section .heading-area {
    text-align: center;
}

.blog-section .heading-area .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-section .item-area {
    padding: 42px 15px;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 25px;
}

.blog-section .single-item {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
}

.blog-section .single-item .img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.blog-section .single-item .label-area {
    position: absolute;
    top: 0;
    padding: 15px 0;
}

.blog-section .single-item .label-area span {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-top: 2px solid #FFDEB8;
    border-right: 2px solid #FFDEB8;
    border-bottom: 2px solid #FFDEB8;
    background: #FD9800;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.30);
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.blog-section .single-item .content-area {
    padding: 15px 30px;
}

.blog-section .single-item .time-area {
    display: flex;
    align-items: center;
}

.blog-section .single-item .time-area svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.blog-section .single-item .time-area .time-text {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-section .single-item .box-heading {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-top: 10px;
}

.blog-section .single-item .box-heading02 {
    color: #0E4B9F;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 16px;
}

.blog-section .single-item .p-prag {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;
}

.registerandred-section {
    padding: 60px 0;
}

.registerandred-section .container-yup {
    background: rgba(60, 81, 156, 0.28);
}

.registerandred-section .item-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    overflow: hidden;
}

.registerandred-section .single-item {
    height: 148px;
    width: 385px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: -20px;
    padding-left: 34px;
}

.registerandred-section .single-item.item01:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 148px;
    height: 148px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #fd9800;
    box-shadow: 20px -19px 0 18px rgb(255 255 255);
}

.registerandred-section .single-item.item01:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -113px;
    width: 148px;
    height: 148px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: rgb(201 207 227);
    box-shadow: 20px -19px 0 18px rgb(255 255 255);
}

.registerandred-section .single-item.item02:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 148px;
    height: 148px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #280FC3;
    box-shadow: 20px -19px 0 18px rgb(255 255 255);
}

.registerandred-section .single-item.item03:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 148px;
    height: 148px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #155F33;
    box-shadow: 20px -19px 0 18px rgb(255 255 255);
}

.registerandred-section .single-item.item03:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -52px;
    width: 148px;
    height: 148px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: rgb(201 207 227);
    box-shadow: 20px -19px 0 18px rgb(201 207 227);
}

.registerandred-section .single-item:nth-child(1) {
    background: #FD9800;
}

.registerandred-section .single-item:nth-child(2) {
    background: #280FC3;
}

.registerandred-section .single-item:nth-child(3) {
    background: #155F33;
}

.registerandred-section .single-item .main-heading {
    color: #FFF;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8px;
}

.registerandred-section .single-item .p-prag {
    color: #FFF;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 261px;
}

.registerandred-section .content-area {
    z-index: 3;
}

.hall-section {
    padding: 60px 0;
}

.hall-section .heading-area {
    text-align: center;
}

.hall-section .heading-area .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hall-section .heading-area .heading-p {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 19px;
}

.hall-section .img-area {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hall-section .img-area img {
    width: 100%;
}

.header.is-sticky {
    position: fixed;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background: rgba(255, 255, 255, 0.6);
    border-bottom: #eee solid 0px;
    padding: 5px 0;
}

.header.is-sticky .header__middle .header__logo img {
    height: 50px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


/* Login Page */
.frontLogContainer {
    position: relative;
    max-width: 1000px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
    margin: 100px auto;
}

.frontLogContainer .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}

.frontLogContainer #flip:checked~.cover {
    transform: rotateY(-180deg);
}

.frontLogContainer .cover .front,
.frontLogContainer .cover .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cover .back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    z-index: 1111;
}

.frontLogContainer .cover::before,
.frontLogContainer .cover::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 12;
}

.frontLogContainer .cover::after {
    opacity: 0.3;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.frontLogContainer .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
    background: #fff;
}

.frontLogContainer .cover .text {
    position: absolute;
    z-index: 130;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.cover .text .text-1,
.cover .text .text-2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500;
}

.frontLogContainer .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.frontLogContainer .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px);
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.forms .form-content .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #000;
}

.forms .signup-form .title:before {
    width: 20px;
}

.forms .form-content .input-boxes {
    margin-top: 30px;
}

.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.form-content .input-box input:focus,
.form-content .input-box input:valid {
    border-color: #000;
}

.form-content .input-box i {
    position: absolute;
    color: #000;
    font-size: 17px;
}

.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.forms .form-content .text a {
    text-decoration: none;
}

.forms .form-content .text a:hover {
    text-decoration: underline;
}

.forms .form-content .button {
    color: #fff;
    margin-top: 40px;
}

.forms .form-content .button input {
    color: #fff;
    background: #000;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.forms .form-content .button input:hover {
    background: #000;
}

.forms .form-content label {
    color: #000;
    cursor: pointer;
}

.forms .form-content label:hover {
    text-decoration: underline;
}

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px;
}

.frontLogContainer #flip {
    display: none;
}

.frontForgotContainer {
    position: relative;
    max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 100px auto;
}

.forgot-form {
    width: 100%;
}

@media (max-width: 767px) {
    .frontLogContainer .cover {
        display: none;
    }

    .form-content .login-form,
    .form-content .signup-form {
        width: 100%;
    }

    .form-content .signup-form {
        display: none;
    }

    .frontLogContainer #flip:checked~.forms .signup-form {
        display: block;
    }

    .frontLogContainer #flip:checked~.forms .login-form {
        display: none;
    }
}

/* CSS for User Profile page */
.profileContent {
    margin: 100px 0;
    color: #000 !important;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.profile-user-box {
    position: relative;
    border-radius: 5px
}

.bg-custom {
    background-color: #e30f75 !important;
}

.profile-user-box {
    position: relative;
    border-radius: 5px;
}

.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #f08319;
}

.profileContent .card-box p,
.profileContent .card-box span {
    color: #fff;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid #fdc914;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    min-width: 100px;
    text-align: center;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
}

.inbox-widget .inbox-item img {
    width: 40px
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #313a46;
    display: block;
    margin: 0
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 12px
}

.comment-list .comment-box-item {
    position: relative
}

.comment-list .comment-box-item .commnet-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px
}

.comment-list .comment-box-item .commnet-item-msg {
    color: #313a46;
    display: block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px
}

.comment-list .comment-box-item .commnet-item-user {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0
}

.comment-list a+a {
    margin-top: 15px;
    display: block
}

.ribbon-box .ribbon-primary {
    background: #FD9800;
}

.ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(49, 58, 70, .15);
    -o-box-shadow: 2px 5px 10px rgba(49, 58, 70, .15);
    box-shadow: 2px 5px 10px rgba(49, 58, 70, .15);
    color: #fff;
    font-size: 13px;
}

.text-custom {
    color: #e30f75 !important;
}

.badge-custom {
    background: #e30f75;
    color: #fff;
}

.badge {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    padding: .35em .5em;
    font-weight: 500;
}

.text-muted {
    color: #000 !important;
}

.font-13 {
    font-size: 13px !important;
}

.mapBtn {
    padding: 5px 15px;
    border-radius: 5px;
    background: #0e9ba1;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-size: 12px;
}

.inbox-widget .row {
    margin-bottom: 10px;
}


.virtual-section.singleProduct .productdetail-wall {
    text-align: center;
}

.virtual-section.singleProduct .productdetail-wall .xzoom-container {
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
}

.virtual-section.singleProduct .productdetail-wall .xzoom-container img {
    outline: none;
    margin: 0 !important;
    height: auto;
    border: none;
    box-shadow: none;
}

.xzoom-source,
.xzoom-preview {
    display: none !important;
}

.virtual-section.singleProduct .productdetail-wall .xzoom-container .xzoom-thumbs {
    margin: 25px 0;
    text-align: center;
}

.virtual-section.singleProduct .productdetail-wall .xzoom-container .xzoom-thumbs a {
    padding: 10px;
    height: 90px;
    width: 90px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    margin: auto;
    align-items: center;
    display: flex;
}

.virtual-section.singleProduct .products-right-content {
    margin-left: 3rem;
    padding-top: 40px;
}

.virtual-section.singleProduct .heading-area {
    text-align: left;
}

.virtual-section.singleProduct .heading-area .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: capitalize;
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.virtual-section.singleProduct .total-price {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.virtual-section.singleProduct .stock-item {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: red;
}

.virtual-section.singleProduct .stock-item.in {
    color: #006204;
}

.virtual-section.singleProduct ul.stock-price {
    margin-top: 30px !important;
}

.virtual-section.singleProduct ul.stock-price li {
    margin-bottom: 15px;
}

.virtual-section.singleProduct ul.stock-price li .qty-label {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 5px;
}

.virtual-section.singleProduct ul.stock-price li .product-quantity {
    display: inline-flex;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    vertical-align: unset;
}

.virtual-section.singleProduct ul.stock-price li .product-quantity .quantity-plus,
.virtual-section.singleProduct ul.stock-price li .product-quantity .quantity-minus,
.virtual-section.singleProduct ul.stock-price li .product-quantity .productcartinput-inner {
    background-color: #fff;
    width: 40px;
    height: 37px;
    text-align: center;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "Be Vietnam Pro", sans-serif;
    position: relative;
    line-height: normal;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.virtual-section.singleProduct ul.stock-price li .product-quantity .quantity-plus,
.virtual-section.singleProduct ul.stock-price li .product-quantity .quantity-minus {
    font-size: 20px;
}

.virtual-section.singleProduct .products-right-content .discretion-area {
    margin-top: 40px;
    border-top: 1px solid rgb(229, 229, 229);
}

.virtual-section.singleProduct .products-right-content .discretion-area h1,
.virtual-section.singleProduct .products-right-content .discretion-area h2,
.virtual-section.singleProduct .products-right-content .discretion-area h3,
.virtual-section.singleProduct .products-right-content .discretion-area h4,
.virtual-section.singleProduct .products-right-content .discretion-area h5,
.virtual-section.singleProduct .products-right-content .discretion-area h6 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
    margin-top: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;

}

.virtual-section.singleProduct ul.stock-price li .add-cart {
    height: 35px;
    padding: 8px 25px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none !important;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.virtual-section.singleProduct ul.stock-price li .add-cart i {
    margin-right: 5px;
}

.virtual-section.singleProduct ul li {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.virtual-section.cart-section .lightbox-cart-8 {
    display: block !important;
}

.virtual-section.cart-section .lightbox {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-right: 3rem;
}

.virtual-section.cart-section .headBlock {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(229, 229, 229);
    display: flex;
    align-items: center;
}

.virtual-section.cart-section .headBlock svg {
    height: 16px;
    margin-right: 10px;
}

.virtual-section.cart-section .proCart-area {
    padding: 30px 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.virtual-section.cart-section .proCart-area .product-wapper-d {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 8px 0;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
}

.virtual-section.cart-section .proCart-area .products-wall-d {
    width: 100px;
    padding: 0 15px;
}

.virtual-section.cart-section .proCart-area .products-content-d {
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 77%;
}

.virtual-section.cart-section .proCart-area .products-content-area .product-title-d {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.virtual-section.cart-section .proCart-area .products-content-area .product-title-d a {
    color: #000;
}

.virtual-section.cart-section .proCart-area .product-wapper-d .product-other-details {
    margin: 0;
}

.virtual-section.cart-section .proCart-area .products-content-area .product-price-d {
    margin-bottom: 0;
}

.virtual-section.cart-section .proCart-area .products-content-area .product-price-d h3 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.virtual-section.cart-section .proCart-area .products-content-area .product-price-d h3 span {
    color: #000;
}

.virtual-section.cart-section .proCart-area .products-content-area .select_req {
    margin: 0;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.virtual-section.cart-section .proCart-area .quantity-area .quantity-title {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.virtual-section.cart-section .proCart-area .quantity-area .product-quantity {
    display: flex;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    vertical-align: unset;
}

.virtual-section.cart-section .proCart-area .quantity-area .product-quantity input,
.virtual-section.cart-section .proCart-area .quantity-area .product-quantity button {
    background-color: #fff;
    width: 35px;
    height: 30px;
    text-align: center;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Be Vietnam Pro", sans-serif;
    position: relative;
    line-height: normal;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.virtual-section.cart-section .proCart-area .quantity-area .product-quantity button {
    font-size: 20px;
}

.virtual-section.cart-section .proCart-area .product-wapper-d .remove-item {
    position: absolute;
    right: 15px;
    top: 35%;
    margin: 0;
}

.virtual-section.cart-section .proCart-area .product-wapper-d .remove-item .remove-cart-item {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background-color: #f94343;
    border: 0;
    font-size: 17px;
}

.virtual-section.cart-section .lightbox-footer {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding-top: 30px;
}

.virtual-section.cart-section .lightbox-footer .cartbox-footer a {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
    margin-left: 10px;
}

.virtual-section.checkout-section .cart-page02 .main-heading,
.virtual-section.cart-section .cart-page02 .main-heading {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.virtual-section.checkout-section .cart-page02 .selected-products,
.virtual-section.cart-section .cart-page02 .selected-products {
    padding: 20px 0;
    margin-bottom: 10px;
}

.virtual-section.checkout-section .cart-page02 .selected-products ul li,
.virtual-section.cart-section .cart-page02 .selected-products ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.virtual-section.checkout-section .cart-page02 .selected-products h3,
.virtual-section.cart-section .cart-page02 .selected-products h3 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    min-height: auto;
    line-height: 26px;
    text-transform: capitalize;
}

.virtual-section.checkout-section .cart-page02 .selected-products h3 span,
.virtual-section.cart-section .cart-page02 .selected-products h3 span {
    color: #000;
}

.virtual-section.checkout-section .cart-page02 .selected-products h2,
.virtual-section.cart-section .cart-page02 .selected-products h2 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    min-height: auto;
    text-transform: capitalize;
}

.virtual-section.checkout-section .cart-page02 .selected-products h2 span,
.virtual-section.cart-section .cart-page02 .selected-products h2 span {
    color: #000;
}

.virtual-section.checkout-section .cart-page02 .selected-products p,
.virtual-section.cart-section .cart-page02 .selected-products p {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    min-height: auto;
    line-height: 26px;
}

.virtual-section.checkout-section .cart-page02 .selected-products p span,
.virtual-section.cart-section .cart-page02 .selected-products p span {
    color: #000;
}

.virtual-section.checkout-section .checkout-process {
    margin-right: 3rem;
}

.virtual-section.checkout-section .checkout-process .cprocess-head {
    color: #000;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: relative;
}

.virtual-section.checkout-section .checkout-process .cprocess-head span {
    display: none;
}

.virtual-section.checkout-section .checkout-process .cprocess-head h2 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
    display: block;
    margin-bottom: 25px;
}

.virtual-section.checkout-section .checkout-process .proCart-area .product-wapper-d {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 8px 0;
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.07);
}

.virtual-section.checkout-section .checkout-process .proCart-area .product-wapper-d .cartProductDetails {
    width: 100px;
    padding: 0 15px;
}

.virtual-section.checkout-section .checkout-process .proCart-area .product-wapper-d .products-content-d {
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 77%;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .product-title-d {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .product-title-d a {
    color: #000;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .product-price-d {
    margin-bottom: 0;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .cart-price {
    padding: 0;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .cart-price h3 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.virtual-section.checkout-section .checkout-process .proCart-area .products-content-area .select_req {
    margin: 0;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.virtual-section.checkout-section .checkout-process .proCart-area .quantity-area .quantity-title {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.virtual-section.checkout-section .cprocess-address .addnew-address .form-group .form-control {
    border: 1px solid rgb(204, 204, 204);
    height: 40px;
    outline: none;
    box-shadow: none;
}

.virtual-section.checkout-section .cprocess-address .addnew-address .form-group textarea.form-control {
    height: auto;
}

.virtual-section.checkout-section .cprocess-address .addnew-address .add-address-here {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
    margin-top: 0px;
    margin-top: 10px;
}

.virtual-section.checkout-section .checkout-process .cprocess-address {
    position: relative;
    padding: 0;
    background-color: transparent;
    line-height: normal;
    border-bottom: none;
}

.virtual-section.checkout-section .cprocess-address .coupon-code-input {
    border: 1px solid rgb(204, 204, 204);
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.virtual-section.checkout-section .cprocess-address .coupon-code-input input[type="text"] {
    border: none;
    margin: 0;
    height: 35px;
    outline: none;
    box-shadow: none;
    width: 60%;
}

.virtual-section.checkout-section .cprocess-address .coupon-code-input input[type="submit"] {
    height: 35px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

.virtual-section.checkout-section .cprocess-address .checkbox .form-horizontal input {
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 8px;
    height: 40px;
    line-height: normal;
}

.virtual-section.checkout-section .cprocess-address .checkbox .form-horizontal .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.virtual-section.checkout-section .cprocess-address .checkbox .form-horizontal .btn-area .checkout_rg_link {
    height: 35px;
    padding: 8px 0;
    border-radius: 5px;
    background: transparent;
    color: #D70 !important;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
    float: none;
    display: block;
}

.virtual-section.checkout-section .cprocess-address .checkbox .form-horizontal .btn-area .deliver-here {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
}

.virtual-section.checkout-section .checkout-process ul li {
    margin-bottom: 25px;
}

.login-page {
    padding: 60px 0;
    position: relative;
    background: #fff;
}

.login-page .contentlogin-area {
    padding: 30px;
    background: #fff;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 810px;
    max-width: 100%;
    min-height: 480px;
    margin: auto;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.login-page .contentlogin-area .form-area .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    margin-bottom: 15px;
    text-align: center;
}

.login-page .contentlogin-area .form-area p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    margin-bottom: 40px;
    text-align: center;
}

.login-page .contentlogin-area .form-area .input-box {
    border: 1px solid rgb(204, 204, 204);
    height: 42px;
    line-height: 40px;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.login-page .contentlogin-area .form-area .input-box i {
    position: absolute;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgb(204, 204, 204);
    color: #000;
}

.login-page .contentlogin-area .form-area .input-box input {
    height: 40px;
    line-height: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 8px 15px;
    padding-left: 55px;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    background: transparent;
}

.login-page .contentlogin-area .form-area .input-box .error {
    position: relative;
    display: block;
    color: red;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    background: transparent;
}

.login-page .contentlogin-area .form-area .input-box input.error {
    color: #000;
}

.login-page .contentlogin-area .form-area .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-page .contentlogin-area .form-area .btn-area .submit-btn {
    height: 35px;
    padding: 8px 30px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
}

.login-page .contentlogin-area .form-area .btn-area .forget-btn {
    height: 35px;
    padding: 8px 0px;
    border-radius: 5px;
    background: transparent;
    color: #D70;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
}

.login-page .contentlogin-area .form-area .sign-up-text {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid rgb(229, 229, 229);
    display: block;
    margin-top: 28px;
    text-align: center;
}

.login-page .contentlogin-area .form-area .sign-up-text a {
    color: #D70;
}

.login-page .contentlogin-area .img-area {
    padding-left: 15px;
}

.login-page .contentlogin-area .form-area .input-box.generate-box {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    line-height: 37px;
}

.login-page .contentlogin-area .form-area .input-box.generate-box .btn-generate {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    margin: 0;
}

.login-page .contentlogin-area .form-area .input-box.generate-box .show-pwd {
    color: #D70;
    font-family: "Be Vietnam Pro", sans-serif;
}


.breadcrumb-main {
    position: absolute;
    top: 2rem;
    left: 0;
    text-transform: uppercase;
    transition: top 1s;
    background-color: #302D29;
    width: fit-content;
    padding: 5px 30px;
    padding-left: 65px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
    z-index: 2;
}

.breadcrumb-main ul.breadcrumb {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-main ul.breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 20px;
    margin: 0;
}

.breadcrumb-main ul.breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-weight: 300;
}

.breadcrumb-main ul.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-weight: 300;
    font-size: 1.28rem;
    color: #ffffff !important;
    padding: 0;
    padding-right: 0.5rem;
}



/* cart-deatils-page */

.banner-area-section a img,
.banner-area-section a {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
}

.cart-content-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.cart-content-section .select-events {
    margin-right: 3rem;
}

.cart-content-section .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.cart-content-section .selected-products-area ul {
    padding-top: 30px !important;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.cart-content-section .selected-products-area ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cart-content-section .selected-products-area h2 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.cart-content-section .selected-products-area .quantity {
    display: flex;
}

.cart-content-section .selected-products-area input {
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: "Be Vietnam Pro", sans-serif;
}

.cart-content-section .selected-products-area input[type="button"] {
    font-size: 22px;
}

.cart-content-section .selected-products-area ul.selected-total-ul {
    border: none;
}

.cart-content-section .selected-products-area ul.selected-total-ul p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.cart-content-section .process-btn-area {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cart-content-section .process-btn-area .coupon-code label {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.cart-content-section .process-btn-area .coupon-code-input {
    border: 1px solid rgb(204, 204, 204);
    margin-top: 3px;
    padding: 3px;
}

.cart-content-section .process-btn-area .coupon-code-input input {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px;
    height: 35px;
    line-height: normal;
}

.cart-content-section .process-btn-area .coupon-code-input button {
    height: 35px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

.cart-content-section .process-btn-area .process-btn {
    padding: 3px 0;
}

.cart-content-section .process-btn-area .process-btn button {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

.checkout-content-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.checkout-content-section .checkout-page {
    margin-right: 3rem;
}

.checkout-content-section .checkout-page .main-heading {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.checkout-content-section .checkout-fill-area {
    padding: 30px 0;
}

.checkout-content-section .checkout-page02 label,
.checkout-content-section .checkout-fill-area label {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.checkout-content-section .checkout-page02 input,
.checkout-content-section .checkout-fill-area select,
.checkout-content-section .checkout-fill-area input {
    border: 1px solid rgb(204, 204, 204);
    margin-top: 3px;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 8px;
    height: 40px;
    line-height: normal;
}

.checkout-content-section .checkout-fill-area .input-area {
    margin-bottom: 20px;
}

.checkout-content-section .checkout-page02 .whats-area,
.checkout-content-section .checkout-fill-area .signup-area {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkout-content-section .checkout-page02 .whats-area input,
.checkout-content-section .checkout-fill-area .signup-area input {
    height: 16px;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 8px;
    cursor: pointer;
}

.checkout-content-section .checkout-page02 .whats-area label,
.checkout-content-section .checkout-fill-area .signup-area label {
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.checkout-content-section .checkout-fill-area .process-btn {
    margin-top: 30px;
    text-align: end;
}

.checkout-content-section .checkout-fill-area .process-btn button {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

.checkout-content-section .checkout-page02 .main-heading {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.checkout-content-section .checkout-page02 .payment-method-area,
.checkout-content-section .checkout-page02 .billing-products,
.checkout-content-section .checkout-page02 .selected-products {
    padding: 20px 0;
    margin-bottom: 10px;
}

.checkout-content-section .checkout-page02 .selected-products ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout-content-section .checkout-page02 .selected-products h3 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.checkout-content-section .checkout-page02 .selected-products p,
.checkout-content-section .checkout-page02 .selected-products h2 {
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.checkout-content-section .checkout-page02 .input-area {
    margin-bottom: 15px;
}

.checkout-content-section .checkout-page02 .whats-area {
    margin-top: 0;
}

.checkout-content-section .checkout-page02 .coupon-code-input {
    border: 1px solid rgb(204, 204, 204);
    margin-top: 3px;
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.checkout-content-section .checkout-page02 .coupon-code-input input {
    border: none;
    width: auto;
    margin: 0;
    height: 35px;
}

.checkout-content-section .checkout-page02 .coupon-code-input button {
    height: 35px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

.checkout-content-section .checkout-page02 .payment-method-area .payment-title {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    margin-top: 15px;
}

.checkout-content-section .checkout-page02 .payment-method-area .process-btn {
    margin-top: 30px;
    text-align: end;
}

.checkout-content-section .checkout-page02 .payment-method-area .process-btn button {
    height: 35px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #D70;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    border: none;
    box-shadow: none;
    outline: none;
}

/* Ripple effect */
.ripple {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.ripple::before,
.ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 163, 63, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple-animation 2s infinite ease-out;
}

@keyframes ripple-animation {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}