@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}

body {
    font-family: 'Roboto', sans-serif;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto', sans-serif;
}

:root {
    --primary: #797979;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E
}

.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}


.text-purple {
    color: #5c2da1;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

h1,
h2 {
    font-weight: 700 !important
}


.fw-bold {
    font-weight: 100 !important;
}

h1 {

    color: #434446;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important
}

a:hover {
    color: #434444;
}

.btn {
    /* font-family: nunito, sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: .5s
}

.btn-primary,
.btn-secondary {
    color: #fff;
    box-shadow: inset 0 0 0 50px transparent
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 #673AB7;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary)
}


.btn-light:hover {
    color: #fff;
    background-color: #673AB7;
    border-color: #673AB7;
}

.btn-square {
    width: 36px;
    height: 36px
}

.btn-sm-square {
    width: 35px;
    height: 35px;
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}


.btn-dark {
    color: #fff;
    background-color: #5c2da1;
    border-color: #ffffff;
}

.btn-dark:hover {
    color: #5c2da1;
    background-color: #ebebeb;
    border-color: #5c2da1;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #5c2da1 !important;
}

.text-dark {
    color: #5c2da1 !important;
}

.btn-outline-dark {
    color: #5c2da1;
    border-color: #5c2da1;
}

.btn-rounded {
    border-radius: 35px;
}

.rounded {
    border-radius: 5px !important;
}

.navbar_center {
    margin: 0 auto;
}

.nav-item.dropdown.language .nav-link {
    /* color: #ffffff; */
    /* border: 0.1px solid #a9a9a9b3; */
    /* padding: 3px 10px; */
    /* font-size: 14px; */
    /* border-radius: 5px; */
    /* background-color: #57318f; */
    display: flex;
    align-items: center;

    color: #401c7f;
    padding: 3px 6px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    /* font-family: nunito, sans-serif; */
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 8px;
    padding: 5px 9px;
    color: #411d80 !important;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}


.navbar-light .border-end {
    border-right: 1px solid #4b346e7d !important;
}

.btn.btn_search {
    line-height: 0;
}

.flag_image {
    width: 15px;
}


.basket {
    position: relative;
    display: inline-flex;
    text-align: center;
    color: #4a2d7e;
    margin-left: 0;
    width: 20px;
    height: 15px;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
    transition: 300ms all ease-in-out;
}

.basket:hover {
    color: #7a51c4;
}

.basket span {
    position: absolute;
    top: -9px;
    right: -13px;
    min-width: auto;
    height: 18px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    background: #a083d3;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 8px 8px;
    color: #451d81 !important;
}



.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-light .navbar-nav .nav-link.active {
    color: #8555d9 !important;
    border-bottom: 1px solid #885ada;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #835cbc !important;
    border-bottom: 1px solid #835cbc;
}

.navbar-light .navbar-brand h1 {
    color: #fff
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px
}



.box_country {
    height: 150px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.rounded-circle {
    border-radius: 50%;
}

.circle_country {
    width: 40px;
    height: 40px;
    box-shadow: 5px 5px 50px #101010a6;
}

.box_country .circle_country img.flag_image {
    width: 60px;
    transition: .5s
}

.box_country:hover {
    background-color: #512198 !important;
}


.box_country:hover .circle_country img.flag_image {
    transform: scale(0.9);
    transition: .5s
}

.facts .active {
    pointer-events: none;
}



.dropdown-menu {
    min-width: 10rem;
    color: #673AB7;
    background-color: #ffffff;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 10px;
}


.dropdown-item {
    color: #5c2da1;
}

#searchModal .form-control:focus {
    border-color: #673AB7;
    box-shadow: 0 0 0 0.25rem rgb(129 6 218 / 25%);
}

#searchModal .form-control {
    color: #fff;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}


@media(max-width:991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #fff
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd;
    }


    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: rgb(80, 15, 94)
    }

    .navbar-light .navbar-brand h1 {
        color: rgb(80, 15, 94)
    }

    .navbar-light .navbar-brand img {
        max-height: 45px
    }
}

@media(min-width:992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        /* border-bottom: 1px solid rgba(256, 256, 256, .1); */
        z-index: 999;
        background: linear-gradient(180deg, #ffffff75 16%, rgb(255 255 255 / 44%) 88%)
    }

    .navbar-light.home_menuAbsolute{
        position: absolute;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #fff
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        bottom: -1px;
        left: 50%;
        background: #835cbc;
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color:#000
    }
}


#header-carousel .carousel-inner {
    height: 930px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .7); */
    z-index: 1
}

.carousel-caption h1 {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 40%) 25%, rgb(255 255 255 / 40%) 75%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 40%) 0%, rgb(255 255 255 / 40%) 100%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: -1;
    left: 0;
    min-width: 30%;
    padding: 3px 15px;
    font-size: 3rem;
    border-radius: 10px;
}

@media(max-width:576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem
}

.section-title-1::before,
.section-title-2::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #673AB7;
    border-radius: 2px
}

.slogan {
    width: 420px;
    filter: grayscale(0.8);
}


.section-title-2::before {
    height: 1px
}

.section-title-1.text-center::before,
.section-title-2.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title-1.section-title-sm::before,
.section-title-2.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title-2.section-title-sm::before {
    height: 1px
}

.section-title-1::after,
.section-title-2::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0;
    background: #fff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear
}

.section-title-2::after {
    bottom: -2px;
    /* background:#2d164f; */
    background: #472479
}

.section-title-1.section-title-sm::after,
.section-title-2.section-title-sm::after {
    width: 4px;
    height: 3px
}

.section-title-2.section-title-sm::after {
    bottom: -1px
}

.section-title-1.text-center::after,
.section-title-2.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear
}

.section-title-1.section-title-sm::after,
.section-title-2.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0
    }

    50% {
        left: 145px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px
    }

    50% {
        left: 50%;
        margin-left: 70px
    }

    100% {
        left: 50%;
        margin-left: -75px
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0
    }

    50% {
        left: 85px
    }

    100% {
        left: 0
    }
}

.story::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: var(--primary);
    z-index: -1
}

.story .story-right::before,
.story .story-left::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 2px;
    left: 50%;
    margin-left: -7px;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(45deg);
    z-index: 1
}

.story .story-right .story-text::before,
.story .story-left .story-text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    border: 9px solid
}

.story .story-right .story-text::before {
    left: -18px;
    border-color: transparent var(--light) transparent transparent
}

.story .story-left .story-text::before {
    right: -18px;
    border-color: transparent transparent transparent var(--light)
}

@media(max-width:768px) {
    .story::after {
        left: 13px
    }

    .story .story-right::before,
    .story .story-left::before {
        left: 24px
    }

    .story .story-right .story-text::before,
    .story .story-left .story-text::before {
        top: -18px;
        left: 0;
        border-color: transparent transparent var(--light) transparent
    }
}

.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg)
}

.service-item .service-icon i {
    transform: rotate(45deg)
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1
}

.service3-item {
    background-color: #eee8fa !important;
}

.service3-item>div {
    z-index: 1
}

.service3-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1
}

.service3-item div:hover::after {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(241, 241, 241);
}

.service3-item * {
    transition: .5s
}

.service3-item:hover * {
    color: #5c2da1 !important
}


.service3-item .service-icon {
    /* 
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    transition: .5s; */

    margin-bottom: 0;
    width: 120px;
    /* height: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /* border-radius: 50%; */
    /* border-radius: 2px; */
    transition: .5s;

}

.service3-item .service-icon img {
    width: 100px;
}

.agent_pageWrapper {
    background-color: #f0f0f0d4;
    padding: 4rem 0;
}

.agents_page {
    list-style: none;
    padding-left: 0;
}

.agents_page img {
    width: 20px;
}

.service3-item:hover .service-icon {
    background: rgb(241, 241, 241) !important
}

/* .service3-item:hover .service-icon i {
    color: var(--primary) !important
} */

.price-table>thead>tr>td,
.price-table>thead>tr>th,
.price-table>tbody>tr>td,
.price-table>tbody>tr>th,
.price-table>tfoot>tr>td,
.price-table>tfoot>tr>th {
    padding: 15px 20px
}





.testimonial-carousel .owl-dots {
    /* margin-top: 15px; */
    margin-top: -7%;
    margin-bottom: 9%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 6px;
    background: #ddd;
    border-radius: 10px;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #8b6cb7
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s
}

/* .testimonial-carousel .owl-item.center .testimonial-item {
    background: #fff !important;
    box-shadow: 0 0 30px #ddd
} */

/* .owl-carousel.testimonial-carousel  {
    padding-left: 9rem !important;
    padding-bottom: 6rem !important;
    padding-top: 1.8rem !important;
} */

.owl-carousel.testimonial-carousel .carousel-inner {
    padding-left: 9rem !important;
    padding-bottom: 7rem !important;
    padding-top: 6.8rem !important;
    margin-top: -28px;
}


.owl-carousel.testimonial-carousel .carousel-inner .row {
    --bs-gutter-x: -0.5rem;
}

/********************* gallery  *******************/

.bg-banner-header {
    background: linear-gradient(rgb(48 19 78 / 0%), rgb(20 12 36 / 0%)), url(../img/banner3.jpg) center center no-repeat;
    background-size: cover!important;
    height: 25vh;
}

.bg-banner-header p {
    font-weight: 300;
}

.text_video {
    border-bottom: 1px solid;
    font-weight: 400;
    transition: 0.5s;
}

.bg-banner-header p:hover .text_video {
    transition: 0.5s;
    display: inline-block;
    margin-left: 15px;
}

.gallery_section {
    background-color: #f0eef2;
}

.galleryimages-item {
    transition: .5s;
    position: relative;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
    margin-bottom: 10%;
}

.galleryimages-img {
    border-radius: 1rem;

}

.galleryimages-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.galleryimages-social a.overlay_title {
    position: relative;
    margin: 0 3px;
    margin-top: 0;
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-wrapped {
    width: 90%;
    background-color: #fff;
    padding: 10px 20px 1px;
    border-radius: 1rem;
    text-align: initial;
    box-shadow: 0 8px 24px hsl(0deg 0% 38.44% / 30%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: 18px 17px;
}

.text-wrapped h6 a {
    font-weight: 100;
    font-size: 15px;
}

.galleryimages-item:hover {
    box-shadow: 0 0 30px #ddd
}

.galleryimages-item:hover .galleryimages-social {
    background: rgb(0 0 0 / 47%)
}

.galleryimages-item:hover .galleryimages-social a.overlay_title {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s
}

/* .galleryimages-item:hover .galleryimages-social a.overlay_title:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s
}

.galleryimages-item:hover .galleryimages-social a.overlay_title:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s
}

.galleryimages-item:hover .galleryimages-social a.overlay_title:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s
} */

.galleryimages-item .galleryimages-img img,
.blog-item .blog-img img {
    transition: .5s
}

.galleryimages-item:hover .galleryimages-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15)
}

#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0;
    transition: .5s
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: #fff !important
}

/* .portfolio-item {
    margin-bottom: 60px
} */

.portfolio-img img {
    transition: .3s
}

.portfolio-item:hover .portfolio-img img {
    transform: scale(1.2)
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: 3
}

.portfolio-item:hover .portfolio-title {
    bottom: -45px
}

.portfolio-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 2;
    opacity: 0
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1
}

.portfolio-btn a {
    transition: .5s
}

.portfolio-item:hover .portfolio-btn a {
    margin-top: -60px
}

.portfolio-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    /* background: rgba(9, 30, 62, .7); */
    transition: .5s;
    z-index: 1
}

.portfolio-item:hover .portfolio-box::after {
    height: 100%
}

.project-carousel .owl-nav {
    margin-top: 0;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c2da1;
    /* background: var(--primary); */
    border-radius: 2px;
    font-size: 22px;
    transition: .5s
}

.certificate_section {
    background-color: #e8e8e8b3;
}

.certificates_wrapper img {
    width: 54%;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 0 20px #00000038;
    margin-bottom: 5px;
}

.certificates_wrapper img:hover {
    transform: scale(0.9);
    transition: .5s
}

.certificates_wrapper .icon-box.icon-box-sm.text-center {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 7% 5% 6px;
    margin-bottom: 25px;
}

.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
}

.course h6 {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course h2 {
    letter-spacing: 0;
    font-size: 20px;
    margin: 10px 0;
    color: #5c2da1;
}

.course-preview {
    background-color: #f1f1f1;
    color: #fff;
    padding: 7px;
    max-width: 250px;
}


.course-info {
    padding: 30px;
    position: relative;
    width: 100%;
    text-align: left;
}

.process-icon {
    width: 75px;
    height: 75px
}

.process-item .position-relative::after {
    position: absolute;
    content: "\f101";
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 50px;
    color: #ddd;
    top: 0;
    right: -45px;
    -webkit-animation: process-item-icon 3s infinite linear;
    animation: process-item-icon 3s infinite linear
}

@-webkit-keyframes process-item-icon {
    0% {
        right: -30px
    }

    50% {
        right: -45px
    }

    100% {
        right: -30px
    }
}

.process-item:last-child .position-relative::after {
    display: none
}

@media(max-width:992px) {
    .process-item:nth-child(2) .position-relative::after {
        display: none
    }
}

@media(max-width:768px) {
    .process-item .position-relative::after {
        display: none
    }
}

.accordion-custom .accordion-item {
    border: none;
    margin-bottom: 15px
}

.accordion-custom .accordion-button {
    background: var(--light);
    border-radius: 2px
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--primary);
    box-shadow: none
}

.accordion-custom .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

.accordion-custom .accordion-body {
    padding: 15px 0 0
}

@media(min-width:991.98px) {
    .facts {
        position: relative;
        /* margin-top: -75px; */
        margin-top: -150px;
        z-index: 1
    }
}

.progress {
    height: 5px
}

.progress .progress-bar {
    width: 0;
    transition: 2s
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

.hero-header {
    /* background: url(../img/hero-header.jpg) top right no-repeat; */
    background-size: cover
}

.bg-header {
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(41 22 75 / 0%)), url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}

.inner_page .navbar-light {
    /* background: linear-gradient(180deg, #ffffffb5 15%, rgb(255 255 255 / 0%) 88%); */
    background: #fff;
    border-bottom: 1px solid #80808021;
    /* position: relative; */
}

.inner_page .sticky-top.navbar-light {
    background-color: #fff;
}


.inner_page .pt-lg-5.title_inner {
    padding-top: 6rem !important;
}

.link-animated a {
    transition: .5s
}

.link-animated a:hover {
    padding-left: 10px
}

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media(min-width:767.98px) {
    .footer-about {
        margin-bottom: -75px
    }
}

.button-example .btn {
    margin: .25rem .125rem
}

.home-demo-item a,
.inner-demo-item a {
    display: flex;
    width: 100%;
    height: 800px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 10s
}

.inner-demo-item a {
    height: 400px;
    transition: 5s
}

.home-demo-item:hover a,
.inner-demo-item:hover a {
    background-position: bottom center
}


.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(103 58 183 / 15%);
}


.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #673AB7;
    background-color: #ffffff;
    border-color: #673AB7;
}


.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #673AB7;
    background-color: #ffffff;
    border-color: #673AB7;
    box-shadow: 0 0 0 0.25rem rgb(103 58 183 / 17%);
}


.bg-light-purple {
    background-color: #f9f9f9;
}


.btn-light {
    color: #673AB7;
    background-color: #ffffff;
    border-color: #673AB7;
}

.owl-carousel.vendor-carousel .owl-nav.disabled {
    display: inline-block;
}

.owl-carousel.vendor-carousel .owl-dot,
.owl-carousel.vendor-carousel .owl-nav .owl-next,
.owl-carousel.vendor-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #673AB7;
}

.owl-carousel.vendor-carousel .owl-prev {
    left: -35px;
}

.owl-carousel.vendor-carousel .owl-next {
    right: -35px;

}


.grid-products a {
    text-decoration: none !important;
}

@media only screen and (min-width: 992px) {
    .shop-grid-5 .grid-products .item.col-lg-2 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 1540px) {
    .shop-grid-7 .grid-products .item.col-lg-2 {
        -ms-flex: 0 0 14.2222%;
        -webkit-flex: 0 0 14.2222%;
        flex: 0 0 14.2222%;
        max-width: 14.2222%;
    }
}

.grid-products .item .product-image .showVariantImg img {
    opacity: 0;
    visibility: hidden;
}

.grid-products .item .product-image .showVariantImg .variantImg {
    visibility: visible;
    opacity: 1;
}

.grid-products .item .product-image .showLoading {
    transition: .5s;
    animation: loader-rotate .8s infinite linear;
    background: 0 0 !important;
    border: 3px solid rgba(100, 100, 100, .5);
    border-top-color: rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    content: "";
    height: 34px !important;
    left: 50%;
    line-height: 1;
    margin-left: -17px;
    margin-top: -17px;
    pointer-events: none;
    position: absolute;
    top: 50% !important;
    -webkit-animation: loader-rotate .8s infinite linear;
    width: 34px !important;
    z-index: 154 !important;
}

.grid-products .item .product-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    /* border: 1px solid #e7e7e7; */
}

.grid-products .item .product-image>a {
    display: block;
    white-space: nowrap;
    opacity: 1;
}

.grid-products .item .product-image img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.grid-products .item .product-image .hover {
    visibility: hidden;
    opacity: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-products .item .product-image:hover .primary {
    opacity: 0;
}

.grid-products .item .product-image:hover .hover:not(.variantImg) {
    opacity: 1;
    visibility: visible;
}

.grid-view_image:hover .primary {
    opacity: 0;
    visibility: hidden;
}

.grid-view_image:hover .hover:not(.variantImg) {
    opacity: 1;
    visibility: visible;
}

.grid-view-item.style2 .grid-view-item__link {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.grid-view-item.style2 .grid-view-item__link {
    display: block;
    white-space: nowrap;
    opacity: 1;
}

.grid-view-item.style2 .grid-view-item__image {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.grid-view-item.style2 .grid-view-item__link .hover {
    visibility: hidden;
    opacity: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-view-item.style2 .grid-view-item__link:hover .primary {
    opacity: 0 !important;
    visibility: hidden;
}

.grid-view-item.style2 .grid-view-item__link:hover .hover:not(.variantImg) {
    opacity: 1;
    visibility: visible;
}

.grid-view-item.style2 .hoverDetails {
    width: 94%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.template-collection .grid-view-item.style2 i {
    vertical-align: middle;
}

.grid-view-item.style2 .grid-view-item__link,
.grid-view-item.style2 .grid-view_image {
    margin-bottom: 0;
}

.grid-view-item.style2 .grid-view-item__link .hover {
    opacity: 0 !important;
    visibility: hidden;
}

.grid-view-item.style2:hover .grid-view-item__link .hover {
    opacity: 0.2 !important;
    visibility: visible;
}

.grid-view-item.style2:hover .hoverDetails {
    opacity: 1;
}

.grid-view-item.style2 .button-set,
.grid-view-item.style2 .variants.add {
    position: static;
    opacity: 1;
    margin: 0;
}

.grid-view-item.style2 .button-set {
    margin-top: 10px;
}

.grid-view-item.style2 .button-set a.quick-view,
.grid-view-item.style2 .button-set .wishlist-btn,
.grid-view-item.style2 .button-set .compare-btn,
.grid-view-item.style2 .button-set>form {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.grid-view-item.style2 .button-set i {
    line-height: 35px;
}

.grid-view-item.style2 .button-set>form button {
    padding: 0;
    width: 35px;
    height: 35px;
}

.grid-view_image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.grid-products.style3 .item .product-name {
    margin-bottom: 10px;
}

.grid-products.style3 .item .product-image {
    margin: 0 auto;
}

.grid-view_image .product-image>a:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 9;
    display: block;
    height: auto;
    line-height: normal;
    font-size: 0px;
    padding: 6px 10px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: "annimex-icons";
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\ea8b";
}

.slick-next::before {
    content: "\ea8c";
}

.productSlider:hover .slick-arrow,
.productPageSlider:hover .slick-arrow,
.productSlider-style1:hover .slick-arrow,
.productSlider-style2:hover .slick-arrow,
.productSlider-style2:hover .slick-arrow,
.productSlider-fullwidth:hover .slick-arrow {
    opacity: 1;
}

.grid-products .slick-arrow {
    margin-top: -50px;
}

.productPageSlider .slick-arrow {
    margin-top: -40px;
}

.productSlider-style1 .slick-arrow,
.productSlider-style2 .slick-prev,
.productSlider-fullwidth .slick-prev {
    margin-top: -10px;
}

.productSlider .slick-arrow,
.productPageSlider .slick-arrow,
.productSlider-style1 .slick-arrow,
.productSlider-style2 .slick-arrow,
.productSlider-fullwidth .slick-arrow {
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.productSlider .slick-next,
.productPageSlider .slick-next,
.productSlider-style1 .slick-next,
.productSlider-style2 .slick-next,
.productSlider-fullwidth .slick-next {
    right: -35px;
}

.productSlider .slick-prev,
.productPageSlider .slick-prev,
.productSlider-style1 .slick-prev,
.productSlider-style2 .slick-prev,
.productSlider-fullwidth .slick-prev {
    left: -35px;
}

.grid-products .slick-slider .item,
.grid-products.slick-slider .item {
    margin-bottom: 0;
}

.product-labels {
    position: absolute;
    left: 5px;
    top: 5px;
}

.product-labels.rectangular .lbl {
    border-radius: 0;
}

.product-labels.radius .lbl {
    border-radius: 3px;
}

.product-labels .lbl {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-labels .on-sale {
    right: 5px;
    background: #f54337;
}

.product-labels .pr-label1 {
    left: 5px;
    background: #01bad4;
}

.product-labels .pr-label2 {
    left: 5px;
    background: #e9a400;
}

.product-labels .pr-label3 {
    left: 5px;
    background: #673AB7;
}

.product-labels.rounded .lbl {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    white-space: nowrap;
    word-break: break-all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 50px;
}

.grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5;
}

.sold-out {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.sold-out span {
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
}

.variants.add button {
    color: #ffffff;
    background-color: #5c2da1d9;
    width: 100%;
    text-transform: uppercase;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.variants.add {
    position: absolute;
    bottom: -50px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 5px;
    right: 5px;
}

.product-image:hover .variants.add {
    bottom: 5px;
}

.button-set {
    position: absolute;
    right: 5px;
    top: 30px;
    opacity: 0;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.button-set i {
    line-height: 34px;
}

.product-image:hover .button-set {
    top: 5px;
    opacity: 1;
}

a.quick-view,
a.wishlist,
.cartIcon,
.add-to-compare {
    color: #ffffff;
    background-color: #744caf;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}

a.quick-view:hover,
a.wishlist:hover,
.cartIcon:hover,
.variants.add button:hover,
.add-to-compare:hover {
    color: #ffffff;
    background-color: #000000;
    opacity: 0.8;
}

a.quick-view {
    margin-bottom: 5px !important;
}

.button-style2,
.button-style2 .variants.add {
    position: static;
    opacity: 1;
}

.button-style2 .btn-style2 {
    display: block;
    float: left;
    width: 25%;
}

.button-style2 .cartIcon,
.button-style2 .quick-view-popup,
.button-style2 .wishlist,
.button-style2 .compare {
    color: #fff;
    background-color: #000;
    border-right: 1px solid #fff;
}

.button-style2 .compare {
    border-right: 0;
}

.button-style2 .wishlist,
.button-style2 .compare {
    width: 100%;
}

.button-style2 .variants.add button {
    color: #fff;
    background-color: #000;
}

.grid-products .item {
    margin: 0 0 30px;
    text-align: center;
}

.tab_container .grid-products .item {
    margin-bottom: 0;
}

.grid-products .item .product-name a {
    color: #000;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0;
}

.grid-products .item .product-name a:hover {
    opacity: 0.8;
}

.grid-products .item .product-price {
    margin: 5px 0;
    color: #000000;
    font-weight: 600;
}

.product-price .old-price {
    color: #555;
    font-size: 12px;
    opacity: 0.8;
    text-decoration: line-through;
}

.product-price .old-price+.price {
    padding-left: 5px;
    color: #e95144 !important;
}

.product-price .price {
    color: #673AB7;
}

.product-price__sale,
.product__price--sale {
    color: #e95144 !important;
}

.product-review .fa {
    font-size: 13px;
    opacity: 1;
    color: #ff9500;
    margin: 0 1px;
}

.product-review .fa.font-weight-100 {
    font-weight: 100;
}

.grid-products .item .swatches {
    margin: 8px 0 0;
    list-style: none;
    padding: 0;
}

.grid-products .item .swatches li {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 3px 1px;
    /* cursor: pointer; */
    box-shadow: 0 0 1px 1px #8f8f8f;
    -webkit-box-shadow: 0 0 1px 1px #5128838a;
}

.grid-products .item .swatches li img {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    max-height: 30px;
    margin: 0 auto;
}

.grid-products .item .swatches li.square img {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.grid-products .item .swatches li.radius img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

 .grid-products .item .swatches li:hover {
    box-shadow: 0 0 1px 1px #000;
    -webkit-box-shadow: 0 0 1px 1px #000;
    cursor: pointer;
} 

.grid-products .item .swatches li.rounded {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.grid-products .item .swatches li.radius {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.grid-products .item .swatches li.medium {
    height: 30px;
    width: 30px;
}

.grid-products .item .swatches li.navy {
    background-color: navy;
}

.grid-products .item .swatches li.green {
    background-color: green;
}

.grid-products .item .swatches li.gray {
    background-color: gray;
}

.grid-products .item .swatches li.aqua {
    background-color: aqua;
}

.grid-products .item .swatches li.orange {
    background-color: orange;
}

.grid-products .item .swatches li.purple {
    background-color: purple;
}

.grid-products .item .swatches li.teal {
    background-color: teal;
}

.grid-products .item .swatches li.black {
    background-color: black;
}

.grid-products .item .swatches li.red {
    background-color: red;
}

.grid-products .item .swatches li.yellow {
    background-color: yellow;
}

.grid-products .item .swatches li.darkgreen {
    background-color: darkgreen;
}

.grid-products .item .swatches li.maroon {
    background-color: maroon;
}

.grid-view-item__title {
    color: #000;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0;
}

.grid-view-item__meta {
    margin: 5px 0;
}

.product-price__price {
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

.grid-products-hover-btn a.quick-view,
.grid-products-hover-btn a.wishlist,
.grid-products-hover-btn .variants.add button,
.grid-products-hover-btn .cartIcon,
.grid-products-hover-btn .add-to-compare {
    color: #ffffff;
    background-color: #000000;
}

.grid-products-hover-gry a.quick-view,
.grid-products-hover-gry a.wishlist,
.grid-products-hover-gry .variants.add button,
.grid-products-hover-gry .cartIcon,
.grid-products-hover-gry .add-to-compare {
    color: #ffffff;
    background-color: #555555;
}

.brand-name a {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
}




/* #footer { margin-top:35px; } */
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
}

.display-table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

/* Newsletter */
.newsletter-section {
    /* background-color: #5c2da11c;
    border: 1px solid #ede8f5;
    padding: 40px 0; */

}

.newsletter-section {
    margin: 20px 0 0;
}

.newsletter-section .footer-newsletter {
    width: 60%;
    /* text-align: center; */
}

.newsletter-section .footer-newsletter span {
    font-size: 19px;
    font-weight: 300;

}

.newsletter-section .section-header {
    margin: 0 20px 0 0;
    float: left;
    display: inline-block;
}

.newsletter-section .section-header label {
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.newsletter-section .section-header span {
    display: block;
    font-size: 15px;
    text-align: left;
}

.newsletter-section .input-group {
    max-width: 100%;
    margin: 0;
    width: auto;
    position: relative;
    display: table;
    border-collapse: separate;
}

.newsletter-section .input-group__btn {
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.newsletter-section .input-group .btn,
.newsletter-section .input-group__field {
    height: 45px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #f4f4f4;
}

.newsletter-section .input-group__field {
    background-color: #fff;
    border-radius: 8px 0 0 8px;

}

.newsletter-section .input-group__field,
.newsletter-section .input-group__btn .btn {
    border-radius: 0 8px 8px 0;
}


.newsletter-section .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.newsletter-section .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-radius: 8px 0 0 8px;
}

.newsletter-section .input-group:focus-visible {
    outline: none;
}


.input-group-icon {
    position: relative;
}

.newsletter-section .btn {

    color: #5c2da1;
    background-color: #fff;
    padding: 7px;

}

.newsletter-section .btn:hover {
    color: #fff;
    background-color: #5c2da1;

}

.newsletter-section .btn.btn-subscribe {
    /* position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px 40px 40px 40px;
    color: #ffffff;
    background-color: #5c2da1;
    border-color: #5c2da1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    padding: 0.6rem; */

    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    color: #673AB7;
    font-weight: 900;
    font-size: 15px;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    padding: 0.56rem;
}


.form-control.form-ensurance-control {
    /* border-radius: 40px 40px 40px 40px;
    padding: 0.6rem 1.4rem;
    background-color: #ffffff;
    border: 1px solid #5c2da1;
    width: -webkit-fill-available; */

    border-radius: 5px;
    padding: 0.52rem 1.1rem;
    background-color: #280f4c3d;
    border: 1px solid #ffffff;
    width: auto;
    margin: 3px 0;
}

.form-control.form-ensurance-control::placeholder {
    font-size: 15px;
    color: #a3a3a3;
}

.form-control.form-ensurance-control:focus {
    /* color: #6B6A75;
    background-color: #ede8f5;
    border-color: #5c2da1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%); */

    color: #ffffff;
    background-color: #00000057;
    border-color: #fbf9ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}




.newsletter-section .btn:hover,
.newsletter-section .btn:focus {
    /* background-color: #5c2da1; */

    background-color: #5c2da1;
    color: #fff;
    border: 1px solid white;
}

.visually-hidden,
.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* End Newsletter */







/* 
  Latest Blog Post
*/
.latest-blog .wrap-blog {
    display: table;
}

.latest-blog .article__title.h3 {
    /* font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
}

.latest-blog .wrap-blog .article__grid-image,
.latest-blog .wrap-blog .article__grid-meta {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.latest-blog .wrap-blog .article__grid-meta {
    width: 55%;
}

.latest-blog .wrap-blog .wrap-blog-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-left: -30px;
    position: relative;
}

.latest-blog .article__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.latest-blog .article__date {
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-bottom: 15px;
}

.latest-blog .article__grid-excerpt {
    font-size: 12px;
    margin-bottom: 10px;
}

.latest-blog .article__meta-buttons {
    text-transform: uppercase
}



.testimonial_wrapper {
    padding: 2% 0 0;
}

.testimonial-bg {
    max-height: 350px;
    border-radius: 220px 0 0 220px;
    background-color: #5c2da1;

}

.card-body:last-child {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3rem 3rem;
}

.p-md-0 {
    padding: 0 !important;
}


.card-span-img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.circle-wrapper {
    position: relative;
    z-index: 999;
    height: 200px;
    width: 200px;
    padding: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.text-200 {
    color: #cdd8da !important;
}

.card-text i {
    color: #6e43ac;
    font-size: 30px;
    margin: 0 15px 0 0;
}

.circle-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2cbdd;
    border-radius: 50%;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity: .3;
}


.rounded-circle {
    border-radius: 50% !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 720px) {
    /* .testimonial-bg {
        max-height: 250px;
        border-radius: 220px 0 0 220px;
    } */

    .card-span-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .circle-wrapper {
        height: 250px;
        width: 250px;
    }

    .text-md-start {
        text-align: left !important;
    }

    /* .circle-wrapper::before {
        height: 100%;
        width: 100%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    } */
}



@media (min-width: 1140px) {
    /* .circle-wrapper::before {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    } */

    .px-xl-8 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }
}

@media (min-width: 1440px) {
    .circle-wrapper {
        height: 300px;
        width: 300px;
    }

    /* .circle-wrapper::before {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    } */

    .px-xxl-10 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }
}




/* Social Icon */


.contact-box {
    padding: 0 3% 0 7px;
    /* text-align: center; */
}

.contact-whatsapp img {
    width: 25px;
}

.footer-links.first_links {
    padding: 0 0 0 6%;
}


.footer-links.second_links {
    padding: 0 0 0 5%;
}


.footer-links.third_links {
    padding: 0 0 0 4%;
}

.padding_right {
    padding-right: 10px;
}


.site-footer__social-icons ul {
    list-style: none;
}

.site-footer__social-icons li {
    padding: 0 0;
    list-style: none;
}

.social-icons .icon {
    color: #111111;
    font-size: 16px;
}

.site-footer__social-icons .icon {
    width: 16px;
}

.footer-social {
    margin: 22px 0 0;

}

.site-footer__social-icons li a {
    line-height: 2;
    /* margin: 0 4px; */
    margin-right: 15px !important;
}

.site-footer__social-icons li a img {
    filter: invert(1);
    width: 100%;
    padding: 0 8px;
}

.btn-outline-light:hover img {
    filter: initial
}


/* End Social Icon */

.site-footer {
    /* background: #2d164f; */
    padding: 1rem 0;
    background-color: #472479;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_logo,
.footer_logo2 {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.footer_logo img {
    width: 50%;
}

.footer_logo a {
    display: contents;
}

.footer_logo2 img {
    /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); */
    width: 60%;
}

.site-footer ul {
    list-style: none;
}

.footer-top {
    padding: 40px 0 15px;
}

.footer-top h4,
.footer-top .h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-links .h4 {
    position: relative;
}

.footer-links ul,
.contact-box ul {
    margin-bottom: 20px;
    padding-left: 0;
}


.footer-links ul li img {
    width: 20px;
}

.footer-links li {
    margin-bottom: 7px;
}

.footer-top,
.footer-links a,
.footer-top p,
.footer-bottom {
    color: #ffffff;
    font-size: 15px;
}

.addressFooter .icon {
    color: #ffffff !important;
    float: left;
    font-size: 14px;
    margin-top: 2px;
}

.addressFooter li {
    /* padding-bottom: 12px; */
    display: flex;
    align-items: center;
}

.addressFooter li p {
    padding-left: 5px;
    margin-bottom: 0;
}

.site-footer hr {
    margin: 0;
    border-color: #693bbb;
    /* opacity: 0.7; */
}

.footer-bottom {
    padding: 25px 0;
    font-weight: 300;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}



.footer-bottom .payment-icons .icon {
    font-size: 25px;
}

.store_wrapper {
    background-color: #e8e8e8b3;
}

.bg-store {
    background-color: #5c2da1 !important;
    border: 1px solid #fff !important;
    color: #fff;
    background-image: url("../img/arrow-down.svg")
}


.bg-store:focus {
    border-color: #5c2da1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #673AB7;
}



/* modal popup */


.popup-overlay {
    /* position:absolute; */
    inset: 0;
    background: hsla(240, 0%, 0%, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    position: fixed;
    z-index: 1000;
    /* padding-top: 70px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


/* .popup-overlay .modal2{
    width: auto;
    max-width: 100%;
    min-height: 285px;
    background: #ffffff00;
    color: hsl(44, 0%, 40%);
    display: flex;
    align-items: center;
    position: relative;
    transform: translateY(-100px);
    transition: 350ms ease;
    text-align: left;
  }
   */



.popup-overlay .modal2 {
    position: relative;
    transform: translateY(-100px);
    transition: 350ms ease;
    text-align: center;
}


.popup-overlay .modalContent {

    width: 100%;
    height: 100%;
    display: flex;
    /* align-items:center;
    flex-wrap:wrap; */
    position: relative;
}

.popup-overlay .modalfooter {
    margin: 6px auto;
}

.popup-overlay .modalContent img {
    min-width: 200px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.popup-overlay .modalInfo {
    width: 100%;
    padding: 0 0 0 2rem;
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 10%;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #494949;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
}

.banner-title span {
    color: #713bc0;
    font-weight: 700;
}

.popup-overlay .modalInfo h3 {
    font-size: 1.4rem;
    line-height: 100%;
    color: hsl(205deg 47% 25%);
    text-transform: uppercase;
    margin-bottom: 0.83rem;
    font-weight: 500;
}


.newsletter-popup-content {
    box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    border-radius: 10px;
}


.banner-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .newsletter-popup-container .banner-content {
    position: static;
    transform: translateY(0);
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 calc((100% + 20px) / 6 * 4);
    max-width: calc((100% + 20px) / 6 * 4);
} */


.popup-overlay .modalInfo p {
    color: #000;
    text-align: center;
}




#close {
    position: absolute;
    top: -2.4rem;
    right: 11.6rem;
    z-index: 1;
    font-size: 25px;
    color: #ffffff;
}


#close:hover {
    cursor: pointer;
    color: #f3f3f3;
}

.banner-content-wrap .btn.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px 40px 40px 40px;
    color: #ffffff;
    background-color: #5c2da1;
    border-color: #5c2da1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    padding: 0.6rem;
}


.banner-content-wrap .form-control.form-ensurance-control {
    border-radius: 40px 40px 40px 40px;
    padding: 0.6rem 1.4rem;
    background-color: #ffffff;
    border: 1px solid #5c2da1;
    width: -webkit-fill-available;
}

.banner-content-wrap .form-control.form-ensurance-control:focus {
    color: #6B6A75;
    background-color: #ede8f5;
    border-color: #5c2da1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}






/* inner product page  */

.productdetails_section {
    background-color: #e8e8e8b3;
    padding: 5rem 0 2rem;
}


.rounded_products {
    border-radius: 10px !important;
}



/* .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  } */

.fancybox-thumbs__list a {
    background-size: contain;
    background-color: #fff;
}

.fancybox-thumbs__list a::before {
    border-width: 3px;
    border: 4px solid #344079;
}




.product-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 17px 1.1rem;
    justify-content: left;
    background-color: #e2dfdf;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
}

.product-navigation a,
.product-navigation i {

    font-size: 16px;
    margin-bottom: 0;
    color: #5d3c8d !important;
}

.product-navigation a:hover,
.product-navigation i:hover {

    color: #3b3b3b !important;
}


.product-navigation .text-info {
    color: #232323 !important;
    font-size: 16px;
    margin-bottom: 0;
}



.product-details {
    text-align: left;
}

.product-details .product_price {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.25;
    color: #673AB7;
    margin-bottom: 1rem;
}

.custom-radios {
    margin: 15px 0;
    /* display: flex; */
    align-items: center;
}

.custom-radios h3 {
    color: #5c2da1;
    /* float: left; */
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 3%;
    margin-bottom: 9px
}

.custom-radios div {
    display: inline-block;
    margin-right: 6px;
}


.custom-radios div input[type=radio]:checked+label span {
    width: 35px;
    height: 35px;
    border: 2px solid #5c2da1;
    line-height: 3;
}

.custom-radios input[type=radio] {
    display: none;
}

.custom-radios input[type=radio]+label {
    color: #333;
    /* font-family: Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #888888;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 38px;
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: auto;
    margin: 0 0 10px;
    background-color: transparent;
}

.custom-radios input[type=radio]#color-1+label span {
    background-color: #fff;
}

.custom-radios input[type=radio]#color-2+label span {
    background-color: #B7A8A1;
}

.custom-radios input[type=radio]#color-3+label span {
    background-color: #e8e4e3;
}

.custom-radios input[type=radio]#color-4+label span {
    background-color: #79746e;
}

.custom-radios input[type=radio]#color-5+label span {
    background-color: #8a7850;
}

.custom-radios input[type=radio]#color-6+label span {
    background-color: #807f84;
}

.custom-radios input[type=radio]:checked+label span img {
    opacity: 1;
    filter: invert(75%) sepia(35%) saturate(3640%) hue-rotate(248deg) brightness(90%) contrast(100%);
}



.btn.shop-btn {
    display: inline-block;
    padding: 12px 30px;
    color: rgb(255 255 255);
    text-decoration: none;
    position: relative;
    background: #2c2c2ce3;
    border-radius: 5px;
    border: 1px solid #e1e1e100;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    /* transition: color 0.1s linear 0.05s; */
    font-weight: 500;
    color: rgb(255 255 255);
    background: #2eb119;
    width: 50%;
}

.qty {
    width: 50px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    height: 40px !important;
    outline: none;
    font-weight: 200;
    font-size: 14px;
    border: 1px solid #dac9f8;
}

input.qtyplus {
    width: 40px;
    height: 40px;
    margin: 0 -5px;
    border: 1px solid #dac9f8;
    border: 1px solid #dac9f8;
    border-radius: 0px 5px 5px 0px;
    background-color: white;
}

input.qtyminus {
    width: 40px;
    height: 40px;
    margin: 0 -4px;
    border: 1px solid #dac9f8;
    border: 1px solid #dac9f8;
    border-radius: 5px 0px 0px 5px;
    background-color: white;
}

.qantity {
    background-color: #ffff;
    margin-right: 4%;
    margin-left: 6px;
}

.qantity #myform {
    display: flex;
}

.wish-list {
    margin: 21px 0 15px;
    font-size: 16px;
}

.wish-list a i {
    font-size: 20px;
}

.share #contact {
    color: #fff;
    display: inline-block;
    justify-content: left !important;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    margin: 0 0;
}

.share #contact a {
    color: #fff;
    margin: 4px;
}

.share #contact .icon {
    width: 30px;
    height: 30px;
    line-height: 1;
}

.share .social-media li {
    font-size: 15px;
    color: #fff !important;
}


.inventory_status {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    background: #54c154;
    margin-bottom: 10px;
}

.product-size {
    /* display: flex; */
    flex-wrap: nowrap;
    line-height: 3rem;
    align-items: center;
    margin: 2rem 0;
}

.product-size h3 {
    color: #5c2da1;
    /* float: left; */
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-right: 2%;
    margin-bottom: 9px;
}

.product-size .select-box select {
    min-width: 13rem;
    background-color: white;
    border: 1px solid #d3bdfb;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.product-size .select-box select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #5a4c73 50%), linear-gradient(135deg, #574971 50%, transparent 50%), linear-gradient(to right, #dac9f8, #dac9f8);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}

select.classic:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        linear-gradient(to right, gray, gray);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
    box-shadow: none;
}


.product-form-group {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 0;
}


.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000000;
}

.social-link {
    border: none;
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem;
    border-radius: 50%;
    color: inherit;
    transition: color 0.4s, border 0.4s, background 0.4s;
    text-align: center;
}

.social-link.social-twitter{
    width:18px;
}

.social-link.social-facebook:hover {
    background-color: transparent;
    color: #3b5998;
}

.social-link.social-twitter:hover {
    background-color: transparent;
    color: #1da1f2;
}


.social-link.social-pinterest:hover {
    background-color: transparent;
    color: #bd081c;
}

.divider {
    margin-left: 1rem;
    margin-right: 1.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    height: 1.5rem;
    width: 1px;
    background-color: #bebebe;
}

.product-action {
    display: inline-block;
}

.product-action .btn-wishlist {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 1.1rem;
    background-color: transparent;
    transition: color 0.3s;
    text-transform: none;
    color: #5c2da1;
    line-height: 1;
}

.product-action .btn-wishlist:hover {
    color: #444444;
}

.product-action .btn-wishlist i {
    display: inline-block;
    margin: 0 0.5rem 0.2rem 0;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 0;
}

hr.product-divider {
    background-color: #b1b1b1;
}

.product_tabs .nav.nav-pills {
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    justify-content: center;
}

.product_tabs .nav.nav-pills .nav-link {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #5c2da1;
    letter-spacing: 0;
    background-color: transparent;
    padding: 15px 35px;
}

.product_tabs .nav.nav-pills .nav-link img {
    width: 25px;
}

.product_tabs .nav.nav-pills .nav-link.active {
    background-color: transparent;
    color: #5c2da1;
    border-bottom: 1px solid #5c2da1;

}


.product_tabs div#pills-tabContent {
    padding: 2%;
    text-align: left;
}

.product_tabs div#pills-tabContent img {
    border-radius: 5px;
}

.product_tabs div#pills-tabContent ul {
    padding-left: 20px;
    list-style: circle;
}


.header-carousel video {
    min-width: 100%;
    min-height: 100vh;
    /* z-index: 1; */
    object-fit: cover;
    position: relative;
}

.gallery_product {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15.8rem;
    background-attachment: fixed;
}

#top_content {
    background-color: #fff;
    margin-top: -7%;
    padding: 10% 2%;
    border-radius: 15px 15px 0 0;
    margin-bottom: 30px;
}

.fixed_wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 3%;
    background-attachment: fixed;
}

.fixed_wrapper:before {

    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #e0e0e0d4;
    z-index: -1;
}

.fixed_wrapper .btn-light:hover i.text-primary {
    color: #fff !important;
}


.fixed_wrapper .section-title-1::after {
    background: #dbd9d7;
}

.box_partner {
    float: left;
    text-align: center;
    margin: 0 20px;
    width: 20%;
}

.box_logo {

    width: 150px;
    margin: 8% auto;
    padding: 0;
    height: 150px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    transition: 1s ease-in-out;
}



.box_logo:hover {
    transform: scale(0.93);
}

.box_logo::before {
    position: absolute;
    content: "";
    height: 165px;
    width: 165px;
    left: -7px;
    top: -7px;
    border: 4px double #ffffff;
    z-index: -1;
    background-color: #dedede00;
    border-radius: 50%;
}

.box_logo img {
    width: 100%;
    filter: 0;
    padding: 10px;
    border-radius: 50%;
}

.box_text {
    color: #2d2d2d;
    line-height: 1.1;
    padding: 0 0;
    font-weight: 400;
}

.cardbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.banner {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    background-color: #ccc;
    /* border-radius: 10px; */

}

.banner-overlay>a {
    position: relative;
}

.banner>a {
    position: relative;
    display: block;
    outline: none !important;
}

.banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    /* border-radius: 10px; */

}

.banner-overlay>a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.banner-content {
    display: inline-block;
    position: absolute;
    padding-top: 0.4rem;
    padding-top: 0;
    left: 20px;
    top: 30%;
    text-align: left;
    z-index: 2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-subtitle {
    font-size: 1.9rem;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-weight: 100 !important;
}

.banner .banner-title {
    font-size: 1.7rem;
    line-height: 1.3em;
    margin-bottom: 0rem;
    text-transform: uppercase;
    text-align: left;
    padding-right: 40%;
    color: #673AB7;
    font-weight: 600 !important;
}





.owl-carousel.vendor-carousel_bestseller .owl-nav.disabled,
.owl-carousel.vendor-carousel_bestseller .owl-dot.disabled {
    display: inline-flex;
}

.owl-carousel.vendor-carousel_bestseller .owl-dot,
.owl-carousel.vendor-carousel_bestseller .owl-nav .owl-next,
.owl-carousel.vendor-carousel_bestseller .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: initial;
    top: 30px;
    bottom: 0;
    margin: 0 10px;
    background-color: #efefef;
    color: #57119a !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #673AB7;
}

.owl-carousel.vendor-carousel_bestseller .owl-prev {
    left: -35px;
}

.owl-carousel.vendor-carousel_bestseller .owl-next {
    right: -35px;

}


.vendor-carousel_bestseller .product-labels.rectangular .lbl {
    border-radius: 0;
}

.vendor-carousel_bestseller .product-labels .pr-label3 {
    left: 5px;
    background: #5c2da1;
}

.vendor-carousel_bestseller .product-labels .lbl {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 12px;
    height: 25px;
    line-height: 20px;
    margin-bottom: 3px
}


.grid-products .vendor-carousel_bestseller .item {
    margin: 0 0 30px;
    text-align: center;
    /* box-shadow: 0px 0px 6px grey; */
    border: 1px solid #dededeb0;
    padding: 0 0 0;
    /* border-radius: 5px; */
    background-color: #fff;
}


.grid-products .vendor-carousel_bestseller .item .product-image {
    margin: 5px auto 0;

}

.grid-products .vendor-carousel_bestseller .item .product-image img {
    margin: 30px auto 0;
}

.vendor-carousel_bestseller .product-details {
    background-color: #f1e8ff;
    padding: 8% 0;
}

.grid-products .vendor-carousel_bestseller .item .product-image .hover {
    top: 44%;
}




form.sort_labels {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sort_labels label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
        &:focus-within {
                outline: .125em solid $primary-color;
        }
    */
}

.sort_labels label input {
    position: absolute;
    left: -9999px;
}

.sort_labels label input:checked+span {
    background-color: #d6d6e5;
}

.sort_labels label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}

.sort_labels label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.sort_labels label span:hover {
    background-color: #d6d6e5;
}

.sort_labels label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.sort_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.slider_02.ftco-section {
    padding: 1rem 0;
}


.slider_02 .slider-hero {
    position: relative;
    padding: 1rem 0;
}

.slider_02 .image_instructions {
    width: 100%;
    border-radius: 10px;
}

.slider_02 .owl-carousel {
    position: relative;
}

.slider_02 .owl-carousel .owl-item {
    opacity: 1;
}

.slider_02 .owl-carousel .owl-item.active {
    opacity: 1;
}

.slider_02 .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slider_02 .owl-carousel .owl-nav .owl-prev,
.slider_02 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    color: #3b3b3b !important;
    font-size: 20px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

    .slider_02 .owl-carousel .owl-nav .owl-prev,
    .slider_02 .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.slider_02 .owl-carousel .owl-nav .owl-prev span:before,
.slider_02 .owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.slider_02 .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.slider_02 .owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.slider_02 .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.slider_02 .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}

.slider_02 .owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.slider_02 .owl-carousel .owl-dots .owl-dot.active {
    background: #673AB7;
}

.slider_02 .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slider_02 .slider-hero .item .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.slider_02 .work {
    width: 100%;
}

.slider_02 .text_wrapped {
    background-color: #ffffff;
    /* min-height: 600px; */
    display: flex;
    border-radius: 0 10px 10px 0;
}

.slider_02 .text_wrapped .text {
    margin: 0 12%;
}

.slider_02 .text_wrapped .text p {
    text-align: justify;
}

.slider_02 .imageboxed .img,
.slider_02 .imageboxed,
.slider_02 .imageboxed .img img {
    border-radius: 10px 0px 0 10px;
}

.slider_02 .work .img {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    z-index: 0;
    border-radius: 10px 0px 0 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}


.images-carousel_slider03 .work .img {
    border-radius: 10px 10px 10px 10px
}

/* .slider_02 .work .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000;
    opacity: .3;
} */

.slider_02 .text h2 {
    font-size: 30px;
    font-weight: 200;
    color: rgb(77, 77, 77);
    text-transform: uppercase;
}

.slider_02 .text ul {
    padding-left: 15px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .slider_02 .text h2 {
        font-size: 20px;
    }
}

.slider_02 .work .text i {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
}

.slider_02 .thumbnail {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    z-index: 1;
    width: 100%;
}

.slider_02 .thumbnail li {
    display: inline-block;
}

.slider_02 .thumbnail li a {
    display: block;
    margin: 0 5px;
}

.slider_02 .thumbnail li a p {
    min-width: 125px;
    border-radius: 40px;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #5c2da1;
    background-color: #fff;
    /* -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.slider_02 .thumbnail li.active a p {
    background-color: #5c2da1;
    color: #fff;
    /* border: 1px solid #fff; */
    /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .slider_02 .thumbnail li a p {
        width: 50px;
    }
}

.related_product {
    background-color: #dad6e02e;
}


.carousel-cell {
    /* background: #fff; */
    counter-increment: carousel-cell;
    color: white;
    width: 100%;
}

.carousel-cell:before {
    display: block;
    text-align: center;
    /* content: counter(carousel-cell); */
    height: 100%;
    width: 100%;
    font-size: 80px;
    color: white;
}

.carousel-main .carousel-cell {
    width: 100%;
    font-size: 5rem;
    padding-bottom: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-height: auto;
    align-items: center;
}

.carousel-main .carousel-cell:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav .carousel-cell:before {
    transform: rotate(-90deg);
}

.carousel-nav {
    /* width: 540px;
    height: 80px; */
    height: 95px;
    width: 450px;
    /* height: 155px; */
    transform: rotate(90deg) translate(30px, -100%);
    transform-origin: left top;
}

.carousel-cell {
    transform: rotate(-90deg);
    width: 80px;
    height: 80px;
    cursor: pointer;
    font-size: 1.4rem;
}

#js_main_gallery {
    opacity: 0;
}

.carousel-nav .carousel-cell {
    margin-right: 1rem;
}

/* selected cell */
.carousel-nav .carousel-cell.is-nav-selected {
    background: transparent;
    border: 1px solid #673AB7;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    background: transparent;
}

.flickity-prev-next-button .previous {
    left: -40px;
}

.flickity-prev-next-button .next {
    right: -40px;
}

.row .left {
    max-width: 20%;
    margin-right: 3%;
    flex: 1 1 100%;
}

.row .right {
    flex: 1 1 0;
}

.product.product-single .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.carousel-nav .flickity-prev-next-button.next {
    right: -30px;
}

.carousel-nav .flickity-prev-next-button.previous {
    left: -30px;
}


/* .carousel {
    background: #FAFAFA;
  } */

.carousel-main {
    /* margin-bottom: 8px; */
    margin-bottom: 0;
    background-color: transparent;
}

.carousel-cell {
    width: 100%;
    height: auto;
    /*     
    min-height: 90%!important; */

    margin-right: 8px;
    /* background: #fff; */
    border-radius: 0;
    counter-increment: carousel-cell;
}


.carousel-nav .carousel-cell {
    height: 100px;
    width: 100px;
    /* height: auto;
    width: 24%; */

}

.carousel-nav .carousel-cell img {
    width: 100%;
    /* margin: 0 auto 25px; */
    background-color: #e2e2e2;
    border-radius: 10px;
    transform: rotate(-90deg);
}


/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
    width: 100%;
}


.carousel-main img:focus-visible {
    border: none;
    outline: none;
}


/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1;
}



figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 10px;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}




/* rating product details  */
.productdetails_section .ratings-container {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    line-height: 1;
    white-space: nowrap;
    justify-content: space-between;
}

.productdetails_section .ratings-container h3.product-name {
    margin-bottom: 0;
}

.productdetails_section .ratings-container .product-review {
    line-height: 0;
    margin: 15px 0 0;
}

.productdetails_section .ratings-container .product-review .fa {
    margin: 0 0;
    font-size: 18px;
}

.productdetails_section .ratings-text {
    color: #686868;
    letter-spacing: -.01em;
    margin-left: 0.1rem;
    font-size: 14px;
    margin-bottom: 0;
}

.productdetails_section .codes-container {
    display: flex;
    align-items: center;
    margin-bottom: 1.7rem;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0;
    font-size: 0.8rem;
}


.productdetails_section .product-meta {
    color: #5d5d5d;
    font-weight: 600;
}

.productdetails_section .product-meta span {
    font-weight: 100;
    color: #7c7c7c;
}

.productdetails_section .codes-container #line {
    margin: 0 10px 0 10px;
    color: #c5c7c9;
}

.productdetails_section .header-promotion {
    background-color: #fefbeb;
    /* display: flex; */
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
    height: 38px;
}

.productdetails_section .header-promotion svg {
    width: 18px;
    margin: 0 7px 0 7px;
}

/* .productdetails_section .header-promotion img {
    background-color: transparent;
    width: 8%;
    padding: 1px;
    margin: 2px 6px;
    filter: invert(24%) sepia(67%) saturate(1407%) hue-rotate(258deg) brightness(90%) contrast(102%);
} */

.productdetails_section .offer_status {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    background: #df0101;
    margin-bottom: 10px;
}

.productdetails_section .product-price .old-price {
    color: #36107a;
    font-size: 15px;
    opacity: 0.7;
    text-decoration: line-through;
}

.productdetails_section .product-price {
    display: flex;
    align-items: center;

    margin-bottom: 10px
}

.productdetails_section .product-price .old-price+.price {
    padding-left: 5px;
    color: #e70101 !important;
    font-weight: 500;
    font-size: 1.6rem;
}

.productdetails_section .product-price .price {
    color: #673AB7;
    font-size: 1.6rem;
    font-weight: 500;
}

.productdetails_section .price-text {
    color: #686868;
    letter-spacing: -.01em;
    margin-left: 0.6rem;
    font-size: 14px;
    margin-bottom: 0;
}

.productdetails_section .product-price .right_text {
    text-align: end;
    display: flex;
}


.productdetails_section .sticky_wrapped .price-text {
    color: #4e4e4e;
    letter-spacing: -.01em;
    margin-left: 0.3rem;
    font-size: 14px;
    margin-bottom: 0;
}

.productdetails_section .btn.shop-btn {
    display: inline-block;
    padding: 12px 0;
    color: rgb(255 255 255);
    text-decoration: none;
    position: relative;
    background: #2c2c2ce3;
    border-radius: 5px;
    border: 1px solid #e1e1e100;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    /* transition: color 0.1s linear 0.05s; */
    font-weight: 600;
    color: rgb(255 255 255);
    background: #2eb119;
    width: -webkit-fill-available;
    margin: 12px 0 2px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.productdetails_section .btn.shop-btn.purple-btn {
    background: #5c2da1;
    font-size: 13px;

}

.productdetails_section .btn.shop-btn.purple-btn i {
    margin-left: 5px;
}

.productdetails_section .btn.shop-btn .buy-icon {
    /* width: 20px;
    filter: invert(1);
    margin-right: -9px;
    margin-left: 5%; */
    width: 17px;
    filter: invert(1);
    margin-right: -3px;
    margin-left: 4%;

}

.productdetails_section .product-form-group {
    justify-content: space-between;
    align-items: center;
}

.productdetails_section .product-form-group span {
    font-weight: 500;
    font-size: 17px;
    color: #1a1a1a;
}

.ekommart-product-pagination-wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.ekommart-product-pagination {
    display: block;
    position: relative;
    padding-top: 14px;
    padding-right: 15px;
    padding-bottom: 12px;
}

.ekommart-product-pagination a {
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}



.ekommart-product-pagination i {
    font-size: 20px;
    margin: 1px;
    line-height: 1.2;
}

.ekommart-product-pagination .product-item {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    width: 230px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.ekommart-product-pagination a:hover .product-item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
}

.ekommart-product-pagination .product-item img {
    max-width: 80px;
    margin: 5px 6px 5px 5px;
    border: 1px solid #d6d6d6c2;
    border-radius: 10px;
}


.ekommart-product-pagination .product-item .ekommart-product-pagination__title {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.4em;
}

.ekommart-product-pagination .product-item .price {
    color: purple;
    display: block;
    font-weight: 700;
}




.product-size .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.product-size .radio-tile-group .input-container {
    position: relative;
    height: 3rem;
    width: 8rem;
    margin: 0 15px 0 0;
}

.product-size .radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.product-size .radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 1px solid #c7b7d2;
    border-radius: 40px;
    padding: 0;
    transition: transform 300ms ease;
    background-color: white;
}

.product-size .radio-tile-group .input-container .icon img {
    width: 3rem;
    /* height: 3rem; */
}

.product-size .radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5c2da1;
    margin: 0 10px;
}

.product-size .radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: #582a9b;
    /* border: 2px solid #85749d; */
    color: white;
    /* transform: scale(1.1, 1.1); */
}

.product-size .radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
    fill: white;
    /* background-color: #079ad9; */
}

.product-size .radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
    /* background-color: #079ad9; */
}

.product-type h3 {
    color: #5c2da1;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-right: 2%;
    margin-bottom: 0;
    margin-top: 12px;
}



.product-type h3 span {
    text-transform: capitalize;
    margin: 0 5px;
}

.product-type div.radio-with-Icon {
    display: block;
    margin-top: -15px;
}

.product-type div.radio-with-Icon p.radioOption-Item {
    display: inline-block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    border: none;
}

.product-type div.radio-with-Icon p.radioOption-Item label {
    display: grid;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    color: #505050;
    cursor: pointer;
    transition: none;
    font-size: 15px;
    padding-top: 0;
    text-align: center;
    margin: 0 !important;
}


.product-type div.radio-with-Icon p.radioOption-Item label::after,
div.radio-with-Icon p.radioOption-Item label:after,
div.radio-with-Icon p.radioOption-Item label::before,
div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.product-type div.radio-with-Icon p.radioOption-Item label img {
    width: 3rem;
    margin-bottom: 6px;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"]:active~label {
    opacity: 1;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked~label {
    color: #582a9b;
    font-weight: 800;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked~label img {
    background-color: #582a9b;
    color: #fff;
    border-radius: 50%;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"]:hover,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:focus,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
    margin: 0 !important;
}

.product-type div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:before,
div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:after {
    margin: 0 !important;
}



.product-design {
    margin: 0 15%;
}

.product-design h3 {
    color: #5c2da1;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-right: 2%;
    margin-bottom: 0;
    margin-top: 12px;
    display: flex;

}

.product-design h3 span,
.product-color h3 span {
    text-transform: capitalize;
    margin: 0 5px;
}

.product-design #radios {
    text-align: center;
    margin: 7px auto;
    color: #484747;
}

.product-design #radios label {
    cursor: pointer;
    position: relative;
}

.product-design #radios label+label {
    margin-left: 15px;
}

.product-design input[type="radio"] {
    opacity: 0;
    /* hidden but still tabable */
    position: absolute;
}

.product-design input[type="radio"]+span {
    color: #101010;
    display: grid;
    border-radius: 50%;
    padding: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.product-design input[type="radio"]+span img {
    width: 3rem;
    margin-bottom: 6px;
}

input[type="radio"]:checked+span {
    color: #582a9b;
    font-weight: 700;
}


.product-design input[type="radio"]:checked+span {
    background-color: transparent;
}

.product-design input[type="radio"]:checked+span img {
    border-radius: 50%;
    background-color: #582a9b;
}

.product-design input[type=radio]:checked~label {
    color: #582a9b;
}

.product-design input[type="radio"]:focus+span {
    color: #582a9b;
}

.wrap_body {
    display: flex;
    margin-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.content-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 30px;
}

.content-left .modal_name {
    /* background-color: #5c2da1; */
    padding: 10px;
    margin: 0 25px;
    border-radius: 10px;
    color: #5c2da1;
    font-size: 23px;
    overflow: hidden;
    text-align: center;
}

.content-left .modal_name:before,
.content-left .modal_name:after {
    background-color: #5c2da145;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.content-left .modal_name:before {
    right: 0.5em;
    margin-left: -50%;
}

.content-left .modal_name:after {
    left: 0.5em;
    margin-right: -50%;
}

.sticky_wrapped {
    padding: 20px 20px 20px 20px;
    position: sticky;
    top: 15%;
    background-color: #fff;
    border-radius: 10px;
}

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


/* .cart-table td:first-child {
    padding: 2rem 2rem 1.5rem 0;
} */

/* .cart-table .product-thumbnail {
    width: 12rem;
} */


.cart-table {
    width: 100%;
    text-align: left;
}

.cart-table .product-thumbnail img {
    border-radius: 10px;
    border: 1px solid #dadada;
}

.cart-table td {
    padding: 15px 5px;
    font-size: 1.2rem;
}


.cart-table tr:last-child {
    border-bottom: 1px solid #d6d6d6;
}

/* .cart-table tr {
    border-bottom: 1px solid #e1e1e1!important;
} */


.cart-table .product-name {
    color: #222;
    white-space: normal;
    line-height: 1;
    font-size: 14px;
}

.cart-table .product-price {
    display: table-cell;
}

.cart-table td:last-child {
    padding-right: 0;
}



.cart-table .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #582a9b;
    border-radius: 50%;
    background-color: #fff;
    color: #582a9b;
}

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

.card-text .left_text {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-weight: 300;
    font-size: 14px;
    color: #111111;
}

.card-text .right_text {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
}

.product-image_sticky {
    text-align: left;
    display: flex;
    margin: 0 0 4px;
    align-items: center;
    justify-content: space-between;
}

.product-image_sticky img {
    width: 70px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.product-image_sticky .modelname {
    color: #582a9b;
    font-weight: 200;
}

.productdetails_section .sticky_wrapped .product-price {
    justify-content: space-between;
}

.add-to-cart {
    text-align: center;
    margin: 6px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
    color: #000;
}

.check-icn {
    font-size: 30px;
    color: #4CAF50;
    vertical-align: bottom;
    margin: 0 0;
}

.cd-cart-container::before {
    /* dark bg layer visible when the cart is open */
    content: "";
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgb(36 36 36 / 12%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
    position: fixed;
    bottom: 20px;
    right: 5%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.empty .cd-cart-trigger,
.empty .cd-cart {
    /* hide cart */
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media only screen and (min-width: 1170px) {

    .cd-cart-trigger,
    .cd-cart {
        bottom: 40px;
    }
}

.cd-cart-trigger {
    z-index: 3;
    height: 55px;
    width: 55px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: #542b8f;
    border-radius: 50%;
}

.cd-cart-trigger::after,
.cd-cart-trigger::before {
    /* used to create the cart/'X' icon */
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 60%;
    width: 60%;
    background-image: url(../img/shopping.svg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(105%) contrast(103%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cd-cart-trigger::after {
    /* 'X' icon */
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

/* .cart-open .cd-cart-trigger::before {
    opacity: 0;
  } */
.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count {
    /* number of items indicator */
    position: absolute;
    top: -12px;
    right: -12px;
    height: 32px;
    max-width: 21px;
    list-style: none;
    background: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    transition: -webkit-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}

.cd-cart-trigger .count li {
    /* this is the number of items in the cart */
    position: absolute;
    color: #5c2da1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count li:last-of-type {
    visibility: hidden;
}

.cd-cart-trigger .count.update-count li:last-of-type {
    -webkit-animation: cd-qty-enter 0.15s;
    animation: cd-qty-enter 0.15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cd-cart-trigger .count.update-count li:first-of-type {
    -webkit-animation: cd-qty-leave 0.15s;
    animation: cd-qty-leave 0.15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform 0.2s 0s;
    transition: -webkit-transform 0.2s 0s;
    transition: transform 0.2s 0s;
    transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.empty .cd-cart-trigger .count {
    /* fix bug - when cart is empty, do not animate count */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* .cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
  }
  .cart-open .cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  } */


.cart-open .cd-cart .body .btn.shop-btn.purple-btn {
    background: #51298c;
}

.cd-cart {
    z-index: 2;
    width: 30%;
    max-width: 50%;
    height: 340px;
    max-height: 85%;
    pointer-events: none;
}

.cd-cart .wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 55px;
    width: 55px;
    border-radius: 6px;
    -webkit-transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
    transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    /* background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17); */
    pointer-events: auto;
}

.cd-cart header,
.cd-cart footer {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
}

.cd-cart header,
.cd-cart .body {
    opacity: 0;
}

.cd-cart header {
    top: 0;
    border-radius: 6px 6px 0 0;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart footer {
    bottom: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    background: #4caf50;
}

.cd-cart h2 {
    text-transform: capitalize;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #707070;
}

.cd-cart .undo {
    float: right;
    font-size: 0.9rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    color: #9b9da0;
}

.cd-cart .undo a {
    text-decoration: underline;
    color: #19191a;
}


.cd-cart .close {
    float: right;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    color: #373839;
}

.cd-cart .close a {
    text-decoration: underline;
    color: #19191a;
}

.cd-cart .undo a:hover {
    color: #0a0a0a;
}

.cd-cart .undo.visible {
    opacity: 1;
    visibility: visible;
}

.cd-cart .body {
    position: relative;
    z-index: 1;
    height: calc(100% - 40px);
    padding: 7% 0 10px;
    margin: 17px 0 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart .body ul {
    overflow: hidden;
    padding: 0;
    position: relative;

}

.cd-cart .body li {
    background-color: #faebd79e;
    padding: 12px 17px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0s 0.2s, transform 0s 0.2s;
    transition: opacity 0s 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.cd-cart .body li::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .body li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cd-cart .body li.deleted {
    /* this class is added to an item when it is removed form the cart */
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0;
    -webkit-animation: cd-item-slide-out 0.3s forwards;
    animation: cd-item-slide-out 0.3s forwards;
}

.cd-cart .body li.deleted.undo-deleted {
    /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
    -webkit-animation: cd-item-slide-in 0.3s forwards;
    animation: cd-item-slide-in 0.3s forwards;
}

.cd-cart .body li.deleted+li {
    -webkit-animation: cd-item-move-up-mobile 0.3s;
    animation: cd-item-move-up-mobile 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted+li {
    -webkit-animation: cd-item-move-down-mobile 0.3s;
    animation: cd-item-move-down-mobile 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .product-image {
    display: inline-block;
    float: left;
    /* the image height determines the height of the list item - in this case height = width */
    width: 50px;
}

.cd-cart .product-image img {
    /* display: block; */
    width: 85%;
    margin: 0 auto 0;
}

/* .cd-cart .product-details {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
    width: calc(100% - 50px);
    padding: 0.3em 0 0 0.5em;
  }
  .cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block;
  } */

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc(100% - 50px);
    padding: 0.3em 0 0 0.5em;
}

.cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart h3,
.cd-cart .price {
    font-weight: bold;
}

.cd-cart h3 {
    /* width: 150px; */
    margin: 0;
    float: left;
    /* truncate title with dots if too long */
    /* white-space: nowrap; */
    white-space: normal;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    overflow: visible;
}


.cd-cart h3 a {
    color: #2b3e51;
}

.cd-cart h3 a:hover {
    color: #121212;
}

.cd-cart .price {
    float: left;
    width: 20%;
    text-align: right;
    font-weight: 800;
    color: #673AB7;
}

.cd-cart .actions {
    font-size: 1.4rem;
    height: 1.6em;
    /* line-height: 1.6em; */
}

.cd-cart .actions::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .delete-item,
.cd-cart .quantity {
    float: right;
    color: #101010;
    /* float: left;
    color: #808b97; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart .delete-item {
    margin-right: 0;
    font-size: 14px;
    color: #bf2b20;
}

.cd-cart .delete-item i {
    margin-right: 2px;
    font-size: 12px;
}

.cd-cart .delete-item:hover {
    color: #000000;
}

.cd-cart .quantity label {
    display: inline-block;
    margin-right: 0.3em;
}

.cd-cart .select {
    position: relative;
}

.cd-cart .select::after {
    /* switcher arrow for select element */
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/cd-icon-select.svg) no-repeat center center;
    pointer-events: none;
}

.cd-cart select {
    position: relative;
    padding: 0 1em 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    margin: 0;
    color: #808b97;
}

.cd-cart select:focus {
    outline: none;
    color: #2b3e51;
    box-shadow: 0 1px 0 currentColor;
}

.cd-cart select::-ms-expand {
    /* hide default select arrow on IE */
    display: none;
}

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cart-open .cd-cart header,
.cart-open .cd-cart .body {
    opacity: 1;
}

.cart-open .cd-cart header {
    -webkit-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s;
}

.cart-open .cd-cart .body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.cart-open .cd-cart .body li {
    -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    transition: transform 0.3s 0.2s, opacity 0.3s 0.2s,
        -webkit-transform 0.3s 0.2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cart-open .cd-cart .body li:nth-of-type(2) {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.cart-open .cd-cart .body li:nth-of-type(3) {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cart-open .cd-cart .body li:nth-of-type(4),
.cart-open .cd-cart .body li:nth-of-type(5) {
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
}

.cart-open .cd-cart .checkout {
    color: #ffffff;
    -webkit-transition: color 0.2s 0.3s;
    transition: color 0.2s 0.3s;
}

.cart-open .cd-cart .checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
    transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
    transition: transform 0.2s 0.3s, padding 0.2s 0s;
    transition: transform 0.2s 0.3s, padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
}

.cart-open .cd-cart .checkout:hover em {
    padding-right: 30px;
}

.cart-open .cd-cart .checkout:hover em::after {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 4%;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 4%;
    }

    .cd-cart .body li.deleted+li {
        -webkit-animation: cd-item-move-up 0.3s;
        animation: cd-item-move-up 0.3s;
    }

    .cd-cart .body li.undo-deleted+li {
        -webkit-animation: cd-item-move-down 0.3s;
        animation: cd-item-move-down 0.3s;
    }

    .cd-cart .product-image {
        width: 75px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        margin-right: 0;
        background-color: #fff
    }

    .cd-cart .product-details {
        padding: 1em 0 0 0;
        width: calc(100% - 90px);
    }

    .cd-cart h3,
    .cd-cart .price {
        font-size: 1rem;
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}



.card_reviews {
    background-color: #fff;
    border-radius: 10px;
    padding: 4rem;
    text-align: center;
    /* filter: drop-shadow(0.1rem 1rem 0.2rem rgba(0, 0, 0, 0.3)); */
}


.product.product-single .row {
    justify-content: center;
}

.productdetails_section .card_reviews .ratings-container .product-review .fa {
    margin: 0 0;
    font-size: 23px;
}

.productdetails_section .card_reviews .ratings-container .product-review {
    line-height: 0;
    margin: 3px 0 0;
}

.card_reviews .card-title {
    /* -webkit-text-stroke: #fff; */
    -webkit-text-fill-color: #424242;
    font-size: 1.3rem;
    font-weight: bold;
    /* filter: drop-shadow(0.1rem 0.25rem 0.1rem rgba(0, 0, 0, 0.5)); */
    text-align: left;
    margin-bottom: 15px;
}

.card-rating {
    background-color: #fff;
    border-radius: 4rem;
    padding: 0;
    display: block;
    /* justify-content: space-between; */
    text-align: center;
    width: 60%;
    /* margin: 1rem 11rem 4rem; */
}

.card-rating .ratings {
    justify-content: center;
}

.ratings {
    display: flex;
    align-items: center;
    grid-gap: 1.2rem;
}

.ratings img {
    width: 3.2rem;
    height: 3.2rem;
}

.card-rating-text {
    /* font-size: 4rem;
    color: #585857;
    font-weight: 500;
    margin: 0; */
    margin: 0;
    font-size: 5.4rem;
    font-weight: 700;
    letter-spacing: -0.029em;
    line-height: 1;
    color: #5c2da1;
    background: none;
    margin-right: 0;
}

.rating-count {
    font-size: 1rem;
    font-weight: 100;
    color: #757575;
    text-align: center;
}

.rating-percents {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 0.9rem;
}

.rating-percent {
    display: flex;
    /* justify-content: space-around; */
}

.rating-no {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.rating-progress {
    margin: 0 0.8rem;
    background-color: rgb(239 239 239);
    border-radius: 1.8rem;
    width: 18rem;
    height: 1rem;
    position: relative;
}

/* .rating-progress::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(255 149 0);
    border-radius: 50rem;
} */

/* .rating-percent:nth-child(1) .rating-progress::before {
    width: 84%;
}

.rating-percent:nth-child(2) .rating-progress::before {
    width: calc(2* 9%);
}

.rating-percent:nth-child(3) .rating-progress::before {
    width: calc(2* 4%);
}

.rating-percent:nth-child(4) .rating-progress::before {
    width: calc(2* 2%);
}

.rating-percent:nth-child(5) .rating-progress::before {
    width: calc(2* 1%);
} */

.rating-percent-no {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

.card-footer-text {
    margin-top: 3rem;
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
}

.btn.review-btn {
    color: rgb(255, 255, 255);
    background: rgb(255, 177, 2);
    border-radius: 5px
}

.btn.review-btn:hover {
    background-color: #7b7b7b;
}

.review {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #ebebeb;
    text-align: left;
}

.review:last-child {
    border-bottom: none
}

.review .col-auto {
    width: 150px;
    padding-right: 2rem;

}

.productdetails_section .review .ratings-container .product-review {
    line-height: 0;
    margin: 0 0 0;
}

.reviews {
    border: 1px solid #e1e1e1;
    padding: 2%;
    border-radius: 15px;
}

.review h4 {
    color: #686666;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 0;
}

.review .ratings-container {
    padding-top: 0;
    margin-bottom: 0.9rem;
}

.review-content p {
    margin-bottom: 7px;
    word-break: break-all;
}

.ratings-container {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 1.7rem;
    line-height: 1;
    white-space: nowrap;
}

.review-action {
    font-size: 0.8rem;
}

.review-action a {
    color: #777;
    transition: all .35s ease;
    margin-right: 20px;
    transition: 0.5s;

}

.review-action a:hover {
    color: #9f72e1;
    font-weight: 500;
    transition: 0.5s;
}

.review-action i {
    font-size: 0.8rem;
    margin-right: 0.3rem;
    color: #9f72e1;
}

.productdetails_section .review .ratings-container .product-review .fa {
    margin: 0 0;
    font-size: 12px;
}

.comment-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    height: 6rem;
    overflow: hidden;
}

.comment-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#review-form {

    background-color: #f2f2f2;
    padding: 2rem;
    border-radius: 10px;
    width: 40%;
    margin: 0 auto;

}

.star {
    width: 32px;
    height: 32px;
    transition: .6s all;
}

#rating {
    cursor: pointer;
    display: block;
    text-align: center;
    margin-bottom: 15px;

}

#review-form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700 !important;
    color: #5c2da1;
    letter-spacing: -1px;
}


#review-form .input-group-addon {
    min-width: 100px;
}

#review-form .btn {
    min-width: 100px;
    border-radius: 5px;
    margin-top: 6%;
    display: block;
}

#review-form input[type="text"],
#review-form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e7e9eb;
}

.form-control:focus {
    color: #6B6A75;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(217 221 222 / 25%);
}

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

#review-form .help-block {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
}

blockquote .footer {
    display: block;
    font-size: 80%;
}

.stars-container {
    margin-bottom: 5px;
}


:root {
    --bg: #e3e4e8;
    --fg: #17181c;
    --primary: #255ff4;
    --yellow: #f4a825;
    --yellow-t: rgba(244, 168, 37, 0);
    --bezier: cubic-bezier(0.42, 0, 0.58, 1);
    --trans-dur: 0.3s;
}

.rating__display {
    font-size: 1em;
    font-weight: 500;
    min-height: 1.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}

.rating__stars {
    padding-bottom: 1.375em;
    display: flex;
    position: relative;
    justify-content: center;
}

.rating__star {
    display: block;
    overflow: visible;
    pointer-events: none;
    width: 2em;
    height: 2em;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line,
.rating__star-stroke {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line {
    stroke: var(--yellow);
}

.rating__star-fill {
    fill: var(--yellow);
    transform: scale(0);
    transition: fill var(--trans-dur) var(--bezier), transform var(--trans-dur) var(--bezier);
}

.rating__star-stroke {
    stroke: #c7cad1;
    transition: stroke var(--trans-dur);
}

.rating__label {
    cursor: pointer;
    padding: 0.125em;
}

.rating__label--delay1 .rating__star-ring,
.rating__label--delay1 .rating__star-fill,
.rating__label--delay1 .rating__star-line,
.rating__label--delay1 .rating__star-stroke {
    animation-delay: 0.05s;
}

.rating__label--delay2 .rating__star-ring,
.rating__label--delay2 .rating__star-fill,
.rating__label--delay2 .rating__star-line,
.rating__label--delay2 .rating__star-stroke {
    animation-delay: 0.1s;
}

.rating__label--delay3 .rating__star-ring,
.rating__label--delay3 .rating__star-fill,
.rating__label--delay3 .rating__star-line,
.rating__label--delay3 .rating__star-stroke {
    animation-delay: 0.15s;
}

.rating__label--delay4 .rating__star-ring,
.rating__label--delay4 .rating__star-fill,
.rating__label--delay4 .rating__star-line,
.rating__label--delay4 .rating__star-stroke {
    animation-delay: 0.2s;
}

.rating__input {
    -webkit-appearance: none;
    appearance: none;
}

.rating__input:hover~[data-rating]:not([hidden]) {
    display: none;
}

.rating__input-1:hover~[data-rating="1"][hidden],
.rating__input-2:hover~[data-rating="2"][hidden],
.rating__input-3:hover~[data-rating="3"][hidden],
.rating__input-4:hover~[data-rating="4"][hidden],
.rating__input-5:hover~[data-rating="5"][hidden],
.rating__input:checked:hover~[data-rating]:not([hidden]) {
    display: block;
}

.rating__input-1:hover~.rating__label:first-of-type .rating__star-stroke,
.rating__input-2:hover~.rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:hover~.rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:hover~.rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:hover~.rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    stroke: var(--yellow);
    transform: scale(1);
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-ring,
.rating__input-2:checked~.rating__label:nth-of-type(-n + 2) .rating__star-ring,
.rating__input-3:checked~.rating__label:nth-of-type(-n + 3) .rating__star-ring,
.rating__input-4:checked~.rating__label:nth-of-type(-n + 4) .rating__star-ring,
.rating__input-5:checked~.rating__label:nth-of-type(-n + 5) .rating__star-ring {
    animation-name: starRing;
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-stroke,
.rating__input-2:checked~.rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:checked~.rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:checked~.rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:checked~.rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    animation-name: starStroke;
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-line,
.rating__input-2:checked~.rating__label:nth-of-type(-n + 2) .rating__star-line,
.rating__input-3:checked~.rating__label:nth-of-type(-n + 3) .rating__star-line,
.rating__input-4:checked~.rating__label:nth-of-type(-n + 4) .rating__star-line,
.rating__input-5:checked~.rating__label:nth-of-type(-n + 5) .rating__star-line {
    animation-name: starLine;
}

.rating__input-1:checked~.rating__label:first-of-type .rating__star-fill,
.rating__input-2:checked~.rating__label:nth-of-type(-n + 2) .rating__star-fill,
.rating__input-3:checked~.rating__label:nth-of-type(-n + 3) .rating__star-fill,
.rating__input-4:checked~.rating__label:nth-of-type(-n + 4) .rating__star-fill,
.rating__input-5:checked~.rating__label:nth-of-type(-n + 5) .rating__star-fill {
    animation-name: starFill;
}

.rating__input-1:not(:checked):hover~.rating__label:first-of-type .rating__star-fill,
.rating__input-2:not(:checked):hover~.rating__label:nth-of-type(2) .rating__star-fill,
.rating__input-3:not(:checked):hover~.rating__label:nth-of-type(3) .rating__star-fill,
.rating__input-4:not(:checked):hover~.rating__label:nth-of-type(4) .rating__star-fill,
.rating__input-5:not(:checked):hover~.rating__label:nth-of-type(5) .rating__star-fill {
    fill: var(--yellow-t);
}

.rating__sr {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bg: #17181c;
        --fg: #e3e4e8;
    }

    .rating {
        margin: auto;
    }

    .rating__star-stroke {
        stroke: #acacab;
    }
}

@keyframes starRing {

    from,
    20% {
        animation-timing-function: ease-in;
        opacity: 1;
        r: 8px;
        stroke-width: 16px;
        transform: scale(0);
    }

    35% {
        animation-timing-function: ease-out;
        opacity: 0.5;
        r: 8px;
        stroke-width: 16px;
        transform: scale(1);
    }

    50%,
    to {
        opacity: 0;
        r: 16px;
        stroke-width: 0;
        transform: scale(1);
    }
}

@keyframes starFill {

    from,
    40% {
        animation-timing-function: ease-out;
        transform: scale(0);
    }

    60% {
        animation-timing-function: ease-in-out;
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

@keyframes starStroke {
    from {
        transform: scale(1);
    }

    20%,
    to {
        transform: scale(0);
    }
}

@keyframes starLine {

    from,
    40% {
        animation-timing-function: ease-out;
        stroke-dasharray: 1 23;
        stroke-dashoffset: 1;
    }

    60%,
    to {
        stroke-dasharray: 12 12;
        stroke-dashoffset: -12;
    }
}

.buy-icon {
    width: 20px;
    filter: invert(1);
}


/* product index  */

.productdetails_section.product_index_section .wrapper {
    /* width: 50%; */
    /* height: 100%; */
    margin-bottom: 35px;
    /* padding-bottom: 2%; */
    display: flex;
    justify-content:center;
}

.productdetails_section.product_index_section .product_wrap {
    /* display: flex;
    width: 950px;
    margin: 100px auto; */
    /* display: flex; */
    /* width: auto; */
    /* margin: 2% 3%; */
    /* float: left; */
    background-color: white;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 25px;
    margin: 0 1%;
}


.productdetails_section.product_index_section .product_wrap h3 span {
    color: #673AB7;
    font-weight: 800 !important;
}


.productdetails_section.product_index_section .product_wrap h3 {
    font-weight: 400 !important;
    color: #252525;
}

.productdetails_section.product_index_section .product_item {
    width: 300px;
    float: left;
    background: #fff;
    margin-right: 20px;
    padding: 2% 0 0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 2px rgb(88 88 88 / 39%);
}

.productdetails_section.product_index_section .product_item:last-child {
    margin-right: 0;
}

.productdetails_section.product_index_section .product_item .img img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
}

.productdetails_section.product_index_section .product_item .brand_name {
    font-weight: 500;
    color: #4f2d7c;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.productdetails_section.product_index_section .product_item .size_color {
    margin: 0 0;
    background-color: #f1f1f1;
}

.productdetails_section.product_index_section .product_item .size_color .title {
    margin-bottom: 10px;
}

.productdetails_section.product_index_section .product_item .size_wrap ul {
    display: flex;
    justify-content: center;
}

.productdetails_section.product_index_section .product_item .size_wrap li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #7f8db0;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.productdetails_section.product_index_section .product_item .size_wrap li span {
    font-size: 14px;
}

.productdetails_section.product_index_section .product_item .size_wrap li:hover {
    background: #7f8db0;
    color: #fff;
}

.productdetails_section.product_index_section .product_item .price {
    font-weight: 600;
    font-size: 20px;
}

.productdetails_section.product_index_section .product_item .color_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-left: 0;
    margin-bottom: 0;
}

.productdetails_section.product_index_section .product_item .color_wrap ul li {
    list-style: none;
    border: 1px solid #a2a2a27d;
    width: 22px;
    height: 22px;
    background: #000;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.productdetails_section.product_index_section .product_item .color_wrap ul li.active {
    width: 30px;
    height: 30px;
}

.productdetails_section.product_index_section fieldset {
    border: none;
    display: flex;
    flex-direction: column;
    /* margin: 20px; */
    align-items: normal;
    min-width: 255px;
}

.productdetails_section.product_index_section fieldset label {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 5px;
}

.productdetails_section.product_index_section fieldset img {
    width: 38px;
    margin-right: 3px;
}

.productdetails_section.product_index_section fieldset label span {
    font-weight: 400;
    letter-spacing: 0;
    color: #4f4f4f;
}

.productdetails_section.product_index_section fieldset .aside {
    color: #ccc;
}

.productdetails_section.product_index_section fieldset input {
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px;
    box-sizing: content-box;
    overflow: visible;
}

.productdetails_section.product_index_section fieldset input:before {
    content: '';
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    border: 2px solid #4f2d7cb0;
    transition: 0.2s border-color ease;
}

.productdetails_section.product_index_section fieldset input:checked:before {
    border-color: #4f2d7c;
    transition: 0.5s border-color ease;
}

.productdetails_section.product_index_section fieldset input:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

.productdetails_section.product_index_section fieldset input:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #4f2d7c;
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.productdetails_section.product_index_section fieldset input[type="radio"]:before {
    border-radius: 100vh;
}

.productdetails_section.product_index_section fieldset input[type="radio"]:after {
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.productdetails_section.product_index_section fieldset input[type="radio"]:checked:after {
    -webkit-animation: toggleOnRadio 0.2s ease forwards;
    animation: toggleOnRadio 0.2s ease forwards;
}

.productdetails_section.product_index_section fieldset input[type="checkbox"]:before {
    border-radius: 4px;
}

.productdetails_section.product_index_section fieldset input[type="checkbox"]:after {
    width: 9.6px;
    height: 16px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px #4f2d7c;
}

.productdetails_section.product_index_section fieldset input[type="checkbox"]:checked:after {
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    animation: toggleOnCheckbox 0.2s ease forwards;
}

.productdetails_section.product_index_section fieldset input[type="checkbox"].filled:before {
    border-radius: 4px;
    transition: 0.2s border-color ease, 0.2s background-color ease;
}

.productdetails_section.product_index_sectionfieldset input[type="checkbox"].filled:checked:not(:disabled):before {
    background-color: #4f2d7c;
}

.productdetails_section.product_index_section fieldset input[type="checkbox"].filled:not(:disabled):after {
    box-shadow: 4px 4px 0px 0px white;
}

@-webkit-keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@-webkit-keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

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

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}



.productdetails_section.product_index_section .sidebar-shop .widget {
    color: #333333;
    margin: 0 0 1rem;
    border-bottom: 0.1rem solid #ebebeb;
    padding-bottom: 12px;
}

.productdetails_section.product_index_section .sidebar-shop .widget:last-child {
    border-bottom: none;
}

.productdetails_section.product_index_section .widget {
    margin-bottom: 4.5rem;
}

.productdetails_section.product_index_section .widget-clean {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0.6rem;
}

.productdetails_section.product_index_section .widget-clean label {
    color: #423c4a;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -.01em;
    margin: 0;
}

.productdetails_section.product_index_section .widget-clean a {
    display: inline-block;
    font-weight: 400;
    font-size: 0.9rem;
    margin-left: auto;
    color: #cc9966;
}

.productdetails_section.product_index_section .sidebar-filter-clear {
    text-transform: capitalize;
    margin-left: auto;
}

.productdetails_section.product_index_section .sidebar-shop .widget-title {
    color: #774ab2;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 2px;
    text-align: left;
}

.productdetails_section.product_index_section .widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-right: 3rem;
}

.productdetails_section.product_index_section .widget-collapsible .widget-title a:after {
    color: #333333;
    content: '\f110';
    display: block;
    font-family: 'molla';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.7rem;
}

.productdetails_section.product_index_section .widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}


.productdetails_section.product_index_section .sticky_wrapped {
    padding: 20px 20px 20px 20px;
    position: sticky;
    top: 10%;
    margin-right: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.productdetails_section.product_index_section {
    background-color: #e8e8e8b3;
    padding: 2rem 0 2rem;
}

.productdetails_section.product_index_section .button_filter {
    display: inline-block;
    padding: 10px 0;
    color: rgb(255 255 255);
    text-decoration: none;
    position: relative;
    background: #2c2c2ce3;
    border-radius: 5px;
    border: 1px solid #e1e1e100;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    /* transition: color 0.1s linear 0.05s; */
    font-weight: 600;
    color: rgb(255 255 255);
    background: #5c2da1;
    width: -webkit-fill-available;
    margin: 12px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

/* .productdetails_section.product_index_section  .content-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    background-color: white;
    flex: 1;
    border-radius: 10px;
    min-width: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
} */


/*************************** blog  **********************/

.blog_post.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
    background-color: #f4f3f2;
}

.sidebar_blog input {
    border-radius: 5px 0 0 5px;
}

.sidebar_blog button {
    border-radius: 0 5px 5px 0;
}

.read-more {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -.01em;
    padding-bottom: 0.1rem;
    transition: all .3s ease;
}

.read-more i {
    margin-left: 10px;
    transition: all .25s ease;
    transform: translateX(-6px);
}

.read-more:hover,
.read-more:focus {
    padding-right: 0.5rem;
    box-shadow: 0 1px 0 0 #5c2da1;
}

.read-more:hover i,
.read-more:focus i {
    padding-left: 1rem;
    transition: all .25s ease;
}


.grid {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: space-between;
    margin: 0 0;
}

.grid .grid-item {
    padding: 0.8rem;
    transform: translate3d(0, 0, 0);
}

.post-mask {
    position: relative;
}

.post-mask.gradient:before {
    height: 60%;
    background: linear-gradient(to bottom, rgb(125 185 232 / 0%) 0, #000000 50%);
}

.post-mask:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
    border-radius: 5px;
}

.grid figure {
    height: 100%;
}

.overlay-zoom {
    overflow: hidden;
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.3rem;
}

.overlay-zoom img {
    transition: transform 0.3s;
}

.post-mask img {
    min-height: 19rem;
}

.post-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.overlay-zoom:hover img {
    transform: scale(1.08);
}

.grid img {
    object-fit: cover;
}

.post-mask .post-details {
    position: absolute;
    padding: 0;
    left: 1rem;
    right: 1rem;
    bottom: 2.2rem;
    z-index: 2;
    transform: translateY(4rem);
    transition: transform 0.4s;
}


.post-meta {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}

.post-mask .post-meta a {
    font-weight: 400;
    text-transform: capitalize;
    color: #fff
}

.post-meta a:not(:first-child) {
    margin-left: 0.2rem;
}

.post-mask .post-meta a {
    font-weight: 100;
}

.post-mask .post-meta a {
    color: #fff;
}

.post-mask .post-meta span {
    color: #fff;
    font-weight: 400;
}

.post-meta .post-comment {
    margin-bottom: 0.6rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999;
}

.post-mask .post-subtitle {
    margin-bottom: 0;
}

.post-mask .post-subtitle a {
    color: #fff;

}

.post-mask .post-title {
    margin: 0;
    text-transform: none;
    line-height: 1.32;
    color: #fff;
    font-size: 1.2rem;
}

.post-mask .post-title a {
    color: #fff;
}

.post-details>:last-child {
    margin-bottom: 0;
}

.btn-white.btn-link {
    color: #fff;
    background-color: transparent;
}

.btn.btn-link {
    padding: 0;
}

.post-mask .btn-link {
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s;
}

.posts .btn i {
    margin-left: 0.3rem;
    font-size: 1.4rem;
}

.btn-underline i {
    margin-bottom: 2px;
}

.post-mask:hover .post-details {
    transform: translateY(0);
}

.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
    color: #fff;
    background-color: transparent;
}

.post-mask:hover .btn-link {
    opacity: 1;
}

.posts .btn:after {
    margin-top: 4px;
}

.btn-underline:active:after,
.btn-underline:focus:after,
.btn-underline:hover:after {
    transform: scaleX(1);
}

.btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}

.sidebar_blog {
    background-color: #fff;
    padding: 15px;
    margin: 0 8px;
    border-radius: 5px;
    position: sticky;
    top: 5%;
}

.blog_wrapper {
    margin: 0 10px;
    background-color: #fff;
    padding: 2%;
    border-radius: 5px;

}

.blog_wrapper .paragraph {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 100;
}

.blog_wrapper .blog-item {
    margin-bottom: 5%;
}

.link_category a {
    font-size: 14px;
    padding: 3% 4px;
    text-transform: uppercase;
}

.recentpost_image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.shareSocial .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.shareSocial .socialList li {
    padding-left: 10px;
}

.shareSocial .socialList li:first-child {
    padding-left: 0;
}

.shareSocial .socialList li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-decoration: none;
    background-color: #999;
    color: #fff;
    transition: 0.35s;
}

.shareSocial .socialList li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: top left;
    transform: scale(1) translate(-50%, -50%);
    transition: 0.35s;
}

.shareSocial .socialList li a img {
    transition: 0.35s;
    filter: invert(1);
    width: 75%;
    padding: 0 8px;
}

.shareSocial .socialList li a:hover i {
    transform: scale(1.5) translate(-50%, -50%);
}

.shareSocial .socialList li a:hover img {
    transform: scale(1.5);
}

.shareSocial .socialList li:nth-child(1) a {
    background-color: #135cb6;
}

.shareSocial .socialList li:nth-child(2) a {
    background-color: #cf347c;
}

.shareSocial .socialList li:nth-child(3) a {
    background-color: #111111;
}

.shareSocial .socialList li:nth-child(4) a {
    background-color: #BD081C;
}


.text_blogdetails {
    background: linear-gradient(90deg, rgb(72 72 72 / 0%) 0%, rgb(255 255 255 / 81%) 25%, rgb(255 255 255 / 77%) 75%, rgba(0, 0, 0, 0) 100%);
    content: "";
    left: 0;
    min-width: 35%;
    width: 60%;
    right: 0;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
}


/** gallery details **/

.gallery_details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0 30px;
}


.divider_gallery {
    margin: 1% 0 3%;
}

.gallery_details .wrapper {
    width: 33.3%;
    height: 100%;
    padding: 10px;
}


.gallery_details .box {
    position: relative;
    max-height: 100%;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06); */
}

.gallery_details .box .hide {
    opacity: 0;
}

.gallery_details .box .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_details .box h2,
.gallery_details .box p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
}

.gallery_details .box h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.gallery_details .box p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.gallery_details .box:hover {
    transition: all 0.3s ease-in-out;
}

.gallery_details .box:hover:before {
    transition: all 0.3s ease-in-out;
}

.gallery_details .box img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.gallery_details .box img:hover {
    transition: all 0.3s ease-in-out;
}

.gallery_details .box img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.gallery_details .box img:hover {
    transition: all 0.3s ease-in-out;
}



.blury-card .frame {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.blury-card h2,
.blury-card p {
    text-align: center;
    top: 50%;
    transform: translatey(-50%);
    margin: 0;
    z-index: 3;
}

.blury-card p {
    transform: translatey(30px);
    letter-spacing: 3px;
}

.blury-card span {
    font-size: 24px;
}

.blury-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5c2da1;
    z-index: 1;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.blury-card img {
    z-index: 2;
}

.blury-card:hover .frame {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    opacity: 1;
}

.blury-card:hover img {
    opacity: 0.7;
}

.blury-card:hover:before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.zoom-in h2 {
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    margin: 0;
}

/* .zoom-in p {
    text-align: center;
    top: calc(50% + 40px);
    transition: all 0.3s ease;
    transform: scale(1.8);
    opacity: 0;
  } */
.zoom-in:hover img {
    transform: scale(1.1);
}

/* .zoom-in:hover p {
    transform: scale(1);
    transition: all 0.3s ease;
    opacity: 1;
  } */


.galleryvideos-item {
    padding: 3%;
    transition: .5s;
    position: relative;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
    margin-bottom: -12px;
}

.galleryvideos-img {
    border-radius: 1rem;
}

.galleryvideos-item .title_video {
    font-size: 20px;
    margin: 10px 0;
}

.galleryvideos-item p {
    font-weight: 200;
    font-size: 14px;
}

#myvideo_gallery {
    object-fit: cover;
    border-radius: 10px;
}


/* about  */

.about_social {
    margin: 25px 0 0;
}


.boxabout_data {
    background-size: cover!important; 
    padding: 0 0 500px;
}
.about_social .about_social.left-line {
    padding-right: 20px;
}

.about_social .left-line,
.about_social .right-line {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.about_social .right-line {
    padding-left: 20px;
}


.about_social .left-line:after,
.about_social .right-line:after {
    background-color: rgb(54 54 54 / 16%);
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}

.about_social .site-footer__social-icons li a {
    border: 1px solid #292829cc;
    color: #292829e0;
}

.about_social .site-footer__social-icons li a img {
    filter: grayscale(1);
}

.about_social .site-footer__social-icons li a:hover {
    background-color: #4f2d7c;
    color: #fff;
    border: 1px solid #4f2d7c;
}

.about_social .site-footer__social-icons li a:hover img {
    filter: invert(1);
}


.about_content {
    background-color: #f0eef4;
}

.slogan_aboutpage {
    width: 300px;
    filter: none;

}

.value_title {
    padding-left: 2rem;
    width: 20%;
    margin: 0 0 10px;
}

.section-content {
    /* display: block;
    max-width: 400px;
    position: absolute;
    width: 90%;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */

    display: block;
    text-align: center;
    max-width: 400px;
    align-self: center;
    margin: 0 auto;
    width: 90%;
}

.section-content img {
    width: 15%;
    background-color: #f0f0f05e;
    padding: 2%;
    border-radius: 50%;
    overflow: visible;
    filter: invert(1);

}

.section-content h3 {
    display: block;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-content span {
    display: block;
    font-size: 18px;
    font-weight: 200;
    color: #4c4c4c;
    margin-bottom: 20px;
}


.icon-box-content {
    margin: 9px 0;
}


.icon-box-content h6.icon-box-title {
    color: #5c2da1;
}

.icon-box-content p {
    font-weight: 200;
}


/* contact us  */

.contact-section .grey-section {
    padding: 0rem 1.2rem 1.9rem;
    background-color: #f1f1f1;
    border-radius: 10px;

}


.contact-section .grey-section h4 {
    font-size: 1.4rem;
    line-height: 2.4;
    color: #4f2d7c;
}

.form-contactus {
    border: 1px solid #e2e2e2;
    padding: 0 15px 35px;
    border-radius: 10px;
}

.contact-section h5 {
    font-weight: 200 !important;
}

.contact-section .grey-section p {
    margin-bottom: 22px;
    line-height: 1.3;
    color: #444444;
    display: inline-flex;
    width: 100%;
}

.contact-section .box_icon {
    width: 60px;
    height: 60px;
}


.contact-section .grey-section i {
    margin-right: 3%;
    float: left;
}

.contact-section .grey-section p a {
    color: #444444;
    display: contents;
}

.contact-section form h4 {
    margin-bottom: 0.3rem;
}

.contact-section form p {
    margin-bottom: 2.4rem;
    font-size: 1rem;
    font-weight: 300;
}

/* .contact-section textarea {
    min-height: 15rem;
    padding: 1rem 2rem;
} */
.contact-section .form-control {
    /* display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem; */
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border-radius: 0.3rem;

}

.contact-section .form-control::placeholder {
    font-size: 14px;
    color: #a3a3a3;
}

.contact-section .form-control:hover,
.contact-section .form-control:focus {
    background-color: #f6f7f9 !important;
}

.contact-section .site-footer__social-icons li a {
    border: 1px solid #5c2da1;
    color: #5c2da1;
    margin-right: 7px !important;
    width: 30px;
    height: 30px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.contact_social .site-footer__social-icons li a img {
    filter: invert(19%) sepia(57%) saturate(2664%) hue-rotate(250deg) brightness(95%) contrast(97%);
    width: 30px;
}

.contact_social .site-footer__social-icons li a:hover {
    background-color: #4f2d7c;
    color: #fff;
    border: 1px solid #4f2d7c;
}

.contact_social .site-footer__social-icons li a:hover img {
    filter: invert(1);
}


.intl-tel-input {
    border: 0 !important
}

.intl-tel-input .flag-container {
    border: 1px solid #c3c3c3;
    background-color: #efeff0;
    border-radius: 5px;
}



.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cfcfcf;
    margin-left: 1rem;
    margin-right: 1.8rem;
    display: block;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 1rem;
    height: auto;
    width: auto;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}



.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    margin-left: 55px;
    border: 0px !important;
    text-align: left;
    width: 87% !important;
    border: 1px solid #c8c8c8 !important
}

.text-dark-grey {
    color: #c5c5c5 !important;
}



/* faqs  */


.faqs_section .accordion .accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 10px 0;
}

.faqs_section .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #5c2da1;
    border-radius: 5px 5px 0 0;
}

.faqs_section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #573681;
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    background-color: #f7f7f7;
}

.faqs_section .accordion button:hover,
.faqs_section .accordion button:focus {
    cursor: pointer;
    color: #595959;
    background-color: #ecececb3;
}

.faqs_section .accordion button:hover::after,
.faqs_section .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.faqs_section .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.faqs_section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.faqs_section .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.faqs_section .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faqs_section .accordion button[aria-expanded='true'] {
    color: #ffffff;
    background-color: #5c2da1;
}

.faqs_section .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.faqs_section .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: none;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faqs_section .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faqs_section .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 200;
    margin: 0em 0;
    padding: 0.5rem 1rem;
}



.privacy_section {
    background-color: #e8e8e8b3;
}


.privacy_section .image_icon {
    width: 25px;
    filter: invert(21%) sepia(25%) saturate(5913%) hue-rotate(251deg) brightness(92%) contrast(97%);
    margin-top: -4px;
}


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


.header_agents img {
    /* width: 100px;
    margin: 0 auto; */
    width: 170px;
    margin: 0 auto -20px;
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 3%;
    left: -7px;
    top: -7px;
    border: 11px double #ffffff;

}




.agent_box {
    text-align: center;
    border-radius: 10px;
    min-height: 290px;
    background-color: #ffffff !important;
    box-shadow: 0px 17px 16px -16px #ccc;
}

.agents_data span {
    color: #673AB7;
}

.agents_data div {
    color: #5b5b5b;
}

.agents_data span img {
    width: 20px;
}


.agents_data span #whatsapp {
    filter: invert(63%) sepia(84%) saturate(386%) hue-rotate(72deg) brightness(92%) contrast(92%);
}

.agents_data i {
    border: 1px solid grey;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 11px;
}

.store_map {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin: 15px 0;
}


.searchResult_store {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #e0e0e0;
}

.searchResult_store .main_title {
    font-size: 25px;
    text-align: left;
    margin-bottom: 24px;
    color: #5c2da1;
}

.searchResult_store .main_title span {
    font-size: 20px;
    margin: 3px 25px 10px;
    font-weight: 200;
    display: block;
}

.searchResult_store .data_store p {
    margin-bottom: 12px;
}

.searchResult_store .title_location {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
}

.searchResult_store .separator {
    border-top: 1px solid #2929291f;
    min-height: 1px;
    margin: 35px 0 20px;
    padding: 0% 0;
}

.searchResult_store .btn-green {
    color: #fff;
    background-color: #4CAF50;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #a6a4a4 !important;
    font-weight: unset;
    font-family: 'roboto';
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    background-color: #e4dfeb;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #673AB7 transparent transparent
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: none;
    outline: 1px solid lightgrey;
    background-color: #faf7f9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5c2da1;
}


.btn_submit_store {
    width: auto;
    padding: 1% 4%;
    border-radius: 5px;
}

.contact-section.form_findastore {
    padding: 2% 2%;
    background-color: #f8f7f9;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #dedede;
    margin: 4% 0 2%;
}

.contact-section.form_findastore .intl-tel-input .flag-container {
    background-color: #ffffff;
}


/* testimonials */

.gap-6 {
    gap: 1.5rem;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.mt-16 {
    margin-top: 4rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.bg-purple {
    background-color: #e7e0f0;
}


.bg-yellow {
    background-color: #fbecd9b5;

}

.md\:flex-row {
    flex-direction: row
}

.md\:flex-row-reverse {
    flex-direction: row-reverse
}

.object-cover {
    object-fit: cover;
}

.lg\:w-1\/4:after {
    content: " ";
    position: absolute;
    right: -12px;
    top: 45%;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid white;
    border-bottom: 15px solid transparent;
}

.md\:flex-row-reverse .lg\:w-1\/4:after {
    content: " ";
    position: absolute;
    right: auto;
    top: 45%;
    left: -12px;
    border-top: 15px solid transparent;
    border-right: 15px solid white;
    border-left: none;
    border-bottom: 15px solid transparent;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}


.lg\:aspect-square {
    aspect-ratio: 1 / 1;
    border-radius: 1.5rem
}

.lg\:w-1\/4 {
    width: 20%;
    position: relative;
}

.lg\:w-9\/12 {
    width: 80%
}

.lg\:p-14 {
    padding: 3.5rem
}

.lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}




.owl-carousel.testimonial-carousel_gallery .owl-nav.disabled {
    display: inline-block;
}

.owl-carousel.testimonial-carousel_gallery .owl-dot,
.owl-carousel.testimonial-carousel_gallery .owl-nav .owl-next,
.owl-carousel.testimonial-carousel_gallery .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #673AB7;
}

.owl-carousel.testimonial-carousel_gallery .owl-prev {
    left: -35px;
}

.owl-carousel.testimonial-carousel_gallery .owl-next {
    right: -35px;

}




.login_section {
    background-color: #f7f7f8;
}

.myform_login {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgb(0 0 0 / 14%); */
    box-shadow: 0px 0px 35px #8080802e;
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
    margin: 0 auto;
}

.myform_login h1 {
    color: #5c2da1;
    font-size: 25px;
}

.myform_login label {
    margin-bottom: 4px;
}

.tx-tfm {
    text-transform: uppercase;
}

.mybtn {
    border-radius: 50px;
}

.login-or {
    position: relative;
    color: #9e9e9e;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.google {
    color: #535353;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 15px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
    transition: 0.5s;

}



.contact-section .myform_login .accept_terms {
    margin-bottom: 0;
    font-size: 0.9rem
}

.accept_terms a:hover {
    color: #5c2da1;
    text-decoration: underline;
}


.form-footer_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.3rem;
    font-size: 1.2rem;
}

.lost-link {
    text-align: right;
    color: #999;
    font-size: 0.9rem;
}

.form-footer_login .form-checkbox {
    display: flex;
    align-items: center;
}



.custom-checkbox+label {
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    font-size: 14px;
    color: #535353;
    margin-bottom: 0;

}

.other_login {
    justify-content: space-between !important
}


.facebook {
    color: #535353;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 15px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
    transition: 0.5s;
}

.google:hover,
.facebook:hover {
    background-color: #ededed;
}

.google i {
    font-size: 1.3rem;
    line-height: inherit;
    margin-right: 0.5rem;
    color: #d0463b;
}

.google img {
    margin-right: 0.5rem;
}

.facebook i {
    font-size: 1.3rem;
    line-height: inherit;
    margin-right: 0.5rem;
    color: #1f7bf2;
}

form .error {
    color: #ff0000;
}

#second {
    display: none;
}

.myform_login p.bottom_text {
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce_cart {
    padding: 1%;
    text-align: center;
}

.woocommerce_cart i {
    color: #cab4ec6e;
    font-size: 100px;
    margin-bottom: 2%;
}


.woocommerce_cart .cart-empty {
    font-size: 25px;
    margin-bottom: 5px;
    color: #505050;
}


.links_wrapper {
    background-color: #e5e5e5ba;
}

.box_downloads {
    height: 90px;
    border: 1px solid #783bd2;
    border-radius: 5px;
    border-style: dotted;
    transition: 0.5s;
    background-color: white;

}

.box_downloads:hover {
    background-color: #e6e6e6;
    border: none;
}

.box_downloads:hover .square_icon {
    background-color: #fff;

}

.box_downloads .square_icon {
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50% !important;
}

.text_download {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #626262;
    text-align: left;
    font-weight: 300;
}






/* Content Container */
.contentContainer {
    width: 100%;
    max-width: 980px;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 5%;
    padding-bottom: 0;
}

/* Container for slider. 
  Width set to 100% so player will fill it's parent container  */

.sliderContainer {
    width: 100%;
}

/* Slide/Video Caption */
.slideCaption {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* opacity: 0.85; */
}

/* Video Container DIV */
.video-container div {
    background: #ffffff;
    border-radius: 10px;
    color: #4f2d7c;
}

/* Video Thumbnail DIV */

.slider.video-thumbnails.slick-initialized.slick-slider {
    background: #4f2d7c;
    padding: 1% 0;
    border-radius: 10px;
}

.video-thumbnails div {
    height: 105px;
    background: #4f2d7c;
    text-align: center;
    margin-top: 0px;
    border-radius: 10px;
    /* Background Cover to fill DIV */
    background-size: cover;
    background-position: center;
}

/* **************
    VIDEO WRAPPER -  FORKED FROM CRAIG MONEY
     https://codepen.io/pixelthing/pen/zGZKaQ
  ************* */

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 50%;
    border-radius: 5px;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.videoIframe {
    position: absolute;
    top: 0;
}

/* *********
    SVG PLAY BUTTON
  ********** */

.stroke-dotted {
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
    opacity: 0;
}

.vid-icon {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.play-vid:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}

.play-vid:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

.play-vid:hover .icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.play-vid {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.85;
    width: 110px;
    height: 110px;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Default Slick Slide */
.video-thumbnails .slick-slide {
    /* Set Opacity so focus is on the centered slide.
         Can apply CSS filters too. */
    /* opacity: 0.65; */
    /* Set Transition ALL for smooth window resizing. */
    transition: all 0.2s ease-in-out;
    /* Scale down images not centered. */
    /* transform:scale(0.8); */
    transform: scale(0.9);
    outline: none;
    filter: brightness(0.8);
    outline: none;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slick-slide {
    color: white;
}

.video-thumbnails .slick-slide:hover {
    /* Set Opacity so focus is on the centered slide.
         Can apply CSS filters too. */
    opacity: 1;
    transform: scale(0.9);
}

.video-thumbnails .slick-current {
    opacity: 1;
    transform: scale(0.9);
    cursor: pointer;
    filter: none;
    /* border: 2px solid #ffffff; */
}



.video_otheralbums {
    width: auto;
    height: 70px;
}


.list-group.other_albums_wrapped {
    border-radius: 10px;
    margin: 10px 0;
}

.list-group.other_albums_wrapped .list-group-item {
    padding: 0.7rem 2rem;
}



.other_albums_wrapped .recentpost_image {
    width: 150px;
    height: auto;
}

.other_albums_wrapped .sidebar_blog {
    background-color: #fff;
    padding: 15px;
    margin: 0 8px;
    overflow-y: scroll;
    border-radius: 5px;
    position: sticky;
    top: 5%;
    height: 640px;
}


#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(235 235 235 / 30%);
    border-radius: 10px;
    background-color: #dcdcdc;
}

#style-1::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(187 187 187 / 7%);
    background-color: #7a4bc0;
}







.productdetails_section.cart_section {
    padding: 3rem 0 3rem;
    background-color: transparent;
}

.productdetails_section.cart_section .header-promotion svg {
    width: 15px;
    margin: 0 4px 0 0;
}

.productdetails_section.cart_section .header-promotion {
    font-size: 12px;
}


.productdetails_section.cart_section .sticky_wrapped {
    border: 2px dotted #c8c8c8;
}

.productdetails_section.cart_section .title_cart {
    margin: 20px 0 15px;
    text-align: left;
    color: #5c2da1;
    font-size: 25px;

}

.productdetails_section.cart_section .product-quantity input.qtyminus {
    width: 35px;
    height: 35px;
    margin: 0 -1px;
}

.productdetails_section.cart_section .product-quantity input.qtyplus {
    width: 35px;
    height: 35px;
    font-size: 13px;
    margin: 0 -1px;
}

.productdetails_section.cart_section .product-quantity .qty {
    width: 40px;
    text-align: center;
    height: 35px !important;
}

.cart.main {
    background-color: #e8e8e8b3;
    padding: 1%;
    border-radius: 5px;
}

.cart .accordion {
    border-bottom: 1px solid #e1e1e1
}

.cart .card-header {
    font-size: 1.4rem
}

.cart .card-header>a {
    padding-left: 2px
}

.cart .card-body {
    margin-bottom: 2.4rem;
    padding: 0
}

.cart .form-control {
    /* font-family: Poppins, sans-serif */
}

.cart .remove {
    margin-right: 0;
    width: 2rem;
    text-align: center
}

.cart .summary {
    line-height: 2.15
}

.cart .summary .title {
    margin-bottom: 1rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e1e1e1
}

.cart .btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    border-color: #333;
    background-color: #333
}

.cart .product-thumbnail figure {
    position: relative;
    display: inline-block
}

.shop-table .product-thumbnail a {
    display: block;
    width: 100px;
}

.shop-table img {
    display: block;
    max-width: 100px;
}

.cart .shop-table th {
    padding: 0 0 5px;
    font-size: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    color: #959595;
    line-height: 2;
    letter-spacing: -0.025em;
}

.cart .shop-table td {
    /* padding: 1rem 0rem 0rem 0 */
}

.cart .shop-table td:last-child {
    padding-right: 0
}

.cart .shop-table td:first-child {
    padding: 1rem 0rem 0rem 0
}

.cart .shop-table .quantity.form-control {
    font-weight: 700
}

.cart .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #fff;
    color: #be2f2f;
}

.cart .shipping {
    margin-bottom: 0.3rem
}

.cart .btn {
    border-width: 1px
}

.cart .shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem
}

.cart .shipping-row-last li {
    padding-bottom: 0.3rem
}

.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.9rem 0
}

.step-by .title.title-step {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 0 0 2.4rem
}

.step-by .title.title-step a {
    color: #66666663;
    /* cursor: not-allowed; */
}

.step-by .title.title-step:not(:last-child):after {
    content: "";
    display: inline-block;
    /* position: absolute; */
    right: -3rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1rem;
    background-color: #fff;
    color: #ccc;
    margin: 0 20px;
}

.step-by .title.title-step.visited a {
    color: #5c2da1;
    cursor: pointer;
}

.step-by .title.title-step.visited~.active:before a {
    color: #5c2da1;
    cursor: pointer;
}

.step-by .title.title-step.active a {
    color: #5c2da1;
    cursor: pointer;
}

.step-by .title.title-step:first-child {
    margin-left: 0
}

.step-by .title.title-step:first-child:before {
    display: none
}

.step-by .title.title-step:last-child {
    margin-right: 0
}

.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px
}

.summary td:last-child,
.summary th:last-child {
    text-align: right
}

.summary th {
    text-align: left
}

.summary .form-control {
    width: 100%;
    max-width: 100%
}

.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1
}

.summary-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 0;
    padding: 2rem 0
}

.summary td:last-child,
.summary th:last-child {
    text-align: right;
}

.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
}

.summary-total-price {
    font-size: 2rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
}

.total .summary-subtitle {
    padding: 2.4rem 0 2.3rem
}

@media (max-width:767px) {
    .summary {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .cart .shop-table td {
        padding: 0
    }

    /* .cart .shop-table td.product-price {
        display: block;
        width: 100%;
        text-align: center
    } */

    /* .cart .shop-table tr {
        padding: 2rem 0 3rem
    } */

    .cart .shop-table .product-quantity,
    .cart .shop-table .product-subtotal,
    .cart .shop-table .product-thumbnail {
        margin-bottom: 0.5rem
    }
}

.shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1
}

.shipping-address label {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.5rem
}

.shipping-address .form-control {
    margin-bottom: 1.5rem;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    color: #999;
    min-height: 4.1rem
}

.shipping-address .btn {
    padding: 0.9em 1.7em
}

.checkout .select-box,
.checkout input.form-control,
.shipping-address .select-box,
.shipping-address input.form-control {
    background-color: #fff
}

.checkout .select-box .form-control,
.checkout input.form-control .form-control,
.shipping-address .select-box .form-control,
.shipping-address input.form-control .form-control {
    padding: 1rem 1.4rem 0.8rem;
    font-size: 1.4rem;
    color: #666
}

.checkout .select-box:before,
.checkout input.form-control:before,
.shipping-address .select-box:before,
.shipping-address input.form-control:before {
    font-family: "riode";
    content: "";
    right: 1.5rem;
    font-size: 1.1rem;
    z-index: 2
}

.cart-total {
    text-align: right
}

.cart-total .btn-calc {
    margin-bottom: 1.8rem
}

.cart-total td,
.cart-total th {
    border-top: 1px solid #e1e1e1
}

.cart-subtotal th {
    font-weight: 400
}

.cart-subtotal td,
.cart-subtotal th {
    padding: 1.5rem 0
}

.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26c
}

.shop-table td {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid #d6d6d682;
    font-size: 1.2rem;
}

.order-total td,
.order-total th {
    padding-top: 1.9rem
}

.cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86
}

.cart-table .product-price {
    width: 100px
}

.cart-table .product-quantity {
    width: 135px
}

.cart-table .product-subtotal {
    width: 85px;
    color: #222
}

.cart-table .input-group button,
.cart-table .input-group input {
    border-color: #eee
}

.cart-table .input-group .quantity-minus {
    border-radius: 0.3rem 0 0 0.3rem
}

.cart-table .input-group .quantity-plus {
    border-radius: 0 0.3rem 0.3rem 0
}

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

.cart-actions .btn-icon-left {
    padding: 0.6em 1.2em;
    border-radius: 5px;
}

.cart-actions .btn-icon-left i {
    margin-right: 0.8rem;
    font-size: 1rem
}

.cart-actions button {
    padding: 0.6em 1.2em 0.5em;
    border-radius: 5px;
}

.cart-actions button.btn-disabled {
    border-color: #222 !important;
    background-color: transparent !important;
    border-width: 1px;
    color: #222 !important;
    opacity: 0.4;
    cursor: default;
}

.cart-coupon-box .coupon-title {
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
    font-size: 0.9rem;
    color: #4f2d7c;
    text-align: left;
    text-transform: uppercase;
}

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



.coupon-box .btn {
    padding: 0;
    border-radius: 0 5px 5px 0;
    line-height: 0;
    height: 36px;
    font-size: 14px;
    width: 40%;
    color: #ffffff;
    background: #6c42a2;
}


#coupon_code:focus {
    box-shadow: none;
    background-color: #fbfbfb;
}


#coupon_code {
    width: 65%;
    font-size: 0.9rem;
    border: 1px solid #e1e1e1;
    transition: border-color 0.3s;
    border-radius: 5px 0 0 5px;
}

.product-quantity .qantity {
    background-color: #fff0;
    margin-right: 0;
    margin-left: 0;
}



.cart.main .product-thumbnail {
    width: 8rem
}

.cart.main .product-name {
    width: 25em;
}

.cart.main .product-price {
    width: 11rem
}

.cart.main .product-quantity {
    width: 17.7rem
}

.cart.main .product-subtotal {
    width: 13.2rem
}

.cart.main .product-close {
    width: 2.3rem
}


.cart-page {
    border-top: 1px solid #e1e1e1
}

.product-image_sticky.total_price {
    font-weight: 800;
    color: #313131;
    font-size: 20px;
}

.product-image_sticky.total_price .modelname {
    color: #582a9b;
    font-weight: 800;
    font-size: 20px;
}


.woocommerce_cart.order_complete i {
    color: #54c459;
    font-size: 45px;
    margin-bottom: 1%;
}

.form_checkout label {
    text-align: left;
    display: block;
    color: #5f5f5f;
    margin-bottom: 3px;
}

.form_checkout .title-simple {
    text-align: left;
}

.form_checkout .form-checkbox {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.form_checkout .form-checkbox label {
    margin-bottom: 0;
}



.radio_address .form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0;

}

.radio_address .form label {
    cursor: pointer;
}

.radio_address .form .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 15px;
    height: 15px;
    margin-right: 8px;

    border: 2px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}

.radio_address .form label {
    display: flex;
    margin: 0 45px 0 0;
    align-items: baseline;
}

.radio_address .input-radio.home:checked {
    box-shadow: 0px 0px 0px 2px #5c2da1;
    background-color: #5c2da1;
}

.radio_address .input-radio.office:checked {
    box-shadow: 0px 0px 0px 2px #5c2da1;
    background-color: #5c2da1;
}

.payment_wrap {
    align-items: center;
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: white;
    justify-content: space-between;
    border-radius: 5px;
}

.payment-method-panel {
    display: flex;
    align-items: center;
}

.radio_wrap img {
    width: 3% !important;
    margin: 0 5px;
    background-color: #ffffff7a !important;
}


.radio_wrap .payment_wrap input[type=radio] {
    width: 15px;
    height: 15px;
}


.payment-method-panel label {
    /* text-align: left; */
    display: flex;
    color: #5f5f5f;
    margin-bottom: 0;
    cursor: pointer;
    align-items: center;
}

.radio_wrap input[type=radio] {
    margin: -2px 4px;
    background-color: transparent;
    border: 0.0625em solid rgb(102 36 131);
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    font: inherit;
    height: 1em;
    outline: none;
    width: 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;

    margin-right: 8px;

    border: 2px solid #fff;
}


.radio_wrap input[type=radio]:checked {
    background-color: white;
    box-shadow: inset 0 0 0 0.1875em #662483;
    -webkit-transition: background 0.15s, box-shadow 0.1s;
    transition: background 0.15s, box-shadow 0.1s;
    box-shadow: 0px 0px 0px 2px #5c2da1;
    background-color: #5c2da1;
}

.payment-method-label-wrapper {
    padding: 8px 10px;
}

/* .payment_type{
    margin-bottom: 25px;
    background-color: #ffffff;
    padding: 3%;
    } */


.productOrder_checkout {
    max-height: 156px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #efefef6e;
    border-radius: 5px;
}


#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(235 235 235 / 30%);
    border-radius: 10px;
    background-color: #dedede;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #ededed;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(187 187 187 / 7%);
    background-color: #8a57d5;
}


.note_order {
    font-weight: 200;
    font-size: 13px;
    margin: 13px 0 0;
}





.shipping_address {
    margin: 0 0 3%;
    color: #5c2da1;
    padding: 20px 3%;
    text-align: left;
    font-weight: 100;
    background-color: white;
    border-radius: 5px;
}


.shipping_address p {
    margin-left: 1%;
    margin-right: 30%;
}

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


.payment_checked .radio_wrap img {
    width: 7% !important;
    margin: 0 1%;
    background-color: #ffffff7a !important;
}

.payment_checked .payment_wrap {
    align-items: center;
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: white;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #f8f8f8;
    margin: 0 30px 0 0px;
}



.cart-table.review_items {
    width: 100%;
    text-align: left;
    background-color: #f8f8f8;
    border: none;
    margin-left: 0;
    margin-top: 5px;
}

.cart-table.review_items .product-name {
    font-weight: 200;
    color: #222;
    line-height: 1.2;
    font-size: 15px !important;
}

.shop-table.review_items td {
    padding: 1rem 1rem 0rem 0;
    border-top: 1px solid #d6d6d691;
    font-size: 1rem;
    color: #3b3b3b;
}

.cart .shop-table.review_items td:first-child {
    padding: 1rem 0rem 0rem 10px;
}


.new_address a {
    color: #171717;
    border-bottom: 1px solid grey;
}


.payment-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    border-bottom: 1px solid #e1e8ee;
    counter-reset: section;
}

.payment-tabs>a {
    padding: 1.35em 0;
    color: #bdc6cf;
    font-size: 0.9em;
    position: relative;
    transition: all 200ms ease-in-out;
}

.payment-tabs>a:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    width: 1.65em;
    height: 1.65em;
    margin-right: 0.5em;
    border: 0.15em solid #e1e8ee;
    color: #bdc6cf;
    font-size: 0.85em;
    text-align: center;
    line-height: 1.45em;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}

.payment-tabs>a:after {
    content: "";
    display: block;
    border-bottom: 2px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}

.payment-tabs>a:hover {
    text-decoration: none;
    color: #91a0af;
}

.payment-tabs>a:hover:before {
    border-color: #91a0af;
    color: #91a0af;
}

.payment-tabs>a.active {
    color: #358ed7;
    font-weight: 500;
}

.payment-tabs>a.active:before {
    border-color: #358ed7;
    color: inherit;
}

.payment-tabs>a.active:after {
    border-bottom: 2px solid #358ed7;
}

.payment-customer {
    display: none;
}

.payment-method h2 {
    margin: 0;
    padding: 1.8em 2em;
    font-size: 1.2em;
    line-height: 1.2;
    color: #5e6977;
}

.payment-method .pm-item {
    position: relative;
}

.payment-method .pm-label {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 1rem 1rem;
    cursor: pointer;
    background-color: #f6f7f900;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.payment-method .pm-text {
    padding-left: 2.5em;
    position: relative;
}

.payment-method .pm-text:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: #e1e8ee;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0.08rem 0 rgba(20, 28, 35, 0.25) inset;
}

.payment-method .pm-text h5 {
    padding-top: 0.1em;
    font-size: 1.2em;
    margin-top: 0;
}

.payment-method .pm-text p {
    margin-bottom: 0;
    color: #6d6d6d;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
}

.payment-method .pm-thumb {
    padding-left: 0.9em;
}

.payment-method input[type=radio] {
    display: none;
}

.payment-method input[type=radio]:checked+.pm-label {
    background: #f6f6f6;
    border: 1px solid #bb6fdd;
}

.payment-method input[type=radio]:checked+.pm-label .pm-text:before {
    background: radial-gradient(#ffffff 0%, #ffffff 33%, #783e92 38%, #6a2a87 100%);
}

.btn.btn_changeaddress {
    padding: 5px 20px;
    line-height: 2;
    margin: 0 0 0;
    width: auto;
    text-transform: capitalize;
    background-color: #efefef;
    color: #4e2681;
    letter-spacing: 0;
    border-radius: 5px;
    font-size: 13px;
}

.btn.btn_add:hover {
    background-color: #1d1d1dcf;
}

button.close.close_address {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}

.close.close_address {
    float: right;
    font-size: 17px;
    font-weight: 100;
    background-color: #ededed;
    /* line-height: 0.1; */
    color: #141414;
    width: 30px;
    /* text-shadow: 0 1px 0 #fff; */
    /* opacity: .2; */
    filter: alpha(opacity=20);
    height: 30px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog.modal_address {
    max-width: 30%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart.main .modal-dialog.modal_address .intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
    width: 90% !important;
}

.contact-section.form_findastore .intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
    width: 86% !important;
    margin-left: 57px;
}

.modal-dialog.modal_address .select2-container {
    display: block;
}

.modal-dialog.modal_address .modal-header {
    background-color: #f3f3f3;
}

.modal-dialog.modal_address .modal-body h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #5c2da1;
}

.btn_modal_checkout .btn.shop-btn {
    width: auto
}

.modal-dialog.modal_address.choose_address {
    max-width: 30%;
}

.contact-section.form_checkout.form_filled .form-control {
    background-color: #ececec !important;
    color: #9f9f9f !important;
    border: none;
}

.contact-section.form_checkout.form_filled .btn_modal_checkout .btn.shop-btn {
    width: 44%;
}


.bg-grey {
    background-color: #f3f0f7 !important;
}


.contact-section.form_checkout.form_filled .form-control.bg-grey {
    background-color: #f3f0f7 !important;
}




.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2rem;
    background-color: #eeeeee;
    border-radius: 10px;
}

.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 25%;
    padding: 5% 0;
    border-radius: 5px;
}

/* .order .overview-item:not(:last-child) {
    margin-right: 3rem;
    padding-right: 3.1rem
} */

.order .overview-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: #c8c8c8
}

.order .overview-item span {
    text-transform: uppercase
}

.order .overview-item strong {
    color: #5c2da1;
    font-weight: 600;
    font-size: 1.2rem
}

.order-details {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.4rem 1rem;
    background-color: #eeeeee45;
}

.order-details-table {
    width: 100%;
}


.order-details-table .product-name {
    padding: 0rem;
    font-size: 1rem;
    font-weight: 200;
    line-height: 0;
    color: #272727;
    white-space: inherit;
    text-align: left;
}

.order-details-table .product-name i {
    font-size: 0.7rem;
    margin: 0 0 0 8px;
}

.order-details-table .product-name span {
    font-weight: 300;
    color: #393939;
}

.order-details .order-details-table .summary-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #4f2d7c;
    margin-bottom: 0;
    padding: 8.5px 0;
    text-align: left;
}

.order-details-table .product-price {
    display: block
}

.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
    text-align: right
}

.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #4f2d7c;
    font-size: 1.1rem;
}

.order-details-table .product-price {
    font-size: 1.2rem;
    color: #666;
    font-weight: 400;
    width: auto !important;
    padding-top: 1.2rem
}


.order-details-table .summary-total-price {
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #2e2e2e;
    text-align: right;
    margin-bottom: 0;

}

.order-details-table .summary-subtotal:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.order-details-table thead {
    border-bottom: 1px solid #e1e1e1
}

.order-details-table thead .summary-subtitle {
    font-size: 1.2rem
}

/* .order-details-table tbody tr:first-child td {
    padding-top: 3.2rem
}

.order-details-table tbody tr:first-child td.product-price {
    padding-top: 2.8rem
} */


.order-details .shipping_address {
    margin: 0 0 0;
    color: #191919;
    padding: 10px 0;
    text-align: left;
    font-weight: 200;
    background-color: transparent;
    border-radius: 5px;
}

.order-details .shipping_address p {
    margin-left: 3px;
    margin-right: 0;
}

.productdetails_section.cart_section .order .title_cart {
    margin: 30px 0 8px;
}


.wishlist-table .wishlist-in-stock {
    color: #5c2da1;
}

.wishlist-table .wishlist-out-stock {
    color: #d24b4b;
}

.wishlist-table td.product-stock-status {
    width: 201px;
}


.cart .wishlist-table .product-remove {
    border: none;
    background-color: transparent;
}


.wishlist_wrapper a.wishlist {
    color: #d32727;
    background-color: transparent;
    border: 0;
    width: max-content;
    height: auto;
    margin: 0 auto;
    font-size: 13px;
    padding: 0 18px !important;
    border-radius: 5px;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.wishlist_wrapper .favorite_bg {
    background-color: #e8e8e8b3;
    border-radius: 5px;
}


.wishlist_wrapper .product-labels .lbl {
    padding: 2px 5px;
    height: 21px;
}


.wishlist_wrapper .grid-products .item .product-image img {
    border-radius: 5px;
}


.wishlist_wrapper .product-labels .pr-label5 {
    background: #ff5555;
}

.wishlist_wrapper .product-labels .pr-label6 {
    background: #8049c9;
}

.wishlist_wrapper .grid-products .item {
    margin: 15px 0 10px;
}







.account thead th {
    padding: 1.2rem 0;
    background-color: #f4f4f4;
    color: #454545;
}
.account .order-table th {
    padding: 0 0 0.7rem 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.account thead .pl-2 {
    padding-left: 1rem!important;
}

.account thead .pr-2 {
    padding-right: 1rem!important;
}

.account td:first-child {
    padding-left: 1rem;
}

.account .order-number {
    width: 11.4rem;
    color: #000;
    font-size: 1rem;
}

.account .order-date {
    width: 24.8rem;
    color: #505050;
    padding: 1rem 1rem 1rem 0;
    /* border-top: 1px solid #d6d6d6; */
    font-size: 1rem;
}

.account .order-status {
    width: 14.7rem;
    font-size: 0.9rem;
    color: #222
}

.account .order-status span {
    display: inline-block;
    padding: 0.1rem 1rem 0rem;
    border-radius: 0.3rem;
    line-height: 1.8;
}

.account .order-status span.onhold{
    background-color: #ffcd3773;
}

.account .order-status span.delivered{
    background-color: #68f26978;
}


.account .order-status span.canceled{
    background-color:#f86c68ab;
}


.account .order-status span.processing{
    background-color: #b278d257;
}

.account .order-status span.shippingto {
    background-color: #9efff6;
}


.account .order-status span.refund {
    background-color: #f8f3c1;
}

.account .order-status span.returned {
    background-color: #d2d9f3;
}

.account .order-total {
    width: 25.9rem;
    font-size: 1rem;
    font-weight: 400;
    color: #535353;


}

.account .order-action .btn {
    padding: 0;
}

.account .order-action .btn.btn-primary.btn-link {
    background-color: transparent;
    color: #5c2da1;
    border: none;
}

.account .order-action .btn.btn-primary.btn-link:hover {
    box-shadow: none;
}

.account tbody tr:nth-child(2n) td {
    background-color: #f4f4f4;
}


.product-name.cart_product .product-name-section .social-links {
    color: #5c2da1;
}

.product-name.cart_product .product-name-section .social-links .social-link{
    margin: 0 7px 0 0;
    width: 20px;
    height: 26px;
    line-height: 25px;
    font-size: 0.9rem;
    color:#2b2b2b;
}

.product-name.cart_product .product-name-section .social-links .social-link.social-twitter{
    width: 14px;
}

.product-name.cart_product .product-name-section .btn-product.btn-wishlist{
    line-height: 3;
    color: #5c2da1;
}


.product-name.cart_product .product-name-section .btn-product.btn-wishlist:hover{
    color: #3a2854;
}

.woocommerce_cart .error404 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #d32121;
}



.instruction_page .instructionWrapper{
background-color: #efefef;
border-radius: 10px;
padding: 10px 10px;
margin-bottom: 3%;
}

.instruction_page .image_icon {
    margin-top: 0;
    border: 1px solid #2c2c2c38;
    border-radius: 5px;
    width: 70px;
    filter: none;
    height: 70px;
    background-color: white;
    padding: 2px;
  
}

.instruction_page .image_icon img{
    width: 65px;
    filter: none;
    padding: 10%;
}

.row_instruction{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 5px;
    border-bottom: 1px #4f2d7c47;
    padding: 4px 0 10px;
    border-bottom-style: dashed;
}

.row_instruction p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2%;
}

.row_instruction:last-child{
    border-bottom: none;
}

.row_instruction:last-child {
    margin: 0 0 0;
    padding: 4px 0 5px;
}

.note_header{
    text-align: left;
    color: #4f2d7c;
    font-size: 25px;
    text-transform: capitalize;
    }

    .warning_icon{
        width: 25px;
        margin: -8px 3px 0 5px;
    }


    .notallowed{
        cursor: not-allowed;
        opacity: 0.4;
    
    }


    .slider_02 .text_wrapped .text .richtext {
    text-align: justify;
}



.rate_wrapperflex{
    display: flex;
    align-items: center;
    justify-content: end;
}

.purple-color {
    color: #743fc3;
}


.gm-style-iw.gm-style-iw-c {
    width: 3% !important;
}

.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

#content p {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 0;
}

#content p i {
    margin-right: 0;
    float: left;
    color: #5c2da1;
    font-size: 15px;
    display: contents;
}

#content p a {
    color: #756c6c;
}

#content p i.fa-phone {
    transform: rotate(270deg);
}

.direction {
    padding: 4px 10px 4px;
    font-size: 15px;
    background-color:#5c2da1;
    color: #fff !important;
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
    width: 100%;
    display: block;
}

.direction i{
    color: #fff !important;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.alert_success_subsribe {
    color: #32b577;
    background-color: #74ab8f00;
    border-color: #badbcc00;
    padding: 0;
    margin: 5px 0 0;
    font-size: 17px;}

    .alert_error_subsribe {
        color: #f22;
        background-color: #74ab8f00;
        border-color: #badbcc00;
        padding: 0;
        margin: 5px 0 0;
        font-size: 15px;}


        .productdetails_section.product_index_section .product_item.accessories {
            /* margin: 15px 18px 25px; */
            margin: 10px 13px 15px;
            width: 31%;
        }

        .productdetails_section.product_index_section .product_item.accessories a .img .brand_name {
            min-height: 60px;
        }

        .productdetails_section.product_index_section .accessories_filter .sticky_wrapped {
            padding: 20px 20px 20px 20px;
            text-align: left;
            margin-right: 35px;
            width: 100%;
        }

        
        .productdetails_section.product_index_section .product_item.accessories .brand_name {
            margin: 0 25px;
        }



        .text-danger.lowstockmsg{
            text-align: left;
            display: block;
            background-color: #fbecec;
            padding: 6px;
            margin: 15px 0 0;
            border-radius: 5px;
            text-transform: capitalize;
        }

        .text-danger.lowstockmsgcart {
            text-align: left;
            display: inline-block;
            background-color: #f9e1e1;
            font-size: 14px;
            padding: 6px;
            margin: 4px 0 0 0;
            border-radius: 5px;
            text-transform: capitalize;
            font-weight: 500;
        }







/* search result  */



        

.searchResult_wrapper .tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}

.searchResult_wrapper input, .searchResult_wrapper section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.searchResult_wrapper label {
    font-weight: 500;
    font-size: 17px;
    display: block;
    float: left;
    width: 25%;
    padding: 0.1em;
    color: #686868;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    /* background: #f0f0f0; */
    border-bottom: 1px solid #80808036;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}


.tab_container .tab-content h3  {
    text-align: center;
    font-size: 15px;
    margin: 0 0 35px;
    font-weight: 100!important;
    color: #767676;
}

.tab_container [id^="tab"]:checked + label {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #5c2da19c;
    color: #5c2da1;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #5c2da1;
}

.searchResult_wrapper label .fa {
  font-size: 1em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    /* .searchResult_wrapper label span {
    display: none;
  } */
  
  .searchResult_wrapper .tab_container {
    width: 98%;
  }
}


.searchResult_wrapper .item.product_searchresult{
display: flex;
text-align: left;
background-color: #5736811c;
border-radius: 5px;
align-items: center;
justify-content: space-between;
padding: 10px 10px;
margin-bottom: 15px;

}


.grid-products .item.product_searchresult .product-image {
    width: 100px;
    margin: 0 7px 0 0;
}

.searchResult_wrapper .grid-products .item.product_searchresult .product-image img {
    width: 100%;
    border-radius: 5px;
}

.searchResult_wrapper .padding_rightsearch {
    padding-right: 4px;
}



.searchResult_wrapper .item.blog_searchresult {
    display: flex;
    /* text-align: left; */
    background-color: #5736811c;
    border-radius: 5px;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 10px;
    margin-bottom: 15px;
}


.searchResult_store.store_searchresultpage{
    background-color: transparent;
     padding:0; 
     border-radius: 0; 
     box-shadow: none;
}

.storesitem_searchresult{
    background-color: #5736811c;
    border-radius: 5px;
    align-items: center;
    padding: 20px 20px 0;
    margin-bottom: 15px;
    min-height: 280px;
}


.explore_searchresult{
    background-color: #5736811c;
    border-radius: 5px;
    align-items: center;
    padding: 20px 20px;
    color: #606060;
    margin-bottom: 15px;
}

.explore_searchresult h4 a {
    /* text-decoration: underline; */
}

.explore_searchresult h4 img{
    width: 20px;
}

.explore_searchresult  p{
    margin-left: 0!important;
}

.explore_searchresult p span{
    background-color: transparent!important;
    color: rgb(82 82 82)!important;}


    .explore_searchresult p span.word_highlighted ,  .explore_searchresult ul li span.word_highlighted{
        background-color: #4f2d7c4f!important;
    }



    .btn_moreTestimonials{
        margin-top: -8%;
        /* z-index: 3;
        position: absolute; */

        z-index: 99;
        /* display: block;
        width: max-content;
        margin: -6% auto; */
        position: relative;
    }


    .returnback_404{
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;}



   .error_main .cart.main {
        background-color: #e8e8e8b3;
        padding: 13%;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        
    }

    .error_main .productdetails_section.cart_section {
        padding: 45px 0;
        background-color: transparent;
    }


    .error_main .woocommerce_cart i {
        color: #ffffff;
        font-size: 15px;
        margin: 0 6px 0 0;
    }


    .error_main .woocommerce_cart .returnback_404:hover i{
        color: #5c2da1;
    }


    #BlockForDesktop{
        display: block;
    }

    #BlockForMobile{
        display: none!important;
    }


    .main_websiteheader {
        display: block;
    }

    .mobile_websiteheader {
        display: none;
    }

/********************************blog ck editor *************************/
    .ck.ck-reset_all.ck-widget__type-around {
        display: none;
    }



    /* flickity-fade */

    
/* .flickity-slider {
    transform: none !important;
  }

  .carousel-main .carousel-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .carousel-main .carousel-cell.is-selected {
    opacity: 1;
  }  */


/* .flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
  }
  
  .flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
  } */



  /* .carousel-cell {
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .carousel-cell.is-selected {
    opacity: 1;
  } */



 .wishlist_wrapper.bestseller_wrapped a.wishlist {

    color: #ffffff;
    background-color: #744caf;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    margin: 0;
    padding: 0!important;
    border-radius: 0;
  }


/* 
  #header-carousel .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
 #header-carousel .carousel-item.active {
    opacity: 1;
  } */


  .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .carousel-item.active {
    opacity: 1;
  }
  
  .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  
/* .dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
  }
  
  .dot.active {
    background-color: #333;
  } */


  .flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #efefef;
}

.box_text_country {
color: #2d2d2d;
    padding: 0 0;
    font-weight: 800;
    margin-bottom: 8px;
}


.share_global {
    margin: 25px 0;
}

.share_global .social-links .share-word{
    color: #582e84;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.share_global .social-link {
    color: #161616;
    margin: 2px 5px 2px 5px;
}







.carousel.carousel-main.fancy-gallery {
    max-height: 100%;
    height: auto;
}

.flickity-viewport {
    height: 600px!important;
}



.desktop_slider{
    display: block;
}

.mobile_slider{
    display: none;
}