.sec {
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.total {
    padding-top: 3rem !important;
    padding-bottom: 5rem !important;
}

.services {
    text-align: justify;
    color: #000000;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.5px;
}

.services,
.sec {
    width: 100%;
    text-align: start !important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 18px;
    transform: rotate(-5deg);
}

.mask {
    width: 80px;
    margin-top: 25px;
    object-fit: contain;
}

.company_service .num {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid var(--sec_site);
    position: absolute;
    right: -15px;
    top: -55px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--sec_site);
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .company_service {
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .swiper-slide {
        flex-direction: column;
    }

    .swiper-slide div {
        width: 100% !important;
    }

    .slide-home .button-card {
        width: 50% !important;
        margin-bottom: 50px;
    }

    .company_service .num {
        right: 50%;
        top: -11px;
        transform: translate(50%, -50%);
    }

    .company_service .service {
        margin-bottom: 50px;
    }
}

.company_desc {
    background-color: #eeeeee94;
}

.company_desc .hed {
    color: var(--sec_site);
}

.company_desc .p_1 {
    position: relative;
}

@media (max-width: 768px) {
    .company_desc .p_1::after {
        width: 0 !important;
        height: 0 !important;
    }

    .company_desc .p_1::before {
        width: 0 !important;
        height: 0 !important;
    }
}

.company_desc .p_1::after {
    background-image: url(../../images/5.webp);
    background-size: 85px 85px;
    display: inline-block;
    width: 85px;
    height: 85px;
    content: "";
    bottom: 0;
    position: absolute;
}

.circles {
    top: 20px;
    right: 0;
    width: 134px;
}

.circles-2 {
    bottom: 20px;
    left: 0;
    width: 134px;
}

.circles-2 img {
    transform: scaleX(-1);
}

@media (max-width: 567px) {
    .company_desc .text-box {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .circles-2,
    .circles {
        display: none;
    }

    .company_desc {
        margin-top: 20px !important;
        height: 100% !important;
    }
}

.company_desc .company_desc_img {
    display: flex;
    justify-content: end;
    left: 0 !important;
}

.company_desc .desc {
    color: var(--main_site);
}

.company_desc .btn {
    color: var(--main_site);
    background-color: var(--sec_site);
    border: 2px solid var(--sec_site);
}

.company_desc .btn:hover {
    background-color: transparent;
}

.company_desc .company_desc_img img {
    height: 470px;
    object-fit: cover;
    filter: drop-shadow(2px 4px 5px #00000085);
    transform: scaleX(-1);
}

.category .onsale img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transform: scaleX(-1);
}

.category .onsale .line {
    height: 4px;
    background-color: var(--sec_site);
}

.category .product {
    position: relative;
    background: #eeeeee8e;
    border-radius: 6px;
}

.category .product .save {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    position: absolute;
    top: -13px;
    right: 0;
}

.category .product img {
    object-fit: contain;
    height: 120px;
    aspect-ratio: 1/1;
    margin-top: 15px;
}

.category p {
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.product .product-des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-family: Helvetica Neue;
}

.button-card {
    cursor: pointer;
    /* width: 100px; */
    height: 40px;
    font-size: 18px;
    background: var(--sec_site);
    position: relative;
    text-align: center;
    border-radius: 0.45em;
    transition: background 0.3s;
}

.img-box {
    position: relative;
}

.img-wan {
    position: absolute;
    width: 80px;
    bottom: 140px;
    left: 145px;
}

.img-is {
    position: absolute;
    width: 80px;
    bottom: 110px;
    left: 145px;
}

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

.button-wrapper,
.text,
.icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
}

.text {
    top: 0;
}

.text,
.icon {
    transition: top 0.5s;
}

.icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon svg {
    width: 24px;
    height: 24px;
}

.button-card:hover .text {
    top: -100%;
}

.button-card:hover .icon {
    top: 0;
}

.button-card:hover:before,
.button-card:hover:after {
    opacity: 1;
    visibility: visible;
}

.button-card:hover:after {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.button-card:hover:before {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.category .product .del {
    color: rgba(255, 0, 0, 1);
    text-decoration: line-through !important;
}

.contain {
    justify-content: flex-end;
}

.head4 {
    color: #fbc711;
    font-weight: bold;
    width: 90%;
    text-align: right;
}

.sailes {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 2px white dashed;
    text-align: center;
}

.one-product .sailes {
    height: fit-content;
    width: fit-content;
    border-radius: 30px !important;
    font-size: 30px;
}

#countdown {
    font-size: 30px;
}

@media (max-width:768px) {
    #countdown {
        font-size: 20px;
    }

    .one-product .sailes {
        font-size: 20px;
    }
}

.sevises .single-service .title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: #439f36;
    font-weight: bold;
}

@media (max-width: 767px) {
    .sevises {
        margin-top: 20px;
    }
}

.sevises .imges img {
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}

.sevises .btn-more:hover {
    color: #fff;
    background-color: #439f36;
}

.sevises .btn-more i {
    margin-left: 3px;
    rotate: -30deg;
}

@media (max-width: 990px) {
    .sevises .first-row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .row-margin {
        margin-bottom: 50px !important;
    }

    .contain1 {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 576px) {

    .services,
    .sec {
        transform: rotate(0);
        margin-right: 45px;
    }
}

.service-container:first-child .service1 .total {
    display: flex;
    justify-content: center;
    width: 84%;
    transform: rotate(-5deg);
    margin: 20px auto;
    margin-right: -18px;
    height: 159px;
    align-items: center;
    background-color: #1a3051;
}

.service-container:first-child .service2 .total {
    display: flex;
    justify-content: center;
    width: 84%;
    transform: rotate(-5deg);
    margin: 20px auto;
    margin-right: -18px;
    height: 159px;
    align-items: center;
    background-color: #fbc711;
}

.service-container:first-child .service3 .total {
    display: flex;
    justify-content: center;
    width: 84%;
    transform: rotate(-5deg);
    margin: 20px auto;
    margin-right: -18px;
    height: 159px;
    align-items: center;
    background-color: #439f36;
}

.service-container .service1 {
    position: relative;
    z-index: 3;
}

.service-container .service1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 93%;
    transform: rotate(-5deg);
    background-color: #1a305178;
    z-index: -1;
}

.service-container .service2 {
    position: relative;
    z-index: 3;
}

.service-container .service2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 93%;
    transform: rotate(-5deg);
    background-color: #fbc71152;
    z-index: -1;
}

.service-container .service3 {
    position: relative;
    z-index: 3;
}

.service-container .service3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 93%;
    transform: rotate(-5deg);
    background-color: #439f366b;
    z-index: -1;
}

@media (max-width: 820px) {

    .service-container:first-child .service3 .total,
    .service-container:first-child .service2 .total,
    .service-container:first-child .service1 .total,
    .service-container .service3::before,
    .service-container .service2::before,
    .service-container .service1::before {
        transform: rotate(0);
    }

    .service-container:first-child .service3 .total,
    .service-container:first-child .service2 .total,
    .service-container:first-child .service1 .total {
        margin-left: 0px;
    }

    .contain2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .service-container:first-child .service3 .total,
    .service-container:first-child .service2 .total,
    .service-container:first-child .service1 .total,
    .service-container .service3::before,
    .service-container .service2::before,
    .service-container .service1::before {
        transform: rotate(0);
    }

    .service-container:first-child .service3 .total,
    .service-container:first-child .service2 .total,
    .service-container:first-child .service1 .total {
        margin-left: 0px;
    }

    .contain2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .mask {
        width: 120px !important;
    }
}

.img_flash_sales {
    position: relative;
}

.img_flash_sales .product-img {
    left: 27%;
    top: 21%;
    background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.flash_sale .price {
    position: absolute;
    transform: rotate(-45deg);
    right: 14%;
    top: 69%;
    font-size: xx-large;
    color: var(--sec_site);
}

.flash_sale .text-contant p {
    color: #000;
}

.flash_sale .price_old {
    position: absolute;
    transform: rotate(-45deg);
    right: 3%;
    bottom: -11%;
    font-size: xx-large;
    color: rgb(255 0 0);
}

.img_flash_sales .img_back {
    height: 233px;
}

.one-product {
    position: relative;
    background-image: url("../../images/bg-product.webp");
    background-size: 100% 100%;
}

.one-product .name-cat {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    position: absolute;
    transform: rotate(-45deg);
    right: 11%;
    bottom: 11%;
    font-size: xx-large;
    width: 50%;
}

.one-product .product-img {
    left: 39%;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 192px;
    background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
}

@media (max-width: 1024px) {
    .one-product .product-img {
        width: 138px;
    }
}

@media (max-width: 768px) {
    .one-product .product-img {
        width: 100px;
    }

    .contact {
        flex-direction: column;
    }
}

.one-product a {
    text-decoration: none;
    color: #000;
}

.our-clients .title {
    margin-bottom: 20px;
}

.our-clients .title h1 {
    color: #439f36;
}

.our-clients .title p {
    max-width: 700px;
    margin: auto;
}

.our-clients .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 30%;
    box-shadow: 5px 5px #519a78;
}

.client-item {
    display: flex;
    justify-content: center;
}

.owl-item:nth-of-type(even) {
    transform: translateY(100px);
}

.owl-stage-outer {
    direction: ltr;
}

.owl-nav button {
    height: fit-content;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: var(--main_site) !important;
    font-size: 34px !important;
}

.owl-nav button span {
    color: white;
}

.owl-stage {
    height: 350px !important;
    padding: 30px 0;
}

@media (max-width: 768px) {
    .owl-item:nth-of-type(even) {
        transform: translateY(0);
    }

    .our-clients {
        margin-bottom: 0px;
    }

    .owl-stage {
        height: auto !important;
    }
}

.slide-home .img_slider {
    width: 450px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

@media (max-width:576px) {
    .slide-home .img_slider {
        width: 200px !important;
        height: 130px;
    }
}

.swipe {
    min-height: 100%;
    margin-left: 0;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.slide-home {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 450px) {
    .contain {
        justify-content: flex-start;
    }
}

@keyframes scaleBg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.slide-home .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    animation: scaleBg 5s infinite alternate;
}

.swiper-slide {
    min-height: 450px;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev:before {
    font-size: 30px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.swiper-pagination-bullet {
    background-color: white;
    width: 17px;
    height: 17px;
}

.swiper-pagination-bullet-active {
    background-color: #fbc711;
}

.swiper-slide {
    padding: 0 !important;
    padding-left: 50px !important;
}

.paragraph {
    text-align: right !important;
    width: 88%;
}

@media (max-width: 1024px) {
    .slide-home {
        height: auto;
    }
}

@media (max-width: 768px) {
    .slide-home {
        height: auto;
    }
}

@media (max-width: 567px) {
    .slid-des {
        padding: 5px;
        -webkit-box-orient: vertical;
    }

    .slide-home {
        height: auto;
    }

    .swiper-slide {
        padding: 10px !important;
        padding-left: 0px !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none !important;
    }
}

.button-card-cat {
    width: 140px !important;
    height: 40px !important;
    margin: 12px auto !important;
}

.button-cart {
    float: right;
}

.laptop-devices {
    font-size: 24px !important;
}

.rating-star {
    color: #fff;
}

.rating-star.gold {
    color: rgb(251 176 8);
}

.products .fav {
    color: #fff;
    font-weight: bold;
}

.product_name {
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    overflow-y: clip !important;
    -webkit-box-orient: vertical !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    height: 44px;
    color: black;
}

.product-de {
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    overflow-y: clip !important;
    -webkit-box-orient: vertical !important;
    height: 53px !important;
    font-size: 11px !important;
    color: black;
}

.productprice {
    transform: translate(10px, -254px);
}

.pro-picture {
    object-fit: contain !important;
    height: 120px !important;
    aspect-ratio: 1 / 1 !important;
    margin-top: 40px !important;
    min-height: 120px;
}

.whats-app {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: translate(2px, -240px);
}

.card-content {
    margin-top: -15px;
}

@media (max-width: 567px) {
    .product-box {
        padding: 37px;
    }

    .cart-shopping {
        transform: translate(66px, 0px);
    }
}

.youtube-vedio {
    margin-top: 18px;
}

.iframe-container {
    width: 100%;
    width: 100%;
    height: 600px;
    overflow: auto;
    position: relative;
}

.iframe-container iframe {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:567px) {
    .swiper-slide {
        padding-top: 133px !important;
    }

    .product-card-sm {
        padding: 0px 37px 0 33px;
    }
}

@media (max-width: 567px) {
    .youtube-vedio {
        padding: 0px 37px 0 12px;
    }

    .quality {
        padding: 0px 37px 0 12px;
    }
}

@media (max-width: 820px) {
    .one-product .product-img {
        left: 39%;
        top: 49%;
        transform: translate(-50%, -50%);
        width: 100px;
        background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
    }
}

.comments {
    display: none;
}

.post-container {
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.post-header img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.post-content {
    margin-bottom: 10px;
}

.post-content p {
    -webkit-line-clamp: 5 !important;
    text-align: justify;
    font-family: Helvetica Neue;
}

.post-container .profile_name {
    color: #3452ff;
    font-family: facebold;
}

.post-container .date {
    color: #606060;
    font-family: face;
}

.post-container .img img {
    width: 100%;
    height: 203px;
    object-fit: contain;
}

.post-container .video iframe {
    object-fit: cover;
}

.post-footer {
    display: flex;
    justify-content: space-between;
}

.post-footer a {
    color: #346bfb;
    text-decoration: none;
    font-family: face;
}

.post-footer a:hover {
    text-decoration: underline;
    color: #616770;
}

.post-footer .icons,
.comments .comment {
    background: #f2f2f2;
    width: auto;
}

@media (max-width: 567px) {

    .post-footer .icons,
    .comments .comment {
        width: 100%;
    }
}

.post-footer .icons:hover,
.comments .comment:hover {
    background: #fbf3f8;
}

.post-footer .icons .nump {
    color: #346bfb;
}

.post-container .share {
    position: relative;
    cursor: pointer;
}

.post-container .social_icon_share {
    background-color: #333333;
    transition: 0.3s;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 10%;
    display: none;
}

.post-container .share span {
    color: #346bfb;
    text-decoration: none;
    font-family: face;
}

.post-container .share span:hover,
.post-container .share span:focus {
    text-decoration: underline;
    color: #616770;
}

.post-container .social_icon_share i {
    color: #ffff;
}

.post-container .social_icon_share::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.social_icon_share.active {
    display: flex !important;
}

.send-message {
    background-color: #008000bd;
    border: 3px solid #00800000;
    border-radius: 14px;
}

.send-message:hover {
    background-color: #008000bd;
    border: 3px solid #00800000;
    border-radius: 14px;
}

.send-message:focus {
    background-color: #008000bd;
    border: 3px solid #00800000;
    border-radius: 14px;
}

.sale-avg {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    position: absolute;
    z-index: 13;
    top: -2px;
    left: 31%;
}

.flash {
    height: fit-content;
    width: fit-content;
    border-radius: 30px !important;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    border: 2px white dashed;
    text-align: center;
    white-space: nowrap;
    animation: flash 2s infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
        color: red;
    }

    50% {
        opacity: 0;
        color: yellow;
    }

    100% {
        opacity: 1;
        color: red;
    }
}

.reserve {
    background-color: rgb(67 159 54);
    border: none;
    font-size: 18px;
    border-radius: 5px;
}

.reserve:hover {
    background-color: rgb(67 159 54);
}

.reserve:focus {
    background-color: rgb(67 159 54);
}

@media (min-width: 576px) {
    .shipping-form {
        max-width: 50%;
        margin: 1.75rem auto;
    }

}

.image-container {
    position: relative;
    width: 450px;
    height: 450px;
}

.back-image {
    width: 100%;
    height: 100%;
}

.over-image {
    position: absolute;
    top: 67px;
    left: 67px;
}

.brands {
    font-weight: bold;
    font-size: 20px;
}

.brands-image {
    width: 125px;
}

.day-offer {
    margin-right: 114px;
}

.reserve-now {
    margin-right: 68px;
}

@media (max-width: 576px) {
    .day-offer {
        margin-right: 0;
    }

    .reserve-now {
        margin-right: 0;
    }
    .flash_sale .price {
        position: absolute;
        transform: rotate(-35deg);
        right: 18%;
        top: 69%;
        font-size: xx-large;
        color: var(--sec_site);
    }
    .flash_sale .price_old {
        position: absolute;
        transform: rotate(-38deg);
        right: 7%;
        bottom: -19%;
        font-size: xx-large;
        color: rgb(255 0 0);
    }
}


.shipping-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding: 0 2rem;
}

.shipping-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    padding: 10px;
}

.login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.login-form-content {
    width: 360px;
}

.login-content img {
    height: 100px;
}

.login-content h2 {
    margin: 15px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 1.9rem;
}

.login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one {
    margin-top: 0;
}

.shipping-i {
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-i i {
    transition: .3s;
}

.input-div>div {
    position: relative;
    height: 45px;
}

.input-div>div>h5 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    transition: .3s;
}

.input-div:before,
.input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #38d39f;
    transition: .4s;
}

.input-div:before {
    right: 50%;
}

.input-div:after {
    left: 50%;
}

.input-div.focus:before,
.input-div.focus:after {
    width: 50%;
}

.input-div.focus>div>h5 {
    top: -5px;
    font-size: 15px;
}

.input-div.focus>.i>i {
    color: #38d39f;
}

.input-div>div>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
    color: #555;
    font-family: 'poppins', sans-serif;
}

.input-div.pass {
    margin-bottom: 4px;
}

.shipping-button {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
    background-size: 200%;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
}

.shipping-button:hover {
    background-position: right;
}

@media screen and (max-width: 1000px) {
    form {
        width: 290px;
    }

    .login-content h2 {
        font-size: 2.4rem;
        margin: 8px 0;
    }

    .img img {
        width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
    }

    .img {
        display: none;
    }

    .login-content {
        justify-content: center;
    }
}

@media screen and (max-width:576px) {
    .category-share {
        padding-right: 45px;
    }

    .why-us {
        padding-right: 37px;
    }

    .owl-nav {
        padding-right: 24px;
    }

    .image-container {
        position: relative;
        width: none;
        width: fit-content;
    }

    .brands-container {
        padding-right: 41px;
        margin-top: 0px !important;
    }
}

@media (max-width:567px) {
    .one-product .product-img {
        left: 39%;
        top: 49%;
        transform: translate(-50%, -50%);
        width: 157px;
        background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
    }

    .over-image {
        position: absolute;
        top: 67px;
        left: 65px;
        width: 76%;
    }
}

@media (max-width:567px) {
    .img_flash_sales .img_back {
        height: 176px;
    }

    .img_flash_sales .product-img {
        left: 39%;
        top: 49%;
        transform: translate(-50%, -50%);
        width: 105px;
        background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
    }
}

.team-title {
    color: #4CAF50;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 24px;
}

.team-titlee {
    color: #4CAF50;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 23px;
}

.team-description {
    margin-bottom: 40px;
    color: #333;
    font-size: 1.2rem;
}

.team {
    text-align: center;
    margin-top: 30px;
}

.team_work {
    background-image: url("../../images/shapes.webp");
    background-size: 100% 100%;
}

.team_img {
    height: 280px !important;
}

.designer-p {
    text-align: center;
}

@media (max-width:567px) {
    .team {
        display: none;
    }

    .team_img {
        height: 80% !important;
        width: 100%;
    }
}

.shipping-container {
    padding: 20px;
}

.shipping-image {
    max-width: 100%;
    height: auto;
    width: 500px;
}

.login-content {
    flex: 2;
    padding: 20px;
}

.input-div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shipping-i {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .shipping-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:400px) {
    .sale-avg {
        background-color: rgba(255, 0, 0, 1);
        color: #fff;
        position: absolute;
        z-index: 13;
        top: -12px;
        left: 21%;
    }
}
@media (max-width:576px) {
    .markes {
    text-align: center !important;
    }
}
.products .cart_box {
    background-color: #eeeeee8e !important;
    border: 0px solid #cdcdcd !important;
    padding: 10px !important;
    background-position: center -84px;
    background-image: none;
}
.cart_button{
    background-color: rgb(67 159 54) !important;
}
