.landing-about .box-img img {
    width: 419px;
    height: 385px;
    object-fit: contain;
}

.landing-about .text-box {
    padding: 20px;
    border-left: 3px solid #439F36;
    border-radius: 3px;
}

.landing-about .head-ask {
    color: #439F36;
    font-size: 28px;
    direction: ltr;
}

.landing-about .img-land-icon {
    right: 103px;
    bottom: 106px;
    width: 89px;
}

@media (max-width:1300px) {
    .landing-about .img-land-icon {
        display: none;
    }
}

@media (max-width:1024px) {
    .landing-about .text-box {
        padding: 0px;
    }
}

@media (max-width: 567px) {
    .landing-about .box-img img {}

    .landing-about .text-box {
        margin-bottom: 245px;
    }

    .landing-about .head-ask {
        margin-top: -51px !important;
    }
}

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

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

.products .product_name {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    height: 45px;
}

.products .heart {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: var(--sec_site);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.products .heart i {
    font-size: 16px !important;
}

.button {
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: rgb(255, 255, 255);
    background-size: 400%;
    color: black;
    border: none;
    cursor: pointer;
    padding: 9px 14px;
    white-space: nowrap;
}

.button:hover::before {
    transform: scaleX(1);
}

.button-content {
    position: relative;
    z-index: 1;
}

.button:hover .button-content {
    color: #fff;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(82.3deg, var(--sec_site) 10.8%, var(--sec_site) 94.3%);
    transition: all 0.475s;
}

.products .product {
    background-color: var(--main_site);
    border: 0px solid #cdcdcd !important;
    background-image: radial-gradient(circle, #ffffff82, rgb(26 48 81), rgb(26 48 81));
    padding: 10px !important;
    background-position: center -84px;
}

.products .product_img img {
    object-fit: contain;
}

.products .fav {
    color: white !important;
    font-weight: bold;
    margin: 0 3px;
    position: relative;
    width: 100%;
}

.products .item_price {
    color: #fff;
}

.products .desc {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 11px;
    height: 45px;
}

.products .del {
    color: rgba(255, 0, 0, 1);
    text-decoration: line-through !important;
    font-size: 1.05rem;
}

.butnadd {
    padding-right: 28px !important;
    padding-left: 28px !important;
}

.star {
    position: relative;
    bottom: -10px;
    color: rgb(251 176 8) !important;
}

.space-between {
    margin-top: -1.5rem !important;
}

.button2 {
    background-color: #439F36 !important;
}

.new-section {
    display: flex;
    flex-direction: column;
}

.text-area {
    margin-right: -93px;
}

.text-p {
    font-weight: 600;
    direction: ltr;
}

.text-border {
    border-right: 5px solid green;
}

.twm-media {
    position: absolute;
    width: 144px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    left: 84%;
}

.pro-name {
    color: #FBC711;
    font-size: 17px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.pro-desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.card-button {
    align-items: flex-start !important;
}

.product .product-box:nth-child(3) .box-1,
.product .product-box:nth-child(2) .box-1,
.product .product-box:nth-child(1) .box-1 {
    position: relative;
    padding: 40px 10px 47px 30px;
    background: #25416B;
    transition: 0.5s;
    box-shadow: 0px 0px 40px rgba(171, 236, 200, 0.7);
    height: 144px;
}

.product .product-box:nth-child(2) .box-1 {
    transform: translateX(50px);
}

.product .product-box:nth-child(3) .box-1 {
    transform: translateX(120px);
}

.big-sale {
    position: absolute;
    width: 226px;
    height: 188px;
    left: 45%;
    object-fit: contain;
}

.social-media {
    justify-content: end;
    align-items: center;
    transform: translate(404px, 34px);
}

.whats,
.facebook,
.linkedin,
.twitter {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
}

.whats {
    background-color: #29a71a;
}

.facebook {
    background-color: rgb(24 119 242);
}

.linkedin {
    background-color: rgb(0 122 185);
}

.twitter {
    background-color: rgb(0, 0, 0);
}

@media (max-width:1300px) {
    .product .product-box:nth-child(3) .box-1 {
        transform: translateX(-75px);
    }

    .twm-media {
        position: absolute;
    }
}

@media (max-width:1280px) {
    .product .product-box:nth-child(2) .box-1 {
        transform: translateX(-50px);
    }

    .product .product-box:nth-child(3) .box-1 {
        transform: translateX(-75px);
    }

    .twm-media {
        transform: translateX(0);
    }

    .big-sale {
        display: none;
    }
}

@media (max-width:1024px) {
    .product .product-box:nth-child(2) .box-1 {
        transform: translateX(0);
    }

    .product .product-box:nth-child(3) .box-1 {
        transform: translateX(0);
    }

    .twm-media {
        left: 84%;
        width: 125px;
        height: 83px;
    }

    .who-wan {
        direction: ltr;
        font-size: 26px;
    }
}

@media (max-width:820px) {
    .twm-media {
        left: 79%;
        width: 121px;
        height: 83px;
    }
}

@media (max-width: 576px) {
    .twm-media {
        position: relative;
        left: 0;
    }

    .products .onsale img {
        display: none;
    }

    .products-price {
        top: 2%;
    }
}

.demand {
    background-size: 400%;
    background-color: white;
    display: flex;
    display: flex !important;
    flex-direction: row;
    border-radius: 1.5rem;
    overflow: hidden;
    border: none;
    position: relative;
    text-decoration: none;
}

.demand-now {
    font-size: 10px;
    margin-bottom: 17px;
    transform: translate(0%, 54%);
    white-space: nowrap;
}

.whats-app {
    color: green;
    width: 15px;
    transform: translate(1px, 8px);
    font-size: 14px;
}

.original {
    color: white;
}

.discount {
    color: rgb(214 5 5);
    text-decoration: line-through !important
}

@media (max-width:567px) {
    .exchange-sec {
        display: flex;
        flex-direction: column-reverse;
    }

    .product .product-box:nth-child(1) .box-1,
    .product .product-box:nth-child(2) .box-1,
    .product .product-box:nth-child(3) .box-1 {
        height: 100%;
    }
}

.products-price {
    top: 7%;
}

@media (max-width:390px) {
    .twm-media {
        width: 103px;
        height: 79px;
        right: 0;
    }
}

@media (max-width:320px) {
    .twm-media {
        width: 103px;
        height: 79px;
    }
}

.discount-average {
    background-color: #de0000;
    color: #ffffff;
    position: absolute;
    top: -23px;
    left: 0;
}

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

.sailes {
    justify-content: center;
    align-items: center;
    border: 2px white dashed;
    text-align: center;
}

@media (max-width:768px) {
    .one-product .sailes {
        height: fit-content;
        border-radius: 0;
        font-size: 16px;
    }
}

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

.button-cart {
    float: left;
}

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

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

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

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

.icon {
    transition: top 0.5s;
}

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

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

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

.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 {
    right: 25%;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 192px;
    background-image: radial-gradient(circle, #ffffffba 32%, #ffc10700 72%, #fbc71100 40%);
}

@media (max-width: 567px) {
    .product-card-sm {
        padding: 0px 25px 0 12px;
    }

    .one-product .product-img {
        width: 115px;
    }

    .product-sm {
        padding: 0px 55px 0 12px;
    }
}

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

.whatsapp-icon {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    border-radius: 100%;
    transform: translate(-4px, 17px);
}

.cart-shop {
    position: absolute;
    right: 105px;
    bottom: 14px;
    font-size: 14px;
}

.now-demand {
    background-size: 400%;
    background-color: white;
    display: flex;
    display: flex !important;
    flex-direction: row;
    border-radius: .5rem;
    overflow: hidden;
    position: absolute;
    background-color: var(--sec_site);
    border: none;
}

.de-mand {
    font-size: 13px;
    margin-bottom: 17px;
    transform: translate(0%, 36%);
    white-space: nowrap;
    color: white;
}

.whats-icon {
    color: white;
    width: 15px;
    transform: translate(1px, 8px);
    font-size: 14px;
}

.whatsapp-icon {
    color: white;
    width: 15px;
    transform: translate(2px, 1px);
    font-size: 14px;
}

@media (max-width: 567px) {
    .card-sale {
        margin-top: -216px;
    }
}

@media (max-width: 567px) {
    .single-pro {
        margin-top: 67px;
    }
}

@media (max-width: 786px) {
    main {
        overflow-x: hidden;
    }
}

@media (max-width: 767.98px) {
    .product-box {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}