.wrapper-section {
    text-align: end;
}

.drop-down-list-icon {
    transform: rotate(180deg);
}


.product-wrapper .product-info {
    margin: 1.5rem 3rem 3rem;
    text-align: end;
}

.product-wrapper .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.product-wrapper .product-cart-btn {
    position: absolute;
    bottom: 1rem;
    left: 0;
    transition: all 0.4s;
}

.product-btn {
    padding: 1.2rem 1.6rem 1.2rem 2.5rem;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 3rem !important;
    background: rgba(174, 28, 154, 0.1882352941);
    color: #AE1C9A;
    font-size: 1.6rem;
    transition: all 0.4s;
}

.footer {
    text-align: end;
}

.footer .footer-section .footer-link.contact-link {
    align-items: flex-end;
}

.whatsapp-icon { 
    width:50px !important; 
    height: 50px !important; 
    position:fixed !important; 
    bottom: 30px !important; 
    left: unset !important;
    right: 30px !important;
    z-index: 99999 !important;
}

.cart-icon {
  position:fixed !important; 
  bottom: 30px !important; 
  left: 30px !important;
  z-index: 99999 !important;
}

.quantity {
    border: none !important;
}

.product-wrapper:hover {
  border: 1px solid #6c954b !important;
}

span.minus, span.plus {
    padding-right: 5px!important;
    padding-left: 5px!important;
    background: #53832b;
    color: white;
    min-width: 25px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}


.color-section img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

i.fa.fa-shopping-cart.fixed[data-count]:after {
    right: unset !important;
    left: 0% !important;
}

.item-box, .cart-section {
    direction: rtl !important;
}


@media screen and (max-width: 767px) {
    .header-bottom { display:none; }
    
    .hero {
        height: 250px !important;
    }
}
