/* ==========================================================================
# 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: 52px;
  margin: 0 0 27px 0;
  display: inline;
  float: left;
}

.woocommerce .woocommerce-ordering,
.qodef-woocommerce-page .woocommerce-ordering {
  text-align: right;
}

.woocommerce .woocommerce-result-count,
.qodef-woocommerce-page .woocommerce-result-count {
  line-height: 52px;
  font-weight: 500;
}

.woocommerce .qodef-product-list-product-title,
.qodef-woocommerce-page .qodef-product-list-product-title {
  margin-top: 11px;
  font-weight: 600;
  display: inline-block;
  width: 60%;
  position: relative;
  float: left;
}

.woocommerce .qodef-product-list-product-title a:hover,
.qodef-woocommerce-page .qodef-product-list-product-title a:hover {
  color: #8a8a8a;
}

.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 ins,
.woocommerce .price > .amount,
.qodef-woocommerce-page ins,
.qodef-woocommerce-page .price > .amount {
  text-decoration: none;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce del,
.qodef-woocommerce-page del {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 500;
}

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

.woocommerce .products.up-sells h2,
.qodef-woocommerce-page .products.up-sells h2 {
  text-align: center;
  padding: 50px 0;
}

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

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

.woocommerce .product .price,
.qodef-woocommerce-page .product .price {
  display: block;
  position: absolute;
  width: 40%;
  margin-top: 11px;
  right: 0;
  text-align: right;
}

.woocommerce .product .qodef-product-badge,
.qodef-woocommerce-page .product .qodef-product-badge {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  height: 33px;
  line-height: 33px;
  text-align: center;
  z-index: 100;
  color: #fff;
  background-color: #000;
  font-size: 15px;
}

.woocommerce .product .qodef-product-badge.qodef-onsale,
.qodef-woocommerce-page .product .qodef-product-badge.qodef-onsale {
  padding: 0 17px;
  text-transform: capitalize;
  font-weight: 600;
}

.woocommerce .product .qodef-product-badge.qodef-out-of-stock,
.qodef-woocommerce-page .product .qodef-product-badge.qodef-out-of-stock {
  padding: 0 17px;
  font-weight: 600;
}

.woocommerce .product .qodef-product-badge-inner,
.qodef-woocommerce-page .product .qodef-product-badge-inner {
  display: table-cell;
  vertical-align: middle;
}

.woocommerce .qodef-product-list-image-wrapper,
.qodef-woocommerce-page .qodef-product-list-image-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.woocommerce .qodef-out-of-stock-btn,
.woocommerce .add_to_cart_button,
.woocommerce .added_to_cart,
.qodef-woocommerce-page .qodef-out-of-stock-btn,
.qodef-woocommerce-page .add_to_cart_button,
.qodef-woocommerce-page .added_to_cart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.woocommerce .qodef-out-of-stock-btn span,
.woocommerce .add_to_cart_button span,
.woocommerce .added_to_cart span,
.qodef-woocommerce-page .qodef-out-of-stock-btn span,
.qodef-woocommerce-page .add_to_cart_button span,
.qodef-woocommerce-page .added_to_cart span {
  margin: 0;
}

.woocommerce .qodef-out-of-stock-btn i,
.woocommerce .add_to_cart_button i,
.woocommerce .added_to_cart i,
.qodef-woocommerce-page .qodef-out-of-stock-btn i,
.qodef-woocommerce-page .add_to_cart_button i,
.qodef-woocommerce-page .added_to_cart i {
  display: none;
}

.woocommerce .qodef-out-of-stock-btn:not(.loading),
.woocommerce .add_to_cart_button:not(.loading),
.woocommerce .added_to_cart:not(.loading),
.qodef-woocommerce-page .qodef-out-of-stock-btn:not(.loading),
.qodef-woocommerce-page .add_to_cart_button:not(.loading),
.qodef-woocommerce-page .added_to_cart:not(.loading) {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.woocommerce .qodef-out-of-stock-btn.added,
.woocommerce .add_to_cart_button.added,
.woocommerce .added_to_cart.added,
.qodef-woocommerce-page .qodef-out-of-stock-btn.added,
.qodef-woocommerce-page .add_to_cart_button.added,
.qodef-woocommerce-page .added_to_cart.added {
  display: none;
}

.woocommerce .qodef-out-of-stock-btn.qodef-btn.qodef-btn-solid:hover,
.woocommerce .add_to_cart_button.qodef-btn.qodef-btn-solid:hover,
.woocommerce .added_to_cart.qodef-btn.qodef-btn-solid:hover,
.qodef-woocommerce-page .qodef-out-of-stock-btn.qodef-btn.qodef-btn-solid:hover,
.qodef-woocommerce-page .add_to_cart_button.qodef-btn.qodef-btn-solid:hover,
.qodef-woocommerce-page .added_to_cart.qodef-btn.qodef-btn-solid:hover {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #fff !important;
}

.woocommerce .add_to_cart_button .qodef-btn-text,
.qodef-woocommerce-page .add_to_cart_button .qodef-btn-text {
  margin-right: 7px;
}

.woocommerce .add_to_cart_button .icon_cart_alt,
.qodef-woocommerce-page .add_to_cart_button .icon_cart_alt {
  font-size: 12px;
}

.woocommerce .added_to_cart,
.qodef-woocommerce-page .added_to_cart {
  outline: 0;
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  padding: 17px 58px;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.woocommerce li.product:hover .qodef-out-of-stock-btn,
.woocommerce li.product:hover .add_to_cart_button,
.woocommerce li.product:hover .added_to_cart,
.qodef-woocommerce-page li.product:hover .qodef-out-of-stock-btn,
.qodef-woocommerce-page li.product:hover .add_to_cart_button,
.qodef-woocommerce-page li.product:hover .added_to_cart {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.woocommerce .woocommerce-message,
.qodef-woocommerce-page .woocommerce-message {
  margin-bottom: 15px;
}

.woocommerce.columns-4 .products .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  margin-bottom: 42px;
}

.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 .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-4 .qodef-woocommerce-with-sidebar .products .product {
  width: calc(33.33% - 20px);
}

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

.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: 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 .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .products .product {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 68px;
}

.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 .product,
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product {
  width: calc(50% - 15px);
}

.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),
.qodef-woocommerce-page.qodef-woocommerce-columns-3 .qodef-woocommerce-with-sidebar .products .product:nth-child(3n) {
  margin-right: 30px;
}

.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
========================================================================== */
/* Woocommerce pagination - begin
========================================================================== */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 104px;
}

.woocommerce-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 28px;
  height: 40px;
  line-height: 40px;
  color: #979797;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  box-sizing: content-box;
}

.woocommerce-pagination .page-numbers.prev {
  float: left;
}

.woocommerce-pagination .page-numbers.next {
  float: right;
}

.woocommerce-pagination .page-numbers.prev span, .woocommerce-pagination .page-numbers.next span {
  line-height: 40px;
}

.woocommerce-pagination .page-numbers.prev {
  text-align: left;
  font-size: 20px;
}

.woocommerce-pagination .page-numbers.next {
  text-align: right;
  font-size: 20px;
}

.woocommerce-pagination .page-numbers.current {
  color: #000;
}

.woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current:hover {
  color: #000;
}

/* Woocommerce pagination - end
========================================================================== */
/* Woocommerce single product - begin
========================================================================== */
.qodef-single-product-related-products-holder .products {
  margin-top: 15px;
}

.qodef-single-product-related-products-holder .products.related > h2 {
  position: relative;
  text-align: left;
  font-size: 30px;
}

.qodef-single-product-related-products-holder .products.related .qodef-product-list-product-title {
  margin-top: 11px;
}

.qodef-single-product-related-products-holder .products ul {
  margin-top: 23px;
}

.qodef-single-product-wrapper-top .out-of-stock {
  font-size: 18px;
  line-height: 1.5555555555555555555555555555556em;
  /* 33px/17px */
  font-weight: 600;
  color: #000;
}

.qodef-single-product-wrapper-top .qodef-onsale {
  left: 0;
  right: auto;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav {
  text-align: left;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li {
  float: none;
  display: inline-block;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li a {
  border-bottom: 2px solid #d2d2d2;
  background: none;
  padding: 17px 19px;
  text-transform: capitalize;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-active a, .qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-hover a {
  border-bottom: 2px solid #000;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-active h4, .qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tabs-nav li.ui-state-hover h4 {
  color: inherit;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .wc-tab > h2 {
  display: none;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .wc-tab h2 {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 37px;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tab-container {
  padding: 34px 0;
}

.qodef-single-product-wrapper-top .qodef-tabs.qodef-horizontal-tab .qodef-tab-container:not(#tab-reviews) p {
  margin: 0;
}

.qodef-single-product-wrapper-top .woocommerce-review-link {
  font-size: 12px;
  color: #8a8a8a;
}

.qodef-single-product-summary .price {
  position: relative;
  text-align: left;
}

.qodef-single-product-summary ins,
.qodef-single-product-summary .price > .amount {
  text-decoration: none;
  color: #8a8a8a;
  font-size: 40px;
  font-weight: 400;
}

.qodef-single-product-summary del {
  font-size: 30px;
  font-weight: 400;
  color: #8a8a8a;
}

.qodef-single-product-images {
  position: relative;
  width: 47%;
  margin-right: 4%;
  display: inline-block;
  float: left;
}

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

.qodef-single-product-images .woocommerce-main-image {
  position: relative;
}

.qodef-single-product-images img.qodef-fake-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.qodef-single-product-images .images a:not(.woocommerce-main-image) {
  float: left;
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 66px;
}

.qodef-single-product-images .images a:not(.woocommerce-main-image):nth-child(4n) {
  margin-right: 0;
}

.qodef-single-product-images figure {
  margin: 0;
}

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

.single-product .qodef-single-product-summary .qodef-single-product-title {
  margin-bottom: 24px;
  line-height: 1em;
}

.single-product .qodef-single-product-summary .price {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 35px;
}

.single-product .qodef-single-product-summary .cart,
.single-product .qodef-single-product-summary .out-of-stock {
  margin-top: 40px;
  padding-bottom: 18px;
}

.single-product .qodef-single-product-summary .product_meta {
  margin-top: 31px;
  padding-bottom: 31px;
}

.single-product .qodef-single-product-summary .product_meta > span {
  line-height: 1.1em;
  font-size: 16px;
  letter-spacing: -0.5px;
  display: block;
  margin: 0 0 10px;
}

.single-product .qodef-single-product-summary .product_meta > span span:first-child {
  color: #8a8a8a;
  width: 90px;
  opacity: 0.9;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}

.single-product .qodef-single-product-summary .product_meta > span .sku {
  padding-left: 7px;
}

.single-product .qodef-single-product-summary .product_meta > span span,
.single-product .qodef-single-product-summary .product_meta > span a {
  color: #8a8a8a;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.single-product .qodef-single-product-summary .product_meta > span a:hover {
  color: #000;
}

.single-product .qodef-single-product-summary .qodef-social-share-holder {
  padding: 25px 0;
  border-top: 2px dotted #d2d2d2;
}

.single-product .qodef-single-product-summary .qodef-social-share-holder .qodef-social-share-title {
  opacity: 0.9;
  display: inline-block;
  width: 15%;
  margin-right: 0;
}

.qodef-woocommerce-page .qodef-tabs {
  clear: both;
  padding-bottom: 15px;
  padding-top: 56px;
}

.qodef-woocommerce-page .qodef-product-single-navigation .qodef-column {
  min-height: 1px;
}

.qodef-woocommerce-page .qodef-product-single-navigation a {
  color: #989898;
}

.qodef-woocommerce-page .qodef-product-single-back-to-btn {
  text-align: center;
}

.qodef-woocommerce-page .qodef-product-single-next {
  text-align: right;
}

.qodef-woocommerce-page .qodef-product-single-prev {
  text-align: left;
}

.qodef-woocommerce-page .qodef-product-single-prev a,
.qodef-woocommerce-page .qodef-product-single-next a,
.qodef-woocommerce-page .qodef-product-single-back-to-btn a {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.qodef-woocommerce-page .qodef-product-single-prev a:hover,
.qodef-woocommerce-page .qodef-product-single-next a:hover,
.qodef-woocommerce-page .qodef-product-single-back-to-btn a:hover {
  color: #000;
}

.qodef-woocommerce-page .qodef-container.qodef-container-bottom-navigation {
  padding: 24px 0;
}

/*Variable Products*/
.variations_form .variations {
  width: auto;
  margin-bottom: 34px;
}

.variations_form .variations tr {
  border: none;
}

.variations_form .variations td {
  text-align: left;
  padding: 5px 16px;
}

.variations_form .variations td.label {
  padding-left: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
}

.variations_form .variations select {
  height: 50px;
  padding: 0 20px 0 15px;
  border: 1px solid #e5e5e5;
  line-height: 50px;
  color: #757575;
  border-radius: 0;
  background-image: none;
}

.variations_form .variations .reset_variations {
  padding-left: 12px;
}

.variations_button {
  display: inline-block;
  vertical-align: top;
}

/*Group Product*/
.summary .group_table {
  margin-bottom: 35px;
}

.summary .group_table tbody td {
  text-align: left;
  padding: 5px 20px 5px 0;
}

.summary .group_table tbody tr {
  border: none;
}

.summary .group_table tbody tr.product {
  clear: both;
}

.summary .group_table tbody tr.product.outofstock .price span {
  display: none;
}

.summary .group_table tbody tr.product.outofstock .price .out-of-stock {
  display: inline;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.summary .group_table tbody td.price {
  display: table-cell;
  width: auto;
}

.summary .group_table tbody td.price .amount {
  font-size: 30px;
}

.summary .group_table td.label a {
  color: #313131;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Woocommerce single product - end
========================================================================== */
/* Woocommerce quantity buttons - begin
========================================================================== */
.qodef-woocommerce-page .qodef-quantity-buttons {
  display: inline-block;
  position: relative;
  margin-right: calc(22px + 19px);
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus,
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-plus {
  width: 25.5px;
  height: 25.5px;
  display: inline-block;
  background-color: #ebebeb;
  color: #353535;
  font-size: 16px;
  line-height: 27.5px;
  text-align: center;
  cursor: pointer;
}

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

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-minus {
  margin-top: 0.5px;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-input {
  height: 52px;
  width: 52px;
  display: inline-block;
  padding: 0;
  border: none;
  background-color: #f3f3f3;
  text-align: center;
  color: #353535;
  font-size: 18px;
  line-height: 52px;
  font-weight: 600;
  margin-right: 1px;
}

.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-controls {
  position: absolute;
  left: 100%;
  top: 0;
  line-height: 0;
}

.qodef-btn.single_add_to_cart_button {
  border-radius: 0;
  vertical-align: top;
  text-transform: lowercase;
  margin-right: 15px;
}

/* Woocommerce quantity buttons - end
========================================================================== */
/* Woocommerce message - begin
========================================================================== */
.qodef-woocommerce-page .woocommerce-message,
.qodef-woocommerce-page .woocommerce-info,
.qodef-woocommerce-page .woocommerce-error {
  margin-bottom: 35px;
  position: relative;
  display: block;
  padding: 8px 40px;
  background-color: #fcfcfc;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
}

.qodef-woocommerce-page .woocommerce-message a,
.qodef-woocommerce-page .woocommerce-info a,
.qodef-woocommerce-page .woocommerce-error a {
  color: #8a8a8a;
}

.qodef-woocommerce-page .woocommerce-message a {
  float: right;
}

.qodef-woocommerce-page.qodef-woocommerce-single-page .woocommerce-message,
.qodef-woocommerce-page.qodef-woocommerce-single-page .woocommerce-info,
.qodef-woocommerce-page.qodef-woocommerce-single-page .woocommerce-error {
  margin-bottom: 75px;
}

/* Woocommerce message - end
========================================================================== */
/* Woocommerce table - begin
========================================================================== */
.qodef-woocommerce-page table.cart tr:last-child {
  border: none;
}

.qodef-woocommerce-page table td {
  vertical-align: middle;
}

.qodef-woocommerce-page td.product-thumbnail img {
  width: 85px;
  vertical-align: middle;
}

.qodef-woocommerce-page td.actions {
  padding: 30px 0;
}

.qodef-woocommerce-page td.actions .coupon,
.qodef-woocommerce-page td.actions .qodef-cart-proceed-update {
  float: left;
  width: 50%;
  display: inline-block;
  text-align: left;
  font-size: 0;
}

.qodef-woocommerce-page td.actions .qodef-cart-proceed-update {
  text-align: right;
}

.qodef-woocommerce-page .coupon label {
  display: none;
}

.qodef-woocommerce-page .coupon input[type="text"] {
  width: 300px;
  padding: 11px 17px;
  vertical-align: top;
}

/* Woocommerce table - end
========================================================================== */
/* Woocommerce shipping calculator - begin
========================================================================== */
.qodef-woocommerce-page .qodef-shipping-calculator {
  width: 100%;
  display: inline-block;
}

.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 totals - begin
========================================================================== */
.qodef-woocommerce-page .qodef-cart-totals {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}

.qodef-woocommerce-page .qodef-cart-totals .wc-proceed-to-checkout {
  margin-top: 30px;
}

.qodef-woocommerce-page .qodef-cart-totals table tr {
  padding: 18px 7px;
  background-color: #fcfcfc;
}

.qodef-woocommerce-page .qodef-cart-totals table th {
  border: none;
  padding: 18px 7px;
}

/* Woocommerce totals - 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: 18px;
  margin-top: 40px;
  font-size: 21px;
}

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

.qodef-woocommerce-page .woocommerce-checkout-payment {
  margin-top: 70px;
}

.qodef-woocommerce-page .woocommerce-checkout-payment .payment_method_paypal img {
  margin: -15px 15px 0;
  vertical-align: middle;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  vertical-align: top;
  min-width: 140px;
  color: #a1a1a1;
  font-weight: 600;
  margin-right: 0;
  margin-bottom: 1px;
  padding: 12px 8px;
  border-bottom: 2px solid #ebebeb;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
  color: #313131;
  background-color: transparent;
  border-bottom-color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 70%;
  padding-top: 26px;
}

.woocommerce-account .qodef-my-account-login h2 {
  margin-bottom: 13px;
}

.woocommerce-account input[type=submit],
.woocommerce-checkout input[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  padding: 17px 38px;
  font-size: 15px;
  line-height: 1.2em;
  text-transform: lowercase;
  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: #000;
  border: 2px solid #000;
  color: #fff;
}

.woocommerce-account input[type=submit]:hover,
.woocommerce-checkout input[type=submit]:hover {
  border-color: #1d1d1d;
  background-color: #1d1d1d;
  color: #fff;
}

/* Woocommerce checkout - end
========================================================================== */
.qodef-woocommerce-page input[type="text"],
.qodef-woocommerce-page input[type="email"],
.qodef-woocommerce-page input[type="tel"],
.qodef-woocommerce-page input[type="password"],
.qodef-woocommerce-page textarea {
  width: 100%;
  padding: 10px 17px;
  margin: 0;
  outline: 0;
  resize: none;
  font-family: inherit;
  line-height: 28px;
  background-color: #fcfcfc;
  color: #8a8a8a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  border-radius: 0;
}

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

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

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

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  top: 2px;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart:not(:hover) {
  color: #000;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-header-cart i {
  font-size: 17px;
  -webkit-transition: inital;
  -moz-transition: inital;
  transition: inital;
}

.qodef-shopping-cart-outer .qodef-shopping-cart-header .qodef-cart-label {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  margin: 0 0 0 5px;
}

.qodef-shopping-cart-outer .qodef-cart-amount {
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 17px;
  text-align: center;
}

.qodef-shopping-cart-dropdown {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 18px 30px;
  box-sizing: border-box;
  left: auto;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1000;
  width: 275px;
  visibility: hidden;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.2s;
  -moz-transition: opacity 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s;
}

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

.qodef-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 13px 0px;
  box-sizing: border-box;
}

.qodef-shopping-cart-dropdown ul li a {
  display: block;
}

.qodef-shopping-cart-dropdown ul li a:hover {
  color: #fff;
}

.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: 50px;
}

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

.qodef-shopping-cart-dropdown .qodef-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  vertical-align: top;
  padding-left: 13px;
  text-align: left;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left {
  float: left;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left a {
  line-height: 1em;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left span {
  font-size: 14px;
  line-height: 1em;
  color: #afaeae;
  font-weight: 400;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-left:hover a {
  color: #fff;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-right {
  float: right;
  text-align: right;
}

.qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-item-right a {
  color: #fff;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  width: 15px;
}

.qodef-shopping-cart-dropdown .qodef-empty-cart {
  border: none;
  padding: 15px;
}

.qodef-shopping-cart-dropdown .qodef-cart-list a > img {
  display: block;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom {
  padding: 0 0 10px;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-color: #fff;
  -webkit-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 10px 17px 8px;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .checkout:hover,
.qodef-shopping-cart-dropdown .qodef-cart-bottom .view-cart:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.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: 4px 0 23px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total {
  float: left;
}

.qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total-amount {
  float: right;
  color: #afaeae;
}

.qodef-shopping-cart-outer:hover .qodef-shopping-cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.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-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-header-style-on-scroll.qodef-dark-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-header-style-on-scroll.qodef-dark-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart {
    color: #000000;
  }
  .qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-header-style-on-scroll.qodef-dark-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-header-style-on-scroll.qodef-dark-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart:hover {
    color: #313131 !important;
  }
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart {
    color: #ffffff;
  }
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-amount,
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-amount,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-amount,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart .qodef-cart-amount {
    background-color: #ffffff;
    color: #000000;
  }
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header) .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart:hover,
  .qodef-header-style-on-scroll.qodef-light-header .qodef-page-header > div .qodef-shopping-cart-header .qodef-header-cart:hover {
    color: #eae9e9 !important;
  }
}

.qodef-vertical-align-containers .qodef-shopping-cart-header {
  padding-left: 15px;
}

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

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

/* ==========================================================================
# Woocommerce style - end
========================================================================== */
/* ==========================================================================
# Select 2 - begin
========================================================================== */
.woocommerce-ordering .select2-container--default {
  width: 250px !important;
}

.woocommerce-ordering .select2-container--default .select2-selection--single {
  height: 42px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-color: #d2d2d2;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

/*
	Version: 4.0.3 Timestamp: Monday Mart 27 2:59:00pm EDT 2017
*/
.select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  box-sizing: border-box;
  width: 100% !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

.qodef-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
  width: 100% !important;
  margin: 0 0 14px;
}

.select2-container--default .select2-selection--single {
  display: block;
  background-color: #fcfcfc;
  color: #8a8a8a;
  height: 50px;
  line-height: 52px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 25px 0 10px !important;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: auto !important;
  height: 100%;
  top: 0 !important;
  right: 20px !important;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: 'FontAwesome';
  content: '\f107';
}

.select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #8a8a8a;
  border: 0;
  border-radius: 0;
  cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

.select2-container--default .select2-search--inline {
  float: left;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  z-index: 1051;
  box-sizing: border-box;
}

.select2-container--default .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-results {
  display: block;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__options {
  position: relative;
  padding: 2px 15px 8px;
  margin: 5px 0;
  list-style: none;
}

.select2-container--default .select2-results__option {
  padding: 7px 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #8a8a8a;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #8a8a8a;
  background: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #8a8a8a;
  background: none;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #8a8a8a;
  background: none;
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background: none;
}

/* Woocommerce Select2 override - end
========================================================================== */
/* ==========================================================================
# Select 2 - end
========================================================================== */
/*===========================================================
# Woocommerce star-rating
==============================================================*/
.star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.1em;
  line-height: 1em;
  font-size: 0.8em;
  width: 7.3em;
  font-family: 'star';
  color: #000;
  vertical-align: middle;
}

.star-rating:before {
  content: "\53\53\53\53\53";
  color: #353535;
  position: absolute;
  letter-spacing: 6px;
  top: 0;
  left: 0;
}

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

.star-rating span:before {
  content: "\53\53\53\53\53";
  position: absolute;
  letter-spacing: 6px;
  top: 0;
  left: 0;
}

.stars {
  height: 16px;
}

.comment-form-rating .stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(img/star.png) repeat-x left 0;
}

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

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

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

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

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

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

.comment-form-rating .stars span a:hover,
.comment-form-rating .stars span a:focus,
.comment-form-rating .stars span a.active {
  background: url(img/star.png) repeat-x left -16px;
}

/*===========================================================
# Woocommerce star-rating - end
==============================================================*/
/*===========================================================
#Woocommmerce review form -start
=============================================================*/
.commentlist {
  list-style: none;
}

.comment_container {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #d2d2d2;
}

.woocommerce-Reviews-title {
  display: none;
}

.qodef-rating-wrapper {
  position: absolute;
  right: 0;
}

.qodef-product-comment-meta {
  display: inline-block;
  vertical-align: top;
}

.qodef-product-comment-meta {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-text {
  padding-left: 107px;
  margin-bottom: 8px;
}

.woocommerce-Reviews .comment-text .star-rating {
  position: absolute;
  top: 0;
  right: 0;
}

.qodef-product-comment-date {
  color: #9c9c9c;
}

.qodef-product-comment-author {
  font-size: 20px;
  line-height: 1.45em;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #353535;
  display: block;
}

.woocommerce-Reviews .avatar {
  float: left;
  padding-right: 24px;
}

#reply-title {
  margin: 70px 0 20px;
}

.comment-form-rating {
  text-align: center;
  margin-bottom: 50px;
}

.comment-form-rating label {
  color: #353535;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.comment-form-rating .stars {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.woocommerce-product-rating {
  margin-bottom: 30px;
}

/*===========================================================
#Woocommmerce review form -end
=============================================================*/
/*===========================================================
#Cart & Checkout page
=============================================================*/
.wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-cart .qodef-quantity-buttons {
  left: 7.5px;
}

.woocommerce-cart .product-thumbnail {
  width: 14%;
}

.woocommerce-cart .product-name {
  width: 16%;
  text-align: left;
}

.woocommerce-cart .product-name a {
  font-size: 15px;
  color: #000;
}

.woocommerce-cart .product-name a:hover {
  color: #8a8a8a;
}

.woocommerce-cart .product-price {
  width: 21%;
}

.woocommerce-cart .product-quantity {
  width: 18%;
}

.woocommerce-cart .product-subtotal {
  width: 26%;
}

.woocommerce-cart .product-remove {
  width: 5%;
}

.woocommerce-cart .remove {
  font-size: 21px;
  color: #959595;
}

.woocommerce-cart .shop_table thead {
  border: 1px solid #d2d2d2;
  background-color: #fcfcfc;
}

.woocommerce-cart .cart_item {
  background-color: #fcfcfc;
}

.woocommerce-cart .cart_item .product-thumbnail {
  padding: 18px;
  text-align: left;
}

.woocommerce-cart .coupon input[type=submit].qodef-btn {
  margin-left: 25px;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  text-align: left;
  padding: 15px 7px 15px 30px;
}

.woocommerce-checkout .shop_table tfoot {
  background-color: #fcfcfc;
  border: 1px solid #d2d2d2;
}

.woocommerce-checkout .shop_table tfoot th {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-checkout .shop_table .amount {
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .product-name,
.woocommerce-checkout .shop_table thead .product-total {
  font-weight: 600;
  color: #353535;
}

.woocommerce-checkout .shop_table thead .product-name,
.woocommerce-checkout .shop_table thead .product-total {
  font-size: 18px;
}

.woocommerce-checkout #order_review_heading {
  font-size: 21px;
  margin-bottom: 18px;
  margin-top: 48px;
}

.wc_payment_methods,
#shipping_method {
  list-style: none;
}

/*==========================================================
#Widgets start
=============================================================*/
.woocommerce.widget {
  margin-bottom: 29px;
}

.woocommerce.widget:last-child {
  margin-bottom: 0;
}

.woocommerce.widget:not(.widget_layered_nav) ul:not(.product-categories) li {
  padding-left: 0;
}

.woocommerce.widget:not(.widget_layered_nav) ul:not(.product-categories) li:before {
  display: none;
}

.woocommerce.widget .quantity {
  font-size: 21px;
}

.woocommerce.widget .total {
  margin: 10px 0 10px;
}

.woocommerce.widget .buttons:after, .woocommerce.widget .buttons:before {
  content: '';
  display: table;
}

.woocommerce.widget .buttons:after {
  clear: both;
}

.woocommerce.widget .buttons .wc-forward {
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce.widget .buttons .wc-forward:first-child {
  float: left;
}

.woocommerce.widget .buttons .wc-forward:last-child {
  float: right;
}

.woocommerce.widget button {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-family: inherit;
  font-size: 12px;
  padding: 15px 30px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: lowercase;
  -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: transparent;
  border: 2px solid #353535;
  color: #353535;
  cursor: pointer;
}

.woocommerce.widget button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.woocommerce.widget .qodef-product-search {
  font-size: 0;
  position: relative;
  line-height: normal;
  padding-right: 25px;
}

.woocommerce.widget .qodef-product-search input[type=submit],
.woocommerce.widget .qodef-product-search input[type=search] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.woocommerce.widget input[type=search] {
  width: 100%;
  outline: none;
  border-bottom: 2px solid #d2d2d2 !important;
  line-height: 28px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 7px;
  font-size: 15px;
  font-weight: 200;
  color: #c3c3c3;
  font-family: inherit;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}

.woocommerce.widget input[type=search]::-webkit-input-placeholder {
  color: #bfbcbc;
}

.woocommerce.widget input[type=search]:-moz-placeholder {
  color: #bfbcbc;
  opacity: 1;
}

.woocommerce.widget input[type=search]::-moz-placeholder {
  color: #bfbcbc;
  opacity: 1;
}

.woocommerce.widget input[type=search]:-ms-input-placeholder {
  color: #bfbcbc;
}

.woocommerce.widget input[type=search]:focus {
  border-bottom-color: #000 !important;
}

.woocommerce.widget input[type=submit].qodef-product-search-form {
  font-family: 'FontAwesome' !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 42px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.woocommerce.widget input[type=submit].qodef-product-search-form:hover {
  color: #000;
}

.widget_recent_reviews li,
.product_list_widget li,
.widget_shopping_cart li {
  margin-bottom: 2px;
}

.widget_recent_reviews li:before, .widget_recent_reviews li:after,
.product_list_widget li:before,
.product_list_widget li:after,
.widget_shopping_cart li:before,
.widget_shopping_cart li:after {
  content: " ";
  display: table;
}

.widget_recent_reviews li:after,
.product_list_widget li:after,
.widget_shopping_cart li:after {
  clear: both;
}

.widget_recent_reviews li img,
.product_list_widget li img,
.widget_shopping_cart li img {
  float: left;
  padding-right: 15px;
}

.widget_recent_reviews li .star-rating,
.product_list_widget li .star-rating,
.widget_shopping_cart li .star-rating {
  display: block;
  margin-bottom: 15px;
}

.widget_recent_reviews li .product-title a,
.widget_recent_reviews li > a,
.product_list_widget li .product-title a,
.product_list_widget li > a,
.widget_shopping_cart li .product-title a,
.widget_shopping_cart li > a {
  display: block;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.45em;
  font-weight: 500;
  letter-spacing: -0.5px;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.widget_recent_reviews li .product-title a:hover,
.widget_recent_reviews li > a:hover,
.product_list_widget li .product-title a:hover,
.product_list_widget li > a:hover,
.widget_shopping_cart li .product-title a:hover,
.widget_shopping_cart li > a:hover {
  color: #8a8a8a !important;
}

.widget_recent_reviews li a.remove,
.product_list_widget li a.remove,
.widget_shopping_cart li a.remove {
  float: right;
  font-size: 18px;
}

.widget_recent_reviews li del,
.widget_recent_reviews li .amount,
.product_list_widget li del,
.product_list_widget li .amount,
.widget_shopping_cart li del,
.widget_shopping_cart li .amount {
  color: #aaa;
  font-weight: 400;
  font-size: 13px;
}

.widget_recent_reviews li ins,
.product_list_widget li ins,
.widget_shopping_cart li ins {
  font-size: 17px;
}

.product_list_widget .product-info-holder {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .price_slider {
  margin-bottom: 42px;
  margin-right: 10px;
}

.widget_price_filter .ui-widget-content {
  background-color: #d5d5d5;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #8a8a8a;
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  cursor: pointer;
  outline: 0;
  top: -4px;
  border-radius: 10px;
  background-color: #000;
  margin-left: -3px;
}

.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  line-height: 52px;
  height: 52px;
  float: right;
  font-size: 16px;
  color: #aaa;
  font-weight: 400;
}

.widget_price_filter .qodef-widget-title {
  margin-bottom: 24px;
}

.widget_products .qodef-widget-title {
  margin: 0 0 10px;
}

.widget_recently_viewed_products .qodef-widget-title {
  margin-bottom: 27px;
}

.product_list_widget li img {
  max-width: 107px;
  padding-right: 22px;
}

/*==========================================================
#Widgets end
=============================================================*/

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