/*
Theme Name: Detecteurs Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: detecteurs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: detecteurs-child
*/

.woocommerce div.product form.cart .variations *{ display: inherit; }

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0;
    width: 55px;
}

.ts-logo-slider-wrapper .item:not(:hover) img {
    opacity: 0.9!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li > a {
    padding: 10px 10px;
    border-radius: 5px;
	font-size: 1rem;
}

.ts-header nav > ul.menu li ul.sub-menu {
    padding: 40px 25px 25px!important;
}

.woocommerce-billing-fields__field-wrapper > p.form-row, .woocommerce-shipping-fields__field-wrapper > p.form-row {
    justify-content: flex-start;
}

ul.product_custom_attributes{
  display: flex;
  flex-flow: column wrap;
  gap: 7px;
  margin: 4px 0;
}
ul.product_custom_attributes li{
  list-style: disc inside!important;
  line-height: 1.2;
  margin: 0;
  position: relative;
  color: gray;
}
.woocommerce .products .product:not(.product-category) .product-group-button-meta > .short-description {
        padding-bottom: 10px;
}
section.product ul.product_custom_attributes li{ padding: 0; }

.woocommerce-billing-fields__field-wrapper > p.form-row-first-third, .woocommerce-billing-fields__field-wrapper > p.form-row-last-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-first-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-last-third {
    width: calc(50% - 10px);
}

body.rtl .header-right .hotline .number{ direction: ltr!important; }

.contact-info .elementor-icon-list-text{ direction: ltr!important; }

body.rtl .wpcf7 input[type="url"], body.rtl .wpcf7 input[type="email"], body.rtl .wpcf7 input[type="tel"] {
    direction: rtl!important;
}

body.rtl .woocommerce form.checkout_coupon, body.rtl .woocommerce form.login, body.rtl .woocommerce form.register {
    text-align: right;
}

@media only screen and (max-width: 430px) { 
	.woocommerce-billing-fields__field-wrapper > p.form-row-first-third, .woocommerce-billing-fields__field-wrapper > p.form-row-last-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-first-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-last-third {
		width: 100%;
	}
}

@media only screen and (min-width: 431px) and (max-width: 991px) {
	.woocommerce-billing-fields__field-wrapper > p.form-row-first-third, .woocommerce-billing-fields__field-wrapper > p.form-row-last-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-first-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-last-third {
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 992px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin: 0 0 55px;
        gap: 10px;
    }
	.woocommerce-billing-fields__field-wrapper > p.form-row-first-third, .woocommerce-billing-fields__field-wrapper > p.form-row-last-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-first-third, .woocommerce-shipping-fields__field-wrapper > p.form-row-last-third {
		width: calc(33% - 30px);
	}
}

