/* Pers_cassa_onnik/style.css */
@import url('theme-coppo.css?v=001');

#contatti_acquisti2 label, #contatti_ridotto2 label {
display: none;
}

body {
  font-family: 'Lora-Regular','Lato', sans-serif;

}
p, #header a {
	font-family: 'Lora-Regular','Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora-Regular','Lato', sans-serif;
	font-weight: var(--font-weigth-bold);
	line-height: var(--line-height-normal);
}
ul.tree li input + ul::before, ul.tree li input:checked + ul::before {
	color: var(--links-color);
	font-family: 'Lora-Regular', 'Font Awesome 5 Pro';
}

body .body input::placeholder {
    color: #7f7f7f;
    opacity: 1;
}
body .body input, body .body  select {
    width: 100%;
    width: calc( 100% + 30px );
    margin-left: -15px;
    font-size: 18px;
    padding: 12px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
/*    border-bottom: 0; */
    border-radius: 0;
    font-style: normal;
}
#t1, #b1 {
  width: auto !important;
  padding: 5px;
  border: 1px solid #d8d8d8;
}
#b1 {
  margin left: 10px;
  background-color: #c4ab80;
}
#flt_header {
  background-color: var(--header-background) !important;
  color: var(--header-nav-color) !important;
  font-family: 'Lora-Regular','Lato', sans-serif !important;
  text-align: left;

}
p a, p a:hover {
  color: var(--links-color);
}

body .body button[type="submit"].next {
  background-color: var(--box-title-color);
}
body .body button[type="submit"].next:hover {
  background-color: #c4ab80;
}
body .body button.back::before {
  border-right: 6px solid #c4ab80;
}
body .body button.back::after {
  display: block;
  content: "";
  position: Absolute;
  left: 15px;
  width: 30px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #c4ab80;
  transition: background-color 300ms;
}
body .body button.back {
  border: 2px solid #c4ab80;
}
body .body button.back:hover {
  background: #3d3d3c;
}
html.myonnik body header nav .gb-header .gb-logo .back::after {
  display: block;
  content: "";
  position: Absolute;
  left: 10px;
  width: 30px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #fff;
}
html.myonnik body header nav .gb-header .gb-logo .back::after {
  display: block;
  content: "";
  position: Absolute;
  left: 10px;
  width: 30px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #0071b9;
}
html.myonnik body header nav .gb-header .gb-logo .back::after {
  background-color: var(--header-nav-color);
}
html.myonnik body header nav .gb-header .gb-logo .back::before {
  border-right: 6px solid var(--header-nav-color);
}
html.myonnik body header nav .gb-header .gb-logo a {
  padding-left: 35px;
  color: var(--header-nav-color);
  font-family: 'Lora-Regular','Lato', sans-serif;

}
html.myonnik header .logout {
  color: var(--header-nav-color);
}
html.myonnik body .body .page.p12 .rowContainer:first-child p {
  font-style: normal;
}


#nazione_r::after, #nazione_r::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #0071b9;
    right: 15px;
    transform: rotateZ(45deg);
    display: block;
    transform-origin: top;
    top: 27px;
    transition: transform 700ms, background-color 300ms;
    pointer-events: none;
}
#nazione_r::before {
    right: 5px;
    transform: rotateZ(-45deg);
}
#nazione_r {
    position: relative;
}
.firefox body select {
    padding-left: 11px;
}

body .body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

#contatti_acquisti2 .text, #contatti_acquisti2  .textarea, #contatti_ridotto2 .text
		{
			width:100%;
			width:calc( 100% + 30px );
			margin-left:-15px;
			font-size:18px;
			padding:12px 15px;
			border-bottom:1px solid #d8d8d8;

			font-style:italic;

			&::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
				color:#999999;
			}

			&:-ms-input-placeholder { /* Internet Explorer 10-11 */
				color:#999999;
			}

			&::-ms-input-placeholder { /* Microsoft Edge */
				color:#999999;
			}
		}
#contatti_acquisti2 a, #contatti_ridotto2 a
		{
			color: #007bff;
			text-decoration: underline;
		}

body .body .radioContainer {
    margin-bottom: 35px;
    position: relative;
    display: block;
}
#contatti_acquisti2 .checkboxContainer label, #contatti_ridotto2 .checkboxContainer label, #contatti_acquisti2 .radioContainer label, #contatti_ridotto2 .radioContainer label, #contatti_acquisti2 .flag_2 label, #contatti_ridotto2 .flag_2 label, #contatti_acquisti2 #flag_newsletter_r label, #contatti_ridotto2 #flag_newsletter_r label {
display: inline;
margin-right: 10px;
}

#contatti_acquisti2 .flag_2_0 label, #contatti_ridotto2 .flag_2_0 label
{
	margin-right: 30px;
	float: left;
}
body .body .radioContainer input[type="radio"] {
margin-left: 5px;
display: inline;
-webkit-appearance: radio;
width: 20px;
margin-top: 4px;
}

#contatti_acquisti2 .submit, #contatti_ridotto2 .submit  {
			cursor:pointer;
			display: block;
			width: 116px;
			height: 50px;
			border-radius: 5px;
			background-color: #0071b9;
			font-size: 18px;
			color:#FFF;
			position:relative;
			text-align:left;
			padding-left:15px;
			padding-right:15px;
			margin-top:30px;

			&.large
			{
				min-width: 140px;
				width: auto;
				padding-right: 55px;
			}

			&::after
			{
				display: block;
				content:"";
				position:Absolute;
				right:15px;
				width:30px;
				top:50%;
				margin-top:-1px;
				height:2px;
				background:#FFF;
			}
			&::before
			{
				display: block;
				content:"";
				position:Absolute;
				width:0;
				height:0;
				top:50%;
				margin-top:-6px;
				right:5px;
				border:6px solid transparent;
				border-left:6px solid #FFF;
			}

}

#spamhurdles_key_r .text
{
width: 20%;
border: 2px solid #d8d8d8;
padding: 2px;
}
body .body button[type="submit"].submit::after {
    display: block;
    content: "";
    position: Absolute;
    right: 15px;
    width: 30px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FFF;
}
body .body button[type="submit"].submit::before {
    display: block;
    content: "";
    position: Absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -6px;
    right: 5px;
    border: 6px solid transparent;
    border-left: 6px solid #FFF;
}
body .body button[type="submit"].submit{
    min-width: 140px;
    width: auto;
    padding-right: 55px;
}
body .body button[type="submit"].submit:hover {
    background-color: #00426d;
}
body .body button[type="submit"].submit {
    cursor: pointer;
    display: block;
    width: 116px;
    height: 50px;
    border-radius: 5px;
    background-color: #0071b9;
    font-size: 18px;
    color: #FFF;
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
    transition: background-color 300ms;
}
.submit {
    float: right !important;
}
html.myonnik body .body .page.p12 .rowContainer .stato strong {
  color: var(--box-color);
}
html.myonnik body .body .page.p12 .toggleOrdini::after, html.myonnik body .body .page.p12 .toggleOrdini::before {
  background: var(--box-color);
}
body .body .page.p7A .priceBox span.fs30 {
	font-size: 30px;
}
#flag_newsletter_r {
margin-bottom: 10px!important;
}

#flag_newsletter_r label {
margin-top: 15px!important;
display: block!important;
}

#flag_newsletter_r .checkbox {
width: 30px!important;
height: auto!important;
margin-left: 0!important;
-webkit-appearance: checkbox!important;
}


#flag_newsletter_r .inline-label {
font-size: 13px;
font-style: italic;
}

.moreInfoBtn.open {
	display: none;
}
body .body a.moreInfoBtn {
	top: 50%;
}

button[type="submit"].outline {
	border:1px solid #0071b9 !important;
	background: none !important;
	color: #0071b9 !important;
}
button[type="submit"].no-arrow {
	text-align: center !important;
	padding-right: 15px !important;
}
button[type="submit"].no-arrow::before,
button[type="submit"].no-arrow::after {
	display: none !important;
}


.i-ocart {
	display: block;
	width: 80px;
	height: 80px;
	max-width: 100%;
	max-height: 100%;
	background: url('images/cart-w.png') no-repeat center center;
	background-size: 50%;
}
.openPopup .i-ocart {
	margin: 55% auto 0 auto;
	transform: translateY(-50%);
}

.popup input[name="codice_sconto"] {
	max-width: 99%;
	border: 1px solid #bbb !important;
	background-color: #F9F9F9;
    padding: 5px;
	margin-left: 0px;
	min-height: 50px;
}
.popup input[name="codice_sconto"] {
	margin-top: 10px;
	margin-bottom: 20px;
}
.popup button.update_scontocode {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px !important;
    background-color: #4496cb !important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: solid 1px #4496cb;
    transition: all 300ms;
}
.popup button.update_scontocode::before {
	border-left: 6px solid #FFF;
}
.popup button.update_scontocode::after {
	background-color: #FFF;
}

.popup .container-scontocode-msg {
	margin-bottom: 20px;
}
.popup .container-scontocode-msg p {
	padding: 20px 5px !important;
	margin-right: 50px !important;
}
.popup .container-scontocode-msg .h_trash {
    margin-top: -15px !important;
    top: 50%;
    right: 20px;
}

body>.popup {
	max-height: auto !important;
}


#flt_header .h_cartReviw .dashedPrice {
	font-weight: 300 !important;
	text-decoration: line-through;
	padding-top: 0 !important;
}
#flt_header .h_cartReviw .dashedPrice, #flt_header .h_cartReviw .dashedPrice strong {
	font-size: 18px !important;
	color: #999999 !important;
}

#flt_header .h_trash {
    background-color: transparent !important;
    background-image: url('images/trash.svg') !important;
    background-size: 27px 29px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    width: 28px !important;
    height: 29px !important;
    border: 0 !important;
    padding: 6px !important;
    margin-left: 10px;
    margin: 0;
}
#flt_header .h_trash::before,
#flt_header .h_trash::after {
	display: none;
}

#hd_dettaglio input[type="number"] {
    border: 1px #bbb solid;
    background-color: #F9F9F9;
    padding: 5px;
    max-width: 50px;
	height: 27px;
	line-height: 27px;
}

#flt_header #checkout_cart {
	margin-left: auto;
	margin-right: auto;
}
#flt_header #checkout_cart .bgGrey {
	background: none !important;
}

#checkout_cart .righe_articolo2 li:last-child {
	min-width: 30px;
}
#flt_header .h_content>.h_c .h_container .h_contText .p,
.mex_okcoupon p {
	padding-right: 0 !important;
}
#flt_header .h_tfoot.f_one li:nth-child(2) {
	text-align: center;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.h_tfoot.f_one li {
	padding-right: 36px !important;
	color: #FFF !important;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.h_tfoot.f_one li p {
	padding-top: 0 !important;
}


body .body .page.p4A .addNewAddress.show .formContainer{
	max-height: 100% !important;
}
body .body .page.p4A .addNewAddress.show .formContainer input {
	opacity: 1 !important;
}

body .body .page.p4A .addNewAddress h3.titNewAddress,
body .body .page.p4A .addNewAddress.hide h3.titNewAddress,
body .body .page.p4A .addNewAddress.show h3.dropDown2 {
	display: none;
}
body .body .page.p4A .addNewAddress.show h3.titNewAddress {
	display: block;
}

.h_cartReviw .col_qty {
	display: flex;
	line-height: 28px;
}
.h_cartReviw .col_qty input {
	margin: 0 5px;
}

#flt_header .row_actions .btnRemoveAction {
	float: right;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li p.h_pdesc {
	width: 52% !important;
	margin: 0 !important;
	padding-right: 30px !important;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.righe_articolo0>ul {
	width: 48% !important;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li>ul>li:nth-child(1) {
	margin: 0;
}

#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.righe_articolo0>ul li:nth-child {
	width: 30%;
}
#flt_header .righe_articolo0 ul li {
	width: 30%;
}
#flt_header .righe_articolo0 .text-right {
	text-align: left !important;
	padding-left: 19%;
}
#flt_header .righe_articolo0 .text-right span {
	display: block;
}
#flt_header .righe_articolo0 .text-right p {
	padding-right: 0 !important;
}
#flt_header .h_tfoot li:last-child {
	margin-right: 30px !important;
}
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.h_tfoot.f_one li,
#flt_header .h_content>.h_c .h_container .h_contText p {
	padding-right: 0 !important;
}

.modal-body header {
	margin-bottom: 20px;
}

body .body .page hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

body .body .page .checkboxContainer {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

body .body .checkboxContainer label {
	margin-bottom: 0;
}

body .body .page.p2C .addNewAddress {
	margin-top: 30px;
}
body .body .page.p2C .addNewAddress textarea {
	margin: 0;
}

@media only screen and (max-device-width: 768px) {
	#checkout_cart {
		width: 100% !important;
		margin-left: -15px !important;
	}
	.popup button.update_scontocode {
		height: 100%;
	}
	#flt_header .row_actions .btnRemoveAction {
		margin-right: 30px;
	}
	#checkout_cart .righe_articolo0 {
		position: relative;
	}
	#checkout_cart .row_actions {
	    position: absolute;
	    top: 38%;
	    right: 5px;
	}
	body .body .checkboxContainer label small {
		padding-right: 25%;
		display: block;
	}
	body .body .checkboxContainer label {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	body .body .checkboxContainer .priceInfo {
		top: 13px;
	}
	body .body .checkboxContainer .moreInfo.open {
	    max-height: 300px;
	    transition: max-height 700ms;
	    line-height: 1.5 !important;
	}
	body .body a.moreInfoBtn {
		top: 25% !important;
	}
	body .body .p5A a.moreInfoBtn {
		top: 43% !important;
	}
	body .body .checkboxContainer {
		padding-left: 10px;
	}
	body .body .checkboxContainer label::after {
		left: 12px;
	}

	body .body .page.p7A p {
		font-size: 12px;
	}
	body .body .page.p7A .box {
		padding-right: 60px;
	}
	body .body .checkboxContainer label.noBxs {
		padding-right: 20px;
	}
	body .body .pageHeader ul li.done a {
		padding: 15px 0;
	}
}

@media only screen and (max-device-width: 480px) {
#flt_header .h_content>.h_c .h_container .h_contText .h_cartReviw>ul>li.righe_articolo0>ul{
	    width: 80% !important;
}
#flt_header .row_actions .btnRemoveAction {
	margin-right: 10px;
}
#flt_header .h_tfoot li:last-child {
	margin-right: 0 !important;
}
}


.modal-message a, .modal-message a:hover {
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #007bff;
	color: #FFF;
	display: inline-block;
}
.modal-message a:hover {
	background: #0069d9;
}

body .body button[type="submit"].next {
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {
body .body .pageHeader ul li {
	margin-right: 40px;
}
}

body .body .page {
	padding-top: 30px;
}
body .body .page h3 {
	margin-bottom: 20px;
}
footer#footer {
  background-color: #3d3d3c;
  color: #fff;
}
body footer .gb-header
{
    h3, small, strong, address
    {
      color: #fff;

    }

}

.categoria-vini
{
  margin-bottom: 4rem;
}
.categoria-vini .section-title
{
  margin-bottom: 4rem;
}

.categoria-vini .section-title  .categoria {
        text-transform: uppercase;
        color: #3d3d3c;
        position: relative;
        z-index: 9;
        text-align: center;
    }
@media (min-width: 798px) {
      .categoria::before {
        content: " ";
        height: 1px;
        width: 100%;
        background-color: #b1996f;
        position: absolute;
        left: 0;
        top: 56%;
      }
    }
    @media (min-width: 798px) {
      .categoria mark {
        position: relative;
        padding: 0 1.3rem;
      }
    }
    .bg-white {
      background-color: #fff !important;
    }
.assegnazioni , .assegnazioni tr, .assegnazioni th, .assegnazioni td{
  border: 1px solid #d8d8d8;
  padding: 5px;

}
html.myonnik body .body .page.p12 .rowContainer .item .prezzi ul {
  padding-left: 0;
  list-style-type: none;
}
html.myonnik body .body .page.p12 .rowContainer .item .prezzi ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
}
html.myonnik body .body .page.p12 .rowContainer .item .prezzi ul li h4 {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
}
html.myonnik body .body .page.p12 .rowContainer .item .prezzi ul li p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
html.myonnik body .body .page.p12 .rowContainer .item .stato ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
html.myonnik body .body .page.p3 .consub {
  border-bottom: 0 !important;
  height: 50px !important;

}
html.myonnik body .body .page.p3  .sub {
  border-bottom: 0;
  padding-left: 50px;
  height: 50px !important;

}

html.myonnik body .body .page.p3 .sub h3 {
  font-size: 16px;
}

.button-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .shadow-button {
    		 width: 80vw;    /* Aumenta la larghezza */
    		 height: 80px;    /* Aumenta l'altezza */
    		 border: none;
    		 border-radius: 8px;
    		 font-size: 22px;    /* Aumenta anche il font per proporzione */
    		 font-weight: 600;
    		 cursor: pointer;
    		 transition: all 0.3s ease;
    		 display: flex;
    		 align-items: center;
    		 justify-content: center;
    		 gap: 12px;    /* Aumenta lo spazio tra icona e testo */
    		 position: relative;
    		 overflow: hidden;
     }

    /* Bottone Blu Classico */
    .btn-primary {
        background: linear-gradient(145deg, #c4ab80, #b1996f);
        color: white;
        box-shadow: 0 8px 15px rgba(177, 153, 111, 0.4);
    }

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(143, 123, 89, 0.6);
    }

    .btn-primary:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(143, 123, 89, 0.4);
    }

    /* Bottone Verde Successo */
    .btn-success {
        background: linear-gradient(145deg, #28a745, #1e7e34);
        color: white;
        box-shadow: 0 8px 15px rgba(40, 167, 69, 0.4);
    }

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(40, 167, 69, 0.6);
    }

    .btn-success:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
    }

    /* Bottone Rosso Pericolo */
    .btn-danger {
        background: linear-gradient(145deg, #dc3545, #c82333);
        color: white;
        box-shadow: 0 8px 15px rgba(220, 53, 69, 0.4);
    }

    .btn-danger:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(220, 53, 69, 0.6);
    }

    .btn-danger:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4);
    }

    /* Bottone Scuro Elegante */
    .btn-dark {
      width: 60vw;    /* Aumenta la larghezza */
      height: 60px;    /* Aumenta l'altezza */
      background: linear-gradient(145deg, #a39276, #c2ae8d);
        color: white;
        box-shadow: 0 8px 15px rgba(177, 153, 111, 0.4);
    }

    .btn-dark:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(143, 123, 89, 0.6);
    }

    .btn-dark:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(143, 123, 89, 0.4);
    }
    /* Bottone Chiaro */
    .btn-light {
      width: 15vw;    /* Aumenta la larghezza */
      height: 90px;    /* Aumenta l'altezza */
        background: linear-gradient(145deg, #f8f9fa, #e9ecef);
        color: #333;
        box-shadow: 0 8px 15px rgba(248, 249, 250, 0.4);
        border: 1px solid #dee2e6;
    }

    .btn-light:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(248, 249, 250, 0.6);
    }

    .btn-light:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(248, 249, 250, 0.4);
    }

    .btn-light2 {
      width: 15vw;    /* Aumenta la larghezza */
      height: 90px;    /* Aumenta l'altezza */
        background: linear-gradient(145deg, #e9ecef, #d9dcdf);
        color: #333;
        box-shadow: 0 8px 15px rgba(248, 249, 250, 0.4);
        border: 1px solid #dee2e6;
    }

    .btn-light2:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(248, 249, 250, 0.6);
    }

    .btn-light2:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(248, 249, 250, 0.4);
    }

    /* Effetto Ripple */
    .shadow-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.3s ease, height 0.3s ease;
    }

    .shadow-button:active::before {
        width: 300px;
        height: 300px;
    }

    .icon {
        font-size: 18px;
    }
