.button-fill {
  background-color: #eb4824 !important;
  border: 1px solid #fff !important;
  color: #fff !important; }
  .button-fill:hover {
    background-color: #fff !important;
    border: 1px solid #eb4824 !important;
    color: #eb4824 !important; }

.elementor-widget-custom_checkout label:not(.checkbox),
.elementor-widget-custom_checkout #payment_method_authorize_net_cim_credit_card {
  display: none !important; }

.elementor-widget-custom_checkout label.checkbox {
  display: inline-block !important; }

.elementor-widget-custom_checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
  background: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  padding: var(--sections-padding, 16px 30px);
  margin: var(--sections-margin, 0 0 24px 0);
  border: none;
  display: block; }

.elementor-widget-custom_checkout .form-row {
  width: 49%;
  float: left;
  margin-bottom: 5px;
  margin-right: 1%; }
  .elementor-widget-custom_checkout .form-row.form-row-last {
    margin-right: 0;
    margin-left: 1%; }
  .elementor-widget-custom_checkout .form-row.place-order {
    width: 100%; }
  .elementor-widget-custom_checkout .form-row.form-row-wide {
    width: 100%; }
  .elementor-widget-custom_checkout .form-row input:not(.input-checkbox) {
    width: 100%; }
  .elementor-widget-custom_checkout .form-row select,
  .elementor-widget-custom_checkout .form-row .select2-container--default .select2-selection--single {
    background-color: #f1f1f1; }

.elementor-widget-custom_checkout .select2-container {
  margin-bottom: 5px; }

.elementor-widget-custom_checkout #login-section {
  padding-left: 15px; }

.elementor-widget-custom_checkout #order_comments {
  display: none !important; }

.woocommerce #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods {
  background-color: #fff !important;
  border: none;
  padding: 0; }

#wc-authorize-net-cim-credit-card-credit-card-form label:not(label[for="wc-authorize-net-cim-credit-card-tokenize-payment-method"]) {
  display: block !important; }

.woocommerce #payment ul.payment_methods li .payment_box {
  padding: 0; }

#place_order {
  background: #eb4824;
  color: #fff;
  border: 1px solid #fff; }
  #place_order:hover {
    background: #fff;
    color: #000;
    border: 1px solid #eb4824; }

.woocommerce-checkout table.shop_table {
  width: 100%; }
  .woocommerce-checkout table.shop_table label {
    display: inline-block !important; }

#calculations td label {
  display: inline !important; }

.cart-subtotal th {
  text-align: right !important; }

.woocommerce form.checkout table th,
.woocommerce form.checkout table td {
  text-align: left !important; }

.woocommerce form.checkout table .cart-subtotal th {
  text-align: right !important;
  font-weight: bold !important; }

thead {
  display: none; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1440px; }

input[type='radio'] {
  margin-right: 15px; }

table {
  width: 100%; }

.text-bold {
  font-weight: bold !important; }

.order-total td bdi {
  color: #eb4824; }

.border-top {
  border-top: 1px solid #D8D8D8; }

#shipping_method li, .woocommerce-checkout-payment li {
  list-style-type: none !important; }

#terms {
  display: inline-block !important; }

#wc-authorize-net-cim-credit-card-account-number {
  margin: 10px 0; }

#conditions {
  width: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  background: white; }

a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  outline: none !important; }

pre,
code {
  font-size: 12px; }

iframe,
img {
  max-width: 100%; }

.order-total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .order-total p {
    font-weight: bold !important;
    font-size: 21px !important; }
  .order-total #order-total bdi {
    color: #EB4823; }
  @media only screen and (max-width: 768px) {
    .order-total .checkout-button-wrapper {
      text-align: center; }
    .order-total .checkout-button {
      margin-top: 15px; } }

.woocommerce table.cart td.actions .checkout-button, .woocommerce table.cart td.actions input[type=submit] {
  text-align: center; }

.woocommerce-error {
  font-size: 18px !important;
  color: #EB4823;
  border: 1px solid #EB4823;
  padding: 10px; }

.label {
  padding-bottom: 10px; }

.woocommerce-page .button {
  border: 1px solid #EB4823 !important; }

/* _grid.scss */
.container {
  max-width: 100vw;
  padding: 0 16px;
  margin: 0 auto; }
  @media (min-width: 0) {
    .container {
      padding: 0 0px; } }
  @media (min-width: 576px) {
    .container {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .container {
      padding: 0 25px; } }
  @media (min-width: 992px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .container {
      padding: 0 35px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0) {
    [class*="col-"].col-xs-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    [class*="col-"].col-xs-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    [class*="col-"].col-xs-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    [class*="col-"].col-xs-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    [class*="col-"].col-xs-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    [class*="col-"].col-xs-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    [class*="col-"].col-xs-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    [class*="col-"].col-xs-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    [class*="col-"].col-xs-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    [class*="col-"].col-xs-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    [class*="col-"].col-xs-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    [class*="col-"].col-xs-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 576px) {
    [class*="col-"].col-sm-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    [class*="col-"].col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    [class*="col-"].col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    [class*="col-"].col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    [class*="col-"].col-sm-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    [class*="col-"].col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    [class*="col-"].col-sm-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    [class*="col-"].col-sm-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    [class*="col-"].col-sm-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    [class*="col-"].col-sm-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    [class*="col-"].col-sm-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    [class*="col-"].col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    [class*="col-"].col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    [class*="col-"].col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    [class*="col-"].col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    [class*="col-"].col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    [class*="col-"].col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    [class*="col-"].col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    [class*="col-"].col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    [class*="col-"].col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    [class*="col-"].col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    [class*="col-"].col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    [class*="col-"].col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    [class*="col-"].col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    [class*="col-"].col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    [class*="col-"].col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    [class*="col-"].col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    [class*="col-"].col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    [class*="col-"].col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    [class*="col-"].col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    [class*="col-"].col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    [class*="col-"].col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    [class*="col-"].col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    [class*="col-"].col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    [class*="col-"].col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    [class*="col-"].col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    [class*="col-"].col-xl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    [class*="col-"].col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    [class*="col-"].col-xl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    [class*="col-"].col-xl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    [class*="col-"].col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    [class*="col-"].col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    [class*="col-"].col-xl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    [class*="col-"].col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    [class*="col-"].col-xl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    [class*="col-"].col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    [class*="col-"].col-xl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    [class*="col-"].col-xl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.d-inline-block {
  display: inline-block !important; }

.text-align-right {
  text-align: right !important; }

.offset-1 {
  margin-left: calc((100% / 12) * 1); }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc((100% / 12) * 1); } }

.offset-2 {
  margin-left: calc((100% / 12) * 2); }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: calc((100% / 12) * 2); } }

.offset-3 {
  margin-left: calc((100% / 12) * 3); }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: calc((100% / 12) * 3); } }

.offset-4 {
  margin-left: calc((100% / 12) * 4); }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: calc((100% / 12) * 4); } }

.offset-5 {
  margin-left: calc((100% / 12) * 5); }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: calc((100% / 12) * 5); } }

.offset-6 {
  margin-left: calc((100% / 12) * 6); }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: calc((100% / 12) * 6); } }

.offset-7 {
  margin-left: calc((100% / 12) * 7); }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: calc((100% / 12) * 7); } }

.offset-8 {
  margin-left: calc((100% / 12) * 8); }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: calc((100% / 12) * 8); } }

.offset-9 {
  margin-left: calc((100% / 12) * 9); }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: calc((100% / 12) * 9); } }

.offset-10 {
  margin-left: calc((100% / 12) * 10); }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: calc((100% / 12) * 10); } }

.offset-11 {
  margin-left: calc((100% / 12) * 11); }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: calc((100% / 12) * 11); } }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media (min-width: 576px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

hr {
  border: 1px solid #e5e5e5; }

.text-right {
  text-align: right !important; }

.cart-count {
  font-size: 16px;
  width: 35px;
  height: 35px;
  padding: 5px;
  background-color: rgba(235, 72, 35, 0.5);
  color: #EB4823;
  text-align: center;
  border-radius: 50%;
  line-height: 25px; }

td.product-quantity {
  padding: 0;
  width: 20%; }
  @media only screen and (max-width: 768px) {
    td.product-quantity {
      width: 50%; } }

div.quantity.buttons_added {
  padding: 10px 7px;
  margin-top: 10px; }

.woocommerce div.product .cart .quantity {
  padding-bottom: 55px; }

.page_header {
  height: 140px;
  max-height: 140px;
  border-bottom: 7px solid #EB4824;
  background-color: #fff;
  font-family: 'Poppins', sans-serif; }
  .page_header .header_inner {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .page_header .header_inner .header_content_container {
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .page_header .header_inner .header_content_container .header_main {
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 45px;
        font-family: 'Poppins', sans-serif; }
        .page_header .header_inner .header_content_container .header_main .header_left {
          top: 15px;
          font-family: 'Poppins', sans-serif; }
        .page_header .header_inner .header_content_container .header_main .header_right_mobile {
          display: none;
          font-family: 'Poppins', sans-serif; }
        .page_header .header_inner .header_content_container .header_main .header_right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          width: calc(100% - 250px);
          font-family: 'Poppins', sans-serif; }
          .page_header .header_inner .header_content_container .header_main .header_right .header_right_top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 25px;
            width: 100%;
            max-height: 60px;
            padding-bottom: 20px;
            font-family: 'Poppins', sans-serif; }
            .page_header .header_inner .header_content_container .header_main .header_right .header_right_top .cart_link {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              gap: 10px;
              font-weight: bold;
              font-family: 'Poppins', sans-serif; }
            .page_header .header_inner .header_content_container .header_main .header_right .header_right_top a:hover {
              color: inherit;
              opacity: 0.7; }
            .page_header .header_inner .header_content_container .header_main .header_right .header_right_top strong {
              font-weight: 900; }
          .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            max-height: 60px; }
            .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li.active a {
              color: #EB4824;
              font-weight: 900; }
              .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li.active a span {
                border-bottom: 3px solid #FAD2C9; }
            .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a {
              color: #131415;
              font-weight: 900;
              font-size: 18px;
              line-height: 20px !important; }
              .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a:hover {
                opacity: 0.7; }
              .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a span {
                padding-bottom: 3px; }
      .page_header .header_inner .header_content_container .mobile_menu {
        display: none; }
        .page_header .header_inner .header_content_container .mobile_menu.show {
          display: block; }
        .page_header .header_inner .header_content_container .mobile_menu .info {
          text-align: center;
          margin: 0 auto; }
        .page_header .header_inner .header_content_container .mobile_menu ul {
          width: 90%;
          max-width: 420px; }

@media only screen and (max-width: 1000px) {
  .page_header .header_inner .header_content_container .header_main .header_right {
    display: none; }
  .page_header .header_inner .header_content_container .header_main .header_right_mobile {
    display: block; } }

@media only screen and (min-width: 1001px) {
  .page_header .header_inner .header_content_container .mobile_menu {
    display: none !important; } }

@media only screen and (max-width: 1350px) {
  .page_header .header_inner .header_content_container .header_main .header_right .header_right_top {
    font-size: 13px; }
    .page_header .header_inner .header_content_container .header_main .header_right .header_right_top .cart_link {
      font-size: 13px; }
    .page_header .header_inner .header_content_container .header_main .header_right .header_right_top a {
      font-size: 13px; }
    .page_header .header_inner .header_content_container .header_main .header_right .header_right_top strong {
      font-size: 13px; }
  .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li {
    margin: 0; }
    .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li.active a {
      color: #EB4824;
      font-weight: 900; }
      .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li.active a span {
        border-bottom: 3px solid #FAD2C9; }
    .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a {
      color: #131415;
      font-weight: 900;
      font-size: 14px;
      line-height: 16px !important;
      padding: 0 13px; }
      .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a:hover {
        opacity: 0.7; }
      .page_header .header_inner .header_content_container .header_main .header_right .header_right_bottom nav.main_menu ul li a span {
        padding-bottom: 3px; } }

.cart-shipping-disclaimer {
  margin: 0 0 40px 0; }

.product-international-shipping-disclaimer {
  border: 1px solid #EB4824;
  padding: 10px;
  margin: 25px 0; }

.woocommerce div.cart-collaterals div.cart_totals {
  float: none;
  width: 100%; }

.woocommerce-shipping-calculator #calc-shipping-button {
  display: inline-block; }

.woocommerce-shipping-calculator .bi {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 20px; }

.woocommerce-shipping-calculator .shipping-calculator-form {
  width: 50%;
  padding: 20px 0; }

.shop_table th {
  font-size: 16px;
  font-weight: normal !important;
  padding: 0 20px 20px 0; }
  @media only screen and (max-width: 768px) {
    .shop_table th {
      padding: 0; } }

.shop_table tr td {
  font-size: 16px;
  color: #000 !important; }

.shop_table bdi {
  color: #000;
  font-size: 16px;
  font-weight: bold; }

.shop_table #shipping_method li {
  padding-bottom: .5rem; }

#table-total {
  width: 100%; }

#shipping_to {
  vertical-align: bottom; }

.order-total th,
.order-total td bdi {
  font-weight: bold !important;
  font-size: 21px !important; }

.woocommerce-Price-amount {
  color: #000 !important; }

.checkout-button {
  display: inline-block !important; }

hr {
  border: 1px solid #e5e5e5; }

.text-right {
  text-align: right !important; }

.cart-count {
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: rgba(235, 72, 35, 0.5);
  color: #EB4823;
  text-align: center;
  border-radius: 50%;
  line-height: 20px; }
  .cart-count.mobile {
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 10px;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 20px; }

.single-product__header {
  margin-top: 102px;
  margin-bottom: 40px; }
  .single-product__header__title h1.product_title {
    line-height: 47px !important;
    font-size: 38px !important;
    font-weight: bold; }
  .single-product__header__categories {
    font-size: 18px;
    font-weight: 400; }
    .single-product__header__categories a {
      color: #EB4824;
      font-size: 18px;
      font-weight: 400;
      text-decoration: underline; }
      .single-product__header__categories a:hover {
        text-decoration: none; }

.single-product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .single-product__details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.single-product__left-col {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .single-product__left-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-right: 0;
      margin-bottom: 30px; } }

.single-product__right-col {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .single-product__right-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-left: 0;
      margin-bottom: 30px; } }

.single-product__images {
  margin-bottom: 66px; }
  .single-product__images .woocommerce-product-gallery {
    margin: 0;
    width: 100% !important; }

.single-product__specifications {
  width: 100%;
  margin-bottom: 66px; }
  .single-product__specifications .woocommerce-product-attributes {
    width: 100%;
    border: 1px solid #C5C5C5; }
    .single-product__specifications .woocommerce-product-attributes tr, .single-product__specifications .woocommerce-product-attributes td {
      border: 1px solid #C5C5C5; }
    .single-product__specifications .woocommerce-product-attributes th {
      text-align: center !important;
      font-size: 16px !important; }
    .single-product__specifications .woocommerce-product-attributes td {
      text-align: center !important;
      color: #323232;
      font-size: 16px !important; }

.single-product__testimonial {
  margin-bottom: 30px; }
  .single-product__testimonial h3 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-product__testimonial h3 img {
      margin-right: 10px; }
  .single-product__testimonial__quote {
    margin-top: 5px;
    margin-bottom: 30px;
    font-style: italic; }
  .single-product__testimonial__date {
    font-weight: bold; }

.single-product__add-to-cart {
  display: block; }
  .single-product__add-to-cart .quantity {
    margin-bottom: 0;
    float: none !important;
    display: inline-block !important; }

.single-product__summary li {
  color: #323232;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-style: normal; }

.single-product__summary__price .price span.amount {
  font-size: 32px !important;
  font-weight: bold !important; }

.single-product__summary__faqs {
  margin-top: 40px;
  margin-bottom: 30px; }
  .single-product__summary__faqs__title {
    margin-bottom: 20px;
    text-transform: none; }
    .single-product__summary__faqs__title a {
      text-transform: none; }

.single-product__faq {
  margin-bottom: 10px; }
  .single-product__faq__header {
    padding: .5rem 1rem;
    border: 1px solid #C5C5C5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    .single-product__faq__header.expanded img {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
    .single-product__faq__header.expanded + .single-product__faq__content {
      height: auto; }
  .single-product__faq__content {
    height: 0;
    overflow: hidden;
    margin-bottom: 15px; }
    .single-product__faq__content .inner {
      padding: 10px; }
    .single-product__faq__content p {
      margin-bottom: 5px; }
      .single-product__faq__content p a {
        text-decoration: underline; }

.single-product__footer .related.products, .single-product__footer .upsells.products {
  margin-top: 0; }
  .single-product__footer .related.products .qode-related-upsells-title, .single-product__footer .upsells.products .qode-related-upsells-title {
    text-transform: none; }
    .single-product__footer .related.products .qode-related-upsells-title a, .single-product__footer .upsells.products .qode-related-upsells-title a {
      text-transform: none; }
  .single-product__footer .related.products .products .product, .single-product__footer .upsells.products .products .product {
    padding: 0; }
  .single-product__footer .related.products .products li .image-wrapper, .single-product__footer .upsells.products .products li .image-wrapper {
    min-height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-product__footer .related.products .products li img, .single-product__footer .upsells.products .products li img {
    height: 225px;
    width: auto;
    max-height: none; }
  .single-product__footer .related.products .products li.product h4, .single-product__footer .related.products .products li.product h6, .single-product__footer .upsells.products .products li.product h4, .single-product__footer .upsells.products .products li.product h6 {
    margin: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* image Gallery */
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support {
  margin: 0 !important;
  border: 0;
  float: none !important; }
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support > figure {
    border: 1px solid #C5C5C5; }
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-viewport {
    margin-left: 0;
    margin-bottom: 0;
    border: 1px solid #C5C5C5; }
  .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav li {
      margin: 10px 5px;
      border: 1px solid #C5C5C5; }
      .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav li:first-of-type {
        margin-left: 0; }
      .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav li:last-of-type {
        margin-right: 0; }

.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images figure {
  width: 100%; }

.desktop-only {
  display: inherit; }
  @media screen and (max-width: 767px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-only {
      display: inherit; } }

.related-product__top {
  padding: 10px;
  border: 1px solid #C5C5C5;
  border-bottom: none; }

.related-product a.product-category.product-info {
  padding-top: 0 !important; }

.related-product .product-categories {
  line-height: 20px; }
  .related-product .product-categories a {
    line-height: 1.1; }


/*# sourceMappingURL=main.css.map*/