/**
* Theme Name: Bumedi Child
* Description: This is a child theme of Bumedi, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bumedi
* Version: 1.0.6
*/


/* SHOP */
.woocommerce-pagination { margin: 2.25rem; }

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input:checked + label::after { backbackground-color: unset !important; opacity: 0; }


/* .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label { display: -webkit-box !important; } */

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
    position: unset;
    opacity: 1;
    left: unset;
}

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label::before { border: 0; }

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label::before {
    border: 0;
    list-style: none;
    content: '';
    width: 0;
    margin: 0;
}



/* CART */
.custom-woocommerce-info {
    background-color: #eff7fb;
    border-radius: 6px;
    font-size: 12px;
	padding: 15px;
}


.shipnweight-btn, a.shipping-calculator-button { color: #0092db; cursor: pointer; }
/* .shipnweight-btn:hover, a.shipping-calculator-button:hover { text-decoration: underline; cursor: pointer; } */
:is(.shipnweight-btn, a.shipping-calculator-button, button.shipping-calculator-button):hover, .shipnweight-btn:hover a, .shipping-calculator-button:hover a {
  text-decoration: underline !important;
  cursor: pointer !important;
  pointer-events: auto;
}




/* Shiping Rate Table */
 #RMS-rate, #ITPS-rate, #EMS-rate, #DUBAI-rate { font-size: 14px; text-align: center; }
#RMS-rate thead, #ITPS-rate thead, #EMS-rate thead, #DUBAI-rate thead { background: #0092db; color: #fff; }
#RMS-rate thead, #ITPS-rate thead, #EMS-rate thead, #DUBAI-rate thead:hover { background-color: none; }
#RMS-rate tr:hover, #ITPS-rate tr:hover, #EMS-rate tr:hover, #DUBAI-rate tr:hover { background: #d6cece1a; }
tr:nth-child(even) { background: #fafafa; }

#ShipingWeight th, tr, td { text-align: center; }



/*#ratePolicy table th, #ratePolicy  table td {
    padding: 10px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    text-align: center;
    border: 1px solid #ececec;
}
 */


/* SITE ANNOUNCEMENT header */
.site-announcement.has-pattern { background-image: unset !important; }
.site-announcement.has-pattern  { background-image: url() !important; }

/* MAIN MENU */
.site-header-dropdown { display: none; }

/* PRODUCT BORDER BOX */
.product .product-wrapper.bordered { border: 1px solid #E5E7EB; }
a.button.product_type_simple { margin-top: 16px; }
/* .product .product-wrapper.bordered { min-height: 410px; } */
.products .product:hover .product-wrapper.bordered { border-color: rgb(0 146 219); !important}
.price { color: #00A6FB; }
.product-thumbnail img { object-fit: contain; max-height: 240px; overflow: hidden; }

/* .product-thumbnail {
    background-color: #f3f3f3;
}
 */

/* SINGLE PRODUCT CAT */
.product .single-product-detail .product-category a:not(:last-of-type)::after { content: ", "; }

/* MY ACC */
.woocommerce-Address { border: 1px solid #ececec; padding: 20px; margin: 1px; border-radius: 10px; }
.woocommerce-account .col-1, .woocommerce-account .col-2 { width: 49%; }
.woocommerce-my-account .woocommerce-message, .woocommerce-my-account .woocommerce-info { border-radius: 10px; color: #038e03; font-weight: 500; }
.woocommerce-my-account .woocommerce-MyAccount-content a.button { margin: 1px; }

/* PRODUCT DETIALS */
.woocommerce-tabs.wc-tabs-wrapper { padding: 30px 10px 30px 10px !important; 

/* PRODUCT CATEGORIES */
header.woocommerce-products-header {
    padding: 30px 0;
}
.product .product-wrapper.bordered {
    min-height: auto;
}
.product .single-product-detail .product-category a + a {
    display: inline-block;
    margin-left: 3px;
    color: #0aadff;
}

/* BLOG */
.klb-article.post { width: 49%; display: inline-block; padding: 0 7px; }
.klb-post h2 { font-size: 20px; }
.klb-post h3 { font-size: 18px; font-weight: 400; }
.post-content h3 { font-weight: 400 !important; font-size: 18px !important; }

/* CONTACT FORM - HONEY POT*/
.hp.custom-cursor-default-hover {display: none;}

/* CHECKOUT RADIO */
/* .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods input[type="radio"]{
  position:absolute;
  opacity:0;
  pointer-events:none;
}


.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li{
  position:relative;
}

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label{
  position:relative;
  display:flex;
  align-items:center;          
  gap:.5rem;                
  cursor:pointer;
  line-height:1.4;
  padding-left:0 !important;
}

	.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods input[type="radio"] + label::before{
  content:"";
  display:inline-block;
  width:1rem;
  height:1rem;
  border:2px solid var(--gray-300, #d1d5db);
  border-radius:50%;
  background:#fff;
  flex:0 0 1rem;             
}

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods input[type="radio"]:checked + label::after{
  content:"";
  position:absolute;
  width:.5rem;
  height:.5rem;
  border-radius:50%;
  background:currentColor;    
  left:.25rem;                 
  top:50%;
  transform:translateY(-50%);
}

.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods input[type="radio"]:focus + label::before{
  outline:2px solid;
  outline-offset:2px;
} */

@media (max-width: 600px) {
.product .product-wrapper.bordered { border: 0; margin-bottom: 10px; }
header.woocommerce-products-header { padding: 15px 0; }	
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-328470 { display: none; }

/* product-remove */
.woocommerce-cart-wrapper .shop_table tr td.product-remove a.remove { position: absolute !important; margin-top: -40px !important;  }
/* .woocommerce-cart-wrapper .shop_table tr td.product-remove {
        position: absolute;
        right: 0 !important;
        top: 2.625rem;
        padding: 0;
    }
	 */
/* CART */
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button { margin-top: 5px; }
.woocommerce-account .col-1, .woocommerce-account .col-2 { width: 100%; }	
	
.product .product-wrapper.bordered {
    border: 0;
}

	
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

input[type="radio"]:checked {
  background-color: #56a241; 
}	
	
	
}

