@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.eot');
    src: url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype'),
        url('../fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

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

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* 
.wrapper {
    overflow: hidden;
} */

/****** HEADER ******/
header {
    background-color: #fff;
}

.header-top {
    background-color: #344454;
    padding: 9px 0;
}

.header-top .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .media p {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.header-top .media ul {
    display: flex;
    align-items: center;
}

.header-top .media ul li {
    margin-right: 22px;
}

.header-top .media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .media ul li:last-child {
    margin: 0;
}

/***** NAVIGATION *****/
.navigation {
    padding: 16px 0;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-search {
    width: 511px;
    margin-left: 30px;
}

.navbar-search form {
    position: relative;
}

.navbar-search .form-control {
    border-radius: 6px;
    background-color: #F3F5F7;
    height: 44px;
    border: none;
    box-shadow: none;
    color: #7A858F;
    padding-left: 42px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

.navbar-search form a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #344454;
    padding: 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #6CBCB9;
}

.cart-btn {
    background-color: #8AD2CF;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
}

.nav-social {
    padding: 12px 35px;
    width: 100%;
}

.nav-social li {
    margin-right: 12px;
}

.nav-social li:last-child {
    margin: 0;
}

.nav-social li a {
    border: 1px solid #EAECF0;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-social li a:hover {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
}

.nav-social li a:hover svg path {
    fill: #fff;
}

.cross-icon {
    display: none;
}

/***** NAVIGATION *****/
.header-bottom {
    padding: 8px 0;
}

.header-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom ul li {
    padding: 0 4px;
}

.header-bottom ul li a {
    color: #344454;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    padding: 8.5px 34px;
    border-bottom: 2px solid transparent;
}

.header-bottom ul li a:hover {
    color: #6CBCB9;
    border-color: #6CBCB9;
}

/***** BANNER SEC *****/
.banner-left {
    background: #8AD2CF url(../images/banner-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 56px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.banner-left h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 68px;
    color: #fff;
    max-width: 466px;
    width: 100%;
}

.btn-default {
    background-color: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    color: #344454;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    padding: 0 24px;
}

.btn-default:hover {
    background-color: #344454;
    color: #fff;
}

.banner-right {
    position: relative;
}

.swiper-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 48px;
    bottom: 56px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0 6px;
    transition: all 0.5s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
    transition: all 0.5s ease-in-out;
}

/***** PERFECT GIFT SEC ******/
.title {
    text-align: center;
}

.title h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.perfect-gift-sec {
    padding: 86px 0;
}

.perfect-gift-inner {
    margin: 26px 0 0 0;
}

.perfect-gift-box {
    background-color: #EDF6F6;
    border-radius: 12px;
    position: relative;
    text-align: left;
    padding: 20px 20px;
    margin: 5px 0;
}

.perfect-gift-box span {
    position: absolute;
    right: 6px;
    bottom: 0;
}

.perfect-gift-box h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 93px;
    position: relative;
    z-index: 10;
}

.btn-default.black-bg {
    color: #EDF6F6;
    background-color: #344454;
    position: relative;
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    z-index: 10;
}

.btn-default.black-bg:hover {
    background-color: #8AD2CF;
    color: #fff;
}

/***** REVEIWS SEC ****/
.reveiws-inner {
    background-color: #D5E4F3;
    border-radius: 16px;
    padding: 32px 56px;
}

.reveiws-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.reveiws-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.reveiws-box ul li {
    margin-right: 5px;
}

.reveiws-box ul li:last-child {
    margin: 0;
}

.reveiws-box p {
    color: #344454;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.reveiws-box h4 {
    text-align: center;
    color: #344454;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    max-width: 379px;
    width: 100%;
    margin: 0 auto 16px;
}

.reveiws-box span {
    text-align: center;
    color: #344454;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1;
    width: 100%;
}

/******** PRODUCT OFFER SEC *****/
.product-offer-sec {
    padding: 100px 0 75px;
}

.yellow-bg {
    background-color: #FFFAED;
}

.filter-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.filter-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-btn ul li {
    padding: 0 5px;
}

.filter-btn ul li a {
    font-family: 'Inter', sans-serif;
    color: #344454;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #344454;
    border-radius: 44px;
    height: 36px;
}

.filter-btn ul li a:hover,
.filter-btn ul li.active a {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
}

.filter-btn .swiper-button-next,
.filter-btn .swiper-button-prev {
    background-color: #344454;
    transition: all 0.5s ease-in-out;
}

.filter-btn .swiper-button-next:hover,
.filter-btn .swiper-button-prev:hover {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
    transition: all 0.5s ease-in-out;
}

.filter-btn .swiper-button-next svg,
.filter-btn .swiper-button-prev svg {
    width: auto;
    height: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.offerSwiper,
.giftsSwiper {
    padding-left: calc(50vw - 673px)
}

.product-offer-box .image-holder {
    position: relative;
}

.product-offer-box .image-holder img {
    width: 100%;
}

.product-offer-box .image-holder ul {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
}

.product-offer-box .image-holder ul li {
    margin-right: 4px;
    width: auto;
    padding: 0;
}

.tag {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.28px;
    height: 26px;
    color: #fff;
    border-radius: 26px;
    padding: 0 11px;
}

.red-bg {
    background-color: #FF613B;
}

.green-bg {
    background-color: #398934;
}

.product-offer-box .text-box {
    margin: 14px 0 0 0;
}

.product-offer-box .text-box h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product-offer-box .text-box .media {
    display: flex;
    align-items: center;
    margin: 7px 0 2px 0;
}

.product-offer-box .text-box .media p {
    color: #8A96A2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-right: 6px;
}

.product-offer-box .text-box .media strong {
    color: #6CBCB9;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.product-offer-box .text-box img {
    margin-right: 8px;
}

.product-offer-box .text-box span {
    display: flex;
    align-items: center;
    color: #8A96A2;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

/***** BROWSE GIFT SEC ****/
.browse-gift-sec {
    padding: 72px 0 60px;
}

.browse-gift-sec .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browse-gift-sec .product-offer-box .text-box .media {
    justify-content: flex-start;
}

.categories-sort ul {
    display: flex;
    align-items: center;
}

.categories-sort ul li {
    margin-left: 8px;
    position: relative;
}

.categories-sort .form-control {
    background-color: #F3F5F7;
    border-radius: 6px;
    height: 40px;
    box-shadow: none;
    border: none;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    padding: 0 40px 0 12px;
}

.down-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
}

.browse-gift-inner {
    margin: 22px 0 0 0;
}

.browse-gift-inner ol {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -8.5px 26px;
}

.browse-gift-inner ol li {
    width: 20%;
    padding: 10px 8.5px;
}

/***** PAGINATION *****/
.pagination {
    justify-content: center;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item {
    padding: 0 5px;
}

.page-item-dots {
    width: 32px;
    height: 32px;
    color: #8A96A2;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-link {
    margin-right: 20px;
}

.right-link {
    margin-left: 20px !important;
}

.page-link {
    border: 1px solid #DCE0E4;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #8A96A2;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover,
.page-link.active {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
    color: #fff;
}

.page-link.page-btn:hover,
.page-link.page-btn.active {
    background-color: #344454;
    border-color: #344454;
}

.page-link.page-btn:hover svg path,
.page-link.page-btn.active svg path {
    fill: #fff;
}

/***** EASY STEPS *****/
.easy-steps-sec {
    background: url(../images/step-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 72px 0 67px;
}

.easy-steps-inner {
    margin: 30px 0 0 0;
}

.easy-step-box {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.easy-step-box .image-holder {
    max-width: 150px;
    width: 100%;
}

.easy-step-box .text-box {
    width: 100%;
    flex: 1;
    padding-left: 24px;
}

.easy-step-box .text-box span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #FF613B;
    height: 26px;
    max-width: 60px;
    border-radius: 26px;
    width: 100%;
    padding: 2px 0 0 0;
}

.easy-step-box .text-box h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    padding: 15px 0 7px 0;
}

.easy-step-box .text-box p {
    color: #6E7D8D;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
}

/**** READ PEOPLE SEC *****/
.read-people-sec {
    padding: 70px 0 80px;
}

.read-people-box .image-holder img {
    width: 100%;
}

.read-people-box .text-box {
    padding: 12px 0 0 0;
}

.read-people-box .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-people-box .text-box ul li {
    padding: 0 2px;
}

.read-people-box .text-box p {
    color: #748493;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 12px 0 7px 0;
}

.read-people-box .text-box span {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}

.read-people-inner {
    position: relative;
    margin: 36px 0 0 0;
}

.read-people-inner .swiper-button-next,
.read-people-inner .swiper-button-prev {
    background-color: #344454;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.read-people-inner .swiper-button-next:hover,
.read-people-inner .swiper-button-prev:hover {
    background-color: #8AD2CF;
    border-color: #8AD2CF;

}

.read-people-inner .swiper-button-next svg,
.read-people-inner .swiper-button-prev svg {
    width: auto;
    height: auto;
}

.read-people-inner .swiper-button-next {
    right: -80px;
    left: auto;
}

.read-people-inner .swiper-button-prev {
    left: -80px;
    right: auto;
}

.read-people-inner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 95px;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: none;
    z-index: 1;
}

.read-people-inner::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 95px;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: none;
    z-index: 10;
    transform: rotateY(180deg);
}

/***** FOOTER *****/
footer {
    background-color: #F8F8F8;
    padding: 40px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-left p {
    color: #5D6D7C;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    max-width: 150px;
    width: 100%;
    margin: 18px 0 0 0;
}

.footer-link h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    margin-bottom: 18px;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    color: #344454;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
}

.footer-link ul li a:hover {
    color: #8AD2CF;
}

/**** COPYRIGHT *****/
.copyright {
    margin: 40px 0 0 0;
}

.payment-logo a {
    display: flex;
    align-items: center;
}

.copyright-nav ul {
    display: flex;
    align-items: center;
}

.copyright-nav ul li {
    margin-right: 24px;
}

.copyright-nav ul li:last-child {
    margin: 0;
}

.copyright-nav ul li a {
    color: #344454;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.16px;
    display: flex;
    align-items: center;
}

.copyright-nav ul li a:hover {
    color: #8AD2CF;
}

.copyright-text p {
    color: #8F98A2;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 20px;
    font-weight: normal;
    text-align: right;
}

/***** PRODUCT PAGE ******/
.product-banner {
    padding: 40px 0 60px;
}

.product-media {
    display: flex;
    align-items: center;
}

.product-media ul {
    display: flex;
    align-items: center;
    margin-left: 13px;
}

.product-media ul li {
    color: #8A96A2;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin-right: 4px;
}

.heading {
    margin: 7px 0 20px 0;
}

.heading h3 {
    color: #000000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 7px;
}

.heading span {
    color: #344454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    display: block;
}

.select-board {
    background-color: #EDF6F6;
    border-radius: 16px;
    padding: 24px 24px;
}

.step-number {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: none;
    text-align: right;
}

.select-board h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 120%;
}

.select-size ul {
    display: flex;
    align-items: center;
    margin: 16px -5px 35px;
}

.select-size ul li {
    padding: 0 5px;
}

.select-size ul li a {
    background-color: #fff;
    min-width: 70px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #344454;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.select-size ul li a:hover,
.select-size ul li.active a {
    background-color: #8AD2CF;
    color: #fff;
}

.preview-btn {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5143d9;
    height: 52px;
    width: 100%;
    border-radius: 10px;
}

.preview-btn:hover {
    background-color: #1e1573;
    color: #fff;
}

/***** SHIPPING DETAIL *****/
.shippind-detail ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.shippind-detail ul li {
    width: 33.3%;
    border-right: 1px solid #E5E9EE;
    padding: 12px 0;
}

.shippind-detail ul li:last-child {
    border: none;
}

.shippind-detail ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 8px;
}

.shippind-detail ul li p {
    color: #344454;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.product-easy-step {
    background: none;
}

/**** PRODUCT REVIEWS SEC *****/
.product-review-sec {
    background-position: top center;
    background-size: cover;
    padding: 72px 0 67px;
    position: relative;
    height: 781px;
    overflow: hidden;
}

.product-review-sec.active {
    height: auto;
}

.product-review-sec.active::after {
    display: none;
}

.product-review-sec::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(240, 245, 251, 0.00) 0%, #F0F5FB 100%);
    height: 205px;

}

.product-review-sec .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.product-review-sec .media ul {
    display: flex;
    align-items: center;
}

.product-review-sec .media ul li {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-right: 8px;
}

.product-review-sec .media ul li img {
    height: 20px;
}

.product-review-sec .media ul li:last-child {
    margin: 0;
}

.product-review-box {
    background-color: #FFFFFF;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    border-radius: 16px;
    margin: 0 0 16px 0;
}

.product-review-box .image-holder {
    max-width: 182px;
    width: 100%;
    margin-right: 18px;
}

.product-review-box .text-box {
    flex: 1;
    width: 100%;
}

.product-review-box .text-box ul {
    display: flex;
    align-items: center;
}

.product-review-box .text-box ul li {
    margin-right: 4px;
}

.product-review-box .text-box p {
    color: #748493;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 10px 0;
}

.product-review-box .text-box h4 {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.show-more {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}

.show-more a {
    color: #EDF6F6;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #344454;
    height: 40px;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    z-index: 10;
}

/**** SELECT COLOR ****/
.select-color {
    background-color: #EDF6F6;
    border-radius: 16px;
    padding: 24px;
}

.color-box {
    margin-bottom: 38px;
}

.color-box h5 {
    color: #729B9B;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.color-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0 8px 0;
}

.color-box .media h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1;
}

.color-box .media span {
    color: #000000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
}

.color-box .form-control {
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    border-radius: 8px;
    height: 48px;
    padding-left: 20px;
}

.color-detail {
    margin: 15px 0 0 0;
}

.color-detail h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

/***** RADIO BTN *****/
.color-detail ul {
    display: flex;
    align-items: center;
    margin: 0 -4px;
    max-width: 536px;
    width: 100%;
    flex-wrap: wrap;
}

.color-detail ul li {
    padding: 2px 4px;
    width: 12.5%;
}

.form-check {
    display: block;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
}

.form-check .form-check-input {
    float: none;
    margin: 0;
    display: none;
}

.form-check-label {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    height: 52px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px #FFF;
    cursor: pointer;
}

.form-check-label span,
.color-modal .form-check-label span {
    position: absolute;
    top: 1px;
    right: 3px;
    opacity: 0;
}

.brown-bg {
    background: #BD5833;
}

.blue-bg {
    background: #344454;
}

.dark-brown-bg {
    background: #8C4949;
}

.orange-bg {
    background: #FF613B;
}

.check-red-bg {
    background: #BA2F1C;
}

.check-yellow-bg {
    background: #E8880B;
}

.gray-bg {
    background: #5D6D7C;
}

.red-bg2 {
    background: #AD3A1E;
}

.form-check-input:checked~.form-check-label {
    box-shadow: 0px 0px 0px 2px #000;
    border-color: #fff;
}

.form-check-input:checked~.form-check-label span,
.color-modal .form-check-input:checked~.form-check-label span {
    opacity: 1;
}

.btn-wrappe ul {
    display: flex;
    align-items: center;
    margin: 0 -4px;
}

.btn-wrappe ul li {
    padding: 0 4px;
    width: 100%;
}

.btn-wrappe ul li:first-child {
    width: 23%;
}

.back-btn {
    color: #344454;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #344454;
    border-radius: 10px;
    height: 52px;
}

.back-btn:hover {
    background-color: #344454;
    color: #fff;
}

.select-cart h2 {
    color: #AEBBC8;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 30px;
}

.select-cart h2 span {
    font-weight: 600;
    color: #344454;
    font-size: 32px;
    display: block;
    line-height: 1;
    margin-left: 10px;
}

.text-description {
    margin: 22px 0 0px 0;
    padding-bottom: 10px;
}

.text-description h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 6px;
}

.text-description p {
    color: #5B6C7D;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 26px;
}

/**** CART *****/
.cart-page {
    background-color: #F3F5F7;
}

.cart-page .navigation {
    padding: 10px 0;
}

.cart-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-logo img {
    height: 44px;
}

.cart-sec {
    padding: 24px 0;

}

.cart-left {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 20px;
}

.cart-title h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.cart-title span {
    background-color: #8AD2CF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #344454;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.cart-detail {
    padding: 20px 0 0 0;
}

.cart-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cart-box .image-holder {
    max-width: 200px;
    width: 100%;
    margin-right: 24px;
}

.cart-box .text-box {
    flex: 1;
    width: 100%;
}

.cart-media {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-media .cart-user h4 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 120%;
}

.cart-media .cart-user span {
    color: #344454;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    display: block;
    margin: 4px 0 4px 0;
}

.cart-media .cart-user p {
    color: #344454;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    margin-bottom: 20px;
}

.qty-input {
    background-color: #F3F5F7;
    border-radius: 56px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 96px;
}

.qty-count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50px;
    padding: 0;
}

.product-qty {
    background-color: transparent;
    border: none;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    text-align: center;
    flex: 1;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.price {
    display: flex;
    align-items: center;
}

.price span {
    color: #AEBBC8;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-right: 10px;
}

.price strong {
    color: #344454;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.cart-edit-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.cart-edit-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-edit-btn ul li {
    margin-right: 8px;
}

.cart-edit-btn ul li a {
    color: #344454;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border-radius: 6px;
    border: 1px solid #344454;
    height: 36px;
    display: flex;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
}

.cart-edit-btn ul li a:hover {
    background-color: #344454;
    color: #fff;
}

.delet-btn {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #D92D20;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.delet-btn img {
    display: none;
}

.cart-gift {
    background-color: #EDF6F6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.cart-gift .media {
    display: flex;
    align-items: center;
}

.cart-gift .media span {
    background-color: #FFFFFF;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-gift .media h4 {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-left: 24px;

}

.cart-shopping {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #344454;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    border: 1px solid #344454;
    border-radius: 8px;
    height: 48px;
    width: 175px;
}

.cart-shopping svg {
    margin-right: 14px;
}

.cart-shopping:hover {
    background-color: #344454;
    color: #fff;
}

.cart-shopping:hover svg path {
    fill: #fff;
}

.cart-summary {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
}

.cart-summary h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #EAECF0;
    font-weight: 600;
    padding-bottom: 18px;
}

.cart-summary ul {
    padding: 18px 0 0 0;
}

.cart-summary ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.cart-summary ul li strong {
    color: #344454;
    font-weight: 600;
}

.cart-summary ul li.payment-total {
    font-weight: bold;
    border-top: 1px solid #EAECF0;
    margin-top: 18px;
    padding-top: 20px;
    margin-bottom: 26px;
}

.cart-summary ul li.payment-total strong {
    color: #40A39E;
    font-size: 24px;
}

.product-review-box.summary-review {
    background-color: #EBEFF4;
    padding: 16px;
}

.product-review-box.summary-review .image-holder {
    max-width: 128px;
    width: 100%;
    margin-right: 20px;
}

.product-review-box.summary-review .text-box p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 7px 0;
}

.product-review-box.summary-review .text-box ul li img {
    height: 13px;
}

.product-review-box.summary-review .text-box h4 {
    font-weight: 600;
}

.need-help {
    background-color: #E5ECF2;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.need-help h4 {
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.need-help ul {
    display: flex;
    align-items: center;
}

.need-help ul li {
    margin-left: 12px;
}

.need-help ul li a {
    border: 1px solid #344454;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.need-help ul li a:hover {
    background-color: #344454;
    border-color: #344454;
}

.need-help ul li a:hover svg path {
    fill: #fff;
}

/***** CART EDIT MODAL ****/
.cart-edit-modal .modal-dialog {
    max-width: 740px;
    width: 100%;
}

.cart-edit-modal .modal-content {
    border: none;
    border-radius: 12px;
    padding: 20px;
}

.modal-header {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EAECF0;
}

.modal-title {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.modal-body {
    padding: 28px 0;
    display: flex;
}

.modal-body .image-holder {
    max-width: 287px;
    width: 100%;
    margin-right: 32px;
}

.modal-body .text-box {
    flex: 1;
    width: 100%;
}

.modal-body .text-box h4 {
    color: #1A1A1A;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3px;
}

.modal-body .text-box p {
    color: #344454;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.modal-body .text-box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 12px -5px 48px;
}

.modal-body .text-box ul li {
    padding: 5px 5px;
    width: 25%;
}

.modal-body .text-box ul li .form-check-label {
    background-color: #F3F5F7;
    border: 1px solid #F3F5F7;
    height: 56px;
    box-shadow: none;
    color: #344454;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.modal-body .text-box ul li .form-check-input:checked~.form-check-label {
    background-color: #FF613B;
    border-color: #FF613B;
    color: #fff;
}

.modal-footer {
    padding: 0;
    border: none;
}

.btn-secondary {
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    background-color: #344454;
    border: 1px solid #344454;
    height: 52px;
}

.btn-secondary:hover {
    background-color: #8AD2CF;
    border-color: #8AD2CF;
}

/***** QUIZ *****/
.quiz-page {
    background-color: #F3F5F7;
}

.quiz-sec {
    padding: 48px 0;
}

.quiz-left {
    background-color: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 15px 40px;
}

.quiz-left h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 26px 0 0 0;
}

.quiz-page footer {
    background-color: #fff;
}

.quiz-right {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
}

.quiz-step .quiz-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quiz-step .quiz-media span {
    color: #344454;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

/**** TOGGLE SWITCH ******/

.toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.toggle-switch {
    display: inline-block;
    background: #EAECF0;
    border-radius: 16px;
    width: 36px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 2px;
    transition: left 0.25s;
    transform: translate(0, -50%);
}

.toggle-checkbox:checked+.toggle-switch {
    background: #8AD2CF;
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 18px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 12px;
    position: relative;
    top: 2px;
    color: #344454;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

/*****/
.quiz-step h2 {
    color: #000000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 14px 0 20px;
}

.quiz-step h2 img {
    margin-right: 12px;
}

.quiz-step .color-detail {
    margin: 0 0 36px 0;
}

.quiz-step .color-detail h4 {
    font-size: 18px;
}

.quiz-step .color-box .media {
    margin: 0px 0 14px 0;
}

.quiz-step .color-box .media h4 {
    font-size: 18px;
}

.quiz-step .color-box .form-control {
    height: 56px;
}

/******* UPLOAD FILES *****/
.upload-detail {
    padding: 4px 0 0 0;
}

.upload-pic {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #344454;
    color: #344454;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    cursor: pointer;
}

.upload-pic img {
    margin-right: 10px;
}


input[type="file"] {
    display: none;
}

.upload-detail p {
    color: #5B6C7D;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin: 16px 0 0 0;
}

.qiuz-form h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.qiuz-form .form-group {
    margin: 0 0 40px 0;
}

.qiuz-form .form-group label {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 14px 0;
}

.qiuz-form .form-group .form-control {
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    border: 1px solid #fff;
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 56px;
    padding-left: 20px;
}

/***** CHECKOUT *****/
.checkout-sec {
    padding: 24px 0;
}

.checkout-inner {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.checkout-inner h2 {
    color: #000000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-weight: 600;
    background-color: #fff;
    border-radius: 16px;
    padding: 23px 0;
    text-align: center;
}

.checkout-box {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    margin-top: 24px;
}

.checkout-box span {
    display: block;
    line-height: 1;
    color: #1A1A1A;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 500;
}

.checkout-box-list h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1;
}

.checkout-box-list .form-group {
    margin-bottom: 26px;
}

.checkout-box-list .form-group label {
    display: block;
    line-height: 1;
    margin: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.checkout-box-list .form-group .form-control {
    box-shadow: none;
    color: #808D9A;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    border: 1px solid #F3F5F7;
    background-color: #F3F5F7;
    border-radius: 8px;
    height: 48px;
    padding-left: 16px;
}

.checkout-box-list .form-group .form-control::placeholder {
    color: #808D9A;
}

/***** DELIVERY METHOD *****/
.delivery-method {
    border-top: 1px solid #EAECF0;
    padding-top: 22px;
}

.check-main .form-check {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

.check-main .form-check.form-check:last-child {
    margin: 0;
}

.check-main .form-check .form-check-input {
    display: block;
    position: absolute;
    left: 19px;
    z-index: 10;
}

.check-main .form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    padding: 15px 20px 15px 64px;
    height: auto;
    position: relative;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    flex: 1;
    border: 1px solid #EAECF0;
    border-radius: 8px;
}

.check-main .form-check-input {
    border: transparent;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: url(../images/check-blank-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;

}

.check-main .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-check-label .media {
    display: flex;
    align-items: center;
}

.check-main .form-check-label .media .text-box {
    padding-left: 16px;
}

.check-main .form-check-label .media .text-box h5 {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}

.check-main .form-check-label .media .text-box p {
    color: #475467;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    font-weight: normal;
}

.check-main .form-check-label .media .text-box .text-box-inner {
    display: none;
}

.check-main .form-check-label strong {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}

.check-main .form-check-input:checked {
    background: url(../images/checked-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.check-main .form-check-input:checked~.form-check-label {
    box-shadow: none;
    border-color: #6CBCB9;
    background-color: #ECFFFF;
}

.check-main .form-check-input:checked~.form-check-label .text-box .text-box-inner {
    display: block;
}

.payment-img {
    width: 128px;
}

.tearm-text {
    margin: 23px 0 0 0;
}

.tearm-text .form-check {
    display: flex;
    align-items: center;
}

.tearm-text .form-check .form-check-input {
    display: block;
}

.tearm-text .form-check-label {
    box-shadow: none;
    height: auto;
    border-radius: 0;
    border: none;
}

.tearm-text .form-check-label p {
    color: #1A1A1A;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 144%;
    padding-left: 20px;
}

.tearm-text .form-check-input:checked~.form-check-label {
    box-shadow: none;
    border-color: transparent;
}

.tearm-text .form-check-input {
    border: transparent;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: url(../images/check-blank-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.tearm-text .form-check-input:checked {
    background: url(../images/checked-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/**** MAP MODAL ****/
.map-modal .cart-edit-modal .modal-dialog {
    max-width: 880px;
    width: 100%;
}

.map-search {
    width: 100%;
}

.map-search form {
    position: relative;
    margin-bottom: 28px;
}

.map-search form .form-control {
    border-radius: 6px;
    background-color: #F3F5F7;
    height: 52px;
    border: none;
    box-shadow: none;
    color: #7A858F;
    padding-left: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

.map-search form a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    display: flex;
    align-items: center;
}

.map-holder {
    border: 1px solid #D0D5DD;
    height: 416px;
    border-radius: 8px;
}

iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/******/
.custom-print-sec {
    border-top: 1px solid #D0D5DD;
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 112px);
}

.custom-print-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 104px 10px 56px 56px;
    width: 50%;
    height: 100%;
}

.custom-print-left .text-box h3 {
    color: #344454;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    line-height: 128%;
    margin-bottom: 42px;
}

.custom-print-left .text-box h3 span {
    color: #6F8295;
}

.custom-print-left .text-box a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background-color: #344454;
    max-width: 339px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.custom-print-left .text-box a img {
    margin-left: 15px;
}

.custom-print-left ul {
    display: flex;
    flex-wrap: wrap;
}

.custom-print-left ul li {
    width: 33.3%;
}

.custom-print-left ul li h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin: 24px 0 12px 0;
}

.custom-print-left ul li p {
    color: #6E7D8D;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    max-width: 190px;
    width: 100%;
}

.custom-print-right {
    max-width: 100%;
    margin-left: auto;
    width: 50%;
    height: 100%;
}

.custom-print-right .swiper,
.custom-print-right .image-holder {
    height: 100%;
}

.custom-print-right .image-holder img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.custom-print-right .image-holder {
    position: relative;
}

.custom-print-right .text-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 76px;
    width: 95%;
    transform: translate(-50%, 0);
}

.custom-print-right .text-box ul {
    display: flex;
    align-items: center;
}

.custom-print-right .text-box ul li {
    margin-right: 3px;
}

.custom-print-right .text-box p {
    color: #748493;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 18px 0 14px;
}

.custom-print-right .text-box h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
}

.custom-print-right .swiper-pagination {
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 132px;
    height: 28px;
    padding: 0 12px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 32px;
}

.custom-print-right .swiper-pagination-bullet {
    background-color: #CAD8E6;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    border: none;
}

.custom-print-right .swiper-pagination-bullet:last-child {
    margin: 0 !important;
}

.custom-print-right .swiper-pagination-bullet-active {
    background-color: #6CBCB9;
}

/*****/
.custom-step-sec {
    border-top: 1px solid #D0D5DD;
    height: calc(100vh - 112px);
    position: relative;
}

.custom-step-inner {
    height: 100%;
}

.custom-step1 {
    padding: 60px 0 0 0;
}

.custom-step1 .text-box {
    max-width: 556px;
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}

.custom-step1 .text-box h3 {
    color: #344454;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.custom-step1 .text-box p {
    color: #5B6C7D;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.product-select {
    max-width: 879px;
    width: 100%;
    margin: 0 auto;
}

.product-select ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.product-select ul li {
    width: 33.3%;
    padding: 12px 12px;
}

.product-select .form-check .form-check-label {
    box-shadow: none;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    flex-direction: column;
    color: #1A1A1A;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 30px 36px;
}

.product-select .form-check .form-check-label strong {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    min-height: 61px;
}

.product-select .form-check-input:checked~.form-check-label {
    border-color: #6CBCB9;
    background: #FFF;
    color: #6CBCB9;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.product-select .form-check-input:checked~.form-check-label svg path {
    fill: #6CBCB9;
}

.product-select .form-check-label span,
.color-modal .form-check-label span {
    right: 20px;
    top: 20px;
}

/**** STEP BOTTOM ****/
.step-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D0D5DD;
    padding: 24px 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.prog {
    display: flex;
    align-items: center;
}

.prog span {
    color: #1A1A1A;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-left: 24px;
}

.next-btn {
    background-color: #344454;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 0 49px;
}

.next-btn:hover {
    background-color: #6CBCB9;
}

.custom-step2 {
    padding: 30px 0 10px;
    height: 100%;
}

.custom-step2 h4 {
    color: #344454;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.custom-step2 h4 img {
    margin-left: 14px;
}

.upload-grap {
    color: #31837F;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #E4F5F5;
    border: 1px dashed #31837F;
    padding: 29px 20px;
    margin: 24px auto 0;
    border-radius: 12px;
    max-width: 560px;
}

.upload-grap img {
    margin-bottom: 14px;
}

.custom-step2 .product-select {
    max-width: 640px;
    margin-top: 50px;
}

.custom-step2 .product-select .form-check .form-check-label strong {
    margin-bottom: 0px;
    min-height: auto;
}

.custom-step2 .product-select .form-check .form-check-label {
    padding: 18px 15px;
}

.custom-step2 .product-select .form-check .form-check-label span {
    top: 10px;
    right: 10px;
}

.custom-step2 .product-select .form-check-input:checked~.form-check-label {
    border-color: #6CBCB9;
    background-color: #6CBCB9;
    color: #1A1A1A;
    box-shadow: none;
}

.custom-step2 .product-select .form-check-input:checked~.form-check-label svg path {
    fill: #fff;
}

.custom-step2 .tearm-text {
    max-width: 507px;
    width: 100%;
    margin: 40px auto 0;
}

.custom-step2 .tearm-text .form-check-label p {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
}

.custom-step2 .tearm-text .form-check-input {
    background: url(../images/check-box2.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.step-detail {
    height: calc(100% - 121px);
    overflow-y: auto;
    overflow-x: hidden;
}

.step-btn ul {
    display: flex;
    align-items: center;
}

.prev-btn {
    color: #344454;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 49px;
    margin-right: 24px;
}

/**** STEP 3 *****/
.custom-step3,
.custom-step4 {
    padding: 30px 0 0px 0;
    height: 100%;
}

.custom-step3 h4,
.custom-step4 h4 {
    font-size: 40px;
    font-weight: 600;
    color: #344454;
    line-height: 128%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.custom-step3 p,
.custom-step4 p {
    color: #5B6C7D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.custom-step3 .product-select {
    max-width: 600px;
    width: 100%;
    margin: 20px auto 0;
}

.custom-step3 .product-select ul li {
    width: 100%;
    padding: 0 0;
    margin-top: 10px;
}

.custom-step3 .product-select .form-check .form-check-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 16px;
}

.custom-step3 .product-select .form-check-input:checked~.form-check-label {
    border-color: #6CBCB9;
}

.custom-step3 .product-select .form-check .form-check-label strong {
    max-width: 100px;
    width: 100%;
    margin: 0;
}

.custom-step3 .product-select .form-check .form-check-label .text-box {
    flex: 1;
    width: 100%;
    padding-left: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.custom-step3 .product-select .form-check .form-check-label .text-box .text-box-left {
    text-align: left;
    margin: 15px 0 0 0;
}

.custom-step3 .product-select .form-check .form-check-label .text-box .text-box-left h5 {
    color: #1A1A1A;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.custom-step3 .product-select .form-check .form-check-label .text-box .text-box-left ol {
    display: flex;
    align-items: center;
}

.custom-step3 .product-select .form-check .form-check-label .text-box .text-box-left ol li {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 10px 0 0;
    width: auto;
}

.text-price {
    color: #31837F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/***** STEP 4 ******/
.step4-form {
    max-width: 560px;
    width: 100%;
    margin: 40px auto 0;
}

.step4-form form .form-group label {
    margin: 0 0 3px 0;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.step4-form form .form-group {
    margin-bottom: 20px;
}

.step4-form form .form-group:last-child {
    margin: 0;
}

.step4-form form .form-group .form-control {
    color: #808D9A;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: -0.32px;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    background: #F3F5F7;
    height: 48px;
    padding-left: 16px;
}

.step4-form form .form-group .form-control::placeholder {
    color: #808D9A;
}

/* Zeryab  */
.color-modal .form-check-label {
    border: 0;
    border-radius: 0;
    height: auto;
    cursor: pointer;
    box-shadow: none;
}

.color-modal .form-check {
    display: flex;
    align-items: center;
}

.color-modal .form-check-input:checked~.form-check-label {
    box-shadow: none;
    border-color: transparent;
}

.color-modal .modal-body {
    flex-direction: column;
}

.color-modal .product-select ul li {
    width: 100%;
}

.color-modal .product-select .form-check .form-check-label {
    width: 100%;
}

.color-modal .product-select .form-check .form-check-label {
    flex-direction: row;
    height: 50px;
}

.color-modal .product-select ul {
    margin: 0;
}

.color-modal .modal-header {
    border: 0;
}

.color-modal .product-select .show input:checked+label {
    opacity: 0;
}

.color-modal .product-select2 .form-check .form-check-label {
    box-shadow: none;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    height: auto;
    flex-direction: row;
    color: #1A1A1A;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 16px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.color-modal .color-top {
    margin-bottom: 20px;
}

.color-modal .modal-content {
    padding: 20px;
}

.color-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.color-top h4,
.color-top p {
    margin-bottom: 10px;
}

.color-modal .form-switch label {
    margin-left: 10px;
}

.color-modal .form-check strong {
    width: 30px;
    height: 30px;
    background: gray;
    border-radius: 50%;
    margin-right: 9px;
}

.color-modal .product-select2 .form-check-input:checked~.form-check-label {
    border-color: #6CBCB9;
    background: #FFF;
    color: #6CBCB9;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.hero {
    padding-bottom: 150px;
}