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

:root {
    --monte-carlo-50: #f1faf9;
    --monte-carlo-100: #dbf2f0;
    --monte-carlo-200: #E2E1F7;
    --monte-carlo-300: #C5C2F0;
    --monte-carlo-400: #A8A4E8;
    --monte-carlo-500: #5143d9;
    --monte-carlo-600: #348386;
    --monte-carlo-700: #44408A;
    --monte-carlo-800: #2e585c;
    --monte-carlo-900: #22467A;
    --monte-carlo-950: #302C62;
}

/*:root {
    --monte-carlo-50: #f1faf9;
    --monte-carlo-100: #dbf2f0;
    --monte-carlo-200: #bce5e3; !*#E2E1F7*!
    --monte-carlo-300: #8ad2cf; !*#C5C2F0*!
    --monte-carlo-400: #57b9b7; !*#A8A4E8*!
    --monte-carlo-500: #3b9f9e; !*#6E67D9*!
    --monte-carlo-600: #348386; 
    --monte-carlo-700: #306b6e; !*#44408A*!
    --monte-carlo-800: #2e585c; 
    --monte-carlo-900: #2a4b4f; !*#22467A*!
    --monte-carlo-950: #183034; !*#302C62*!
}*/




body {
    font-family: 'Poppins', sans-serif;

}

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;
    font-family: 'Poppins', sans-serif;

}

a {
    text-decoration: none;
    transition: all 0.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-top {
    background-color: var(--monte-carlo-500);
    padding: 13px 0;
}

.header-top p {
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.header-top p img {
    margin-right: 8px;
}

.header-bottom {
    background-color: #fff;
    padding: 23px 0;
    position: relative;
}

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

.header-detail-left {
    display: flex;
    flex: 1;
    align-items: center;
}

.header-detail-left form {
    position: relative;
    flex: 1;
    margin-left: 28px;
    max-width: 576px;
    width: 100%;
}

.header-detail-left form .form-control {
    background-color: var(--monte-carlo-200);
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 52px;
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
    border-radius: 10px;
    padding-left: 16px;
}

.header-detail-left form .form-control::placeholder {
    color: #7E7E7E;
}

.header-detail-left form a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 16px;
}

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

.header-menu {
    position: relative;
    margin-left: 28px;
}


.header-menu .close-menu-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.header-cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.add-pro {
    background-color: var(--monte-carlo-500);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: 8px;
}

.header-cart a span {
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin: 8px 0 0 0;
}

.navigation {
    padding: 20px 0 0 0;
}

.navigation .navbar {
    padding: 0;
    position: static
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.navbar-nav .nav-item:hover .nav-link {
    color: var(--monte-carlo-500);
    font-weight: 600;
}

.navbar-nav .nav-item:hover .nav-link::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
    color: #1C1D18;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-item .nav-link::after {
    background-color: var(--monte-carlo-500);
    height: 4px;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;

}

.navbar-nav .nav-item:hover .megamenu {
    display: block;
}

/***** MEGA MENU *****/
.megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #D2D2D2;
    padding: 45px 0 54px;
    display: none;
}

.megamenu-link h4 {
    color: #040501;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    margin-bottom: 28px;
}

.megamenu-link ul li {
    margin-bottom: 28px;
}

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

.megamenu-link ul li a {
    color: #1C1D18;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    line-height: 1;
    padding: 0 10px;
}

.megamenu-link ul li a:hover {
    color: var(--monte-carlo-500);
    font-weight: 600;
}

/**** BANNER SEC ****/
.banner-sec {
    background-color: var(--monte-carlo-500);
    padding: 24px 0;
}

.banner-sec .text-box h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.banner-sec .text-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    max-width: 270px;
    width: 100%;
    margin: 16px 0 30px 0;
}

.banner-sec .text-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    border-radius: 12px;
    height: 50px;
    max-width: 257px;
    width: 100%;
}

.banner-sec .image-holder {
    position: relative;
}

.banner-sec .image-holder span {
    position: absolute;
    top: -8px;
    left: -34px;
}

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

.title h2 {
    color: #040501;
    font-weight: 600;
    font-size: 20px;
}

.title p {
    color: #1C1D18;
    font-weight: 400;
    font-size: 18px;
    margin: 17px 0 0 0;
}

.personalized-gifts-sec {
    padding: 30px 0 40px 0;
}

.personalized-gifts-inner {
    margin: 20px 0 0 0;
}

.personalized-gifts-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}

.personalized-gifts-inner ul li {
    width: 20%;
    padding: 15px 28px;
}

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

.gift-box .text-box {
    margin-top: 16px;
}

.gift-box .text-box h4 {
    color: #1C1D18;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 11px;
}

.gift-box .text-box a {
    background-color: var(--monte-carlo-950);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/****** HOW WORKING ******/
.how-working-sec {
    background-color: #FEFCFA;
    padding: 55px 0;
}

.how-working-inner {
    max-width: 1175px;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
}

.working-arrow {
    position: absolute;
    left: 10px;
    top: -75px;
}

.how-working-box .text-box {
    margin: 28px 0 0 0;
}

.how-working-box .text-box h3 {
    color: var(--monte-carlo-950);
    font-weight: 500;
    font-size: 18px;
}

.how-working-box .text-box h4 {
    color: #1C1D18;
    font-weight: 400;
    font-size: 18px;
    margin: 17px 0 20px 0px;
}

.how-working-box .text-box p {
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.swiper-pagination-bullet {
    border: 1px solid var(--monte-carlo-950);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monte-carlo-950);
    font-weight: normal;
    font-size: 13px;
    height: 46px;
    width: 79px;
    background-color: transparent;
    position: relative;
    opacity: 1;
}

.swiper-pagination-bullet::after {
    position: absolute;
    content: "Krok 1";
}

.swiper-pagination-bullet:nth-child(2):after {
    position: absolute;
    content: "Krok 2";
}

.swiper-pagination-bullet:nth-child(3)::after {
    position: absolute;
    content: "Krok 3";
}

.swiper-pagination-bullet:nth-child(4)::after {
    position: absolute;
    content: "Krok 4";
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--monte-carlo-950);
    color: #fff;
    margin: 0 8px !important;
}

/**** WELCOME SEC ******/
.welcome-sec {
    background-color: var(--monte-carlo-500);
    padding: 24px;
}

.welcome-sec .text-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.welcome-sec .text-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 20px 0 36px 0;
}

.welcome-sec .text-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--monte-carlo-500);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 48px;
    max-width: 197px;
    width: 100%;
}

.welcome-sec .image-holder {
    max-width: 375px;
    width: 100%;
    margin-left: auto;
}

/****** CATEGORY BOX ******/
.category-sec {
    padding: 50px 0;
}

.category-sec .row {
    margin: 0 -8px;
}

.category-sec [class*="col-"] {
    padding: 0 8px;
}

.category-box {
    border-radius: 8px;
    background: linear-gradient(89deg, rgba(250, 230, 206, 0.80) 0%, rgba(250, 230, 206, 0.10) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    min-height: 196px;
    margin: 8px 0;
}

.category-box .text-box h4 {
    color: #040501;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
}

.category-box .text-box p {
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    margin: 12px 0 18px 0;
}

.category-box .text-box a {
    color: var(--monte-carlo-700);
    font-weight: 300;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--monte-carlo-700);
    border-radius: 50px;
    height: 47px;
    max-width: 136px;
    width: 100%;
}

.category-box .text-box a:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.category-box .text-box a:hover svg path {
    stroke: #fff;
}

.category-box .text-box a svg {
    margin-left: 10px;
}

.category-box.category-box2 {
    background: linear-gradient(89deg, rgba(254, 87, 1, 0.80) 0%, rgba(252, 151, 47, 0.10) 100%);
}

.category-box.category-box3 {
    background: linear-gradient(89deg, rgba(248, 176, 226, 0.80) 0%, rgba(248, 176, 226, 0.10) 100%);

}

.category-box.category-box4 {
    background: linear-gradient(89deg, rgba(254, 117, 186, 0.80) 0%, rgba(248, 176, 226, 0.10) 100%);

}

/****** BEST SELLER SEC ******/
.best-seller-sec {
    background-color: var(--monte-carlo-300);
    padding: 40px 0 56px;
}

.best-seller-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.best-seller-top h4 {
    color: var(--monte-carlo-950);
    font-weight: 600;
    font-size: 20px;
}

.best-seller-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monte-carlo-700);
    font-size: 13px;
    font-weight: 300;
    border: 1.5px solid var(--monte-carlo-700);
    height: 47px;
    width: 159px;
    border-radius: 50px;
}

.best-seller-top a:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.best-seller-top a:hover svg path {
    stroke: #fff;
}

.best-seller-top a svg {
    margin-left: 10px;
}

.best-seller-box {
    background-color: #fff;
    border-radius: 8px;
}

.best-seller-box .image-holder img {
    width: 100%;
}

.best-seller-box .text-box {
    padding: 16px 8px;
}

.best-seller-box .text-box p {
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
}

.best-seller-box .text-box h4 {
    color: var(--monte-carlo-500);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin: 10px 0 18px 0;
}

.best-seller-box .text-box span {
    color: #040501;
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin: 0 0 20px 0;
}

.best-seller-box .text-box a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    border: 1px solid transparent;
    border-radius: 50px;
    height: 26px;
    max-width: 84px;
    width: 100%;
}

.best-seller-box .text-box a:hover {
    background-color: transparent;
    color: var(--monte-carlo-500);
    border-color: var(--monte-carlo-500);
}

/***** FAQ SEC  *****/
.faq-sec {
    padding: 56px 0 120px;
}

.faq-inner h3 {
    color: #040501;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

.accordion-button::after {
    display: none;
}

.accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #E1E1E1;
}

.accordion-item:last-child {
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-weight: normal;
    font-size: 18px;
    padding: 16px 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    padding: 20px 0;
    color: #464646;
    font-weight: normal;
    font-size: 14px;
}

/********/
.instagram-follow-sec {
    background-color: var(--monte-carlo-300);
    padding: 40px 0 48px;
    position: relative;
}

.instagram-follow-sec::after {
    position: absolute;
    content: "";
    left: 0;
    top: -40px;
    width: 100%;
    height: 42px;
    background: url(../images/follow-shapetop.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.instagram-follow-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 42px;
    background: url(../images/follow-shapebottom.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.shape-top {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}

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

.instagram-follow-sec .title {
    position: relative;
}

.vibs-sticker {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.love-sticker {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.instagram-inner {
    margin: 55px 0 0 0;
}

.instagram-box a {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.instagram-box a:hover {
    background-color: var(--monte-carlo-500);
}

.instagram-box a:hover img {
    filter: brightness(760.5%);
}

/**** NEWSLETTER *****/
.newsletter-sec {
    padding: 165px 0 64px;
}

.newsletter-inner {
    margin: 30px 0 0 0;
}

.newsletter-inner form {
    display: flex;
    align-items: center;
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
}

.newsletter-inner form .form-control {
    background-color: var(--monte-carlo-200);
    height: 49px;
    box-shadow: none;
    border-radius: 10px;
    color: #7E7E7E;
    font-weight: 400;
    font-size: 16px;
    padding-left: 24px;
    border: 1px solid transparent;
    flex: 1;
}

.newsletter-inner form .form-control:focus {
    border-color: var(--monte-carlo-500);
}

.newsletter-inner form .form-control::placeholder {
    color: #7E7E7E;
}

.newsletter-inner form a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    margin-left: 16px;
    align-items: center;
    justify-content: center;
    height: 49px;
    width: 121px;
    background-color: var(--monte-carlo-500);
    border: 1px solid transparent;
    border-radius: 50px;
}

.newsletter-inner form a:hover {
    background-color: transparent;
    color: var(--monte-carlo-500);
    border-color: var(--monte-carlo-500);
}

/**** FOOTER *****/
footer {
    background-color: #FDFDFD; 
    padding: 65px 0;
}

.footer-inner {
    max-width: 1175px;
    width: 100%;
    margin: 0 auto;
}

.footer-link h4 {
    color: #040501;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-link ul li {
    margin: 0 0 14px 0;
}

.footer-link ul li a {
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 1;
}

.footer-link ul li a b {
    font-weight: 500;
}

.footer-link ul li a:hover,
.social-media ul li a:hover,
.footer-nav ul li a:hover {
    color: var(--monte-carlo-500);
}

.social-media {
    margin: 42px 0 55px;
}

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

.social-media ul li {
    padding: 0 24px;
}

.social-media ul li a {
    color: var(--monte-carlo-950);
    font-weight: normal;
    font-size: 18px;
}

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

.payment-methood ul li {
    padding: 0 4px;
}

.footer-nav {
    border-top: 1px solid #F0F0F0;
    margin-top: 58px;
    padding-top: 60px;
}

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

.footer-nav ul li {
    padding: 0 26px;
}

.footer-nav ul li a {
    color: #464646;
    font-weight: normal;
    font-size: 14px;
    display: block;
    line-height: 1;
}

/***** CATEGORY PAGE *****/
.category-image {
    max-width: 776px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.category-image span {
    position: absolute;
    top: -8px;
    left: -34px;
}

/***** BREADCRUMB *****/
.breadcrumb {
    margin: 0;
}

.breadcrumb-item a:hover {
    color: var(--monte-carlo-500);
    font-weight: 500;
}

.breadcrumb-item a,
.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}

.breadcrumb-item a img,
.breadcrumb-item img {
    margin-right: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    color: #1C1D18;
}

.birthday-gift-sec {
    padding: 34px 0;
}

.gift-title {
    text-align: center;
    margin: 20px 0 0 0;
}

.gift-title h3 {
    color: #040501;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.gift-title p {
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    line-height: 140%;
}

/***** CATEGORY GIFT *****/
.category-gift-sec {
    padding: 60px 0 120px;
}

.category-gift-inner {
    margin-bottom: 100px;
}

.category-gift-inner .title {
    margin-bottom: 30px;
}

.category-gift-inner .row {
    margin: 0 -8px;
}

.category-gift-inner [class*="col-"] {
    padding: 0 8px;
}

.category-gift-box {
    background-color: #F8F8F8;
    border-radius: 8px;
}

.category-gift-box .text-box {
    padding: 27px 0;
}

.category-gift-box .text-box h4 {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

/***** CATEGORY DESCRIPTION ******/
.category-description-sec {
    padding: 40px 0;
}

.description-box {
    max-width: 776px;
    width: 100%;
    margin: 0 auto 50px;
}

.description-box:last-child {
    margin-bottom: 0;
}

.description-box h4 {
    color: #040501;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.description-box p {
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

/***** CATEGORY FILTER *****/
.category-filter-sec {
    padding: 20px 0 72px;
}

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

.category-filter-top h4 {
    color: #1C1D18;
    font-weight: 500;
    font-size: 13px;
}

.category-filter-top ul {
    display: flex;
    align-items: center;
}

.category-filter-top ul li {
    margin-left: 32px;
}

.category-filter-top ul li a {
    color: #1C1D18;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.category-filter-top ul li a img {
    margin-right: 13px;
}

.category-filter-inner .best-seller-box .text-box a {
    width: 100%;
    height: 26px;
    max-width: 135px;
}

.category-filter-sec .best-seller-box {
    margin: 8px 0;
}

.pagination {
    display: block;
    margin: 50px 0 0 0;
}

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

.pagination ul li {
    padding: 0 1.5px;
}

.pagination ul li a {
    background-color: var(--monte-carlo-200);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C1D18;
    font-size: 12px;
    font-weight: normal;
}

.pagination ul li.active a,
.pagination ul li a:hover {
    background-color: var(--monte-carlo-500);
    color: #fff;
}

.pagination ul li a:hover svg path {
    stroke: #fff;
}

/***** FILTER SEC *****/
.filterbar {
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100;
    height: 100%;
    max-width: 340px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.filterbar.active {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.filterbar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    padding: 48px 24px 0;
}

.filterbar-top h4 {
    color: #1C1D18;
    font-weight: 600;
    font-size: 20px;
}

.cross-icon {
    background-color: #E1E1E1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterbar-top .cross-icon:hover {
    background-color: var(--monte-carlo-500);
}

.filterbar-inner {
    padding: 0 24px;
    height: calc(100% - 185px);
    overflow-y: auto;
}

.filterbar-box {
    margin-bottom: 44px;
}

.filterbar-box:last-child {
    margin-bottom: 0;
}

.filterbar-box h4 {
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 7px 0;
}

.filterbar-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -2px 15px;
}

.filterbar-box ul li {
    width: 50%;
    padding: 5px 2px;

}

.filterbar-box ul li .btn-secondary {
    background-color: transparent;
    border: 1px solid var(--monte-carlo-700);
    border-radius: 12px;
    color: var(--monte-carlo-700);
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 100%;
    padding: 0;
}

.filterbar-box a {
    color: #7E7E7E;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterbar-box a img {
    margin-left: 10px;
}

.filterbar-box .btn-check+.btn:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
    border-color: var(--monte-carlo-700);
}

.filterbar-box .btn-check:checked+.btn {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.filterbar-bottom {
    padding: 16px 24px;
}

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

.filterbar-bottom ul li {
    width: 50%;
    padding: 0 4px;
}

.filterbar-bottom ul li a {
    border: 1.5px solid var(--monte-carlo-700);
    height: 47px;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monte-carlo-700);
    font-weight: 300;
    font-size: 13px;
}

.filterbar-bottom ul li a:hover,
.filterbar-bottom ul li a.active {
    background-color: var(--monte-carlo-500);
    border-color: var(--monte-carlo-500);
    color: #fff;
}

.overly {
    background-color: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.overly.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.category-filter-top ul li .dropdown-menu {
    display: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(79, 79, 79, 0.10), 0px 5px 10px 0px rgba(79, 79, 79, 0.10), 0px 18px 18px 0px rgba(79, 79, 79, 0.09), 0px 41px 24px 0px rgba(79, 79, 79, 0.05), 0px 72px 29px 0px rgba(79, 79, 79, 0.01), 0px 113px 32px 0px rgba(79, 79, 79, 0.00);
    border: none;
    padding: 14px 0;
    margin: 20px 0 0 0px !important;
    left: auto !important;
    right: 0 !important;
}

.category-filter-top ul li .dropdown-menu.show {
    display: block;
}

.category-filter-top ul li .dropdown-menu li {
    margin: 0;
}

.category-filter-top ul li .dropdown-menu li .form-check {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    padding: 9px 8px;
}

.category-filter-top ul li .dropdown-menu li .form-check .form-check-input {
    float: none;
    margin: 0;
}

.category-filter-top ul li .dropdown-menu li .form-check-label {
    color: #1C1D18;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-left: 8px;
    cursor: pointer;
}

.category-filter-top ul li .dropdown-menu li .form-check-input {
    border: 1px solid #7E7E7E;
    width: 16px;
    height: 16px;
}

.category-filter-top ul li .dropdown-menu li .form-check-input:checked {
    border-color: var(--monte-carlo-500);
    background-color: transparent;
}

.category-filter-top ul li .dropdown-menu li .form-check-input:focus {
    border-color: var(--monte-carlo-500);
    outline: 0;
    box-shadow: none;
}

.category-filter-top ul li .dropdown-menu li .form-check-input:checked[type=radio] {
    background: url(../images/check-icon.svg) no-repeat;
    background-position: center center;
    background-size: 8px;
}

/******* PRODUCT CARD PAGE ******/
.product-card-sec {
    padding: 0 0 60px 0;
}

.product-card-inner {
    padding: 55px 0 95px;
}

.product-card-left {
    display: flex;
}

.product-card-left .carousel-item .image-holder {
    position: relative;
}

.product-card-left .carousel-item .image-holder span {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    height: 26px;
    max-width: 112px;
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.lSSlideOuter {
    padding-right: 0 !important;
    padding-left: 100px !important;
}

.lSPager.lSGallery {
    right: auto;
    left: 0;
}

.lightSlider li img {
    border-radius: 8px;
    height: 100%;
}

.lSGallery li img {
    border-radius: 8px;
}

.lSGallery li {
    border: 2px solid transparent;
}

.lSGallery li.active {
    border-color: var(--monte-carlo-950);
}

.lSAction {
    display: none;
}

.lightSlider li {
    position: relative;
}

.lightSlider li span {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    height: 26px;
    max-width: 112px;
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.carousel-control-next,
.carousel-control-prev {
    border: 1px solid var(--monte-carlo-700);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 50%;
    margin: 0 8px;
    transform: translate(0, -50%);
}

/**** PRODUCT CARD RIGHT *****/
.product-card-right .media {
    display: flex;
    align-items: center;
}

.product-card-right .media span {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    height: 26px;
    width: 68px;
    border-radius: 12px;
    margin-right: 14px;
}

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

.product-card-right .media ul li {
    color: #464646;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 4px;
}

.product-card-right .text-box {
    margin: 20px 0 30px 0;
}

.product-card-right .text-box h4 {
    color: #1C1D18;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 18px;
}

.product-card-right .text-box span {
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.people-number h4 {
    color: #1C1D18;
    font-weight: 600;
    font-size: 18px;
}

.people-number ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px -4px 20px;
}

.people-number ul li {
    padding: 4px 4px;
}

.people-number ul li a {
    border: 1px solid var(--monte-carlo-700);
    border-radius: 12px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monte-carlo-700);
    font-weight: normal;
    font-size: 18px;
    padding: 0 23px;
}

.people-number ul li a:hover,
.people-number ul li.active a {
    background-color: var(--monte-carlo-700);
    color: #fff!important;
}
.megamenu {
    z-index:99999;
}

.personalize-btn {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    height: 49px;
    border-radius: 12px;
    width: 100%;
}
.personalize-btn:hover {
    color: var(--monte-carlo-500);
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--monte-carlo-500);
    height: 49px;
    border-radius: 12px;
    width: 100%;
}
.personalize-btn img {
    margin-left: 10px;
}

.deliver-detail {
    background-color: var(--monte-carlo-200);
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 15px;
}

.deliver-detail li {
    display: flex;
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    padding: 9px 0;
    margin-bottom: 8px;
}

.deliver-detail li span {
    display: flex;
    width: 24px;
    margin-right: 8px;
}

.deliver-detail li:last-child {
    margin: 0;
}

/***** PRODUCT DESCRIPTION ****/
.product-description {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 40px;
}

.product-description h4 {
    color: #1C1D18;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product-description ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-description ul li:last-child {
    margin: 0;
}

.product-description ul li .form-check {
    padding: 0;
    min-height: auto;
    margin: 0;
}

.product-description ul li .form-check-label {
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}

.product-description ul li .form-check .form-check-input {
    float: none;
    margin: 0;
    border: 1px solid var(--monte-carlo-500);
    border-radius: 0;
    width: 24px;
    height: 24px;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: var(--monte-carlo-500);
    background: url(../images/check-mark-icon.svg) no-repeat;
    background-position: center center;
    background-size: 16px;
}

.form-check-input:focus {
    border-color: var(--monte-carlo-500);
    outline: 0;
    box-shadow: none;
}

/**** SIZE GUIDE ******/
.size-guide {
    padding: 55px 0 40px;
    border-bottom: 1px solid #E1E1E1;
}

.size-guide h4 {
    color: #040501;
    font-size: 20px;
    font-weight: 600;
}

.size-guide h5 {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    margin: 32px 0 16px;
}

.size-guide .nav-pills {
    margin: 0 -4px 30px;
}

.size-guide .nav-pills .nav-item {
    padding: 0 4px;
}

.size-guide .nav-pills .nav-item .nav-link {
    color: var(--monte-carlo-700);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--monte-carlo-700);
    height: 40px;
    width: 163px;
    border-radius: 12px;
}

.size-guide .nav-pills .nav-item .nav-link:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.size-guide .nav-pills .nav-item .nav-link.active,
.roz-size li.active a {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.size-guide .roz-size h5 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

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

.roz-size li {
    padding: 0 4px;
}

.roz-size li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--monte-carlo-700);
    color: var(--monte-carlo-700);
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    border-radius: 50px;
    width: 115px;
}

.size-guide-detail {
    max-width: 676px;
    width: 100%;
}

.size-guide-detail table {
    width: 100%;
}

.size-guide-detail table thead tr th {
    text-align: center;
    color: #1C1D18;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 5px;
}

.size-guide-detail table tbody tr td:first-child {
    text-align: left;
    background-color: #fff;
}

.size-guide-detail table tbody tr td {
    color: #1C1D18;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 8px 5px;
}

.size-guide-detail table tbody tr:nth-child(even) {
    background: #FFF
}

.size-guide-detail table tbody tr:nth-child(odd) {
    background: #F8F8F8
}

/**** PRODUCT RETTING *****/
.product-retting {
    padding: 50px 0 0;
}

.product-retting h4 {
    font-weight: 600;
    font-size: 20px;
    color: #040501;
    margin-bottom: 10px;
}

.product-retting-box {
    border-bottom: 1px solid #E1E1E1;
    padding: 38px 0 25px 0;
}

.product-retting-box .media {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.product-retting-box .media span {
    color: #1C1D18;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.product-retting-box .media strong {
    color: #1C1D18;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.product-retting-box .media ul {
    display: flex;
    align-items: center;
    margin: 0 40px;
}

.product-retting-box .media ul li {
    color: #1C1D18;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.product-retting-box .media ul li:last-child {
    margin: 0;
}

.product-retting-box .media ul li b {
    margin-left: 5px;
}

.product-retting-box p {
    color: #464646;
    font-size: 14px;
    font-weight: normal;
}

.product-card-sec .pagination {
    display: block;
    margin: 32px 0 0 0;
}

.product-card-sec .pagination ul {
    justify-content: flex-start;
}

/**** WHAT ABOUT SEC *****/
.what-about-sec {
    background-color: var(--monte-carlo-200);
}

/**** PRODUCT FORM *****/
.product-form {
    margin-bottom: 25px;
}

.product-form form .form-group {
    margin-bottom: 15px;
}

.product-form form .form-group label {
    color: #1C1D18;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 0 0 6px 0;
}

.product-form form .form-group .form-control {
    color: #B4B4B4;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #696969;
    border-radius: 8px;
    box-shadow: none;
    height: 48px;
}

.product-form form .form-group p {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0 0;
}


.product-order-size p {
    color: #797979;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.product-order-size p span {
    color: #D9000C;
    display: inline-block;
    margin-right: 5px;
}

.product-order-size p strong {
    color: #D9000C;
}

.product-order-size .people-number {
    margin-top: 34px;
}

.people-shirt h4 {
    color: #1C1D18;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 26px;
    margin-top: 32px;
}

.people-shirt-box {
    margin-bottom: 26px;
}

.people-shirt-box:last-child {
    margin: 0;
}

.people-shirt-box h5 {
    color: #696969;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.people-shirt-box h5 span {
    color: #1C1D18;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
}

.people-shirt-box h5 strong {
    color: #D9000C;
    display: inline-block;
    margin-left: 5px;
}

.people-shirt-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.people-shirt-box ul li {
    padding: 4px 4px;

}

.people-shirt-box ul li a {
    color: var(--monte-carlo-500);
    font-weight: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--monte-carlo-500);
    border-radius: 12px;
    height: 43px;
    padding: 0 10px;
}

.shirt-box-type li {
    width: 33.3%;
}

.people-shirt-box ul li a:hover,
.people-shirt-box ul li.active a {
    background-color: var(--monte-carlo-500);
    color: #fff!important;;
}

.shirt-box-not li {
    width: 20%;
}

.select-shirt-box {
    margin-top: 25px;
    margin-bottom: 35px;
}

.select-shirt-box h5 {
    color: #1C1D18;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.select-shirt-box p {
    color: #1C1D18;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
}

.select-shirt-box a {
    color: var(--monte-carlo-700);
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 21px 0 0 0;
}

.select-shirt-box a svg {
    margin-left: 6px;
    height: 14px;
}

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

.cart-header {
    padding: 14px 0;
    background-color: #fff;
}

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

.cart-basket {
    background-color: var(--monte-carlo-200);
    padding: 22px 0;
}

.cart-basket-inner {
    display: flex;
    align-items: center;
}

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

.cart-basket .media span {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-basket .media span img {
    height: 20px;
}

.cart-basket .media span strong {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--monte-carlo-500);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    right: -9px;
}

.cart-basket .media h4 {
    color: #1C1D18;
    font-size: 18px;
    padding-left: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cart-basket .media h4  strong{
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}
.cart-basket ul {
    display: flex;
    align-items: center;
}
.cart-basket-inner .media.active-none h4{
    color: #7E7E7E;
}
.cart-basket-inner .media.active-none span strong{
    background-color: #7E7E7E;
    color: #fff;
}
.cart-basket .media span svg {
    height: 20px;
}
.cart-basket li {
    margin-left: 20px;
}
.cart-basket li.active,
.cart-basket li.active a{
    color: #1C1D18;
}
.cart-basket li a,
.cart-basket li {
    color: #7E7E7E;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.cart-basket li span{
    margin-left: 7px;
}
.cart-basket li img {
    margin-right: 17px;
}

.product-cart {
    padding: 20px 0 64px;
}

.product-cart-box {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    padding: 12px 0;
}

.product-cart-box:last-child {
    border: none;
}

.product-cart-left .product-cart-detail {
    background-color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
    border-radius: 16px;
    padding: 20px 24px;

}

.product-cart-box .image-holder {
    max-width: 171px;
    width: 100%;
}

.product-cart-box .text-box {
    flex: 1;
    width: 100%;
    padding-left: 5px;
    position: relative;
    padding-top: 0;
}

.product-cart-box .text-box h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.product-cart-box .text-box h4 span {
    color: #D9000C;
    font-size: 20px;
}

.product-cart-box .text-box p.price-text {
    color: #797979;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: right;
}

.product-cart-box .text-box p.price-text strong {
    color: #D9000C;
    font-weight: bold;
}

.product-cart-box .text-box p.category-text {
    color: #1C1D18;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    margin: -22px 0 0 0;
}

.product-cart-box .text-box ul {
    display: flex;
    align-items: center;
    margin: 16px -4px 0px;
}

.product-cart-box .text-box ul li {
    padding: 0 4px;
}

.product-cart-box .text-box ul li a {
    color: var(--monte-carlo-900);
    font-weight: 300;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--monte-carlo-700);
    border-radius: 40px;
    height: 37px;
    width: 80px;
}

.product-cart-box .text-box ul li a:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.trash-box {
    background-color: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.create-matching {
    background-color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
    border-radius: 16px;
    margin-top: 16px;
    padding: 24px;
}

.create-matching h2 {
    color: #1C1D18;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.create-matching-box {
    background-color: #fff;
    padding: 16px;
    display: flex;
}

.hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    margin: 8px 0;
}

.create-matching-box:last-child {
    border: none;
}

.create-matching-box .image-holder {
    max-width: 163px;
    width: 100%;
}

.create-matching-box .create-matching-text {
    padding-left: 8px;
    flex: 1;
    width: 100%;
    padding-top: 3px;
}

.create-matching-text .media {
    display: flex;
    justify-content: space-between;
}

.create-matching-text .media .text-box h5 {
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
}

.create-matching-text .media .text-box p {
    color: #1C1D18;
    font-weight: 300;
    font-size: 13px;
}

.create-matching-text .media .text-inner span {
    color: #D9000C;
    font-size: 20px;
    font-weight: normal;
    display: block;
    text-align: right;
}

.create-matching-text .media .text-inner p {
    color: #797979;
    font-size: 14px;
    font-weight: normal;
}

.create-matching-text .media .text-inner p strong {
    color: #D9000C;
    font-weight: bold;
}

.create-matching-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.create-matching-text ul li a {
    color: var(--monte-carlo-700);
    font-weight: 300;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    width: 158px;
    border: 1.5px solid var(--monte-carlo-700);
    border-radius: 50px;
}

.create-matching-text ul li a:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.create-matching-text ul li a:hover img {
    filter: brightness(850.5%);
}

.create-matching-text ul li a img {
    margin-left: 12px;
}

.create-matching-text ul li a.add-cart-btn {
    background-color: var(--monte-carlo-500);
    color: #fff;
    width: 200px;
    border-color: var(--monte-carlo-500);
}

.create-matching-text ul li a.add-cart-btn:hover {
    background-color: transparent;
    color: var(--monte-carlo-500);
}

/***** CART SPECIAL OFFER *****/
.cart-special-offer {
    margin-top: 16px;
    background-color: var(--monte-carlo-200);
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
    border-radius: 16px;
   
}

.cart-special-offer h4 {
    text-align: center;
    color: #1C1D18;
    font-weight: 500;
    font-size: 18px;
    padding: 25px 24px;
}

.cart-special-inner {
    padding: 24px;
}

.cart-special-box {
    border-bottom: 1px solid #B4B4B4;
    padding: 0 16px 10px;
    margin-bottom: 16px;
}

.cart-special-box:last-child {
    margin: 0;
    border: none;
}

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

.cart-special-box .media p {
    display: flex;
    align-items: center;
    color: #464646;
    font-size: 16px;
    font-weight: normal;
}

.cart-special-box .media p img {
    margin-right: 8px;
}

.cart-special-box .media strong {
    color: #040501;
    font-weight: 600;
    font-size: 13px;
    display: block;
}

.cart-special-box .media span {
    color: #464646;
    font-size: 14px;
    font-weight: normal;
}

.progress {
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 50px;
    padding: 1px;
    height: 10px;
    margin: 8px 0;
}

.progress-bar {
    border-radius: 50px;
    background-color: var(--monte-carlo-500);
}

.cart-special-gift {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-top: 12px;
}

.cart-special-gift-box {
    display: flex;
    align-items: flex-start;
}

.cart-special-gift-box .image-holder {
    max-width: 80px;
    width: 100%;
}

.cart-special-gift-box .text-box {
    flex: 1;
    width: 100%;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
}

.cart-special-gift-box .text-box h5 {
    color: #1C1D18;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
}

.cart-special-gift-box .text-box span {
    color: #D9000C;
    font-weight: 500;
    font-size: 12px;
    display: block;
}

/****** PRODUCT CART RIGHT *****/
.product-cart-right {
    padding: 35px 24px 24px 24px;
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
}

.product-cart-right h4 {
    color: #040501;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.order-summary-box ul li {
    font-weight: 500;
    font-size: 16px;
    color: #464646;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 8px;
}
.order-summary-box ul li.active{
    background-color: var(--monte-carlo-200);
}
.order-summary-box ul li:last-child {
    border-top: 1px solid #D2D2D2;
    padding: 8px 8px;
    margin: 4px 0 0 0;
    border-radius: 0;
}

.order-summary-box ul li strong {
    font-weight: 600;
    font-size: 20px;
}

.discount-code {
    margin: 22px 0 0 0;
}

.discount-code h5 {
    color: #464646;
    font-weight: 500;
    font-size: 16px;
}
.discount-code .relative{
    position: relative;
    flex: 1;
    margin-right: 8px;
}
.discount-code .relative span{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0,-50%);

}
.discount-code form {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.discount-code form .form-control {
    color: #B4B4B4;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #696969;
    border-radius: 8px;
    height: 49px;
    box-shadow: none;
    padding: 8px 8px 8px 32px; 
}

.discount-code form .form-control:focus {
    border-color: var(--monte-carlo-500);
}

.discount-code form .form-control::placeholder {
    color: #B4B4B4;
}

.discount-code form a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-color: var(--monte-carlo-400);
    height: 49px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.discount-code form a:hover {
    background-color: var(--monte-carlo-500);
}

.submit-order-btn {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: var(--monte-carlo-500);
    border: 1px solid transparent;
    height: 52px;
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    margin-top: 24px;
}

.submit-order-btn:hover {
    background-color: transparent;
    border-color: var(--monte-carlo-500);
    color: var(--monte-carlo-500);
}

.submit-order-btn:hover svg path {
    stroke: var(--monte-carlo-500);
}

.submit-order-btn svg {
    margin-left: 10px;
}
.cart-review{
    padding: 24px;
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
    background-color: #fff;
    border-radius: 16px;
}
.cart-review{
    margin-top: 16px;
    display: flex;
}
.cart-review .image-holder{
    max-width: 200px;
    width: 100%;
}
.cart-review .text-box{
    flex: 1;
    width: 100%;
    padding-left: 16px;
    position: relative;
}
.cart-review .text-box .media{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-review .text-box .media h4{
    color: #1C1D18;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
}
.cart-review .text-box .media h4 b{
    font-weight: 600;
}
.cart-review .text-box .media ul{
    display: flex;
    align-items: center;
}
.cart-review .text-box .media ul li {
    margin-right: 5px;
    display: flex;
}
.cart-review .text-box .media ul li:last-child{
    margin: 0;
}
.cart-review .text-box p {
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    margin: 20px 0;
}
.cart-review .text-box .media span{
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    display: block;
}
.cart-need-help {
    text-align: center;
    margin: 32px 0 0 0;
    padding: 30px 16px;
}
.cart-need-help h4 {
    color: #1C1D18;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 40px 0;
}
.cart-need-help .text-box{
    margin-bottom: 55px;
}
.cart-need-help .text-box:last-child{
    margin: 0;
}
.cart-need-help .text-box span {
    color: #1C1D18;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 0 0 16px 0;
}
.cart-need-help .text-box p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-need-help .text-box p:hover a{
    color: var(--monte-carlo-500);
}
.cart-need-help .text-box p a{
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-left: 8px;
}
/***** CHECKOUT FORM *****/
.checkout-form-sec {
    border-top: 1px solid #F0F0F0;
}
.cart-bottom{
    margin-top: 32px;
}
.checkout-form-left{
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
    background-color: #fff;
    border-radius: 16px;
    padding: 0 24px;
}
.checkout-form-box h4 {
    color: #1C1D18;
    font-size: 20px;
    font-weight: 600; 
    padding: 24px 22px;
    border-bottom: 1px solid #F0F0F0;
}

.checkout-form-inner {
    padding: 30px 16px;
}

.checkout-form-inner .form-group {
    margin: 0 0 15px 0;
}

.checkout-form-inner .form-group label {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0px 0 5px 0;
}

.checkout-form-inner .form-group label span {
    color: #D9000C;
}

.checkout-form-inner .form-group .form-control {
    border: 1px solid #D2D2D2;
    box-shadow: none;
    height: 48px;
    border-radius: 8px;
    color: black;
    font-weight: normal;
    font-size: 14px;
}

.checkout-form-inner .form-group .form-control:focus {
    border-color: var(--monte-carlo-500);
}

.checkout-form-inner .form-group .form-control::placeholder {
    color: #B4B4B4;
}

.checkout-form-inner p {
    color: #D9000C;
    font-size: 14px;
    font-weight: normal;
}

.checkout-form-inner .form-group .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.checkout-form-inner .form-group label.form-check-label {
    color: #1C1D18;
    font-weight: normal;
    flex: 1;
    font-size: 14px;
    margin: 0;
    padding-left: 6px;
}

.checkout-form-inner .form-group .form-check-input {
    float: none;
    margin: 0;
    border: 1px solid #7E7E7E;
    border-radius: 6px;
    width: 22px;
    height: 22px;
}
.checkout-form-sec .cart-special-box{
    padding: 0;
}
.payment-method-box .Delivery-box .form-check.checked11,
.delivery-method .Delivery-box .form-check.checked11{
    border-color: var(--monte-carlo-500);
    background-color: var(--monte-carlo-200);
}
.form-check-input:checked {
    background-color: #fff !important; 
}
.Delivery-box .form-check {
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    padding: 20px 8px;
    margin:  0 0 8px 0;
    display: flex;
    align-items: center; 
}
.Delivery-box .form-check:last-child{
    margin: 0;
}
.Delivery-box .form-check .form-check-input {
    margin: 0;
    float: none;
    border: 1px solid #7E7E7E;
    width: 20px;
    height: 20px;
}

.Delivery-box .form-check .form-check-input:checked[type=radio] {
    background: url(../images/check-icon.svg) no-repeat;
    background-position: center center;
    background-size: 8px;
    border-color: var(--monte-carlo-500);
}
.payment-method-box .Delivery-box .form-check .form-check-label .text-box h5 {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.payment-method-box .Delivery-box .form-check{
    padding: 22px 16px;
  
}
.payment-method-box .Delivery-box .form-check .form-check-label{
    flex-direction: row-reverse;
    padding-left: 8px;
}
.payment-method-box .Delivery-box .form-check .form-check-label .text-box{
    padding-left: 0;
}
.Delivery-box .form-check .form-check-label {
    display: flex;
    align-items: center;
    padding-left: 14px;
    flex: 1;
    width: 100%;
}

.Delivery-box .form-check .form-check-label .image-holder {
    max-width: 70px;
    width: 100%;
}

.Delivery-box .form-check .form-check-label .text-box {
    flex: 1;
    width: 100%;
    padding-left: 21px;
}

.Delivery-box .form-check .form-check-label .text-box h5 {
    color: #1C1D18;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    justify-content: space-between;
}

.Delivery-box .form-check .form-check-label .text-box p {
    color: #464646;
    font-weight: normal;
    font-size: 12px;
}

.order-pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-color: var(--monte-carlo-500);
    border: 1px solid transparent;
    height: 49px;
    border-radius: 12px;
    margin: 35px 0 0 0;
}

.order-pay-btn:hover {
    color: var(--monte-carlo-500);
    background-color: transparent;
    border-color: var(--monte-carlo-500);
}

.order-pay-btn:hover svg path {
    stroke: var(--monte-carlo-500);
}

.order-pay-btn img {
    margin-left: 10px;
}

.order-pay-btn svg {
    margin-left: 10px;
}
.form-check-pay{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-check-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
 
.form-check-pay.checked11 .form-check-collapes {
    display: block;
}
.form-check-collapes {
    width: 100%;
    padding: 24px 0 0 0;
}
.payment-method-box .Delivery-box .form-check .form-check-label .image-holder{
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-form-inner .form-check-collapes .form-group .media{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-form-inner .form-check-collapes .form-group .media a{
    display: flex;
    align-items: center;
    margin: -6px 0 0 0;
    position: relative;
}
.checkout-form-inner .form-check-collapes .form-group .media svg {
    height: 20px;
    width: auto;
  }
.checkout-form-inner .form-check-collapes .form-group .media a:hover .ccv-card{
    display: block;
}
.ccv-card{
    background-color: var(--monte-carlo-700);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    padding: 16px;
    left: 48px;
    width: 272px;
}
.ccv-card:after {
    position: absolute;
    content: "";
    left: -14px;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/popover-arrow.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 16px;
    height: 27px;
}
.ccv-card p{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
.ccv-card .media{
    display: flex;
}
.ccv-card span{
    max-width: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}
.ccv-card h5{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    flex: 1;
    padding-left: 9px;
}
/**** CHECKOUT FORM RIGHT *****/
.checkout-form-right {
    padding: 24px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(115, 115, 115, 0.15);
}

.checkout-form-right h4 {
    color: #040501;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.checkout-form-right .product-cart-box .image-holder {
    max-width: 92px;
    width: 100%;
}

.checkout-form-right .product-cart-box .text-box h4 {
    font-size: 14px;
    margin: 0;
}

.checkout-form-right .product-cart-box .text-box h4 span {
    font-size: 14px;
}

.checkout-form-right .product-cart-box .text-box p.category-text {
    margin: 11px 0 0 0;
}

.checkout-form-right .order-summary-box {
    margin: 20px 0 0 0;
}

/***** EDIT CARD MODAL *****/
.edit-cart .modal-dialog {
    max-width: 648px;
}

.edit-cart .modal-content {
    border: none;
    border-radius: 16px;
    background-color: #fff;
}

.edit-cart .modal-body {
    padding: 8px 32px 32px;
}

.edit-cart .modal-body .media {
    display: flex;
    border-bottom: 1px solid #E1E1E1;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.edit-cart .modal-body .media h4 {
    color: #040501;
    font-weight: 500;
    font-size: 18px;
}

.edit-cart .modal-body .media a {
    background-color: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.edit-cart .modal-body .media a:hover {
    background-color: var(--monte-carlo-500);
}

.edit-cart .modal-body .media a:hover img {
    filter: brightness(1100.5%);
}

.edit-modal {
    display: flex;
    padding: 15px 0 0 0;
}

.edit-modal .image-holder {
    max-width: 260px;
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.edit-modal .text-box {
    flex: 1;
    width: 100%;
    padding-left: 16px;
}

.edit-modal .text-box h5 {
    color: #1C1D18;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 37px 0;
}

.edit-type {
    margin-bottom: 23px;
}

.edit-type h6 {
    display: flex;
    color: #696969;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    margin: 0 0 15px 0;
}

.edit-type h6 span {
    display: inline-block;
    color: #464646;
    font-weight: 600;
    margin-left: 4px;
}

.edit-type ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.edit-type ul li {
    padding: 4px 4px;
    width: 25%;
}

.edit-type ul li a {
    font-weight: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monte-carlo-700);
    border: 1px solid var(--monte-carlo-700);
    border-radius: 12px;
    height: 43px;
}

.edit-type ul li.active a,
.edit-type ul li a:hover {
    background-color: var(--monte-carlo-700);
    color: #fff;
}

.quantity {
    background-color: var(--monte-carlo-200);
    border-radius: 12px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.quantity button {
    background-color: var(--monte-carlo-700);
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
}

.quantity .qty {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #1C1D18;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    flex: 1;
}

.edit-modal .order-pay-btn {
    margin: 25px 0 0 0;
}

/***** ORDER STATUS PAGE *****/
.order-status-sec {
    background-color: #F8F8F8;
    padding: 40px 0;
}

.order-status-inner {
    border-radius: 20px;
    background-color: #fff;
    padding: 32px 100px 65px;
}

.order-status-inner h3 {
    text-align: center;
    color: #1C1D18;
    font-weight: 600;
    font-size: 22px;
}

.step-progress {
    margin: 50px 0 0 0;
}

.step-progress ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.step-progress ul::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 88%;
    height: 4px;
    background-color: var(--monte-carlo-200);
}

.step-progress ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.step-progress ul li.active span,
.step-progress ul li.complete span {
    background-color: var(--monte-carlo-500);
}

.step-progress ul li.complete span::after {
    display: none;
}

.step-progress ul li span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    background-color: var(--monte-carlo-300);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.step-progress ul li span::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 16px;
    height: 16px;
}

.step-progress ul li h4 {
    color: #1C1D18;
    font-weight: normal;
    font-size: 16px;
    min-height: 38px;
}

.order-status-detail {
    margin: 50px 0 0 0;
}

.order-status-detail ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--monte-carlo-500);
    border-radius: 8px;
}

.order-status-detail ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid var(--monte-carlo-500);
    padding: 26px 0px;
}

.order-status-detail ul li:last-child {
    border-right: none;
}

.order-status-detail ul li p {
    color: #464646;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.order-status-detail ul li h4 {
    color: #1C1D18;
    font-size: 18px;
    font-weight: 500;
}

.order-status-list {
    margin: 35px 0 0 0;
}

.order-status-list h2 {
    color: #1C1D18;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.order-status-list .product-cart-box .image-holder {
    max-width: 92px;
    height: 92px;
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
}

.order-status-list .product-cart-box .text-box {
    padding-left: 10px;
    padding-top: 6px;
}

.order-status-list .product-cart-box .text-box h4 {
    margin: 0 0 15px 0;
}

.order-status-list .product-cart-box .text-box h4 span {
    font-weight: normal;
    font-size: 16px;
    color: #1C1D18;
}

.order-status-list .product-cart-box .text-box p.category-text {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.order-cost {
    border-top: 1px solid #D2D2D2;
    padding-top: 37px;
    padding-bottom: 30px;
}

.order-cost h4 {
    font-weight: 500;
    font-size: 18px;
    color: #1C1D18;
    margin: 0 0 40px 0;
}

.order-cost ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.order-cost ul li strong {
    font-size: 18px;
    font-weight: 500;
}

.order-cost ul li:last-child {
    margin: 0;
}

.order-contact {
    border-top: 1px solid #D2D2D2;
    padding: 38px 0 0 0;
}

.order-contact .text-box h4 {
    color: #1C1D18;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.order-contact .text-box ul li {
    margin-bottom: 23px;
}

.order-contact .text-box ul li:last-child {
    margin: 0;
}

.order-contact .text-box ul li a {
    color: #464646;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    display: block;
}

.order-contact .text-box ul li a:hover {
    color: var(--monte-carlo-500);
}

/**** ORDER AWAITING PAYMENT *****/
.order-awaiting-payment-sec .order-status-detail ul li {
    width: 33.3%;
}

.choose-payment {
    margin: 35px 0 0 0;
}

.choose-payment h4 {
    color: #1C1D18;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.choose-payment .Delivery-box .form-check .form-check-label .text-box h5 {
    margin: 0;
}

.pay-btn {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    background-color: var(--monte-carlo-500);
    border: 1px solid transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 47px;
    max-width: 258px;
    width: 100%;
    margin-left: auto;
    justify-content: center;
    margin-top: 24px;
}

.pay-btn:hover {
    background-color: transparent;
    color: var(--monte-carlo-500);
    border-color: var(--monte-carlo-500);
}

.submit-request {
    margin-top: 37px;
}

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

.submit-request .media span {
    max-width: 40px;
    width: 100%;
    margin-right: 8px;
}

.submit-request .media p {
    color: #D9000C;
    font-weight: 500;
    font-size: 18px;
    flex: 1;
    width: 100%;
}

.order-status-submit .checkout-form-inner {
    padding: 87px 0 0 0;
    max-width: 376px;
}

.checkout-form-inner .form-group textarea.form-control {
    height: 128px;
}

/******** MOBILE NAVBAR *****/
.mobile-navbar {
    position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    top: 110px;
    height: 100%;
    display: none;
}

.mobile-navbar.active {
    display: block;
}

.mobile-navbar ul li a.mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1C1D18;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #D2D2D2;
    padding: 24px 16px;
}

.mobile-navbar ul li a.mobile-link span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--monte-carlo-950);
}

.mobile-submenu {
    position: fixed;
    left: 0;
    top: 169px;
    background-color: #fff;
    width: 100%;
    display: none;
}

.mobile-submenu.active {
    display: block;
}

.mobile-submenu h4 {
    display: flex;
    align-items: center;
    color: #1C1D18;
    font-weight: 500;
    font-size: 16px;
    padding: 24px 16px;
    border-bottom: 1px solid #D2D2D2;
}

.back-navbar {
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    border-radius: 50%;
    margin-right: 8px;
    height: 32px;
}

.mobile-submenu .text-box {
    padding: 26px 24px;
    height: calc(100vh - 251px);
    overflow-y: auto;
}

.mobile-submenu .text-box ul {
    margin-bottom: 48px;
}

.mobile-submenu .text-box ul:last-child {
    margin: 0;
}

.mobile-submenu .text-box ul li h5 {
    color: #040501;
    font-weight: 500;
    font-size: 16px;
}

.mobile-submenu .text-box ul li {
    margin-bottom: 24px;
}

.mobile-submenu .text-box ul li:last-child {
    margin: 0;
}

.mobile-submenu .text-box ul li a {
    color: #1C1D18;
    font-weight: normal;
    font-size: 14px;
    display: block;
}

/***/
.matching-text {
    flex: 1;
}

.matching-text h4 {
    color: #1C1D18;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500;
}

.matching-text span {
    color: #D9000C;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 11px;
}

.matching-text p {
    color: #1C1D18;
    font-size: 12px;
    font-weight: 300;
    display: block;
}

/*****/
.summary-cart a.show svg {
    transform: rotate(180deg);
}

.summary-cart .dropdown-menu {
    width: 100%;
    min-width: 100%;
    border-radius: 0 0 16px 16px;
    border: none;
    padding: 0;
    margin: 16px 0 0 0 !important;
}

.dropdown-menu-inner {
    padding: 10px 16px 40px 16px;
}

.summary-cart .dropdown-menu .menu-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--monte-carlo-200);
    padding: 16px 16px;
}

.summary-cart .dropdown-menu .menu-media h4 {
    color: #1C1D18;
    font-size: 20px;
    font-weight: 500;
}

.summary-cart .dropdown-menu .menu-media a {
    color: #1C1D18;
    font-size: 12px;
    font-weight: 500;
}


.summary-cart .dropdown-menu .product-cart-box .image-holder {
    height: 92px;
    max-width: 92px;
}

.summary-cart .dropdown-menu .product-cart-box .text-box a {
    color: var(--monte-carlo-900);
    font-size: 12px;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--monte-carlo-900);
    border-radius: 50px;
    height: 32px;
    max-width: 82px;
    width: 100%;
}

.summary-cart .dropdown-menu .product-cart-box .text-box a:hover {
    background-color: var(--monte-carlo-900);
    color: #fff;
}

/***** ABOUT US *****/
.about-us-page .birthday-gift-sec {
    padding: 28px 0;
}

.about-us-page .gift-title {
    margin: 46px 0 0 0;
}

.about-us-page .gift-title p {
    max-width: 626px;
}

.distinguishes-sec {
    background-color: var(--monte-carlo-200);
    padding: 97px 0;
    margin: 110px 0 0 0;
}

.distinguishes-sec::after {
    background: url(../images/distinguishes-shapetop.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.distinguishes-sec::before {
    background: url(../images/distinguishes-shapebottom.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.distinguishes-sec .title h2 {
    color: #1C1D18;
}

.distinguishes-inner {
    margin: 50px 0 0 0;
}

.distinguishes-box {
    margin: 15px 0;
}

.distinguishes-box span {
    display: block;
    min-height: 32px;
}

.distinguishes-box h4 {
    color: #1C1D18;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

.distinguishes-box p {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
}

/**** OUR MISSION ****/
.dream-shinc-sec {
    padding: 183px 0 0 0;
}

.our-mission .text-box {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.our-mission .text-box h4 {
    color: #1C1D18;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
}

.our-mission .text-box p {
    color: #464646;
    font-size: 18px;
    font-weight: normal;
    line-height: 170%;
    max-width: 460px;
    width: 100%;
}

.testimonial-user {
    padding: 80px 0 0;
}

.testimonial-user .text-box {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.testimonial-user .text-box h4 {
    color: #1C1D18;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 180%;
    max-width: 364px;
    width: 100%;
    margin: 22px auto;
}

.testimonial-user .text-box span {
    display: block;
}

.testimonial-user .text-box span.bottom-qoutes {
    text-align: right;
}

/**** ABOUT NUMBER ******/
.about-number-sec {
    padding: 100px 0 0;
}

.about-number-inner h4 {
    text-align: center;
    color: #1C1D18;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-number-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px 60px;
}

.about-number-inner ul li {
    width: 25%;
    padding: 0 16px;
}

.about-number-inner ul li .text-box {
    padding: 15px 16px;
}

.about-number-inner ul li h5 {
    color: #1C1D18;
    font-size: 32px;
    font-weight: 500;
    background-color: var(--monte-carlo-200);
    border-radius: 8px;
    text-align: center;
    padding: 10px 0px;
}

.about-number-inner ul li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 14px 0 0 0;
}

.about-number-inner p {
    color: #464646;
    font-size: 18px;
    font-weight: normal;
    line-height: 170%;
}

.about-number-inner .image-holder {
    margin: 40px 0;
}

.newsletter-about {
    padding-top: 120px;
}

#counter-box h5.percent:after {
    content: "+";
    display: inline-block;
}


 .font-weight-bold {
            font-weight: 500 !important;
        }

        [v-cloak] .v-cloak--block {
            display: block;
        }

        [v-cloak] .v-cloak--inline {
            display: inline;
        }

        [v-cloak] .v-cloak--inlineBlock {
            display: inline-block;
        }

        [v-cloak] .v-cloak--hidden {
            display: none;
        }

        [v-cloak] .v-cloak--invisible {
            visibility: hidden;
        }

        .v-cloak--block,
        .v-cloak--inline,
        .v-cloak--inlineBlock {
            display: none;
        }

.selectProductImg {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.selectProductImg li {
    flex: 0 0 25%;
    padding: 5px 5px 10px;
}

.selectProductImg .radioStyle+label {
    border: 1px solid #D8D9DB;
    display: inline-flex;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.selectProductImg .radioStyle+label img {
    border-radius: 5px;

}

.selectProductImg .radioStyle:checked+label {
    border-color: var(--monte-carlo-700);
}

.selectProductImg .radioStyle+label img.iconCheck {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;

}

.selectProductImg .radioStyle:checked+label img.iconCheck {
    opacity: 1;
    visibility: visible;
}

.colorPicker {
    display: flex;
    margin: -5px;
}

.colorPicker li {
    padding: 5px;
}

.colorPicker li label {
    border: 1px solid #D8D9DB;
    display: block;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}


.colorPicker .radioStyle:checked+label {
    box-shadow: inset 0 0 0 4px #fff;
    border: 1px solid var(--monte-carlo-700);
}