/*------------------------------------------------------------------
[WOOCOMMERCE.CSS - WooCommerce plugin, static styles]
[Table of contents]

1. Widgets, Footer widgets styles
	1.1 Search widget
	1.2. Products widgets
	1.3. Shopping cart widget
	1.4. Categories / lists widgets
	1.5. Tags widget
	1.6. Filter by price widget
2. Shared styles
	2.1 Products Grid
	2.2 Stars rating
	2.3 Woo elements
3. Products style
	3.1 Products style 1
	3.2 Products style 2
	3.3 Products style 3
4. Elements
	4.1 Pagination
	4.2 Nav Tabs
	4.3 Messages
	4.4 Forms
5. Cart, checkout
6. Single product
7. Custom filters
-------------------------------------------------------------------*/
.woocommerce-cart .header-menu-wrapper .item-cart,
.woocommerce-checkout .header-menu-wrapper .item-cart {
  display: none !important;
}
/*------------------------------------------------------------------
	1. Widgets, Footer widgets styles
-------------------------------------------------------------------*/
.widget.woocommerce .product-title {
  display: block;
}
.widget.woocommerce .amount {
  transition: all 0.3s;
  font-weight: bold;
}
.widget.woocommerce del .amount {
  font-weight: normal;
}
.widget.widget_products a,
.widget.widget_recent_reviews a,
.widget.widget_top_rated_products a {
  transition: all 0.3s;
  font-weight: bold;
}
/*------------------------------------------------------------------
	1.1 Search widget
-------------------------------------------------------------------*/
.widget_product_search form {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
	1.2. Products widgets
-------------------------------------------------------------------*/
.widget_recent_reviews ul,
.widget_top_rated_products ul,
.widget_products ul,
.widget_shopping_cart ul,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li,
.widget_products ul li,
.widget_shopping_cart ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_reviews ul li:before,
.widget_top_rated_products ul li:before,
.widget_products ul li:before,
.widget_shopping_cart ul li:before {
  display: none;
}
.widget_recent_reviews ul li:after,
.widget_top_rated_products ul li:after,
.widget_products ul li:after,
.widget_shopping_cart ul li:after {
  content: '';
  display: block;
  clear: both;
}
.widget_recent_reviews ul li,
.widget_top_rated_products ul li,
.widget_products ul li,
.widget_shopping_cart ul li {
  position: relative;
  padding-bottom: 30px;
}
.widget_recent_reviews ul li:last-of-type,
.widget_top_rated_products ul li:last-of-type,
.widget_products ul li:last-of-type,
.widget_shopping_cart ul li:last-of-type {
  padding-bottom: 0;
}
.widget_recent_reviews ul li img,
.widget_top_rated_products ul li img,
.widget_products ul li img,
.widget_shopping_cart ul li img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  transition: all 0.3s;
}
.widget_recent_reviews ul li img:hover,
.widget_top_rated_products ul li img:hover,
.widget_products ul li img:hover,
.widget_shopping_cart ul li img:hover {
  opacity: 0.5;
}
.widget_recent_reviews .woocommerce-mini-cart__empty-message,
.widget_top_rated_products .woocommerce-mini-cart__empty-message,
.widget_products .woocommerce-mini-cart__empty-message,
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
body.rtl .widget_recent_reviews ul,
body.rtl .widget_top_rated_products ul,
body.rtl .widget_products ul,
body.rtl .widget_shopping_cart ul,
body.rtl .widget_recent_reviews ul li,
body.rtl .widget_top_rated_products ul li,
body.rtl .widget_products ul li,
body.rtl .widget_shopping_cart ul li {
  margin: 0;
  padding: 0;
}
body.rtl .widget_recent_reviews ul li,
body.rtl .widget_top_rated_products ul li,
body.rtl .widget_products ul li,
body.rtl .widget_shopping_cart ul li {
  padding-bottom: 30px;
}
body.rtl .widget_recent_reviews ul li img,
body.rtl .widget_top_rated_products ul li img,
body.rtl .widget_products ul li img,
body.rtl .widget_shopping_cart ul li img {
  float: right;
  margin: 0 0 0 20px;
}
/*------------------------------------------------------------------
	1.3. Shopping cart widget
-------------------------------------------------------------------*/
.widget_shopping_cart .quantity {
  display: block;
}
.widget_shopping_cart .remove,
.widget_shopping_cart .mini_cart_item a {
  font-weight: bold;
}
.widget_shopping_cart .total {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.widget_shopping_cart .buttons {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a {
  padding: 0 30px;
}
.widget_shopping_cart .buttons .button {
  float: left;
}
.widget_shopping_cart .buttons .checkout {
  float: right;
}
@media screen and (max-width: 480px) {
  .widget_shopping_cart .buttons .button {
    display: block;
    float: none;
    margin-bottom: 14px;
    text-align: center;
  }
  .widget_shopping_cart .buttons .button.checkout {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------
	1.4. Categories / lists widgets
-------------------------------------------------------------------*/
.widget_rating_filter ul,
.widget_layered_nav ul,
.widget_product_categories ul,
.widget_product_tag_cloud ul {
  margin-bottom: 0;
}
.widget_rating_filter .widget-content a,
.widget_layered_nav .widget-content a,
.widget_product_categories .widget-content a,
.widget_product_tag_cloud .widget-content a {
  font-weight: normal;
}
.widget_rating_filter .star-rating,
.widget_layered_nav .star-rating,
.widget_product_categories .star-rating,
.widget_product_tag_cloud .star-rating {
  float: left;
  width: 75px;
}
body.rtl .widget_rating_filter .star-rating,
body.rtl .widget_layered_nav .star-rating,
body.rtl .widget_product_categories .star-rating,
body.rtl .widget_product_tag_cloud .star-rating {
  float: right;
}
/*------------------------------------------------------------------
	1.5. Tags widget
-------------------------------------------------------------------*/
.widget_product_tag_cloud a {
  display: inline-block;
  padding: 5px 24px;
  border: 2px solid;
  margin: 0 10px 10px 0;
}
/*------------------------------------------------------------------
	1.6. Filter by price widget
-------------------------------------------------------------------*/
.widget_price_filter form {
  margin-bottom: 0;
}
.widget_price_filter .price_label {
  float: left;
  font-weight: bold;
}
.widget_price_filter .button {
  float: right;
}
.widget_price_filter .price_label,
.widget_price_filter .button {
  line-height: 40px;
}
.widget_price_filter .ui-slider,
.shop-filters .ui-slider {
  position: relative;
  margin-bottom: 30px;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.shop-filters .ui-slider .ui-slider-handle {
  position: absolute;
  width: 24px;
  border-radius: 12px;
  z-index: 2;
  height: 24px;
  cursor: default;
}
.widget_price_filter .ui-slider .ui-slider-range,
.shop-filters .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}
.widget_price_filter .ui-slider-horizontal,
.shop-filters .ui-slider-horizontal {
  height: 8px;
  border-radius: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-handle,
.shop-filters .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -4px;
  cursor: move;
}
.widget_price_filter .ui-slider-handle + .ui-slider-handle,
.shop-filters .ui-slider-handle + .ui-slider-handle {
  margin-left: -4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range,
.shop-filters .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.shop-filters .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.shop-filters .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
@media screen and (max-width: 380px) {
  .widget_price_filter .price_label {
    line-height: normal;
    display: block;
    float: none;
  }
  .widget_price_filter .button {
    margin-bottom: 18px;
    float: none;
  }
}
/*------------------------------------------------------------------
	2. Shared styles
		2.1 Products Grid
-------------------------------------------------------------------*/
.select2-container {
  display: none;
}
ul.products {
  margin: 0 -20px 0 -20px;
  padding: 0;
  font-size: 0;
  clear: both;
}
ul.products li {
  margin: 0 0 40px 0;
  padding: 0 20px 20px 20px;
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  z-index: 1;
}
ul.products li img {
  display: block;
  width: 100%;
}
ul.products li .inside {
  position: relative;
}
ul.products li a,
ul.products li h2 {
  text-decoration: none;
  transition: all 0.3s;
}
ul.products li:before {
  display: none;
}
@media screen and (max-width: 767px) {
  ul.products {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  ul.products li {
    width: 50%;
    padding: 0 15px 40px 15px;
  }
}
@media screen and (max-width: 480px) {
  ul.products li {
    width: 100%;
    padding: 0 15px 30px 15px;
  }
}
/*------------------------------------------------------------------
	2.2 Stars rating
-------------------------------------------------------------------*/
.star-rating,
.price {
  display: block;
  position: relative;
  float: none;
  overflow: hidden;
}
.star-rating {
  position: relative;
  z-index: 1;
  line-height: 24px;
  white-space: nowrap;
}
.star-rating > span {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -5555em;
}
.star-rating:before {
  content: "\f006\0020\f006\0020\f006\0020\f006\0020\f006";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  font-size: 12px;
}
body.rtl .star-rating:before {
  left: auto;
  right: 0;
}
.star-rating span:before {
  content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005";
  font-family: FontAwesome;
  font-size: 12px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-indent: 0;
  z-index: 2;
}
/*------------------------------------------------------------------
	2.3 Woo Elements
-------------------------------------------------------------------*/
.woocommerce-result-count {
  float: left;
  line-height: 51px;
}
form.woocommerce-ordering {
  float: right;
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .woocommerce-result-count,
  form.woocommerce-ordering {
    float: none;
    margin-bottom: 24px;
    line-height: normal;
  }
}
.onsale {
  position: absolute;
  display: block;
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 18px;
  border-radius: 15px;
  text-transform: uppercase;
  left: 40px;
  top: 30px;
  z-index: 2;
}
/*------------------------------------------------------------------
	3. Products style
-------------------------------------------------------------------*/
ul.products h2 {
  margin-bottom: 0;
}
.price {
  font-weight: bold;
}
.price del {
  font-weight: normal;
  margin: 0 5px;
}
/*------------------------------------------------------------------
	3.1 Products style 1
-------------------------------------------------------------------*/
.woo-products-style_1 ul.products .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  padding: 0 30px;
  transition: background-color 0.3s;
}
.woo-products-style_1 ul.products .added_to_cart {
  display: none;
}
.woo-products-style_1 ul.products .add_to_cart_button.added {
  padding-right: 45px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.woo-products-style_1 ul.products .thumb {
  position: relative;
}
.woo-products-style_1 ul.products .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.woo-products-style_1 ul.products li:hover .thumb:before,
.woo-products-style_1 ul.products li:hover .button {
  opacity: 1;
}
.woo-products-style_1 ul.products .text {
  padding: 30px 40px;
}
.rtl.woo-products-style_1 ul.products .add_to_cart_button.added,
.rtl .woo-products-style_1 ul.products .add_to_cart_button.added {
  padding-right: 30px;
  padding-left: 45px;
  background-position: 25px center;
}
/*------------------------------------------------------------------
	3.2 Products style 2
-------------------------------------------------------------------*/
.woo-products-style_2 ul.products .button {
  display: none;
}
.woo-products-style_2 ul.products .woocommerce-LoopProduct-link {
  display: block;
  z-index: 3;
}
.woo-products-style_2 ul.products .star-rating {
  text-align: center;
}
.woo-products-style_2 ul.products .star-rating span {
  width: 100% !important;
}
.woo-products-style_2 ul.products .star-rating:before,
.woo-products-style_2 ul.products .star-rating span:before {
  left: 0;
  right: 0;
}
.woo-products-style_2 ul.products .text-overlay {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.woo-products-style_2 ul.products .text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  text-align: center;
  padding: 40px;
  transform: translateY(-50%);
}
.woo-products-style_2 ul.products li:hover .text-overlay {
  opacity: 1;
}
/*------------------------------------------------------------------
	3.3 Products style 3
-------------------------------------------------------------------*/
.woo-products-style_3 ul.products .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  padding: 0 30px;
  transition: background-color 0.3s;
}
.woo-products-style_3 ul.products .added_to_cart {
  display: none;
}
.woo-products-style_3 ul.products .add_to_cart_button.added {
  padding-right: 45px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.woo-products-style_3 ul.products .thumb {
  position: relative;
}
.woo-products-style_3 ul.products .thumb img {
  transition: opacity 0.3s;
}
.woo-products-style_3 ul.products li:hover .button {
  opacity: 1;
}
.woo-products-style_3 ul.products li:hover .thumb img {
  opacity: 0.5;
}
.woo-products-style_3 ul.products .text {
  padding: 30px 40px;
  text-align: center;
}
.woo-products-style_3 ul.products .star-rating {
  text-align: center;
}
.woo-products-style_3 ul.products .star-rating span {
  width: 100% !important;
}
.woo-products-style_3 ul.products .star-rating:before,
.woo-products-style_3 ul.products .star-rating span:before {
  left: 0;
  right: 0;
}
/*------------------------------------------------------------------
	4. Elements
-------------------------------------------------------------------*/
.woo-single-style_1 #content div.woocommerce,
.woo-single-style_1 #content div.product {
  padding: 40px;
}
.woocommerce-store-notice {
  display: block;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table__cell-order-number {
  text-align: center;
}
#content .product-footer h2,
#content .product h2,
#content div.woocommerce h2,
#content .product-footer h3,
#content .product h3,
#content div.woocommerce h3 {
  margin-bottom: 24px;
}
#content ul.products h2 {
  margin-bottom: 0;
}
#content div.woocommerce,
#content div.product {
  margin-bottom: 60px;
}
#content .woocommerce-orders-table .button,
#content .woocommerce-orders-table .button:hover,
#content .woocommerce-orders-table .button:active {
  padding: 0 30px;
  line-height: 35px;
}
/*------------------------------------------------------------------
	4.1 Pagination
-------------------------------------------------------------------*/
.woocommerce-pagination {
  margin-bottom: 60px;
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.woocommerce-pagination li:before {
  display: none;
}
.woocommerce-pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination a {
  text-decoration: none;
}
.woo-pagination-style_1 .woocommerce-pagination {
  padding: 20px 35px;
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.woo-pagination-style_1 .woocommerce-pagination a {
  transition: all 0.3s;
  margin: 0 10px;
  line-height: 30px;
}
.woo-pagination-style_1 .woocommerce-pagination a.next,
.woo-pagination-style_1 .woocommerce-pagination a.prev {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 40px;
  margin: 0;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5555em;
}
.woo-pagination-style_1 .woocommerce-pagination a.prev {
  right: auto;
  left: 0;
}
.woo-pagination-style_1 .woocommerce-pagination .current {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.woo-pagination-style_2 .woocommerce-pagination {
  padding: 20px 35px;
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.woo-pagination-style_2 .woocommerce-pagination a {
  transition: all 0.3s;
  margin: 0 10px;
  line-height: 30px;
}
.woo-pagination-style_2 .woocommerce-pagination a.next,
.woo-pagination-style_2 .woocommerce-pagination a.prev {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  margin: 0;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
  text-indent: -5555em;
}
.woo-pagination-style_2 .woocommerce-pagination a.prev {
  right: auto;
  left: 0;
  background-position: left center;
}
.woo-pagination-style_2 .woocommerce-pagination .current {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
/*------------------------------------------------------------------
	4.2 Nav Tabs
-------------------------------------------------------------------*/
.woocommerce-MyAccount-navigation {
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation > ul,
.wc-tabs {
  margin: 0 0 14px 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation > ul li,
.wc-tabs li {
  list-style: none;
  margin: 0 20px 20px 0;
  padding: 0;
  display: inline-block;
}
.woocommerce-MyAccount-navigation > ul li:before,
.wc-tabs li:before {
  display: none;
}
.woocommerce-MyAccount-navigation > ul a,
.wc-tabs a {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 35px;
  background: transparent;
  border: 0;
  text-decoration: none;
  position: relative;
  line-height: 50px;
}
body.rtl .woocommerce-MyAccount-navigation > ul li,
body.rtl .wc-tabs li {
  margin: 0 0 20px 20px;
}
/*------------------------------------------------------------------
	4.3 Messages
-------------------------------------------------------------------*/
#content .woocommerce-message {
  margin-bottom: 34px;
}
#content .woocommerce-Message,
#content .woocommerce-message,
#content .woocommerce-notice {
  padding: 14px 18px;
}
#content .woocommerce-Message .button,
#content .woocommerce-message .button,
#content .woocommerce-notice .button,
#content .woocommerce-Message .button:active,
#content .woocommerce-message .button:active,
#content .woocommerce-notice .button:active,
#content .woocommerce-Message .button:hover,
#content .woocommerce-message .button:hover,
#content .woocommerce-notice .button:hover {
  float: right;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  background: transparent;
  box-shadow: none;
  text-transform: none;
  font-weight: normal;
}
#content div.woocommerce .woocommerce-Message,
#content div.woocommerce .woocommerce-message,
#content div.woocommerce .woocommerce-notice {
  padding: 0;
  box-shadow: none;
}
body.rtl #content .woocommerce-Message .button,
body.rtl #content .woocommerce-message .button {
  float: left;
}
@media screen and (max-width: 767px) {
  #content .woocommerce-Message .button,
  #content .woocommerce-message .button {
    display: none;
  }
}
/*------------------------------------------------------------------
	4.4 Forms
-------------------------------------------------------------------*/
#content .woocommerce fieldset {
  margin-bottom: 0;
}
#content .woocommerce .col2-set:after,
#content .woocommerce form:after {
  content: '';
  display: block;
  clear: both;
}
#content .woocommerce .form-row {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
#content .woocommerce .form-row.form-row-first {
  padding-right: 15px;
}
#content .woocommerce .form-row.form-row-last {
  float: right;
  padding-left: 15px;
}
#content .woocommerce .form-row.form-row-wide {
  float: none;
  padding: 0;
  width: auto;
  clear: both;
}
@media screen and (max-width: 992px) {
  #content .woocommerce .form-row,
  #content .woocommerce .form-row.form-row-last,
  #content .woocommerce .form-row.form-row-first {
    float: none;
    padding: 0;
    width: auto;
  }
}
/*------------------------------------------------------------------
	5. Cart, checkout
-------------------------------------------------------------------*/
ul.woocommerce-order-overview li,
ul.wc-item-downloads li {
  position: relative;
}
ul.wc-item-downloads {
  padding-top: 18px;
  margin-bottom: 0;
}
ul.wc-item-downloads li:last-of-type {
  margin-bottom: 0;
}
ul.woocommerce-order-overview li:before,
ul.wc-item-downloads li:before {
  content: '';
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  background-size: 11px auto;
  background-repeat: no-repeat;
}
.shop_table .woocommerce-Price-amount {
  font-weight: bold;
}
table.shop_attributes {
  margin-bottom: 0;
}
table.shop_attributes p {
  margin-bottom: 0;
}
#content .shop_table th,
#content .shop_table td {
  vertical-align: middle;
}
#content .shop_table td.product-name a {
  font-weight: bold;
}
#content .shop_table img {
  width: 100%;
  max-width: none;
}
#content .shop_table .quantity input {
  text-align: center;
  width: 80px;
}
#content .shop_table a {
  text-decoration: none;
  transition: all 0.3s;
}
#content .shop_table a.remove {
  font-size: 24px;
}
#content .shop_table td.actions {
  background: transparent;
}
#content .shop_table .coupon {
  float: left;
}
#content .shop_table .coupon label {
  display: none;
}
#content .shop_table .actions .button {
  float: left;
  margin-right: 15px;
  margin-bottom: 14px;
}
#content .shop_table .coupon .input-text {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-bottom: 14px;
}
body.rtl #content .shop_table .coupon,
body.rtl #content .shop_table .coupon .input-text,
body.rtl #content .shop_table .actions .button {
  float: right;
}
body.rtl #content .shop_table .coupon .button,
body.rtl #content .shop_table .coupon .input-text {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  #content .shop_table .product-price,
  #content .shop_table .product-thumbnail {
    display: none;
  }
  #content .shop_table .coupon,
  #content .shop_table .coupon .input-text,
  #content .shop_table .actions .button {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
}
ul.wc_payment_methods {
  padding: 0;
  margin: 0 0 34px 0;
}
ul.wc_payment_methods li:before {
  display: none;
}
ul.wc_payment_methods li {
  padding: 0;
}
ul.wc_payment_methods label {
  font-weight: bold;
}
ul.wc_payment_methods .payment_box {
  padding: 10px 25px;
}
ul.wc_payment_methods .payment_box p {
  margin: 0;
}
ul.wc_payment_methods .wc_payment_method img,
ul.wc_payment_methods .about_paypal {
  display: none;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce-info form {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-info a {
  text-decoration: none;
}
/*------------------------------------------------------------------
	6. Single product
-------------------------------------------------------------------*/
.single-product div.product .product-single-media {
  margin-bottom: 80px;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  width: 50%;
  float: left;
}
.single-product div.product .product_title,
.single-product div.product .price {
  margin-bottom: 24px;
}
.single-product div.product .woocommerce-review-link {
  display: none;
}
.single-product div.product .stock {
  font-weight: bold;
}
.single-product div.product .product_meta {
  margin-top: 24px;
  padding-top: 24px;
}
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
  margin-bottom: 14px;
  font-weight: bold;
}
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a,
.single-product div.product .product_meta .sku_wrapper span,
.single-product div.product .product_meta .posted_in span,
.single-product div.product .product_meta .tagged_as span {
  font-weight: normal;
  text-decoration: none;
}
.single-product div.product .variations {
  padding: 0;
  margin: 0;
}
.single-product div.product .variations td {
  padding: 0 0 14px 0;
  background: transparent;
}
.single-product div.product .variations tr:last-of-type td {
  padding-bottom: 0;
}
.single-product div.product .variations .label {
  padding-right: 15px;
}
.single-product div.product .reset_variations {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.single-product div.product .single_variation_wrap p {
  margin-bottom: 24px;
}
.single-product div.product .quantity {
  float: left;
  margin-right: 15px;
  width: 80px;
}
.single-product div.product .quantity input {
  text-align: center;
}
.single-product div.product .summary {
  padding: 40px 40px 0 30px;
}
body.rtl.single-product .product .woocommerce-product-gallery,
body.rtl.single-product .product .summary {
  float: right;
}
body.rtl.single-product .product .variations .label {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl.single-product .product .quantity {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.product-single-media:after {
  content: '';
  display: block;
  clear: both;
}
.woo-single-style_1 #content .product-single-media {
  margin: -40px -40px 80px -40px;
}
body.rtl #content .summary {
  padding: 40px 30px 0 40px;
}
.single-product #comments {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.single-product #comments .commentlist {
  margin: 0;
  padding: 0;
}
.single-product #comments .comment {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.single-product #comments li.comment:before {
  display: none;
}
.single-product #comments .comment-text {
  padding: 0 0 0 100px;
}
.single-product #comments .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.single-product #comments .star-rating {
  float: right;
}
.single-product #comments .woocommerce-review__dash {
  display: none;
}
.single-product #comments .woocommerce-review__published-date {
  display: block;
}
.single-product #comments .meta {
  margin-bottom: 18px;
}
.single-product .comment-reply-title,
.single-product .comment-form-rating {
  display: block;
  margin-bottom: 34px;
}
.single-product .comment-respond .stars {
  display: none;
}
body.rtl .product #comments .comment-text {
  padding: 0 100px 0 0;
}
body.rtl .product #comments .avatar {
  left: auto;
  right: 0;
}
body.rtl .product #comments .star-rating {
  float: left;
}
@media screen and (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary {
    width: auto;
    float: none;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 34px;
  }
  .single-product.woo-single-style_1 #content .product-single-media,
  body.rtl.single-product.woo-single-style_1 #content .product-single-media {
    margin: 0 0 60px 0;
  }
  .single-product.woo-single-style_1 #content .woocommerce-product-gallery,
  body.rtl.single-product.woo-single-style_1 #content .woocommerce-product-gallery {
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
  }
  .single-product.woo-single-style_1 #content .summary,
  body.rtl.single-product.woo-single-style_1 #content .summary {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-product #comments .comment-text {
    padding: 0;
  }
  .single-product #comments .avatar {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 18px;
  }
  .single-product #comments .star-rating {
    float: none;
    display: block;
    margin-bottom: 0;
  }
}
.woocommerce-product-gallery__wrapper {
  margin-bottom: 30px;
}
.woocommerce-product-gallery__wrapper img {
  display: block;
}
.flex-control-thumbs {
  margin: 0;
  padding: 0;
  text-align: center;
}
.flex-control-thumbs li:before {
  display: none;
}
.flex-control-thumbs li {
  display: inline-block;
  margin: 10px;
  padding: 0;
}
.flex-control-thumbs li img {
  display: block;
  cursor: pointer;
  width: 60px;
  transition: opacity 0.3s;
}
.flex-control-thumbs li .flex-active,
.flex-control-thumbs li img:hover {
  opacity: 0.5;
}
/*------------------------------------------------------------------
	7. Custom filters
-------------------------------------------------------------------*/
.shop-shortcode {
  margin-bottom: 60px;
}
.shop-filters {
  margin-bottom: 60px;
}
.shop-filters form {
  display: table;
  margin-bottom: 0;
  width: 100%;
}
.shop-filters .filter-section {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  width: 25%;
}
.shop-filters label {
  display: block;
  padding-left: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.shop-filters .section-price {
  width: 35%;
  font-size: 0;
}
.shop-filters .section-price label {
  padding-left: 0;
}
.shop-filters .price_slider_wrapper {
  padding-top: 10px;
}
.shop-filters .section-submit {
  width: 15%;
  text-align: right;
}
.shop-filters .price_slider {
  width: 70%;
  margin-bottom: 0;
}
.shop-filters .price_slider_amount {
  width: 30%;
  padding-left: 20px;
  text-align: right;
}
.shop-filters .price_slider,
.shop-filters .price_slider_amount {
  display: inline-block;
  vertical-align: middle;
}
body.rtl .shop-filters label {
  padding-right: 30px;
  pading-left: 0;
}
body.rtl .shop-filters .section-price label {
  padding-right: 0;
}
body.rtl .shop-filters .section-submit {
  text-align: left;
}
body.rtl .shop-filters .price_slider_amount {
  padding-right: 20px;
  padding-left: 0;
  text-align: left;
}
.shop-filters-style-boxed {
  padding: 30px 20px 40px 20px;
}
@media screen and (max-width: 992px) {
  .shop-filters form {
    display: block;
  }
  .shop-filters .filter-section {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
  }
  .shop-filters .section-price label {
    padding-left: 30px;
  }
  .shop-filters .section-submit {
    margin-bottom: 0;
  }
  body.rtl .shop-filters .filter-section {
    text-align: right;
  }
  body.rtl .shop-filters .section-price label {
    padding-right: 30px;
    padding-left: 0;
  }
}
.quantity > label {
  display: none;
}
