/* ==========================================================================
# 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
========================================================================== */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.qodef-woocommerce-page .woocommerce-result-count,
.qodef-woocommerce-page .woocommerce-ordering {
  width: 50%;
  height: 41px;
  margin: 0 0 27px 0;
  display: inline;
  float: left;
}

.woocommerce .woocommerce-result-count,
.qodef-woocommerce-page .woocommerce-result-count {
  line-height: 41px;
  font-size: 14px;
}

.woocommerce .full_width .woocommerce-result-count,
.qodef-woocommerce-page .full_width .woocommerce-result-count {
  position: relative;
  left: 45px;
}

.woocommerce .full_width .woocommerce-ordering,
.qodef-woocommerce-page .full_width .woocommerce-ordering {
  position: relative;
  right: 45px;
}

.woocommerce .products,
.qodef-woocommerce-page .products {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.woocommerce .products .product,
.qodef-woocommerce-page .products .product {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .products .product .qodef-product-image-holder,
.qodef-woocommerce-page .products .product .qodef-product-image-holder {
  position: relative;
  overflow: hidden;
}

.woocommerce .products .product .qodef-product-image-holder > a,
.qodef-woocommerce-page .products .product .qodef-product-image-holder > a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 0;
}

.woocommerce .products .product .qodef-product-image-holder > a span,
.qodef-woocommerce-page .products .product .qodef-product-image-holder > a span {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce .products .product .qodef-product-image-holder .qodef-hover-image,
.qodef-woocommerce-page .products .product .qodef-product-image-holder .qodef-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.woocommerce .products .product .qodef-product-button-holder,
.qodef-woocommerce-page .products .product .qodef-product-button-holder {
  line-height: 0;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: height 0.15s ease-out;
  -moz-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

.woocommerce .products .product .qodef-btn,
.woocommerce .products .product .added_to_cart,
.qodef-woocommerce-page .products .product .qodef-btn,
.qodef-woocommerce-page .products .product .added_to_cart {
  width: 100%;
  position: absolute;
  bottom: -59px;
  -webkit-transition: bottom 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: bottom 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: bottom 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

.woocommerce .products .product .qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover,
.woocommerce .products .product .added_to_cart.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover,
.qodef-woocommerce-page .products .product .qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover,
.qodef-woocommerce-page .products .product .added_to_cart.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover {
  background-color: #53575c !important;
  color: #fff !important;
}

.woocommerce .products .product:hover .qodef-btn,
.woocommerce .products .product:hover .added_to_cart,
.qodef-woocommerce-page .products .product:hover .qodef-btn,
.qodef-woocommerce-page .products .product:hover .added_to_cart {
  bottom: 0;
}

.woocommerce .products .product:hover .qodef-product-image-holder > a span,
.qodef-woocommerce-page .products .product:hover .qodef-product-image-holder > a span {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce .products .product:hover .qodef-product-image-holder > a span.qodef-hover-image,
.qodef-woocommerce-page .products .product:hover .qodef-product-image-holder > a span.qodef-hover-image {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.woocommerce .products .product .qodef-product-info-top,
.qodef-woocommerce-page .products .product .qodef-product-info-top {
  margin-top: 22px;
  position: relative;
  text-align: center;
}

.woocommerce .products .product .qodef-product-info-top .price,
.qodef-woocommerce-page .products .product .qodef-product-info-top .price {
  display: block;
  font-size: 15px;
  line-height: 32px;
  color: #c3c3c3;
}

.woocommerce .products .product .qodef-product-info-top .qodef-product-list-product-title,
.qodef-woocommerce-page .products .product .qodef-product-info-top .qodef-product-list-product-title {
  font-size: 18px;
}

.woocommerce .products .product .qodef-product-list-categories,
.qodef-woocommerce-page .products .product .qodef-product-list-categories {
  line-height: 17px;
}

.woocommerce .products .product .qodef-product-list-categories a,
.qodef-woocommerce-page .products .product .qodef-product-list-categories a {
  color: #888787;
  font-size: 12px;
}

.woocommerce .products .product .qodef-product-list-categories a:hover,
.qodef-woocommerce-page .products .product .qodef-product-list-categories a:hover {
  color: #282d33;
}

.woocommerce .product,
.qodef-woocommerce-page .product {
  position: relative;
  float: left;
  text-align: left;
  border-style: solid;
  border-color: #e1e2e5;
}

.woocommerce .product img,
.qodef-woocommerce-page .product img {
  display: block;
  width: 100%;
}

.woocommerce .product .price,
.qodef-woocommerce-page .product .price {
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  color: #23303a;
  width: 100%;
}

.woocommerce .product .qodef-onsale,
.woocommerce .product .qodef-out-of-stock-button,
.qodef-woocommerce-page .product .qodef-onsale,
.qodef-woocommerce-page .product .qodef-out-of-stock-button {
  position: absolute;
  display: table;
  top: 28px;
  right: -35px;
  width: 150px;
  height: 28px;
  z-index: 100;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  background-color: #282d33;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.2px;
  font-weight: 600;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce .product .qodef-out-of-stock-button,
.qodef-woocommerce-page .product .qodef-out-of-stock-button {
  background-color: #282d33;
  font-size: 11px;
}

.woocommerce .product .qodef-onsale-inner,
.woocommerce .product .qodef-out-of-stock-button-inner,
.qodef-woocommerce-page .product .qodef-onsale-inner,
.qodef-woocommerce-page .product .qodef-out-of-stock-button-inner {
  display: table-cell;
  vertical-align: middle;
}

.woocommerce .product .qodef-out-of-stock-button-inner,
.qodef-woocommerce-page .product .qodef-out-of-stock-button-inner {
  padding-top: 2px;
}

.woocommerce .product .star-rating,
.qodef-woocommerce-page .product .star-rating {
  overflow: hidden;
  position: relative;
  height: 12px;
  line-height: 1em;
  font-size: 12px;
  width: 6.5em;
  letter-spacing: 0.3em;
  font-family: 'ElegantIcons';
  color: #ececec;
  display: inline-block;
}

.woocommerce .product .star-rating:before,
.qodef-woocommerce-page .product .star-rating:before {
  content: "\e033\e033\e033\e033\e033";
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .product .star-rating span,
.qodef-woocommerce-page .product .star-rating span {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
}

.woocommerce .product .star-rating span:before,
.qodef-woocommerce-page .product .star-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  position: absolute;
  top: 0;
  left: 0;
  color: #bbbbbb;
}

.woocommerce .add_to_cart_button,
.qodef-woocommerce-page .add_to_cart_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

.woocommerce .add_to_cart_button.added,
.qodef-woocommerce-page .add_to_cart_button.added {
  display: none;
}

.woocommerce .added_to_cart,
.qodef-woocommerce-page .added_to_cart {
  text-align: center;
  display: inline-block;
  position: relative;
  outline: none;
  font-family: 'Catamaran', sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 50px;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 1px;
  -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;
  background-color: #282d33;
  border: 2px solid #282d33;
  color: #fff;
}

.woocommerce .added_to_cart:hover,
.qodef-woocommerce-page .added_to_cart:hover {
  background-color: #53575c !important;
  border-color: #53575c !important;
  color: #fff !important;
}

.woocommerce.columns-4 .products .first,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .first {
  clear: none;
}

.woocommerce.columns-4 .products .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 6%;
}

.woocommerce.columns-4 .products .product:nth-child(4n),
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product:nth-child(4n) {
  margin-right: 0;
}

.woocommerce.columns-4 .products .product:nth-child(4n+1),
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product:nth-child(4n+1) {
  clear: both;
}

.woocommerce.columns-4 .qodef-woocommerce-with-sidebar .products .first,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .first {
  clear: none;
}

.woocommerce.columns-4 .qodef-woocommerce-with-sidebar .products .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 6%;
}

.woocommerce.columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n),
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n) {
  margin-right: 0;
}

.woocommerce.columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: both;
}

.woocommerce.columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(4n+1),
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product:nth-child(4n+1) {
  clear: none;
}

.woocommerce.columns-3 .products .first,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .first {
  clear: none;
}

.woocommerce.columns-3 .products .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 6%;
}

.woocommerce.columns-3 .products .product:nth-child(3n),
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product:nth-child(3n) {
  margin-right: 0;
}

.woocommerce.columns-3 .products .product:nth-child(3n+1),
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product:nth-child(3n+1) {
  clear: both;
}

.woocommerce.columns-3 .qodef-woocommerce-with-sidebar .products .first,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .first {
  clear: none;
}

.woocommerce.columns-3 .qodef-woocommerce-with-sidebar .products .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 6%;
}

.woocommerce.columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n),
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n) {
  margin-right: 0;
}

.woocommerce.columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n+1),
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(2n+1) {
  clear: both;
}

.woocommerce.columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.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 */
.woocommerce .products ul,
.woocommerce .products,
.woocommerce-page .products ul,
.woocommerce-page .products {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.woocommerce .products ul .first,
.woocommerce .products .first,
.woocommerce-page .products ul .first,
.woocommerce-page .products .first {
  clear: both;
}

.woocommerce .products ul .product,
.woocommerce .products .product,
.woocommerce-page .products ul .product,
.woocommerce-page .products .product {
  float: left;
  margin: 0 2% 2% 0;
  padding: 0;
  position: relative;
  width: 23.5%;
}

.woocommerce .products ul .last,
.woocommerce .products .last,
.woocommerce-page .products ul .last,
.woocommerce-page .products .last {
  margin-right: 0;
}

.woocommerce.columns-2 .products .product,
.woocommerce-page.columns-2 .products .product {
  width: 49%;
}

.woocommerce.columns-3 .products .product,
.woocommerce-page.columns-3 .products .product {
  width: 32%;
}

.woocommerce.columns-4 .products .product,
.woocommerce-page.columns-4 .products .product {
  width: 23.5%;
}

.woocommerce.columns-5 .products .product,
.woocommerce-page.columns-5 .products .product {
  width: 18.4%;
}

.woocommerce.columns-6 .products .product,
.woocommerce-page.columns-6 .products .product {
  width: 15%;
}

/* Without sidebar - end */
/* With sidebar - start */
.qodef-two-columns-66-33 .woocommerce .products .first,
.qodef-two-columns-66-33 .woocommerce-page .products .first,
.qodef-two-columns-75-25 .woocommerce .products .first,
.qodef-two-columns-75-25 .woocommerce-page .products .first {
  clear: none;
}

.qodef-two-columns-66-33 .woocommerce .products .last,
.qodef-two-columns-66-33 .woocommerce-page .products .last,
.qodef-two-columns-75-25 .woocommerce .products .last,
.qodef-two-columns-75-25 .woocommerce-page .products .last {
  margin-right: 2%;
}

.qodef-two-columns-66-33 .woocommerce.columns-2 .products .product:nth-child(2n+2),
.qodef-two-columns-66-33 .woocommerce-page.columns-2 .products .product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce.columns-2 .products .product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce-page.columns-2 .products .product:nth-child(2n+2) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-3 .products .product,
.qodef-two-columns-66-33 .woocommerce-page.columns-3 .products .product,
.qodef-two-columns-75-25 .woocommerce.columns-3 .products .product,
.qodef-two-columns-75-25 .woocommerce-page.columns-3 .products .product {
  width: 49%;
}

.qodef-two-columns-66-33 .woocommerce.columns-3 .products .product:nth-child(3n),
.qodef-two-columns-66-33 .woocommerce-page.columns-3 .products .product:nth-child(3n),
.qodef-two-columns-75-25 .woocommerce.columns-3 .products .product:nth-child(3n),
.qodef-two-columns-75-25 .woocommerce-page.columns-3 .products .product:nth-child(3n) {
  margin-right: 2%;
}

.qodef-two-columns-66-33 .woocommerce.columns-3 .products .product:nth-child(6n+6),
.qodef-two-columns-66-33 .woocommerce-page.columns-3 .products .product:nth-child(6n+6),
.qodef-two-columns-75-25 .woocommerce.columns-3 .products .product:nth-child(6n+6),
.qodef-two-columns-75-25 .woocommerce-page.columns-3 .products .product:nth-child(6n+6) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-3 .products .product:nth-child(2n+2),
.qodef-two-columns-66-33 .woocommerce-page.columns-3 .products .product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce.columns-3 .products .product:nth-child(2n+2),
.qodef-two-columns-75-25 .woocommerce-page.columns-3 .products .product:nth-child(2n+2) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-4 .products .product,
.qodef-two-columns-66-33 .woocommerce-page.columns-4 .products .product,
.qodef-two-columns-75-25 .woocommerce.columns-4 .products .product,
.qodef-two-columns-75-25 .woocommerce-page.columns-4 .products .product {
  width: 32%;
}

.qodef-two-columns-66-33 .woocommerce.columns-4 .products .product:nth-child(4n+4),
.qodef-two-columns-66-33 .woocommerce-page.columns-4 .products .product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce.columns-4 .products .product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce-page.columns-4 .products .product:nth-child(4n+4) {
  margin-right: 2%;
}

.qodef-two-columns-66-33 .woocommerce.columns-4 .products .product:nth-child(3n+3),
.qodef-two-columns-66-33 .woocommerce-page.columns-4 .products .product:nth-child(3n+3),
.qodef-two-columns-75-25 .woocommerce.columns-4 .products .product:nth-child(3n+3),
.qodef-two-columns-75-25 .woocommerce-page.columns-4 .products .product:nth-child(3n+3) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-4 .products .product:nth-child(12n+12),
.qodef-two-columns-66-33 .woocommerce-page.columns-4 .products .product:nth-child(12n+12),
.qodef-two-columns-75-25 .woocommerce.columns-4 .products .product:nth-child(12n+12),
.qodef-two-columns-75-25 .woocommerce-page.columns-4 .products .product:nth-child(12n+12) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-5 .products .product,
.qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product,
.qodef-two-columns-75-25 .woocommerce.columns-5 .products .product,
.qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product {
  width: 23.5%;
}

.qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(4n+4),
.qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(4n+4),
.qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(4n+4) {
  margin-right: 0;
}

.qodef-two-columns-66-33 .woocommerce.columns-6 .products .product,
.qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product,
.qodef-two-columns-75-25 .woocommerce.columns-6 .products .product,
.qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product {
  width: 18.4%;
}

.qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(5n+5),
.qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(5n+5),
.qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(5n+5),
.qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .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 */
  .page-template-default .woocommerce.columns-5 .products .first,
  .page-template-default .woocommerce.columns-6 .products .first,
  .page-template-default .woocommerce-page.columns-5 .products .first,
  .page-template-default .woocommerce-page.columns-6 .products .first {
    clear: none;
  }
  .page-template-default .woocommerce.columns-5 .products .last,
  .page-template-default .woocommerce.columns-6 .products .last,
  .page-template-default .woocommerce-page.columns-5 .products .last,
  .page-template-default .woocommerce-page.columns-6 .products .last {
    margin-right: 2%;
  }
  .page-template-default .woocommerce.columns-6 .products .product,
  .page-template-default .woocommerce.columns-5 .products .product,
  .page-template-default .woocommerce-page.columns-6 .products .product,
  .page-template-default .woocommerce-page.columns-5 .products .product {
    width: 23.5%;
  }
  .page-template-default .woocommerce.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .woocommerce.columns-5 .products .product:nth-child(4n+4),
  .page-template-default .woocommerce-page.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .woocommerce-page.columns-5 .products .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 */
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product,
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product,
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product,
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product,
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product,
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product,
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product {
    width: 32%;
  }
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(4n+4) {
    margin-right: 2%;
  }
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(5n+5),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(4n+4),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(5n+5),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(4n+4),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(5n+5) {
    margin-right: 2%;
  }
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(15n+15),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-6 .products .product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-6 .products .product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-6 .products .product:nth-child(15n+15),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-6 .products .product:nth-child(15n+15) {
    margin-right: 0;
  }
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(12n+12),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(3n+3),
  .page-template-default .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce.columns-5 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-66-33 .woocommerce-page.columns-5 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce.columns-5 .products .product:nth-child(12n+12),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .product:nth-child(3n+3),
  .page-template-full-width .qodef-two-columns-75-25 .woocommerce-page.columns-5 .products .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
========================================================================== */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: -4px 0 65px;
}

.woocommerce-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  float: left;
}

.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers li > span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  color: #282d33;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-shadow: none;
  -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-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce-pagination .page-numbers li a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 32px;
}

.woocommerce-pagination .page-numbers li span.current {
  color: #fff;
  background-color: #282d33;
}

.woocommerce-pagination .page-numbers li a:hover {
  background-color: #282d33;
  color: #fff;
}

/* Woocommerce pagination - end
========================================================================== */
/* Woocommerce single product - begin
========================================================================== */
.qodef-single-product-images {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
}

.qodef-single-product-images a {
  display: inline-block;
}

.qodef-single-product-images .thumbnails a {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.qodef-single-product-images .thumbnails a:nth-child(3n) {
  margin-right: 0;
}

.qodef-single-product-summary {
  width: 49%;
  display: inline-block;
  float: left;
  position: relative;
}

.qodef-single-product-summary .entry-summary .qodef-single-product-title {
  margin-bottom: 5px;
  padding-right: 110px;
  margin-top: -9px;
}

.qodef-single-product-summary .entry-summary .woocommerce-product-rating {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
}

.qodef-single-product-summary .entry-summary .woocommerce-product-rating .star-rating {
  height: 15px;
  font-size: 15px;
}

.qodef-single-product-summary .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

.qodef-single-product-summary .entry-summary .price {
  font-size: 21px;
  color: #7f7f7f;
  margin: 0 0 26px;
}

.qodef-single-product-summary .entry-summary .qodef-quantity-buttons {
  margin-right: 30px;
}

.qodef-single-product-summary .entry-summary .cart {
  margin: 45px 0;
}

.qodef-single-product-summary .entry-summary .product_meta > span {
  display: block;
  font-size: 16px;
  color: #282d33;
  font-weight: 600;
}

.qodef-single-product-summary .entry-summary .product_meta > span span,
.qodef-single-product-summary .entry-summary .product_meta > span a {
  font-size: 15px;
  color: #898989;
  font-weight: 400;
}

.qodef-single-product-summary .entry-summary .qodef-woocommerce-single-share {
  margin-bottom: 43px;
}

.qodef-single-product-summary .entry-summary .qodef-woocommerce-single-share .qodef-woocommerce-single-share-label {
  color: #282d33;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-right: 8px;
}

.qodef-single-product-summary .entry-summary .qodef-woocommerce-single-share .qodef-social-share-holder {
  display: inline-block;
}

.qodef-single-product-summary .entry-summary .qodef-woocommerce-single-share .qodef-social-share-holder a {
  color: #d0cfcf;
}

.qodef-single-product-summary .entry-summary .qodef-woocommerce-single-share .qodef-social-share-holder a:hover {
  color: #282d33;
}

.qodef-single-product-summary .entry-summary .product_meta {
  margin: 24px 0 9px;
}

.qodef-single-product-summary .entry-summary .qodef-tab-container h2 {
  display: none;
}

.qodef-single-product-summary .group_table {
  margin-bottom: 40px;
}

.qodef-single-product-summary .group_table tr {
  border: 0;
}

.qodef-single-product-summary .group_table td {
  padding: 0;
}

.qodef-single-product-summary .group_table td:first-child {
  text-align: left;
  padding-bottom: 15px;
  width: 130px;
  padding-right: 10px;
}

.qodef-single-product-summary .group_table td:first-child .qodef-quantity-buttons {
  margin-right: 0;
}

.qodef-single-product-summary .group_table td.label {
  text-align: left;
}

.qodef-single-product-summary .group_table td.label a {
  color: #282d33;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.qodef-single-product-summary .group_table td.price {
  text-align: left;
  margin: 0;
  width: 100px;
}

.qodef-single-product-summary .group_table td.price .amount {
  font-size: 16px;
  font-weight: 600;
}

.qodef-single-product-summary .variations tr {
  border: 0;
}

.qodef-single-product-summary .variations td {
  text-align: left;
  padding: 0;
  vertical-align: baseline;
}

.qodef-single-product-summary .variations td.label {
  color: #282d33;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  width: 10%;
  padding-right: 10px;
}

.qodef-single-product-summary .variations td.value {
  padding-bottom: 15px;
}

.qodef-single-product-summary .variations .reset_variations {
  padding-left: 10px;
  text-transform: lowercase;
}

.qodef-single-product-summary .variations .reset_variations:after {
  content: "\4d";
  font-family: ElegantIcons;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  vertical-align: middle;
}

.qodef-single-product-summary .single_variation_wrap {
  margin-top: 35px;
}

.qodef-single-product-summary .single_variation_wrap .qodef-quantity-buttons {
  vertical-align: middle;
}

.qodef-single-product-summary .single_variation_wrap .variations_button {
  display: inline-block;
  vertical-align: middle;
}

.qodef-woocommerce-page .qodef-main-product-info {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}

.qodef-woocommerce-page .qodef-woocommerce-related-products {
  margin-top: 22px;
}

.qodef-woocommerce-page .qodef-woocommerce-related-products h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 22px;
}

.qodef-woocommerce-page .qodef-tabs {
  clear: both;
}

.qodef-woocommerce-page #reviews .meta {
  display: block;
}

.qodef-woocommerce-page #reviews .comment-respond .comment-reply-title,
.qodef-woocommerce-page #reviews input[type='text'] {
  margin-bottom: 20px;
}

.qodef-woocommerce-page #reviews .comment-form-rating {
  margin-bottom: 13px;
}

.qodef-woocommerce-page #reviews .comment-form-rating label,
.qodef-woocommerce-page #reviews .comment-form-comment label {
  margin-bottom: 5px;
  display: inline-block;
}

.qodef-woocommerce-page #reviews .stars {
  height: 16px;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span:after {
  content: "\e033\e033\e033\e033\e033";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'ElegantIcons';
  color: #ececec;
  font-size: 16px;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 23px;
  overflow: hidden;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'ElegantIcons';
  color: #bbbbbb;
  font-size: 16px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1:after {
  content: "\e033";
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1.active:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1:hover:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-1:focus:after {
  opacity: 1;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2:after {
  content: "\e033\e033";
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2.active:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2:hover:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-2:focus:after {
  opacity: 1;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3:after {
  content: "\e033\e033\e033";
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3.active:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3:hover:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-3:focus:after {
  opacity: 1;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4:after {
  content: "\e033\e033\e033\e033";
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4.active:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4:hover:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-4:focus:after {
  opacity: 1;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5:after {
  content: "\e033\e033\e033\e033\e033";
}

.qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5.active:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5:hover:after, .qodef-woocommerce-page #reviews .comment-form-rating .stars span a.star-5:focus:after {
  opacity: 1;
}

.qodef-woocommerce-page #reviews .commentlist {
  list-style-type: none;
}

.qodef-woocommerce-page #reviews .commentlist li {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.qodef-woocommerce-page #reviews .comment_container {
  display: table;
  width: 100%;
  height: 100%;
}

.qodef-woocommerce-page #reviews .comment_container img {
  display: table-cell;
  width: 60px;
  height: 60px;
}

.qodef-woocommerce-page #reviews .comment-text {
  display: table-cell;
  vertical-align: top;
  width: 85%;
  position: relative;
}

.qodef-woocommerce-page #reviews .star-rating {
  position: absolute;
  left: 0;
  bottom: -25px;
}

/* Woocommerce single product - end
========================================================================== */
/* Woocommerce quantity buttons - begin
========================================================================== */
.qodef-woocommerce-page .qodef-quantity-buttons {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus,
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f6f6f6;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: #fff;
  background-color: #282d33;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-input {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
  background-color: #e8e8e8;
  text-align: center;
  color: #23303a;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin: 0;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* Woocommerce quantity buttons - end
========================================================================== */
/* Woocommerce shipping calculator - begin
========================================================================== */
.qodef-woocommerce-page .qodef-shipping-calculator {
  width: 50%;
  display: inline-block;
  float: left;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row-last {
  margin-right: 0;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row-wide {
  width: 100%;
}

/* Woocommerce shipping calculator - end
========================================================================== */
/* Woocommerce checkout - begin
========================================================================== */
.qodef-woocommerce-page .woocommerce-checkout .col2-set:before,
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}

.qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
  clear: both;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1,
.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  float: left;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 h3,
.qodef-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin-bottom: 20px;
}

.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;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}

.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%;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row label,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row label {
  display: none;
}

.qodef-woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

/* Woocommerce checkout - end
========================================================================== */
/* Woocommerce Input fields - start
========================================================================== */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea {
  width: 100%;
  margin-bottom: 11px;
  padding: 10px 17px;
  border: 2px solid #f1f1f1;
  outline: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 26px;
  background-color: #fff;
  color: #898989;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce textarea:focus {
  color: #898989;
  border: 2px solid #e2e2e2;
}

.woocommerce input[type="text"]:focus::-webkit-input-placeholder,
.woocommerce input[type="email"]:focus::-webkit-input-placeholder,
.woocommerce input[type="tel"]:focus::-webkit-input-placeholder,
.woocommerce input[type="password"]:focus::-webkit-input-placeholder,
.woocommerce textarea:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #898989;
}

.woocommerce input[type="text"]:focus:-moz-placeholder,
.woocommerce input[type="email"]:focus:-moz-placeholder,
.woocommerce input[type="tel"]:focus:-moz-placeholder,
.woocommerce input[type="password"]:focus:-moz-placeholder,
.woocommerce textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #898989;
  opacity: 1;
}

.woocommerce input[type="text"]:focus::-moz-placeholder,
.woocommerce input[type="email"]:focus::-moz-placeholder,
.woocommerce input[type="tel"]:focus::-moz-placeholder,
.woocommerce input[type="password"]:focus::-moz-placeholder,
.woocommerce textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #898989;
  opacity: 1;
}

.woocommerce input[type="text"]:focus:-ms-input-placeholder,
.woocommerce input[type="email"]:focus:-ms-input-placeholder,
.woocommerce input[type="tel"]:focus:-ms-input-placeholder,
.woocommerce input[type="password"]:focus:-ms-input-placeholder,
.woocommerce textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #898989;
  line-height: normal;
}

.woocommerce input[type="text"]::-webkit-input-placeholder,
.woocommerce input[type="email"]::-webkit-input-placeholder,
.woocommerce input[type="tel"]::-webkit-input-placeholder,
.woocommerce input[type="password"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c3c3c3;
}

.woocommerce input[type="text"]:-moz-placeholder,
.woocommerce input[type="email"]:-moz-placeholder,
.woocommerce input[type="tel"]:-moz-placeholder,
.woocommerce input[type="password"]:-moz-placeholder,
.woocommerce textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c3c3c3;
  opacity: 1;
}

.woocommerce input[type="text"]::-moz-placeholder,
.woocommerce input[type="email"]::-moz-placeholder,
.woocommerce input[type="tel"]::-moz-placeholder,
.woocommerce input[type="password"]::-moz-placeholder,
.woocommerce textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}

.woocommerce input[type="text"]:-ms-input-placeholder,
.woocommerce input[type="email"]:-ms-input-placeholder,
.woocommerce input[type="tel"]:-ms-input-placeholder,
.woocommerce input[type="password"]:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3;
  line-height: normal;
}

.woocommerce input[type="submit"] {
  vertical-align: middle;
  height: 59px;
  line-height: 59px;
  padding: 0 20px;
  border: 2px solid #282d33;
  font-size: 13px;
  font-family: inherit;
  color: #fff;
  background-color: #282d33;
  cursor: pointer;
}

.woocommerce input[type="submit"].qodef-btn.qodef-btn-solid:hover {
  color: #fff;
  background-color: #53575c;
  border-color: #53575c;
}

/* Overriding buttons that can't be edit through filters - start */
.woocommerce form.checkout_coupon input[type="submit"],
.woocommerce form.edit-account input[type="submit"],
.woocommerce form.register input[type="submit"],
.woocommerce form.lost_reset_password input[type="submit"],
.woocommerce form.track_order input[type="submit"],
.woocommerce form.login input[type="submit"] {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 1px;
  border-radius: 100px;
  border: 2px solid #282d33;
  -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;
}

.woocommerce form.checkout_coupon input[type="submit"]:hover,
.woocommerce form.edit-account input[type="submit"]:hover,
.woocommerce form.register input[type="submit"]:hover,
.woocommerce form.lost_reset_password input[type="submit"]:hover,
.woocommerce form.track_order input[type="submit"]:hover,
.woocommerce form.login input[type="submit"]:hover {
  color: #fff;
  background-color: #53575c;
  border-color: #53575c;
}

.woocommerce input[name="save_address"] {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 1px;
  border-radius: 100px;
  border: 2px solid #282d33;
  -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;
}

.woocommerce input[name="save_address"]:hover {
  color: #fff;
  background-color: #53575c;
  border-color: #53575c;
}

/* Woocommerce Input fields - end
========================================================================== */
/* Woocommerce message - begin
========================================================================== */
.qodef-woocommerce-page .woocommerce-message,
.qodef-woocommerce-page .woocommerce-info,
.qodef-woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 20px 40px;
  line-height: 59px;
  background-color: #f6f6f6;
  color: #282d33;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.qodef-woocommerce-page .woocommerce-message a,
.qodef-woocommerce-page .woocommerce-info a,
.qodef-woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
  float: right;
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 1px;
  border-radius: 100px;
  cursor: pointer;
  border: 2px solid #282d33;
  background-color: #282d33;
  color: #fff;
  -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;
}

.qodef-woocommerce-page .woocommerce-message a:hover,
.qodef-woocommerce-page .woocommerce-info a:hover,
.qodef-woocommerce-page .woocommerce-error a:hover,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-error a:hover {
  color: #fff;
  background-color: #53575c;
  border-color: #53575c;
}

/* Woocommerce message - end
========================================================================== */
/* Woocommerce table - begin
========================================================================== */
.qodef-woocommerce-page .shop_table.cart,
.woocommerce .shop_table.cart {
  font-size: 100%;
}

.qodef-woocommerce-page .shop_table.cart thead tr,
.woocommerce .shop_table.cart thead tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .shop_table.cart thead tr th,
.woocommerce .shop_table.cart thead tr th {
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  padding: 15px 12px;
  vertical-align: middle;
}

.qodef-woocommerce-page .shop_table.cart thead tr th.product-thumbnail,
.woocommerce .shop_table.cart thead tr th.product-thumbnail {
  border-right: 0;
}

.qodef-woocommerce-page .shop_table.cart thead tr th.product-name,
.woocommerce .shop_table.cart thead tr th.product-name {
  text-align: left;
  padding-left: 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr,
.woocommerce .shop_table.cart tbody tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td,
.woocommerce .shop_table.cart tbody tr td {
  vertical-align: middle;
  padding: 0;
  border-right: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove,
.woocommerce .shop_table.cart tbody tr td.product-remove {
  padding: 0 25px;
  min-width: 25px;
  width: 25px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove_from_wishlist,
.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove_from_wishlist,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove {
  color: transparent;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove_from_wishlist:before,
.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove:before,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove_from_wishlist:before,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: #282d33;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  display: inline-block;
  width: 19px;
  line-height: 19px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove_from_wishlist:hover:before,
.qodef-woocommerce-page .shop_table.cart tbody tr td.product-remove .remove:hover:before,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove_from_wishlist:hover:before,
.woocommerce .shop_table.cart tbody tr td.product-remove .remove:hover:before {
  color: #bebebe;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-thumbnail,
.woocommerce .shop_table.cart tbody tr td.product-thumbnail {
  padding: 24px 21px 24px 25px;
  width: 60px;
  border-right: 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-thumbnail img,
.woocommerce .shop_table.cart tbody tr td.product-thumbnail img {
  vertical-align: middle;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-name,
.woocommerce .shop_table.cart tbody tr td.product-name {
  padding: 0 35px 0 0;
  width: 30%;
  text-align: left;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-name a,
.woocommerce .shop_table.cart tbody tr td.product-name a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #282d33;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-name .variation dt,
.woocommerce .shop_table.cart tbody tr td.product-name .variation dt {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-name .variation dd,
.woocommerce .shop_table.cart tbody tr td.product-name .variation dd {
  display: inline-block;
  width: auto;
  margin: 0 15px 0 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-name .variation dd p,
.woocommerce .shop_table.cart tbody tr td.product-name .variation dd p {
  margin: 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-price,
.woocommerce .shop_table.cart tbody tr td.product-price {
  padding: 0;
  text-align: center;
  width: 15%;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-price span,
.woocommerce .shop_table.cart tbody tr td.product-price span {
  color: #8e8e8e;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-quantity,
.woocommerce .shop_table.cart tbody tr td.product-quantity {
  padding: 0;
  text-align: center;
  width: 22%;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-quantity .qodef-quantity-buttons,
.woocommerce .shop_table.cart tbody tr td.product-quantity .qodef-quantity-buttons {
  margin-right: 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-subtotal,
.woocommerce .shop_table.cart tbody tr td.product-subtotal {
  padding: 0;
  text-align: center;
  width: 15%;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-subtotal span,
.woocommerce .shop_table.cart tbody tr td.product-subtotal span {
  font-size: 16px;
  font-weight: 600;
  color: #282d33;
  line-height: 24px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-stock-status,
.woocommerce .shop_table.cart tbody tr td.product-stock-status {
  padding: 0;
  text-align: center;
  width: 15%;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-stock-status span,
.woocommerce .shop_table.cart tbody tr td.product-stock-status span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-stock-status span.wishlist-in-stock,
.woocommerce .shop_table.cart tbody tr td.product-stock-status span.wishlist-in-stock {
  color: #282d33;
  line-height: 24px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-stock-status span.wishlist-out-of-stock,
.woocommerce .shop_table.cart tbody tr td.product-stock-status span.wishlist-out-of-stock {
  color: #282d33;
  line-height: 24px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-add-to-cart,
.woocommerce .shop_table.cart tbody tr td.product-add-to-cart {
  padding: 0 40px;
  width: 160px;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-add-to-cart a,
.woocommerce .shop_table.cart tbody tr td.product-add-to-cart a {
  margin: 0;
}

.qodef-woocommerce-page .shop_table.cart tbody tr td.product-add-to-cart .dateadded,
.woocommerce .shop_table.cart tbody tr td.product-add-to-cart .dateadded {
  font-size: 11px;
}

/* Woocommerce table - end
========================================================================== */
/* Cart page - begin
========================================================================== */
.qodef-woocommerce-page,
.woocommerce {
  /* Shipping calculator start */
  /* Shipping calculator end */
  /* Empty cart page start */
  /* Empty cart page end */
}

.qodef-woocommerce-page .actions,
.woocommerce .actions {
  margin: 31px 0 36px;
}

.qodef-woocommerce-page .actions .coupon,
.qodef-woocommerce-page .actions .cart-collaterals,
.woocommerce .actions .coupon,
.woocommerce .actions .cart-collaterals {
  width: 49%;
  display: inline-block;
  float: left;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .actions .coupon,
.woocommerce .actions .coupon {
  margin-right: 2%;
  padding: 27px 25px 29px;
}

.qodef-woocommerce-page .actions .cart-collaterals,
.woocommerce .actions .cart-collaterals {
  padding: 27px 25px 10px;
}

.qodef-woocommerce-page .actions .select2-container,
.woocommerce .actions .select2-container {
  width: 100%;
}

.qodef-woocommerce-page .coupon,
.woocommerce .coupon {
  font-size: 0;
}

.qodef-woocommerce-page .coupon label,
.woocommerce .coupon label {
  font-size: 23px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #282d33;
  line-height: 29px;
  padding-bottom: 15px;
}

.qodef-woocommerce-page .coupon input[type="text"],
.woocommerce .coupon input[type="text"] {
  width: 175px;
  padding: 10px 17px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.qodef-woocommerce-page .qodef-shipping-calculator,
.woocommerce .qodef-shipping-calculator {
  width: 50%;
  display: inline-block;
  float: left;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row,
.woocommerce .qodef-shipping-calculator .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row-last,
.woocommerce .qodef-shipping-calculator .form-row-last {
  margin-right: 0;
}

.qodef-woocommerce-page .qodef-shipping-calculator .form-row-wide,
.woocommerce .qodef-shipping-calculator .form-row-wide {
  width: 100%;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals h2,
.woocommerce .qodef-cart-totals .cart_totals h2 {
  font-size: 23px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #282d33;
  line-height: 29px;
  padding-bottom: 12px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr,
.woocommerce .qodef-cart-totals .cart_totals table tr {
  border: none;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr:last-child,
.woocommerce .qodef-cart-totals .cart_totals table tr:last-child {
  border-top: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr:first-child,
.woocommerce .qodef-cart-totals .cart_totals table tr:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr:first-child th,
.woocommerce .qodef-cart-totals .cart_totals table tr:first-child th {
  padding-top: 0;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr.shipping th,
.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr.shipping td,
.woocommerce .qodef-cart-totals .cart_totals table tr.shipping th,
.woocommerce .qodef-cart-totals .cart_totals table tr.shipping td {
  display: inline-table;
  width: 120%;
  text-align: left;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table tr.shipping th,
.woocommerce .qodef-cart-totals .cart_totals table tr.shipping th {
  margin: 20px 0 8px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-form,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-form {
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method {
  list-style-type: none;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method li,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method li {
  margin-bottom: 10px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method .shipping_method,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method .shipping_method {
  visibility: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method label,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method label {
  position: relative;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method label:before,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method label:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: -23px;
  background: transparent;
  content: "";
  visibility: visible;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method label:after,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method label:after {
  content: '\f00c';
  font-family: FontAwesome;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -20px;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  visibility: visible;
  color: #282d33;
  cursor: pointer;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method label .amount,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method label .amount {
  vertical-align: top;
  display: inline-block;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals #shipping_method .shipping_method[checked="checked"] ~ label:after,
.woocommerce .qodef-cart-totals .cart_totals #shipping_method .shipping_method[checked="checked"] ~ label:after {
  opacity: 1;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid,
.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-button,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-button {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  padding: 0 35px;
  font-size: 14px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  background-color: #282d33;
  border: 2px solid #282d33;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid:hover,
.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-button:hover,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid:hover,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-button:hover {
  background-color: #53575c;
  border-color: #53575c;
  color: #fff;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-button,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-button {
  margin-bottom: 18px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid,
.woocommerce .qodef-cart-totals .cart_totals .shipping-calculator-form .qodef-btn.qodef-btn-solid {
  margin: 13px 0 18px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table th,
.woocommerce .qodef-cart-totals .cart_totals table th {
  border: none;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: #282d33;
  line-height: 28px;
  padding: 20px 0 8px;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table td,
.woocommerce .qodef-cart-totals .cart_totals table td {
  padding: 0 0 5px 0;
  text-align: right;
  width: auto;
}

.qodef-woocommerce-page .qodef-cart-totals .cart_totals table td strong span,
.qodef-woocommerce-page .qodef-cart-totals .cart_totals table td > span,
.woocommerce .qodef-cart-totals .cart_totals table td strong span,
.woocommerce .qodef-cart-totals .cart_totals table td > span {
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.qodef-woocommerce-page .qodef-cart-proceed-update,
.woocommerce .qodef-cart-proceed-update {
  text-align: right;
  margin-bottom: 60px;
}

.qodef-woocommerce-page .qodef-cart-proceed-update .checkout-button,
.woocommerce .qodef-cart-proceed-update .checkout-button {
  margin-left: 4px;
}

.qodef-woocommerce-page .cross-sells,
.woocommerce .cross-sells {
  border-top: 1px solid #e2e2e2;
}

.qodef-woocommerce-page .cross-sells > h2,
.woocommerce .cross-sells > h2 {
  padding: 27px 0;
  font-size: 18px;
  line-height: 1.35em;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.qodef-woocommerce-page .cart-empty,
.woocommerce .cart-empty {
  margin-left: 31%;
  margin-top: 15%;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #282d33;
  padding-left: 100px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.2px;
}

.qodef-woocommerce-page .cart-empty:before,
.woocommerce .cart-empty:before {
  content: "\e015";
  font-family: ElegantIcons;
  font-size: 300px;
  position: absolute;
  right: 100%;
  top: 250%;
  color: #282d33;
  font-weight: 400;
}

.qodef-woocommerce-page .return-to-shop,
.woocommerce .return-to-shop {
  margin-left: 31%;
  margin-bottom: 22%;
  padding-left: 100px;
}

.qodef-woocommerce-page .return-to-shop .button.wc-backward,
.woocommerce .return-to-shop .button.wc-backward {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: 1px;
  border-radius: 100px;
  border: 1px solid #282d33;
  background-color: #282d33;
  color: #fff;
  -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;
}

.qodef-woocommerce-page .return-to-shop .button.wc-backward:hover,
.woocommerce .return-to-shop .button.wc-backward:hover {
  color: #282d33;
  background-color: transparent;
}

/* Cart page - end
========================================================================== */
/* Woocommerce checkout - begin
========================================================================== */
.qodef-woocommerce-page .woocommerce-checkout,
.woocommerce .woocommerce-checkout {
  margin-bottom: 30px;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"],
.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"],
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"],
.woocommerce .woocommerce-checkout label[for="createaccount"] {
  position: relative;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:before,
.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"]:before,
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:before,
.woocommerce .woocommerce-checkout label[for="createaccount"]:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  background: transparent;
  content: "";
  visibility: visible;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:after,
.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"]:after,
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:after,
.woocommerce .woocommerce-checkout label[for="createaccount"]:after {
  content: '\f00c';
  font-family: FontAwesome;
  width: 9px;
  height: 5px;
  position: absolute;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  visibility: visible;
  color: #282d33;
  cursor: pointer;
  font-size: 13px;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"].checked:after,
.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"].checked:after,
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"].checked:after,
.woocommerce .woocommerce-checkout label[for="createaccount"].checked:after {
  opacity: 1;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"]:before,
.woocommerce .woocommerce-checkout label[for="createaccount"]:before {
  top: 0;
  left: -23px;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="createaccount"]:after,
.woocommerce .woocommerce-checkout label[for="createaccount"]:after {
  top: -1px;
  left: -19px;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:before,
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:before {
  right: -23px;
  top: 9px;
}

.qodef-woocommerce-page .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:after,
.woocommerce .woocommerce-checkout label[for="ship-to-different-address-checkbox"]:after {
  top: 2px;
  right: -16px;
}

.qodef-woocommerce-page .woocommerce-checkout .input-checkbox,
.woocommerce .woocommerce-checkout .input-checkbox {
  visibility: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.qodef-woocommerce-page .woocommerce-checkout .col2-set:before,
.qodef-woocommerce-page .woocommerce-checkout .col2-set:after,
.woocommerce .woocommerce-checkout .col2-set:before,
.woocommerce .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}

.qodef-woocommerce-page .woocommerce-checkout .col2-set:after,
.woocommerce .woocommerce-checkout .col2-set:after {
  clear: both;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1,
.qodef-woocommerce-page .woocommerce-checkout .col-2,
.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  float: left;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 h3,
.qodef-woocommerce-page .woocommerce-checkout .col-2 h3,
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3 {
  margin-bottom: 20px;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row,
.woocommerce .woocommerce-checkout .col-1 .form-row,
.woocommerce .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-last,
.woocommerce .woocommerce-checkout .col-1 .form-row-last,
.woocommerce .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}

.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,
.woocommerce .woocommerce-checkout .col-1 .form-row-wide,
.woocommerce .woocommerce-checkout .col-1 .form-row.notes,
.woocommerce .woocommerce-checkout .col-2 .form-row-wide,
.woocommerce .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row label,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row label,
.woocommerce .woocommerce-checkout .col-1 .form-row label,
.woocommerce .woocommerce-checkout .col-2 .form-row label {
  display: none;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.create-account #createaccount,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.create-account #createaccount,
.woocommerce .woocommerce-checkout .col-1 .form-row.create-account #createaccount,
.woocommerce .woocommerce-checkout .col-2 .form-row.create-account #createaccount {
  margin: 0;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

.qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.create-account label,
.qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.create-account label,
.woocommerce .woocommerce-checkout .col-1 .form-row.create-account label,
.woocommerce .woocommerce-checkout .col-2 .form-row.create-account label {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
}

.qodef-woocommerce-page .woocommerce-checkout .col-2,
.woocommerce .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

.qodef-woocommerce-page .woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-checkout #order_review_heading {
  margin-bottom: 20px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 10px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  vertical-align: middle;
  text-align: left;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method {
  list-style-type: none;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method li,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method li {
  margin-bottom: 6px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method .shipping_method,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method .shipping_method {
  visibility: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label {
  position: relative;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label:before,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: -23px;
  background: transparent;
  content: "";
  visibility: visible;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label:after,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label:after {
  content: '\f00c';
  font-family: FontAwesome;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 1px;
  left: -19px;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  visibility: visible;
  color: #282d33;
  cursor: pointer;
  font-size: 13px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label .amount,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method label .amount {
  vertical-align: top;
  display: inline-block;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method .shipping_method[checked="checked"] ~ label:after,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot #shipping_method .shipping_method[checked="checked"] ~ label:after {
  opacity: 1;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
  margin-bottom: 4px;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .input-radio,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .input-radio {
  visibility: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label {
  position: relative;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  color: #8e8e8e;
  font-size: 13px;
  text-align: left;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label:before,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: -23px;
  background: transparent;
  content: "";
  visibility: visible;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label:after,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label:after {
  content: '\f00c';
  font-family: FontAwesome;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -20px;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  visibility: visible;
  color: #282d33;
  cursor: pointer;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label .amount,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label .amount {
  vertical-align: top;
  display: inline-block;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .input-radio.checked ~ label:after,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .input-radio.checked ~ label:after {
  opacity: 1;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods div.payment_box,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods div.payment_box {
  font-style: italic;
  vertical-align: middle;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods img,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods img {
  display: none;
}

.qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods p,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods p {
  margin: 0;
}

/* Woocommerce checkout - end
========================================================================== */
/* Woocommerce Account Pages - start
========================================================================== */
.qodef-woocommerce-page {
  /* Order received page */
  /* Track order filled */
}

.qodef-woocommerce-page.woocommerce-account {
  /* My Account page */
  /* Edit account page */
  /* Track your order */
  /* Edit address page */
  /* Lost password page */
  /* Login page */
  /* View order page */
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
.qodef-woocommerce-page.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;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 30px 0 0;
  margin: 0 0 40px;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e6e6e6;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #282d33;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #898989;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #282d33;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 0 0 0 30px;
  margin: 0 0 40px;
}

.qodef-woocommerce-page.woocommerce-account .woocommerce {
  margin-bottom: 45px;
}

.qodef-woocommerce-page.woocommerce-account p {
  margin: 0;
}

.qodef-woocommerce-page.woocommerce-account .myaccount_user {
  margin: 20px 0 40px;
}

.qodef-woocommerce-page.woocommerce-account .myaccount_user a {
  color: #282d33;
}

.qodef-woocommerce-page.woocommerce-account h2 {
  font-size: 23px;
  line-height: 1.4em;
}

.qodef-woocommerce-page.woocommerce-account h3 {
  font-size: 18px;
  line-height: 1.35em;
}

.qodef-woocommerce-page.woocommerce-account .digital-downloads {
  list-style: none;
}

.qodef-woocommerce-page.woocommerce-account .my_account_orders {
  margin: 16px 0 45px;
}

.qodef-woocommerce-page.woocommerce-account .my_account_orders thead th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
}

.qodef-woocommerce-page.woocommerce-account .my_account_orders tbody td {
  font-size: 14px;
}

.qodef-woocommerce-page.woocommerce-account p.myaccount_address {
  margin-bottom: 28px;
}

.qodef-woocommerce-page.woocommerce-account .address {
  margin-bottom: 20px;
}

.qodef-woocommerce-page.woocommerce-account .address .title h3 {
  display: inline-block;
}

.qodef-woocommerce-page.woocommerce-account .address .title a {
  color: #282d33;
  margin-left: 10px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account {
  margin-top: 20px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account p {
  margin-bottom: 10px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset {
  margin: 50px 0 20px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset legend {
  font-size: 15px;
  color: #282d33;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-strength {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 40px;
  color: #fff;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-strength.short {
  background-color: #ff5353;
  max-width: 360px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-strength.bad {
  background-color: #fad054;
  max-width: 360px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-strength.good {
  background-color: #93c9f4;
  max-width: 160px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-strength.strong {
  background-color: #0EBD0E;
  max-width: 160px;
}

.qodef-woocommerce-page.woocommerce-account .edit-account fieldset .woocommerce-password-hint {
  display: block;
}

.qodef-woocommerce-page.woocommerce-account .track_order p:first-child {
  text-align: center;
  background-color: #282d33;
  color: #fff;
  padding: 48px;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 45px;
}

.qodef-woocommerce-page.woocommerce-account .track_order p.form-row-first,
.qodef-woocommerce-page.woocommerce-account .track_order p.form-row-last {
  width: 49%;
  display: inline-block;
  float: left;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account .track_order p.form-row-first label,
.qodef-woocommerce-page.woocommerce-account .track_order p.form-row-last label {
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #282d33;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}

.qodef-woocommerce-page.woocommerce-account .track_order p.form-row-first {
  margin-right: 2%;
}

.qodef-woocommerce-page.woocommerce-account .track_order p:last-of-type {
  text-align: center;
  margin-top: 47px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address h3 {
  font-size: 23px;
  line-height: 1.4em;
  margin: 15px 0 10px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address p {
  margin-bottom: 10px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address p:last-child {
  margin-top: 35px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-lost-password p {
  margin-bottom: 10px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-lost-password p:first-child {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #8e8e8e;
  margin-bottom: 16px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-lost-password .lost_reset_password {
  margin: 50px 0;
}

.qodef-woocommerce-page.woocommerce-account #customer_login {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 65px;
}

.qodef-woocommerce-page.woocommerce-account #customer_login h2 {
  margin-bottom: 12px;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1,
.qodef-woocommerce-page.woocommerce-account #customer_login .col-2 {
  width: 49%;
  display: inline-block;
  float: left;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 p,
.qodef-woocommerce-page.woocommerce-account #customer_login .col-2 p {
  margin-bottom: 10px;
  display: inline-block;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 p.form-row-wide,
.qodef-woocommerce-page.woocommerce-account #customer_login .col-2 p.form-row-wide {
  width: 100%;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 .button,
.qodef-woocommerce-page.woocommerce-account #customer_login .col-2 .button {
  margin-top: 10px;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 {
  margin-right: 2%;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 label[for="rememberme"] {
  margin-left: 0;
  vertical-align: middle;
  display: block;
  margin-top: 17px;
  position: relative;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 label[for="rememberme"] input {
  visibility: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
  vertical-align: middle;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 label[for="rememberme"]:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
  background: transparent;
  content: "";
  visibility: visible;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 label[for="rememberme"]:after {
  content: '\f00c';
  font-family: FontAwesome;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 1px;
  left: 4px;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  visibility: visible;
  color: #282d33;
  cursor: pointer;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 label[for="rememberme"].checked:after {
  opacity: 1;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 .lost_password {
  float: right;
  color: #8e8e8e;
  font-size: 15px;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 .lost_password a {
  position: relative;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 .lost_password a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-woocommerce-page.woocommerce-account #customer_login .col-1 .lost_password a:hover:after {
  border-bottom-color: #282d33;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order-info {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 18px 40px;
  background-color: #f6f6f5;
  color: #282d33;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order-info mark {
  background: #282d33;
  color: #fff;
  padding: 0 5px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details {
  margin-bottom: 20px;
  margin-top: 18px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details thead th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details tbody td {
  text-align: left;
  font-size: 14px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details tfoot tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details tfoot th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .order_details tfoot td {
  font-size: 14px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .customer_details {
  margin-bottom: 28px;
  margin-top: 18px;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .customer_details tbody th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .customer_details tbody td {
  font-size: 14px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-account.woocommerce-view-order .addresses .col-1 {
  margin-bottom: 20px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received h2 {
  font-size: 23px;
  line-height: 1.4em;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received h3 {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #8e8e8e;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received p {
  margin: 10px 0 30px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 18px 40px;
  background-color: #f6f6f5;
  color: #282d33;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details {
  list-style-type: none;
  margin: 0;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details {
  margin-bottom: 20px;
  margin-top: 16px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details thead th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details tbody td {
  text-align: left;
  font-size: 14px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details tfoot tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details tfoot th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .shop_table.order_details tfoot td {
  font-size: 14px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .customer_details {
  margin-bottom: 20px;
  margin-top: 16px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .customer_details tbody th {
  font-weight: 500;
  color: #282d33;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .customer_details tbody td {
  font-size: 14px;
  text-align: left;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received .addresses .col-1 {
  margin-bottom: 20px;
}

.qodef-woocommerce-page.woocommerce-checkout.woocommerce-order-received address {
  margin-bottom: 25px;
}

.qodef-woocommerce-page .shop_table.order_details {
  margin: 16px 0 20px;
}

.qodef-woocommerce-page .shop_table.order_details tfoot tr {
  border: 1px solid #e5e5e5;
}

.qodef-woocommerce-page .shop_table.customer_details {
  margin: 16px 0 20px;
}

/* Woocommerce Account Pages - end
========================================================================== */
/* Dropdown Shopping Cart - begin
========================================================================== */
.qodef-shopping-cart-outer {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-inner {
  display: table;
  height: 100%;
  vertical-align: middle;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart {
  display: inline-block;
  position: relative;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart i {
  color: #282d33;
  font-size: 24px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart:hover i {
  color: #bbbbbb;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-cart-label {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #282d33;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.qodef-shopping-cart-dropdown {
  background-color: #fff;
  box-sizing: border-box;
  left: auto;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1000;
  width: 300px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 20px;
}

.qodef-shopping-cart-dropdown ul {
  margin: 0;
}

.qodef-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.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;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-image-holder img {
  vertical-align: middle;
}

.qodef-shopping-cart-dropdown ul li .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;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-info-holder a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-info-holder .qodef-quantity {
  color: #898989;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 12px;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-info-holder .amount {
  color: #282d33;
  display: block;
  line-height: 18px;
  font-size: 15px;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-info-holder .remove {
  color: #fff;
  background-color: #bbb;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  position: absolute;
  top: 0;
  right: 0;
}

.qodef-shopping-cart-dropdown ul li .qodef-item-info-holder .remove:hover {
  background-color: #282d33;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart {
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background-color: #282d33;
  color: #fff;
  display: inline-block;
  width: 46%;
  text-align: center;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout:hover,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart:hover {
  background-color: #53575c;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart {
  float: left;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout {
  float: right;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder {
  margin: 0 0 17px 0;
  color: #282d33;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total {
  float: left;
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total-amount {
  float: right;
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.qodef-shopping-cart-dropdown .qodef-empty-cart {
  border: none;
  color: #282d33;
  margin: 0;
  padding: 0;
}

.qodef-shopping-cart-outer:hover .qodef-shopping-cart-dropdown {
  display: block;
  visibility: visible;
  text-align: left;
}

.qodef-top-bar .qodef-shopping-cart-outer {
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.qodef-top-bar .qodef-shopping-cart-outer .qodef-shopping-cart-inner {
  display: block;
  height: 100%;
}

.qodef-top-bar .qodef-shopping-cart-outer .qodef-shopping-cart-header {
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .qodef-dark-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart > i,
  .qodef-dark-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart > span {
    color: #000000;
  }
  .qodef-dark-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-label {
    color: #fff;
  }
  .qodef-light-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart > i,
  .qodef-light-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart > span {
    color: #ffffff;
  }
  .qodef-light-header .qodef-menu-area .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-label {
    color: #282d33;
    background-color: #fff;
  }
}

.qodef-vertical-align-containers .qodef-shopping-cart-header {
  padding: 0 5px 0 10px;
}

.qodef-vertical-align-containers .qodef-shopping-cart-header i {
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.qodef-vertical-menu-area .qodef-shopping-cart-dropdown {
  right: auto;
}

/* Dropdown Shopping Cart - end
========================================================================== */
/* ==========================================================================
# Woocommerce style - end
========================================================================== */
/* ==========================================================================
# Select 2 - begin
========================================================================== */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 160px;
}

.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 */
}

.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%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.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%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.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;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.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);
}

.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);
}

.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);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.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%);
}

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;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.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;
}

.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;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}

.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);
}

.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%);
}

.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%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.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;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.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;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.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
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.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%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.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);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.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;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.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%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.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;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.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;
}

.select2-display-none {
  display: none;
}

.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) {
  .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;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* Woocommerce Select2 override - begin
========================================================================== */
.qodef-woocommerce-page .select2-container .select2-choice {
  height: 40px;
  padding-left: 15px;
  border: 0;
  line-height: 40px;
  color: #898989;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  background-image: none;
}

.qodef-woocommerce-page .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}

.qodef-woocommerce-page .select2-container .select2-choice .select2-arrow {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  border-radius: 0;
  background: transparent;
  background-image: none;
}

.qodef-woocommerce-page .select2-container .select2-choice .select2-arrow b:after {
  color: #282d33;
  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;
}

.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;
}

.qodef-woocommerce-page .select2-drop-active {
  border: 0;
}

.qodef-woocommerce-page .select2-drop {
  background-color: #f8f8f8;
  color: #bbbbbb;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qodef-woocommerce-page .woocommerce-ordering .orderby {
  float: right;
  width: 200px;
}

.qodef-woocommerce-page .qodef-shipping-calculator .country_to_state {
  width: 100%;
}

.qodef-woocommerce-page .select2-search input {
  background-image: none;
  position: relative;
}

.qodef-woocommerce-page .select2-results {
  background-color: #f6f6f5;
}

.qodef-woocommerce-page .select2-results .select2-highlighted {
  background-color: #282d33;
}

/* Woocommerce Select2 override - end
========================================================================== */
/* ==========================================================================
# Select 2 - end
========================================================================== */

/*# sourceMappingURL=woocommerce.css.map */