/**
 * $Desc
 *
 * @version    $Id$
 * @package    wpbase
 * @author     WPOpal  Team <wpopal@gmail.com, support@wpopal.com>
 * @copyright  Copyright (C) 2014 wpopal.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @website  http://www.wpopal.com
 * @support  http://www.wpopal.com/support/forum.html
 */
/* Woocommerce variables*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors./,
 */
/********* LAYOUT **************/
/* Woocommerce variables*/
/****/
/*Google Font*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic");
@font-face {
  font-family: 'bebas';
  src: url("../../../fonts/proximanova/bebasneue_regular-webfont.eot");
  src: url("../../../fonts/proximanova/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proximanova/bebasneue_regular-webfont.svg#latoblack") format("svg"), url("../../../fonts/proximanova/bebasneue_regular-webfont.woff") format("woff"), url("../../../fonts/proximanova/bebasneue_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeuewebfont';
  src: url("../../../fonts/proximanova/BebasNeuewebfont.eot");
  src: local("BebasNeuewebfont"), url("../../../fonts/proximanova/BebasNeuewebfont.woff") format("woff"), url("../../../fonts/proximanova/BebasNeuewebfont.ttf") format("truetype");
}
/*Font Awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4 0.3");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4 0.3") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.svg?v=4 0.3#fontawesomeregular") format("svg"), url("../../../fonts/fontawesome-webfont.woff?v=4 0.3") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4 0.3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Font WooCommerce*/
@font-face {
  font-family: 'star';
  src: url("../../../fonts/woocommerce/star.eot");
  src: url("../../../fonts/woocommerce/star.eot?#iefix") format("embedded-opentype"), url("../../../fonts/woocommerce/star.svg#star") format("svg"), url("../../../fonts/woocommerce/star.woff") format("woff"), url("../../../fonts/woocommerce/star.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url("../../../fonts/woocommerce/WooCommerce.eot");
  src: url("../../../fonts/woocommerce/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg"), url("../../../fonts/woocommerce/WooCommerce.woff") format("woff"), url("../../../fonts/woocommerce/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Wooecommerce - Button - Input
------------------------------------------------*/
.button, #submit {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.button:hover, .button:focus, .button:active, .button.active, #submit:hover, #submit:focus, #submit:active, #submit.active {
  color: #fff;
  background-color: #1D80D3;
  border-color: #000;
}
.button .fa, .button .icon, #submit .fa, #submit .icon {
  color: #fff;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.rtl .button .fa, .rtl .button .icon, .rtl #submit .fa, .rtl #submit .icon {
  margin: 0 0 0 5px;
}
.button.loading:after, #submit.loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../../../images/ajax-loader.gif") center no-repeat rgba(0, 0, 0, 0.5);
}

.clear-all {
  padding: 0px 15px;
  font-size: 11px;
  line-height: 3.27273;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  color: #000;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .clear-all {
  display: inline;
  zoom: 1;
}

/* End
------------------------------------------------*/
p.demo_store {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  padding: .5em 0;
  z-index: 99998;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
  box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
}
.rtl p.demo_store {
  right: 0;
  left: auto;
}
.rtl p.demo_store {
  left: 0;
  right: auto;
}
.rtl p.demo_store {
  text-align: right;
}

.admin-bar p.demo_store {
  top: 28px;
}

/*------------------------------------*\
    Utilities
\*------------------------------------*/
.wc-forward:after, .wc-forward a:after {
  content: "\f061";
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
}
.rtl .wc-forward:after, .rtl .wc-forward a:after {
  margin: 0 5px 0 0;
}

.wc-backward:before, .wc-backward a:before {
  content: "\f060";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}
.rtl .wc-backward:before, .rtl .wc-backward a:before {
  margin: 0 0 0 5px;
}

/*------------------------------------*\
    woocommerce tabs
\*------------------------------------*/
.woocommerce-tabs {
  margin-bottom: 70px;
}
.woocommerce-tabs .panel {
  margin: 0 0 2em 0;
  padding: 0;
}
.rtl .woocommerce-tabs .panel {
  margin: 0 0 2em 0;
}
.woocommerce-tabs .tab-content {
  padding: 22px;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
}
.woocommerce-tabs .star-rating {
  width: 5.4em;
  height: 1em;
  float: right;
  overflow: hidden;
  position: relative;
  line-height: 1em;
  font-size: 1em;
  font-family: 'star';
}
.rtl .woocommerce-tabs .star-rating {
  float: left;
}
.woocommerce-tabs .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d8d8d8;
  float: left;
  left: 0;
  top: 0;
  position: absolute;
}
.rtl .woocommerce-tabs .star-rating:before {
  float: right;
}
.rtl .woocommerce-tabs .star-rating:before {
  right: 0;
  left: auto;
}
.woocommerce-tabs .star-rating span {
  overflow: hidden;
  float: left;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rtl .woocommerce-tabs .star-rating span {
  float: right;
}
.rtl .woocommerce-tabs .star-rating span {
  right: 0;
  left: auto;
}
.woocommerce-tabs .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.rtl .woocommerce-tabs .star-rating span:before {
  right: 0;
  left: auto;
}
.woocommerce-tabs #reviews h2 small {
  float: right;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.rtl .woocommerce-tabs #reviews h2 small {
  float: left;
}
.woocommerce-tabs #reviews h2 small a {
  text-decoration: none;
}
.woocommerce-tabs #reviews #comment {
  height: 75px;
}
.woocommerce-tabs #reviews #comments .add_review:before, .woocommerce-tabs #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce-tabs #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce-tabs #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce-tabs #reviews #comments ol.commentlist:before, .woocommerce-tabs #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce-tabs #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce-tabs #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  border: 0;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
}
.woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  padding: 3px;
  background: #fff;
  border: 1px solid #F1F1F1;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce-tabs #reviews #comments ol.commentlist ul.children {
  list-style: none;
  margin: 20px 0 0 50px;
}
.rtl .woocommerce-tabs #reviews #comments ol.commentlist ul.children {
  margin: 20px 50px 0 0;
}
.woocommerce-tabs #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce-tabs #reviews #comments ol.commentlist #respond {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em 1em 0 0;
  margin: 20px 0 0 50px;
}
.rtl .woocommerce-tabs #reviews #comments ol.commentlist #respond {
  padding: 1em 0 0 1em;
}
.rtl .woocommerce-tabs #reviews #comments ol.commentlist #respond {
  margin: 20px 50px 0 0;
}
.woocommerce-tabs #reviews #comments .commentlist > li:before {
  content: "";
}

#respond .form-submit input {
  left: auto;
}
.rtl #respond .form-submit input {
  right: auto;
  left: auto;
}
#respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#respond select {
  display: block !important;
}
#respond p.stars {
  position: relative;
  font-size: 1em;
  padding: 6px 0;
}
#respond p.stars a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Hind", sans-serif;
  text-indent: -9999px;
  position: relative;
  margin-right: 1em;
}
.lt-ie8 #respond p.stars a {
  display: inline;
  zoom: 1;
}
.rtl #respond p.stars a {
  margin-left: 1em;
  margin-right: inherit;
}
#respond p.stars a:last-child {
  border-right: 0;
}
.rtl #respond p.stars a:last-child {
  border-left: 0;
  border-right: inherit;
}
#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
  border-right: 1px solid #F1F1F1;
}
.rtl #respond p.stars a.star-1, .rtl #respond p.stars a.star-2, .rtl #respond p.stars a.star-3, .rtl #respond p.stars a.star-4, .rtl #respond p.stars a.star-5 {
  border-left: 1px solid #F1F1F1;
  border-right: inherit;
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
  top: 0;
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  left: 0;
}
.rtl #respond p.stars a.star-1:after, .rtl #respond p.stars a.star-2:after, .rtl #respond p.stars a.star-3:after, .rtl #respond p.stars a.star-4:after, .rtl #respond p.stars a.star-5:after {
  right: 0;
  left: auto;
}
#respond p.stars a.star-1 {
  width: 2em;
}
#respond p.stars a.star-1:after {
  content: "\e021";
}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
  content: "\e020";
}
#respond p.stars a.star-2 {
  width: 3em;
}
#respond p.stars a.star-2:after {
  content: "\e021\e021";
}
#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
  content: "\e020\e020";
}
#respond p.stars a.star-3 {
  width: 4em;
}
#respond p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
#respond p.stars a.star-4 {
  width: 5em;
}
#respond p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
#respond p.stars a.star-5 {
  width: 6em;
  border: 0;
}
#respond p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}

/*------------------------------------*\
    Quantity inputs
\*------------------------------------*/
.quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.quantity input.qty {
  float: left;
  width: 60px;
  height: 35px;
  text-align: center;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
  padding-right: 5px;
  font-weight: bold;
}
.rtl .quantity input.qty {
  float: right;
}
.rtl .quantity input.qty {
  text-align: right;
}
.rtl .quantity input.qty {
  padding-left: 5px;
  padding-right: inherit;
}
.quantity input.qty:focus:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quantity .plus, .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: text-top;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  color: #999;
  border: 1px solid #e9e9e9;
  text-align: center;
  width: 20px;
  height: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(top, #ececec 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #ececec 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFF6F6F6', GradientType=0);
}
.rtl .quantity .plus, .rtl .quantity .minus {
  text-align: right;
}
.quantity .plus {
  top: 0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  right: 0;
}
.rtl .quantity .plus {
  left: 0;
  right: auto;
}
.quantity .minus {
  bottom: 0;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.rtl .quantity .minus {
  left: 0;
  right: auto;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row label.inline {
  display: inline;
}
.form-row label {
  display: block;
}
.form-row select {
  cursor: pointer;
}
.form-row .required {
  color: #d23a1c;
  font-family: "Hind", sans-serif;
  border: 0;
}
.form-row .input-text {
  width: 100%;
}
.form-row.form-row-first {
  width: 47%;
  float: left;
}
.rtl .form-row.form-row-first {
  float: right;
}
.form-row.form-row-last {
  width: 47%;
  float: right;
}
.rtl .form-row.form-row-last {
  float: left;
}
.form-row.form-row-wide {
  clear: both;
}

ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  margin: 0 -5px;
  padding: 0 1em;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.lt-ie8 ul.tabs li {
  display: inline;
  zoom: 1;
}
ul.tabs li a {
  display: inline-block;
  vertical-align: middle;
  padding: .5em 0;
  font-family: "Hind", sans-serif;
  color: #F1F1F1;
  text-decoration: none;
}
.lt-ie8 ul.tabs li a {
  display: inline;
  zoom: 1;
}
ul.tabs li a:hover {
  text-decoration: none;
  color: white;
}
ul.tabs li.active {
  background: #F1F1F1;
  z-index: 2;
  border-bottom-color: #F1F1F1;
}
ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
ul.tabs li.active:before {
  -webkit-box-shadow: 2px 2px 0 #F1F1F1;
  box-shadow: 2px 2px 0 #F1F1F1;
}
ul.tabs li.active:after {
  -webkit-box-shadow: -2px 2px 0 #F1F1F1;
  box-shadow: -2px 2px 0 #F1F1F1;
}
ul.tabs li:before, ul.tabs li:after {
  border: 1px solid #d8d8d8;
  position: absolute;
  bottom: -1px;
  content: "";
  width: 5px;
  height: 5px;
}
ul.tabs li:before {
  border-width: 0 1px 1px 0;
  left: -6px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 #d8d8d8;
  box-shadow: 2px 2px 0 #d8d8d8;
}
.rtl ul.tabs li:before {
  right: -6px;
  left: auto;
}
ul.tabs li:after {
  border-width: 0 0 1px 1px;
  right: -6px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: -2px 2px 0 #d8d8d8;
  box-shadow: -2px 2px 0 #d8d8d8;
}
.rtl ul.tabs li:after {
  left: -6px;
  right: auto;
}
ul.tabs:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
  border-bottom: 1px solid #d8d8d8;
}
.rtl ul.tabs:before {
  right: 0;
  left: auto;
}

.product-quantity .input-text .input-sm {
  height: 30px;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.product-quantity .input-text select.input-sm {
  height: 30px;
  line-height: 30px;
}
.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
  height: auto;
}

/*------------------------------------*\
    Sale Label
\*------------------------------------*/
.onsale {
  top: 20px;
  left: 15px;
  float: left;
  z-index: 999 !important;
  text-align: center !important;
  color: #fff;
  background: #df5050;
  font-size: 10px;
  font-family: "Hind", sans-serif;
  padding: 4px 12px;
  text-transform: uppercase;
  position: absolute;
}
.rtl .onsale {
  right: 15px;
  left: auto;
}
.rtl .onsale {
  float: right;
}

/*------------------------------------*\
    Mini cart
\*------------------------------------*/
.mini-cart {
  line-height: 36px;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.lt-ie8 .mini-cart {
  display: inline;
  zoom: 1;
}
.mini-cart strong {
  clear: both;
}
.mini-cart > div {
  text-align: left;
  height: 100%;
}
.rtl .mini-cart > div {
  text-align: right;
}
.mini-cart .fa, .mini-cart .icon {
  color: #000;
  margin-right: 10px;
}
.rtl .mini-cart .fa, .rtl .mini-cart .icon {
  margin-left: 10px;
  margin-right: inherit;
}
.mini-cart:hover {
  color: #000;
}
.mini-cart:hover .fa {
  color: #000;
}
.mini-cart .product_list_widget {
  padding: 0;
}
.mini-cart .product_list_widget .name {
  padding-right: 10px;
}
.rtl .mini-cart .product_list_widget .name {
  padding-left: 10px;
  padding-right: inherit;
}
.mini-cart .product_list_widget .name a {
  color: #000;
  font-family: "Hind", sans-serif;
}
.mini-cart .product_list_widget .name a:hover {
  color: #1D80D3;
}

/*------------------------------------*\
    Star rating
\*------------------------------------*/
.star-rating {
  overflow: hidden;
  position: relative;
  width: 5.4em;
  height: 15px;
  line-height: 10px;
  font-family: 'star';
  font-size: 9px;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #cccccc;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rtl .star-rating:before {
  float: right;
}
.rtl .star-rating:before {
  right: 0;
  left: auto;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rtl .star-rating span {
  float: right;
}
.rtl .star-rating span {
  right: 0;
  left: auto;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #202136;
}
.rtl .star-rating span:before {
  right: 0;
  left: auto;
}

/*------------------------------------*\
    Filter
\*------------------------------------*/
#wpo-filter {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
}
#wpo-filter > * {
  margin-bottom: 0;
}
#wpo-filter .display:before, #wpo-filter .display:after {
  content: " ";
  display: table;
}
#wpo-filter .display:after {
  clear: both;
}
#wpo-filter .display li {
  float: left;
  margin-right: 5px;
}
.rtl #wpo-filter .display li {
  float: right;
}
#wpo-filter .display li a {
  text-align: center;
  display: table;
  color: #dbdbdb;
  border: 1px solid #F1F1F1;
  font-size: 13px;
  width: 28px;
  height: 28px;
}
#wpo-filter .display li a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
#wpo-filter .display li a span {
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#wpo-filter .display li a:hover, #wpo-filter .display li a.active, #wpo-filter .display li a:active, #wpo-filter .display li a:focus {
  color: #000;
}
#wpo-filter .display li a.active {
  cursor: default;
}
#wpo-filter .display li a.waiting {
  color: #dbdbdb;
}
#wpo-filter .display li a.waiting .fa {
  color: #dbdbdb;
}
#wpo-filter .display li span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 0 10px;
}
.lt-ie8 #wpo-filter .display li span {
  display: inline;
  zoom: 1;
}
.rtl #wpo-filter .display li span {
  margin: 5px 10px 0 5px;
}

/*------------------------------------*\
    Mini Cart
\*------------------------------------*/
.top-cart .dropdown {
  height: 100%;
}
.top-cart .dropdown.open .mini-cart:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 200px;
}
.top-cart .media-body {
  position: relative;
}
.top-cart .remove {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 22px;
  color: #000;
}
.rtl .top-cart .remove {
  left: 0px;
  right: auto;
}
.top-cart .product_list_widget .quantity {
  color: #999;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}
.top-cart .product_list_widget .quantity .amount {
  color: #1D80D3;
}
.top-cart .dropdown-menu {
  padding: 20px;
  min-width: 280px;
  display: none;
  visibility: hidden;
  text-align: left;
  left: auto;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  background-color: #fff;
}
.rtl .top-cart .dropdown-menu {
  text-align: right;
}
.rtl .top-cart .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .top-cart .dropdown-menu {
  left: 0;
  right: auto;
}
.top-cart .open .dropdown-menu {
  display: block;
  -webkit-transform-origin: 29px -50px;
  -moz-transform-origin: 29px -50px;
  -ms-transform-origin: 29px -50px;
  transform-origin: 29px -50px;
  -ms-filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  visibility: visible;
}
.top-cart .btn, .top-cart .button, .top-cart #submit {
  color: #fff;
}
.top-cart .btn:hover, .top-cart .button:hover, .top-cart #submit:hover {
  color: #fff;
}
.top-cart .buttons {
  margin-bottom: 0;
}

/*------------------------------------*\
    Cart
\*------------------------------------*/
.cart_list .image {
  width: 70px;
  height: 70px;
}
.cart_list .cart-main-content {
  text-align: left;
  position: relative;
}
.rtl .cart_list .cart-main-content {
  text-align: right;
}
.cart_list + .total {
  text-align: right;
  margin-top: 10px;
}
.rtl .cart_list + .total {
  text-align: left;
}

/** Plugins  add to wishlist, compare **/
.place-order {
  padding: 20px;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
}

.yith-wcwl-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.yith_magnifier_gallery li a {
  margin-top: 16px;
  padding: 5px;
}
ul.display, ul#shipping_method, ul.payment_methods {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.payment_methods li {
  margin-bottom: 20px;
}
ul.payment_methods li label {
  display: block;
  margin-bottom: 5px;
}
ul.products-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
ul.page-numbers {
  margin: 0;
  float: left;
}
.rtl ul.page-numbers {
  float: right;
}
ul.page-numbers li > * {
  margin: 0;
}

.btn, .button, #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  padding: 0px 15px;
  font-size: 11px;
  line-height: 3.27273;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
}
.btn:focus, .button:focus, #submit:focus, .btn:active:focus, .button:active:focus, #submit:active:focus, .btn.active:focus, .active.button:focus, .active#submit:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .button:hover, #submit:hover, .btn:focus, .button:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active, .button:active, #submit:active, .btn.active, .active.button, .active#submit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.button, .disabled#submit, .btn[disabled], [disabled].button, [disabled]#submit, fieldset[disabled] .btn, fieldset[disabled] .button, fieldset[disabled] #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #fff;
  background-color: #1D80D3;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #222222;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #1D80D3;
  border-color: #161616;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #222222;
  border-color: #161616;
}
.btn-primary .badge {
  color: #222222;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #1D80D3;
  border-color: #0ca28a;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #075b4d;
  border-color: #08695a;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #0eba9e;
  border-color: #0ca28a;
}
.btn-success .badge {
  color: #0eba9e;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #1D80D3;
  border-color: #384c89;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #222e52;
  border-color: #26345d;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #3f569b;
  border-color: #384c89;
}
.btn-info .badge {
  color: #3f569b;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #1D80D3;
  border-color: #faa526;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d07d04;
  border-color: #df8705;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #fbaf3f;
  border-color: #faa526;
}
.btn-warning .badge {
  color: #fbaf3f;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #1D80D3;
  border-color: #bc3419;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #782110;
  border-color: #862512;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d23a1c;
  border-color: #bc3419;
}
.btn-danger .badge {
  color: #d23a1c;
  background-color: #fff;
}

.btn-link {
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #1D80D3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* Woocommerce page  */
.woocommerce-shipping-fields #ship-to-different-address label {
  font-weight: lighter;
  margin-bottom: 0;
}

.payment_method_paypal img {
  margin: 0 20px;
}

/* Woocommerce Product */
/*-------------------------------------------
    Price
-------------------------------------------*/
.price {
  color: #000;
}
.price ins {
  text-decoration: none;
  border-bottom: 4px solid #272942;
  color: #272942;
  display: inline-block;
}
.price del {
  color: #999;
}

.name {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 18px;
}
.rtl .name {
  margin: 0 0 5px 0;
}

.product-items {
  margin: 0;
}

.product-girds {
  overflow: hidden;
}

.product-block .image {
  border: 1px solid #F1F1F1;
}
.product-block .image a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center !important;
}
.product-block .image .image-effect {
  top: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin: 0px auto;
  left: 0;
  right: 0;
}
.product-block .image .image-hover {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.product-block .image:hover .image-effect {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .image:hover .image-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .price {
  width: 100%;
  font-size: 16px;
  min-height: 45px;
  font-weight: 800;
}
.product-block .price > * {
  vertical-align: middle;
}
.product-block .price > span {
  border-bottom: 4px solid #1D80D3;
  display: inline-block;
  height: 35px;
}
.product-block .category {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.product-block .category a {
  color: #999;
}
.product-block .category a:hover {
  color: #1D80D3;
}
.product-block .caption {
  position: relative;
  padding: 22px;
}
.product-block .btn-outline {
  min-width: 103px;
}
.product-block .clear, .product-block .added_to_cart {
  display: none !important;
}
.product-block:hover {
  cursor: pointer;
}

/*------------------------------------*\
    Product Grid
\*------------------------------------*/
.product-grid .add-links a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: center !important;
  background: #333333;
  position: relative;
}
.lt-ie8 .product-grid .add-links a {
  display: inline;
  zoom: 1;
}
.product-grid .add-links a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #272942;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rtl .product-grid .add-links a:before {
  right: 0;
  left: auto;
}
.product-grid .add-links a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-grid .add-links a > * {
  margin: 0;
}
.product-grid .add-links a span, .product-grid .add-links a .fa {
  position: relative;
  z-index: 8;
}
.product-grid .add-links a:hover {
  background-color: #272942;
              /*  &:before{
                   @include size(100%,100%);
                   @include border-radius(2px);
                   z-index: 1;
               }
*/
}
.product-grid .add-links .yith-wcwl-add-to-wishlist a {
  position: relative;
}
.product-grid .add-links .yith-wcwl-add-to-wishlist img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.product-grid .add-links .yith-wcwl-add-to-wishlist .feedback {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: none;
}
.product-grid .image {
  position: relative;
}
.product-grid .quick-view {
  width: 100%;
  height: 40px;
  background-color: #333333;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
.product-grid .quick-view .fa {
  display: none;
}
.product-grid .quick-view:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #272942;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  border-radius: 0 0 1px 1px;
  -webkit-border-radius: 0 0 1px 1px;
  -moz-border-radius: 0 0 1px 1px;
  -ms-border-radius: 0 0 1px 1px;
  -o-border-radius: 0 0 1px 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rtl .product-grid .quick-view:before {
  right: 0;
  left: auto;
}
.product-grid .quick-view:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  z-index: 1;
}
.product-grid .quick-view .quickview {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 40px;
  color: #fff;
  z-index: 8;
}
.product-grid .name {
  margin: 0px;
  min-height: 36px;
  font-family: "Hind", sans-serif;
  margin-bottom: 10px;
}
.product-grid .add-button {
  width: auto;
  height: 34px;
}
.product-grid .overlay {
  visibility: hidden;
  width: 100%;
  height: 29px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
  border-top: 1px solid transparent;
}
.product-grid .rating {
  margin-bottom: 10px;
}
.product-grid .category {
  z-index: 10;
  position: relative;
  overflow: hidden;
  background: none;
  padding: 18px 10px;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-grid .category:before {
  content: "";
  position: absolute;
  background: #000;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
}
.rtl .product-grid .category:before {
  right: 0;
  left: auto;
}
.rtl .product-grid .category:before {
  left: 0;
  right: auto;
}
.product-grid .button-groups > div {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lt-ie8 .product-grid .button-groups > div {
  display: inline;
  zoom: 1;
}
.rtl .product-grid .button-groups > div {
  margin: 0 2px 0 2px;
}
.product-grid .button-groups > div .fa {
  color: #fff;
  font-size: 12px;
}
.product-grid .button-groups .add-button {
  width: auto;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-grid .button-groups .add-button a {
  width: auto;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 800;
  line-height: 35px;
  border-left: 1px solid #4C4C4C;
}
.rtl .product-grid .button-groups .add-button a {
  border-right: 1px solid #4C4C4C;
  border-left: inherit;
}
.product-grid .button-groups .add-button a .fa {
  padding-right: 10px;
  line-height: 35px;
  border-right: 1px solid #010101;
}
.rtl .product-grid .button-groups .add-button a .fa {
  padding-left: 10px;
  padding-right: inherit;
}
.rtl .product-grid .button-groups .add-button a .fa {
  border-left: 1px solid #010101;
  border-right: inherit;
}
.product-grid .button-groups .add-button a:hover {
  color: #fff;
}
.product-grid .button-groups .add-button a:hover span, .product-grid .button-groups .add-button a:hover .fa {
  border-color: transparent;
}
.product-grid .button-groups .yith-compare {
  margin: 0 1px 0 0px;
}
.rtl .product-grid .button-groups .yith-compare {
  margin: 0 0px 0 1px;
}
.product-grid .button-groups .added_to_cart {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.product-grid:hover .quick-view {
  width: 135px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-grid:hover .button-groups > div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-grid:hover .overlay {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, -48px);
  -ms-transform: translate(0px, -48px);
  -o-transform: translate(0px, -48px);
  transform: translate(0px, -48px);
  border-color: #F1F1F1;
}
.product-grid:hover .add-links {
  visibility: visible;
}
.product-grid:hover .category {
  border-color: #F1F1F1;
}

/*------------------------------------*\
    Product List
\*------------------------------------*/
.product-list {
  padding: 20px;
  border: 1px solid #F1F1F1;
}
.product-list .image {
  border: none;
}
.product-list .feedback {
  display: block;
}
.product-list .meta-description {
  border-left: 1px solid #F1F1F1;
  padding-left: 20px;
}
.rtl .product-list .meta-description {
  border-right: 1px solid #F1F1F1;
  border-left: inherit;
}
.rtl .product-list .meta-description {
  padding-right: 20px;
  padding-left: inherit;
}
.product-list .product-meta {
  padding-right: 20px;
}
.rtl .product-list .product-meta {
  padding-left: 20px;
  padding-right: inherit;
}
.product-list .name {
  font-size: 20px;
  margin-bottom: 20px;
}
.product-list .button-groups > div, .product-list .button-groups a {
  margin-bottom: 10px;
}
.product-list .button-groups a {
  text-transform: capitalize;
}
.product-list .button-groups .yith-wcwl-add-to-wishlist {
  position: relative;
}
.product-list .button-groups .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.rtl .product-list .button-groups .yith-wcwl-add-to-wishlist .ajax-loading {
  right: 0;
  left: auto;
}
.rtl .product-list .button-groups .yith-wcwl-add-to-wishlist .ajax-loading {
  left: 0;
  right: auto;
}
.product-list .button-groups > div a {
  background: #333333;
  padding: 8px 16px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}
.product-list .button-groups > div a .fa {
  display: none;
}
.product-list .button-groups > div a span {
  position: relative;
  z-index: 999;
}
.product-list .button-groups > div a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #272942;
  left: 0;
  bottom: 0;
  content: "";
  left: 0;
  z-index: 9;
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rtl .product-list .button-groups > div a:before {
  right: 0;
  left: auto;
}
.rtl .product-list .button-groups > div a:before {
  right: 0;
  left: auto;
}
.product-list .button-groups > div:hover a:before {
  height: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.product-list .button-groups .button {
  text-transform: uppercase;
  display: block;
}
.product-list .button-groups .button .fa {
  display: none;
}
.product-list .button-groups .fa, .product-list .button-groups .icon {
  margin-right: 6px;
  font-size: 14px;
}
.rtl .product-list .button-groups .fa, .rtl .product-list .button-groups .icon {
  margin-left: 6px;
  margin-right: inherit;
}
.product-list .rating {
  margin-bottom: 10px;
}
.product-list .price {
  margin-bottom: 10px;
}

/*------------------------------------*\
    Product Info
\*------------------------------------*/
.product-info {
  margin-bottom: 40px;
}
.product-info .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.product-info .product_meta {
  clear: both;
  color: #000;
  margin-top: 30px;
}
.product-info .product_meta a {
  color: #999;
  font-weight: 300;
}
.product-info .product_meta a:hover {
  color: #1D80D3;
  text-decoration: underline;
}
.product-info .product_meta > div {
  margin-bottom: 10px;
}
.product-info .label {
  color: #999;
  font-size: 14px;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
.rtl .product-info .label {
  text-align: right;
}
.product-info .variations label {
  display: block;
  margin-right: 10px;
}
.rtl .product-info .variations label {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .variations tr {
  height: 40px;
}
.product-info .addthis {
  clear: left;
  overflow: hidden;
  padding: 20px 0;
}
.rtl .product-info .addthis {
  clear: right;
}
.product-info .woocommerce-product-rating {
  margin-bottom: 10px;
}
.product-info .woocommerce-product-rating:before, .product-info .woocommerce-product-rating:after {
  content: " ";
  display: table;
}
.product-info .woocommerce-product-rating:after {
  clear: both;
}
.product-info .woocommerce-product-rating > * {
  float: left;
}
.rtl .product-info .woocommerce-product-rating > * {
  float: right;
}
.product-info .woocommerce-product-rating .star-rating {
  margin-top: 6px;
  margin-right: 10px;
}
.rtl .product-info .woocommerce-product-rating .star-rating {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .minus,
.product-info .plus {
  right: 0;
  width: 21px;
  height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  top: 0;
  text-align: center !important;
  font-size: 12px;
  background: #fff;
  border: 1px solid #F1F1F1;
}
.rtl .product-info .minus, .rtl
.product-info .plus {
  left: 0;
  right: auto;
}
.product-info .minus {
  bottom: 0;
  top: auto;
}
.product-info .cart {
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
  width: 100%;
}
.rtl .product-info .cart {
  float: right;
}
.rtl .product-info .cart {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .cart .quantity {
  position: relative;
  width: 80px;
  overflow: hidden;
  margin: 0px 12px 0px 0px;
  float: left;
}
.rtl .product-info .cart .quantity {
  margin: 0px 0px 0px 12px;
}
.rtl .product-info .cart .quantity {
  float: right;
}
.product-info .cart .qty {
  width: 76px;
  padding: 2px 6px;
  text-align: center !important;
}
.product-info .cart .single_add_to_cart_button {
  font-size: 12px;
}
.product-info .compare {
  padding-left: 10px;
  padding-right: 10px;
}
.product-info .compare,
.product-info .yith-wcwl-add-to-wishlist {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 30px;
}
.product-info .yith-wcwl-add-to-wishlist {
  line-height: 35px;
  height: 35px;
  position: relative;
  float: left;
}
.rtl .product-info .yith-wcwl-add-to-wishlist {
  float: right;
}
.product-info .yith-wcwl-add-to-wishlist .fa,
.product-info .yith-wcwl-add-to-wishlist .icon {
  display: none;
}
.product-info .yith-wcwl-add-to-wishlist a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  background-color: #000;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.product-info .yith-wcwl-add-to-wishlist a:hover {
  background-color: #1D80D3;
}
.product-info .yith-wcwl-add-to-wishlist .ajax-loading {
  margin: 0;
  position: absolute;
  top: 10px;
  left: -10px;
}
.rtl .product-info .yith-wcwl-add-to-wishlist .ajax-loading {
  right: -10px;
  left: auto;
}
.product-info .yith-wcwl-add-to-wishlist .feedback {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-info .compare {
  padding: 0 10px;
  margin: 0 10px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
.rtl .product-info .compare {
  float: right;
}
.product-info .clear {
  display: none;
}
.product-info .price {
  display: table;
  color: #d23a1c;
  font-size: 30px;
  font-family: "Hind", sans-serif;
  margin-bottom: 30px;
}
.product-info .price > * {
  display: table-cell;
  vertical-align: middle;
}
.product-info .price del span {
  margin-right: 10px;
}
.rtl .product-info .price del span {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .yith_magnifier_zoom_wrap {
  z-index: 99;
  border: 1px solid #F1F1F1;
}
.product-info .yith_magnifier_gallery li img {
  border: 1px solid #F1F1F1;
}

.product-bottom {
  margin-top: 20px;
}

/*------------------------------------*\
    Related Product
\*------------------------------------*/
.widget.widget_product_categories {
  border: none;
}
.widget.widget_product_categories .widget-title {
  margin-bottom: 0;
  color: #000;
  padding: 19px 30px;
  background: #1D80D3;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
.rtl .widget.widget_product_categories .widget-title {
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-left: inherit;
}
.widget.widget_product_categories .product-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_product_categories .product-categories > li {
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #000;
  border-left: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.rtl .widget.widget_product_categories .product-categories > li {
  border-right: 5px solid rgba(255, 255, 255, 0.1);
  border-left: inherit;
}
.widget.widget_product_categories .product-categories > li a {
  color: #999;
  font-size: 12px;
}
.widget.widget_product_categories .product-categories > li a:hover {
  color: #1D80D3;
}
.widget.widget_products .widget-title {
  color: #fff;
  background-color: #272942;
}
.widget.widget_products .widget-title span:after {
  display: none;
}
.widget.widget_products .carousel-control {
  left: auto;
}
.rtl .widget.widget_products .carousel-control {
  right: auto;
  left: auto;
}
.widget.widget_products .carousel-control.prev {
  right: 33px;
}
.rtl .widget.widget_products .carousel-control.prev {
  left: 33px;
  right: auto;
}
.widget.widget_products .carousel-control.next {
  right: 0px;
}
.rtl .widget.widget_products .carousel-control.next {
  left: 0px;
  right: auto;
}
.widget.widget_layered_nav ul, .widget.widget_layered_nav ol {
  list-style: none;
}
.widget.widget_layered_nav ul li, .widget.widget_layered_nav ol li {
  padding: 9px 10px;
  border-bottom: 1px solid #F1F1F1;
}
.widget.widget_layered_nav ul li a, .widget.widget_layered_nav ol li a {
  padding: 0 12px;
}
.widget.widget_layered_nav ul li:first-child, .widget.widget_layered_nav ol li:first-child {
  background-position: 0 10px;
}
.widget.widget_layered_nav ul li:last-child, .widget.widget_layered_nav ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_layered_nav ul ul li:first-child, .widget.widget_layered_nav ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_layered_nav .count {
  float: right;
}
.rtl .widget.widget_layered_nav .count {
  float: left;
}
.widget .product_list_widget .image {
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.rtl .widget .product_list_widget .image {
  margin-left: 10px;
  margin-right: inherit;
}

/*------------------------------------*\
    Widget Price Filter
\*------------------------------------*/
.widget_price_filter .price_slider {
  margin: 0 0 1em 0;
}
.rtl .widget_price_filter .price_slider {
  margin: 0 0 1em 0;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.rtl .widget_price_filter .price_slider_amount {
  text-align: left;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.rtl .widget_price_filter .price_slider_amount .button {
  float: right;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.rtl .widget_price_filter .ui-slider {
  text-align: right;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #1a72bd 0%, #3e99e5 100%);
  background-image: -o-linear-gradient(top, #1a72bd 0%, #3e99e5 100%);
  background-image: linear-gradient(to bottom, #1a72bd 0%, #3e99e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A72BD', endColorstr='#FF3E99E5', GradientType=0);
  outline: none;
  top: -3px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-box-shadow: 0, 0, 0, 1px, rgba(0, 0, 0, 0.5);
  box-shadow: 0, 0, 0, 1px, rgba(0, 0, 0, 0.5);
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  background: #d8d8d8;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #F1F1F1;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.rtl .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  right: -1px;
  left: auto;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.rtl .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  left: -1px;
  right: auto;
}

.product_list_widget {
  padding: 20px;
}
.product_list_widget .widget-product {
  margin: 0px;
  padding: 10px 0;
}
.product_list_widget .widget-product:first-child {
  padding-top: 0;
}
.product_list_widget .widget-product:last-child {
  border: 0;
  padding-bottom: 0;
}
.product_list_widget .widget-product .review {
  clear: left;
}
.rtl .product_list_widget .widget-product .review {
  clear: right;
}
.product_list_widget .widget-product .image {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border: 1px solid #F1F1F1;
}
.rtl .product_list_widget .widget-product .image {
  margin-left: 15px;
  margin-right: inherit;
}
.product_list_widget .widget-product .rating {
  margin-bottom: 15px;
}

.wc-forward {
  font-family: "Hind", sans-serif;
}

/* Woocommerce Product Tools */
/*------------------------------------*\
    Mini Cart
\*------------------------------------*/
/* Woocommerce Page */
.woocommerce-page .products {
  background-color: #fff;
}

.product_list_widget {
  padding: 0;
}

/*.wpo-single-product,
.wpo-content-product{
    margin: 50px 0;
}
*/
#wpo-filter {
  border-bottom: none;
  margin-bottom: 0;
  padding: 15px 20px 5px;
}
#wpo-filter label.select {
  margin-bottom: 0;
}

.product-items > .product-gird {
  border-bottom: 1px solid #F1F1F1;
}

.product-girds {
  margin: 0;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
.product-girds > div {
  padding: 0;
  border-right: 1px solid #F1F1F1;
}
.product-girds > div:last-child {
  border-right: none;
}
.product-girds > div .thumbnail {
  margin-bottom: 0;
}

.woocommerce-tabs {
  margin-bottom: 20px;
}
.woocommerce-tabs .tab-content {
  border-width: 1px;
  margin-top: 0;
  background-color: #fff;
}
.woocommerce-tabs .nav-tabs {
  margin-bottom: 20px;
}
.woocommerce-tabs .nav-tabs li a {
  border: none;
  font-weight: 800;
  padding: 10px 20px;
}
.woocommerce-tabs .nav-tabs li a:hover, .woocommerce-tabs .nav-tabs li.active > a {
  border: none;
  background-color: #272942;
  color: #fff;
}

.widget.widget_product_categories .widget-title {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.widget.widget_product_categories .product-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_product_categories .product-categories li {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #F1F1F1;
}
.widget.widget_product_categories .product-categories li a {
  font-size: 14px;
}
.widget.widget_product_categories .product-categories li:last-child {
  border-bottom: none;
}
.widget.widget_products .widget-title {
  background-color: transparent;
}
.widget.widget_products .widget-title span:after {
  display: block;
}
.widget .product_list_widget .price {
  margin-bottom: 5px;
}
.widget .product_list_widget .price span {
  font-weight: 900;
}
.widget .product_list_widget .price del span {
  font-weight: 300;
}
.widget .product_list_widget .price ins {
  color: #E0373C;
}
.widget .product_list_widget .name a {
  color: #1D80D3;
  font-size: 14px;
}
.widget .product_list_widget .name a:hover {
  text-decoration: underline;
}

.product-info {
  background-color: #fff;
  padding: 20px;
}
.product-info .product-title {
  text-transform: none;
}

.product-items {
  padding: 0px;
}

.product-block .caption {
  text-align: left;
  padding: 20px 20px 0;
}
.rtl .product-block .caption {
  text-align: right;
}
.product-block .image {
  border: none;
}
.product-block .name a {
  color: #1D80D3;
  text-transform: none;
  font-size: 14px;
}
.product-block .name a:hover {
  text-decoration: underline;
}
.product-block .price > span {
  border-bottom: none;
}

.price ins {
  border-bottom: none;
}

.product-grid {
  overflow: hidden;
}
.product-grid .add-links a {
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-grid .add-links a span {
  display: block;
  font-size: 12px;
  color: #f8f8f8;
  line-height: 35px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}
.product-grid .add-links a:before {
  display: none;
}
.product-grid .add-links a .fa {
  display: none;
}
.product-grid .button-groups {
  margin-left: -20px;
  margin-right: -20px;
}
.product-grid .button-groups > div {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 50%;
  height: 32px;
  background-color: #272942;
  float: left;
  margin: 0;
  border-right: 1px solid #50526B;
}
.product-grid .button-groups > div .fa {
  color: #999;
}
.product-grid .button-groups > div:hover {
  background-color: #1D80D3;
}
.product-grid .button-groups > div.add-button:hover {
  background-color: transparent;
}
.product-grid .button-groups .add-button {
  width: 100%;
  background-color: transparent;
  border-right: none;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.product-grid .button-groups .add-button a {
  border: 1px solid #EAEAEA;
  position: relative;
  padding-right: 50px;
  color: #000;
}
.rtl .product-grid .button-groups .add-button a {
  padding-left: 50px;
  padding-right: inherit;
}
.product-grid .button-groups .add-button a span {
  color: #000;
  border: none;
  padding: 0;
  line-height: 35px;
  text-align: left;
  margin-right: 35px;
  font-size: 12px;
}
.rtl .product-grid .button-groups .add-button a span {
  text-align: right;
}
.rtl .product-grid .button-groups .add-button a span {
  margin-left: 35px;
  margin-right: inherit;
}
.product-grid .button-groups .add-button a .fa {
  display: none;
}
.product-grid .button-groups .add-button a:after {
  content: "\f055";
  position: absolute;
  right: 0;
  width: 35px;
  height: 33px;
  z-index: 1;
  font-family: FontAwesome;
  color: #fff;
  background-color: #E0373C;
  font-size: 14px;
  top: 0;
}
.rtl .product-grid .button-groups .add-button a:after {
  left: 0;
  right: auto;
}
.product-grid .button-groups .add-button a:hover {
  border-color: #1D80D3;
}
.product-grid .button-groups .add-button a:hover:after {
  background-color: #1D80D3;
}
.product-grid .button-groups .yith-compare {
  margin: 0;
}
.product-grid .yith-wcwl-add-to-wishlist,
.product-grid .yith-compare {
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
.product-grid .rating {
  margin-bottom: 15px;
}
.product-grid .name {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.product-grid .quick-view {
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #272942;
}
.product-grid .quick-view .quickview {
  line-height: 31px;
}
.product-grid .quick-view:before {
  display: none;
}
.product-grid .quick-view .fa {
  display: none;
}
.product-grid .quick-view:hover {
  background-color: #1D80D3;
}
.product-grid:hover .yith-wcwl-add-to-wishlist,
.product-grid:hover .yith-compare {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-grid:hover .quick-view {
  height: 31px;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.product-list .caption {
  padding: 0;
}
