/*
** Shop
*/
.ds ul.products .product {
  background-color: #292520;
}

.ds .price {
  color: #1da7c3;
}

.woocommerce:before, .woocommerce:after {
  display: block;
  content: '';
  clear: both;
}

ul.woocommerce-order-overview {
  list-style-position: inside;
}

.woocommerce-breadcrumb,
.woocommerce-products-header {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 40px;
  padding: 1.5em 1.5em 1.5em 1.5em;
  border-left: 5px solid #1da7c3;
  background-color: rgba(150, 150, 150, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media (max-width: 486px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }
}

.woocommerce-info {
  border-color: #007ebd;
}

.woocommerce-error {
  list-style-position: inside;
}

.woocommerce-result-count {
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 30px 15px 0;
  float: left;
}

.woocommerce-result-count .grid-view {
  position: relative;
  display: inline-block;
  width: 83px;
  height: 1em;
}

.woocommerce-result-count .grid-view::before {
  content: '\f009';
  position: absolute;
  left: 0;
  top: 61%;
  transform: translateY(-50%);
  font-size: 28px;
  font-family: FontAwesome;
  cursor: pointer;
}

.woocommerce-result-count .grid-view::after {
  content: '\f0c9';
  position: absolute;
  left: 40px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 28px;
  font-family: FontAwesome;
  cursor: pointer;
}

.woocommerce-result-count + form {
  display: inline-block;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .woocommerce-result-count + form {
    float: right;
    width: 330px;
  }
}

ul.products {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

@media (max-width: 767px) {
  ul.products {
    margin: 0;
  }
}

ul.products.owl-carousel .owl-nav > div:first-child::before {
  content: none;
}

ul.products.owl-carousel .owl-nav > div:last-child::before {
  content: none;
}

ul.products .product {
  padding-left: 0;
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 40px;
  margin-bottom: 32px;
  text-align: center;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.products .product > a > img {
  width: 100%;
}

ul.products .product h2 {
  line-height: 1;
  font-size: 1.3em;
  margin: 1.5em 0 0;
  text-transform: none;
  order: 2;
  padding-left: 15px;
  padding-right: 15px;
}

ul.products .product .woocommerce-loop-product__link {
  margin-bottom: 3.5em;
  width: 100%;
}

ul.products .product .onsale {
  position: absolute;
  top: 10px;
  left: -10px;
  padding: 0.3em 1em;
  color: #ffffff;
  background-color: #1da7c3;
  z-index: 2;
}

ul.products .product .onsale:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #168197 transparent transparent;
}

ul.products .product .star-rating {
  margin: 0 auto;
  order: 1;
}

ul.products .product .price {
  order: 3;
}

ul.products .product .button {
  order: 4;
}

ul.products.owl-carousel .product h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 4px;
}

ul.products .product-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

ul.products.columns-1 .product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 0;
}

ul.products.columns-1 .product > a:first-child {
  flex-grow: unset;
  display: flex;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  ul.products.columns-1 .product > a {
    max-width: 300px;
    max-height: 300px;
  }
}

ul.products.columns-1 .product .img-wrap {
  width: 200px;
}

ul.products.columns-1 .product .product-wrap {
  flex-grow: 1;
}

@media (max-width: 767px) {
  ul.products.columns-1 .product {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 32px;
  }
  ul.products.columns-1 .product .product-wrap {
    margin-top: 32px;
  }
  ul.products.columns-1 .product > a:first-child {
    flex-direction: column;
  }
  ul.products.columns-1 .product .img-wrap {
    width: 100%;
  }
}

ul.products.columns-2 .product {
  width: 46%;
}

@media (max-width: 1199px) {
  ul.products.columns-2 .product {
    width: 43%;
  }
}

@media (max-width: 767px) {
  ul.products.columns-2 .product {
    width: 100%;
  }
}

ul.products.columns-3 .product {
  width: 29.5%;
}

@media (max-width: 1299px) {
  ul.products.columns-3 .product {
    width: 28%;
  }
}

@media (max-width: 1199px) {
  ul.products.columns-3 .product {
    width: 43%;
  }
}

@media (max-width: 767px) {
  ul.products.columns-3 .product {
    width: 100%;
  }
}

ul.products.columns-4 .product {
  width: 25%;
}

ul.products.columns-5 .product {
  width: 20%;
}

ul.products.columns-6 .product {
  width: 16.666667%;
}

@media (max-width: 767px) {
  ul.products .product {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  ul.products .product {
    width: 100% !important;
  }
}

.price {
  display: block;
  margin: 0.1em 0 0.7em;
  font-weight: 500;
  opacity: 0.65;
  color: #000;
}

.price del {
  opacity: 0.7;
  padding-right: 1em;
}

a.button.product_type_simple {
  color: #1da7c3;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
}

a.button.product_type_simple::before {
  content: none;
}

a.button.product_type_simple::after {
  opacity: 0;
  background: linear-gradient(to right, #1da7c3 0%, #3fd0d4 100%);
  transition: all .3s ease-in-out;
}

a.button.product_type_simple:hover {
  color: #ffffff;
}

a.button.product_type_simple:hover::after {
  opacity: 1;
}

.button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  padding: 16px 15px;
  background-image: linear-gradient(to right, #1da7c3 0%, #3fd0d4 100%);
  border-image: linear-gradient(to right, #1da7c3 0%, #3fd0d4 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  position: relative;
  z-index: 2;
  min-width: 170px;
  display: inline-block;
  line-height: 1;
}

.button::after {
  content: '';
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  z-index: -2;
  transition: opacity .3s ease-in-out;
}

.button:hover {
  color: #1da7c3;
}

.button:hover::after {
  opacity: 1;
}

.ds .button:hover {
  background-color: #000;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button,
.woocommerce-message .button {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  min-width: 170px;
}

.woocommerce-Message .button,
.woocommerce-message .button {
  float: right;
  margin: 3px 0;
  margin-left: 15px;
}

@media (max-width: 478px) {
  .woocommerce-Message .button,
  .woocommerce-message .button {
    float: initial;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.add_to_cart_button:before {
  display: inline-block;
  line-height: 0;
  font-size: 16px;
  font-family: 'FontAwesome';
  content: '\f291';
  position: relative;
  left: -0.5em;
  top: 0.1em;
}

.add_to_cart_button.loading:before {
  animation: spin 2s infinite linear;
  content: "\f021";
}

.add_to_cart_button.product_type_variable:before {
  content: "\f1de";
}

.add_to_cart_button + .wc-forward {
  padding: 0 1em;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.add_to_cart_button + .wc-forward:hover {
  color: #1da7c3;
}

.add_to_cart_button + .wc-forward:after {
  font-family: 'FontAwesome';
  content: "\f178";
  padding-left: 0.5em;
}

/*shop pagination*/
.woocommerce-pagination {
  text-align: center;
}

.woocommerce-pagination ul.page-numbers {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f0f0f0;
  color: #585149;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0.5em 1.2em;
  min-width: 3em;
  text-align: center;
  font-size: 14px;
  width: 50px;
  height: 50px;
  font-weight: 500;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover {
  background-color: #3a3630 !important;
  color: #ffffff;
  border-color: #3a3630;
}

.woocommerce-pagination ul.page-numbers span.prev, .woocommerce-pagination ul.page-numbers span.next,
.woocommerce-pagination ul.page-numbers a.prev,
.woocommerce-pagination ul.page-numbers a.next {
  background-color: #1da7c3;
  color: #ffffff;
  border-color: #1da7c3;
}

.woocommerce-pagination ul.page-numbers span.prev:hover, .woocommerce-pagination ul.page-numbers span.next:hover,
.woocommerce-pagination ul.page-numbers a.prev:hover,
.woocommerce-pagination ul.page-numbers a.next:hover {
  border-color: #3a3630;
}

.woocommerce-pagination ul.page-numbers span {
  background-color: #3a3630 !important;
  color: #ffffff;
  border-color: #3a3630;
  cursor: not-allowed;
}

.woocommerce-pagination ul.page-numbers .fa {
  font-size: 10px;
}

/*single product*/
.product .images {
  position: relative;
  margin-bottom: 60px;
}

.product .images .flex-direction-nav {
  display: none;
}

.product .images figure {
  max-width: none;
}

@media (min-width: 767px) {
  .product .images {
    width: 49%;
    float: left;
  }
}

.product .summary {
  position: relative;
  margin-bottom: 4em;
  display: flex;
  flex-direction: column;
}

.product .summary .woocommerce-product-rating {
  order: 1;
}

.product .summary .product_title {
  order: 2;
}

.product .summary .woocommerce-product-details__short-description {
  order: 3;
}

.product .summary .product_meta-wrap {
  order: 4;
}

.product .summary form {
  order: 5;
}

.product .summary:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 767px) {
  .product .summary {
    width: 46%;
    float: right;
  }
}

.product .summary .price {
  margin: 0;
  color: #3fd0d4;
  line-height: 1;
}

.product .summary .entry-title {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 19px;
  margin-top: 10px;
}

.product .summary .woocommerce-product-rating {
  line-height: 1;
  position: relative;
}

.product .summary .star-rating {
  position: absolute;
  right: 0;
}

.product .summary .woocommerce-review-link {
  display: inline-block;
  margin-right: 90px;
}

.product .summary form {
  margin-top: 37px;
}

.product .summary .variations .select_container::after {
  content: '\f053';
  position: absolute;
  font-size: 10px;
  color: #ffffff;
  font-family: FontAwesome;
  transform: rotate(-90deg);
  right: 21px;
  top: 39%;
}

.product .summary .variations tbody {
  display: flex;
  flex-grow: 1;
}

.product .summary .variations tr {
  border: 0;
  width: 50%;
}

.product .summary .variations tr .select_container {
  max-width: none;
}

.product .summary .variations tr:first-child {
  padding-right: 15px;
}

.product .summary .variations tr:last-child {
  padding-left: 15px;
}

.product .summary .variations tr td {
  border: 0;
  width: 100%;
  display: block;
  padding: 0;
}

.product .summary .variations label {
  text-align: left;
  display: block;
  font-size: 24px !important;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.product .summary .variations label:after {
  content: ':';
}

.product .summary .variations .reset_variations {
  font-size: 0;
}

.product .summary .variations .reset_variations:before {
  font-size: 16px;
  padding: 0.5em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f05e";
}

@media (max-width: 991px) {
  .product .summary .variations tbody {
    display: table-row-group;
  }
  .product .summary .variations tbody tr:first-child, .product .summary .variations tbody tr:last-child {
    padding: 0;
  }
  .product .summary .variations tbody tr:first-child .value {
    margin-bottom: 20px;
  }
}

.product .summary .single_variation_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eae9e7;
}

.product .summary .single_variation_wrap div {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .product .summary .single_variation_wrap div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product .summary .quantity {
  display: inline-block;
  position: relative;
}

.product .summary .quantity [type='number'] {
  font-style: italic;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 30px;
  width: 103px;
  -moz-appearance: textfield;
}

.product .summary .quantity [type='number']::-webkit-inner-spin-button, .product .summary .quantity [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product .summary .quantity + button {
  top: 0;
  position: relative;
  margin-left: 27px;
}

@media (max-width: 575px) {
  .product .summary .quantity + button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product .summary .quantity [type="button"] {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 14px;
  line-height: 1;
  color: transparent;
  border: none;
  width: 22px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
}

.product .summary .quantity [type="button"]:hover + i {
  color: #1da7c3;
}

.product .summary .quantity [type="button"] + i {
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 13px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  color: #1da7c3;
  display: inline-block;
}

.product .summary .quantity [type="button"].minus {
  top: auto;
  bottom: 14px;
}

.product .summary .quantity [type="button"].minus + i {
  top: auto;
  bottom: 14px;
}

.product .summary .product_meta {
  margin-top: 1.3em;
  padding-bottom: 30px;
  border-bottom: 1px solid #eae9e7;
}

.product .summary .product_meta > span {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
}

.product .summary .product_meta > span:first-child {
  margin-right: 22px;
}

.product .summary .product_meta a {
  color: #585149;
}

.product .summary .product_meta a:hover {
  color: #1da7c3;
}

/*shop tabs*/
.woocommerce-tabs {
  clear: both;
  margin: 4em 0 0;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.woocommerce-tabs ul.tabs li + li {
  border-top: none;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  position: relative;
  margin-bottom: -1px;
}

.woocommerce-tabs ul.tabs li.active:after {
  opacity: 1;
  right: 0.4em;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
  background-color: #1da7c3;
  border-color: #1da7c3;
}

.woocommerce-tabs ul.tabs li a {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  min-width: 170px;
  padding: 16px 10px 16px;
  line-height: 1;
  display: block;
  border: 2px solid #d5d3cf;
  margin-right: 1px;
  color: #585149;
}

.woocommerce-tabs ul.tabs li a:hover {
  border-color: #1da7c3;
  background: #1da7c3;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .woocommerce-tabs ul.tabs li a {
    min-width: 145px;
    padding: 22px 20px 24px;
  }
}

@media (max-width: 768px) {
  .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
  .woocommerce-tabs ul.tabs li a {
    margin-right: 0;
  }
}

@media (max-width: 468px) {
  .woocommerce-tabs ul.tabs li a {
    padding: 15px 20px 15px;
  }
}

.woocommerce-tabs .panel {
  position: relative;
  margin-top: -1px;
  padding: 54px 57px 46px 57px;
  background-color: transparent;
  border: 2px solid #f0f0f0;
}

.woocommerce-tabs .panel::before {
  position: absolute;
  content: '';
  height: 5px;
  background-color: #1da7c3;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 2;
}

.woocommerce-tabs .panel h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .woocommerce-tabs .panel {
    padding: 25px;
  }
}

.woocommerce-tabs .shop_attributes {
  margin-top: 0;
}

.woocommerce-tabs .shop_attributes tr td, .woocommerce-tabs .shop_attributes tr th {
  padding-top: 0;
  padding-bottom: 10px;
}

.woocommerce-tabs .shop_attributes th {
  padding-left: 0;
}

.woocommerce-tabs .shop_attributes th:after {
  content: ':';
}

/*reviews*/
.commentlist {
  padding: 0;
  list-style: none;
}

.comment_container {
  position: relative;
  padding: 20px 30px 20px;
  margin-bottom: 30px;
  margin-left: 50px;
}

.comment_container > img {
  max-width: 80px;
  position: absolute;
  top: -1px;
  left: -50px;
}

.comment_container .meta {
  display: flex;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.comment_container .meta .woocommerce-review__author {
  text-transform: capitalize;
  font-size: 24px;
  color: #000;
}

.comment_container .meta .woocommerce-review__dash {
  display: none;
}

.comment_container .meta .woocommerce-review__published-date {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  color: #1da7c3;
  margin-left: auto;
}

.comment_container .star-rating {
  float: right;
}

@media (max-width: 768px) {
  .comment_container .star-rating {
    float: initial;
    margin-bottom: 20px;
  }
}

#tab-reviews .comment-respond {
  border: none;
  padding: 0;
}

.comment-respond {
  display: flex;
  flex-direction: column;
}

.comment-respond .comment-form-comment {
  order: 5;
}

.comment-respond .form-submit {
  order: 6;
}

.comment-respond .comment-reply-title {
  color: #000;
}

.comment-respond .ds.ms {
  background-color: #292520;
}

.comment-respond .ds.ms .comment-reply-title {
  color: #ffffff;
}

.comment-reply-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
}

.related,
.upsells,
.cross-sells {
  margin-top: 5em;
}

@media (max-width: 767px) {
  .related,
  .upsells,
  .cross-sells {
    margin-top: 60px;
  }
}

.related > h2,
.upsells > h2,
.cross-sells > h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
  text-align: left;
  font-size: 32px;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products {
  margin: 0;
}

.related ul.products .product,
.upsells ul.products .product,
.cross-sells ul.products .product {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 40px;
}

.related ul.products .product .onsale,
.upsells ul.products .product .onsale,
.cross-sells ul.products .product .onsale {
  left: -10px;
}

/*shop widgets*/
.widget .woocommerce-Price-amount {
  color: #1da7c3;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
  height: 70px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  min-width: 230px;
}

.widget_shopping_cart ul li:last-child,
.widget_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart ul li a > img,
.widget_products ul li a > img,
.widget_recently_viewed_products ul li a > img,
.widget_recent_reviews ul li a > img,
.widget_top_rated_products ul li a > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70px;
}

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_shopping_cart .amount,
.widget_products del,
.widget_products ins,
.widget_products .amount,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products .amount,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_recent_reviews .amount,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_top_rated_products .amount {
  font-weight: 500;
  text-decoration-color: #1da7c3;
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del {
  opacity: 0.7;
  padding-right: 1em;
}

.widget_recent_reviews a {
  font-size: 18px;
  font-weight: 400;
}

.widget_price_filter {
  padding-right: 15px;
}

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

.widget_price_filter .price_slider_amount {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}

.widget_price_filter .price_slider_amount button {
  width: 170px;
}

.widget_price_filter .price_slider_amount .price_label {
  font-family: 'Montserrat', serif;
  font-size: 16px;
  font-weight: 500;
  color: #585149;
  margin-bottom: 18px;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: ew-resize;
  outline: none;
  background: #1da7c3;
  box-sizing: border-box;
  margin-top: -.3em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #1da7c3;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f2f2f2;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.ds .widget_top_rated_products .product-title,
.ds .woocommerce.widget_products .product-title,
.ds .widget_recently_viewed_products .product-title,
.ds .widget_recent_reviews .product-title {
  color: #ffffff;
}

.ds .widget_top_rated_products .woocommerce-Price-amount,
.ds .woocommerce.widget_products .woocommerce-Price-amount,
.ds .widget_recently_viewed_products .woocommerce-Price-amount,
.ds .widget_recent_reviews .woocommerce-Price-amount {
  color: #ffffff;
}

.widget_top_rated_products .product-title,
.woocommerce.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title {
  font-family: 'Montserrat', serif;
  font-size: 16px;
  font-weight: 500;
  color: #3a3630;
}

.widget_top_rated_products .product-title:hover,
.woocommerce.widget_products .product-title:hover,
.widget_recently_viewed_products .product-title:hover,
.widget_recent_reviews .product-title:hover {
  color: #1da7c3;
}

.widget_top_rated_products .woocommerce-Price-amount,
.woocommerce.widget_products .woocommerce-Price-amount,
.widget_recently_viewed_products .woocommerce-Price-amount,
.widget_recent_reviews .woocommerce-Price-amount {
  color: #585149;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget_recent_reviews li .reviewer,
.widget_recent_reviews li a {
  display: inline-block;
  font-family: 'Montserrat', serif;
  font-size: 16px;
}

.widget_recent_reviews li a {
  color: #3a3630;
}

.widget_recent_reviews li a:hover {
  color: #3fd0d4;
}

.widget_shopping_cart li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 30px;
}

.widget_shopping_cart li a {
  color: #3a3630;
}

.widget_shopping_cart li .minicart-product-meta a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  height: 43px;
  overflow: hidden;
  line-height: 1.2;
}

.widget_shopping_cart .remove {
  margin-left: 6px;
  order: 3;
  line-height: 0.75;
  position: absolute;
  right: 7px;
  top: -3px;
  font-size: 27px;
  font-weight: 700;
  color: #1da7c3 !important;
  width: auto;
}

.widget_shopping_cart .total {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin: 1.3em 0 1.5em;
}

.widget_shopping_cart .total strong {
  font-weight: inherit;
}

.widget_shopping_cart .quantity {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.widget_shopping_cart .button {
  line-height: 1;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  padding: 16px 15px;
  background-image: linear-gradient(to right, #1da7c3 0%, #3fd0d4 100%);
  border-image: linear-gradient(to right, #1da7c3 0%, #3fd0d4 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 170px;
  text-align: center;
}

.widget_shopping_cart .button::before {
  content: '';
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  z-index: -2;
  transition: opacity .3s ease-in-out;
}

.widget_shopping_cart .button:hover::before {
  opacity: 1;
}

.dropdown .widget_shopping_cart {
  white-space: normal;
}

.dropdown .widget_shopping_cart .total {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  margin: 30px -40px;
  padding: 20px 40px;
  background-color: rgba(150, 150, 150, 0.05);
}

.dropdown .widget_shopping_cart .total strong {
  padding-right: 10px;
}

.dropdown .widget_shopping_cart .buttons {
  white-space: nowrap;
}

.widget_product_tag_cloud a {
  background-color: transparent;
  border: 1px solid #585149;
  color: #585149;
  border-radius: 0;
  padding: 15px 22px 15px 22px;
  margin: 0 0 4px 0;
  display: inline-block;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
}

.widget_product_tag_cloud a span {
  color: #1da7c3;
  margin-left: 7px;
}

.widget_product_tag_cloud a:not(.btn):hover {
  background-color: #1da7c3;
  border-color: #1da7c3;
  color: #ffffff;
}

.widget_product_tag_cloud a:not(.btn):hover span {
  color: #ffffff;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
  padding: 0;
  list-style: none;
  width: 100%;
  margin-top: -16px;
}

.woocommerce-MyAccount-navigation ul:not(.children),
.widget_layered_nav ul:not(.children),
.widget_layered_nav_filters ul:not(.children),
.widget_product_categories ul:not(.children) {
  margin-bottom: -14px !important;
}

.woocommerce-MyAccount-navigation ul ul,
.widget_layered_nav ul ul,
.widget_layered_nav_filters ul ul,
.widget_product_categories ul ul {
  margin-top: 0;
}

.woocommerce-MyAccount-navigation ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li {
  padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce-MyAccount-navigation li a,
.widget_layered_nav li a,
.widget_layered_nav_filters li a,
.widget_product_categories li a {
  flex-grow: 10;
  display: inline-block;
  padding: 4px 0 5px 31px;
  position: relative;
}

.woocommerce-MyAccount-navigation li a:hover,
.widget_layered_nav li a:hover,
.widget_layered_nav_filters li a:hover,
.widget_product_categories li a:hover {
  color: #1da7c3;
}

.woocommerce-MyAccount-navigation li > a:before,
.widget_layered_nav li > a:before,
.widget_layered_nav_filters li > a:before,
.widget_product_categories li > a:before {
  color: #3fd0d4;
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f00c";
  position: relative;
  padding-right: 10px;
  left: 0;
  top: -2px;
}

/*shopping cart*/
.shop_table {
  margin-top: 0;
}

.shop_table .amount {
  font-weight: 700;
  color: #1da7c3;
}

.shop_table th {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #585149;
  vertical-align: middle;
  color: #000;
  text-align: center;
}

.shop_table td {
  border: 1px solid #585149;
  text-align: center;
}

.shop_table td.product-remove {
  padding-left: 5px;
  padding-right: 5px;
}

.shop_table .remove {
  font-size: 2em;
}

.shop_table .product-thumbnail img {
  max-width: 70px;
}

.shop_table .quantity {
  display: inline-block;
  position: relative;
}

.shop_table .quantity [type='number'] {
  padding-right: 20px;
  padding-left: 10px;
  max-width: 4.5em;
  -moz-appearance: textfield;
}

.shop_table .quantity [type='number']::-webkit-inner-spin-button, .shop_table .quantity [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop_table .quantity + button {
  top: 0;
  position: relative;
}

.shop_table .quantity [type="button"] {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 14px;
  line-height: 1;
  color: transparent;
  border: none;
  width: 22px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
}

.shop_table .quantity [type="button"]:hover + i {
  color: #1da7c3;
}

.shop_table .quantity [type="button"] + i {
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 13px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  color: #3fd0d4;
  display: inline-block;
}

.shop_table .quantity [type="button"].minus {
  top: auto;
  bottom: 14px;
}

.shop_table .quantity [type="button"].minus + i {
  top: auto;
  bottom: 14px;
}

.shop_table .actions {
  padding-top: 2em;
  text-align: right;
}

.shop_table .coupon {
  display: flex;
  width: 100%;
  padding: 0 20px;
}

.shop_table .coupon label {
  display: none;
}

.shop_table .coupon [type="text"] {
  width: auto;
  height: 50px;
}

.shop_table .coupon [type="submit"] {
  position: relative;
  top: 0;
  margin-left: 10px;
}

.shop_table .coupon [type="submit"]:last-child {
  margin-left: auto;
}

@media (max-width: 768px) {
  .shop_table .coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shop_table .coupon [type='text'] {
    width: 100%;
  }
  .shop_table .coupon [type='submit'], .shop_table .coupon [type='submit']:last-child {
    margin: 20px 5px 0 5px;
  }
}

@media (max-width: 991px) {
  .shop_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.cart-collaterals {
  clear: both;
  margin-top: 3em;
  display: flex;
  flex-direction: column;
}

.cart-collaterals h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
  text-align: left;
}

.cart-collaterals .cart_totals {
  order: -1;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 3em;
}

/*shop checkout*/
.checkout:before, .checkout:after {
  display: block;
  content: '';
  clear: both;
}

.woocommerce-NoticeGroup {
  margin-bottom: 30px;
}

.col2-set {
  margin: 0 -15px;
}

.col2-set .col-1,
.col2-set .col-2 {
  max-width: none;
}

.col2-set .col-1 .woocommerce-billing-fields:after,
.col2-set .col-2 .woocommerce-billing-fields:after {
  content: '';
  display: block;
  clear: both;
}

.col2-set .col-2 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .col2-set#customer_details {
    flex-direction: column;
    width: 65%;
    float: left;
  }
  .col2-set ~ #order_review_heading,
  .col2-set ~ #order_review {
    float: right;
    width: 32%;
    margin-top: 0;
  }
}

td.product-name {
  width: 700px;
}

#payment ul {
  margin: 1em 0;
  list-style: none;
  padding-left: 0;
}

#payment [type="radio"] {
  opacity: 0;
  margin-left: -10px;
}

#payment label {
  margin-bottom: 0;
}

.wc_payment_method .payment_box {
  margin-top: 0.8em;
  padding: 0.8em 1em;
  background-color: rgba(150, 150, 150, 0.05);
}

.place-order.form-row {
  display: block;
  margin: 2em 0;
}

.woocommerce-MyAccount-content .form-row input, .woocommerce-MyAccount-content .form-row .select_container, .woocommerce-MyAccount-content .form-row textarea {
  width: 70%;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .form-row input, .woocommerce-MyAccount-content .form-row .select_container, .woocommerce-MyAccount-content .form-row textarea {
    width: 100%;
  }
}

.woocommerce-MyAccount-content form > p:last-child {
  margin-top: 40px;
}

p.form-row {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
}

p.form-row label {
  display: block;
  margin-bottom: 0;
  width: 30%;
  padding-right: 15px;
  text-align: left;
}

p.form-row .woocommerce-input-wrapper {
  flex-grow: 1;
}

p.form-row .select_container {
  max-width: none;
}

p.form-row .select_container select {
  width: 100%;
}

p.form-row input[type="submit"], p.form-row input[type="checkbox"] {
  width: auto;
}

p.form-row input[type="checkbox"] {
  display: block;
}

@media (max-width: 768px) {
  p.form-row {
    flex-direction: column;
  }
  p.form-row label, p.form-row input, p.form-row .select_container, p.form-row textarea {
    width: 100%;
  }
  p.form-row .woocommerce-input-wrapper {
    width: 100%;
  }
  p.form-row label {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  p.form-row.form-row-first {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  p.form-row.form-row-last {
    width: 50%;
    float: left;
    padding-left: 15px;
  }
}

p.form-row.notes, p.form-row.form-row-wide {
  width: 100%;
  clear: both;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
  display: none;
  width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .lost_reset_password,
  form.login {
    width: 50%;
    margin: auto;
  }
}

.lost_reset_password .button,
form.login .button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.lost_reset_password .woocommerce-form-row label,
form.login .woocommerce-form-row label {
  display: none;
}

/*shop account subpages*/
.woocommerce-MyAccount-navigation {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-left: 60px;
    float: right;
    width: 30%;
  }
  .woocommerce-MyAccount-content {
    float: left;
    width: 70%;
  }
}

/*
order details
*/
.woocommerce-order-details {
  margin-top: 2.5em;
}

.woocommerce-customer-details {
  margin-top: 3.5em;
}

.woocommerce-customer-details h3 {
  margin-top: 1em;
}

ul.wc-item-downloads {
  margin: 0.5em 0;
  list-style: none;
}

.order-again {
  margin-top: 2em;
}

.product_list_widget li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_list_widget li a {
  width: 100%;
  display: inline-block;
}

.widget.woocommerce .select_container::after, .widget.woocommerce .select_container::before, .woocommerce-input-wrapper .select_container::after, .woocommerce-input-wrapper .select_container::before {
  z-index: 4;
}

.widget.woocommerce .select2-container .select2-selection--single, .woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 50px;
}

.widget.woocommerce .select2-container .select2-selection__rendered, .woocommerce-input-wrapper .select2-container .select2-selection__rendered {
  line-height: 50px;
  padding-left: 30px;
  font-weight: 600;
  font-style: italic;
  color: #000;
}

.widget.woocommerce .select2-container .select2-selection__placeholder, .woocommerce-input-wrapper .select2-container .select2-selection__placeholder {
  font-weight: 600;
  font-style: italic;
  color: #000;
}

.widget.woocommerce .select2-container--default .select2-selection--single, .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  background-color: #f0f0f0;
}

.group_table tbody, .group_table tr {
  border: 1px solid #d5d3cf;
}

.woocommerce-terms-and-conditions-wrapper + button {
  margin-top: 40px;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-account h2 {
  margin-top: 0;
  text-align: center;
}

.woocommerce legend {
  color: #000;
  font-weight: 600;
}

.woocommerce-mini-cart__buttons .button:first-child {
  margin-right: 5px;
}

/*# sourceMappingURL=../../sourcemaps/shop.css.map */
