/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: #11223c;
}
::-webkit-scrollbar {
    float: right;
    width: 10px;
    background-color: #816262;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #ee3c73;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700");

@font-face {
    font-family: DroidKufi;
    src: url("../fonts/DroidKufi-Regular.ttf");
}
@font-face {
    font-family: DroidKufi-Bold;
    src: url("../fonts/DroidKufi-Bold.ttf");
}
.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: 0;
}
p,
a,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
MARQUEE,
input,
button,
.textarea,
textarea,
label,
select,
tr,
table,
th,
.alert {
    font-family: "DroidKufi", "Poppins", sans-serif;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
    outline: 0 !important;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
a {
    cursor: pointer;
    display: block;
}
p {
    padding: 0;
    margin: 0;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.pdd_l_0 {
    padding-left: 0;
}
.pdd_0 {
    padding: 0;
}
.padd-sec-30 {
    padding: 30px 0;
}
.padd-sec-50 {
    padding: 50px 0;
}
.padd-sec-60 {
    padding: 60px 0;
}
.padd-sec-80 {
    padding: 80px 0;
}
.padd-sec-100 {
    padding: 100px 0;
}
.bg-sec-1 {
    background: #fff !important;
}
.bg-sec-2 {
    background: #fff5f8 !important;
}
.bg-sec-1 .products-slider .owl-nav {
    background: #fff !important;
}
.bg-sec-3 {
    background: #fcfcfc !important;
}
.text-center {
    text-align: center;
}
.alert {
    font-size: 14px;
}
/*----------------------------------------*/
/*   Main Titles Style
/*----------------------------------------*/
/* Main section title */
.main-sec-title {
    width: 100%;
}
.main-sec-title h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #c43662;
}
/*----------------------------------------*/
/*  MY STYLE
/*----------------------------------------*/

body {
    padding-top: 40px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0px solid;
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden;
}
p {
    color: #816262;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #816262;
}
h1 {
    font-size: 48px;
    line-height: 50px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:active,.categ-rt-lst.collapse
a:hover {
    outline: 0 none;
}
a:hover,
a:focus {
    color: #ee3c73;
    text-decoration: none;
}
body {
    text-align: right;
}
.clear {
    clear: both;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.col-padd {
    padding-left: 5px;
    padding-right: 5px;
}
.padd_80 {
    padding: 80px 0;
}
.padd_60 {
    padding: 60px 0;
}
input:focus,
select:focus,
textarea:focus {
    -moz-appearance: none;
    box-shadow: none !important;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/logo/preloader.gif") no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #ee3c73;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #ee3c73;
    text-shadow: none;
    color: #fff;
}
.btn {
    font-size: 14px;
}
b,
strong {
    font-weight: bolder;
    font-family: DroidKufi-Bold;
}
/*----------------------------------------*/
/*   Header Area 
/*----------------------------------------*/
.nav.navbar {
    padding: 20px 10px;
    padding: 2px 0 !important;
    background: #183054;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 2%);
}
.nav .container {
    padding: 0;
}
.navbar {
    transition: all 0.4s;
}
.navbar-nav {
    /* margin-right: 70px */
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0px 3px 6px 0px #00000026;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e0e0e0;
}
.navbar-brand img {
    width: 125px;
    height: 34px;
    object-fit: contain;
}
.navbar .nav-link {
    cursor: pointer;
    padding: 4px 11px !important;
    font-size: 14px;
    margin: 0 2px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid#ee3c7300;
}
.more-links li a {
    color: #fff;
    padding: 5px 15px !important;
}
.more-links li {
    position: relative;
}
.navbar .navbar-brand {
    color: #fff;
}
.navbar-nav a:hover,
.navbar-nav .active a {
    background: #ee3c73a1;
    border-radius: 4px;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid#ee3c7385;
}
.more-links {
    margin-right: 10px;
}
.more-links li {
    margin: 0 3px;
}
.more-links i {
    font-size: 19px;
    /* color: #000; */
}
.more-links a {
    color: #ee3c73 !important;
}
.more-links a:hover {
    color: #816262 !important;
}
.more-links .list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 0;
    border-left: 0px solid#ee3c7345;
}
.more-links a:hover,
.more-links a {
    background: #ee3c7300;
}
.more-links .nav-link {
    padding: 5px 5px !important;
}
.more-links li img {
    width: 17px;
    height: 17px;
}
.more-links li a:hover {
    border: 1px solid#ee3c7300;
}
/* Change navbar styling on scroll */
.navbar.active {
    background: #11223c;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.active .nav-link {
    color: #fff;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #fff;
    text-decoration: none;
}
.navbar.active .navbar-brand {
    color: #fff;
}
.navbar.active .navbar-nav a:hover,
.navbar.active .navbar-nav .active a {
    color: #fff;
}
.mob-visi {
    display: none;
}
.more-links span i {
    font-size: 19px;
}
/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }
}
/* section */
.sec-test {
    height: 400px;
    background: #2a2637;
    margin-bottom: 188px;
}

@media screen and (max-width: 768px) {


    body .search-title-grid {
        display: block !important;
    }
    
    body .search-title-grid h3 {
        margin-bottom: 1.2rem;
    }
    .navbar-toggler {
        order: 3;
    }
    .navbar-brand {
        order: 1;
    }
    .more-links {
        order: 2;
    }

    .navbar-brand img {
        width: 130px;
        height: 37px;
        object-fit: scale-down;
    }
    .side-collapse-container {
        width: 100%;
        position: relative;
        right: 0;
        transition: left 0.7s;
        -webkit-transition: left 0.7s;
        -moz-transition: left 0.7s;
        -ms-transition: left 0.7s;
        -o-transition: left 0.7s;
    }
    .side-collapse-container.out {
        right: 200px;
    }
    #navbarSupportedContent {
        padding: 0;
        box-shadow: -7px 5px 5px 2px #0000000f;
        background: #fff;
    }
    .side-collapse {
        top: 67px;
        bottom: 0;
        right: 0;
        width: 240px;
        position: fixed;
        overflow: hidden;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        padding: 10px 15px 5px 6px !important;
    }
    .side-collapse.in {
        right: -255px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
    }
    .side-collapse ul li {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    .dropdown-toggle::after {
        left: 15px;
        top: 18px;
        position: absolute;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
        box-shadow: none;
        background: #f9f9f9;
        border-radius: 0;
    }
    .more-links {
        margin-right: 0;
    }
    .mob-visi {
        display: inline-block;
        width: 43%;
        text-align: left;
    }
    .mob-hidd {
        display: none;
    }
    .search-icon {
        padding: 5px 5px !important;
    }
    /* .more-links #search img{
        padding-right: 5px !important;
        padding-left: 8px !important;
    } */
    .more-links li a {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    #search input[type="search"] {
        position: absolute;
        top: 20%;
        font-size: 18px;
    }
    .select-options {
        margin-right: 5px;
    }
}
.collapse:not(.show) {
    display: block;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

/* Start Menu */
#open {
    display: none;
}
.search-input {
    position: absolute;
    left: 8%;
    top: 84%;
    margin-top: 0;
    display: none;
}
.search-input input {
    border-radius: 5px;
    border: solid 1px #ee3c73;
    padding: 9px 12px;
    font-size: 16px;
    color: #818181;
}
.search-input-0 input {
    border-radius: 5px;
    border: solid 1px #ee3c73;
    padding: 10px 12px;
    font-size: 11px;
    color: #818181;
}
.search-input-0 button {
    position: absolute;
    top: 0%;
    left: 0px;
    border: 0;
    background: 0;
    width: 40px;
    height: 100%;
    border-radius: 5px;
    padding: 10px 12px;
}
.nav .search {
    display: none;
}
#open i {
    font-size: 26px;
    color: #ee3c73;
    margin-right: 10px;
}
.menu {
    height: 100vh;
    width: 80%;
    overflow: hidden;
    background: #183054;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.5s;
    z-index: 999999;
    box-shadow: -4px 0px 14px 4px #0000001f;
}
.menu-items {
    padding: 20px;
}
.menu-items .main-items {
    margin-top: 15px;
}
.menu ul.nested-items li:first-child {
    margin-top: 13px;
}
.menu .fa-times {
    font-size: 1.7rem;
    float: left;
    cursor: pointer;
}
.menu .main-items > li,
#nest {
    padding: 5px 0px;
    font-size: 1.3rem;
    border-bottom: solid 1px #ffffff26;
}
#menu .main-items li.active a {
    color: #ee3c73;
}
/* .menu .main-items > li:nth-child(2) {
    padding: 0;
    cursor: pointer;
} */
#close {
    color: #ee3c73;
}
#menu .main-items li a {
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}
#menu .menu-link {
    color: #ffffff;
    font-size: 16px;
}
.nested-items li a {
    display: block;
    margin: 5px 0;
}
.menu .menu-scroll {
    float: left;
    transition: 0.5s;
    text-align: left;
}
.menu .main-items li {
    transition: 0.5s;
}
.menu #nest > div > div {
    display: inline-block;
    width: 50%;
    padding: 0.5rem 0;
}
.menu #nest div div:nth-child(2) {
    text-align: right;
}
#nest {
    display: block;
}
#menu-icon {
    display: inline-block;
    text-align: left;
    transition: 0.5s;
}
.menu li {
    text-align: right;
}
.menu .main-items li:hover {
    color: olive;
}
.menu .main-items .nested-items {
    height: 0;
    overflow: hidden;
    margin-left: 30px;
    transition: 0.5s;
}
/* End Menu */

/*  =====  Main Slider  ===== */
.main-slider-area {
    height: 520px;
    background: #234278;
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(../img/slider/slider_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 83px;
}
.main-slider-area::before {
    content: "";
    background-image: url(../img/slider/slider_icons_bg.svg);
    width: 17%;
    height: 254px;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 139px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(10deg);
}
.slider-main-image img {
    width: 500px;
    height: 500px;
}
.main-banner .hero-content .main-title {
    font-size: 40px;
    font-family: Lemonada, cursive;
    font-weight: 700;
    margin: 5px;
    background-color: #c1b232;
    margin-left: 15%;
    width: 60%;
}
.slide-item-content {
    padding-top: 100px;
}
.main-sl-title {
    background-color: #c1b232;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 10px;
}
.main-sl-title h2 {
    position: relative;
    top: -8px;
    right: -25px;
    color: #fff;
    font-size: 42px;
}
.main-sl-sub-title {
    background-color: #ef3c73;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 40px;
    margin-bottom: 20px;
    margin-right: 80px;
    text-align: right;
}
.main-sl-sub-title h2 {
    position: relative;
    top: -8px;
    left: 0px;
    color: #fff;
    font-size: 42px;
}
.main-sl-p {
    max-width: 290px;
    margin-right: 113px;
}
.main-sl-p p {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}
/* intro section */
.intro-section {
    padding-top: 80px;
    padding-bottom: 20px;
}
.intro-box {
    background: #ffede9;
    /* padding: 15px; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 219px; */
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid#eda6cd;
    position: relative;
}

.intro-box img {display: block;width: 100%;}
.intro-box-title-info {
    width: 63%;
    float: left;
    background: #ffffff33;
    padding: 10px 15px;
    /* border: 1px solid#fff; */
    margin-top: 35px;
    border-radius: 2px;
    position: absolute;
    left: 4px;
}
.intro-box .intro-box-title-info a {
    font-size: 16px;
    color: #5b4545;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    text-align: center;
}
.intro-box .intro-box-title-info p {
    font-size: 14px;
}
/*  =====  Important Occasions Section  ===== */
.product_item_1 {
    background: #fcf2f2;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.product_item_1:hover {
    background: #fbe2e8;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.product_item_1 .product_item_1_img {
    background: #ee3c73;
    width: 100%;
    height: 240px;
    border-radius: 0 0 0 190px;
    position: relative;
    -webkit-border-radius: 0 0 0 190px;
    -moz-border-radius: 0 0 0 190px;
    -ms-border-radius: 0 0 0 190px;
    -o-border-radius: 0 0 0 190px;
    position: relative;
}
.product_item_2 .product_item_2_img:after {
    content: "";
    width: 100px;
    height: 100px;

    background-image: url(../images/image-placeholder.gif);
    background-size:cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-family: 'DroidKufi-Bold';
}
.product_item_1 .product_item_1_img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ee3c7326;
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 0;
    border-radius: 0 0 0 190px;
    -webkit-border-radius: 0 0 0 190px;
    -moz-border-radius: 0 0 0 190px;
    -ms-border-radius: 0 0 0 190px;
    -o-border-radius: 0 0 0 190px;
}
.product_item_1:hover .product_item_1_img::after {
    background: #ee3c73ab;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.product_item_1 .product_item_1_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 0 0 0 190px;
    position: relative;
    z-index: 1;
    background: #f6fdff;
    -webkit-border-radius: 0 0 0 190px;
    -moz-border-radius: 0 0 0 190px;
    -ms-border-radius: 0 0 0 190px;
    -o-border-radius: 0 0 0 190px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.product_item_1 .product_item_1_info {
    padding: 20px 15px;
    text-align: center;
}
.product_item_1 .product_item_1_info h5 {
    font-size: 14px;
    margin-bottom: 2px;
    color: #651830;
}
.product_item_1 .product_item_1_info h3 {
    font-size: 17px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #c43662;
    position: relative;
}
.nav-slider .owl-nav {
    display: block !important;
    margin-top: 15px;
    text-align: left;
    margin-left: 148px;
}
.nav-slider .owl-nav button {
    width: 35px;
    height: 35px;
    background: #fcf2f2 !important;
    border-radius: 50%;
    color: #9b7878 !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 5px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.nav-slider .owl-nav button:hover {
    background: #c43662 !important;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.nav-slider .owl-nav button:hover span {
    color: #fff !important;
}
.nav-slider .owl-nav button span {
    color: #9b7878;
    font-size: 22px;
}
.row {
    position: relative;
}
.main-sli-button {
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 9;
}
.main-sli-button::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #e5dede;
    position: absolute;
    left: 100%;
    bottom: 33%;
}
.main-button .m-btn {
    color: #c43662;
    padding: 0 15px 0 0;
    font-size: 14px;
}
.main-button .m-btn-2 {
    background: #ef3c73;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
.main-button .m-btn-2 {
    background: #ef3c73;
    color: #fff;
}
.main-button .m-btn-2:hover {
    background: #c83461;
    color: #fff;
}
.main-button .m-btn-radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.main-button .m-btn-opac {
    background: #ef3c7300;
    color: #5e5e5e;
}
.panel-group .main-button .m-btn-2 {
    padding: 9px 20px;
    font-size: 14px;
    width: 100%;
}
/* Coupon Box */
.coupon-box {
    width: 45%;
    position: absolute;
    left: 120px;
    bottom: 0;
    z-index: 999999;
    background: #1f3659;
    padding: 10px 20px;
    border-radius: 10px;
}
.coupon-box h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #fff;
}
.coupon-box .form-btn {
    margin: 0;
    padding: 0;
}
.coupon-box .form-btn button {
    width: 100%;
}
/*  =====  Free Cards Section  ===== */
/* product style 2 */
.product_item_2 {
    background: #fff;
    border: 1px solid #f3e6e6;
    box-shadow: 0 0 6px 3px #e6d6d612;
    padding: 12px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.product_item_2:hover {
    background: #fbe9ee;
    transition: all 0.3s ease 0s;
}
.product_item_2 .product_item_2_img {
    width: 100%;
    height: 215px;
    overflow: hidden;
    border-radius: 15px;
position: relative;}
.product_item_2 .product_item_2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.star-icon {
    width: 81px;
    height: 40px;
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 9999;
    color: #11223c;border-radius: 7px;
    padding: 8px 2px;
font-size: 12px;}
.product_item_2 .product_item_2_info {
    padding: 20px 0 5px;
}
.product_item_2 .product_item_2_info h5 {
    font-size: 14px;
    margin-bottom: 2px;
    color: #651830;
}
.product_item_2 .product_item_2_info h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #c43662;
    position: relative;
}
.product_item_2_btns .main-price {
    display: inline-block;
    text-align: right;
    margin-left: 10px;
}
.product_item_2_btns .main-price span {
    color: #ffffff;
    font-size: 12px;
    background: #ee3c73;
    padding: 3px 14px;
    border-radius: 4px;
    border: 1px solid#ee3c73;
    font-family: DroidKufi-Bold;
    font-weight: bold;
}
.product_item_2_btns .m-p-btn {
    width: 40px;
    height: 40px;
    background: #fff8fa;
    border-radius: 50%;
    text-align: center;
    border: 1px solid#F8EEEE;
    color: #ef3c73;
    padding: 9px;
    margin: 0 2px;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.product_item_2_btns .m-p-btn img {
    width: 100%;
    height: 100%;
}
.icon-h {
    display: none !important;
}
.product_item_2_btns .m-p-btn:hover .icon-h {
    display: block !important;
}
.product_item_2_btns .m-p-btn:hover .icon-v {
    display: none !important;
}
.product_item_2_btns .m-p-btn:hover {
    background: #ef3c73;
    top: -5px;
}
.product_item_2_btns {
    margin-top: 7px;
}
.card-bg-02 {
    background: #fff8fa;
}
/* banner */
.banner-sec {
    position: relative;
margin: 2rem 0px;}
.banner-sec .main-counter > h3 {
    font-size: 16px;
    color: #A21242;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
}
.banner-sec img{
    width: 100%;
    height: auto;
    object-fit: contain;
    /* border-radius: 20px !important; */
    /* max-width: 800px; */
    margin: 0px auto;
    display: block;
    max-height: 500px;
}
.banner-sec .main-counter{
    position: absolute;
    top: 30%;
    right: 50%;
    background: #fd89842b;
    padding: 5px 15px;
    min-width: 300px;
}
.banner-sec .main-counter .count-item{
    text-align: center;
    padding: 10px 15px;
}
.count-item p{
    font-size: 40px;
    font-weight: 700;
    color: #d3115a;
}

.banner-sec .main-counter * {
    font-family: Tajawal !important;
}
.banner-sec .main-counter .count-item {
    text-align: center;
    padding: 10px 15px;
}

/* NewsLetter */
.newsletter-sec-area {
    background: #483258;
}
.newsletter-box {
    text-align: center;
}
.newsletter-box h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #fff;
}
.newsletter-box p {
    color: #fff;
    font-size: 16px;
    margin: 22px 0;
}
.newsletter_form {
    display: inline-block;
    width: 100%;
}
.newsletter_form .form-control {
    display: inline-block;
    width: 75%;
    height: 43px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.newsletter_form .btn {
    color: #fff;
    background-color: #ef3c73;
    border-color: #ef3c73;
    width: 24%;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
}
.newsletter_form .btn:hover {
    background-color: #c43662;
}
section {
    position: relative;
    /* z-index: 1; */
}
#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}
.newsletter-sec-area {
    position: relative;
}
.newsletter-sec-area::after {
    content: "";
    background-image: url(../img/more_images/sec-bg-i-1.svg);
    width: 23%;
    height: 441px;
    background-size: 100%;
    position: absolute;
    top: 32px;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.newsletter-sec-area::before {
    content: "";
    background-image: url(../img/more_images/sec-bg-i-2.svg);
    width: 23%;
    height: 441px;
    background-size: 100%;
    position: absolute;
    top: 32px;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

/*  Testimonial Section  */
.testimonial-item {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fdf8f8;
    border: 1px solid#F8EEEE;
    border-radius: 15px;
    padding: 15px 15px;
    margin-top: 10px;
}
.testimonial-item::after {
    content: "";
    background-image: url(../img/clients/quotes.svg);
    width: 7%;
    height: 44px;
    background-size: 100%;
    position: absolute;
    top: 20px;
    left: 23px;
    background-repeat: no-repeat;
}
.testimonial-img {
    width: 60px;
    display: inline-block;
    float: right;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-img img {
    width: 100%;
    height: 100%;
}
.testimonial-info {
    display: inline-block;
    width: 76%;
    border-right: 1px solid#EBDFDF;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 0;
}
.testimonial-info .testi-name {
    font-size: 17px;
    color: #c43662;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin-bottom: 2px;
}
.testimonial-info p {
    font-size: 14px;
    color: #30212b;
}

/*  Footer
================================================== */
.footer-area {
    background: #112646;
}
.f-about .logo img {
    width: 140px;
    height: 45px;
    margin-bottom: 20px;
}
.f-about p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-left: 30px;
}
.f-title {
    font-size: 18px;
    color: #ee3c73;
    border-bottom: 1px solid#ee3c73;
    margin-bottom: 20px;
    padding-bottom: 7px;
}
.f-links ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.f-links ul li a {
    color: #fff;
    padding: 5px 0;
}
.f-links ul li a:hover {
    color: #ee3c73;
}
.f-email {
    margin-bottom: 15px;
    text-align: right;
}
.f-email span {
    color: #fff;
    vertical-align: baseline;
    margin-left: 7px;
    font-size: 13px;
}
.f-email i {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #ffffff1f;
    line-height: 37px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.f-social ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #ffffff1f;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.f-social ul {
    text-align: right;
}
.f-social ul li.list-inline-item:not(:last-child) {
    margin-left: 5px;
    margin-right: 0;
}
.f-social ul li a:hover {
    background: #ee3c73;
    top: -5px;
}
/*  Copy Rights */
.copy-rights {
    background: #112646;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid#ee3c73;
}
.copy-rights p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.alert-me {
    position: fixed;
    bottom: 10%;
    left: 50px;
    z-index: 999999;
}
.alert-options {
    background: #fff3f3;
    position: absolute;
    border: 1px solid#caa9b3;
    box-shadow: 1px 1px 20px 4px #18305457;
    border-radius: 10px;
    left: 65px;
    bottom: 0px;
    width: 300px;
    padding: 20px;
    display: none;
}

.alert-options  > div{

    display: grid;grid-template-columns:1fr auto
}
.alert-options h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #79203c;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid#d7c1c8;
    padding-top: 12px;
               padding-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#close-alert-btn{
    font-weight: bold;
               cursor: pointer;
               color: #e73169;
               font-family: tahoma;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.nice-select {
    text-align: right;
    padding-left: 30px;
    padding-right: 18px;
}
.alert-options label {
    font-size: 14px;
    color: #522130;
    font-weight: 600;
    font-family: DroidKufi-Bold;
}
.alert-options .form-control {
    font-size: 14px;
}
.form-control:focus {
    background-color: #fff;
    border-color: #69263b59;
}
.alert-me .alert-btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ee3c73;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.alert-options .btn-submit {
    background: #e63169;
    color: #fff;
    width: 100%;
    padding: 10px;
}
.alert-options .btn-submit:hover {
    background: #9c3051;
}
.alert-me .alert-btn i {
    color: #fff;
    font-size: 26px;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

/* Main Section Animation */
.alert-me .alert-btn {
    cursor: pointer;
    display: block;
    box-shadow: 0 0 0 0 rgb(238 60 115);
    -webkit-animation: shad 3s infinite;
    transition: 0.5s ease-out !important;
    -webkit-transition: 0.5s ease-out !important;
    -moz-transition: 0.5s ease-out !important;
    -o-transition: 0.5s ease-out !important;
    -ms-transition: 0.5s ease-out !important;
}
@-webkit-keyframes shad {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
        -o-transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/* Tooltip */
[data-tip-tl]:after,
[data-tip-tr]:after,
[data-tip-tm]:after,
[data-tip-bl]:after,
[data-tip-br]:after,
[data-tip-bm]:after {
    color: #fff;
    background: #ee3c73a8;
    border: 1px solid#e75481;
    padding: 7px 17px;
    left: -16%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "Poppins", "DroidKufi", sans-serif;
}
[data-tip-tl]:before,
[data-tip-tr]:before,
[data-tip-tm]:before {
    border-top-color: #e75481;
    bottom: 112%;
    transform: rotate(-142deg);
    font-family: "Poppins", "DroidKufi", sans-serif;
}

/*  ======   Main Header In ALl Pages   ======
================================================== */
.main-header-all-pages {
    position: relative;
    background: #183054;
    padding-top: 20px;
    padding-bottom: 11px;
}
.banner-heading {
    text-align: center;
    background: #ffffff00;
    padding: 0;
}
.breadcrumb {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: auto;
    display: table;
}
.breadcrumb li {
    color: #ee3c73;
    font-size: 14px;
    position: relative;
    padding-right: 25px;
    font-family: DroidKufi-Bold;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #ee3c73;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    position: absolute;
    right: 0;
}

/*  Occasions page
================================================== */
.main-page-title h3 {
    font-size: 18px;
    display: inline-block;
    float: right;
}
.in-title-opt {
    display: inline-block;
    /* float: left; */
}
.in-title-opt .opt-select-categ {
    display: inline-block;
    margin: 0;
}
.in-title-opt .opt-select-categ .collapsible-link {
    border: 1px solid#F8EEEE;
    background: #fcf2f2;
    color: #816262;
    padding: 5px 15px 5px 35px;
    font-weight: 300;
    font-size: 16px;
    border-radius: 5px;
    min-width: 145px;
    text-align: right;
    height: 43px;
    line-height: 28px;
}
.in-title-opt #accordion .panel-title a {
    color: #816262;
    font-weight: 300;
}
.in-title-opt .sortby {
    display: inline-block;
    /* width: 30%; */
    /* float: left; */
    /* margin-right: 3rem; */
}
.in-title-opt #accordion .panel-heading {
    margin-top: 0;
    padding-bottom: 0;
}
.in-title-opt #accordion .panel-title a:hover {
    border-color: #e4caca;
}
.select-options {
    border: 1px solid#F8EEEE;
    background: #fcf2f2;
    color: #816262;
    padding: 5px 15px 5px 35px;
    font-size: 14px;
    border-radius: 5px;
    text-align: right;
    height: 43px;
    line-height: 30px;
}
.nice-select:hover {
    border-color: #e4caca;
}
.nice-select .list {
    min-width: 160px;
    background-color: #fcf2f2;
    border: 1px solid #f3d5d5;
    box-shadow: none;
    height: auto;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ffe6e6;
}
.nice-select:after {
    border-bottom: 2px solid #9b7878;
    border-right: 2px solid #9b7878;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: auto;
    left: 15px;
    top: 49%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #eacece;
    background-color: #fcf2f2;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.in-title-opt {
    display: inline-block;
    /* float: left; */
    /* width: 43%; */
    text-align: left;
    /* margin-bottom: 15px; */
    width: auto;
}
/* Accordion style */
#accordion .panel {
    border: 0px none;
    box-shadow: none;
}
#accordion .panel-heading {
    margin-top: 8px;
    border-bottom: 1px solid#e7e1e1;
    padding-bottom: 10px;
}
#accordion .panel-heading:last-child {
    border-bottom: 1px solid#9de4d100;
}
#accordion .panel-title {
    padding: 0;
    margin: 0;
    padding-right: 10px;
}
#accordion .panel-title a {
    display: block;
    position: relative;
    color: #633856;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    font-size: 14px;
    padding-left: 20px;
    line-height: 33px;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
}

/* #accordion .panel-title a:hover{
    color: #C43662;
} */
#accordion .panel-title a.collapsed:before {
    content: "";
    border: 0px none;
}
.collapse:not(.show) {
    display: none;
}
a[aria-expanded="true"] {
    color: #c43662 !important;
}
#accordion .panel-title a.active {
    border-bottom: 1px solid#E1EFF600;
    color: #c43662;
}
.collapsible-link::after {
    content: "";
    width: 2px;
    height: 12px;
    background: #9b7878;
    position: absolute;
    top: 13px;
    left: 20px;
    display: block;
    transition: all 0.3s;
    opacity: 1;
}
.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}
.collapsible-link::before {
    content: "";
    width: 13px;
    height: 2px;
    background: #9b7878;
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    transition: all 0.3s;
}
.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
    opacity: 0;
}
#accordion .panel-body {
    padding: 10px 0;
    border-top: 0 none;
    color: #fff;
}
.panel-group {
    padding: 0 10px;
}
.panel-body ul li:last-child {
    border-bottom: 0px solid#F1F1F1;
}
.panel-body ul .list-inline-item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
}
.panel-body ul li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 16px;
    color: #816262;
    position: relative;
    border: 1px solid#F8EEEE;
    text-align: center;
    background: #fcf2f2;
    border-radius: 7px;
    margin-bottom: 7px;
}
.panel-body ul li a.active,
.panel-body ul li a:hover,
.panel-body ul li a:active,
.panel-body ul li a.active {
    color: #ffffff;
    background: #ee3c73;
}
.panel-body ul li a.active ::before,
.panel-body ul li a:hover ::before,
.panel-body ul li a:active ::before,
.panel-body ul li a.active ::before {
    background: #ee3c73;
}
.panel-body ul li a.active i,
.panel-body ul li a:hover i,
.panel-body ul li a:active i {
    color: #ee3c73;
    transition: 0.5s ease-out !important;
}
.panel-collapse {
    margin-bottom: 10px;
    border-bottom: 0px solid#E1EFF6;
}
.categories_list {
    background: #fcf2f2;
    padding: 15px 10px;
    border-radius: 10px;
}
.l-list-style .main-button {
    margin-top: 15px;
}
.p_title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #c43662;
    border-bottom: 1px solid#DFDADA;
    padding-bottom: 8px;
    padding-right: 8px;
}
.categories_list .list-inline-item:not(:last-child) {
    margin-left: 2px;
}
.categories_list .panel-group {
    padding: 10px 0;
}
.categ-button-select {
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 12px;
    color: #5e4b51;
    position: relative;
    border: 1px solid#F8EEEE;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 2px;
    display: inline-block;
}

.categ-button-select.active {
    color: #ffffff;
    background: #ee3c73;
}
/* .categ-button-select:hover{
    color: #333333;
    background: #eee;
border-color: #ccc;} */

/* colors */
.select-colors .custom-control-label::before,
.select-colors .custom-control-label::after {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 5px;
}
.select-colors .custom-control-label {
    margin-bottom: 0px;
    display: block;
    cursor: pointer;
}
/* purple color */
.purple-color .custom-control-label::before,
.purple-color .custom-control-label::after {
    background-color: #7d70c7;
}
/* yellow color */
.yellow-color .custom-control-label::before,
.yellow-color .custom-control-label::after {
    background-color: #ecce34;
}
/* pink color */
.pink-color .custom-control-label::before,
.pink-color .custom-control-label::after {
    background-color: #ff61ca;
}
/* red color */
.red-color .custom-control-label::before,
.red-color .custom-control-label::after {
    background-color: #e80c4f;
}
/* green color */
.green-color .custom-control-label::before,
.green-color .custom-control-label::after {
    background-color: #64d64e;
}
/* violet color */
.violet-color .custom-control-label::before,
.violet-color .custom-control-label::after {
    background-color: #ecce34;
}
/* Dark blue color */
.dark-blue-color .custom-control-label::before,
.dark-blue-color .custom-control-label::after {
    background-color: #183054;
}
/* white color */
.white-color .custom-control-label::before,
.white-color .custom-control-label::after {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #dcc3c3;
}
/* black color */
.black-color .custom-control-label::before,
.black-color .custom-control-label::after {
    background-color: #0d0d0d;
}
/* blue  color */
.blue-color .custom-control-label::before,
.blue-color .custom-control-label::after {
    background-color: #5248df;
}

/* price range */
.price-range {
    padding: 15px 10px;
}
.price-range .ui-slider-horizontal {
    margin-bottom: 15px;
    width: 95%;
    margin: auto;
    position: relative;
}
.price-range .ui-slider-handle::after {
    content: "\f0c9";
    position: absolute;
    top: 2px;
    right: 5px;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
.price-range .ui-widget-header {
    background: #ef3c73;
    border: 1px solid #ef3c73;
}
.price-range .ui-widget.ui-widget-content {
    border: 1px solid #cf869d;
    background: 0000;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active,
.ui-button.ui-state-disabled:focus {
    border: 1px solid #be1e50;
    background: #be1e50;
    width: 22px;
    height: 20px;
    cursor: pointer;
}
.s-input-range {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.s-input-range .price-value {
    display: inline-block;
    width: 48%;
}
.price-range .price-range-field {
    width: auto;
    min-width: auto;
    background-color: #f9f9f900;
    border: 0px solid #6e6666;
    font-weight: 500;
    font-size: 15px;
    color: #002b2a;
}
.range-input {
    margin: 10px 0px;
    direction: ltr;
    display: inline-block;
    width: 100%;
}
.s-input-range input::-webkit-outer-spin-button,
.s-input-range input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.s-input-range input[type="number"] {
    -moz-appearance: textfield;
}
.min_price {
    float: right;
    text-align: right;
}
.max_price {
    float: left;
    text-align: left;
}

/* pagination */
.main-pagination {

    border-top: 1px solid#f1e7ea;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
}
.main-pagination nav {
    float: left;
}
.main-pagination .page-link {
    color: #002b2a;
    border: 1px solid #dee2e600;
    border-radius: 50% !important;
    width: 37px;
    height: 37px;
    text-align: center;
}
.main-pagination .page-link-arrow {
    border-radius: 50% !important;
    background: #fcf2f2;
}
.main-pagination .page-link:hover {
    color: #ee3c73;
    background: #fcf2f2;
}
.page-item.active .page-link {
    z-index: 3;
    color: #ee3c73;
    font-weight: 700;
    background-color: #007bff00;
    border-color: #007bff00;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

/*  sub-categories
================================================== */
.main-sec-banner-2 {
    width: 100%;
    height: 300px;
    position: relative;
}
.main-sec-banner-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-sec-banner-2 .alert-sec-btn {
    position: absolute;
    bottom: -14px;
    left: 40%;
}
.main-sec-banner-2 .alert-sec-btn button {
    background: #ee3c73;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.main-sec-banner-2 .alert-sec-btn button i {
    font-size: 23px;
    vertical-align: sub;
    margin-left: 10px;
    -webkit-animation: ring 5s 0.9s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 5s 0.9s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.main-sec-banner-2 .alert-sec-btn button:hover {
    background: #d03061;
}
.about-div h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin-bottom: 20px;
    color: #a21248;
}
.about-div p {
    color: #3e0919;
    font-size: 16px;
    line-height: 29px;
}
/* message */
.msg {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    background: #e1a114;
    font-size: 16px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    z-index: 999;
    font-family: "Poppins", "DroidKufi", sans-serif;
}
/*fade*/
.animate {
    opacity: 0;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.animate.active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.slide-in-down {
    transform: translateY(-100%) translateX(-50%);
}

/*  Register & Login page
================================================== */

/* Register page
================================================== */

.register-body {
    padding: 0;
    background: #f5fff7;
}
.register-1 {
    display: inline-block;
    width: 100%;
    min-height: 400px;
    background: #ffffff;
    height: 100%;
    position: relative;
}
.register-1.login-card {
    height: 610px !important;
}
.reg-img-btn {
    position: absolute;
    bottom: 6%;
    right: 0;
    min-width: 100%;
    padding: 10px 40px;
}
.reg-img-btn p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}
.reg-img-btn .main-button .m-btn-2 {
    width: 66%;
}

.reg-form.reg-user-form.enter-otp-form {
    position: absolute;
    left: 0px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
 
}

.reg-form.reg-user-form.enter-otp-form.shown{
    visibility: visible;
    opacity: 1;
}

.reg-form.reg-user-form {
    visibility: hidden;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.reg-form.reg-user-form.shown{

    visibility: visible;
    opacity: 1;
}
.reg-form h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin-bottom: 25px;
    color: #46344e;
}
.main-form input {
    border-color: #dcf3df;
    font-size: 12px;
    height: calc(1.5em + 0.75rem + 12px);
}
.register-1 .reg-main-img {
    display: inline-block;
    width: 55%;
    float: right;
    height: 100%;
}
.register-1 .reg-img-st {
    width: 100%;
    height: 100%;
    position: relative;
}
/* .register-1 .reg-img-st::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #024c4bab;
} */
.register-1 .reg-main-img .reg-img-st img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.register-1 .reg-form {
    display: inline-block;
    width: 45%;
    padding: 50px 27px 35px;
}
.reg-form .form-btn .btn {
    width: 100%;
    margin: 0;
}
.forget-pass {
    font-size: 14px;
    margin: 5px 0 15px;
    color: #46344e;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.reg-social {
    margin-top: 30px;
}
.register-opt-text {
    position: relative;
    margin-bottom: 20px;
}
.register-opt-text::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
}
.register-opt-text p {
    font-size: 16px;
    color: #262626;
    padding: 5px 20px;
    background: #ffffff;
    display: inline-block;
    z-index: 5;
    position: relative;
}
.reg-social-btn {
    background: white;
    padding: 10px 30px;
    font-size: 16px;
    margin: 5px 0;
    border: 1px solid#ffffff00;
    min-width: 85%;
}
.reg-social-btn i {
    font-size: 16px;
    margin-left: 20px;
    font-size: 16px;
}
.reg-social-btn img {
    margin-left: 20px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.reg-social-btn.fb-btn {
    background: #415dae;
    color: #fff;
    border: 1px solid#415DAE;
}
.reg-social-btn.fb-btn:hover {
    background: #3c5397;
}
.reg-social-btn.gmail-btn {
    border: 1px solid#929292;
    background: #fff;
}
.reg-social-btn.gmail-btn:hover {
    background: #ebebeb;
}
/* --- */
.reg-form p{
    font-size: 13px;
    line-height: 24px;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 20px;
}
.reg-form p span {
    font-weight: 800;
    color: #000;
    display: block;
}
.main-form .phone-st{
    position: relative;
}
.main-form .phone-st input {
    padding-left: 80px;
    text-align: left;
    color: #000;
    font-weight: 600;
}
.main-form .phone-st .mob-nm {
    position: absolute;
    width: 60px;
    text-align: center;
    top: 11px;
    left: 4px;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid#BFBFBF;
    color: #000;
}
.reg-user-form .phone-st {
    margin-bottom: 0;
}
.verf-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 55%;
    margin: auto;
    margin-bottom: 30px;
    direction: ltr;
}
.verf-inputs input {
    border: 0;
    color: #000;
    border-bottom: 2px solid#d1d1d1;
    border-radius: 0;
    text-align: center;
    width: 55px;
}
.undbtn {
    margin: 10px 0 15px;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.undbtn .btn {
    border: 0;
    padding: 0;
    color: #c42959;
    text-decoration-line: underline;
    font-weight: 600;
    margin-top: 14px;
}
.chg-no {
    border: 0;
    padding: 0;
    color: #c42959;
    text-decoration-line: underline;
    font-weight: 800;
    text-align: center;
}
/* forget Modal */
.main-modal .modal-content .modal-body {
    padding: 15px 30px;
}
.login-vendor .reg-form .form-btn {
    text-align: center;
}
.login-vendor .reg-form .form-btn .btn {
    float: none;
    width: 55%;
}
.forget-pass h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin: 10px 0;
    color: #002b2a;
}
.forget-pass p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5;
    color: #002b2a;
    margin-bottom: 30px;
}
.forget-pass button {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .forget-pass .modal-dialog {
        max-width: 500px;
    }
}

/* About US Page
================================================== */
/* p-box-style in all pages */
.p-box-style {
    padding: 60px 50px;
    background: #fff;
    text-align: center;
    margin: 22px 0;
    display: inline-block;
    width: 100%;
}
.p-box-style h3 {
    font-size: 24px;
    color: #c43662;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin-bottom: 20px;
    display: block;
}
.p-box-style h4 {
    font-size: 18px;
    color: #c43662;
    margin-bottom: 0px;
    display: block;
}
.p-box-style p {
    line-height: 28px;
    margin-top: 10px;
    color: #002b2a;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
}
.p-box-style .p-box-item:not(:last-child) {
    margin-bottom: 60px;
}

/* Contact Us page
================================================== */
.cont-box {
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.cont-box-icon {
    display: inline-block;
    width: 20%;
    height: 60px;
    float: right;
    margin-left: 20px;
}
.cont-box-icon img {
    width: 100%;
    height: 100%;
}
.cont-box-info {
    display: inline-block;
    width: 73%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 66px;
}
.cont-box-info h5 {
    font-size: 14px;
}
.dir {
    direction: ltr;
}
.cont-box-info .f-social {
    border-top: 1px solid#fff;
    padding-top: 0;
    text-align: left;
}
.cont-box-info .f-social ul li a {
    font-size: 22px;
}
/* contact-form */
.contact-form {
    background: #fff;
    padding: 40px;
}
.contact-form .main-page-title h3 {
    width: 100%;
}
.color-2 h3 {
    color: #14b795;
}
.form-btn {
    display: inline-block;
    margin: 15px 0;
    float: none;
    margin-top: 15px;
    width: 100%;
}
.form-btn button {
    float: left;
}
.main-form {
    width: 100%;
}
.main-form textarea {
    border-color: #dcf3df;
}
.social-colors .insta {
    color: #e4405f;
}
.social-colors .insta:hover {
    background: #e4405f;
    color: #fff;
}
.social-colors .linked_in {
    color: #0077b5;
}
.social-colors .linked_in:hover {
    background: #0077b5;
    color: #fff;
}
.social-colors .tw {
    color: #55acee;
}
.social-colors .tw:hover {
    background: #55acee;
    color: #fff;
}
.social-colors .fb {
    color: #3b5999;
}
.social-colors .fb:hover {
    background: #3b5999;
    color: #fff;
}
.social-colors .you_tube {
    color: #cd201f;
}
.social-colors .you_tube:hover {
    background: #cd201f;
    color: #fff;
}
/* upload buttons */
.form-up-button ul {
    margin: 10px 0 20px 0;
}
.form-up-button .frm-btn {
    color: #636363;
    background-color: #eeeeee;
    border-color: #bfbfbf;
    margin-right: 0px;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 14px;
}
.form-up-button .frm-btn.active,
.form-up-button .frm-btn:hover {
    color: #4478c7 !important;
    background-color: #dfe2ff !important;
    border-color: #4478c7 !important;
}
.up-files h3 {
    font-size: 17px;
    color: #11223c;
    margin-bottom: 12px;
}
.main-form .subm-btn-trns {
    text-align: left;
}
.main-form .subm-btn-trns .btn {
    background: #ee3c730d;
    color: #ef3c73;
    border: 1px solid #ef3c73;
    min-width: 110px;
}
/* View and Edit Card page
================================================== */
.card-item {
    background: #fff;
    padding: 20px;
}
.card-item .breadcrumb-card {
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
}
.card-item .breadcrumb-card .list-inline-item:not(:last-child) {
    padding-right: 0;
}
.card-item .breadcrumb-card a {
    color: #c43662;
    font-size: 14px;
}
.card-item .card-title {
}
.card-item .card-title h3 {
    font-size: 22px;
    color: #515151;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    display: inline-block;
}
.card-item .card-title span {
    color: #98274a;
    font-weight: 800;
    font-size: 19px;
    float: left;
}
.card_item_img {
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.card_item_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.flat-btn {
    text-align: center;
}
.fl-btn {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #949494;
    margin-right: 0px;
    border-radius: 4px;
    margin: 5px 0;
    padding: 8px 12px;
    font-size: 14px;
}
.fl-btn img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
}
/* blue color */
.blu_btn {
    color: #4478c7 !important;
    background-color: #eff5ff !important;
    border-color: #4478c7 !important;
}
.blu_btn:hover {
    color: #4478c7 !important;
    background-color: #4478c736 !important;
}
/* red color */
.rd_btn {
    color: #ef3c73 !important;
    background-color: #fcf2fcf2 !important;
    border-color: #ef3c73 !important;
}
.rd_btn:hover {
    color: #ef3c73 !important;
    background-color: #ffdfe8f2 !important;
}
/* green color */
.grn_btn {
    color: #1b8f2a !important;
    background-color: #e9ffec !important;
    border-color: #1b8f2a !important;
}
.grn_btn:hover {
    color: #1b8f2a !important;
    background-color: #c5f5cb !important;
}
/* yellow color */
.yellow_btn {
    color: #df7905 !important;
    background-color: #fffbf6 !important;
    border-color: #df7905 !important;
}
.yellow_btn:hover {
    color: #df7905 !important;
    background-color: #ffefdb !important;
}

#toggle-content {
    display: none;
}
#toggle-content.show {
    display: block;
}

.edit-card-options {
    margin-top: 25px;
    background: #fbfbfb;
    padding: 20px 15px;
}
.ed-card-title-h3 {
    font-size: 16px;
    color: #c43662;
    font-weight: bold;
    margin-bottom: 10px;
}
.e-c-options-tab .nav-item .nav-link {
    color: #636363;
    background-color: #eeeeee;
    border-color: #bfbfbf;
    margin-right: 0px;
    border-radius: 4px;
    margin: 5px 4px;
    padding: 8px 18px;
    font-size: 14px;
}
.e-c-options-tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.e-c-options-tab .nav-item .nav-link.active,
.e-c-options-tab .nav-item .nav-link:hover {
    color: #4478c7 !important;
    background-color: #dfe2ff !important;
    border-color: #4478c7 !important;
}
.e-c-options-tab .tab-pane {
    padding: 20px 10px;
}
/* upload files */
.ajax-file-upload-preview {
    width: 55px !important;
    height: 55px !important;
    float: right !important;
    border: 1px solid#c6c6c6;
    margin-left: 16px;
    background: #fff;
}
.ajax-file-upload-filename {
    display: inline-block;
}
.ajax-file-upload-bar {
    height: 7px;
    background: #2699fb;
}
.ajax-file-upload-statusbar {
    background: #f6f6f6;
    border: 1px solid #dadada;
    padding: 14px !important;
    width: 450px !important;
}
.ajax-upload-dragdrop {
    vertical-align: top;
    width: 400px;
    display: inline-block;
    text-align: right;
    background: #ffeff4;
    border: 0;
    padding: 17px;
    width: 100% !important;
}
.ajax-file-upload {
    position: relative;
    overflow: hidden;
    cursor: default;
    float: right;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    width: 69px;
    height: 58px;
    margin-bottom: 0;
    background: #ef3c73;
    border: 0;
    box-shadow: none;
    cursor: pointer !important;
}
.ajax-file-upload:hover {
    background: #cc3161;
    border: 0;
    box-shadow: none;
}
.ajax-file-upload form {
    margin: 0px;
    padding: 0px;
    background: #ee3c73;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer !important;
}
.ajax-file-upload form::after {
    content: "";
    background-image: url(../img/icons/upload-icon.svg);
    top: 14px;
    right: -6px;
    width: 60px;
    height: 60px;
    z-index: 99999;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer !important;
}
.ajax-file-upload form input {
    z-index: 999999999 !important;
    cursor: pointer !important;
}
.upload-box {
    position: relative;
}
.upload-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px 0 15px 30px;
    margin-right: 103px;
    background: #ffeff4;
}
.upload-text h5 {
    font-size: 16px;
    color: #000000;
}
.upload-text h4 {
    font-size: 14px;
    color: #000000;
}
/* select frame */
.select-frame h5 {
    font-size: 16px;
    color: #5e6e6c;
}
.select-frame ul {
    margin-top: 20px;
}
.select-frame ul li {
    margin-left: 2px;
}
.select-frame ul .list-inline-item:not(:last-child) {
    margin-left: 2px;
}
.select-frame .categ-button-select img {
    width: 50px;
    height: 55px;
}
.select-frame .categ-button-select {
    border: 2px solid#ee3c7300;
    padding: 6px 15px;
    box-shadow: 0 0 10px 0px #f1f1f1;
    background: #fff;
}
.select-frame .categ-button-select:hover,
.select-frame .categ-button-select.active {
    color: #ffffff00;
    border: 2px solid#ee3c73;
    border-radius: 0;
    background: #fff;
}
.ft-buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid#dcdcdc;
    text-align: left;
}
.input-span {
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

/* Package page
================================================== */
.package-links {
    text-align: center;
}
.package-links .pkg-link {
    color: #633856;
    font-size: 14px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    padding: 10px 15px;
    background: #f8eeee;
    border-radius: 50px;
    min-width: 230px;
    text-align: center;
    margin: 5px 0;
    line-height: normal;
}
.package-links .pkg-link:hover,
.package-links .pkg-link.active {
    background: #ef3c73;
    color: #fff;
}
.package-p-title {
    margin: 30px 0;
    text-align: center;
    width: 100%;
}
.packages-page .row {
    margin-right: 0;
    margin-left: 0;
}
.package-p-title {
    margin: 30px 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.package-p-title p {
    margin: auto;
    display: table;
    width: 500px;
    font-size: 14px;
    color: #000;
}
.package-p-title p span {
    color: #ef3c73;
    font-weight: 600;
    font-family: DroidKufi-Bold;
}
.package-item {
    background: #fff;
    padding: 30px 20px 25px;
    border-radius: 23px;
    border: 1px solid#F8EEEE;
}
.package-item-title {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.package-item-title h2 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    padding: 8px 0;
}
.package-item-features {
    margin-bottom: 15px;
}
.package-item-price h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.main-pckg-button {
    text-align: center;
}
.main-pckg-button .cl-btn-w {
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
    padding: 7px 20px;
    min-width: 170px;
    margin-top: 15px;
}
.package-item-price h3 span {
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
}
.package-item-features ul li p {
    padding: 5px 30px 5px 10px;
    color: #1f1f1f;
    font-size: 14px;
    position: relative;
}
.package-item-features ul li p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    color: var(--color);
}
.package-s-info {
    background: #ddd;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}
.package-s-info p {
    font-size: 14px;
    text-align: center;
}
/* red */
.cl-red-1 {
    background: #fcf2f2;
}
.cl-red-1 h2 {
    color: #ef3c73;
}
.cl-red-2 h3 {
    color: #633856;
}
.gold-st ul li p::before {
    color: #ef3c73;
}
.main-pckg-button .cl-red-btn-w {
    background: #ef3c7300;
    color: #ef3c73;
    border: 1px solid #ef3c73;
}
.main-pckg-button .cl-red-btn-w:hover {
    background: #ef3c73;
    color: #fff;
}
.red-inf {
    background: #fcebeb;
}
.red-inf p {
    color: #ef3c73;
}

/* gold */
.cl-gold-1 {
    background: #fcf2f2;
}
.cl-gold-1 h2 {
    color: #efad3c;
}
.cl-gold-2 h3 {
    color: #efad3c;
}
.main-pckg-button .cl-gold-btn-w {
    background: #ef3c7300;
    color: #efad3c;
    border: 1px solid #efad3c;
}
.main-pckg-button .cl-gold-btn-w:hover {
    background: #efad3c;
    color: #fff;
}
.gold-st ul li p::before {
    color: #efad3c;
}
.gold-inf {
    background: #fffcf3;
}
.gold-inf p {
    color: #efad3c;
}

/* blue */
.cl-blue-1 {
    background: #dff9fe;
}
.cl-blue-1 h2 {
    color: #14b4ce;
}
.cl-blue-2 h3 {
    color: #14b4ce;
}
.main-pckg-button .cl-blue-btn-w {
    background: #ef3c7300;
    color: #14b4ce;
    border: 1px solid #14b4ce;
}
.main-pckg-button .cl-blue-btn-w:hover {
    background: #14b4ce;
    color: #fff;
}
.blue-st ul li p::before {
    color: #14b4ce;
}
.blu-inf {
    background: #f8fdff;
}
.blu-inf p {
    color: #14b4ce;
}

/* grey */
.cl-grey-1 {
    background: #e9e9e9;
}
.cl-grey-1 h2 {
    color: #878787;
}
.cl-grey-2 h3 {
    color: #878787;
}
.main-pckg-button .cl-grey-btn-w {
    background: #ef3c7300;
    color: #878787;
    border: 1px solid #878787;
}
.main-pckg-button .cl-grey-btn-w:hover {
    background: #878787;
    color: #fff;
}
.grey-st ul li p::before {
    color: #878787;
}
.grey-inf {
    background: #f2f2f2;
}
.grey-inf p {
    color: #878787;
}
/* brouwn */
.cl-brouwn-1 {
    background: #f1dfce;
}
.cl-brouwn-1 h2 {
    color: #b87b3f;
}
.cl-brouwn-2 h3 {
    color: #b87b3f;
}
.main-pckg-button .cl-brouwn-btn-w {
    background: #ef3c7300;
    color: #b87b3f;
    border: 1px solid #b87b3f;
}
.main-pckg-button .cl-brouwn-btn-w:hover {
    background: #b87b3f;
    color: #fff;
}
.brouwn-st ul li p::before {
    color: #b87b3f;
}
.brouwn-inf {
    background: #faf3ec;
}
.red-inf p {
    color: #b87b3f;
}
.packages-slider {
    padding: 0 50px;
}
.packages-slider .owl-nav {
    text-align: center;
    margin: 25px auto;
}
/*  Package Details page
================================================== */
.package-page .package-item {
    position: sticky;
    top: 85px;
}
.package_details {
    background: #fff;
    padding: 30px 25px 25px;
    border-radius: 23px;
    border: 1px solid#F8EEEE;
}
.package_details_title h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #633856;
    margin-bottom: 10px;
}
.package_details_title p {
    /* background: #f5faff; */
    padding: 15px;
    margin: 10px 0;
    color: #000;
    font-size: 15px;
    line-height: 1.8;
}
.package-item-features h4 {
    font-size: 16px;
    color: #be1e50;
    margin: 15px 0 10px;
    font-family: DroidKufi-Bold;
    font-weight: 600;
}
.package-item-features h5 {
    padding: 12px;
    font-size: 14px;
    color: #231117;
    margin: 15px 0 10px;
    background: #f7f2f2;
    border-right: 10px solid#e5d7d7;
    font-family: DroidKufi-Bold;
}
.select-package {
    margin-top: 20px;
    border-top: 3px solid#fff5f8;
    padding-top: 20px;
    position: relative;
}
.select-package > h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #633856;
    margin-bottom: 10px;
}
.select-package::before,
.select-package::after {
    content: "\A";
    border-style: solid;
    border-color: transparent #fff5f8 transparent transparent;
    position: absolute;
    border-width: 22px 30px 22px 0;
    top: -24px;
}
.select-package::before {
    right: -27px;
}
.select-package::after {
    left: -27px;
    transform: rotate(180deg);
}
.custom-control-label {
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
}
.custom-control-label::before,
.custom-control-label::after {
    right: 0;
    left: auto;
}
.checkout-page-accordion .collapsible-link {
    margin-right: 40px;
    font-size: 16px;
    color: #002b2a;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ee3c73;
    background-color: #ee3c73;
    width: 20px;
    height: 20px;
}
.custom-control-label::after {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.custom-control-label::before,
.custom-control-label::after {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-color: #84636d;
    background-color: var(--BgColor);
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #84636d;
    background-color: #007bff00;
}
.custom-checkbox {
    margin: 10px 0;
    min-height: 0.5rem;
    padding-left: 0;
}
.package-plan {
    background: #fff5f8;
    padding: 15px 20px;
    margin: 20px 0;
    display: none;
}
.qtagselect.isw360 .qtagselect__container {
    width: 100%;
}
.qtagselect__choice {
    width: auto;
    display: inline-block;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 23px;
    color: #816262;
    position: relative;
    border: 1px solid#F8EEEE;
    text-align: center;
    background: #fcf2f2;
    border-radius: 3px;
    float: right;
}
.qtagselect .nice-select {
    display: none;
}
.qtagselect__choice.isblue,
.qtagselect__choice.ispurple {
    color: #fff;
    background-color: #763d64;
    border: 1px solid#512342;
}
.qtagselect__btn {
    right: auto;
    left: 10px;
}
.qtagselect__choice .qtagselect__del {
    position: absolute;
    left: 4px;
    right: auto;
    top: 4px;
}
.qtagselect__choices {
    padding: 6px 0;
    padding-right: 5px;
    padding-left: 30px;
    border: 1px solid #ebd3da;
}
.qtagselect__option {
    height: auto;
    line-height: 20px;
    padding: 8px 15px;
    margin: 4px 3px;
    font-size: 14px;
    float: right;
}
.qtagselect__option.isblue {
    color: #763d64;
    background-color: rgb(252 242 242);
    border: solid 1px rgb(118 61 100);
}
.qtagselect__option.isblue:hover {
    color: #ffffff;
    background-color: #ee3c73;
    border: solid 1px #a91e49;
}
.qtagselect__drop__ft {
    display: none !important;
    padding: 5px 10px;
    text-align: right;
    display: inline-block;
    background: #ebd7d7;
    margin: 5px;
}
.qtagselect__option.isselected,
.qtagselect__option.isdisabled,
.qtagselect__option.isselected:hover,
.qtagselect__option.isdisabled:hover {
    color: #c0c3c5;
    background-color: rgba(192, 195, 197, 0.25);
    border: solid 1px rgba(192, 195, 197, 0.4);
    cursor: not-allowed;
}
.qtagselect__drop,
.qtagselect.isopen .qtagselect__choices {
    border: 1px solid #b39b9b;
}
.qtagselect__placeholder {
    padding-right: 10px;
    color: #816262;
    font-size: 16px;
}
.qtagselect__btn:before {
    content: "";
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #9b7878;
    border-right: 2px solid #9b7878;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: auto;
    left: 7px;
    top: 49%;
    -webkit-transform-origin: 52% 55%;
    -ms-transform-origin: 52% 55%;
    transform-origin: 52% 55%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.qtagselect__btn {
    -webkit-transform-origin: 52% 55%;
    -ms-transform-origin: 52% 55%;
    transform-origin: 52% 55%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}
.qtagselect.isopen .qtagselect__btn {
    display: block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 7px;
}
.package-plan-list .nice-select .option {
    display: inline-block;
    height: auto;
    line-height: 20px;
    padding: 8px 15px;
    margin: 4px 3px;
    font-size: 14px;
    float: right;
    color: #763d64;
    min-height: auto;
    background-color: rgb(252 242 242);
    border: solid 1px rgb(118 61 100);
}
.package-plan-list .nice-select .option:hover {
    color: #ffffff;
    background-color: #ee3c73;
    border: solid 1px #a91e49;
}
.package-plan-list .select-options {
    border: 1px solid #ebd3da;
    background-color: #ffffff;
    border-radius: 0px;
}
.package-plan-list .nice-select:active,
.package-plan-list .nice-select.open,
.package-plan-list .nice-select:focus {
    border-color: #b39b9b;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-radius: 0px;
}
.package-plan-list ul.list {
    border: 1px solid #b39b9b;
    background: #fff;
    margin-top: 0;
    border-radius: 0;
    padding: 4px 10px;
    min-height: auto;
}
.package_details_features ul li p {
    line-height: 21px;
}
.alert-p {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 12px 15px;
    border-radius: 0.25rem;
    margin-top: 15px;
}
.alert-p p {
    color: #721c24;
    font-size: 14px;
}
/*  Cart page
================================================== */
.cart-item {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid#D7D7D7;
}
.product-cart-img {
    display: inline-block;
    width: 16%;
    height: 69px;
    overflow: hidden;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
}
.product-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-cart-title {
    display: inline-block;
    width: 65%;
}
.product-cart-title h3 {
    font-size: 16px;
    color: #633856;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    margin-bottom: 7px;
}
.product-cart-title h4 {
    font-weight: bold;
    font-size: 14px;
    color: #98274a;
}
.product-cart-icons {
    display: inline-block;
    vertical-align: text-bottom;
}
.icon-00 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    border: 1px solid#fff8fa;
}
.icon-00 img {
    width: 100%;
    height: 100%;
}
.delete {
    background: #fef4f6;
    border: 1px solid#EF3C73;
    margin-right: 7px;
}
.delete:hover {
    background: #ffdae1;
    border: 1px solid#EF3C73;
}
.edit {
    background: #f8fff9;
    border: 1px solid#25D287;
}
.edit:hover {
    background: #e8feeb;
    border: 1px solid#25D287;
}
.cart-total-price {
    text-align: left;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
}
.cart-total-price h4 {
    font-size: 15px;
    font-weight: bold;
    color: #4d2541;
    padding: 15px 0;
}
.cart-total-price h4 span {
    color: #98274a;
}
.cart-total-price .checkout-btn {
    float: left;
}
.cart-package {
    display: inline-block;
    width: 100%;
    background: #fff5f5;
    padding: 20px 15px;
    border: 1px solid#e9d8dd;
    margin-bottom: 0;
}
.cart-package .select-options {
    border: 1px solid#dac4c4;
    background: #ffffff;
}
.cart-package label {
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #7c2540;
    margin-bottom: 15px;
    font-size: 14px;
}
.cart-package .alert {
    margin-top: 10px;
}
/*  checkout payment page
================================================== */
.m-box {
    padding: 30px 20px;
}
.main-page-title h2 {
    font-size: 18px;
    display: inline-block;
    color: #c43662;
    font-weight: 600;
    font-family: DroidKufi-Bold;
}
.payment-box {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.payment-box .payment-box-select-method {
    display: inline-block;
    width: 23%;
    float: right;
    margin-left: 31px;
}
.payment-box .payment-box-form {
    display: inline-block;
    width: 73%;
    background: #f9f9f9;
    padding: 30px 20px;
    min-height: 330px;
}
.payment-box .p_method_item {
    text-align: center;
}
.payment-box .p_method_item h4 {
    font-size: 16px;
    color: #646464;
    margin-top: 10px;
}
.payment-box .nav-pills .nav-link {
    padding: 15px 5px;
    border: 1px solid#0000;
    box-shadow: 0 0 7px 0px #e7e7e7d1;
    margin: 8px 0;
}
.payment-box .nav-pills .nav-link.active,
.payment-box .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid#EF3C73;
}
.payment-box-p-imgs img {
    width: 80px;
    height: 46px;
    margin: 0px 5px;
    background: #fff;
    padding: 8px 13px;
    display: inline-block;
    object-fit: contain;
}
.p-m-form {
    margin-top: 30px;
}
.main-submit-btn {
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.btn-trans {
    background: #ef3c7300;
    color: #ef3c73;
    border: 1px solid #ef3c73;
    padding: 6px 20px;
    font-size: 14px;
}
.btn-trans:hover {
    background: #ef3c73;
    color: #fff;
}
.main-form label span {
    color: #ef3c73;
    font-size: 16px;
    font-weight: 900;
}
/* congrats page
================================================== */
.completed-box {
    text-align: center;
    padding: 50px;
}
.completed-box-img img {
    width: 415px;
    height: 220px;
}
.completed-box-text {
    margin: 20px 0;
}
.completed-box-text h3 {
    font-size: 21px;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    color: #36b553;
    margin-bottom: 10px;
}
.completed-box-text h4 {
    font-size: 18px;
    color: #515151;
}
.completed-box .fl-btn {
    padding: 8px 30px;
}
.opinion-modal .opinion-modal-info h3 {
    font-size: 19px;
    color: #c43662;
    margin-bottom: 10px;
}
.main-form label {
    color: #46344e;
    font-size: 14px;
}
.modal-body {
    padding: 30px 20px 10px;
    width: 100%;
    overflow: scroll;
}
.modal-content .close {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 15px;
}

/*  Profile page
================================================== */
.main-box {
    background: #f5fff7;
    padding: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.main-n-title {
    border-bottom: 1px solid#e9e0e2;
    display: inline-block;
    width: 100%;
    padding: 5px 0 10px;
    margin-bottom: 15px;
}
.main-n-title h3 {
    font-size: 19px;
    color: #cc2a5c;
    display: inline-block;
    margin: 0;
    vertical-align: -webkit-baseline-middle;
}
.profile_side-links {
    background: #fff;
    box-shadow: 0 2px 8px 0px #7171710d;
}
.profile_side_info h3 {
    font-size: 18px;
    font-weight: 400;
}
.profile_side_info h4 {
    font-size: 16px;
    font-weight: 400;
}
.profile-side-all-links {
    padding: 25px 8px 25px 8px;
    margin-bottom: 20px;
}
.profile-side-all-links ul li a {
    color: #633856;
    font-size: 14px;
    padding: 20px 10px;
    border-bottom: 1px solid#e9e0e2;
}
.profile-side-all-links ul li:last-child a {
    border-bottom: 1px solid#e9e0e200;
}
.profile-side-all-links ul li a:hover {
    background: #fff5f8;
}
.profile-side-all-links ul li a.active {
    font-weight: 600;
    font-family: DroidKufi-Bold;
    background: #fff5f8;
}
.profile-side-all-links ul li a img {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    vertical-align: top;
    object-fit: contain;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}
.main-btn-2btn {
    display: inline-block;
    float: left;
    margin: 15px 0;
}
.btn-second-site {
    color: #ee3c73;
    background-color: #14b79500;
    border-color: #ee3c73;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.btn-second-site:hover {
    background-color: #ee3c73;
    border-color: #ee3c73;
    color: #fff;
}
.btn-site {
    color: #fff;
    background-color: #ef3c73;
    border-color: #ef3c73;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.btn-site:hover {
    background-color: #ca2e5e;
    border-color: #ca2e5e;
    color: #fff;
}
.btn-001.active-fav {
    border: 1px solid#EFB5B5;
    background: #ffe9e9;
}
.btn-001.active-fav:hover {
    border: 1px solid#EFB5B5;
    background: #ffe9e9;
}
.btn-001.active-fav:hover .icon-v {
    display: block !important;
}
/*  My Orders page  */
.m_orders_card_img img {
    width: 85px;
    height: 65px;
    object-fit: cover;
}
.spn-stat {
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    min-width: 108px;
    display: inline-block;
    text-align: center;
}
.gre-btn {
    background: #d7fedc;
    color: #2d7437;
    border-color: #9de5a7;
}
.blue-btn {
    background: #d7e8fe;
    color: #3458ab;
    border-color: #9dc1e5;
}
.red-btn {
    background: #fed7d7;
    color: #742d2d;
    border-color: #e59d9d;
}
.main-table-00 .table td,
.main-table-00.table th {
    vertical-align: middle;
    font-size: 14px;
}
.main-table-00 .table td a,
.main-table-00.table th a {
    color: #4f2d44;
    font-weight: 600;
    font-family: DroidKufi-Bold;
}
.table thead th {
    color: #633856;
    font-size: 14px;
}
.edit[data-tip-tl]:after,
.edit[data-tip-tr]:after,
.edit[data-tip-tm]:after,
.edit[data-tip-bl]:after,
.edit[data-tip-br]:after,
.edit[data-tip-bm]:after {
    color: #25652e;
    background: #dcf9e0;
    border: 1px solid#DCF9E0;
    font-size: 14px;
}
.edit[data-tip-tl]:before,
.edit[data-tip-tr]:before,
.edit[data-tip-tm]:before {
    border-top-color: #dcf9e0;
}

.occ-date li {
    margin: 5px 0;
    color: #183054;
    font-weight: bold;
}
/* switch  */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
    float: right;
    margin-bottom: 0;
}
/* Hide default HTML checkbox */
.switch input {
    display: none;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
}
input.success:checked + .slider {
    background-color: #4ac34a;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider.round {
    border-radius: 34px;
}

.btn-site-2 {
    float: left;
    color: #119277;
    background-color: #fff3f3;
    border-color: #ee3c73;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 12px;
}
.btn-site-serc-2 {
    border-radius: 20px;
    padding: 8px 18px;
}
.more-d-link {
    display: inline-block;
    color: #2873c4 !important;
}

.package-d-code-item {
    background: #fff5f8;
    display: inline-block;
    width: 100%;
    border-right: 5px solid#dabfc7;
    padding: 15px;
}
.package-d-code-item p {
    color: #1f1f1f;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 55%;
}
.genr-rand-code {
    display: inline-block;
    float: left;
}
.genr-rand-code .btn-second-site {
    margin: 0;
    font-size: 14px;
}
.genr-rand-code-res {
    display: inline-block;
    width: 100%;
}
.randomfield {
    margin-top: 0;
    text-align: left;
    /* background: #f9e5eb; */
    display: inline-block;
    float: left;
    padding: 10px 20px;
    font-size: 27px;
    color: #a91c47;
    font-weight: 600;
    font-family: DroidKufi-Bold;
    text-transform: uppercase;
}
.use-code-date {
    margin: 5px 0;
    color: #183054;
    font-weight: bold;
}
/*  Design Plugin Page
================================================== */
.cdk-overlay-connected-position-bounding-box {
    top: 51px !important;
}
image-editor {
    direction: ltr;
}
navigation-bar button.control-button .control-icon {
    height: 30px !important;
}
/* editor-controls {
    height: 70px !important;
} */
.current {
    display: flex !important;
}
.value {
    margin-left: 8px !important;
}
.mat-button-wrapper {
    /* display: flex;
    align-items: center; */
}
toolbar {
    height: 35px !important;
}
toolbar-zoom-widget.ng-star-inserted {
    width: 240px !important;
}
pixie-editor ::-webkit-scrollbar-thumb {
    background-color: #183054 !important;
}
image-editor .canvas-wrapper {
    height: calc(100% - 30px) !important;
    overflow: hidden !important;
}

editor-controls .round-action-button {
    width: 40px !important;
    height: 40px !important;
    line-height: 29px !important;
}
editor-controls .round-action-button mat-icon {
    width: 25px !important;
    height: 28px !important;
}
toolbar {
    background-color: #183054 !important;
}
.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
    background-color: #ee3c73;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
    color: #ee3c73;
    border: 1px solid#ee3c73 !important;
}
.cdk-overlay-pane {
    top: 160px !important;
    right: 50px !important;
    bottom: auto !important;
    left: auto !important;
}

div#authModal .nav.nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

div#authModal .nav.nav-tabs a {
    padding: 8px;
    background: #f3f3f3;
}

div#authModal .nav.nav-tabs a.active {
    background: #fff;

    border-bottom: 1px solid #fff;
    position: relative;
    bottom: -1px;
}

div#authModal .nav.nav-tabs a.active {
}

.form-group:after {
    content: "";
    clear: both;
    content: "";
    display: table;
    clear: both;
}

.tab-content {
    padding: 1rem 0px;
}

form#make-design-form {
    margin: 1rem;
    width: 100%;
}

form#make-design-form label {
    text-align: center;
}

form#make-design-form input {
    width: 100%;
}

form#make-design-form > .row {
    width: 100%;
    flex-wrap: wrap;
}

form#make-design-form .form-group {
    width: 100%;
}

.design-result img {
    border-radius: 10px;
    margin: 1rem 0px;
}

.exported-designs-actions {
    text-align: center;
    margin: 1rem auto;
    display: grid;grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
}

.exported-designs-actions a:first-child {
    /* margin-left: 1rem; */
}

.design-result {
    margin: 1rem 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 1rem;
    /* background: #f7f7f7; */
    box-shadow: 1px 3px 9px #eee;
}

.response {
    margin-top: 1rem;
}

button.label-button {
    padding: 0px;
}

button.label-button label {
    padding: 0.375rem 0.75rem;
    margin: 0px;
}

img.star-icon {
    max-width: 60px;
height: 60px;}

span.old-proce {
    display: inline-block;
    position: relative;
    padding: 4px 5px !important;
    text-decoration: line-through;
    font-size: 10px !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a23a68 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

section.purchase-loading-section {
    margin: 5rem auto;
    text-align: center;
}

.loading {
    text-align: center;
    margin: 1rem auto;
}

.lds-heart {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
}
.lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #ef3c73;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #ef3c73;
}
.lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }
    5% {
        transform: scale(1.1);
    }
    39% {
        transform: scale(0.85);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.9);
    }
}

.loading-container {
    align-items: center;display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff96;
    z-index: 99999000;
    top: 0px;
    right: 0px;
    display: table;
}
.loading-container img {margin: 0px auto;display: block;/* width: 100%; *//* height: 100%; */border-radius: 40px;}

.table-col {display: table-cell;}

.table-cell {
    display: table-cell;
}

div {
/*align-items: center;*/
/* vertical-align: middle; */
    
}

.share-card-link a {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 6px 10px;
    border-radius: 50%;
    background: #173054;
    color: #fff;
}

.share-card-link {
    text-align: center;
    margin: 2rem auto;
}

.share-card-link a:hover {
    background: #ee3c73;
}
img.exported-design-image {
    margin: 1rem 0px;
}

.bottom-nav-bar {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    display: flex;
    /* box-shadow: 1px -3px 10px #f4f4f4; */
    border-top: 1px solid #999;
    display: none;
}

.bottom-nav-bar a {
    flex-basis: 100%;
}

.bottom-nav-bar a i {
    display: block;
    margin-bottom: 0.5rem;
}

.bottom-nav-bar a {
    text-align: center;
    padding: 1rem 0.5rem;
    font-size: 12px;
}

@media screen and (max-width: 550px) {
    body .footer-banners{

        margin: 1rem 0px !important;
    }
    body .list-main-title {
    grid-template-columns: 1fr;
}
    body .banner-sec {
        margin: 1rem;
    }
    body .main-sec-title img {display: block;margin: 1rem auto;max-width: 220px;height: 61px;margin-bottom: 2rem;}
    body .main-sec-title img.mix_cats_title {display: block;margin: 1rem auto;max-width: 230px !important;height: 70px;margin-bottom: 2rem;}
   body  .exported-designs-actions {display: grid;grid-template-columns: 1fr;grid-column-gap: 1rem;}

    body .bottom-nav-bar {
        display: flex;
    }
}
.exported-designs-actions a {
    margin-bottom: 1rem;
}

.no-result {
    padding: 0px 2rem;
    width: 100%;
    margin: 2rem 0px;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 1s infinite;
     -moz-animation: flickerAnimation 1s infinite;
     -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1s infinite;
  margin-bottom: 2rem;}


  a.banner-link img {margin: 1rem;border: 1px solid #ccc;border-radius: 5px;}


  .main-sec-title img {max-width: 290px;margin-bottom: 1rem;width: 300px;margin-right: auto;margin-left: auto;display: block;}

  button.btn.m-p-btn.btn-001.add-to-favourite-button {margin-bottom: 0px !important}

i.mdi.mdi-magnify.zoom-photo-link {position: absolute;color: #fff;background: #ee3c73;padding: 3px 9px;border-radius: 50%;font-size: 23px;right: 10px;bottom: 10px;cursor: pointer;z-index: 99;}

.grid-auto {display: grid;grid-template-columns: 1fr auto;width: 100%;}

img.line-breaker-img {display: block;margin: 1rem auto;/* height: 91px; */width: auto;padding: 0px 2rem;}

.row.list-designs-div {vertical-align: top;align-items: start;}

form#filter-cards-form div {align-items: start;vertical-align: top;}


.show-cart-actions {
    text-align: center;
    margin: 2rem auto;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 1px 2px 10px #f3f3f3a3 , 0px -1px 10px #f3f3f3a3;
}

.show-cart-actions p {
    margin-bottom: 1rem;
}

.show-cart-actions h3 {
    position: relative;
    margin: 2rem 1rem;
}

.show-cart-actions h3 span {
    background: #fff;
    display: block;
    margin: 1rem auto;
    position: relative;
    z-index: 2;
    width: 120px;
}

.show-cart-actions h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0px;
    top: 50%;
}

.list-main-title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center !important;
    margin-bottom: 15px;
}

.grid-two {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center !important;
}

.toggle-filters-button {
    background: #fbf1f2;
    color: #816262;
    font-weight: bold;
    border-color: #806262;
    padding: 5px 15px 5px 35px;
    line-height: 33px;
    position: relative;
}

list-main-title h3 {
    margin: 0px !important;
}

.list-main-title h3 {
    /* margin: 0px !important; */
    padding: 0px !important;
}

.form-group.locked {
    position: relative;
}

.form-group.locked:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #fefefeb5;
    z-index: 99;
    content: "";
}



/* .banner-sec .main-counter * {
    color: #ffffff !important;
} */

.f-social ul li a i {
    font-size: 18px;
    position: relative;
    top: 8px;
}

.advanced-search-sec {
    background: #fff;
    margin-top: 2rem;
    border-radius: 4px;
    border: 1px solid #eee;
}

.locked-input-container {
    position: relative;
    margin: 1rem;
}

.locked-input-container button {
    position: absolute;
    right: 20%;
    left: 20%;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0px auto; */
    width: 60%;
}

.locked-input-container:before {
    content: "";
    background: #fff;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

.locked-input-container textarea {
    height: 100px;
}

.locked-input-container img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 88px;
}

a.alert-link img {
    width: 100px;
    height: auto;
}

#filters-container{
    margin-top:2rem
}

.advanced-search-button{

    margin: 1rem auto;
    display: block;
    max-width: 200px;
    margin-bottom: 0px;
}

.dotted{

    border-right: 1px dotted #C2C2C2;padding-right: 30px;
}
.category-view-more{
    display: block;margin: 1rem auto;width: fit-content;max-width: 200px;
}

#modal-image-popup img{
    max-width: 100%;    margin: 1rem auto;
    display: block;

}


.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

    div#mc_embed_signup label , div#mc_embed_signup div {
    color: #fff;
    text-align: right;
    font-family: 'DroidKufi';
}

#mc_embed_signup .button {
    background: #ee3c73;
}

#mc_embed_signup .helper_text:empty {
    display: none;
}
#mc_embed_signup #mce-success-response {
    background: #529214;
    color: #fff;
    border-radius: 20px;
    width: 100%;
}
#authModal .modal-body , #registerModal .modal-body {
    overflow: auto;
}

.m_orders_card_img img {
    border: 1px solid #777;
    border-radius: 10px;
}

.profile-page div {
    align-items: flex-start;
}


/* New Style */

.btn-primary{
    border-color: #e42f67;
    padding: 10px;
}
.categ-rt-lst.collapse{   
    margin-top: 0 !important;
}

.card_item_img img {
    width: 100%;
    height: 690px;
    border-radius: 15px;
    object-fit: contain;
}
#authModal .modal-body, #registerModal .modal-body {
    overflow: inherit;
    padding-bottom: 20px;
}
.modal-body {
    padding: 30px 20px 10px;
    width: 100%;
    overflow: inherit;
}
.show-cart-actions h3 span {
    width: 70px;
    font-size: 18px;
}
.m-btn-2 {
    background: #EF3C73;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
#mc_embed_signup .asterisk {
    position: absolute;
    top: -12px;
}
#mc_embed_signup .indicates-required {
    margin-right: 0;
    position: absolute;
    margin-right: 0 !important;
    top: -30px;
    right: 0;
}
div#mc_embed_signup label, div#mc_embed_signup div {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
#mc_embed_signup div#mce-responses{
    position: absolute; 
}
.newsletter-sec-area #mc_embed_signup .mc-field-group{
    padding-bottom: 0;
    display: block;
    margin-bottom: 0;
}
.newsletter-sec-area #mc-embedded-subscribe{
    margin: 0 !important;
    background: #EF3C73;
    color: #fff;
    padding: 9px 30px;
    font-size: 14px;
    border: 0;
}

.main-table-00 .delete-alert-link img{
    width: 30px;
    height: 20px;
    object-fit: scale-down;
}
.delete-order img{
    width: 30px;
    height: 20px;
    object-fit: scale-down;
}

#main-lg-table td{
    padding: 0.75rem 5px;
}
.loading-container {
    background: #ffffff;
}

.mdi-magnify::before {
    content: "\F06D0" !important;
}
.modal.show .modal-dialog {
    margin: auto;
}
.modal-body {
    padding: 10px 10px 10px;
}
.product_item_2_img a{
    display: block;
    width: 100%;
    height: 215px;
}
#enterCode .modal-header{
    width: 100%;
}
.copoun-code-card {
    margin-top: 15px;
    display: none;
}
.copoun-code-box h4{
    font-size: 17px;
    color: #792d45;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.form-ts.form-group {
    display: flex;
    margin-bottom: 0;
    justify-content: space-around;
    width: 100%;
}
.form-ts.form-group input {
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #DBDBDB;
    height: calc(30px + 0.75rem + 6px);
    margin-left: 7px;
    font-size: 13px;
}

.btn-st1 button {
    min-width: 120px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    height: calc(25px + 0.75rem + 11px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}

.btn-st1 button:hover {
    color: #ffffff;
    background: #d83b6b;
    text-decoration: none;
}
.slide-item-content {
    padding-top: 0px;
}
.main-header-all-pages {
    padding-top: 83px;
    padding-bottom: 16px;
}
/* New */
.filter-section{
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 999;
    background: #422359;
}
.filter-section button  label {
    margin: 0px;
}
.fltr-sec-ttl{
    font-size: 15px;
    /* font-weight: 600; */
    font-family: DroidKufi-Bold;
    color: #fff;
    margin-left: 15px;
}
.filter-section .categ-button-select{
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    gap: 7px;
    border-color: #183054;
    margin: 0;
}
.filter-section .filter-opt-select{
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 4px;
    border-color: #364b6a;
    background: #422359;
}
.filter-section .card-header {
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    padding: 0;
    border: 0;
}
.filter-section .card {
    border: 0;
    background: #513169;
}

.filter-section .btn-link[aria-expanded="true"] {
    color: #ffffff !important;
    background: #ff377729 !important;
    text-decoration: none;
    border: 1px solid #a03657 !important;
}
.list-selections{
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: flex-start; */
    gap: 10px;
    min-height: 45px;
}
.list-selections .list-selec-ttl{
    color: #fff;
    font-size: 14px;
}
.list-selections ul{
    display: flex;
    gap: 5px;
}
.filter-section .filter-opt-select .btn.btn-link{
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #48305b;
    background: #00000026;
    padding: 8px 20px;
}
.filter-section .btn-link:hover,.filter-section .btn-link:focus {
    color: #ffffff !important;
    background: #ff377729 !important;
    text-decoration: none;
    border: 1px solid #a03657 !important;
}
.filter-section .card-body{
    background: #513169;
    padding: 12px 15px;
}
.filter-section .card-body .list-inline-item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
}
.filter-section .categ-button-select i{
    vertical-align: unset;
    font-size: 18px;
}
.categ-button-select i{
    display: none;
}
.categ-button-select.active i{
    display: inline-block;
}
.filter-section .custom-checkbox {
    margin: 10px 0;
    min-height: 30px;
    padding-left: 0;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.main-filter-button .btn{  
    height: 38px;
    min-width: 127px;
    line-height: 18px;
}
.filter-mob{
    padding: 18px 15px;
    display: none;
    background: #381e4c;
}
.filter-mob h3{
    font-family: DroidKufi-Bold;
    color: #fff;
    font-size: 14px;
}
.filter-mob h3 i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 8px;
}
@media screen and (max-width: 550px){
    .filter-section {
        background: #4223594a;
    }
    .filter-mob{
        display: block;
    }
    .filter-card-box{
        display: none;
        height: 100vh;
        background: #20112b4d;
        backdrop-filter: blur(3px);
    }
    .filter-section .filter-opt-select {
        display: block;
    }
    .filter-section .card-header {
        width: 49%;
        display: inline-block;
    }
    .fltr-sec-ttl{
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center;
    }
    .filter-section .filter-opt-select .btn.btn-link {
        padding: 13px 20px;
        width: 100%;
        margin-bottom: 3px !important;
    }
    .main-filter-button .btn {
        height: 47px;
        width: 100%;
        margin: 0 !important;
        margin-top: 4px !important;
    }
    .filter-section .card-body {
        padding: 20px 15px;
    }
    .filter-section .categ-button-select {
        font-size: 13px;
        margin-bottom: 7px !important;
    }
    .list-selections .list-selec-ttl {
        margin-bottom: 13px;
    }
    .list-selections {
        display: block;
    }
    .list-selections ul {
        display: block;
        max-height: 300px;
        overflow-y: auto;
    }
}


.main-sec-title.main-page-title {
    margin-bottom: 1rem;
}


.newsletter-sec-area #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    position: absolute;
    background: #0000;
    padding: 0;
    margin: 0;
    color: #ff5757;
}
.designs-pagination {
    float: left;
}

.response:empty {
    display: none;
}

.opt-input-container input {
    border: 0px;
    border-bottom: 2px solid #d1d1d1;
    display: inline-block;
    max-width: 65px;
    text-align: center;
    margin: 0.5rem;
}

.opt-input-container {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    text-align: center;
    direction: ltr;
}

.resned-option {
    text-align: center;
    margin-top: 1rem;
    font-size: 15px;
}

.resned-option a {
    margin-bottom: 0.5rem;
    text-decoration: underline;
    font-weight: bold;
}

.resned-option p {
    margin-bottom: 0.8rem;
    font-size: 18px;
}

.section-container {
    margin: 3rem 0px;
}

.arrow-down-animated {
    transform-origin: center bottom; /* Set the transform origin to the bottom center of the icon */
    transform: translateY(0);
    opacity: 1;
    animation: moveIcon 1.2s linear infinite;
}

@keyframes moveIcon {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(10px); /* Adjust the space you want to move down */
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.owl-carousel .product_item_1 .product_item_1_img img{
    min-width: 255px;
}



img.mix_cats_title{
    width: 320px !important;
    max-width: 320px !important;
}

.letters-count {
    margin-top: .5rem;
    display: block;
}