body{
    font-family: "Nunito", serif;
    font-size: 16px;
}
.productName {
    font-size: 22px;
    font-weight: bold;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}
header.header_area {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 15px 0;
    height: 100px;
}
a{
    text-decoration: none;
}
.banner {
    margin-top: 100px;
}
.logo{
    height: 60px;
}
.login {
    height: 40px;
    width: 93px;
    background: transparent;
    border-radius: 5px;
    color: #000000;
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.login:hover{
    background: #000;
    color: #fff;
    border: 2px solid #000000;
}
.signUp {
    height: 40px;
    width: 105px;
    background: transparent;
    border-radius: 5px;
    background: #000;
    color: #fff;
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.signUp:hover{
    background: #fff;
    color: #000;
    border: 2px solid #000000;
}
.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.nav-menus-wrapper, .nav-header, .nav-right {
    width: 33.3%;
}
.nav-header {
    text-align: center;
}


.nav-brand {
    text-align: center;
    font-size: 14px;
}
.searchProduct{
    background: #F5F2F6;
    padding: 40px 0;
}
.searchProductbox {
    border: 1px solid #919191;
    display: flex;
    position: relative;
    padding: 0 0 0 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
input.searchInput {
    padding-left: 12px;
    padding-right: 65px;
    width: 100%;
    height: 60px;
    border: 0;    background: transparent;
}
.searchBtn {
    background-color: #1c1c1c;
    border-radius: 50px;
    height: 48px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.searchBtn:hover{
    background: #fff;
    color: #000;
    border:2px solid #000;
}

.categoryBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.searchProduct h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
section {
    padding: 40px 0;
}
.title {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 40px;
}
.clientReview {
    box-shadow: rgba(22, 25, 33, 0.05) 0px 2px 15px;
    border-radius: 20px;
    padding: 40px;
}
.clientImg img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.rating {
    margin: 16px 0; color: #FFE100;
}
.clientName{
    font-size: 20px;
    font-weight: 600;margin: 16px 0;
}
.howItwork{
    background: url(../img/bg.png) no-repeat;
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0px 180px 0px;
}
.image-box-wrapper {
    padding: 0px 85px 0px 85px;
}
figure.image-box-img {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-box-img {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-clip: content-box;
    background-color: #fff;
    border-radius: 100%;
    display: flex !important;
    height: 150px !important;
    justify-content: center;
    padding: 8px;
    position: relative;
    width: 150px !important;
    z-index: 2;
    margin: 0 auto;
}
.image-box-img img {
    border-radius: 0 !important;
    height: 50%;
    width: 50%;
    z-index: 4;
}
.image-box-img:after {
    animation: rotated 10s linear infinite;
    animation-play-state: paused;
    aspect-ratio: 1 / 1;
    background-color: #7ed529;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIj48cmVjdCB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgZmlsbD0ibm9uZSIgcng9IjEwMCIgcnk9IjEwMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWRhc2hhcnJheT0iNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIj48cmVjdCB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgZmlsbD0ibm9uZSIgcng9IjEwMCIgcnk9IjEwMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWRhc2hhcnJheT0iNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .35s linear;
    width: 100%;
}
.image-box-description {
    color: #132742;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}
.policy-2.bg-svg-policy {
    position: relative;
}
.policy-2.bg-svg-policy .widget-container:before {
    background-color: #6c82a0;
    content: "";
    height: 57px;
    left: -50%;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWxpbmUgbGluZS0xIiB3aWR0aD0iNDI2IiBoZWlnaHQ9IjU3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDU2LjEzOGMyOC41OTgtMjYuMjQyIDExMy4wMjQtNjcuNjc0IDIyMS45NDMtMjMuNDc0IDEwOC45MiA0NC4yIDE4MC4xMTYtMi43NTcgMjAyLjA5OS0zMS43NiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1kYXNoYXJyYXk9IjYgNiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWxpbmUgbGluZS0xIiB3aWR0aD0iNDI2IiBoZWlnaHQ9IjU3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDU2LjEzOGMyOC41OTgtMjYuMjQyIDExMy4wMjQtNjcuNjc0IDIyMS45NDMtMjMuNDc0IDEwOC45MiA0NC4yIDE4MC4xMTYtMi43NTcgMjAyLjA5OS0zMS43NiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1kYXNoYXJyYXk9IjYgNiIvPjwvc3ZnPg==);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 42px;
    width: calc(100% - 33px);
}
.policy-2 .image-box-img:hover:after {
    animation-play-state: running;
}
@keyframes rotated {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}
.newsletter-wrap {
    background-color: #000;
    border-radius: 30px;
    background-size: 95% 95%;
    padding: 60px 15px;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff;
}
.background-image {
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
}
.fs-md {
    font-size: 18px;
}
.newsletter-wrap .newsletter-form {
    margin: 0 auto;
}

.newsletter-form {
    gap: 10px;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-form .form-group {
    width: 100%;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.newsletter-form .form-control {
    width: 100%;
}
form.newsletter-form input {
    border-radius: 50px;
    height: 56px;
}
button.ot-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 150px;
    background: #000000;
    color: #fff;
    height: 46px;
    border-radius: 50px;
    border: 0;
}
.sec-title {
    font-size: 40px;
    font-weight: bold;
}
footer{
    background: #F0F2F4;
    padding: 15px 0;
}
dl, ol, ul {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.footerLink ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.footerLink ul a{
    color: #000;
    text-decoration: none;
}
.deskNone{
    display: none !important;
}

.login-bg {
    background: url(../img/Background.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 140px 15px 100px;
}
.login-bg .edd_form {
    padding: 51px 58px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 630px;
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(22, 25, 33, 0.05) 0px 2px 15px;
}
.login-bg .edd_form h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}
.mt-100{
    margin-top: 100px;
}
.tech-front h2 {
    font-size: 42px;
    font-weight: 600;
}
.tech-front p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    font-family: proxima-nova;
    letter-spacing: 0;
    line-height: 34px;
}
.login-bg .edd_form label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
}
.login-bg input, .login-bg select {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    min-height: 55px;
    width: 100% !important;
    outline: none !important;
    font-size: 15px;
    line-height: 27px;
    color: #606060;
    padding: 15px !important;
}
p.edd-login-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body input[type=checkbox], body input[type=radio] {
    width: 16px !important;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 0;
    position: relative;
}
.login-bg p.edd-login-remember label {
    display: flex;
    align-items: center;
    justify-content: center;    margin: 0;
}
p.edd-login-password {
    margin: 0;
}
.mb{
    margin-bottom: 1rem;
}
a.posA {
    position: absolute;
    right: 17px;
    top: 17px;
}
.login-bg input.password{
    padding: 15px 50px 15px 15px !important;
}
a{color: #000;}
.themeBtn {
    display: flex;
    width: 100%;
    background: #000;
    color: #fff;
    height: 55px;
    border-radius: 10px;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    font-weight: 600;
}
.filterBox{
    box-shadow: rgba(22, 25, 33, 0.05) 0px 2px 15px;
    padding: 20px;border-radius: 10px;
}
.filterBox h3{
    font-size: 22px;
    font-weight: 600;
}
.filterBox .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    content: "";
    background: url(../img/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    margin-right: 10px;
    /* content: "\f055";
    font-family: "Font Awesome 6 Pro"; */
    /* color: #fff; */
    /* border-radius: 50px; */
}
.filterBox .accordion-button:not(.collapsed)::before {
    background: url(../img/min.png);
    transform: rotate(0deg);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    margin-right: 10px;
}
.filterBox .accordion-button::after{
    display: none;
}
.filterBox .accordion-button {
    padding: .5rem 0rem;
}
.filterBox .accordion-item{
    border: 0;
}
.filterBox .accordion-body {
    padding: 1rem 0;
}
.filterBox ul li {
    align-items: center;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.filterBox ul li .start{
    color: #FCA120;
}
.start{
    color: #FCA120;
}
.productBox {
    box-shadow: rgba(22, 25, 33, 0.05) 0px 2px 15px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.productList ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}
.productList ul li {
    width: 32.3%;
}
.productImg img {
    /* width: 100%; */
    height: 180px;
}
.productImg {
    /* margin-bottom: 10px; */
    text-align: center;
    margin: 0 auto 10px auto;
}

.productReview, .priceBox, .deliveryTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.productList ul.productDetails {
    flex-direction: column;
    align-items: start;
}
.productList ul.productDetails li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.priceBox .price {
    font-weight: bold;
    font-size: 20px;
}
.seeOption{
    margin-top: 10px;
}
.seeOption .seeOptionbtn {
    background: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px !important;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
}
.seeOptionbtn.accordion-button::after {
    margin-left: 0;
    content: "+";
    background: none;
    width: auto;
    height: auto;
    margin-right: 0;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.seeOptionbtn.accordion-button:not(.collapsed)::after {
    content: "-";
    background: none;
    transform: rotate(0deg);
}
.seeOption .accordion-body {
    padding: .5rem 0;
}
.accordion-item.seeOption {
    border: 0;
}
.accordion-item.seeOption.productOptions .accordion-body {
    padding: 10px;
    border: 2px solid #000;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}
.accordion-item.seeOption.productOptions button.accordion-button.seeOptionbtn {
    border-radius: 5px 5px 0 0 !important;
}
.accordion-item.seeOption.productOptions button.accordion-button.collapsed.seeOptionbtn{
    border-radius: 5px !important;
}
.viewDetails {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}
.viewDetails:hover{
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
.pE{
    pointer-events: none;
}
.grayText{
    color: #8F8F8F;
}

.cutprice{
    font-size: 20px;
    text-decoration: line-through
}
.disPrice{
    font-size: 26px;
    font-weight: bold;
}
.rating{
    font-size: 20px;
    font-weight: bold;  
}
.divider {
    width: 100%;
    height: 1px;
    border: 1px dashed #A3A3A3;
    margin: 20px 0;
}
.wi300{
    width: 300px !important;
}
.f22{
    font-size: 22px;
}
.priceCompairebox {
    border-bottom: 1px solid #dadce0;
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0;
}