/* ==========================================================================
# Woocommerce style - begin
========================================================================== */
@font-face {
  font-family: 'star';
  src: url("../../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Woocommerce product list - begin
========================================================================== */
/* line 26, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-result-count,
.qodef-woocommerce-page .woocommerce-ordering,
.page-template-default .woocommerce .woocommerce-result-count,
.page-template-default .woocommerce .woocommerce-ordering,
.page-template-full-width .woocommerce .woocommerce-result-count,
.page-template-full-width .woocommerce .woocommerce-ordering {
  width: 50%;
  height: 41px;
  margin: 0 0 27px 0;
  display: inline;
  float: left;
}
/* line 35, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-result-count,
.page-template-default .woocommerce .woocommerce-result-count,
.page-template-full-width .woocommerce .woocommerce-result-count {
  line-height: 33px;
  font-weight: 400;
  font-size: 14px;
}
/* line 43, scss/woocommerce.scss */
.qodef-woocommerce-page .full_width .woocommerce-result-count,
.page-template-default .woocommerce .full_width .woocommerce-result-count,
.page-template-full-width .woocommerce .full_width .woocommerce-result-count {
  position: relative;
  left: 45px;
}
/* line 48, scss/woocommerce.scss */
.qodef-woocommerce-page .full_width .woocommerce-ordering,
.page-template-default .woocommerce .full_width .woocommerce-ordering,
.page-template-full-width .woocommerce .full_width .woocommerce-ordering {
  position: relative;
  right: 45px;
}
/* line 54, scss/woocommerce.scss */
.qodef-woocommerce-page .products,
.page-template-default .woocommerce .products,
.page-template-full-width .woocommerce .products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
/* line 62, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product,
.page-template-default .woocommerce .products .product,
.page-template-full-width .woocommerce .products .product {
  position: relative;
  float: left;
  text-align: left;
  border-style: solid;
  border-color: #e1e2e5;
}
/* line 69, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product img,
.page-template-default .woocommerce .products .product img,
.page-template-full-width .woocommerce .products .product img {
  display: block;
  width: 100%;
}
/* line 74, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .price,
.page-template-default .woocommerce .products .product .price,
.page-template-full-width .woocommerce .products .product .price {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  color: #616161;
  width: 100%;
  font-style: italic;
  font-family: Georgia, sans-serif;
  text-align: center;
  margin-top: 3px;
}
/* line 87, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .price ins,
.page-template-default .woocommerce .products .product .price ins,
.page-template-full-width .woocommerce .products .product .price ins {
  text-decoration: none;
}
/* line 91, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .added_to_cart,
.page-template-default .woocommerce .products .product .added_to_cart,
.page-template-full-width .woocommerce .products .product .added_to_cart {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  padding: 0 35px;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0e0e0e;
  color: #fff;
}
/* line 109, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .added_to_cart:after,
.page-template-default .woocommerce .products .product .added_to_cart:after,
.page-template-full-width .woocommerce .products .product .added_to_cart:after {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  margin-left: 4px;
}
/* line 115, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .added_to_cart:hover,
.page-template-default .woocommerce .products .product .added_to_cart:hover,
.page-template-full-width .woocommerce .products .product .added_to_cart:hover {
  background-color: #a9a9a9;
  color: #fff;
}
/* line 120, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .qodef-product-list-image-holder,
.page-template-default .woocommerce .products .product .qodef-product-list-image-holder,
.page-template-full-width .woocommerce .products .product .qodef-product-list-image-holder {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
/* line 126, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .add_to_cart_button,
.qodef-woocommerce-page .products .product .added_to_cart,
.qodef-woocommerce-page .products .product .out_of_stock_button,
.page-template-default .woocommerce .products .product .add_to_cart_button,
.page-template-default .woocommerce .products .product .added_to_cart,
.page-template-default .woocommerce .products .product .out_of_stock_button,
.page-template-full-width .woocommerce .products .product .add_to_cart_button,
.page-template-full-width .woocommerce .products .product .added_to_cart,
.page-template-full-width .woocommerce .products .product .out_of_stock_button {
  position: absolute;
  padding: 0 20px;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: bottom 0.3s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: bottom 0.3s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: bottom 0.3s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
/* line 137, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .add_to_cart_button .qodef-btn-text,
.qodef-woocommerce-page .products .product .added_to_cart .qodef-btn-text,
.qodef-woocommerce-page .products .product .out_of_stock_button .qodef-btn-text,
.page-template-default .woocommerce .products .product .add_to_cart_button .qodef-btn-text,
.page-template-default .woocommerce .products .product .added_to_cart .qodef-btn-text,
.page-template-default .woocommerce .products .product .out_of_stock_button .qodef-btn-text,
.page-template-full-width .woocommerce .products .product .add_to_cart_button .qodef-btn-text,
.page-template-full-width .woocommerce .products .product .added_to_cart .qodef-btn-text,
.page-template-full-width .woocommerce .products .product .out_of_stock_button .qodef-btn-text {
  margin-right: 0;
}
/* line 142, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .add_to_cart_button.added,
.page-template-default .woocommerce .products .product .add_to_cart_button.added,
.page-template-full-width .woocommerce .products .product .add_to_cart_button.added {
  display: none;
}
/* line 146, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .qodef-product-list-image-wrapper,
.page-template-default .woocommerce .products .product .qodef-product-list-image-wrapper,
.page-template-full-width .woocommerce .products .product .qodef-product-list-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 152, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .qodef-product-list-image-wrapper .qodef-single-product-hover-image,
.page-template-default .woocommerce .products .product .qodef-product-list-image-wrapper .qodef-single-product-hover-image,
.page-template-full-width .woocommerce .products .product .qodef-product-list-image-wrapper .qodef-single-product-hover-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 167, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product:hover .qodef-product-list-image-wrapper .qodef-single-product-hover-image,
.page-template-default .woocommerce .products .product:hover .qodef-product-list-image-wrapper .qodef-single-product-hover-image,
.page-template-full-width .woocommerce .products .product:hover .qodef-product-list-image-wrapper .qodef-single-product-hover-image {
  opacity: 1;
}
/* line 172, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product:hover .add_to_cart_button,
.qodef-woocommerce-page .products .product:hover .added_to_cart,
.qodef-woocommerce-page .products .product:hover .out_of_stock_button,
.page-template-default .woocommerce .products .product:hover .add_to_cart_button,
.page-template-default .woocommerce .products .product:hover .added_to_cart,
.page-template-default .woocommerce .products .product:hover .out_of_stock_button,
.page-template-full-width .woocommerce .products .product:hover .add_to_cart_button,
.page-template-full-width .woocommerce .products .product:hover .added_to_cart,
.page-template-full-width .woocommerce .products .product:hover .out_of_stock_button {
  bottom: 0;
}
/* line 179, scss/woocommerce.scss */
.qodef-woocommerce-page .products .product .qodef-product-list-product-title,
.page-template-default .woocommerce .products .product .qodef-product-list-product-title,
.page-template-full-width .woocommerce .products .product .qodef-product-list-product-title {
  text-align: center;
  font-size: 13px;
  margin-top: 17px;
}
/* line 189, scss/woocommerce.scss */
.qodef-woocommerce-page .product .qodef-out-of-stock-button,
.qodef-woocommerce-page .product .qodef-onsale,
.page-template-default .woocommerce .product .qodef-out-of-stock-button,
.page-template-default .woocommerce .product .qodef-onsale,
.page-template-full-width .woocommerce .product .qodef-out-of-stock-button,
.page-template-full-width .woocommerce .product .qodef-onsale {
  position: absolute;
  display: table;
  top: 0;
  right: 23px;
  width: 70px;
  height: 70px;
  line-height: 1.2em;
  text-align: center;
  z-index: 100;
  color: #fff;
  background-color: #ea9195;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: translateY(calc(-50% + 10px));
  -moz-transform: translateY(calc(-50% + 10px));
  transform: translateY(calc(-50% + 10px));
}
/* line 210, scss/woocommerce.scss */
.qodef-woocommerce-page .product .qodef-out-of-stock-button,
.page-template-default .woocommerce .product .qodef-out-of-stock-button,
.page-template-full-width .woocommerce .product .qodef-out-of-stock-button {
  background-color: #0e0e0e;
}
/* line 214, scss/woocommerce.scss */
.qodef-woocommerce-page .product .qodef-out-of-stock-button-inner,
.qodef-woocommerce-page .product .qodef-onsale-inner,
.page-template-default .woocommerce .product .qodef-out-of-stock-button-inner,
.page-template-default .woocommerce .product .qodef-onsale-inner,
.page-template-full-width .woocommerce .product .qodef-out-of-stock-button-inner,
.page-template-full-width .woocommerce .product .qodef-onsale-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 224, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product {
  width: 24%;
  margin-right: 1.3333333%;
  margin-bottom: 36px;
}
/* line 229, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product:nth-child(4n) {
  margin-right: 0;
}
/* line 233, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product:nth-child(4n+1) {
  clear: both;
}
/* line 239, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 36px;
}
/* line 244, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n) {
  margin-right: 0;
}
/* line 248, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: both;
}
/* line 252, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(4n+1) {
  clear: none;
}

/* line 262, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 36px;
}
/* line 267, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product:nth-child(3n) {
  margin-right: 0;
}
/* line 271, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product:nth-child(3n+1) {
  clear: both;
}
/* line 277, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 36px;
}
/* line 282, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n) {
  margin-right: 0;
}
/* line 286, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n+1) {
  clear: both;
}
/* line 290, scss/woocommerce.scss */
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: none;
}

/* Woocommerce product list - end
========================================================================== */
/* Style for product list on default and full width page template - start
========================================================================== */
/* Without sidebar - start */
/* line 309, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page) .products ul,
.woocommerce:not(.qodef-woocommerce-page) .woocommerce ul.products,
.woocommerce-page:not(.qodef-woocommerce-page) .products ul,
.woocommerce-page:not(.qodef-woocommerce-page) .woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}
/* line 317, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page) .products ul li,
.woocommerce:not(.qodef-woocommerce-page) ul.products li,
.woocommerce-page:not(.qodef-woocommerce-page) .products ul li,
.woocommerce-page:not(.qodef-woocommerce-page) ul.products li {
  list-style: none;
}
/* line 322, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page) ul.products li.first,
.woocommerce-page:not(.qodef-woocommerce-page) ul.products li.first {
  clear: both;
}
/* line 326, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page) ul.products li.product,
.woocommerce-page:not(.qodef-woocommerce-page) ul.products li.product {
  float: left;
  margin: 0 2% 36px 0;
  padding: 0;
  position: relative;
  width: 23.5%;
}
/* line 334, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page) ul.products li.last,
.woocommerce-page:not(.qodef-woocommerce-page) ul.products li.last {
  margin-right: 0;
}
/* line 338, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page).columns-2 ul.products li.product,
.woocommerce-page:not(.qodef-woocommerce-page).columns-2 ul.products li.product {
  width: 49%;
}
/* line 342, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page).columns-3 ul.products li.product,
.woocommerce-page:not(.qodef-woocommerce-page).columns-3 ul.products li.product {
  width: 32%;
}
/* line 346, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page).columns-5 ul.products li.product,
.woocommerce-page:not(.qodef-woocommerce-page).columns-5 ul.products li.product {
  width: 18.4%;
}
/* line 350, scss/woocommerce.scss */
.woocommerce:not(.qodef-woocommerce-page).columns-6 ul.products li.product,
.woocommerce-page:not(.qodef-woocommerce-page).columns-6 ul.products li.product {
  width: 15%;
}

/* Without sidebar - end */
/* With sidebar - start */
/* line 364, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce ul.products li.first,
.qodef-two-columns-66-33 .woocommerce-page ul.products li.first,
.qodef-two-columns-75-25 .woocommerce ul.products li.first,
.qodef-two-columns-75-25 .woocommerce-page ul.products li.first {
  clear: none;
}
/* line 368, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce ul.products li.last,
.qodef-two-columns-66-33 .woocommerce-page ul.products li.last,
.qodef-two-columns-75-25 .woocommerce ul.products li.last,
.qodef-two-columns-75-25 .woocommerce-page ul.products li.last {
  margin-right: 2%;
}
/* line 372, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-2 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-66-33 .woocommerce-page.columns-2 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce.columns-2 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce-page.columns-2 ul.products li.product:nth-child(2n+2) {
  margin-right: 0;
}
/* line 376, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-3 ul.products li.product,
.qodef-two-columns-66-33 .woocommerce-page.columns-3 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce.columns-3 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce-page.columns-3 ul.products li.product {
  width: 49%;
}
/* line 380, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-3 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-66-33 .woocommerce-page.columns-3 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce.columns-3 ul.products li.product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce-page.columns-3 ul.products li.product:nth-child(2n+2) {
  margin-right: 0;
}
/* line 384, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-4 ul.products li.product,
.qodef-two-columns-66-33 .woocommerce-page.columns-4 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce.columns-4 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce-page.columns-4 ul.products li.product {
  width: 32%;
}
/* line 388, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-4 ul.products li.product:nth-child(3n+3),
.qodef-two-columns-66-33 .woocommerce-page.columns-4 ul.products li.product:nth-child(3n+3),
.qodef-two-columns-75-25 .woocommerce.columns-4 ul.products li.product:nth-child(3n+3),
.qodef-two-columns-75-25 .woocommerce-page.columns-4 ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}
/* line 392, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product,
.qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product {
  width: 23.5%;
}
/* line 396, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
.qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4) {
  margin-right: 0;
}
/* line 400, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product,
.qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product,
.qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product {
  width: 18.4%;
}
/* line 404, scss/woocommerce.scss */
.qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
.qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5),
.qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
.qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5) {
  margin-right: 0;
}

/* With sidebar - end */
@media only screen and (min-width: 1024px) {
  /* Five and six columns when page template is default - start */
  /* 4 columns max */
  /* line 421, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-5 ul.products li.first, .page-template-default .woocommerce.columns-6 ul.products li.first,
  .page-template-default .woocommerce-page.columns-5 ul.products li.first,
  .page-template-default .woocommerce-page.columns-6 ul.products li.first {
    clear: none;
  }
  /* line 426, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-5 ul.products li.last, .page-template-default .woocommerce.columns-6 ul.products li.last,
  .page-template-default .woocommerce-page.columns-5 ul.products li.last,
  .page-template-default .woocommerce-page.columns-6 ul.products li.last {
    margin-right: 2%;
  }
  /* line 431, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-5 ul.products li.product,
  .page-template-default .woocommerce-page.columns-5 ul.products li.product {
    width: 23.5%;
  }
  /* line 435, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-6 ul.products li.product,
  .page-template-default .woocommerce-page.columns-6 ul.products li.product {
    width: 23.5%;
  }
  /* line 439, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-default .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4) {
    margin-right: 0;
  }
  /* line 443, scss/woocommerce.scss */
  .page-template-default .woocommerce.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-default .woocommerce-page.columns-6 ul.products li.product:nth-child(4n+4) {
    margin-right: 0;
  }

  /* Five and six columns when page template is default - end */
  /* Five and six columns when page template is default or full width with sidebar - start */
  /* 3 columns max */
  /* line 461, scss/woocommerce.scss */
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product, .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product,
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product,
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product {
    width: 32%;
  }
  /* line 466, scss/woocommerce.scss */
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(4n+4) {
    margin-right: 2%;
  }
  /* line 469, scss/woocommerce.scss */
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(4n+4), .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(5n+5) {
    margin-right: 2%;
  }
  /* line 474, scss/woocommerce.scss */
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(3n+3), .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(12n+12), .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(15n+15), .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(3n+3), .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 ul.products li.product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 ul.products li.product:nth-child(12n+12) {
    margin-right: 0;
  }

  /* Five and six columns when page template is default or full width with sidebar - end */
}
/* Style for product list on default and full width page template - end
========================================================================== */
/* Woocommerce pagination - begin
========================================================================== */
/* line 494, scss/woocommerce.scss */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 30px;
}
/* line 501, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 508, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
  float: left;
}
/* line 516, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers li > span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 26px;
  margin: 0;
  background-color: #d4d4d4;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  box-sizing: content-box;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 544, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers li > a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
/* line 551, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers li span.current {
  background-color: #0e0e0e;
  color: #fff;
}
/* line 556, scss/woocommerce.scss */
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span.current:hover {
  background-color: #0e0e0e;
  color: #fff;
}

/* Woocommerce pagination - end
========================================================================== */
/* Woocommerce single product - begin
========================================================================== */
/* line 572, scss/woocommerce.scss */
.qodef-single-product-images-holder {
  margin: 0 10px;
  position: relative;
}

/* line 577, scss/woocommerce.scss */
.qodef-single-product-images {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  float: left;
  position: relative;
  margin-left: -10px;
  opacity: 0;
}
/* line 586, scss/woocommerce.scss */
.qodef-single-product-images a {
  display: inline-block;
  margin: 0 0 20px 0;
  max-width: 100%;
}
/* line 591, scss/woocommerce.scss */
.qodef-single-product-images a img {
  max-width: 100%;
}
/* line 596, scss/woocommerce.scss */
.qodef-single-product-images .qodef-single-product-slider.owl-carousel {
  position: absolute;
  line-height: 0;
}
/* line 600, scss/woocommerce.scss */
.qodef-single-product-images .qodef-single-product-slider.owl-carousel .owl-controls {
  display: none !important;
}
/* line 605, scss/woocommerce.scss */
.qodef-single-product-images .qodef-single-product-thumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 610, scss/woocommerce.scss */
.qodef-single-product-images .qodef-single-product-thumbs .qodef-thumbnail-holder {
  margin: 0 10px;
}
/* line 614, scss/woocommerce.scss */
.qodef-single-product-images .qodef-single-product-thumbs .owl-item {
  cursor: pointer;
}

/* line 620, scss/woocommerce.scss */
.qodef-single-product-summary {
  width: 49%;
  display: inline-block;
  float: left;
  /* Variable product start */
  /* Variable product end */
}
/* line 625, scss/woocommerce.scss */
.qodef-single-product-summary .qodef-single-product-title {
  margin: 1px 0 5px 0;
  font-size: 28px;
}
/* line 630, scss/woocommerce.scss */
.qodef-single-product-summary .price {
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  color: #565656;
  width: 100%;
  font-style: italic;
  font-family: Georgia, sans-serif;
}
/* line 641, scss/woocommerce.scss */
.qodef-single-product-summary .price ins {
  text-decoration: none;
}
/* line 646, scss/woocommerce.scss */
.qodef-single-product-summary .cart,
.qodef-single-product-summary .qodef-social-share-holder {
  margin-bottom: 33px;
}
/* line 651, scss/woocommerce.scss */
.qodef-single-product-summary .product_meta {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 600;
  color: #000000;
  margin: 30px 0 32px 0;
  text-transform: uppercase;
}
/* line 661, scss/woocommerce.scss */
.qodef-single-product-summary .product_meta > span > span,
.qodef-single-product-summary .product_meta > span > a {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  color: #868686;
  text-transform: capitalize;
}
/* line 670, scss/woocommerce.scss */
.qodef-single-product-summary .product_meta > span > a:hover {
  color: #ea9195;
}
/* line 674, scss/woocommerce.scss */
.qodef-single-product-summary .product_meta > span {
  display: block;
  margin-bottom: 4px;
}
/* line 679, scss/woocommerce.scss */
.qodef-single-product-summary .qodef-social-share-holder li {
  margin-right: 16px;
}
/* line 683, scss/woocommerce.scss */
.qodef-single-product-summary .qodef-social-share-holder li a {
  font-size: 16px;
  color: #000000;
}
/* line 688, scss/woocommerce.scss */
.qodef-single-product-summary .qodef-social-share-holder li a:hover {
  color: #ea9195;
}
/* line 692, scss/woocommerce.scss */
.qodef-single-product-summary .qodef-btn.qodef-btn-solid {
  border: 0;
}
/* line 698, scss/woocommerce.scss */
.qodef-single-product-summary table.variations {
  width: auto;
}
/* line 701, scss/woocommerce.scss */
.qodef-single-product-summary table.variations td {
  text-align: left;
  padding: 0;
  vertical-align: baseline;
}
/* line 707, scss/woocommerce.scss */
.qodef-single-product-summary table.variations td.label {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  letter-spacing: .8px;
  font-weight: 600;
  color: #000;
  margin: 30px 0 32px;
  text-transform: uppercase;
}
/* line 717, scss/woocommerce.scss */
.qodef-single-product-summary table.variations td.value {
  padding-bottom: 15px;
}
/* line 721, scss/woocommerce.scss */
.qodef-single-product-summary table.variations tr {
  border: 0;
}
/* line 725, scss/woocommerce.scss */
.qodef-single-product-summary table.variations select {
  font-size: 13px;
  line-height: 24px;
  height: 30px;
  font-family: "Raleway",sans-serif;
  border: 1px solid #d6d6d6;
  color: #868686;
  margin-left: 15px;
}
/* line 735, scss/woocommerce.scss */
.qodef-single-product-summary table.variations .reset_variations {
  display: none !important;
}
/* line 739, scss/woocommerce.scss */
.qodef-single-product-summary .single_variation_wrap {
  margin: 20px 0 40px;
}
/* line 742, scss/woocommerce.scss */
.qodef-single-product-summary .variations_button {
  display: inline-block;
}
/* line 746, scss/woocommerce.scss */
.qodef-single-product-summary .shop_attributes tr th {
  vertical-align: middle;
}

/* line 757, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-accordions {
  clear: both;
}
/* line 760, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-accordions .qodef-accordion-content h2 {
  display: none;
}
/* line 765, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-related-products {
  clear: both;
  padding-top: 31px;
}
/* line 769, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-related-products > h5 {
  margin: 0 0 22px;
  border-top: 1px solid #d7d7d7;
  padding-top: 22px;
}
/* line 777, scss/woocommerce.scss */
.qodef-woocommerce-page.single-product .out-of-stock {
  display: none;
}

/* line 786, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews {
  /**
   * Star ratings
   */
}
/* line 788, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-respond .comment-reply-title,
.qodef-woocommerce-page #reviews input[type='text'] {
  margin-bottom: 20px;
}
/* line 793, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating {
  margin-bottom: 13px;
}
/* line 797, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating label,
.qodef-woocommerce-page #reviews .comment-form-comment label {
  margin-bottom: 5px;
  display: inline-block;
}
/* line 803, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .stars {
  height: 16px;
}
/* line 807, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(img/star.png) repeat-x left 0;
}
/* line 814, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
/* line 825, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
/* line 829, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
/* line 833, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
/* line 837, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
/* line 841, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
/* line 845, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a:hover,
.qodef-woocommerce-page #reviews .comment-form-rating .stars span a:focus {
  background: url(img/star.png) repeat-x left -16px;
}
/* line 851, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .commentlist {
  list-style-type: none;
}
/* line 855, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .commentlist li {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
/* line 860, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment_container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* line 867, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment_container img {
  display: table-cell;
  width: 60px;
  height: 60px;
}
/* line 873, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .comment-text {
  display: table-cell;
  vertical-align: top;
  width: 85%;
  position: relative;
}
/* line 880, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .star-rating {
  position: absolute;
  left: 0;
}
/* line 888, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
}
/* line 897, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .star-rating:before {
  content: "\73\73\73\73\73";
  color: #ea9195;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 906, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
/* line 915, scss/woocommerce.scss */
.qodef-woocommerce-page #reviews .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  color: #ea9195;
  position: absolute;
  left: 0;
}

/* Woocommerce single product - end
========================================================================== */
/* Woocommerce quantity buttons - begin
========================================================================== */
/* line 932, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-quantity-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
/* line 937, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus,
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #0e0e0e;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 951, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-input {
  height: 45px;
  width: 45px;
  display: inline-block;
  padding: 0;
  border: none;
  background-color: #e6e6e6;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
/* line 966, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
  background-color: #ea9195;
}

/* Woocommerce quantity buttons - end
========================================================================== */
/* Woocommerce message - begin
========================================================================== */
/* line 981, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-message,
.qodef-woocommerce-page .woocommerce-info,
.qodef-woocommerce-page .woocommerce-error {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 8px 40px;
  background-color: #f6f6f5;
  line-height: 50px;
  color: #393939;
  font-size: 16px;
  font-weight: 300;
}
/* line 996, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-message a {
  float: right;
}

/* Woocommerce message - end
========================================================================== */
/* Woocommerce table - begin
========================================================================== */
/* line 1009, scss/woocommerce.scss */
.qodef-woocommerce-page table.cart tr:last-child {
  border: none;
}
/* line 1013, scss/woocommerce.scss */
.qodef-woocommerce-page table td {
  vertical-align: middle;
}
/* line 1017, scss/woocommerce.scss */
.qodef-woocommerce-page td.product-thumbnail img {
  width: 80px;
}
/* line 1021, scss/woocommerce.scss */
.qodef-woocommerce-page td.product-remove {
  border-right: 1px solid #e0dede;
  font-size: 30px;
  padding: 5px 18px;
}
/* line 1027, scss/woocommerce.scss */
.qodef-woocommerce-page td.actions {
  padding: 25px 0;
}
/* line 1030, scss/woocommerce.scss */
.qodef-woocommerce-page td.actions .coupon,
.qodef-woocommerce-page td.actions .qodef-cart-proceed-update {
  float: left;
  width: 50%;
  display: inline-block;
  text-align: left;
}
/* line 1037, scss/woocommerce.scss */
.qodef-woocommerce-page td.actions .coupon .qodef-btn,
.qodef-woocommerce-page td.actions .qodef-cart-proceed-update .qodef-btn {
  border: 0;
  margin: 5px 0;
}
/* line 1043, scss/woocommerce.scss */
.qodef-woocommerce-page td.actions .qodef-cart-proceed-update {
  text-align: right;
}
/* line 1050, scss/woocommerce.scss */
.qodef-woocommerce-page .coupon label {
  display: none;
}
/* line 1054, scss/woocommerce.scss */
.qodef-woocommerce-page .coupon input[type="text"] {
  width: 200px;
  margin: 5px 0;
  line-height: 28px;
  border-radius: 0;
}

/* Woocommerce table - end
========================================================================== */
/* Woocommerce shipping calculator - begin
========================================================================== */
/* line 1073, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-shipping-calculator {
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 1078, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-shipping-calculator .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
/* line 1085, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-shipping-calculator .form-row-last {
  margin-right: 0;
}
/* line 1089, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-shipping-calculator .form-row-wide {
  width: 100%;
}

/* Woocommerce shipping calculator - end
========================================================================== */
/* Woocommerce totals - begin
========================================================================== */
/* line 1106, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals {
  width: 30%;
  display: inline-block;
  float: right;
}
/* line 1111, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals table tr {
  border: none;
}
/* line 1115, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals table th {
  border: none;
}
/* line 1119, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals table td {
  text-align: left;
}
/* line 1124, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals #shipping_method {
  list-style: none;
}
/* line 1128, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-cart-totals .cross-sells > ul.products > li {
  width: 100% !Important;
  margin: 0 0 20px !important;
}

/* Woocommerce totals - end
========================================================================== */
/* Woocommerce checkout - begin
========================================================================== */
/* line 1146, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col2-set:before,
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}
/* line 1152, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
  clear: both;
}
/* line 1156, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1,
.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  float: left;
}
/* line 1163, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 h3,
.qodef-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin-bottom: 20px;
}
/* line 1167, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
/* line 1174, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}
/* line 1178, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}
/* line 1183, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row label,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row label {
  display: none;
}
/* line 1187, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.create-account label,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.create-account label {
  display: inline-block;
}
/* line 1192, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}
/* line 1197, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout h3 {
  margin-bottom: 20px;
}
/* line 1201, scss/woocommerce.scss */
.qodef-woocommerce-page .login p {
  margin-bottom: 20px;
  float: left;
}
/* line 1206, scss/woocommerce.scss */
.qodef-woocommerce-page .login .form-row {
  margin-bottom: 20px;
  width: 40%;
  float: left;
  margin-right: 1.845018450184502%;
}
/* line 1212, scss/woocommerce.scss */
.qodef-woocommerce-page .login .form-row label {
  display: block;
  margin-top: 20px;
}
/* line 1217, scss/woocommerce.scss */
.qodef-woocommerce-page .login .form-row a {
  margin-left: 15px;
}
/* line 1223, scss/woocommerce.scss */
.qodef-woocommerce-page .checkout_coupon {
  margin-bottom: 20px;
}
/* line 1227, scss/woocommerce.scss */
.qodef-woocommerce-page .checkout_coupon input[type="text"] {
  width: 200px;
}
/* line 1231, scss/woocommerce.scss */
.qodef-woocommerce-page .checkout_coupon p {
  display: inline-block;
  vertical-align: top;
}
/* line 1237, scss/woocommerce.scss */
.qodef-woocommerce-page .lost_reset_password {
  margin-bottom: 30px;
}
/* line 1245, scss/woocommerce.scss */
.qodef-woocommerce-page .checkout_coupon input[type='submit'],
.qodef-woocommerce-page .login .form-row input[type='submit'],
.qodef-woocommerce-page .lost_reset_password .form-row input[type='submit'] {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  padding: 0 35px;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background-color: #0e0e0e;
  color: #fff;
  border: 0;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 1269, scss/woocommerce.scss */
.qodef-woocommerce-page .checkout_coupon input[type='submit']:hover,
.qodef-woocommerce-page .login .form-row input[type='submit']:hover,
.qodef-woocommerce-page .lost_reset_password .form-row input[type='submit']:hover {
  color: #fff;
  background-color: #a9a9a9;
}
/* line 1278, scss/woocommerce.scss */
.qodef-woocommerce-page .lost_reset_password .form-row.form-row-first {
  margin: 20px 0;
}
/* line 1281, scss/woocommerce.scss */
.qodef-woocommerce-page .lost_reset_password .form-row.form-row-first label {
  vertical-align: middle;
  display: inline-block;
  line-height: 50px;
  padding-right: 15px;
}
/* line 1288, scss/woocommerce.scss */
.qodef-woocommerce-page .lost_reset_password .form-row.form-row-first input[type='text'] {
  width: 50%;
}
/* line 1296, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-review-order-table th,
.qodef-woocommerce-page .woocommerce-checkout-review-order-table td {
  text-align: left;
  padding: 10px 10px 10px 20px;
}
/* line 1302, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-review-order-table tfoot {
  border: 1px solid #e6e6e6;
}
/* line 1306, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-review-order-table .order-total {
  color: #ea9195;
}
/* line 1310, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-review-order-table #shipping_method {
  list-style: none;
}
/* line 1316, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-payment {
  margin: 40px 0;
}
/* line 1319, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-payment ul {
  list-style-type: none;
}
/* line 1323, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-payment li {
  margin: 20px 0;
}
/* line 1327, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-payment img {
  display: block;
}
/* line 1331, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-checkout-payment .qodef-btn {
  border: 0;
}

/* line 1340, scss/woocommerce.scss */
.woocommerce-edit-address input[type='submit'],
.woocommerce-edit-account input[type='submit'] {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  padding: 0 35px;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background-color: #0e0e0e;
  color: #fff;
  border: 0;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 15px 0 44px;
}
/* line 1365, scss/woocommerce.scss */
.woocommerce-edit-address input[type='submit']:hover,
.woocommerce-edit-account input[type='submit']:hover {
  color: #fff;
  background-color: #a9a9a9;
}

/* line 1374, scss/woocommerce.scss */
.woocommerce-checkout address,
.woocommerce-account address {
  margin: 0 0 44px;
}
/* line 1378, scss/woocommerce.scss */
.woocommerce-checkout h2, .woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
  margin: 25px 0;
}

/* line 1384, scss/woocommerce.scss */
.woocommerce-account .form-row {
  margin-bottom: 15px;
}
/* line 1388, scss/woocommerce.scss */
.woocommerce-account legend {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 700;
  font-family: Raleway,sans-serif;
}

/* line 1397, scss/woocommerce.scss */
.woocommerce-view-order mark {
  background-color: #ea9195;
  color: #fff;
  padding: 3px;
}

/* Woocommerce checkout - end
========================================================================== */
/* line 1408, scss/woocommerce.scss */
.qodef-woocommerce-page input[type="text"],
.qodef-woocommerce-page input[type="email"],
.qodef-woocommerce-page input[type="tel"],
.qodef-woocommerce-page input[type="password"],
.qodef-woocommerce-page textarea {
  width: 100%;
  padding: 10px 17px;
  outline: 0;
  resize: none;
  font-family: inherit;
  line-height: 27px;
  background-color: #f0f0f0;
  color: #868686;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  font-size: 13px;
}

/* Dropdown Shopping Cart */
/* line 1433, scss/woocommerce.scss */
.qodef-shopping-cart-outer {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 1438, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-inner {
  display: table;
  height: 100%;
  vertical-align: middle;
}
/* line 1444, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-header {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
/* line 1449, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0;
}
/* line 1454, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart i {
  color: #0e0e0e;
  font-size: 15px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
/* line 1459, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart:hover i {
  color: #ea9195;
}
/* line 1462, scss/woocommerce.scss */
.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-cart-label {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #0e0e0e;
}

/* line 1477, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown {
  background-color: #0e0e0e;
  box-sizing: border-box;
  left: auto;
  position: absolute;
  right: -1px;
  z-index: 1000;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 30px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: left;
  padding: 23px;
}
/* line 1496, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #333333;
  box-sizing: border-box;
  padding: 20px 0;
}
/* line 1501, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li a {
  display: block;
}
/* line 1503, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li a:hover {
  color: #ea9195;
}
/* line 1508, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li:first-child {
  padding-top: 0;
}
/* line 1511, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li .qodef-item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  width: 65px;
  line-height: 0;
}
/* line 1515, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li .qodef-item-image-holder .qodef-item-image-holder-inner {
  display: inline-block;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
/* line 1521, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown ul li .qodef-item-image-holder img {
  vertical-align: middle;
}
/* line 1525, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-left: 20px;
  text-align: left;
}
/* line 1530, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left {
  float: left;
}
/* line 1532, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1540, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left a:hover {
  color: #ea9195;
}
/* line 1543, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left span {
  display: block;
}
/* line 1546, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left span.qodef-quantity {
  color: #868686;
  font-size: 13px;
  font-family: Raleway, sans-serif;
  line-height: 24px;
}
/* line 1552, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left span.amount {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.6px;
  line-height: 21px;
  font-size: 12px;
}
/* line 1561, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-right {
  float: right;
  text-align: right;
}
/* line 1565, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-right .remove {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
/* line 1569, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-right .remove:hover {
  color: #ea9195;
}
/* line 1575, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown span.qodef-total span {
  color: #ea9195;
  font-weight: 600;
  padding: 0 0 0 2px;
  letter-spacing: 0;
}
/* line 1581, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-empty-cart {
  border: none;
  padding: 0;
  color: #fff;
}
/* line 1586, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-list a > img {
  display: block;
}
/* line 1589, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom {
  padding-top: 9px;
}
/* line 1591, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
/* line 1607, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart {
  background-color: #fff;
  color: #0e0e0e;
  margin-bottom: 10px;
}
/* line 1612, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart:hover {
  background-color: #ccc;
  color: #fff;
}
/* line 1617, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout {
  color: #fff;
  background-color: #ea9195;
}
/* line 1621, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout:hover {
  background-color: #ccc;
  color: #fff;
}
/* line 1626, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder {
  margin: 0 0 20px 0;
  color: #fff;
}
/* line 1631, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total {
  float: left;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 15px;
}
/* line 1638, scss/woocommerce.scss */
.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total-amount {
  float: right;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.6px;
  font-size: 12px;
}

/* line 1649, scss/woocommerce.scss */
.qodef-shopping-cart-outer:hover .qodef-shopping-cart-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 1658, scss/woocommerce.scss */
.qodef-top-bar .qodef-shopping-cart-outer {
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
}
/* line 1664, scss/woocommerce.scss */
.qodef-top-bar .qodef-shopping-cart-outer .qodef-shopping-cart-inner {
  display: block;
  height: 100%;
}
/* line 1668, scss/woocommerce.scss */
.qodef-top-bar .qodef-shopping-cart-outer .qodef-shopping-cart-header {
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  /* line 1675, scss/woocommerce.scss */
  .qodef-dark-header :not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart > i,
  .qodef-dark-header :not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart > span {
    color: #000000;
  }

  /* line 1680, scss/woocommerce.scss */
  .qodef-light-header :not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart > i,
  .qodef-light-header :not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart > span {
    color: #ffffff;
  }
}
/* line 1687, scss/woocommerce.scss */
.qodef-vertical-align-containers .qodef-shopping-cart-header {
  padding: 0 10px 0 0px;
}
/* line 1689, scss/woocommerce.scss */
.qodef-vertical-align-containers .qodef-shopping-cart-header i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* line 1697, scss/woocommerce.scss */
.qodef-vertical-menu-area .qodef-shopping-cart-dropdown {
  right: auto;
}

/* ==========================================================================
# Woocommerce style - end
========================================================================== */
/* ==========================================================================
# Select 2 - begin
========================================================================== */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 1713, scss/woocommerce.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 1720, scss/woocommerce.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 1734, scss/woocommerce.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 1765, scss/woocommerce.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 1769, scss/woocommerce.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 1781, scss/woocommerce.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 1785, scss/woocommerce.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 1797, scss/woocommerce.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 1802, scss/woocommerce.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}

/* line 1818, scss/woocommerce.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 1822, scss/woocommerce.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 1827, scss/woocommerce.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1845, scss/woocommerce.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 1863, scss/woocommerce.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 1874, scss/woocommerce.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 1879, scss/woocommerce.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 1883, scss/woocommerce.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 1888, scss/woocommerce.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 1909, scss/woocommerce.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 1918, scss/woocommerce.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1924, scss/woocommerce.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 1928, scss/woocommerce.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 1941, scss/woocommerce.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1959, scss/woocommerce.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}

/* line 1965, scss/woocommerce.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 1974, scss/woocommerce.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 1990, scss/woocommerce.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 2002, scss/woocommerce.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 2007, scss/woocommerce.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 2011, scss/woocommerce.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 2015, scss/woocommerce.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 2019, scss/woocommerce.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 2031, scss/woocommerce.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 2041, scss/woocommerce.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 2046, scss/woocommerce.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 2051, scss/woocommerce.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 2057, scss/woocommerce.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 2061, scss/woocommerce.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2075, scss/woocommerce.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 2076, scss/woocommerce.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 2077, scss/woocommerce.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 2078, scss/woocommerce.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 2079, scss/woocommerce.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 2080, scss/woocommerce.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 2081, scss/woocommerce.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 2083, scss/woocommerce.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 2088, scss/woocommerce.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 2093, scss/woocommerce.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 2097, scss/woocommerce.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 2102, scss/woocommerce.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 2114, scss/woocommerce.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 2120, scss/woocommerce.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 2126, scss/woocommerce.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 2130, scss/woocommerce.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

/* line 2134, scss/woocommerce.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 2138, scss/woocommerce.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 2145, scss/woocommerce.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 2152, scss/woocommerce.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 2158, scss/woocommerce.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 2165, scss/woocommerce.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 2183, scss/woocommerce.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 2187, scss/woocommerce.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 2191, scss/woocommerce.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 2195, scss/woocommerce.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 2202, scss/woocommerce.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 2206, scss/woocommerce.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 2210, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 2216, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 2230, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

/* line 2234, scss/woocommerce.scss */
.select2-default {
  color: #999 !important;
}

/* line 2238, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 2268, scss/woocommerce.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 2273, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 2276, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 2280, scss/woocommerce.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}

/* line 2291, scss/woocommerce.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 2296, scss/woocommerce.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 2300, scss/woocommerce.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 2305, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 2308, scss/woocommerce.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 2313, scss/woocommerce.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 2320, scss/woocommerce.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 2327, scss/woocommerce.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 2333, scss/woocommerce.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 2338, scss/woocommerce.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 2352, scss/woocommerce.scss */
.select2-display-none {
  display: none;
}

/* line 2356, scss/woocommerce.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 2368, scss/woocommerce.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  /* line 2377, scss/woocommerce.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Woocommerce Select2 override - begin
========================================================================== */
/* line 2387, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-container .select2-choice {
  height: 40px;
  padding-left: 17px;
  border: 0;
  line-height: 40px;
  color: #7f8385;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
/* line 2400, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-container .select2-choice .select2-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  border-radius: 0;
  background: transparent;
  background-image: none;
}
/* line 2412, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-container .select2-choice .select2-arrow b:after {
  color: #ea9195;
  content: '\f107';
  font-family: 'FontAwesome',serif;
  font-size: 14px;
  height: 100%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: auto;
  width: 100%;
  margin: 0;
  border: none;
}
/* line 2428, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-container-active .select2-choice,
.qodef-woocommerce-page .select2-container-active .select2-choices {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2436, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-drop-active {
  border: 0;
}
/* line 2440, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-drop {
  background-color: #f6f6f5;
  color: #7f8385;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2449, scss/woocommerce.scss */
.qodef-woocommerce-page .woocommerce-ordering .orderby {
  float: right;
  width: 200px;
  border: 2px solid #e1e1e1;
}
/* line 2456, scss/woocommerce.scss */
.qodef-woocommerce-page .qodef-shipping-calculator .country_to_state {
  width: 100%;
}
/* line 2460, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-search input {
  background-image: none;
  position: relative;
}
/* line 2465, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-search {
  background-color: #fff;
  padding: 0;
}
/* line 2470, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-search input {
  background-image: none;
  position: relative;
}
/* line 2476, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-results {
  background-color: #fff;
  margin: 0;
  text-align: right;
  border: 2px solid #e1e1e1;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  box-sizing: border-box;
  border-top: 0;
}
/* line 2488, scss/woocommerce.scss */
.qodef-woocommerce-page .select2-results li {
  padding-right: 9px;
}

/* Woocommerce Select2 override - end
========================================================================== */
/* ==========================================================================
# Select 2 - end
========================================================================== */
/* Woocommerce price filter - start */
/* line 2503, scss/woocommerce.scss */
.widget_price_filter {
  text-align: left;
}
/* line 2507, scss/woocommerce.scss */
.widget_price_filter form {
  margin-top: -14px;
}
/* line 2511, scss/woocommerce.scss */
.widget_price_filter .price_slider {
  background-color: #EDEDED;
  position: relative;
  text-align: left;
  margin: 28px 0 0;
  height: 6px;
  border: 0;
  border-radius: 0;
}
/* line 2521, scss/woocommerce.scss */
.widget_price_filter .ui-slider-range {
  background-color: #AAAAAA;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  top: 0;
  height: 6px;
}
/* line 2532, scss/woocommerce.scss */
.widget_price_filter .ui-slider-handle {
  background-color: #0e0e0e;
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  cursor: pointer;
  outline: 0;
  top: -2px;
  border-radius: 10px;
  margin-left: 0;
  border: 0;
}
/* line 2546, scss/woocommerce.scss */
.widget_price_filter .ui-slider-handle:last-child {
  margin-left: -0.6em;
}
/* line 2550, scss/woocommerce.scss */
.widget_price_filter .price_slider_amount {
  margin-top: 25px;
}
/* line 2554, scss/woocommerce.scss */
.widget_price_filter .price_slider_amount .button {
  float: right;
  background-color: #0e0e0e;
  border: 0;
  color: #fff;
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  padding: 0 36px;
  font-size: 12px;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  cursor: pointer;
}
/* line 2579, scss/woocommerce.scss */
.widget_price_filter .price_slider_amount .button:hover {
  background-color: #ccc;
  color: #fff;
}
/* line 2584, scss/woocommerce.scss */
.widget_price_filter .price_label {
  float: left;
  line-height: 34px;
}

/* Woocommerce price filter - end */
/* Woocommerce recently viewed products - start*/
/* line 2594, scss/woocommerce.scss */
.widget_recently_viewed_products,
.widget_products {
  text-align: left;
}
/* line 2599, scss/woocommerce.scss */
.widget_recently_viewed_products .product_list_widget li,
.widget_products .product_list_widget li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 2605, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-image-wrapper,
.widget_products .qodef-product-list-widget-image-wrapper {
  display: table-cell;
  width: 27%;
  line-height: 0;
  vertical-align: top;
  height: 100%;
}
/* line 2612, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-image-wrapper a,
.widget_products .qodef-product-list-widget-image-wrapper a {
  display: inline-block;
  width: 100%;
}
/* line 2618, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper,
.widget_products .qodef-product-list-widget-info-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-top: 3px;
}
/* line 2625, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper a,
.widget_products .qodef-product-list-widget-info-wrapper a {
  display: block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #000000;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
/* line 2635, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper a:hover,
.widget_products .qodef-product-list-widget-info-wrapper a:hover {
  color: #ea9195;
}
/* line 2639, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper .qodef-product-list-widget-price-wrapper,
.widget_products .qodef-product-list-widget-info-wrapper .qodef-product-list-widget-price-wrapper {
  line-height: 18px;
}
/* line 2643, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper .amount,
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper del,
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper ins,
.widget_products .qodef-product-list-widget-info-wrapper .amount,
.widget_products .qodef-product-list-widget-info-wrapper del,
.widget_products .qodef-product-list-widget-info-wrapper ins {
  font-family: Georgia, sans-serif;
  font-size: 12px;
  font-style: italic;
}
/* line 2650, scss/woocommerce.scss */
.widget_recently_viewed_products .qodef-product-list-widget-info-wrapper ins,
.widget_products .qodef-product-list-widget-info-wrapper ins {
  text-decoration: none;
}

/* line 2656, scss/woocommerce.scss */
.widget_product_categories {
  text-align: left;
}

/* line 2661, scss/woocommerce.scss */
aside.qodef-sidebar .widget.widget_product_categories {
  padding-top: 26px;
  margin-bottom: 22px;
}
/* line 2665, scss/woocommerce.scss */
aside.qodef-sidebar .widget.widget_product_categories h4 {
  margin-bottom: 16px;
}
/* line 2670, scss/woocommerce.scss */
aside.qodef-sidebar .widget.widget_price_filter {
  padding-top: 30px;
  margin-bottom: 30px;
}
/* line 2674, scss/woocommerce.scss */
aside.qodef-sidebar .widget.widget_price_filter h4 {
  margin-bottom: 10px;
}
/* line 2679, scss/woocommerce.scss */
aside.qodef-sidebar .widget.widget_recently_viewed_products, aside.qodef-sidebar .widget.widget_products {
  padding-top: 27px;
}

/* Woocommerce recently viewed products - end*/
/* line 2687, scss/woocommerce.scss */
.woocommerce .return-to-shop a {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 700;
  padding: 0 45px;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: 2px;
  background-color: #0e0e0e;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

/* line 2710, scss/woocommerce.scss */
.woocommerce .return-to-shop a:hover {
  background-color: #ccc !important;
}

/* line 2714, scss/woocommerce.scss */
.woocommerce-password-strength {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 40px;
  color: #fff;
  max-width: 160px;
}
/* line 2722, scss/woocommerce.scss */
.woocommerce-password-strength.short {
  background-color: #ff5353;
}
/* line 2725, scss/woocommerce.scss */
.woocommerce-password-strength.bad {
  background-color: #fad054;
}
/* line 2728, scss/woocommerce.scss */
.woocommerce-password-strength.good {
  background-color: #93c9f4;
}
/* line 2731, scss/woocommerce.scss */
.woocommerce-password-strength.strong {
  background-color: #0EBD0E;
}

/* Woocommerce 2.6 My Account Page */
/* line 2740, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2751, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 30px 0 0;
}
/* line 2755, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e1e1e1;
}
/* line 2761, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
/* line 2766, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ea9195;
}
/* line 2770, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  color: #0e0e0e;
}
/* line 2774, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ea9195;
}
/* line 2782, scss/woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 0 0 0 30px;
}
/* line 2789, scss/woocommerce.scss */
.woocommerce-account .woocommerce h2 {
  margin-bottom: 15px;
}
/* line 2793, scss/woocommerce.scss */
.woocommerce-account .woocommerce .col2-set {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 2793, scss/woocommerce.scss */
  .woocommerce-account .woocommerce .col2-set {
    width: 100%;
    float: none;
  }
}
/* line 2805, scss/woocommerce.scss */
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 2805, scss/woocommerce.scss */
  .woocommerce-account .woocommerce .col2-set .col-1,
  .woocommerce-account .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}
/* line 2823, scss/woocommerce.scss */
.woocommerce-account .woocommerce input[type=text],
.woocommerce-account .woocommerce input[type=email],
.woocommerce-account .woocommerce input[type=tel],
.woocommerce-account .woocommerce textarea {
  width: 100%;
  outline: 0;
  font-family: #0e0e0e;
  font-size: 12px;
  color: #999999;
  font-weight: 600;
  border: 1px solid #eaeaea;
  background-color: #fbfbfc;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform border-color 0.2s ease-out;
  transition: transform border-color 0.2s ease-out;
  resize: none;
}
/* line 2841, scss/woocommerce.scss */
.woocommerce-account .woocommerce input[type=text]:focus,
.woocommerce-account .woocommerce input[type=email]:focus,
.woocommerce-account .woocommerce input[type=tel]:focus,
.woocommerce-account .woocommerce textarea:focus {
  border-color: #ea9195;
}
/* line 2850, scss/woocommerce.scss */
.woocommerce-account .qodef-comment-holder {
  clear: both;
}

/* Woocommerce 2.6 My Account Page end */

/*# sourceMappingURL=woocommerce.css.map */
