/*
Theme Name: Petotel

WooCommerce styles override
*/
/**
* Imports
*/
.hidden {
  display: none;
}

/**
 * WooCommerce color variables
 */
.shop-wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-thumbnail:before {
  display: none;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
  overflow: hidden;
  height: 30px;
  display: block;
  color: #606060;
}

table.shop_table_responsive tr td.product-remove a:before {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
}

table.shop_table_responsive tr td.product-remove a:hover {
  text-decoration: none;
  color: #ff6853;
}

table.shop_table_responsive tr td.product-remove:before {
  display: none;
}

table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  padding-top: 2.25rem;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}

table.shop_table_responsive tr td.actions:after, table.shop_table_responsive tr td.download-actions:after {
  display: table;
  content: '';
  clear: both;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive tr td.actions .coupon {
  margin-bottom: .875rem;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.actions .coupon {
    float: left;
  }
}

table.shop_table_responsive tr td.actions .coupon label {
  display: none;
}

table.shop_table_responsive tr td.actions .coupon input {
  float: left;
  width: 100%;
  margin: 0 1.875rem .875rem 0;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.actions .coupon input {
    width: auto;
  }
}

table.shop_table_responsive tr td.actions .coupon button {
  width: 100%;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.actions .coupon button {
    width: auto;
  }
}

table.shop_table_responsive tr td.actions > .button {
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.actions > .button {
    width: auto;
  }
}

table.shop_table_responsive .product-subtotal {
  text-align: right;
  color: #333437;
}

table.shop_table_responsive .quantity input {
  text-align: center;
  width: 120px;
}

table.shop_table_responsive .product-thumbnail img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}

table.shop_table th {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Baloo Chettan", sans-serif;
  color: #333437;
}

table.shop_table th, table.shop_table td {
  padding-top: .875rem;
  padding-bottom: .875rem;
  border-left: none;
  border-right: none;
  border-top: none;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 3.125rem;
}

.woocommerce-checkout-review-order-table tr th:first-child,
.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.woocommerce-checkout-review-order-table .product-quantity {
  color: #333437;
  font-weight: normal;
}

.woocommerce-checkout-review-order-table .cart-subtotal .amount {
  color: #333437;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  color: #333437;
}

.woocommerce-checkout-review-order-table .order-total .amount {
  color: #333437;
}

.woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .order-total th {
  border-bottom: 0;
}

.cart-collaterals .shop_table {
  table-layout: auto;
}

.cart-collaterals .shop_table td {
  width: 100%;
}

.cart-collaterals .shop_table th {
  width: auto;
  padding-left: 0;
}

.cart-collaterals .shop_table .order-total th, .cart-collaterals .shop_table .order-total td {
  border-bottom: none;
}

.cart-collaterals .shop_table .order-total strong {
  font-weight: normal;
}

.woocommerce-grouped-product-list td {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price {
  text-align: center;
  font-family: "Baloo Chettan", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333437;
  line-height: 1;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price ins {
  background: transparent;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price del {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff6853;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label label {
  margin: 0;
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products:after {
  display: table;
  content: '';
  clear: both;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 3.75rem;
  width: 100%;
}

@media screen and (min-width: 501px) {
  ul.products li.product {
    float: left;
    width: 48.1%;
    margin-right: 3.8%;
  }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
}

ul.products li.product:hover .loop-add-to-cart-wrapper {
  opacity: 1;
}

ul.products li.product a:hover {
  text-decoration: none;
}

ul.products li.product a:focus, ul.products li.product a:active {
  outline: none;
}

ul.products li.product .woocommerce-loop-product__title {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  letter-spacing: .5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: inherit;
  font-weight: normal;
  color: #606060;
}

ul.products li.product .price {
  margin-top: .625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: inherit;
  font-weight: 700;
}

ul.products li.product .price del {
  font-size: 16px;
  font-size: 1rem;
}

ul.products li.product img {
  display: block;
  margin: 0 auto;
}

ul.products li.product .button {
  display: block;
}

ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block;
}

ul.products li.product .onsale {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1.25rem;
}

ul.products li.product .shop-loop-image-wrapper {
  position: relative;
  margin-bottom: 1.25rem;
}

ul.products li.product .shop-loop-image-wrapper img {
  border-radius: 50px;
}

ul.products li.product .add_to_cart_button {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: .5em;
  padding-right: .5em;
  background: #f09108;
  color: #fff;
}

ul.products li.product .add_to_cart_button:hover, ul.products li.product .add_to_cart_button:focus {
  color: #333437;
  background: #fff;
}

@media (min-width: 992px) {
  ul.products li.product .add_to_cart_button {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1470px) {
  ul.products li.product .add_to_cart_button {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 2em;
    padding-right: 2em;
  }
}

ul.products li.product .loop-add-to-cart-wrapper {
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  right: 1.875rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-bottom: 1.875rem;
}

ul.products li.product .added_to_cart {
  color: #333437;
  display: block;
  text-align: center;
  position: absolute;
  bottom: .25em;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

ul.products li.product .added_to_cart:hover {
  color: #ff6853;
}

ul.products li.product .star-rating {
  margin-top: 1.25rem;
}

ul.products li.product .star-rating + .woocommerce-loop-product__title {
  margin-top: .625rem;
}

@media (min-width: 768px) {
  ul.products li.product {
    width: 30.79667%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

.shop-archive:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 992px) {
  .shop-archive.no-sidebar .products-loop-wrapper {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}

.shop-archive .shop-sidebar {
  width: 100%;
  margin-top: 6.25rem;
}

@media (min-width: 992px) {
  .shop-archive .shop-sidebar {
    float: left;
    width: 21%;
    padding-right: 1.875rem;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .shop-archive .products-loop-wrapper {
    width: 79%;
    float: right;
    padding-left: 3.125rem;
  }
}

.woocommerce-products-header {
  margin-bottom: 6.25rem;
}

.woocommerce-pagination {
  max-width: 900px;
  margin: 2.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-pagination .page-numbers {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 2.9rem;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #efefef;
  margin: 0 .5rem .3125rem;
  color: #606060;
}

.woocommerce-pagination .page-numbers:hover:not(.current) {
  text-decoration: none;
  border-color: #ff6853;
}

.woocommerce-pagination .page-numbers.current {
  border-color: #ff6853;
}

.woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  line-height: 3.25rem;
}

.woocommerce-pagination .page-numbers.next:hover, .woocommerce-pagination .page-numbers.prev:hover {
  color: #ff6853;
}

.products.upsells + .products.related {
  margin-top: 3.75rem;
}

.products.related,
.products.upsells,
.cross-sells {
  margin-top: 9.375rem;
}

.products.related > h2,
.products.upsells > h2,
.cross-sells > h2 {
  font-size: 38px;
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 3.75rem;
}

.products.related ul.products,
.products.upsells ul.products,
.cross-sells ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cross-sells {
  margin-top: 6.25rem;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product .woocommerce-breadcrumb {
  border-top: 0;
}

.single-product div.product {
  position: relative;
}

.single-product div.product.sale .single-product-title-wrapper {
  padding-right: 5rem;
}

.single-product div.product .single-product-summary-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 992px) {
  .single-product div.product .single-product-summary-wrapper .woocommerce-product-gallery {
    width: 50%;
    float: left;
    padding-right: 2.8125rem;
  }
}

.single-product div.product .single-product-summary-wrapper .entry-summary {
  margin-top: 3.125rem;
}

@media (min-width: 992px) {
  .single-product div.product .single-product-summary-wrapper .entry-summary {
    margin-top: 0;
    padding-left: 2.8125rem;
    float: right;
    width: 50%;
  }
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery img {
  border-radius: 36px;
  display: block;
  margin: 0 auto;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.5625rem;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport a {
  display: block;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  display: table;
  content: '';
  clear: both;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .85;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.single-product div.product .entry-summary .product_title {
  display: inline;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}

.single-product div.product .entry-summary .star-rating {
  margin-left: 0;
}

.single-product div.product .entry-summary .price {
  margin-top: 1.875rem;
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.single-product div.product .entry-summary .price del {
  font-size: 20px;
  font-size: 1.25rem;
}

.single-product div.product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 3.75rem;
}

.single-product div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

.single-product div.product .entry-summary .product_meta {
  margin-top: 1.25rem;
  color: #333437;
  border-top: 4px solid #efefef;
  padding-top: 1.25rem;
}

.single-product div.product .entry-summary .product_meta a {
  color: #606060;
}

.single-product div.product .entry-summary .product_meta > span {
  display: block;
  margin-bottom: .25rem;
}

.single-product div.product .entry-summary .single-product-title-wrapper {
  margin-bottom: .625rem;
  position: relative;
}

.single-product div.product .entry-summary .single-product-title-wrapper > * {
  vertical-align: middle;
}

.single-product div.product .entry-summary .single-product-title-wrapper .onsale {
  margin-left: 1.25rem;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  padding-left: .875rem;
  padding-right: .875rem;
}

.single-product div.product .variations {
  table-layout: auto;
}

.single-product div.product .variations td {
  border: 0;
  padding: 1.25rem 0;
}

.single-product div.product .variations td.label {
  min-width: 3.75rem;
  vertical-align: middle;
}

.single-product div.product .variations td.label label {
  margin: 0;
  font-weight: normal;
}

.single-product div.product .variations td.value {
  vertical-align: middle;
}

.single-product div.product .variations td.value select {
  display: inline-block;
  min-width: 60%;
}

@media (min-width: 768px) {
  .single-product div.product .variations td.value select {
    width: auto;
  }
}

.single-product div.product .variations td.value .reset_variations {
  margin-left: .5rem;
}

.single-product div.product .cart:after {
  display: table;
  content: '';
  clear: both;
}

.single-product div.product .cart .quantity {
  float: left;
  width: 120px;
  margin-right: 1.25rem;
}

.single-product div.product .cart .quantity input {
  text-align: center;
}

.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: #f1b014;
}

.stock.out-of-stock {
  color: #ff6853;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
.col2-set .col-1 + .col-2 {
  margin-top: 3.125rem;
}

@media (min-width: 992px) {
  .col2-set .col-1 + .col-2 {
    margin-top: 0;
  }
  .col2-set:after {
    display: table;
    content: '';
    clear: both;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
    float: left;
  }
  .col2-set .col-1 {
    padding-right: 1.875rem;
  }
  .col2-set .col-2 {
    padding-left: 1.875rem;
  }
}

@media (min-width: 768px) {
  .form-row-first {
    width: 50%;
    padding-right: 1.875rem;
    float: left;
  }
  .form-row-first + .form-row-last {
    float: left;
    width: 50%;
    padding-left: 1.875rem;
  }
}

.cart-collaterals {
  margin-top: 2.5rem;
}

.cart-collaterals .cart_totals > h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}

.cart-collaterals .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 0;
}

.cart-collaterals .shipping-calculator-form {
  margin-top: 1.875rem;
}

.woocommerce-checkout .woocommerce-billing-fields + .woocommerce-account-fields {
  margin-top: 3.125rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  overflow: hidden;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 label,
.woocommerce-checkout .woocommerce-shipping-fields > h3 label,
.woocommerce-checkout .woocommerce-additional-fields > h3 label {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper {
  margin: 0 -15px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:after,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper:after,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper:after,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper:after,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper:after,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper > *,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper > *,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > *,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > *,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper > * {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 1.5em;
}

@media (min-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout-payment {
    width: 50%;
  }
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box {
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
  margin-bottom: 1.5rem;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  margin-top: 3.125rem;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2.5rem;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text + * {
  margin-top: 1.25rem;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 3.125rem;
}

.woocommerce-checkout #order_review_heading {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}

.checkout_coupon {
  margin-bottom: 2.5rem;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

@media (min-width: 992px) {
  .site-header-cart .widget_shopping_cart {
    display: block;
  }
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.header-cart-wrapper .site-header-cart {
  list-style: none;
}

.header-cart-wrapper .site-header-cart:hover .widget_shopping_cart, .header-cart-wrapper .site-header-cart.focus .widget_shopping_cart {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header-cart-wrapper .site-header-cart > li {
  margin: 0;
}

.header-cart-wrapper .site-header-cart .cart-contents {
  position: relative;
  color: #333437;
  font-size: 16px;
  font-size: 1rem;
}

.header-cart-wrapper .site-header-cart .cart-contents:hover {
  color: #ff6853;
}

.header-cart-wrapper .site-header-cart .cart-contents .icon {
  width: 1.25em;
  text-align: center;
}

.header-cart-wrapper .site-header-cart .cart-contents .count {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(25%) translateX(35%);
  transform: translateY(25%) translateX(35%);
  background: #f09108;
  color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-family: "Baloo Chettan", sans-serif;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  right: -200%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 15;
  padding-top: 1.25rem;
  width: 346px;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content {
  width: 100%;
  padding: 1.875rem;
  background: #fff;
  border: 3px solid #efefef;
  border-radius: 36px;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .widgettitle {
  display: none;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart {
  list-style: none;
  max-height: 400px;
  overflow: auto;
  padding-right: .625rem;
  margin-right: -.625rem;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content img {
  width: 75px;
  margin-left: 0;
  margin-right: 1.25rem;
  float: left;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item {
  margin-bottom: 1.25rem;
  padding-bottom: .625rem;
  border-bottom: 3px solid #efefef;
  padding-right: 1.25rem;
  position: relative;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item:last-child {
  margin-bottom: 0;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item:after {
  display: table;
  content: '';
  clear: both;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 1.875rem;
  text-align: center;
  overflow: hidden;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875rem;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 100%;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove:hover {
  text-decoration: none;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .amount {
  color: #333437;
  font-size: 16px;
  font-size: 1rem;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
  display: block;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item a {
  color: #606060;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #333437;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 400;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button + .button {
  margin-top: 1.25rem;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: #ff8e15;
  color: #fff;
}

.header-cart-wrapper .site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  background-color: #fff;
  color: #333437;
  border-color: currentColor;
}

/**
 * Star rating
 */
.star-rating {
  display: block;
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: .875em;
  width: 6.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #bebebe;
  margin: 0 auto;
}

.star-rating:before {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #f1b014;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a:focus, p.stars a:active {
  outline: none;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f005";
  color: #606060;
  text-indent: 0;
  opacity: .25;
}

p.stars a:hover ~ a:before {
  content: "\f005";
  color: #606060;
  opacity: .25;
}

p.stars:hover a:before {
  content: "\f005";
  color: #f1b014;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\f005";
  color: #f1b014;
  opacity: 1;
}

p.stars.selected a.active ~ a:before {
  content: "\f005";
  color: #606060;
  opacity: .25;
}

p.stars.selected a:not(.active):before {
  content: "\f005";
  color: #f1b014;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs {
  margin-top: 5rem;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 3.185rem;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 4px solid #efefef;
}

@media (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #ff6853;
}

.woocommerce-tabs ul.tabs li a {
  padding: .5em 1.25em;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -.01em;
  font-family: "Baloo Chettan", sans-serif;
  color: #333437;
}

@media (min-width: 992px) {
  .woocommerce-tabs ul.tabs li a {
    padding: 1.5em 1.25em;
  }
}

.woocommerce-tabs ul.tabs li a:hover {
  color: #ff6853;
  text-decoration: none;
}

.woocommerce-tabs ul.tabs li a:active, .woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

.woocommerce-tabs .woocommerce-product-attributes {
  table-layout: auto;
}

.woocommerce-tabs .woocommerce-product-attributes th {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-tabs .woocommerce-product-attributes td {
  width: 100%;
}

.woocommerce-tabs .woocommerce-product-attributes th, .woocommerce-tabs .woocommerce-product-attributes td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #f1b014;
}

.woocommerce-password-strength.short {
  color: #ff6853;
}

.woocommerce-password-strength.bad {
  color: #ff6853;
}

.woocommerce-password-strength.good {
  color: #ffebc5;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 0 0 0 1px #f1b014;
  box-shadow: inset 0 0 0 1px #f1b014;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 0 0 0 1px #ff6853;
  box-shadow: inset 0 0 0 1px #ff6853;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 1.25rem 2.5rem;
  border-radius: 36px;
  margin-bottom: 3.75rem;
  color: #333437;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  margin: 0 .875rem;
}

.woocommerce-message .button:first-child,
.woocommerce-info .button:first-child,
.woocommerce-error .button:first-child {
  margin-left: 0;
}

.woocommerce-message {
  background-color: #f1b014;
  clear: both;
}

.woocommerce-info {
  background-color: #ffebc5;
}

.woocommerce-error {
  background-color: #ff6853;
}

.woocommerce-error a {
  color: inherit;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #ffebc5;
  z-index: 9999;
}

.onsale {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-family: "Baloo Chettan", sans-serif;
  background: #ff6853;
  padding: .45rem 1.25rem;
  text-transform: lowercase;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
}

.price {
  display: block;
  text-align: center;
  font-family: "Baloo Chettan", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #333437;
  line-height: 1;
}

.price ins {
  background: transparent;
  color: #ff6853;
}

.price del {
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
}

.price del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.woocommerce-breadcrumb {
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
  border-top: 3px solid #f2f2f2;
  color: #333437;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce-breadcrumb a {
  color: inherit;
}

.woocommerce-breadcrumb .delimiter {
  font-size: .875em;
  margin: 0 .625rem;
  color: #bebebe;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}

.woocommerce-Reviews .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333437;
  margin-bottom: 1.25rem;
  font-family: "Baloo Chettan", sans-serif;
  font-weight: normal;
  letter-spacing: -.01em;
}

.woocommerce-Reviews .comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce-Reviews .comment-respond {
  margin-top: 2.5rem;
}

.woocommerce-Reviews .comment-form-rating .stars {
  margin-bottom: 0;
  line-height: 1;
}

.woocommerce-Reviews .commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-Reviews .commentlist .children {
  list-style: none;
}

.woocommerce-Reviews .commentlist .review {
  padding-left: 7.5rem;
  padding-bottom: 3.125rem;
  margin-bottom: 1.875rem;
  position: relative;
  border-bottom: 4px solid #efefef;
}

.woocommerce-Reviews .commentlist .review .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-Reviews .commentlist .review .star-rating {
  margin: 0 0 .5rem;
}

.woocommerce-Reviews .commentlist .review .woocommerce-review__dash {
  display: none;
}

.woocommerce-Reviews .commentlist .review .woocommerce-review__author {
  color: #333437;
  font-family: "Baloo Chettan", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 1rem;
  font-weight: normal;
  letter-spacing: -.01em;
}

.woocommerce-Reviews .commentlist .review .woocommerce-review__published-date {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce-Reviews .commentlist .review .meta {
  margin-bottom: 1rem;
}

body.woocommerce .pswp .pswp__button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.select2-container {
  text-align: left !important;
}

.select2-container .select2-dropdown {
  border: 3px solid #f5f5f5;
  border-top: 0;
  margin-top: -3px;
}

.select2-container .select2-dropdown .select2-search__field {
  padding: .875rem 2rem;
  border: 0;
}

.select2-container .select2-dropdown .select2-search--dropdown,
.select2-container .select2-dropdown .select2-results {
  padding: .625rem 1.25rem;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-top: 3px solid #f5f5f5;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  margin-top: 3px;
  margin-bottom: -3px;
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  padding-top: 1.25rem;
}

.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown .select2-results__option--highlighted[data-selected] {
  background-color: #ff6853;
}

.select2-container .select2-selection {
  border: 0;
  background: #f5f5f5;
  border-radius: 33px;
  height: 66px;
}

.select2-container .select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection .select2-selection__rendered {
  line-height: 66px;
  padding: 0 2rem;
  color: #606060;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

.select2-container.select2-container--above .select2-selection--single[aria-expanded="true"] {
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
}

.select2-container .select2-selection--single {
  margin-bottom: 0;
}

.woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 1rem;
}

.woocommerce-form-login .woocommerce-form__label {
  display: block;
  width: 100%;
}

.woocommerce-form-login .clear {
  margin: 0;
}

.header-account-link-wrapper a {
  color: #333437;
}

.header-account-link-wrapper a:hover {
  color: #ff6853;
}

.shop-ordering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.6875rem;
}

@media (min-width: 768px) {
  .shop-ordering-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .shop-ordering-wrapper .woocommerce-result-count {
    margin-bottom: 0;
  }
}

.shop-ordering-wrapper .woocommerce-ordering select {
  margin-bottom: 0;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 17px;
  font-size: 1.0625rem;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: ew-resize;
  outline: none;
  background: #ff6853;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -6px;
  opacity: 1;
  border-radius: 3px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -15px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #ff6853;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget_price_filter .button {
  padding: .5em 1.875em;
}

.widget_price_filter .price_label {
  margin-bottom: .625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget_product_search .search-field {
  padding-right: 80px;
}

.widget_product_search button {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  line-height: 60px;
  background: transparent;
  color: #606060;
}

.widget_product_search button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  display: block;
  width: 100%;
}

.widget_product_search button:hover {
  background: transparent;
  color: #ff6853;
  border-color: transparent;
}

.widget_product_search button:active, .widget_product_search button:focus {
  border: 0;
}

.widget_product_categories ul {
  list-style: none;
}

.widget_product_categories ul.product-categories {
  padding-left: 0;
}

.widget_product_categories ul a {
  color: #606060;
}

.widget_product_categories ul a:hover {
  color: #ff6853;
  text-decoration: none;
}

.widget_top_rated_products ul,
.widget_products ul,
.widget_recent_reviews ul,
.widget_recently_viewed_products ul {
  list-style: none;
  padding: 0;
}

.widget_top_rated_products ul li:after,
.widget_products ul li:after,
.widget_recent_reviews ul li:after,
.widget_recently_viewed_products ul li:after {
  display: table;
  content: '';
  clear: both;
}

.widget_top_rated_products ul li + li,
.widget_products ul li + li,
.widget_recent_reviews ul li + li,
.widget_recently_viewed_products ul li + li {
  margin-top: 1.875rem;
}

.widget_top_rated_products ul li a,
.widget_products ul li a,
.widget_recent_reviews ul li a,
.widget_recently_viewed_products ul li a {
  line-height: 1.3;
}

.widget_top_rated_products ul li a:hover,
.widget_products ul li a:hover,
.widget_recent_reviews ul li a:hover,
.widget_recently_viewed_products ul li a:hover {
  text-decoration: none;
}

.widget_top_rated_products ul li a + .star-rating,
.widget_products ul li a + .star-rating,
.widget_recent_reviews ul li a + .star-rating,
.widget_recently_viewed_products ul li a + .star-rating {
  margin-top: .25rem;
}

.widget_top_rated_products ul li img,
.widget_products ul li img,
.widget_recent_reviews ul li img,
.widget_recently_viewed_products ul li img {
  float: left;
  width: 25%;
  margin-right: 1.25rem;
  margin-bottom: .625rem;
  margin-left: 0;
}

.widget_top_rated_products ul li .star-rating,
.widget_products ul li .star-rating,
.widget_recent_reviews ul li .star-rating,
.widget_recently_viewed_products ul li .star-rating {
  display: none;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_top_rated_products ul li .product-title,
.widget_products ul li .product-title,
.widget_recent_reviews ul li .product-title,
.widget_recently_viewed_products ul li .product-title {
  font-family: inherit;
  color: #606060;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1.1;
  display: block;
}

.widget_top_rated_products ul li .product-title:hover,
.widget_products ul li .product-title:hover,
.widget_recent_reviews ul li .product-title:hover,
.widget_recently_viewed_products ul li .product-title:hover {
  color: #ff6853;
}

.widget_top_rated_products ul li .reviewer,
.widget_products ul li .reviewer,
.widget_recent_reviews ul li .reviewer,
.widget_recently_viewed_products ul li .reviewer {
  margin-top: .5rem;
  display: inline-block;
}

.widget_top_rated_products ul li > .amount,
.widget_top_rated_products ul li ins,
.widget_products ul li > .amount,
.widget_products ul li ins,
.widget_recent_reviews ul li > .amount,
.widget_recent_reviews ul li ins,
.widget_recently_viewed_products ul li > .amount,
.widget_recently_viewed_products ul li ins {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background: transparent;
  color: #333437;
}

.widget_top_rated_products ul li ins,
.widget_products ul li ins,
.widget_recent_reviews ul li ins,
.widget_recently_viewed_products ul li ins {
  color: #ff6853;
}

.widget_top_rated_products ul li del,
.widget_products ul li del,
.widget_recent_reviews ul li del,
.widget_recently_viewed_products ul li del {
  font-weight: 700;
  color: #333437;
  font-family: inherit;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
}

.widget_top_rated_products ul li del:after,
.widget_products ul li del:after,
.widget_recent_reviews ul li del:after,
.widget_recently_viewed_products ul li del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.widget_rating_filter ul {
  list-style: none;
  padding: 0;
}

.widget_rating_filter ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060;
}

.widget_rating_filter ul a:hover {
  text-decoration: none;
}

.widget_rating_filter ul a:active, .widget_rating_filter ul a:focus {
  outline: none;
}

.widget_rating_filter ul a .star-rating {
  margin: 0 .5rem 0 0;
}

.widget_layered_nav_filters ul {
  list-style: none;
  padding: 0;
}

.widget_layered_nav_filters ul .chosen a {
  color: #606060;
}

.widget_layered_nav_filters ul .chosen a:hover {
  text-decoration: none;
}

.widget_layered_nav_filters ul .chosen a:hover:after {
  color: #ff6853;
}

.widget_layered_nav_filters ul .chosen a:after {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .25em;
}

.shop-sidebar .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .5px;
  font-family: inherit;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

/**
 * WooCommerce account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 4px solid #efefef;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 .625rem .625rem;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: .5rem .875rem;
  font-family: "Baloo Chettan", sans-serif;
  letter-spacing: .5px;
  color: #606060;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #ff6853;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ff6853;
}

.woocommerce-account .woocommerce-MyAccount-content > form > h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-account .woocommerce-MyAccount-content > form .button {
  margin-top: 1.25rem;
}

.woocommerce-account .woocommerce-Addresses {
  margin-top: 3rem;
}

.woocommerce-account .addresses .title h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-account .woocommerce-orders-table {
  text-align: center;
}

.woocommerce-account .woocommerce-orders-table .button {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 36px;
  font-family: "Baloo Chettan", sans-serif;
  text-transform: lowercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 1.125em 2.5em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: normal;
  background: #ffebc5;
  color: #ff6853;
}

.woocommerce-account .woocommerce-orders-table .button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  color: #333437;
  border-color: currentColor;
}

.woocommerce-account .woocommerce-orders-table .button:active, .woocommerce-account .woocommerce-orders-table .button:focus {
  border-color: #aaa #bbb #bbb;
}

.woocommerce-account .edit-account fieldset {
  padding: 1.25rem 1.875rem;
  border: 4px solid #efefef;
}

.woocommerce-account .woocommerce-address-fields {
  overflow: hidden;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
  margin: 0 -15px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper > * {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_first_name_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_last_name_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_city_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_state_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_phone_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #billing_email_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_last_name_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_city_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_state_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_phone_field,
  .woocommerce-account .woocommerce-address-fields__field-wrapper #shipping_email_field {
    width: 50%;
  }
}
