/*
 * Custom child code goes here.
 * A template should always ship with an empty custom.css
 */


@media (max-width: 800px) {
  .responsive-one-col .elementor-row {
    display: flex !important;
    flex-direction: column !important;
  }
  .responsive-one-col .elementor-row .elementor-column {
    width: 100%;
  }
  .responsive-one-col .elementor-row .elementor-column.column-50-width {
    width: 50% !important;
  }
}
#footer .block-iqitcontactpage hr,
#footer .block-iqitcontactpage .contact-rich {
  display: none;
}

#footer .block-iqitcontactpage .part p {
  margin-bottom: 0;
}
#header-user-btn .title,
#blockcart i, 
#header-user-btn a,
#header-user-btn i {
  color: #444;
}
#sticky-cart-wrapper #blockcart #cart-toogle > i,
#sticky-cart-wrapper #blockcart > a {
  color: #fff!important;
}
#blockcart #cart-toogle > i {
  font-size: 25px;
  margin-bottom: 8px;
}
#header-user-btn i {
  font-size: 30px;
}
#blockcart a,
#header-user-btn a {
  font-size: 12px;
}
#blockcart .title, 
#header-user-btn .title {
  margin-top: 0!important;
}

.for-append-footer-2 #policy {
  margin-right: 10px;
  margin-top: 5px;
}

#iqitcookielaw {
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 2px #000;
}

#iqitcookielaw .btn.btn-primary {
  margin-left: 20px;
}

#iqitcookielaw p {
  margin-bottom: 0;
}

.page-product #main-product-wrapper {
  margin-top: 30px;
}

#blockcart-content .cart-totals {
  font-size: 1.1rem;
}

#blockcart-content a {
  font-size: 14px;
}

#blockcart-content .cart-buttons a {
  font-size: 15px;
  font-weight: bold!important;
}

.cart-summary-line.cart-total {
  font-weight: 700;
  font-size: 1.2rem!important;
}

#wrapper .breadcrumb {
  margin-bottom: 4rem!important;
}

.carrier-hasLogo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.product_header_container {
  margin-bottom: 40px;
}
.product-add-to-cart {
  margin-top:  30px;
}
.product-information h4,
.product-information h3,
.product-information h2,
.product-information h1 {
  font-size: 20px;
}
.category-description.category-description-bottom {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .tabs.product-tabs.product-sections {
    display: flex;
    gap: 50px;
  }
  .product-details-section.block-section,
  .product-description-section.block-section {
    width: 50%;
  }
}