@media (min-width: 1100px) {
#_desktop_logo {
  width: 35%;
}
}

.an_homeproducts-background {
  display: none;
}

.footer-container li a {
  font-size: 16px;
  line-height: 20px;
}

body {   
    line-height: 20px;   
}

.elementor-nav--dropdown .menu-item .elementor-item-active, .elementor-nav--dropdown .menu-item .highlighted, .elementor-nav--dropdown .menu-item [href]:focus, .elementor-nav--dropdown .menu-item [href]:hover {
    background-color: #0e305d;
    color: #fff !important;
}

.ce-filters .elementor-field-subgroup {  
    gap: 15px !important;
}

.div_custom_fields {
  background: #4b8c004f;
  padding: 4%;
  margin-bottom: 15px;
}

#address select.form-control:not([size]):not([multiple]) {
  height: 45px;
}

@media (min-width: 768px) {
   #address .col-md-8 {
       width: 50% !important;
     padding: 0 12px !important;
    }
   #address .col-md-2 {
       width: 25% !important;
     
    }
}
    
.cart-action .sb-close-btn {
  text-align: center;
  line-height: 24px;
  display: flex;
  justify-content: center;
  left: unset;
  right: unset;
  top: unset;
  display: none;
}

.shopping-continue {
  padding: 0 15px;
  display: none;
}

.product .product-quantities,
#quantity_wanted_p,
input[name="qty"],
input.quantity {
  display: none !important;
}

.product-qty .product-qty-container {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  width: 95px;
  font-weight: 700;
  display: none;
}

.col-md-7 {
    float: left;
    width: 58.33333%;
    display: none;
  }
}

.cart-summary .total-line.shipping,
.cart-detailed-totals .total-line.shipping {
  display: none !important;
}

#header .header-nav .user-info {
  text-align: right;
  white-space: nowrap;
  display: none;
}

#supercheckout-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  display: none;
}


