/*
Theme Name: Pratika
Theme URI: https://pratika.betabox.ch/
Author: ABC Media
Author https://abcmedia.ch/
Description: This Theme Created for Pratika website
Version: 1.0.0
Text Domain: Pratika
*/

.woocommerce-cart button.button{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.25s;
    border-radius: 0;
    font-weight: 500;
	opacity: 1;
	text-transform: uppercase;
}
.woocommerce-cart button.button:hover{
	color: #FFF;
	background-color: #000;
}
.woocommerce-cart .woocommerce button.button:disabled{
	opacity: 1;
	color: #fff;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color: #fff;
}
.woocommerce-cart .woocommerce button.button:disabled:hover{
	background-color: #000;
	color: #fff;
}
.woocommerce ul#shipping_method .amount{
	font-weight: 400;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	height: 40px;
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#primary.content-area{
	padding: 0 45px;
}
#primary.content-area.commande, #primary.content-area.politique-de-confidentialite{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
#primary.content-area.commande .woocommerce form .form-row label{
    line-height: 22px;
}
#primary.content-area.commande .woocommerce h3,
#primary.content-area.politique-de-confidentialite  h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

#primary.content-area.politique-de-confidentialite  h2{
    font-size: 25px;
    text-transform: uppercase;
}
  .woocommerce-cart .cart-empty:before{
	content: '';
}
.woocommerce-cart .cart-empty{
	border-top-width: 1px;
}
.woocommerce-cart .return-to-shop .button{
	font-size: 16px;
    line-height: 12px;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
	border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-cart .return-to-shop .button:hover{
	cursor: pointer;
	background-color: #000;
	color: #fff;
}
@media screen and (max-width: 767px){
	.woocommerce-account .woocommerce-MyAccount-navigation{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    	width:100%
	}
}
@media screen and (max-width: 480px){
	.woocommerce-checkout #primary.content-area.commande {
   		padding: 0 15px;
	}
}
.site-main{
	padding: 40px 0;
}

.wcppec-checkout-buttons__button img{
	max-width: 300px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding: 13px 15px;
    border-radius: 2px;
    border: 1px solid #eee;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    padding: 4.5px 15px;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--single{
	height: 51.08px;
    border: 1px solid #eee;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 51px;
    right: 5px;
}
.single_variation_wrap .woocommerce-variation.single_variation{
	padding: 0;
}
.single_variation_wrap .woocommerce-variation-add-to-cart{
    margin-top: 22px;
}

.woocommerce-MyAccount-navigation ul{
	padding: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.stock.out-of-stock{
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#cookie-msg{
    z-index: 1024;
}
#cookie-msg .btn-aceptar{
    width: 100px;
    margin: 9px auto 0 auto;
    display: block;
    border: 2px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#cookie-msg .btn-aceptar:hover{
    background-color: white !important;
    color: #000 !important;
}
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border-radius: 2px;
}

/*modif*/
.cookie-notice-container {
    padding: 20px 10px;
    background-color: rgba(34, 34, 34, 0.9);
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    max-width: 340px;
}
#cookie-notice {
    min-width: 340px;
    left: 15px;
    bottom: 15px;
     opacity: 0.9;
}
#cookie-notice * {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    line-height: 26px;
}
#cn-close-notice {
    display: none;
}
#cn-accept-cookie {
    width: initial;
    margin: 9px auto 0 auto;
    display: block;
    border: 2px solid #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background: transparent;
}
#cookie-notice .cn-button {
    font-size: 11px;
line-height: 11px;
}
div#cookie-msg {
    display: none;
}

.produit-page > div.wrapper .detail-product > .columns > .col h1, .produit-page > div.wrapper .detail-product > .columns > .col .h1 {
    font-size: 28px !important;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .bottom-footer .columns .col a:hover {
    color: #181818;
    text-decoration: none;
}
a {
    color: #000 !important;
    text-decoration: none;
}
a:hover {
    color: #b2b2b2 !important ;
}
/*.button.wc-backward {
    background: transparent !important;
}*/
.button.wc-backward:hover {
    background: #000 !important;
    color: #fff !important;
}
.button.wc-backward-end {
    font-size: 16px !important;
    line-height: 12px !important;
    text-align: center;
    padding: 15px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button.wc-backward-end:hover {
    background: #000 !important;
    color: #fff !important;
}
.btn-checkout-page {
    color: #fff !important;
}
.checkout-button.button.alt.wc-forward {
    color: #fff !important;
}
.button.wc-backward {
    color: #fff !important;
}
.cookie-notice-container a {
    color: #fff !important;
}
/*fin*/