/*
 Theme Name:   Outer Child Theme
 Description:  Outer Child Theme
 Template:     outer
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

@media only screen and (max-width: 768px) {
  .woocommerce ul.product-categories:not(.products) {
  display: block !important;
}
  .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
  width: 70%;
  margin: 0 auto;
}
.value {
width: 50%;
}
}

@media only screen and (min-width: 1025px) {
.mobile-only {
	display:none !important;
}
} 
@media only screen and (max-width: 1026px) {
.desktop-only {
   display:none !important;
}
} 
.woocommerce ul.product-categories:not(.products) {
    overflow-x: auto !important;
}
.sku_wrapper{
	display:none;
}
#billing_nip_field span.optional, #billing_company_field span.optional{
  display: none;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0px;
}
.woocommerce-checkout .site-main__inner > article.type-page #customer_details h3{
	letter-spacing: 0 !important;
}
.img_bg{
  background-image: url("https://hibimi.com/wp-content/uploads/2023/03/tlo.jpg");
  width: 1920px;
  height: 637px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.center{
	text-align: center;
}