/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.woocommerce-cart .wc-block-cart__submit-button.contained {
    background: #866d4b;
}
.woocommerce-cart .wc-block-cart__submit-button.contained:hover {
	background: #fff !important;
    color: #866d4b !important;
}


button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
.single_variation_wrap .quantity {
    position: relative;
    width: 5rem;
    float: left;
    margin-right: 10px;
}
/* hide Date and hour in Mon-Compte page  */
#myaccount-scroll-content .woocommerce-MyAccount-content table.fooevents-order-ticket tbody tr:nth-child(2),
#myaccount-scroll-content .woocommerce-MyAccount-content table.fooevents-order-ticket tbody tr:nth-child(3) {
	display:none;
}
/* header fixes */
.header.-mobile .menu {
	    max-width: 250px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}
.header.-mobile .copyright {
    text-align: center;
    max-width: 313px;
    margin: 50px auto 30px;
    display: block;
}
.header.-mobile .holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.awk-mobile-only {
	display:none;
}
@media(max-width:767px) {
	.awk-mobile-only {
	display:block;
}

	button.icon-button.search-global.fixed.dynamic-typo.btn-round-light.-mobile-visible {
    display: none;
}
	li.button-group {
    display: none !important;
}
}

/* GTranslate position fix */
.awk-language-switcher {
    margin-right: 10px;
}
@media(max-width:767px) {
	.awk-language-switcher {
    margin-right: 0px;
		margin-left:30px;
   }
}

/* GTranslate dropdown */
a.glink {
    margin-right: 8px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    color: #ffffff !important;
    display: flex;
    flex-wrap: nowrap;
}
.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
.gt_float_switcher .gt_options a {
    padding: 5px 0px 5px !important;
    color: #ffffff !important;
    background: transparent !important;
}
.gt_float_switcher {
    background: transparent  !important;
}
.gt_float_switcher img {
    width: 25px !important;
}
.gt_float_switcher {
    font-size: 16px !important;
}
.header .gt_options {
    position: absolute !important;
    font-size: 0;
    border: 1px solid #000;
    background: #000;
    padding: 5px;
margin-top: 5px;
}
.header .gt-lang-code {
    display: none;
}
.header div#gt_float_wrapper {
    line-height: 1;
}
.header .gt_float_switcher {
    box-shadow: rgba(0, 0, 0, 0) 0 5px 15px;
    background: transparent;
}
.header .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url('/wp-content/uploads/2025/06/arrow-white.svg');
}