
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;500&amp;family=Montserrat&amp;family=Poppins&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100;0,300;0,400;0,600;0,700;1,100;1,300;1,400;1,600;1,700&amp;display=swap");
body {
    line-height: 1.6;
    font-weight: 400;
    color: #484848;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 500;
    margin-top: 0px;
    font-weight: 400;
    line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.img-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

a {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ce348c;
}

a,
button,
i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea,
.slick-slide {
    text-decoration: none;
    outline: 0;
}

input.input-field {
    border: 1px solid #dddddd;
}

textarea.textarea-field {
    border: 1px solid #dddddd;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

input[type="checkbox"]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #dddddd;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input[type="checkbox"]+label:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    opacity: 0;
    width: 15px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #ce348c;
}

input[type="checkbox"]:checked+label:before {
    border: 1px solid #ce348c;
}

input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

button,
.btn {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

.mark,
mark {
    background: #ce348c none repeat scroll 0 0;
    color: #ffffff;
}


/* ---Font Style--- */

.font-style_italic {
    font-style: italic;
}


/* ---Line Height--- */

.line-height-1 {
    line-height: 1;
}


/*----------------------------------------*/


/*    02 - Global - Helper
/*----------------------------------------*/


/*--- Custom Container, row and col  ---*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container.custom-area {
    padding-right: 15px;
    padding-left: 15px;
}

.container.custom-area .row {
    margin-right: -15px;
    margin-left: -15px;
}

.container.custom-area .col-custom {
    padding-right: 15px;
    padding-left: 15px;
}


/*.container.custom-area-2 .col-custom {
padding-right: 15px;
padding-left: 15px;
}*/

.container-fluid {
    padding: 0 50px;
}

.container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid .col-custom {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding: 0 15px;
    }
    .cat-1 {
        display: none !important;
    }
    .cat-1 {
        display: none !important;
    }
    .mobile-cat1 {
        display: block !important;
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .container.custom-area .col-custom {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
    .col-6 {
        padding: 0;
    }
}

.mobile-cat1 {
    display: none;
}

.cat-1 {
    display: block;
}

.thank-you {
    padding: 50px 0;
}

.myaccount-content address {
    padding: 15px;
    background: #f7f7f7;
}

.single-cart-item a:hover {
    color: #fff;
}

.myaccount-content address .trash {
    margin-left: 0;
    padding: 2px 5px;
    background: #ce348c;
    color: #ffffff;
    border-radius: 2px;
    position: relative;
    top: -8px;
    right: -9px;
    z-index: 500;
    float: right;
    margin-left: 4px;
}

@media (max-width: 1024px) {
    .product-area .single-product .product-content {
        padding: 10px 10px 45px 10px!important;
    }
    .thank-you .table td,
    .thank-you .table th {
        padding: 0.25rem !important;
        border: 1px solid #dedadc;
    }
    .mobile-img {
        display: block !important;
    }
    img.mobile-img {
        width: 50px !important;
        height: auto !important;
        padding: 5px 0;
    }
    .banner-item h4,
    .banner-item1 h4 {
        padding: 10px 0 !important;
        font-size: 14px !important;
    }
    .pt-40 {
        padding-top: 30px !important;
    }
    .banner-statistics-right {
        padding: 20px 0 !important;
    }
    .desktop-img {
        display: none;
    }
    .show-filter-mobile {
        display: block;
    }
}


/*-- Boxed Home Layout --*/

.boxed-layout {
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    max-width: 90%;
    margin: auto;
}

.mobile-img {
    display: none;
}


/* --- Preloader---*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999999;
}

.preloader {
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes scale-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.preloader .spinner.spinner-3:before {
    width: 50px;
    height: 50px;
    border-color: #ce348c;
    top: 0px;
    left: 0px;
    -webkit-animation: scale-2 .8s linear 0s infinite;
    animation: scale-2 .8s linear 0s infinite;
}

.preloader .spinner.spinner-3:after {
    width: 50px;
    height: 50px;
    border-color: #ce348c;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: scale-2 .8s linear 0.5s infinite;
    animation: scale-2 .8s linear 0.5s infinite;
}

.spinners .spinner-block {
    width: 50px;
    text-align: center;
    margin-right: 83px;
    line-height: 30px;
}

.spinners .spinner-block:nth-child(5n) {
    margin-right: 0px;
}

.spinner {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

.spinner:before,
.spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}


/* --- Section title ---*/

.section-title .section-title-1 {
    color: #ce348c;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    letter-spacing: 3px;
    margin: 0 0 15px 0;
    position: relative;
}

@media (max-width: 479px) {
    .section-title .section-title-1 {
        font-size: 18px;
        line-height: 10px;
    }
    .same-day {
        /* left: 13% !important; */
    }
}

@media (min-width: 479px) and (max-width: 1023px) {
    .same-day {
        /* left: 34% !important; */
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .same-day {
        /* left: 20% !important; */
    }
}

.section-title .section-title-3 {
    font-size: 36px;
    /*font-family: "Josefin Slab", serif;*/
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title .section-title-3 {
        font-size: 32px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .section-title .section-title-3 {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .section-title .section-title-3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}

.section-title .section-title-2 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    color: #010101;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .section-title .section-title-2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .section-title .section-title-2 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}

.section-title .section-title-large {
    font-size: 67px;
    font-family: "Josefin Slab", serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section-title .section-title-large {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .section-title .section-title-large {
        font-size: 60px;
    }
}

@media (max-width: 479px) {
    .section-title .section-title-large {
        font-size: 40px;
    }
}

.section-title2>p {
    margin: 0 auto 35px auto;
    font-style: italic;
    color: #c9c9c9;
    max-width: 720px;
    text-align: center;
}

.section-title2.bl-color>h3 {
    color: #444;
}

.section-title2.bl-color>p {
    color: #222;
}


/* ---Spacing Between Two Row---*/

.product-slider .slick-slide div:not(:last-child) .product-item {
    padding-bottom: 55px;
}


/*-- Scroll To Top --*/

.scroll-to-top {
    background-color: #ce348c;
    color: #ffffff;
    position: fixed;
    right: 50px;
    top: 0%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    top: 98%;
    -webkit-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
}

.scroll-to-top:hover {
    background-color: #000000;
    color: #ffffff;
}


/* ---Range Slider--- */

.ui-slider-horizontal .ui-slider-range {
    background: #000000;
    height: 2px;
}

.ui-slider-horizontal {
    height: 2px;
    background: #dbdbdb;
    border: none;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ffffff;
    width: 15px;
    height: 15px;
    top: -7px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ce348c;
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
    outline: none;
    border-radius: 100%;
}

.widget-list {
    margin-bottom: 30px;
}

.widget-list form {
    padding-top: 10px;
}

.widget-list form input {
    background: none;
    border: none;
    font-size: 14px;
    text-align: right;
    line-height: 31px;
    width: 120px;
}

.widget-list form button {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    color: #ffffff;
    background: #000000;
    border: 0;
    border-radius: 30px;
}

.widget-list form button:hover {
    background: #ce348c;
}


/* ---Countdown--- */

.countdown-wrapper {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #ffffff;
    width: 630px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .countdown-wrapper {
        width: 440px;
    }
}

@media (max-width: 479px) {
    .countdown-wrapper {
        width: 280px;
    }
}

.countdown-wrapper .single-countdown {
    background: none;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 0 15px;
    position: relative;
    width: auto;
    color: #999;
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 575px) {
    .countdown-wrapper .single-countdown {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.countdown-wrapper .single-countdown:last-child {
    margin-right: 0;
}

.countdown-wrapper .single-countdown:last-child:after {
    display: none;
}

.countdown-wrapper .single-countdown:after {
    content: ':';
    display: block;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

@media (max-width: 575px) {
    .countdown-wrapper .single-countdown:after {
        display: none;
    }
}

.countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 40px;
    color: #555555;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .countdown-wrapper .single-countdown .single-countdown_time {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .countdown-wrapper .single-countdown .single-countdown_time {
        font-size: 20px;
        margin-right: 5px;
    }
}

.countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #999999;
}

@media (max-width: 575px) {
    .countdown-wrapper .single-countdown .single-countdown_text {
        font-size: 12px;
    }
}

.countdown-style-2 .single-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #000000;
}

.countdown-style-2 .single-countdown:last-child {
    margin-right: 0;
}

.countdown-style-2 .single-countdown .single-countdown_time {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.countdown-style-2 .single-countdown .single-countdown_text {
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 479px) {
    .countdown-style-2 .single-countdown .single-countdown_text {
        font-size: 14px;
    }
}


/* ---Section Space--- */

.mt-no-text {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .mt-no-text {
        margin-top: 80px;
    }
}

@media (max-width: 479px) {
    .mt-no-text {
        margin-top: 50px;
    }
}

.mt-text-2 {
    margin-top: 66px;
}

@media (max-width: 991px) {
    .mt-text-2 {
        margin-top: 46px;
    }
}

@media (max-width: 479px) {
    .mt-text-2 {
        margin-top: 20px;
    }
}

.mt-text-3 {
    margin-top: 33px;
}

@media (max-width: 991px) {
    .mt-text-3 {
        margin-top: 73px;
    }
}

@media (max-width: 479px) {
    .mt-text-3 {
        margin-top: 43px;
    }
}

.mb-text-3 {
    margin-bottom: 93px;
}

@media (max-width: 991px) {
    .mb-text-3 {
        margin-bottom: 73px;
    }
}

@media (max-width: 479px) {
    .mb-text-3 {
        margin-bottom: 43px;
    }
}

.mt-text-4 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-text-4 {
        margin-top: 60px;
    }
}

@media (max-width: 479px) {
    .mt-text-4 {
        margin-top: 30px;
    }
}

.mt-text-5 {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .mt-text-5 {
        margin-top: 50px;
    }
}

@media (max-width: 479px) {
    .mt-text-5 {
        margin-top: 20px;
    }
}

.mt-text-6 {
    margin-top: 98px;
}

@media (max-width: 991px) {
    .mt-text-6 {
        margin-top: 78px;
    }
}

@media (max-width: 479px) {
    .mt-text-6 {
        margin-top: 48px;
    }
}

.pt-text-3 {
    padding-top: 93px;
}

@media (max-width: 991px) {
    .pt-text-3 {
        padding-top: 73px;
    }
}

@media (max-width: 479px) {
    .pt-text-3 {
        padding-top: 43px;
    }
}

.pb-text-4 {
    padding-bottom: 98px;
}

@media (max-width: 991px) {
    .pb-text-4 {
        padding-bottom: 78px;
    }
}

@media (max-width: 479px) {
    .pb-text-4 {
        padding-bottom: 48px;
    }
}

.pt-no-text {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-no-text {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .pt-no-text {
        padding-top: 50px;
    }
}

.pt-no-text {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pt-no-text {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .pt-no-text {
        padding-bottom: 50px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.mrl-50 {
    margin-right: 50px;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .mrl-50 {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .mrl-50 {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}


/*--- Image Hover Style ---*/

.hover-style {
    display: block;
    overflow: hidden;
}

.hover-style img {
    -webkit-transform: scale(1.01) rotate(0.05deg);
    -ms-transform: scale(1.01) rotate(0.05deg);
    transform: scale(1.01) rotate(0.05deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.hover-style .overlay-1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    content: "";
    background-color: #3e3e3e;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hover-style:hover img {
    -webkit-transform: scale(1.05) rotate(0.05deg);
    -ms-transform: scale(1.05) rotate(0.05deg);
    transform: scale(1.05) rotate(0.05deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.hover-style:hover .overlay-1 {
    opacity: .2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* ---Nice Select Customization--- */

.myniceselect.nice-select {
    padding: 0;
    margin: 0;
    height: auto;
    line-height: auto;
}

.myniceselect.nice-select span {
    height: 48px;
    line-height: 46px;
    display: inline-block;
    padding: 0px 20px;
}

.myniceselect.nice-select .list {
    width: 100%;
	   height: 53vh;
        overflow-y:auto;
}

.myniceselect.nice-select.wide span {
    width: 100%;
	
}


/*--- Swiper Pagination Style ---*/

.swiper-pagination.default-pagination {
    position: relative;
    bottom: 0px;
    line-height: 14px;
}

.swiper-pagination.default-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 2px solid #000000;
    background: transparent;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0px;
}

.swiper-pagination.default-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ce348c;
    border-color: #ce348c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.swiper-pagination.default-pagination .swiper-pagination-bullet:hover {
    background: #ce348c;
    border-color: #ce348c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .swiper-pagination.default-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
    }
}


/*--- Swiper Navigation Style ---*/

.intro11-carousel-wrap .swiper-button-prev,
.intro11-carousel-wrap .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.intro11-carousel-wrap .swiper-button-prev:focus,
.intro11-carousel-wrap .swiper-button-next:focus {
    border: 0px;
    outline: 0px;
}

.intro11-carousel-wrap .swiper-button-prev:after,
.intro11-carousel-wrap .swiper-button-next:after {
    display: none;
}

.intro11-carousel-wrap .swiper-button-prev i,
.intro11-carousel-wrap .swiper-button-next i {
    font-size: 30px;
    color: #000000;
}

.intro11-carousel-wrap .swiper-button-prev i:hover,
.intro11-carousel-wrap .swiper-button-next i:hover {
    color: #ce348c;
}

@media (max-width: 575px) {
    .intro11-carousel-wrap .swiper-button-prev i,
    .intro11-carousel-wrap .swiper-button-next i {
        font-size: 20px;
    }
}

.intro11-carousel-wrap .swiper-button-prev {
    left: 50px;
}

@media (max-width: 1199px) {
    .intro11-carousel-wrap .swiper-button-prev {
        left: 20px;
    }
}

.intro11-carousel-wrap .swiper-button-next {
    right: 50px;
}

@media (max-width: 1199px) {
    .intro11-carousel-wrap .swiper-button-next {
        right: 20px;
    }
}

.intro11-carousel-wrap:hover .swiper-button-prev,
.intro11-carousel-wrap:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.intro11-carousel-wrap.arrow-style-2 .swiper-button-prev {
    left: 1px;
}

@media (max-width: 1199px) {
    .intro11-carousel-wrap.arrow-style-2 .swiper-button-prev {
        left: 1px;
    }
}

.intro11-carousel-wrap.arrow-style-2 .swiper-button-next {
    right: 0px;
}

@media (max-width: 1199px) {
    .intro11-carousel-wrap.arrow-style-2 .swiper-button-next {
        right: 0px;
    }
}

.intro11-carousel-wrap.arrow-style-3 .swiper-button-prev {
    left: 15px;
}

@media (max-width: 767px) {
    .intro11-carousel-wrap.arrow-style-3 .swiper-button-prev {
        left: 1px;
    }
}

.intro11-carousel-wrap.arrow-style-3 .swiper-button-next {
    right: 15px;
}

@media (max-width: 767px) {
    .intro11-carousel-wrap.arrow-style-3 .swiper-button-next {
        right: 0px;
    }
}


/* ---Bootstrap No Gutters--- */

.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}


/* ---Tooltip--- */

.tooltip {
    z-index: 10;
}

.tooltip-inner {
    padding: 0 10px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    background-color: #ce348c;
    text-indent: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    content: "";
    border-width: 5px 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ce348c;
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ce348c;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #ce348c;
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #ce348c;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: #ce348c !important;
}

.product-rating i {
    font-size: 16px;
    color: #ce348c;
}


/* --- Pagination --- */

@media (max-width: 479px) {
    .pagination {
        margin-bottom: 10px;
    }
}

.pagination ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
    margin-left: 3px;
}

.pagination ul li:first-child {
    margin-left: 0;
}

.pagination ul li a {
    display: block;
    border-radius: 3px;
}

.pagination ul li a:hover {
    background: #ce348c;
    color: #ffffff;
}

.pagination ul li.current {
    background: #ce348c;
    color: #ffffff;
}

.pagination ul li.next {
    width: 40px;
}


/* ---Google Maps--- */

.google-map-area #googleMap {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .google-map-area #googleMap {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .google-map-area #googleMap {
        height: 400px;
    }
}


/* --- Social Widgets --- */

.widget-social a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}


/* --- Quantity --- */

.quantity-with_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.quantity {
    margin-right: 10px;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 150px;
    text-align: left;
    height: 45px;
    overflow: hidden;
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 1px solid #dddddd;
    height: 45px;
    text-align: center;
    width: 150px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.quantity .cart-plus-minus>.qtybutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    width: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    color: #000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quantity .cart-plus-minus>.qtybutton:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #ce348c;
    color: #ffffff;
}

.quantity .cart-plus-minus>.qtybutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #dddddd;
}

.quantity .cart-plus-minus>.qtybutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #dddddd;
}


/*----------------------------------------*/


/*    03 - Global - Color
/*----------------------------------------*/

.primary-color {
    color: #ce348c;
}

.facebook-color {
    color: #3B5998;
}

.facebook-color:hover {
    color: #ce348c;
}

.twitter-color {
    color: #55ACEE;
}

.twitter-color:hover {
    color: #ce348c;
}

.linkedin-color {
    color: #2867B2;
}

.linkedin-color:hover {
    color: #ce348c;
}

.pinterest-color {
    color: #DF0022;
}

.pinterest-color:hover {
    color: #ce348c;
}

.youtube-color {
    color: #c4302b;
}

.youtube-color:hover {
    color: #ce348c;
}

.vimeo-color {
    color: #86c9ef;
}

.vimeo-color:hover {
    color: #ce348c;
}


/*-- Social Color Background --*/

.facebook-color-bg {
    background-color: #3B5998;
    color: #ffffff;
}

.facebook-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}

.twitter-color-bg {
    background-color: #55ACEE;
    color: #ffffff;
}

.twitter-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}

.linkedin-color-bg {
    background-color: #2867B2;
    color: #ffffff;
}

.linkedin-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}

.pinterest-color-bg {
    background-color: #DF0022;
    color: #ffffff;
}

.pinterest-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}

.youtube-color-bg {
    background-color: #c4302b;
    color: #ffffff;
}

.youtube-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}

.vimeo-color-bg {
    background-color: #86c9ef;
    color: #ffffff;
}

.vimeo-color-bg:hover {
    background-color: #ce348c;
    color: #ffffff;
}


/*-- Template Background --*/

.black-bg {
    background: #1b1b1b;
}

.black-dark-bg {
    background: #000000;
}

.gray-bg {
    background: #f8f8f8;
}

.red {
    background: red no-repeat center;
    background-size: initial;
}

.green {
    background: green no-repeat center;
    background-size: initial;
}

.blue {
    background: blue no-repeat center;
    background-size: initial;
}

.yellow {
    background: yellow no-repeat center;
    background-size: initial;
}

.white {
    background: white no-repeat center;
    background-size: initial;
}

.gold {
    background: gold no-repeat center;
    background-size: initial;
}


/*----------------------------------------*/


/*    04 - Layout - Header
/*----------------------------------------*/


/*-- Main Header Area --*/

.main-header-area .header-logo img {
    width: 160px;
}


/* ---Sticky Header--- */

.header-sticky.header-transparent {
    width: 100%;
    z-index: 99;
    background-color: #e8e8e8;
}

.whats-app-mobile {
    display: none;
}

@media (max-width: 767px) {
    .header-sticky.header-transparent {
        position: relative;
        padding: 0 20px;
    }
    .banner-statistics-right .container {
        padding: 0 15px 0 15px;
    }
    .whats-app-mobile {
        position: fixed;
        display: block;
        bottom: 10%;
        right: 10px;
        width: 45px;
        padding: 4px;
        height: 45px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 99999;
        box-shadow: 2px 2px 0px #858080;
    }
    i.fa-whatsapp {
        font-size: 40px;
        color: green;
    }
}

.header-sticky.sticky {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    left: 0;
    position: fixed;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
}


/* ---Main Menu--- */

.main-nav>ul>li {
    display: inline-block;
    position: relative;
    padding: 30px 0;
}

.main-nav>ul>li:hover .dropdown-hover {
    visibility: visible;
    opacity: 1;
    top: 90%;
}

.main-nav>ul>li:hover .dropdown-hover-2 {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-nav>ul>li>a {
    display: block;
    padding: 8px 16px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 18px;
    color: #000000;
}

.main-nav>ul>li>a.active {
    color: #ce348c;
}

.main-nav>ul>li>a:hover {
    color: #ce348c;
}

.main-nav>ul>li>a i {
    margin-left: 0px;
    font-size: 15px;
    vertical-align: middle;
}

.main-nav>ul>li>a .menu-text {
    position: relative;
}


/*--- Dropdwon ---*/

.dropdown-submenu {
    background: #ffffff;
    padding: 20px 0 24px;
    width: 230px;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #ce348c;
}

.dropdown-submenu>li>a {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-submenu>li>a:hover {
    color: #ce348c;
}

.dropdown-submenu>li>a.active {
    color: #ce348c;
}

.dropdown-submenu>li>a>i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    font-size: 15px;
    padding-right: 15px;
}

.dropdown-hover {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0.2s;
    -o-transition: all .3s linear 0.2s;
    transition: all .3s linear 0.2s;
    z-index: 999;
}

.dropdown-hover-2 {
    position: absolute;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0.2s;
    -o-transition: all .3s linear 0.2s;
    transition: all .3s linear 0.2s;
    z-index: 999;
}


/*--- Mega-Menu ---*/

.mega-menu {
    background: #ffffff;
    width: 700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 0;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #ce348c;
}

@media (max-width: 1199px) {
    .mega-menu {
        left: 100%;
    }
}

.mega-menu .menu-colum {
    width: 33.333333%;
    padding: 10px;
    float: left;
}

.mega-menu .menu-colum ul li .mega-menu-text {
    position: relative;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    display: table-caption;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 10px 20px;
}

.mega-menu .menu-colum ul li .mega-menu-text:after {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    border-bottom: 2px solid #ce348c;
    content: "";
    z-index: 1;
}

.mega-menu .menu-colum ul li a {
    padding: 10px 20px;
    display: block;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.mega-menu .menu-colum ul li a:hover {
    color: #ce348c;
}

.mega-menu .menu-colum ul li a.active {
    color: #ce348c;
}


/*--- Header Right Area ---*/

.dropdown-search {
    width: 340px;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

@media (max-width: 479px) {
    .dropdown-search {
        width: 280px;
    }
}

.dropdown-search form input {
    width: 100%;
    display: block;
    padding: 10px 30px 10px 10px;
    border: 0px;
}

.dropdown-search form button {
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
}

.dropdown-search form button:hover {
    color: #ce348c;
}

.header-right-area.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-end;
}

.header-right-area.main-nav>ul {
    position: relative;
}

.header-right-area.main-nav>ul>li {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right-area.main-nav>ul>li>span {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.header-right-area.main-nav>ul>li>span:before {
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    content: "";
    position: absolute;
    background-color: #000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-right-area.main-nav>ul>li>span:first-child {
    padding: 0px;
    margin: 0px;
}

.header-right-area.main-nav>ul>li>span:first-child:before {
    display: none;
}

.header-right-area.main-nav>ul>li>a {
    padding: 8px 0px 7px;
}

.header-right-area.main-nav>ul>li>a>i {
    font-size: 18px;
    line-height: 1;
    /* color: #000000; */
}

.header-right-area.main-nav>ul>li>a>i:hover {
    color: #ce348c;
}

.header-right-area.main-nav>ul>li.account-menu-wrap a.active {
    color: #ce348c;
}

.header-right-area.main-nav>ul>li.sidemenu-wrap {
    margin-right: 30px;
}

.header-right-area.main-nav>ul>li.minicart-wrap {
    margin-right: 15px;
}

.header-right-area.main-nav>ul>li.minicart-wrap .minicart-btn {
    position: relative;
}

.header-right-area.main-nav>ul>li.minicart-wrap .minicart-btn i {
    font-size: 18px;
    line-height: 1;
    /* color: #000000; */
}

.header-right-area.main-nav>ul>li.minicart-wrap .minicart-btn i:hover {
    color: #ce348c;
}

.cart-item_count {
    background-color: #ce348c;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -10px;
    top: -5px;
}

.header-right-area.main-nav>ul>li.mobile-menu-btn a i {
    font-size: 25px;
}

.header-right-area .cart-item-wrapper {
    padding: 25px 15px 15px 15px;
    width: 350px;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

@media (max-width: 479px) {
    .header-right-area .cart-item-wrapper {
        width: 340px;
    }
}

.header-right-area .cart-item-wrapper .single-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-img {
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 15px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
    float: left;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text {
    -webkit-flex-basis: calc(100% - 95px);
    -ms-flex-preferred-size: calc(100% - 95px);
    flex-basis: calc(100% - 95px);
    /* width: calc(100% - 95px); */
    float: left;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: flex;*/
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-right-area .cart-item-wrapper .single-cart-item .addons-p {
    color: #212529;
    font-weight: bold;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn .cart-qty {
    font-size: 15px;
    font-weight: 600;
    color: #303030;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn .cart-price {
    font-size: 15px;
    font-weight: 600;
    color: #ce348c;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn button {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn button:hover {
    color: #ce348c;
}

.header-right-area .cart-item-wrapper .cart-price-total {
    font-size: 20px;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.header-right-area .cart-item-wrapper .cart-links {
    float: left;
    width: 100%;
}

.header-right-area .cart-item-wrapper .cart-price-total h5 {
    font-size: 16px;
    font-weight: bold;
}

.header-right-area .cart-item-wrapper .cart-links a:not(:last-child) {
    margin-right: 5px;
}


/*----- Offcanvas Mobile Menu start -----*/

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #ffffff;
    width: 50%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 100%;
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    left: 90%;
    position: relative;
    top: 7px;
}

@media (max-width: 479px) {
    .off-canvas-wrapper .btn-close-off-canvas {
        left: 89.2%;
    }
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto;
}


/*----- Offcanvas Menu start -----*/

.off-canvas-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.off-canvas-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.off-canvas-menu-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #ffffff;
    width: 400px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: auto;
    right: 0;
    position: fixed;
}

.off-canvas-menu-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto;
}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px;
}

.off-canvas-menu-wrapper .top-info-wrap {
    padding-bottom: 20px;
}

.btn-close-off-canvas {
    width: 30px;
    height: 30px;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-close-off-canvas:hover {
    color: #ce348c;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.top-info-wrap {
    bottom: 0px;
    margin-top: auto;
    padding-bottom: 40px;
}

.top-info-wrap .address-info {
    margin-bottom: 20px;
}

.top-info-wrap .address-info li {
    margin-bottom: 10px;
}

.top-info-wrap .address-info li i {
    font-size: 18px;
    margin-right: 10px;
}

.offcanvas-widget-area {
    padding: 0px 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px;
    }
}

.offcanvas-widget-area .menu-top-menu>li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap;
}

.offcanvas-widget-area .menu-top-menu>li>a {
    font-size: 60px;
    padding-bottom: 8px;
    color: #000000;
    line-height: 25px;
    font-family: "Great Vibes", cursive;
}

.offcanvas-widget-area .menu-top-menu>li>a:hover {
    color: #ce348c;
}

.offcanvas-widget-area .switcher {
    border-top: 1px solid #e5e5e5;
    margin-top: 0px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.offcanvas-widget-area .language {
    margin-bottom: 8px;
}

.offcanvas-widget-area .switcher-title {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.offcanvas-widget-area .switcher-menu {
    background: none;
    display: inline-block;
}

.offcanvas-widget-area .switcher-menu>ul>li {
    list-style: none;
    position: relative;
}

.offcanvas-widget-area .switcher-menu>ul>li>a {
    background: none;
    color: #ce348c;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 5px 15px 5px 0;
    position: relative;
    vertical-align: middle;
}

.offcanvas-widget-area .switcher-menu>ul>li>a:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offcanvas-widget-area .switcher-dropdown {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    height: auto;
    left: 50%;
    padding: 6px 10px !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s linear 0.2s;
    -o-transition: all .3s linear 0.2s;
    transition: all .3s linear 0.2s;
}

.offcanvas-widget-area .switcher-menu>ul>li:hover .switcher-dropdown {
    opacity: 1;
    visibility: visible;
}

.offcanvas-widget-area .switcher-dropdown>li {
    list-style: none;
    display: block;
    border-bottom: 0 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.offcanvas-widget-area .switcher-dropdown>li:last-child {
    border-bottom: none;
}

.offcanvas-widget-area .switcher-dropdown>li>a {
    background: none;
    color: #555555;
    display: block;
    line-height: 33px;
    white-space: nowrap;
}

.offcanvas-widget-area .switcher-dropdown>li>a:hover {
    color: #ce348c;
}


/*---------------------------
- Mobile Menu Css
-----------------------------*/

.search-box-offcanvas {
    margin-bottom: 10px;
    padding: 20px 40px 0px 40px;
}

@media (max-width: 479px) {
    .search-box-offcanvas {
        padding: 30px 30px 0 30px;
    }
}

.search-box-offcanvas form {
    position: relative;
}

.search-box-offcanvas form input {
    color: #000000;
    font-size: 13px;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 40px 0 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.search-box-offcanvas form input:hover {
    border-color: #ce348c;
}

.search-box-offcanvas form .search-btn {
    top: 50%;
    right: 1px;
    font-size: 20px;
    color: #000000;
    position: absolute;
    background: #ffffff;
    border: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 8px;
}

.search-box-offcanvas form .search-btn:hover {
    color: #ce348c;
}

.mobile-header .category-toggle {
    padding: 8px 15px;
}

.mobile-menu-btn .off-canvas-btn {
    font-size: 22px;
    cursor: pointer;
    padding: 0px 12px;
    line-height: 1;
    padding-right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 2px;
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
}

.mobile-menu li>a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.mobile-menu li>a:hover {
    color: #000;
}

.mobile-menu li ul li {
    border: none;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400;
}

.mobile-menu .has-children,
.mobile-menu .menu-item-has-children {
    position: relative;
}

.mobile-menu .has-children .menu-expand,
.mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: -7px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile-menu .has-children .menu-expand,
    .mobile-menu .menu-item-has-children .menu-expand {
        left: 90%;
    }
}

.mobile-menu .has-children .menu-expand i,
.mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mobile-menu .has-children .menu-expand i:before,
.mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu .has-children.active>.menu-expand i:before,
.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.mobile-navigation {
    padding: 20px 20px 30px 20px;
    margin-top: 20px;
    border-top: 1px solid #e1dede;
}

@media (max-width: 479px) {
    .mobile-navigation {
        padding: 30px;
    }
}

.mobile-navigation nav {
    height: 100%;
}


/*----------------------------------------*/


/*    05 - Layout - Footer
/*----------------------------------------*/

.footer-area .footer-widget-area {
    background-color: #d0d1d3;
}

@media (max-width: 991px) {
    .footer-area .single-footer-widget {
        margin-top: 18px;
    }
    .footer-widget-body li {
        margin-bottom: 5px !important;
    }
    .footer-area .single-footer-widget .widget-title {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }
    .footer-widget-body li,
    .footer-area .single-footer-widget .widget-list li a {
        font-size: 13px !important;
    }
}

.footer-area .single-footer-widget .footer-logo {
    margin-bottom: 18px;
}

.footer-area .single-footer-widget .desc-content {
    margin-bottom: 23px;
    color: #000000;
}

.footer-area .single-footer-widget .social-links ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 7px;
    color: #ce348c;
    border: 1px solid #ce348c;
}

.footer-area .single-footer-widget .social-links ul li a:hover {
    color: #ffffff;
    background-color: #ce348c;
    border-color: #ce348c;
}

.footer-area .single-footer-widget .widget-title {
    color: #ce348c;
    font-weight: 500;
    font-size: 22px;
    margin-top: -1px;
    margin-bottom: 12px;
    line-height: 1;
}

.footer-area .single-footer-widget .widget-list {
    color: #484848;
    list-style: none;
    margin-bottom: 0px;
}

.footer-area .single-footer-widget .widget-list li {
    line-height: 1;
    padding: 8px 0;
}

.footer-area .single-footer-widget .widget-list li:last-child {
    padding-bottom: 0;
}

.footer-area .single-footer-widget .widget-list li a {
    font-weight: 400;
}

.footer-area .single-footer-widget .widget-list li a:hover {
    margin-left: 5px;
    color: #ce348c;
}

.footer-area .single-footer-widget .widget-body address {
    line-height: 2;
    color: #ffffff;
    font-weight: 300;
}

.footer-area .footer-copyright-area {
    background-color: #000000;
    padding: 20px 0px;
}

.footer-area .footer-copyright-area .copyright-content {
    color: #ffffff;
}

.footer-area .footer-copyright-area .copyright-content p {
    margin-bottom: 0px;
}

.footer-area .footer-copyright-area .copyright-content a {
    color: #ce348c;
}

.footer-area .footer-copyright-area .copyright-content a:hover {
    color: #ffffff;
}


/*----------------------------------------*/


/*    07 - Pages - Shop
/*----------------------------------------*/


/*-- Shop Sidebar Area Start --*/

.shop-main-area .sidebar_widget .widget_inner .widget-title,
.blog-main-area .sidebar_widget .widget_inner .widget-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.shop-main-area .sidebar_widget .widget_inner .widget-title:after,
.blog-main-area .sidebar_widget .widget_inner .widget-title:after {
    background-color: #eceff8;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}

.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control,
.blog-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control {
    border: 1px solid #e1e1e1;
    padding: 13px 10px 15px 13px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline-offset: -2px;
    display: block;
    border-radius: 0;
}

.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control:focus,
.blog-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control:focus {
    border-color: #ce348c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary,
.blog-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary {
    background-color: #000000;
    border-radius: 0;
    color: #ffffff;
    height: 100%;
    width: 50px;
}

.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:hover,
.blog-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:hover {
    background-color: #ce348c;
}

.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:focus,
.blog-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu,
.blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu {
    overflow: inherit;
    margin-top: -15px;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li>a,
.blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li>a {
    font-weight: 500;
    display: block;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li>a:hover,
.blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li>a:hover {
    color: #ce348c;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li:last-child>a,
.blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu>li:last-child>a {
    padding-bottom: 0;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .tags li,
.blog-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .tags li {
    display: inline-block;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li,
.blog-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li {
    padding: 10px 0;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input,
.blog-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input {
    margin-right: 10px;
}

.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label,
.blog-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-list>li>a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.sidebar-list>li>a:hover {
    color: #ce348c;
}

.sidebar-list>li:last-child a {
    padding-bottom: 0;
}

.sidebar-list .btn {
    height: 20px;
    max-width: 90px;
    min-width: 20px;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0 0px 0px 20px;
    border-radius: 0px;
}

.sidebar-list .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ce348c;
    outline: 0;
}

.sidebar-list li i {
    color: #ce348c;
}

.tags li a {
    border: 1px solid #e1e1e1;
    line-height: 1em;
    padding: 10px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #1b1b1c;
    border-radius: 25px;
    font-weight: 500;
}

.tags li a:hover {
    color: #ce348c;
    border-color: #ce348c;
}

.sidebar-product {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-product:last-child {
    margin-bottom: 0;
}

.sidebar-product .image {
    width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    background-color: #d8d8d8;
    margin-right: 15px;
}

.sidebar-product .image img {
    width: 100%;
}

.sidebar-product .product-content {
    width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    font-size: 13px;
}

.sidebar-product .product-content .title-2 {
    color: #1b1b1c;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
}

.sidebar-product .product-content .title-2:hover {
    color: #ce348c;
}

.sidebar-product .product-content .price-box {
    font-size: 14px;
    display: block;
}

.sidebar-product .product-content .price-box .old-price {
    margin-left: 10px;
    color: #a8a8a8;
    text-decoration: line-through;
}

.sidebar-product .product-content .product-rating {
    display: block;
}

.sidebar-product .product-content .product-rating i {
    font-size: 12px;
    color: #ce348c;
}

.widget-mb-1 {
    margin-bottom: 57px;
}

.widget-mb-2 {
    margin-bottom: 37px;
}

.widget-mb-3 {
    margin-bottom: 46px;
}

.widget-mb-4 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .widget-mt {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .widget-mt {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}


/*-- Shop Sidebar Area End --*/


/*-- Shop Toolbar Area Start Here --*/

.shop_toolbar_wrapper {
    padding: 5px 15px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

@media (max-width: 479px) {
    .shop_toolbar_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .shop_toolbar_wrapper .shop-select {
        width: 100%;
    }
}

.shop_toolbar_wrapper .shop-select .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    position: relative;
    padding: 0 20px;
}

.shop_toolbar_wrapper .shop-select .form-control:focus {
    border: 1px solid #ce348c;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop_toolbar_wrapper .shop-select .form-control .list {
    width: 100%;
}

.shop_toolbar_wrapper .shop-select .form-control .list .option {
    padding: 0 5px;
}

@media (max-width: 479px) {
    .shop_toolbar_wrapper .shop_toolbar_btn {
        margin-bottom: 20px;
    }
}

.shop_toolbar_wrapper .shop_toolbar_btn button {
    border: 1px solid transparent;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 20px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 6px 5px 4px;
    background-color: transparent;
}

.shop_toolbar_wrapper .shop_toolbar_btn button.active {
    border: 1px solid #000000;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
    margin-right: 0px;
}

.toolbar-bottom {
    border: 1px solid #e1e1e1;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .toolbar-bottom {
        margin-bottom: 0px;
    }
}

@media (max-width: 479px) {
    .toolbar-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    td.cart-product-name {
        width: 65%;
    }
}

.shop-fullwidth .toolbar-bottom {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .shop-fullwidth .toolbar-bottom {
        margin-bottom: 80px;
    }
}


/*-- Shop Toolbar Area End Here --*/


/*-- Shop Product Wrapper Start --*/

.shop_wrapper.grid_list {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.shop_wrapper.grid_list .product-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.shop_wrapper.grid_list .single-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: auto;
}

@media (max-width: 767px) {
    .shop_wrapper.grid_list .single-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 0px 20px;
    }
}

.shop_wrapper.grid_list .single-product .product-image {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
    position: relative;
    display: block;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .shop_wrapper.grid_list .single-product .product-image {
        -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        max-width: 44%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shop_wrapper.grid_list .single-product .product-image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.shop_wrapper.grid_list .single-product .product-content-listview {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
    padding: 0 30px 0px;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .shop_wrapper.grid_list .single-product .product-content-listview {
        padding: 0 15px 0;
        -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
        max-width: 56%;
    }
}

@media (max-width: 767px) {
    .shop_wrapper.grid_list .single-product .product-content-listview {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

.shop_wrapper.grid_list .single-product .product-content-listview .product-rating {
    margin-bottom: 15px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .product-rating i {
    font-size: 18px;
    margin-right: 1px;
    color: #ce348c;
}

.shop_wrapper.grid_list .single-product .product-content-listview .product-title .title-2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop_wrapper.grid_list .single-product .product-content-listview .price-box .regular-price {
    color: #000000;
    font-weight: 600;
    margin-right: 5px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .price-box .old-price {
    color: #b4b4b4;
    font-size: 12px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .add-action-listview {
    margin-top: 15px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .add-action-listview a {
    font-size: 22px;
    line-height: 1;
    color: #000000;
    margin-right: 15px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .add-action-listview a:hover {
    color: #ce348c;
}

.shop_wrapper.grid_list .single-product .product-content-listview .desc-content {
    padding-top: 15px;
    display: block;
}

.shop_wrapper.grid_list .single-product .product-content-listview .button-listview {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shop_wrapper.grid_list .single-product .product-content-listview .button-listview a {
    margin-right: 20px;
}

.shop_wrapper.grid_list .single-product .product-content-listview .button-listview a:last-child {
    margin-right: 0;
}

.shop_wrapper.grid_list .single-product .product-content-listview .button-listview .list-icon i {
    font-size: 20px;
    font-weight: 700;
    background: #f8f8f8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop_wrapper.grid_list .single-product .add-action a i {
    font-size: 18px;
    font-weight: 700;
    background-color: #ffffff;
    color: #000000;
}

.shop_wrapper.grid_list .product-content {
    display: none;
}

.shop_wrapper.grid_list .add-action {
    display: block;
    top: 50% !important;
    left: 50%;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop_wrapper.grid_list .add-action a:nth-child(1) {
    display: none;
}

.shop_wrapper.grid_list .add-action a:nth-child(2) {
    display: none;
}

.shop_wrapper.grid_list .add-action a:nth-child(3) {
    -webkit-transition-delay: .300ms !important;
    -o-transition-delay: .300ms !important;
    transition-delay: .300ms !important;
}

.shop_wrapper.grid_list .add-action a i {
    font-size: 22px;
    border: 1px solid #ffffff;
}

.shop_wrapper.grid_list .add-action a:hover i {
    color: #ffffff;
    background: #ce348c !important;
    border-color: #ce348c;
}

.shop_wrapper.grid_list .product-content-listview {
    display: block;
}

.shop_wrapper .product-content-listview {
    display: none;
}

.shop_wrapper.grid_3 .single-product {
    margin-bottom: 30px;
}

.shop_wrapper.grid_4 .single-product {
    margin-bottom: 30px;
}


/*-- Shop Product Wrapper End --*/


/*----------------------------------------*/


/*    Blog Scss
/*----------------------------------------*/

.single-blog {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(209, 209, 209, 0.5);
    box-shadow: 1px 1px 10px 1px rgba(209, 209, 209, 0.5);
}

.single-blog:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.single-blog .blog-content {
    background: #ffffff;
    padding: 25px 30px 40px 30px;
}

@media (max-width: 991px) {
    .single-blog .blog-content {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .single-blog .blog-content {
        padding: 20px 10px;
    }
}

.single-blog .blog-content h4 {
    color: #010101;
    font-size: 22px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .single-blog .blog-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .single-blog .blog-content h4 {
        font-size: 18px;
    }
}

.single-blog .blog-content .blog-date {
    display: inline-block;
    height: 66px;
    line-height: 24px;
    text-align: center;
    width: 77px;
}

.single-blog .blog-content .blog-post-info {
    display: block;
    margin-bottom: 10px;
}

.single-blog .blog-content .blog-post-info>span {
    color: #7a7a7a;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
    text-transform: capitalize;
    position: relative;
}

.single-blog .blog-content .blog-post-info>span:last-child {
    margin-right: 0;
}

.single-blog .blog-content .blog-post-info>span a {
    color: #7a7a7a;
}

.single-blog .blog-content .blog-post-info>span a:hover {
    color: #ce348c;
}

.single-blog .blog-content .blog-post-info>span a:before {
    background-color: #ce348c;
    content: "";
    height: 1px;
    position: absolute;
    right: -12px;
    top: 10px;
    width: 6px;
}

.single-blog .blog-content .blog-text>p {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 991px) {
    .single-blog .blog-content .blog-text>p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 479px) {
    .single-blog .blog-content .blog-text>p {
        font-size: 12px;
    }
}

.single-blog .blog-content .readmore {
    color: #333;
    display: inline-block;
    font-size: 15px;
}

.single-blog .blog-content .readmore i {
    font-size: 14px;
}

.single-blog .blog-content .readmore:hover {
    color: #ce348c;
}

.blog-list-vertical {
    background: #f6f6f6;
    min-height: 113px;
    padding: 35px 0 35px 166px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .blog-list-vertical {
        padding: 15px 0 15px 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-list-vertical:hover {
    background: #ce348c;
    color: #fff;
}

.blog-list-vertical .post-date {
    background: #ce348c;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 479px) {
    .blog-list-vertical .post-date {
        position: relative;
        background: transparent;
        text-align: left;
        color: #000000;
        padding: 0;
        display: block;
        margin-bottom: 5px;
    }
}

.blog-list-vertical .post-title {
    font-size: 18px;
}

.blog-list-vertical .post-title a:hover {
    color: #ffffff;
}

@media (max-width: 479px) {
    .blog-list-vertical .post-author {
        margin-bottom: 0;
    }
}

.blog-list-vertical .post-author img {
    display: inline-block;
    height: 43px;
    left: 115px;
    position: absolute;
    top: 37px;
    width: 43px;
    border-radius: 100%;
}

@media (max-width: 479px) {
    .blog-list-vertical .post-author img {
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.blog-list-vertical:hover .post-author,
.blog-list-vertical:hover .post-title,
.blog-list-vertical:hover .post-author a {
    color: #fff;
}

.latest-post-carousel {
    width: 100%;
    height: 390px;
    overflow: hidden;
}

.latest-post-carousel .single-item {
    height: 130px !important;
}


/*-- Blog Details Area Scss --*/

.blog-post-details .blog-post-wrapper .blockquote {
    background-color: #f6f6f6;
    color: #000000;
    font-size: 16px;
    padding: 40px 40px;
    margin-left: 60px;
    position: relative;
    font-style: italic;
    border-left: 4px solid #ce348c;
}

@media (max-width: 767px) {
    .blog-post-details .blog-post-wrapper .blockquote {
        margin-left: 30px;
    }
}

@media (max-width: 479px) {
    .blog-post-details .blog-post-wrapper .blockquote {
        font-size: 14px;
        margin-left: 20px;
    }
}

.blog-post-details .blog-post-wrapper .share-article {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post-details .blog-post-wrapper .share-article .left-side {
    float: left;
}

.blog-post-details .blog-post-wrapper .share-article .right-side {
    float: right;
}

@media (max-width: 479px) {
    .blog-post-details .blog-post-wrapper .share-article h6 {
        display: none;
    }
}

.blog-post-details .blog-post-wrapper .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
}

.blog-post-details .blog-post-wrapper .social-share a i {
    font-size: 28px;
    vertical-align: middle;
    margin-left: 10px;
}

.blog-post-details .blog-post-wrapper .social-share a:first-child i {
    margin-left: 0;
}

.blog-post-details .blog-post-wrapper .social-share span {
    font-size: 16px;
    font-weight: 600;
}

.blog-post-details .blog-post-wrapper .comment-area-wrapper .single-comment-wrap.comment-reply {
    padding-left: 50px;
}

@media (max-width: 479px) {
    .blog-post-details .blog-post-wrapper .comment-area-wrapper .single-comment-wrap.comment-reply {
        padding-left: 20px;
    }
}

.blog-post-details .blog-post-wrapper .comment-area-wrapper .single-comment-wrap .author-thumb a {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.blog-post-details .blog-post-wrapper .comment-area-wrapper .single-comment-wrap .author-thumb a img {
    width: 100%;
}

@media (max-width: 479px) {
    .blog-post-details .blog-post-wrapper .comment-area-wrapper .single-comment-wrap .author-thumb a {
        width: 50px;
        height: 50px;
    }
}

.comment-box .input-area {
    padding: 10px !important;
}

.comment-box .input-area:focus {
    border: 1px solid #ce348c;
}


/*----------------------------------------*/


/*    08 - Pages - Single-product
/*----------------------------------------*/

.single-product-main-area {
    margin-top: 40px;
}

.single-product-main-area .add-to_cart {
    width: 100%;
}

.single-product-main-area .product-summery .add-to_cart .btn {
    width: 50%;
}

@media (max-width: 991px) {
    .single-product-main-area {
        margin-top: 80px;
    }
    .single-product-main-area .product-summery .add-to_cart .btn {
        width: 60%;
    }
}

@media (max-width: 479px) {
    .single-product-main-area {
        margin-top: 50px;
    }
}

.single-product-main-area .nav-tabs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 479px) {
    .single-product-main-area .nav-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-product-main-area .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}

.single-product-main-area .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border-color: #000000;
    border-radius: 0px;
}

.modal .modal-body .quantity-with_btn {
    width: 50%;
}

.showfilter {
    display: none;
}

.shop_toolbar_wrapper .widget-list form {
    padding-top: 0;
}

.side-menu .shop_toolbar_wrapper {
    display: none;
}

@media (max-width: 991px) {
    .single-product-main-area .nav-tabs .nav-item .nav-link {
        padding: 10px 5px;
    }
    .shop_toolbar_wrapper {
        display: none;
    }
    .showfilter {
        display: block;
        background: #333;
        padding: 8px 15px;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
        font-size: 16px;
        cursor: pointer;
    }
    .shop_toolbar_wrapper .nice-select {
        border-radius: 0;
        line-height: 28px;
    }
    .side-menu .shop_toolbar_wrapper {
        display: block;
        background: inherit !important;
        padding: 0;
        border: 0;
    }
    .shop_toolbar_wrapper .nice-select .list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-product-main-area .nav-tabs .nav-item .nav-link {
        padding: 8px 3px;
        font-size: 14px;
    }
    .single-product-main-area .product-summery .add-to_cart .btn {
        width: 100%;
    }
    .modal .modal-body .quantity-with_btn {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .single-product-main-area .nav-tabs .nav-item .nav-link {
        font-size: 12px;
    }
    .modal .modal-body .quantity-with_btn {
        width: 100%;
    }
}

.single-product-main-area .nav-tabs .nav-item .nav-link:hover {
    background-color: #ce348c;
    border-color: #ce348c;
}

.single-product-main-area .nav-tabs .nav-item .nav-link.active {
    background-color: #ce348c;
    border-color: #ce348c;
}

.single-product-main-area .tab-content {
    padding: 40px;
    background: #f8f8f8;
}

@media (max-width: 575px) {
    .single-product-main-area .tab-content {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .single-product-main-area .tab-content {
        padding: 10px;
    }
}

.single-product-main-area .pro_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 479px) {
    .single-product-main-area .pro_review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-product-main-area .review_thumb {
    min-width: 62px;
}

.single-product-main-area .review_details {
    border: 1px solid #ddd;
    margin-left: 26px;
    padding: 10px 20px;
    position: relative;
    border-radius: 3px;
}

@media (max-width: 479px) {
    .single-product-main-area .review_details {
        margin-left: 0;
        margin-top: 20px;
    }
}

.single-product-main-area .review_details:before {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.single-product-main-area .review_details .review_info h5 span {
    font-weight: 300;
    font-size: 14px;
}

.single-product-main-area .comments-reply-area .comment-input input,
.single-product-main-area .comments-reply-area .comment-input textarea,
.single-product-main-area .comments-reply-area .comment-form-comment input,
.single-product-main-area .comments-reply-area .comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.single-product-main-area .comments-reply-area .comment-input textarea,
.single-product-main-area .comments-reply-area .comment-form-comment textarea {
    height: 140px;
}

.single-product-main-area .comments-reply-area label {
    display: block;
    margin-bottom: 3px;
}

.single-product-main-area .shipping-policy .policy-list {
    padding-left: 20px;
}

.single-product-main-area .shipping-policy .policy-list li {
    list-style: inside;
}

@media (max-width: 991px) {
    .product-summery {
        margin-top: 40px;
    }
}

.product-summery .product-head .product-title {
    font-size: 30px;
}

@media (max-width: 479px) {
    .product-summery .product-head .product-title {
        font-size: 26px;
    }
}

.product-summery .price-box .regular-price {
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}

@media (max-width: 479px) {
    .product-summery .price-box .regular-price {
        font-size: 16px;
    }
}

.product-summery .add-to_cart .btn {
    margin-right: 5px;
}

.product-summery .social-share span {
    font-size: 16px;
    font-weight: 600;
}

.product-summery .social-share a i {
    font-size: 28px;
    vertical-align: middle;
    margin-left: 10px;
}

.product-summery .product-meta a {
    margin-left: 10px;
}

@media (max-width: 479px) {
    .product-summery .product-meta a {
        margin: 0 0 0 5px;
    }
}

@media (max-width: 479px) {
    .product-summery .quantity-with_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

@media (max-width: 479px) {
    .product-summery .quantity-with_btn .quantity {
        margin-bottom: 20px;
    }
}

.product-details-img .single-product-img a {
    width: 100%;
}

.product-details-img .single-product-img a img {
    width: 100%;
    border: 1px solid #dddddd;
}

.product-details-img .single-product-thumb {
    margin-top: 40px;
}

.product-details-img .single-product-thumb img {
    border: 1px solid #dddddd;
}

.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
    cursor: pointer;
    border: 0px;
    border: 1px solid #eceff8;
}

.product-details-img .single-product-thumb .swiper-button-prev:focus,
.product-details-img .single-product-thumb .swiper-button-next:focus {
    border: 0px;
    outline: 0px;
}

.product-details-img .single-product-thumb .swiper-button-prev:after,
.product-details-img .single-product-thumb .swiper-button-next:after {
    display: none;
}

.product-details-img .single-product-thumb .swiper-button-prev i,
.product-details-img .single-product-thumb .swiper-button-next i {
    opacity: 1;
    visibility: visible;
    font-size: 12px;
    z-index: 99;
    color: #000000;
}

.product-details-img .single-product-thumb .swiper-button-prev i:hover,
.product-details-img .single-product-thumb .swiper-button-next i:hover {
    color: #ce348c;
}

.product-details-img .single-product-thumb:hover .swiper-button-prev i,
.product-details-img .single-product-thumb:hover .swiper-button-next i {
    opacity: 1;
    visibility: visible;
}


/*----------------------------------------*/


/*    10 - Pages - Error
/*----------------------------------------*/

.error-area {
    margin-top: 94px;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .error-area {
        margin-top: 74px;
        margin-bottom: 80px;
    }
}

@media (max-width: 479px) {
    .error-area {
        margin-top: 44px;
        margin-bottom: 50px;
    }
}

.error_form {
    text-align: center;
}

.error_form h1 {
    font-size: 200px;
    font-weight: 700;
    color: #ce348c;
    letter-spacing: 10px;
    line-height: 160px;
    margin: 0 0 52px;
}

@media (max-width: 991px) {
    .error_form h1 {
        font-size: 130px;
        line-height: 120px;
        letter-spacing: 4px;
        margin: 0 0 40px;
    }
}

@media (max-width: 479px) {
    .error_form h1 {
        font-size: 106px;
        line-height: 90px;
        letter-spacing: 4px;
        margin: 0 0 20px;
    }
}

.error_form h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .error_form h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

.error_form p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .error_form p {
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 21px;
    }
}

.error_form form {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .error_form form {
        width: 100%;
    }
}

.error_form form input {
    padding: 0 60px 0 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    color: #000000;
    height: 40px;
    width: 100%;
    border-radius: 3px;
}

.error_form form button {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background: no-repeat;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 600;
}

.error_form form button:hover {
    color: #ce348c;
}

.error_form a {
    color: #ffffff;
    display: inline-block;
    background: #ce348c;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 35px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .error_form a {
        padding: 0 20px;
        margin-top: 25px;
    }
}

.error_form a:hover {
    background: #000000;
}

.error_section {
    padding: 55px 0 70px;
}

@media (max-width: 991px) {
    .error_section {
        padding: 25px 0 70px;
    }
}

@media (max-width: 991px) {
    .error_section {
        padding: 14px 0 60px;
    }
}


/*404 page css end*/


/*----------------------------------------*/


/*    11 - Pages - Compare
/*----------------------------------------*/


/*------ Start Compare Page Wrapper -----*/

.compare-table .table tbody tr {
    border-color: #eceff8;
}

.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    border-color: #eceff8;
}

@media (max-width: 767px) {
    .compare-table .table tbody tr td {
        padding: 10px;
        min-width: 200px;
    }
}

.compare-table .table tbody tr td.first-column {
    width: 175px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

@media (max-width: 767px) {
    .compare-table .table tbody tr td.first-column {
        width: 60px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    width: 410px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .compare-table .table tbody tr td.product-image-title {
        width: 160px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #ce348c;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .compare-table .table tbody tr td.product-image-title .category {
        float: none;
    }
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #ce348c;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #ce348c;
}


/*------ end Compare Page Wrapper -----*/


/*----------------------------------------*/


/*    12 - Pages - Cart
/*----------------------------------------*/


/*--------- Cart Page Wrapper Start ---------*/

.cart-table .table {
    margin: 0;
    white-space: nowrap;
}

.cart-table .table thead tr th {
    border-color: #eceff8;
    border-bottom: 0 solid transparent;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    .cart-table .table thead tr th {
        min-width: 180px;
    }
}

.cart-table .table tr {
    border-color: #eceff8;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 177px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table .table tbody td {
    border-color: #eceff8;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 600;
    color: #333333;
}

.cart-table .table tbody td a {
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
}

.cart-table .table tbody td a:hover {
    color: #ce348c;
}

.cart-table .table tbody td a.btn {
    color: #ffffff;
}

.cart-table .table tbody td a.check-btn {
    color: #ffffff;
}

.cart-table .table tbody td.pro-remove a i {
    font-size: 24px;
}

.cart-update-option {
    border: 1px solid #eceff8;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

@media (max-width: 1199px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media (max-width: 991px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #eceff8;
    font-size: 14px;
    padding: 12px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #ce348c;
}

@media (max-width: 767px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
        margin-bottom: 30px;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 15px 25px;
    margin-bottom: 0;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #333333;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #333333;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #ce348c;
    font-weight: 700;
}


/*--------- Cart Page Wrapper end ---------*/


/*----------------------------------------*/


/*    14 - Pages - Wishlist
/*----------------------------------------*/

.wishlist-table .table {
    margin: 0;
    white-space: nowrap;
}

.wishlist-table .table thead tr th {
    border-color: #dddddd;
    border-bottom: 0 solid transparent;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
}

.wishlist-table .table tr {
    border-color: #dddddd;
}

.wishlist-table .table tr .pro-thumbnail,
.wishlist-table .table tr .pro-price,
.wishlist-table .table tr .pro-quantity,
.wishlist-table .table tr .pro-subtotal,
.wishlist-table .table tr .pro-remove {
    width: 177px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wishlist-table .table tbody td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 600;
    color: #333333;
}

.wishlist-table .table tbody td a {
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
}

.wishlist-table .table tbody td a:hover {
    color: #ce348c;
}

.wishlist-table .table tbody td a.btn {
    color: #ffffff;
}

.wishlist-table .table tbody td a.check-btn {
    color: #ffffff;
}

.wishlist-table .table tbody td.pro-remove a i {
    font-size: 24px;
}

.wishlist-table .remove {
    margin-left: 0;
}


/*--------- Wishlist Page Wrapper end ---------*/


/*----------------------------------------*/


/*    13 - Pages - Checkout
/*----------------------------------------*/


/*--------- Checkout Page Wrapper Start ---------*/

.coupon-accordion h3 {
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 500;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 16px 32px 16px 20px;
    position: relative;
    width: auto;
    text-transform: none;
}

@media (max-width: 479px) {
    .coupon-accordion h3 {
        line-height: 24px;
    }
}

.coupon-accordion span {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: none;
    color: #ce348c;
}

.coupon-accordion .coupon-content {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    display: none;
    padding: 20px;
}

.coupon-accordion .coupon-content .coupon-info p {
    margin-bottom: 0;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label,
.coupon-accordion .coupon-content .coupon-info p.form-row-last label {
    display: block;
}

.gift-label {
    font-size: 20px !important;
    color: #ce348c;
}

/*.required {
    color: red;
}*/

.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required,
.coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
    color: #ce348c;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input,
.coupon-accordion .coupon-content .coupon-info p.form-row-last input {
    border: 1px solid #dddddd;
    height: 45px;
    margin: 0 0 18px;
    border-radius: 0;
    max-width: 100%;
    padding: 0 10px 0 10px;
    width: 370px;
    background-color: transparent;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input:focus,
.coupon-accordion .coupon-content .coupon-info p.form-row-last input:focus {
    border: 1px solid #ce348c;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"] {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row label {
    margin-top: 7px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password {
    margin-top: 15px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password a {
    font-size: 14px;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.coupon-checkout-content .coupon-info .checkout-coupon {
    margin-bottom: 0;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
    background: #000000;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    height: 36px;
    cursor: pointer;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}

@media (max-width: 479px) {
    .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
        margin: 28px 0 0 !important;
    }
}

.coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn:hover {
    background-color: #ce348c;
}

.checkbox-form {
    margin-top: 2px;
}

.checkbox-form h3 {
    border-bottom: 1px solid #dddddd;
    font-size: 25px;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.checkbox-form h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px !important;
}

@media (max-width: 479px) {
    .checkbox-form h3 {
        font-size: 18px;
    }
}

.checkbox-form .gov-select {
    margin-bottom: 10px;
}

.checkbox-form .gov-select .myniceselect.nice-select span {
    height: 48px;
    line-height: 46px;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 15px;
}

.payment-radio {
    margin-bottom: 10px;
}

.checkbox-form .checkout-form-list {
    margin-bottom: 8px;
}

.hidedate .checkout-form-list {
    margin-bottom: 16px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"],
.checkbox-form .checkout-form-list input[type="date"],
.checkbox-form .checkout-form-list input[type="time"] {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 48px;
    width: 100%;
    padding: 0 10px 0 10px;
}

p small {
    font-size: 10px;
}

.checkbox-form .checkout-form-list input[type="text"]:focus,
.checkbox-form .checkout-form-list input[type="password"]:focus,
.checkbox-form .checkout-form-list input[type="email"]:focus,
.checkbox-form .checkout-form-list input[type="date"]:focus,
.checkbox-form .checkout-form-list input[type="time"]:focus {
    border: 1px solid #ce348c;
}

.checkbox-form .checkout-form-list.create-acc {
    margin-bottom: 15px !important;
}

.checkbox-form .checkout-form-list.create-acc label {
    display: inline-block;
}

.checkbox-form .gov-select label,
.checkbox-form.checkout-form-list label {
    margin: 0 0 5px;
    display: block;
}

.checkbox-form .gov-select label span.required,
.checkbox-form.checkout-form-list label span.required {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0px;
}

.different-address h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .different-address h3 label {
        font-size: 15px;
    }
}

.different-address h3 input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 0;
    width: auto;
}

.order-notes .checkout-form-list-2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .order-notes .checkout-form-list-2 {
        margin-bottom: 30px;
    }
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #dddddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.create-account,
#ship-box-info,
#gift-box-info {
    display: none;
}

.checkout-form-list input[type='text'] {
    width: 250px;
}

#gift-box-info {
    padding: 10px 10px 15px 10px;
}

.box img {
    height: 160px;
}

.your-order {
    background: #f8f8f8;
    padding: 30px 40px 30px;
}

.your-order .box {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background: inherit;
    transition: inherit;
    box-shadow: inherit;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.your-order .box img {
    object-fit: cover;
    padding: 0;
    border: 1px solid #ccc;
    margin: 0;
    height: 55px;
}

.your-order .content {
    padding: 0 20px;
    width: 100%;
    position: relative;
}

.your-order .box:hover {
    border: none;
    transform: inherit;
    border-bottom: 1px solid #ddd;
}

.your-order p.total-value {
    font-weight: normal;
    margin-top: 8px;
    margin-right: 0;
    border: 0;
    height: auto;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 150px; */
    font-size: 15px;
    color: #333;
}

.your-order .content h4 {
    line-height: 22px;
    margin-bottom: 10px;
}

.your-order .addons-p {
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .your-order {
        padding: 30px 20px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
}

@media (max-width: 479px) {
    .your-order h3 {
        font-size: 18px;
    }
}

.your-order .your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

.your-order .your-order-table table thead {
    background-color: #f8f8f8;
}

.your-order .your-order-table table thead tr th {
    border-top: medium none;
    font-weight: normal;
    /* text-align: center; */
    text-transform: uppercase;
    vertical-align: middle;
    width: 250px;
}

.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
    border-bottom: 1px solid #dddddd;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    /* text-align: center; */
}

.your-order .your-order-table table .cart_item:hover {
    background: #f8f8f8;
}

.your-order .your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order .your-order-table table .order-total td span {
    font-size: 20px;
}

.your-order .your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}

.payment-method .payment-accordion .card {
    border: 0;
    border-radius: 0;
    background: #f8f8f8;
}

.payment-method .payment-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f8f8f8;
    border-bottom: 0;
}

.payment-method .payment-accordion .card-header .panel-title {
    font-size: 18px;
    font-weight: 700;
}

.payment-method .payment-accordion .card-body {
    padding: 10px;
    background: #ffffff;
}

.payment-method .payment-accordion .card-body p {
    margin-bottom: 0px;
}

.payment-method .payment-accordion .panel.panel-default {
    margin-bottom: 20px;
}

.payment-method .payment-accordion .panel-title {
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}


/*----------------------------------------*/


/*    16 - Pages - My-Account
/*----------------------------------------*/


/*-------- Start My Account Page Wrapper --------*/

.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #dddddd;
    border-bottom: none;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #dddddd;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #ce348c;
    border-color: #ce348c;
    color: #ffffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media (max-width: 767px) {
    #myaccountContent {
        margin-top: 15px;
    }
}

.myaccount-content {
    border: 1px solid #e5e5e5;
    padding: 50px 30px;
}

@media (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content  {
    margin-top: -20px;
}

.myaccount-content  .single-input-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.myaccount-content  .single-input-item input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #dddddd;
}

.myaccount-content  .single-input-item input:focus {
    border: 1px solid #ce348c;
}

.myaccount-content  .single-item-button {
    width: 25%;
}

@media (max-width: 1199px) {
    .myaccount-content  .single-item-button {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .myaccount-content  .single-item-button {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .myaccount-content  .single-item-button {
        width: 100%;
    }
}

.myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
}

.myaccount-content .welcome a {
    color: #000000;
}

.myaccount-content .welcome a:hover {
    color: #ce348c;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #ce348c;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #dddddd;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #000000;
    padding: 10px;
    font-weight: 500;
    background-color: #f8f8f8;
    border-color: #dddddd;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #dddddd;
}

.saved-message {
    background-color: #f8f8f8;
    border-top: 3px solid #ce348c;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    padding: 20px;
}


/*----------------------------------------*/


/*    15 - Pages - FAQ
/*----------------------------------------*/


/* faq page css here */

.faq_content_area {
    padding: 0px 0 65px;
}

@media (max-width: 991px) {
    .faq_content_area {
        padding: 0px 0 53px;
    }
}

.accordion_area .card-header {
    background: #ce348c;
}

.accordion_area .card-header:first-child {
    border-radius: inherit;
}

.card.card_dipult {
    border: none;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .card.card_dipult .card-body p {
        font-size: 14px;
    }
}

.card.card_dipult:last-child {
    margin-bottom: 0;
}

.card-header.card_accor {
    padding: 0;
    border: none;
}

.card-header.card_accor button {
    height: 55px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    white-space: initial;
}

@media (max-width: 991px) {
    .card-header.card_accor button {
        height: 60px;
    }
}

.card-header.card_accor button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-header.card_accor button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 20px;
}

@media (max-width: 991px) {
    .card-header.card_accor button i {
        right: 10px;
    }
}

.card-header.card_accor button.btn-link {
    border: 1px solid #ce348c;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .card-header.card_accor button.btn-link {
        padding: 10px 28px 10px 10px;
        font-size: 16px;
        line-height: 18px;
    }
}

.card-header.card_accor button.btn-link.collapsed {
    background: #f8f8f8;
    border: 1px solid #ce348c;
    width: 100%;
    text-align: left;
    color: #000000;
}

.card-header.card_accor button.btn-link i.fa-plus {
    display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
    display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
    display: none;
}

.faq_content_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 18px;
}

@media (max-width: 991px) {
    .faq_content_wrapper h4 {
        font-size: 18px;
        line-height: 24px;
    }
}


/*faq page css end*/


/*----------------------------------------*/


/*    17 - Pages - Login-Register
/*----------------------------------------*/

.login-register-wrapper {
    background: #f6ecec none repeat scroll 0 0;
    padding: 37px 40px;
    text-align: left;
    overflow: hidden;
    margin: 50px 0;
}

@media (max-width: 479px) {
    .login-register-wrapper {
        padding: 25px 10px;
    }
}

.login-register-wrapper .title-4 {
    font-weight: 600;
}

.login-register-wrapper .single-input-item input {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
    height: 48px !important;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border: 1px solid #ffffff;
}

.login-register-wrapper .single-input-item input:focus {
    outline: 0;
}

.login-register-wrapper .single-input-item.success input {
    border-color: #09c372;
}
.login-register-wrapper .single-input-item.error input {
    border-color: #ff3860;
}

.login-register-wrapper .single-input-item .error {
    color: #ff3860;
    font-size: 12px;
    height: 13px;
}

/*----------------------------------------*/


/*    03 - Global - Color
/*----------------------------------------*/

.about-area .about-image img {
    width: 100%;
}

.about-area .section-title-wrap .title {
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.about-area .section-title-wrap .subtitle {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #838383;
}

.about-area .section-title-wrap .andro_list li {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.about-area .section-title-wrap .andro_list li:before {
    font-family: "FontAwesome";
    content: "\f055";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    color: #ce348c;
}

@media (max-width: 767px) {
    .about-area .collection-content {
        margin-bottom: 30px;
    }
}

.sider-title-button-box .ht-btn {
    margin-right: 15px;
}

.ht-team-member .team-image {
    position: relative;
}

.ht-team-member .social-networks {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 6px 0;
    background-color: #ce348c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ht-team-member .social-networks a {
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    color: #fff;
    padding: 10px 14px;
}

.ht-team-member:hover .social-networks {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-team-member .team-info {
    margin-top: 20px;
}

.ht-team-member .team-info .name {
    font-size: 24px;
}

.ht-team-member-style-one .ht-team-member {
    max-width: 310px;
    margin: auto;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .ht-team-member-style-one .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-two .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 34px;
}

.team_member-list .team__title {
    font-size: 15px;
    text-transform: uppercase;
}


/*----------------------------------------*/


/*    09 - Pages - Contact
/*----------------------------------------*/

.contact-us-area .form-message {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us-area .form-message button {
    padding-right: 10px;
}

.contact-us-area .comment-box h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-info-item {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fafafa;
}

.contact-info-item .con-info-icon {
    border: 1px solid #ce348c;
    border-radius: 100px;
    color: #ce348c;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: 15px;
}

.contact-info-item:hover .con-info-icon {
    background-color: #ce348c;
    color: #ffffff;
}

.contact-form-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}


/*----------------------------------------*/


/*    Slider Scss
/*----------------------------------------*/

.intro11-slider-wrap .swiper-button-prev:focus,
.intro11-slider-wrap .swiper-button-next:focus {
    border: 0px;
    outline: 0px;
}

.intro11-slider-wrap .swiper-button-prev:after,
.intro11-slider-wrap .swiper-button-next:after {
    display: none;
}

.intro11-slider-wrap .swiper-button-prev i,
.intro11-slider-wrap .swiper-button-next i {
    font-size: 28px;
    color: #000000;
    /* line-height: 36px; */
}

.intro11-slider-wrap .swiper-button-prev i:hover,
.intro11-slider-wrap .swiper-button-next i:hover {
    color: #ce348c;
}

.intro11-slider-wrap .swiper-button-prev {
    left: 50px;
}

.intro11-slider-wrap .swiper-button-next {
    right: 50px;
}

.intro11-slider-wrap .swiper-pagination-bullet {
    display: none;
    width: 12px;
    height: 12px;
    border: 2px solid #000000;
    background: transparent;
    opacity: 1;
}

.intro11-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ce348c;
    border-color: #ce348c;
}

.intro11-slider-wrap .swiper-pagination-bullet:hover {
    background: #ce348c;
    border-color: #ce348c;
}

@media (max-width: 991px) {
    .intro11-slider-wrap .swiper-pagination-bullet {
        display: inline-block;
    }
}

.intro11-slider {
    width: 100%;
    height: 600px;
}

.intro11-slider .intro11-content {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .intro11-slider .intro11-content {
        width: 1020px;
    }
}

@media (max-width: 1199px) {
    .intro11-slider .intro11-content {
        width: 800px;
    }
}

@media (max-width: 991px) {
    .intro11-slider .intro11-content {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.intro11-slider .intro11-content .title-slider {
    color: #ffffff;
    padding: 5px 10px;
    background: #ce348c;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.intro11-slider .intro11-content .title-slider.black-slider-title {
    background: #000000;
}

.intro11-slider .intro11-content .title {
    font-size: 50px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 1500px) {
    .intro11-slider .intro11-content .title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .intro11-slider .intro11-content .title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content .title {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .intro11-slider .intro11-content .title {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }
}

.intro11-slider .intro11-content .desc-content {
    font-size: 16px;
    line-height: 28px;
    max-width: 655px;
}

@media (max-width: 1500px) {
    .intro11-slider .intro11-content .desc-content {
        font-size: 14px;
        max-width: 500px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content .desc-content {
        display: none;
    }
}

.intro11-slider .intro11-content .flosun-button {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .intro11-slider .intro11-content .flosun-button {
        margin-top: 0;
    }
}

.intro11-slider .intro11-content-2 {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .intro11-slider .intro11-content-2 {
        width: 1020px;
    }
}

@media (max-width: 1199px) {
    .intro11-slider .intro11-content-2 {
        width: 800px;
    }
}

@media (max-width: 991px) {
    .intro11-slider .intro11-content-2 {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.intro11-slider .intro11-content-2 .different-title {
    font-size: 190px;
    font-family: "Great Vibes", cursive;
    line-height: 150px;
    color: #ce348c;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .intro11-slider .intro11-content-2 .different-title {
        font-size: 100px;
        line-height: 115px;
    }
}

@media (max-width: 767px) {
    .intro11-slider .intro11-content-2 .different-title {
        font-size: 70px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content-2 .different-title {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 0px;
    }
}

.intro11-slider .intro11-content-2 .title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
}

@media (max-width: 1500px) {
    .intro11-slider .intro11-content-2 .title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .intro11-slider .intro11-content-2 .title {
        font-size: 30px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .intro11-slider .intro11-content-2 .title {
        font-size: 20px;
        line-height: 25px;
        margin: 20px 0 15px;
    }
}

.intro11-slider .intro11-content-2 .flosun-button {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .intro11-slider .intro11-content-2 .flosun-button {
        margin-top: 0;
    }
}


/*-- Slider Background image --*/

.bg-position {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

@media (max-width: 1800px) {
    .slide-bg-1 {
        min-height: 450px;
    }
}

@media (max-width: 1500px) {
    .slide-bg-1 {
        min-height: 400px;
    }
}

@media (max-width: 1199px) {
    .slide-bg-1 {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .slide-bg-1 {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .slide-bg-1 {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .slide-bg-1 {
        min-height: 250px;
    }
}

@media (max-width: 479px) {
    .slide-bg-1 {
        min-height: 200px;
    }
}

.slide-bg-2 {
    min-height: 450px;
}

@media (max-width: 1500px) {
    .slide-bg-2 {
        min-height: 450px;
    }
}

@media (max-width: 1199px) {
    .slide-bg-2 {
        min-height: 450px;
    }
}

@media (max-width: 991px) {
    .slide-bg-2 {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .slide-bg-2 {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .slide-bg-2 {
        min-height: 350px;
    }
}

@media (max-width: 479px) {
    .slide-bg-2 {
        min-height: 300px;
    }
}
/*
.slide-1 {
    background-image: url("../images/slider/1-1.jpg");
    background-color: #e8e8e8;
}

.slide-2 {
    background-image: url("../images/slider/1-2.jpg");
    background-color: #e8e8e8;
}

.slide-3 {
    background-image: url("../images/slider/2-1.jpg");
    background-color: #e8e8e8;
}

.slide-4 {
    background-image: url("../images/slider/2-2.jpg");
    background-color: #e8e8e8;
}

.slide-5 {
    background-image: url("../images/slider/3-1.jpg");
    background-color: #e8e8e8;
}

.slide-6 {
    background-image: url("../images/slider/3-2.jpg");
    background-color: #e8e8e8;
}

*/
/*-- Slider Animation --*/

.intro11-content>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.swiper-slide-active .intro11-content> :nth-child(1) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .intro11-content> :nth-child(2) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .intro11-content> :nth-child(3) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .intro11-content> :nth-child(4) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*-- Slider Animation --*/

.intro11-content-2>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.swiper-slide-active .intro11-content-2> :nth-child(1) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .intro11-content-2> :nth-child(2) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .intro11-content-2> :nth-child(3) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*----------------------------------------*/


/*    18 - Components - Button
/*----------------------------------------*/

.flosun-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    height: 45px;
    letter-spacing: 0.025em;
    line-height: 45px;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .flosun-button {
        padding: 0 25px;
    }
    .about-us {
        background: #f2dfe3 !important;
    }
    .contact-us-area form {
        padding: 0 10px !important;
    }
}

@media (max-width: 575px) {
    .flosun-button {
        font-size: 14px;
        padding: 0 15px;
        height: 42px;
        line-height: 42px;
    }
}

@media (max-width: 479px) {
    .flosun-button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }
}

.flosun-button.primary-btn {
    background-color: #ce348c;
    color: #ffffff;
}

.flosun-button.primary-btn:hover {
    background-color: #000000;
}

.flosun-button.secondary-btn {
    position: relative;
    background: #000000;
    color: #ffffff;
    z-index: 1;
    height: 45px;
    line-height: 43px;
}

.flosun-button.secondary-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ce348c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flosun-button.secondary-btn:hover:after {
    width: 100%;
}

.flosun-button.secondary-btn.theme-color {
    position: relative;
    background: #000;
    color: #ffffff;
    z-index: 1;
    margin-bottom: 5px;
    height: 45px;
}

.flosun-button.secondary-btn.theme-color:after {
    background: #ce348c;
}

.flosun-button.secondary-btn.secondary-border {
    border: 2px solid #000000;
    background: transparent;
    color: #000000;
    line-height: 42px;
}

.flosun-button.secondary-btn.secondary-border:hover {
    background: #ce348c;
    color: #ffffff;
    border-color: #ce348c;
}



.flosun-button-third {
    position: relative;
    background: #ce348c;
    color: #ffffff !important;
    z-index: 1;
    height: 45px;
    line-height: 43px;
}

.flosun-button-third:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flosun-button-third:hover:after {
    width: 100%;
}

.flosun-button-third.theme-color {
    position: relative;
    background: #000;
    color: #ffffff ;
    z-index: 1;
    margin-bottom: 5px;
    height: 45px;
}

.flosun-button-four{
    background: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
}
.flosun-button-four:hover{
    color: #fff !important;
}


@media (max-width: 575px) {
    .flosun-button.secondary-btn.secondary-border {
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    .flosun-button.secondary-btn.secondary-border {
        border: 1px solid #000000;
    }
}

.flosun-button.white-btn {
    background-color: #d8d8d8;
    color: #1b1b1c;
}

.flosun-button.white-btn:hover {
    background-color: #ce348c;
    border-color: #ce348c;
    color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.flosun-button.black-btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.flosun-button.black-btn:hover {
    background-color: #ce348c;
    border-color: #ce348c;
    color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.flosun-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flosun-button.button-icon {
    position: relative;
    overflow: hidden;
}

.flosun-button.button-icon.dark-btn {
    background: #000000;
    color: #ffffff;
    border-radius: 0%;
}

.flosun-button.button-icon:before {
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "\e82e";
    font-family: Linearicons-Free;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ce348c;
    color: #ffffff;
    z-index: 1;
}

.flosun-button.button-icon span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flosun-button.button-icon:hover:before {
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*----------------------------------------*/


/*    Shop Category
/*----------------------------------------*/

.cat-1 {
    width: 33.25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.25%;
    -ms-flex: 0 0 33.25%;
    flex: 0 0 33.25%;
    max-width: none;
}

@media (max-width: 767px) {
    .cat-1 {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.cat-2 {
    width: 61%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61%;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: none;
}

@media (max-width: 768px) {
    .cat-2 {
        width: 100% !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

.cat-3 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
}

@media (max-width: 479px) {
    .cat-3 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.cat-4 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
}

@media (max-width: 479px) {
    .cat-4 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.cat-5 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
}

@media (max-width: 479px) {
    .cat-5 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.cat-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
}

@media (max-width: 479px) {
    .cat-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.categories-img {
    position: relative;
}

.categories-img>a {
    display: block;
    width: 100%;
}

.categories-img>a img {
    width: 100%;
}

.categories-img>a:hover {
    -webkit-box-shadow: 0px 10px 30px 0px #d3d3d3;
    box-shadow: 0px 10px 30px 0px #d3d3d3;
}

.categories-img:hover .categories-content {
    background: #ce348c;
}

.categories-img:hover .categories-content1 {
    background: #ce348c;
}

.categories-content1 {
    background: #ffffff;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 2%;
    width: 100%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #d0d1d3;
}

.categories-content1>h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.categories-content1>h4 {
    color: #ce348c;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.categories-content {
    background: #ffffff;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 4%;
    width: 100%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #d0d1d3;
}

.categories-content>h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.categories-content>h4 {
    color: #ce348c;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.categories-img:hover .categories-content>h3,
.categories-img:hover .categories-content>h4 {
    color: #ffffff;
}

.categories-img:hover .categories-content1>h3,
.categories-img:hover .categories-content1>h4 {
    color: #ffffff;
}


/*----------------------------------------*/


/*    Product Scss
/*----------------------------------------*/

.product-area .single-product {
    /* margin-right: 15px;
margin-left: 15px;*/
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block;
    border: 1px solid #d0d1d3;
}

.product-area .single-product .product-image {
    position: relative;
    overflow: hidden;
}

.product-area .single-product .product-image .product-image-2 {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-area .single-product .label-product .label-sale {
    top: 30px;
    left: 30px;
    background: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 70px;
    padding: 0 6px;
}

@media (max-width:1024px) {
    .product-area .single-product .product-content {
        padding: 5px;
    }
}

.product-area .single-product .product-content {
    background-color: #ffffff;
    padding: 20px 20px 50px 20px;
    text-align: center;
    position: relative;
}

.product-area .single-product .product-content .product-rating {
    padding-bottom: 6px;
}

.product-area .single-product .product-content .product-rating i {
    color: #ce348c;
}

.product-area .single-product .product-content .product-title {
    margin-bottom: 10px;
}

.product-area .single-product .product-content .product-title .title-2 a {
    font-size: 14px;
    font-weight: 600;
}

.product-area .single-product .product-content .price-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-area .single-product .product-content .price-box .regular-price {
    font-weight: 600;
}

.product-area .single-product .product-content .price-box .old-price {
    margin-left: 5px;
    color: #b4b4b4;
}

.product-area .single-product .product-content .product-cart {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 38%;
    bottom: 9% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #ce348c;
    padding: 0;
}

.product-area .single-product .add-action {
    position: absolute;
    right: 20px;
    top: 10%;
}

.product-area .single-product .add-action a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 5px;
}

.product-area .single-product .add-action a i {
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #000;
    padding: 10px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    overflow: hidden;
    display: block;
}

.product-area .single-product .add-action a i:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #ce348c;
}

.product-area .single-product .add-action a:last-child {
    margin-bottom: 0px;
}

.product-area .single-product:hover {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-area .single-product:hover .product-image .product-image-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-area .single-product:hover .product-content .price-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-area .single-product:hover .product-content .product-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    bottom: 20px;
}

.product-area .single-product:hover .product-content .product-cart:hover {
    color: #fff;
}

.product-area .single-product:hover .add-action a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-area .single-product:hover .add-action a:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-area .single-product:hover .add-action a:nth-child(3) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.product-area .single-product:hover .add-action a:nth-child(4) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.onsale {
    background: #ce348c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 100px;
    right: auto;
    line-height: 160px;
    min-height: auto;
    min-width: auto;
    position: absolute;
    left: -50px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    top: -50px;
    width: 100px;
    z-index: 2;
    border-radius: 0;
    -webkit-transform: rotate(-45deg) translateZ(0) scale(1, 1);
    transform: rotate(-45deg) translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-row.row {
    margin-left: -45px;
    margin-right: -45px;
}

.product-row.row .product-slider {
    padding: 15px;
    margin-top: -20px;
    margin-bottom: -10px;
}

.product-row.row .product-slider.anime-element * {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-row.row .product-slider.anime-element * .swiper-slide-visible {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.product-row.row .product-slider.anime-element-multi * {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-row.row .product-slider.anime-element-multi * .swiper-slide-active>.single-product {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/*----------------------------------------*/


/*    Feature Scss
/*----------------------------------------*/

.history-area-content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.history-area-content>p {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .history-area-content>p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }
}

.history-area-content>p>strong {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .history-area-content>p>strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}


/*----------------------------------------*/


/*    Product Countdown Scss
/*----------------------------------------*/

.product-countdown-area {
    background: url(../images/bg/1.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    margin-bottom: 270px;
    margin-left: 50px;
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .product-countdown-area {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .product-countdown-area {
        padding-top: 80px;
    }
}

.product-countdown-area .countdown-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 479px) {
    .product-countdown-area .countdown-wrapper {
        margin-bottom: 40px;
    }
}

.product-countdown-area .item-carousel-2 {
    margin-bottom: -270px;
    width: 100%;
}

.product-countdown-area.product-countdown-style {
    padding: 80px 0;
    margin: 0px;
}

@media (max-width: 575px) {
    .product-countdown-area.product-countdown-style {
        padding: 40px 0;
    }
}

.product-countdown-area.product-countdown-style .item-carousel-2 {
    margin-bottom: 0px;
    width: 100%;
}

.product-countdown-area.product-countdown-style .countdown-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 479px) {
    .product-countdown-area.product-countdown-style .countdown-wrapper {
        margin-bottom: 30px;
    }
}


/*----------------------------------------*/


/*    Banner Scss
/*----------------------------------------*/

.banner-img {
    overflow: hidden;
    position: relative;
}

.banner-img a {
    display: block;
}

.banner-img a:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.banner-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.banner-img img>a:before {
    opacity: 1;
}

.hover-style a {
    display: block;
}

.hover-style a img {
    width: 100%;
}

.hover-style:hover a img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}


/*----------------------------------------*/


/*    Testimonial Scss
/*----------------------------------------*/

.testimonial-img {
    display: inline-block;
    margin-bottom: 45px;
    margin-top: 30px;
    position: relative;
}

.testimonial-img img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(188, 188, 188, 0.7);
    box-shadow: 0px 4px 10px 2px rgba(188, 188, 188, 0.7);
    width: 150px;
    height: 150px;
}

@media (max-width: 767px) {
    .testimonial-img img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 575px) {
    .testimonial-img img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .testimonial-img {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

.testimonial-content>p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 25px auto;
    max-width: 800px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .testimonial-content>p {
        max-width: 640px;
    }
}

@media (max-width: 767px) {
    .testimonial-content>p {
        max-width: 500px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .testimonial-content>p {
        max-width: 400px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .testimonial-content>p {
        max-width: 280px;
        font-size: 13px;
        line-height: 24px;
    }
}

.testimonial-author>h6 {
    color: #ce348c;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-author>h6>span {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.testimonial-author>h6>span:before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 2px;
    color: #555555;
}

.testimonial-area-2 .single-testimonial {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .testimonial-area-2 .single-testimonial {
        margin-bottom: 45px;
    }
}

.testimonial-area-2 .testimonial-img {
    margin-top: 3px;
}

.testimonial-area-2 .testimonial-content {
    padding: 0 20px;
}


/*----------------------------------------*/


/*    Brand Logo Scss
/*----------------------------------------*/

.brand-logo-carousel {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
}

.brand-logo-carousel:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-logo-carousel:hover .single-brand {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-logo-carousel:hover .single-brand img {
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-logo-carousel:hover .single-brand:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-logo-carousel:hover .single-brand:hover img {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*----------------------------------------*/


/*    Newsletter Scss
/*----------------------------------------*/

@media (max-width: 767px) {
    .news-latter-box {
        margin-top: 30px;
    }
}

.mc-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 100%;
    vertical-align: middle;
}

.mc-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    max-width: 100%;
    padding: 0 10px;
    position: relative;
    text-align: left;
    border-radius: 0px;
}

.mc-form input:focus {
    outline: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dddddd;
    background: transparent;
}

@media (max-width: 479px) {
    .mc-form input {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

.mc-form button {
    background: #555555;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    max-width: 100%;
    padding: 0 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mc-form button:hover {
    background: #ce348c;
    color: #ffffff;
}

.mc-form button:focus {
    outline: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 575px) {
    .mc-form button {
        padding: 0 15px;
    }
}

@media (max-width: 479px) {
    .mc-form button {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


/*----------------------------------------*/


/*    Collection Scss
/*----------------------------------------*/

.shop-collection-area .collection-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-collection-area .collection-content {
        padding-bottom: 30px;
    }
}

.shop-collection-area .collection-content .section-title .section-title-1 {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .shop-collection-area .collection-content .section-title .section-title-1 {
        margin-bottom: 0;
    }
}

.shop-collection-area .collection-content .section-title .section-title-2 {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .shop-collection-area .collection-content .section-title .section-title-2 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 36px;
    }
}

.shop-collection-area .collection-content .desc-content {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .shop-collection-area .collection-content .desc-content {
        margin-bottom: 10px;
    }
}


/*----------------------------------------*/


/*    Components - Breadcrumb
/*----------------------------------------*/

.breadcrumbs-area {
    padding: 20px 0;
    background: #f6f6f6 url(../images/bg/breadcrumb.html) no-repeat scroll center center/cover;
}

.breadcrumbs-area:before {
    background: #ffffff none repeat scroll 0 0;
    opacity: .3;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    position: absolute;
}

.breadcrumbs-area .breadcrumb-content .title-3 {
    font-size: 23px;
    font-weight: 700;
}

@media (max-width: 479px) {
    .breadcrumbs-area .breadcrumb-content .title-3 {
        font-size: 24px;
    }
}

.breadcrumbs-area .breadcrumb-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 5px;
}

.breadcrumbs-area .breadcrumb-content ul li {
    color: #000000;
    position: relative;
}

.breadcrumbs-area .breadcrumb-content ul li a {
    font-size: 13px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1;
}

.breadcrumbs-area .breadcrumb-content ul li a:hover {
    color: #ce348c;
}

.breadcrumbs-area .breadcrumb-content ul li:after {
    color: #000000;
    content: '>';
    font-size: 16px;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 400;
}

.breadcrumbs-area .breadcrumb-content ul li:last-child:after {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumbs-area {
        padding: 10px 0px;
        margin-bottom: 20px;
    }
}

.modal-open {
    padding-right: 0px !important;
}

.modal-open .flosun-modal .modal-dialog {
    max-width: 1000px;
}

@media (max-width: 1199px) {
    .modal-open .flosun-modal .modal-dialog {
        max-width: 980px;
    }
}

@media (max-width: 991px) {
    .modal-open .flosun-modal .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-open .flosun-modal .modal-dialog {
        max-width: 450px;
    }
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 99;
    opacity: 1;
    color: #000000;
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button .close-icon {
    font-size: 25px;
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button:hover {
    color: #ce348c;
}

.modal-open .flosun-modal .modal-dialog .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

#gift-box-info1 .payment-radio ul li {
    margin: 0 0;
    position: relative;
    height: auto;
    padding: 2px 15px 0px 26px;
    /* background-color: #fff; */
    display: i;
    display: inline-block;
    width: auto;
}

#gift-box-info1 .payment-radio ul li input[type='radio'] {
    height: 20px;
    width: 20px;
    /* color: #000; */
    margin-top: -2px;
    position: absolute;
    /* padding-left: 33px; */
    top: 5px;
    left: 0px;
}

@media (max-width: 767px) {
    .modal-open .modal-product {
        margin-top: 40px;
    }
}

.modal-open .modal-product .product-title .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.modal-open .modal-product .product-rating i {
    font-size: 18px;
    color: #ce348c;
    margin-top: 15px;
}

.modal-open .modal-product .desc-content {
    margin-top: 30px;
}

.modal-open .modal-product .nice-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    margin-top: 30px;
}

.modal-open .modal-product .nice-select .option {
    min-height: 25px;
    line-height: 25px;
}

.modal-open .modal-product .nice-select .list {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 2px;
    border-radius: 0px;
}

.modal-open .modal-product .nice-select:focus {
    border: 2px solid #666;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-open .modal-product .quantity-with-btn {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-open .modal-product .quantity-with-btn .add-to_btn {
    margin-top: 20px;
}

@media (min-width:767px) and (max-width:1179px) {
    .cat-1 {
        width: 37%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
        flex: 0 0 37%;
        max-width: none;
    }
}

li.mt-minus-5 {
    margin-top: 8px;
}

li.mt-minus-5 a.category {
    padding: 10px 85px 10px 25px !important;
    border: 2px solid #ce348c;
    border-radius: 20px !important;
}

a.category i {
    font-size: 28px !important;
    font-weight: bold;
    position: absolute;
    right: 16px;
    color: #fff !important;
    top: 7px;
}

a.category {
    position: relative;
    background-color: #fff;
}

a.category span {
    background-color: #ce348c;
    background-color: #ce348c;
    width: 43px;
    /* z-index: 2; */
    display: block;
    height: 40px;
    position: absolute;
    top: -1px;
    border-radius: 0px 40px 40px 0px;
    right: -6px;
}

i.lnr-magnifier {
    color: #ce348c !important;
}

a.category {
    text-transform: uppercase !important;
}

a.offcanvas-btn input[type="text"] {
    border-radius: 40px;
    background-color: #ffffff;
    width: 240px;
    border: 2px solid #ce348c;
}

a.offcanvas-btn span {
    position: absolute;
    top: 47px;
    right: 29px;
}

.offcanvas-btn span i {
    font-size: 20px !important;
}

.wishlist-icon a {
    position: relative;
    margin-right: 13px;
}

.user-icon {
    margin-right: 15px;
}

.arabic-txt {
    font-family: 'Cairo', sans-serif !important;
    font-size: 16px;
}

.whatsapp {
    position: relative;
    margin-bottom: 10px;
}

.whatsapp i {
    font-size: 30px;
    color: #0bb11b;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
}

.whatsapp a {
    position: absolute;
    left: 34px;
    color: #555;
    font-weight: bold;
    bottom: 13px;
}

.footer-widget-body li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #484848;
}

.accout-widget li i {
    font-size: 20px;
    padding-right: 12px;
    color: #ce348c;
}

.gray-bg {
    background-color: #f5f2f2;
    padding: 80px 0 50px !important;
}

section {
    padding: 50px 0 !important;
}

.space-bottom {
    padding-top: 50px;
    padding-bottom: 20px;
}

@media (max-width:1024px) {
    .language-switch .arabic-txt {
        display: none !important;
    }
    .search-icon-mobile {
        display: block !important;
    }
    .gray-bg {
        background-color: #f5f2f2;
        padding: 30px 0 0!important;
    }
    .space-bottom {
        padding-bottom: 15px !important;
        padding-top: 40px;
    }
    a.offcanvas-btn input[type="text"] {
        width: 250px !important;
    }
    .whatsapp i {
        font-size: 23px !important;
        color: #0bb11b;
        font-weight: bold;
        display: inline-block;
        margin: 8px 0;
    }
    .whatsapp a {
        position: absolute;
        left: 22px;
        color: #555;
        font-weight: bold;
        bottom: 13px;
        font-size: 12px;
        top: 10px;
    }
    .footer-area .single-footer-widget .social-links ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-right: 5px;
        color: #ce348c;
        border: 1px solid #ce348c;
    }
}

.language-switch {
    margin-right: 0;
}

.banner-statistics-right {
    padding: 20px 0;
}

.banner-thumb {
    margin: 0;
}

.banner-thumb img {
    width: 100%;
    padding: 5px;
}

.banner-content-right {
    left: auto;
    right: 40px;
    width: inherit;
    text-align: right;
}

.banner-content .text1 {
    color: #ce348c;
    padding-bottom: 5px;
    text-transform: capitalize;
    /* text-align: right; */
    font-size: 22px;
    font-family: "Great Vibes", cursive;
}

.text2 {
    color: #494646;
    text-shadow: 2px 1px 1px #fbfbfb;
}

.store-link {
    font-size: 14px;
    color: #db2297;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    margin-top: 20px;
    pointer-events: visible;
    font-family: 'Roboto', sans-serif;
}

.banner-content {
    top: 50%;
    right: 5%;
    width: 100%;
    display: none;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-item {
    position: relative;
    border: 1px solid #d0d1d3;
    border-radius: 10px;
}

.banner-item:hover h4 {
    background-color: #ce348c;
    color: #ffffff;
}

.col-custom {
    margin: 0 0 10px 0;
}

.banner-item h4 {
    text-align: center;
    padding: 10px;
    background-color: #d0d1d3;
    color: #484848;
    margin: 0;
    border-radius: 0 0 8px 8px;
}

.banner-item1 {
    position: relative;
    border: 1px solid #d0d1d3;
    border-radius: 10px;
}

.banner-item1 h4 {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    color: #484848;
}

.swiper-button-next {
    right: 15px !important;
}

.swiper-button-prev {
    left: 15px !important;
}

.product-slider .swiper-button-next {
    right: 18px !important;
}

.product-slider .swiper-button-prev {
    left: 18px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    /* width: calc(var(--swiper-navigation-size)/ 44 * 27); */
    /* height: var(--swiper-navigation-size); */
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    /* z-index: 11; */
    width: 45px;
    /* height: 45px; */
    background-color: #e4e0e0;
    padding: 5px 5px 8px;
    color: #ce348c;
    /* line-height: 12px; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px;
    font-weight: bold;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.language-switch-mobile {
    margin-top: 20px;
    font-weight: bold;
}

.login-mobile {
    font-weight: bold;
}

.footer-widget-area {
    padding-bottom: 20px;
    padding-top: 25px;
}

@media (min-width:1180px) {
    .search-icon-mobile {
        display: none !important;
    }
}

@media (min-width:1024px) {
    .footer-widget-area {
        padding: 40px 10px;
    }
}

@media (max-width:480px) {
    del {
        display: block;
    }
}

@media (max-width:1024px) {
    .header-right-area.main-nav {
        justify-content: flex-end;
    }
    .search-icon-mobile {
        margin-top: 0px;
        margin-right: 10px;
    }
    .user-icon {
        margin-right: 15px;
    }
    .search-icon-mobile i {
        font-size: 18px;
    }
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 0;
    /* height: 40px; */
    /* width: 40px; */
    vertical-align: bottom;
    padding: 11px 0px 7px;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 28px;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
    z-index: 99999;
}

.searchbutton i {
    float: right;
    margin-top: 12px;
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 180px;
    /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: -10px;
    top: 5px
}

.expandright:focus {
    padding: 0 0 0 16px;
    height: 35px;
    border: 1px solid #e684f5;
}

.radio-box input[type='radio'] {
    width: 18px;
    height: 18px
}

.bg-4 {
    background-color: #f9f9f9;
}

.hide {
    display: none;
}

.product-summery h4 {
    margin-bottom: 10px;
    margin-bottom: 10px !important;
}

div.radio-with-Icon {
    display: block;
}

.radio-box {
    margin-top: -20px;
    margin-bottom: 15px;
}

.radio-box ul li {
    display: inline-block;
    width: 100px;
    position: relative;
}

.radio-box ul li span {
    position: absolute;
    left: 26px;
    top: -3px;
    font-size: 16px;
}

div.radio-with-Icon div.radioOption-Item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 10px 0 0;
    border: none;
}

div.radio-with-Icon div.radioOption-Item label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1px;
    border: 1px solid #d6d4d5;
    color: #de1831;
    cursor: pointer;
    opacity: .8;
    transition: none;
    font-size: 13px;
    background-color: #f8e7e7;
    text-align: center;
    margin: 0 !important;
}

div.radio-with-Icon div.radioOption-Item label:hover,
div.radio-with-Icon div.radioOption-Item label:focus,
div.radio-with-Icon div.radioOption-Item label:active {
    color: #000;
    margin: 0 !important;
}

div.radio-with-Icon div.radioOption-Item label::after,
div.radio-with-Icon div.radioOption-Item label:after,
div.radio-with-Icon div.radioOption-Item label::before,
div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

div.radio-with-Icon div.radioOption-Item label i.fa {
    display: block;
    font-size: 50px;
}

div.radio-with-Icon div.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

div.radio-with-Icon div.radioOption-Item input[type="radio"]:active~label {
    opacity: 1;
}

div.radio-with-Icon div.radioOption-Item input[type="radio"]:checked~label {
    opacity: 1;
    border: none;
    background-color: #f5cccc;
    color: #000;
    border: 1px solid #fe7979;
}

div.radio-with-Icon div.radioOption-Item input[type="radio"]:hover,
div.radio-with-Icon div.radioOption-Item input[type="radio"]:focus,
div.radio-with-Icon div.radioOption-Item input[type="radio"]:active {
    margin: 0 !important;
}

div.radio-with-Icon div.radioOption-Item input[type="radio"]+label:before,
div.radio-with-Icon div.radioOption-Item input[type="radio"]+label:after {
    margin: 0 !important;
}

.shop-select .nice-select {
    height: 35px;
    margin-left: 10px;
}

.text-green {
    color: #0bb11b;
}

.payment-radio ul li {
    margin: 0 0;
    position: relative;
    height: 70px;
    padding: 20px 0 7px 10px;
    /* background-color: #fff; */
    display: i;
    display: inline-block;
    width: 100px;
}

.payment-radio ul li img {
    font-size: 15px;
    position: absolute;
    left: 36px;
    top: 14px;
}

.payment-radio ul li span.txt {
    margin-top: 10px
}

.payment-radio ul li input[type='radio'] {
    height: 28px;
    width: 20px;
    /* color: #000; */
}

.add-action-product {
    position: absolute!important;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 5%;
    /* border: 1px solid red; */
    right: 3%;
    background-color: #ce348c;
    color: #fff;
    border-radius: 50%;
    padding: 6px 8px;
}

.add-action-product a:hover {
    color: #000;
}

.single-product-img .swiper-slide {
    border: 1px solid #eee;
}

.shop-select {
    width: 140px;
}

.pro-stock span {
    color: green;
}

.pro-stock-out span {
    color: red;
}

.single-input-item p a,
.remember-meta a {
    color: #ce348c;
}

.remove {
    margin-left: 20px;
    padding: 10px;
}

.remove a {
    color: red !important;
    font-size: 23px;
}

td.cart-product-name span img {
    border: 1px solid #ccc;
    margin-right: 5px;
}

td.add-ons {
    border: none;
}

.input-item input[type='text'],
.input-item input[type='email'],
.input-item textarea {
    border: 1px solid #ccc !important;
}

textarea:focus,
.input-item input:focus {
    border: 1px solid #E72463 !important;
}

.gov-select1 select {
    height: 48px;
    border-radius: 0;
}

.about-us {
    background: url(../images/banner/about-us1.png) bottom left no-repeat;
    background-color: #f2dfe3;
    padding-top: 50px !important;
}

.privacy-policy p {
    font-size: 14px;
    margin: 15px 0;
}

.privacy-policy ul {
    margin: 10px 0;
}

.privacy-policy ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 15px;
}

.pills-container {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #e7e7e7;
    border-radius: 10px;
    padding: 5px !important;
}

.bg2 {
    background-color: #f0f1f2;
}

.check-mark i {
    color: #67bd13;
    font-size: 70px;
}

td p {
    margin: 10px 0;
}

.thank-you .table td,
.thank-you .table th {
    padding: 0.75rem;
    border: 1px solid #dedadc;
}

.product-cart i.fa-plus {
    margin-top: 0px;
    margin-left: 1px;
}

h4.widget-title {
    font-size: 14px;
    margin-top: 10px;
}

.nice-select .option.selected {
    font-weight: normal;
}

.login-btn button {
    width: 250px;
}

.cart_item {
    border-bottom: #eaeaea;
}

table th.cart-product-name,
table th.cart-product-total {
    font-weight: bold !important;
}

table th.cart-product-total {
    text-align: right;
}

table tr td.addons {
    border: none;
    border-style: none;
}

table tr.last-item {
    border-style: none;
}

@media screen and (max-width: 750px) {
    .cart-main-wrapper th,
    .wishlist-main-wrapper th {
        display: none;
    }
    .cart-table td,
    .table tbody td a,
    .wishlist-main-wrapper td {
        min-width: 100%;
    }
    .cart-main-wrapper td,
    .wishlist-main-wrapper td {
        display: block;
    }
    .cart-plus-minus {
        margin: 0 auto;
    }
    span.remove {
        margin: 0 auto;
    }
    td.pro-subtotal {
        display: none;
    }
    .py-5 {
        padding: 5px !important;
    }
    .header-right-area.main-nav>ul>li.minicart-wrap {
        margin-right: 17px !important;
    }
    td.sub-total-cart,
    td.delivery-cart,
    td.total-cart {
        width: 50%;
        display: inline-block;
    }
    td.pro-cart span.remove {
        display: block;
        margin: 0 auto;
    }
}

.cart-product-total {
    vertical-align: middle;
}


/* cart */

.wrapper {
    margin: 0 auto;
}

.wrapper h1 {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.project {
    display: flex;
}

.shop {
    flex: 75%;
}

.box {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    transition: all .6s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}

.box .pro-quantity {
    position: absolute;
    position: absolute;
    top: 75px;
    right: 8px;
    z-index: 999;
}

.box:hover,
.box-addons:hover {
    border: none;
    transform: scale(1.01);
}

.box img,
.box-addons img {
    object-fit: cover;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}

.content {
    padding: 20px;
    width: 100%;
    position: relative;
}

.content h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.content h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.btn-area {
    position: absolute;
    right: 3px;
    padding: 10px 36px;
    background-color: #000;
    color: white;
    cursor: pointer;
    top: 3px;
    height: 45px;
    z-index: 1;
}


/*.btn-area:hover {
background-color: #ce348c;
color: #fff;
font-weight: 600;
}*/

.btn-area:hover:after {
    width: 100%;
}

.btn-area:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ce348c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.unit input {
    width: 40px;
    padding: 5px;
    text-align: center;
}

.btn-area i {
    margin-right: 5px;
}

.right-bar {
    /*flex: 30%;
margin-left: 20px;
padding: 20px;
height: 275px;
border-radius: 5px;
background: #fff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
margin-bottom: 15px;*/
    flex: 30%;
    /* margin-left: 20px; */
    padding: 18px 0 0;
    height: auto;
    border-radius: 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 15px;
}

.right-bar hr {
    margin: 5px 0;
    border-bottom: 1px solid #ababab;
}

.right-bar p {
    /* display: flex;
justify-content: space-between;
margin: 16px 0;
font-size: 16px;*/
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    font-size: 16px;
    padding: 0 15px;
}

.right-bar h4 {
    padding: 0 15px;
    font-weight: 600;
}

.right-bar a {
    background-color: #76bfb6;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    /* font-weight: 900; */
}

.right-bar i {
    margin-right: 7px;
}

.right-bar a:hover {
    background-color: #3972a7;
}

.project h2 {
    margin-top: 30px;
    font-size: 20px;
}

.coupen_box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin: 15px 0 20px;
}

.coupen_box input {
    width: 50% !important;
    padding: 10px;
    border: 1px solid #ccc;
}

.txt_rit {
    text-align: right;
}

@media screen and (max-width: 700px) {
    .content h3 {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 7px;
    }
    .box .pro-quantity {
        position: absolute;
        top: auto !important;
        bottom: 10px !important;
        left: 10px !important;
        right: auto !important;
        z-index: 9;
        /* margin: 5px; */
    }
    .box .quantity .cart-plus-minus {
        position: relative;
        width: 100px;
        text-align: left;
        height: 40px;
        overflow: hidden;
    }
    .box .quantity .cart-plus-minus>.cart-plus-minus-box {
        border: 1px solid #dddddd;
        height: 35px;
        text-align: center;
        width: 100px;
        background: #ffffff;
        font-size: 12px;
        font-weight: 600;
    }
    .box .quantity .cart-plus-minus>.qtybutton.dec {
        top: 50%;
        left: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-size: 10px;
        border-right: none;
    }
    .box .quantity .cart-plus-minus>.qtybutton.inc {
        top: 50%;
        right: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-size: 10px;
        border-left: none;
    }
    .box img {
        height: 100px;
        margin-bottom: 45px;
    }
    .box .quantity .cart-plus-minus>.qtybutton.dec {
        top: 50%;
        left: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-size: 10px;
        border-right: 0;
    }
    .box .quantity .cart-plus-minus>.cart-plus-minus-box {
        border: 1px solid #dddddd;
        height: 40px;
        text-align: center;
        width: 100px;
        background: #ffffff;
        font-size: 12px;
        font-weight: 600;
    }
    p.total-value {
        font-weight: bold;
        margin-top: 8px;
        margin-right: 5px;
        border: 1px solid #e7e7e7;
        height: auto !important;
        width: auto !important;
        padding: 2px;
        text-align: center;
        position: absolute;
        right: 0 !important;
        bottom: 0;
        font-size: 14px;
    }
    .addons-p {
        color: #ce348c;
        font-weight: bold;
        margin: 0px !important;
        font-size: 12px;
    }
    .content h4 {
        margin-bottom: 10px;
        font-size: 13px;
        padding: 0 10px;
        text-align: center;
        line-height: 16px;
    }
    /*.btn2 {
        display: none;
    }*/
    .box {
        height: auto;
    }
    .cart-main-wrapper .btn-area i {
        margin-right: 0;
    }
    .cart-main-wrapper .btn-area {
        position: absolute;
        right: 3px;
        padding: 3px 7px;
        background-color: #000;
        color: white;
        cursor: pointer;
        top: 3px;
        height: auto;
    }
    .content {
        padding: 10px;
    }
    .btn-area {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: auto;
        padding: 2px 0px 2px 5px;
        background-color: #ce348c;
        color: white;
        cursor: pointer;
        border-radius: 2px;
        font-size: 19px;
        height: auto;
    }
    .cart-main-wrapper h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 900px) {
    .project {
        flex-direction: column;
    }
    .right-bar {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1250px) {
    .wrapper {
        max-width: 95%;
    }
}


/*.same-day {
background-color: #ce348c;
color: #fff;
margin: 0 auto;
text-align: center;
justify-content: center;
width: 120px;
display: block;
font-size: 12px;
position: absolute;
bottom: 1%;
left: 28%;
z-index: 11;
}*/

.same-day {
    background-color: #ce348c;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: 130px;
    display: block;
    font-size: 12px;
    position: relative;
    /* bottom: 1%; */
    /* left: 28%; */
    z-index: 18;
    margin-top: -18px;
}

.same-day:hover {
    background-color: #ce348c;
    color: #fff;
}

.add-to_cart {
    /* width: 295px; */
    display: flex;
}

.addons-p {
    color: #ce348c;
    font-weight: bold;
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 5px;
}

.add-ons h4 {
    margin-bottom: 5px;
    font-size: 14px;
}

.add-ons {
    display: block;
    width: 100%;
}

p.total-value {
    font-weight: bold;
    margin-top: 8px;
    margin-right: 5px;
    border: 1px solid #ccc;
    height: 35px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
}

.addons {
    color: #ce348c;
}

.show-filter-mobile {
    display: none;
}

.footer-area .single-footer-widget .widget-list li {
    list-style: disc;
    list-style-position: inside;
}

.footer-area .single-footer-widget .widget-list li::marker {
    width: 6px;
    height: 6px;
    color: #ce348c;
    /* left: 28px; */
    /* right: -1px; */
    /* margin: 0; */
    padding: 0;
}

.search-icon-mobile {
    display: none !important;
}

.trash {
    margin-left: 0;
    padding: 2px 5px;
    background: #ce348c;
    color: #ffffff;
    border-radius: 2px;
    position: absolute;
    /* top: -19px; */
    right: 7px;
}

.copy_rit {
    background: #ccc;
    padding: 15px 0;
    text-align: center;
}

.copy_rit p {
    margin-bottom: 0;
}

.old-price {
    color: #a8a8a8;
}

.faq-area {
    padding: 80px 0 100px;
}

.cart-main-wrapper {
    padding: 50px 0;
}

.cart-main-wrapper h1 {
    font-size: 24px;
}

.dstop_hide {
    display: none;
}

.checkout-area label {
    margin-bottom: 5px;
}

.checkout-area h2 {
    font-size: 24px;
    /* font-weight: bold; */
}

tfoot tr th,
tfoot tr td {
    border-color: #ccc;
    padding: 15px 13px !important;
    background: #eceff8 !important;
}

table tr.last-item td.cart-product-name {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.login-register-wrapper input[type="checkbox"]+label {
    padding-left: 20px;
}

.login-register-wrapper input[type="checkbox"]+label:before {
    border: 1px solid #3c3c3c;
}

.login-register-wrapper input[type="checkbox"]:checked+label:before {
    border: 1px solid #ce348c;
}

.contact-us-area,
.my-account-wrapper,
.wishlist-main-wrapper {
    padding: 80px 0;
}

.privacy-policy {
    padding: 40px 0 60px;
}

.bdr_t {
    border-top: 1px solid #ebe8e8;
}

.privacy-policy_wrapper p {
    margin-bottom: 15px;
    margin-top: 0;
}

.privacy-policy_wrapper h4 {
    margin-top: 30px;
}

.arabic-txt_mob {
    display: none !important;
}

.categories-area {
    padding-bottom: 30px;
}

.side-menu .fa-filter {
    display: none;
}

.cart-main-wrapper .content {
    padding: 8px 20px;
}

.cart-main-wrapper .add-ons img {
    height: 80px;
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

.cart-main-wrapper .add-ons {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.cart-main-wrapper .add-ons .addons-p {
    margin-top: 0;
}

.cart-item-wrapper .add-ons {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.cart-item-wrapper .cart-text a {
    color: #000 !important;
}

.myaccount-content .box .ordr_date {
    display: flex;
    justify-content: space-between;
}

.myaccount-content .box .ordr_price {
    display: flex;
    justify-content: space-between;
}

.myaccount-content .box .ordr_price .btn-area {
    position: inherit;
    right: inherit;
}

.myaccount-content .box .ordr_price .total-value {
    height: auto;
    border: 1px solid #ccc;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 15px;
    /* height: 44px; */
    background: #f2f2f2;
}

.myaccount-content .box .content {
    padding: 5px;
}

.myaccount-content .box .content .btn-area:after {
    display: none;
}

.myaccount-content .box .content .btn-area:hover {
    background: #ce348c;
}

.stock {
    color: green;
    font-weight: bold;
}

.due {
    color: #ff6a00;
}

.delivered {
    color: #ff6a00;
    font-weight: bold;
}

.myaccount-content .box .content h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.myaccount-content .box .content a:hover {
    color: #fff;
}

.my-account-wrapper .container.custom-area {
    padding: 0;
}

.modal .product-summery .product-head .product-title {
    font-size: 26px;
}

.modal .product-summery .price-box .regular-price {
    font-size: 17px;
}

.modal .product-details-img .single-product-thumb {
    margin-top: 20px;
}

.modal .product-details-img .single-product-thumb .swiper-slide {
    flex-shrink: 0;
    width: 110px;
    height: 100%;
}

.modal div.radio-with-Icon div.radioOption-Item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 10px 0 0;
    border: none;
    width: 85px;
}

.modal .product-summery h4 {
    margin-bottom: 10px;
    margin-bottom: 10px !important;
    font-size: 15px;
}

.modal .add-to_cart {
    width: 100%;
    display: block;
}

.modal .product-summery .add-to_cart .btn {
    margin-right: 5px;
    width: 100%;
}

.modal .single-product-img .swiper-slide {
    border: 0;
}

.modal .add-action-product {
    position: absolute!important;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 5%;
    /* border: 1px solid red; */
    left: 3%;
    right: inherit;
    background-color: #ce348c;
    color: #fff;
    border-radius: 50%;
    padding: 6px 8px;
}

.myaccount-content .flosun-button.secondary-btn.theme-color {
    margin-bottom: 15px;
}

.sort_price {
    display: none;
}

.side-menu .fa-times {
    display: none;
}

@media screen and (max-width: 1199px) {
    /* .arabic-txt_mob {
display: block !important;
margin-right: 11px;
}
.arabic-txt_mob img {
width: 15px;
}*/
    .arabic-txt {
        display: none !important;
    }
    .arabic-txt-mob {
        font-family: 'Cairo', sans-serif !important;
        font-size: 16px;
        padding: 0 15px;
        position: absolute;
        top: 10px;
        left: 5px;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    a.offcanvas-btn input[type="text"] {
        width: 203px !important;
    }
    .search-icon-mobile {
        display: none !important;
    }
    .flosun-button {
        padding: 0 20px;
        margin-bottom: 5px;
    }
    table tr.last-item td.cart-product-name {
        width: 75%;
    }
}

.pricefiltr .nice-select {
    line-height: 28px;
    margin-bottom: 30px;
}

.pricefiltr .nice-select .list {
    width: 100%;
}

.checkot_addnew {
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 30px !important;
}

.checkot_addnew h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.checkout-area address {
    background: #f8f8f8;
    padding: 15px 15px 15px;
    float: left;
    width: 100%;
}

.checkout-area address a {
    background: #ffffff;
    padding: 5px 15px;
    float: right;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}

.modal-body .payment-radio ul li {
    margin: 0 0;
    position: relative;
    height: auto;
    padding: 20px 0 7px 40px;
    background-color: #f5f4f4;
    display: i;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.modal-body .payment-radio ul li label {
    width: 100%;
}

.modal-body .payment-radio ul li input[type='radio'] {
    height: 28px;
    width: 20px;
    /* color: #000; */
    position: absolute;
    left: 10px;
    top: 12px;
}

.profileselect .myniceselect.nice-select {
    padding: 12px 0;
    margin: 0;
    height: auto;
    line-height: auto;
    background: #eceff8;
}

.checkbox-form .profileselect .gov-select .myniceselect.nice-select span {
    height: auto;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 15px;
    /* font-size: 18px; */
    white-space: normal;
}

.profileselect .nice-select .option {
    /* width: 50%; */
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

.clear-fix {
    clear: both;
}

@media screen and (max-width: 991px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 100%;
    }
    .off-canvas-wrapper .btn-close-off-canvas {
        left: 94%;
    }
    .side-menu .fa-times {
        display: block;
    }
    .sort_price {
        display: block;
        margin-bottom: 20px;
    }
    .intro11-slider-wrap {
        display: none;
    }
    .mob_tab_hide {
        display: none;
    }
    .tab_visible {
        display: block;
    }
    /******************************************************************************************************************/
    .side-menu .fa-filter {
        display: block;
        line-height: 42px;
    }
    .side-menu {
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        transition: .3s;
        z-index: 500;
        top: 0;
        left: 0;
        display: block;
    }
    .side-menu input:focus,
    .side-menu button:focus {
        outline: none;
    }
    .side-menu label {
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #212529;
        color: #fff;
        right: 0;
        top: 0;
        bottom: 0;
        /* margin: auto; */
        /* border-radius: 25px; */
        line-height: 46px;
        text-align: center;
        font-size: 22px;
        transition: background-color .2s;
        z-index: -3;
        line-height: 32px;
        padding: 5px 4px 0 10px;
    }
 
    .side-menu label .fa {
        color: rgb(255 255 255);
        transform: rotateY(0) translateX(0px);
        transition: .2s;
    }
    .side-menu label:hover {
        background-color: rgba(0, 0, 0, 1);
        cursor: pointer;
    }
    .side-menu label:hover .fa {
        color: rgba(255, 255, 255, 1);
    }
    #side-menu-switch {
        position: fixed;
        opacity: 0;
        z-index: -1;
    }
    #side-menu-switch:checked+.side-menu {
        transform: translateX(0);
        box-shadow: 10px 5px 40px 0px rgba(0, 0, 0, .4);
    }
    #side-menu-switch:checked+.side-menu label .fa {
        transform: rotateY(180deg) translateX(3px);
    }
    /*side-menu nav*/
    .side-menu .nav a {
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        font-family: Arial;
        background: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent) left top no-repeat;
        background-size: 0% 100%;
        transition: background-size .2s;
    }
    .side-menu .nav li {
        position: relative;
    }
    .side-menu .nav li+li>a:before {
        content: '';
        position: absolute;
        border-top: 1px dashed #fff;
        left: 10px;
        top: 0;
        right: 20px;
        bottom: 0;
    }
    /* */
    .side-menu .nav li:hover>a {
        color: rgb(218, 165, 32);
        background-size: 100% 100%;
    }
    .side-menu .nav a span {
        position: absolute;
        left: 10px;
        transition: .3s;
    }
    .side-menu .nav li:hover span {
        position: absolute;
        left: 40px;
    }
    .side-menu .nav a .fa {
        transform: scale(0) rotateY(0deg) rotateZ(0deg);
        transition: .3s;
        padding-left: 3px;
    }
    .side-menu .nav li:hover .fa {
        transform: scale(1) rotateY(360deg) rotateZ(15deg);
    }
    .side-menu .nav ul {
        display: block;
        transform: translateX(-40%);
        opacity: 0;
        pointer-events: none;
        position: absolute;
        left: 100%;
        width: 318px;
        background-color: rgba(255, 255, 255, .2);
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .2);
        top: 15px;
        transition: opacity .5s, transform .5s;
    }
    .side-menu .nav li:hover>ul {
        transform: translateX(-20%);
        opacity: 1;
        pointer-events: visible;
    }
    .side-menu .nav ul ul {
        transform: translateX(0);
        z-index: 20;
    }
    .side-menu .nav ul li:hover>ul {
        transform: translateX(-40%);
    }
    .menu-control2 {
        display: block;
        opacity: 0;
        transition: opacity .5s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        background-color: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    #side-menu-switch:checked~.menu-control2 {
        opacity: 1;
        pointer-events: visible;
    }
    /****************************************************************************************************************************************/
}

@media screen and (max-width: 767px) {
    .faq-area {
        padding: 50px 0 80px;
    }
    .my-account-wrapper {
        margin: 0 5px;
    }
    #gift-box-info1 .payment-radio ul li input[type='radio'] {
        top: 10px;
    }
    .off-canvas-wrapper .btn-close-off-canvas {
        left: 90%;
    }
    .my-account-wrapper .container.custom-area {
        padding: 0 15px;
    }
    #gift-box-info1 .payment-radio ul li {
        margin: 0 0;
        position: relative;
        height: 35px;
        padding: 8px 15px 7px 26px;
        /* background-color: #fff; */
        display: i;
        display: inline-flex;
        width: auto;
    }
    .cart-main-wrapper .content {
        padding: 10px 5px;
    }
    .coupen_box input {
        width: 100% !important;
        padding: 10px;
    }
    .coupen_box .flosun-button.secondary-btn {
        width: 100%;
        margin-top: 5px;
    }
    .side-menu .widget-mt {
        margin-top: 20px !important;
        overflow-y: scroll;
        height: 700px;
    }
    .search-icon-mobile {
        display: block !important;
    }
    .your-order .content h4 {
        line-height: 22px;
        font-size: 15px;
        text-align: left;
        padding: 0;
    }
    .your-order .box {
        height: auto;
    }
    .box {
        padding: 0;
    }
    .box .pro-quantity {
        position: absolute;
        position: absolute;
        top: 75px;
        right: 4px;
        z-index: 999;
    }
    .quantity {
        margin-right: 0;
    }
    .quantity .cart-plus-minus {
        position: relative;
        width: 123px;
        text-align: left;
        height: 45px;
        overflow: hidden;
    }
    .quantity .cart-plus-minus>.cart-plus-minus-box {
        border: 1px solid #dddddd;
        height: 45px;
        text-align: center;
        width: 123px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }
    .btn-area {
        position: absolute;
        right: 3px;
        padding: 10px 20px;
        background-color: #000;
        color: white;
        cursor: pointer;
        top: 3px;
        height: 45px;
    }
    .categories-area .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .myaccount-content {
        padding: 15px;
    }
    .container.custom-area .myaccount-page-wrapper .row {
        margin-right: -12px;
        margin-left: -12px;
    }
    .privacy-policy,
    .contact-us-area,
    .my-account-wrapper,
    .wishlist-main-wrapper {
        padding: 30px 0;
    }
    .privacy-policy_wrapper h4 {
        margin-top: 0px;
        line-height: 24px;
    }
    .my-account-wrapper .container.custom-area .col-custom {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .cart-main-wrapper {
        padding: 0 0 30px;
    }
    .dstop_hide {
        display: block;
    }
    .mobile_hide {
        display: none;
    }
    .footer-area .single-footer-widget .widget-list li {
        line-height: 1;
        padding: 6px 0;
    }
    .main-nav>ul>li {
        padding: 15px 0;
    }
    .footer-area .footer-widget-area {
        padding: 30px 15px;
    }
    .product-area .single-product {
        margin-right: 0;
        margin-left: 0;
    }
    .footer-area .single-footer-widget {
        margin-top: 25px;
    }
    .footer-area .single-footer-widget .widget-list li {
        padding: 8px 0;
    }
    .copy_rit {
        padding: 21px 15px;
    }
    .shop-select .nice-select {
        height: 35px;
        margin-left: 0;
    }
    .row.shop_wrapper.grid_3 {
        margin: 0 -8px;
    }
    .shop_wrapper.grid_3 .single-product {
        margin-bottom: 15px;
    }
    .product-area .single-product .product-content .product-title {
        height: 30px;
    }
    .product-area .single-product .product-content .price-box .old-price {
        margin-left: 0;
    }
    .accout-widget li i {
        font-size: 16px;
        padding-right: 8px;
    }
    .shop_toolbar_wrapper .shop-select .form-control .list .option {
        padding: 0 15px;
    }
    .product-details-img .single-product-thumb {
        margin-top: 15px;
    }
    .your-order .your-order-table table .order-total td span {
        font-size: 16px;
    }
    .your-order .your-order-table table .order-total th {
        font-size: 16px;
    }
    .login-register-wrapper {
        margin: 0 0;
    }
    .my-account-wrapper .container.custom-area .col-custom {
        padding: 0 !important;
    }
    .cart-main-wrapper .wrapper {
        max-width: 100%;
    }
    .cart-main-wrapper .add-ons img {
        display: none;
    }
    .cart-main-wrapper .content h4 {
        margin-bottom: 5px;
        font-size: 16px;
        text-align: left;
        padding: 0;
    }
    .cart-main-wrapper .add-ons {
        margin-bottom: 8px;
    }
    .myaccount-content .btn2 {
        display: block;
        font-size: 15px;
        line-height: 18px;
        padding: 0 13px;
    }
    .myaccount-content .box .ordr_price .total-value {
        height: auto;
        border: 1px solid #ccc;
        padding: 4px 13px;
        font-weight: bold;
        font-size: 15px;
        /* height: 44px; */
        background: #f2f2f2;
        line-height: 30px;
    }
    .myaccount-content .box .ordr_price {
        display: flex;
        justify-content: space-between;
        margin-top: 17px;
    }
    .myaccount-content .box .ordr_price .btn-area {
        position: inherit;
        right: inherit;
        /* width: 100%; */
        height: auto;
    }
    .myaccount-content .box .content {
        padding: 12px;
    }
    .container.custom-area .myaccount-page-wrapper .account-details-form .row {
        margin-right: 0;
        margin-left: 0;
    }
}


/*#gift-info-details {
    margin-bottom: 15px;
}*/

.pt-0 {
    padding-top: 0;
}

.single-payment-method input[type="radio"] {
    left: 0;
    position: absolute;
    visibility: hidden;
}

.single-payment-tile {
    color: #000;
    font-size: 15px;
    font-weight: normel;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.single-payment-tile::before {
    background: transpareant;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease-in-out 0s;
}

.single-payment-method input[type="radio"]:checked~.single-payment-tile::before {
    background: url(../images/check.png) no-repeat;
    border: 0;
    width: 25px;
}

.single-payment-method li {
    margin-bottom: 12px;
}

.single-payment-method li label {
    width: 100%;
}

.single-payment-method i {
    color: #ce348c;
}

.payment-radio label {
    margin-bottom: 0;
}

.hidedate {
    margin-bottom: 0;
}

.coupon-accordion .coupon-content label {
    padding-left: 23px;
}





@media screen and (min-width: 767px) and (max-width: 1500px) {
    .intro11-slider {
        width: 100%;
        height: auto !important;
    }
    .slide-bg-1 {
        min-height: 300px;
    }
}

@media screen and (max-width: 580px) {
    .myaccount-content .flosun-button.secondary-btn {
        width: 100%;
    }
    .myaccount-content .btn2 {
        display: block;
        font-size: 15px;
        line-height: 33px;
        padding: 0 13px;
    }
    .flosun-button.secondary-btn.theme-color {
        width: 100%;
    }
    .thank-you h2 {
        font-size: 20px;
    }
    .btn-area {
        position: absolute;
        right: 3px;
        padding: 2px 6px;
        background-color: #000;
        color: white;
        cursor: pointer;
        top: 3px;
        height: auto;
        text-align: center;
    }
    .btn-area i {
        margin-right: 0;
    }
    .flosun-button.secondary-btn {
        position: relative;
        background: #000000;
        color: #ffffff;
        z-index: 1;
        height: 45px;
        line-height: 43px;
        /* width: 100%; */
    }
}
.success-popup,
.modal-title{
    color: #67bd13;
}
.error-popup p,
.success-popup p{
    color: #000000;
    font-size: 14px;
}
.error-popup,
.error-popup .modal-title{
    color: #ff0000;
}
.error-popup .btn-close,
.success-popup .btn-close{
    position: absolute;
    right: -13px;
    color: #fff;
    background: #000;
    width: 1.5em;
    height: 1.5em;
    font-size: 16px;
    z-index: 500;
    opacity: 1;
    border-radius: 50px;
    top: -12px;
}
.error-popup .modal-content,
.error-popup .modal-body,
.success-popup .modal-content,
.success-popup .modal-body{
    background: #f6ecec;
    border-radius: 15px;
}
.error-popup .modal-body,
.success-popup .modal-body i{
    font-size: 50px;
}

.message-sign-content{
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.message-sign-box {
    width: 100%;
    background-color: #f0f1f2;
    display: block;
    align-items: center;
    justify-content: start;
    padding: 15px;
}
.message-sign-box i{
    font-size: 50px;
    padding-bottom: 5px;
}
.message-sign-box h2{
    font-size: 20px;
    margin-bottom: 5px;
}
.message-sign-box p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
}

.success-color{
    color: #4fb130;
    background: #dfffce;
    border-radius: 5px;
}
.error-color{
    color: #b13030;
    background: #ffcece;
    border-radius: 5px;
}
.information-color{
    color: #3469ce;
    background: #cee3ff;
    border-radius: 5px;
}
.success-color h2{color: #4fb130;margin-bottom: 2px;}
.error-color  h2{color: #b13030;margin-bottom: 2px;}
.information-color h2{ color: #3469ce;}
.success-color i:before {content: "\f058";}
.error-color i:before{content: "\f071";}
.information-color i:before{ content: "\f05a";}

@media screen and (max-width: 580px) {
    .message-sign-box {
        padding: 15px 10px;
    }
    .message-sign-box i{
        font-size: 40px;
        padding-right: 15px;
    }
    .message-sign-box h2{
        font-size: 18px;
    }
    .message-sign-box p{
        font-size: 12px;
    }
}


/* Shop Categories Accordion css */

.shop-accordion {
    width: 100%;
  }

  .shop-accordion a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shop-accordion a:only-child{
    border-bottom: 1px solid #ddd;
  } 

  .shop-accordion .shop-accordion-content {
    display: none;
    padding: 10px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    transition: .3s ease;
  }
.gray-light a{
    /*background: #e8e8e8;*/
    line-height: 32px;
  }
  .linehight-30 a{
    line-height: 32px;
  }

  .shop-accordion a.active {
    background-color:#e8e8e8;
  }

  /*.shop-accordion-close-btn a::after {
    content: "\00d7";
    font-size: 20px;
    margin-right: 5px;
  }
*/


.shop-accordion-content ul{
    display: grid;
    gap: 0.3rem;
}
/******************************************************new*******************************************/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events:all !important;

}
.payment ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.payment ul li{
    margin-right: 5px;
    
} 
.payment ul li img{
    height: 32px;
}
.stocks{
    margin-bottom:8px;
}
.stocks .in_stock{
    background: #0bb11b;
    color: #fff;
    padding: 0 15px;
    border-radius: 50px;
}
.stocks .out_stock{
    background: #de1831;
    color: #fff;
    padding: 0 15px;
    border-radius: 50px;
}
.product-details-img .swiper-button-next, 
.product-details-img .swiper-button-prev{
    background-color: rgb(228 224 224 / 75%);
    width: 30px;
    height: 30px;
    top: 60%;
}
.user-icon span{
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
}

.header-right-area.main-nav>ul>li a:hover {
    color:#ce348c !important;
}
.message-sign-content{
    text-align: center;
}
.box .pro-quantity input{
    width: 80px;
}

.box .pro-quantity>div{
    margin-right: 10px;
}
.box .pro-quantity>div>div{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 150px;   
    justify-content: space-between;
    display: flex;
    padding: 0;
}
.box .pro-quantity input{
width: 76px;
    height: 33px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 0;
}
.box .pro-quantity a{
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
    padding: 4px 8px;
    font-size: 16px;
    margin: 0;
}
.your-order .txt_rit input{
border: 1px solid #ccc;
    height: 38px;
}
.your-order .txt_rit input.button{
background: #000;
    border: 0;
    height: 36px;
    color: #fff;
    padding: 0 10px;
}
.sidebar_widget>li>a.active,
.sidebar_widget>li>a:active,
.sidebar_widget a.active,
.sidebar_widget a:active{
    color: #ce348c !important;
}
.single-payment-method a{
    width: 100%;
}
.sidebar_widget li a span{
    float: right;
}
.checkbox-form input[type="text"],
input[type="password"],
.checkbox-form .checkbox-form select,
.account-details-form input[type="text"],
.account-details-form input[type="password"],
.account-details-form select {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #dddddd;
}
.coupcode{
    display: flex;
    justify-content: end;
}
.error{
    font-size: 12px;
    color: red;
}

.formError {
    /*font-size: 12px;*/
    color: red;
}

.success{
    font-size: 12px;
    color: #0bb11b;
}
.accordion_area button{
    background: #f8f8f8;
    border: 1px solid #ce348c;
    width: 100%;
    text-align: left;
    color: #000000;
}
.accordion-button:not(.collapsed){
    background: #ce348c;
    color: #fff;

}
.accordion-item{
    margin-bottom: 8px;
}
.card-header.card_accor button.btn-link {
    border: 1px solid #ce348c;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 20px;
    background: #ce348c;
}
.accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}

/******Search******/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* margin-top: -51px; */
    width: 77%;
    /* margin-left: 5%; */
    color: rgb(0 0 0);
    background: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 16px;
    /* font-family: Roboto; */
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 22px;
    color: #fff;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}
.srch_btn{
background: #000;
padding: 15px;
color: #fff;
}
#searchform{
    display: flex;
    margin-top: 60%;
    justify-content: center;
}
/*****Search*****/
  
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's on top */
  }

  .loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #ce348c; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
.p_l_r_10{
    padding-left: 10px;
    padding-right: 10px;
}
.swiper-slide {
    background-size: cover !important;
}
.myaccount-content select,
.myaccount-content .nice-select.wide {
    height: 48px !important;
    border: #dddddd 1px solid;
}
.sub_title{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sub_title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.shoppingCartBlock {
    display: flex;
    flex-wrap: wrap;
}
.ptb_0{
    padding: 0;
}
.accordion-body h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.accordion-body ol,
.accordion-body ul{
    margin-left: 18px;
    margin-bottom: 15px;
    padding: 0;
}
.accordion-body ul li{
    list-style: square;
}
.accordion-body ol li{
    list-style:decimal;
}
code {
    font-size: 14px;
    word-wrap: normal !important;
    font-family: "Poppins", sans-serif;
}
.accordion-body ul li::marker{
    color:#ce348c;
}


  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@media screen and (max-width: 767px) {
     .coupcode{
        display: block;
    }
    .your-order .txt_rit input{
        margin-bottom: 3px;}
     #liWelcome{
        display: none;
     }   
   
}
@media screen and (max-width: 700px) {
    .box .pro-quantity {
        top: 109px !important;
    }
    .box .pro-quantity>div>div {
        width: 100px;
    }
    .box .pro-quantity input {
        width: 40px;
    }
}




.dropdown-submenu {
    display: flex;
    flex-wrap: wrap;
    max-height: 87vh;
    width: 450px;
    padding: 10px;
}

.dropdown-submenu li {
    width: 50%;
    list-style: none;
}




/* Default: hide input on mobile */
.search-container .search-input {
    width: 0;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
    overflow: hidden;
    padding: 0;
    border: none;
}

/* Expanded state */
.search-container.active .search-input {
    width: 150px;   /* adjust width for mobile */
    opacity: 1;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Keep button always visible */
.search-container .searchbutton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border-radius: 4px;
    background: none;
    border: none;
}

/* Icon size */
.search-container .searchbutton i {
    font-size: 1rem;
}

/* For desktop, show normally */
/* @media (min-width: 992px) {
  .search-container .search-input {
    width: 200px;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
  }
} */

/* 
Form layout
.search-icon-mobile .search-container div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.search-icon-mobile .search-container label.searchbutton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border-radius: 4px;
    margin-right: 1;
}



.search-icon-mobile .search-container label.searchbutton i {
    font-size: 1rem;
}

#searchright{
    height: 2.4rem;
    margin-right: 4px;
  
} */


input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

input[type="search"]::-moz-search-clear {
    display: none;
}




@supports (-webkit-touch-callout: none) {
    .myniceselect.nice-select {
        height: 52px !important; /* Slightly bigger than default */
        line-height: 52px !important;
    }

    .myniceselect.nice-select span {
        height: 52px;
        line-height: 52px;
    }
}


.search-container .search {
    width: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
    margin-top: -5px; /* pehle aapne 1px diya tha, usse upar ho gaya tha */
}

.search-container.active .search {
    width: 8rem;
    height: 2.2rem;
    opacity: 1;
    padding: 0 10px;
}

.searchbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem; /* input ki height ke barabar */
    width: 2.2rem;
}
.message-sign-box.error-color .msgTitle a {
    color: #ff6600;
    font-weight: bold;
    text-decoration: underline;
}

.message-sign-box.error-color .msgTitle a:hover {
    color: #ff3300;
    text-decoration:none;
}
