/* Loop item */
.additheme-woocommerce ul.products {
  position: relative;
  margin: 0 -15px;
}

@media (min-width: 769px) {
.additheme-woocommerce ul.products li.product {
  width: 25%;
}

.additheme-woocommerce .woocommerce.columns-3 ul.products li.product {
  width: 33.3%;
}

.additheme-woocommerce .woocommerce.columns-4 ul.products li.product {
  width: 25%;
}

.additheme-woocommerce .woocommerce.columns-5 ul.products li.product {
  width: 20%;
}
}

.additheme-woocommerce ul.products li.product {
  margin: 20px 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.additheme-woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  text-align: center;
}

.additheme-woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 800;
  padding-top: 16px;
}

.additheme-woocommerce ul.products li.product .button {
  color: #b3b3b3;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 41px;
  padding: 0 20px;
  transition: 0.3s all ease-in-out;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.additheme-woocommerce ul.products li.product .button:hover,
.additheme-woocommerce ul.products li.product .button:focus {
  color: #676767;
  border: 1px solid #d2d2d2;
}

.additheme-woocommerce ul.products li.product .button.added::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  font-size: 16px;
}

.additheme-woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: none;
}

.additheme-woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #858585;
  margin-bottom: 0px;
}

.additheme-woocommerce ul.products li.product .price > del,
.additheme-woocommerce ul.products li.product .price > ins {
  display: inline-block;
}

.additheme-woocommerce ul.products li.product .price > ins {
  font-weight: 600;
  text-decoration: none;
  padding-left: 5px;
  font-style: italic;
}

.additheme-woocommerce ul.products li.product .star-rating {
  display: none;
  margin-top: 5px;
}

.additheme-woocommerce ul.products li.product .star-rating-right {
  float: right;
}

/* Loop item - Sale */
.additheme-woocommerce ul.products li.product .onsale,
.additheme-woocommerce ul.products li.product .outofstock,
.additheme-woocommerce ul.products li.product .newproduct,
.additheme-woocommerce span.onsale,
.additheme-woocommerce span.outofstock,
.additheme-woocommerce span.newproduct {
  left: 25px;
  right: auto;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 13px;
  min-height: auto;
  margin-top: -16px;
  font-size: 11px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.09);
  z-index: 100;
}

.additheme-woocommerce span.onsale,
.additheme-woocommerce ul.products li.product .onsale {
  background-color: #ab76e8;
}

.additheme-woocommerce span.outofstock,
.additheme-woocommerce ul.products li.product .outofstock {
  background-color: #fff;
  position: absolute;
  font-weight: 700;
}

.additheme-woocommerce span.newproduct,
.additheme-woocommerce ul.products li.product .newproduct {
  background-color: #51d7db;
  position: absolute;
  font-weight: 700;
  color: #fff;
}

.additheme-woocommerce span.onsale,
.additheme-woocommerce span.newproduct,
.additheme-woocommerce ul.products li.product .onsale,
.additheme-woocommerce ul.products li.product .newproduct {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.additheme-woocommerce a.button.loading::after {
  top: -1px;
  right: 6px;
}

/* Loop item - Star rating */
.additheme-woocommerce .star-rating {
  font-size: 14px;
  position: relative;
  letter-spacing: 4px;
  width: 71px;
  min-height: 13px;
}

.additheme-woocommerce .star-rating:before {
  color: #d0d0d0;
}

.additheme-woocommerce .star-rating span::before {
  color: #fbcb22;
}

.additheme-woocommerce .star-rating::after {
  content: "";
  clear: both;
}

.additheme-woocommerce .star-rating:before,
.additheme-woocommerce .star-rating span:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005\f005\f005\f005\f005";
  font-size: 14px;
  letter-spacing: 1px;
}

/* Loop item - Overlay */
.additheme-woocommerce ul.products li.product a img {
  margin-bottom: 0px;
  border-radius: 0px;
}

/* Single page */
.additheme-woocommerce div.product .product_title {
  margin-top: 26px;
  margin-bottom: 7px;
}

.additheme-woocommerce div.product .woocommerce-review-link {
  color: #656565;
  font-size: 12px;
  font-style: italic;
}

.additheme-woocommerce div.product p.stock {
  display: none;
}

.additheme-woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.additheme-woocommerce div.product .woocommerce-product-details__short-description p {
  line-height: 1.78;
}

.additheme-woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}

.additheme-woocommerce div.product p.price {
  font-size: 24px;
  margin-bottom: 12px;
}

.additheme-woocommerce div.product p.price del {
  color: #b9b9b9;
}

.additheme-woocommerce div.product p.price ins {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}

/* Single page - Tabs */
.additheme-woocommerce div.product .woocommerce-tabs {
  border-bottom: 1px solid #ececec;
}

.additheme-woocommerce .woocommerce-tabs-container {
  text-align: center;
  line-height: 0.5;
  position: relative;
  overflow: hidden;
}

.additheme-woocommerce .woocommerce-tabs-container-content {
  display: inline-block;
  position: relative;
}

.additheme-woocommerce .woocommerce-tabs-container-content:before,
.additheme-woocommerce .woocommerce-tabs-container-content:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #e8e8e8;
  top: 50%;
  width: 600px;
}
.additheme-woocommerce .woocommerce-tabs-container-content:before {
  right: 100%;
  margin-right: 15px;
}
.additheme-woocommerce .woocommerce-tabs-container-content:after {
  left: 100%;
  margin-left: 15px;
}

.additheme-woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}

.additheme-woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border-width: 0px;
}

.additheme-woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.additheme-woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.additheme-woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.additheme-woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
  content: none;
}

.additheme-woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  color: #b3b3b3;
  transition: 0.3s all ease-in-out;
}

.additheme-woocommerce div.product .woocommerce-tabs .panel {
  max-width: 780px;
  margin: 0 auto;
  box-shadow: none;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
}

/* Single page - Related Products */
.additheme-woocommerce div.product section.related.products {
  clear: both;
}

.additheme-woocommerce div.product section.related.products > h2 {
  margin-bottom: 50px;
}

/* Single page - Meta */
.additheme-woocommerce div.product .product_meta {
  border-top: 1px solid #efefef;
  margin-top: 39px;
  padding-top: 35px;
}

.additheme-woocommerce div.product .product_meta > span {
  display: block;
  margin: 6px 0;
  font-size: 13px;
}

.additheme-woocommerce div.product .product_meta > span:first-child {
  margin-top: 0px;
}

.additheme-woocommerce div.product .product_meta .product_meta_name {
  display: inline-block;
  width: 110px;
  font-weight: bold;
  text-transform: uppercase;
}

.additheme-woocommerce div.product .product_meta .product_stock {
  font-weight: bold;
}

.additheme-woocommerce div.product .product_meta .tagged_as a:before {
  display: inline-block;
  content: "#";
  clear: both;
}

/* Single page - Images */
.additheme-woocommerce div.product div.images img {
  border-radius: 8px;
}

.additheme-woocommerce div.product div.images {
  margin-bottom: 40px;
}

.woocommerce-products-nav {
  position: relative;
  margin: 0 -11px;
}

.woocommerce-products-nav .slick-track {
  min-width: 100% !important;
}

.woocommerce-products-thumb {
  padding: 0 11px;
  transition: 0.3s opacity ease-in-out;
}

.woocommerce-products-thumb img {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.woocommerce-products-thumb.slick-current img {
  opacity: 0.6;
}

.woocommerce-products-thumb:not(.slick-current) img:hover {
  opacity: 0.8;
}

.woocommerce-products-nav {
  margin-TOP: 24px;
}

.woocommerce-products-nav:not(.slick-initialized) .woocommerce-products-thumb {
  width: 25%;
}

.woocommerce-products-for-container {
  position: relative;
}

/* Single page - Review */
.additheme-woocommerce #review_form #respond.comment-respond {
  margin-top: 40px;
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.additheme-woocommerce #review_form #respond #reply-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.additheme-woocommerce #reviews #comment {
  height: 120px;
}

/* Buttons */
.additheme-woocommerce div.product form.cart .button,
.additheme-woocommerce .woocommerce button.button,
.additheme-woocommerce .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] .additheme-woocommerce #respond input#submit,
.additheme-woocommerce a.button.alt,
.additheme-woocommerce .return-to-shop a.button,
.additheme-woocommerce .cart input.button,
.additheme-woocommerce .cart input.button:disabled[disabled],
.additheme-woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  line-height: 40px;
  padding: 0 35px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  font-size: 11px;
  transition: 0.3s all ease-in-out;
}

.additheme-woocommerce .woocommerce-checkout #payment .place-order {
  padding-left: 0px;
  padding-right: 0px;
}

.additheme-woocommerce #payment #place_order {
  width: 100%;
  line-height: 54px;
}

.additheme-woocommerce .return-to-shop a.button {
  line-height: 54px;
}

.additheme-woocommerce div.product form.cart .button,
.additheme-woocommerce #respond input#submit,
.additheme-woocommerce a.button.alt,
.additheme-woocommerce .return-to-shop a.button {
  background-color: #505050;
  color: #fff;
}

.additheme-woocommerce .quantity .qty {
  line-height: 40px;
  padding: 0 23px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  font-size: 11px;
  width: auto;
  border: 1px solid #dfdfdf;
  margin-right: 5px;
  max-width: 90px;
}

.additheme-woocommerce a.button.alt {
  display: table;
  margin-left: auto;
}

.additheme-woocommerce .wc-proceed-to-checkout a.button.alt,
.additheme-woocommerce .woocommerce-cart-form .button,
.additheme-woocommerce #coupon_code {
  line-height: 54px !important;
}

/* Input */
.additheme-woocommerce #coupon_code {
  padding: 0 24px;
  border-radius: 8px;
  margin-right: 30px;
  min-width: 240px;
}

/* Header Checkout */
.woocommerce-header {
  padding-top: 60px;
}

.woocommerce-header-content {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.woocommerce-header-item {
  display: inline-block;
  position: relative;
  width: 190px;
}

.woocommerce-header-item:before,
.woocommerce-header-item:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 25px;
}

.woocommerce-header-item:before {
  background-color: #ebebeb;
}

.woocommerce-header-item:after {
  background-color: #ebebeb;
  right: 0;
}

.woocommerce-header-item-cart:before,
.woocommerce-header-item-complate:after {
  display: none;
}

.woocommerce-header-title {
  font-weight: bold;
  color: #bbbbbb;
  cursor: default;
}

.woocommerce-header-icon {
  display: table;
  width: 50px;
  height: 50px;
  border: 2px solid #ebebeb;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.woocommerce-header-icon i {
  display: block;
  padding-top: 14px;
  color: #ebebeb;
}

.woocommerce-header-icon span {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #ebebeb;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}

.woocommerce-header.step1 .woocommerce-header-item-cart .woocommerce-header-icon,
.woocommerce-header.step2 .woocommerce-header-item-checkout .woocommerce-header-icon,
.woocommerce-header.step3 .woocommerce-header-item-complate .woocommerce-header-icon {
  border-color: #51e7e9;
}

.woocommerce-header.step1 .woocommerce-header-item-cart .woocommerce-header-icon i,
.woocommerce-header.step2 .woocommerce-header-item-checkout .woocommerce-header-icon i,
.woocommerce-header.step3 .woocommerce-header-item-complate .woocommerce-header-icon i {
  color: #51e7e9;
}

.woocommerce-header.step1 .woocommerce-header-item-cart .woocommerce-header-icon span,
.woocommerce-header.step1 .woocommerce-header-item-cart:after,
.woocommerce-header.step2 .woocommerce-header-item-checkout .woocommerce-header-icon span,
.woocommerce-header.step2 .woocommerce-header-item-checkout:before,
.woocommerce-header.step2 .woocommerce-header-item-checkout:after,
.woocommerce-header.step3 .woocommerce-header-item-complate .woocommerce-header-icon span,
.woocommerce-header.step3 .woocommerce-header-item-complate:before {
  background-color: #51e7e9;
}

.woocommerce-header.step1 .woocommerce-header-item-cart .woocommerce-header-title,
.woocommerce-header.step2 .woocommerce-header-item-checkout .woocommerce-header-title,
.woocommerce-header.step3 .woocommerce-header-item-complate .woocommerce-header-title {
  color: #505050;
}

.woocommerce-header.step2 .woocommerce-header-item-cart .woocommerce-header-title {
  cursor: pointer;
}

/* Shop page */
.additheme-woocommerce h1.page-title {
  margin-bottom: 5px;
}

.additheme-woocommerce .woocommerce-result-count {
  text-transform: uppercase;
  font-size: 13px;
}

.additheme-woocommerce .woocommerce-ordering select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: -13px;
  background-image: url(../img/shop-select.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
  cursor: pointer;
}

.additheme-woocommerce .woocommerce-ordering select:focus {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.09);
}

/* Cart Page */
/* .additheme-woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  margin-top: 50px;
} */

.additheme-woocommerce .cart-collaterals .cart_totals > h2 {
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 0px;
  padding-bottom: 32px;
}

.additheme-woocommerce .cart-collaterals .wc-proceed-to-checkout {
  border-top: 1px solid #f2f2f2;
  padding-top: 36px;
}

/* Cart Page - Products */
.additheme-woocommerce table.cart thead tr {
  border-bottom-width: 0px;
}

.additheme-woocommerce table.cart thead th {
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.additheme-woocommerce table.cart thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.additheme-woocommerce table.cart a.remove {
  margin: 0 auto;
}

.additheme-woocommerce table.cart thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.additheme-woocommerce table.cart .product-thumbnail > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 15px 0 8px 0;
}

.additheme-woocommerce table.cart td.actions {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.additheme-woocommerce table.cart img {
  width: 86px;
}

.additheme-woocommerce .product-name a {
  font-weight: bold;
}

.additheme-woocommerce table.cart td.actions {
  padding-top: 35px !important;
}

/* Woocommerce - Tables */
.additheme-woocommerce table.shop_attributes,
.additheme-woocommerce table.shop_table {
  border-style: hidden !important;
}

.additheme-woocommerce table.shop_attributes th {
  padding: 5px 20px 5px 0px !important;
}

.additheme-woocommerce table.shop_attributes td,
.additheme-woocommerce table.shop_table td {
  padding: 5px 20px !important;
}

.additheme-woocommerce table.shop_attributes tr:nth-child(even) td,
.additheme-woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: transparent !important;
}

.additheme-woocommerce .woocommerce table,
.additheme-woocommerce .woocommerce table th,
.additheme-woocommerce .woocommerce table td {
  border-width: 0px !important;
}

.additheme-woocommerce .woocommerce table tr {
  border-bottom: 1px solid #f2f2f2;
}

.additheme-woocommerce .cart_totals table.shop_table {
  margin-bottom: 0px;
}

.additheme-woocommerce .cart_totals table.shop_table th,
.additheme-woocommerce .cart_totals table.shop_table td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 58px !important;
}

.additheme-woocommerce .cart_totals table.shop_table th {
  padding-left: 0px !important;
}

.additheme-woocommerce .cart_totals table.shop_table td {
  padding-right: 0px !important;
  text-align: right;
}

.additheme-woocommerce .cart_totals .cart-subtotal .woocommerce-Price-amount {
  font-size: 16px;
}

.additheme-woocommerce .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 24px;
}

/* Checkout - Page */
.additheme-woocommerce .select2-container--default .select2-selection--single,
.additheme-woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 51px;
  height: 51px;
}

.additheme-woocommerce .select2-container--default .select2-selection--single {
  border-radius: 8px;
  border-color: #e3e3e3;
}

.additheme-woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  color: #8d8d8d;
}

.additheme-woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 15px;
}

.additheme-woocommerce .woocommerce .woocommerce-billing-fields .form-row label,
.additheme-woocommerce .woocommerce-additional-fields h3 {
  display: none;
}

.additheme-woocommerce .woocommerce form .form-row input.input-text {
  padding-top: 15px;
  padding-bottom: 15px;
}

.additheme-woocommerce .woocommerce form .form-row {
  float: none;
  width: 100%;
}

.additheme-woocommerce .woocommerce form .form-row textarea {
  height: auto;
  min-height: 170px;
  line-height: 140%;
  padding: 18px;
  resize: none;
}

.additheme-woocommerce .checkout-order {
  border: 2px solid #eaeaea;
  padding: 30px 25px;
  border-radius: 10px;
}

.additheme-woocommerce .checkout-order > h3 {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 17px;
  margin-bottom: 5px;
}

.additheme-woocommerce .woocommerce-checkout-review-order-table .product-name,
.additheme-woocommerce .woocommerce-checkout-review-order-table tfoot th {
  padding-left: 0px !important;
}

.additheme-woocommerce .woocommerce-checkout-review-order-table .product-total,
.additheme-woocommerce .woocommerce-checkout-review-order-table tfoot td {
  padding-right: 0px !important;
  text-align: right;
}

.additheme-woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-width: 0px;
}

.additheme-woocommerce .woocommerce-checkout #payment {
  background-color: transparent;
}

.additheme-woocommerce .woocommerce-checkout .wc_payment_method {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 15px 20px !important;
  margin-bottom: 15px !important;
}

.additheme-woocommerce .woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 12px;
}

.additheme-woocommerce .woocommerce-checkout #payment div.payment_box p {
  line-height: 1.6;
}

.additheme-woocommerce #add_payment_method #payment div.payment_box::before,
.additheme-woocommerce .woocommerce-cart #payment div.payment_box::before,
.additheme-woocommerce .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.additheme-woocommerce .woocommerce-checkout #payment .payment_method_paypal label {
  max-width: 85%;
}

.additheme-woocommerce .woocommerce-checkout #payment .payment_method_paypal label a {
  width: 100%;
  line-height: 1;
  left: -30px;
  position: relative;
  font-weight: normal;
}

/* Messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-width: 0px;
  border-radius: 8px;
  padding: 30px 40px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-weight: bold;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

/* Empty Cart */
.woocommerce-cart-empty-notice {
  text-align: center;
  margin-bottom: 10px;
}

.woocommerce-cart-empty-notice img {
  margin-bottom: 35px;
}

.woocommerce-cart-empty-title {
  font-size: 18px;
  padding-bottom: 5px;
}

.woocommerce-cart-empty-notice > span {
  display: block;
}

.additheme-woocommerce .cart-empty {
  text-align: center;
}

.additheme-woocommerce .return-to-shop {
  display: table;
  margin: 0 auto;
}

/* Reviews */
.additheme-woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}

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

.additheme-woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ededed;
}

.additheme-woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border-width: 0px;
  background-color: transparent;
}

.additheme-woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 90px;
  padding: 0;
  border-width: 0px;
}

.additheme-woocommerce #reviews #comments .star-rating {
  bottom: -3px;
}

.additheme-woocommerce #reviews #comments .comment-text-meta-item {
  display: inline-block;
  padding-right: 13px;
}

.additheme-woocommerce #reviews #comments .woocommerce-review__author {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}

.additheme-woocommerce #reviews #comments time {
  font-size: 11px;
  color: #8d8d8d;
}

.woocommerce #review_form #respond textarea {
  margin-bottom: 30px;
}

.woocommerce #review_form label {
  font-size: 12px;
}

.additheme-woocommerce .comment-form-rating span > a:before {
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.additheme-woocommerce p.stars a:before {
  content: "\f005" !important;
}

.additheme-woocommerce .comment-form-rating p.stars a {
  padding: 12px;
  background-color: #f2f2f2;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
}

.additheme-woocommerce p.stars.selected a:not(.active):before,
.additheme-woocommerce p.stars.selected a.active:before {
  color: #fbcb22;
}

.additheme-woocommerce p.stars a,
.additheme-woocommerce p.stars.selected a,
.additheme-woocommerce p.stars.selected a.active ~ a:before {
  color: #d0d0d0;
}

/**
 * Header Cart - Icon
 */
.additheme-woocommerce .sh-nav li.sh-nav-cart > a > div {
  display: inline-block;
  position: relative;
}

.additheme-woocommerce .sh-nav li.sh-nav-cart > a > div > i {
  font-size: 20px;
}

.additheme-woocommerce .sh-header-cart-count > span {
  background: #fff;
  color: #505050;
  font-size: 12px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  padding: 0;
  position: relative;
  border: 1px solid #505050;
  position: absolute;
  top: 0;
  right: -12px;
}

/**
  * Header Cart - Content
  */
.additheme-woocommerce .sh-nav li.sh-nav-cart h2 {
  display: none !important;
}

.additheme-woocommerce .sh-nav li.sh-nav-cart > ul {
  min-width: 300px;
}

.additheme-woocommerce .sh-nav > li.sh-nav-cart > ul.sub-menu {
  margin-left: -226px;
}

.additheme-woocommerce .widget_shopping_cart .total {
  border-top-width: 0px;
  padding: 0 17px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  padding-top: 8px;
}

.additheme-woocommerce .widget_shopping_cart .total span {
  float: right;
}

.additheme-woocommerce ul.cart_list li img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  float: left;
  margin-right: 15px;
}

.additheme-woocommerce .widget_shopping_cart .cart_list > li {
  padding-left: 15px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
}

.additheme-woocommerce .widget_shopping_cart .cart_list > li > a:not(.remove) {
  padding-right: 45px;
}

.additheme-woocommerce .widget_shopping_cart .cart_list > li:last-child {
  margin-bottom: 0px;
}

.additheme-woocommerce .widget_shopping_cart .cart_list li > a {
  padding: 0;
}

.additheme-woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 15px;
  right: 30px;
  left: auto;
  font-size: 0px;
}

.additheme-woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.additheme-woocommerce table.cart a.remove:before {
  content: "\e082";
  font-size: 16px;
  display: inline-block;
}

.additheme-woocommerce table.cart a.remove {
  font-size: 0px;
  color: #b5b5b5 !important;
}

.additheme-woocommerce .widget_shopping_cart .buttons {
  padding: 10px 0;
}

.additheme-woocommerce .widget_shopping_cart .buttons a {
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  margin: 0 17px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.additheme-woocommerce .widget_shopping_cart .buttons a:first-child {
  margin-bottom: 15px;
}

.additheme-woocommerce .widget_shopping_cart .buttons a.checkout {
  background-color: #52d9dd !important;
  color: #fff !important;
  border-width: 0px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.additheme-woocommerce .widget_shopping_cart .buttons a:before {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 18px;
  bottom: -2px;
}

.additheme-woocommerce .widget_shopping_cart .buttons a.checkout:before {
  content: "\e080";
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.additheme-woocommerce .widget_shopping_cart .buttons a:not(.checkout):before {
  content: "\e04f";
}

.additheme-woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.additheme-woocommerce .widget_shopping_cart .buttons a:before,
.additheme-woocommerce table.cart a.remove:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.additheme-woocommerce .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 0 16px;
}

/**
 * Header Cart - Content
 */
.additheme-woocommerce .woocommerce-order section {
  max-width: 840px;
  margin: 0 auto;
}

.additheme-woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.additheme-woocommerce .woocommerce-order section.woocommerce-order-details {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 45px;
}

.additheme-woocommerce .woocommerce-order section.woocommerce-order-details .order_item .product-name > * {
  font-weight: normal !important;
}

.additheme-woocommerce .woocommerce-order table thead th {
  padding-top: 0px !important;
}

.additheme-woocommerce .woocommerce-order table tfoot tr:last-child th,
.additheme-woocommerce .woocommerce-order table tfoot tr:last-child td {
  padding-bottom: 0px !important;
}

.additheme-woocommerce .woocommerce-order table .product-name,
.additheme-woocommerce .woocommerce-order table tfoot th {
  padding-left: 0px !important;
}

.additheme-woocommerce .woocommerce-order table .product-total,
.additheme-woocommerce .woocommerce-order table tfoot td {
  padding-right: 0px !important;
  text-align: right;
}

.additheme-woocommerce .woocommerce-thankyou-order-details,
.additheme-woocommerce .woocommerce-customer-details address {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 45px;
  border-width: 0px;
  line-height: 1.8;
}

.additheme-woocommerce .woocommerce-customer-details address {
  width: 50%;
}

.additheme-woocommerce .woocommerce-thankyou-order-details {
  margin-bottom: 62px !important;
}

.additheme-woocommerce ul.order_details > li {
  padding-right: 17px !important;
  margin-right: 17px;
  border-right: 1px solid #efefef;
}

.additheme-woocommerce ul.order_details > li {
  font-size: 12px;
}

.additheme-woocommerce ul.order_details > li strong {
  font-size: 14px;
  margin-top: 7px;
}

.additheme-woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
}

.additheme-woocommerce .woocommerce-order-details__title {
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/**
 * My Account - Tabs
 */
.additheme-woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
  list-style: none;
}

.additheme-woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  padding-left: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 3px solid transparent;
}

.additheme-woocommerce nav.woocommerce-MyAccount-navigation a {
  font-weight: bold;
  font-size: 13px;
}

.additheme-woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
  border-left-color: #ccc;
}

.additheme-woocommerce nav.woocommerce-MyAccount-navigation li:not(.is-active) {
  opacity: 0.7;
}

/**
 * Responsive
 */
/* @media (min-width: 1024px) {
  .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%;
  }

  .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%;
  }
} */

@media (max-width: 700px) {
  .additheme-woocommerce h1.page-title,
  .additheme-woocommerce .woocommerce-result-count,
  .additheme-woocommerce p.woocommerce-result-count {
    width: 100%;
    text-align: center;
  }

  .additheme-woocommerce .woocommerce-ordering {
    display: table;
    margin: 0 auto;
    float: none;
    padding: 15px 0 45px 0;
  }

  .additheme-woocommerce div.product .product_meta {
    border-bottom: 1px solid #efefef;
    margin-bottom: 39px;
    padding-bottom: 30px;
  }

  .additheme-woocommerce div.product .product_meta .product_meta_name {
    display: block;
    width: 100%;
  }

  .additheme-woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .additheme-woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 16px;
  }

  .additheme-woocommerce div.product section.related.products {
    padding-top: 40px;
  }

  .additheme-woocommerce div.product .product_title {
    font-size: 21px;
  }

  .woocommerce-header-item {
    width: 130px;
  }

  .woocommerce-header-title {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*=columns-] ul.products li.product,
  .woocommerce[class*=columns-] ul.products li.product {
    width: 100% !important;
  }

  .woocommerce-header-item {
    width: 110px;
  }

  .woocommerce-header-title {
    font-size: 11px;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding-top: 16px;
  color: #505050;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  display: inline-block;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  color: #505050;
  font-size: 14px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  padding: 10px !important;
  line-height: 1;
}

table.variations,
table.variations td,
table.variations th {
  border: none !important;
}