/*


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


*/ 


/* Hide login link */
.block-userlink.armania-dropdown{
    display: none !important;
}

/* 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;
}

/* Single product page styling
*/
/* Hide car tabs for non-car products */
.product:not(.product_cat-cars) .car-tabs {
    display: none !important;
}
/*tabs styling */
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
    background-color: #ed3024 !important;
}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{
    background-color: #1e2c58 !important;
}
/* add to cart button & quantity */
.quantity .input-text, .quantity .btn-number {
    height: 40px;
}
/* wishlist & compare buttons*/
.shopengine-wishlist, .shopengine-comparison.badge {
    background-color: red !important;
    color: #ffffff !important;
    padding: 12px !important;
    border-radius: 50% !important;
}
.shopengine-comparison.badge.active {
    background-color: #1e2c58 !important;
}
/* Quote button style */
.elementor-button.quote-button{
    color: rgb(255, 255, 255);
    background-color: rgb(237, 48, 36);
}
/* Hide zoom icon button in the product gallery */
.shopengine-widget .shopengine-product-image-toggle{
    display: none !important;
}

.woocommerce-product-gallery {
        width: 100% !important;
    
}

/* Cars specs styling */
.car-specs-vertical {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.car-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid #f1f1f1;
}

.car-spec-row:last-child {
    border-bottom: none;
}

.car-spec-label {
    color: #111;
    letter-spacing: 0.5px;
}

.car-spec-value {
    font-size: 14px;
    color: #555;
    text-align: right;
}

.car-specs-vertical {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 600px) {

    .car-spec-row {
        flex-direction: column;
        gap: 6px;
    }

    .car-spec-label,
    .car-spec-value {
        text-align: center;
    }
}

/* Car enquiry styling */
#enquiry-form{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}



/* 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;
}*/

/*inner product image RTL => LTR*/
body[dir="rtl"] .flex-viewport{
    direction: ltr;
}
.elementor-star-rating__wrapper{
    display: none !important;
}

/*inner product page: additional info text RTL*/
body[dir="rtl"] .woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value{
    text-align: right !important;
}

/*deal of the month RTL => LTR carousel*/
body[dir="rtl"] .thumb{
    direction: ltr !important;
}
/*deal of the month RTL => LTR countdown*/
body[dir="rtl"] .armania-countdown-wrapper{
    direction: ltr !important;
    text-align: right;
}

/*hover animation photos RTL*/
html[dir="rtl"] .ovic-banner [class*="style-"] .hover::before {
  transform: skew(-35deg) !important;
  transform-origin: top right !important;
}

/*RTL popular products fix*/
body[dir="rtl"] #page > div.elementor.elementor-2336 > div.elementor-element.elementor-element-eea8fd8.e-flex.e-con-boxed.none.e-con.e-parent.e-lazyloaded > div > div > div > div{
    direction: ltr !important;
}
body[dir="rtl"] #page > div.elementor.elementor-2336 > div.elementor-element.elementor-element-eea8fd8.e-flex.e-con-boxed.none.e-con.e-parent.e-lazyloaded > div > div > div > div > div.tabs-head{
    direction: rtl !important;
}