@font-face {
    font-family: "mallongregular";
    src: url("../fonts/mallong-regular-webfont.woff2") format("woff2"),
        url("../fonts/mallong-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinsthin";
    src: url("../fonts/poppins-thin-webfont.woff2") format("woff2"),
        url("../fonts/poppins-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinsblack";
    src: url("../fonts/poppins-black-webfont.woff2") format("woff2"),
        url("../fonts/poppins-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinsbold";
    src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinsextrabold";
    src: url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinslight";
    src: url("../fonts/poppins-light-webfont.woff2") format("woff2"),
        url("../fonts/poppins-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinsmedium";
    src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
        url("../fonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
@font-face {
    font-family: "poppinsregular";
    src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
        url("../fonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinssemibold";
    src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-style: swap;
}
.btn {
    padding: 0 1.5rem;
    text-transform: capitalize;
    box-shadow: none !important;
    color: #fff;
    line-height: 50px;
    border: #324b8d 0.063rem solid;
    font-size: 14px;
    background: #324b8d;
    font-family: "poppinsmedium";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn:hover {
    background: #292929;
    color: var(--bs-white);
    border-color: #292929;
}
.btn.btn-dark {
    background: #1f1f20;
    border-color: #1f1f20;
    line-height: 36px;
    font-size: 12px;
    font-family: "poppinssemibold";
}
.btn.btn-dark:hover {
    background: #324b8d;
    color: var(--bs-white);
    border-color: #324b8d;
}
.btn.btn-outline-dark {
    background: transparent;
    border-color: #1f1f20;
    line-height: 36px;
    font-size: 14px;
    color: #292929;
    font-family: "poppinsmedium";
}
.btn.btn-outline-dark:hover {
    background: #292929;
    color: var(--bs-white);
    border-color: #292929;
}

body,
html {
    position: relative;
}

.relative {
    position: relative;
}

body,
ul {
    margin: 0;
    padding: 0;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

html {
    height: 100%;
}

ul {
    list-style: none;
}

.btn,
a,
button {
    display: inline-block;
    outline: 0 !important;
    transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline-style: none;
}

h1 {
    font-size: 71px;
    line-height: 1;
    font-family: "mallongregular";
}

h2 {
    font-size: 58px;
    line-height: 1;
    font-family: "mallongregular";
    margin: 0;
}

h3 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 0.9;
    font-family: "poppinssemibold";
    color: #292929;
}

h4 {
    font-size: 32px;
    font-family: "mallongregular";
    margin: 0;
    line-height: 0.9;
}

h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

h6 {
    font-size: 15px;
    font-family: "poppinsbold";
}

.pt-100 {
    padding-top: 6.25rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.mb35 {
    margin-bottom: 2.188rem;
}

.mt35 {
    margin-top: 2.188rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

body {
    font-weight: normal;
    line-height: 1.4 !important;
    font-size: 14px;
    font-family: "poppinsregular";
    background: #fff;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100%;
    color: var(--bs-dark);
}

.stellarnav li.has-sub > a:after {
    border-top-color: #000;
}

header {
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
    width: 100%;
    color: #fff;
}
/* header .stellarnav .menu-toggle span.bars span {
  background: #fff;
} */
header .stellarnav .call-btn-mobile,
header .stellarnav .close-menu,
header .stellarnav .location-btn-mobile,
header .stellarnav .menu-toggle {
    padding-right: 0;
    box-sizing: border-box;
}
header .stellarnav .icon-close:after,
header .stellarnav .icon-close:before {
    width: 16px;
    top: 50%;
    border-bottom: solid 3px #fff;
    right: 10px;
}
header .logo {
    width: 100px;
    flex: 0 0 100px;
}
header .logoTwo {
    width: 110px;
    flex: 0 0 110px;
}
header .btnWrap .btn {
    margin-left: 15px;
}
header .stellarnav {
    width: auto;
}
header .stellarnav ul li a {
    font-size: 16px;
    color: #262626;
    text-transform: capitalize;
    padding: 0 10px;
}
header .stellarnav ul li a:hover {
    color: #324b8d;
}
header .stellarnav ul li.has-sub ul {
    padding-top: 15px;
}
header .stellarnav ul li.has-sub ul li {
    margin-bottom: 15px;
}
header .search {
    width: 100%;
    max-width: 543px;
    flex: 0 0 543px;
    position: relative;
}
header .search .form-control {
    background: transparent;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    font-size: 1rem;
    padding: 0 30px;
    height: 53px;
    border: #c9c9c9 1px solid;
}
header .search .btn {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #292929;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    line-height: 41px;
}
header .search .btn:hover {
    background: #324b8d;
}
header .login {
    padding: 0;
}
header .login a {
    /* height: 43px;
  line-height: 43px; */
    padding: 0;
    font-family: "poppinssemibold";
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    color: #222222;
}
header .login a span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: #324b8d;
    display: inline-block;
    text-align: center;
    margin-left: 0.5rem;
}
header .wish,
header .cart {
    display: inline-block;
    position: relative;
}
header .wish a,
header .cart a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: #324b8d;
    display: inline-block;
    text-align: center;
    margin-left: 0.5rem;
}
header .wish small,
header .cart small {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 12px;
    right: 0px;
    top: -3px;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner {
    position: relative;
    z-index: 2;
    color: #292929;
    background: #d5d4d0;
    height: 746px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner .shape1 {
    top: 0;
    right: 0;
    z-index: -1;
}
.banner .shape2 {
    bottom: 0;
    left: 0;
    z-index: -1;
}
.banner .shape3 {
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 25%;
    z-index: -1;
}
.banner .moveLeft {
    position: relative;
    left: 12%;
}
.banner .captions {
    position: absolute;
    left: 1.5%;
    top: 0;
    width: 33.333%;
    color: #000;
    top: 40%;
    transform: translateY(-50%);
    font-size: 20px;
}
.banner .captions p {
    margin: 20px 0;
    width: 70%;
}
.banner .blurbg {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 250px;
    border: rgba(255, 255, 255, 0.2) 1px solid solid;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: left;
    z-index: 4;
    font-size: 15px;
}
.banner .blurbg p {
    margin: 0;
}
.banner .blurbg.text1 {
    left: -5%;
    bottom: 12%;
}
.banner .blurbg.text2 {
    right: 22%;
    bottom: 6%;
}
.banner .blurbg.text3 {
    right: 16%;
    bottom: 25%;
}

.bestSeller .box {
    color: #717171;
}
.bestSeller .box p {
    margin-bottom: 0.5rem;
}
.bestSeller .box h6 {
    font-family: "poppinsmedium";
    margin: 20px 0 10px;
    color: #292929;
}
.bestSeller .box strong {
    color: #292929;
    font-size: 14px;
}
.bestSeller .box strong a {
    color: #fba004;
    display: inline-block;
    margin: 0 0.3rem;
}
.bestSeller .box span,
.bestSeller .box small {
    color: #292929;
}
.bestSeller .box .d-flex span {
    color: #292929;
    display: inline-block;
    margin: 0 0.8rem;
}
.bestSeller .box .btn {
    width: 100%;
}
.bestSeller .box .wish a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bestSeller .box .wish a:hover {
    background: #d5d4d0;
}
.bestSeller .box .cart a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 55px;
}
.bestSeller .box .cart a:hover {
    background: #d5d4d0;
}

.categories #buttonGroup {
    margin: 0 auto;
    padding: 0;
    border-bottom: #ddd 1px solid;
}
.categories #buttonGroup li a {
    color: #333;
}
.categories #buttonGroup li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 20px;
    font-size: 14px;
    text-transform: capitalize;
}
.categories #buttonGroup li.is-active {
    font-family: "poppinsbold";
    box-shadow: 0px -6px 0px -1px #324b8d inset;
    -webkit-box-shadow: 0px -6px 0px -1px #324b8d inset;
    -moz-box-shadow: 0px -6px 0px -1px #324b8d inset;
}
.categories .grid-item {
    width: 16.666%;
    margin-bottom: 10px;
    padding: 0 10px;
}
.categories .grid:after {
    content: "";
    display: block;
    clear: both;
}
.categories .grid-sizer,
.categories .grid-item {
    width: 16.666%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.categories .grid-item {
    float: left;
}
.categories .grid-item:hover {
    cursor: pointer;
}

.compromise {
    background: #ffffeb;
}
.compromise .shape1 {
    left: 3%;
    top: 5%;
    width: 95px;
    display: inline-block;
}
.compromise .shape2 {
    right: 35%;
    bottom: 12%;
    width: 95px;
    display: inline-block;
}
.compromise .shape3 {
    right: 38%;
    top: 12%;
    display: inline-block;
}
.compromise .shape4 {
    left: 2%;
    bottom: 20%;
    display: inline-block;
}

.featured .swiper-button-next,
.featured .swiper-button-prev {
    top: 60%;
}

.affordably h3 {
    font-size: 42px;
    font-family: "poppinsbold";
}
.affordably p {
    font-size: 20px;
}
.affordably .shape1 {
    top: 13%;
    left: 10%;
}
.affordably .shape2 {
    bottom: 13%;
    right: 10%;
}

.testimonials .swiper-wrapper {
    padding: 20px 0 60px;
}
.testimonials .box {
    text-align: center;
    background: #292929;
    color: #fff;
    padding: 2rem;
    transition: 0.3s ease-in-out;
}
.testimonials .box img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .box p {
    color: #9e9e9e;
    font-size: 16px;
    margin: 20px 0 10px;
}
.testimonials .box h6 {
    color: #fff;
    font-family: "poppinsbold";
    font-size: 14px;
}
.testimonials .swiper-slide-active {
    transform: scale(1.2);
}
.testimonials .swiper-slide-active .box {
    background: #324b8d;
}
.testimonials .swiper-slide-active .box p {
    color: #fff;
}

footer {
    background: #181818;
    color: #fff;
    font-size: 16px;
}
footer h6 {
    font-size: 20px;
    font-family: "poppinsbold";
}
footer .flinks a {
    color: #fff;
    margin-top: 10px;
}
footer .flinks a:hover {
    color: #717171;
}
footer .form-control {
    background: transparent !important;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -o-border-radius: 0rem;
    font-size: 1rem;
    padding: 0 15px;
    height: 60px;
    border: #c9c9c9 1px solid !important;
}
footer .btn {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 1rem;
    height: 60px;
    font-family: "poppinssemibold";
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -o-border-radius: 0rem;
}
footer .btn:hover {
    background: #324b8d;
}
footer .f-btm {
    background: #101010;
}

.sociallinks li a {
    padding-right: 20px;
}
.sociallinks li a svg {
    transition: 0.3s ease-in-out;
}
.sociallinks li a:hover path {
    fill: #f8446b;
}

.text-danger {
    color: #f8446b;
}

strong {
    font-weight: "poppinsbold";
}

.swiper-button-next,
.swiper-button-prev {
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    border: #292929 1px solid;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -1px;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -1px;
    left: auto;
}

.absolute {
    position: absolute;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #292929;
    width: 18px;
    height: 18px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerHead {
    background: #fff;
    padding: 1rem 0;
    box-shadow: 0px 10px 17px -9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 17px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 17px -9px rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: relative;
    top: 0;
    width: 100%;
}

.innerBanner {
    height: auto !important;
    padding: 0;
}

.about p {
    color: #717171;
    font-size: 20px;
}
.about .d-flex li:last-child {
    align-self: end;
}

.graybox {
    background: #d5d4d0;
    margin-bottom: 170px;
    z-index: 1;
}

.mission h3 {
    font-size: 40px;
}
.mission p {
    color: #717171;
    font-size: 20px;
}
.mission .floatCenter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -160px;
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}

.differ h5 {
    font-size: 32px;
}
.differ p {
    color: #717171;
    font-size: 20px;
    margin: 0;
}

.contact .contactBox {
    background: #f0efe9;
    position: relative;
}
.contact .contactBox li {
    display: flex;
    margin-top: 15px;
    font-family: "poppinsmedium";
    font-size: 20px;
    border-bottom: #e8e7e1 1px solid;
    padding: 15px 0 20px;
}
.contact .contactBox li span {
    width: 52px;
    margin-right: 15px;
    flex: 0 0 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: #a9a9a9 1px solid;
}
.contact .contactBox li h6 {
    font-family: "poppinsregular";
    font-size: 20px;
    color: #999999;
    margin: 0 0 5px;
}
.contact .contactBox li p {
    margin: 0;
}
.contact .contactBox li:last-child {
    border-bottom: 0;
}
.contact .contactBox .sociallinks li {
    border-bottom: 0;
    margin-right: 1.2rem;
    padding: 0 !important;
}
.contact .contactBox .sociallinks li a {
    padding: 0 !important;
}
.contact .contactBox .contact_pic {
    position: absolute;
    bottom: 0;
    right: -160px;
    width: 360px;
}
.contact h3 {
    font-size: 36px;
    font-family: "mallongregular";
}
.contact h2 {
    font-size: 48px;
    font-family: "poppinsregular";
}
.contact .ps-8 {
    padding-left: 12rem;
}
.contact p {
    color: #565656;
    font-size: 20px;
    margin: 0;
}

form label {
    font-family: "poppinsmedium";
    font-size: 18px;
    margin-bottom: 5px;
}
form .form-control {
    background: #ebf0f6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 1rem;
    padding: 0 20px;
    height: 53px;
    border: none;
}
form textarea {
    height: 115px !important;
    padding: 20px !important;
    resize: none;
}

.testi .box {
    background: #f0efe9;
    padding: 8% 25% 8% 8%;
    font-size: 20px;
    margin: 10% 0;
    position: relative;
    box-shadow: -67px -50px 0px 0px rgba(255, 255, 235, 0.75);
    -webkit-box-shadow: -67px -50px 0px 0px rgba(255, 255, 235, 0.75);
    -moz-box-shadow: -67px -50px 0px 0px rgba(255, 255, 235, 0.75);
}
.testi .box p {
    position: relative;
    z-index: 1;
}
.testi .box p span {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
}
.testi .box p span:nth-child(2) {
    position: absolute;
    bottom: 0px;
    right: 5%;
    z-index: -1;
    left: auto;
    top: auto;
}
.testi .box h6 {
    text-align: end;
    color: #593f3f;
    font-size: 20px;
}
.testi .box .users {
    position: absolute;
    right: -30px;
    bottom: -40px;
}

.product-listing .grid-item {
    width: 25%;
}

.product-inner .product-details {
    background: #f0efe9;
    padding: 15px 15px;
}
.product-inner .content .topHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-inner .content .topHeading i {
    color: #fba004;
}
.product-inner .content .topHeading span {
    color: #a9a7a7;
}
.product-inner .content h3 {
    font-size: 36px;
}
.product-inner .content h6 {
    color: #565050;
    font-size: 20px;
}
.product-inner .content p {
    color: #717171;
    font-size: 18px;
}
.product-inner .content .wish a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #efe4e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-inner .content .wish a svg path {
    color: #f8446b;
    stroke: #f8446b;
}

.tabMainFrom .tabTextarea textarea {
    resize: none;
}
.tabMainFrom .customizedMenu {
    margin-bottom: 25px;
}
.tabMainFrom .customizedMenu h5 {
    color: #565050;
    font-family: "poppinsregular";
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.tabMainFrom .customizedMenu .form-select {
    border-radius: 0;
    border-color: #1f1f1f;
    color: #717171;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 16px;
}
.tabMainFrom .addColorBtn .buttons {
    color: #717171;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

#myTab {
    background: #f0f2f5;
    padding: 5px 10px;
    margin-bottom: 25px;
}
#myTab .nav-link {
    color: #a79e9e;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 15px;
}
#myTab .nav-link.active {
    background: #324b8d;
    color: #fff;
    border-radius: 0;
}
#myTab .nav-link.btn {
    padding: 0 1rem;
}
#myTab .nav-link:hover {
    background-color: #324b8d;
    color: #fff;
    border-radius: 0;
}

/* .mainFormBtn {
    padding-top: 25px;
} */
.mainFormBtn .filterBtn {
    display: flex;
    gap: 20px;
}
.mainFormBtn .filterBtn .first {
    width: 30%;
}
.mainFormBtn .filterBtn .second {
    width: 70%;
}
.mainFormBtn .filterBtn .second a {
    width: 100%;
}
.mainFormBtn .filterBtn .form-select {
    border-radius: 0;
}
.mainFormBtn .addToCart a {
    width: 100%;
    color: #324b8d;
    background: transparent;
}

.imageUp p {
    color: #aeaeae;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
.imageUp .custom-file-upload {
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    padding: 30px;
    border: 2px dashed #948383;
    border-radius: 0;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
}
.imageUp .custom-file-upload #file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    top: 0;
    left: 0;
}
.imageUp .custom-file-upload .file-text {
    color: #333;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.imageUp .custom-file-upload .file-text span {
    color: #b1b1b1;
    font-family: "poppinsregular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.imageUp .custom-file-upload .file-text span svg {
    margin: 25px 0;
}
.imageUp .prev-img {
    margin-bottom: 11px;
    max-width: 164px;
    margin: auto;
}

#drawCanvas {
    position: absolute;
    top: 0;
    opacity: 0;
}

.order-confirmation {
    margin: 40px 0;
}
.order-confirmation .captions h1 {
    margin: 20px 0;
}
.order-confirmation .captions h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}
.order-confirmation .order-summary {
    background-color: #ffffeb;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.order-confirmation .order-summary .w-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}
.order-confirmation .order-summary .instructionBox h3 {
    font-size: 22px;
}
.order-confirmation .order-summary .instructionBox p {
    font-size: 16px;
}
.order-confirmation .order-summary .instructionBox ul li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.order-confirmation .order-summary .instructionBox ul li .color-box {
    width: 50px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
}
.order-confirmation .order-summary h2 {
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}
.order-confirmation .order-summary .billing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}
.order-confirmation .order-summary .billing-table td {
    padding: 8px;
    border: 1px solid #ddd;
}
.order-confirmation .order-summary .billing-table td:first-child {
    font-weight: bold;
}
.order-confirmation .order-summary .billing-table td:last-child {
    text-align: left;
}
.order-confirmation .order-summary .order-details,
.order-confirmation .order-summary .order-items,
.order-confirmation .order-summary .totals {
    margin-bottom: 20px;
}
.order-confirmation .order-summary .order-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
.order-confirmation .order-summary .order-details .summary-box {
    padding: 8px 20px;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.order-confirmation .order-summary .order-details .summary-box:last-child {
    border-right: none;
}
.order-confirmation .order-summary .order-details .summary-box .num {
    color: #333;
    font-weight: bold;
}
.order-confirmation .order-summary .order-items {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.order-confirmation .order-summary .order-items td small {
    display: block;
}
.order-confirmation .order-summary .order-items td .orderImg {
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
}
.order-confirmation .order-summary .order-items td .orderImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.order-confirmation .order-summary .order-items td:last-child {
    text-align: end;
}
.order-confirmation .order-summary .totalAmount {
    width: 100%;
}
.order-confirmation .order-summary .totalAmount tr td {
    padding: 5px 0;
}
.order-confirmation .order-summary .totalAmount tr td:last-child {
    text-align: end;
}
.order-confirmation .order-summary .totalAmount .sub-total {
    border-top: 1px solid #ddd;
}
.order-confirmation .order-summary .totalAmount .sub-total td {
    padding: 10px 0;
}

.order-request .tabMainFrom {
    background-color: #ffffeb;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.order-request .tabMainFrom #myTab {
    justify-content: space-between;
}
.order-request .tabMainFrom #myTab .nav-link.btn {
    padding: 0 6rem;
}
.order-request .tabMainFrom textarea {
    background: transparent;
    border-color: #948383;
    border-radius: 0;
}
.order-request #graphicsForm {
    padding: 0 25px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.order-request #graphicsForm label {
    display: block;
    margin: 10px 0 5px;
}
.order-request #graphicsForm select,
.order-request #graphicsForm input,
.order-request #graphicsForm textarea {
    width: 100%;
    padding: 8px;
    margin: 5px 0 15px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.order-request #graphicsForm textarea {
    height: 100px;
}
.order-request #graphicsForm .options {
    display: none;
    margin-top: 20px;
}
.order-request #graphicsForm .details {
    display: none;
    margin-top: 10px;
}
.order-request #priceSection label {
    margin: 5px 0 5px;
}
.order-request #category {
    height: 49px;
    border: 0 !important;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd !important;
}

.editadress {
    background: transparent;
    color: #324b8d;
    padding: 4px;
    line-height: 1;
}

.billing-adres {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* #editAdress .modal-content {
  background-color: #ffffeb;
  padding: 40px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */
#editAdress .modal-content .modal-header {
    position: relative;
    text-align: center;
    justify-content: center;
}
#editAdress .modal-content .modal-header .modal-title {
    font-size: 30px;
}
#editAdress .modal-content .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
/* #editAdress .modal-content form input,
#editAdress .modal-content form textarea {
  background: transparent;
} */

header .stellarnav ul li.has-sub ul.shopCategory {
    top: 25px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #324b8d;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
    padding: 30px 30px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.modal-content .btn-close {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}
.modal-content .widebtn {
    width: 100%;
    border-color: #1f1f20;
}
.modal-content .modal-header {
    border: none;
    padding-bottom: 0;
}
.modal-content .modal-title {
    margin-bottom: 0;
    line-height: 1;
    border-bottom: #fff 1px solid;
    padding-bottom: 15px;
}
.modal-content .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 52px;
    padding: 0 25px;
    font-size: 14px;
}

.account-page {
    padding: 100px 0;
}
.account-page .shape1 {
    top: 4%;
    left: 2%;
    position: absolute;
    width: 89px;
}
.account-page .dashboard-left-sidebar {
    background-color: #324b8d;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1019607843);
    overflow: hidden;
}
.account-page .dashboard-left-sidebar .profile-box {
    position: relative;
}
.account-page .dashboard-left-sidebar .profile-box .profile-contain {
    border-radius: 4px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.account-page .dashboard-left-sidebar .profile-box .profile-contain {
    border-radius: 4px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.account-page
    .dashboard-left-sidebar
    .profile-box
    .profile-contain
    .profile-image
    img {
    background-color: white;
    border-radius: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 5px;
    width: calc(76px + 1.25vw);
}
.account-page .profile-name {
    margin-top: 10px;
}
.account-page .profile-name h6 {
    margin: 10px 0;
}
.account-page .profile-name span {
    color: var(--blue);
}
.account-page .dashboard-left-sidebar .dashboard-tab {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    min-height: 250px;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link:hover {
    background-color: rgba(32, 53, 80, 0.1215686275);
    border-radius: 4px;
    letter-spacing: 1.4px;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link,
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link a {
    font-size: 15px;
    color: #292929;
    width: 100%;
    text-align: left;
    background-color: transparent;
}
.account-page .dashboard-left-sidebar .dashboard-tab li {
    padding: 2px 0;
    width: 100%;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link {
    transition: all 0.2s;
    padding: 15px 30px;
    border-radius: 0;
    color: #fff;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link i {
    font-size: 18px;
    margin-right: 5px;
}
.account-page .profile-information p,
.account-page .profile-information h6 {
    margin-bottom: 0;
}
.account-page .dashboard-left-sidebar .dashboard-tab li .nav-link.active {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #fff;
}
.account-page .logout-button .btn_black {
    width: 100%;
    background: rgba(255, 255, 235, 0.1) !important;
    border: none !important;
}
.account-page .dashboard-right-box {
    background-color: #ffffeb;
    height: 100%;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1019607843);
}
.account-page .dashboard-right-box .my-dashboard-tab .sidebar-title {
    margin-bottom: 25px;
}
.account-page .sidebar-title .loader-line {
    background-color: #939393;
    border-radius: 20px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    width: 74px;
}
.account-page .sidebar-title {
    margin-bottom: 30px;
    position: relative;
}
.account-page .sidebar-title .loader-line:before {
    animation: lineAnim 2s linear infinite;
    background-color: #324b8d;
    border-radius: 20px;
    content: "";
    height: 4px;
    left: -50%;
    position: absolute;
    width: 30%;
}
@keyframes lineAnim {
    0% {
        left: -40%;
    }
    0% {
        left: -40%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}
.account-page .dashboard-right-box .my-dashboard-tab .dashboard-user-name p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
}
.account-page .dashboard-right-box .my-dashboard-tab .total-box {
    margin: 30px 0;
}
.account-page .dashboard-right-box .my-dashboard-tab .total-box .totle-contain {
    align-items: center;
    background-color: #fff;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(var(--black), 0.04);
    display: flex;
    gap: 15px;
    overflow: hidden;
    padding: 22px;
    position: relative;
}
.account-page .dashboard-right-box .my-dashboard-tab .profile-about {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
}
.account-page
    .dashboard-right-box
    .my-dashboard-tab
    .profile-about
    .profile-information
    li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 7px 0;
}
.account-page
    .dashboard-right-box
    .my-dashboard-tab
    .profile-about
    .profile-information {
    margin-bottom: 45px;
}
.account-page .profile-about a {
    margin-left: 6px;
    color: #000;
    font-weight: 700;
}
.account-page .dashboard-right-box .order .order-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
}
.account-page .dashboard-right-box .order .order-box .order-container {
    align-items: start;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .order-container
    .order-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
    border: 1px solid #324b8d;
}
.account-page .order-detail h5 {
    color: #324b8d;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 109px;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box {
    align-items: start;
    display: flex;
    gap: 20px;
}
.account-page .dashboard-right-box .order .order-box .return-box .review-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .return-box
    .review-box
    .rating
    li
    svg {
    color: rgb(223, 206, 55);
    margin: 0 1px;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .order-container
    .order-detail
    a {
    color: rgb(254, 78, 79);
    font-weight: 500;
}
.account-page .order-detail p {
    margin: 1px 0;
    font-size: 14px;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    .order-wrap
    ul
    li {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}
.dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    .order-wrap
    ul
    li
    i {
    font-size: 18px;
    margin-right: 4px;
    color: #324b8d;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    .order-wrap
    ul
    li
    p {
    margin-bottom: 0;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    .order-wrap
    > p {
    padding-bottom: 0;
}
.account-page
    .dashboard-right-box
    .order
    .order-box
    .product-order-detail
    .product-box
    .order-wrap
    h5 {
    margin-bottom: 5px;
}
.account-page .product-page .product {
    padding: 6px 0 0;
}
.account-page .product-page .owl-carousel .owl-stage-outer {
    padding: 0;
}
.account-page .mega-menu .product-menu {
    transform: scale(1);
}
.account-page .account-page .product {
    background-color: #fff;
}
.account-page .dashboard-right-box .saved-card .payment-section .payment-card {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .bank-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .bank-info
    .bank {
    height: auto;
    width: 110px;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .bank-info
    .card-type
    .bank-card {
    height: auto;
    width: 49px;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .card-details {
    margin-top: 15px;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .card-details-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card
    .btn-box {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.3490196078);
    border-radius: 5px;
    bottom: 0;
    display: flex;
    gap: 19px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s;
    font-size: 24px;
    color: #fff;
}
.account-page
    .dashboard-right-box
    .saved-card
    .payment-section
    .payment-card:hover
    .btn-box {
    opacity: 1;
    transform: scale(1);
}
.account-page .btn-box span {
    align-items: center;
    background-color: #000;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    height: 38px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 38px;
}
.account-page .dashboard-right-box .address-tab .address-option label .buttons {
    padding: 10px;
    align-items: center;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.account-page .dashboard-right-box .address-tab .address-option label {
    background-color: #fff;
    margin-bottom: 0;
    padding: 15px;
}
.account-page
    .dashboard-right-box
    .address-tab
    .address-option
    label
    .delivery-address-box {
    background-color: #000;
    border: none;
    padding: 10px;
}
.account-page .image-box {
    background-color: #f8f8f8;
    padding: 15px;
    height: 137px;
    display: flex;
    width: 33.333%;
    flex: 0 0 33.333%;
    justify-content: center;
    align-items: center;
}

.profile-modal .btn {
    background-color: #fff;
    color: #292929;
}
.profile-modal .modal-footer {
    justify-content: center;
    border-top: 0;
} /*# sourceMappingURL=main.css.map */
