@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.min.css);
@import url(css/jquery.animatedheadline.css);
@import url(css/font-awesome.min.css);
@import url(css/default/lineicons.min.css);
/* Reboot CSS */

* {
    margin: 0;
    padding: 0;
}



body,
html {
    font-family: "Roboto", sans-serif;
    color: #747794;
    overflow-x: hidden;
    background-color: #e7eaf5;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #020310;
    line-height: 1.4;
    font-weight: 700;
}

p {
    color: #747794;
    font-size: 14px;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    box-shadow: none;
    color: #ea4c62;
}

.btn:focus {
    box-shadow: none;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
    text-decoration: none;
}

ul li:hover,
ul li:focus {
    list-style: none;
    text-decoration: none;
}

.footer_seo_data ul{
    margin-left:2%;
}

.footer_seo_data  ul li{
    list-style:disc;
}

.footer_seo_data ul li:hover, .footer_seo_data  ul li:focus{
    list-style:disc;
}

ol {
    margin: 0;
}

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

.section-padding-0-30 {
    padding-top: 0;
    padding-bottom: 30px;
}

.section-padding-30-0 {
    padding-top: 30px;
    padding-bottom: 0;
}

.section-padding-30-14 {
    padding-top: 30px;
    padding-bottom: 14px;
}

/* Scrollup */

#scrollUp {
    bottom: 30px;
    font-size: 16px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 6px;
    background-color: #020310;
}

#scrollUp:hover,
#scrollUp:focus {
    background-color: #ea4c62;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

input:required,
textarea:required {
    box-shadow: none !important;
}

input:invalid,
textarea:invalid {
    box-shadow: none !important;
}

.no-boxshadow {
    box-shadow: none !important;
}

/* Shortcodes CSS */

.h-100vh {
    height: 100vh !important;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #083afb);
    background: linear-gradient(to left, #ea4c62, #083afb);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-gray {
    background-color: #f8f8ff;
}

.btn,
.btn:hover,
.btn:focus {
    font-weight: 700;
    box-shadow: none;
}

.btn {
    padding: .375rem 1rem;
    font-size: 0.85rem;
    border-radius: .4rem;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1rem;
    border-radius: .5rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .75rem;
    font-size: .75rem;
    border-radius: .25rem;
}

.btn-warning {
    color: #020310;
    background-color: #ffaf00;
    border-color: #ffaf00;
}

.btn-warning:hover,
.btn-warning:focus {
    color: #ffffff;
    background-color: #020310;
    border-color: #020310;
}

.btn-danger {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #020310;
    border-color: #020310;
}

.btn-primary {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #020310;
    border-color: #020310;
}

.btn-success {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #020310;
    border-color: #020310;
}

.btn-info {
    background-color: #21d6f1;
    border-color: #21d6f1;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #020310;
    border-color: #020310;
}

.bg-primary,
.badge-primary {
    background-color: #ea4c62 !important;
}

.bg-danger,
.badge-danger {
    background-color: #ea4c62 !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffaf00 !important;
}

.bg-info,
.badge-info {
    background-color: #21d6f1 !important;
}

.bg-success,
.badge-success {
    background-color: #ea4c62 !important;
}

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

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.section-heading h6 {
    margin-bottom: 0;
    color: #020310;
}

.section-heading p {
    margin-bottom: 0;
}

.card {
    border-color: transparent !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.card:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.card .card-body {
    padding: 7px;
}

.card-img-top {
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px);
}

.border,
.border-left,
.border-right,
.border-bottom,
.border-top {
    border-color: #ebebeb !important;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1100px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}



@media screen and (max-width: 600px) {
  .col-2
  {
	padding-right: 3px;
    padding-left: 3px;
}
.col-3
{
	padding-right: 3px;
    padding-left: 3px;
}
.col-4
{
	padding-right: 3px;
    padding-left: 3px;
}
.col-5{
	padding-right: 3px;
    padding-left: 3px;
}
.col-6{
	padding-right: 3px;
    padding-left: 3px;
}
.col-7{
	padding-right: 3px;
    padding-left: 3px;
}
.col-8{
	padding-right: 3px;
    padding-left: 3px;
}
.col-9
{
	padding-right: 3px;
    padding-left: 3px;
}
}



.list-group-item {
    border: 1px solid #ebebeb;
}

/* Preloader CSS */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #f8f8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}

@keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}

@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}

@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}

@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
}

.lni-spin-effect,
.lni-spin-effect-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.lni-tada-effect,
.lni-tada-effect-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear;
}

.lni-burst-effect,
.lni-burst-effect-hover:hover {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
}

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
}

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear;
}

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear;
}

/* Demo CSS */

.preview-iframe-wrapper {
    position: relative;
    z-index: 1;
}

.preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    margin-bottom: -50px;
}

.preview-iframe-wrapper .preview-hero-area::after {
    position: absolute;
    content: "";
    background-image: url(img/core-img/curve.png);
    bottom: 50px;
    width: 142px;
    height: 121px;
    background-repeat: no-repeat;
    right: 0;
    z-index: auto;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 1.625rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 2rem;
    }
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
    color: #ea4c62;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
    font-size: 18px;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    text-align: center;
    max-width: 18rem;
    padding: 2rem;
    border-radius: .5rem;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper::after {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(img/core-img/dot-blue.png);
    background-repeat: repeat;
    bottom: -70px;
    left: -70px;
    z-index: -10;
    content: "";
    border-radius: 50%;
    opacity: 0.15;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
    font-size: 14px;
}

.preview-iframe-wrapper .preview-hero-area iframe {
    position: relative;
    z-index: 1;
    width: 395px;
    height: 758px;
    border: 10px solid #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 1px 2px 1px rgba(14, 14, 14, 0.125);
    margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area iframe {
        display: none;
    }
}

.preview-iframe-wrapper .tech-img ul li {
    margin-right: 1rem;
}

.preview-iframe-wrapper .tech-img ul li:last-child {
    margin-right: 0rem;
}

.preview-iframe-wrapper .tech-img ul li img {
    max-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-iframe-wrapper .tech-img ul li img {
        max-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .tech-img ul li img {
        max-height: 22px;
    }
}

.preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    border-radius: 3rem 0 0 0;
}

.preview-iframe-wrapper .features-area ul li {
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.preview-iframe-wrapper .features-area ul li.active {
    color: #020310;
}

.preview-iframe-wrapper .features-area ul li::before {
    position: absolute;
    content: "\f00c";
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ea4c62;
    z-index: 1;
}

.border-top.margin-100 {
    margin-top: 100px;
}

.tablet-wrap {
    position: relative;
    z-index: 1;
    margin-top: 95px;
}

.ipad-frame-wrap {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.ipad-frame-wrap iframe {
    width: 768px;
    height: 1024px;
    border: 10px solid #d7def4;
    border-radius: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ipad-frame-wrap iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ipad-frame-wrap iframe {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ipad-frame-wrap iframe {
        width: 100%;
        height: 800px;
    }
}

.preview-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px;
}

.preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #747794;
    font-weight: 700;
}

.preview-footer-area .footer-nav a:hover,
.preview-footer-area .footer-nav a:focus {
    color: #ea4c62;
}

.preview-footer-area .footer-logo img {
    max-height: 50px;
}

.header-area {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(15, 15, 15, 0.175);
}

.header-area.header-out {
    top: -100px;
}

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

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

.top-search-form form .form-control {
    max-width: 190px;
    background-color: #ffffff;
    height: 32px;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #ebebeb;
    color: #747794;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .top-search-form form .form-control {
        max-width: 240px;
        width: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-search-form form .form-control {
        max-width: 280px;
        width: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-search-form form .form-control {
        max-width: 280px;
        width: 280px;
    }
}

@media only screen and (min-width: 1200px) {
    .top-search-form form .form-control {
        max-width: 350px;
        width: 350px;
    }
}

.top-search-form form button {
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 10px;
    width: 18px;
    height: 30px;
    border: 0;
    z-index: 10;
    color: #747794;
}

.top-search-form form button:focus {
    outline: none;
}

.suha-navbar-toggler {
    position: relative;
    z-index: 1;
    width: 26px;
    cursor: pointer;
    padding: .5rem 0;
}

.suha-navbar-toggler span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #747794;
    margin-bottom: 4px;
}

.suha-navbar-toggler span:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    min-width: 12px;
    width: 12px;
}

.suha-navbar-toggler span:last-child {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    min-width: 17px;
    width: 17px;
}

.suha-navbar-toggler:hover span,
.suha-navbar-toggler:focus span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
}

.filter-option {
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.back-button a {
    color: #747794;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-button a i {
    font-size: 1.25rem;
    margin-right: 0.25rem;
}

.back-button a:hover,
.back-button a:focus {
    color: #ea4c62;
}

.page-heading h6 {
    color: #747794;
    font-size: 14px;
}

.logo-wrapper a {
    display: block;
}

/* Hero CSS */

.intro-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #0d3bd1);
    background: linear-gradient(to left, #ea4c62, #0d3bd1);
    z-index: 1;
}

.intro-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.175;
    z-index: -1;
    top: -130px;
    right: -85px;
}

.get-started-btn {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
}

.page-content-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 58px;
}

.suha-sidenav-wrapper {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: -250px;
    height: 100%;
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #0d3bd1);
    background: linear-gradient(to left, #ea4c62, #0d3bd1);
    overflow-y: auto;
    width: 240px;
}

.suha-sidenav-wrapper .go-home-btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    bottom: 30px;
    left: 170px;
    background-color: #ea4c62;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem;
}

.suha-sidenav-wrapper .go-home-btn:hover,
.suha-sidenav-wrapper .go-home-btn:focus {
    background-color: #020310;
}

.suha-sidenav-wrapper.nav-active {
    left: 0;
}

.suha-sidenav-wrapper.nav-active .go-home-btn {
    visibility: visible;
    opacity: 1;
}

.suha-sidenav-wrapper.filter-nav {
    background: #f8f8ff;
}

.sidenav-black-overlay {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 3, 16, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.sidenav-black-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidenav-profile {
    position: relative;
    z-index: 1;
}

.sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 0.5rem;
}

.sidenav-profile .user-profile::before {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    background-image: url(img/core-img/dot.png);
    content: "";
    z-index: -10;
    opacity: 0.2;
    border-radius: 50%;
}

.sidenav-profile .user-profile img {
    border-radius: 50%;
}

.sidenav-profile .user-profile .user-designation {
    position: absolute;
    z-index: 1;
    height: 46px;
    width: 46px;
    font-size: 12px;
    border: 3px solid #ffffff;
    background-color: #ea4c62;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    top: 0;
    right: 0;
}

.sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center;
}

.sidenav-profile .user-info h6,
.sidenav-profile .user-info p {
    color: #ffffff;
}

.sidenav-profile .user-info .available-balance {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.sidenav-nav {
    margin: 3rem 1rem 1rem;
    position: relative;
    z-index: 1;
}

.sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 700;
}

.sidenav-nav li a i {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #ffffff;
}

.sidenav-nav li a:hover,
.sidenav-nav li a:focus {
    background-color: rgba(15, 15, 15, 0.1);
}

.sidenav-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidenav-nav li:last-child a {
    margin-bottom: 0;
}

.page-nav {
    position: relative;
    z-index: 1;
}

.page-nav li a {
    color: #020310;
    display: block;
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.page-nav li a i {
    font-size: 1rem;
    margin-left: auto;
}

.page-nav li a:hover,
.page-nav li a:focus {
    color: #ea4c62;
    background-color: #f8f8ff;
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #ffffff;
    display: none;
}

.hero-slides .owl-next {
    left: auto;
    right: 0;
}

.hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    background-color: #ebebeb;
    border-radius: 50%;
}

.hero-slides .owl-dots .owl-dot.active {
    background-color: #ffaf00;
}

.hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: 1;
    content: "";
    border: 2px solid #ffaf00;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-slide {
        height: 220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-hero-slide {
        height: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 320px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide {
        height: 450px;
    }
}

.single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content p {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content p {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content p {
        font-size: 1.25rem;
    }
}

.catagory-card {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
}

.catagory-card a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    display: block;
    color: #ea4c62;
}

.catagory-card span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #747794;
}

.catagory-card:hover span,
.catagory-card:focus span {
    color: #ea4c62;
}

@media screen and (max-width: 992px) {
    .catagory-card span {
        font-size: 12px;
    }
}

.flash-sale-slide.owl-carousel {
    width: 130% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-sale-slide.owl-carousel {
        width: 110% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flash-sale-slide.owl-carousel {
        width: 117% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .flash-sale-slide.owl-carousel {
        width: 120% !important;
    }
}

.flash-sale-card {
    position: relative;
    z-index: 1;
}

.flash-sale-card img {
    margin-bottom: 0.5rem;
}

.flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flash-sale-card .sale-price {
    font-size: 14px;
    font-weight: 700;
    color: #ea4c62;
    margin-bottom: 0;
}

.flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.flash-sale-card .progress {
    height: 0.25rem;
}

.flash-sale-card .progress-title {
    color: #747794;
    font-size: 12px;
    display: block;
}

.flash-sale-card:hover .product-title,
.flash-sale-card:focus .product-title {
    color: #ea4c62;
}

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

.top-product-card .badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
}
@media screen and (max-width: 600px) {
  .top-product-card .badge {
    position: absolute;
    bottom: 6px;
    right: 10px;
    z-index: 10;
    font-size: 10px;
}


.mmmmm{
	display: none;
}
}

.top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card .product-thumbnail {
    text-align: center;
}

.top-product-card .product-thumbnail img {
    width: 100%;
    border-radius: 3px;
}

.top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card .product-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #020310;
    height: 40px;
}
@media screen and (max-width: 600px) {
	.top-product-card .product-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #020310;
    height: 40px;
}
}

.top-product-card .sale-price {
    margin-bottom: 0.25rem;
    color: #ea4c62;
    font-weight: 700;
}
@media screen and (max-width: 600px) {
	.top-product-card .sale-price {
    font-size: 12px;
    font-weight: 500;
}
}

.top-product-card .sale-price span {
    color: #747794;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
	.top-product-card .sale-price span {
    color: #747794;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 12px;
}
}

.top-product-card .product-rating {
    font-size: 10px;
    color: #ffaf00;
}

.top-product-card .product-rating i {
    margin: 0 1px;
}

.top-product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem;
    z-index: 9;
}

.top-product-card:hover .product-title,
.top-product-card:focus .product-title {
    color: #ea4c62;
}

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

.weekly-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem;
}

.weekly-product-card .product-thumbnail-side .product-thumbnail {
    position: relative;
    z-index: 1;
}

.weekly-product-card .product-thumbnail-side .product-thumbnail img {
    max-height: 150px;
}

.weekly-product-card .product-thumbnail-side .badge {
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    left: 0.5rem;
}

.weekly-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #ea4c62;
    line-height: 1;
    z-index: 11;
    font-size: 1.25rem;
}

.weekly-product-card .product-thumbnail-side .delete-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #747794;
    line-height: 1;
    z-index: 11;
}

.weekly-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.weekly-product-card .product-description .product-title, .order_card .product-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 14px;
    color: #020310;
}

.weekly-product-card .product-description .sale-price, .order_card .sale-price {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #020310;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weekly-product-card .product-description .sale-price i, .order_card .sale-price i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ea4c62;
    font-size: 10px;
    text-align: center;
    margin-right: 0.25rem;
}

.weekly-product-card .product-description .sale-price span {
    text-decoration: line-through;
    color: #ea4c62;
    margin-left: 0.25rem;
}

.weekly-product-card .product-description .product-rating {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weekly-product-card .product-description .product-rating i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ffaf00;
    font-size: 10px;
    text-align: center;
    margin-right: 0.25rem;
    padding-left: 1px;
}

.weekly-product-card .product-description .btn i {
    font-size: 14px;
}

.weekly-product-card:hover .product-title,
.weekly-product-card:focus .product-title {
    color: #ea4c62;
}

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

.featured-product-card .custom-badge {
    position: absolute;
    left: 1rem;
    top: -1px;
    z-index: 100;
    height: 22px;
    border-radius: 0;
    padding: 0 0 0 .75rem;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.featured-product-card .custom-badge::before {
    border-color: #ffaf00 transparent #ffaf00 #ffaf00;
    border-style: solid;
    border-width: 11px 8px;
    content: "";
    height: 22px;
    position: absolute;
    right: -17px;
    top: 0;
    width: 17px;
    z-index: 1;
}

.featured-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.featured-product-card .product-thumbnail-side .product-thumbnail {
    position: relative;
    z-index: 1;
}

.featured-product-card .product-thumbnail-side .product-thumbnail img {
    max-height: 150px;
}

.featured-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    top: 0rem;
    right: 0rem;
    color: #ea4c62;
    line-height: 1;
    z-index: 11;
    font-size: 1.25rem;
}

.featured-product-card .product-description {
    position: relative;
    z-index: 1;
}

.featured-product-card .product-description .product-title {
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    color: #020310;
}

.featured-product-card .product-description .product-title:hover,
.featured-product-card .product-description .product-title:focus {
    color: #ea4c62;
}

.featured-product-card .product-description .sale-price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ea4c62;
}

.catagory-sidebar-area {
    position: relative;
    z-index: 1;
    padding: 3rem 2rem;
}

.widget .widget-title {
    display: block;
}

.widget .custom-control-label {
    color: #747794;
}

.widget .custom-control-label::before {
    background-color: transparent;
    border: #747794 solid 2px;
}

.widget .custom-control-input:checked~.custom-control-label::before {
    color: #ea4c62;
    border-color: #ea4c62;
    background-color: #ea4c62;
}

.notification-area {
    position: relative;
    z-index: 1;
}

.notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.notification-area .list-group-item .noti-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #0d3bd1);
    background: linear-gradient(to left, #ea4c62, #0d3bd1);
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    margin-right: .75rem;
    border-radius: 50%;
}

.notification-area .list-group-item .noti-icon i {
    line-height: 30px;
}

.notification-area .list-group-item .noti-icon::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffaf00;
    content: "";
    top: -2px;
    right: -2px;
    border-radius: 50%;
    z-index: 1;
}

.notification-area .list-group-item h6 {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
}

.notification-area .list-group-item p {
    margin-bottom: 0.5rem;
}

.notification-area .list-group-item a {
    font-size: 14px;
}

.notification-area .list-group-item span {
    font-size: 12px;
    display: block;
    color: #747794;
}

.notification-area .list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.notification-area .list-group-item:last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.notification-area .list-group-item.readed {
    background-color: #f8f8ff;
}

.notification-area .list-group-item.readed .noti-icon {
    background: #ea4c62;
}

.notification-area .list-group-item.readed .noti-icon::before {
    display: none;
}

.notification-area .list-group-item.readed h6 {
    color: #747794;
}

.notification-area .list-group-item:hover h6,
.notification-area .list-group-item:focus h6 {
    color: #ea4c62;
}

.notification-area .unread-notifications {
    position: relative;
    z-index: 1;
}

.layout-options {
    position: relative;
    z-index: 1;
}

.layout-options a {
    display: inline-block;
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    margin-left: .5rem;
    text-align: center;
    font-size: 1rem;
    color: #747794;
}

.layout-options a i {
    line-height: 30px;
}

.layout-options a:hover,
.layout-options a:focus,
.layout-options a.active {
    color: #ffffff;
    background-color: #ea4c62;
}

.settings-card {
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
}

.settings-card .card-body {
    padding: 0.75rem 1rem;
}

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

.single-settings {
    position: relative;
    z-index: 1;
}

.single-settings .title {
    font-size: 14px;
}

.single-settings .title i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #8A4821;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
    border-radius: .25rem;
    margin-right: .5rem;
    font-size: 14px;
}

.single-settings .title span span {
    font-size: 10px;
    margin-left: 0.5rem;
}

.single-settings .data-content {
    font-size: 13px;
    font-weight: 700;
}

.single-settings .data-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-settings .data-content i {
    margin-left: 0.25rem;
}

.single-settings .toggle-button-cover {
    position: relative;
    z-index: 1;
}

.single-settings .knobs,
.single-settings .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-settings .button.r {
    position: relative;
    width: 45px;
    height: 21px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.single-settings .button.r,
.single-settings .button.r .layer {
    border-radius: 100px;
}

.single-settings .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.single-settings .knobs {
    z-index: 2;
}

.single-settings .layer {
    width: 100%;
    background-color: transparent;
    transition: 0.3s ease all;
    z-index: 1;
}

.single-settings .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #ea4c62;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.single-settings .checkbox:active+.knobs:before {
    width: 45px;
    border-radius: 100px;
}

.single-settings .checkbox:checked:active+.knobs:before {
    margin-left: -26px;
}

.single-settings .checkbox:checked+.knobs:before {
    content: '';
    left: 24px;
    background-color: #ea4c62;
}

.single-settings .checkbox:checked~.layer {
    background-color: #f8f8ff;
}

.language-area-wrapper,
.shipping-method-choose {
    position: relative;
}

.language-area-wrapper ul,
.shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-area-wrapper ul li,
.shipping-method-choose ul li {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}

.language-area-wrapper ul li input[type=radio],
.shipping-method-choose ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.language-area-wrapper ul li label,
.shipping-method-choose ul li label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 45px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear;
    margin-bottom: 0;
    border-radius: 0.4rem;
    font-size: 14px;
    font-weight: 700;
}

.language-area-wrapper ul li label span,
.shipping-method-choose ul li label span {
    font-size: 11px;
    margin-left: 0.5rem;
}

.language-area-wrapper ul li .check,
.shipping-method-choose ul li .check {
    display: block;
    position: absolute;
    border: 4px solid #ea4c62;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: all .25s linear;
}

.language-area-wrapper ul li .check::before,
.shipping-method-choose ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -4px;
    transition: background 0.25s linear;
}

.language-area-wrapper input[type=radio]:checked~.check,
.shipping-method-choose input[type=radio]:checked~.check {
    border-color: #ea4c62;
}

.language-area-wrapper input[type=radio]:checked~.check::before,
.shipping-method-choose input[type=radio]:checked~.check::before {
    background: #ea4c62;
}

.language-area-wrapper input[type=radio]:checked~label,
.shipping-method-choose input[type=radio]:checked~label {
    color: #ea4c62;
    background-color: rgba(16, 13, 209, 0.103);
}

.user-info-card {
    position: relative;
    z-index: 1;
    background-color: #ffaf00;
    border-color: #ffaf00;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user-info-card .user-profile img {
    border-radius: 50%;
}

.single-profile-data {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.single-profile-data:last-child {
    margin-bottom: 0;
}

.single-profile-data .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 12px;
    color: #020310;
}

.single-profile-data .title i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #8A4821;
    text-align: center;
    color: #ffffff;
    line-height: 23px;
    border-radius: .25rem;
    margin-right: .4rem;
    font-size: 12px;
}

.single-profile-data .title span {
    line-height: 1;
}

.single-profile-data .data-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 13px;
    text-align: right;
    color: #747794;
}

.user-data-card {
    position: relative;
    z-index: 1;
    border-color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.user-data-card .card-body {
    padding: 1.25rem;
}

.user-data-card .title {
    font-size: 13px;
    color: #020310;
    font-weight: 500;
    margin-bottom: 0;
}

.user-data-card .title i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #ea4c62;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    border-radius: .25rem;
    margin-right: .4rem;
    font-size: 14px;
}

.user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #747794;
    font-size: 13px;
}

.user-data-card textarea.form-control {
    height: auto;
    padding: 15px;
}

.change-user-thumb {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
}

.change-user-thumb input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
}

.change-user-thumb button {
    width: 100%;
    height: 100%;
    background-color: #f8f8ff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #ebebeb;
}

.support-wrapper .faq-heading {
    background: #ea4c62;
    background: -webkit-linear-gradient(to right, #ea4c62, #ea4c62);
    background: linear-gradient(to right, #ea4c62, #ea4c62);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.accordian-card {
    position: relative;
    z-index: 1;
}

.accordian-card .card-body {
    padding: 1.25rem;
}

.accordian-card p {
    padding-left: 35px;
}

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

.accordian-card .accordian-header.collapse {
    display: block;
}

.accordian-card .accordian-header button {
    color: #ea4c62;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.accordian-card .accordian-header button span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ea4c62;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.accordian-card .accordian-header button>i {
    color: #747794;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.accordian-card .accordian-header button:hover,
.accordian-card .accordian-header button:focus {
    color: #ea4c62;
}

.accordian-card .accordian-header button.collapsed>span {
    color: #020310;
}

.accordian-card .accordian-header button.collapsed>i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#faq_accordion .accordian-header button.collapsed>i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#faq_accordion button .sp-r{
    color:#000;
    font-weight:bold;
}



.accordian-card.seller-card .accordian-header button span i {
    background-color: #ea4c62;
}

.accordian-card.others-card .accordian-header button span i {
    background-color: #ea4c62;
}

.single-product-slide,
.blog-details-post-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 380px;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
        height: 520px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
        height: 600px;
    }
}

.catagory-single-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .catagory-single-img {
        height: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .catagory-single-img {
        height: 240px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catagory-single-img {
        height: 270px;
    }
}

@media only screen and (min-width: 1200px) {
    .catagory-single-img {
        height: 310px;
    }
}

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

.faq-search-form input {
    border-radius: 60px;
    padding-left: 40px;
    font-weight: 700;
}

.faq-search-form input:focus {
    border-color: transparent;
}

.faq-search-form button {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none !important;
}

.live-chat-intro {
    position: relative;
    z-index: 1;
    background-color: #ea4c62;
    padding: 2rem 0;
    text-align: center;
    border-radius: 0 0 3rem 3rem;
}

.live-chat-intro p {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.live-chat-intro img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto .5rem;
    display: block;
}

.live-chat-intro .status {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
}

.live-chat-intro .status.online {
    padding-left: 15px;
}

.live-chat-intro .status.online::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ea4c62;
    border-radius: 50%;
    content: "";
    margin-top: -5px;
    top: 50%;
    left: 0;
    z-index: 10;
}

.agent-message-content {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.agent-message-content .agent-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
}

.agent-message-content .agent-thumbnail img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
    background-color: #ffffff;
    padding: 2px;
}

.agent-message-content .agent-message-text {
    position: relative;
    z-index: 1;
}

.agent-message-content .agent-message-text span {
    font-size: 12px;
    color: #747794;
    margin-left: 0.5rem;
    margin-top: 0.25rem;
    display: block;
}

.agent-message-content .agent-message-text p {
    display: inline-block;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: .75rem 1rem .65rem;
    border-radius: 1rem 1rem 1rem 0.25rem;
}

.user-message-content {
    position: relative;
    z-index: 1;
    text-align: right;
    margin-bottom: 1rem;
}

.user-message-content .user-message-text {
    padding-left: 3rem;
}

.user-message-content .user-message-text p {
    display: inline-block;
    margin-bottom: 0;
    padding: .75rem 1rem .65rem;
    background-color: #ea4c62;
    color: #ffffff;
    border-radius: 1rem 1rem 0.25rem 1rem;
}

.user-message-content .user-message-text span {
    font-size: 12px;
    display: block;
    color: #747794;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.type-text-form {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99999;
}

.type-text-form .form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 55px;
    border-color: transparent;
    color: #747794;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 40px;
}

.type-text-form .form-control:focus {
    border-color: transparent;
}

.type-text-form button[type="submit"] {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 30;
    border: 0;
    background-color: #ffffff;
    font-size: 1rem;
    color: #020310;
    outline: none !important;
}

.type-text-form .file-upload {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    left: 0;
    z-index: 20;
}

.type-text-form .file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
}

.type-text-form .file-upload span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 50;
    text-align: center;
    line-height: 55px;
}

.single-order-status {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.single-order-status:last-child {
    margin-bottom: 0;
}

.single-order-status .card-body {
    padding: 0.75rem 1rem;
}

.single-order-status .order-icon {
    color: #020310;
    margin-right: .5rem;
}

.single-order-status .order-icon i {
    font-size: 1.125rem;
}

.single-order-status .order-status {
    color: #020310;
    font-size: 14px;
    font-weight: 700;
}

.single-order-status .order-status .order-date {
    font-size: 10px;
    color: #020310;
    margin-left: 0.5rem;
}

.cart-table {
    position: relative;
    z-index: 1;
}

.cart-table table {
    max-width: 100%;
}

.cart-table table tbody tr {
    background-color: #ffffff;
    border-bottom: 2px dashed #ebebeb;
}

.cart-table table tbody tr:last-child {
    border-bottom: 0;
}

.cart-table table a {
    color: #020310;
    font-weight: 700;
}

.cart-table table a.remove-product {
    color: #ffffff;
    width: 24px;
    height: 24px;
    background-color: #ea4c62;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 10px;
}

.cart-table table a.remove-product:hover,
.cart-table table a.remove-product:focus {
    color: #ffffff;
    background-color: #020310;
}

.cart-table table a span {
    display: block;
    color: #747794;
}

.cart-table table a:hover,
.cart-table table a:focus {
    color: #ea4c62;
}

.cart-table .table td,
.cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0;
}

.cart-table img {
    max-width: 2.5rem;
    border: 1px solid #ebebeb;
}

.cart-table .qty-text {
    border: 1px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    height: 2rem;
    border-radius: .25rem;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.cart-table .qty-text:focus {
    border: 1px solid #ea4c62;
}

.coupon-card .card-body {
    padding: 1.25rem;
}

.cart-amount-area .card-body {
    padding: .75rem 1.25rem;
}

.apply-coupon {
    position: relative;
    z-index: 1;
}

.apply-coupon p {
    font-size: 12px;
}

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

.coupon-form .form-control {
    height: 34.4px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: .4rem;
}

.coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.billing-information-card {
    position: relative;
    z-index: 1;
}

.billing-information-title-card {
    border-radius: 1rem 1rem 0 0;
    border-color: #ea4c62;
}

.shipping-method-choose-title-card {
    border-radius: 1rem 1rem 0 0;
    border-color: #ea4c62;
}

.shipping-method-choose-card {
    border-radius: 0 0 1rem 1rem;
    border-color: #ffffff;
}

.single-payment-method a {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-bottom: 1rem;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 1rem;
}

.single-payment-method a i {
    font-size: 3rem;
    margin-bottom: .5rem;
    display: block;
}

.single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
}

.single-payment-method a:hover,
.single-payment-method a:focus {
    box-shadow: 0 5px 11px rgba(15, 15, 15, 0.175);
}

.single-payment-method a:hover h6,
.single-payment-method a:focus h6 {
    color: #ea4c62;
}

.credit-card-info-wrapper img {
    margin: 0 auto;
    max-width: 300px;
}

.pay-credit-card-form {
    position: relative;
    z-index: 1;
}

.pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase;
}

.pay-credit-card-form small {
    font-size: 11px;
}

.pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 1px 0px #d7def4;
}

.bank-ac-info .list-group-item {
    font-size: 14px;
}

.order-success-wrapper {
    position: relative;
    width: 100%;
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #0d3bd1);
    background: linear-gradient(to left, #ea4c62, #0d3bd1);
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 3rem;
}

.order-success-wrapper i {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.order-success-wrapper h5 {
    color: #ffffff;
}

.order-success-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
}

.product-slides {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}

.product-slides .owl-prev,
.product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #ea4c62;
}

.product-slides .owl-prev.disabled,
.product-slides .owl-next.disabled {
    opacity: 0;
    visibility: hidden;
}

.product-slides .owl-next {
    left: auto;
    right: 15px;
}

.product-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1rem;
    z-index: 10;
}

.product-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    max-width: 12px;
    height: 2px;
    background-color: #ebebeb;
    margin: 0 5px;
}

.product-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    background-color: #ffaf00;
}

.product-title-meta-data {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-left: 1rem;
    padding-top: 1.5rem !important;
}

.product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right;
}

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

.product-description .sale-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ea4c62;
}

.product-description .sale-price span {
    margin-left: 0.5rem;
    color: #747794;
    text-decoration: line-through;
}

.product-description .ratings i {
    color: #ffaf00;
    font-size: 14px;
    margin-right: 3px;
}

.product-description .total-result-of-ratings span:first-child {
    background-color: #ea4c62;
    padding: 3px 6px;
    color: #ffffff;
    display: inline-block;
    border-radius: .25rem;
    font-size: 12px;
    margin-right: 0.25rem;
    font-weight: 700;
}

.product-description .total-result-of-ratings span:last-child {
    color: #ea4c62;
    font-size: 12px;
    font-weight: 700;
}

.cart-form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-form .form-control {
    max-width: 200px;
    height: 34.4px;
    margin-right: 0.5rem;
    text-align: center;
}

.p-wishlist-share a {
    display: inline-block;
    color: #ea4c62;
    font-size: 1.5rem;
}

.choose-color-radio .custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    background-color: #ea4c62;
}

.choose-color-radio .custom-control-label.yellow::before {
    background-color: #ffaf00;
}

.choose-color-radio .custom-control-label.green::before {
    background-color: #ea4c62;
}

.choose-color-radio .custom-control-label.purple::before {
    background-color: #ea4c62;
}

.choose-color-radio .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
}

.choose-color-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: transparent;
}

.choose-color-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #ea4c62;
    background-color: #ea4c62;
}

.choose-color-radio .custom-control-input:checked~.custom-control-label.yellow::before {
    background-color: #ffaf00;
}

.choose-color-radio .custom-control-input:checked~.custom-control-label.green::before {
    background-color: #ea4c62;
}

.choose-color-radio .custom-control-input:checked~.custom-control-label.purple::before {
    background-color: #ea4c62;
}

.choose-size-radio {
    position: relative;
    z-index: 1;
    text-align: right;
}

.choose-size-radio li a {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    text-align: center;
    margin-left: .5rem;
    border-radius: .25rem;
    font-size: 12px;
    line-height: 24px;
    color: #747794;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(15, 15, 15, 0.175);
}

.choose-size-radio li a:hover,
.choose-size-radio li a:focus {
    color: #ffffff;
    background-color: #ea4c62;
}

.choose-size-radio li.active a {
    color: #ffffff;
    background-color: #ea4c62;
}

.p-specification {
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px 0px #d7def4;
    border-radius: 0;
}

.p-specification2 {
    position: relative;
    z-index: 1;
}

.p-specification li {
    font-size: 14px;
}

.single-user-review {
    position: relative;
    z-index: 1;
    border-bottom: 2px dashed #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.single-user-review:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 150px;
    max-width: 150px;
    margin-right: .5rem;
}

.single-user-review .user-thumbnail img {
    border-radius: 50%;
	width:100%;
}

.single-user-review .rating {
    font-size: 12px;
    color: #ffaf00;
}

.single-user-review .name-date {
    display: block;
    font-size: 11px;
}

.ratings-submit-form {
    position: relative;
    z-index: 1;
}

.ratings-submit-form textarea.form-control {
    height: 80px;
    font-size: 14px;
}

.my-rating .fa-star{
	color:#ffaf00;
}

.ratings-submit-form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px;
}

.ratings-submit-form .stars:before,
.ratings-submit-form .stars:after {
    display: table;
    content: "";
}

.ratings-submit-form .stars:after {
    clear: both;
}

.ratings-submit-form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.ratings-submit-form .stars input[type="radio"].star-5:checked~span {
    width: 100%;
}

.ratings-submit-form .stars input[type="radio"].star-4:checked~span {
    width: 80%;
}

.ratings-submit-form .stars input[type="radio"].star-3:checked~span {
    width: 60%;
}

.ratings-submit-form .stars input[type="radio"].star-2:checked~span {
    width: 40%;
}

.ratings-submit-form .stars input[type="radio"].star-1:checked~span {
    width: 20%;
}

.ratings-submit-form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -99999rem;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}

.ratings-submit-form .stars label:hover~span {
    background-position: 0 -30px;
}

.ratings-submit-form .stars label.star-5:hover~span {
    width: 100% !important;
}

.ratings-submit-form .stars label.star-4:hover~span {
    width: 80% !important;
}

.ratings-submit-form .stars label.star-3:hover~span {
    width: 60% !important;
}

.ratings-submit-form .stars label.star-2:hover~span {
    width: 40% !important;
}

.ratings-submit-form .stars label.star-2:hover~span {
    width: 20% !important;
}

.ratings-submit-form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.add2cart-notification {
    position: fixed;
    bottom: 58px;
    width: 100%;
    height: 30px;
    background-color: #ea4c62;
    z-index: 1000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
}

.discount-coupon-card {
    position: relative;
    z-index: 1;
    background-color: #ea4c62 !important;
}

.discount-coupon-card .coupon-text-wrap h5 {
    border-right: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-nav-area {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    height: 58px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -2px 12px rgba(15, 15, 15, 0.175);
}

.footer-nav-area.footer-out {
    bottom: -100px;
}

.suha-footer-nav ul {
    width: 100%;
}

.suha-footer-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    position: relative;
    z-index: 1;
}

.suha-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    color: #747794;
    z-index: 1;
}

.suha-footer-nav ul li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.suha-footer-nav ul li a:hover,
.suha-footer-nav ul li a:focus {
    color: #ea4c62;
}

.suha-footer-nav ul li a img {
    max-height: 1.5rem;
    margin: 0 auto .25rem;
    display: block;
}

.suha-footer-nav ul li.active a {
    color: #ea4c62;
}

/* CTA Area */

.cta-area {
    position: relative;
    z-index: 2;
}

.cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    background-size: cover;
    background-position: center top;
}

.cta-area .cta-text p,
.cta-area .cta-text h4 {
    color: #ffffff;
}

.cta-area .cta-text::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #ea4c62;
    background: -webkit-linear-gradient(to left, #ea4c62, #0d3bd1);
    background: linear-gradient(to left, #ea4c62, #0d3bd1);
    z-index: -10;
    border-radius: 1rem;
    opacity: .75;
}

/* Register CSS */

.login-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}

.login-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.175;
    z-index: -1;
    top: -130px;
    right: -85px;
}

.login-wrapper .success-check {
    color: #ffffff;
    margin: 0 auto;
}

.login-wrapper .success-check i {
    font-size: 3rem;
}

.register-form {
    position: relative;
    background: #fff;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.register-form .form-group {
    position: relative;
    z-index: 1;
}

.register-form span {
    color: #ea4c62 !important;
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.register-form form>.form-group>label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #ea4c62 !important;
    top: 26px;
}

.register-form .form-control {
    border-radius: 0;
    border: 0;
    color: #000 !important;
    font-size: 13px;
    background-color: transparent;
    height: 40px;
    padding: 8px 8px 8px 24px;
    border-bottom: 1px solid #000;
}

.register-form .form-control::placeholder {
    color: #ccc;
    opacity: 0.5;
}

.register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 1rem;
    margin-bottom: 0.25rem;
}

.register-form .password-score {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.register-form .password-score span {
    font-size: 18px;
    margin-left: 1rem;
}

.register-form .password-recommendation {
    display: none !important;
}

.register-form #password-recommendation-heading {
    font-weight: 700;
    color: #ea4c62;
    font-size: 16px;
}

.login-meta-data a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.login-meta-data a:hover,
.login-meta-data a:focus {
    color: #000;
}

.login-meta-data p {
    color: #000;
}

.login-meta-data p a {
    color: #000;
    font-weight: 500;
}

.login-meta-data p a:hover,
.login-meta-data p a:focus {
    color: #ffaf00;
}

.go-back-btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #ea4c62;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
}

.go-back-btn:hover,
.go-back-btn:focus {
    background-color: #ea4c62;
    color: #ffffff;
}

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

.otp-form .form-control {
    padding: 0.75rem;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #ffffff;
    border-radius: 0.5rem;
}

.otp-form .form-control::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.otp-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.otp-form select.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
}

.otp-form select.custom-select {
    background: rgba(255, 255, 255, 0.25) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.otp-form select option {
    background-color: #ea4c62;
}

.otp-form input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.otp-verify-form {
    position: relative;
    z-index: 1;
}

.otp-verify-form .form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 12px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 700;
}

.otp-verify-form .form-control::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.otp-verify-form .form-control:focus {
    background-color: #ffaf00;
    color: #020310;
}

.otp-sec {
    font-weight: 500;
}

.contact-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    background-color: #e7eaf5;
}

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

.contact-form .form-group {
    position: relative;
    z-index: 1;
}

.contact-form form>.form-group>label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px;
}

.contact-form .form-control {
    border-radius: 0.5rem;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #ffffff;
    height: 46px;
    padding: 0.75rem 1.25rem;
}

.contact-form .form-control::placeholder {
    color: #747794;
    opacity: 1;
}

.contact-form textarea.form-control {
    height: 120px;
}

.google-maps-wrap {
    position: relative;
    z-index: 1;
}

.google-maps-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

/* Contact CSS */

.form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-color: #ebebeb;
    height: 50px;
    padding: 12px 20px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
}

/* Blog CSS */

.post-bookmark-wrap {
    position: relative;
    z-index: 1;
}

.blog-card {
    position: relative;
    z-index: 1;
    border: 0;
}

.blog-card .post-img {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
}

.blog-card .post-img img {
    border-radius: 1rem;
}

.blog-card .post-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #020310;
    opacity: 0.3;
    z-index: 1;
    border-radius: 1rem;
}

.blog-card .post-bookmark {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
}

.blog-card .post-bookmark i {
    line-height: 30px;
}

.blog-card .post-bookmark:hover,
.blog-card .post-bookmark:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.blog-card .post-content {
    position: absolute !important;
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
    z-index: 100;
    border-radius: .5rem;
    background-color: #ffffff;
    padding: .75rem;
    overflow: hidden;
}

.blog-card .post-content .bg-shapes .circle1 {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1;
}

.blog-card .post-content .bg-shapes .circle2 {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: -25px;
    right: -25px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1;
}

.blog-card .post-content .bg-shapes .circle3 {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    right: -35px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1;
}

.blog-card .post-content .bg-shapes .circle4 {
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    top: -45px;
    right: -45px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1;
}

.blog-card .post-content .post-catagory {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ea4c62;
    margin-bottom: 0.125rem;
    letter-spacing: .5px;
}

.blog-card .post-content .post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #020310;
    margin-bottom: .5rem;
    overflow: hidden;
    height: 38px;
}

.blog-card .post-content .post-title:hover,
.blog-card .post-content .post-title:focus {
    color: #ea4c62;
}

.blog-card .post-content .post-meta {
    position: relative;
    z-index: 1;
}

.blog-card .post-content .post-meta a {
    font-size: 10px;
    line-height: 1;
    color: #747794;
}

.blog-card .post-content .post-meta a:hover,
.blog-card .post-content .post-meta a:focus {
    color: #ea4c62;
}

.blog-card .post-content .post-meta a i {
    margin-right: 0.25rem;
}

.blog-card .post-content .post-meta span {
    font-size: 10px;
    line-height: 1;
    color: #747794;
}

.blog-card .post-content .post-meta span i {
    margin-right: 0.25rem;
}

.blog-card.list-card .post-content {
    width: calc(50% - 1rem);
    bottom: .75rem;
    left: .75rem;
}

.blog-card.list-card .post-bookmark {
    top: .75rem;
    right: .75rem;
}

.blog-card.list-card .read-more-btn {
    position: absolute;
    min-width: 100px;
    right: .75rem;
    bottom: .75rem;
    z-index: 99;
}

.blog-catagory-card {
    position: relative;
    z-index: 1;
}

.blog-catagory-card a {
    display: block;
}

.blog-catagory-card a i {
    color: #ea4c62;
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.blog-catagory-card a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #747794;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
}

.blog-catagory-card a:hover span,
.blog-catagory-card a:focus span {
    color: #ea4c62;
}

.blog-details-post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}

.blog-details-post-thumbnail .post-bookmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ea4c62;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 100;
    color: #ffffff;
}

.blog-details-post-thumbnail .post-bookmark i {
    line-height: 35px;
}

.blog-details-post-thumbnail .post-bookmark:hover,
.blog-details-post-thumbnail .post-bookmark:focus {
    background-color: #ea4c62;
    color: #ffffff;
}

.product-title-meta-data {
    position: relative;
    z-index: 1;
}

.product-title-meta-data .post-catagory {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #ea4c62;
    font-weight: 700;
}

.post-meta-data a {
    color: #747794;
    font-size: 12px;
}

.post-meta-data a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 0.25rem;
}

.post-meta-data a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 3px 8px;
    border: 1px solid #ea4c62;
    border-radius: .25rem;
    margin-left: 0.5rem;
    color: #ea4c62;
}

.post-meta-data a:hover span,
.post-meta-data a:focus span {
    border-color: #ea4c62;
    color: #ffffff;
    background-color: #ea4c62;
}

.post-meta-data span {
    color: #747794;
    font-size: 12px;
}

.post-meta-data span i {
    margin-right: 0.25rem;
}

.post-content p:last-child {
    margin-bottom: 0;
}

/* Night Mode */

#previewPage[data-theme="dark"] {
    background-color: #e7eaf5;
}

#previewPage[data-theme="dark"] body {
    background-color: #e7eaf5;
}

#previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020310;
}

#previewPage[data-theme="dark"] h1,
#previewPage[data-theme="dark"] h2,
#previewPage[data-theme="dark"] h3,
#previewPage[data-theme="dark"] h4,
#previewPage[data-theme="dark"] h5,
#previewPage[data-theme="dark"] h6 {
    color: #020310;
}

[data-theme="dark"] {
    background-color: #0C153B;
}

[data-theme="dark"] body {
    background-color: #0C153B;
}

[data-theme="dark"] a,
[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
    color: #ffffff;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .header-area {
    background-color: #0C153B;
    box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .footer-nav-area {
    background-color: #0C153B;
    box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .card {
    border-color: #242644;
    background-color: #242644;
    box-shadow: none;
}

[data-theme="dark"] .suha-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .suha-footer-nav ul li.active a {
    color: #ffaf00;
}

[data-theme="dark"] .suha-footer-nav ul li a:hover,
[data-theme="dark"] .suha-footer-nav ul li a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .btn-warning:hover,
[data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-danger:hover,
[data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-primary:hover,
[data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-success:hover,
[data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-info:hover,
[data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .catagory-card span {
    color: #ffffff;
}

[data-theme="dark"] .catagory-card:hover span,
[data-theme="dark"] .catagory-card:focus span {
    color: #ffaf00;
}

[data-theme="dark"] .flash-sale-card .product-title {
    color: #ffffff;
}

[data-theme="dark"] .flash-sale-card:hover .product-title,
[data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ffaf00;
}

[data-theme="dark"] .flash-sale-card .sale-price {
    color: #ffffff;
}

[data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .top-product-card .product-title {
    color: #ffffff;
}

[data-theme="dark"] .top-product-card:hover .product-title,
[data-theme="dark"] .top-product-card:focus .product-title {
    color: #ffaf00;
}

[data-theme="dark"] .top-product-card .btn:hover,
[data-theme="dark"] .top-product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

[data-theme="dark"] .weekly-product-card .product-description .product-title {
    color: #ffffff;
}

[data-theme="dark"] .weekly-product-card:hover .product-title,
[data-theme="dark"] .weekly-product-card:focus .product-title {
    color: #ffaf00;
}

[data-theme="dark"] .weekly-product-card .product-description .sale-price {
    color: #ffaf00;
}

[data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #ffffff;
}

[data-theme="dark"] .page-nav li a:hover,
[data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent;
}

[data-theme="dark"] .cart-table table a {
    color: #ffffff;
}

[data-theme="dark"] .cart-table table a:hover,
[data-theme="dark"] .cart-table table a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .cart-table img {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .back-button a {
    color: #ffffff;
}

[data-theme="dark"] .back-button a:hover,
[data-theme="dark"] .back-button a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .filter-option {
    color: #ffaf00;
}

[data-theme="dark"] .catagory-sidebar-area,
[data-theme="dark"] .type-text-form {
    background-color: #0C153B;
}

[data-theme="dark"] .type-text-form {
    box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .type-text-form .form-control,
[data-theme="dark"] .type-text-form .file-upload span,
[data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #0C153B;
}

[data-theme="dark"] .type-text-form button[type="submit"] {
    color: #ffffff;
    outline: none;
}

[data-theme="dark"] .user-info-card {
    background-color: #ffaf00;
    border-color: #ffaf00;
}

[data-theme="dark"] .user-info-card h5 {
    color: #ffffff;
}

[data-theme="dark"] .user-data-card .title {
    color: #ffffff;
}

[data-theme="dark"] .cart-table table tbody tr {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .pay-credit-card-form small a {
    color: #ffffff;
}

[data-theme="dark"] .pay-credit-card-form small a:hover,
[data-theme="dark"] .pay-credit-card-form small a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62;
}

[data-theme="dark"] .single-payment-method a h6 {
    color: #ffffff;
}

[data-theme="dark"] .single-payment-method a:hover h6,
[data-theme="dark"] .single-payment-method a:focus h6 {
    color: #ea4c62;
}

[data-theme="dark"] .billing-information-title-card {
    border-color: transparent;
}

[data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent;
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~label,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~label {
    color: #ffffff;
    background-color: rgba(16, 13, 209, 0.7);
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~.check::before,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~.check::before {
    background: #ffffff;
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~.check,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~.check {
    border-color: #ffffff;
}

[data-theme="dark"] .list-group-item {
    background-color: #242644;
    border-color: #242644;
}

[data-theme="dark"] .notification-area .list-group-item h6 {
    color: #ffffff;
}

[data-theme="dark"] .notification-area .list-group-item:hover h6,
[data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ffaf00;
}

[data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #0C153B;
}

[data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .single-settings .data-content a:hover,
[data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .layout-options a {
    background-color: #242644;
}

[data-theme="dark"] .layout-options a:hover,
[data-theme="dark"] .layout-options a:focus,
[data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62;
}

[data-theme="dark"] .post-content,
[data-theme="dark"] .selection-panel.bg-white,
[data-theme="dark"] .product-title-meta-data.bg-white,
[data-theme="dark"] .cart-form-wrapper.bg-white,
[data-theme="dark"] .p-specification.bg-white,
[data-theme="dark"] .rating-and-review-wrapper.bg-white,
[data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #242644 !important;
}

[data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62;
}

[data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ffaf00;
}

[data-theme="dark"] .single-user-review {
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .accordian-card .accordian-header button {
    color: #ffaf00;
}

[data-theme="dark"] .accordian-card .accordian-header button.collapsed>span {
    color: #ffffff;
}

[data-theme="dark"] .faq-search-form input {
    border-color: transparent;
}

[data-theme="dark"] .top-product-card .delete-btn,
[data-theme="dark"] .weekly-product-card .product-thumbnail-side .delete-btn {
    color: #020310;
}

[data-theme="dark"] .product-title-meta-data::after {
    background-image: url(img/core-img/curve2.png);
}

[data-theme="dark"] .top-product-card .wishlist-btn {
    color: #ea4c62;
}

[data-theme="dark"] .catagory-card i {
    color: #ffaf00;
}

[data-theme="dark"] .blog-catagory-card a i {
    color: #ffaf00;
}

[data-theme="dark"] .blog-catagory-card a span {
    color: #ffffff;
}

[data-theme="dark"] .blog-catagory-card a span:hover,
[data-theme="dark"] .blog-catagory-card a span:focus {
    color: #ffaf00;
}

[data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .post-meta-data a span:hover,
[data-theme="dark"] .post-meta-data a span:focus {
    border-color: #ffaf00;
    color: #ffaf00;
}

[data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
}

[data-theme="dark"] .blog-card .post-content .post-title {
    color: #ffffff;
}

[data-theme="dark"] .blog-card .post-content .post-title:hover,
[data-theme="dark"] .blog-card .post-content .post-title:focus {
    color: #ffaf00;
}

[data-theme="dark"] .blog-card .post-content .post-meta a,
[data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .blog-card .post-content .post-meta a:hover,
[data-theme="dark"] .blog-card .post-content .post-meta a:focus,
[data-theme="dark"] .blog-card .post-content .post-meta span:hover,
[data-theme="dark"] .blog-card .post-content .post-meta span:focus {
    color: #ffffff;
}

[data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #ffffff;
}

[data-theme="dark"] .featured-product-card .product-description .product-title:hover,
[data-theme="dark"] .featured-product-card .product-description .product-title:focus {
    color: #ffaf00;
}

[data-theme="dark"] .cart-table .qty-text,
[data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    box-shadow: none !important;
}

[data-theme="dark"] .cart-table .qty-text::placeholder,
[data-theme="dark"] .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text option,
[data-theme="dark"] .form-control option {
    border-color: transparent !important;
    background-color: #0C153B;
    color: #ffffff !important;
}

[data-theme="dark"] .register-form .form-control {
    background-color: transparent !important;
}

[data-theme="dark"] .register-form .form-control::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

[data-theme="dark"] .otp-form select.custom-select {
    background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

[data-theme="dark"] .contact-form select.custom-select {
    background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

[data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

[data-theme="dark"] .faq-search-form button {
    color: #ffffff;
}

#brd_dwn_data p{
    margin-bottom:0;
}

@media (max-width: 992px){
    #headerArea .lni-map-marker, #headerArea .lni-phone{
        font-size:15px;
    }
}


.coupon_apply #coupon_code{
    padding: 3px 10px;
    border-radius: 4px;
    border-color: transparent;
}

/*
#incl_bx ul{
    list-style-type: disclosure-closed;
    padding-left: 15px;
}

#incl_bx ul li{
    list-style: revert;
}
*/

#incl_bx{
    margin-bottom:15px;
}

#incl_bx li:before{
    content : "\f00c";
    color:green !important;
    font-family:"FONTAWESOME";
    padding-right:10px;
}

#incl_bx ol:before{
    content : "\f00d";
    color:red !important;
    font-family:"FONTAWESOME";
    padding-right:10px;
}

.nned_t_bx li:before{
    content : "\f05a";
    color:red !important;
    font-family:"FONTAWESOME";
    padding-right:10px;
}
.cncl_bx li:before{
    content : "\f192";
    color:red !important;
    font-family:"FONTAWESOME";
    padding-right:10px;
}
#home_testimonials .section-heading h4{
    width:100%;
}

#home_testimonials .top_review_content img{
    width: 65px;
    height: 63px;
    border-radius: 50%;
    margin-bottom:10px;
}

#home_testimonials .top_review_content p{
    /*
    max-height: 80px;
    min-height: 80px;
    */
    overflow: auto;
    text-align: justify;
}

#home_testimonials .card-body{
    padding:25px 15px;
}

#home_testimonials .bottom_review_content img{
    width: 100px;
    height: 63px;
    float: left;
    margin-right: 10px;
    border-radius: 7px;
}

#home_testimonials .bottom_review_content p{
    font-size:16px;
}

#home_testimonials .bottom_review_content .fa{
    color:red;
}

/*
@media (max-width:991px){
    #home_testimonials .slick-track, #home_testimonials .slick-initialized .slick-slide{
        width:250px !important;
    }
*/
#home_testimonials .card-body{
    padding:10px 5px;
}

#addon_ncss .card img{
    width: 28%;
    float: left;
    margin-right: 3%;
    height: auto;
    border-radius: 6px;
}

#addon_ncss .flash-sale-card{
    padding-top:2%;
}

#naddon .hide {
  display: none;
}


@media (max-width: 992px){
    #addon_ncss .flash-sale-card{
        width: 95%;
        margin-left: 2%;
    }
    
    .datepicker-dropdown{
        left:0 !important;
    }
    
    #checkout_addons .addon_bx{
        max-width: 44%;
        margin-left:2%;
    }
    .addon_lists_bx{
        overflow-y:hidden;
        overflow-x:hidden;
    }
    
    #pullAddon #naddon{
        overflow-y:auto;
    }
}


#checkout_addons .row{
    padding-left: 15px;
    padding-right: 15px;
}

#checkout_addons .addon_bx{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#checkout_addons .top-product-card .product-thumbnail img{
    height: 100px;
}

#checkout_addons{
    box-shadow: none;
    background: transparent;
}


.addon_card img{
    width:100%;
}

/* new css*/
#pullAddon.active{
             transition: all 0.4s ease-in-out;
         }
         #pollSlider-button{
         margin-top:10px;
         width:100%;
         }
         .ph_slide{
         z-index:999;
         }
         #closeAddon-button{
         margin-top:20px;
         width: 15%;
         margin-bottom:30px;
         }
         #pullAddon .addon_lists_bx{
         max-height:100%;
         }
         #pullAddon #naddon{
         padding:0 !important;
         padding-left:15px !important;
         padding-right:15px !important;
         }
         #pullAddon .flash-sale-wrapper{
         padding:0 !important;    
         }
         #pullAddon .minus, #pullAddon .plus{
         background:#fff;
         border-radius:4px;
         padding:0px 4px 0px 4px;
         border:1px solid #ddd;
         width: 25px !important;
         display: inline-block; 
         text-align: center;
         box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
         }
         #pullAddon .minus:hover, #pullAddon .plus:hover{
         cursor:pointer;
         }
         #value_number{
         margin-left: 10px;
         margin-right: 10px;
         }
         .toggleSwitch span span {
         display: none;
         }
         @media only screen {
         .toggleSwitch {
         display: inline-block;
         height: 18px;
         position: relative;
         overflow: visible;
         padding: 0;
         margin-left: 0px;
         cursor: pointer;
         width: 40px
         }
         .toggleSwitch * {
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         }
         .toggleSwitch label,
         .toggleSwitch > span {
         line-height: 20px;
         height: 25px;
         vertical-align: middle;
         }
         .toggleSwitch input:focus ~ a,
         .toggleSwitch input:focus + label {
         outline: none;
         }
         .toggleSwitch label {
         position: relative;
         z-index: 3;
         display: block;
         width: 100%;
         }
         .toggleSwitch input {
         position: absolute;
         opacity: 0;
         z-index: 5;
         }
         .toggleSwitch > span {
         position: absolute;
         left: -50px;
         width: 100%;
         margin: 0;
         padding-right: 50px;
         text-align: left;
         white-space: nowrap;
         }
         .toggleSwitch > span span {
         position: absolute;
         top: 2px;
         left: 0;
         z-index: 5;
         display: block;
         width: 50%;
         margin-left: 50px;
         text-align: left;
         font-size: 0.9em;
         width: 100%;
         left: 15%;
         opacity: 0;
         }
         .toggleSwitch a {
         position: absolute;
         right: 50%;
         z-index: 4;
         display: block;
         height: 125%;
         padding: 0;
         left: 2px;
         width: 22px;
         background-color: #fff;
         border: 1px solid #CCC;
         border-radius: 100%;
         -webkit-transition: all 0.2s ease-out;
         -moz-transition: all 0.2s ease-out;
         transition: all 0.2s ease-out;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
         }
         .toggleSwitch > span span:first-of-type {
         color: #222;
         opacity: 1;
         left: 45%;
         }
         .toggleSwitch > span:before {
         content: '';
         display: block;
         width: 100%;
         height: 100%;
         position: absolute;
         left: 50px;
         top: -1px;
         background-color: #c6c6c6;
         border: 2px solid #aea9aa;
         border-radius: 30px;
         -webkit-transition: all 0.2s ease-out;
         -moz-transition: all 0.2s ease-out;
         transition: all 0.2s ease-out;
         }
         .toggleSwitch input:checked ~ a {
         border-color: #fff;
         left: 90%;
         margin-left: -15px;
         }
         .toggleSwitch input:checked ~ span:before {
         border-color: #3cbe5b;
         box-shadow: inset 0 0 0 30px #3cbe5b;
         }
         .toggleSwitch input:checked ~ span span:first-of-type {
         opacity: 0;
         }
         .toggleSwitch input:checked ~ span span:last-of-type {
         opacity: 1;
         color: #fff;
         }
         /* Switch Sizes */
         .toggleSwitch.large {
         width: 60px;
         height: 27px;
         }
         .toggleSwitch.large a {
         width: 27px;
         }
         .toggleSwitch.large > span {
         height: 29px;
         line-height: 28px;
         }
         .toggleSwitch.large input:checked ~ a {
         left: 41px;
         }
         .toggleSwitch.large > span span {
         font-size: 1.1em;
         }
         .toggleSwitch.large > span span:first-of-type {
         left: 50%;
         }
         .toggleSwitch.xlarge {
         width: 80px;
         height: 36px;
         }
         .toggleSwitch.xlarge a {
         width: 36px;
         }
         .toggleSwitch.xlarge > span {
         height: 38px;
         line-height: 37px;
         }
         .toggleSwitch.xlarge input:checked ~ a {
         left: 52px;
         }
         .toggleSwitch.xlarge > span span {
         font-size: 1.4em;
         }
         .toggleSwitch.xlarge > span span:first-of-type {
         left: 50%;
         }
         }
         #pullAddon .head_title{
         font-weight: 500;
         font-size: 18px;
         color:#222;
         }
         #pullAddon .flash-sale-card{
         box-shadow:none !important;
         padding:2% !important;
         }
         .addon_cnt_bx {
         padding: 5% 15%;
         padding-right: 3%;
         padding-bottom: 7%;
         box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
         border-radius:10px;
         }
         #pullAddon .modal-content{
         width: 90%;
         margin-left: 5%;
         }
         @media (max-width: 991px){
         #pullAddon .number{
         float:left;
         }
         .toggleSwitch{
         float: right;
         margin-right: 10px;
         margin-top: 4px;
         width: 90px;
         }
         #pullAddon .heading_sec{
         background:#fff;
         margin-bottom:0 !important;
         }
         #pullAddon .head_title {
         font-weight: 500;
         font-size: 18px;
         }
         #pullAddon #naddon{
         width:100%;
         }
         #pullAddon .flash-sale-wrapper{
         padding-top:0 !important;
         }
         .pullAddon.active_pull{
         overflow-y: auto;
         }
         #pullAddon .addon_lists_bx {
         max-height: 100%;
         }
         #closeAddon-button{
         width:60%;
         }
         #pullAddon.active_pull{
         background:#fff;
         }
         .addon_lists_bx{
         overflow-y:hidden;
         }
         }
         @media (min-width: 992px){
         .toggleSwitch{
         width: 75px;
         /*float:right;*/
         margin-top:2px;
         }
         #pullAddon .heading_sec{
         background: #fffdfd !important;
         }
         #pullAddon .number{
         float:left;
         }
         }
         #pullAddon .heading_sec p{
         font-weight:600;
         margin-bottom:0;
         font-size:20px;
         text-align:center;
         }
         .skip_btn{
         background:transparent;
         color:#222;
         }
         
         .skip_btn:focus{
             background:transparent !important;
             border:none !important;
             color:#222 !important;
         }
         #pullAddon .modal_btn{
         padding-top:10px;
         padding-bottom:10px;
         }
         #pullAddon{
         position:fixed;
         width:100%;
         background:#f7f7f7;
         bottom :-200px;
         height:200px;
         }
         #pullAddon.active_pull{
         height: 100%;
         bottom: 0;
         margin-bottom: 0 !important;
         z-index: 999;
         }
         #addon_ncss .card{
         background:transparent;
         }
         #addon_ncss .card-body{
         background:white;
         }
         .top-header.pull_sticky{
         display:none;
         }
         #headerArea.pull_sticky{
         display:none;
         }
         #pullAddon .heading_sec{
         padding-top: 10px !important;
         padding-bottom: 10px !important;
         }
         @media (min-width: 992px){
         #naddon{
         max-height: 80%;
         overflow-y: auto;
         }
         }
         @media (max-width: 991px){
         #pullAddon #naddon{
         padding-top:15px !important;
         padding-bottom:15px !important;
         }
         #pullAddon .heading_sec p{
         color:#222 !important;
         }
         }
         
         #pullAddon.active_pull .footer_sec{
            background: #fff;
            position: fixed;
            bottom: 0;
            z-index:9999;
         }
         
         #pullAddon  .dropdown {
        	margin: 2em auto;
        	width: 16.5em;
        	border: 1px solid #c8c5c5;
        	padding: 10px;
            margin-top: 0;
            margin-bottom: 0;
        }
        
        #pullAddon ul {
         display: none;
        }
        
        #pullAddon li {
         padding: 0.5em;
         cursor: pointer;
         display: inline-block;
        }
        
        
        #pullAddon li img{
            width:50px;
            height: auto;
        }
        
        #pullAddon .js-dropdown-list{
            position:absolute;
            width: 100%;
            bottom: 130%;
            border: 1px solid #c8c5c5;
            background: #fff;
            left:0;
        }
        
        #pullAddon #js_link .fa{
            float:right;
            margin-top:4px;
        }
        
        #pullAddon #js_link{
            color:#222;
        }
        
        #pullAddon #rsjs_link .fa{
            float:right;
            margin-top:4px;
        }
        
        #pullAddon #rsjs_link{
            color:#222;
            font-size:14px;
        }
        
        #pullAddon #js-dropdown-list span{
            margin-left:5px;
        }
        
        @media (max-width: 991px){
            #pullAddon .footer_sec .col-lg-8{
                width:45%;
            }
            
            #pullAddon .footer_sec .col-lg-4{
                width:55%;
            }
            
            #pullAddon .skip_btn{
                border: none;
                padding-right: 0;
            }
            
            #rsjs_link{
                display:block;
            }
            
            #js_link{
                display:none;
            }
            
            #pullAddon #naddon{
                background:#f7f7f7;
            }
            
            #pullAddon .dropdown{
                width:100%;
                border:2px solid #c8c5c5;
            }
            
            #pullAddon .heading_sec{
                position: fixed;
                z-index: 9999;
                width: 100%;
                height:50px;
            }
            
            #pullAddon #naddon{
                margin-top:50px;
                height: 80%;
                margin-bottom:80px;
            }
            
            #pullAddon .col-lg-4 .addon-count-wrap{
                float:right;
                width:100%;
            }
            
            #pullAddon #js-dropdown-list{
                width: 175%;
                background: #fcfcfc;
                border: 2px solid #d9d4d4;
            }
            
            #res_li{
                display:block;
            }
        }
        #pullAddon.active_pull{
           background:#f7f7f7; 
        }
        
        @media(min-width: 992px){
            #rsjs_link{
                display:none;
            }
            
            #js_link{
                display:block;
            }
            
            #res_li{
                display:none !important;
            }
        }
        #pullAddon #js-dropdown-list li{
            color:#222;
            font-size:14px;
        }    
        
        #pullAddon #res_li{
            width: 100%;
            text-align: right;
            font-weight: 500;
        }


#res_relprd{
    display:none;
}

#desk_relprd{
    display:block;
}

@media (max-width: 992px){
    #res_relprd{
        display:flex;
    }
    
    #desk_relprd{
        display:none;
    }
}

.top-products-area .section-heading h6 a{
	color:#414141;
}

.major_categories a{
	color:#414141;
	font-size:14px;
	font-weight:500;
}


#home_page .footer_seo_data{
	display:block;	
}


#responsive_footer_data, #home_page #responsive_footer_data{
	display:none;
}

@media (max-width: 767px){
	.desk_footer_data, #home_page .desk_footer_data{
		display:none;
	}
	
	#home_page #responsive_footer_data .card, #home_page #responsive_footer_data .card:hover{
		box-shadow:none;
	}
	
	#home_page .footer_seo_data h1, #responsive_footer_data #accordionExample h1{
		font-size: 22px;
	}
	#home_page .footer_seo_data h2, #responsive_footer_data #accordionExample h2{
		font-size:20px;
	}
	#home_page .footer_seo_data h3, #responsive_footer_data #accordionExample h3{
		font-size:18px;
	}
	
	#home_page .footer_seo_data h4, #responsive_footer_data #accordionExample h4{
		font-size:16px;
	}
	
	#responsive_footer_data, #responsive_footer_data #accordionExample, #major_categories.footer_seo_data{
		display:block !important;
	}
	
	#responsive_footer_data .collapsible-link {
	  width: 100%;
	  position: relative;
	  text-align: left;
	  font-size:16px;
	}

	#responsive_footer_data .collapsible-link::before {
	  content: "\f107";
	  position: absolute;
	  top: 50%;
	  right: 0rem;
	  transform: translateY(-50%);
	  display: block;
	  font-family: "FontAwesome";
	  font-size: 1.5rem;
	}

	#responsive_footer_data .collapsible-link[aria-expanded="true"]::before {
	  content: "\f106";
	}
}


#button_share a{
	padding:14px;
	display:block;
	color:#fff;
	font-size:18px;
}

.whatsapp_share{
	background:#19bd56;
}

.facebook_share{
	background:#3b5998;
}

.twitter_share{
	background:#1DA1F2;
}

.pinterest_share{
	background:#E60023;
}

.email_share{
	background:#685959;
}

@media (min-width: 991px){
	#button_share{
		position: fixed;
		left: 0%;
		top: 40%;
		z-index: 1;
	}
	
	.whatsapp_share{
		border-top-right-radius:8px;
	}
	
	.link_copy{
		border-bottom-right-radius:8px;	
	}
}

@media (max-width: 990px){
	#button_share{
		margin-bottom:50px;
	}
	
	#button_share a{
		display:inline-block;
		text-align:center;
		padding:10px;
		font-size:16px;
		width:15.6%;
	}
}

.link_copy .tooltiptext, .youtube_share_btn .tooltiptext {
  visibility: hidden;
  width: 150px;
  font-size:14px;
  background-color: #3a35359c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.link_copy:hover .tooltiptext, .youtube_share_btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


#cart_page .product-thumbnail-side, #cart_page .weekly-product-card .product-description{
	padding:0;
	width:100%;
	max-width:100%;
}

#cart_page .product-thumbnail img{
	width: 100%;
    max-height: 100%;
}

#cart_page .weekly-product-card .product-description{
	padding-top:10px;
}

#cart_page .weekly-product-card .product-description .sale-price{
	display:block;
}

#cart_page .remove_item{
	float:right;
}


#prd_detail_page .mybuynow{
	width: 49%;
    display: inline-block;
    margin-right: 0 !important;
}

#prd_detail_page .cart_btn{
	margin-top:10px;
}

@media (max-width: 991px){
    #prd_detail_page .mybuynow{
        width: 45%;
    }
    
    #prd_detail_page .cart_btn{
        padding-left:10px;
    }    
}

.menu-item,
.menu-open-button {
  background: #ea4c62;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  z-index:1;
}

.menu-open {
  display: none;
}

.menu {
  margin: auto;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 15%;
  width: 40px;
  height: 40px;
  text-align: left;
  box-sizing: border-box;
  font-size: 20px;
}

#cat_shares.menu {
  margin: auto;
  position: fixed;
  top: 75%;
  bottom: 0;
  left: 7%;
  width: 40px;
  height: 40px;
  text-align: left;
  box-sizing: border-box;
  font-size: 20px;
  z-index:1;
}



.share-icon {
  color: #fff;
}

.menu-item:hover {
  background: #EEEEEE;
  color: #3290B1;
}

.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -66.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(61.9466px, -35.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(56.9466px, 26.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(0.08361px, 60.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 580ms;
  -webkit-transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
  transform: translate3d(-60.86291px, 25.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 680ms;
  -webkit-transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
  transform: translate3d(-59.03006px, -32.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 780ms;
  -webkit-transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
  transform: translate3d(-0.25084px, -104.9997px, 0);
}

.facebook_share_btn {
  background-color: #3b5998;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.facebook_share_btn:hover {
  color: #3b5998;
  text-shadow: none;
}

.twitter_share_btn {
  background-color: #00aced;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.twitter_share_btn:hover {
  color: #00aced;
  text-shadow: none;
}

.google_plus_share_btn {
  background-color: #128C7E;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.google_plus_share_btn:hover {
  color: #128C7E;
  text-shadow: none;
}

.youtube_share_btn {
  background-color: #bb0000;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.youtube_share_btn:hover {
  color: #bb0000;
  text-shadow: none;
}

.pinterest_share_btn {
  background-color: #cb2027;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.pinterest_share_btn:hover {
  color: #cb2027;
  text-shadow: none;
}

.tumblr_share_btn {
  background-color: #32506d;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.tumblr_share_btn:hover {
  color: #32506d;
  text-shadow: none;
}

/*redesigner*/

.redesigner {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: white;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.redesigner a:nth-child(1) {
  text-decoration: none;
  transition:all 0.5s;
}

.redesigner a:nth-child(1):hover {
  text-decoration: none;
  letter-spacing:5px;
  transition:all 0.5s;
}

.redesigner a:nth-child(3) {
  letter-spacing: normal;
  font-size: 10px;
  text-decoration: none;
}

.redesigner a:nth-child(3):hover {
  text-decoration: none;
}

.fancybox-toolbar{
    opacity:1 !important;
    visibility:visible !important;
}

.fancybox-slide--current .bg{
	display:block !important;
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar{
    visibility:visible !important;
}

.fancybox-navigation .fancybox-button{
    opacity:1 !important;
}


@media (max-width: 768px){
    #cat_shares{
        display:none;
    }
}
@media (max-width: 990px){
	.fancybox-slide--current .bg{
		display:block !important;
	}
	
	.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar{
	    visibility:visible !important;
	}
	
	.fancybox-navigation .fancybox-button{
	    opacity:1 !important;
	}
	
	.menu-item, .menu-open-button{
	    margin-left:0 !important;
	}
	
	#cat_shares.menu{
	    left:15%;
	}
	
	#category_page #brd_dwn_data{
	    display:none;
	}
	
}


.prd_title{
	font-size:24px;
}

.pint{
    background:#cb2027;
    padding:15px 0;
}

.twitter{
    background:#00aced;
    padding:15px 0;
}

.link_cpy{
    background:#af9090;
    padding:15px 0;
}

.link_cpy .tooltiptext{
  visibility: hidden;
  width: 150px;
  font-size:14px;
  background-color: #3a35359c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.link_cpy:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}

.pck_type{
	position: absolute;
    z-index: 1;
    width: auto;
    right: 2%;
    background: #ea4c62;
    color: #fff;
    padding: 3px 10px;
    top: 3%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tags_category{
	background:transparent  !important;
}

.tags_category .multiple{
	width: 95% !important;
	border-radius: 5px;
	box-shadow: 0 4px 10px hsla(0,0%,54%,.24);
	background:#fff;
	padding:5px;
}

.tags_category .top-cat-slider{
	width:100%;
    display: inline-block;
    background: #F0EEEF;
    padding: 0px 15px;
}

.tags_category a.top-cat-slidera{
	display:flex;
}

.tags_category a.top-cat-slidera img, .tags_category .card-body img{
	border-radius: 50%;
    border: 2px solid #fff;
    width: 50%;
    height: 50%;
    margin-right: 4%;
}

.tags_category a.top-cat-slidera p{
	padding-top: 15%;
    font-size: 18px;
	color:#ea4c62 !important;
}

.tags_category .card-body{
	background:#f0eeef;
	border-radius:10px;
}

.tags_category .card-body span{
	color:#ea4c62 !important;
	height:auto !important;
}

.order_card .weekly-product-card .product-thumbnail-side{
	width:auto;
	max-width:fit-content;
}

@media (min-width:992px){
	.order_card .weekly-product-card .product-description{
		flex:75%;
		max-width:75%;
	}
}

.addon_card .card-body{
	padding:0.25rem 0.25rem;
}

.addon_card .card-body p{
	margin-bottom:0;
}

@media (max-width: 991px){
	.pck_type{
		right:4%;
		font-size:11px;
	}
}



.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999999999 !important;
  font-family: "Open Sans", sans-serif;
}
.custom-social-proof .custom-notification {
  width: 100%;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  height: auto;
}

.custom-notification-image-wrapper{
  width: 40%;
}

.custom-notification-text-wrapper p{
	margin-bottom:0;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
  max-height: 75px;
  width: 90%;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  margin-left:0px;
  object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 16px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}
.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
  opacity: 1;
  color:#222;
}
.custom-social-proof .custom-notification .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
  color:#222;
}
.custom-social-proof .custom-notification .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
  color:#222;
}
.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1;
}


@media(max-width: 991px){
	#cstm_sc_p, .custom-social-proof{
		display:none !important;
	}
}

li.sel_links a{
	padding: 8px 12px 8px 16px;
    background: #f2f2f2;
    border-radius: 40px;
    border: 1px solid #c6c4c4;
    color: #222;
    font-size: 14px;
}

li.sel_links{
	margin-right:10px;
}

@media (max-width: 991px){
	.quck_s_h{
		width:30%;
	}
	
	.quck_s_c{
		width:70%;
		overflow-y:scroll;
	}
	
	.selection_content{
		display:block ruby;
		padding-top:5px;
	}
}

.section-heading .page_heading{
	font-size: 22px;
    margin-bottom: 0;
    line-height: 0.8;
}

.section-content p{
	font-size:17px;
	font-weight:400;
	color:#222;
}

.our_services .catagory-card{
	background: url(img/about-bg.png);
	background-size: 85%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.privacy-policy ul{
	padding: 0  3% 0;
}

.privacy-policy li{
	list-style-type:disc;
	color:#222;
	margin-bottom:10px;
}

.help-center .btn{
	display: inline-flex;
	padding: 12px 25px;
	border: none;
	font-size:15px;
}

.help-center .btn i{
	font-size:15px;
	margin-bottom:0;
	color:#fff;
	padding-right: 10px;
    padding-top: 2px;
}

.help-center .btn-success{
	background: #09a109;
}



.ffbb {
   background: #1877F2;
   padding: 15px 0px;
}

.insta {
   background: #cd486b;
   padding: 15px 0px;
}

.whats {
   background: #25D366;
   padding: 15px 0px;
}

.icondd {
   text-align: center;
   margin-bottom: 0;
   color: #fff;
}

.icondd a {
   color: #fff;
}


/****** Error Page ************/


@media only screen and (max-width: 567px) {
  .error-page {
    --fs-heading: 30px;
    --fs-text: 22px;
    --fs-button: 16px;
    --fs-icon: 24px;
    --button-padding: 12px 24px;
  }
}

.error-page {
  --primary-color: #faca2e;
  --eye-pupil-color: #050505;
  --bg-color: #fff;
  --text-color: #000;
  --fs-heading: 36px;
  --fs-text: 26px;
  --fs-button: 18px;
  --fs-icon: 30px;
  --pupil-size: 30px;
  --eye-size: 80px;
  --button-padding: 15px 30px;
  margin: auto;
}
.error-page__heading-title {
  text-transform: capitalize;
  color: #ea4c62;
  text-align:center;
  margin-top:15px;
}

.error-page__heading .error-page__heading-desciption {
  margin-top: 10px;
  font-weight: bold;
  color: #222;
  text-align:center;
  font-size:25px;
}
.error-page__button {
  color: inherit;
  text-decoration: none;
  border: 1px solid #ea4c62;
  padding: var(--button-padding);
  border-radius: 10px;
  box-shadow: 0px 7px 0px -2px #ea4c62;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-weight:bold;
  color:#222;
}
.error-page__button:hover {
  box-shadow: none;
  background-color: #ea4c62;
  color: #fff;
}

.eyes {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.eye {
  width: var(--eye-size);
  height: var(--eye-size);
  background-color: var(--primary-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.eye__pupil {
  width: var(--pupil-size);
  height: var(--pupil-size);
  background-color: var(--eye-pupil-color);
  border-radius: 50%;
  animation: movePupil 2s infinite ease-in-out;
  transform-origin: center center;
}
@keyframes movePupil {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-10px, -10px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(-10px, 10px);
  }
}


.product-catagories-wrapper #v-pills-tabContent{
	padding-left:10px;
}

@media (max-width: 991px){
	#home_page .page-content-wrapper{
		margin-bottom: 25px;
	}
}

.product-catagories-wrapper .nav-pills{
	position: fixed;
    width: min-content;
}


#cstm_sc_p.rm_social_proof{
	display:none !important;
}

#home_testimonials .top_review_content .test_img{
	width: 30%;
    border-radius: 0;
    height: auto;
}

@media (max-width:991px){
	.guest_checkout .col-3, .guest_checkout .col-6{
		width: 100%;
		min-width:100%;
	}
	
	.why_celebration .col-md-2{
		width: 50%;
		margin-bottom: 15px;
	}
	
	.why_celebration img{
		width:30%;
	}
	
	.why_celebration h6{
		font-size: 14px;
		font-weight: 500;
		margin-top: 6px;
	}
	
	#prd_detail_page #footerNav{
		display:none !important;
	}
	
	.sc-q8c6tt-3{
		bottom:80px !important;
	}
}

.why_celebration .notification-area{
	border: 3px dashed #e7eaf5;
    padding: 30px;
    border-radius: 14px;
    margin-top: 40px;
}

.why_celebration .notification-area .why_title{
	background: #fff;
    width: fit-content;
    margin: -48px auto 0;
    padding: 8px 20px;
    border: 3px dashed #e7eaf5;
    border-radius: 8px;
    font-size: 18px;
}

html.addons-open {
  overflow: hidden !important;
}


.addons-open .sc-q8c6tt-3{
	display:none !important;
}

.checkout_page .summary-image {
	width: 100%;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.checkout_page .addon-image {
	width: 60px;
	height: auto;
	border-radius: 0.5rem;	
	margin-right: 10px;
}

.summary-card p{
	color:#000;
}

@media (max-width: 991px){
	.checkout_page .product_detail{
		display:flex;
	}
	
	.checkout_page .product_detail .col-md-2{
		width: 25%;
	}
	
	.checkout_page .product_detail .col-md-10{
		width: 75%;
	}
	
	.res_order{
		display:flex;
	}
	
	.res_order .order_2{
		order:2;
	}
	
	.res_order .order_1{
		order:1;
	}
}

.checkout_page .sc-q8c6tt-3, #mobile-cat-page .sc-q8c6tt-3, .hide_whatsapp .sc-q8c6tt-3, .checkout_page .sc-sbsi7l-0{
	display:none;
}

.address_lists label{
	margin-bottom:0;
	margin-left:5px;
}

.sc-sbsi7l-0{
    display:none !important;
}

#sidebar select{
    font-size:16px;
}

@media (max-width: 991px){
    .fixed-filter {
      position: fixed;
      top: 0%;
      left: 0;
      right: 0;
      z-index: 1000;
      background: #fff;
      padding:10px 5px;
      box-shadow:0 2px 12px rgba(0, 0, 0, 0.44);
    }
    
    .fixed-filter .layout-options{
        border-left:2px solid #f5f5f5;
        padding-left:2px;
        width:30%;
    }
    
    .fixed-filter select{
        border:none;
        appearance: none;        /* Removes default arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('images/sort.png') no-repeat right 10px center;
        background-size: 16px 16px;
        padding-right: 30px;     /* Space for icon */
        text-align:right;
        color:#000;
        font-weight:500;
        text-transform:capitalize;
        font-size:16px;
        padding-top:5px;
        padding-bottom:5px;
        height:auto;
    }
    
    .fixed-filter h6{
        width:70%;
        font-size: 16px;
    }
    
    
    #faq_accordion button .sp-r{
        background-color: #ea4c62;
        padding: 9px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
    }
    
    #faq_accordion .accordian-card p{
        padding-left:0;
    }
    
    #faq_accordion .collapse{
        margin-bottom: 15px;
    }
}



.unfix-header {
    position: relative !important;
}

/*
#faq_accordion .accordian-header button{
    width: auto !important;
}*/


#responsive_footer_data .accordion > .card{
    border-radius: 0;
    box-shadow: none;
}

#responsive_footer_data .card .card-body{
    padding:15px;
}

.footer_seo_data h2{
    font-size:20px;
}

.footer_seo_data h3{
    font-size:18px;
}

.major_categories h4, .footer_seo_data h4{
    font-size:16px;
}

@media (max-width: 991px){
	#major_categories{
		display:none;
	}
}

@media (min-width: 992px){
    .Short_by {
        height: auto;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }
}

.user-info {
  display: flex;
  align-items: center;
  min-height:110px;
}
.avatar {
  min-width: 15%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ea4c62;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.user-details .user_name{
  margin: 0;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}
.review-text {
  color: #666;
  font-size: 14px;
  margin-bottom:0;
}

@media (max-width: 991px){
    .home_testimonials .top-product-card{
        box-shadow:none;
    }
    .avatar{
        min-width: 14%;
    }
}

.home_testimonials .top-product-card{
    min-height: 255px;    
}

.quick_selection_filter .filters-text{
	color:#222;
	font-weight:bold;
}

.quick_selection_filter ul{
	display:flex;
}

.quick_selection_filter ul li{
	display:inline-block;
}

.quick_selection_filter ul li.sel_links a{
	border: 1px solid #e34136;
	background:#fff;
	font-weight: 500;
}
