/*
 * Title:   Deliver | Responsive Multi-Purpose WordPress Theme - Woocommerce Styles
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]
1. Shop Pages
2. Single Product Page
3. Cart Page
4. Checkout Page
5. Widgets
6. jQuery plugins
7. Responsive

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 1. Shop Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.woocommerce-page #main {
  margin-bottom: 30px;
}

.woocommerce[class*=" columns-"] {
  overflow: hidden;
  margin-top: -66px;
  padding-top: 66px;
}
.woocommerce .products[class^="cols-"] ul.products, .woocommerce .products[class*=" cols-"] ul.products, .woocommerce ul.products[class^="cols-"], .woocommerce ul.products[class*=" cols-"] {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .products[class^="cols-"] ul.products:after, .woocommerce .products[class*=" cols-"] ul.products:after, .woocommerce ul.products[class^="cols-"]:after, .woocommerce ul.products[class*=" cols-"]:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .products {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.woocommerce .products li.product {
  margin-bottom: 30px;
}
.woocommerce .products[class^="cols-"] li.product, .woocommerce .products[class*=" cols-"] li.product {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.woocommerce .products.cols-2 li.product {
  width: 50%;
}
.woocommerce .products.cols-2 li.product:nth-child(2n+1) {
  clear: left;
}
.woocommerce .products.cols-3 li.product {
  width: 33.3333%;
}
.woocommerce .products.cols-3 li.product:nth-child(3n+1) {
  clear: left;
}
.woocommerce .products.cols-4 li.product {
  width: 25%;
}
.woocommerce .products.cols-4 li.product:nth-child(4n+1) {
  clear: left;
}
.woocommerce .products.cols-5 li.product {
  width: 20%;
}
.woocommerce .products.cols-5 li.product:nth-child(5n+1) {
  clear: left;
}
.woocommerce .products.cols-6 li.product {
  width: 16.6666%;
}
.woocommerce .products.cols-6 li.product:nth-child(6n+1) {
  clear: left;
}
.woocommerce .products.deliver-product-slider {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.woocommerce .products li.product {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .products .product-image {
  position: relative;
  overflow: hidden;
}
.woocommerce .products .product-image > a {
  display: block;
}
.woocommerce .products .product-image img {
  width: 100%;
  height: auto;
}
.woocommerce .products .product-image:hover .back-img img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.woocommerce .products .product-image .first-img img {
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.woocommerce .products .product-image .back-img img {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.woocommerce .products .product-image-dev .first-img {
  visibility: hidden;
}
.woocommerce .products .product-image-dev .dev-img, .woocommerce .products .product-image-dev .back-img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce .products .product-image-dev .dev-img img, .woocommerce .products .product-image-dev .back-img img {
  width: auto;
  max-width: none;
}
.woocommerce .products .product-image-dev .back-img img {
  position: static;
}
.woocommerce .products .product.loading:hover .back-img img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.woocommerce .products .product.loading .product-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.woocommerce .products .product.loading .product-image:before {
  z-index: 2;
}
.woocommerce .products .product-content {
  border: 1px solid #e5e5e5;
  padding: 25px;
  text-align: center;
}
.woocommerce .products .product-action {
  position: absolute;
  right: 6px;
  bottom: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.woocommerce .products .product-action .button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .products .product-action .button {
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  background: #181818;
  color: #fff;
  padding: 0;
  line-height: 60px;
  font-size: 20px;
  text-indent: -9999px;
  position: relative;
  margin-left: 2px;
  float: left;
}
.woocommerce .products .product-action .button:hover {
  color: #ea088c;
}
.woocommerce .products .product-action .button:before, .woocommerce .products .product-action .button:after {
  text-indent: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: none;
}
.woocommerce .products .product-action .add_to_cart_button:before {
  content: "a";
  font-family: "linea-ecommerce-10" !important;
}
.woocommerce .products .product-action .add_to_cart_button:after {
  content: "\e04d";
  font-family: "linea-arrows-10" !important;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  visibility: hidden;
}
.woocommerce .products .product-action .add_to_cart_button.loading:before {
  visibility: hidden;
}
.woocommerce .products .product-action .add_to_cart_button.loading:after {
  visibility: visible;
}
.woocommerce .products .product-action .button-quick-view:before {
  content: "#";
  font-family: "linea-basic-10" !important;
}
.woocommerce .products .product-action .added_to_cart {
  display: none;
}
.woocommerce .products .product-action:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .products .product:hover .product-action {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce .products .product-title, .woocommerce .products .price {
  font-size: 12px;
  letter-spacing: 0.16em;
}
.woocommerce .products .product-title {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2em;
}
.woocommerce .products .price {
  display: block;
}
.woocommerce .products .price ins {
  text-decoration: none;
}
.woocommerce .products .star-rating {
  margin-top: 32px;
}
.woocommerce .products .star-rating:after {
  content: "";
  position: absolute;
  width: 12px;
  border-top: 1px solid #e5e5e5;
  left: 50%;
  margin-left: -6px;
  top: -19px;
}
.woocommerce select {
  background: none;
  border: 1px solid #f1f1f1;
}
.woocommerce .woocommerce-result-count {
  float: left;
  font-size: 12px;
}
.woocommerce .woocommerce-ordering {
  float: right;
  margin-bottom: 30px;
  font-size: 12px;
}

.product .onsale {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #181818;
  color: #f9f7f8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1em;
  padding: 5px 7px;
  z-index: 2;
}

.woocommerce-breadcrumb li:last-child span {
  display: none;
}

.deliver-product-slider .owl-buttons {
  position: absolute;
  right: 15px;
  top: -66px;
}

.deliver-product-slider .owl-buttons > div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  font-family: FontAwesome;
  display: inline-block;
  background: #f1f1f1;
  color: #c4c4c4;
  font-size: 16px;
}

.deliver-product-slider .owl-prev {
  margin-right: 7px;
}

.deliver-product-slider .owl-prev:before {
  content: "\f104";
}

.deliver-product-slider .owl-next:before {
  content: "\f105";
}

.deliver-product-slider .owl-buttons > div:hover {
  background: #ea088c;
  color: #fff;
}

/* Mini cart */
.widget_shopping_cart .product_list_widget, .header-mini-cart .product_list_widget {
  margin-bottom: 20px !important;
}
.widget_shopping_cart .product_list_widget a, .header-mini-cart .product_list_widget a {
  padding: 0 !important;
  height: auto !important;
  line-height: 2em !important;
}
.widget_shopping_cart .product_list_widget li, .header-mini-cart .product_list_widget li {
  padding: 0 0 16px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget_shopping_cart .product_list_widget li + li, .header-mini-cart .product_list_widget li + li {
  margin-top: 20px;
}
.widget_shopping_cart .product_list_widget .remove, .header-mini-cart .product_list_widget .remove {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 16px;
  height: 16px !important;
  text-align: center;
  line-height: 16px !important;
  font-size: 16px !important;
}
.widget_shopping_cart .product_list_widget a:not(.remove), .header-mini-cart .product_list_widget a:not(.remove) {
  text-transform: uppercase;
}
.widget_shopping_cart .product_list_widget a:not(.remove):hover, .header-mini-cart .product_list_widget a:not(.remove):hover {
  color: #ea088c !important;
}
.widget_shopping_cart .product_list_widget img, .header-mini-cart .product_list_widget img {
  width: 60px;
  float: left;
  margin: 0 15px 5px 0;
}
.widget_shopping_cart .product_list_widget .quantity, .header-mini-cart .product_list_widget .quantity {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  width: auto !important;
}
.widget_shopping_cart .product_list_widget li .variation, .header-mini-cart .product_list_widget li .variation {
  font-size: 9px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.widget_shopping_cart .product_list_widget li .variation dt, .widget_shopping_cart .product_list_widget li .variation dd, .header-mini-cart .product_list_widget li .variation dt, .header-mini-cart .product_list_widget li .variation dd {
  line-height: 16px;
}
.widget_shopping_cart .product_list_widget li .variation p, .header-mini-cart .product_list_widget li .variation p {
  font-size: inherit;
  margin-bottom: 0;
  line-height: inherit;
  letter-spacing: inherit;
}
.widget_shopping_cart .product_list_widget li .variation dt, .header-mini-cart .product_list_widget li .variation dt {
  float: left;
  margin-right: 10px;
}
.widget_shopping_cart .product_list_widget li .variation + .quantity, .header-mini-cart .product_list_widget li .variation + .quantity {
  margin-top: 5px;
}
.widget_shopping_cart .product_list_widget .empty, .header-mini-cart .product_list_widget .empty {
  font-size: 10px;
  position: relative;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
}
.widget_shopping_cart .product_list_widget .empty label, .header-mini-cart .product_list_widget .empty label {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.widget_shopping_cart .product_list_widget .empty:after, .header-mini-cart .product_list_widget .empty:after {
  content: "\f07a";
  color: #ea088c;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 20px;
}

.header-mini-cart .product_list_widget a:not(.remove) {
  color: #fff !important;
}

.widget_shopping_cart .widget_shopping_cart_content .total, .header-mini-cart .cart-content .total {
  float: right;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .total strong, .header-mini-cart .cart-content .total strong {
  font-weight: 400;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount, .header-mini-cart .cart-content .total .amount {
  color: #ea088c;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons, .header-mini-cart .cart-content .buttons {
  text-align: left;
  margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button, .header-mini-cart .cart-content .buttons .button {
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  background: #ea088c;
  display: inline-block;
  color: #fff !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 18px !important;
  font-size: 10px !important;
  margin: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button + .button, .header-mini-cart .cart-content .buttons .button + .button {
  margin-left: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout, .header-mini-cart .cart-content .buttons .checkout {
  display: none;
}

.header-mini-cart .cart-content {
  width: 360px;
}

/* 2. Single Product Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single .product-details {
  margin-left: -15px;
  margin-right: -15px;
}
.single .product-details:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce div.product .product-images, .woocommerce-page div.product .product-images {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce div.product .summary, .woocommerce-page div.product .summary {
  float: right;
  clear: right;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce .woocommerce-single-tabs, .woocommerce-page .woocommerce-single-tabs {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.mfp-content .product-images, .mfp-content .summary {
  position: relative;
}
.mfp-content .product-images {
  width: 52%;
  float: left;
}
.mfp-content .summary {
  width: 42%;
  float: right;
}

.woocommerce button.button, .product-details button.button {
  height: 48px;
  line-height: 48px;
  color: #c4c4c4;
  border: 2px solid #c4c4c4;
  padding: 0 25px;
  background: none;
  line-height: 44px;
  font-size: 12px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.woocommerce button.button:hover, .product-details button.button:hover {
  background: #ea088c;
  color: #fff;
  border-color: #ea088c;
}

.woocommerce.single-product .easyzoom-flyout img, .woocommerce > .single-product .easyzoom-flyout img, .mfp-content .easyzoom-flyout img {
  max-width: none;
  width: auto;
}
.woocommerce.single-product .product-images, .woocommerce > .single-product .product-images, .mfp-content .product-images {
  margin-bottom: 60px;
}
.woocommerce.single-product .product-images a, .woocommerce > .single-product .product-images a, .mfp-content .product-images a {
  display: block;
  text-align: center;
}
.woocommerce.single-product .product-images img, .woocommerce > .single-product .product-images img, .mfp-content .product-images img {
  width: 100%;
  max-width: 100%;
}
.woocommerce.single-product .product-images .easyzoom-flyout img, .woocommerce > .single-product .product-images .easyzoom-flyout img, .mfp-content .product-images .easyzoom-flyout img {
  max-width: none;
  width: auto;
}
.woocommerce.single-product .product-images .images, .woocommerce > .single-product .product-images .images, .mfp-content .product-images .images {
  border: 2px solid #f9f9f9;
  margin-bottom: 10px;
}
.woocommerce.single-product .product-images .thumbnails, .woocommerce > .single-product .product-images .thumbnails, .mfp-content .product-images .thumbnails {
  padding: 0 25px;
}
.woocommerce.single-product .product-images .thumbnails .owl-item, .woocommerce > .single-product .product-images .thumbnails .owl-item, .mfp-content .product-images .thumbnails .owl-item {
  padding: 0 5px;
  height: auto !important;
}
.woocommerce.single-product .product-images .thumbnails .item, .woocommerce > .single-product .product-images .thumbnails .item, .mfp-content .product-images .thumbnails .item {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.woocommerce.single-product .product-images .thumbnails .item a, .woocommerce > .single-product .product-images .thumbnails .item a, .mfp-content .product-images .thumbnails .item a {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev, .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev, .mfp-content .product-images .thumbnails .owl-buttons .owl-next {
  background: #f5f5f5;
  color: #c4c4c4;
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-next:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  line-height: 20px;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev:hover, .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next:hover, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev:hover, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next:hover, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev:hover, .mfp-content .product-images .thumbnails .owl-buttons .owl-next:hover {
  background: #ea088c;
  color: #fff;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev {
  left: 0;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next, .mfp-content .product-images .thumbnails .owl-buttons .owl-next {
  right: 0;
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev:before {
  content: "\f0d9";
}
.woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-next:before {
  content: "\f0da";
}
.woocommerce.single-product .summary, .woocommerce > .single-product .summary, .mfp-content .summary {
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.woocommerce.single-product .summary .price, .woocommerce > .single-product .summary .price, .mfp-content .summary .price {
  font-size: 20px;
  color: #ea088c;
}
.woocommerce.single-product .product_title, .woocommerce > .single-product .product_title, .mfp-content .product_title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce.single-product .product_meta, .woocommerce > .single-product .product_meta, .mfp-content .product_meta {
  font-size: 14px;
  margin-bottom: 20px;
}
.woocommerce.single-product .product_meta > span, .woocommerce > .single-product .product_meta > span, .mfp-content .product_meta > span {
  line-height: 26px;
  display: block;
}
.woocommerce.single-product .variations_form, .woocommerce > .single-product .variations_form, .mfp-content .variations_form {
  margin-top: 30px;
}
.woocommerce.single-product .label, .woocommerce > .single-product .label, .mfp-content .label {
  color: #181818;
  font-size: 12px;
}
.woocommerce.single-product .variations, .woocommerce > .single-product .variations, .mfp-content .variations {
  background: #f9f9f9;
  margin-bottom: 30px;
  width: 100%;
}
.woocommerce.single-product .variations .label > label, .woocommerce > .single-product .variations .label > label, .mfp-content .variations .label > label {
  line-height: 42px;
}
.woocommerce.single-product .variations select, .woocommerce > .single-product .variations select, .mfp-content .variations select {
  background: #fff;
  font-size: 12px;
  width: 100%;
  border: 1px solid #f1f1f1;
}
.woocommerce.single-product .variations .label, .woocommerce > .single-product .variations .label, .mfp-content .variations .label {
  display: table-cell;
  padding-left: 30px;
}
.woocommerce.single-product .variations .value, .woocommerce > .single-product .variations .value, .mfp-content .variations .value {
  padding-right: 30px;
}
.woocommerce.single-product .variations td, .woocommerce > .single-product .variations td, .mfp-content .variations td {
  padding: 15px 10px 5px;
  vertical-align: top;
  text-align: left;
}
.woocommerce.single-product .variations .reset_variations, .woocommerce > .single-product .variations .reset_variations, .mfp-content .variations .reset_variations {
  display: block;
  text-align: right;
  margin-top: 4px;
  line-height: 1.5em;
}
.woocommerce.single-product .single_variation, .woocommerce > .single-product .single_variation, .mfp-content .single_variation {
  margin-bottom: 20px;
}
.woocommerce.single-product .summary .quantity, .woocommerce > .single-product .summary .quantity, .mfp-content .summary .quantity {
  margin-bottom: 20px;
  width: 110px;
}
.woocommerce.single-product .summary .variations_button .quantity, .woocommerce > .single-product .summary .variations_button .quantity, .mfp-content .summary .variations_button .quantity {
  float: left;
  margin-right: 10px;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist, .woocommerce > .single-product .yith-wcwl-add-to-wishlist, .mfp-content .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
}
.woocommerce.single-product .single_variation_wrap + .yith-wcwl-add-to-wishlist, .woocommerce > .single-product .single_variation_wrap + .yith-wcwl-add-to-wishlist, .mfp-content .single_variation_wrap + .yith-wcwl-add-to-wishlist {
  margin-bottom: 20px;
}
.woocommerce.single-product .social-wrap, .woocommerce > .single-product .social-wrap, .mfp-content .social-wrap {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.woocommerce.single-product .social-wrap label, .woocommerce.single-product .social-wrap .social-icons, .woocommerce > .single-product .social-wrap label, .woocommerce > .single-product .social-wrap .social-icons, .mfp-content .social-wrap label, .mfp-content .social-wrap .social-icons {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce.single-product .social-wrap label, .woocommerce > .single-product .social-wrap label, .mfp-content .social-wrap label {
  color: #181818;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce.single-product .social-wrap .social-icons, .woocommerce > .single-product .social-wrap .social-icons, .mfp-content .social-wrap .social-icons {
  text-align: right;
  margin-bottom: 0;
}
.woocommerce.single-product .social-wrap .social-icons .social-icon, .woocommerce > .single-product .social-wrap .social-icons .social-icon, .mfp-content .social-wrap .social-icons .social-icon {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 15px;
  color: #e5e5e5;
}
.woocommerce.single-product .social-wrap .social-icons .social-icon:hover, .woocommerce > .single-product .social-wrap .social-icons .social-icon:hover, .mfp-content .social-wrap .social-icons .social-icon:hover {
  color: #ea088c;
}
.woocommerce.single-product .social-wrap .social-icons .social-icon:first-child, .woocommerce > .single-product .social-wrap .social-icons .social-icon:first-child, .mfp-content .social-wrap .social-icons .social-icon:first-child {
  margin-left: 0;
}
.woocommerce.single-product .woocommerce-product-rating, .woocommerce > .single-product .woocommerce-product-rating, .mfp-content .woocommerce-product-rating {
  margin-bottom: 20px;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating, .woocommerce > .single-product .woocommerce-product-rating .star-rating, .mfp-content .woocommerce-product-rating .star-rating {
  font-size: 14px;
}

.woocommerce.single-product .shop_attributes, .woocommerce > .single-product .shop_attributes {
  font-size: 14px;
  line-height: 30px;
}
.woocommerce.single-product .shop_attributes th, .woocommerce > .single-product .shop_attributes th {
  color: #4b4b4b;
  padding-right: 10px;
}
.woocommerce.single-product .shop_attributes th:after, .woocommerce > .single-product .shop_attributes th:after {
  content: ":";
}
.woocommerce.single-product .comment-form, .woocommerce > .single-product .comment-form {
  width: 75%;
}
.woocommerce.single-product .comment-form input.input-text, .woocommerce > .single-product .comment-form input.input-text {
  height: 50px;
}
.woocommerce.single-product .comment-form label, .woocommerce > .single-product .comment-form label {
  font-size: inherit;
}
.woocommerce.single-product .commentlist, .woocommerce > .single-product .commentlist {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
.woocommerce.single-product .commentlist .comment, .woocommerce > .single-product .commentlist .comment {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding: 0 0 30px;
  background: none;
}
.woocommerce.single-product .commentlist .comment .author-wrapper, .woocommerce.single-product .commentlist .comment .author-wrapper img, .woocommerce > .single-product .commentlist .comment .author-wrapper, .woocommerce > .single-product .commentlist .comment .author-wrapper img {
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  border-radius: 44px;
}
.woocommerce.single-product .commentlist .comment-content, .woocommerce > .single-product .commentlist .comment-content {
  padding-left: 0;
  margin-left: 112px;
}
.woocommerce.single-product .commentlist .comment-date, .woocommerce > .single-product .commentlist .comment-date {
  float: right;
}
.woocommerce.single-product .commentlist .description, .woocommerce > .single-product .commentlist .description {
  margin: 15px 0 0;
}
.woocommerce.single-product .woocommerce-tabs .tab-pane, .woocommerce > .single-product .woocommerce-tabs .tab-pane {
  padding-left: 40px;
  padding-right: 40px;
}

.quantity {
  position: relative;
  width: 100px;
}
.quantity .qty {
  height: 50px;
  background: #c4c4c4;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  box-shadow: none;
  padding: 0 5px;
  visibility: hidden;
  display: block;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty {
  -moz-appearance: textfield;
}
.quantity .btn-minus + .qty {
  visibility: visible;
}
.quantity .btn-minus + .qty:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.quantity .btn-minus, .quantity .btn-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  border: 1px solid #e5e5e5;
  font-size: 10px;
  color: #c4c4c4;
  font-family: FontAwesome;
  background: #fff;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity .btn-minus {
  left: 0;
}
.quantity .btn-plus {
  right: 0;
}
.quantity .btn-minus:before {
  content: "\f068";
}
.quantity .btn-plus:before {
  content: "\f067";
}

/* 3. Cart Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.woocommerce-cart #content .quantity .qty {
  height: 32px;
}
.woocommerce-cart #content .quantity .btn-minus, .woocommerce-cart #content .quantity .btn-plus {
  line-height: 30px;
}
.woocommerce-cart #content table.shop_table thead .product-name {
  padding-left: 30px;
}

.woocommerce table.shop_table {
  width: 100%;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 14px 30px;
}
.woocommerce table.shop_table thead {
  background: #f9f9f9;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid #f1f1f1;
}
.woocommerce table.shop_table thead th {
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.woocommerce table.shop_table tbody tr, .woocommerce table.shop_table tfoot tr {
  border: 1px solid #f1f1f1;
}
.woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot td {
  font-size: 14px;
  vertical-align: middle;
}
.woocommerce table.shop_table tbody .actions, .woocommerce table.shop_table tfoot .actions {
  text-align: right;
  font-size: 13px;
}
.woocommerce table.shop_table tbody .actions .coupon, .woocommerce table.shop_table tfoot .actions .coupon {
  float: left;
}
.woocommerce table.shop_table .product-name a {
  line-height: 2em;
}
.woocommerce table.shop_table .product-thumbnail {
  padding-left: 30px;
  padding-right: 25px;
  width: 1%;
}
.woocommerce table.shop_table .product-subtotal, .woocommerce table.shop_table .product-price {
  color: #4b4b4b;
}
.woocommerce table.shop_table td.product-remove {
  text-align: center;
  border-right: 1px solid #f1f1f1;
}
.woocommerce table.shop_table td.product-remove a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #c4c4c4;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  text-indent: -9999px;
  position: relative;
}
.woocommerce table.shop_table td.product-remove a:hover {
  background: #ea088c;
}
.woocommerce table.shop_table td.product-remove a:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  line-height: 28px;
  text-indent: 0;
}
.woocommerce table.shop_table .coupon .input-text, .woocommerce table.shop_table .btn, .woocommerce table.shop_table .button {
  margin-bottom: 10px;
}
.woocommerce table.shop_table .coupon .input-text {
  height: 48px;
  vertical-align: middle;
  margin-right: 0;
}
.woocommerce table.shop_table .coupon .button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce table.shop_table .actions .button {
  font-size: 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table .actions .button > span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce table.shop_table .actions .checkout-button {
  margin-left: 5px;
}
.woocommerce table.shop_table .product-thumbnail img {
  max-width: 60px;
}

table.shop_table .variation, .product_list_widget .variation {
  font-size: 12px;
  margin-bottom: 0;
}
table.shop_table .variation dt, table.shop_table .variation dd, .product_list_widget .variation dt, .product_list_widget .variation dd {
  line-height: 20px;
}
table.shop_table .variation dt, .product_list_widget .variation dt {
  float: left;
  margin-right: 5px;
  font-weight: 400;
}
table.shop_table .variation dd p, .product_list_widget .variation dd p {
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
}

.woocommerce-cart .woocommerce table.cart .product-remove a {
  top: 0;
  left: 0;
}
.woocommerce-cart .woocommerce table.cart tbody tr:last-child {
  border: none;
}
.woocommerce-cart .woocommerce table.cart tbody tr:last-child td {
  padding: 20px 0;
  border: none;
}

.woocommerce .coupon > label {
  display: none;
}
.woocommerce .coupon .input-text {
  margin-right: 15px;
}
.woocommerce .cart_totals {
  margin-bottom: 30px;
}
.woocommerce .cart_totals table {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 100%;
}
.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
  padding: 12px 40px 12px 40px;
  border: 1px solid #f1f1f1;
}
.woocommerce .cart_totals table th {
  width: 35%;
}
.woocommerce .cart_totals table .order-total td {
  color: #ea088c;
  font-size: 16px;
}
.woocommerce .cart_totals table .order-total strong {
  font-weight: 400;
}
.woocommerce .cart_totals .woocommerce-shipping-calculator {
  font-size: 13px;
}
.woocommerce #shipping_method {
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-shipping-calculator .input-text, .woocommerce .woocommerce-shipping-calculator select {
  width: 100%;
  font-size: 13px;
}
.woocommerce .woocommerce-shipping-calculator select {
  background: #f9f9f9;
  border: none;
}
.woocommerce .woocommerce-shipping-calculator .button {
  height: 44px;
  line-height: 40px;
}

.woocommerce .alert a, .woocommerce-page .alert a {
  text-decoration: underline;
}

/* 4. Checkout Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.woocommerce .clear {
  clear: both;
}

.woocommerce form .form-row {
  margin-bottom: 20px;
}
.woocommerce form .form-row, .woocommerce form .checkbox label {
  font-size: inherit;
}
.woocommerce form .form-row .input-text {
  width: 100%;
  min-width: 80px;
}
.woocommerce form .form-row-first {
  margin-right: 4%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last {
  width: 48%;
  float: left;
}
.woocommerce form input.input-text, .woocommerce form .button:not([class*=" style-"]) {
  height: 48px;
}
.woocommerce form .select2-container {
  height: 48;
  line-height: 46px;
}
.woocommerce form .select2-container .select2-choice {
  padding-left: 20px;
}
.woocommerce form .button:not([class*=" style-"]) {
  padding-left: 25px;
  padding-right: 25px;
  background: #ea088c;
  color: #fff;
  border: none;
  vertical-align: baseline;
}

form.woocommerce-checkout abbr {
  border: none;
}
form.woocommerce-checkout table.shop_table {
  border: 1px solid #f1f1f1;
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: none;
}
form.woocommerce-checkout table.shop_table thead {
  font-size: 12px;
}
form.woocommerce-checkout table.shop_table thead .product-name {
  padding-left: 50px;
}
form.woocommerce-checkout table.shop_table th, form.woocommerce-checkout table.shop_table td {
  padding: 14px 10px 14px 50px;
  font-weight: 400;
  border: none;
}
form.woocommerce-checkout table.shop_table tbody tr, form.woocommerce-checkout table.shop_table tfoot tr {
  border: none;
}
form.woocommerce-checkout table.shop_table tbody .product-quantity {
  margin-left: 3px;
}
form.woocommerce-checkout table.shop_table tfoot td, form.woocommerce-checkout table.shop_table tbody .product-total {
  color: #4b4b4b;
}
form.woocommerce-checkout table.shop_table tfoot .order-total .amount {
  color: #ea088c;
}
form.woocommerce-checkout .payment_methods {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
form.woocommerce-checkout .payment_methods li {
  border: 1px solid #f1f1f1;
  padding: 30px 20px 20px 50px;
}
form.woocommerce-checkout .payment_methods li + li {
  border-top: none;
}
form.woocommerce-checkout .payment_methods li label {
  color: #4b4b4b;
}
form.woocommerce-checkout .payment_methods li label img {
  margin-left: 5px;
}
form.woocommerce-checkout .payment_methods li label:before {
  color: #9c9c9c;
}
form.woocommerce-checkout .payment_methods li > *:not(label) {
  padding-left: 23px;
}
form.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#ship-to-different-address label {
  font-size: inherit;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 23px;
  padding-left: 0;
}

#ship-to-different-address label input[type="checkbox"] {
  float: right;
}

#ship-to-different-address label:before {
  right: -20px;
  left: auto;
}

.woocommerce-checkout h3 {
  text-transform: uppercase;
}

/* acount */
.woocommerce-account .woocommerce a {
  text-decoration: underline;
}
.woocommerce-account .select2-container a {
  text-decoration: none;
}
.woocommerce-account table.shop_table th, .woocommerce-account table.shop_table td {
  padding: 12px 25px;
}
.woocommerce-account .my_account_orders {
  margin-bottom: 20px;
}
.woocommerce-account .order_details {
  margin-bottom: 20px;
}
.woocommerce-account .customer_details {
  margin-bottom: 20px;
}
.woocommerce-account abbr {
  border-bottom: none;
}

.woocommerce .cart-collaterals table th, .woocommerce-page .cart-collaterals table th {
  width: 35%;
}

.woocommerce-message .button {
  margin-bottom: 0;
}

/* 5. Widgets ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.woocommerce.widget ul {
  list-style: none;
  padding-left: 1px;
}

.widget_product_search.widget {
  /*width: 240px;*/
}
.widget_product_search.widget .woocommerce-product-search {
  width: 100%;
  position: relative;
}
.widget_product_search.widget .woocommerce-product-search label {
  display: none;
}
.widget_product_search.widget .woocommerce-product-search:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 42px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 42px;
  text-align: center;
}
.widget_product_search.widget input[type=search] {
  background: none;
  border: none;
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 42px;
  line-height: normal;
  padding: 0 35px 0 20px;
  background: #fff;
}
.widget_product_search.widget input[type=submit] {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  width: 40px;
  display: inline-block;
  text-indent: -9999px;
  z-index: 2;
}
.widget_product_search.widget input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.4);
}

.product_list_widget li {
  padding: 10px 10px 10px 0;
  display: block;
  line-height: 25px;
  text-indent: -9999px;
}
.product_list_widget li + li {
  margin-top: 1px;
}
.product_list_widget li > * {
  text-indent: 0;
}
.product_list_widget li a {
  display: block;
}
.product_list_widget li a:hover img {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.product_list_widget li a:hover .product-title {
  color: #ea088c;
}
.product_list_widget li img {
  width: 55px;
  display: block;
  float: left;
  margin-right: 15px;
}
.product_list_widget li .product-title {
  display: block;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product_list_widget li .star-rating {
  display: block;
  overflow: hidden;
  width: 6.2em;
  margin-bottom: 3px;
}
.product_list_widget li .amount {
  color: #eb3b50;
  font-weight: 600;
}
.product_list_widget li del .amount {
  color: inherit;
  font-weight: 400;
}
.product_list_widget li ins {
  text-decoration: none;
}
.product_list_widget li:after {
  content: "";
  display: table;
  clear: both;
}
.product_list_widget li.empty {
  text-indent: 0;
}

.sidebar .product_list_widget li.empty {
  padding-left: 0;
}
.sidebar .product_list_widget li.empty label {
  display: none;
}

.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.widget_price_filter .price_slider_wrapper {
  background: #f9f9f9;
  position: relative;
  padding: 18px 15px;
}
.widget_price_filter .price_slider_wrapper input[type=text] {
  display: none;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  text-align: right;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount button {
  float: left;
  border: none;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  background: #ea088c;
  margin-right: 5px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 20px;
  font-size: 11px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount button:hover, .widget_price_filter .price_slider_wrapper .price_slider_amount button:active, .widget_price_filter .price_slider_wrapper .price_slider_amount button:focus, .widget_price_filter .price_slider_wrapper .price_slider_amount button.active {
  color: #fff;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  line-height: 28px;
}

.price-filter-box {
  background: #f9f9f9;
  padding: 18px 47px;
  position: relative;
}
.price-filter-box .min-price-label, .price-filter-box .max-price-label {
  position: absolute;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
}
.price-filter-box .min-price-label {
  left: 10px;
}
.price-filter-box .max-price-label {
  right: 10px;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider.ui-slider-horizontal {
  height: 6px;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  margin-left: -6px;
  top: -3px;
}
.ui-slider.ui-widget-content {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #ea088c;
}
.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: none;
  background: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #ea088c;
}

/* product categories */
.widget_product_categories ul.product-categories ul {
  padding-left: 10px;
}
.widget_product_categories ul.product-categories > li.cat-parent:before {
  float: right;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 8px;
  width: 40px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  color: #c4c4c4;
  cursor: pointer;
}
.widget_product_categories ul.product-categories > li.cat-parent > ul {
  display: none;
}
.widget_product_categories ul.product-categories > li.cat-parent.current-cat-parent > ul, .widget_product_categories ul.product-categories > li.cat-parent.active > ul {
  display: block;
}
.widget_product_categories ul.product-categories > li.cat-parent.current-cat-parent:before, .widget_product_categories ul.product-categories > li.cat-parent.active:before {
  content: "\f068";
}
.widget_product_categories ul.product-categories > li.cat-parent > a {
  margin-right: 40px;
}
.widget_product_categories ul.product-categories a {
  display: block;
  line-height: 20px;
  padding: 8px 0;
  font-size: 14px;
}
.widget_product_categories ul.product-categories a:before {
  content: "\f0da";
  font-size: 8px;
  font-family: FontAwesome;
  line-height: 20px;
  margin-right: 8px;
  float: left;
}
.widget_product_categories ul.product-categories .current-cat > a {
  color: #181818;
}
.widget_product_categories ul.product-categories a:hover {
  color: #4b4b4b;
}
.widget_product_categories ul.product-categories a:hover:before {
  color: #ea088c;
}

/* Woocommerce Yith plugin */
.yith-wcan-loading {
  min-height: 200px;
  background: none;
  position: relative;
}

/* color filter */
.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-indent: -9999px;
  position: relative;
  border: none;
  margin: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:before, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:before, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 1px;
  left: 1px;
  border: 6px solid #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: inherit;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border: none;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span:after, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span:after {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  text-align: center;
  font-family: FontAwesome;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-indent: 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover {
  border: none;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.yith-wcan-color li {
  float: left;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.yith-wcan-color li:last-child {
  margin-right: 0;
}
.yith-wcan-color:after {
  display: table;
  content: "";
  clear: both;
}

.woocommerce .yith-wcan-list li {
  font-size: 14px;
  line-height: 32px;
}
.woocommerce .yith-wcan-list li .count:before {
  content: "(";
}
.woocommerce .yith-wcan-list li .count:after {
  content: ")";
}
.woocommerce .yith-wcan-list li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 8px;
  float: left;
  margin-right: 10px;
}
.woocommerce .yith-wcan-list li a:hover {
  color: #4b4b4b;
}
.woocommerce .yith-wcan-list li a:hover:before {
  color: #ea088c;
}

.sidebar .woocommerce.widget_price_filter .price_slider_amount button {
  display: block;
}

/* size filter */
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  display: block;
  width: 48px;
  height: 25px;
  color: #c4c4c4;
  border: 1px solid;
  font-size: 10px;
  text-align: center;
  line-height: 23px;
  margin: 0;
  padding: 0;
  background: #fff;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  color: #fff;
  border-color: #ea088c;
  background: #ea088c;
}

.yith-wcan-label li {
  float: left;
  margin: 0 10px 10px 0;
}
.yith-wcan-label li:last-child {
  margin-right: 0;
}
.yith-wcan-label:after {
  display: table;
  content: "";
  clear: both;
}

.yith-wcan-reset-navigation {
  display: inline-block;
  border: none;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  background: #ea088c;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 24px;
  font-size: 12px;
}
.yith-wcan-reset-navigation:hover {
  color: #fff;
}
.yith-wcan-reset-navigation:focus {
  color: #fff;
  text-decoration: none;
}

.widget_product_tag_cloud .tag {
  text-decoration: underline;
}

/* Wishlist */
.woocommerce .wishlist_table td.product-add-to-cart a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 48px;
  display: inline-block !important;
  font-size: 12px;
}

.wishlist_table tr td.product-thumbnail a img {
  width: auto;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
  text-align: left;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  padding: 14px 25px;
}

.woocommerce table.wishlist_table .product-thumbnail {
  padding-left: 25px;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  color: #fff;
}

a.add_to_wishlist.button {
  height: 48px;
  line-height: 44px;
  vertical-align: baseline;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 12px;
}

a.add_to_wishlist.button.alt {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* 6. jQuery plguins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  display: block;
  /* 'Shrink-wrap' the element */
  /*display: inline-block;
  *display: inline;
  *zoom: 1;*/
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  text-indent: -9999px;
}

.easyzoom-notice:before {
  z-index: 150;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

/* 7. Responsive ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 991px) {
  .woocommerce .products.cols-6 li.product {
    width: 25%;
  }
  .woocommerce .products.cols-6 li.product:nth-child(6n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce .products.cols-5 li.product {
    width: 33%;
  }
  .woocommerce .products.cols-5 li.product:nth-child(5n+1) {
    clear: none;
  }
  .woocommerce .products.cols-5 li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce .products.cols-4 li.product {
    width: 33%;
  }
  .woocommerce .products.cols-4 li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce .products.cols-4 li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce .products.cols-3 li.product {
    width: 50%;
  }
  .woocommerce .products.cols-3 li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce .products.cols-3 li.product:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .woocommerce .products.cols-6 li.product {
    width: 33%;
  }
  .woocommerce .products.cols-6 li.product:nth-child(6n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce .products.cols-5 li.product {
    width: 50%;
  }
  .woocommerce .products.cols-5 li.product:nth-child(5n+1) {
    clear: none;
  }
  .woocommerce .products.cols-5 li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce .products.cols-5 li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce .products.cols-4 li.product {
    width: 50%;
  }
  .woocommerce .products.cols-4 li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce .products.cols-4 li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce .products.cols-4 li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce .products.cols-2 li.product {
    width: 100%;
  }

  .single .product-details {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce div.product .product-images, .woocommerce-page div.product .product-images,
  .woocommerce div.product .summary, .woocommerce-page div.product .summary {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce.single-product .comment-form, .woocommerce > .single-product .comment-form {
    width: auto;
  }

  .woocommerce-tabs .tab-pane {
    padding-left: 30px;
    padding-right: 30px;
  }

  .woocommerce table.shop_table .product-thumbnail,
  .woocommerce table.shop_table thead .product-remove,
  .woocommerce table.shop_table td.product-remove a {
    display: none;
  }

  .woocommerce table.shop_table td.product-remove {
    padding: 0;
    border-right: none !important;
  }

  .woocommerce-cart #content table.shop_table thead .product-name {
    padding-left: 10px;
  }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }

  form.woocommerce-checkout table.shop_table thead .product-name, form.woocommerce-checkout table.shop_table th, form.woocommerce-checkout table.shop_table td {
    padding-left: 20px;
  }
  form.woocommerce-checkout .payment_methods li {
    padding-left: 20px;
  }

  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mfp-content .product-images,
  .mfp-content .summary {
    width: auto;
    float: none;
  }
}
@media (max-width: 480px) {
  .woocommerce .products.cols-6 li.product {
    width: 50%;
  }
  .woocommerce .products.cols-6 li.product:nth-child(6n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce .products.cols-6 li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce .products.cols-3 li.product, .woocommerce .products.cols-4 li.product {
    width: 100%;
  }

  .woocommerce table.shop_table .product-price {
    display: none;
  }

  .woocommerce form .form-row-first {
    margin-right: 0;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: auto;
    float: none;
  }

  .woocommerce.single-product .variations td, .woocommerce > .single-product .variations td, .mfp-content .variations td {
    padding: 10px 10px 5px;
  }
}
@media (max-width: 320px) {
  .woocommerce .products.cols-5 li.product, .woocommerce .products.cols-6 li.product {
    width: 100%;
  }
}
