/* Functions */
#shopping_bag_container {
  max-width: 680px;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.cart-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.single_cart_item {
  width: 100%;
  /*  max-width: 1200px;*/
  margin: 2em auto;
}

.single_cart_item_shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* background: $grey_f1;*/
  border-top: solid 4px #231f20;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* display: none;*/
}

.cart_image img {
  width: 110%;
}

.cart_info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1em 0;
}

.cart_title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.33rem;
  font-weight: 700;
  color: #231f20;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.cart_title span {
  font-weight: 300;
}

.cart_title a {
  font-weight: 700;
  color: #231f20;
  line-height: 1.4;
  text-decoration: none !important;
}

.cart_title .cart_designer {
  font-size: 0.6183399em;
}

.cart_item_sku {
  font-size: 1.33rem;
  color: #ccc;
  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;
  width: 100%;
  display: none;
}

.cart_item_sku:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #231f20;
  margin-right: 1em;
  display: none;
}

.cart_details {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_details_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cart_details_box .cart_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #c4b1b5;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 1.27rem;
  font-weight: 500;
  color: #fafafa;
}

.cart_details_box .cart_detail span.cart_detail_title {
  color: #665e60;
  font-size: 1.15rem;
  font-weight: 400;
}

.cart_details_box .cart_detail > div {
  margin-top: 5px;
}

.cart_details_box .remove_item {
  background: #665e60;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.cart_details_box .remove_item span {
  color: #dac5ca;
  font-size: 1.15rem;
  font-weight: 400;
}

.cart_details_box .remove_item i {
  color: #dac5ca;
}

.cart_details_box .remove_item:hover {
  background: #231f20;
}

.cart_item_attributes {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  width: 100%;
  padding: 0 1em;
}

.cart_item_attributes span {
  margin-right: 1em;
}

.quantity .qty {
  background: none;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
}

@media (min-width: 520px) {
  .cart_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single_cart_item_shape {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_title {
    font-size: 1.52rem;
    margin-bottom: 0.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart_item_sku {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart_item_attributes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1000px) {
  .cart_image {
    width: 130px;
    height: 130px;
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
  .tinv-wishlist .cart_image {
    width: 110px;
    height: 110px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .cart_item_sku {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart_item_sku::before {
    display: block;
  }
  .cart_item_attributes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0em;
  }
  .cart_info {
    padding: 0em 2em 0 0;
    width: 350px;
  }
  .cart_title {
    font-size: 1.58rem;
    margin-bottom: 0.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single_cart_item_shape {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart_details {
    max-width: 400px;
    /*margin-right:2em;*/
  }
  .cart_details_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1em;
  }
}

.tinv-wishlist .social-buttons li a.social {
  color: #b09fa3;
}

.tinv-header {
  display: none;
}

.cart_numbering {
  position: absolute;
  top: 7px;
  left: -1px;
  text-align: center;
  width: 20px;
  font-size: 0.9rem;
}

/*MINI CART */
.minicart_container {
  position: fixed;
  background: #fff;
  width: 100%;
  max-width: 350px;
  max-height: 80vh;
  overflow: auto;
  padding: 20px;
  z-index: 1000;
  top: 0px;
  right: 0px;
  right: -400px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  -webkit-box-shadow: -4px 6px 20px -13px     #000;
          box-shadow: -4px 6px 20px -13px     #000;
  border-top: solid 4px #665e60;
}

.minicart_container .close_mini_cart {
  margin-left: 0px;
  cursor: pointer;
}

.minicart_container .mini_cart_item {
  /* .remove_from_cart_button
            {
                display: none;
            }*/
}

.minicart_container .mini_cart_item a:not(.remove_from_cart_button) {
  color: #231f20;
  font-weight: 500;
}

.minicart_container .woocommerce-mini-cart__total.total {
  color: #231f20;
  margin: 10px 0;
}

.minicart_container .wc-forward::after, .minicart_container .woocommerce-Button--next::after {
  content: none;
}

.minicart_container a.button {
  font-size: 1rem !important;
  background: #b09fa3;
  color: #fff;
  width: 100%;
  padding: 5px 12px;
  text-align: center;
  margin-bottom: 4px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.minicart_container a.button::after {
  content: "";
}

.minicart_container a.button.checkout {
  background: #dac5ca;
}

.minicart_container a.button:hover {
  background: #231f20;
}

body.show_minicart .minicart_container {
  right: 0px;
}

/* Checkout */
.checkout_container {
  max-width: 1000px;
}

.cart_totals > h2 {
  display: none;
}

.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
  /*max-width:540px;*/
  width: 100%;
}

#payment #pwgc-redeem-form label {
  padding-left: 0;
}

#payment label {
  display: block;
  padding: 1.5rem;
  cursor: pointer;
  background: #231f20;
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
}

#payment .payment_box, #payment .woocommerce-privacy-policy-text {
  padding: 3rem 1.5rem;
}

#payment #place_order {
  background: #dac5ca;
  color: #231f20;
  font-size: 1.6rem !important;
  margin-top: 3em;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#payment #place_order:hover {
  background: #231f20;
  color: #fff;
}

.wc-proceed-to-checkout .checkout-button {
  background: #dac5ca;
  color: #231f20;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #231f20;
  color: #fff;
}

#pwgc-redeem-gift-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pwgc-redeem-gift-card-container label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-bottom: 20px;
}

#pwgc-redeem-form, #pwgc-redeem-gift-card-container, #pwgc-redeem-button {
  margin: 0px;
}

#pwgc-redeem-gift-card-form {
  padding: 20px;
  background: #231f20;
  color: #fff;
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
  padding: 12px;
  font-size: 1.25rem;
  background: #dac5ca;
  color: #231f20;
  width: 60%;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0px;
}

#pwgc-redeem-gift-card-form #pwgc-redeem-button {
  width: 40px;
  min-width: 120px;
  color: #231f20;
}

.select2-container--default .select2-selection--single {
  background-color: #eee;
  color: #231f20;
  border: none;
  border-radius: 0px;
  margin-bottom: 4px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
  padding: 1rem 0;
  background-color: transparent;
  color: #231f20;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: none;
  margin-bottom: 4px;
  font-size: 16px;
  border-bottom: solid 2px #231f20;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, .input-text:focus {
  border-left: solid 2px #dac5ca;
  padding-left: 20px;
  background: transparent;
}

.shipping-calculator-form button {
  width: 100%;
  background: #fff;
}

.shipping-calculator-form button:hover {
  background: #231f20;
  color: #fff;
}

form.checkout::before, form.checkout::after {
  display: none;
}

#order_review .shop_table {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#order_review .shop_table.woocommerce-checkout-review-order-table .product-name {
  width: 65%;
  word-wrap: break-word;
}

#order_review .shop_table thead {
  display: none;
}

#payment .place-order {
  margin-top: 0;
  padding: 0;
}

#payment .place-order #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
  width: 100%;
}

#payment .place-order #pwgc-redeem-button {
  width: 100%;
}

#payment .place-order {
  background-color: #fff;
}

#payment .payment_methods > li .payment_box {
  padding: 0 3rem 2rem 3rem;
  background-color: #dac5ca;
  color: #231f20;
  font-size: 1.2rem;
}

.star-rating span::before, .quantity .plus, .quantity .minus, p.stars a:hover::after, p.stars a::after, .star-rating span::before, #payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
  color: #231f20;
}

#payment .payment_methods li input[type="radio"]:first-child:checked + label {
  background: #dac5ca;
  color: #231f20;
}

#customer_details {
  width: 100%;
  /* margin-left: auto;*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: none;
  padding: 1.5rem;
  padding-top: 35px;
  position: relative;
}

#customer_details::before {
  content: "1";
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  background-color: #b09fa3;
  color: #fff;
  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;
  position: absolute;
  top: -3rem;
  left: -3rem;
}

#customer_details label {
  font-size: 1.32rem;
  margin: 3em 0 0em 0;
  color: #231f20;
  font-weight: 600;
}

#checkout-wrapper {
  position: relative;
  max-width: 660px;
  margin: auto;
  /*

    table.shop_table 
{
   border-top:solid 4px $black;
   padding-bottom:20px;
   padding-top:10px;
    margin-bottom:0px;
    background: #fff;

    tr
    {
       

        th {
            font-size:1.6rem;
            background: #fff;
            color:$black;
            font-weight:600;
            padding-left:20px;
            padding-right:20px;
            }
        td
        {
            color:$black;
            background: #fff;
            font-size:1.6rem;
          
            font-weight:600;
            padding-left:20px;
            padding-right:20px;
            a
            {
                color:$brown
            }
        }

    
    }


    input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text 
    {
        
        background-color: $pink_b2;
       
    }
    .select2-container--default .select2-selection--single
    {
    background-color:$pink_b2;
    }
    
}
*/
}

#checkout-wrapper h3 {
  color: #231f20;
  font-weight: 600;
}

#checkout-wrapper h3 label {
  color: inherit;
}

#checkout-wrapper .woocommerce-info {
  margin: 0;
  -webkit-transform: translateY(-50%) translateX(1.5rem);
          transform: translateY(-50%) translateX(1.5rem);
}

#checkout-wrapper .woocommerce-NoticeGroup {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 5.56rem;
}

#checkout-wrapper .woocommerce-error {
  margin: 0;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  background: transparent;
  border: none;
  color: #e2401c;
  font-size: 1.2rem;
}

#checkout-wrapper .woocommerce-form-login, #checkout-wrapper .woocommerce-form-coupon {
  padding: 1.5rem;
  margin-bottom: 5.5rem;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}

#checkout-wrapper .woocommerce-form-login p, #checkout-wrapper .woocommerce-form-coupon p {
  color: #231f20;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

#checkout-wrapper .woocommerce-form-login label, #checkout-wrapper .woocommerce-form-coupon label {
  font-size: 1.4rem;
  margin: 1em 0;
}

#checkout-wrapper .woocommerce-form-login button, #checkout-wrapper .woocommerce-form-coupon button {
  background: #e1d1d5;
  color: #231f20;
}

#checkout-wrapper dl.variation dt {
  font-size: 1.2rem;
  font-weight: 400;
}

#checkout-wrapper table.shop_table {
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
  display: block;
}

#checkout-wrapper table.shop_table tbody, #checkout-wrapper table.shop_table tfoot {
  border-bottom: solid 1px #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

#checkout-wrapper table.shop_table tbody tr, #checkout-wrapper table.shop_table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px;
}

#checkout-wrapper table.shop_table tbody tr:last-child, #checkout-wrapper table.shop_table tfoot tr:last-child {
  border-bottom: none;
}

#checkout-wrapper table.shop_table tfoot {
  border-bottom: none;
}

#checkout-wrapper table.shop_table tr th {
  font-size: 1.6rem;
  background: #fff;
  color: #231f20;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 20px;
}

#checkout-wrapper table.shop_table td {
  color: #231f20;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 0px;
  padding-right: 20px;
}

#checkout-wrapper table.shop_table td a {
  color: #665e60;
}

#checkout-wrapper table.shop_table input[type="text"], #checkout-wrapper table.shop_table input[type="number"], #checkout-wrapper table.shop_table input[type="email"], #checkout-wrapper table.shop_table input[type="tel"], #checkout-wrapper table.shop_table input[type="url"], #checkout-wrapper table.shop_table input[type="password"], #checkout-wrapper table.shop_table input[type="search"], #checkout-wrapper table.shop_table textarea, #checkout-wrapper table.shop_table .input-text {
  background-color: #b09fa3;
  font-size: 16px;
}

#checkout-wrapper table.shop_table .select2-container--default .select2-selection--single {
  background-color: #b09fa3;
}

#checkout-wrapper .woocommerce-shipping-totals.shipping {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#checkout-wrapper .woocommerce-shipping-totals.shipping th {
  padding-bottom: 0px;
}

#checkout-wrapper .woocommerce-shipping-totals.shipping td {
  font-size: 16px;
}

#checkout-wrapper .woocommerce-shipping-totals.shipping td .shipping-method-description {
  font-size: 13px;
}

#checkout-wrapper ul#shipping_method li {
  margin: 1em;
}

#checkout-wrapper textarea {
  border-bottom: none;
}

.form-row-wide {
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form.checkout h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

form.checkout table.shop_table {
  border-top: none;
}

#order_review {
  width: 100%;
  margin: 20px 0px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: none;
  border-top: solid 10px #231f20;
  padding: 1.5rem;
  padding-top: 3.5rem;
  position: relative;
}

#order_review::before {
  content: "2";
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  background-color: #b09fa3;
  color: #fff;
  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;
  position: absolute;
  top: -3rem;
  left: -3rem;
}

#checkout_image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 450px;
  margin: 0 auto;
  display: none;
}

@media (min-width: 840px) {
  form.checkout {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #order_review {
    margin: 20px 20px;
  }
}

#ship-to-different-address {
  margin: 20px 0;
}

#ship-to-different-address label {
  font-size: 2.4rem;
  font-weight: 500;
}

@media (min-width: 1300px) {
  #checkout_image {
    width: 25%;
    display: block;
  }
}

.woocommerce-notices-wrapper, .woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
  display: inline-block;
}

.checkout_coupon {
  margin-bottom: 2.617924em;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
}

.checkout_coupon > p:first-child {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 15px 0px;
  font-size: 24px;
  color: #231f20;
}

.checkout_coupon .form-row-first {
  width: 65%;
  float: none;
  margin-right: 4px;
  clear: both;
}

.checkout_coupon .form-row-first input {
  margin: 0;
}

.checkout_coupon .form-row-last {
  width: 33%;
  float: none;
  margin-right: 0;
}

.checkout_coupon .form-row-last button {
  height: 100%;
  width: 100%;
  background-color: #665e60;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: #fff;
}

.checkout_coupon .form-row-last button:hover {
  background: #231f20;
}

.checkout_page .entry-header h1 {
  display: none;
}

#order_received_title {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
}

#order_received_title .woocommerce-notice {
  font-size: 1.36rem;
  font-weight: 400;
  color: #231f20;
}

#order_received_title .woocommerce-notice .button.pay {
  width: 270px;
  text-align: center;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #b09fa3;
  color: #fff;
  margin-top: 40px;
}

@media (min-width: 576px) {
  #order_received_title {
    margin: 20px auto;
  }
  #order_received_title .woocommerce-notice {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  #order_received_title {
    margin: 30px auto;
  }
  #order_received_title .woocommerce-notice {
    font-size: 1.9rem;
  }
}

@media (min-width: 1000px) {
  #order_received_title {
    margin: 40px auto;
  }
  #order_received_title .woocommerce-notice {
    font-size: 2.4rem;
  }
}

#order_received_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin-left: auto;
  background: #fff;
  padding: 0em;
}

#order_received_flex .woocommerce-notice {
  font-size: 2.4rem;
  color: #231f20;
  line-height: 1.25;
  margin-bottom: 1em;
}

#order_received_flex #order_payment_method {
  margin-top: 40px;
  padding: 20px;
}

#order_received_flex #order_payment_method h2 {
  font-size: 24px;
  font-weight: 700;
}

#order_received_flex #order_payment_method h3 {
  font-size: 16px;
  font-weight: 700;
}

#order_received_flex #order_payment_method .order_details {
  background: transparent;
}

#order_received_flex #order_payment_method .order_details li {
  color: #231f20;
  padding: 1em 0;
}

#order_received_flex #order_payment_method .order_details:before {
  background: transparent;
}

#order_received_flex #order_payment_method .order_details:after {
  background: transparent;
}

#order_received_flex #order_info {
  background: #c4b1b5;
  width: 100%;
  padding: 40px 20px;
}

#order_received_flex #order_info .order_details {
  background: transparent;
  margin: 0px;
  width: 300px;
}

#order_received_flex #order_info .order_details::after {
  display: none;
}

#order_received_flex #order_info .order_details::before {
  display: none;
}

#order_received_flex #order_info .order_details li {
  color: #fefefe;
  padding: 12px 0;
  font-weight: 500;
  font-size: 0.8rem;
}

#order_received_flex #order_info .order_details li strong {
  font-weight: 700;
  color: #231f20;
}

#order_received_flex .woocommerce-order-details {
  padding: 40px 0px;
  background: transparent;
}

#order_received_flex .woocommerce-order-details .woocommerce-Price-amount {
  color: #231f20;
}

#order_received_flex .woocommerce-order-details h2 {
  display: none;
}

#order_received_flex .woocommerce-order-details table.shop_table {
  border: none;
  background: transparent;
}

#order_received_flex .woocommerce-order-details table.shop_table thead {
  display: none;
}

#order_received_flex .woocommerce-order-details table:not(.has-background) tbody td {
  background: transparent;
}

#order_received_flex .woocommerce-order-details table.shop_table tr td {
  color: #231f20;
  font-weight: 400;
  font-size: 16px;
  padding: 20px;
}

#order_received_flex .woocommerce-order-details table.shop_table tr td a {
  color: #231f20;
}

#order_received_flex .woocommerce-order-details table.shop_table tfoot th {
  font-size: 16px;
  color: #231f20;
  background: transparent;
}

#order_received_flex .woocommerce-order-details .entry-content a:not(.button) {
  text-decoration: none;
  margin-bottom: 20px;
}

#order_received_flex .woocommerce-order-details .order-again a {
  width: 100%;
  background: #c4b1b5;
  color: #231f20;
  text-align: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#order_received_flex .woocommerce-order-details .order-again a:hover {
  background: #231f20;
  color: #fff;
}

#order_received_flex .woocommerce-customer-details {
  padding: 20px 20px;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#order_received_flex .woocommerce-customer-details h2 {
  margin-bottom: 1rem;
}

#order_received_flex .woocommerce-customer-details .col2-set#customer_login .col-1, #order_received_flex .woocommerce-customer-details .col2-set.addresses .col-1 {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
}

#order_received_flex .woocommerce-customer-details address {
  font-style: normal;
  font-size: 1.2rem;
  color: #231f20;
}

#order_received_flex .woocommerce-customer-details .col2-set#customer_login .col-2, #order_received_flex .woocommerce-customer-details .col2-set.addresses .col-2 {
  width: 100%;
  float: none;
  margin-right: 0;
}

@media (min-width: 768px) {
  #order_received_flex #order_info .order_details li {
    font-size: 0.95rem;
  }
  #order_received_flex .woocommerce-order-details table.shop_table tr td {
    font-size: 1.46rem;
  }
}

@media (min-width: 992px) {
  #order_received_flex #order_info .order_details li {
    font-size: 1rem;
  }
  #order_received_flex .woocommerce-order-details table.shop_table tr td {
    font-size: 16px;
  }
}

.hentry .entry-content #checkout_wrapper a:not(.button):not(.components-button) {
  text-decoration: none;
  color: #dac5ca;
}

.hentry .entry-content #checkout_wrapper a:not(.button):not(.components-button):hover {
  color: #fefefe;
}

.checkout_page {
  padding: 20px;
}

@media (min-width: 792px) {
  .checkout_page {
    padding: 0px;
  }
}

@media (min-width: 950px) {
  #order_received_flex {
    /* flex-direction: row;*/
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* #order_info
        {
            width:350px;
        }*/
    /* .woocommerce-customer-details
        {
         //   width:300px;
        }*/
  }
}

.woofc-count span {
  background: #b09fa3;
}

.woofc-count.woofc-count-top-right {
  -webkit-transition: -webkit-box-shadow top 0.6s;
  transition: -webkit-box-shadow top 0.6s;
  transition: box-shadow top 0.6s;
  transition: box-shadow top 0.6s, -webkit-box-shadow top 0.6s;
  top: 115px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .woofc-count.woofc-count-top-right {
    top: 85px;
    right: 23px;
  }
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
  width: auto;
}

.woofc-count.woofc-count-top-right:hover {
  top: 115px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
}

body.show_sticky .woofc-count.woofc-count-top-right {
  top: 55px;
}

.woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.checkout .woofc-continue {
  display: none;
}

.form-row.woocommerce-validated input.input-text {
  border-left: solid #0f834d;
  padding-left: 20px;
}
/*# sourceMappingURL=cart.css.map */