/*
    Theme Name: Veselic themes
    Version: 1.0.0
*/

.woocommerce-account {
	background-color: #ecf3eb;
}

.woocommerce-account main .woocommerce {
	margin-right: calc(-1*var(--p));
    margin-left: calc(-1*var(--p));
	flex-wrap: wrap;
	display: flex;
}

.woocommerce-MyAccount-navigation  {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
	padding-right: var(--p);
    padding-left: var(--p);
}
.woocommerce-MyAccount-content {
	-webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
	padding-right: var(--p);
    padding-left: var(--p);
}
.woocommerce-MyAccount-navigation ul {
	width: 20rem;
	margin-top: 5.2rem;
    margin-bottom: 6.4rem;
}

.woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-Address {
	margin-top: 2rem;
    margin-bottom: 6.4rem;
    background: #fff;
    border-radius: 1.6rem;
    padding: 1.8rem 2.4rem 0.8rem;
	border: 1px solid #daecd8;
}


 

.woocommerce-MyAccount-navigation ul ::marker {
	font-size: 0 !important;
}
 
.woocommerce-MyAccount-navigation a {
	color: #361d33;	
	text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover {
	color: #e07c14;	
}

.woocommerce-MyAccount-navigation-link.is-active:before {
	    border: 2px solid #e07c14;
}

.woocommerce-orders-table {
	width: 100%;
}

.woocommerce-orders-table {
	border-radius: 1.6rem;
	background-color: #fff;
	text-align: center;
}
.woocommerce-orders-table thead {
/* 	border-bottom: 1px solid #ece9ef; */
	border-bottom: 1.5rem solid #ecf3eb;
}

.woocommerce-orders-table thead th {
	padding: 1rem;
}	


.woocommerce-orders-table tbody tr {
	background: rgba(0,0,0,0);
}

.woocommerce-orders-table tbody tr:hover {
	background: #daecd8;
}

.woocommerce-orders-table tbody td {
	padding: 1.5rem 1rem;
}

.woocommerce-button, .order-again a, .woocommerce-Address-title .edit, .woocommerce-address-fields button, .woocommerce-account .woocommerce-Button {
	font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #fff;
    background-color: #e07c14;
    padding: 0.7rem 2.8rem;
    border-radius: 5.4rem;
    border: 1px solid #e07c14;
	text-decoration: none;
}

.woocommerce-Address-title {
	padding-bottom: 2rem;
}

.woocommerce-Address-title .edit {
	margin-bottom: 1rem;
}
.woocommerce-address-fields button, .woocommerce-account .woocommerce-Button {
	margin-top: 2rem;
}

.woocommerce-button:hover, .woocommerce-button:focus,
.order-again a:hover, .order-again a:focus, 
.woocommerce-Address-title .edit:hover, .woocommerce-Address-title .edit:focus, 
.woocommerce-address-fields button:hover, .woocommerce-address-fields button:focus,
.woocommerce-account .woocommerce-Button:hover, .woocommerce-account .woocommerce-Button:focus

{
	background: #405441;
	color: #fff;
	text-decoration: none;
	border-color: #405441;
}

.order-again {
	padding-top: 2rem;
}

.page-template-default .post_content ul {
	margin-top: 0;
}
 
.woocommerce-account .woocommerce-order-details , 
.woocommerce-account .woocommerce-customer-details, 
.woocommerce-MyAccount-content form .woocommerce-address-fields,
.woocommerce-EditAccountForm.edit-account,
.woocommerce-account:not(.admin-bar)  #customer_login .u-column2 form, .woocommerce-account:not(.admin-bar) #customer_login .u-column1 form, .woocommerce-ResetPassword
{
	margin-bottom: 6.4rem;
    background: #fff;
    border-radius: 1.6rem;
    padding: 1.8rem 2.4rem 0.8rem;
    border: 1px solid #daecd8;
	margin-bottom: 4rem;
	margin-top: 2rem;
}

.woocommerce-account .woocommerce-EditAccountForm {
	max-width: 100%;
	margin-top: 0 !important;
}

.woocommerce-table.woocommerce-table--order-details {
	width: 100%;
}

.u-column1 {
	width: 100%;
}

.woocommerce-address-fields  label, .woocommerce-EditAccountForm label, .woocommerce-account:not(.admin-bar)  #customer_login label, .woocommerce-ResetPassword label {
	display: block;
}
 
.woocommerce-address-fields input, .woocommerce-EditAccountForm input, .woocommerce-account:not(.admin-bar)  #customer_login input:not([type="checkbox"]), .woocommerce-ResetPassword input {
	width: 100%;
}
 
.woocommerce-account em {
	padding: 0.5rem;
	display: block;
}

.woocommerce-account fieldset {
	margin-top: 4rem;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
	border-top: 1px solid #7aae76;
	margin-top: 0.5rem;
	padding-top: 1rem;
}
.woocommerce-form__label {
	display: flex;
	align-items: center;
}
 
.woocommerce-account:not(.admin-bar)  #customer_login {
	margin-right: calc(-1*var(--p));
    margin-left: calc(-1*var(--p));
	flex-wrap: wrap;
	display: flex;
}
.woocommerce-account:not(.admin-bar)  #customer_login .u-column2 , .woocommerce-account:not(.admin-bar) #customer_login .u-column1, .woocommerce-ResetPassword {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
	padding-right: var(--p);
    padding-left: var(--p);
}
.woocommerce-form__input-checkbox {
	min-height: auto;
}

.woocommerce-form__label {
	margin-bottom: 3rem;	
}
.woocommerce-account:not(.admin-bar) .woocommerce-message {
	margin-bottom: 1rem;
}

.header_list-icon .icon {
	margin-right: 0.6rem;
}
.useLogin, .useLogout {
	width: 4.6rem;
    height: 4.6rem;
	border: 1px solid #5fa861;
    border-radius: 50%;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.useLogin svg, .useLogout svg {
	    width: 1.8rem;
    height: 1.8rem;
}

.header .col-left .header_menu>ul>li.shop-icon>a {
	padding: 1rem 1.6rem;
}

.burger_btn {
	margin-right: 1rem;
}

.icon-fb, .icon-heart, .icon-inst, .icon-loop, .icon-main, .icon-person, .icon-whatsapp, .icon-bucket::before {
	width: 4.6rem;
    height: 4.6rem;
}
.icon-bucket, .icon-bucket>span:not(.marker) {
	height: 4.6rem;
}
.header .col-left .header_menu>ul>li.shop-icon>a, .header_menu>ul>li>a {
	min-height: 4.6rem; 
}
@media (max-width: 992px) {
	.useLogin, .useLogout {
		width: 4rem;
    	height: 4rem;
	}
	.icon-fb, .icon-heart, .icon-inst, .icon-loop, .icon-main, .icon-person, .icon-whatsapp, .icon-bucket::before {
		width: 4rem;
    	height: 4rem;
	}
	.icon-bucket, .icon-bucket>span:not(.marker) {
		height: 4rem;
	}
}
@media (max-width: 767px) {
	.useLogin, .useLogout {
		border: 1px solid #daecd8;
	}
	.useLogin {
		margin-right: 0;
	}
	.on-mobile {
		margin-left: 0rem;
	}
	.burger_btn {
		margin-right: 0.6rem;
	}
	.woocommerce-account main .woocommerce {
		display: block !important;
	}
	.woocommerce-MyAccount-navigation ul {
		width: 100%;
	}
	.woocommerce-MyAccount-navigation ul {
		display: block;
	}
	.woocommerce-orders-table.woocommerce-MyAccount-orders {
		width: 68rem;
	}
	.woocommerce-MyAccount-content {
		overflow: auto;
	}
	.woocommerce-pagination {
		margin-bottom: 2rem;
	}
	.woocommerce-account:not(.admin-bar) #customer_login .u-column2, .woocommerce-account:not(.admin-bar) #customer_login .u-column1, .woocommerce-ResetPassword {
		    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
	}
	.woocommerce-ResetPassword {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer_top-input {
	color: #fff !important;
}

.wdpq_about_create_cart {
	display: none;
}

.page-id-8 .hide-on-checkout {
	display: none;
}

.icon-bucket-2 {
    height: 4.6rem;
    position: relative;
    display: inline-block;
    border: none;
    background: #daecd8;
    border-radius: 4.8rem;
    margin-right: 0 !important;
}
.icon-bucket-2::before {
    content: '';
    display: block;
    border: 1px solid #7aae76;
    background-color: #7aae76;
    background-image: url(img/svg/basket.svg);
    background-size: 2.4rem 2rem;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;

}.modal-newsletter {
	display:flex;
}
.modal-newsletter .footer_top-input {
	color: #000 !important;
}
.modal-newsletter .footer_top-btn {
	top: 20px;
    right: 244px;
}
.nl2-title-modal {
	margin: auto 20px;
}

/* unique names to avoid clashes */
  .nl2-sheet{
    position:fixed; left:0; right:0; bottom:-30px;
    transform:translateY(110%);
    transition:transform .35s ease;
    z-index:99999;
    background:#fff;
    box-shadow:0 -16px 40px rgba(0,0,0,.25);
    border-top-left-radius:18px; border-top-right-radius:18px;
    padding:20px 18px 24px;
    max-width:720px; margin:0 auto 16px;   /* near bottom, not centered */
  }
  .nl2-sheet.is-open{ transform:translateY(0); }

  @media (max-width:768px){
    .nl2-sheet{ left:8px; right:8px; margin-bottom:10px; border-radius:14px; padding:16px 14px 18px; }
  }

  .nl2-close{
    position:absolute; top:10px; right:10px;
    width:36px; height:36px; border-radius:50%;
    border:0; cursor:pointer; background:#f2f4f7;
    font-size:18px; line-height:36px;
  }

  /* Optional: tighten MC4WP spacing inside the sheet */
  .nl2-content .mc4wp-form{ margin:0; }

  .contact-facebook a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #1877F2; /* FB blue */
}

.contact-facebook img {
  width: 32px;
  height: 32px;
}

.block-cart-mini {
  position: relative;
}

.block-cart-mini .mini-cart-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.block-cart-mini .mini-cart-close:hover {
  color: #000;
}
.footer_top-input {
	min-width: auto !important;
}

@media (max-width: 500px) {
	.modal-newsletter .footer_top-btn {
		right: 160px;
		top: 16px;
 }
 .nl2-sheet {
	display: none;
 }
}