/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* Title CSS - Ends */
/* Rating Star */

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    font-size: 23px;
}

[data-star]::before {
    display: block;
    content: "★★★★★";
    color: #ccc;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%;
}

[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%;
}

[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%;
}

[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%;
}

[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%;
}

[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%;
}

[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%;
}

[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%;
}

[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%;
}

[data-star^="1"]::after {
    width: 20%;
}

[data-star^="1.1"]::after {
    width: 22%;
}

[data-star^="1.2"]::after {
    width: 24%;
}

[data-star^="1.3"]::after {
    width: 26%;
}

[data-star^="1.4"]::after {
    width: 28%;
}

[data-star^="1.5"]::after {
    width: 30%;
}

[data-star^="1.6"]::after {
    width: 32%;
}

[data-star^="1.7"]::after {
    width: 34%;
}

[data-star^="1.8"]::after {
    width: 36%;
}

[data-star^="1.9"]::after {
    width: 38%;
}

[data-star^="2"]::after {
    width: 40%;
}

[data-star^="2.1"]::after {
    width: 42%;
}

[data-star^="2.2"]::after {
    width: 44%;
}

[data-star^="2.3"]::after {
    width: 46%;
}

[data-star^="2.4"]::after {
    width: 48%;
}

[data-star^="2.5"]::after {
    width: 50%;
}

[data-star^="2.6"]::after {
    width: 52%;
}

[data-star^="2.7"]::after {
    width: 54%;
}

[data-star^="2.8"]::after {
    width: 56%;
}

[data-star^="2.9"]::after {
    width: 58%;
}

[data-star^="3"]::after {
    width: 60%;
}

[data-star^="3.1"]::after {
    width: 62%;
}

[data-star^="3.2"]::after {
    width: 64%;
}

[data-star^="3.3"]::after {
    width: 66%;
}

[data-star^="3.4"]::after {
    width: 68%;
}

[data-star^="3.5"]::after {
    width: 70%;
}

[data-star^="3.6"]::after {
    width: 72%;
}

[data-star^="3.7"]::after {
    width: 74%;
}

[data-star^="3.8"]::after {
    width: 76%;
}

[data-star^="3.9"]::after {
    width: 78%;
}

[data-star^="4"]::after {
    width: 80%;
}

[data-star^="4.1"]::after {
    width: 82%;
}

[data-star^="4.2"]::after {
    width: 84%;
}

[data-star^="4.3"]::after {
    width: 86%;
}

[data-star^="4.4"]::after {
    width: 88%;
}

[data-star^="4.5"]::after {
    width: 90%;
}

[data-star^="4.6"]::after {
    width: 92%;
}

[data-star^="4.7"]::after {
    width: 94%;
}

[data-star^="4.8"]::after {
    width: 96%;
}

[data-star^="4.9"]::after {
    width: 98%;
}

[data-star^="5"]::after {
    width: 100%;
}

.pagination1 {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.pagination1 ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
}

.pagination1 li span {
    line-height: 45px;
    font-weight: bold;
}

.pagination1 li {
    margin: 0 0 0 0;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
}

.pagination1 li a {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 5px;
    color: #272439;
    padding: 3px 8px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
}

.pagination1 li a:hover,
.pagination1 li a.active,
.pagination1 li .active:hover {
    color: #ffffff;
    background-color: #272439;
    text-decoration: none;
    border: 1px solid #272439;
}

.dots-bet {
    font-size: 20px !important;
    padding-left: 5px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
    transition: all 0.3s;
}

.navbar.scrolled {
    padding: 25px 0;
    background-color: #272439;
}

.header-bg {
    background-color: #272439;
}


.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.navbar-logo.scrolled {}

.navbar-nav-1 .nav-link:hover {
    color: #a9a3df;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.navbar-nav-1 .nav-link.active,
.navbar-nav-1 .nav-link.show {
    color: #fff;
    background-color: #8b86b5;
    padding: 6px 16px;
    line-height: 1;
    border-radius: 15px 0;
}

.navbar-nav-2 .nav-link.active,
.navbar-nav-2 .nav-link.show {
    color: #8b86b5;
}

#mySidenav .closebtn {
    display: none;
}

/* .navbar-nav-1 .nav-link::after {
    content: '';
    position: absolute;
    width: 80%;
    margin-left: 10%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #dfc25e;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar-nav-1 .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
} */

.navbar-nav-2 .nav-link {
    font-size: 24px;
    cursor: pointer;
}

.navbar-nav-2 .nav-link span {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -47px;
    width: 10%;
    background: #8b86b5;
    font-size: 16px;
    top: 40px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 0 8px;
    margin: 10px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {

    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a i {
    font-size: 17px;
    margin-right: 3px;
}

.log-out-icon-header {
    transform: rotate(180deg);
}

.navbar-container {
    position: relative;
}

.navbar-logo {
    width: 320px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.header_icon {
    position: relative;
}

.header_icon span {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    height: 15px;
    width: 15px;
    background-color: #8b86b5;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    z-index: 3;
}


.post-nav {
    width: 100%;
    background-color: #dfc25e;

}

.post-nav h5 {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
}

.post-nav h5 a {
    color: #FFF7DC;
}

.banner {
    position: relative;
}



.banner img {
    width: 100%;
}

.services {
    padding: 50px 0;

}

.services-in {
    display: flex;

}

.service-item {
    text-align: center;
    padding: 0 15px;
    flex-grow: 1;
}



.service-item h5 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #78739F;
    font-family: 'Signika', sans-serif;

}

.service-item img {
    width: 45px;
}

.service-item p {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #0e081e;
}

.service-item:nth-child(2) {
    border-left: 2px solid #A4A0C2;
    border-right: 1px solid #A4A0C2;
}

.service-item:nth-child(3) {
    border-left: 1px solid #A4A0C2;
    border-right: 2px solid #A4A0C2;
}

.section-out {
    width: 100%;
}

.new-arrivals {
    padding: 50px 0;
}

.section-heading {
    text-align: center;
}

.section-heading h3 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 35px;
    color: #6359b9;
}

.new-arrival-col {

    position: relative;
}

.new-arrival-col:nth-child(-n+4) {
    margin-bottom: 30px;
}

.new-arrival-image {
    position: relative;
    overflow: hidden;
}

.new-arrival-image img {
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.new-arrival-col:hover .new-arrival-image img {
    border-radius: 0px;
}

.new-arrival-image-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.new-arrival-col:hover .new-arrival-image-back {
    opacity: 1;
    z-index: 0;
}

.new-arrival-category {
    margin: 6px 0 3px;
}

.new-arrival-category h6 {
    color: #6a659a;
    font-size: 16px;
    font-family: 'Signika', sans-serif;
}

.new-arrival-name {
    margin: 3px 0;
}

.new-arrival-name h5 {
    font-size: 17px;
    color: #2B2652;
}

.new-arrival-price {
    font-size: 18px;
    color: #2B2652;
    font-family: 'Signika', sans-serif;
}

.new-arrival-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    bottom: -50px;
    transition: all 0.5s ease;

}

.new-arrival-cart button {
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background-color: #ffffffb1;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #78739F;
}

.new-arrival-cart button:hover {
    background-color: #78739F;
    color: #fff;
}

.new-arrival-col:hover .new-arrival-cart {
    bottom: 0;
}

.new-arrival-cart button span {
    font-size: 17px;
    margin-right: 3px;
}


.new-arrival-wishlist {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
    width: auto;
}

.new-arrival-wishlist button {
    background: none;
    border: none;
    text-align: center;
    background-color: #ffffffb1;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: relative;
}

.new-arrival-col:hover .new-arrival-wishlist {
    right: 20px;
    opacity: 1;
}

.new-arrival-wishlist button span {
    position: absolute;
    right: 60%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0;
    min-width: 100px;
    color: #fff;
    background-color: #78739F;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(15px);
    z-index: -1;
    padding: 0 12px;
}



.new-arrival-wishlist button:hover {
    background-color: #78739F;
    color: #fff;
}



.new-arrival-wishlist button:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

/* Product Card - START */
.product-col {
    position: relative;
}


.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.product-image-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-col:hover .product-image img {
    border-radius: 0px;
}

.product-col:hover .product-image-back {
    opacity: 1;
    z-index: 0;
}

.product-category {
    margin: 6px 0 3px;
}

.product-category h6 {
    color: #6a659a;
    font-size: 16px;
    font-family: 'Signika', sans-serif;
}

.product-name {
    margin: 3px 0;
}

.product-name h5 {
    color: #2B2652;
    font-size: 17px;
}

.product-price {
    font-size: 18px;
    color: #2B2652;
    font-family: 'Signika', sans-serif;
}

.product-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    bottom: -50px;
    transition: all 0.5s ease;

}

.product-cart button {
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background-color: #ffffffb1;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #78739F;
}

.product-cart button:hover {
    background-color: #78739F;
    color: #fff;
}

.product-col:hover .product-cart {
    bottom: 0;
}

.product-cart button span {
    font-size: 18px;
    margin-right: 3px;
}

.product-wishlist {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
    width: auto;
}

.product-wishlist button {
    background: none;
    border: none;
    text-align: center;
    background-color: #ffffffb1;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: relative;
}

.product-col:hover .product-wishlist {
    right: 20px;
    opacity: 1;
}

.product-wishlist button span {
    position: absolute;
    right: 60%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0;
    min-width: 100px;
    color: #fff;
    background-color: #78739F;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(15px);
    z-index: -1;
    padding: 0 12px;

}



.product-wishlist button:hover {
    background-color: #78739F;
    color: #fff;
}



.product-wishlist button:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

/* Product Card - END */
.offer-countdown {
    padding: 30px 0;
    background-color: #eeeeee;
    background-size: 100%;
    position: relative;
}

.counting-image-col img {
    width: 100%;
}

.offer-countdown .container {
    position: relative;

}

.swiper3 {
    padding-bottom: 30px;
}

.offer-countdown-in {
    padding: 30px;
}

.offer-heading h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.offer-heading h3:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: 0;
    left: 30%;
    border-bottom: 2px solid #ffa0a3;
}

.offer-details p {
    text-align: center;
    color: #000;
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Signika', sans-serif;
}

.offer-price p {
    text-align: center;
    color: #ff888e;
    margin: 15px 0 30px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Signika', sans-serif;
}

.offer-price p span {
    font-size: 75%;
    text-decoration: line-through;
}

.offer-buy {
    text-align: center;
    margin: 25px 0 0;
}

.offer-buy button {
    background-color: #ff888e;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #ff888e;
    color: #fff;
}

/* Countdown - o */
.timer-out {
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-top: 30px;
}

#timer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto;
}

#timer .timer_sep_in {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    padding: 20px;
    background-color: #776fb5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.timer-out span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.timer-out #days,
.timer-out #hours,
.timer-out #minutes,
.timer-out #seconds {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    user-select: none;
    line-height: 1;
    margin-bottom: 3px;
}

/* Countdown - c */

.trending-product {
    padding: 50px 0;
    position: relative;
    background-color: #fbf7fc;
}

.trending-product .section-heading h3 {
    text-align: left;
}

.trending-product .container {
    padding: 0 60px;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #78739f1b;
    height: 32px;
    width: 32px;
    border-radius: 10px;
    color: #443a93;
    transition: all 0.5s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #78739fde;
    color: #FFF;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

.testimonials-out {
    padding: 50px 0;
}

.testimonial-heading h6 {

    font-size: 16px;
    font-weight: 600;
    color: #403f44;
    font-family: 'Signika', sans-serif;
}

.testimonial-heading h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.testimonial-in {
    background-color: #fff;

    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.testimonial-in p {
    text-align: center;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    padding: 10px;
    color: #595857;
    margin-bottom: 10px;
}

.testimonial-profile {
    margin-top: 15px;
    text-align: center;
}

.testimonial-in .testimonial-profile img {
    width: 75px;
    background-color: #d3adb7;
    border-radius: 50%;
    margin: auto;
}

.testimonial-profile p {
    font-size: 19px;
    color: #252525;
}


.swiper2 {
    padding-bottom: 10px;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background-color: #2B2652;
}

.reels-heading h3 {
    margin-bottom: 25px;
    font-family: 'Signika', sans-serif;
}

.index_instagram {
    background-color: #fbf7fc;
    padding: 60px 0;
}

.insta_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.insta_item {
    width: auto;
    overflow: hidden !important;
}


.insta_item.insta_img_out {
    position: relative;
}

.insta_item.insta_img_out img {
    width: 90%;
    margin-left: 5%;
}

.insta_link {
    background-color: #fff;
    width: 90%;
    height: 100%;
    margin: auto;
    border: 2px solid #443a93;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.insta_link div {
    text-align: center;
    width: 100%;
    margin: 8px 0;
}

.insta_name p {
    font-size: 16px;
    font-family: 'Signika', sans-serif;

}

.insta_follow a {
    font-size: 15px;
    font-family: 'Signika', sans-serif;
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    padding: 3px 12px;
    border-radius: 3px;
}

.footer_out {
    background-color: #585288;
    padding: 69px 0;
}

/* .footer_logo img {
    width: 100px;
}

.footer_logo {
    margin-bottom: 0;
    display: inline-block;
} */
.footer_logo_1 {
    width: 275px;
    margin-bottom: 10px;
}

.footer_logo_detail_social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_socials {
    margin-top: 18px;
    width: 100%;
    text-align: left;
}

.footer_socials a {
    font-size: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 8px;
    border-radius: 8px;
    line-height: 1;
    margin: 0 8px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}

.footer_socials a:nth-child(1) {
    margin-left: 0;
}

.footer_details {
    display: inline-block;
}

.footer_details p {
    color: #f9ffeb;
    font-size: 16px;
}

.footer_details p:not(:last-child) {
    margin-bottom: 6px;
}

.footer_information {}



.footer_details h4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #f9ffeb;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
}

.footer_information h4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #f9ffeb;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
}

.footer_information ul li a {
    font-size: 16px;
    color: #f9ffeb;
}

.footer_information ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer_newsletter p {
    color: #f9ffeb;
    font-size: 16px;
}

.footer_newsletter_input_div {
    margin-top: 20px;
    font-family: 'Signika', sans-serif;

}

.footer_newsletter_input_div input {
    padding: 10px;
    width: 100%;
    background-color: #f9ffeb;
    border: none;
    font-size: 15px;
    float: left;
    color: #565656;
}

.footer_newsletter_input_div .capcha-outer {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer_newsletter_input_div input.captcha-box {
    padding: 6px 3px;
    width: 50%;
    background-color: #f9ffeb;
    border: none;
    font-size: 15px;
    float: none;
    color: #565656;
}

.footer_newsletter_input_div input:focus {
    outline: none;

}

.footer_newsletter_input_div input::placeholder {
    color: #565656;
}

.footer_newsletter_input_div button {
    width: 30%;
    float: left;
    height: 42.5px;
    background-color: #28253a;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.footer_copy_bwm_out {
    width: 100%;
    padding: 12px 0;
    background-color: #28253a;
    color: #f9ffeb;

}

.footer_copy_bwm_out p a {
    color: #f9ffeb;
    text-decoration: underline;
}

.page-wrapper {
    margin-top: 122.78px;
}

.breadcrumbs-ul {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.breadcrumbs-ul li {
    display: inline-block;

}

.breadcrumbs-ul li span {
    margin: 0 8px;
    font-weight: 500;
}



.breadcrumbs-ul li a {
    font-size: 16px;
    color: #272439;
    font-weight: 500;
}

.breadcrumbs-ul li {
    font-size: 16px;
    color: #443a93;
    font-weight: 500;
}

.product_details_out {
    margin-top: 40px;
}


.product-main-image {
    position: relative;
    margin-bottom: 1rem
}

.product-main-image img {
    max-width: none;
    width: 100%
}


.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem
}

.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%
}

.product-gallery-item img {
    max-width: none;
    width: 100%
}

.product-gallery-item:before,
.product-gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease
}

.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #c96
}

.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4)
}

.product-gallery-item.active:before {
    visibility: visible;
    opacity: 1
}

.product-gallery-item:hover:after,
.product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden
}

.product-gallery-vertical .row {
    margin-left: 0;
    margin-right: 0
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    width: 100%
}

.product-gallery-vertical .product-image-gallery {
    width: calc(100% + 10px)
}

.product-gallery-vertical .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
    flex-direction: row-reverse
}

.product-gallery-vertical .btn-product-gallery {
    right: 2.5rem
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    padding-left: .5rem;
    padding-right: .5rem
}

.product-gallery-vertical .product-main-image {
    flex: 0 0 80%;
    max-width: 80%
}

.product-gallery-vertical .product-image-gallery {
    width: auto;
    position: relative;
    flex: 0 0 20%;
    height: 580px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.product-gallery-vertical .product-gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
    height: max-content !important;
}

.product-gallery-vertical .product-gallery-item:before,
.product-gallery-vertical .product-gallery-item:after {
    left: 0;
    right: 0
}

.product-details {
    padding: 10px;
    margin-bottom: 10px;
}

a.readmore {
    font-size: 14px;
    color: #272439;
    text-decoration: underline;
}

.product_page_product_title {
    margin-bottom: 10px;
}

.product_page_product_title h3 {
    color: #272439;
    font-weight: 600;

}

.product_page_product_title h6 {
    color: #272439;
    font-weight: 600;
    margin-top: 12px;
    font-family: 'Signika', sans-serif;
    font-size: 16px;
}

.product_page_product_title h6:nth-child(3) {
    margin-top: 5px;
}

.product_page_product_rating {
    margin-bottom: 10px;
}

.product_page_rating_stars {
    display: inline-block;
    margin-right: 3px;
}

.product_page_rating_number {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.product_page_rating_number span {
    margin-left: 3px;
    font-size: 80%;
}

.product_page_product_price {
    font-size: 24px;
    font-family: 'Signika', sans-serif;

}

.product_page_product_price .mrp_de {
    font-size: 75%;
}

.product_page_product_price .offer {
    font-size: 75%;
    color: #504d68;
}

.product_page_product_description {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.product-page-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product-page-product-actions {
    padding: 10px;
    margin-bottom: 10px;
}

.product_page_quantity {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_page_quantity .qty-input {
    display: inline-block;
}

.product_page_quantity p {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
}

.product_page_quantity .qty-input input {
    font-size: 16px;
    padding: 10px;
    border: 1px solid lightgrey;
    line-height: 1;
    display: inline-block;
    width: 100px;
    margin: 0;
    text-align: center;
    border-left: none;
    border-right: none;
}

.product_page_quantity .qty-input input:focus {
    outline: none;
    box-shadow: none;
}

.product_page_quantity .qty-input span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    line-height: 1;
    border: 1px solid lightgrey;
    text-align: center;
    cursor: pointer;
}

.product_page_add_to_cart button {
    padding: 10px 20px;
    line-height: 1;
    background-color: #8b86b5;
    border: none;
    color: #fff;
    border: 1px solid #8b86b5;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.product_page_add_to_cart button:hover {
    background-color: #fff;
    color: #8b86b5;
}

.product_page_buy button {
    padding: 10px 20px;
    line-height: 1;
    background-color: #272439;
    border: none;
    color: #fff;
    border: 1px solid #272439;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.product_page_buy button:hover {
    background-color: #fff;
    color: #272439;
}

.product_page_add_to_wishlist button {
    background: none;
    border: none;
    color: #272439;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.product_page_add_to_wishlist button:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff888e;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.product_page_add_to_wishlist button:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.product_page_add_to_wishlist button:hover {
    color: #ff888e;
}

.product_page_share button {
    padding: 10px 20px;
    line-height: 1;
    background-color: #ff888e;
    border: none;
    color: #fff;
    border: 1px solid #ff888e;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.product_page_share button:hover {
    background-color: #fff;
    color: #ff888e;
}


.product_page_product_colors {
    margin: 10px 0;
}

.product_page_product_colors h5 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: 'Signika', sans-serif;
}

.delivery_out {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
}

.delivery-img {
    float: left;
    width: auto;
}

.del-text-in {
    width: 100%;
}

.delivery-text {
    width: 75%;
    display: inline-flex;
    align-items: center;
}

.pincode-check {
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
}

.delivery-text form {
    width: 100%;
    float: left;
}

.delivery_box {
    width: 50%;
    float: left;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #4e575e;
    color: #4e575e;
    margin-left: 10px;
    margin-right: 5px;
}

.delivery_box::placeholder {
    color: #4e575e !important;
    opacity: 1;
}

.delivery_box:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #4e575e;
}

.delivery_box1::placeholder {
    color: #4e575e !important;
    opacity: 1;
}

.check_btn {
    width: 25%;
    float: left;
    padding: 5px;
    margin-top: 2px;
    background-color: #8b86b5;
    color: #fff;
    border: none;
}

.social-share {
    width: 100%;
    line-height: 1.7;
    padding: 10px 0;
    margin: 10px 0px;
}

.social-share ul {
    text-align: center;
    padding: 0;
}

.social-share li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 6px 0 0;
}

.social-share li a {
    color: #fff;
    line-height: 1;
    padding: 8px 12px;
    transition: background-color 300ms ease-out;
}

.social-share li a.share {
    background-color: #003475;
    border: 1px solid transparent;
}

.social-share li a.share:hover {
    background-color: transparent;
    border: 1px solid #003475;
    color: #003475;
}

.social-share li a.tweet {
    background-color: #79c5ee;
    border: 1px solid transparent;
}

.social-share li a.tweet:hover {
    background-color: transparent;
    border: 1px solid #79c5ee;
    color: #79c5ee;
}

.social-share li a.whats {
    background-color: #25d366;
    border: 1px solid transparent;
}

.social-share li a.whats:hover {
    background-color: transparent;
    border: 1px solid #25d366;
    color: #25d366;
}

.bulk-order {
    width: 100%;

}

.bulk-order h5 {

    font-family: 'Signika', sans-serif;
    margin-bottom: 15px;
}

.bulk-order-in {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.bulk-order-in button.bulk-order-el {
    padding: 8px 10px;
    background-color: #8b86b5;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 150px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.bulk-order-in button.bulk-order-el:first-child {
    margin-right: 20px;
}


.bulk-order-in .bulk-order-el-img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.bulk-order-in .bulk-order-el-img img {
    width: 25px;
}

.bulk-order-in button.bulk-order-el:hover .bulk-order-el-img img {
    -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 both;
    animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 both;
}



/* ----------------------------------------------
 * Generated by Animista on 2024-1-19 13:47:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}


.product_disclimer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product_disclimer p {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 5px;
}

.single-layout.product-tabs {
    margin-top: 30px;
}

.single-layout.product-related-box,
.single-layout.product-tabs {
    display: block;
    clear: both;
}

.product-tabs.single-layout .tab-head .tabs {
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.product-tabs.single-layout .tab-head .tabs li {
    background: none !important;
    border-radius: 0;
    border-width: 0;
    display: inline-block;
    list-style: none;
    margin: 0 20px;
    padding: 0;
}

.product-tabs.single-layout .tab-head .tabs li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.product-tabs.single-layout .tab-head .tabs li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    font-family: 'Signika', sans-serif;
}

.product-tabs.single-layout .tab-head .tabs li a:hover,
.product-tabs.single-layout .tab-head .tabs li a.active {
    color: #ff888e;
}

.product-tabs.single-layout .tab-head .tabs li a::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    bottom: -17px;
    left: 0;
    transform-origin: bottom right;
    background-color: #ff888e;
    -webkit-transition: transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}

.product-tabs.single-layout .tab-head .tabs li a:hover::after,
.product-tabs.single-layout .tab-head .tabs li a.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.tab-content>.active {
    display: block;
}

.product-tabs.single-layout .tab-content .tab-contain.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
}

.product-tabs.single-layout .tab-content .tab-contain {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-color: #ffffff;
    border: 2px solid #e6e6e6;
    padding: 25px;
}

.product_page_related_out {
    background: none;
}

.product_page_related_heading {
    margin-bottom: 20px;
}

.product_page_related_heading h5 {
    font-size: 22px;
    font-weight: 500;
}




/* Product Page */



.page-title {
    padding: 60px 0;
    width: 100%;
    text-align: center;

    color: #272439;
    background: #fff;
    background: url(../images/left.jpg) left top no-repeat,
        url(../images/left1.jpg) right bottom no-repeat;
    font-family: 'Signika', sans-serif;
}

.page-title.shop-page {
    margin: 0 0 40px;
}

.page-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ff888e;
}

.page-title h5 a {
    color: #272439;
    transition: color 0.2s ease;
}

.page-title h5 a:hover {
    text-decoration: none;
    color: #ff888e;
}

.page-title-links-seperator {
    color: #272439;
}

.shop-sidebar-wrapper {
    padding-right: 10px;
}

.shop-sidebar-title {
    margin-top: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #272439;
    border-left: 5px solid #8b86b5;
    border-right: 5px solid #8b86b5;
    margin-bottom: 16px;
    font-family: 'Signika', sans-serif;
}

.shop-category ul {
    list-style: none;
    margin-bottom: 16px;
    padding-left: 30px;
}


.shop-category ul li:not(:last-child) {
    padding: 0 0 10px;
}

.shop-category a {
    color: #000;
    font-weight: 500;
    transition: color 0.2s ease;
    font-size: 15px;
}

.shop-category a:hover,
.shop-category a.active {
    color: #000;
    text-decoration: none;
    color: #ff888e;
}

.sort-by-drpdwn {
    text-align: right;
}

.sort-by-drpdwn label {

    margin-right: 4px;
}

.sortby.shop-page {
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 30px;
    color: #000;
    padding: 7px 10px;
}

.price_filter>span {
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 0 0 21px;
    padding: 0 0px 0 10px;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
    width: 95%;
}

.price_filter .ui-slider-range {
    background: #8b86b5 none repeat scroll 0 0;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #8b86b5 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

.price_slider_amount .label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #363f4d;
    font-size: 15px;
    height: auto;
    margin: 3px 0 14px;
    font-weight: 500;
    padding-left: 49px;
    width: 100%;
}

.price_slider_amount .label-input input:focus {
    outline: none;
}

.price_slider_amount>button {
    background-color: #272439;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.prodcut-row:nth-child(4n + 1) {
    clear: both;
}

.shop_page_product_col .product-name h5 {
    font-size: 16px;
}



.shop_page_product_col .product-category h6 {
    font-size: 15px;
}

.shop_page_product_col .product-wishlist button {
    font-size: 16px;
}

.shop_page_product_col .product-cart button {
    font-size: 15px;
}

.toast-main {
    font-size: 17px;
    padding: 10px 25px;
}

.toast-main button {
    margin-left: 4px;
}

.shop-color-filter ul {
    list-style: none;
    margin-bottom: 16px;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

.shop-color-filter ul li {
    position: relative;
}


.shop-color-filter ul li input {
    width: 0;
    height: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.shop-color-filter ul li label {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin: 5px 3px;
    border: 1px solid #272439;
    cursor: pointer;

}


.shop-color-filter ul li input.colors:checked+label {
    outline: 2px solid #000000;
    box-shadow: #272439;
}

.login-row {
    padding: 50px 0;
}

.login-left-image {
    width: 80%;
}

.login-page .card {
    width: 500px;
    border: none;
    box-shadow: 0px 5px 20px 0px #d5c5fd;
    border: 1px solid #28253a4b;
    z-index: 1;
    display: flex;
    background-color: #37344b;
    border-radius: 20px;
}

.login-page .card-heading {
    width: 100%;
    top: 0;
    color: #fff;
    text-align: left;
    padding: 15px;
    padding-bottom: 40px;
}


.login-page .card h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    text-align: center;

}

.login-page .card h6 {
    color: #272439;
    font-size: 16px;
    font-weight: 600;
}

.login-page .card-content {
    height: 300px;
    background-color: #fff;
    padding: 40px;
    margin-top: -10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.login-page .card-content img {
    position: absolute;
    width: 70px;
    top: -22px;
    left: calc(50% - 35px);

}



.login-page input[type="number"]::-webkit-inner-spin-button,
.login-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.login-page .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
}

.login-page .card-2 .content {
    margin-top: 50px;
}

.login-page .card-2 .content a {
    color: #272439;
}

.login-page .form-control:focus {
    box-shadow: none;
    border: 2px solid #272439;
}

.login-page .validate {
    border-radius: 5px;
    height: 40px;
    background-color: #272439;
    border: 1px solid #272439;
    width: 140px;
}

.login-page .card.login .inputs input {
    width: 70%;
    letter-spacing: 0.8px;
    font-size: 16px;
    height: 40px;
    border: 1px solid #272439a9;
}

.login-page .card.login .inputs input:focus {
    border: 1px solid #272439;
}


.empty-cart .icon {
    font-size: 150px;
    color: #dae0ef;
    margin: 0 0 15px;
    -webkit-animation: tinLeftIn 2s;
    animation: tinLeftIn 2s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.empty-page .btn {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    background-color: #272439;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
}

.shopping-cart-container,
.shipping-address-container {
    padding: 50px 0;
}



.cart_table {
    padding: 0;
}

.cart_header {
    background: #272439;
    width: 100%;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    border-left: 5px solid #8b86b5;
    border-right: 5px solid #8b86b5;
    font-family: 'Signika', sans-serif;

}

.dt-sc-column {
    display: grid;
    width: 100%;
    grid-gap: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
    grid-auto-flow: row dense;
}

.two-third-one-third {
    grid-template-columns: 2fr 1fr;
}

.cart__row {
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: 150px auto;
    border: 1px solid #c6c6c6;
    margin-bottom: 20px;

}

.cart_items form {
    flex-grow: 1;
}

.cart_items .cart__row:last-child {
    margin-bottom: 0px;
}

.cart__row .cart_items .cart__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 10px;
}

.cart__row .product-info {
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
}


.cart__row .product-info .cart-title {
    width: 100%;
}

.cart__row .product-info .cart-title h5 {
    margin-top: 0;
}

.cart__row .product-info .cart-title a {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;

}

.cart__row .product-info .cart-title p {
    margin: 0;
}

.cart__row .product-info .price {
    width: auto;
    margin-right: 30px;
}

.cart__row .product-info .price p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.cart__row .qty-box-set {
    display: flex;
    flex-wrap: wrap;
}

.cart__row .qty-box-set .qtyminus1,
.cart__row .qty-box-set .qtyplus1 {
    height: 27px;
    font-size: 14px;
    line-height: 1;
    padding: 0 15px;
    margin: 0;
    background: transparent;
    border: 1px solid #272439;
}

.cart__row .qty-box-set .quantity-selector {
    padding: 0;
    text-align: center;
    height: 27px;
    max-width: 50px;
    border: 1px solid currentcolor;
    border-width: 1px 0;
    border-radius: 0;
    border-color: #272439;
}

a.cart__remove.close_icon {
    line-height: 18px;
    right: auto;
    left: 0;
}

a.close_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #ff888e;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #ff888e;
}

a.close_icon:hover {
    color: #ff888e;
    background-color: #fff;
    border: 1px solid #ff888e;
}

.cart_item.wrap-buttons {
    float: left;
    width: 100%;
}

.order_summary {
    border: 1.5px solid #c6c6c6;
    padding: 20px 30px;
}

.delivery_box1 {
    margin: 0;
    padding: 5px 0.6em;
    font-size: 1em;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    width: 70%;
    float: left;
}

.deli_but {
    float: left;
    width: 30%;
    background-color: #272439;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
}

.deli_but:hover {
    border: 1px solid #272439;
    color: #272439;
    background-color: #fff;
}

#results .pincode-check {
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px;
}

.shopping-cart-container table {
    text-align: center;
    border: none;
    margin: 0;
    width: 100%;
    border: 2px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shopping-cart-container table tbody td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.cartord_out {
    display: block;
    line-height: 24px;
    color: #141414;
    margin: 0;
    padding: 10px;
}

.promo_txt {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0.6em;
    font-size: 1em;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    width: 70%;
}

.promo_btn {
    width: 30%;
    float: left;
    background-color: #8b86b5;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}

.promo_btn:hover {
    border: 1px solid #8b86b5;
    color: #8b86b5;
    background-color: #fff;
}

.proc_ck {
    width: 100%;
    border: 1px solid transparent;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    clear: both;
    margin: 10px auto 0;
    background-color: #272439;
    padding: 13px 15px 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.proc_ck:hover {
    border: 1px solid #272439;
    background-color: #fff;
    color: #272439;
}

.btn.btn-back-shop {
    margin-right: 10px;
    background-color: #8b86b5;
    color: #fff;
}

.btn.btn-back-shop:hover {
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #272439;
    color: #272439;
}

.empty-cart .cart_image {
    width: 200px;
    color: #dae0ef;
    margin: 0 0 15px;
    transition: all 0.3s ease;
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}




.bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.empty-page .btn {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    background-color: #272439;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
}

.empty-cart {
    font-family: 'Signika', sans-serif;

}

.empty-cart p {
    font-size: 16px;
}

.wishlist-col {
    margin-bottom: 10px;
}

.wishlist-col .product-wishlist {
    right: 20px;
    opacity: 1;
}

.wishlist-col .product-wishlist button {
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.wishlist-col .product-wishlist button i::before {
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);

}

.wishlist-col .product-cart {
    bottom: 0;
    width: 80%;
    margin-left: 10%;
}

.wishlist-col .product-cart button {
    bottom: 0;
    border: none;
}

.wishlist-col .product-name h5 {
    color: #2B2652;
    font-size: 16px;
}

.profile-page {
    padding: 60px 0;
}

.user-profile-img img {
    width: 80%;
}

.user-profile-out {
    background-color: #f3f1ff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    float: left;
    width: 100%;
}

.user-profile-title {
    float: left;
    width: 100%;
    text-align: center;
}

.user-profile-title h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;

}

.user-common {
    margin: 20px 0;
}

.user-pro-sub .rpro-user {
    margin-top: 8px;
    margin-left: 35%;
    padding: 8px 0;
    border: 0px;
    background: #272439;
    color: #fff;
    float: left;
    line-height: 1;
    width: 30%;
    text-align: center;
    font-size: 16px;
}

.user-profile-out .user-profile-title img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.userprofilehover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.user-profile-input label {
    font-family: 'Signika', sans-serif;
    margin-bottom: 8px;
    line-height: 1;
}

.user-profile-input input {
    font-size: 16px;
}

.user-profile-input input:focus {
    box-shadow: none;
}

.single-acco {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.address-page-container {
    padding: 60px 0;
}

.add-ad-d {
    position: relative;
}

.add-ad-d i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    font-size: 15px;
}

.add-ad-title {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.add-ad-title h2 {
    margin: 0;
    width: 50%;
    font-size: 28px;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
}

.add-ad-title .btn-out {
    width: 50%;
    text-align: right;
}

.add-ad-title .btn-out .openButton {
    margin: 0;
    padding: 0;
    padding: 5px 10px;
    border: 1px solid #8b86b5;
    color: #fff;
    background-color: #8b86b5;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.add-ad-title .btn-out .openButton:hover {
    background-color: #ffffff;
    color: #8b86b5;
    border: 1px solid #8b86b5;
}

.formPopup {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    border: 3px solid #999999;
    z-index: 1003;
    border-radius: 10px;
    overflow: hidden;
    transform: translateX(-50%);
}

.formContainer {
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 1002;
    display: none;
}

.formPopup .form-control1 {
    border: 1px solid #9a9a9a;

}

.formPopup .form-control1:focus {
    box-shadow: none;
}

.formPopup .form-title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 8px 0 0;
    color: #000;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}

.addd-sub {
    padding: 8px 10px;
    border: 1px solid #272439;
    background-color: #272439;
    color: #fff;
    line-height: 1.5;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.addd-sub:hover {
    background-color: #ffffff;
    color: #272439;
    border: 1px solid #272439;
}

.add-m-submit .cancel {
    margin: 0;
    padding: 8px 10px;
    border: none;
    border: 1px solid #929292;
    background-color: #f8f8f8;
    color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.add-m-submit .cancel:hover {
    color: #e73918;
}

.accordion-body {
    width: 100%;
    margin: auto;
}

.manage-address {
    background-color: #fafafa;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    width: 48%;
    border-radius: 10px;
}



.manage-address h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Signika', sans-serif;
    padding: 0 0 5px;
}

.manage-address p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0 3px;
    margin: 0;
}

.action-btn1 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    text-align: center;

}

.action-btn2 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.edit_btn {
    font-size: 18px;
    color: #25d366;
}

.del_btn {
    font-size: 18px;
    color: #f00;
}

.address-labels-out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.addr-out.fade-left {
    border: 1px solid #f2f2f2;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    margin: 10px 0 30px;
}

.addr-out .btns {
    text-align: right;
    padding-bottom: 20px;
}



.use-add-out {
    background-color: #f7f6ff;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    border: 1px solid #f3f1ff;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.use-add-out:hover {
    background-color: #f3f1ff;
}

.radio_btn {
    position: absolute;
    top: 48%;
    left: 20px;
    -ms-transform: translateY(-50%) scale(1.25);
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25);
}

.use-addin {
    padding-left: 25px;
}

.use-addin .uname {
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 5px 0;
    color: #000;
    font-family: 'Signika', sans-serif;
    display: inline-block;
}

.use-addin .address {
    color: #000000;
    padding: 0px 0 3px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}

.ship-add-page-wrapper .deli_btn {
    margin: 0;
    padding: 0;
    padding: 10px;
    border: 1px solid #ff888e;
    background-color: #ff888e;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.ship-add-page-wrapper .deli_btn:hover {
    border: 1px solid #ff888e;
    background-color: #fff;
    color: #ff888e;
}

.ship-add-page-wrapper .openButton {
    margin: 0;
    padding: 0;
    padding: 10px;
    border: 1px solid #272439;
    background-color: #272439;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.ship-add-page-wrapper .openButton:hover {
    border: 1px solid #272439;
    background-color: #fff;
    color: #272439;
}

.ship-add-page-wrapper .backtocart {
    margin: 0;
    padding: 0;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.ship-add-page-wrapper .backtocart:hover {
    color: #ef50a6;
}

.confirm-order-body {
    background-color: #f8f8f8;
}

.confirm-order-wrapper {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.order-confirmation h3 {
    font-family: 'Signika', sans-serif;
    margin: 0;
}

.pay-order-out {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.order-confirmation {
    width: 50%;
}

.pricest_outer {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.shp_det_hed {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dotted;
    width: 80%;
    font-family: 'Signika', sans-serif;
}



.info-name {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.shoptable-outer {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.shopping_outer {
    width: 100%;
    margin: 20px 0px 10px 0px;
}

.shopping_outer table {
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

.shopping_outer table thead {
    border: none;
}

.shopping_set {
    border-bottom: 1px solid #ccc;
}

.shopping_outer table tbody figure {
    margin: 0;
}

.shopping_outer table tbody td,
.confirm-order-qt {
    font-weight: 600;
}

.shopping_outer table tfoot td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.shopping_tr {
    font-weight: bold;
    color: #fff;
}

.shopping_tr th:nth-child(n + 2) {
    width: 10%;
}

.shopping_tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    background: #363f4d;
    border-right: 1px solid;
}

.shopping_set td {
    padding: 10px;
    background: #fff;
}

.shopping_set:last-child td {
    padding-bottom: 20px;
}

.p-image {
    float: left;
    border: 1px solid #ccc;
    margin-right: 15px;
    border: none !important;
}

.p-image img {
    width: 100px;
    height: 100px;
}

.shopping-cart-container table td.product-thumbnail .prd-thumb {
    display: inline-block;
}

.shopping_outer .prd-thumb {
    display: inline-block;
}

.prd-thumb img {
    mix-blend-mode: multiply;
}

.product_name {
    display: flex;
    align-items: center;
}

.shopping_outer .prd-name {
    font-size: 17px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
    vertical-align: middle;
}

.final_pro {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}



.price_update {
    width: 50%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}

.price_update p {
    width: 100%;
    text-align: left;
    float: left;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
}

.shopping_outer table tfoot tr:last-child td {
    font-weight: 600;
}

.tot_price {
    width: 50%;
    text-align: right;
    line-height: 1.8;
    font-size: 15px;
}

.ship_cart {
    margin-top: 5px;
    color: #000;
}

.ship_cart1 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    padding: 4px 0px;
}

.pay-now {
    float: left;
    width: 50%;
    text-align: right;
}

.order-total {
    display: inline-block;
    padding-right: 20px;
}

.order-total h6 {
    font-size: 15px;
    color: #616161;
}

.order-total #order-total {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 5px;
    letter-spacing: 0.8px;
}

.pay-now form {
    display: inline-block;
}

.pay-now .btns {
    display: inline-block;
}

.confirm_pay {
    display: inline-block;
    background-color: #272439;
    border: 1px solid #272439;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 8px;
    min-width: 154px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.confirm_pay:hover {
    color: #272439;
    background-color: #fff;
}

.go_back {
    display: inline-block;
    background-color: #363f4d;
    border: 1px solid #363f4d;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 8px;
    min-width: 154px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.go_back:hover {
    color: #363f4d;
    background-color: #fff;
}

.cart-respbrk {
    display: none;
}

.orderplace_outer {
    padding: 60px 0;
}

.go_back {
    display: inline-block;
    background-color: #363f4d;
    border: 1px solid #363f4d;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 8px;
    min-width: 154px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.go_back:hover {
    color: #363f4d;
    background-color: #fff;
}

.cart-respbrk {
    display: none;
}

.payment {
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    overflow: hidden;
    border-radius: 10px;
}

.payment_header {
    background: #007b2c;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.payment_header.fail {
    background: #dc1414;
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.check i {
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
}

.content_f {
    text-align: center;
    padding: 30px 0px;
}

.content_f.fail {
    padding: 30px 10px;
}

.content_f h1 {
    font-family: 'Signika', sans-serif;
    font-size: 25px;
}

.content_f p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
}

.content_f a {
    color: #fff;
    padding: 10px 10px;
    background: #007b2c;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    border-radius: 5px;
}

.content_f.fail a {
    background: #dc1414;
}

.content_f a:hover {
    text-decoration: none;
    background: #000;
}

.check-1 lord-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* .final_pay_button {
    color: #fff;
    background-color: #8b86b5;
    padding: 6px 16px;
} */

.final_pay_button {
    visibility: hidden;
}

.ser-shop-page-area {
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.my-orders-out {
    padding: 60px 0;
}

.my-orders {
    width: 100%;
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #ccc;
    font-family: 'Signika', sans-serif;
}

.order-wrap {
    width: 100%;

    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ccc;
}

.product-orders-out-total {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-order-out {
    padding: 20px;
    width: 33%;
    text-align: center;
}


.order-det {
    width: 100%;
    display: flex;
}

.orders-out {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.orders-out p {
    width: auto;
}

.orders-out p:first-child {
    padding: 8px 16px;
    border-radius: 15px;
    background: #e5e5e5;
    border: 1px solid #f3f3f3;
    margin-right: 6px;
}

.orders-out1 {
    margin-left: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: end;
}

.orders-out1 a {
    color: #8b86b5;
    margin-right: 10px;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.orders-out1 a:hover {
    background-color: #8b86b5;
    color: #fff;
}

.order-product-img {
    /* width: 20%;
    float: left;
    text-align: center; */
    display: inline-block;
    vertical-align: middle;
}

.order-product-img img {
    width: 125px;
}

.order-cart-details {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.order-cart-description {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}

.order-track-det {
    float: right;
    margin-top: 20px;
    text-align: left;
}

.or-td-a {
    margin-bottom: 10px;
}

.order-track-det a {
    color: #000;
    display: inline-block;
    background: none;
    padding: 5px 0;
    margin: auto;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    letter-spacing: 1px;
    font-weight: 400;
}

.order-track-det i {
    font-size: 14px;
    color: #fff;
    border: 1px solid #8b86b5;
    background-color: #8b86b5;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.order-track-det a:hover i {
    color: #8b86b5;
    background-color: #fff;
}

.order-detail-wrapper {
    margin: 20px 0 60px;
}

.ship-detail-wrapper {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.ship-tracking {
    margin-bottom: 20px;
}

.shipping-details {
    float: left;
    width: 50%;
}

.shipping-address {
    float: left;
    width: 50%;
}

.ship-track-order {
    float: left;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 15px;
    background: #f8f8f8;
}

.shipping-order-out {
    width: 100%;
    margin-top: 20px;
}

.order-product {
    border: 1px solid #ccc;
    padding: 10px;
}

.ship-tracking h6 {
    font-size: 18px;
}

.ship-tracking h6 span {
    font-size: 17px;
    font-weight: 400;
}

.shipping-address h5,
.shipping-address p,
.shipping-details h5,
.shipping-details p,
.ship-tracking p {
    color: #000;
}

.shipping-address p,
.shipping-details p {
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.shipping-details span {
    float: right;
}


.shipping-details h5,
.shipping-address h5,
.ship-tracking h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    padding: 0px 0 5px;
}


.ship-tracking-table {
    width: 100%;
}

.ship-tracking-table th,
.ship-tracking-table td {
    padding: 15px 10px;
    font-size: 16px;
}

.track-order {
    border: 1px solid #ccc;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.track-product-img {
    display: inline-block;
    margin-right: 5px;
}

.track-cart-details {
    display: inline-block;
    vertical-align: middle;
}

.track-product-img img {
    width: 130px;
}

.track-cart-description {
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    color: #212529;
}

.track-cart-quantity span {
    display: block;
    font-family: 'Signika', sans-serif;
    padding-bottom: 5px;
    font-size: 16px;
}

.track-cart-quantity span:last-child {
    padding-bottom: 0;
}

.order-cart-buyit {
    /* margin-top: 10px; */
    /* float: right; */
    /* margin-right: 20px; */
    display: inline-block;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.order-cart-buyit a {
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #8b86b5;
    background: #8b86b5;
    transition: all ease 0.3s;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}

.order-cart-buyit a:hover {
    color: #8b86b5;
    background: #fff;
}

.hh-grayBox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #afafaf;
    background-color: #8b86b5;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -3px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #272439;
    border-width: 0px;
    background-color: #272439;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #8b86b5;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #272439;
}

.order-tracking.cancelled {
    width: 50%;
}

.order-details-container {
    padding: 60px 0;
}

.bulk-order-container {
    padding: 60px 0;
}

.bulk-order-row {
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0px 5px 20px 0px #d5c5fd;
}

.bulk-order-page .bulk-order-image-out {
    width: 55%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.bulk-order-page .bulk-order-image {
    width: 100%;
}

.bulk-order-page .bulk-order-product-name h5 {
    text-align: center;
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Signika', sans-serif;
    width: 80%;
    margin: auto;
}

.bulk-order-page .bulk-order-form h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bulk-order-form-control {
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #ebebeb;
    font-family: 'Signika', sans-serif;
    border: none;
    transition: all 0.3s ease;
}

.bulk-order-form-control .bulk-order-input {
    height: 40px;
}



.bulk-order-form-control-submit {
    width: 100px;
    font-family: 'Signika', sans-serif;
    padding: 5px 0;
    font-size: 16px;
    border: none;
    background-color: #272439;
    border-radius: 3px;
    color: #fff;
    margin-top: 5px;
}

.captcha-box {
    border-radius: 3px;
    font-size: 18px;
    padding: 8px 10px;
    background-color: #ebebeb;
    font-family: 'Signika', sans-serif;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.productrv_out1 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.productrv_inner {
    float: left;
    width: 48%;
    margin-top: 0px;
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.productrv_inner:last-child {
    margin-bottom: 0;
}

.produpagerate_outer {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ratingnum_out {
    display: inline-block;
}

.no_rapage {
    display: inline-block;
    font-size: 12px;
}

.starrat_titout {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.rating_stars {
    font-size: 18px;
    color: #ffc700;
    margin-right: 5px;
}

.pstar_type {
    float: left;
    padding: 2px 5px;
    color: #fff;
    margin-right: 8px;
}

.pstar_type.star5 {
    background-color: #272439;
}

.pstar_type.star4 {
    background-color: #363346;
}

.pstar_type.star3 {
    background-color: #555177;
}

.pstar_type.star2 {
    background-color: #66628b;
}

.pstar_type.star1 {
    background-color: #8b86b5;
}

.starrat_titout p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: 'Signika', sans-serif;
}

.productrv_inner .rvpg {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.prodt_redet {
    float: left;
    margin-top: 8px;
    width: 100%;
}

.prodt_redet h5 {
    font-size: 14px;
}

.rating_out1 {
    display: inline-block;
}

.comment-form-rating .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.comment-form-rating .rate:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.comment-form-rating .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 27px;
    color: #ccc;
    margin-left: 0;
}

.comment-form-rating .rate:not(:checked)>label:before {
    content: "★ ";
}

.comment-form-rating .rate>input:checked~label {
    color: #ff8c00;
}

.comment-form-rating .rate:not(:checked)>label:hover,
.comment-form-rating .rate:not(:checked)>label:hover~label {
    color: #be6b06;
}

.comment-form-rating .rate>input:checked+label:hover,
.comment-form-rating .rate>input:checked+label:hover~label,
.comment-form-rating .rate>input:checked~label:hover,
.comment-form-rating .rate>input:checked~label:hover~label,
.comment-form-rating .rate>label:hover~input:checked~label {
    color: #ff8c00;
}

.review_submit {
    border: none;
    background-color: #272439;
    padding: 6px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Signika', sans-serif;

}

.form-control3 {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 100%;
}

.viewrev_but {
    background: #8b86b5;
    color: #fff;
    padding: 8px;
    font-family: 'Signika', sans-serif;

}

.viewrev_but:hover,
.viewrev_but:active {
    color: #fff;
}

.review-form-wrapper a {
    background: #272439;
    color: #fff;
    padding: 8px;
    font-family: 'Signika', sans-serif;

}

.revie_sort {
    margin-left: auto;
}

.revie_sort select {
    padding: 3px;
}

.write_leftrevinner a img {
    width: 80%;
    margin-left: 10%;
}

.write_leftrevinner a {
    text-align: center;
}

.write_leftrevinner a h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #212529;
}

.productrv_inner.review-page {
    width: 48%;
    margin-right: 10px;
}

.product_rv.rv1 {
    padding: 0;
}

.product_review_right_title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.review-page-container {
    padding: 60px 0;
}

.review-heading {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Signika', sans-serif;

}

.comment-form-rating {
    text-align: left;
}

.comment-form-rating label.title_label {
    display: block;
    float: left;
    width: 100%;
}

.shop_page_top_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop_page_top_bar .search-bar {
    width: 30%;
    display: flex;
    align-items: center;
}

.search-bar-input {
    font-size: 15px;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bebebe;
    color: #000;
    padding: 7px 10px;
    min-height: 40px;
    border-radius: 6px;
}

.search-bar-button {
    margin-left: 10px;
    line-height: 1;
    padding: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border: 1px solid #272439;
    background-color: #272439;
    color: #fff;
}

.product_view_reel_video_out {
    display: flex;
}

.product_view_yt_out {
    margin: 30px 0 10px;
    width: 50%;
}

.product_view_reel_out {
    margin: 30px 0 10px;
    width: 50%;
    display: flex;
    justify-content: center;
}

.product_view_reel_out iframe {
    min-width: none !important;
    max-width: none !important;
    width: 400px !important;
}

.whatsapp-order-col label {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    font-family: 'Signika', sans-serif;
}

.whatsapp-order-col .whatsapp_order_required_star {
    font-size: 80%;
    color: rgb(213, 51, 51);
}

.dz-message {
    margin: 70px 0 !important;
}

.dz-message h5 {
    font-weight: 400;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
}

.dropzone_placeholder {
    text-align: center;
}

.dropzone_placeholder div:first-child {
    margin-bottom: 15px;
}

.dropzone_placeholder div:nth-child(2) {
    font-size: 20px;
}

.dropzone_placeholder_icon {
    font-size: 30px;
}


.dz-remove {
    background-color: #de2211;
    color: #fff;
    margin-top: 5px;
    width: 70%;
    margin-left: 15%;
    border-radius: 5px;
}

.dz-remove:hover {
    color: #fff;
}

.bg-gradient-wa-order {
    background: linear-gradient(109.6deg, rgb(177, 173, 219) 11.2%, rgb(235 176 225) 91.1%);
}

.circle-lg {
    width: 64px;
    height: 64px;
}

.circle {
    display: inline-flex;
    border-radius: 50%;
    align-items: center !important;
    text-align: center;
    justify-content: center;
    font-size: 26px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 5px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.download_invoice_button {
    padding: 6px 0px;
    background-color: #272439;
    color: #fff;
    border-radius: 5px;
    width: 160px;
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 500;
    margin-bottom: 20px;
}

.more_like_this_image {
    width: 100px;
    margin: auto;
    margin-bottom: 5px;
}

.add-new-address-form-out {
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.add-ad-form-title {
    font-family: 'Signika', sans-serif;

}

.no_addr {
    font-family: 'Signika', sans-serif;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
    border-radius: 5px;
}

.top_cart_out {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background: #272439;
    float: left;

}

.top_cart_out ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 1px solid #cacaca;

}



.top_cart_out ul li {
    float: left;

    width: auto;
    padding: 5px 30px;
    margin: 0;
    border-right: 2px solid #fff;

}

.cart_items {
    display: flex;
}

.top_cart_out ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    margin: 0;
}

.top_cart_out ul li.active {
    background: #fff;
    border-left: 4px solid #8b86b5;
    border-right: 4px solid #8b86b5;
}

.top_cart_out ul li.no-border-li {
    border: none;
    border-left: 2px solid #fff;

}

.search-nav-item {
    position: relative;
}

.search_box {
    width: 280px;
    position: absolute;
    left: -105px;
    bottom: -60px;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 5px;
}

.search_box form {
    width: 100%;
    display: flex;
}

.search_box input {
    width: 83%;
    font-family: 'Signika', sans-serif;
    height: 40px;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search_box button {
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin-left: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    background-color: #8b86b5;
}

.tandc_page {
    padding: 20px 0;
}

.tandc_page h4 {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #ff888e;
}

.tandc_page p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sss_tandc {
    color: #ff888e;

}

ul.refund_policy_ul li {
    list-style-type: disc;
}

.tandc_ul {
    margin-left: 50px;
}

.tandc_ul li {
    list-style-type: disc;

}



.contact-us-page-container {
    padding: 50px 0;
}

.contact-details-out {
    width: 100%;
    height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #585288;
    border-radius: 6px;
}

.contact-details-in {
    width: 100%;
    padding-left: 30px;
    padding-right: 50px;
}

.contact-details-out h4 {
    font-family: 'Signika', sans-serif;
    margin-bottom: 20px;
    font-size: 28px;
    width: 100%;
}

.contact-detail-title {
    margin-bottom: 20px;
    width: 100%;
}

.contact-detail-title h5 {
    font-family: 'Signika', sans-serif;

}



.contact-detail-title p {
    color: #fff;
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.contact-detail-title a {
    color: #fff !important;
}

.contact-detail-title p i {
    font-size: 24px;
    margin-right: 8px;
}

.contact-us-map {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: -75px;
}

.contact-us-map iframe {
    overflow: hidden;
    border-radius: 5px;
    height: 400px;

}

.header_helpline {
    width: auto;
    position: absolute;
    bottom: -22px;
    right: 10px;
    color: #fff;
    font-family: 'Signika', sans-serif;
    font-size: 16px;
}


.header_helpline a {
    display: inline-block;
    color: #fff;

}

.about-us-in p {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: justify;
}

.about-us-image {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

.top_flash_marquee_div {
    position: absolute;
    top: 120px;
    z-index: 1;
    width: 100%;
    display: flex;
    width: 100%;
    align-items: center;
}


.top_flash_marquee {
    color: #8b86b5;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: rgb(139 134 181 / 9%);
}

.top_flash_marquee .marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite paused;
    /* Initially paused */
}

.top_flash_marquee a {
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
}



@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee_1 {
    from {
        transform: translateX(50%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee_2 {
    from {
        transform: translateX(30%);
    }

    to {
        transform: translateX(-30%);
    }
}

@media (max-width: 992px) {
    .top_flash_marquee .marquee-content {
        animation: marquee_1 26s linear infinite paused;
    }
}

@media (max-width: 576px) {
    .top_flash_marquee .marquee-content {
        animation: marquee_2 26s linear infinite paused;
    }
}

.product_select label {
    background: #fff;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid lightgrey;
}

.product_select h2 {
    float: left;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.product_select input[type="radio"] {
    display: none;
}

.product_select input:checked+label {
    border: 1px solid #8b86b5;
    color: #8b86b5;
}

.available_sizes_span {
    display: block;
    background: none;
    border: none;
    width: 100%;
    background-color: #ffffffb1;
    transition: all 0.3s ease;
    border: 2px solid #78739F;
    cursor: pointer;
}


.available_sizes_span a {
    width: 100%;
    color: #000;
    padding: 8px 6px;
    display: block;
}

.available_size_in {
    margin-right: 2px;
    color: #000;
}

.shop-category a.shop-category-main {
    font-weight: 700;
    font-size: 17px;
}

.shop-category-sub-ul {
    margin-top: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #a39af10f;
}

.shop-category-sub-ul li {
    list-style-type: circle;
}

.size_chart_link {
    color: #8b86b5;
    margin-top: 2px;
    display: inline-block;
}

.shop-page-searchbar {
    display: flex;
    width: 30px;
    height: 30px;
    line-height: 1;
    margin-left: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    background-color: #8b86b5;
    position: absolute;
    top: 5px;
    right: 20px;
}

.shop-page-searchbar.lg {
    right: 10px;
}

.insta_gallery iframe {
    max-width: 100% !important;
    position: relative !important;
}