.product__aroma.checkout_template #billing_city_field, 
 .checkout_template #billing_postcode_field, 
 .checkout_template #shipping_city_field, 
 .checkout_template #shipping_postcode_field, 
 .checkout_template .woocommerce .form-row-first, 
 .checkout_template .woocommerce .form-row-last {
    width: 49%;
 }
.checkout__login__outer {
    display: flex;
    flex-flow: wrap;
}
.checkout__login__outer .checkout__login__block:first-child {
    flex-basis: 60%;
}
.checkout__login__outer .checkout__login__block:last-child {
    flex-basis: 40%;
}

.checkout__login__block label, .lost_reset_password label {
    display: none;
}

 .checkout_template .checkout__login__block .form-row {
    display: block;
    float: inherit;
    width: 100%;
    margin-top: 14px !important;
}

.checkout__login__outer .checkout__login__wrapper .login .form-row:nth-child(4) {
    float: left;
    width: 40%;
    margin: 12px 0 0 !important;
}

.checkout__login__wrapper .lost_password {
    width: 54%;
    float: right;
    margin: 18px 0 0;
}

.checkout__login__block .woocommerce-form-login__submit, .checkout__login__outer .checkout__login__block.checkout__createAccount .btnCommon, .lost_reset_password button.btn, .popupCommon .btnCommon{
    background: #66363d;
    color: #fff;
    border: none;
    padding: 8px 23px 10px;
    border-radius: 2px;
}

.checkout__login__outer .checkout__login__block.checkout__createAccount .createAccount__btn {
    margin: 24px 0 12px;
}

.checkout__login__block input {
    border-color: #eee;
    background: #f9f8f6;
    border-radius: 2px;
}

.checkout__login__wrapper {
    max-width: 320px;
    margin-top:21px;
}

.lost_reset_password .text-right {
    text-align: left !important;
}

/*.lost_reset_password button.btn {
    background: #66363d;
    padding: 10px 23px 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}*/

#billing_title_field .woocommerce-input-wrapper, #shipping_title_field .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}
#billing_title_field .woocommerce-input-wrapper label, #shipping_title_field .woocommerce-input-wrapper label {
    margin: 0 20px 0 7px;
    font-weight: 400;
}

.checkout_template .form-control, .input-text {
    border-color: #eee;
    background: #f9f8f6;
    border-radius: 2px;
}

.login .privacy-policy-page-link {
    display: none;
}

.birth_date_checkout {
    position: relative;
    margin-bottom: 12px;
}

.birth_date_checkout .glyphicon-calendar {
    position: absolute;
    right: 12px;
    bottom: 12px;
    top: auto;
}

.checkout_template .error {
    font-size: 13px;
    color: #d01345;
}

/* Popup CSS */
/*.modal-open {
    padding-right: 17px !important;
}*/
.popupCommon .modal-dialog{
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50% , -50%) !important;
}
.popupCommon .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-open .modal.popupCommon {
    background: rgba(0,0,0,0.5);
}

.popupCommon .modal-header h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 900;
    margin: 3px 0;
    /*text-transform: capitalize;*/
}

.popupCommon .modal-header .close {
    margin-top: 0;
    opacity: .5;
}

.popupCommon .modal-body {
    padding: 24px;
}

.popupCommon input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #eee;
    height: 38px;
    padding: 0 10px;
    border-radius: 2px;
    margin: 2px 0;
}


.row.cart_details {
    margin: 0;
}
.cart_details .label {
    font-size: 12px;
    margin-bottom: 4px;
    text-align: inherit;
    padding: inherit;
}


/* Custom Popup */
.popupCommon.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding:80px 20px 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popupCommon .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 620px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.popupCommon .close {
  font-size: 14px;
}

.popupCommon .close:hover,
.popupCommon .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popupCommon .modal-header {
    padding: 16px 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-align: center;
}


/* Accout Page */
.page-template9 .woocommerce label {
    display: inline-block;
}

.page-template9 .keyline-bottom p.woocommerce-form-row:nth-child(5) {
    margin-top: 10px;
}
.welcome-note-wrapper {
    margin-bottom: 20px;
}

.woocommerce-Addresses {
    display: flex;
    flex-flow: wrap;
}

.addresses .woocommerce-Address {
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-Address-title h3 {
    margin-bottom: 10px;
}
span.woocommerce-input-wrapper label:first-child {
    display: none;
}
h3#order _payment_heading {
    display: none !important;
}
.wc-gzd-edit-data-notice {
    display: none !important; 
}
#customer_details {
    margin-bottom: 20px;
}

#billing_email_field {
    position: relative;
}

#billing_email_field .email_err {
    position: absolute;
    z-index: 9;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    top: calc(100% + 10px);
    font-size: 14px;
    box-shadow: 0px 4px 14px #dee;
}
#billing_email_field .email_err:after {
    position: absolute;
    content: "";
    background: #fff;
    top: -8px;
    left: 40px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#customer_details .woocommerce-account-fields {
    display: none;
}
h3#order_payment_heading {
    display: none !important;
}


/* Awards- Design */
.product__labels .award__logo {
    width: 132px !important;
    height: 132px !important;
    position: relative;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.product__labels .award__logo img {
    top: 0 !important;
    transform: translate(-50%, 0) !important;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

ul.product__labels.left:nth-child(2) {
    display: none;
}

/* Category Awards Desgin */
.badges-section {
   position: absolute;
   top: 83px;
   z-index: 1;
}

.badges-section li {
   margin-bottom: 5px;
}

.badges-section .badge-discount {
   background-size: 60px;
   background-repeat: no-repeat;
   width: 60px;
   height: 60px;
   line-height: initial;
}

.badges-section .badge-discount .discount-value {
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.badges-section .category_award_logo {
   width: 62px;
   height: 62px;
   list-style: none;
   border: 1px solid #ddd;
}

.badges-section .category_award_logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   padding: 5px;
   font-size: 10px;
}

.product__labels.large li {
    width: 68px;
    height: 68px;
}

.large .badge-discount {
    font-size: 16px;
    line-height: 68px;
}

.header__grapes .header_image.hero__item {
    max-width: 87%;
    margin: 0 auto;
}
.header__grapes .hero__image {
    height: 425px;
}

.catalog__header.header__grapes h2 {
    font-size: 18px;
}

.catalog__header.header__grapes .title {
    font-size: 32px !important;
}


.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip2 .tooltiptext {
	visibility: hidden;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	background: #000;
	padding: 3px 10px 5px;
}
  
.tooltip2:hover .tooltiptext {
    visibility: visible;
}

/* 2022-08-31 */
.global_quantity_select.quantity,.select_andere.active .select_andere_div,.select_andere.active input{display:table}
.global_quantity_select.quantity label{font-size:14px;height:100%;position:relative;display:table-cell;text-align:center;vertical-align:middle;cursor:pointer}
.qty_selection_div table{display:none;position:absolute;bottom:80px;background:#f6f6f6;padding:5px;cursor:pointer;z-index:1000;}
.qty_selection_cart_div td,.qty_selection_div td{width:60px;height:60px;font-size:17px;color:#212121;border:1px solid #cbcbcb;border-radius:5px;text-align:center;cursor:pointer}
.qty_selection_cart_div td.active,.qty_selection_div td.active{border-color:#00873d;border-width:2px}
.qty_selection_cart_div td span.tier_price,.qty_selection_div td span.tier_price{background:#4b1644;color:#fff;font-size:13px;width:20px;height:20px;position:absolute;display:block;padding-top:4px;border-radius:50%;font-weight:700;margin-top:-35px;margin-left:35px;text-align:center}
.select_andere.active input{float:left;height:100%;border-left:none;border-top:#ffdead;border-bottom:none;border-right:2px solid #00873d}
.select_andere.active .select_andere_div{float:right;height:100%;margin-left:5%}
.select_andere_1.active input,.select_andere_2.active input{width:50%}
.select_andere_1.active .select_andere_div,.select_andere_2.active .select_andere_div{width:45%}
.select_andere_1.active .select_andere_div .fa.fa-check-circle{font-size:20px!important}
.select_andere_3.active input{width:70%}
.select_andere_3.active .select_andere_div{width:25%}
.select_andere.active .select_andere_div .fa.fa-check-circle{color:#00873d;font-size:30px;display:table-cell;vertical-align:middle}
.qty_selection_cart_div,.select_andere .select_andere_div,.select_andere input,.select_andere.active .andere_span{display:none;width: 200px;}
.tier_price_grid_display{border-bottom:1px solid #eeeae6;margin-bottom:20px}
.tier_price_grid_display table{width:100%;margin-bottom:20px;border-spacing:0}
.tier_price_grid_display table thead th{font-size:18px;text-align:center;line-height:1.4em}
.tier_price_grid_display table tbody tr{background:#efefef}
.tier_price_grid_display .tier_icon{background:#d8d6d7;width:60px;height:55px;border-bottom:10px solid #fff;border-right:10px solid #fff}
.tier_price_grid_display .tier_icon span{color:#fff;font-size:35px;display:block;text-align:center}
.tier_price_grid_display .tier_min_qty,.tier_price_grid_display .tier_price{font-size:15px;text-align:center;line-height:1.4em;border-bottom:10px solid #fff}
.tier_price_grid_display .tier_min_qty span span { font-size:12px!important;}
.qty_selection_cart_div.active{display:block!important}
table.product_grid_table.active{display:table !important;width:200px;}
td.select_andere{color:#fff;font-weight:700;background:#9cc30c;}

/* 2022-01-03*/
.delete_filter,.filter_filter,.new_filter{margin-right:10px;border-radius:25px;display:inline-block;margin-top:5px;font-size:11px}
.delete_filter,.filter_filter{background-color:#e0e6e8;padding:15px;cursor:pointer}
.delete_filter img,.filter_filter img,.new_filter img{margin-top:-2px;cursor:pointer;width:14px;margin-left:5px}
.new_filter_div {
	/* padding-top: 15px; */
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.new_filter{background:#f5f7f7;padding:10px}

/* 2022-01-04 */
.apply_filter{opacity:0;height:0;width:0;border:0;}

/* 2023-02-03 */
.template__product .top_section.py-md-6.mb-6{padding-bottom:0 !important;border:none;}
.template__product .top_section.py-md-6.mb-6 > .container{border-bottom:4px solid #D8BB5D;padding-bottom:0px;}
.template__product .top_section.py-md-6.mb-6 .container.d-none.d-md-block{border-top:6px solid #D8BB5D;margin-top:-22px;padding-top:15px;border-bottom:0;}

/* 2023-03-23 */
/*
.catalog__header.header__grapes .container.mt-sm-6{border-top:6px solid #D8BB5D;margin-top:-65px !important;padding-top:65px;border-bottom:0;}
.catalog__header.brand__header .container.container-spacing{border-top:6px solid #D8BB5D;margin-top:-50px !important;padding-top:50px;border-bottom:0;}
.catalog__seo_footer.keyline-top{border-top:0 solid #D8BB5D;}
.page_wrapper > .container > #product_listing {border-bottom:6px solid #D8BB5D;}
*/


.catalog__header.header__grapes,.catalog__header.brand__header {
	max-width: 1368px;
	margin: 0 auto;
	border-top: 6px solid #D8BB5D;
}
.page_wrapper > .container > #product_listing {
	border-bottom: 6px solid #D8BB5D;
}
.catalog__seo_footer.mt-4.pt-4.keyline-top {
	border-width: 0;
}
.info_box h1.product__name {
	font-size: 23px !important;
	font-weight: 700;
}
/* 2023-07-20 */
.subtitle.mt-2.d-block.text-medium {
	text-align: center;
}

/* 2023-09-18 */
.about_paypal {
	display: none;
}

[for="payment_method_paypal"] img {
	display: none;
}
.stripe-sofort-icon.stripe-icon {
	width: 100px !important;
	max-width: 100px !important;
	margin-top: -5px !important;
}
.stripe-giropay-icon.stripe-icon {
	max-width: 100px !important;
	width: 100px !important;
	margin-top: -3px !important;
}
[for="payment_method_stripe"]::after {
	margin-top: -22px;
	content: "";
	background: url(/wp-content/themes/w-wie-wein/assets/img/visa_mastercard_express.png) no-repeat;
	background-size: contain;
	width: 110px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 90%;
	transform: translateY(-50%);
	margin-right: 16px;
}
[for="payment_method_paypal"]::after,[for="payment_method_ppcp-gateway"]::after {
	margin-top: -22px;
	content: "";
	background: url(/wp-content/themes/w-wie-wein/assets/img/paypal.png) no-repeat;
	background-size: contain;
	width: 85.5px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 90%;
	transform: translateY(-50%);
	margin-right: 16px;
}
[for="payment_method_ppcp-pay-upon-invoice-gateway"]::after {
	margin-top: -22px;
	content: "";
	background: url(/wp-content/themes/w-wie-wein/assets/img/logo-ratepay.png) no-repeat;
	/* background-size: auto; */
	background-size: contain;
	width: 110px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 90%;
	transform: translateY(-50%);
	margin-right: 16px;
}
.woocommerce-SavedPaymentMethods-new {
	display: none;
}
[for="wc-stripe-new-payment-method"] {
	font-weight: 400;
}

@media (min-width: 980px) {
    .badge-brand-logo,.badge-brand-logo .brand-logo{height:132px!important;width:132px!important}
    .sidebar__filters #archive-filters{display:flex;flex-flow:wrap;justify-content:center}
    /* .sidebar__filters .w-wie-wein-filters .filter__header{padding:10px 16px;font-size:13px;text-align:center;font-weight:500;} */
    .sidebar__filters .w-wie-wein-filters .filter__header{padding:3px 10px 3px 2px;font-size:13px;text-align:center;font-weight:500;}
    .filter__header img {height: 31px;}
    .sidebar__filters .w-wie-wein-filters .filter__content{width:220px;max-width:220px}
    .radio_check{font-weight:400}
    .product__card .block__tast,.product__card .product__name{font-size:13px;font-weight:600}
    .product__card .block__tast{font-weight:500}
}

@media (max-width: 1024px) {
    .checkout__login__outer .checkout__login__block{flex-basis:100%!important}
    .checkout__login__outer .checkout__login__block:last-child{text-align:left;margin-top:30px}
    .addresses .woocommerce-Address{flex-basis:100%;max-width:100%}
    .header__grapes .header_image.hero__item{max-width:100%}
    .header__grapes .hero__image{height:auto}
}

@media (max-width: 979.98px) {
    .product__labels .award__logo{width:70px!important;height:70px!important}
    .product__labels .award__logo img{padding:5px;font-size:10px}
    .catalog__header.header__grapes h2{font-size:16px}
    .catalog__header.header__grapes .title{font-size:24px!important}
}

@media (max-width:  499.98px) {
    .badges-section{top:65px;left:5px}
    .badges-section .category_award_logo{width:50px;height:50px}
    .badges-section .badge-discount{background-size:50px;width:50px;height:50px}
    .badges-section .badge-discount .discount-value{top:18px;font-size:12px;font-weight:700}
}


.filter_price *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  .filter_price body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #17A2B8;
  }
  .filter_price ::selection{
    color: #fff;
    background: #17A2B8;
  }
  .filter_price .wrapper{
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  }
  .filter_price header h2{
    font-size: 24px;
    font-weight: 600;
  }
  .filter_price header p{
    margin-top: 5px;
    font-size: 16px;
  }
  .filter_price .price-input{
    width: 100%;
    display: flex;
    margin: 10px 0 20px;
  }
  .filter_price .price-input .field{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .filter_price .field input {
	width: 100%;
	height: 40px;
	outline: none;
	font-size: 15px;
	margin-left: 5px;
	border-radius: 5px;
	text-align: center;
	border-width: 0;
	-moz-appearance: textfield;
}
  .filter_price input[type="number"]::-webkit-outer-spin-button,
  .filter_price input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .filter_price .price-input .separator {
        width: 120px;
        display: flex;
        font-size: 19px;
        align-items: center;
        justify-content: center;
    }
  .filter_price .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .filter_price .slider .progress{
    height: 100%;
    left: 2%;
    right: 2%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
  }
  .filter_price .range-input{
    position: relative;
  }
  .filter_price .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .filter_price input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  .filter_price input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }

/* 2023-03-17 breadcrumbs dropdown*/

.breadcrumbs_dropdown li {
    display: block;
}
.breadcrumbs_dropdown li::after {
    display: none !important;
}
.breadcrumbs_dropdown li {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumbs_dropdown {
    position: absolute;
    z-index: 9999;
    background: #fff;
    display: none;
    width: auto;
    min-width: 450px;
    padding: 20px 0;
	box-shadow: 1px 1px 4px 3px #d4d4d4;
	margin-left: -20px;
	max-height: 90vh;
    overflow: inherit;
}
.breadcrumbs_dropdown_main:hover .breadcrumbs_dropdown {
	display: block;
	padding: 20px 0;
	/* box-shadow: 1px 4px 4px 0 grey; */
	box-shadow: 1px 1px 4px 3px #d4d4d4;
	margin-left: -20px;
	max-height: 90vh;
    overflow: inherit;
	/* overflow: auto;
    width: auto;
    min-width: 200px;
    max-width: 250px; */
}

.breadcrumb_right .breadcrumbs_dropdown_main:hover .breadcrumbs_dropdown {
	margin-left: -260px;
}



/* 2023-03-28 */
.hero__image{
    width: 100%;
    height: 500px;
}
/* 2023-04-20 */
.product__aroma {
	width: 100%;
	height: 20px;
	margin: 0 10px;
    text-align:center;
}
.product__aroma img {
	height: 100%;
    width:auto;
}
.product__aroma {
    opacity: 0;
}
.product__card.catalog.flex-sm-column:hover .product__aroma {
	opacity: 1;
}
/* 2023-05-01 */
.sgpb-popup-close-button-1 {
	top: 15px;
	right: 30px !important;
}

/* 2023-05-10*/
.similar_product_div_div{display:none;position:fixed;z-index:99999;background:#fff;top:0;width:auto;height:auto;padding-top:5px;animation: fadeIn 3s;border: 2px solid #000;}
.close_similar_product{position:absolute;right:10px;z-index:999999;cursor:pointer;}
.similar_product_div{padding-top:5px;}
.similar_product_div .cardslider-container{margin-bottom:40px!important;}
.similar_product_div_div .product__img::before {
	padding-top: 170px !important;
}

/* 2023-07-13 */ 
.product_slogan {
	padding-top: 0 !important;
}

/* 2023-08-07 */
/* .breadcrumbs_dropdown2 {
    margin-bottom: 0 !important;
} */
/*
.breadcrumbs_dropdown2 {
	margin-bottom: 0 !important;
	position: absolute;
	background: #fff;
	width: 200px;
	z-index: 99999;
	left: 100%;
    margin-top:-10%;
}*/
.breadcrumbs_dropdown2 {
	position: absolute;
	margin-top: -2%;
	/*left: 50%;*/
    margin-left: 120px;
	z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 4px 3px #d4d4d4;
}

/* 2023-08-02 */
.breadcrumbs_dropdown2{
    display:none;
    width: auto;
    min-width: 250px;
}
.breadcrumbs_dropdown li:hover .breadcrumbs_dropdown2 {
	display: block !important;
	padding: 10px 0 7px;
}

/* 2023-08-09 */
.breadcrumb-wrapper.container.d-none.d-md-block {
	display: block !important;
}
ol.breadcrumb > li {
	margin-bottom: 0px;
    margin-top:-10px;
}
ol.breadcrumb {
	margin-left: 10px;
}

/* 2023-09-15 */
.control__item.trused_shops {
    opacity: 0;
}
#MyCustomTrustbadge {
	opacity: 0;
}
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-review-reminder {
	display: none;
}

/* 2023-11-08 */
.breadcrumbs_dropdown3 {
	position: absolute;
	margin-top: -2%;
	/*left: 50%;*/
    margin-left: 120px;
	z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 4px 3px #d4d4d4;
}

/* 2023-08-02 */
.breadcrumbs_dropdown3{
    display:none;
    width: auto;
    min-width: 250px;
}
.breadcrumbs_dropdown2 li:hover .breadcrumbs_dropdown3 {
	display: block !important;
	padding: 10px 0 7px;
}

@keyframes fadeIn {
    0% { width: 0%; }
    100% { width: 81%; }
}
@media (max-width: 768px) {
    .product__card2 {
        display: block !important;
    }
    .similar_product_div_div .cardslider.with_overflow .cardslider-wrapper .cardslider-container {
        display: block !important;
        width: 100;
    }
    .similar_product_div_div .cardslider.with_overflow .cardslider-wrapper .cardslider-container > * {
        width: 100%;
    }
    .similar_product_div_div .product__card-info.d-flex.flex-grow-1.flex-column {
        width: 100%;
    }
    
    .similar_product_div_div .block__price.d-flex.flex-column.justify-content-end.flex-grow-1 {
        width: 50%;
        display: block !important;
        float: left;
    }
    .similar_product_div_div .product__card-cta.d-flex.flex-column.justify-content-end.flex-grow-1 {
        width: 50%;
        display: block !important;
        float: left;
        margin-top:0px;
    }
    .similar_product_div_div .block__footer.d-flex.justify-content-between.flex-grow-1 {
        display: inline !important;
    }
    .similar_product_div_div .cardslider .cardslider-wrapper {
        overflow: auto !important;
        height: 100vh;
    }
}


@media (max-width: 1280px) {
    .hero__image {
        height: auto;
    }
}


@media (max-width: 979px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{display:none!important;}
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{display:block!important;background:#fff!important;padding:0px 0px 0px 0px;}
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item{display:list-item!important;margin:0!important;clear:both!important;border:0!important;}
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{border-radius:0!important;border:0!important;margin:0!important;line-height:40px!important;height:40px!important;padding:0 10px!important;background:transparent!important;text-align:left!important;color:#000!important;font-size:14px!important;}
    .mega-menu-wrap#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, .mega-menu-wrap#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{color:#d18c08;font-weight:800!important;}
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li{width:100%!important;}
}

.catalog__header .subcategories .subcategory a {
	font-size: 15px !important;
}
.custpm-icon-cart {
    display: flex;
    position: relative;
    margin-right: 24%;
}
.shipping_class_div_child2{
    margin-right: 4%;
}
.product__card .block__availability .availability {
    line-height: 4px !important;
    font-size: 10px !important;
}
.cart_image_animation {
    animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
    0% {
        transform:scale(1);
    }
    5% {
        transform:scale(1.25);
    }
    20% {
        transform:scale(1);
    }
    30% {
        transform:scale(1);
    }
    35% {
        transform:scale(1.25);
    }
    50% {
        transform:scale(1);
    }
    55% {
        transform:scale(1.25);
    }
    70% {
        transform:scale(1);
    }
}
/*10-11-2023*/
.qty_selection_cart_div table{
    position: relative;
    z-index: 1000;
}

.porduct__origin {
    z-index: -1;
}
.catalog__header.brand__header .brand_gallery .logo {
    z-index: 99;
}
.title{
    text-align: center;
}

.woocommerce email img {
    max-height: 100px; 
    height: auto;
    width: auto;
}

.breadcrumb-wrapper{
    margin-bottom: 2px !important;
}

.new_filter_space .new_filter{
    font-weight: 900;
    color: #D18C08;
    font-size: 12px;
}

/* .color-cat a span b span{
    color: #D18C08 !important;
} */


@media (min-width: 1200px){
    .offset-xl-2 {
        margin-left: 9.666667% !important;
    }
}
/* 2024-03-22 */
.cli-style-v2 {
	font-size: 8pt !important;
	line-height: 15px !important;
	font-weight: 100 !important;
}

/* 2024-07-10 */
body.page-template9 main.access > .woocommerce {
    background-color: #eeeae6 !important;
    border-color: #eeeae6 !important;
    color: #000;
    padding: 32px;
}
body.page-template9 .woocommerce-ResetPassword.lost_reset_password{
    width: 40%;
    margin: 0 auto;
}
@media (max-width: 980px) {
    body.page-template9 .woocommerce-ResetPassword.lost_reset_password{
        width: 100%;
        margin: 0 auto;
    }
}
body.page-template9 .woocommerce-ResetPassword.lost_reset_password >p {
    color: #000;
    font-weight: 900;
    width: 100%;
}
body.page-template9 .woocommerce-Button.button {
    background-color: #00873d !important;
    color: #fff;
    padding: 13px 14px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    border: 2px solid !important;
    border-radius: 4px;
}

/* 2024-08-14 */
.add_to_cart_button {
    position: relative;
    cursor: pointer;
    background-color: #28a745; /* Example button background color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    /* border-radius: 5px; */
    font-size: 12px;
    --tooltip-bg: #555; /* Default tooltip background color */
}

.add_to_cart_button::after {
    content: attr(title);
    position: absolute;
    bottom: 125%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tooltip-bg); /* Use CSS variable for background color */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
    pointer-events: none; /* Prevent the tooltip from interfering with interactions */
}

.add_to_cart_button::before {
    content: '';
    position: absolute;
    bottom: 115%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: var(--tooltip-bg) transparent transparent transparent; /* Arrow color */
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
}

.add_to_cart_button:hover::after,
.add_to_cart_button:hover::before {
    opacity: 1;
}


.brand-logo img {
    background: #fff;
}

.logos2 a {
	/* display: flex; */
	align-items: center;
	justify-content: center !important;
	height: 100%;
	/* align-items: center; */
	display: grid !important;
}
.logos2 img {
	width: 110px;
	height: 110px;
    max-width: 100%;
  max-height: 100%;
	object-fit: contain;
    margin: 0 auto;
}


/* FiboSearch details panel */

body .dgwt-wcas-details-product-title {
	font-size: 14px !important;
}
.dgwt-wcas-details-main-image img {
    max-height: 120px !important;
}
.dgwt-wcas-si img {
    max-height: 60px !important;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st {
  font-size: 12px;
}
.dgwt-wcas-details-main-image {
	border-bottom: none !important;
}
.fibosearch-brand, .fibosearch-title {
	font-size: 12px;
}
.fibosearch-brand {
	margin-bottom: 5px;
	font-weight: bolder;
}
.fibosearch-year-size {
	margin-top: 5px;
	font-size: 10px;
}
.fibosearch-price-container {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.fibosearch-groundprice {
	margin-left: 50px;
	font-size: 10px;
}
.fibosearch-price {
	display: flex;
	flex-direction: column;
}
.fibosearch-price ins {
	font-weight: bolder;
}

[for="payment_method_ppcp-gateway"] img,[for="payment_method_ppcp-pay-upon-invoice-gateway"] img{display: none;}
/* End of FiboSearch details panel */