/**
 * Shop CSS Variables
 * Cart, login
 */
/* line 3, ../scss/_cart.scss */
.column-inner .woocommerce {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
  margin-top: 54px;
}
/* line 8, ../scss/_cart.scss */
.column-inner .woocommerce table {
  margin-bottom: 20px;
}
/* line 10, ../scss/_cart.scss */
.column-inner .woocommerce table.shop_table {
  border-radius: 0;
  border: none;
}
/* line 17, ../scss/_cart.scss */
.column-inner .woocommerce table.cart thead tr th {
  color: #363636;
  font-size: 16px;
  font-weight: 300 !important;
}
/* line 21, ../scss/_cart.scss */
.column-inner .woocommerce table.cart thead tr th.product-remove {
  width: 40px;
  padding: 0 5px;
}
/* line 28, ../scss/_cart.scss */
.column-inner .woocommerce table.cart img {
  border: 1px solid #b7b7b7;
}
/* line 35, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr.cart_item td {
  border-bottom: 5px solid white;
}
/* line 39, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td {
  background-color: #f8f5f5;
  border-top: none;
  padding: 20px 10px;
}
/* line 42, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td.product-remove {
  padding-right: 0;
}
/* line 47, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td span.amount {
  font-weight: 300;
}
/* line 51, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td a {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
}
/* line 55, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td a:hover {
  color: #ff5500;
}
/* line 59, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td.actions {
  background-color: white;
  padding: 15px 0;
}
/* line 64, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td.product-name dl {
  font-size: 12px;
}
/* line 67, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td.product-name dl.variation dt {
  font-weight: 400;
  padding: 0;
}
/* line 71, ../scss/_cart.scss */
.column-inner .woocommerce table tbody tr td.product-name dl.variation dd {
  padding: 0;
  margin-bottom: 0;
}
/* line 83, ../scss/_cart.scss */
.column-inner .woocommerce a.remove {
  width: 30px;
  height: 30px;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  color: #ff5500 !important;
  font-weight: 300;
  font-size: 26px;
}
/* line 91, ../scss/_cart.scss */
.column-inner .woocommerce a.remove:hover {
  background: #ff5500;
  color: white;
}
/* line 98, ../scss/_cart.scss */
.column-inner .woocommerce input.button {
  color: white;
  background-color: #b69b9b;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 22px;
  letter-spacing: 0.025em;
  line-height: 38px;
}
/* line 108, ../scss/_cart.scss */
.column-inner .woocommerce input.button:focus {
  outline: none;
}
/* line 111, ../scss/_cart.scss */
.column-inner .woocommerce input.button:hover {
  background-color: #ff5500;
  color: white;
}
/* line 117, ../scss/_cart.scss */
.column-inner .woocommerce .woocommerce-message, .column-inner .woocommerce .woocommerce-error {
  border-top-color: #ff5500;
  padding: 1em 1em 1em 2em!important;
  background-color: #f8f5f5;
  color: #363636;
  font-size: 22px;
  font-weight: 300;
}
/* line 124, ../scss/_cart.scss */
.column-inner .woocommerce .woocommerce-message:before, .column-inner .woocommerce .woocommerce-error:before {
  color: #ff5500;
  left: 10px;
}
/* line 130, ../scss/_cart.scss */
.column-inner .woocommerce .quantity .qty {
  width: 40px;
  background: white;
}
/* line 134, ../scss/_cart.scss */
.column-inner .woocommerce .quantity .minus, .column-inner .woocommerce .quantity .plus {
  background: white;
}
/* line 140, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals h2 {
  color: #8e7676;
  font-size: 24px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 12px;
  margin-top: 20px;
}
/* line 148, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table {
  background-color: #f8f5f5;
}
/* line 152, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr td, .column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr th {
  border-top: none;
  border-bottom: 5px solid white;
  padding: 6px 20px;
}
/* line 157, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr td {
  padding-right: 40px;
  text-align: right;
}
/* line 161, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr th {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
}
/* line 167, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th {
  font-weight: 600;
}
/* line 173, ../scss/_cart.scss */
.column-inner .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td > strong > span.amount {
  font-weight: 600;
}
/* line 188, ../scss/_cart.scss */
.column-inner .woocommerce .wc-proceed-to-checkout a.button.alt {
  color: white;
  background-color: #ff5500;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 48px;
  padding: 0 25px;
  float: right;
  letter-spacing: 0.025em;
}
/* line 201, ../scss/_cart.scss */
.column-inner .woocommerce .wc-proceed-to-checkout a:after {
  font-size: 18px;
  font-weight: 400;
  font-family: FontAwesome;
  content: '\f105';
  padding-left: 4px;
}
/* line 210, ../scss/_cart.scss */
.column-inner .woocommerce .cart-empty {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
}
/* line 215, ../scss/_cart.scss */
.column-inner .woocommerce .return-to-shop {
  margin-top: 40px;
}
/* line 218, ../scss/_cart.scss */
.column-inner .woocommerce .return-to-shop a.button {
  color: white;
  background-color: #ff5500;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 48px;
  padding: 0 25px;
  letter-spacing: 0.025em;
}

/* line 5, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11, .column-inner .woocommerce .col2-set .col-22 {
  margin-top: -10px;
}
/* line 7, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 h2, .column-inner .woocommerce .col2-set .col-22 h2 {
  margin-top: 0;
  color: #85695e;
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  line-height: 1.3;
}
/* line 17, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form.login, .column-inner .woocommerce .col2-set .col-11 form.register, .column-inner .woocommerce .col2-set .col-22 form.login, .column-inner .woocommerce .col2-set .col-22 form.register {
  border-radius: 0;
  padding: 0;
  margin: 50px 0 0;
  border: 0;
}
/* line 23, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row, .column-inner .woocommerce .col2-set .col-22 form .form-row {
  padding: 0;
  margin: 0 0 25px;
}
/* line 26, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row label, .column-inner .woocommerce .col2-set .col-22 form .form-row label {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* line 32, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row label span.required, .column-inner .woocommerce .col2-set .col-22 form .form-row label span.required {
  color: #ff5500;
  font-weight: 300;
}
/* line 38, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row input.input-text, .column-inner .woocommerce .col2-set .col-22 form .form-row input.input-text {
  border: 1px solid #b7b7b7;
  height: 28px;
  padding: 3px 5px;
  color: #363636;
  font-size: 16px;
  font-weight: 300;
}
/* line 47, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .submit-block, .column-inner .woocommerce .col2-set .col-22 form .form-row .submit-block {
  position: relative;
  background-color: #ff5500;
  float: left;
}
/* line 51, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .submit-block input.button, .column-inner .woocommerce .col2-set .col-22 form .form-row .submit-block input.button {
  background: none;
}
/* line 54, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .submit-block .angle-icon, .column-inner .woocommerce .col2-set .col-22 form .form-row .submit-block .angle-icon {
  font-size: 14px;
  color: white;
  font-weight: 400;
  margin-left: -24px;
}
/* line 61, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .inline, .column-inner .woocommerce .col2-set .col-22 form .form-row .inline {
  display: table;
  padding: 10px 0 10px 50px;
  margin-bottom: 0;
}
/* line 65, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .inline input, .column-inner .woocommerce .col2-set .col-22 form .form-row .inline input {
  display: none;
}
/* line 68, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .inline > span, .column-inner .woocommerce .col2-set .col-22 form .form-row .inline > span {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/no-check.png");
  margin-right: 5px;
  cursor: pointer;
}
/* line 77, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .form-row .inline input[type="checkbox"]:checked + span, .column-inner .woocommerce .col2-set .col-22 form .form-row .inline input[type="checkbox"]:checked + span {
  background: url("../img/check.png");
}
/* line 82, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .lost_password, .column-inner .woocommerce .col2-set .col-22 form .lost_password {
  margin-top: 45px;
}
/* line 84, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .lost_password a, .column-inner .woocommerce .col2-set .col-22 form .lost_password a {
  color: #ff5500;
  font-size: 16px;
  font-weight: 400;
}
/* line 88, ../scss/_login.scss */
.column-inner .woocommerce .col2-set .col-11 form .lost_password a:hover, .column-inner .woocommerce .col2-set .col-11 form .lost_password a:focus, .column-inner .woocommerce .col2-set .col-22 form .lost_password a:hover, .column-inner .woocommerce .col2-set .col-22 form .lost_password a:focus {
  color: #6a4545;
}
/* line 98, ../scss/_login.scss */
.column-inner .woocommerce .woocommerce-error li strong {
  font-weight: 600;
}
/* line 104, ../scss/_login.scss */
.column-inner .woocommerce .form-row.form-row-first {
  margin-top: 45px;
}
/* line 107, ../scss/_login.scss */
.column-inner .woocommerce .form-row label {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* line 113, ../scss/_login.scss */
.column-inner .woocommerce .form-row label span.required {
  color: #ff5500;
  font-weight: 300;
}
/* line 118, ../scss/_login.scss */
.column-inner .woocommerce .form-row input.input-text {
  border: 1px solid #b7b7b7;
  height: 28px;
  padding: 3px 5px;
  color: #363636;
  font-size: 16px;
  font-weight: 300;
}
/* line 126, ../scss/_login.scss */
.column-inner .woocommerce .form-row input.button {
  background-color: #ff5500;
}
/* line 128, ../scss/_login.scss */
.column-inner .woocommerce .form-row input.button.disabled {
  color: white;
}
/* line 130, ../scss/_login.scss */
.column-inner .woocommerce .form-row input.button.disabled:hover {
  color: white;
}
/* line 136, ../scss/_login.scss */
.column-inner .woocommerce .woocommerce-password-hint {
  font-size: 11px;
}

@media (min-width: 1024px) {
  /* line 142, ../scss/_login.scss */
  .col-11 {
    padding-right: 62px;
  }

  /* line 145, ../scss/_login.scss */
  .col-22 {
    padding-left: 62px;
  }
}
/* line 4, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .woocommerce-thankyou-order-received {
  padding-bottom: 25px;
}
/* line 7, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .woocommerce-thankyou-order-details {
  padding: 0;
}
/* line 10, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .woocommerce-thankyou-order-details li strong {
  font-weight: 400;
}
/* line 15, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details {
  margin-top: 50px;
}
/* line 17, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details h2 {
  color: #ff6600;
  font-weight: 300;
  margin-bottom: 25px;
}
/* line 25, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details table thead tr th {
  font-weight: 300;
}
/* line 32, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details table tbody tr td {
  border-top: 5px solid #fff;
}
/* line 34, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details table tbody tr td strong {
  font-weight: 300;
}
/* line 42, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details table tfoot tr th {
  font-weight: 300;
  border: none;
  text-align: right;
}
/* line 47, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-details table tfoot tr td {
  background-color: #f8f5f5;
  border-top: 5px solid #fff;
  font-weight: 300;
}
/* line 57, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .customer-info h2 {
  color: #ff6600;
  font-weight: 300;
  margin-bottom: 25px;
}
/* line 64, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .customer-info .customer_details tbody th {
  font-weight: 300;
  width: 15%;
}
/* line 70, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .customer-info .title {
  margin-top: 35px;
}
/* line 72, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .customer-info .title h3 {
  font-weight: 300;
}
/* line 78, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .order-again a {
  color: #fff;
  background-color: #b69b9b;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 22px;
  letter-spacing: 0.025em;
  line-height: 38px;
}
/* line 90, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .myaccount_user {
  margin-top: -25px;
}
/* line 93, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders {
  display: table;
  width: 100%;
  margin-top: 30px;
}
/* line 97, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders h2 {
  color: #ff6600;
  font-weight: 300;
  margin-bottom: 25px;
}
/* line 105, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders .my_account_orders thead tr th {
  font-weight: 300;
}
/* line 112, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders .my_account_orders tbody tr td {
  border-bottom: 5px solid #fff;
}
/* line 115, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders .my_account_orders tbody tr td.order-actions a {
  color: #fff;
  background-color: #ff6600;
  border-radius: 0;
}
/* line 119, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .my-orders .my_account_orders tbody tr td.order-actions a:hover {
  color: #fff;
  background-color: #b69b9b;
}
/* line 130, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .address {
  padding-top: 20px;
}
/* line 133, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .address header .edit {
  color: #ff6600;
  font-size: 14px;
}
/* line 136, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .address header .edit:hover {
  color: #b69b9b;
}
/* line 140, ../scss/_my-orders.scss */
.column-inner .section .woocommerce .address header h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 1, ../scss/_base.scss */
.wrap-shop {
  background-color: white;
}

/* line 4, ../scss/_base.scss */
.full-content {
  background-color: #f1f2f2;
  padding-bottom: 75px;
  padding-top: 35px;
}

/* line 9, ../scss/_base.scss */
.products {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
}

/* line 15, ../scss/_base.scss */
.products li {
  float: left;
  min-height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}

/* line 24, ../scss/_base.scss */
.products li img {
  width: 100%;
  height: auto;
  border: 1px solid #e6cec6;
  background-color: #FFFFFF;
}

/* line 30, ../scss/_base.scss */
.products li h3 {
  color: #6a4545;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 39, ../scss/_base.scss */
.price {
  display: block;
  color: #ff6600;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 23px;
  font-weight: 300;
  margin-top: 7px;
}

/* line 47, ../scss/_base.scss */
.price-single {
  font-size: 33px;
  line-height: 33px;
  margin: 0;
}

/* line 52, ../scss/_base.scss */
.price del {
  display: block;
  text-decoration: line-through;
  color: #6a4545;
  font-size: 20px;
  opacity: 0.8;
}

/* line 59, ../scss/_base.scss */
.price ins {
  display: block;
  text-decoration: none;
}

/* line 63, ../scss/_base.scss */
.dimensions {
  color: #464646;
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

/* line 70, ../scss/_base.scss */
.onsale {
  background-color: #ff6600;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  padding: 5px;
}

/* line 80, ../scss/_base.scss */
.single-product-image .onsale {
  background-color: #ff6600;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  height: 92px;
  line-height: 76px;
  padding: 5px;
  position: absolute;
  left: -22px;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  width: 92px;
}

/* line 96, ../scss/_base.scss */
.sort-block {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

/* line 101, ../scss/_base.scss */
.woocommerce-result-count {
  float: left;
  width: 50%;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
  margin-bottom: 0;
}

/* line 110, ../scss/_base.scss */
.woocommerce-ordering {
  float: right;
  width: 50%;
  text-align: right;
}

/* line 115, ../scss/_base.scss */
.woocommerce-ordering .orderby {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  height: 22px;
  width: 156px;
}

/* line 125, ../scss/_base.scss */
.cart-button, .products li .button {
  background-color: #ff6600;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

/* line 134, ../scss/_base.scss */
.products li .added_to_cart {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  color: #ff6600;
}

/* line 142, ../scss/_base.scss */
.shop-product .woocommerce-message, .shop-product .woocommerce-error {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  color: #ff6600;
  background: #fff;
  border-top: 2px solid #ff6600;
  padding: 15px;
  display: table;
  width: 100%;
}
/* line 153, ../scss/_base.scss */
.shop-product .woocommerce-message .wc-forward, .shop-product .woocommerce-error .wc-forward {
  float: right;
  background: #ff6600;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  margin: 0;
}
/* line 163, ../scss/_base.scss */
.shop-product .woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e015";
  padding: 0 5px 0 0px;
}
/* line 169, ../scss/_base.scss */
.shop-product .woocommerce-error {
  padding: 15px;
  margin: 0 0 25px;
  list-style: none;
}
/* line 173, ../scss/_base.scss */
.shop-product .woocommerce-error li {
  line-height: 1.3;
  font-size: 18px;
}

/* line 179, ../scss/_base.scss */
.products li .button {
  margin-top: 10px;
}

/* line 182, ../scss/_base.scss */
.add_to_cart_button:hover {
  color: #FFFFFF;
}

/* line 185, ../scss/_base.scss */
.woocommerce-breadcrumb {
  color: #80807f;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 45px;
}

/* line 191, ../scss/_base.scss */
.woocommerce-breadcrumb a {
  color: #80807f;
}

/* line 194, ../scss/_base.scss */
.woocommerce-breadcrumb a:hover {
  color: #ff6600;
}

/* line 197, ../scss/_base.scss */
.page-title {
  color: #ff6600;
  font-size: 38px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 204, ../scss/_base.scss */
.single-product-image {
  position: relative;
}

/* line 207, ../scss/_base.scss */
.images img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e6cec6;
}

/* line 213, ../scss/_base.scss */
.single-product-info .product_title {
  color: #6a4545;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 25px;
}

/* line 219, ../scss/_base.scss */
.single-product-info .short-description {
  float: left;
  width: 100%;
  margin: 0;
  padding: 12px 0 3px;
  color: #030303;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

/* line 229, ../scss/_base.scss */
.single-product-info .short-description ul {
  padding: 0;
  list-style: inside;
}

/* line 233, ../scss/_base.scss */
.single-product-info .cart {
  float: left;
  margin: 0;
  width: 100%;
}

/* line 238, ../scss/_base.scss */
div.product form.cart div.quantity {
  float: left;
  margin: 0 24px 0 0;
}

/* line 242, ../scss/_base.scss */
.quantity .input-text {
  background: none;
  border: 1px solid #b8bfc4;
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  margin: 0;
  width: 40px;
  float: left;
  text-align: center;
}

/* line 254, ../scss/_base.scss */
.quantity .minus {
  border-left: 1px solid #b8bfc4;
  border-right: none;
}

/* line 258, ../scss/_base.scss */
.quantity .plus {
  border-right: 1px solid #b8bfc4;
  border-left: none;
}

/* line 262, ../scss/_base.scss */
.quantity .minus, .quantity .plus {
  background: none;
  border-top: 1px solid #b8bfc4;
  border-bottom: 1px solid #b8bfc4;
  border-radius: 0;
  box-shadow: none;
  color: #777;
  float: left;
  height: 40px;
  position: static;
  text-shadow: none;
  width: 28px;
  font-size: 10px;
  font-weight: 300;
  line-height: 40px;
  cursor: pointer;
}

/* line 279, ../scss/_base.scss */
.btn-number > span {
  color: #ff6600;
  font-size: 10px;
  font-weight: 300;
}

/* line 284, ../scss/_base.scss */
.plus.disabled, .plus[disabled], .minus.disabled, .minus[disabled], .plus[disabled] span, .minus[disabled] span {
  cursor: not-allowed;
  color: #777;
  opacity: 0.65;
}

/* line 289, ../scss/_base.scss */
.woocommerce-tabs {
  margin-top: 35px;
  border: 0;
  overflow: hidden;
}

/* line 294, ../scss/_base.scss */
.woocommerce-tabs ul.tabs {
  overflow: visible;
  margin-bottom: 10px;
  padding: 0;
}

/* line 299, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
}

/* line 304, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li.description_tab {
  padding-right: 20px;
}

/* line 307, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li + li {
  padding-left: 20px;
  border-left: 1px solid #6a4545;
}

/* line 311, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  color: #6a4545;
  font-weight: 600;
  opacity: 0.65;
}

/* line 321, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li a {
  padding: 0 9px;
}

/* line 324, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li a:first-child {
  padding-left: 0;
}

/* line 327, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li a:last-child {
  padding-right: 0;
}

/* line 330, ../scss/_base.scss */
.woocommerce-tabs ul.tabs li.active a {
  color: #6a4545;
  opacity: 1.0;
}

/* line 334, ../scss/_base.scss */
.woocommerce-tabs .panel {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding: 15px 0;
  color: #6a4545;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

/* line 352, ../scss/_base.scss */
.single-cart .single_add_to_cart_button {
  padding: 10px 39px;
}

/* line 355, ../scss/_base.scss */
.thumbnails {
  margin-top: 15px;
}

/* line 358, ../scss/_base.scss */
.thumbnails a {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 363, ../scss/_base.scss */
.thumbnails a:first-child {
  padding-left: 0;
}

/* line 366, ../scss/_base.scss */
.thumbnails a:last-child {
  padding-right: 0;
}

/* line 369, ../scss/_base.scss */
.thumbnails img {
  border: 1px solid #e6cec6;
  max-width: 120px;
}

/* line 373, ../scss/_base.scss */
.related {
  border-top: 1px solid #beb0b0;
  padding-top: 30px;
}

/* line 377, ../scss/_base.scss */
.onsale {
  background-color: #ff6600;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  height: 50px;
  left: 5px;
  line-height: 36px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 50px;
}

/* line 393, ../scss/_base.scss */
.title-related {
  color: #6a4545;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 401, ../scss/_base.scss */
.summary.single-product-info .cart .variations td {
  line-height: 0;
}

/* line 404, ../scss/_base.scss */
.summary.single-product-info .cart .variations .label-name {
  padding-right: 15px;
}

/* line 407, ../scss/_base.scss */
.summary.single-product-info .cart .variations .label-name label {
  color: #6a4545;
  float: left;
  border: 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
}

/* line 419, ../scss/_base.scss */
.summary.single-product-info .cart .variations .value select {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  height: 22px;
  width: 156px;
}

/* line 429, ../scss/_base.scss */
.summary.single-product-info .cart .variations .reset_variations {
  color: #6a4545;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  margin-left: 10px;
}

/* line 437, ../scss/_base.scss */
.woocommerce-variation-add-to-cart {
  margin-top: 25px;
}

/* line 440, ../scss/_base.scss */
.woocommerce-variation-availability {
  padding-top: 10px;
}

/* line 443, ../scss/_base.scss */
.stock {
  color: #6a4545;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

/* line 449, ../scss/_base.scss */
.product_meta {
  float: left;
  margin-top: 25px;
}

/* line 453, ../scss/_base.scss */
.product_meta .sku_wrapper, .product_meta .posted_in {
  color: #6a4545;
  font-size: 12px;
  font-weight: 300;
  display: table;
  line-height: 1.5;
}

/* line 460, ../scss/_base.scss */
.product_meta .posted_in a {
  color: #6a4545;
}

/* line 463, ../scss/_base.scss */
.single_add_to_cart_button {
  padding: 10px 38px;
}

/* line 466, ../scss/_base.scss */
.single_add_to_cart_button[disabled] {
  cursor: not-allowed;
  opacity: 0.85;
}

/* line 470, ../scss/_base.scss */
.panel > h2 {
  display: none;
}

/* line 473, ../scss/_base.scss */
table.shop_attributes {
  width: 100%;
}

/* line 476, ../scss/_base.scss */
table.shop_attributes tbody tr th, table.shop_attributes tbody tr td {
  padding: 4px;
}

/* line 479, ../scss/_base.scss */
table.shop_attributes tbody tr th {
  line-height: 1.5;
  border-top: 0;
  margin: 0;
  width: 150px;
}

/* line 485, ../scss/_base.scss */
table.shop_attributes tbody tr td {
  line-height: 1.5;
  border-top: 0;
  margin: 0;
}

/* line 490, ../scss/_base.scss */
table.shop_attributes tbody tr td p {
  margin-bottom: 0;
}

/* line 493, ../scss/_base.scss */
.woocommerce-pagination {
  display: table;
  margin: 0 auto;
}

/* line 497, ../scss/_base.scss */
.woocommerce-pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 55px 0 0;
}

/* line 503, ../scss/_base.scss */
.woocommerce-pagination ul li {
  display: inline-block;
}

/* line 506, ../scss/_base.scss */
.pagination > li > a, .page-numbers > li > a, .pagination > li > span, .page-numbers > li > span {
  background-color: transparent;
  border: 1px solid #baadad;
  padding: 2px 9px;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

/* line 515, ../scss/_base.scss */
.pagination > li > span.current, .page-numbers > li > span.current {
  color: #ff6600;
  border: 1px solid #ff6600;
}

/* line 519, ../scss/_base.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span, .page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 523, ../scss/_base.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span, .page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 527, ../scss/_base.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.page-numbers > li > a:focus, .page-numbers > li > a:hover, .page-numbers > li > span:focus, .page-numbers > li > span:hover {
  background-color: transparent;
  color: #ff6600;
  border: 1px solid #ff6600;
}

@media (min-width: 0) and (max-width: 320px) {
  /* line 533, ../scss/_base.scss */
  .products li {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  /* line 538, ../scss/_base.scss */
  .products li {
    width: 50%;
  }

  /* line 541, ../scss/_base.scss */
  .products li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 546, ../scss/_base.scss */
  .products li {
    width: 33.333%;
  }

  /* line 549, ../scss/_base.scss */
  .products li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 554, ../scss/_base.scss */
  .shop-product {
    padding: 30px 15px 0 15px;
  }
}
@media (min-width: 768px) {
  /* line 559, ../scss/_base.scss */
  .products li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* line 564, ../scss/_base.scss */
  .products li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 567, ../scss/_base.scss */
  .products li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* line 572, ../scss/_base.scss */
  .products li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 575, ../scss/_base.scss */
  .products li.first {
    clear: both;
  }
}
/* line 580, ../scss/_base.scss */
#order_review_heading {
  color: #85695e;
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  line-height: 1.3;
  margin-bottom: 50px;
  margin-top: 30px;
}

/* line 594, ../scss/_base.scss */
.column-inner .section .woocommerce form h3 {
  margin-top: 0;
  color: #85695e;
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  line-height: 1.3;
  margin-bottom: 50px;
}
/* line 604, ../scss/_base.scss */
.column-inner .section .woocommerce form .form-row {
  margin-top: 0;
  margin-bottom: 25px;
}
/* line 608, ../scss/_base.scss */
.column-inner .section .woocommerce form .form-row label .required {
  color: #ff5500!important;
  font-weight: 300!important;
}
/* line 613, ../scss/_base.scss */
.column-inner .section .woocommerce form .form-row#billing_address_2_field {
  margin-top: -25px;
}

/* line 622, ../scss/_base.scss */
.column-inner .col-1 h3, .column-inner .col-2 h3 {
  margin-top: 0;
  color: #85695e;
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  line-height: 1.3;
  margin-bottom: 50px;
}
/* line 632, ../scss/_base.scss */
.column-inner .col-1 label, .column-inner .col-2 label {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* line 638, ../scss/_base.scss */
.column-inner .col-1 label .required, .column-inner .col-2 label .required {
  color: #ff5500!important;
  font-weight: 300!important;
}
/* line 643, ../scss/_base.scss */
.column-inner .col-1 textarea, .column-inner .col-2 textarea {
  border: 1px solid #b7b7b7;
  padding: 3px 5px;
  color: #363636;
  font-size: 16px;
  font-weight: 300;
}
/* line 651, ../scss/_base.scss */
.column-inner .col-1 .woocommerce-billing-fields .form-row, .column-inner .col-2 .woocommerce-billing-fields .form-row {
  margin-top: 0;
  margin-bottom: 25px;
}
/* line 654, ../scss/_base.scss */
.column-inner .col-1 .woocommerce-billing-fields .form-row#billing_address_2_field, .column-inner .col-2 .woocommerce-billing-fields .form-row#billing_address_2_field {
  margin-top: -25px;
}
/* line 657, ../scss/_base.scss */
.column-inner .col-1 .woocommerce-billing-fields .form-row input, .column-inner .col-2 .woocommerce-billing-fields .form-row input {
  border: 1px solid #b7b7b7;
  height: 28px;
  padding: 3px 5px;
  color: #363636;
  font-size: 16px;
  font-weight: 300;
}

/* line 672, ../scss/_base.scss */
#order_review table thead tr th {
  color: #363636;
  font-size: 16px;
  font-weight: 300 !important;
}
/* line 681, ../scss/_base.scss */
#order_review table tbody tr td {
  background-color: #f8f5f5;
  border-top: none;
  padding: 20px 10px;
}
/* line 685, ../scss/_base.scss */
#order_review table tbody tr td strong {
  font-weight: 300;
}
/* line 693, ../scss/_base.scss */
#order_review table tfoot tr th {
  color: #363636;
  font-size: 16px;
  font-weight: 300 !important;
  border-top: none;
  text-align: right;
}
/* line 701, ../scss/_base.scss */
#order_review table tfoot tr.cart-subtotal td {
  border-bottom: 5px solid white;
}
/* line 703, ../scss/_base.scss */
#order_review table tfoot tr.cart-subtotal td span {
  font-weight: 600;
}
/* line 708, ../scss/_base.scss */
#order_review table tfoot tr td {
  background-color: #f8f5f5;
  border-top: none;
  padding: 20px 10px;
}

/* line 718, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment {
  background: none;
}
/* line 720, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  padding-right: 0;
}
/* line 723, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  font-weight: 300;
  line-height: 1.3;
}
/* line 726, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 300;
}
/* line 731, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment .form-row.place-order {
  padding-left: 0;
  padding-right: 0;
}
/* line 735, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment div.payment_box {
  background-color: #f8f5f5;
}
/* line 737, ../scss/_base.scss */
.column-inner .section .woocommerce .woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #f8f5f5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

/* line 746, ../scss/_base.scss */
.woocommerce input.button.alt:hover {
  background-color: #b69b9b!important;
  color: #fff;
}

@media (min-width: 0) and (max-width: 480px) {
  /* line 752, ../scss/_base.scss */
  .column-inner .woocommerce {
    margin-top: 0;
  }
  /* line 755, ../scss/_base.scss */
  .column-inner .woocommerce #customer_login .col-11 {
    margin-top: 0;
  }
  /* line 758, ../scss/_base.scss */
  .column-inner .woocommerce #customer_login .col-11 form .form-button {
    margin-bottom: 5px;
  }
  /* line 761, ../scss/_base.scss */
  .column-inner .woocommerce #customer_login .col-11 form .lost_password {
    margin-top: 0;
  }
  /* line 766, ../scss/_base.scss */
  .column-inner .woocommerce #customer_login .col-22 {
    margin-top: 30px;
  }
  /* line 769, ../scss/_base.scss */
  .column-inner .woocommerce #customer_login .col-22 form .form-register {
    margin-bottom: 0;
  }
}
/* line 778, ../scss/_base.scss */
.upsells {
  border-top: 1px solid #beb0b0;
  padding-top: 30px;
}
/* line 781, ../scss/_base.scss */
.upsells h2 {
  color: #6a4545;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 792, ../scss/_base.scss */
.woocommerce-lost-password .column-inner .woocommerce {
  margin-top: 0;
}
