/*


Theme Name: Adamex
Theme URI: https://armania.kutethemes.net/
Template: armania
Author: Kutethemes
Author URI: https://kutethemes.com/
Description: Armania theme Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,translation-ready
Version: 1.3.7.1698672571

License: GNU General Public License v2 or later


License URI: http://www.gnu.org/licenses/gpl-2.0.html


Tags: two-column, responsive-layout


Text Domain: Armaniachild


*/ 


/* Page background */
#page {
    background-color: #ffffff;
}

/* Remove ugly skew */

.button-carparts:not(:hover):before {
    transform: none !important;
}

.ovic-banner.style-33 .inner:not(:hover) .button::before, .ovic-countdown.style-01 .inner:not(:hover) .button::before {
    transform: none !important;
}

.alert-warning{
    display: none;
}


/* Remove padding hero section page */
#primary.content-area{
    padding-top: 0 !important;
}

/* RTL Fix */
/*cart icon moved to the right in rtl*/
body[dir="rtl"] .product-item.style-01 .add-to-cart {
    right:unset !important;
    left: 20px !important;
}

/*corrected spacing between product text & icon in rtl*/
body[dir="rtl"] a.yith-wcqv-button:before {
    padding-left: 5px !important;
}

/*product price moved to the right in rtl*/
/*body[dir="rtl"] .product-item .price {
    text-align: right;
}*/

/*phone set to LTR*/
a.phone {
  direction: ltr !important;
}

/*footer text margin set to RTL*/
body[dir="rtl"] .elementor-2695 .elementor-element.elementor-element-ae5fc38 {
margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 27px) 110px;
}

/*slider text set direction RTL LTR*/
/*slider widget RTL separators*/
body[dir="rtl"] .elementor-2336 .elementor-element.elementor-element-7b99d87 > .elementor-widget-container {
    border-width: 0px 1px 0px 0px !important;
}
/*added some padding in LTR*/
.content{
    padding-left: 10px !important;
}
/*text under slider text-align*/
body[dir="rtl"] .ovic-iconbox.style-01 .content{
    text-align: right !important;
    padding-right: 10px;
}
/*sebmenu list text align in RTL set to right*/
body[dir="rtl"] .widget .widget_nav_menu{
    text-align: right !important;
}
/*show more products btn in RTL*/
body[dir="rtl"] .button-wrap {
    float: left !important;
}

/*categories tabs RTL*/
/*body[dir="rtl"] .tab-item::before{
transform: skew(23deg) !important;
}*/