/*
Theme Name: arcontrols
Author: Olyos
Description: un thème développé par olyos
Version: 2024-02
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
	font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto !important;
}

.wp-block-navigation a {
text-transform: uppercase;
    font-weight: 600;
    color: #00588F;
}
.wp-block-navigation a:hover {
color :#EF6808!important;}

.wp-block-navigation .wp-block-navigation-item {
    padding: 0 10px;
}

.ginner-container {height:800px!important}
/*--------------------------------------------------------------
	woocommerce
--------------------------------------------------------------*/

.wopb-builder-cart .cart.grouped_form table.variations td.value select, .wopb-builder-cart .cart.variations_form table.variations td.value select {
    
    min-width: 180px;
}

.price {display:none!important;}

.wopb-builder-container .woocommerce-message {
    box-shadow: inset 7px 0 #00588F;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background: #00588F;
}
.woocommerce-message::before {
    color: #00588F;
}