.price_slider{ 
    margin-bottom: 1em;
}
.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.price_slider_amount .button {
    font-size:1.15em;
}
.price_slider_amount .button {
    float: left;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 18px;
    border: 1px solid rgb(136 100 94);
    cursor: pointer;
    background: #db3f26;
    background: -webkit-gradient(linear,left top,left bottom,from(#000000),to(#ffffff));
    background: -webkit-linear-gradient(#ffffff,#ffffff);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgb(255 255 255), 0 0 0 1px rgb(255 255 255) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 0 1px rgb(255 255 255) inset;
}
.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 var(--c1);
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.ui-slider-horizontal {
    height:.5em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.woocommerce-sidebar-1 .woocommerce-sidebar-container {
    margin-bottom: 40px;
}
.price_slider_amount button.button {
    background: var(--c1);
    color: #fff;
    padding: 10px 29px;
    transition: all .7s;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.price_slider_amount button.button:hover {
    background: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--c1);
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #222;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-right: 7px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    padding: 11px 20px 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.comment-form-rating p.stars a {color: var(--c1);}
div#review_form .comment-form-rating  label {font-weight: 600;font-size: 18px;}
div#reviews p.form-submit  input#submit {
    background: var(--c1);
    border-radius: unset;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .7s;
}
div#reviews p.form-submit input#submit:hover {
    background: #222;
    color: #ffff;
}
p.comment-form-comment textarea#comment {border: 1px solid #c5c5c5;min-height: 140px;padding: 11px 11px;color: #757575;}
p.comment-form-comment textarea#comment:focus {
    outline: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    background: var(--c1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    padding: 11px 20px 11px;
}
.product_meta span.posted_in a {
    color: #000;
    font-weight: 700;
    color: var(--c1);
}
.product_meta span.posted_in a:hover {
    text-decoration: none;
    color: #222;
}
.woocommerce div.product form.cart .button {
    background: var(--c1);
    border-radius: unset;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .7s;
}
.woocommerce div.product form.cart .button:hover {
    background: #000;
}
.summary.entry-summary .woocommerce div.product p.price, .summary.entry-summary .woocommerce div.product span.price {
    color: #ff0a0a;
}
.summary.entry-summary p.price {
    color: var(--c1) !important;
}
form.cart .quantity input {
    width: 70px !important;
    line-height: 32px;
    border: 1px solid #c1c1c1;
}
form.cart .quantity input:focus {
    outline: none;
}
.summary.entry-summary form.cart {
    padding: 21px 0 !important;
    margin: 0 !important;
}
.woocommerce-message {
    border-top-color: var(--c1);
}
.woocommerce-message::before {
    color: var(--c1);
}
.woocommerce-message a.button.wc-forward {
    background: var(--c1);
    color: #fff;
    border-radius: unset;
}
.woocommerce-message a.button.wc-forward:hover {
    background: #000;
}
section.simple-page {
    padding: 70px 0 30px;
}
/* cart page: change background color of coupon code and update cart row */

.woocommerce-cart .woocommerce table.shop_table td.actions {
border-top: 1px solid #e6e6e6;
background: #f7f7f7;
/* change color here */
border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .woocommerce .cart-collaterals {width: 100%;/* float: right; */}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
width: 49%;
}

/* change font size and font color of the cart titles (Product Price Quantity Total Subtotal */

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
color:var(--c1);
font-size: 14px;
font-size: 1.4rem;
}

/* change the border below the first row in the cart */

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-cart .woocommerce table.shop_table th {
border-bottom: 4px solid var(--c1);
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
border: 1px solid #e6e6e6;
margin: 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0;
border-bottom: none;
border-right: none;
margin-bottom: 35px;
border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
width: auto;
margin: -2px .5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
width: auto;
margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
border-top: none;
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
text-align: right;
padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
border-right: 1px solid #e6e6e6;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th {}

.woocommerce-cart .cart-collaterals .cart_totals table th {
border-bottom: 1px solid #e6e6e6;
}

/* change button Proceed to Checkou color and font weight here */

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {background:var(--c1) !important;font-weight: 400;}

/* change button Proceed to Checkou hover color here */

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
background: #000 !important;
}

/* change butons Add to cart, Apply code and Proceed to Checkout styling here */

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {background: var(--c1) !important;color: #fff;font-weight: 300;/* border-radius: 40px; */}

/* change butons Add to cart hover color here */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {color: #000 !important;background: #ececec !important;box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.5);}

/* modify place order button styling in checkout page */

body .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: right;
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
font-size: 1.4em;
padding: 1em;
border-radius: 40px;
margin-top: .5em;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
width: 49%;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
background: #ccc;
}

body .woocommerce a.checkout-button.button.alt {/* border-radius: 40px; */}

/* change the padding of each item in the cart and checkout page*/

body .woocommerce table.shop_table td {
padding: 19px;
}

/* change styling of the shop table on the checkout page */

body .woocommerce-checkout table.shop_table td {
text-align: right;
border-right: 1px solid #e6e6e6;
border-top: 0;
}

.woocommerce a.remove {
margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
text-align: right;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}

.woocommerce-checkout .woocommerce .col2-set {
width: 47%;
float: left;
margin-right: 4%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
margin-bottom: 2em;
width: 100%;
float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {background: #fff;width: 100%;/* float: right; */margin-right: 0;margin-top: 20px;}

.woocommerce-checkout #ship-to-different-address-checkbox {
width: auto;
float: right;
margin-left: 15px;
margin-top: 10px;
opacity: 1;
position: static;
}

.woocommerce-checkout #ship-to-different-address label {
font-size: 24px;
font-weight: 600;
line-height: 1;
margin: 0;
margin-bottom: 1em;
padding: 0;
text-transform: uppercase;
color: #000;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
padding-top: 2px;
font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
position: fixed;
z-index: 9;
box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
left: 52%;
margin-left: 0;
padding: 20px;
top: 0;
width: 45.5% !important;
-webkit-transition: padding .1s ease-in;
-moz-transition: padding .1s ease-in;
-o-transition: padding .1s ease-in;
-ms-transition: padding .1s ease-in;
transition: padding .1s ease-in;
}

.product-shipping-message {
font-size: 16px;
text-align: center;
text-transform: uppercase;
padding: 10px 0px;
border-top: 1px solid var(--c1);
border-bottom: 1px solid var(--c1);
}

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
border-bottom: none;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
max-width: 100%;
}

body .woocommerce .product-name a {
color: #000;
pointer-events: none;
cursor: default;
}

@media only screen and (max-width: 1139px) {
.woocommerce-cart .entry-content form {
width: 64%;
}
}

@media only screen and (max-width: 980px) {
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
.woocommerce-cart .entry-content form {
width: 81%;
float: none;
margin: 0 auto;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 81%;
float: None;
margin: auto;
}
body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
width: 100%;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 48%;
}
}

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {/* border-radius: 41px; */}

@media only screen and (max-width: 651px) {
.woocommerce-checkout .woocommerce .col2-set {
width: 100%;
float: none;
margin-right: 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
width: 100%;
float: none;
}
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
color: #555;
font-size: 16px;
font-size: 1.4rem;
}

.cart-collaterals {
font-size: 16px;
font-size: 1.4rem;
}

@media (min-width:900px) {
body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
width: 51%;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 12px 10px 10px;
width: 59%;
}
}

@media (max-width:481px) {
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
color: #555;
font-size: 16px;
font-size: 1.1rem;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 8px 10px 6px;
}
.cart_totals>table {
font-size: 1.1rem;
}
.woocommerce-cart {
overflow-x: hidden;
}
}

@media (max-width:321px) {
.woocommerce #respond #submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button {
font-size: initial!important;
}
}

/*edit background color of item list on checkout page */

#order_review>table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
background-color: #eee;
}

/*edit background color of payment box in checkout page */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #ebe9eb;
}

/*edit background color of payment method in checkout page*/

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #dfdcde;
/*change the color here*/
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields  span.woocommerce-input-wrapper {
    width: 100%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields input {
    padding: 7px 17px;
    border: 1px solid #c1c1c1;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-additional-fields textarea {
    height: 130px !important;
    border: 1px solid #c1c1c1;
    padding: 8px 10px;
}
.woocommerce-info {
    border-top-color: var(--c1);
}
.woocommerce-info::before {
    color: var(--c1);
}
.woocommerce-info a {
    color: #000;
}
.woocommerce-privacy-policy-text a {
    color: var(--c1);
}
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  background-color: #222;
  border-bottom: 1px solid rgb(255 255 255);
  position: relative;
  transition: all .7s;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: var(--c1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid var(--c1);
  border-bottom: 20px solid transparent;
  float: right;
  position: absolute;
  right: -14px;
  top: 2px;
  transition: all. 7s;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: var(--c1);
  color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid var(--c1);
  border-bottom: 20px solid transparent;
  float: right;
  right: -14px;
  top: 3px;
  position: absolute;
  transition: all .7s;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 16px;
    display: block;
    color: #fff;
    text-decoration: none;
}
form.woocommerce-EditAccountForm.edit-account input {
    height: 40px;
    border: 1px solid #adadad;
    padding: 0 15px;
    color: #5a5a5a;
}
.woocommerce-MyAccount-content .woocommerce-form-row em {
    font-weight: 600;
}
form.woocommerce-EditAccountForm.edit-account span.password-input {margin-left: 15px;}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
    background: #222 !important;
    color: #fff;
    transition: all .7s;
}
.woocommerce-MyAccount-content a {
    color: var(--c1);
}
.woocommerce-MyAccount-content a:hover {
    text-decoration: none;
    color: #000;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address, .u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
    width: 50% !important;
    max-width: 50%;
}
.woocommerce-address-fields span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-address-fields span.woocommerce-input-wrapper input, .woocommerce-address-fields span.woocommerce-input-wrapper select {
    padding:0 12px;
    height:35px;
    border: 1px solid #9c9c9c;
    color:#464646;
}
.woocommerce-address-fields button.button:hover {
    background: #222 !important;
    color: #fff;
    transition:  .7s;
}

.woocommerce-sidebar-1 h2:not(:first-child) {
    margin-top: 40px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
div#customer_login .woocommerce-Input--text {
    min-height: 40px;
    padding: 0 12px;
}
div#customer_login .woocommerce-Input--text {
    min-height: 40px;
    padding: 0 12px;
}
/*
     FILE ARCHIVED ON 22:00:45 Jul 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:41:49 Jun 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.915
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.016
  esindex: 0.018
  cdx.remote: 12.976
  LoadShardBlock: 44.855 (3)
  PetaboxLoader3.datanode: 717.109 (5)
  load_resource: 840.066
  PetaboxLoader3.resolve: 159.452
  loaddict: 59.859
*/