/*============
Author: TezcoWeb
Template Name: Giftopia HTML5 Template
Author URI: https://www.templatemonster.com/store/tezcoweb/
Version: 1.0
============*/

/* Table of contents */
/*====================
1. Base CSS
2. Header Top CSS 
3. Main Header CSS
4. Hero CSS
5. Featured Products CSS
6. Who We Are CSS
7. Popular Categories CSS
8. Collection Showcase CSS
9. Top Gifts CSS
10. CTA Gift CSS
11. Home Feeds CSS
12. Follow Insta CSS
13. Footer CSS
14. Hero V2 CSS
15. Available Gift Collection CSS
16. Featured Products V2 CSS
17. About US V2 CSS
18. Home Feeds V2 CSS
19. Breadcrumb CSS
20. Our Team Page CSS
21. Blog List Page CSS
22. Blog Details Page CSS
23. Categories Page CSS
24. Shop Full Width Page CSS
25. Shop Left Sidebar Page CSS
26. Shop List View Page CSS
27. Product Details Page CSS
28. Product On Sell Page CSS
29. Suggested Gift Idea Page CSS
30. My Account Page CSS
31. Sign In Page CSS
32. Wish List Page CSS
33. Checkout Page CSS
34. Order Tracking Page CSS
35. FAQ Page CSS
36. Contact Page CSS
37. Error Page CSS
38. Loading Window CSS
====================*/

/* ==========
    Base CSS
============ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    scroll-behavior: smooth;
    font-family: "Mada", sans-serif;
}

img {
    max-width: 100%;
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.pt-80 {
    padding-top: 80px;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.bounce-animate {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* ============ Header Top CSS ============ */
.header-tp {
    background-color: #070708;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header-tp-lf,
.header-tp-rs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-tp-lf p,
.header-tp-rs p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.header-tp-lf p img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header-tp-lf>div:first-child {
    border-right: 1px solid #4f4d4e;
    padding-right: 16px;
    margin-right: 16px;
}

.header-tp-lf>div {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
}

.header-tp-rs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-tp-rs p {
    font-size: 12px;
    color: #ece9e6;
}

.header-tp-rs a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-tp-rs a:hover {
    color: #ff5d17;
}

.header-tp-rs a img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -3px;
}

.header-tp-rs select {
    background-color: #212021;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 8px;
    height: 26px;
    cursor: pointer;
    outline: none;
}

.header-tp-rs>div {
    margin-right: 14px;
}

.header-tp-rs>div:last-child {
    margin-right: 0;
}

/* ============ Main Header CSS ============ */
header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.25px solid #8f8f8f38;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.logo a img {
    width: 90px;
    height: 32px;
}

.main-menu nav ul {
    text-align: center;
}

.main-menu nav ul li,
.main-menu nav ul li.active {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    z-index: 1;
}

.main-menu nav ul li a {
    text-decoration: none;
    color: #212021;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.main-menu nav ul li:last-child {
    margin-right: 0;
}

.main-menu nav ul li a:before,
.main-menu nav ul li.active a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: #8546f0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.main-menu nav ul li:hover a:before,
.main-menu nav ul li.active a:before {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
}

.main-menu nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 200px;
    background-color: #070708;
    padding: 25px 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.main-menu nav ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.main-menu nav ul li .submenu li {
    display: block;
    margin-right: 0;
    text-align: left;
    margin-bottom: 10px;
}

.main-menu nav ul li .submenu li a {
    color: #fff;
}

.main-menu nav ul li .submenu li:last-child {
    margin-bottom: 0;
}

.main-menu nav ul li .submenu li a::before {
    opacity: 0;
    visibility: hidden;
    bottom: -5px;
}

.main-menu nav ul li .submenu li:hover a::before {
    opacity: 1;
    visibility: visible;
    bottom: 3px;
}

.order-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 7px;
}

.search-top form button {
    border: none;
    color: #070708;
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.search-top form button:hover {
    color: #8546f0;
}

.btn-primary {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #070708;
    display: inline-block;
    padding: 7px 20.5px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-carts button {
    background-color: transparent;
    border: none;
    width: 18.1px;
    height: 24px;
    color: #070708;
}

.btn-primary:hover {
    background-color: #8546f0;
}

.search-top {
    border-right: 1px solid #d9d4e7;
    padding-right: 20px;
    margin-right: 20px;
}

.btns-top {
    padding-right: 20px;
}

.btn-carts {
    position: relative;
    z-index: 1;
}

.current-on-cart {
    position: absolute;
    right: -6px;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #8546f0;
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.btn-carts:hover button span {
    background-color: #ff5d17;
}

.search-top form input {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 38px;
    z-index: -1;
    outline: none;
    padding: 5px 10px;
    padding-right: 38px;
    border: 1px solid transparent;
    color: #212021;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.search-top form {
    position: relative;
    z-index: 1;
}

.search-top form input::-webkit-input-placeholder {
    color: #212021;
}

.search-top form input::-moz-placeholder {
    color: #212021;
}

.search-top form input:-ms-input-placeholder {
    color: #212021;
}

.search-top form input::-ms-input-placeholder {
    color: #212021;
}

.search-top form input::placeholder {
    color: #212021;
}

.search-top form:hover input {
    width: 230px;
    left: auto;
    border-color: #8546f0;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    z-index: 99;
}

.mobile-search-options {
    display: none;
}

.hamburger {
    display: none;
}

/* ============ Hero CSS ============ */
.hero-bg {
    background-color: #9e9e9e;
    margin-left: 0;
    margin-right: 0;
}

.hero {
    margin-top: 8px;
}

.px-custom {
    padding-right: 0;
    padding-left: 0;
}

.hero-lf h5 {
    color: #df5dff;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Sacramento", cursive;
    margin-bottom: 5px;
}

.hero-lf h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #070708;
    margin-bottom: 18px;
}

.hero-lf p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 42px;
    padding-right: 60px;
}

.btn-secondary {
    text-decoration: none;
    color: #fff;
    background-color: #8546f0;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 32.7px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-secondary:hover {
    background-color: #070708;
}

.hero-lf {
    padding-top: 110px;
    padding-left: 50px;
    padding-bottom: 110px;
}

.hero-rt {
    width: 100%;
    height: auto;
}

.hero-rt img {
    height: 541px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============ Featured Products CSS ============ */

.featured-products {
    background-color: #f9f8fc;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 80px;
}

.heading-common-one {
    text-align: center;
    margin-bottom: 61px;
}

.heading-common-one p {
    font-size: 16px;
    color: #070708;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}

.heading-common-one h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 0;
}

.product-top img {
    width: 100%;
    height: 276px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.product-top {
    position: relative;
    z-index: 1;
}

.on-sell,
.save-product {
    position: absolute;
    top: 20px;
    z-index: 1;
    padding: 5px 12px;
    background-color: #ff4b4b;
}

.on-sell p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    margin-bottom: 0;
}

.save-product {
    width: 22px;
    height: 22px;
    background-color: #f6f4fb;
    border-radius: 50%;
    right: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.save-product svg {
    width: 16px;
    height: 14px;
    color: #8546f0;
    cursor: pointer;
}

.save-product svg:last-child,
.save-product.active svg:first-child {
    display: none;
}

.save-product.active svg:last-child {
    display: block;
}

.tag-product p {
    font-size: 12px;
    color: #070708;
    line-height: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tag-product p svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.product-name h3 {
    color: #070708;
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.single-product {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.cart-btn .btn-secondary {
    border-radius: 2px;
    background-color: #0e172c;
    padding: 8px 12px;
    font-size: 15px;
    line-height: normal;
}

.cart-btn .btn-secondary:hover {
    background-color: #8546f0;
}

.product-price p {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #070708;
    margin-bottom: 0;
}

.product-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-bottom {
    padding: 20px 18px;
}

.tag-product {
    margin-bottom: 5px;
}

.view-details a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.view-details a svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.view-details {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.single-product:hover .view-details a {
    opacity: 1;
    visibility: visible;
}

.single-product .product-top::before {
    position: absolute;
    content: "";
    background-color: #0d0e11bf;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-product:hover .product-top::before {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.single-product:hover .view-details {
    top: 50%;
}

.view-details a:hover,
.view-details a:hover svg {
    color: #1ffd6b;
}

.product-price.discount-price p del {
    color: #727272;
}

.discount-price .old-price {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.product-price.discount-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ============ Who We Are CSS ============ */
.who-we-are {
    padding-top: 80px;
    padding-bottom: 80px;
}

.who-we-left img {
    width: 100%;
}

.who-we-left {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-right: 35px;
}

.who-we-left::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 88%;
    height: 100%;
    background-color: #ff83a7;
    z-index: -1;
}

.who-we-right {
    padding-top: 75px;
    position: relative;
    z-index: 1;
}

.who-we-right h5 {
    color: #df5dff;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Sacramento", cursive;
    margin-bottom: 8px;
}

.who-we-right h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 12px;
}

.who-we-right p {
    font-size: 16px;
    color: #212021;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 42px;
}

.btn-prime {
    text-decoration: none;
    color: #fff;
    background-color: #070708;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 32.4px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-prime:hover {
    background-color: #8546f0;
}

.butterfly-animation {
    position: absolute;
    right: 25%;
    bottom: -6%;
    z-index: -1;
}

/* ============ Popular Categories CSS ============ */
.popular-categories {
    overflow: hidden;
}

.one-line-heading h3 {
    font-size: 36px;
    color: #070708;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 45px;
}


.slider-popular-category {
    position: relative;
    z-index: 1;
}

.slider-popular-category .owl-item img,
.single-popular-cat-box img {
    width: 100%;
    height: 196px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-cat-box a {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.single-popular-cat-box a:hover {
    color: #8546f0;
}

.single-popular-cat-box a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background-color: #8546f0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-popular-cat-box a:hover::before {
    width: 100%;
}

.single-popular-cat-box {
    text-align: center;
}

.slider-popular-category .owl-stage-outer {
    overflow: visible;
}

/* ============ Collection Showcase CSS ============ */
.collection-showcase {
    padding-top: 60px;
}

.collection-show-lf img {
    width: 100%;
    height: 596px;
    -o-object-fit: cover;
    object-fit: cover;
}

.collection-show-top {
    background-image: url(../image/collection02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 80px 105px;
    padding-left: 230px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.show-star {
    position: absolute;
    right: 9%;
    bottom: 14%;
    width: 48px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
}

.collect-double-lf,
.collect-double-rg {
    background-image: url(../image/collection03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 37px 10px;
    padding-left: 135px;
    height: 274px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collect-double-rg {
    background-image: url(../image/collection04.jpg);
    padding-left: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.collection-show-top h3 {
    font-size: 32px;
    line-height: 42px;
    color: #070708;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-shop,
.btn-view-all {
    text-decoration: none;
    color: #fff;
    background-color: #8546f0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 20.5px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-shop:hover {
    background-color: #070708;
}

.collect-double-lf p {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Sacramento", cursive;
    color: #8546f0;
    margin-bottom: 8px;
}

.collect-double-lf h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #070708;
    margin-bottom: 0;
}

.collect-double-rg p {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #8546f0;
    margin-bottom: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.btn-view-all {
    background-color: #070708;
}

.btn-view-all:hover {
    background-color: #8546f0;
}

/* ============ Top Gifts CSS ============ */
.top-gifts {
    background-color: #e4ddf8;
}

.gift-basket {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}

.heading-gift-basket {
    text-align: center;
    margin-bottom: 60px;
}

.heading-gift-basket p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #070708;
    margin-bottom: 10px;
}

.heading-gift-basket h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 18px;
}

.single-unique-gift {
    text-align: center;
}

.gift-image {
    position: relative;
    margin-bottom: 25px;
}

.single-unique-gift img {
    width: 220px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.gift-image::before {
    position: absolute;
    content: "";
    left: 12px;
    top: -14px;
    width: 248px;
    height: 248px;
    background-image: url(../image/dotted-round.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: rotation 12s infinite linear;
}

.single-unique-gift h4 {
    color: #070708;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 5px;
}

.single-unique-gift.single-gift-cl1 h4 {
    color: #fa8734;
}

.single-unique-gift.single-gift-cl2 h4 {
    color: #ff3b47;
}

.single-unique-gift.single-gift-cl3 h4 {
    color: #3453fa;
}

.single-unique-gift.single-gift-cl4 h4 {
    color: #fa347b;
}

.single-unique-gift p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 10px;
}

.single-unique-gift a {
    text-decoration: none;
    color: #0e172c;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-unique-gift a svg {
    width: 18px;
    height: 18px;
    margin-top: -3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-unique-gift a:hover {
    color: #8546f0;
}

/* ============ CTA Gift CSS ============ */
.cta-bg {
    background-image: url(../image/cta.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 115px;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #0e172c;
    margin-bottom: 25px;
}

.cta-content .btn-secondary {
    background-color: #0e172c;
}

.cta-content .btn-secondary:hover {
    background-color: #8546f0;
}

.star-cta {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 118px;
    height: 93px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
}

/* ============ Home Feeds CSS ============ */
.feeds-short {
    background-color: #f5f2ff;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-top: 80px;
}

.feed-article {
    background-color: #fff;
    padding: 20px 0;
}

.feed-article h4 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    line-height: 42px;
    color: #070708;
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid #9c9c9cad;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.single-sm-post-lf img {
    min-width: 105px;
    min-height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-prev-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.single-sm-post-rg a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #1c1c1c;
    margin-bottom: 11px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-sm-post-rg p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #434343;
    margin-bottom: 0;
}

.single-sm-post-lf {
    margin-right: 15px;
}

.single-prev-article .single-prev-post:last-child {
    margin-bottom: 0;
}

.single-sm-post-rg a:hover {
    color: #8546f0;
}

.read-full-post p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #070708;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.read-full-post p a {
    text-decoration: none;
    color: #8546f0;
    position: relative;
    z-index: 1;
}

.read-full-post p a:hover:before,
.view-full-gallery a:hover:before {
    width: 0;
}

.read-full-post p a:before,
.view-full-gallery a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #8546f0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feed-title {
    padding: 0 50px;
}

.single-prev-article {
    padding: 0 32px;
    padding-right: 25px;
}

.read-full-post {
    border-top: 1px solid #9c9c9cad;
    text-align: center;
    margin-top: 32px;
    padding-top: 25px;
}

.single-feed-testimonial {
    text-align: center;
    padding: 0 32px;
}

.user-testmonial-small {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-feed .owl-carousel .owl-item img,
.user-testmonial-small img {
    margin: 0 auto;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.user-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 13px;
}

.user-rating img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
}

.user-rating img:last-child {
    margin-right: 0;
}

.single-feed-testimonial p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 0;
}

.single-feed-testimonial h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #070708;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.liner-custom {
    width: 40px;
    height: 1px;
    background-color: #343434;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial-feed .owl-dots div {
    width: 10px;
    height: 10px;
    background-color: #8546f03d;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial-feed .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

.testimonial-feed .owl-dots div:last-child {
    margin-right: 0;
}

.testimonial-feed .owl-dots div.active {
    background-color: #8546f0;
}

.testimonial-feed .owl-dots div.active::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #8546f0;
    z-index: -1;
}

.gallery-small {
    margin: 0 auto;
    padding: 0 30px;
    padding-left: 35px;
}

.gallery-item {
    float: left;
    margin: 4px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item,
.gallery-item-long {
    width: 25%;
}

.gallery-item-mid {
    width: 52%;
}

.gallery-item-long img {
    height: 188px;
}

.gallery-item-small img {
    height: 90px;
}

.gallery-item-mid img {
    height: 90px;
}

.view-full-gallery {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 41px;
}

.view-full-gallery a {
    text-decoration: none;
    color: #8546f0;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.view-full-gallery a:before {
    bottom: 0px;
}

/* ============ Follow Insta CSS ============ */
.follow-instagram {
    padding-top: 76px;
    padding-bottom: 80px;
}

.heading-insta h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    color: #070708;
    margin-bottom: 0;
}

.heading-insta img {
    width: 22px;
    height: 22px;
    margin-top: -6px;
    margin-right: 5px;
    -o-object-fit: contain;
    object-fit: contain;
}

.heading-insta {
    margin-bottom: 45px;
}

.insta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-insta-post img {
    width: 234px;
    height: 234px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-insta-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.insta-con img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.insta-con {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.single-insta-post:before {
    position: absolute;
    content: "";
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(14, 23, 44, 0.55)),
            to(rgba(14, 23, 44, 0.55)));
    background: -o-linear-gradient(bottom,
            rgba(14, 23, 44, 0.55) 0%,
            rgba(14, 23, 44, 0.55) 100%);
    background: linear-gradient(0deg,
            rgba(14, 23, 44, 0.55) 0%,
            rgba(14, 23, 44, 0.55) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-insta-post:hover:before {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.single-insta-post:hover .insta-con {
    opacity: 1;
    visibility: visible;
    left: 50%;
    top: 50%;
}

/* ============ Footer CSS ============ */

footer {
    background-color: #070708;
    padding-top: 80px;
}

.footer-first-widget img {
    width: 175px;
    height: 62px;
    margin-bottom: 24px;
}

.footer-first-widget p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #f9f8fc;
    margin-bottom: 6px;
}

.footer-list-widget {
    padding-left: 75px;
}

.footer-first-widget a {
    display: block;
    text-decoration: none;
    color: #f9f8fc;
    font-size: 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 3px;
}

.footer-first-widget a:hover {
    color: #8546f0;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer-social ul li a img {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.footer-social {
    margin-top: 40px;
}

.footer-social ul li a {
    margin-bottom: 0;
}

.footer-list-widget h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    margin-bottom: 23px;
}

.footer-list-widget ul li {
    display: block;
    margin-bottom: 15px;
}

.footer-list-widget ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #f9f8fc;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-list-widget ul li a:hover {
    color: #8546f0;
}

.footer-newsletter-widget h3 {
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 4px;
    font-weight: 500;
}

.footer-newsletter-widget p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 31px;
}

.footer-newsletter-widget form input {
    background-color: transparent;
    border: 1px solid #ffffff6b;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 48px;
    padding-right: 170px;
    height: 80px;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-newsletter-widget form input::-webkit-input-placeholder {
    color: #ffffffad;
}

.footer-newsletter-widget form input::-moz-placeholder {
    color: #ffffffad;
}

.footer-newsletter-widget form input:-ms-input-placeholder {
    color: #ffffffad;
}

.footer-newsletter-widget form input::-ms-input-placeholder {
    color: #ffffffad;
}

.footer-newsletter-widget form input::placeholder {
    color: #ffffffad;
}

.footer-newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0px;
    height: 80px;
    font-size: 20px;
    color: #fff;
    background-color: #8546f0;
    text-transform: uppercase;
    padding: 23px 26px;
    border: none;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.footer-newsletter-widget form {
    position: relative;
    z-index: 1;
}

.footer-newsletter-widget form button:hover {
    background-color: #fff;
    color: #000;
}

.footer-newsletter-widget form input:focus {
    border: 1px solid #8546f0;
}

.footer-copyright {
    border-top: 1px solid #8f8f8f;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 70px;
}

.foote-copyright-lf a {
    text-decoration: none;
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.foote-copyright-rg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #919191;
}

.foote-copyright-rg {
    text-align: right;
}

.foote-copyright-lf a:hover {
    color: #fff;
}

.footer-list-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-newsletter-widget {
    padding-left: 30px;
}

/* ============ Hero V2 CSS ============ */
.wrap-section {
    background-image: url(../image/hero-v2.png);
    background-size: cover;
    background-position: -238px -350px;
    background-repeat: no-repeat;
}

.hero-v2 {
    padding-top: 140px;
    padding-bottom: 210px;
    position: relative;
    z-index: 1;
}

.hero-v2-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-v2-content h1 {
    font-size: 75px;
    font-weight: 400;
    line-height: 82px;
    color: #070708;
    margin-bottom: 36px;
}

.hero-v2-content h1 strong {
    font-weight: 500;
}

.hero-v2-content .btn-secondary {
    font-size: 22px;
    padding: 20px 32.7px;
}

.shapes-hero-v2 .shape-v2 {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.shapes-hero-v2 .shape-v201 {
    left: 10%;
    top: -35%;
    width: 135px;
    height: 106px;
}

.shapes-hero-v2 .shape-v202 {
    left: 21%;
    top: 55%;
    width: 64px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.shapes-hero-v2 .shape-v203 {
    width: 64px;
    height: 64px;
    left: 9%;
    bottom: -35%;
    top: auto;
}

.shapes-hero-v2 .shape-v204 {
    right: 8%;
    left: auto;
    top: -35%;
    width: 64px;
    height: 64px;
}

.shapes-hero-v2 .shape-v205 {
    left: auto;
    right: 18%;
    top: 38%;
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.shapes-hero-v2 .shape-v206 {
    left: auto;
    right: 8%;
    top: auto;
    bottom: -38%;
}

/* ============ Available Gift Collection CSS ============ */
.gift-collections {
    padding-bottom: 63px;
}

.gift-collection-box,
.gift-collection-box-right {
    background-color: #ffef80;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
    height: 656px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 17px;
}

.gift-collection-box a,
.gift-collection-box-right a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #070708;
    display: inline-block;
    background-color: #fff;
    border-radius: 56px;
    position: relative;
    z-index: 1;
    padding: 23px 40px;
    padding-right: 114px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gift-collection-box a:hover span,
.gift-collection-box-right a:hover span {
    background-color: #0e172c;
}

.gift-collection-box a span,
.gift-collection-box-right a span {
    width: 84px;
    height: 84px;
    background-color: #8546f0;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gift-collection-box a span svg,
.gift-collection-box-right a span svg {
    width: 40px;
    height: 40px;
}

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

.gift-collection-box a span,
.gift-collection-box-right a span {
    position: absolute;
    right: 0;
    top: 0;
}

.gift-collection-box-01 {
    background-image: url(../image/person-gift01.png);
}

.gift-collection-box-02 {
    background-image: url(../image/person-gift02.png);
}

.gift-collection-box-03 {
    background-image: url(../image/person-gift03.png);
}

.gift-collection-box-right {
    height: 320px;
    margin-bottom: 17px;
}

/* ============ Featured Products V2 CSS ============ */
.featured-products.featured-products-v2 {
    margin-top: 0;
}

/* ============ About US V2 CSS ============ */
.about-us-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.about-us-v2-lf {
    position: relative;
    z-index: 1;
}

.about-us-v2-lf img {
    position: absolute;
    left: -40%;
    top: -175px;
    min-width: 1000px;
    z-index: -1;
}

.butterfly-02 {
    position: absolute;
    left: 39%;
    top: 32%;
    z-index: -1;
    width: 46px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============ Popular Categories V2 CSS ============ */
.popular-categories-snd {
    padding-top: 75px;
    padding-bottom: 83px;
}

/* ============ CTA Two CSS ============ */
.cta-bg-two {
    background-image: url(../image/cta01.png);
}

.cta-bg-two .star-cta {
    left: 40%;
    top: auto;
    bottom: 8%;
}

/* ============ Top Gifts V2 CSS ============ */
.top-gifts-v2 {
    margin-top: 0;
}

/* ============ Home Feeds V2 CSS ============ */
.feeds-short-v2 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.feed-article-one {
    background-color: #d1f1fe;
}

.feed-article-two {
    background-color: #fff6b5;
}

.feed-article-three {
    background-color: #d2ffe7;
}

.follow-instagram-v2 {
    padding-top: 0;
}

/* ============ Breadcrumb CSS ============ */
.inner-page-bg {
    background-image: url(../image/breadcrumb-bg.png);
    background-size: cover;
    background-position: -75px -200px;
    background-repeat: no-repeat;
}

.breadcrumb-common {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 0.5px solid #9e9e9e5c;
}

.breadcrumb-heading h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #0e172c;
    margin-bottom: 0;
}

.breadcrumb-heading {
    position: relative;
    z-index: 1;
}

.breadcrumb-img img:nth-child(1) {
    width: 135px;
    height: 106px;
    -o-object-fit: contain;
    object-fit: contain;
    top: -55%;
    left: 9%;
    z-index: -1;
}

.breadcrumb-img img {
    position: absolute;
}

.breadcrumb-img img:nth-child(2) {
    right: 8%;
    top: -75%;
    width: 70px;
    height: 70px;
    z-index: -1;
}

/* ============ About US CSS ============ */
.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-us-rg img {
    height: auto;
    width: 100%;
}

.about-us-lf h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #070708;
    margin-bottom: 7px;
}

.about-us-lf p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #212021;
    margin-bottom: 0;
}

.about-us-lf {
    padding-top: 16px;
}

.about-top {
    margin-bottom: 20px;
}

.about-top p span {
    color: #8546f0;
    font-weight: 500;
}

/* ============ What We Offer CSS ============ */
.custom-pad {
    padding-left: 80px;
    padding-right: 80px;
}

.what-offer-desc {
    text-align: center;
    margin-bottom: 35px;
    padding-left: 80px;
    padding-right: 80px;
}

.what-offer-desc h2 {
    font-size: 36px;
    color: #070708;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 10px;
}

.what-offer-desc p {
    font-size: 16px;
    color: #212021;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.single-offer-box {
    background-color: #b5ffe0;
    padding-left: 130px;
    padding-right: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 154px;
    position: relative;
    z-index: 1;
}

.single-offer-box img {
    position: absolute;
    left: 18px;
    top: 40px;
    width: 76px;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-offer-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #0e172c;
    margin-bottom: 8px;
}

.single-offer-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #212021;
    margin-bottom: 0;
}

.single-offer-box::before {
    position: absolute;
    content: "";
    left: 112px;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: url(../image/line-pink.svg);
    background-repeat: repeat;
    z-index: -1;
}

.single-offer-cl1 {
    background-color: #b5ffe0;
}

.single-offer-cl2 {
    background-color: #edd1fe;
}

.single-offer-cl3 {
    background-color: #d1f1fe;
}

/* ============ Who We Are CSS ============ */
.who-we-left.exceptional-service-lf::before {
    width: 83%;
    height: 75%;
}

.exceptional-service-lf {
    padding-top: 41px;
    padding-left: 35px;
    margin-right: 25px;
    padding-bottom: 0;
}

.exceptional-custom-service h3 {
    color: #070708;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 5px;
}

.exceptional-custom-service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 0;
}

.exceptional-custom-service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 30px;
}

.exceptional-custom-service ul li {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #070708;
    position: relative;
    z-index: 1;
    padding-left: 17px;
    margin-bottom: 0px;
}

.exceptional-custom-service ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: #070708;
    border-radius: 100%;
    display: inline-block;
}

.exceptional-custom-service ul {
    padding-left: 4px;
}

.exceptional-custom-service {
    padding-top: 32px;
}

.exceptional-services {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ============ Quality And Value CSS ============ */
.vid-quality {
    background-image: url(../image/video-value.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    background-position: top center;
    margin-bottom: 16px;
}

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

.quality-wrap h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 29px;
}

.vid-quality a svg {
    width: 48px;
    height: 48px;
}

.vid-quality a {
    color: #fff;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #8546f073;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vid-quality a:hover {
    background-color: #000;
}

.quality-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 0;
    padding: 0 50px;
}

/* ============ Gift Basket CSS ============ */
.gift-basket-about {
    background-color: #f9f8fc;
    padding-top: 57px;
    padding-bottom: 40px;
    margin-top: 70px;
}

/* ============ Clients Word CSS ============ */

.client-word {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-word-lf h2 {
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: -346px;
    font-size: 75px;
    z-index: 1;
    line-height: 42px;
    color: #070708;
    margin-bottom: 0;
    font-weight: 500;
}

.client-word-lf {
    position: relative;
    z-index: 2;
}

.client-word-slider {
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 22px 0px #f1f1f1;
    box-shadow: 0px 12px 22px 0px #f1f1f1;
    padding: 60px 120px;
    padding-right: 85px;
    padding-bottom: 39px;
}

.single-client-word img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.single-client-word h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #070708;
    margin-bottom: 30px;
}

.client-word-rate img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.client-word-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-client-word p {
    font-size: 18px;
    font-weight: 400;
    color: #212021;
    line-height: 30px;
    margin-bottom: 0;
}

.client-word-slider .owl-dots div.active {
    background-color: #8546f0;
}

.client-word-slider .owl-dots div {
    width: 10px;
    height: 10px;
    background-color: #8546f03d;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.client-word-slider .owl-dots div.active::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #8546f0;
    z-index: -1;
}

.client-word-slider .owl-dots {
    margin-top: 40px;
    margin-left: 3px;
}

.wrap-content {
    position: relative;
    z-index: 2;
}

.shapes-clients img:nth-child(1) {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    left: -35%;
    top: 35%;
}

.shapes-clients img {
    position: absolute;
    z-index: 2;
}

.shapes-clients img:nth-child(2) {
    right: 15%;
    top: 15%;
    width: 168px;
    height: 130px;
}

/* ============ Our Team Page CSS ============ */
.our-story {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.our-story-lf img {
    width: 90.8%;
    height: auto;
}

.our-story-content {
    background-color: #fff;
    width: 605px;
    margin-left: -134px;
    padding: 48px 48px;
    margin-top: 62px;
}

.our-story-content h3 {
    font-size: 36px;
    color: #2c66ed;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 7px;
}

.our-story-content p {
    color: #212021;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.our-story-content h5 {
    font-size: 18px;
    color: #212021;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.meet-our-team {
    padding-top: 80px;
    padding-bottom: 56px;
}

.meet-team-heading {
    text-align: center;
    margin-bottom: 60px;
}

.meet-team-heading h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 8px;
}

.meet-team-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.single-team-box {
    background-color: #9e9e9e;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.team-top img {
    height: 342px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.team-bottom {
    background-color: #dacdff;
    text-align: center;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}

.team-bottom h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    color: #0e172c;
    margin-bottom: 12px;
}

.team-bottom p {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: #212021;
    margin-bottom: 0;
}

.team-top {
    height: 342px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-social-link a:nth-child(2) img {
    width: 12px;
    height: 16px;
}

.team-social-link a:nth-child(1) img {
    width: 16px;
    height: 15px;
}

.team-social-link a:nth-child(3) img {
    width: 16px;
    height: 12.5px;
}

.team-social-link a img {
    -o-object-fit: contain;
    object-fit: contain;
}

.team-social-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-social-link {
    background-color: #8546f0;
    display: inline-block;
    position: absolute;
    left: -14%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-social-link a:hover {
    background-color: #ff5d17;
}

.team-top:hover .team-social-link {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.honorable-partner-heading {
    text-align: center;
}

.honorable-partner-heading h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 60px;
}

.single-member-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.honorable-partner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    padding: 18px 30px;
    width: 18.5%;
}

.honorable-partner {
    background-color: #d9d4e7;
    padding-top: 65px;
    padding-bottom: 60px;
}

.honorable-partner-wrap img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.honorable-partner-wrap p {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #343434;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.honorable-partner-wrap:hover p {
    color: #8546f0;
}

.honorable-partner-wrap div img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.honorable-partner-wrap div:first-child {
    position: relative;
    z-index: 1;
    margin-right: 8px;
}

.honorable-partner-wrap:hover div img:first-child {
    opacity: 0;
    visibility: hidden;
}

.honorable-partner-wrap:hover div img:last-child {
    opacity: 1;
    visibility: visible;
}

.question-contact {
    background-color: #f9f8fc;
    padding-top: 55px;
    padding-bottom: 55px;
}

.team-contact {
    background-color: #fff;
    padding: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.shapes-outside img {
    position: absolute;
    z-index: -1;
}

.shapes-outside img:first-child {
    left: 105px;
    top: 15%;
}

.shapes-outside img:last-child {
    right: 105px;
    top: 15%;
}

.team-contact h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 51px;
    color: #212021;
    margin-bottom: 36px;
}

.team-contact h3 a {
    text-decoration: none;
    color: #8546f0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-contact h3 a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 100%;
    background-color: #8546f0;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-contact h3 a:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.team-contact form input,
.team-contact form textarea {
    width: 100%;
    padding: 10px 28px;
    height: 70px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #4f4d4e;
    line-height: 18px;
    margin-bottom: 15px;
    border: 1px solid #8f8f8f;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-contact form textarea {
    height: 175px;
    padding-top: 20px;
    margin-bottom: 23px;
    resize: none;
}

.team-contact form button {
    background-color: #8546f0;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    width: 258px;
    height: 68px;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-contact form button:hover {
    background-color: #ff5d17;
}

.team-contact form input:focus,
.team-contact form textarea:focus {
    border-color: #8546f0;
}

/* ============ Blog List Page CSS ============ */

.blog-list {
    background-color: #d9d4e7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-blog-post {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
}

.single-blog-post img {
    width: 100%;
    height: auto;
}

.bolg-excerpt p,
.bolg-excerpt-v2 p {
    color: #4f4d4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 5px;
}

.bolg-excerpt h3,
.bolg-excerpt-v2 h3 {
    font-size: 24px;
    color: #070708;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 17px;
}

.bolg-excerpt a,
.bolg-excerpt-v2 a {
    color: #8546f0;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bolg-excerpt a:hover {
    color: #ff5d17;
}

.bolg-excerpt h3 br {
    display: none;
}

.bolg-excerpt {
    margin-top: 10px;
}

.blog-writer {
    background-color: #fff;
    padding: 24px 20px;
    margin-bottom: 30px;
}

.blog-writer-info {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #8546f029;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.blog-writer-info img {
    height: 47px;
    width: 47px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.blog-info-inner {
    padding-left: 60px;
}

.blog-info-inner h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #070708;
    margin-bottom: 3px;
}

.blog-info-inner h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #343434;
    margin-bottom: 0;
}

.blog-writer p {
    font-size: 15px;
    color: #4f4d4e;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-writer p strong {
    font-size: 16px;
    color: #4f4d4e;
    font-weight: 500;
    line-height: 24px;
}

.shop-now {
    background-color: #fff;
    padding: 40px 32px;
    text-align: center;
}

.shop-now p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #212021;
    margin-bottom: 15px;
}

.shop-now p span {
    color: #8546f0;
}

.blog-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-pagination .pagination .page-item .page-link {
    background-color: transparent;
    border: 1px solid #4f4d4e;
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
    color: #4f4d4e;
    line-height: 26px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-pagination .pagination .page-item .page-link:hover,
.blog-pagination .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #8546f0;
    border-color: #8546f0;
}

.blog-pagination .pagination .page-item:first-child {
    margin-right: 80px;
}

.blog-pagination .pagination .page-item:last-child {
    margin-left: 60px;
    margin-right: 0;
}

.blog-pagination .pagination .page-item {
    margin-right: 20px;
}

.blog-pagination {
    margin-top: 33px;
}

.single-blog-post-v2 img {
    height: 524px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.single-blog-post-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 30px;
}

.blog-post-v2-img {
    min-width: 50%;
}

.bolg-excerpt-v2 {
    text-align: center;
    padding: 50px;
}

.blog-post-v3-img img {
    height: 412px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bolg-excerpt-v3 h4 {
    font-size: 16px;
    color: #4f4d4e;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.bolg-excerpt-v3 h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #070708;
    margin-bottom: 11px;
}

.bolg-excerpt-v3 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 18px;
}

.bolg-excerpt-v3 a {
    color: #8546f0;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bolg-excerpt-v3 a:hover {
    color: #ff5d17;
}

.blog-list-v3 {
    background-color: #f7f4ff;
}

.bolg-excerpt-v3 {
    margin-top: 15px;
}

.single-blog-post-v3 {
    margin-bottom: 25px;
}

.widget-left-v2 form input {
    width: 100%;
    border: 1px solid #8546f0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 14px 18px;
    padding-right: 65px;
    color: #4f4d4e;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget-left-v2 form input:focus {
    border-color: #ff5d17;
}

.widget-left-v2 form button {
    position: absolute;
    right: 25px;
    background-color: transparent;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget-left-v2 form {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.widget-left-v2 form button svg {
    width: 24px;
    height: 24px;
}

.widget-left-v2 form button:hover {
    color: #ff5d17;
}

.recent-post-widget-v3 {
    background-color: #fff;
    padding: 28px 28px;
    margin-bottom: 25px;
}

.recent-post-widget-v3 h4,
.blog-category h4,
.tags-blog-post h4,
.follow-us h4 {
    font-size: 20px;
    color: #0e172c;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.single-recent-short {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 23px;
}

.single-recent-short .single-recent-short-desc a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #0e172c;
    margin-bottom: 9px;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.single-recent-short .single-recent-short-desc a:hover {
    color: #8546f0;
}

.single-recent-short .single-recent-short-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212021;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
}

.single-recent-short .single-recent-short-desc p img {
    min-width: 18px;
    min-height: 18px;
    margin-right: 5px;
}

.single-recent-short img {
    min-width: 86px;
    min-height: 86px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-recent-short .single-recent-short-desc {
    padding-left: 15px;
}

.recent-post-widget-v3 .single-recent-short:last-child {
    margin-bottom: 0;
}

.blog-category {
    background-color: #fbefff;
    padding: 30px 28px;
    margin-bottom: 25px;
}

.single-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-category p {
    margin-bottom: 0;
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.caregories-list .single-category:last-child {
    border: none;
}

.single-category:hover p {
    color: #8546f0;
}

.caregories-list .single-category:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tags-blog-post {
    background-color: #fff;
    padding: 25px 25px;
    margin-bottom: 25px;
}

.tags-have a {
    text-decoration: none;
    border: 1px solid #8546f085;
    padding: 3px 8px;
    display: inline-block;
    color: #212021;
    margin-bottom: 8px;
    margin-right: 8px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.tags-have a:hover {
    background-color: #8546f0;
    color: #fff;
}

.tags-have {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags-have a:last-child {
    margin-bottom: 0;
}

.blog-writer.blog-writer-v2 {
    background-color: #fbefff;
    padding: 25px 25px;
    margin-bottom: 25px;
}

.shop-now.shop-now-v2 {
    margin-bottom: 25px;
}

.follow-us ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right: 39px;
}

.follow-us ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #8546f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.follow-us ul li a:hover {
    background-color: #8546f0;
}

.follow-us ul li a img {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.follow-us ul li a img:last-child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: auto;
}

.follow-us ul li a:hover img:last-child {
    opacity: 1;
    visibility: visible;
}

/* ============ Blog Details Page CSS ============ */
.vid-quality.vid-quality-v2 {
    background-image: url(../image/video-preview-blog.jpg);
    margin-bottom: 0;
    border-radius: 0;
}

.blog-details {
    padding-top: 30px;
}

.post-tittle {
    text-align: center;
    padding-bottom: 27px;
}

.post-tittle h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 0;
}

.blog-posting-info {
    border-top: 1px solid #9c9c9c4d;
    border-bottom: 1px solid #9c9c9c4d;
    text-align: center;
    margin-left: 130px;
    margin-right: 130px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.blog-posting-info ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #343434;
    position: relative;
    z-index: 1;
    padding-right: 44px;
}

.blog-posting-info ul li::after {
    position: absolute;
    content: "";
    left: auto;
    right: 14px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-image: url(../image/star-pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-posting-info ul li:last-child::after {
    display: none;
}

.blog-posting-info ul li:last-child {
    padding-right: 0;
}

.blog-section-one {
    padding-top: 30px;
    padding-bottom: 50px;
}

.bolg-img-rel img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bolg-info-right h4 {
    font-size: 24px;
    line-height: 34px;
    color: #0e172c;
    font-weight: 500;
    margin-bottom: 15px;
}

.bolg-info-right li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #212021;
    padding-left: 0;
    margin-bottom: 10px;
}

.gift-quote {
    text-align: center;
    border: 1px solid #9e9e9e;
    padding: 45px 65px;
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.gift-quote p {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-tips-lft h4 {
    color: #0e172c;
    font-weight: 500;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 25px;
}

.single-tips h5 {
    color: #8546f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.single-tips p {
    color: #212021;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.single-tips {
    margin-bottom: 11px;
}

.vid-quality.vid-quality-v2 a {
    background-color: #d9d4e782;
}

.vid-quality.vid-quality-v2 a:hover {
    background-color: #d9d4e7b3;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-details-inside p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 0;
}

.bolg-info-right p {
    font-size: 18px;
    color: #212021;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
}

.blog-tips-and-trick {
    margin-bottom: 20px;
}

.bolg-info-right li span svg {
    width: 23px;
    height: 22px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bolg-info-right li span {
    color: #8546f0;
    margin-right: 10px;
}

.bolg-info-right {
    padding-top: 30px;
}

.gift-quote p {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-quote {
    position: absolute;
    right: -2px;
    top: -5px;
    width: 48px;
    height: 35px;
    z-index: -1;
}

.vid-quality.vid-quality-v2 {
    margin-top: 14px;
}

.navigation-prev-next a span svg {
    width: 24px;
    height: 24px;
}

.navigation-prev-next a span svg {
    width: 24px;
    height: 24px;
}

.navigation-prev-next a span {
    color: #4f4d4e;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #4f4d4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navigation-prev-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #212021;
}

.navigation-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #9c9c9c5e;
    padding-left: 175px;
    padding-right: 175px;
}

.navigation-prev-next a:first-child span {
    margin-right: 15px;
}

.navigation-prev-next a:hover span {
    color: #8546f0;
    border-color: #8546f0;
}

.navigation-prev-next a:last-child span {
    margin-left: 15px;
}

.comment-public h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #212021;
    margin-bottom: 30px;
}

.comment-public {
    padding-left: 175px;
    padding-right: 175px;
    border-bottom: 1px solid #9c9c9c5e;
    padding-bottom: 120px;
}

.comment-public h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #212021;
    margin-bottom: 30px;
}

.single-comment-top {
    border-bottom: 1px solid #9c9c9c5e;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-comment-top.single-comment-replay {
    padding-left: 45px;
}

.inside-comment {
    position: relative;
    z-index: 1;
    padding-left: 105px;
}

.inside-comment img {
    position: absolute;
    left: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.inside-comment h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: #212021;
    margin-bottom: 0;
}

.inside-comment h5 span {
    font-size: 16px;
    font-weight: 400;
}

.inside-comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #343434;
    margin-bottom: 0;
}

.bottom-rep-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22px;
}

.replay-blog a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #212021;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.like-blog p {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #212021;
    margin-bottom: 0;
    border-right: 1px solid #343434;
    padding-right: 15px;
    margin-right: 15px;
}

.like-blog p span svg {
    width: 20px;
    height: 20px;
    color: #343434;
}

.like-blog p span {
    margin-right: 4px;
    cursor: pointer;
}

.like-blog p:last-child {
    border-right: none;
}

.replay-blog a img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -24px;
    top: 3px;
}

.replay-blog a:hover {
    color: #8546f0;
}

.like-blog p span.active svg {
    color: #8546f0;
}

.blog-post-comment {
    text-align: center;
    padding-top: 41px;
    padding-left: 175px;
    padding-right: 175px;
}

.comment-box .single-comment:last-child .single-comment-top {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-post-comment h3 {
    font-size: 30px;
    font-weight: 700;
    color: #070708;
    line-height: 45px;
    margin-bottom: 24px;
}

.blog-post-comment form input,
.blog-post-comment form textarea {
    border: 1px solid #aaaaa9;
    padding: 15px 24px;
    height: 70px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #070708;
    width: 100%;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-post-comment form input::-webkit-input-placeholder,
.blog-post-comment form textarea::-webkit-input-placeholder {
    color: #aaaaa9;
}

.blog-post-comment form input::-moz-placeholder,
.blog-post-comment form textarea::-moz-placeholder {
    color: #aaaaa9;
}

.blog-post-comment form input:-ms-input-placeholder,
.blog-post-comment form textarea:-ms-input-placeholder {
    color: #aaaaa9;
}

.blog-post-comment form input::-ms-input-placeholder,
.blog-post-comment form textarea::-ms-input-placeholder {
    color: #aaaaa9;
}

.blog-post-comment form input::placeholder,
.blog-post-comment form textarea::placeholder {
    color: #aaaaa9;
}

.blog-post-comment form input:focus,
.blog-post-comment form textarea:focus {
    border: 1px solid #8546f0;
}

.blog-post-comment form textarea {
    resize: none;
    height: 135px;
}

.blog-post-comment form .double-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-post-comment form .double-input input {
    width: 48.7%;
}

.blog-post-comment form input[type="submit"] {
    width: 200px;
    height: 52px;
    background-color: #8546f0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    padding: 10px 65px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}

.blog-post-comment form input[type="submit"]:hover {
    background-color: #ff5d17;
}

/* ============ Categories Page CSS ============ */
.popular-categories-page {
    padding-top: 30px;
}

.popular-categories-heading {
    text-align: center;
}

.popular-categories-heading h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 10px;
}

.popular-categories-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212021;
    margin-bottom: 0;
}

.popular-cat-wrap {
    margin-top: 47px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 233.6px 28px 233.6px 28px 233.6px 28px 233.6px;
    grid-template-rows: repeat(4, 233.6px);
    grid-column-gap: 28px;
    grid-row-gap: 28px;
}

.popular-cat-wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.popular-cat-wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.popular-cat-wrap>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.popular-cat-wrap>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.popular-cat-wrap>*:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.popular-cat-wrap>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.popular-cat-wrap>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.popular-cat-wrap>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.popular-cat-wrap>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.popular-cat-wrap>*:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.popular-cat-wrap>*:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.popular-cat-wrap>*:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.popular-cat-wrap>*:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.popular-cat-wrap>*:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

.popular-cat-wrap>*:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}

.popular-cat-wrap>*:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.popular-cat-wrap>*:nth-child(17) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.popular-cat-wrap>*:nth-child(18) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.popular-cat-wrap>*:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}

.popular-cat-wrap>*:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}

/* ============ Shop Full Width Page CSS ============ */
.product-full-width {
    padding-top: 25px;
    padding-bottom: 45px;
    background-color: #f9f8fc;
}

.product-tp-show p {
    color: #212021;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.product-tp-show p span {
    color: #8546f0;
}

.product-grid-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-grid-sorting a img {
    width: 16px;
    height: 16px;
}

.product-grid-sorting .form-select {
    width: 270px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #343434;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 13.5px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.product-grid-sorting .form-select:focus {
    border-color: #8546f0;
}

.product-grid-sorting a {
    margin-right: 15px;
}

.divider-cus {
    height: 34px;
    width: 1px;
    background-color: #9e9e9e;
    margin-right: 15px;
}

.shop-full-prod {
    padding-top: 25px;
}

.blog-pagination.product-pagination {
    margin-top: 17px;
}

/* ============ Shop Left Sidebar Page CSS ============ */
.sidebar-widget {
    background-color: #fff;
    padding: 30px 0;
}

.widget-cat h3,
.widget-color h3,
.widget-price h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.categories-checkbox label {
    padding: 0;
    font-size: 15px;
    color: #343434;
    font-weight: 400;
    line-height: 16px;
}

.categories-checkbox .container,
.checkbox-for-mail .container,
.double-option .container {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.categories-checkbox .container .checkmark,
.checkbox-for-mail .container .checkmark,
.double-option .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #9d9d9d;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories-checkbox .container:hover input~.checkmark {
    background-color: #f5f5f5;
}

.categories-checkbox .container input:checked~.checkmark,
.checkbox-for-mail .container input:checked~.checkmark,
.double-option .container input:checked~.checkmark {
    background-color: #8546f0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.categories-checkbox .container input:checked~.checkmark:after,
.checkbox-for-mail .container input:checked~.checkmark:after,
.double-option .container input:checked~.checkmark:after {
    display: block;
}

.categories-checkbox .container .checkmark:after,
.checkbox-for-mail .container .checkmark:after,
.double-option .container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.categories-checkbox .container input[type="checkbox"],
.checkbox-for-mail .container input[type="checkbox"],
.double-option .container input[type="checkbox"] {
    margin-right: 8px;
}

.product-color-available button {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 50%;
    margin-right: 3px;
}

.color-red {
    background-color: #c23a3a;
}

.color-brown {
    background-color: #c86c38;
}

.color-yellow {
    background-color: #f0c04a;
}

.color-black {
    background-color: #333333;
}

.color-purpel {
    background-color: #8546f0;
}

.widget-color {
    padding-top: 25px;
    padding-bottom: 19px;
}

.widget-cat {
    padding-bottom: 10px;
}

.widget-cat,
.widget-color,
.widget-price {
    padding-left: 22px;
    padding-right: 22px;
}

.widget-cat.widget-occasions,
.widget-price {
    padding-top: 22px;
}

.widget-cat,
.widget-color {
    border-bottom: 1px solid #d9d4e77d;
}

.price-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
}

.price-input p {
    margin-bottom: 0;
    color: #727272;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
}

.price-input .field {
    width: auto;
    height: 15px;
}

.field input {
    width: 55px;
    height: 100%;
    outline: none;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 5px;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    background: transparent;
    color: #8546f0;
    font-weight: 600;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 0;
    font-size: 19px;
    margin-top: -3px;
}

.slider {
    height: 5px;
    position: relative;
    background: #9e9e9e;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #8546f0;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #9e9e9e;
    pointer-events: auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border: 2px solid #8546f0;
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #9e9e9e;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border: 2px solid #8546f0;
}

/* ============ Shop List View Page CSS ============ */

.product-label.product-label-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-bx-w6 {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.product-bx-w6-lf {
    position: relative;
    z-index: 1;
}

.product-bx-w6-lf img {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-bx-w6-rs .save-product {
    position: inherit;
    margin: 0 0 0 auto;
    margin-top: 10px;
    margin-right: 10px;
}

.product-bx-w6-rs {
    padding-left: 20px;
}

.product-bx-w6-rs .tag-product {
    margin-bottom: 15px;
}

.product-bx-w6-rs .product-name {
    margin-bottom: 5px;
}

.product-bx-w6-rs .product-price {
    margin-bottom: 10px;
}

.product-bx-w6-rs .cart-btn {
    margin-bottom: 25px;
}

.product-link a {
    text-decoration: underline;
    font-size: 16px;
    color: #8546f0;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* ============ Product Details Page CSS ============ */
.product-details-full {
    padding-top: 30px;
    padding-bottom: 73px;
}

.single-img-slide img {
    width: 100%;
    height: 572px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-left-slider .owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-left-slider .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.product-left-slider .owl-nav div img {
    width: 12px;
    height: 12px;
}

.product-left-slider .owl-nav div:hover {
    background-color: #f7f7f7;
}

.product-title-with-save {
    position: relative;
    margin-bottom: 5px;
}

.product-title-with-save h3 {
    font-size: 32px;
    color: #070708;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
    width: 68%;
}

.product-title-with-save .save-product {
    top: 10px;
    right: 25%;
    width: 28px;
    height: 28px;
}

.product-title-with-save .save-product svg {
    width: 18px;
    height: 18px;
}

.product-infos h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #8546f0;
    margin-bottom: 13px;
}

.rev-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-infos .rev-inside p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: #4f4d4e;
}

.review-has img {
    width: 15px;
    height: 15px;
    margin-right: 1px;
}

.review-has {
    margin-right: 14px;
}

.rev-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.share-product p {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #212021;
    margin-bottom: 0;
}

.share-product p a svg {
    width: 16px;
    height: 16px;
    color: #8546f0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.share-product p a {
    margin-left: 5px;
}

.share-product p a svg:hover {
    color: #ff5d17;
}

.product-infos p {
    margin-bottom: 0;
    font-size: 16px;
    color: #212021;
    font-weight: 400;
    line-height: 24px;
}

.product-infos .available-stoke p {
    color: #357a0b;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.divider-product {
    height: 1px;
    width: 100%;
    background-color: #9e9e9e;
}

.product-infos .view-audiance p,
.sold {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #343434;
    margin-bottom: 0;
}

.view-audiance {
    background-color: #f9f8fc;
    padding: 12px 12px;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 15px;
}

.sold span {
    background-color: #c23a3a;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
}

.product-infos .view-audiance p span svg {
    width: 16px;
    height: 16px;
}

.product-infos .view-audiance p {
    margin-bottom: 10px;
}

.available-stoke {
    margin-top: 15px;
    margin-bottom: 23px;
}

.separator {
    height: 20px;
    width: 1px;
    background-color: #9e9e9e;
    margin-left: 10px;
    margin-right: 10px;
}

.sold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.colors-available,
.sizes-available,
.quantity-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.colors-available h4,
.sizes-available h4,
.quantity-product h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #0e172c;
    margin-bottom: 0;
    margin-top: -8px;
    margin-right: 10px;
}

.size-av-box button {
    background-color: transparent;
    border: 1px solid #b9b9b9;
    width: 28px;
    height: 28px;
    margin-right: 6px;
    font-size: 16px;
    color: #727272;
    line-height: 16px;
}

.sizes-available h4,
.quantity-product h4 {
    margin-top: 0;
}

.quantity-product {
    margin-bottom: 15px;
}

.btn-add-cart {
    text-decoration: none;
    background-color: #0e172c;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 8px;
    height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-add-cart:hover {
    background-color: #8546f0;
}

.sizes-available {
    margin-bottom: 15px;
}

.important-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
}

.important-list h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #727272;
    font-weight: 400;
    line-height: 18px;
}

.important-list h4 span {
    font-weight: 500;
    color: #212021;
}

.important-list div {
    margin-right: 30px;
}

.important-list div:last-child {
    margin-right: 0;
}

.product-infos {
    padding-top: 30px;
}

.qunatity-box {
    border: 1px solid #72727282;
    margin-right: 15px;
}

.qunatity-box span {
    padding: 8px 8px;
    display: inline-block;
    width: 36px;
    text-align: center;
    color: #0e172c;
    font-weight: 500;
    line-height: normal;
}

.qunatity-box .minus {
    border-right: 1px solid #72727282;
    cursor: pointer;
}

.qunatity-box .plus {
    border-left: 1px solid #72727282;
    cursor: pointer;
}

.product-tab-desc .nav-item button,
.product-tab-desc .nav-item button.active {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    background-color: transparent;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.product-tab-desc .nav-item {
    margin-right: 90px;
}

.product-tab-desc {
    padding-top: 50px;
}

.product-tab-desc .nav-item button.active {
    border-bottom: 3px solid #8546f0;
}

.product-tab-desc .tab-content {
    border: 1px solid #9c9c9c;
    padding: 35px 50px;
}

.dscription-text p {
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 23px;
}

.dscription-text h4 {
    font-size: 24px;
    color: #0e172c;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
}

.dscription-text ul li,
.specification-text ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #343434;
    margin-bottom: 11px;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.dscription-text ul li::before,
.specification-text ul li:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #343434;
    border-radius: 50%;
}

.dscription-text ul,
.specification-text ul {
    padding-left: 13px;
}

.dscription-text ul li:last-child {
    margin-bottom: 0;
}

.brands-lists .single-brand-txt:last-child {
    margin-bottom: 0;
}

.single-brand-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.single-brand-txt h5,
.single-brand-txt p {
    margin-bottom: 0;
}

.single-brand-txt h5,
.single-brand-txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
}

.single-brand-txt p {
    font-weight: 400;
    color: #727272;
}

.single-brand-txt div {
    min-width: 15%;
}

.specification-text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #0e172c;
    margin-bottom: 10px;
}

.brands-lists {
    padding-bottom: 39px;
}

.single-customer-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #34343424;
    margin-bottom: 30px;
    padding-bottom: 38px;
}

.single-customer-rev img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-customer-rev h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #333333;
    margin-bottom: 6px;
}

.customer-star-given {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 17px;
}

.customer-star-given img {
    width: 12px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px;
}

.customer-rev-w p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4d4e;
    margin-bottom: 0;
}

.customer-rev-w {
    padding-left: 22px;
    padding-top: 5px;
}

.reviews-customers .single-customer-rev:last-child {
    border-bottom: none;
}

.rev-with-product-pic img {
    width: 195px;
    height: 110px;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.rev-with-product-pic {
    margin-top: 16px;
}

.product-form-comment h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #0e172c;
    margin-bottom: 4px;
}

.product-form-comment p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4d4e;
    margin-bottom: 22px;
}

.product-form-comment h5 {
    font-size: 16px;
    color: #212021;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.raiting-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 45px;
    height: 18px;
}

.single-star-click img {
    width: 18px;
    height: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-star-click {
    margin-right: 5px;
}

.double-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-form-comment form .double-input input {
    width: 49%;
}

.product-form-comment form input,
.product-form-comment form textarea {
    width: 100%;
    border: 1px solid #aaaaa9;
    height: 70px;
    padding: 15px 24px;
    outline: none;
    color: #727272;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-form-comment form input::-webkit-input-placeholder,
.product-form-comment form textarea::-webkit-input-placeholder {
    color: #727272;
}

.product-form-comment form input::-moz-placeholder,
.product-form-comment form textarea::-moz-placeholder {
    color: #727272;
}

.product-form-comment form input:-ms-input-placeholder,
.product-form-comment form textarea:-ms-input-placeholder {
    color: #727272;
}

.product-form-comment form input::-ms-input-placeholder,
.product-form-comment form textarea::-ms-input-placeholder {
    color: #727272;
}

.product-form-comment form input::placeholder,
.product-form-comment form textarea::placeholder {
    color: #727272;
}

.product-form-comment form input:focus,
.product-form-comment form textarea:focus {
    border: 1px solid #8546f0;
}

.product-form-comment form textarea {
    height: 135px;
    resize: none;
}

.product-form-comment form .checkbox-for-mail input {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
}

.checkbox-for-mail .container {
    margin-bottom: 0;
}

.checkbox-for-mail {
    margin-bottom: 30px;
}

.checkbox-for-mail .container .checkmark {
    margin-top: 2px;
}

.product-form-comment form h3 {
    color: #212021;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 17px;
}

.product-form-comment form .attachments-up input {
    border: none;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    color: transparent;
}

.attachments-up {
    margin-bottom: 15px;
}

.product-form-comment form p {
    font-size: 14px;
    color: #4f4d4e;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.product-form-comment form input[type="submit"] {
    border: none;
    width: auto;
    height: auto;
    padding: 14px 72.3px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    background-color: #8546f0;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-form-comment form input[type="submit"]:hover {
    background-color: #0e172c;
}

.product-form-comment form .attachments-up input::-webkit-file-upload-button {
    visibility: hidden;
}

.product-form-comment form .attachments-up input::before {
    content: "Choose File";
    color: #fff;
    background-color: #4f4d4e;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-form-comment form .attachments-up input:hover::before {
    background-color: #0e172c;
}

.single-star-click img:last-child {
    display: none;
}

.single-star-click.active img:first-child {
    display: none;
}

.single-star-click.active img:last-child {
    display: block;
}

.related-post-wrap h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #070708;
    margin-bottom: 32px;
}

.related-post {
    padding-bottom: 45px;
}

.divider-product.divider-product-v2 {
    margin-top: 18px;
}

/* ============ Product On Sell Page CSS ============ */
.product-hightlight img {
    width: 570px !important;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-left-picker .xzoom-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 16px;
    margin-right: 2px;
}

.product-left-picker .xzoom-thumbs img {
    width: 180px;
    height: 164px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: 0;
}

.discount-price-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-infos .old-price-v2 {
    text-decoration: line-through;
    color: #727272;
    font-weight: 400;
    margin-right: 5px;
}

.sales-count-down {
    padding-top: 22px;
}

.sales-count-down h4 {
    color: #ff4b4b;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.wrapper-count-down {
    border: 1px solid #ffbace;
    display: inline-block;
    padding: 8px 16px;
}

.wrapper-count-down #clock {
    font-weight: 400;
    color: #343434;
    line-height: 18px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wrapper-count-down #clock div {
    padding-right: 16px;
    border-right: 1px solid #9e9e9e;
    margin-right: 16px;
}

.wrapper-count-down #clock div:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.wrapper-count-down #clock span {
    font-weight: 500;
}

.product-hightlight {
    position: relative;
}

.product-hightlight .on-sell p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.product-hightlight .on-sell {
    padding: 10px 32px;
}

.buy-external {
    padding-top: 8px;
    padding-bottom: 20px;
}

.buy-external a {
    text-decoration: underline;
    color: #0e172c;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.buy-external a:hover {
    color: #8546f0;
}

/* ============ Suggested Gift Idea Page CSS ============ */
.suggest-gift-heading h3 {
    text-align: center;
    font-size: 36px;
    color: #070708;
    line-height: 46px;
    margin-bottom: 0;
}

.suggested-gift {
    padding-top: 35px;
}

.suggest-gift-heading {
    padding-bottom: 60px;
}

.gift-sug-lf img {
    width: 100%;
    height: auto;
}

.gift-sug-rs p,
.gift-sug-lf p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #212021;
    margin-bottom: 0;
}

.gift-sug-rs {
    padding-top: 50px;
}

.vid-quality.gift-suggest-vid {
    background-image: url(../image/suggest-gift02.jpg);
}

.gift-sug-lf h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #0e172c;
    margin-bottom: 0;
}

.gift-sug-rs.gift-sug-rs-snd {
    padding-top: 0;
}

.vid-quality.gift-suggest-vid {
    border-radius: 0;
    margin-bottom: 0;
}

.vid-quality.gift-suggest-vid a {
    background-color: #53525563;
}

.gift-sug-rs.gift-sug-rs-third {
    padding-top: 0;
}

.gift-sug-lf.gift-sug-lf-snd p,
.gift-sug-rs.gift-sug-rs-third p {
    font-size: 16px;
    margin-bottom: 4px;
}

.gift-sug-lf.gift-sug-lf-third img {
    height: 402px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gift-quote.gift-quote-v2 {
    margin-top: 50px;
}

.custom-mb-50 {
    margin-bottom: 50px;
}

/* ============ My Account Page CSS ============ */
.account-info {
    background-color: #ece6fc;
    padding-top: 60px;
    padding-bottom: 60px;
}

.account-info-box {
    background-color: #fff;
    padding: 35px 20px;
}

.info-data h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #0e172c;
    margin-bottom: 20px;
}

.display-info p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #070708;
    margin-bottom: 10px;
}

.display-info button {
    background-color: transparent;
    border: none;
    color: #8546f0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 22px;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.display-info button:hover {
    color: #ff5d17;
}

.liner {
    width: 100%;
    height: 1px;
    background-color: #9e9e9e;
    margin-top: 27px;
    margin-bottom: 25px;
}

.info-data {
    padding-left: 14px;
    padding-right: 14px;
}

/* ============ Sign In Page CSS ============ */
.login {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ece6fc;
}

.login-wrapper {
    padding: 60px 60px;
    background-color: #fff;
}

.login-wrapper h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: #0e172c;
    text-align: center;
    margin-bottom: 47px;
}

.login-wrapper form input {
    width: 100%;
    border: 1px solid #d9d4e7;
    padding: 15px 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #4f4d4e;
    line-height: normal;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.login-wrapper form div span svg {
    width: 16px;
    height: 16px;
}

.login-wrapper form div {
    position: relative;
    z-index: 1;
}

.login-wrapper form div span {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.login-wrapper form div span:hover {
    color: #8546f0;
    cursor: pointer;
}

.login-wrapper form input::-webkit-input-placeholder {
    color: #4f4d4e;
}

.login-wrapper form input::-moz-placeholder {
    color: #4f4d4e;
}

.login-wrapper form input:-ms-input-placeholder {
    color: #4f4d4e;
}

.login-wrapper form input::-ms-input-placeholder {
    color: #4f4d4e;
}

.login-wrapper form input::placeholder {
    color: #4f4d4e;
}

.login-wrapper form input:focus {
    border: 1px solid #8546f0;
}

.double-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

.login-wrapper form input[type="submit"] {
    background-color: #8546f0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    border: none;
}

.login-wrapper form .double-option a {
    text-decoration: none;
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.login-wrapper form input[type="submit"]:hover {
    background-color: #ff5d17;
}

.login-wrapper p {
    text-align: center;
    color: #212021;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.login-wrapper.signup-wrapper p a {
    text-decoration: none;
    color: #8546f0;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.login-wrapper.signup-wrapper p a:hover {
    color: #ff5d17;
}

.login-wrapper.signup-wrapper form .double-option a {
    color: #8546f0;
}

.login-wrapper.signup-wrapper form .double-option a:hover {
    color: #ff5d17;
}

.login-wrapper form {
    margin-bottom: 30px;
}

.double-option .container input[type="checkbox"] {
    width: auto;
    margin-bottom: 0;
}

.double-option .container {
    display: inline-block;
    width: auto;
    margin: 0;
}

.double-option .container .checkmark {
    top: 14px;
}

.login-wrapper form .double-option a:hover {
    color: #8546f0;
}

.login-wrapper.signup-wrapper h3 {
    margin-bottom: 16px;
}

.login-wrapper.signup-wrapper p {
    text-align: center;
    font-size: 16px;
    color: #4f4d4e;
    margin-bottom: 28px;
}

.login-wrapper.signup-wrapper form p {
    text-align: left;
    color: #727272;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

/* ============ Wish List Page CSS ============ */
.wishlist {
    background-color: #ece6fc;
    padding-top: 60px;
    padding-bottom: 60px;
}

.wislist-products {
    background-color: #fff;
}

.wislist-products .table thead tr th {
    padding: 13.8px 20px;
    padding-top: 17px;
    font-size: 16px;
    color: #212021;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.wislist-products .table thead {
    background-color: #f6f6f6;
}

.wislist-products .table tbody tr td {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.wislist-products .table tbody tr td span {
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wislist-products .table tbody tr td span:hover {
    color: #8546f0;
}

.wislist-products .table tbody tr td span svg {
    width: 24px;
    height: 24px;
}

.wislist-products .table tbody tr td .with-img {
    position: relative;
    z-index: 1;
    padding-left: 80px;
}

.wislist-products .table tbody tr td .with-img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}

.wislist-products .table tbody tr td .with-img p {
    margin-bottom: 0;
}

.stock-availability {
    color: #357a0b;
}

.wislist-products .table tbody tr td a {
    background-color: #0e172c;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wislist-products .table tbody tr td a:hover {
    background-color: #8546f0;
}

.wislist-products .table tbody tr {
    border-bottom: 1px solid #00000036;
}

.wislist-products .table tbody tr:last-child {
    border-bottom: transparent;
}

.wislist-products .table tbody tr td input {
    border: 1px solid #8f8f8f;
    outline: none;
    height: 40px;
    width: 80px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wislist-products table {
    margin-bottom: 0;
}

.wislist-products .table tbody tr td input:hover {
    border: 1px solid #8546f0;
}

.shop-continue a {
    border: 1px solid #8546f0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #8546f0;
    padding: 16px 38px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-continue a:hover {
    background-color: #8546f0;
    color: #fff;
}

.shop-continue {
    margin-top: 30px;
}

.price-summary {
    background-color: #f9f8fc;
    padding: 40px 30px;
    background-image: url(../image/checkout-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.price-summary h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
}

.price-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-name h5 {
    font-size: 16px;
    color: #727272;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    opacity: 0.8;
}

.price-name {
    margin-bottom: 10px;
}

.dotted-border {
    height: 1px;
    width: 100%;
    background-color: #070708;
    opacity: 0.1;
    margin-bottom: 14px;
    margin-top: 10px;
}

.total-wrap h5 {
    font-size: 14px;
    color: #212021;
    font-weight: 500;
    margin-bottom: 0;
}

.total-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

.promo-code h4 {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 20px;
    margin-bottom: 10px;
}

.promo-code input {
    border: 1px solid #9e9e9e;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #4f4d4e;
    padding: 12px 15px;
    height: 42px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.promo-code input::-webkit-input-placeholder {
    color: #4f4d4e9c;
}

.promo-code input::-moz-placeholder {
    color: #4f4d4e9c;
}

.promo-code input:-ms-input-placeholder {
    color: #4f4d4e9c;
}

.promo-code input::-ms-input-placeholder {
    color: #4f4d4e9c;
}

.promo-code input::placeholder {
    color: #4f4d4e9c;
}

.checkout-btn {
    text-decoration: none;
    color: #fff;
    background-color: #8546f0;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 16.5px 10px;
    display: block;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.promo-code input:focus {
    border: 1px solid #8546f0;
}

.checkout-btn:hover {
    background-color: #ff5d17;
}

.promo-code {
    margin-bottom: 25px;
}

.price-two-col .price-name:last-child {
    margin-bottom: 0;
}

/* ============ Checkout Page CSS ============ */
.billing-details {
    background-color: #fff;
    padding: 55px 50px;
}

.billing-details h4 {
    font-size: 20px;
    color: #212021;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.billing-input input,
.billing-input select {
    width: 100%;
    height: 48px;
    border: 1px solid #d9d4e7;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #4f4d4e;
    line-height: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.billing-input input::-webkit-input-placeholder {
    color: #4f4d4e;
}

.billing-input input::-moz-placeholder {
    color: #4f4d4e;
}

.billing-input input:-ms-input-placeholder {
    color: #4f4d4e;
}

.billing-input input::-ms-input-placeholder {
    color: #4f4d4e;
}

.billing-input input::placeholder {
    color: #4f4d4e;
}

.billing-input input:focus {
    border: 1px solid #8546f0;
}

.billing-input select {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
}

.billing-input select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8546f0;
}

.double-option.double-option-v2 .container .checkmark {
    top: 0;
}

.double-option.double-option-v2 label {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.double-option.double-option-v2 {
    margin-bottom: 0;
    margin-top: 10px;
}

.option-payments .double-option {
    margin-bottom: 0;
}

.option-payments .double-option .container {
    padding-right: 0;
    color: #727272;
}

.option-payments .double-option .container span.checkmark {
    top: 2px;
}

.cash-on-delivery,
.option-payments .pay-paypal .double-option label {
    font-size: 16px;
    color: #212021;
    font-weight: 500;
    line-height: 18px;
}

.pay-paypal {
    margin-top: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.option-payments .pay-paypal .double-option .container span.checkmark {
    top: 0;
}

.cards-screen img {
    width: 124px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards-screen {
    margin-left: 10px;
}

/* ============ Order Tracking Page CSS ============ */
.order-tracking {
    background-color: #fff;
    padding: 50px 65px;
}

.order-tracking p {
    color: #212021;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.order-tracking form input {
    width: 100%;
    border: 1px solid #4f4d4e59;
    height: 48px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}

.order-tracking form input::-webkit-input-placeholder {
    color: #4f4d4e;
}

.order-tracking form input::-moz-placeholder {
    color: #4f4d4e;
}

.order-tracking form input:-ms-input-placeholder {
    color: #4f4d4e;
}

.order-tracking form input::-ms-input-placeholder {
    color: #4f4d4e;
}

.order-tracking form input::placeholder {
    color: #4f4d4e;
}

.order-tracking form input:focus {
    border: 1px solid #8546f0;
}

.order-tracking form input[type="submit"] {
    background-color: #070708;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    height: 48px;
    display: inline-block;
    width: auto;
    padding: 16px 42px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 10px;
}

.order-tracking form input[type="submit"]:hover {
    background-color: #8546f0;
}

.order-tracking form {
    margin-top: 25px;
    width: 500px;
}

/* ============ FAQ Page CSS ============ */
.faq-page {
    background-color: #ece6fc;
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq-left .accordion-item {
    background: #f8f8f8;
    margin-bottom: 30px;
}

.faq-left .accordion-item .accordion-header {
    border: 1px solid #9e9e9e;
}

.faq-left .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #070708;
    padding: 20px 35px;
}

.faq-left .accordion-body p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #212021;
    line-height: 24px;
}

.faq-left .accordion-body {
    padding: 10px 35px;
}

.faq-left .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-left .accordion-button:not(.collapsed)::after {
    background-image: url(../image/arrow-down.svg);
}

.faq-left .accordion-button::after {
    background-image: url(../image/arrow-down.svg);
    background-position: center center;
    background-size: 20px 20px;
}

.still-have-question {
    padding-top: 85px;
}

.question-heading {
    text-align: center;
    margin-bottom: 31px;
}

.question-heading h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    margin-bottom: 0;
}

.different-callout {
    border: 1px solid #9e9e9e;
    padding: 30px 40px;
}

.calling-option {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
}

.calling-option img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calling-option div {
    padding-left: 75px;
}

.calling-option h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #8546f0;
    margin-bottom: 0;
}

.calling-option a {
    text-decoration: none;
    font-size: 16px;
    color: #070708;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.calling-option a:hover {
    color: #ff5d17;
}

.different-callout>.row>div:first-child>.calling-option {
    border-right: 1px solid #9e9e9e;
}

/* ============ Contact Page CSS ============ */
.contact-us {
    background-color: #ece6fc;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-us-heading {
    text-align: center;
    margin-bottom: 31px;
}

.contact-us-heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #070708;
    margin-bottom: 0;
}

.contact-main-form {
    background-color: #fff;
    padding: 53px 60px;
}

.contact-main-form h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #0e172c;
    margin-bottom: 5px;
}

.contact-main-form p {
    font-size: 14px;
    color: #212021;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.contact-main-form form input,
.contact-main-form form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #d9d4e7;
    outline: none;
    padding: 10px 15px;
    line-height: normal;
    margin-bottom: 15px;
    color: #4f4d4e;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-main-form form input:focus,
.contact-main-form form textarea:focus {
    border: 1px solid #8546f0;
}

.contact-main-form form textarea {
    resize: none;
    height: 115px;
}

.contact-main-form form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #8546f0;
    color: #fff;
    height: 52px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 72px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 8px;
}

.contact-main-form form input[type="submit"]:hover {
    background-color: #ff5d17;
}

.contact-main-form form {
    margin-top: 22px;
}

.map iframe {
    width: 100%;
    height: 330px;
}

.contact-info {
    background-color: #9e9e9e;
    padding: 30px 25px;
}

.contact-info h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #8546f0;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #212021;
}

.contact-info p a {
    color: #343434;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-info p a:hover {
    color: #8546f0;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.opening-time {
    background-color: #fff;
    padding: 43px 45px;
    text-align: center;
}

.opening-time img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 15px;
}

.opening-time h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #1c59e6;
    margin-bottom: 9px;
}

.opening-time p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #343434;
}

.opening-time p span {
    font-weight: 500;
    color: #212021;
}

.contact-map {
    margin-bottom: 15px;
}

/* ============ Error Page CSS ============ */
.error-wrap {
    text-align: center;
}

.error-wrap div {
    margin-bottom: 45px;
}

.error-page {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* ============ Loading Window CSS ============ */
.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #fff;
    left: -100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: shadowRolling 2s linear infinite;
    animation: shadowRolling 2s linear infinite;
}

@-webkit-keyframes shadowRolling {
    0% {
        -webkit-box-shadow: 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        -webkit-box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        -webkit-box-shadow: 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        -webkit-box-shadow: 120px 0 white, 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0);
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-box-shadow: 130px 0 white, 120px 0 white, 110px 0 white,
            100px 0 white;
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
    }

    62% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white,
            120px 0 white, 110px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white,
            110px 0 white;
    }

    75% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 white, 120px 0 white;
    }

    87% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 white;
    }

    100% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0);
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

@keyframes shadowRolling {
    0% {
        -webkit-box-shadow: 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        -webkit-box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        -webkit-box-shadow: 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        -webkit-box-shadow: 120px 0 white, 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0);
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white,
            0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-box-shadow: 130px 0 white, 120px 0 white, 110px 0 white,
            100px 0 white;
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
    }

    62% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white,
            120px 0 white, 110px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white,
            110px 0 white;
    }

    75% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 white, 120px 0 white;
    }

    87% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 white;
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 white;
    }

    100% {
        -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0);
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

.loading-giftopia {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #212021;
    z-index: 999;
}

.loading-giftopia .loader {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}