/*
Theme Name: OrgaFit
Description: Organic and Health WordPress Theme
Theme URI: http://orgafit.cwsthemes.com/
Author: CWSthemes
Author URI: http://themeforest.net/user/creativews
Version: 1.0.3
License: Envato full licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: orgafit
*/

/*= Don't edit this file since it will be reset upon next theme update.
------------------------------------------------------------------------ */
@font-face {
  font-family: "Hikou Rough";
  src: url("fonts/Hikou Rough.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro-BoldCondensed";
  src: url("fonts/DINNextLTPro-BoldCondensed.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro-Condensed";
  src: url("fonts/DINNextLTPro-Condensed.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTPro-Cn";
  src: url("fonts/HelveticaNeueLTPro-Cn.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hillstown Condensed aged";
  src: url("fonts/Hillstown Condensed aged.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MYRIADPRO-REGULAR";
  src: url("fonts/MYRIADPRO-REGULAR.otf");
  font-weight: bold;
  font-style: normal;
}

.title-primary h1 {
  font-family: "Hikou Rough" !important;
  font-size: 50px !important;
  letter-spacing: 3px;
  color: #4a261d;
  font-weight: 500 !important;
}

.divider_style_underline .cws_textmodule_titles:after {
  background-color: #ff8f00;
  width: 718px;
  height: 4px;
}

p {
  font-family: "DINNextLTPro-Condensed";
  color: #4a261d;
  font-size: 23px;
  line-height: 32px;
}

.cws_vc_shortcode_milestone .cws_vc_shortcode_milestone_units:before {
  background-color: #ff8f00;
  width: 2px;
}

.odometer-digit {
  font-family: "Hikou Rough";
  color: #4a261d;
}

.cws_vc_shortcode_milestone_units {
  font-family: "Hillstown Condensed aged";
  color: #4a261d;
}

.cws_vc_shortcode_milestone_title {
  font-family: "DINNextLTPro-BoldCondensed" !important;
  font-weight: bold !important;
  color: #4a261d !important;
  font-size: 20px !important;
}

.cws_vc_shortcode_milestone_desc {
  font-family: "DINNextLTPro-Condensed" !important;
  color: #4a261d !important;
  padding: 0 59px;
  font-size: 17px !important;
}

.cws_custom_button {
  font-family: "DINNextLTPro-BoldCondensed" !important;
  font-weight: bold !important;
  color: #4a261d !important;
}

.header_img_wrap {
  /* background: url("img/header-about.png") !important; */
  min-height: 800px;
}

/*woocomerce*/
ul.products li.product,
.woo_panel,
.shop_table.cart .coupon #coupon_code,
.woocommerce-message,
.woocommerce-info,
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed,
.col2-set div[class^="col-"],
.added_to_cart,
.mini_cart_item .remove,
.button:not(.add_to_cart_button),
.cws-widget.woocommerce-product-search .screen-reader-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cws-widget.widget-woocommerce_price_filter form {
  padding: 20px 0 0;
}

ul.products hr,
.cws_woo_single_product_thumbnails .carousel_nav,
.shop_table.cart .product-remove a:before,
.product_list_widget li .wp-post-image,
.button,
.cws-widget.woocommerce-product-search .screen-reader-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wc-tabs:after,
#reviews .commentlist .comment_container:after,
.shop_table.cart .actions:after,
.col2-set:after,
.product_list_widget li:after,
.widget_shopping_cart_content:after,
#top_panel_woo_minicart:after,
div.product:after {
  content: "";
  display: block;
  clear: both;
}

ol.commentlist li:before {
  content: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  background-color: #fafafa;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce .woocommerce-MyAccount-content {
  padding: 20px;
  border: 1px solid #d1d1d1;
}

.woocommerce
  .woocommerce-MyAccount-content
  .edit-account
  input[name="save_account_details"] {
  margin-top: 1.333em;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:before {
  content: none;
}

ul.products li.product:before {
  display: none;
  content: none;
}

ul.products li.product {
  padding: 0 15px;
  margin: 30px 0 0;
  position: relative;
}

ul.products li.product .orgafit_shop_loop_item_content_wrapper {
  position: relative;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
  -moz-box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
  box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
  overflow: hidden;
  padding: 0;
}

ul.products li.product:hover .orgafit_shop_loop_item_content_wrapper {
  -webkit-box-shadow: 0 8px 30px 13px rgba(122, 122, 122, 0.22);
  -moz-box-shadow: 0 8px 30px 13px rgba(122, 122, 122, 0.22);
  box-shadow: 0 8px 30px 13px rgba(122, 122, 122, 0.22);
  z-index: 2;
}

.page_content.col-2 ul.products li.product img,
.page_content.col-3 ul.products li.product img,
.page_content.col-4 ul.products li.product img {
  width: 100%;
}

.page_content.col-2 ul.products li.product {
  width: 50%;
}

.page_content.col-3 ul.products li.product {
  width: 33.333333%;
}

.page_content.col-4 ul.products li.product {
  width: 25%;
}

.woocommerce.columns-3 > ul.products li.product {
  width: 33.333333%;
}

.woocommerce.columns-2 > ul.products li.product {
  width: 50%;
}

.woocommerce.columns-1 > ul.products li.product {
  width: 100%;
}

ul.products .owl-item > li.product {
  width: calc(100% + 30px) !important;
  padding: 0;
  margin: 0 -15px;
}

ul.products .owl-item > li.product .orgafit_shop_loop_item_content_wrapper {
  margin: 35px 15px 51px;
}

.products.owl-carousel {
  margin: 0 -30px;
  padding: 0 15px;
}

.products.owl-carousel .owl-wrapper {
  margin-bottom: -30px;
}

ul.products.owl-carousel li.product .orgafit_shop_loop_item_content_wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ul.products.owl-carousel
  .owl-item.active
  li.product
  .orgafit_shop_loop_item_content_wrapper {
  -webkit-box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
  -moz-box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
  box-shadow: 0 8px 30px rgba(122, 122, 122, 0.15);
}

.products.owl-carousel .owl-pagination {
  margin: 0 !important;
}

.woocommerce.columns-1 ul.products li.product,
.woocommerce ul.products.columns-1 li.product,
.related.products ul.products.columns-1 li.product {
  width: 100%;
}

.woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.related.products ul.products.columns-2 li.product {
  width: 50%;
}

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

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

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

.woocommerce.columns-3 > ul.products .owl-item > li.product,
.woocommerce.columns-2 > ul.products .owl-item > li.product,
.woocommerce.columns-1 > ul.products .owl-item > li.product,
.woocommerce ul.products .owl-item > li.product {
  width: 100%;
}

.cross-sells {
  padding-bottom: 30px;
}

.related.products ul.products {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.products {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
  justify-content: center;
}

.woo_product_post_thumbnail.post_single_post_thumbnail {
  float: left;
}

.woo_product_post_media.post_single_post_media img {
  display: block;
  width: 100%;
}

form.woocommerce-ordering {
  position: relative;
}

form.woocommerce-ordering select {
  background: 0 0;
  text-align: left;
  padding-left: 15px;
  min-width: 270px;
  min-height: 40px;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.col2-set [class^="col-"] {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

div.product > * + * {
  margin-top: 70px;
}

div.product .related.products {
  margin-top: 50px;
}

div.product .related.products h2 {
  font-size: 26px;
  line-height: 1.3077em;
  margin: 0 0 15px;
}

body > * + * {
  margin-top: auto;
}

.woocommerce-page > * + hr,
div.product > * + hr {
  margin-top: 40px;
  display: none;
}

.woocommerce-page > .select2-drop {
  margin-top: -1px;
}

.woocommerce-page > .select2-drop-above {
  margin-bottom: -1px;
}

.woocommerce-error li a {
  margin-left: -30px;
  margin-right: 20px;
}

.woocommerce .woocommerce-error {
  position: relative;
  padding: 25px 50px 25px 100px;
  min-height: 26px;
  background-color: #fdb957;
  color: #fff;
}

.woocommerce .woocommerce-error li {
  padding-left: 0;
}

.woocommerce-error:before {
  font-family: cwsicon;
  content: "\f10b";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 22px;
  width: 51px;
  height: 51px;
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-empty {
  position: relative;
  padding: 25px 50px 25px 100px;
  min-height: 26px;
  background-color: #fdb957;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.return-to-shop .button.wc-backward {
  padding-right: 20px;
  padding-left: 20px;
}

.cart-empty:before {
  font-family: cwsicon;
  content: "\f10b";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 22px;
  width: 51px;
  height: 51px;
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce .return-to-shop .button.wc-backward:hover {
  background-color: #fff;
}

.price_slider_wrapper .price_slider_amount .button {
  min-width: 70px;
}

.add_large_button i:before {
  margin-right: 10px;
}

.woocommerce-page .add_large_button.alt_button_shop:hover {
  background-color: transparent;
}

.woocommerce.cws-widget.button {
  min-width: 0;
}

.woo_product_post_media.post_single_post_media {
  float: left;
  width: 40%;
}

.woo_product_post_media.post_single_post_media .flex-viewport {
  overflow: hidden;
}

.woo_product_post_media.post_single_post_media
  .flex-control-nav.flex-control-thumbs {
  padding: 0;
  position: relative;
}

.woo_product_post_media.post_single_post_media
  .flex-control-nav.flex-control-thumbs
  li {
  margin-right: 0;
  margin-bottom: 0;
}

.woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media {
  width: 422px;
}

.woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media
  + .summary {
  margin-left: 452px;
}

.woo_product_post_media {
  position: relative;
  overflow: visible;
}

.woo_product_post_media img {
  margin: 0 auto;
  display: block;
}

.woo_banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.woo_banner_wrapper .woo_banner .woo_banner_text {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px 26px 20px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 50px 0;
  border-radius: 0 0 30px 0;
  background-color: #ffa740;
}

.woo_banner_wrapper .woo_banner .woo_banner_text .onsale {
  text-transform: uppercase;
}

.products.grid .title_price_rating_button_wrapper {
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.products.grid .title_price_rating_button_wrapper .title_price_rating_wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px 10px 10px;
  transform: translateY(0);
  z-index: 9999999;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.products:not(.list)
  .title_price_rating_button_wrapper
  .title_price_rating_wrapper {
  padding: 0 10px 10px;
}

.products:not(.list)
  .title_price_rating_button_wrapper
  .orgafit_after_shop_loop_item_title_wrapper {
  text-align: center;
}

.products.grid .title_price_rating_button_wrapper .title_price_rating_wrapper,
.products.grid .title_price_rating_button_wrapper .button_wrapper,
.products.grid .orgafit_shop_loop_item_content_wrapper .pic {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products.grid .title_price_rating_button_wrapper .button_wrapper {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
  display: none;
}

div.item-description:empty {
  display: none;
}

.stock {
  display: none;
}

.products.grid
  .title_price_rating_button_wrapper
  .title_price_rating_wrapper
  .orgafit_after_shop_loop_item_title_wrapper {
  vertical-align: initial;
  margin-top: 10px;
}

.woo_product_post_title.posts_grid_post_title {
  margin: 0;
  padding: 25px 20px;
  line-height: 1.3333em;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: color 0.3s, transform 0.3s;
  -moz-transition: color 0.3s, transform 0.3s;
  -ms-transition: color 0.3s, transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  position: relative;
}

.woo_product_post_title.posts_grid_post_title a {
  color: #000;
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .woo_product_post_title.posts_grid_post_title {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .woo_product_post_title.posts_grid_post_title,
ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .woo_product_post_title.posts_grid_post_title
  a {
  color: #fff;
  font-family: "Hikou Rough" !important;
  padding-left: 12px;
}

.products.list .orgafit_after_shop_loop_item_title_wrapper span.price {
  font-size: 1.35em;
}

.products .rating_reviews {
  margin-bottom: 2px;
}

.pp_woocommerce .pp_content_container .pp_gallery ul li:before {
  content: none;
}

.product_meta {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce.single-product .product_meta > * + * {
  margin-top: 10px;
}

.summary.entry-summary:after {
  display: table;
  content: "";
  clear: both;
}

.woocommerce.single-product .product_meta .sku_wrapper,
.woocommerce.single-product .product_meta .posted_in,
.woocommerce.single-product .product_meta .tagged_as {
  display: block;
}

.woocommerce.single-product table.variations {
  width: auto;
  border-width: 0;
}

.woocommerce.single-product table.variations > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.woocommerce.single-product table.variations td {
  text-align: left;
}

.responsive_table select {
  background: 0 0;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  -ms-appearance: menulist-button;
  -o-appearance: menulist-button;
  height: 40px;
}

ul.products hr,
ul.products hr:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.products hr:before {
  display: none;
}

.woo_panel {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
}

.woo_panel + .products {
  margin-top: 40px;
}

.woo_panel .woocommerce-message {
  display: none;
}

.woo_panel > * {
  display: table-cell;
  vertical-align: middle;
}

.woo_panel > * + * {
  padding-left: 10px;
}

.woo_panel .woocommerce-result-count {
  width: 100%;
  text-indent: 0;
  text-align: left;
  font-size: 15px;
}

.quantity .input-text {
  line-height: 1.066667em;
  width: 3.855em;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -ms-appearance: none;
  appearance: none;
  padding: 14px 10px 15px;
}

.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .posts_grid_post_media {
  padding: 30px 0 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .posts_grid_post_media {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .product_content_info {
  position: relative;
  padding: 23px 0 35px;
  text-align: center;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .product_content_info:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, height 0.4s;
  -moz-transition: opacity 0.4s, height 0.4s;
  -ms-transition: opacity 0.4s, height 0.4s;
  -o-transition: opacity 0.4s, height 0.4s;
  transition: opacity 0.4s, height 0.4s;
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .product_content_info:before {
  opacity: 1;
  height: calc(100% + 7px);
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating {
  line-height: 1;
  height: 14px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:before,
ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 30%;
  background-color: #e1e1e1;
  top: 7px;
  opacity: 1;
  -webkit-transition: opacity 0.3s, width 0.3s;
  -moz-transition: opacity 0.3s, width 0.3s;
  -ms-transition: opacity 0.3s, width 0.3s;
  -o-transition: opacity 0.3s, width 0.3s;
  transition: opacity 0.3s, width 0.3s;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:empty:before,
ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:empty:after {
  width: 50%;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:before {
  left: 0;
  right: auto;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:after {
  left: auto;
  right: 0;
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:before,
ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:after {
  width: 0;
  opacity: 0;
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

ul.products
  li.product:hover
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating
  .star-rating:before {
  color: rgba(255, 255, 255, 0.5);
}

.star-rating:before,
.star-rating > span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active {
  display: block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  letter-spacing: 4px;
}

.star-rating > span:before,
.comment-form-rating .stars .stars-active {
  content: "\f005\f005\f005\f005\f005";
}

.star-rating:before,
.comment-form-rating .stars:before {
  content: "\f006\f006\f006\f006\f006";
}

.star-rating {
  vertical-align: bottom;
}

.star-rating,
.comment-form-rating .stars {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 82px;
}

.star-rating:before,
.comment-form-rating .stars:before {
  color: rgba(131, 131, 131, 0.8);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.star-rating > span,
.comment-form-rating .stars .stars-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-rating > span:before,
.comment-form-rating .stars .stars-active {
  overflow: hidden;
  width: 100%;
  color: #ffd672;
}

.comment-form-rating .stars .stars-active {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-form-rating .stars > span > a {
  width: 20%;
  color: transparent !important;
  position: relative;
  z-index: 2;
}

.woocommerce .comment-form-rating .stars > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  top: 0;
  left: 0;
  margin-top: 0;
  cursor: pointer;
}

ul.products li.product .product_price_wrapper {
  -webkit-transition: color 0.4s, transform 0.4s;
  -moz-transition: color 0.4s, transform 0.4s;
  -ms-transition: color 0.4s, transform 0.4s;
  -o-transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s;
}

ul.products li.product:hover .product_price_wrapper {
  color: #fff;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

ul.products li.product .price {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

ul.products li.product:hover .price {
  opacity: 0;
}

.single-product .summary .price .amount {
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
}

.price del {
  text-decoration: none;
  margin: 0 5px 0 0;
}

.price del .amount {
  font-weight: 600;
  color: #ababab;
  font-size: 14px;
}

.price ins .amount:first-child:not(:only-child) {
  margin-right: 5px;
}

.price ins .amount:last-child:not(:only-child) {
  margin-left: 5px;
}

.single-product .summary .price del .amount {
  font-size: 24px;
}

.price ins {
  background-color: transparent;
}

ul.products li.product .price ins {
  background-color: transparent;
}

ul.products li.product .button_wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

ul.products li.product:hover .button_wrapper {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

ul.products li.product .button_wrapper .button,
ul.products li.product .button_wrapper .added_to_cart {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 53px;
  height: 55px;
  text-transform: uppercase;
  background-color: #fff !important;
  border: solid 1px #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

ul.products li.product .button_wrapper .button:hover,
ul.products li.product .button_wrapper .added_to_cart:hover {
  color: #fff;
  background-color: transparent !important;
}

ul.products li.product .add_to_cart_button:before {
  content: "\f108";
  font-family: cwsicon;
  margin: -2px 10px 0 0;
  font-size: 20px;
  vertical-align: middle;
}

ul.products li.product .added_to_cart:before {
  content: "\f10c";
  font-family: cwsicon;
  margin: -2px 10px 0 0;
  font-size: 20px;
  vertical-align: middle;
}

ul.products li.product .add_to_cart_button.product_type_variable:before {
  content: "\f039";
  font-family: fontawesome;
}

.orgafit_after_shop_loop_item_title_wrapper .star-rating {
  vertical-align: middle;
}

.products.list .orgafit_after_shop_loop_item_title_wrapper .star-rating {
  float: none;
}

.products.list .orgafit_after_shop_loop_item_title_wrapper .rating_reviews {
  margin-top: 10px;
  margin-bottom: 10px;
}

.products.list
  .orgafit_after_shop_loop_item_title_wrapper
  .woocommerce-reviews-count {
  font-size: 0.87em;
}

.products.list
  .orgafit_after_shop_loop_item_title_wrapper
  .woocommerce-reviews-count
  a,
.rating_reviews_divider {
  color: #ccc;
}

.rating_reviews_divider {
  margin-left: 5px;
  margin-right: 5px;
}

.orgafit_after_shop_loop_item_title_wrapper
  .rating_reviews
  .woocommerce-reviews-count {
  display: none;
}

.products.list
  .orgafit_after_shop_loop_item_title_wrapper
  .rating_reviews
  .woocommerce-reviews-count {
  display: inline;
}

.cws_woo_loop_actions_wrapper {
  white-space: nowrap;
  direction: rtl;
  text-align: right;
}

.ajax_add_to_cart.added:not(.add_icon_button) {
  position: absolute;
}

.ajax_add_to_cart:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -ms-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}

.products
  .orgafit_shop_loop_item_content_wrapper
  .links
  .ajax_add_to_cart.added,
.products
  .orgafit_shop_loop_item_content_wrapper
  .links
  .ajax_add_to_cart.loading {
  color: #fff;
  pointer-events: none;
}

.products
  .orgafit_shop_loop_item_content_wrapper
  .links
  .ajax_add_to_cart.loading:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.products
  .orgafit_shop_loop_item_content_wrapper
  .links
  .ajax_add_to_cart.added:before {
  content: "\f103";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.products .orgafit_shop_loop_item_content_wrapper .links .added_to_cart {
  display: none;
}

.ajax_add_to_cart,
.added_to_cart,
.add_to_cart_button.product_type_variable {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.added_to_cart {
  white-space: nowrap;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  left: 0;
  opacity: 1;
  visibility: visible;
  animation-name: cws_fade_in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: cws_fade_in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes cws_fade_in {
  from {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes cws_fade_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes slideup {
  0% {
    top: 150px;
  }

  70% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes slideup {
  0% {
    top: 150px;
  }

  70% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes slideup {
  0% {
    top: 150px;
  }

  70% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

.ajax_add_to_cart.added:not(.add_icon_button) {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
}

.ajax_add_to_cart.added:not(.add_icon_button) {
  margin-right: auto;
}

.title_price_rating_button_wrapper {
  padding-bottom: 55px;
}

.orgafit_after_shop_loop_item_wrapper {
  text-align: center;
}

.products:not(.list) .added_to_cart {
  opacity: 1;
}

.products:not(.list) .product .add_to_cart_button.added {
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(0%, -100%, 0);
  position: absolute;
}

.added_to_cart,
.add_to_cart_button {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes topin {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
  }
}

@keyframes topout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}

.cws_woo_loop_actions_wrapper {
  padding: 15px;
}

.products.grid .cws_woo_loop_actions_wrapper {
  text-align: center;
}

ul.products .product.product-category a,
ul.products .product.product-category img {
  display: block;
}

ul.products .product.product-category img {
  width: 100%;
  height: auto;
}

.woo_product_post_media.post_single_post_media > .post_media_wrapper {
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
}

.woo_product_post_media.post_single_post_media + .summary {
  margin-top: auto;
  margin-left: calc(40% + 50px);
}

.product ol {
  margin: 0;
}

.product ol li:before {
  display: none;
}

.cws_woo_single_product_thumbnails .thumbnails:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.cws_woo_single_product_thumbnails .thumbnails .link,
.cws_woo_single_product_thumbnails .thumbnails .link a {
  display: block;
  position: static;
}

.woocommerce-product-details__short-description p {
  line-height: 1.5em;
}

.cws_woo_single_product_thumbnails .carousel_nav {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #fff;
  border-radius: 6px 0;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 5;
  cursor: pointer;
}

.cws_woo_single_product_thumbnails .carousel_nav:hover {
  background-color: #fff;
}

.cws_woo_single_product_thumbnails .carousel_nav.prev {
  left: 1px;
}

.cws_woo_single_product_thumbnails .carousel_nav.next {
  right: 1px;
}

.cws_woo_single_product_thumbnails .carousel_nav.prev:before {
  content: "\f104";
}

.cws_woo_single_product_thumbnails .carousel_nav.next:before {
  content: "\f105";
}

.product .summary > * + hr {
  margin-top: 40px;
}

.cws_woo_single_product_thumbnails .thumbnails {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

hr.shop_divider,
.products .orgafit_shop_loop_item_content_wrapper .pic .links > .shop_divider {
  display: none;
}

hr.shop_divider,
.product .summary > * + hr.shop_divider {
  margin-top: 30px;
  margin-bottom: 30px;
}

.products.list hr.shop_divider,
.single-product hr.shop_divider {
  display: block;
}

.product .summary .product_title,
.product .summary .woocommerce-product-rating,
.product .summary div[itemprop="offers"] {
  margin-top: auto;
}

.product .summary .woocommerce-product-rating {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product .summary .price > ins {
  color: inherit;
}

.product .summary .product_title,
.woocommerce div[class^="post-"] h1.product_title.entry-title {
  font-size: 36px !important;
  line-height: 1;
  margin-bottom: auto;
}

.product .summary .woocommerce-product-rating .woocommerce-review-link,
.product .summary .woocommerce-product-rating .stock-label {
  font-size: 0.87em;
  text-transform: capitalize;
}

.stock-label {
  text-transform: capitalize;
}

.product .summary .woocommerce-product-rating .star-rating {
  vertical-align: middle;
}

.product .summary .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 15px;
}

.product .summary form.cart .quantity {
  margin: 0 10px 0 0;
  float: left;
}

.product .summary form.cart .quantity input {
  width: 60px;
  margin: 0;
}

.product .summary form.cart .quantity ~ .single_add_to_cart_button {
  margin-left: 10px;
}

.product .summary form.cart {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.product .summary .product_meta {
  margin-top: 25px;
}

.grouped_form .button {
  margin: 30px 0 0;
}

.group_table {
  font-size: 16px;
  line-height: 1.625em;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
}

.group_table label {
  margin: 0;
}

.group_table td:nth-child(3n + 2) {
  width: 60%;
}

.group_table td {
  vertical-align: middle;
  text-align: center;
}

.group_table .amount {
  font-size: 20px;
  font-weight: 600;
}

.product .summary form.cart.grouped_form .quantity {
  margin: 0 auto;
  float: none;
}

.woocommerce-tabs .wc-tab {
  padding-top: 30px;
}

.woocommerce-tabs .wc-tab h2 {
  display: none;
}

table.shop_attributes {
  border-top: solid 1px #bcd0da;
  border-left: solid 1px #bcd0da;
  width: 100%;
  vertical-align: top;
}

table.shop_attributes th {
  text-transform: capitalize;
  background-color: #ecf2f5;
  padding: 20px 50px;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

table.shop_attributes td {
  text-transform: lowercase;
  padding: 20px;
  text-align: left;
  width: 90%;
}

ul.wc-tabs:not(:last-child) {
  margin: 0;
}

.wc-tabs > li {
  float: left;
  margin: 1px 0 0 2px;
  padding-left: 0;
  border-radius: 0;
  margin-bottom: -1px;
  text-align: left;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wc-tabs > li:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.wc-tabs > li.active:before {
  width: 100%;
}

.wc-tabs > li:not(:last-child) {
  margin-right: 30px;
}

.tabs.wc-tabs > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  color: inherit;
}

.wc-tab {
  border-top: 1px solid #e3e3e3;
}

.woocommerce .page_title .container:not(.header_center) .title h1,
.woocommerce-page .page_title .container:not(.header_center) .title h1 {
  font-size: 48px;
  font-weight: 500;
}

div.product .woocommerce-tabs {
  display: table;
  width: 100%;
}

ol.commentlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.product #comments .commentlist .avatar {
  float: left;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}

div.product #comments .commentlist .woocommerce-review__author {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625em;
}

div.product #comments .commentlist .woocommerce-review__dash {
  display: none;
}

div.product #comments .commentlist .woocommerce-review__published-date {
  font-size: 12px;
  color: #626262;
}

div.product #comments .commentlist .comment-text p.meta {
  line-height: initial;
}

div.product #comments .commentlist li + li {
  margin-top: 30px;
}

div.product #comments .commentlist .star-rating {
  float: right;
}

div.product #comments .commentlist {
  margin-left: auto;
}

div.product #comments .commentlist p {
  text-indent: 0;
  line-height: initial;
  margin-top: 10px;
  padding-right: 100px;
}

div.product #comments .commentlist p.meta {
  margin-bottom: auto;
}

div.product .comment-form-rating .stars:before,
div.product .comment-form-rating .stars .stars-active {
  font-size: 20px;
}

div.product .comment-form-rating .stars {
  line-height: 32px;
  height: 32px;
  width: 110px;
}

div.product #commentform .comment-form-rating {
  margin-bottom: auto;
}

div.product #commentform label {
  display: block;
  font-weight: 600;
  padding: 30px 0 8px;
  font-size: 16px;
  line-height: 1.625em;
}

div.product #reviews > * + * {
  margin-top: 20px;
}

div.product #reviews #review_form #commentform .comment-form-author,
div.product #reviews #review_form #commentform .comment-form-email {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

div.product
  #reviews
  #review_form
  #commentform
  .comment-form-author
  + .comment-form-email {
  padding-left: 10px;
}

div.product #reviews #review_form #commentform p.comment-form-comment {
  margin-bottom: 0;
}

div.product #reviews #review_form #commentform textarea {
  margin: 0;
}

div.product
  #reviews
  #review_form
  #commentform
  .comment-form-author
  input::-webkit-input-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-email
  input::-webkit-input-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-comment
  textarea::-webkit-input-placeholder {
  font-style: italic;
}

div.product
  #reviews
  #review_form
  #commentform
  .comment-form-author
  input::-moz-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-email
  input::-moz-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-comment
  textarea::-moz-placeholder {
  font-style: italic;
}

div.product
  #reviews
  #review_form
  #commentform
  .comment-form-author
  input:-moz-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-email
  input:-moz-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-comment
  textarea:-moz-placeholder {
  font-style: italic;
}

div.product
  #reviews
  #review_form
  #commentform
  .comment-form-author
  input:-ms-input-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-email
  input:-ms-input-placeholder,
div.product
  #reviews
  #review_form
  #commentform
  .comment-form-comment
  textarea:-ms-input-placeholder {
  font-style: italic;
}

div.product #reviews #review_form #commentform p.comment-form-rating span {
  cursor: pointer;
}

div.product #comments .comment-text .meta {
  color: #333e4f;
}

div.product .price {
  text-indent: 0;
  line-height: 1;
  font-weight: 500;
}

div.product .price > del,
div.product .price > ins {
  display: inline-block;
}

.woocommerce-message + .product {
  margin-top: 20px;
}

table.variations th,
table.variations td {
  border-style: none;
}

table.variations .select2-container {
  width: auto;
}

table.variations label {
  text-transform: capitalize;
  color: #555;
}

table.variations .select2-container .select2-results li {
  white-space: nowrap;
}

.reset_variations {
  margin-left: 15px;
}

.woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 10px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.myaccount_user,
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  padding: 15px 20px;
  background-color: #f5f5f5;
  position: relative;
  min-height: 55px;
  line-height: 1.2em;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce-info,
.woocommerce-error,
.myaccount_user,
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  min-height: auto;
}

.woocommerce-message .button {
  display: inline-block;
  min-width: 144px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 37px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0 48px;
  margin-left: 15px;
}

.woocommerce-message .button:hover {
  background-color: transparent;
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.woocommerce-thankyou-order-failed:after,
.woocommerce-error:after {
  color: #f27c66;
}

.woocommerce-message li:before,
.woocommerce-info li:before,
.woocommerce-error li:before {
  content: none;
  color: #fff;
  font-size: 1.333em;
}

.shop_table.cart {
  width: 100%;
  text-align: left;
}

table.shop_table.cart .cart_item .product-name a,
table.shop_table.cart .cart_item .product-thumbnail a {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
}

table.shop_table .variation .variation-atribute > * {
  display: inline-block;
  text-transform: capitalize;
  color: #b2b2b2;
}

table.shop_table.cart > tbody td,
table.shop_table.woocommerce-checkout-review-order-table > thead th,
table.shop_table.woocommerce-checkout-review-order-table > tbody td,
table.shop_table.woocommerce-checkout-review-order-table > tfoot td,
table.shop_table.woocommerce-checkout-review-order-table > tfoot th {
  text-align: left;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.shop_table.woocommerce-checkout-review-order-table th {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

table.shop_table.cart > thead,
table.shop_table.woocommerce-checkout-review-order-table > thead {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}

table.shop_table.woocommerce-checkout-review-order-table > thead {
  background-color: transparent;
}

table.shop_table.woocommerce-checkout-review-order-table > tfoot {
  border-top-width: 1px;
  border-top-style: solid;
}

table.shop_table.woocommerce-checkout-review-order-table > tfoot th,
table.shop_table.woocommerce-checkout-review-order-table > tfoot td {
  font-weight: 700;
}

table.shop_table.cart td,
table.shop_table.cart th {
  border-width: 0;
  text-align: left;
}

table.shop_table.cart {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e0e0e0;
}

table.shop_table.cart tr:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}

table.shop_table.cart thead th {
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

table.shop_table.cart thead th.product-remove {
  text-align: center;
  max-width: 50px;
}

table.shop_table.cart td.product-thumbnail {
  max-width: 57px;
}

table.shop_table.cart td.product-thumbnail img {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.shop_table.cart th,
.shop_table.cart td {
  padding: 20px;
  vertical-align: middle;
}

.shop_table.cart .product-remove a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.shop_table.cart .product-remove a:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #f2732f;
  font-size: 20px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop_table.cart .product-remove a:hover:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.shop_table.cart .product-quantity,
.shop_table.cart .product-subtotal,
.shop_table.cart .product-price {
  text-align: center;
}

.shop_table.cart .actions .coupon {
  float: left;
  position: relative;
}

.shop_table.cart .actions .coupon [name="apply_coupon"] {
  margin-top: 0;
}

.shop_table.cart [name="update_cart"] {
  float: right;
}

.shop_table.cart .coupon label {
  display: none;
}

.shop_table.cart .coupon > * {
  display: block;
  float: left;
}

.shop_table.cart .coupon input#coupon_code {
  padding: 3px 10px;
  width: auto;
  text-transform: uppercase;
  line-height: 36px;
  text-transform: capitalize;
  margin: 0;
}

.shop_table.cart .coupon .button {
  color: #fff;
}

.shop_table.cart .coupon .button:hover {
  background-color: transparent;
}

.shop_table.cart .coupon #coupon_code + .button {
  margin-left: 20px;
}

.shop_table.cart input[name="update_cart"] {
  color: #fff;
  padding: 0 48px;
}

.shop_table.cart input[name="update_cart"]:hover {
  background-color: transparent;
}

.cart_totals .shop_table th:not(:first-child),
.cart_totals .shop_table td:not(:first-child) {
  text-align: right;
}

.checkout-button {
  display: inline-block;
  padding: 16px 34px;
  min-width: 144px;
  border-style: solid;
  border-width: 1px !important;
  line-height: 1.066667em;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

.shipping-calculator-button {
  padding: 0;
}

.shipping-calculator-button:hover {
  background-color: transparent;
}

.checkout-button {
  color: #fff;
}

.checkout-button:hover {
  background-color: transparent;
}

.woocommerce-additional-fields__field-wrapper {
  margin-top: 30px;
}

.shop_table.cart .blockOverlay {
  background-color: #fff !important;
}

.shop_table.cart .actions > * {
  margin: 0;
}

.cart_totals table.shop_table > tbody > tr {
  background-color: transparent;
  color: inherit;
}

.cart_totals table.shop_table > tbody th,
.cart_totals table.shop_table > tbody td {
  text-align: left;
  padding: 20px 40px;
}

.cart_totals table.shop_table .shipping-calculator-form {
  background-color: #fafafa;
  padding: 40px;
  margin-right: -40px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.cart_totals table.shop_table .shipping-calculator-form .button {
  display: block;
  width: 100%;
  cursor: pointer;
}

.cart_totals table.shop_table .shipping td {
  padding: 0;
  padding-right: 40px;
  color: #b2b2b2;
}

.cart_totals
  table.shop_table
  .shipping
  td
  .shipping-calculator-form
  p:last-of-type {
  margin: 0;
}

.woocommerce .cart-collaterals {
  margin-top: 69px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table > tbody th,
.woocommerce .cart-collaterals .cart_totals table.shop_table > tbody td {
  padding: 20px 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td {
  border-bottom-width: 0;
  border-bottom-style: solid;
  padding: 20px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
  min-width: 370px;
  border: 1px solid #e0e0e0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total {
  border-top: 1px solid #e0e0e0;
}

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

.woocommerce .cart-collaterals > hr {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals {
  float: right;
}

.grid_row > .woocommerce:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.addresses {
  margin-left: 0;
  margin-right: 0;
}

.addresses h3 {
  font-size: 1.7em;
}

#customer_details p,
.login p {
  text-indent: 0;
}

.login label {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.login input[type="submit"] {
  line-height: 37px;
  margin-top: 0;
}

.login .form-row.form-row-first {
  width: 370px;
  float: left;
  margin-right: 10px;
}

.login .form-row.form-row-last {
  width: 370px;
  display: inline-block;
}

#customer_details .input-text,
#customer_details .select2-container,
.login .input-text,
.login .select2-container {
  display: block;
  width: 100%;
}

#customer_details .input-text {
  color: inherit;
}

#customer_details textarea {
  min-height: 98px;
}

#payment ul li:before {
  display: none;
}

.checkout_coupon p {
  text-indent: 0;
  margin: 10px 5px 0;
}

.checkout_coupon {
  margin: 20px -5px 0;
}

.checkout_coupon {
  position: relative;
}

.checkout_coupon input[name="coupon_code"] {
  min-width: 320px;
  margin: 0;
}

.checkout_coupon button[name="apply_coupon"] {
  height: 48px;
  padding: 13px 34px;
}

.checkout_coupon .form-row {
  display: inline-block;
  vertical-align: top;
}

.checkout_coupon .form-row-first {
  margin-right: 10px;
}

.checkout_coupon input[name="apply_coupon"]:hover {
  background-color: transparent;
}

#ship-to-different-address > * {
  display: inline-block;
}

.woocommerce-checkout-payment
  input[name="woocommerce_checkout_place_order"].button {
  color: #fff;
  padding: 0 48px;
}

.woocommerce-checkout-payment
  input[name="woocommerce_checkout_place_order"].button:hover {
  color: #fff !important;
}

.woocommerce-checkout h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 30px;
}

.woocommerce-checkout-review-order table {
  width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields p:first-of-type,
.woocommerce-checkout .woocommerce-billing-fields p:first-of-type {
  margin-top: 30px;
}

.woocommerce-checkout .woocommerce-shipping-fields p:last-of-type,
.woocommerce-checkout .woocommerce-billing-fields p:last-of-type {
  padding-bottom: 30px;
}

.woocommerce-checkout ul.wc_payment_methods {
  margin: 0;
}

.woocommerce-checkout .payment_methods_wrapper h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul.no_available_payment_methods {
  position: relative;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul
  li {
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: initial;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul
  li
  .payment_method_header_wrapper {
  padding: 10px;
  background-color: #fafafa;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul
  li
  .payment_box {
  padding: 20px 40px;
  border-top: 1px solid #d1d1d1;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul
  li
  .payment_box.payment_method_paypal
  a {
  display: block;
}

.woocommerce-checkout
  .payment_methods_wrapper
  .woocommerce-checkout-payment
  ul
  li
  input[type="radio"] {
  border-radius: 50%;
}

form.track_order p,
.myaccount_user {
  text-indent: 0;
}

form.track_order label {
  display: block;
}

.woocommerce.add_to_cart_inline {
  border-radius: 10px 0;
  text-indent: 0;
}

.woocommerce.add_to_cart_inline {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

.woocommerce.add_to_cart_inline > del,
.woocommerce.add_to_cart_inline > ins {
  vertical-align: middle;
}

.woocommerce.add_to_cart_inline del {
  color: #8f96a2;
  font-size: 0.56em;
}

.woocommerce.add_to_cart_inline .amount {
  display: inline-block;
}

.woocommerce.add_to_cart_inline .amount:first-letter {
  font-size: 0.6em;
  vertical-align: super;
}

.woocommerce.add_to_cart_inline ins {
  background-color: transparent;
}

.woocommerce.add_to_cart_inline > del + ins {
  margin-left: 5px;
}

.woocommerce.add_to_cart_inline ins {
  background-color: transparent;
}

.product-category h3 {
  text-align: center;
}

.product-category a {
  text-decoration: none;
}

.woo_products_media_side_links {
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.woo_products_media_side_links_list {
  margin: 0;
}

.woo_products_media_side_links_list li {
  padding-left: 0;
  line-height: initial;
}

.woo_products_media_side_links_list li:not(:last-child) {
  margin-bottom: 12px;
}

.woo_products_media_side_links_list li:before {
  display: none;
}

.woo_products_media_side_links_list .cws_product_link:before {
  content: "\f0c1";
  font-family: fontawesome;
  font-size: 21px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.woocommerce-mini-cart__empty-message {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

#top_panel_bar #top_panel_woo_minicart {
  top: 100%;
  margin-right: auto;
  box-shadow: 0 0 5px #e1e1e1;
}

#top_panel_woo_minicart {
  background-color: #fff;
  width: 270px;
  padding: 0 13px 13px;
  border-radius: 10px 0;
  margin-top: 10px;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-end;
  visibility: hidden;
  opacity: 0;
}

#woo_minicart_bar_item:hover #top_panel_woo_minicart {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-start;
  visibility: visible;
  opacity: 1;
}

#top_panel_woo_minicart:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
  margin-top: -10px;
}

.woo_mini_count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  margin-top: 2px;
  margin-right: 2px;
  border-radius: 100%;
  background-color: #fff;
  font-family: Arial;
  border: 1px solid #18bb7c;
  color: #18bb7c;
  text-align: center;
}

.cws_woo_minicart_wrapper .product_list_widget .empty {
  padding-bottom: 0;
  border-bottom-style: none;
}

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  text-indent: 0;
}

.woocommerce-thankyou-order-details li:before {
  content: "\f105";
  font-size: 1.333333em;
}

.addresses .title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1190px) {
  .yurimagua-position {
    background-size: contain !important;
  }

  .fondo-producto {
    background-size: cover !important;
  }

  .woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media {
    width: 350px;
  }

  .woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media
    + .summary {
    margin-left: 370px;
  }

  table.shop_table.cart .cart_item .product-name a,
  table.shop_table.cart .cart_item .product-thumbnail a {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  table.shop_table.cart .cart_item .product-thumbnail a {
    min-width: 100px;
  }

  .single_sidebar ul.products li.product {
    width: 33.33%;
  }

  .single_sidebar .woocommerce.columns-2 > ul.products li.product,
  #page.double_sidebar .woocommerce.columns-3 > ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  #page.double_sidebar ul.products li.product {
    width: 33.3333%;
  }

  .single_sidebar .woocommerce.columns-1 > ul.products li.product,
  #page.double_sidebar .woocommerce.columns-1 > ul.products li.product {
    width: 100%;
  }

  .widget_shopping_cart_content .buttons {
    font-size: 0.9333em;
  }
}

@media screen and (max-width: 959px) {
  .orgafit_after_shop_loop_item_title_wrapper .star-rating {
    float: none;
  }

  .orgafit_after_shop_loop_item_title_wrapper .rating_reviews {
    text-align: center;
  }

  .orgafit_after_shop_loop_item_title_wrapper .price:not(:only-child) {
    float: none;
  }

  .products:not(.list)
    .title_price_rating_button_wrapper
    .orgafit_after_shop_loop_item_title_wrapper {
    text-align: center;
    padding-top: 0;
  }

  .products.grid
    .title_price_rating_button_wrapper
    .title_price_rating_wrapper
    .orgafit_after_shop_loop_item_title_wrapper {
    margin-top: 0;
  }

  .woo_product_post_title.posts_grid_post_title {
    text-align: center;
  }

  .page_content.col-4 ul.products li.product,
  ul.products li.product,
  .single_sidebar ul.products li.product,
  #page.double_sidebar ul.products li.product,
  #page.double_sidebar .woocommerce.columns-3 > ul.products li.product {
    width: 33.33%;
  }

  .woocommerce.columns-2 > ul.products li.product,
  .single_sidebar .woocommerce.columns-2 > ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  #page.double_sidebar .woocommerce.columns-2 > ul.products li.product {
    width: 50%;
  }

  .widget_shopping_cart_content .buttons {
    font-size: 1em;
  }

  .woo_product_post_media img {
    width: none;
  }

  .woo_panel > .woocommerce-ordering {
    margin-top: 30px;
  }

  .woocommerce.columns-2 ul.products li.product,
  .woocommerce ul.products.columns-2 li.product,
  .related.products ul.products.columns-2 li.product {
    width: 33.3333%;
  }

  .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products.columns-3 li.product,
  .related.products ul.products.columns-3 li.product {
    width: 33.3333%;
  }

  .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.columns-4 li.product,
  .related.products ul.products.columns-4 li.product {
    width: 33.3333%;
  }

  .woocommerce ul.products.columns-5 li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 33.3333%;
  }

  .none-home {
    display: none;
  }

  .home-text {
    padding: 0 !important;
  }

  .products-circle-green {
    display: none;
  }

  .amazon-blue-circle {
    display: none;
  }
  .amazon-position {
    display: none;
  }
  .height-image-product {
    right: -1%;
    position: relative;
    background-position: 22% 18% !important;
  }
  .yurimagua-position {
    background-position: 10% 50% !important;
    background-size: contain !important;
  }

  .circle-footer {
    left: 20px !important;
    top: 12% !important;
    width: 147px !important;
  }

  .circle-orange-footer {
    right: -8% !important;
    bottom: 40px !important;
    width: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .related.products ul.products li.product {
    width: 100% !important;
  }

  .shop_table.cart [name="update_cart"] {
    float: none;
  }

  .page_content.col-3 ul.products li.product,
  .page_content.col-4 ul.products li.product,
  ul.products li.product,
  .woocommerce.columns-3 > ul.products li.product,
  .single_sidebar ul.products li.product,
  #page.double_sidebar ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  #page.double_sidebar .woocommerce.columns-3 > ul.products li.product {
    width: 50%;
  }

  .woo_panel {
    display: block;
    text-align: center;
  }

  .woo_panel .select2-container {
    width: 100%;
    text-align: left;
  }

  .woo_panel > * {
    display: block;
    vertical-align: baseline;
  }

  .woo_panel > * + * {
    padding-left: 0;
    margin-top: 10px;
  }

  .woo_panel > .woocommerce-ordering {
    margin-top: 50px;
  }

  .woo_panel p:not(:last-child) {
    margin-bottom: auto;
  }

  .shop_table.cart .product-thumbnail {
    display: none;
  }

  .woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woocommerce-product-gallery--no_gallery.woo_product_post_media.post_single_post_media
    + .summary {
    margin-left: 0;
    margin-top: 15px;
  }

  .woo_product_post_media.post_single_post_media {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woo_product_post_media.post_single_post_media + .summary {
    margin-left: 0;
    margin-top: 15px;
  }

  div.product #comments .commentlist p {
    padding-right: 0;
  }

  .woocommerce.columns-2 ul.products li.product,
  .woocommerce ul.products.columns-2 li.product,
  .related.products ul.products.columns-2 li.product {
    width: 100%;
  }

  .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products.columns-3 li.product,
  .related.products ul.products.columns-3 li.product {
    width: 100%;
  }

  .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.columns-4 li.product,
  .related.products ul.products.columns-4 li.product {
    width: 100%;
  }

  .woocommerce ul.products.columns-5 li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 100%;
  }

  .woocommerce-cart-form {
    overflow-x: auto;
  }

  table.shop_table.cart .cart_item .product-name a,
  table.shop_table.cart .cart_item .product-thumbnail a {
    font-size: 1.1em;
  }

  .woocommerce .cart-collaterals .cart_totals table.shop_table {
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .product .summary form.cart .quantity ~ .single_add_to_cart_button {
    min-width: auto;
  }
}

@media screen and (max-width: 559px) {
  div.product #comments .commentlist .star-rating {
    float: none;
    display: block;
  }

  div.product #comments .commentlist .woocommerce-review__published-date {
    display: block;
  }

  div.product #comments .commentlist .description {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 479px) and (max-width: 767px) {
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce ul.products.columns-2 li.product,
  .related.products ul.products.columns-2 li.product {
    width: 50%;
  }

  .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products.columns-3 li.product,
  .related.products ul.products.columns-3 li.product {
    width: 50%;
  }

  .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.columns-4 li.product,
  .related.products ul.products.columns-4 li.product {
    width: 50%;
  }

  .woocommerce ul.products.columns-5 li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 50%;
  }

  .home-text {
    padding: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .product ol.flex-control-thumbs {
    padding-left: 0;
  }

  table.shop_table.cart tr + tr td.product-thumbnail {
    margin-top: 60px;
  }

  .shop_table.cart .product-quantity,
  .shop_table.cart .product-subtotal,
  .shop_table.cart .product-price {
    border-top-width: 1px;
    border-top-style: solid;
  }

  table.shop_table.cart td.product-thumbnail img {
    width: 100%;
    height: 100%;
  }

  table.shop_table.cart tbody td.product-thumbnail:before,
  table.shop_table.cart tbody td.product-remove:before {
    display: none !important;
  }

  .shop_table.cart .product-quantity .quantity label {
    display: none;
  }

  .woocommerce .cart_totals h2 {
    text-align: center;
  }

  .cart_totals table.shop_table .shipping td {
    padding-right: 0 !important;
  }

  .cart_totals table.shop_table > tbody th,
  .cart_totals table.shop_table > tbody td {
    padding: 10px !important;
  }

  .cart_totals table.shop_table .shipping-calculator-form {
    padding: 10px !important;
  }

  .cart_totals table.shop_table .shipping-calculator-form {
    margin-left: 0 !important;
  }

  .shop_table.cart .coupon input#coupon_code {
    padding-right: 0 !important;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .page_content.col-2 ul.products li.product,
  .page_content.col-3 ul.products li.product,
  .page_content.col-4 ul.products li.product,
  ul.products li.product,
  .woocommerce.columns-2 > ul.products li.product,
  .woocommerce.columns-3 > ul.products li.product,
  .single_sidebar ul.products li.product,
  .single_sidebar .woocommerce.columns-2 > ul.products li.product,
  .single_sidebar .woocommerce.columns-3 > ul.products li.product,
  #page.double_sidebar ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  #page.double_sidebar .woocommerce.columns-2 > ul.products li.product,
  #page.double_sidebar .woocommerce.columns-3 > ul.products li.product {
    width: 100%;
  }

  .col2-set [class^="col-"] {
    width: auto;
    float: none;
  }

  .shop_table.cart .product-subtotal {
    display: none;
  }

  .shop_table.cart th,
  .shop_table.cart td {
    padding: 12px;
  }

  .shop_table.cart .actions .coupon,
  .shop_table.cart .coupon > *,
  .shop_table.cart [name="update_cart"] {
    float: none;
  }

  .shop_table.cart .coupon #coupon_code + .button {
    margin-left: auto;
    width: 100%;
  }

  .shop_table.cart .actions {
    text-align: center;
  }

  .shop_table.cart .actions .coupon #coupon_code,
  .shop_table.cart .actions .coupon .button,
  .shop_table.cart .actions input[name="update_cart"] {
    display: inline-block;
    margin: 5px 0;
  }

  .shop_table.cart .actions input[name="update_cart"] {
    width: 100%;
  }

  ul.wc-tabs:not(:last-child) {
    margin-bottom: -1px;
  }

  .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab,
  .tabs.wc-tabs li {
    padding: 0;
  }

  .woo_panel > .woocommerce-ordering {
    margin-top: 10px;
  }

  .woo_panel .woocommerce-result-count {
    text-align: center;
  }

  form.woocommerce-ordering select,
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-checkout table:not(#wp-calendar) tbody td {
    display: table-cell;
    text-align: left;
  }

  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .woocommerce-message .button {
    display: block;
    margin-top: 10px;
  }

  table.shop_attributes th {
    padding: 14px 15px;
    font-size: 16px;
  }

  table.shop_attributes td {
    padding: 15px;
  }
}

.pic.woocommerce-product-gallery__image {
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery ol li {
  margin-left: 0;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin-left: -15px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 15px;
  box-sizing: border-box;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 11px 27px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 11px 27px rgba(0, 0, 0, 0.04);
  box-shadow: 0 11px 27px rgba(0, 0, 0, 0.04);
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  box-sizing: content-box;
}

a.woocommerce-product-gallery__trigger:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce .comment-respond .comment-reply-title {
  margin: auto;
  font-size: 26px;
  line-height: 1.3077em;
  font-weight: 600;
}

.comment-respond .select2-container {
  display: none;
}

.woocommerce .return-to-shop .button.wc-backward {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce .product-category mark {
  background: 0 0;
  color: #000;
}

.woocommerce-loop-category__title {
  font-size: 24px;
}

.woocommerce-shipping-methods {
  margin: 0;
}

.woocommerce-shipping-methods label {
  margin: 0;
}

.woocommerce-product-gallery__image--placeholder {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}

.wanya-product-title-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:before,
ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:after {
  width: 15%;
}

.star-rating-product {
  width: 200px;
  font-family: "Hikou Rough" !important;
  color: #4a261d;
  margin-bottom: 0px;
  padding: 0 45px;
  font-size: 15px;
}

.woo_product_post_title {
  display: none;
}

ul.products li.product:hover .woo_product_post_title {
  color: #fff;
  display: block;
  margin-bottom: 20px;
  margin-top: -40px;
}

ul.products li.product:hover .star-rating-product {
  display: none;
}
ul.circles_style li:before,
ul > li:before,
.dropcap.dropcap_fill,
#scroll_to_top:hover,
.vc_toggle.cws_toggle_active .vc_toggle_icon,
.vc_tta-accordion .vc_tta-controls-icon-plus:before,
.vc_tta-accordion .vc_tta-controls-icon-plus:after,
.vc_tta-accordion .vc_tta-controls-icon-chevron:before,
.vc_tta-accordion .vc_tta-controls-icon-chevron:after,
.cws_vc_shortcode_pb .cws_vc_shortcode_pb_progress,
.cws_custom_button_wrapper.default,
.owl-pagination .owl-page,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover,
.carousel_nav_panel .prev:hover,
.carousel_nav_panel .next:hover,
.wpb_wrapper .gallery .more_button,
.widget-title:after,
.widget_media_video .mejs-controls .mejs-time-rail .mejs-time-current,
.widget_media_video .mejs-overlay-button:hover,
.widget_media_audio .mejs-controls .mejs-time-rail .mejs-time-current,
.widget_media_audio
  .mejs-controls
  .mejs-horizontal-volume-total
  .mejs-horizontal-volume-current,
.widget_media_audio .mejs-overlay-button:hover,
.tag-cloud-link:hover,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button,
.button:disabled:hover,
#sb_instagram .sbi_photo_wrap a:before,
.calendar_wrap caption,
.wp-block-calendar caption,
.widget-cws-contact .information_group:not(:first-child):before,
.calendar_wrap tbody a,
.wp-block-calendar tbody a,
.widget-cws-categories .category-block .category-label,
.widget_cws-portfolio-widget .portfolio_item_thumb .pic .hover-effect,
.pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.comment-header .comment-reply-link:hover,
.post_info_header .like .sl-button.liked,
.post_header .like .sl-button.liked,
.post_info_header .post_categories a,
.cws_custom_button_wrapper.simple:after,
.cws_pricing_plan.highlighted .pricing_title,
.cws_pricing_plan:hover .pricing_title,
.cws_pricing_plan.highlighted .cws_custom_button_wrapper.default,
.cws_pricing_plan:hover .cws_custom_button_wrapper.default,
.cws_vc_shortcode_milestone .cws_vc_shortcode_milestone_units:before,
.cws_vc_shortcode_milestone .divider,
.cws_vc_shortcode_milestone .cws_vc_shortcode_milestone_wrapper.side_line:after,
.menu_box .sub-menu .cws_megamenu_item .menu-item > a:before,
.menu_box .sub-menu .cws_megamenu_item .widgettitle:after,
.footer_extra_button a:hover,
.dots .posts_grid_nav_item.active,
.dots .posts_grid_nav_item:hover,
.portfolio_item_post.under_img .cws_portfolio_post_terms a,
ul.products li.product .button_wrapper .button:hover,
ul.products li.product .button_wrapper .added_to_cart:hover,
.widget_price_filter .price_slider .ui-slider-handle:before,
.widget_shopping_cart .button.checkout:hover,
.top_bar_box .mini-cart .button,
.top_bar_box .mini-cart .button.checkout:hover,
table thead,
input[type="radio"]:checked:before,
.top_bar_box .mini-cart .counter,
mark,
.banner_404:before,
.carousel_nav_panel.comments_nav a:hover .prev,
.carousel_nav_panel.comments_nav a:hover .next,
ins,
.format-audio .mejs-container,
.format-audio .mejs-controls,
.format-audio .mejs-embed,
.format-audio .mejs-embed body,
.single-post .post_categories a,
ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .product_content_info:before,
.news.posts_grid_timeline .item .timeline_year_value:hover,
.posts_grid_def .grid.layout-def .item.sticky .post_wrapper .post_title,
.nav_post_links a:hover .nav_button,
.single-post .like .sl-button.liked,
.header_cont .menu_extra_button.in_mobile_menu a:hover,
.header_cont .logo_extra_button.in_mobile_menu a:hover {
  background-color: #ff8f00;
}

.on-hover-product a {
  position: relative;
}
.on-hover-product a {
  position: absolute;
  display: none;
  z-index: 99;
}
.on-hover-product a:hover {
  display: block;
}

.on-hover-product {
  padding-bottom: 36px !important;
  /* margin-left: 55px; */
  padding: 0 18%;
}

.mani {
  padding: 0% 22%;
}

ul.products li.product:hover .on-hover-product {
  padding-bottom: 10px !important;
}

.banner-comunidad {
  min-height: 625px;
  /* margin-top: 5.8%; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#main .page_content {
  padding-top: 0 !important;
}

.page_content:not(:empty),
.tribe-events-pg-template {
  padding: 0 !important;
}

#slider-4-slide-7-layer-1 {
  font-family: "Hillstown Condensed aged";
}

#slider-4-slide-7-layer-0 {
  font-family: "Hillstown Condensed aged";
}

.margin-contents {
  margin-top: -2%;
}

.size-text-primary h1 {
  font-size: 31px !important;
}

ul.products li.product .button_wrapper .button,
ul.products li.product .button_wrapper .added_to_cart {
  line-height: 41px;
  height: 41px;
  font-family: "DINNextLTPro-BoldCondensed";
  color: #4a261d;
}

ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:before,
ul.products
  li.product
  .orgafit_shop_loop_item_content_wrapper
  .cws_star-rating:after {
  height: 2px;
  background-color: #4a261d;
}

.product_content_info {
  padding: 23px 0 50px !important;
}

ul.products li.product:hover .woo_product_post_title {
  margin-bottom: -5px !important;
  margin-top: -32px !important;
}

.value-dollar {
  font-family: "DINNextLTPro-Condensed" !important;
  color: #ff8f00;
  font-weight: 900;
}

ul > li:before {
  background-color: #4a261d;
}

.width-image-description {
  width: 780px !important;
}

form.wpcf7-form input[type="submit"] {
  padding: 2px 42px;
  border: none;
  background-color: #f4f0ed;
  color: #4a261d;
}

input[type="submit"]:hover {
  color: #ff8f00 !important;
}

/* mobile */
@media (max-width: 576px) {
  .title-primary h1 {
    font-size: 27px !important;
  }

  .home-text {
    padding: 0 0px !important;
  }

  /* p {
    font-size: 20px !important;
  } */
  .display-product {
    display: block !important;
    padding: 0 25%;
  }

  .vc_row.wpb_row.vc_inner {
    background-image: none !important;
  }

  .cirle-green-position {
    left: 291px;
    top: 1% !important;
    width: 148px !important;
  }
  .circle-light-blue-position {
    left: -62px !important;
    top: 257px !important;
    width: 148px !important;
  }

  .none-home {
    display: none;
  }

  .products-circle-green {
    display: none;
  }

  .amazon-blue-circle {
    display: none;
  }

  .amazon-position {
    display: block !important;
    top: 173px !important;
  }

  .circle-footer {
    left: -6% !important;
    top: 3% !important;
    width: 104px !important;
  }
  .circle-orange-footer {
    right: -13% !important;
    bottom: -19px !important;
    width: 100px !important;
  }

  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .fondo-producto {
    background-size: cover !important;
  }

  .order-reverse2 {
    order: 2;
  }

  .order-reverse1 {
    order: 1;
    margin-bottom: 30px !important;
  }

  .full-height,
  .full-height .container .rows {
    display: grid !important;
  }
  /* .on-hover-product {
    margin-left: 60px;
  } */
}

@media screen and (max-width: 767px) {
  .cws-content > div.vc_row[class*="vc_custom_"] {
    margin: -2px 0px !important;
    background-size: cover !important;
    background-repeat: inherit !important;
  }
  .none-home {
    display: none;
  }
  .fondo-producto {
    background-size: cover !important;
  }
}

#cws_custom_button:hover {
  color: #ff8f00 !important;
}

.height-image-product {
  min-height: 620px;
}

.absolute-circle-green {
  position: absolute;
  right: -180px;
  top: 15%;
  width: 240px;
}

.display-product {
  display: none;
}

/* .circle-footer {
  left: -7% !important;
  top: 12% !important;
  width: 147px !important;
}

.circle-orange-footer {
  right: -8% !important;
  bottom: 40px !important;
  width: 138px !important;
} */

.cirle-green-position {
  right: -359px;
  top: 5%;
}

.circle-light-blue-position {
  left: -117px;
  top: 448px;
}

.orange-item-position {
  right: -299px !important;
  top: 83% !important;
  width: 196px !important;
}

ul.products li.product .button_wrapper .button:hover {
  background-color: white !important;
  color: #4a261d !important;
}

#scroll_to_top:hover {
  background-color: #00baa4 !important;
}

#scroll_to_top {
  background-color: #00baa4 !important;
}

.raices-circle-lightblue {
  right: -366px !important;
  top: 11% !important;
  transform: rotate(264deg) !important;
}

.products-circle-lightblue {
  right: -346px !important;
  top: 4% !important;
  transform: rotate(1deg) !important;
}

.products-circle-green {
  left: -134px !important;
  top: 70% !important;
  z-index: -1;
}

.products-orange-item {
  right: -302px !important;
  top: 77% !important;
  width: 196px !important;
}

.amazon-blue-circle {
  left: -171px;
  top: 26%;
}

.amazon-circle-green {
  top: 4% !important;
  right: -365px !important;
}

.height-image-description {
  min-height: 620px !important;
  min-width: 785px !important;
}

.green-left-description {
  top: 18% !important;
  left: -414px !important;
}

.blue-right-description {
  transform: none !important;
}
.orange-right-description {
  top: 36% !important;
}

.blue-left-description {
  left: -311px !important;
  top: 71% !important;
}
.green-right-description {
  top: 77% !important;
  right: -244px !important;
}
.circle-home {
  position: absolute;
  right: -330px;
  bottom: 40px;
  width: 240px;
}

.brands-home {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.brands-home figure {
  position: absolute;
}

.brands-home figure img {
  width: 400px;
}

.circle-footer {
  position: absolute;
  left: 20px;
  top: 30%;
  width: 170px;
}

.circle-orange-footer {
  position: absolute;
  right: 15%;
  bottom: 40px;
  width: 170px;
}

.footer-wrapper__inner {
  background-image: none;
  padding-bottom: 40px;
}

.footer-crop-image {
  background-image: url("img/footer-end.png");
  min-height: 80px;
}

.footer-crop-image {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: white;
  font-family: "HelveticaNeueLTPro-Cn";
  padding-top: 7px;
  font-size: 13px;
}

.yurimagua-position {
  background-position: 22% -28% !important;
  background-size: contain !important;
}

.cws-content > div.vc_row {
  background-repeat: round !important;
  background-size: contain !important;
  background-position: initial !important;
}
.fondo-producto {
  /* background-repeat: initial !important; */
  /* background-size: contain !important; */
  background-repeat: round !important;
  background-size: contain !important;
}

@media only screen and (max-width: 1400px) {
  .cws-content > div.vc_row[class*="vc_custom_"] {
    margin: -2px 0px !important;
    background-size: cover !important;
    background-repeat: inherit !important;
  }
  .fondo-producto {
    background-size: cover !important;
  }
}

ul > li {
  line-height: 28px !important;
}

.circle-home-orange {
  position: absolute;
  width: 240px !important;
  left: -340px !important;
  top: 5% !important;
}

.search_menu {
  display: none !important;
}

.header_site_title {
  display: none !important;
}
.circle-rotate-home {
  position: absolute;
  left: -347px;
  top: 5%;
  transform: rotate(-99deg);
  width: 213px;
}

.footer-logo {
  background-image: url("img/logo-footer.png");
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo-end {
  background-image: url("img/logo-footer-end.png");
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center;
}

.face-icon {
  background-image: url("img/facebookicon.png");
  min-height: 38px;
  background-repeat: no-repeat;
  width: 40px;
  display: inline-block;
}

.instagram-icon {
  background-image: url("img/instagram-icon.png");
  min-height: 38px;
  background-repeat: no-repeat;
  width: 40px;
  display: inline-block;
}

.whatsapp-icon {
  background-image: url("img/whatsapp-icon.png");
  min-height: 38px;
  background-repeat: no-repeat;
  width: 40px;
  display: inline-block;
}

.icon-bar {
  /* width: 100%; Full-width */
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.icon-bar a {
  float: left; /* Float links side by side */
  text-align: center; /* Center-align text */
  margin: 0 7px;
  padding: 0 0; /* Some top and bottom padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 36px; /* Increased font size */
}

.icon-bar a:hover {
  background-color: #E89F3F; /* Add a hover color */
}

.active {
  background-color: #E89F3F; /* Add an active/current color */
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float-inverse {
  100% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  0% {
    transform: translatey(0px);
  }
}



.circle-orange-footer {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.circle-footer {
  transform: translatey(0px);
  animation: float-inverse 6s ease-out infinite;
}
a.glink{
  font-weight: 500;
  font-family: "DINNextLTPro-Condensed";
}

div#gtranslate_wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

a.glink.active {
  background-color: #FF8F00;
  padding: 5px 10px;
  color: white;
  font-weight: 500;
  font-family: "DINNextLTPro-Condensed";
}

.quality-logo, .wpb_single_image.wpb_content_element.quality-logo{
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.logo-products, .wpb_single_image.wpb_content_element.logo-products{
  width: 300px;
  margin-bottom: 20px !important;
  margin-top: 20px !important;

}

.wpb_text_column.wpb_content_element.certification-title {
  margin-top: 40px;
}

.link-movil{
display:none;
}

.link-web{
display:block;
}



@media only screen and (min-width:1920px) {
  .circle-home-orange {
    position: absolute;
    width: 240px !important;
    left: -390px !important;
    top: 5% !important;
  }

  .circle-home {
    right: -385px;
  }

  .absolute-circle-green {
    right: -385px !important;
  }

  .circle-rotate-home {
    left: -390px;
  }
}

@media only screen and (min-width:1680px)  and (max-width: 1919px) {
  .absolute-circle-green {
    right: calc(1170px - 100vw + 300px) !important;
  }

  .circle-home-orange {
    left: -340px !important;
  }

  .circle-home {
    right: calc(1170px - 100vw + 250px) !important;
  }
  .circle-rotate-home {
    left: -340px !important;
  }
}



@media only screen and (min-width: 1400px) and (max-width: 1679px) {
  .absolute-circle-green {
    right: calc(1170px - 100vw + 140px) !important;
    z-index: -1;
  }

  .circle-home-orange {
    left: calc(1170px - 100vw + 150px) !important;
    z-index: -1;
  }

  .circle-home {
    right: calc(1170px - 100vw + 200px) !important;
    z-index: -1;
  }

  .circle-rotate-home {
    left: calc(1170px - 100vw + 150px) !important;
  }
}


@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .absolute-circle-green {
    right: calc(1170px - 100vw + 60px) !important;
    z-index: -1;
  }

  .circle-home {
    right: calc(1170px - 100vw + 200px) !important;
    z-index: -1;
  }
  .circle-rotate-home {
    right: calc(1170px - 100vw + 60px) !important;
  }
}

@media only screen and (max-width: 600px) {
  div#gtranslate_wrapper {
    top: 6px !important;
    right: 13% !important;
  }
  .cws-content > div.vc_row .cws-image-bg-wrap, .cws-content > div.vc_row.background-our   .cws-image-bg {
    background-position: center!important;
  }

  .our-title{
    text-align: center;
  }
  .our-decorator{
    text-align: center;
    padding-left: 0 !important;
  }

  .logo-products, .wpb_single_image.wpb_content_element.logo-products{
    width: 300px;
    margin-bottom: 40px !important;
    margin-top: 20px !important;

  }
  
.link-movil{
display:block;
}

.link-web{
display:none;
}

}

#rev_slider_1_1_wrapper, .rev_slider_wrapper, #product-slider_wrapper, #rev_slider_4_1_wrapper,
#rev_slider_7_1_wrapper, #rev_slider_8_1_wrapper, #rev_slider_6_1_wrapper,
#rev_slider_10_1_wrapper, #rev_slider_11_1_wrapper, #rev_slider_12_1_wrapper,
#rev_slider_13_1_wrapper, #rev_slider_14_1_wrapper, #rev_slider_15_1_wrapper, #rev_slider_16_1_wrapper{
  background-color: #fff!important;
  z-index: 2;
  -webkit-mask-image: url(img/svg/header-bottom.svg);
  mask-image: url(img/svg/header-bottom.svg);
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin: 0 0 -25px;
}


.new-logos img{
width: 300px;
}
