/* Mobile Portrait View */
@media screen and (max-width:767px) {
.header-extras{text-align:center; display:block;}
.toggled .menu-toggle span{ background-color:#c09368;}
.footer h1, .footer h2, .footer h3, .footer h4{margin:0px;}
.header-cart{float: none; display: inline-block; vertical-align: bottom;}
.cart-customlocation{top:0px;}
.custom-cart-count{top:-5px;}
.header-account, .header-search-toggle{float:none; display:inline-block;}
}

/* Tablet View */
@media screen and (max-width:1023px) and (min-width:768px) {
.copyright-area{background-color: #815e3d !important;}
}
/* Mobile cart thumbnail fix: restore WooCommerce thumbnail column on small screens */
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
    padding: 16px 0 10px !important;
    margin: 0 !important;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail::before,
  .woocommerce table.cart .product-thumbnail::before,
  .woocommerce-page table.cart .product-thumbnail::before {
    content: none !important;
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail a,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail a,
  .woocommerce table.cart td.product-thumbnail a,
  .woocommerce-page table.cart td.product-thumbnail a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 96px !important;
    height: 96px !important;
    margin: 0 auto !important;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail img,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail img,
  .woocommerce table.cart td.product-thumbnail img,
  .woocommerce-page table.cart td.product-thumbnail img {
    display: block !important;
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-name .fl-cart-inline-thumb-wrap,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name .fl-cart-inline-thumb-wrap {
    display: block !important;
    clear: both;
    width: 100%;
    text-align: center !important;
    margin: 8px 0 10px !important;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-name .fl-cart-inline-thumb,
  .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name .fl-cart-inline-thumb {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
