.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  font-family: "ms-social";
  content: "\e863";

}
.woocommerce-MyAccount-navigation ul {list-style: none;margin: 0;}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
left: 1em!important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
height:unset;
}
.wc-block-components-form .wc-block-components-text-input input:autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"], .wc-block-components-text-input input:autofill, .wc-block-components-text-input.is-active input[type="email"], .wc-block-components-text-input.is-active input[type="number"], .wc-block-components-text-input.is-active input[type="tel"], .wc-block-components-text-input.is-active input[type="text"], .wc-block-components-text-input.is-active input[type="url"],.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
padding: 1.5em 1em 1em!important;
}
.woocommerce ul.products.columns-7, .woocommerce-page ul.products.columns-7 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 40px;
grid-row-gap: 40px;
}

.woocommerce ul.products.columns-7 li.product:nth-child(7n+1){
grid-column: span 2;
grid-row: span 2;
display: flex;
flex-direction: column;
  
}
.woocommerce ul.products.columns-7 li.product:nth-child(11n){background:#222222;}
.woocommerce ul.products.columns-7 li.product:nth-child(7n+1) .thumbnail{
height: 100%;
width: 100%;
}

.woocommerce ul.products.columns-7 li.product:nth-child(7n+1) .thumbnail > a,.woocommerce ul.products.columns-7 li.product:nth-child(7n+1) .thumbnail img{
height: 100%;
}

.products.columns-7 .product{
grid-column: span 1;
}

.wc-block-components-quantity-selector {
  align-items: center;
}
.breadcrumbs-container {width:100%;}
.sold-individually .quantity input {display:none;}
.woocommerce .pswp__caption__center {
  text-align: center;}
.cart-coupon-inner input {border-style: dashed;}
.woocommerce ul.products.columns-2, .woocommerce-page ul.products.columns-2 {
  width: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 30px;
}
.woocommerce ul.products.columns-3, .woocommerce-page ul.products.columns-3 {
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 30px;
}
.woocommerce ul.products.columns-4, .woocommerce-page ul.products.columns-4 {
   width: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 30px;
}
.woocommerce ul.products.columns-5, .woocommerce-page ul.products.columns-5 {
   width: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 30px;
}
.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-6 {
   width: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
.woocommerce ul.products.columns-4, .woocommerce-page ul.products.columns-4,.woocommerce ul.products.columns-5, .woocommerce-page ul.products.columns-5,.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-6 {
  grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-5, .woocommerce-page ul.products.columns-5,.woocommerce ul.products.columns-4, .woocommerce-page ul.products.columns-4, .woocommerce ul.products.columns-3, .woocommerce-page ul.products.columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width:480px) {
.woocommerce ul.products.columns-4, .woocommerce-page ul.products.columns-4, .woocommerce ul.products.columns-3, .woocommerce-page ul.products.columns-3 {
  grid-template-columns: repeat(1, 1fr);
}
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: none;
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  margin: 0!important;
  }
li.product a img {
  margin: 0!important;}
  .woocommerce .quantity .qty {padding: 0 !important;}
.woocommerce ul.products li.product a {
  display: block;
}
.product .thumbnail {overflow: hidden;}
ul.products li.product:not(.product-category) .ms-product-content {margin-top:12px;}
ul.products li.product:not(.product-category) .ms-add-to-cart-wrap {
  position:relative;margin:0px 10px;
}
ul.products li.product:not(.product-category) .ms-add-to-cart-wrap a.added_to_cart,
ul.products li.product:not(.product-category) .ms-add-to-cart-wrap a.button {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  opacity:0;
  transition:transform .5s ease,opacity .5s ease,color .3s ease-out,border .3s ease-out,background .3s ease-out!important;
  will-change:transform;
  transform:translateY(50px)
}
ul.products li.product:not(.product-category) .ms-add-to-cart-wrap a.button.added {display:none;}
ul.products li.product:not(.product-category):hover .ms-add-to-cart-wrap a.added_to_cart,
ul.products li.product:not(.product-category):hover .ms-add-to-cart-wrap a.button {
  opacity:1;
  transform:translateY(-10px)
}
.summary-wrap {position:relative;}

.woocommerce #review_form #respond p {
  margin: 10px 0 10px;
}
.woo-steps-number {
  display:inline-flex;
  width:34px;
  height:34px;
  margin-inline-end:2.2727272727em;
  border-radius:50em;
  background-color:#bbb;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:11px;
  line-height:1;
  font-weight:600;
  color:#fff
}
.woo-steps-item {
  display:inline-flex;
  padding:36px 30px;
  position:relative;
  flex:1 auto;
  align-items:center;
  font-size:16px;
  line-height:1.5em;
  font-weight:700;
  color:#bbb
}
.woo-steps-item a { color:#bbb
}
.woo-steps-item.is-active .woo-steps-number {
  background-color:#222;
}
.woo-steps-item.is-active,.woo-steps-item.is-active a {color:#222222;}

.woo-steps-inner {
  display:flex;
  align-items:center;
  padding:0px
}
.steps-secound {
display: flex;
  justify-content: center;
  }
.steps-first {padding-left:0px;}
.steps-last {
  display: flex;
  justify-content: right;
  padding-right:0px;
  }
.woo-steps {
  border-bottom:1px solid #efefef;
  margin-bottom:2em
}
.woocommerce button.apply_coupon {
width: 54px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index:6;
  }
@media screen and (max-width:991px) {
.woo-steps {
  margin-top: 10px;
  margin-bottom: 20px;
}
.cart_totals h3 {
  font-size: calc(0.8rem + .6vw);
}
.woocommerce table.shop_table {
  margin: 0 -1px 10px 0;}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 20px 0!important;}
.actions-wrap .woo-actions-innerv {
display: flex;
  justify-content: space-between;}
  
.actions-wrap .cart-coupon-inner {margin-bottom: 20px;}
.cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart .quantity {justify-content: left!important;}
.woocommerce form .form-row textarea {
  height: 6em;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 1em 1.5em!important;}

}
@media screen and (min-width:992px) {

.woocommerce form.woocommerce-checkout h3 {
  margin: 1.5em 0 .7142857143em;
    margin-bottom: 0.714286em;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 700;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 38%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 58%;
}
  .woo-steps-inner {
    flex-flow:row wrap
  }
  .woo-steps-item {
    flex-basis:33.3333333333%
  }
}
@media screen and (max-width:1199px) {
  .woo-steps-inner {
    padding:0;
    text-align:center
  }
  .woo-steps-item {
    width:100%;
    padding-inline-start:20px;
    padding-inline-end:20px;
    justify-content:center
  }
}

@media screen and (max-width:768px) {
  .woo-steps {
    border:0
  }
  .woo-steps-inner {
    flex-direction:row;
    align-items:flex-start
  }
  .woo-steps-item {
    flex-direction:column;
    padding:0 10px;
    font-size:13px
  }
  .woo-steps-item svg {
    display:none
  }
  .woo-steps-item:last-of-type .woo-steps-number:after {
    content:none
  }
  .woo-steps-number {
    width:33px;
    height:33px;
    margin:0 0 14px;
    font-size:12px
  }
  .woo-steps-number:after {
    content:"";
    display:inline-block;
    height:1px;
    position:absolute;
    top:16px;
    left:calc(50% + 18px);
    right:calc(-50% + 18px);
    z-index:0;
    background-color:#e0e0e0
  }
}
@media screen and (max-width: 768px) {
.woocommerce form.woocommerce-checkout h3.order_review_heading,.woocommerce form.woocommerce-checkout #payment {
  padding: 20px 20px 20px!important;}
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  padding: 0 20px 20px!important;}
.woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
  text-align: left !important;font-size: 0.8rem;
}


  .woocommerce .woocommerce-cart-form table.shop_table tr td.cart-coupon::before, .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
.woo-steps-item i {
  margin-left: 0;
  display: block;
}
.woocommerce table.shop_table.cart td, .woocommerce-page table.shop_table.cart td {
  padding: 6px 0px 0px;}
  .woocommerce table.shop_table td.actions, .woocommerce-page table.shop_table td.actions {
  padding: 20px 0px!important;
}
.woocommerce.woocommerce-order-received table.shop_table td,
.woocommerce-page.woocommerce-order-received table.shop_table td {
	padding:6px 20px 20px;
	border:1px solid #eee;border-width: 0px 0px 1px 0px;
}
  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-quantity div.quantity {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 18px 15px!important;
}
  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
    display: flex;
   
    position: relative;justify-content: space-around;
  }
      .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-img {
      flex: 1 1 14%;justify-content: left;
    display: flex;
  }
    .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-name {
      flex: 1 1 40%;
  }
      .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-quantity{
      display:none;
  }

      .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-remove {
      flex: 1 1 8%;
  }
  .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: 90px;-o-object-fit: cover;
  object-fit: cover;padding-right:14px;max-width: 80px;
}

}
.woocommerce form.woocommerce-checkout h3.order_review_heading {
  padding: 1.92em 40px 1.28em;
  margin-bottom: 0;
  position: relative;
  background-color: #f9f9f9;
  font-size: 25px;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  padding: 0 40px 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 15px;
  color: #000;
}
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal .woocommerce-Price-amount {
  font-size: 20px;
}
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
  font-size: 30px;
  line-height: 1;
}
.woocommerce form.woocommerce-checkout h3.order_review_heading {
  padding: 1.92em 40px 1.28em;
  margin-bottom: 0;
  position: relative;
  background-color: #f9f9f9;
  font-size: 25px;
}

.woocommerce form.woocommerce-checkout #payment {
  padding: 0 40px 30px;
  border-radius: 0;
  background-color: #f9f9f9;
}

/* SHOP CART
================================================ */
.woocommerce .select2-container .select2-selection--single {height: 46px;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 42px;}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {padding-left: 18px;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {height: 44px !important;right: 12px;}

#shopdock {
    position: absolute;
    right: -11px;
    top: 100%;
}
@media(max-width:991px){#shopdock {display:none;}}
.icon-menu li {
    display: inline-block;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
}

.icon-menu a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
}

.single-product .woocommerce-breadcrumb {
    margin: 0 0 2em;
}

.icon-menu .icon-menu-count {
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
}

.cart_totals h2 {
    font-size: 24px;
    line-height: 26px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;height: auto;
}

.wc-proceed-to-checkout {
    text-align: right;
}

.icon-menu .icon-menu-count {
display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  color: #fff;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  margin: -5px 0px 0px;
  font-weight: 700;
  font-size: 8px;
}
.mobile-shopping-cart .badge {
display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  color: #fff;
  line-height: 1.4;
  border-radius: 50%;
top: -5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.5rem;
}
.cart-icon-container {position: relative;}
.icon-menu-count.cart_empty {display:none;}
.icon-menu .cart a .tooltip {
    display: none;
}

.icon-menu a .tooltip {
    margin-top: 10px;
}

.icon-menu a .tooltip {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 0.95em;
    line-height: 1.3em;
    padding: .5em 1.1em;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: 1;
}

#cart-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    width: 360px;
    position: absolute;
    right: 11px;
    top: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transition: all 200ms ease-out;
    transition-property: margin-top, left;
    max-height: 300px;
    z-index: 11;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
}
.checkout-button a.btn {text-align:center;}
.top-icon-wrap li.show_cart #cart-wrap,
.top-icon-wrap li:hover #cart-wrap {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.top-icon-wrap .nicescroll-rails-vr {
    display: none !important;
}

.top-icon-wrap:hover .nicescroll-rails-vr {
    display: block !important;
}


/* product */

#cart-list {
    
    padding: 1.5em;
}
#cart-wrap .product {
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 5px;

}

#cart-wrap .product:last-child {
    border: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

#cart-wrap .empty-cart {
    padding: 35px;
    font-size: 13px;
    text-align: center;
    color: #888;
}

#cart-wrap .remove-item {
    float: right;
    width: 21px;
    height: 21px;
    padding: 2px;
    overflow: hidden;
    position: relative;
    transform-origin: center;
    margin-top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cart-wrap .product i {
  font-size: 1.2rem;
}
#cart-wrap .remove-item.ms_spinner {
    font-size: 4px;
    width: 1em;
    height: 1em;
    margin-right: 13px;
    margin-top: 13px;
    transition: none;
}

#cart-wrap .product-image {
    float: left;
    margin-right: .95em;
    width: 64px;
	margin-bottom:0px;
}

#cart-wrap .product-image img {
    width: 90px;
}

#cart-wrap .product-details {
    overflow: hidden;
}

#cart-wrap .product-title {
font-size: 1rem;
  font-weight: normal;
  margin: 0px 0px 0 0;
  line-height: 1;
}

#cart-wrap .product-title a,
#cart-wrap a.remove-item {
    color: #000000;
}

#cart-wrap .quantity-count {
font-size: .8rem;
  opacity: .8;
  margin: 0;
}

#cart-wrap a.prod-title,#cart-wrap a.prod-img,#cart-wrap a.remove-item {
    padding: 0 !important;
}
/* cart total */

#cart-wrap .cart-total {
padding: 1.5em 1.8em 0em 1.8em;
    margin: 0;
    color: #111;
	width: 100%;
	display: flex;
	font-size:0.8rem;
  justify-content: space-between;
}
#cart-wrap .cart-total .amount-label {font-weight:600;}
#cart-wrap .cart-total .amount {
    font-size: 1em;
    display: block;
    margin-bottom: -2px;
}

#cart-wrap .cart-total #view-cart {
    font-size: .75em;
    line-height: 1.3em;
    display: block;
    color: #777;
}

#cart-wrap .cart-total #view-cart:hover {
    color: #000;
}

#cart-wrap .checkout-button {
    padding: 1.5em;
    margin: 0;
	width: 100%;
	display:flex;gap: 10px;
}
#cart-wrap .checkout-button .btn {width:50%;margin-top:0px;}
.woo-checkout-btn {margin-top:30px;}
.woo-checkout-btn .checkout-button {width:100%;text-align: center;}
.woo-checkout-btn .checkout-button .hs {margin-left:8px;}


.shopdock_empty#shopdock {
    display: none;
}

.top-icon-wrap #cart-list {
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.top-icon-wrap .cart-total-checkout-wrap {
}
.wc-block-components-title.wc-block-components-title {letter-spacing: 0;}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  line-height: 1!important;
  font-size: 20px;
}
.wc-block-components-product-metadata {
  line-height: 1.2;
}
.cart-style-dropdown.wc-cart-empty #shopdock {
    display: none;
}

.product.has-default-attributes.has-children>.images {
    opacity: 1;
}

.ms_spinner {
    border-radius: 50%;
    color: #dddddd;
    font-size: 4px;
    width: 1em;
    height: 1em;
    -webkit-animation: ms_loader 1.3s infinite linear;
    animation: ms_loader 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    vertical-align: top;
}

@-webkit-keyframes ms_loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes ms_loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0;
    width: 20%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 18px 0px;display: flex;
  gap: 18px;
}



.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 10px;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;margin-top: 30px;gap: 2px;flex-wrap: wrap;
}
.woocommerce div.product form.variations_form.cart,
.woocommerce div.product p.variations_form.cart {
  display: block;margin-top: 10px;
}
form.cart .variations td, .woocommerce div.product form.cart .variations th {

  display: block;padding: 2px 0;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woo-log-coupon i {font-size:1.2rem;}
.woo-log-coupon h6 { border-bottom: 1px solid #eee;
  padding: 0 0 12px 0;}
  @media screen and (max-width:768px) {.woo-log-coupon h6  {margin:28px 0 0 0;}}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 4px;
}
.woocommerce table.shop_attributes th {
  padding: 15px 20px;}
  .woocommerce table.shop_attributes td {
  font-style: normal;
  padding: 15px 20px;border-right: 0px;}
table.shop_attributes {border-top: 0px;}
.woocommerce ul.products li.product .button {
    margin-top: 0;height: auto;
}
.woocommerce a.button.wc-backward {height: auto;}
.woocommerce-message::before {
    content: '';
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 0px solid #eee;
    background: transparent; 
    padding: 0px;margin: 0 0 1em;padding: 10px;text-align: center;
}


.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove{
   display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  font-style: normal;
  line-height: 26px;
  font-size: 9px;
  color: rgba(0,0,0,1)!important;
  text-align: center;
  border: 0;
  background: #f6f6f6;
  border-radius: 0;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 50%;
}
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover{
	background:#222;
	border-color:#222 !important;
	color:#fff !important;
}
body .woocommerce a.remove:hover {
  background:#222;
	border-color:#222 !important;
	color:#fff !important;
}
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    cursor: not-allowed;
    opacity: .5;
    padding: .918em 1.5em;
}
/* Cart Page */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {

    border: 1px solid #eee;
    width: calc(100%);background: #fff;table-layout: unset;
}
.woocommerce table.shop_table.order_details,
.woocommerce-page table.shop_table.order_details {

    border: 0;
}
.woocommerce table.shop_table.order_details th,.woocommerce table.shop_table.order_details td {
padding:20px 0;
}
.woocommerce table.shop_table.order_details td {
border-width: 0px 0px 1px 0px;
}


.woocommerce table.shop_table th{
	color:#000;font-size: 14px;padding:20px;
	border-color:#eee;border-width: 0px 0px 1px 0px;
}

.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
	color:#999;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding:6px 20px 20px;
	border:1px solid #eee;border-width: 0px 0px 1px 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td.cart-coupon {border-width: 0px 0px 0px 0px;}
.woocommerce form .form-row {padding: 3px 0px;}
.woocommerce-cart table.cart th.product-img,.woocommerce table.shop_table td.product-img {
  text-align: left;padding-left:0px;
}
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table th,.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
  text-align: left;padding-left:0px;
}
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
 border-width: 0px 0px 1px 0px;
}


.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table td span:not(.woocommerce-Price-currencySymbol) {
width: 100%;
  display: block;
  text-align: right;
  }
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table td span bdi {
width: 100%;
  display: block;
  text-align: right;
  }
.woocommerce table.shop_table td .product-name-wrap,
.woocommerce-page table.shop_table td .product-name-wrap {
display:flex;flex-direction:column;text-align: left;
}
.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
	padding:20px;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 0px solid rgba(0,0,0,.1);
    border-right-width: 0px;
    border-bottom-width: 0px;
  border-radius: 0px;
  padding: 20px 0;
}
.woocommerce ul.order_details {
  margin: 30px 0;
  list-style: none;
  display: flex;
  flex-wrap:wrap;
}
.woocommerce ul.order_details li {
  float: none;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  border-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  width: 20%;
}
.woocommerce-order-received h2 {font-size:1.5rem;}

.woocommerce table.shop_table.shop_table_responsive {
    border-width: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table thead, .woocommerce-order-received .woocommerce-order table.shop_table thead {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: .02em;
  color: #000;
}
.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-top: 0px;
}

.cart_totals.calculated_shipping h2 {
    overflow: visible;
    font-size: 30px;
    line-height: 32px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    content: '';
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #eee;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
}


#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0px solid #eee;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
    font-size: 1.65em;
    margin: 0 0 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eeeeee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
   width: auto !important;
}

.woocommerce .woocommerce-result-count {
    margin: 10px 0 1em;
}

.woocommerce .cart .product-quantity {
    padding: 32px 0 32px 0;
    text-align: center;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    text-align: left;
}

.woocommerce .woocommerce-product-details__short-description p {
    margin: 0 0 8px;
}

.related ul li:last-child {
    margin-right: 0px!important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: 0;
    background-color: #eee;
    color: #222
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #eee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.3em
}

.woocommerce a.added_to_cart {
    display: none
}
.cross-sells h2 {font-size: 24px;line-height: 26px;}
.cart_totals.calculated_shipping h2 {
    overflow: visible
}

.woo-item-content {
    display: none
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: .918em 1.5em;
    line-height: 1;
    float: none;
    font-family: Arial;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #ddd
}

.woocommerce .woocommerce-info:before {
    color: #222
}

.cart-empty,
.return-to-shop {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 1em
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f7f7f7;
    color: #222
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px
}

.woocommerce ul.products>li {
    text-align: center
}

.woocommerce ul.products li.product .price {
    margin-bottom: 18px;
    color: #111;
    font-size: 16px;
}

.woocommerce .woocommerce-message:before {
    color: #222
}

.woocommerce table.shop_table {
    border-radius: 0
}


.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%
}
.woocommerce-cart table.cart input {line-height:1;}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {

    border-radius: 0;
padding: 18px;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {letter-spacing: -1px;}
@media screen and (max-width:768px) {
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table td,.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th {
	padding:12px 0px;
	border:1px solid #eee;border-width: 0px 0px 1px 0px;
}
.woocommerce ul.order_details li {
  width: 50%;padding:10px 0px;
}
    .woocommerce ul.products>li {
        width: auto!important
    }
}

@media screen and (max-width:480px) {
    .woocommerce ul.products>li {
        width: auto!important
    }
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    text-transform: uppercase;
    font-size: 0.7rem;
}

.blog-loop .pagination,
.woocommerce .pagination {
    position: relative
}

.woocommerce div.product .stock {
    color: #222
}

.shop-item .layer-shop .vertical-align a {
    display: none
}

.shop-item .layer-shop .vertical-align a.card-button {
    display: inline-block
}

.shop-title del span {
    text-decoration: line-through
}

.card-button {
    background-color: transparent!important;
    border: #999!important;
    padding: 10px 15px!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    text-align: center!important;
    color: #222!important;
    font-weight: 700!important;
    border-radius: 0!important
}

.card-button:hover,
.card-button:hover span {
    color: #fff!important
}

.card-button span {
    padding-right: 10px!important;
    transition: all .35s ease-out!important;
    -moz-transition: all .35s ease-out!important;
    -o-transition: all .35s ease-out!important;
    -webkit-transition: all .35s ease-out!important;
    -ms-transition: all .35s ease-out!important;
    padding-top: 0!important
}

.card-button:hover {
    background: #222!important;
    border: #222!important
}
.woocommerce .cart_totals table.shop_table th {

  background-color: #f8f8f8;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: left;
}
.woocommerce .cart_totals table.shop_table td {
  padding: 20px 25px;
  background-color: #fdfdfd;
}
@media(min-width:992px){

.woocommerce div.product .woocommerce-tabs .panel h2,.woocommerce .related h2:not(.woocommerce-loop-product__title)  {
    margin: 0!important;
    padding: 20px 0 20px!important;
    font-size: 1.3rem!important;
    line-height: 1!important;
	letter-spacing: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.3em;letter-spacing: 0px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
	background: #f9f9f9;
  padding: 25px;
}
.woocommerce .cart_totals table.shop_table th,.woocommerce .cart_totals table.shop_table td {
  background: #f9f9f9;padding:20px 0;border-width: 0px 0px 1px 0px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img {
	width:80px;
}

.woocommerce table.shop_table td {
    padding: 20px;
}
.woocommerce table.shop_table td.cart-coupon {
    padding: 20px 0 0 0;
}

.actions-wrap {display: flex;gap:50px;}
.actions-wrap .cart-coupon-inner {flex: 0 1 40%;}
.actions-wrap .woo-actions-innerv {
flex: 1;
  display: flex;
  justify-content: right;gap: 5px;
}
.cart_totals h3 {font-weight:600;font-size: 1rem;margin-bottom:12px;}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  position: sticky;
  top:50px;
}


.woocommerce div.product h1.product_title {
    display:block;line-height: 1;
}
}
.woocommerce div.product .woocommerce-product-rating {
    font-size: 15px
}

.woocommerce div.product .woocommerce-product-rating>a {
    display: none
}

.woocommerce .star-rating {
    width: 6.4em
}

.woocommerce .products .star-rating {
    margin: 15px auto
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    letter-spacing: 4px
}

.woocommerce div.product div[itemprop=offers] {
    float: left;
    width: 49%
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  text-decoration: uppercase;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  background: rgba(0,0,0,0.2);
  }
.woocommerce div.product .product_meta {
    padding: 25px 0!important;
    position: relative!important;
    width: 100%!important;
    margin-bottom: 30px;
    font-size: 14px
}
.woocommerce div.product .product_meta > span {
display:block;
}
.woocommerce-loop-category__title mark {display:none;}
.woocommerce .quantity .qty {
    border: 1px solid #ebebeb;
}

.woocommerce div.product form.cart div.quantity,.woocommerce .cart .quantity,.woocommerce-page table.cart td.actions .coupon {
  float: none;display:-webkit-box;
    display:-ms-flexbox;
    display:flex;justify-content: center;}
.woocommerce div.product form.variations_form.cart div.quantity, .woocommerce .variations_form.cart .quantity {justify-content: flex-start;margin-bottom: 5px;}
.woocommerce div.product form.cart div.quantity input,.woocommerce .cart .quantity input,.woocommerce-page table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon button{border: 0;
  background: #fff;
  color: #222;font-weight:300;height: auto;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a { 
    font-weight: 400
}
.woocommerce-checkout #payment ul.payment_methods {padding:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;}
.woocommerce form.woocommerce-checkout #payment #place_order {
  float: none;
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
  color: #fff;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  opacity: 1;
  background: none;
  border: 0;
  color: inherit;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce div.product form.cart .button {height: auto;
    display: inline-block!important;
    border-radius: 0!important;
    padding: 18px 30px!important;
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.woocommerce div.product div[itemprop=offers] .price {
    color: #222;
    display: block;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 0 20px
}

.woocommerce div.product p.stock {
    font-size: .92em;
    float: none;
    width: 100%;
    padding-left: 0px;
    color: #999
}

.woocommerce div.product div[itemprop=offers] del {
    display: inline-block;
    margin-right: 5px;
    font-size: .6em
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: none!important;
    margin: 0!important;
    display: inline-block!important
}

.woocommerce span.onsale {
    font-weight: 500;
    top: 0;
    right: 0;
    left: auto;
    margin: 0px!important;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    color: #222;
    border: 0px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {

  border-bottom-color: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 1em 3em;
    border-radius: 0!important
}

.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0;
    border-top-width: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;text-align: center;
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0
}

.woocommerce div.product form.cart .variations select {
    width: auto
}

.woocommerce div.product form.cart .variations td.label {
    color: inherit;
    margin: 0!important;
    font-size: 13px
}

.woocommerce div.product form.cart .variations {
    display: table;
    width: auto;
    font-size: 14px
}

.woocommerce div.product form.cart .variations td {

    display: block;
}

.woocommerce div.product form.cart .variations td.label label {
    margin: 0
}

.woocommerce label {
    font-weight: 400
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px
}

.woocommerce ul.products li.product .price del {
    display: inline-block!important
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd!important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #222!important
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    padding: 10px 0 0
}

.page-template-page-woocommerce .widget,
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0!important
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
 padding: 18px;
    background: none;
}
.shop_table tr > [class*="product-remove"] {
  width: 20px;}
  .shop_table tr > [class*="product-img"] {
  width: 120px;
}
.woocommerce .comment-respond {
    text-align: left;
}

.woocommerce .comment-respond .form-submit {
    text-align: right;
}

.woocommerce .woocommerce-cart-form .quantity .qty {
    line-height: 1;
}

.woocommerce ul.products li.product .onsale,.onsale {
position: absolute;
  text-align: center;
  z-index: 9;
  display: block;
  color: #121212;
  background-color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 0;
  min-width: 65px;
  min-height: 30px;
  right: auto;
  left: 0;
  margin: 10px;
  transform: rotate(-90deg) translate(-100%,0);
  transform-origin: 0 0;
}

.quantity .qty {
    -moz-appearance: textfield!important;
}
/* Woo Responsive */
@media only screen and (max-width: 1199px) {
	.woocommerce:not(.single-product) .cart .quantity .plus,
	.woocommerce:not(.single-product) .cart .quantity .minus,
	.woocommerce-page:not(.single-product) .cart  .quantity .plus,
	.woocommerce-page:not(.single-product) .cart  .quantity .minus{
		
	}
}
@media only screen and (min-width: 1200px) {
.woocommerce-cart-form {display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 50px;
  }
  }
  
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;max-width:100px;}
@media only screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td.product-subtotal .amount, .woocommerce-page table.shop_table_responsive tr td.product-subtotal .amount {font-size: 0.8rem;}
	
	
.woocommerce .quantity .qty {
    width: 100%;}
.woocommerce div.product form.cart div.quantity input, .woocommerce .cart .quantity input {padding: 10px;}
.woocommerce div.product form.cart div.quantity {margin: 0 0px 0 0;}
.single-product div.product form.cart div.quantity {margin: 10px 0px 20px 0;}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {margin-top: 10px;flex-direction: column;}
.woocommerce div.product form.cart .added_to_cart {text-align:center;}
.woocommerce div.product form.cart .button {margin: 4px 0px;}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: auto;
  flex: 1 1 100%;
}
.woocommerce .cart_totals table.shop_table td {
  padding: 20px 0px;}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: #fff;
}
.woocommerce .continue_shopping, .woocommerce-page .continue_shopping {
  text-align: center !important;
}
}


@media only screen and (max-width: 481px) {
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images{
		width:100%;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product{
		width:50% !important;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product, 
	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product{
		display:block;
		width:100% !important;
		margin:0;
	}
	.woocommerce div.product .product_title,
	.woocommerce-page div.product .product_title{
		line-height:38px;
		font-size:30px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li{
		margin:0 5px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
		font-size:12px;
	}
	.woocommerce div.product .woocommerce-tabs #tab-reviews, .woocommerce-page div.product .woocommerce-tabs #tab-reviews{width:100%;}
	
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-price {
    display: none;
  }
}

@media(max-width:767px){
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {border-width: 0;}

.woocommerce .cart .product-quantity {
padding: 10px!important; 
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    float: left!important;
}
.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    height: 46px!important;
}

}