/** Skin vars **/
/** fonts settings **/
/** other settings **/
/** primary theme colors **/
/** LESS functions **/
.grad-orange {
  background: #ed1c24;
  background: linear-gradient(225deg, #ed1c24, #ee6f2c, #f7941e);
  background-size: 600% 600%;
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#f7941e', GradientType=1);
}
.grad-purple {
  background: #8560a8;
  background: linear-gradient(225deg, #8560a8, #d96a87, #f26d7d);
  background-size: 600% 600%;
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8560a8', endColorstr='#f16d7d', GradientType=1);
}
.grad-green {
  background: #1cbbb4;
  background: linear-gradient(225deg, #1cbbb4, #51c07d, #8cc640);
  background-size: 600% 600%;
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cbbb4', endColorstr='#8cc640', GradientType=1);
}
.grad-blue {
  background: #00aeef;
  background: linear-gradient(225deg, #00aeef, #63c3b0, #81ca9d);
  background-size: 600% 600%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#81ca9d', GradientType=1);
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
}
.grad-yellow {
  background: #fecc18;
  background: -moz-linear-gradient(45deg, #fecc18 0%, #fdc950 44%, #fdc689 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fecc18), color-stop(44%, #fdc950), color-stop(100%, #fdc689));
  background: -webkit-linear-gradient(45deg, #fecc18 0%, #fdc950 44%, #fdc689 100%);
  background: -o-linear-gradient(45deg, #fecc18 0%, #fdc950 44%, #fdc689 100%);
  background: -ms-linear-gradient(45deg, #fecc18 0%, #fdc950 44%, #fdc689 100%);
  background: linear-gradient(45deg, #fecc18 0%, #fdc950 44%, #fdc689 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecc18', endColorstr='#fdc689', GradientType=1);
}
.grad-grey {
  background: #e1e1e1;
  background: -moz-linear-gradient(45deg, #e1e1e1 0%, #e6e6e6 44%, #ebebeb 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e1e1e1), color-stop(44%, #e6e6e6), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(45deg, #e1e1e1 0%, #e6e6e6 44%, #ebebeb 100%);
  background: -o-linear-gradient(45deg, #e1e1e1 0%, #e6e6e6 44%, #ebebeb 100%);
  background: -ms-linear-gradient(45deg, #e1e1e1 0%, #e6e6e6 44%, #ebebeb 100%);
  background: linear-gradient(45deg, #e1e1e1 0%, #e6e6e6 44%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#ebebeb', GradientType=1);
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------
	Star rating
*/
.star-rating,
.price {
  display: block;
  position: relative;
  float: none;
}
.star-rating {
  position: relative;
  z-index: 1;
}
.star-rating > span {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -5555em;
}
.star-rating:before {
  content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.star-rating span:before {
  content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-indent: 0;
  z-index: 2;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------
	Default styles for WooCommerce plugin
*/
.products:after,
.products:before,
.woocommerce-tabs:before,
.woocommerce-tabs .tabs:after,
.col2-set:after,
.product_meta:before {
  clear: both;
  content: '';
  height: 0;
  display: block;
}
.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.woocommerce-result-count {
  float: left;
  padding-top: 15px;
}
.woocommerce-ordering {
  float: right;
  width: 300px;
}
.woocommerce-message,
.woocommerce-info {
  padding: 15px 15px 15px 35px;
  margin-bottom: 24px;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
  margin: 0 0 0 5px;
  padding: 0;
  background: transparent;
  font-weight: normal;
  float: right;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background-repeat: no-repeat;
  background-position: 12px 17px;
  background-size: 15px 15px;
}
.woocommerce-error {
  list-style: none !important;
  padding: 0;
}
.woocommerce-error li {
  margin: 0;
  padding: 10px 15px 10px 35px;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 15px 15px;
}
@media screen and (max-width: 600px) {
  .woocommerce-result-count {
    display: none;
  }
  .woocommerce-ordering {
    width: 100%;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}
.onsale {
  position: absolute;
  top: 25px;
  left: 0;
  width: 61px;
  height: 61px;
  font-size: 10px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 58px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.woocommerce ins {
  text-decoration: none;
}
.products {
  font-size: 0;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.products .star-rating {
  margin-top: -10px;
  margin-bottom: 10px;
}
.products li.product {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 33.33333333333333%;
  position: relative;
}
.products li.product .onsale {
  left: 15px;
  top: 15px;
}
.products li.product h3 {
  margin-bottom: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.products li.product img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  height: auto;
}
.products li.product .button,
.products li.product .button:hover .add_to_cart_button,
.products li.product .add_to_cart_button:hover {
  margin: 15px 0 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-weight: normal;
}
.products .price del {
  margin-right: 4px;
}
.columns-6 .products li.product {
  width: 16.66666666666667%;
}
.columns-5 .products li.product {
  width: 20%;
}
.columns-4 .products li.product {
  width: 25%;
}
.columns-2 .products li.product {
  width: 50%;
}
.columns-1 .products li.product {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .columns-6 .products li.product {
    width: 20%;
  }
}
@media screen and (max-width: 995px) {
  .columns-6 .products li.product,
  .columns-5 .products li.product {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .columns-6 .products li.product,
  .columns-5 .products li.product,
  .columns-4 .products li.product {
    width: 33.33333333333333%;
  }
}
@media screen and (max-width: 600px) {
  .products li.product {
    width: 50%;
  }
}
@media screen and (max-width: 481px) {
  .columns-6 .products li.product,
  .columns-5 .products li.product,
  .columns-4 .products li.product {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .products li.product,
  .columns-6 .products li.product,
  .columns-5 .products li.product,
  .columns-4 .products li.product,
  .columns-2 .products li.product {
    width: 100%;
  }
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 25px 0 0 0;
  list-style: none;
}
.woocommerce-pagination li {
  margin: 0 5px 5px 0;
  padding: 0;
  display: inline-block;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
  padding: 12px 20px;
}
.single-product .wproto-primary-content-area .related.products {
  padding: 0 15px;
}
.single-product .wproto-primary-content-area del {
  font-weight: normal !important;
}
.single-product .wproto-primary-content-area h1.product_title {
  font-weight: normal;
  margin-bottom: 11px;
}
.single-product .wproto-primary-content-area .product {
  position: relative;
}
.single-product .wproto-primary-content-area .product form.cart div {
  margin-bottom: 18px;
}
.single-product .wproto-primary-content-area .product form.cart .quantity {
  width: 70px;
}
.single-product .wproto-primary-content-area .product form.cart .quantity input {
  text-align: center;
}
.single-product .wproto-primary-content-area .product form.cart .button,
.single-product .wproto-primary-content-area .product form.cart button {
  margin-right: 10px;
}
.single-product .wproto-primary-content-area .product .woocommerce-product-rating {
  margin-bottom: 18px;
  margin-top: -11px;
}
.single-product .wproto-primary-content-area .product .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product .wproto-primary-content-area .product .product_meta {
  margin-bottom: 35px;
}
.single-product .wproto-primary-content-area .product .product_meta > span {
  display: block;
  margin-bottom: 14px;
}
.single-product .wproto-primary-content-area .product .product_meta .share {
  padding-top: 15px;
}
.single-product .wproto-primary-content-area .product .product_meta .share h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-product .wproto-primary-content-area .product .product_meta .share a {
  font-size: 18px;
  margin-right: 3px;
}
.single-product .wproto-primary-content-area .product .images {
  margin-bottom: 30px;
}
.single-product .wproto-primary-content-area .product .images img {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.single-product .wproto-primary-content-area .product .thumbnails {
  clear: both;
  display: block;
  margin-right: -10px;
}
.single-product .wproto-primary-content-area .product .thumbnails a {
  float: left;
  width: 33.3333%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.single-product .wproto-primary-content-area .product .images {
  float: left;
  width: 30%;
}
.single-product .wproto-primary-content-area .product .summary {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.single-product .wproto-primary-content-area .product .summary .price {
  margin-bottom: 18px;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .single-product .wproto-primary-content-area .woocommerce-main-image img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .single-product .wproto-primary-content-area .product .images,
  .single-product .wproto-primary-content-area .product .summary {
    float: none !important;
    display: block;
    width: 100%;
  }
  .single-product .wproto-primary-content-area .product .summary {
    padding-left: 0;
  }
  .single-product .wproto-primary-content-area .product .images:before,
  .single-product .wproto-primary-content-area .product .summary:before {
    clear: both;
    content: '';
    height: 0;
    display: block;
  }
}
.woocommerce-tabs .tabs {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.woocommerce-tabs .tabs li {
  margin: 0 0 -2px 0;
  padding: 10px 40px;
  float: left;
}
.woocommerce-tabs .entry-content h2:first-of-type {
  display: none;
}
.woocommerce-tabs .shop_attributes {
  width: 100%;
}
.woocommerce-tabs .shop_attributes p {
  margin-bottom: 0;
}
.woocommerce-account .wproto-primary-content-area header.title h3 {
  display: inline-block;
}
.woocommerce-account .wproto-primary-content-area header.title .edit {
  margin-left: 5px;
}
.woocommerce-account .wproto-primary-content-area .form-row label {
  margin-bottom: 8px;
}
.woocommerce h2,
.woocommerce h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout .wproto-primary-content-area form.login .icr,
.woocommerce-account .wproto-primary-content-area form.login .icr {
  margin-top: 15px;
  margin-left: 15px;
}
.add_to_cart_button.added {
  display: none;
}
.woocommerce .wproto-primary-content-area .added_to_cart {
  margin: 15px 0 0;
  display: inline-block;
}
#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shipping_method .amount {
  font-weight: bold;
}
.woocommerce-cart .wproto-primary-content-area table.cart {
  width: 100%;
}
.woocommerce-cart .wproto-primary-content-area table.cart .product-quantity {
  width: 50px;
}
.woocommerce-cart .wproto-primary-content-area table.cart .product-quantity input {
  text-align: center;
}
.woocommerce-cart .wproto-primary-content-area table.cart th {
  font-weight: normal;
}
.woocommerce-cart .wproto-primary-content-area table.cart p {
  margin-bottom: 0;
}
.woocommerce-cart .wproto-primary-content-area table.cart td {
  vertical-align: middle;
}
.woocommerce-cart .wproto-primary-content-area table.cart tr {
  background-color: transparent;
}
.woocommerce-cart .wproto-primary-content-area table.cart .variation {
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: uppercase;
}
.woocommerce-cart .wproto-primary-content-area table.cart .variation dt {
  float: left;
  margin-right: 5px;
}
.woocommerce-cart .wproto-primary-content-area table.cart .variation dd {
  margin-bottom: 0;
}
.woocommerce-cart .wproto-primary-content-area table.cart td.product-price,
.woocommerce-cart .wproto-primary-content-area table.cart td.product-subtotal {
  font-weight: bold;
}
.woocommerce-cart .wproto-primary-content-area table.cart .product-thumbnail img {
  width: 100px;
  height: auto;
  display: block;
}
.woocommerce-cart .wproto-primary-content-area table.cart .product-name a {
  font-weight: 600;
}
.woocommerce-cart .wproto-primary-content-area table.cart tr:last-of-type td {
  border-bottom: 0 !important;
}
.woocommerce-cart .wproto-primary-content-area table.cart a.remove {
  text-indent: -5555em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.woocommerce-cart .wproto-primary-content-area table.cart td.actions {
  padding: 20px 30px;
}
.woocommerce-cart .wproto-primary-content-area table.cart td.actions label {
  display: none;
}
.woocommerce-cart .wproto-primary-content-area table.cart td.actions .coupon {
  float: right;
}
.woocommerce-cart .wproto-primary-content-area table.cart td.actions .input-text {
  width: 130px;
}
.woocommerce-cart .wproto-primary-content-area h2 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .wproto-primary-content-area table.cart .product-thumbnail,
  .woocommerce-cart .wproto-primary-content-area table.cart .product-subtotal {
    display: none;
  }
  .woocommerce-cart .wproto-primary-content-area table.cart .variation {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .woocommerce-cart .wproto-primary-content-area table.cart .coupon {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .woocommerce-cart .wproto-primary-content-area table.cart .product-price {
    display: none;
  }
}
.woocommerce-cart .wproto-primary-content-area .cart_totals table,
.woocommerce-checkout .wproto-primary-content-area .cart_totals table,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order table,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order table {
  width: 100%;
}
.woocommerce-cart .wproto-primary-content-area .cart_totals table th,
.woocommerce-checkout .wproto-primary-content-area .cart_totals table th,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order table th,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order table th {
  width: 30%;
}
.woocommerce-cart .wproto-primary-content-area .cart_totals p,
.woocommerce-checkout .wproto-primary-content-area .cart_totals p,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order p,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order p {
  margin-bottom: 14px;
}
.woocommerce-cart .wproto-primary-content-area .cart_totals .shipping-calculator-form,
.woocommerce-checkout .wproto-primary-content-area .cart_totals .shipping-calculator-form,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order .shipping-calculator-form,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order .shipping-calculator-form {
  padding: 18px 0;
}
.woocommerce-cart .wproto-primary-content-area .cart_totals p:last-of-type,
.woocommerce-checkout .wproto-primary-content-area .cart_totals p:last-of-type,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order p:last-of-type,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order p:last-of-type {
  margin-bottom: 0;
}
.woocommerce-cart .wproto-primary-content-area .cart_totals form,
.woocommerce-checkout .wproto-primary-content-area .cart_totals form,
.woocommerce-cart .wproto-primary-content-area .woocommerce-checkout-review-order form,
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order form {
  margin-bottom: 0;
}
.woocommerce-checkout .wproto-primary-content-area h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout .wproto-primary-content-area .woocommerce-shipping-fields .icr__checkbox {
  margin-top: 7px;
}
.woocommerce-checkout .wproto-primary-content-area .woocommerce-checkout-review-order .variation {
  display: none;
}
.woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment ul > li {
  margin-bottom: 15px;
  padding: 15px;
}
.woocommerce-checkout-payment ul label {
  margin-bottom: 0;
}
.woocommerce-checkout-payment ul .payment_box {
  padding-top: 7px;
}
.woocommerce-checkout-payment .payment_method_paypal img,
.woocommerce-checkout-payment .payment_method_paypal a.about_paypal {
  display: none;
}
.single-product #reviews li.comment {
  position: relative;
  padding: 30px;
}
.single-product #reviews .comment_container > img {
  position: absolute;
}
.single-product #reviews .comment-text {
  padding-left: 100px;
  min-height: 60px;
}
.single-product #reviews .star-rating {
  float: right;
  width: 80px;
  margin-top: 4px;
}
.single-product #reviews .meta {
  margin-bottom: 7px;
}
p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\f005";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\f005\0020\f005\0020";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\f005\0020\f005\0020\f005\0020";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\f005\0020\f005\0020\f005\0020\f005\0020";
}
p.stars a.star-5 {
  width: 6em;
}
p.stars a.star-5:after {
  content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005\0020";
}
.single-product .comment-form-rating .sbHolder {
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-tabs .tabs {
    border-bottom: 0 !important;
  }
  .woocommerce-tabs .tabs li {
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-tabs .tabs li a {
    display: block;
  }
  .single-product #reviews .comment_container > img {
    display: none;
  }
  .single-product #reviews .comment-text {
    min-height: 1px;
    padding-left: 0;
  }
  .single-product #reviews .meta > strong {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .single-product .wproto-primary-content-area form.cart .button {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 330px) {
  .single-product #reviews .star-rating {
    display: none;
  }
}
.upsells.products {
  padding: 0 15px;
}
.related.products h2,
.upsells.products h2,
.woocommerce-checkout h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.single-product table.group_table,
.single-product table.variations {
  width: 100%;
  margin-bottom: 0;
}
.single-product table.group_table a.reset_variations,
.single-product table.variations a.reset_variations {
  margin-top: 14px;
  display: inline-block;
}
.single-product table.group_table tr,
.single-product table.variations tr {
  background-color: transparent !important;
}
.single-product table.group_table td,
.single-product table.variations td {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.single-product table.group_table label,
.single-product table.variations label {
  margin-bottom: 0 !important;
}
.single-product form.cart .quantity {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
}
.single-product .variations_button {
  float: left;
  margin-bottom: 0 !important;
}
.single-product table.variations td {
  vertical-align: top;
}
.single-product table.variations label {
  padding-top: 14px;
}
.single-product table.variations .quantity {
  width: 70px;
}
.single-product #reply-title {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.single-product table.group_table {
  margin-bottom: 15px;
}
.single-product table.group_table .quantity,
.single-product table.group_table p {
  margin-bottom: 0 !important;
}
.single-product table.group_table td.price del span {
  font-weight: normal;
}
.woocommerce-checkout table,
.woocommerce-account table {
  width: 100%;
}
.woocommerce-checkout table .variation,
.woocommerce-account table .variation {
  display: none;
}
body.page table.shop_table {
  width: 100%;
}
body.page table.shop_table .variation {
  display: none;
}
.woocommerce-checkout .wproto-primary-content-area p.terms {
  padding-top: 30px;
}
.woocommerce-checkout .wproto-primary-content-area p.terms input {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
p.demo_store {
  margin-bottom: 0;
  display: block;
  padding: 10px 15px;
  text-align: center;
}
p.add_to_cart_inline {
  border: 0 !important;
}
p.add_to_cart_inline .button {
  margin-left: 10px;
}
p.add_to_cart_inline .amount {
  font-weight: bold;
}
.wproto-shop-title {
  text-transform: none !important;
}
.single-product .wproto-products-carousel,
.woocommerce-tabs {
  margin-bottom: 60px;
}
.wproto-single-product-meta {
  padding-top: 25px;
  clear: both;
}
.wproto-single-product-meta .links {
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.wproto-single-product-meta h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wproto-single-product-meta .share {
  padding-top: 0 !important;
}
.single-product .wproto-primary-content-area .images .thumbnails img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.single-product .wproto-primary-content-area .images .thumbnails:hover img {
  opacity: 0.5;
}
.single-product .wproto-primary-content-area .images .thumbnails:hover img:hover {
  opacity: 1;
}
.single-product a.woocommerce-main-image {
  display: block;
  position: relative;
  float: left;
}
.single-product a.woocommerce-main-image img {
  display: block;
}
.single-product a.woocommerce-main-image:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.single-product a.woocommerce-main-image:hover:after {
  opacity: 0.5;
}
.tax-product_cat .wproto-products-grid .container-fluid,
.tax-product_tag .wproto-products-grid .container-fluid,
.tax-product_quick_choose .wproto-products-grid .container-fluid,
.search-results .wproto-products-grid .container-fluid,
.tax-product_brand .wproto-products-grid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .wproto-primary-content-area table.cart .variation {
  display: block !important;
}
.woocommerce-checkout .wproto-primary-content-area,
.woocommerce-checkout-review-order .variation {
  display: block !important;
  clear: both;
  padding-top: 10px;
}
.woocommerce-checkout .wproto-primary-content-area dt,
.woocommerce-checkout-review-order .variation dt {
  float: left;
  margin-right: 5px;
}
.shop-subcategories {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  font-size: 0;
}
.shop-subcategories li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.shop-subcategories.products-style-col_1_style_1 li,
.shop-subcategories.products-style-col_1_style_2 li,
.shop-subcategories.products-style-col_1_style_3 li,
.shop-subcategories.products-style-cols_3_style_1 li,
.shop-subcategories.products-style-cols_3_style_2 li,
.shop-subcategories.products-style-cols_3_style_3 li {
  width: 33.33333%;
}
.shop-subcategories.products-style-cols_2_style_1 li,
.shop-subcategories.products-style-cols_2_style_2 li,
.shop-subcategories.products-style-cols_2_style_3 li,
.shop-subcategories.products-style-cols_4_style_1 li,
.shop-subcategories.products-style-cols_4_style_2 li,
.shop-subcategories.products-style-cols_4_style_3 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .shop-subcategories.products-style-col_1_style_1 li,
  .shop-subcategories.products-style-col_1_style_2 li,
  .shop-subcategories.products-style-col_1_style_3 li,
  .shop-subcategories.products-style-cols_3_style_1 li,
  .shop-subcategories.products-style-cols_3_style_2 li,
  .shop-subcategories.products-style-cols_3_style_3 li,
  .shop-subcategories.products-style-cols_2_style_1 li,
  .shop-subcategories.products-style-cols_2_style_2 li,
  .shop-subcategories.products-style-cols_2_style_3 li,
  .shop-subcategories.products-style-cols_4_style_1 li,
  .shop-subcategories.products-style-cols_4_style_2 li,
  .shop-subcategories.products-style-cols_4_style_3 li {
    width: 100%;
  }
}
.woocommerce-checkout #wproto-header-cart-link,
.woocommerce-cart #wproto-header-cart-link {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------
	Widget rating filter
*/
.widget_rating_filter ul {
  padding-left: 0;
  list-style: none;
  background: transparent;
}
.widget_rating_filter .star-rating {
  float: left;
  width: 70px;
  margin-right: 10px;
}
.footer-widgets .widget_rating_filter li {
  color: #636363;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------
	My Profile Navigation
*/
.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
  font-style: normal;
  margin: 0 15px 0 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation a {
  color: #363636;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  color: #ed1c24;
}
.woocommerce-MyAccount-content fieldset {
  border: 0;
  margin: 0 0 25px 0;
  padding: 0;
}
.woocommerce-MyAccount-content legend {
  display: none;
}
.woocommerce-password-strength {
  margin-top: 12px;
}
.woocommerce-password-hint {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-style: italic;
  display: block;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
  color: #ed1c24;
}
.woocommerce-password-strength.good {
  color: #00aeef;
}
.woocommerce-password-strength.strong {
  color: #8dc63f;
}
