@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//packerials.com/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=8.0.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//packerials.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(56,56,56);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(18,119,255);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(18,119,255);
	--btn-default-bgcolor-hover: rgb(0,86,202);
	--btn-accented-bgcolor: rgb(17,152,255);
	--btn-accented-bgcolor-hover: rgb(0,86,202);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://packerials.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,25,59);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Packerials Cart Page - Clean & Simple UI */

/* Page spacing */
.woocommerce-cart .wd-content-layout {
  padding-top: 28px;
  padding-bottom: 40px;
}

.woocommerce-cart .cart-content-wrapper {
  gap: 28px;
}

/* Cart table box */
.woocommerce-cart-form {
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(20, 30, 40, 0.05);
}

.woocommerce-cart-form table.shop_table {
  margin-bottom: 0;
  border: 0;
}

.woocommerce-cart-form table.shop_table thead th {
  background: #f6f7f9;
  color: #303640;
  border-bottom: 1px solid #e6e8eb;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  padding: 14px 12px;
}

.woocommerce-cart-form table.shop_table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #edf0f2;
  padding: 16px 12px;
}

/* Remove button */
.woocommerce-cart-form .product-remove a.remove {
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  color: #c62828 !important;
  background: #fff5f5;
  border: 1px solid #f2c7c7;
  font-size: 0 !important;
  font-weight: 400;
  text-align: center;
  font-family: inherit !important;
}

.woocommerce-cart-form .product-remove a.remove::before,
.woocommerce-cart-form .product-remove a.remove::after {
  display: none !important;
  content: none !important;
}

.woocommerce-cart-form .product-remove a.remove::after {
  content: "×" !important;
  display: block !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #c62828 !important;
  font-family: inherit !important;
}

.woocommerce-cart-form .product-remove a.remove:hover {
  background: #c62828;
  color: #ffffff !important;
  border-color: #c62828;
}

.woocommerce-cart-form .product-remove a.remove:hover::after {
  color: #ffffff !important;
}

/* Product image */
.woocommerce-cart-form .product-thumbnail img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: #f7f8fa;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  padding: 8px;
}

/* Product name */
.woocommerce-cart-form .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #202832;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.woocommerce-cart-form .product-name a:hover {
  color: #0f6f3a;
}

/* Price text */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  color: #202832;
  font-size: 15px;
  font-weight: 500;
}

/* Quantity buttons */
.woocommerce-cart .quantity {
  display: inline-flex !important;
  align-items: center;
  width: auto;
  background: #ffffff;
  border: 1px solid #d9dee5;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.woocommerce-cart .quantity input[type="button"] {
  min-width: 40px !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 0 !important;
  background: #f6f7f9 !important;
  color: #202832;
  font-size: 19px;
  font-weight: 400;
  box-shadow: none !important;
}

.woocommerce-cart .quantity input[type="button"]:hover {
  background: #e9edf2 !important;
  color: #111827;
}

.woocommerce-cart .quantity .qty {
  width: 52px;
  height: 40px;
  border: 0 !important;
  border-left: 1px solid #d9dee5 !important;
  border-right: 1px solid #d9dee5 !important;
  color: #202832;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  box-shadow: none !important;
}

/* Update cart button */
.woocommerce-cart .wd-cart-action-row td {
  padding-top: 16px !important;
  border-bottom: 0 !important;
}

.woocommerce-cart .cart-actions {
  justify-content: flex-end;
}

.woocommerce-cart button[name="update_cart"] {
  background: #303640 !important;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.woocommerce-cart button[name="update_cart"]:hover {
  background: #202832 !important;
}

/* Cart totals box */
.woocommerce-cart .cart_totals .cart-totals-inner {
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 4px 14px rgba(20, 30, 40, 0.05);
}

.woocommerce-cart .cart_totals h2 {
  color: #202832;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  text-transform: none;
}

.woocommerce-cart .cart_totals table.shop_table {
  border: 0;
  margin-bottom: 18px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  border-bottom: 1px solid #edf0f2;
  padding: 13px 0;
  vertical-align: top;
}

.woocommerce-cart .cart_totals table.shop_table th {
  color: #586170;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.woocommerce-cart .cart_totals table.shop_table td {
  color: #202832;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  border-bottom: 0;
  padding-top: 16px;
}

.woocommerce-cart .cart_totals .order-total strong,
.woocommerce-cart .cart_totals .order-total .amount {
  color: #202832;
  font-size: 22px;
  font-weight: 600;
}

.woocommerce-cart .cart_totals .includes_tax {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.45;
}

/* Keep CGST / SGST tax amounts same size as tax text */
.woocommerce-cart .cart_totals .includes_tax .amount,
.woocommerce-cart .cart_totals .includes_tax .woocommerce-Price-amount,
.woocommerce-cart .cart_totals .includes_tax .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

/* Shipping text */
.woocommerce-cart .woocommerce-shipping-methods {
  margin-bottom: 8px;
}

.woocommerce-cart .woocommerce-shipping-methods label {
  color: #0f6f3a;
  font-weight: 500;
}

.woocommerce-cart .woocommerce-shipping-destination {
  margin-bottom: 8px;
  color: #586170;
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-cart .shipping-calculator-button {
  color: #0f6f3a;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

/* Main checkout button */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 54px;
  background: #1ea651 !important;
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 22px;
  text-transform: none;
  box-shadow: 0 6px 16px rgba(30, 166, 81, 0.22);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #178844 !important;
  color: #ffffff !important;
}

/* Simple trust message */
.woocommerce-cart .wc-proceed-to-checkout::after {
  content: "Free shipping • Secure payment • Support available";
  display: block;
  margin-top: 13px;
  color: #586170;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* Address form */
.woocommerce-cart .shipping-calculator-form {
  margin-top: 12px;
  padding-top: 10px;
}

.woocommerce-cart .shipping-calculator-form input,
.woocommerce-cart .shipping-calculator-form select,
.woocommerce-cart .shipping-calculator-form .select2-selection {
  min-height: 42px;
  border-radius: 8px !important;
  border-color: #d9dee5 !important;
  background-color: #ffffff !important;
}

.woocommerce-cart .shipping-calculator-form button {
  width: 100%;
  background: #303640 !important;
  color: #ffffff !important;
  border-radius: 8px;
  font-weight: 500;
  text-transform: none;
}

/* Mobile */
@media (max-width: 767px) {
  .woocommerce-cart .wd-content-layout {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .woocommerce-cart-form {
    padding: 14px;
    border-radius: 8px;
  }

  .woocommerce-cart-form table.shop_table tbody td {
    padding: 14px 0;
  }

  .woocommerce-cart-form .product-thumbnail img {
    width: 78px;
    height: 78px;
  }

  .woocommerce-cart-form .product-name a {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .woocommerce-cart .quantity input[type="button"] {
    width: 38px;
    min-width: 38px !important;
    height: 38px;
    font-size: 18px;
  }

  .woocommerce-cart .quantity .qty {
    width: 48px;
    height: 38px;
  }

  .woocommerce-cart .cart_totals .cart-totals-inner {
    padding: 18px;
    border-radius: 8px;
  }

  .woocommerce-cart .cart_totals h2 {
    font-size: 20px;
  }

  .woocommerce-cart .wc-proceed-to-checkout {
    position: sticky;
    bottom: 62px;
    z-index: 50;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    min-height: 52px;
    font-size: 16px;
  }

  .woocommerce-cart .wc-proceed-to-checkout::after {
    font-size: 12px;
  }
}

/* Very small phones */
@media (max-width: 480px) {
  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .woocommerce-cart .cart_totals table.shop_table td {
    padding-top: 4px;
  }

  .woocommerce-cart .cart_totals .order-total .amount {
    font-size: 23px;
  }

  .woocommerce-cart button[name="update_cart"] {
    width: 100%;
  }
}