/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.2.1584968896
Updated: 2020-03-23 13:08:16

*/
:root {
  --primary: #244662;
  --primary-light: #32658f;

  --text-transform: none;
  --fonth: "Abel", Helvetica, Arial, Lucida, sans-serif;
  --fonth_weight: 400;
  --fontp: "Open Sans", sans-serif;

  --shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --shadow-heavy: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}

.featured-cats h2 {
  padding-bottom: 2px;
  line-height: 37px;
  display: inline-block;
  padding-top: 36%;
}

.featured-cats .et_pb_slide_content {
  background: #204f80;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
}

.btn {
  border-radius: 0px;
  display: inline-block;
  font-family: var(--fonth);
  font-weight: var(--foth_weight);
  text-transform: var(--text-transform);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 18px;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
}

.btn:hover {
  cursor: pointer;
}

.btn-primary:hover {
  background-color: var(--primary-light);
}

.form-control,
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-submit) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body div.wpcf7-mail-sent-ok,
body div.wpcf7-response-output {
  border-left: 5px solid #398f14 !important;
  background-color: #398f14;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  color: #fff;
}

body form.invalid div.wpcf7-response-output,
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  background-color: #f7a000 !important;
  border-left: 5px solid #d58b01 !important;
  color: #fff;
  font-weight: 600 !important;
  margin: 0;
}

footer .menu {
  list-style-type: none;
}

footer .menu li.menu-item a:before {
  content: "-";
  padding-right: 5px;
}

footer .menu li.menu-item a:hover {
  opacity: 0.7;
}

footer .footer-social-links {
  list-style-type: none;
  margin-top: 1em;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

/*
*   ========================
*	Cart Changes
*/
.woocommerce-cart dd[class^="variation-"] img {
  display: none;
}

.quantity .qty-inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.quantity .qty-inner-wrapper input.qty {
  padding: 0.6em 0.8em;
  font-size: 16px !important;
  height: auto;
  -moz-appearance: textfield;
  border-radius: 0 !important;
}

.quantity .qty-inner-wrapper input::-webkit-outer-spin-button,
.quantity .qty-inner-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .qty-inner-wrapper .qty-modify {
  border: none !important;
  background-color: var(--primary-light) !important;
  color: #fff !important;
  padding: 0.6em 1.2em !important;
  display: block;
  height: auto !important;
  width: auto !important;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  font-weight: 600 !important;
  transition: all 0.3s;
}

.quantity .qty-inner-wrapper .qty-modify:hover {
  cursor: pointer;
  background-color: var(--primary) !important;
}

.quantity .qty-inner-wrapper .qty-modify,
.quantity .qty-inner-wrapper input.qty {
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: var(--fontp);
}

.quantity .qty-inner-wrapper .qty-modify.minus {
  border-radius: 30px 0 0 30px !important;
}

.quantity .qty-inner-wrapper .qty-modify.plus {
  border-radius: 0 30px 30px 0 !important;
}

body.woocommerce-cart td.product-name {
  width: 45% !important;
}

body.woocommerce-cart td.product-name .item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

body.woocommerce-cart td.product-name .item-wrapper .thumbnail {
  width: 35% !important;
}

body.woocommerce-cart td.product-name .item-wrapper .content {
  width: 65% !important;
  padding-left: 1em;
  padding-right: 1em;
}
body.woocommerce-cart td.product-name .item-wrapper .thumbnail img {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart td.product-name .content .product-title {
  font-family: var(--fonth);
  color: var(--primary);
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 10px !important;
  display: block;
  margin-bottom: 3px;
}

body.woocommerce-cart td.product-name .content dl.variation dt {
  display: block;
  color: var(--primary-light);
  width: 100%;
  font-weight: 500;
}

body.woocommerce-cart td.product-name .content dl.variation dd {
  display: block;
  font-style: italic;
  width: 100%;
}

body.woocommerce-cart .checkout-button,
body.woocommerce-cart form.woocommerce-cart-form table.shop_table {
  margin-bottom: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

body.woocommerce-cart .cart_totals table.shop_table {
  border: none;
  margin-bottom: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  display: block;
  width: 100%;
  color: var(--primary);
  font-size: 1.5em;
  font-family: var(--fonth);
  font-weight: 900;
  text-align: center;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  display: block;
  width: 100%;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  text-align: center;
  font-size: 1.5em;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td {
  text-align: center !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  background-color: var(--primary-light);
  color: #fff;
  padding: 8px 12px;
  max-width: 75%;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
}

body.woocommerce-cart h1 {
  font-size: 3em;
}

body.woocommerce-cart p.woocommerce-shipping-destination {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

.woocommerce ul#shipping_method li input[type="radio"] {
  display: none;
}

.woocommerce ul#shipping_method li label {
  display: flex;
  width: 100%;
  border-radius: 30px;
  padding: 8px 14px;
  align-items: center;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}

.woocommerce ul#shipping_method li label:before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  color: rgba(34, 34, 34, 0.8);
  margin-right: 5px;
}

.woocommerce ul#shipping_method li input[type="radio"]:checked + label {
  background-color: var(--primary);
  color: #fff !important;
}

.woocommerce ul#shipping_method li input[type="radio"]:checked + label:before {
  content: "\f192";
  color: #fff !important;
}

.woocommerce
  ul#shipping_method
  li
  input[type="radio"]:not(:checked)
  + label:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 600;
  margin-left: auto;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  background-color: #f2f2f2 !important;
  color: #222 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-size: 16px !important;
  padding: 7px 12px !important;
  height: auto;
  line-height: normal;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 0.8; /* Firefox */
}

.woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 34, 34, 0.8);
}

.woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(34, 34, 34, 0.8);
}

.woocommerce-cart button[name="update_cart"] {
  color: #fff !important;
}

body.woocommerce-cart .cart-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

body.woocommerce-cart form.woocommerce-cart-form {
  display: flex;
}

@media (min-width: 992px) {
  body.woocommerce-cart .cart-flex form.woocommerce-cart-form {
    width: calc(75% - 10px);
    margin-right: 10px;
  }

  body.woocommerce-cart .cart-flex .cart-collaterals {
    width: calc(25% - 10px);
    margin-left: 10px;
  }

  body.woocommerce-cart .cart-flex form.woocommerce-cart-form,
  body.woocommerce-cart .cart-flex .cart-collaterals {
    border: 1px solid #eee;
    box-shadow: var(--shadow);
    border-radius: 10px;
  }

  body.woocommerce-cart .cart-flex form.woocommerce-cart-form table {
    border: none !important;
  }

  body.woocommerce-cart .cart-flex .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  body.woocommerce-cart .cart-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  body.woocommerce-cart td.product-name {
    width: 100% !important;
    border-top: none !important;
  }

  body.woocommerce-cart .quantity .qty-inner-wrapper {
    justify-content: center;
  }

  body.woocommerce-cart.woocommerce-page
    table.shop_table_responsive
    tr
    td.product-subtotal {
    text-align: center !important;
  }

  body.woocommerce-cart .cart_totals {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #eee;
  }

  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td::before {
    display: none !important;
  }

  body.woocommerce-cart td.product-remove {
    position: absolute;
    right: 0;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-family: var(--fonth);
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    text-align: center !important;
  }
}

/*
*	End Cart
*	========================
*/

.alert.easter-coupon-alert {
  padding: 1em;
  /*
	Red...
	background-color: #c12c2c;
	color:#fff;
	border-bottom:2px solid #9c2323;
	*/
  background-color: #e49e4f;
  color: #fff;
  border-bottom: 2px solid #ce832e;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 0.75em;
}

.contact-flex-form form .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-flex-form form .flex .col {
  width: 50%;
  padding: 1em;
}

.contact-flex-form form .flex .col.w-100 {
  width: 100%;
  text-align: right;
  position: relative;
}

.contact-flex-form form .flex .col.w-100 .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 884px) {
  .contact-flex-form form .flex {
    flex-direction: column;
  }

  .contact-flex-form form .flex .col {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}

#footer-widgets .footer-widget {
  display: flex;
  flex-direction: column;
}

#footer-widgets .footer-widget div {
  margin-bottom: 1em;
}

#page-container #top-header {
  background-color: #244660 !important;
}

#top-header .container {
  max-width: 1920px;
}

.has-vivid-red-background-color p {
  padding-bottom: 1em !important;
}

.wp-block-group.has-background.top-bar-coupon {
  padding: 1rem;
}

.menu-item img {
  max-height: 2rem;
}
