.pricebox {
    padding: 7px;
    width: 100%;
    background-color: #5a416e;
    color: #e6c9ba;
    text-align: center;
    font-weight: 710;
    font-size: 14px;
    border-radius: 0px 0 10px 10px;
}
select.orderby {
    color: #574764;
    border: 0px;
    font-weight: normal;
    float: left;
    background: #f4f4f4;
    padding: 1px 10px;
    font-size: 14px;
}
nav.woocommerce-breadcrumb {
    background: #eee;
    padding: 5px 10px !important;
    color: #574764 !important;
    display: inline-block;
    font-size: 80%;
}
.bread-order {
    border-bottom: 1px solid #eee;
}
    nav.woocommerce-breadcrumb a {
    text-decoration: none;
    color: #85992f;
}
.product-data {
}

.title-product h1 {
    color: #574764 !important;
    font-weight: 710;
    font-size: 30px !important;
    margin-top: 25px !important;
    padding: 0px;
    display: inline-block !important;
    background: none !important;
    width: auto;
}
.excerpt-product h2 {
    font-size: 14px;
    color: #574764;
    overflow: hidden;
    height: 130px;
    float: right;
    padding: 10px 0 0px 0;
    line-height: 25px;
    font-weight: normal;
    border-bottom: solid 1px #eee;
}
button.single_add_to_cart_button.button.alt {
    background: #f33e5f;
    border: none;
    color: #eee;
    padding: 18px 30px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    float: left;
    width: 80%;
}
.add-to-card {
    margin: 10px 0;
}
.price-product {
    border-radius: 3px;
    width: 45%;
    float: left;
}
.price {
    color: #574764;
    padding-bottom: 10x;
    font-size: 25px;
    font-weight: 710;
    display: flex;
    margin: 6px;
}
del {
    background: #fff;
    padding: 7px 0px;
    width: 100%;
    display: inline-block !important;
    color: #ff607d;
    font-weight: normal;
    font-size: 90%;
    margin: 0;
    border-radius: 1px;
}
ins {
    padding: 3px 0px;
    display: inline-block !important;
    text-align: center;
    text-decoration: auto;
}
bdi {
    width: 100% !important;
    border-radius: 3px;
    text-align: center;
}
.woocommerce-Price-amount.amount1 {
    background: #f9f9f9;
    color: #e4c3b2;
    padding: 4px 25px;
    font-size: 20px;
    font-weight: 710;
    margin-bottom: 10px;
    border-radius: 10px;
}
.quantity {
    float: right;
    width: 20% !important;
}
.woocommerce-product-gallery__wrapper {
    margin:5px auto;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.add_to_cart-product {
    width: 49%;
    float: right;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin: 5px auto;
}
.n2-section-smartslider {
    position: relative;
    width: 100%;
    margin: -60px 0 10px;
}
.woocommerce .quantity .qty {
    width: 95% !important;
    text-align: left;
    height: 55px;
    border-radius: 3px;
    width: 60px !important;
}
.woocommerce-cart table.cart input{
    margin: 0;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 3px;
}
.value {
    border-radius: 3px;
    display: inline-block;
}

#pa_packing {
    border: none;
    font-size: 11px;
    color: #574764;
    padding: 3px 0px;
    width: 100%;
}
.reset_variations {
    margin: 10px;
    color: #574764;
    font-size: 14px;
    padding: 0px 0px 0;
}
label {
    display: inline-block;
    color: #574764;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 10px;
}
#ship-to-different-address {
    width: 50%;
}
h2.woocommerce-Reviews-title {
    display: none;
}
.description {
    background: #fff;
    color: #84902e;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    margin: 0px 0 3px;
    width: 100%;
}
.sku_wrapper {
    font-size: 10px;
    color: #888;
    display: none;
}
    input, quantity {
    border: none;
    background: #eee;
    padding: 10px;
    width: 100%;
    margin: 3px 0;
}
input, quantity :focus{
    border: none;
}
.product_meta {
    margin-top: 10px;
    float: left;
    display:none;
}
span.posted_in {
    padding: 9px;
    background: #eee;
    margin: 10px;
}
.woocommerce-product-gallery__image img {
    float: right;
    padding: 10px;
    border: 1px #ddd solid;
	border-radius: 10px;
}
.related-products {
    width: 90%;
    margin: 0 auto;
}
.woocommerce-product-gallery__image img:hover {
  border: 4px #eee solid;
}
#tab-description {
    color: #574764;
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    overflow-y: scroll;
    padding:0 20px;
    height: 300px;
    scrollbar-width: thin;
}
  div#tab-description h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
  }
.tabs.wc-tabs {
    list-style: none;
    background: #eee;
    padding: 8px 2px 9px;
    border-radius: 4px;
    transition: all .2s;
    display: inline-flex;
}
#tab-title-description {
    float: right;
}
.tabs.wc-tabs a {
    color: #7b7b7b;
    text-decoration: none;
    background-color: #f7f7f7;
    margin-left: 2px;
    transition: all .2s;
    padding: 7px;
    font-size: 14px;
}
.tabs.wc-tabs a:hover {
    color: #fff;
    background-color: #bfbfbf;
    padding: 7px 13px 7px 13px;
}    
.tabs.wc-tabs a:focus {
    color: #7d8c2d;
    background-color: #fff;
}
#tab-title-additional_information {
    float: right;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    line-height: 2em;
}
.woocommerce table.shop_attributes td p {
    color: #574764;
    margin: 0 20px;
}
.woocommerce table.shop_attributes th {
    color: #8c9b34;
    margin: 0 20px;
    float: right;
    border: none;
}
.related.products {
    margin:50px 0 0;
}
.related.products h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #574764;
    border-bottom: 1px solid #eee;
    padding: 0px 0 14px;
    margin-bottom: -2px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 50px;
}
.woocommerce-noreviews {
    display: none;
}
#reply-title {
    display: none;
}
#email-notes {
    color: #574764;
    font-size: 14px;
}
thead {
    border-bottom: 1px solid #eee;
}
th.product-name {
    width: 100%;
    text-align: right;
    display: block;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #eee;
}
td.product-thumbnail {
    float: right;
}
h3#ship-to-different-address {
    margin: 0 0 36px;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #eee;
}
input#coupon_code {
    text-align: center;
}

button.button {
    margin: 20px 0;
}
td.product-total {
    width: 40%;
    text-align: center;
    background: #574764;
    font-size: 19px;
    font-weight: 710;
    color: #e4c3b2;
    border: 1px solid #e4c3b2;
    padding: 0 150px;
}
.product-name {
    margin: 0px;
    color: #574764;
    padding: 10px;
}
.product-name a {
    color: #9d9d9d;
    transition: all .2s;
}
.product-name a:hover {
    color: #574764;
    text-decoration: none;
}
.product-price {
    text-align: center !important;
    color: #574764;
}
.product-quantity {
    text-align: right !important;
    color: #1fa67a;
}
.form-row.place-order {
    text-align: left !important;
}
.product-subtotal {
    text-align: center !important;
    color: #574764;
}
.remove {
    font-size: 45px;
    color: #d76a88;
    transition:all .2s;
    border-radius: 5px;
}
.remove:hover {
    color: #ff6000;
    text-decoration: none;
}
.woocommerce-cart table.cart .product-thumbnail{
}
.woocommerce-cart table.cart img {
    width: 100px;
    box-shadow: none;
    padding: 5px;
    border: 1px solid #eee;
    margin: 5px;
    transition: all .1s;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
    border: 4px solid #eee;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    border: 1px solid #e4c3b2;
    outline: 0;
    width: 55% !important;
    display: inline-block;
}
.button {
    border: none;
    padding: 7px 20px;
    background: #e4c3b2;
    color: #574764;
    transition: all .2s;
}
.button:hover {
    background: #7f9d61;
    color: #eee;
}
.cart_totals h2{
    background: #eee;
    padding: 20px;
    font-size: 20px;
    font-weight: 710;
    color: #574764;
    width: 100%;
    text-align: center;
}
.checkout-button.button.alt.wc-forward {
    background: #7f9d61;
    color: #eee;
    font-size: 15px;
    width: 100%;
    float: right;
    transition: all .2s;
    padding: 15px;
    text-align: center;
    margin: 0;
}
.checkout-button.button.alt.wc-forward:hover {
    background: #e4c3b2;
    color: #574764;
    text-decoration: none;
    padding: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle;
    text-align: center;
    color: #574764;
    width:40%;
    background:#f2f2f2
}
.cart-subtotal th {
    color: #574764;
}
.onsale {
    background: #ff6f6f;
    margin: 0 auto;
    display: block;
    font-size: 18px !important;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 5px !important;
    width: 95%;
    text-align: center;
    display:none;
}
.discription {
    width: 100%;
    margin: 0 auto 60px;
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0 0 35px 2px #dfdfdf66;
}
.discription h2{
    font-weight: bold;
    font-size: 130%;
    color: #574764;
	border-right: 10px solid;
    padding-right: 10px;
	margin: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td{
    border-top: 0;
    background: #574764;
    text-align: center !important;
    color: #e4c3b2;
    padding: 10px;
    font-weight: 710;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
    border-top: 1px solid #bfbfbf;
    text-align: center;
    padding: 10px;
}
.order-total th {
    color: #574764;
}
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.cart-collaterals {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
td.label {
    width: 70px;
}
.copywrighting a {
    color: #eee;
    text-decoration: none;
}
.product-thumbnail {
}
.product-remove {
    margin: 0px;
    padding: 20px 0;
}
.woocommerce-billing-fields h3 {
    font-size: 16px;
    border-right: 11px solid #d7b551;
    padding: 8px 10px;
    color: #f7f6f7;
    width: 100%;
    background: #574764;
    text-align: center;
    margin: 40px 0;
}
.form-row {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
}
p.woocommerce-LostPassword.lost_password a {
    color: #85992f;
    margin: 15px 0 0;
    transition: .2s;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
}
.select2-selection__rendered {
    font-size: 12px;
}
.woocommerce-form-coupon-toggle {
    background: #eee;
    border-right: 5px solid #574764;
}
.woocommerce-form-login-toggle {
    margin: 30px 0 0px;
    background: #eee;
    padding: 10px;
    border-right: 5px solid #574764;
}
.digor {
    display: none;
}
#billing_company {
    width: 100%;
}
#billing_address_2 {
    width: 100%;
}
th.product-total {
    text-align: center;
    border-right: 1px solid #eee;
}
.fa.fa-check-circle.ywmmq-correct {
    color: #1fa67a;
}
tr.cart-subtotal {
    border: 1px solid #eee;
    background: #7f9d61;
    color: #eee;
    font-size: 18px;
    font-weight: 710;
    text-align: center;
}
tr.order-total {
    text-align: center;
    background: #d56c6c;
    color: #eee;
    font-size: 23px;
    font-weight: 710;
}
.cart-subtotal th {
    text-align: center;
    background: #e4c3b2;
    padding: 15px;
}
#order_review {
    border: 1px solid #eee;
    border-radius: 5px;
}
.order-total th{
    text-align: center;
    padding: 15px;
    background: #e4c3b2;
    font-size: 18px;        
}
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    border-right: 1px solid #b1b0b0;
    background: #f7f6f7;
    color: #574764;
    font-size: 13px;
}
.form-row-first{
    width: 49% !important;
    overflow: visible;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 4px;
}
#order_review_heading {
    font-size: 16px;
    border-right: 11px solid #d7b551;
    padding: 8px 10px;
    color: #f7f6f7;
    width: 100%;
    background: #574764;
    text-align: center;
    margin-top: 40px;
}
.form-row-last{
    width:49%!important;
}
#order_comments {
    border: 0;
    height: 100px;
    padding: 10px;
    border-right: 1px solid #b1b0b0;
    margin: 0 0 50px;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
input#createaccount {
    width: 13px;
    margin: 7px 0 0 7px;
}
input#ship-to-different-address-checkbox {
    width: 13px;
    margin: 7px 0 0px 7px;
}
.checkout_coupon.woocommerce-form-coupon p{
    font-size: 14px;
}
.woocommerce-info a {
    color: #b4963e;text-decoration:none;
}
#shipping_method {
    list-style: none;
    padding: 0;
}
#place_order {
    height: 50px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-right: 40px;
    float: right;
}
.alert-container{
   width:100%;
   position:fixed;
   bottom:-20%;
   left:0%;
   text-align:center;
   z-index: 9;
}
.alert-box {
   display:inline-block;
   max-width:350px;
   padding: 20px;
   background-color: #2196F3;
   color: white;
   opacity: 1;
   transition: opacity 0.6s;
   margin-top: 45px;
}
.alert-box.success {background-color: #4CAF50;}
.alert-box.danger {background-color: #f44336;}
.alert-box.warning {background-color: #ff9800;}
.closebtn {
   margin-left: 15px;
   color: white;
   font-weight: bold;
   float: right;
   font-size: 22px;
   line-height: 35px;
   cursor: pointer;
   transition: 0.3s;
}
.closebtn:hover {
   color: black;
}
tr.woocommerce-shipping-totals.shipping th {
    text-align: center;
    color: #574764;
}
tr.woocommerce-shipping-totals.shipping {
    border: 1px solid #eee;
    background: #f9f9f9;
}
.shipping-calculator-button {
    color: #7f9d61;
    margin: 0 0 8px;
    margin-top: 0px;
    transition: .2s;
}
.shipping-calculator-button:hover {
    color: #eee;
    text-decoration: none;
}
.woocommerce-message {
    width: 100% !important;
    top: -50px;
}
ol.flex-control-nav.flex-control-thumbs {
    list-style: none;
    display: inline-block;
    padding: 8px;
}
ol.flex-control-nav.flex-control-thumbs li {
    display: inline-block;
    padding: 4px;
    width: 25%;
}
.flex-viewport {
    height: auto;
}
.screen-reader-text {
    display: none;
}
h1.entry-title {
	background: -webkit-linear-gradient(right, #fafafa, #eee);
	color: #c8c8c8;
    font-size: 25px !important;
    font-weight: 710;
    padding: 10px;
}
.woocommerce-error {
    padding: 0;
}
p.woocommerce-result-count {
    color: #a5a5a5;
    float: left !important;
    text-align: left;
    padding: 0;
    margin: 3px 10px;
    font-size: 13px;
}
.order_details {
    list-style: none;
    padding:0;
}
.entry-content {
    line-height: 30px;
    margin: 20px auto;
    color: #574764;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    
    width: 100%;
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline-flex;
}
.woocommerce-MyAccount-navigation a {
    font-size: 100%;
    color: #574764;
    text-decoration: none;
    background: #eee;
    padding: 5px 20px;
    width: 100%;
    border-radius: 2px;
    border-bottom: 1px solid #e4e4e4;
    transition: 0.2s;
    margin: 2px;
}
.woocommerce-MyAccount-navigation a:hover {
    color: #fff;
    text-decoration: none;
    background: #3f77cc;
    font-size: 17px;
    font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin: 50px auto;
}
.woocommerce-Address-title h3{
    font-size: 20px;
    font-weight: 710;
    margin: 10px 0 20px;
    color: #f88;
}
.button.pre-invoice{
    margin: 20px 0;
    display: inline-block;
}
#ship-to-different-address label input[type=checkbox]:checked+span::before {
    border-color: #2777bd;
    background: #0d68a9;
}
ul.products.columns-4 {
    padding: 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin: 5px 10px;
}
.woocommerce-order-details__title {
    font-size: 20px;
    font-weight: 710;
    margin: 10px 0 20px;
    color: #f88;
}
.woocommerce-column__title {
        font-size: 20px;
    font-weight: 710;
    margin: 10px 0 20px;
    color: #f88;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address {
    border-top: 1px solid #eee;
    padding: 30px 0;
	width: 50%;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-6 {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
.u-column12.col-12.woocommerce-Address {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
tfoot {
    border-top: 1px solid #eee;
}
.page-numbers {
    padding: 7px !important;
    text-align: center;
    cursor: pointer;
    border: 0 !important;
}
.page-numbers a {
    color: #fff;
    text-decoration: none;
    padding: 10px !important;
    margin: 2px !important;
    background: #ceaa65;
    border: 0 !important;
	transition:all .2s;
}
.page-numbers ul{
    color: #eee;
    text-decoration:none;
}
.page-numbers li{
    transition: all.2s;
    padding: 5px 15px;
    background: #f7f7f7;
    color: #574764;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin: 5px;
}
.page-numbers li:hover {
    background: #3f77cc;
    color: #eee;
}
.page-numbers.current {
    padding: 10px !important;
    background: #574764 !important;
    color: #eee !important;
    font-size: 20px !important;
    border: 0 !important;
}
.nav-links {
    margin: 0 0 50px;
}
.woocommerce-error li{
    background: #ffb356;
    padding: 5px 20px;
    list-style: none;
}
.wc_payment_methods.payment_methods.methods {
    list-style: none;
}
.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn {
    left: 0;right:auto!important;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100% !important;
}
button.woocommerce-Button.button {
    width: 100%;
}
.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100% !important;
}
.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100% !important;
}
.added_to_cart.wc-forward {
    background: #85b718;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    float: right;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}
input[type=checkbox], input[type=radio] {
   width: 20px !important;
    vertical-align: top;
    margin: 10px;
    display: inline;
}
label, #shipping_method {
    display: inline-block;
    color: #574764;
    font-size: 12px;
    line-height: 20px;
}
#payment_method_sizpay {
    margin: 35px auto;
}
#payment_method_iccard {
    margin: 50px auto;
}
.simishka-message {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.simishka-message h2{
    background: #686094;
    color: #fff;
    border: 7px dotted #ffc800;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    padding: 30px 30px;
}
p.return-to-shop {
    text-align: center;
}
p.cart-empty.woocommerce-info {
    text-align: center;
}
.button.product_type_variable.add_to_cart_button {
    display: none;
}
.copen h2{
    background: #ffc800;
    padding:30px;
    text-align:right;
    font-size:16px;
    font-weight:bold;
    line-height:25px;
}
a.button.product_type_variable {
    display: none;
}
.stock {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    border-radius: 3px;
}
.sold-out-overlay {
    background: #654ea3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    right: 50px;
    top: 10px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.woocommerce-result-count {
    display: none;
}
span.variable-item-span.variable-item-span-button:hover {
    background: #ff6f6f !important;
}
.product-box {
    width:100%;
    margin: 7% auto;
    position: relative;
}
.product-pic {
    width: 43%;
    float: right;
}
.prooduct-cont {
    width: 55%;
    float: left;
}
.post-type p{
    color: #574764;
    text-align: justify;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    /*overflow-y: scroll;*/
    padding: 0 20px;
}

a.button.product_type_variable {
    display: none;
}

.sold-out-overlay {
    background: #654ea3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    right: 50px;
    top: 10px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
a.button.product_type_simple {
    display: none;
}
div#primary {
    width: 20%;
    float: right;
    margin: 10px;
}
.title-box-archive {
    padding: 50px 0;
    margin: 0 auto;
    width: 70%;
}
select.orderby {
    color: #574764;
    border: 0;
    font-weight: 400;
    float: left;
    background: #f4f4f4;
    padding: 1px 10px;
    font-size: 14px;
    margin: 10px;
    width: 100%;
}
.woocommerce ul.products{display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;width: 80%;
    margin: 0 auto;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 50%;
}
input , #billing_address_1 {
    width: 100% !important;
}
input , #billing_first_name {
    width: 100% !important;
}
input , #billing_last_name {
    width: 100% !important;
}
.form-left {
    width:45%;
    display: inline-block;
} .form-right{
    width:45%;
    float:right;
    margin:0 40px;
}
.woocommerce{margin: 0 auto;}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    width: 100%;
    display: flex;
}
.post-inner.thin {
    width: 80%;
    margin: 0 auto;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 5px 0 0;
    color: #e86200;
    font-size: 100%;
    display: contents;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
.woocommerce-table--order-details{
	margin-bottom:2rem;
	width:70%
}
.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-checkout-review-order-table dl.variation{margin:0}.woocommerce-checkout-review-order-table dl.variation p{margin:0}.woocommerce-checkout-review-order-table dl.variation dd,.woocommerce-checkout-review-order-table dl.variation dt{font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif}.woocommerce-checkout-review-order-table dl.variation dd p,.woocommerce-checkout-review-order-table dl.variation dt p{padding-top:1px;font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif}.woocommerce-order-received .woocommerce-order li,.woocommerce-order-received .woocommerce-order p{font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif}.woocommerce-order-received table{border:0}.woocommerce-order-received table td,.woocommerce-order-received table th,.woocommerce-order-received table tr{border:0}.woocommerce-order-received table tr{height:5rem}.woocommerce-order-received table tfoot{border-top:1px solid #ddd}.woocommerce-order-received table tfoot tr:last-of-type{border-top:1px solid #ddd}.woocommerce-order-received table tfoot tr:last-of-type .woocommerce-Price-amount{font-weight:710}.woocommerce-checkout-review-order #place_order{width:100%}.woocommerce-order-overview{margin-bottom:2rem}.woocommerce ul.products li.product{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start;margin-bottom:5em}.woocommerce ul.products li.product-category a{text-align:center}.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title{font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif;font-size:3rem}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:50%}.woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n+1),.woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(2n+1){padding:0 0 3em 2vw}.woocommerce-cart p.form-row input{border:1px solid #ddd}#ship-to-different-address{font-size:1em;display:inline-block;margin:1.42em 0}#ship-to-different-address label{font-weight:400;cursor:pointer}#ship-to-different-address label span{position:relative;display:block;}#ship-to-different-address label span::before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13rem;box-sizing:content-box;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s;position:absolute;top:0;left:0}#ship-to-different-address label span::after{content:"";display:block;width:14px;height:14px;background:#fff;position:absolute;top:3px;left:17px;border-radius:13rem;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}#ship-to-different-address label input[type=checkbox]:checked+span::after{left:3px}#ship-to-different-address label input[type=checkbox]:checked+span::before{border-color:#000;background:#000}.woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(2n){padding:0 2vw 3em 0} .woocommerce-MyAccount-content,.logged-in.woocommerce-account #site-content .woocommerce-MyAccount-navigation{text-align: center;}.logged-in.woocommerce-account #site-content table.account-orders-table .button{padding-right:.5em;padding-left:.5em;width:100%;margin: 3px 0;}.logged-in.woocommerce-account table.account-orders-table td{padding-bottom:0.5rem}