/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 0.3342343017em; }

.form-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  .form-row label {
    display: block; }
    .form-row label.inline {
      display: inline; }
  .form-row input,
  .form-row textarea,
  .form-row select {
    width: 100%; }
  .form-row input[type=checkbox],
  .form-row input[type=radio] {
    width: auto; }
  .form-row .button, .form-row article .more-link, article .form-row .more-link {
    width: auto; }
  .form-row.create-account label {
    display: inline-block; }
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d; }
  .form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c; }

.form-row-first {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-first {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-last {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0 !important; }
  @media (min-width: 576px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-last {
      padding-right: 15px;
      padding-left: 15px; } }

.form-row-wide {
  clear: both;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }

.required {
  border-bottom: 0 !important;
  color: red; }

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .col2-set {
      margin-right: -15px;
      margin-left: -15px; } }
  .col2-set .col-1, .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .col2-set .col-1, .col2-set .col-2 {
        flex: 0 0 50%;
        max-width: 50%; } }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3D9CD2;
  color: #fff;
  z-index: 999; }
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block; }
    .demo_store a:hover {
      text-decoration: none; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 7em /*rtl:6.2em */;
  font-family: 'star';
  font-weight: 900;/*400*/
  word-break: keep-all; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";/*Se descomento esta linea*/
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #2c2d33; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700; }

p.stars {
  display: inline-block;
  margin: 0; }
  p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
    font-weight: 900;/*400*/
    font-size: 18px; }
    p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f005";/*f006*/
      color: #43454b;
      text-indent: 0;
      opacity: .25; }
    p.stars a:hover ~ a:before {
      content: "\f005";
      color: #43454b;
      opacity: .25; }
  p.stars:hover a:before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }
  p.stars.selected a.active:before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }
  p.stars.selected a.active ~ a:before {
    content: "\f005";
    color: #43454b;
    opacity: .25; }
  p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #fed700;
    opacity: 1; }

.products .product .onsale {
  position: absolute;
  right: 0;
  background-color: #62ab00;
  color: #fff;
  font-size: 0.857em;
  line-height: 1.833em;
  border-radius: 4px;
  padding: 0 0.667em; }

.products .product:hover .onsale {
  display: none; }

.products .product a {
  position: relative; }

.quantity .qty {
  width: 5.235801032em;
  text-align: center;
  padding-left: 20px; }

.quantity.buttons_added {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .quantity.buttons_added {
      width: 170px; } }
  .quantity.buttons_added .qty {
    width: 9em;
    /* 50%;*/ }
    @media (min-width: 768px) {
      .quantity.buttons_added .qty {
        width: 100%; } }
  .quantity.buttons_added .minus, .quantity.buttons_added .plus {
    background-color: #ededed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333e48;
    padding: 0;
    font-size: 13.46px;
    font-weight: 300;
    position: absolute;
    bottom: 8px; }
    .quantity.buttons_added .minus:focus, .quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:focus, .quantity.buttons_added .plus:hover {
      outline: none;
      background-color: #000;
      color: #fff; }
  .quantity.buttons_added .minus {
    right: 8px; }
    @media (max-width: 767px) {
      .quantity.buttons_added .minus {
        right: 0;
        /*142px;*/
        left: 8em; } }
  .quantity.buttons_added .plus {
    right: 41px; }
    @media (max-width: 767px) {
      .quantity.buttons_added .plus {
        right: 0;
        /*179px;*/
        left: 5em; } }

.techmarket-sorting {
  font-size: 0.875em;
  margin-bottom: 2.617924em; }

.woocommerce-tabs ul.tabs,
.woocommerce-tabs .tm-tabs,
.techmarket-tabs ul.tabs,
.techmarket-tabs .tm-tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .woocommerce-tabs ul.tabs li,
  .woocommerce-tabs .tm-tabs li,
  .techmarket-tabs ul.tabs li,
  .techmarket-tabs .tm-tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .woocommerce-tabs ul.tabs li a,
    .woocommerce-tabs .tm-tabs li a,
    .techmarket-tabs ul.tabs li a,
    .techmarket-tabs .tm-tabs li a {
      padding: 1em 0;
      display: block;
      font-size: 15px;
      color: #444;
      font-weight: 500; }

.woocommerce-tabs .panel > h2,
.techmarket-tabs .panel > h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 13px;
  color: #090909; }

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em; }

.woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received,
.track-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15); }
  .woocommerce-message::after, .woocommerce-order-received .woocommerce-thankyou-order-received::after,
  .track-order .woocommerce-thankyou-order-received::after,
  .woocommerce-view-order .woocommerce-thankyou-order-received::after,
  .woocommerce-info::after,
  .woocommerce-error::after,
  .woocommerce-noreviews::after,
  p.no-comments::after {
    display: block;
    content: "";
    clear: both; }
  .woocommerce-message a, .woocommerce-order-received .woocommerce-thankyou-order-received a,
  .track-order .woocommerce-thankyou-order-received a,
  .woocommerce-view-order .woocommerce-thankyou-order-received a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: #fff; }
    .woocommerce-message a:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a:hover,
    .track-order .woocommerce-thankyou-order-received a:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    p.no-comments a:hover {
      color: #fff;
      opacity: 0.7; }
    .woocommerce-message a.button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a.button:hover,
    .track-order .woocommerce-thankyou-order-received a.button:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received a.button:hover, .woocommerce-message article a.more-link:hover, article .woocommerce-message a.more-link:hover, .woocommerce-order-received .woocommerce-thankyou-order-received article a.more-link:hover, article .woocommerce-order-received .woocommerce-thankyou-order-received a.more-link:hover,
    .track-order .woocommerce-thankyou-order-received article a.more-link:hover, article
    .track-order .woocommerce-thankyou-order-received a.more-link:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received article a.more-link:hover, article
    .woocommerce-view-order .woocommerce-thankyou-order-received a.more-link:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-info article a.more-link:hover, article
    .woocommerce-info a.more-link:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-error article a.more-link:hover, article
    .woocommerce-error a.more-link:hover,
    .woocommerce-noreviews a.button:hover,
    .woocommerce-noreviews article a.more-link:hover, article
    .woocommerce-noreviews a.more-link:hover,
    p.no-comments a.button:hover,
    p.no-comments article a.more-link:hover, article
    p.no-comments a.more-link:hover {
      opacity: 1; }
  .woocommerce-message .button, .woocommerce-order-received .woocommerce-thankyou-order-received .button,
  .track-order .woocommerce-thankyou-order-received .button,
  .woocommerce-view-order .woocommerce-thankyou-order-received .button, .woocommerce-message article .more-link, article .woocommerce-message .more-link, .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link, article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link,
  .track-order .woocommerce-thankyou-order-received article .more-link, article
  .track-order .woocommerce-thankyou-order-received .more-link,
  .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link, article
  .woocommerce-view-order .woocommerce-thankyou-order-received .more-link,
  .woocommerce-info .button,
  .woocommerce-info article .more-link, article
  .woocommerce-info .more-link,
  .woocommerce-error .button,
  .woocommerce-error article .more-link, article
  .woocommerce-error .more-link,
  .woocommerce-noreviews .button,
  .woocommerce-noreviews article .more-link, article
  .woocommerce-noreviews .more-link,
  p.no-comments .button,
  p.no-comments article .more-link, article
  p.no-comments .more-link {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0; }
    .woocommerce-message .button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received .button:hover,
    .track-order .woocommerce-thankyou-order-received .button:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received .button:hover, .woocommerce-message article .more-link:hover, article .woocommerce-message .more-link:hover, .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link:hover, article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link:hover,
    .track-order .woocommerce-thankyou-order-received article .more-link:hover, article
    .track-order .woocommerce-thankyou-order-received .more-link:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link:hover, article
    .woocommerce-view-order .woocommerce-thankyou-order-received .more-link:hover,
    .woocommerce-info .button:hover,
    .woocommerce-info article .more-link:hover, article
    .woocommerce-info .more-link:hover,
    .woocommerce-error .button:hover,
    .woocommerce-error article .more-link:hover, article
    .woocommerce-error .more-link:hover,
    .woocommerce-noreviews .button:hover,
    .woocommerce-noreviews article .more-link:hover, article
    .woocommerce-noreviews .more-link:hover,
    p.no-comments .button:hover,
    p.no-comments article .more-link:hover, article
    p.no-comments .more-link:hover {
      background: none;
      color: #fff;
      opacity: 0.7; }
  .woocommerce-message pre, .woocommerce-order-received .woocommerce-thankyou-order-received pre,
  .track-order .woocommerce-thankyou-order-received pre,
  .woocommerce-view-order .woocommerce-thankyou-order-received pre,
  .woocommerce-info pre,
  .woocommerce-error pre,
  .woocommerce-noreviews pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1); }

.woocommerce-info,
.woocommerce-message,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.track-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout,
.woocommerce-error {
  width: 100%; }

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-message:first-child, .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-message:first-child, .woocommerce-order-received .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-order-received .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child, .section-product-cards-carousel-tabs .woocommerce-order-received .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-order-received .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.track-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.track-order .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child, .section-product-cards-carousel-tabs
.track-order .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.track-order .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.woocommerce-view-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.woocommerce-view-order .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child, .section-product-cards-carousel-tabs
.woocommerce-view-order .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.woocommerce-view-order .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-info:first-child, .section-product-cards-carousel-tabs
.site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child,
.site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-error:first-child, .section-product-cards-carousel-tabs
.site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em; }

.woocommerce-error {
  list-style: none; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2; }

.woocommerce-error {
  background-color: #e2401c; }

dl.variation {
  font-size: 0.875em; }
  dl.variation dd {
    margin: 0 0 1em; }

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none; }
  .wc-item-meta li::after {
    display: block;
    content: "";
    clear: both; }
  .wc-item-meta li strong,
  .wc-item-meta li p {
    display: inline-block; }

/**
 * Homepage
 */
.techmarket-product-section .section-title {
  text-align: center;
  margin-bottom: 1.618em; }

.techmarket-product-section:last-child {
  border-bottom: 0; }

@media (min-width: 768px) {
  .demo_store {
    bottom: 0; }
    .demo_store a {
      background: rgba(0, 0, 0, 0.1);
      float: right;
      display: inline-block;
      margin: -1em -1.41575em -1em 0;
      padding: 1em 1.41575em; }
  /**
	 * Responsive tables
	 */
  .shop_table_responsive thead {
    display: table-header-group; }
  .shop_table_responsive tbody th {
    display: table-cell; }
  .shop_table_responsive tr td {
    display: table-cell; }
    .shop_table_responsive tr td:before {
      display: none; }
  /**
	 * Header Elements
	 */
  .site-search form {
    margin: 0; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .techmarket-sorting {
    margin-bottom: 2.617924em; }
    .techmarket-sorting::after {
      display: block;
      content: "";
      clear: both; }
    .techmarket-sorting select {
      width: auto; }
  .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  /**
	 * My Account
	 */
  table + .addresses {
    margin-top: 1.618em; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-right: 0; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-right: 5.8823529412%; }
  table.my_account_orders {
    font-size: 0.875em; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: right;
    margin-right: 0; }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
      width: 46.6666666667%;
      float: left;
      margin-right: 6.6666666667%; }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
      width: 46.6666666667%;
      float: right;
      margin-right: 0; }
  /**
	 * General WooCommerce Components
	 */
  .form-row {
    margin-bottom: 1.438em;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .form-row {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 768px) {
  .form-row-first {
    clear: both;
    flex: 0 0 50%;
    max-width: 50%; }
  .form-row-last {
    flex: 0 0 50%;
    max-width: 50%; }
  .form-row-wide {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .form-row-wide {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 568px) and (max-width: 100%) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem; } }

@media (min-width: 1200px) {
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%; }
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0; } }

/**
 * Products
 */
.products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both; }
  .products::after {
    display: block;
    content: "";
    clear: both; }
  .products .product {
    font-size: 0.875em;
    text-align: center;
    border: 2px solid transparent;
    padding: 15px 13px;
    margin-left: 0;
    position: relative;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.25s ease 0s; }
    .products .product .sale-saved-label {
      font-size: 1.357em;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      border-radius: 100px;
      font-weight: 500;
      flex-shrink: 0;
      background-color: #62ab00;
      position: absolute;
      top: 1px;
      left: 0;
      bottom: 0;
      right: 0; }
      .products .product .sale-saved-label .saved-label-amount .woocommerce-Price-currencySymbol {
        font-size: 13.67px;
        font-weight: normal; }
      .products .product .sale-saved-label .saved-label-text {
        font-size: 0.526em;
        line-height: 1.4; }
    @media (min-width: 1140px) {
      .products .product:focus, .products .product:hover {
        border-color: #ebebeb;
        border-bottom-right-radius: 0;
        border-bottom-color: transparent;
        border-bottom-left-radius: 0; }
        .products .product:focus .hover-area, .products .product:hover .hover-area {
          opacity: 1;
          border-color: #ebebeb;
          -webkit-transform: translate(0, 0px);
          -ms-transform: translate(0, 0px);
          -o-transform: translate(0, 0px);
          transform: translate(0, 0px);
          top: 99%;
          z-index: 20; }
      .products .product .hover-area {
        text-align: center;
        padding: 0 13px 15px 13px;
        background: #fff;
        border: 2px solid transparent;
        border-top: none;
        width: auto;
        z-index: -1;
        position: absolute;
        display: block;
        left: -2px;
        right: -2px;
        top: 99%;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
        border-radius: 0px 0px 5px 5px;
        transition: all 0.25s ease 0s; } }
    .products .product .woocommerce-LoopProduct-link {
      display: block; }
      @media (max-width: 1199px) {
        .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 0; /*14px;*/ } }
      @media (max-width: 767px) {
        .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 0; } }
      .products .product .woocommerce-LoopProduct-link:focus, .products .product .woocommerce-LoopProduct-link:hover {
        text-decoration: none; }
    .products .product h2,
    .products .product h3,
    .products .product .woocommerce-loop-product__title {
      line-height: 1.5em;
      font-weight: 400;
      color: #626060;
      font-size: 1em;
      overflow: hidden;
      max-height: 42px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }
    .products .product .techmarket-product-rating {
      color: #cbcbcb; }
      @media (max-width: 767px) {
        .products .product .techmarket-product-rating {
          display: none; } }
    .products .product .star-rating,
    .products .product .price {
      margin: 0 auto; }
    .products .product .star-rating {
      font-size: 0.875em;
      display: inline-block;
      vertical-align: top;
      margin-right: 0.375em; }
    .products .product img {
      display: block;
      margin: 0 auto 6px; }
    .products .product .price {
      display: block;
      margin-bottom: 0.286em; }
      .products .product .price .amount {
        line-height: 1em; text-decoration: none; }
      .products .product .price ins {
        background-color: transparent; }
    .products .product .button, .products .product article .more-link, article .products .product .more-link,
    .products .product .added_to_cart {
      display: block;
      border: 2px solid;
      border-radius: 2.286em;
      font-weight: 400;
      background-color: transparent;
      font-size: 1em;
      line-height: 0.786em;
      margin-bottom: .8em;
      padding: .74em 1.41575em;
      transition: all .25s ease 0s; }
      .products .product .button:hover, .products .product article .more-link:hover, article .products .product .more-link:hover,
      .products .product .added_to_cart:hover {
        color: #fff; }
      .products .product .button:focus, .products .product article .more-link:focus, article .products .product .more-link:focus, .products .product .button:hover, .products .product article .more-link:hover, article .products .product .more-link:hover,
      .products .product .added_to_cart:focus,
      .products .product .added_to_cart:hover {
        text-decoration: none;
        outline: none;
        box-shadow: none; }
    .products .product .button.added, .products .product article .added.more-link, article .products .product .added.more-link {
      display: none; }
    .products .product .added_to_cart {
      display: flex;
      justify-content: center;
      align-items: center; }
    .products .product:hover .yith-wcwl-add-to-wishlist {
      display: block; }
    .products .product .discount-ribbon {
      position: absolute;
      top: 0;
      right: 13px;
      min-width: 51px;
      color: #fff;
      background: #62ab00;
      font-weight: 500;
      font-size: 0.750em;
      line-height: 2.000em; }

@media (min-width: 768px) and (max-width: 1199px) {
  #grid .columns-8 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-7 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-6 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-5 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-4 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-3 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-2 .products .product:not(:nth-child(4n+1)):before,
  #grid .columns-1 .products .product:not(:nth-child(4n+1)):before {
    content: " ";
    height: 226px;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0%, -50%); } }

@media (min-width: 992px) {
  #grid .products .product:not(.first)::before {
    content: " ";
    height: 226px;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0%, -50%); } }

#grid .products .product:hover::before {
  opacity: 0; }

@media (min-width: 550px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 576px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 768px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 992px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 550px) and (min-width: 1200px) {
    .products {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 550px) {
    .products .product {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 576px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 768px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 992px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 550px) and (min-width: 1200px) {
      .products .product {
        padding-right: 15px;
        padding-left: 15px; } }

@media (min-width: 550px) and (max-width: 767px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .products:not(.slick-slider) .product {
    /*flex: 0 0 50%;
    max-width: 50%;*/ } }

@media (min-width: 992px) and (max-width: 1199px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 50%/*33.3333333333%*/;
    max-width: 50%/*33.3333333333%*/; } }

@media (min-width: 1200px) {
  .products:not(.slick-slider) .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

/**
 * Columns
 */
@media (max-width: 1199px) {
  .columns-1 .products:not(.slick-slider) .product {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .columns-1 .products:not(.slick-slider) .product {
    flex: 0 0 100%;
    max-width: 100%; }
  .columns-2 .products:not(.slick-slider) .product {
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-3 .products:not(.slick-slider) .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .columns-4 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
  .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 20%;
    max-width: 20%; }
  .columns-6 .products:not(.slick-slider) .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .columns-7 .products:not(.slick-slider) .product {
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%; }
  .columns-8 .products:not(.slick-slider) .product {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product::before,
    .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product::before {
      content: " ";
      height: 226px;
      width: 1px;
      background-color: #ebebeb;
      position: absolute;
      left: -3px;
      top: 50%;
      transform: translate(0%, -50%); }
    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before,
    .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before {
      display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .left-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .left-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
  .right-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .right-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 25%;
    max-width: 25%; }
  .left-sidebar .columns-8 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-7 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-6 .products .product:nth-child(4n+1)::before,
  .left-sidebar .columns-5 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-8 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-7 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-6 .products .product:nth-child(4n+1)::before,
  .right-sidebar .columns-5 .products .product:nth-child(4n+1)::before {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .full-width #grid .columns-8 .products:not(.slick-slider) .product,
  .full-width #grid .columns-7 .products:not(.slick-slider) .product,
  .full-width #grid .columns-6 .products:not(.slick-slider) .product,
  .full-width #grid .columns-5 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-8 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-7 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-6 .products:not(.slick-slider) .product,
  .full-width #grid-extended .columns-5 .products:not(.slick-slider) .product {
    flex: 0 0 20%;
    max-width: 20%; }
  .full-width .columns-8 .products .product:nth-child(5n+1)::before,
  .full-width .columns-7 .products .product:nth-child(5n+1)::before,
  .full-width .columns-6 .products .product:nth-child(5n+1)::before,
  .full-width .columns-5 .products .product:nth-child(5n+1)::before {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar .columns-8 .products .product.first::before,
  .left-sidebar .columns-7 .products .product.first::before,
  .left-sidebar .columns-6 .products .product.first::before,
  .left-sidebar .columns-5 .products .product.first::before,
  .right-sidebar .columns-8 .products .product.first::before,
  .right-sidebar .columns-7 .products .product.first::before,
  .right-sidebar .columns-6 .products .product.first::before,
  .right-sidebar .columns-5 .products .product.first::before,
  .full-width .columns-8 .products .product.first::before,
  .full-width .columns-7 .products .product.first::before,
  .full-width .columns-6 .products .product.first::before,
  .full-width .columns-5 .products .product.first::before {
    content: " ";
    height: 226px;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0%, -50%); }
  .left-sidebar #grid-extended .columns-8 .products .product.first::before,
  .left-sidebar #grid-extended .columns-7 .products .product.first::before,
  .left-sidebar #grid-extended .columns-6 .products .product.first::before,
  .left-sidebar #grid-extended .columns-5 .products .product.first::before,
  .right-sidebar #grid-extended .columns-8 .products .product.first::before,
  .right-sidebar #grid-extended .columns-7 .products .product.first::before,
  .right-sidebar #grid-extended .columns-6 .products .product.first::before,
  .right-sidebar #grid-extended .columns-5 .products .product.first::before,
  .full-width #grid-extended .columns-8 .products .product.first::before,
  .full-width #grid-extended .columns-7 .products .product.first::before,
  .full-width #grid-extended .columns-6 .products .product.first::before,
  .full-width #grid-extended .columns-5 .products .product.first::before {
    height: 90%; } }

.products-carousel-with-bg .products .product .woocommerce-loop-product__title,
.products-carousel-with-bg .products .product h2, .products-carousel-with-bg .products .product h3,
.product-carousel-with-banners .products .product .woocommerce-loop-product__title,
.product-carousel-with-banners .products .product h2,
.product-carousel-with-banners .products .product h3,
.products-carousel-with-vertical-tabs .products .product .woocommerce-loop-product__title,
.products-carousel-with-vertical-tabs .products .product h2,
.products-carousel-with-vertical-tabs .products .product h3,
.carousel-tabs-with-no-hover .products .product .woocommerce-loop-product__title,
.carousel-tabs-with-no-hover .products .product h2,
.carousel-tabs-with-no-hover .products .product h3,
.section-categories-filter .products .product .woocommerce-loop-product__title,
.section-categories-filter .products .product h2,
.section-categories-filter .products .product h3 {
  height: 42px; }

@media (max-width: 767px) {
  .products:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap; }
    .products:not(.slick-initialized) .product {
      width: 50%; }
  .products .product {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    justify-content: center; }
    .products .product .hover-area {
      display: none; }
  .products .product:not(.sale-product-with-timer):not(.landscape-product-widget):not(.list-view-large):not(.list-view):not(.list-view-small):not(.content-landscape-product-card-with-gallery):not(.onsale-product-carousel-with-timer):not(.landscape-product-card-featured):not(.product-carousel-with-timer-gallery):not(.product-category) {
    border-radius: 0;
    box-shadow: inset 0px 0px 0px 1px #ddd; }
  .products .product-category.slick-slide {
    min-height: 226px;
    display: flex;
    align-items: center; } }

/**
 * Products List
 */
.products .list-view.product,
.products .list-view-large.product,
.products .list-view-small.product {
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .products .list-view.product,
    .products .list-view-large.product,
    .products .list-view-small.product {
      padding: 30px 0; } }
  .products .list-view.product + .list-view.product,
  .products .list-view.product + .list-view-large.product,
  .products .list-view.product + .list-view-small.product,
  .products .list-view-large.product + .list-view.product,
  .products .list-view-large.product + .list-view-large.product,
  .products .list-view-large.product + .list-view-small.product,
  .products .list-view-small.product + .list-view.product,
  .products .list-view-small.product + .list-view-large.product,
  .products .list-view-small.product + .list-view-small.product {
    border-top: 1px solid #ebebeb; }
  @media (min-width: 576px) {
    .products .list-view.product img,
    .products .list-view-large.product img,
    .products .list-view-small.product img {
      margin-bottom: 0; } }
  .products .list-view.product .woocommerce-product-details__short-description ul,
  .products .list-view-large.product .woocommerce-product-details__short-description ul,
  .products .list-view-small.product .woocommerce-product-details__short-description ul {
    margin: 0 0 2em 0;
    padding-left: 16px;
    height: 108px;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist {
      width: auto;
      left: auto;
      right: 0; } }
  @media (max-width: 1399px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      top: 2px;
      right: 5px;
      left: auto; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: -8px;
    right: auto;
    left: -21px; } }
  @media (min-width: 1200px) {
    .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      top: 0;
      line-height: 1;
      right: 28px; } }
  .products .list-view.product .yith-wcwl-add-to-wishlist,
  .products .list-view-large.product .yith-wcwl-add-to-wishlist,
  .products .list-view-small.product .yith-wcwl-add-to-wishlist {
    display: block; }
  .products .list-view.product .media,
  .products .list-view-large.product .media,
  .products .list-view-small.product .media {
    align-items: stretch; }
    @media (max-width: 767px) {
      .products .list-view.product .media,
      .products .list-view-large.product .media,
      .products .list-view-small.product .media {
        flex-direction: column; } }
  .products .list-view.product .media-body,
  .products .list-view-large.product .media-body,
  .products .list-view-small.product .media-body {
    display: flex; }
    @media (max-width: 767px) {
      .products .list-view.product .media-body,
      .products .list-view-large.product .media-body,
      .products .list-view-small.product .media-body {
        flex-direction: column; } }
    .products .list-view.product .media-body .product-info,
    .products .list-view-large.product .media-body .product-info,
    .products .list-view-small.product .media-body .product-info {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      text-align: left;
      position: relative; }
      @media (min-width: 576px) {
        .products .list-view.product .media-body .product-info,
        .products .list-view-large.product .media-body .product-info,
        .products .list-view-small.product .media-body .product-info {
          padding: 0 20px; } }
      .products .list-view.product .media-body .product-info .star-rating,
      .products .list-view-large.product .media-body .product-info .star-rating,
      .products .list-view-small.product .media-body .product-info .star-rating {
        margin: 0 0 20px 0; }
      .products .list-view.product .media-body .product-info .brand img,
      .products .list-view-large.product .media-body .product-info .brand img,
      .products .list-view-small.product .media-body .product-info .brand img {
        margin: 0 0 20px 0;
        max-width: 100px; }
      .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
      .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
      .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
        font-size: 1.5em;
        font-weight: 500;
        color: #444;
        margin-bottom: 6px;
        line-height: 1.2;
        margin-right: 40px;
        height: auto;
        margin-bottom: 16px;
        overflow: visible; }
        @media (max-width: 1199px) {
          .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
          .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
          .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
            height: auto;
            max-height: 100%; } }
    .products .list-view.product .media-body .product-actions,
    .products .list-view-large.product .media-body .product-actions,
    .products .list-view-small.product .media-body .product-actions {
      margin: 14px 0; }
      @media (min-width: 1200px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          flex: 0 0 25.3333333333%;
          max-width: 25.3333333333%;
          border-left: 1px solid #ebebeb; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; } }
      @media (min-width: 992px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          padding-left: 30px; } }

@media (min-width: 576px) and (max-width: 1199px) {
  .products .list-view.product .media-body .product-actions,
  .products .list-view-large.product .media-body .product-actions,
  .products .list-view-small.product .media-body .product-actions {
    padding-left: 20px; } }
      @media (max-width: 767px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
          padding-right: 20px; } }
      .products .list-view.product .media-body .product-actions .availability, .products .list-view.product .media-body .product-actions .price,
      .products .list-view-large.product .media-body .product-actions .availability,
      .products .list-view-large.product .media-body .product-actions .price,
      .products .list-view-small.product .media-body .product-actions .availability,
      .products .list-view-small.product .media-body .product-actions .price {
        text-align: left; }
      .products .list-view.product .media-body .product-actions .price,
      .products .list-view-large.product .media-body .product-actions .price,
      .products .list-view-small.product .media-body .product-actions .price {
        font-size: 1.857em;
        display: flex;
        margin-bottom: 0.76em;
        flex-wrap: wrap;
        align-items: center; }

@media (min-width: 576px) and (max-width: 991px) {
  .products .list-view.product .media-body .product-actions .price,
  .products .list-view-large.product .media-body .product-actions .price,
  .products .list-view-small.product .media-body .product-actions .price {
    font-size: 1.429em; } }
        .products .list-view.product .media-body .product-actions .price ins + del,
        .products .list-view-large.product .media-body .product-actions .price ins + del,
        .products .list-view-small.product .media-body .product-actions .price ins + del {
          margin-left: 0; }
        .products .list-view.product .media-body .product-actions .price del,
        .products .list-view-large.product .media-body .product-actions .price del,
        .products .list-view-small.product .media-body .product-actions .price del {
          font-size: 0.577em; }
        .products .list-view.product .media-body .product-actions .price ins,
        .products .list-view-large.product .media-body .product-actions .price ins,
        .products .list-view-small.product .media-body .product-actions .price ins {
          order: 2;
          margin: 0;
          line-height: 1;
          width: 100%; }

.products .list-view.product .media > img {
  height: 100%; }
  @media (min-width: 768px) {
    .products .list-view.product .media > img {
      flex: 0 0 15.7666666667%;
      max-width: 15.7666666667%; } }

.products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
  font-size: 1.286em;
  height: auto;
  margin-bottom: 16px;
  overflow: visible; }

.products .list-view.product .woocommerce-product-details__short-description ul {
  height: 88px; }

.products .list-view-small.product .media > img {
  height: 100%; }
  @media (min-width: 768px) {
    .products .list-view-small.product .media > img {
      flex: 0 0 8.4166666667%;
      max-width: 8.4166666667%; } }

.products .list-view-small.product .woocommerce-product-details__short-description ul {
  height: 44px;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .products .list-view-small.product .media-body .product-info {
    margin-right: 20px; } }

.products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
  font-size: 1.071em;
  height: auto;
  margin-bottom: 16px;
  overflow: visible; }

@media (min-width: 1200px) {
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0;
    border-left: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .list-view-small.product .media-body .product-actions {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1200px) {
  .products .list-view-small.product .woocommerce-product-details__short-description {
    padding-right: 80px; } }

@media (min-width: 576px) {
  .products .list-view-large.product .media > img {
    flex: 0 0 23.8333333333%;
    max-width: 23.8333333333%; } }

.products .list-view-large.product .sku_wrapper {
  color: #b3b2b2; }

.columns-1 .products .list-view.product,
.columns-1 .products .list-view-large.product,
.columns-1 .products .list-view-small.product,
.columns-2 .products .list-view.product,
.columns-2 .products .list-view-large.product,
.columns-2 .products .list-view-small.product,
.columns-3 .products .list-view.product,
.columns-3 .products .list-view-large.product,
.columns-3 .products .list-view-small.product,
.columns-4 .products .list-view.product,
.columns-4 .products .list-view-large.product,
.columns-4 .products .list-view-small.product,
.columns-5 .products .list-view.product,
.columns-5 .products .list-view-large.product,
.columns-5 .products .list-view-small.product,
.columns-6 .products .list-view.product,
.columns-6 .products .list-view-large.product,
.columns-6 .products .list-view-small.product,
.columns-7 .products .list-view.product,
.columns-7 .products .list-view-large.product,
.columns-7 .products .list-view-small.product,
.columns-8 .products .list-view.product,
.columns-8 .products .list-view-large.product,
.columns-8 .products .list-view-small.product {
  flex: 0 0 100%;
  max-width: 100%; }

.products .sale-product-with-timer {
  text-align: left;
  padding: 1.572em 1.643em 1.715em 2.1em; }
  .products .sale-product-with-timer:focus, .products .sale-product-with-timer:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .products .sale-product-with-timer .price {
    font-size: 1.500em;
    margin-bottom: .1em; }
    .products .sale-product-with-timer .price del {
      font-size: 0.762em; }
  .products .sale-product-with-timer a:hover {
    color: #383838; }
  .products .sale-product-with-timer img {
    margin-bottom: 12px; }
    @media (min-width: 1590px) {
      .products .sale-product-with-timer img {
        min-width: 300px; } }
    @media (max-width: 575px) {
      .products .sale-product-with-timer img {
        min-width: 100%; } }
  .products .sale-product-with-timer .price-and-title {
    padding-top: 7px; }
    .products .sale-product-with-timer .price-and-title h3 {
      font-size: 1.143em; }
  .products .sale-product-with-timer .sale-product-with-timer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 11px; }
  .products .sale-product-with-timer .sale-label-outer {
    position: relative;
    min-width: 78px; }
    .products .sale-product-with-timer .sale-label-outer::after {
      content: "";
      display: block;
      margin-top: 100%; }
  .products .sale-product-with-timer .deal-countdown-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.214em; }
    @media (max-width: 1400px) {
      .products .sale-product-with-timer .deal-countdown-timer {
        flex-direction: column;
        padding-right: 0; } }
    .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
      flex-wrap: wrap;
      display: flex;
      color: #090909;
      max-width: 120px;
      line-height: 1.1; }
      @media (max-width: 1400px) {
        .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
          text-align: center;
          margin: 6px 0 16px 0; }
          .products .sale-product-with-timer .deal-countdown-timer .marketing-text span {
            width: 100%; } }
      .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-1 {
        width: 100%;
        font-size: 1.286em;
        font-weight: 500; }
      .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-2 {
        font-weight: 200;
        font-size: 1.071em; }
    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown {
      display: flex;
      text-align: center;
      min-width: 230px;
      justify-content: space-around; }
      .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span {
        flex-wrap: wrap;
        display: flex;
        color: #383838;
        width: 50px; }
        .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span b {
          width: 100%;
          font-size: 0.715em;
          text-transform: uppercase; }
        .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span .value {
          width: 100%;
          font-size: 1.429em;
          font-weight: 500;
          background-color: #eeeeee;
          border-radius: 100px;
          padding: 0.450em 0;
          margin-bottom: 0.4em; }

.product-with-timer-gallery .products .product .sale-label-outer {
  position: absolute;
  top: 20%;
  left: 6%;
  z-index: 999; }
  @media (max-width: 767px) {
    .product-with-timer-gallery .products .product .sale-label-outer {
      top: 0%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-with-timer-gallery .products .product .sale-label-outer {
    top: 5%;
    left: 4%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-with-timer-gallery .products .product .sale-label-outer {
    top: 0;
    left: 4%; } }
  .product-with-timer-gallery .products .product .sale-label-outer .sale-saved-label {
    width: 78px;
    height: 78px;
    position: relative; }

.products .product-category, .product-loop-categories .product-category {
  background-color: #f9f9f9; }
  .products .product-category:focus, .products .product-category:hover, .product-loop-categories .product-category:focus, .product-loop-categories .product-category:hover {
    border-color: transparent; }
  .products .product-category a, .product-loop-categories .product-category a {
    display: block;
    width: 100%; }
    .products .product-category a:focus, .products .product-category a:hover, .product-loop-categories .product-category a:focus, .product-loop-categories .product-category a:hover {
      text-decoration: none; }
  .products .product-category h2,
  .products .product-category h3,
  .products .product-category .woocommerce-loop-category__title, .product-loop-categories .product-category h2,
  .product-loop-categories .product-category h3,
  .product-loop-categories .product-category .woocommerce-loop-category__title {
    font-size: 1.071em;
    line-height: 1.3;
    color: #444;
    font-weight: 500;
    margin: 0; }
    .products .product-category h2 mark,
    .products .product-category h3 mark,
    .products .product-category .woocommerce-loop-category__title mark, .product-loop-categories .product-category h2 mark,
    .product-loop-categories .product-category h3 mark,
    .product-loop-categories .product-category .woocommerce-loop-category__title mark {
      display: none; }
  .products .product-category img, .product-loop-categories .product-category img {
    margin-bottom: 0.786em; }

.product-categories-carousel .products .product-category:nth-child(odd) {
  background-color: #fff; }

@media (min-width: 768px) {
  .columns-8 .products .product-category img {
    max-width: 184px; } }

.section-product-categories header {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4em;
  padding-bottom: .813em; }

.section-product-categories .woocommerce-products-header__title {
  font-size: 1.5em;
  font-weight: 500;
  color: #444;
  margin-bottom: 0; }

.product-loop-categories {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .product-loop-categories {
      margin-right: -15px;
      margin-left: -15px; } }
  .product-loop-categories .product-category {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px !important;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px; } }

.product-loop-categories .product-category {
  background-color: transparent;
  text-align: center;
  padding: 0; }
  .product-loop-categories .product-category a {
    padding: 20px 0;
    background-color: #f9f9f9; }
    .product-loop-categories .product-category a img {
      padding: 0 14px;
      margin: auto auto .786em; }
  .product-loop-categories .product-category h2,
  .product-loop-categories .product-category .woocommerce-loop-category__title {
    color: #292929;
    font-size: 1em; }

@media (min-width: 1200px) {
  .columns-2 .product-loop-categories .product-category {
    flex: 0 0 50%;
    max-width: 50%; }
  .columns-3 .product-loop-categories .product-category {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .columns-4 .product-loop-categories .product-category {
    flex: 0 0 25%;
    max-width: 25%; }
  .columns-5 .product-loop-categories .product-category {
    flex: 0 0 20%;
    max-width: 20%; }
  .columns-6 .product-loop-categories .product-category {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .columns-7 .product-loop-categories .product-category {
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%; }
  .columns-8 .product-loop-categories .product-category {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media (min-width: 540px) and (max-width: 1199px) {
  .columns-2 .product-loop-categories .product-category,
  .columns-3 .product-loop-categories .product-category,
  .columns-4 .product-loop-categories .product-category,
  .columns-5 .product-loop-categories .product-category,
  .columns-6 .product-loop-categories .product-category,
  .columns-7 .product-loop-categories .product-category,
  .columns-8 .product-loop-categories .product-category {
    flex: 0 0 50%;
    max-width: 50%; } }

.products-carousel-with-bg .products {
  overflow: hidden; }
  .products-carousel-with-bg .products .product {
    border: none; }
    .products-carousel-with-bg .products .product:focus .hover-area, .products-carousel-with-bg .products .product:hover .hover-area {
      bottom: auto;
      border: none;
      top: 96%;
      border-color: transparent; }
    .products-carousel-with-bg .products .product h3 {
      margin-bottom: 0;
      line-height: 1.2;
      overflow: hidden;
      max-height: 32px; }
    .products-carousel-with-bg .products .product img {
      margin-bottom: 6px; }
      .products-carousel-with-bg .products .product img + h3 {
        margin-top: 35px; }
    .products-carousel-with-bg .products .product .hover-area {
      margin-left: 2px;
      margin-right: 2px;
      padding: 0 13px 10px; }
    .products-carousel-with-bg .products .product .button, .products-carousel-with-bg .products .product article .more-link, article .products-carousel-with-bg .products .product .more-link {
      margin: .3em 0; }
  .products-carousel-with-bg .products:not(.slick-dotted) .slick-list {
    padding-bottom: 70px; }

.products-carousel-with-bg .slick-dots {
  padding: 20px 0 23px 0; }

.products .landscape-product.product {
  padding: 0 1.072em;
  border: none; }
  @media (max-width: 767px) {
    .products .landscape-product.product {
      padding: 0; }
      .products .landscape-product.product > a {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 450px) {
    .products .landscape-product.product .media {
      flex-direction: column;
      align-items: center; } }
  .products .landscape-product.product .media img {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .products .landscape-product.product .media img {
        max-width: 134px; } }
    @media (max-width: 767px) {
      .products .landscape-product.product .media img {
        padding: 1px; } }
  .products .landscape-product.product .media-body {
    text-align: left;
    padding-top: 0.575em;
    padding-left: 1.072em; }
    .products .landscape-product.product .media-body .techmarket-product-rating {
      margin-top: 0.857em; }
      .products .landscape-product.product .media-body .techmarket-product-rating .star-rating {
        margin: 0 0.375em 0 0; }
    @media (max-width: 450px) {
      .products .landscape-product.product .media-body {
        padding-left: 0;
        text-align: center; }
        .products .landscape-product.product .media-body .star-rating {
          margin: auto 0.375em auto; } }
  .products .landscape-product.product a {
    position: relative; }
    @media (min-width: 768px) {
      .products .landscape-product.product a::before {
        content: " ";
        width: 1px;
        height: 84px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%); } }
  .products .landscape-product.product h2,
  .products .landscape-product.product h3,
  .products .landscape-product.product .woocommerce-loop-product__title {
    margin-left: 0; }
    @media (min-width: 768px) {
      .products .landscape-product.product h2,
      .products .landscape-product.product h3,
      .products .landscape-product.product .woocommerce-loop-product__title {
        margin-bottom: 0.58em;
        max-width: 180px; } }
  .products .landscape-product.product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */; }

.products .landscape-product .price {
  margin-bottom: .166em; }

.section-landscape-products-widget-carousel .products .product.slick-active::after,
.section-landscape-products-widget-carousel .products .slick-active .product::after,
.section-landscape-products-widget-carousel.section-products-carousel-tabs .products .product.slick-active::after,
.section-landscape-products-carousel .products .product.slick-active::after,
.section-landscape-products-carousel .products .slick-active .product::after,
.section-landscape-products-carousel.section-products-carousel-tabs .products .product.slick-active::after {
  display: none; }

.products .landscape-product-card {
  padding: 0 0.715em;
  background-color: transparent; }
  @media (min-width: 768px) {
    .products .landscape-product-card {
      margin-bottom: 1.4em;
      border: none; } }
  @media (min-width: 1590px) {
    .products .landscape-product-card {
      height: 216px; } }
  .products .landscape-product-card img {
    max-width: 188px;
    margin-bottom: 0; }
  .products .landscape-product-card > a {
    padding: 1.786em 0.715em; }
  .products .landscape-product-card .media {
    padding: 1.643em 1.071em 1.643em 0.571em;
    background-color: #fff;
    border: 2px solid transparent;
    transition: all 0.25s ease 0s; }
    @media (max-width: 767px) {
      .products .landscape-product-card .media {
        padding: 0;
        flex-direction: column;
        border: none; } }
  .products .landscape-product-card .media-body {
    text-align: left;
    padding-top: 0.575em;
    position: relative; }
    @media (min-width: 576px) {
      .products .landscape-product-card .media-body {
        padding-left: .72em; } }
    .products .landscape-product-card .media-body .star-rating {
      margin: 0;
      margin-right: .385em; }
  .products .landscape-product-card .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 7em /*rtl:6.2em */; }
  .products .landscape-product-card h3 {
    margin-bottom: 0.786em; }
  .products .landscape-product-card .button, .products .landscape-product-card article .more-link, article .products .landscape-product-card .more-link {
    padding: .76em 1.41575em;
    margin-bottom: 0.9em; }
  .products .landscape-product-card .hover-area {
    border: none;
    padding: 1.286em 0 0 0;
    box-shadow: none;
    text-align: center;
    position: relative; }
    @media (min-width: 1200px) {
      .products .landscape-product-card .hover-area {
        display: none; } }
  .products .landscape-product-card:hover .media {
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(1, 1, 1, 0.2);
    position: relative;
    z-index: 9;
    border: 2px solid #ebebeb; }
    @media (max-width: 767px) {
      .products .landscape-product-card:hover .media {
        border: none;
        box-shadow: none;
        border-radius: 0; } }
  .products .landscape-product-card:hover .hover-area {
    display: block; }
    @media (max-width: 767px) {
      .products .landscape-product-card:hover .hover-area {
        display: none; } }
  .products .landscape-product-card .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\6b";
    font-family: "techmarket-icons";
    color: #444; }

@media (min-width: 768px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card {
    margin-bottom: 1.441em; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card {
    height: 283px; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .media {
  padding: 2em 1.643em 1.6em 0.929em; }
  @media (max-width: 575px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .media {
      flex-direction: column;
      padding: 2em 1.643em; } }

@media (min-width: 576px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
    padding-left: 1em; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
  margin: 0 0.375em 1.44em 0; }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
    min-height: 228px; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .price {
  font-size: 1.3em; }

@media (max-width: 575px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
    margin: auto;
    text-align: center; }
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
      margin: auto 0.375em 1.44em auto; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card:hover .media-body {
    min-height: 244px; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card:hover .add-to-compare-link,
  .landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
    display: inherit; } }

@media (min-width: 1590px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
    width: 255px; } }

@media (max-width: 575px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
    margin: auto; }
    .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link .ribbon {
      margin: auto auto .786em auto; } }

.landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
  z-index: 1;
  padding: 0 0 0.143em 0;
  opacity: 1;
  transform: translate(0, 0px);
  text-align: center; }

.landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
  line-height: 1.2em; }
  @media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
      display: none; } }

@media (min-width: 1590px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card img {
    width: 255px; } }

@media (min-width: 1200px) {
  .landscape-full-product-cards-carousel .products .landscape-product-card img {
    width: 150px; } }

@media (min-width: 768px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product {
    padding: 0 .715em; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 767px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
    padding: 0; }
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .ribbon, .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .techmarket-product-rating {
      display: none; } }

@media (max-width: 1199px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
    display: inline-block;
    min-width: 200px;
    text-align: center; } }

@media (max-width: 767px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
    padding-top: 0; } }

.section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product.slick-active::after {
  height: 130px; }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card {
    height: 216px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .media-body {
    padding-left: 0;
    text-align: center; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .woocommerce-loop-product__title {
    margin-bottom: 12px; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card .ribbon {
    display: none; }
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
    max-width: 100%; } }

.section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
  padding-right: .7145em;
  padding-left: 0; }
  @media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
      padding-right: 0;
      box-shadow: none !important;
      border-radius: 5px !important; }
      .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        min-height: 280px; }
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .media-body {
          flex: 0;
          padding-top: 0; } }
  .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
    padding-left: .7145em;
    padding-right: 0; }
    @media (max-width: 767px) {
      .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
        padding-left: 0; } }

@media (max-width: 767px) {
  .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .slick-slide > div + div {
    display: none; } }

.products .landscape-product-widget {
  border: none;
  padding: 0 0 2.857em 0; }
  @media (max-width: 767px) {
    .products .landscape-product-widget {
      min-height: auto; } }
  .products .landscape-product-widget .media img {
    max-width: 124px;
    margin-bottom: 0;
    margin-right: .8em;
    border-radius: 0; }

@media (min-width: 992px) and (max-width: 1399px) {
  .products .landscape-product-widget .media img {
    max-width: 84px; } }
  .products .landscape-product-widget .media-body {
    text-align: left;
    margin-top: 0.571em;
	/*min-width: 0;*/}

@media (min-width: 992px) and (max-width: 1399px) {
  .products .landscape-product-widget .media-body {
    margin-top: 0; } }
  .products .landscape-product-widget .price {
    font-size: 1.143em;
    margin-bottom: 0.125em; }
    .products .landscape-product-widget .price del {
      font-size: 0.875em; }
  .products .landscape-product-widget h2,
  .products .landscape-product-widget h3,
  .products .landscape-product-widget .woocommerce-loop-product__title {
    font-size: 1em;
    margin-bottom: 0.429em;
    max-width: 240px;
    margin-left: 0; }
  .products .landscape-product-widget .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 7em /*rtl:6.2em */;
    float: left;
    margin-right: 0.563em; }

.section-landscape-products-widget-carousel .section-header {
  margin-bottom: 2.7em;
  padding-bottom: 0.688em; }

.section-landscape-products-widget-carousel .section-title {
  font-size: 1.5em;
  line-height: 1.292em;
  letter-spacing: -0.01em;
  color: #090909;
  font-weight: 400;
  margin: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-landscape-products-widget-carousel .section-title {
    font-size: 1.2em; } }
  .section-landscape-products-widget-carousel .section-title + .custom-slick-nav {
    flex-shrink: 0; }

.section-landscape-products-widget-carousel.type-2 .section-header {
  margin-bottom: 3.25em; }

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget {
  padding: 0 0 2.143em 0; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media img {
    max-width: 100px; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media-body {
    margin-top: 0.786em; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .price {
    font-size: 1.071em;
    margin-bottom: 0.4em; }
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .techmarket-product-rating,
  .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .star-rating {
    display: none; }
  @media (min-width: 1590px) {
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.first {
      padding-right: 0.714em; }
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.last {
      padding-left: 0.714em; } }

.section-landscape-products-widget-carousel.type-3 .section-header {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 4.2em; }
  .section-landscape-products-widget-carousel.type-3 .section-header:after {
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px; }

.section-landscape-products-widget-carousel.type-3 .section-title {
  font-size: 1.438em;
  line-height: 2.2em; }

.section-landscape-products-carousel .section-title,
.section-products-carousel .section-title {
  font-size: 1.5em;
  font-weight: normal;
  color: #090909; }
  @media (max-width: 767px) {
    .section-landscape-products-carousel .section-title,
    .section-products-carousel .section-title {
      font-size: 1.2em; } }

@media (min-width: 1170px) {
  .section-products-carousel-tabs .products .product.slick-active::after,
  .section-products-carousel .products .product.slick-active::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%); }
  .section-products-carousel-tabs .products .product.slick-active:hover::after,
  .section-products-carousel .products .product.slick-active:hover::after {
    opacity: 0; } }

@media (min-width: 1170px) {
  .section-products-carousel-tabs .products .product .hover-area,
  .section-products-carousel .products .product .hover-area {
    visibility: hidden; }
  .section-products-carousel-tabs .products .product:focus .hover-area,
  .section-products-carousel-tabs .products .product:hover .hover-area,
  .section-products-carousel .products .product:focus .hover-area,
  .section-products-carousel .products .product:hover .hover-area {
    visibility: visible; } }

.section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active:hover::after,
.section-products-carousel.carousel-tabs-with-no-hover .products .product.slick-active:hover::after {
  opacity: 1; }

.section-products-carousel-tabs .columns-5 .products .product.slick-active::after,
.section-products-carousel .columns-5 .products .product.slick-active::after {
  height: 300px; }

@media (min-width: 1170px) {
  .section-products-carousel-tabs .slick-track .slick-active .product::after,
  .section-products-carousel .slick-track .slick-active .product::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%); }
  .section-products-carousel-tabs .slick-track .slick-active .product:hover::after,
  .section-products-carousel .slick-track .slick-active .product:hover::after {
    opacity: 0; } }

.section-products-carousel-widget-with-tabs .section-products-carousel .columns-5 .products .product.slick-active::after,
.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .columns-5 .products .product.slick-active::after {
  height: 180px; }

.section-products-carousel-tabs .products .product {
  padding: 15px 13px 14px; }
  .section-products-carousel-tabs .products .product:focus .hover-area, .section-products-carousel-tabs .products .product:hover .hover-area {
    bottom: auto;
    top: 100%; }

/*.section-products-carousel-tabs .products .slick-list {
  padding-bottom: 29px; }*/

.section-products-carousel-tabs .products .slick-dots {
  padding-bottom: 3.375em; }

/*.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
  padding-bottom: 108px; }*/
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
      padding-bottom: 50px; } }

@media (min-width: 768px) {
  .section-products-carousel-tabs .columns-7 .products .product img {
    margin-bottom: 12px; } }

@media (min-width: 1200px) {
  .section-products-carousel-tabs .columns-8::after, .section-products-carousel-tabs .columns-8::before,
  .section-products-carousel-tabs .columns-7::after,
  .section-products-carousel-tabs .columns-7::before,
  .section-products-carousel-tabs .columns-5::after,
  .section-products-carousel-tabs .columns-5::before,
  .section-products-carousel-tabs .columns-6::after,
  .section-products-carousel-tabs .columns-6::before,
  .section-products-carousel .columns-8::after,
  .section-products-carousel .columns-8::before,
  .section-products-carousel .columns-7::after,
  .section-products-carousel .columns-7::before,
  .section-products-carousel .columns-5::after,
  .section-products-carousel .columns-5::before,
  .section-products-carousel .columns-6::after,
  .section-products-carousel .columns-6::before {
    width: 3000px;
    content: ' ';
    display: block;
    background-color: #fff;
    height: 100%;
    top: 0;
    z-index: 9;
    position: absolute; }
  .section-products-carousel-tabs .columns-8::after,
  .section-products-carousel-tabs .columns-7::after,
  .section-products-carousel-tabs .columns-5::after,
  .section-products-carousel-tabs .columns-6::after,
  .section-products-carousel .columns-8::after,
  .section-products-carousel .columns-7::after,
  .section-products-carousel .columns-5::after,
  .section-products-carousel .columns-6::after {
    right: 100%; }
  .section-products-carousel-tabs .columns-8::before,
  .section-products-carousel-tabs .columns-7::before,
  .section-products-carousel-tabs .columns-5::before,
  .section-products-carousel-tabs .columns-6::before,
  .section-products-carousel .columns-8::before,
  .section-products-carousel .columns-7::before,
  .section-products-carousel .columns-5::before,
  .section-products-carousel .columns-6::before {
    left: 100.5%; }
  .section-products-carousel-tabs .columns-8 .products,
  .section-products-carousel-tabs .columns-7 .products,
  .section-products-carousel-tabs .columns-5 .products,
  .section-products-carousel-tabs .columns-6 .products,
  .section-products-carousel .columns-8 .products,
  .section-products-carousel .columns-7 .products,
  .section-products-carousel .columns-5 .products,
  .section-products-carousel .columns-6 .products {
    overflow: visible; } }

.product-carousel-with-banners .banners-block,
.product-carousel-with-banners .products-carousel-tabs-block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
      padding-right: 15px;
      padding-left: 15px; } }

.product-carousel-with-banners .banners-block {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 575px) {
    .product-carousel-with-banners .banners-block {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-carousel-with-banners .banners-block {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-carousel-with-banners .banners-block {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

.product-carousel-with-banners .products-carousel-tabs-block {
  flex: 0 0 75%;
  max-width: 75%; }
  @media (max-width: 575px) {
    .product-carousel-with-banners .products-carousel-tabs-block {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-carousel-with-banners .products-carousel-tabs-block {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-carousel-with-banners .products-carousel-tabs-block {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav-link {
      font-size: 0.96em; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-title {
      font-size: 1.3em; } }
  @media (max-width: 767px) {
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
      flex-direction: column;
      align-items: center; }
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav {
      padding-top: 20px; } }

.product-carousel-with-banners .section-products-carousel-tabs .columns-6::after,
.product-carousel-with-banners .section-products-carousel-tabs .columns-6::before {
  display: none; }

.product-carousel-with-banners .section-products-carousel-tabs .products {
  overflow: hidden; }
  .product-carousel-with-banners .section-products-carousel-tabs .products .product {
    background: transparent;
    padding: 0 8px; }
    @media (max-width: 767px) {
      .product-carousel-with-banners .section-products-carousel-tabs .products .product {
        box-shadow: none !important;
        padding: 0; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product.slick-active::after {
      display: none; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product:focus, .product-carousel-with-banners .section-products-carousel-tabs .products .product:hover {
      border-color: transparent; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
      border-color: transparent; }
      @media (min-width: 1200px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
          margin: 0 10px; } }
      @media (max-width: 1199px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
          padding: 0 15px 15px;
          background-color: #fff; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
      padding: 15px 13px 14px;
      background: #fff; }
      @media (max-width: 767px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
          border-radius: 5px; } }
      @media (max-width: 1199px) {
        .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
          margin-bottom: 0; } }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .onsale {
      right: 13px; }
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: 21px; }

.section-products-carousel .products .slick-dots {
  padding-bottom: 2.375em; }

.section-products-carousel .products .slick-list {
  margin-bottom: 1.625em; }

.section-products-carousel .section-header,
.section-products-carousel-tabs .section-header {
  margin-bottom: 1.313em; }

@media (max-width: 700px) {
  .section-products-carousel-tabs .section-header .section-title {
    margin-bottom: 24px; } }

@media (max-width: 767px) {
  .section-products-carousel .products-carousel > .container-fluid,
  .section-products-carousel-with-bg .products-carousel > .container-fluid,
  .section-single-carousel .products-carousel > .container-fluid,
  .section-double-carousel .products-carousel > .container-fluid {
    padding: 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  .products-6 .products {
    display: flex;
    flex-wrap: wrap; } }

.products-6 .products .product {
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 1200px) {
    .products-6 .products .product::before {
      content: " ";
      width: 1px;
      height: 179px;
      background-color: #ebebeb;
      display: block;
      position: absolute;
      left: -3px;
      top: 50%;
      transform: translateY(-50%); } }
  .products-6 .products .product:hover::before {
    opacity: 0; }
  .products-6 .products .product:nth-child(1)::before {
    opacity: 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products-6 .products .product:nth-child(3)::before {
    opacity: 0; }
  .products-6 .products .product:nth-child(n+5) {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .products-6 .products .product:nth-child(n+3) {
    display: none; } }
  @media (min-width: 1400px) {
    .products-6 .products .product:nth-child(4)::before {
      opacity: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .products-6 .products .product {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: 8px; } }
  @media (max-width: 991px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      right: auto;
      left: 8px; } }

.products .landscape-product-card-featured {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 1.429em; }
  .products .landscape-product-card-featured .price {
    font-size: 1.5em;
    margin-bottom: 0.429em;
    line-height: 1.429em; }
    .products .landscape-product-card-featured .price del span {
      font-size: 0.871em; }
  .products .landscape-product-card-featured .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 7em /*rtl:6.2em */;
    margin: 0 .385em 1.5em 0; }
  .products .landscape-product-card-featured h3,
  .products .landscape-product-card-featured h2,
  .products .landscape-product-card-featured .woocommerce-loop-product__title {
    font-size: 1.143em;
    color: #555353;
    margin-bottom: 1.063em;
    height: 46px;
    line-height: 1.4em; }
  .products .landscape-product-card-featured .ribbon {
    margin-bottom: 1.143em; }
  .products .landscape-product-card-featured div[itemprop=description],
  .products .landscape-product-card-featured .woocommerce-product-details__short-description {
    color: #777;
    line-height: 1.74;
    margin-bottom: 1.786em;
    max-height: 70px;
    overflow: hidden; }
  .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
    max-height: 440px; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
    width: 285px; } }

@media (min-width: 576px) and (max-width: 991px) {
  .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
    width: 339px; }
    .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper .techmarket-wc-product-gallery__image img {
      max-width: 100%; } }
  .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
    max-height: 440px; }
    @media (max-width: 767px) {
      .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: flex; } }
    @media (max-width: 767px) {
      .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        padding-right: 15px;
        padding-left: 15px; } }
    .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper > .slick-list {
      overflow: hidden; }
  .products .landscape-product-card-featured img {
    margin-bottom: 0;
    max-width: 446px;
    margin: 0px; }
  .products .landscape-product-card-featured .media {
    margin: 0 0.714em;
    background: #fff;
    padding: 0.429em 0 0 0; }
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 1200px) {
        .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
          padding-right: 15px;
          padding-left: 15px; } }
    .products .landscape-product-card-featured .media .images {
      flex: 0 0 62.5%;
      max-width: 62.5%;
      display: flex;
      padding-left: 1.143em; }
      .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
      .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img,
      .products .landscape-product-card-featured .media .images ol li img {
        max-width: 59px; }
        @media (max-width: 767px) {
          .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
          .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img,
          .products .landscape-product-card-featured .media .images ol li img {
            margin: auto; } }
      .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: 293px; }
      .products .landscape-product-card-featured .media .images ol {
        padding-top: 2.429em; }
    .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery + div.media-body {
      padding-left: 1.643em; }
    .products .landscape-product-card-featured .media .media-body {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      margin-top: 3.286em;
      padding-right: 3.071em;
      padding-left: 0.571em; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .products .landscape-product-card-featured .media .media-body {
    margin-top: 1.286em;
    padding-right: 2.071em; } }
      .products .landscape-product-card-featured .media .media-body .woocommerce-LoopProduct-link,
      .products .landscape-product-card-featured .media .media-body div[itemprop=description] {
        text-align: left; }

@media (min-width: 768px) {
  .products .product-featured {
    border: none; } }

.products .product-featured .media-body .price {
  font-size: 1.286em;
  line-height: 2.500em;
  margin-bottom: 0px; }

.products .product-featured .media-body h3 {
  font-size: 1.072em;
  line-height: 1;
  padding-bottom: 1.133em; }

.products .product-featured .media-body .star-rating {
  font-size: 1.214em;
  margin-bottom: 1.235em; }

.products .product-featured .button, .products .product-featured article .more-link, article .products .product-featured .more-link, .products .product-featured .added_to_cart {
  margin-left: 3.214em;
  margin-right: 3.214em; }

.products .product-featured:hover {
  border: none; }

.products .content-landscape-product-card-with-gallery,
.products .product-carousel-with-timer-gallery {
  border: none;
  padding: 0 0.357em; }
  .products .content-landscape-product-card-with-gallery:hover,
  .products .product-carousel-with-timer-gallery:hover {
    border: none; }
  .products .content-landscape-product-card-with-gallery .ribbon,
  .products .product-carousel-with-timer-gallery .ribbon {
    margin: 0 auto 1.5em auto;
    max-width: 76px;
    height: 32px;
    font-size: 1.214em;
    font-weight: 500; }
    .products .content-landscape-product-card-with-gallery .ribbon::after,
    .products .product-carousel-with-timer-gallery .ribbon::after {
      border-top-width: 16px;
      border-bottom-width: 16px; }
    .products .content-landscape-product-card-with-gallery .ribbon span,
    .products .product-carousel-with-timer-gallery .ribbon span {
      padding-left: 0.588em; }
  .products .content-landscape-product-card-with-gallery h3,
  .products .content-landscape-product-card-with-gallery .woocommerce-loop-product__title,
  .products .product-carousel-with-timer-gallery h3,
  .products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
    font-size: 1.286em;
    color: #555353;
    line-height: 1.3em;
    max-width: 300px;
    height: 46px;
    max-height: 46px;
    margin: 0 auto 1.056em auto; }
  .products .content-landscape-product-card-with-gallery .star-rating,
  .products .product-carousel-with-timer-gallery .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 7em /*rtl:6.2em */;
    margin: 0 0.375em 1.58em auto; }
  .products .content-landscape-product-card-with-gallery .price,
  .products .product-carousel-with-timer-gallery .price {
    margin-bottom: .5em;
    font-size: 1.714em; }
  .products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link,
  .products .product-carousel-with-timer-gallery .button,
  .products .product-carousel-with-timer-gallery article .more-link, article
  .products .product-carousel-with-timer-gallery .more-link {
    display: inline-block;
    margin: 0 auto 1em auto;
    padding: .76em 1.41575em; }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link,
      .products .product-carousel-with-timer-gallery .button,
      .products .product-carousel-with-timer-gallery article .more-link, article
      .products .product-carousel-with-timer-gallery .more-link {
        min-width: 320px; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link,
      .products .product-carousel-with-timer-gallery .button,
      .products .product-carousel-with-timer-gallery article .more-link, article
      .products .product-carousel-with-timer-gallery .more-link {
        min-width: 100%; } }
  .products .content-landscape-product-card-with-gallery .add-to-compare-link,
  .products .product-carousel-with-timer-gallery .add-to-compare-link {
    display: block; }
  @media (min-width: 1590px) {
    .products .content-landscape-product-card-with-gallery .media,
    .products .product-carousel-with-timer-gallery .media {
      align-items: center; } }
  @media (max-width: 991px) {
    .products .content-landscape-product-card-with-gallery .media,
    .products .product-carousel-with-timer-gallery .media {
      flex-direction: column; } }
  .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
      .products .product-carousel-with-timer-gallery .media .media-body,
      .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  @media (min-width: 1920px) {
    .products .content-landscape-product-card-with-gallery .media .media-body,
    .products .product-carousel-with-timer-gallery .media .media-body {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
    .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .products .content-landscape-product-card-with-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .media-body {
    padding-top: 100px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .media-body,
  .products .product-carousel-with-timer-gallery .media .media-body {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
  .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }
  .products .content-landscape-product-card-with-gallery .media .images,
  .products .product-carousel-with-timer-gallery .media .images {
    display: flex; }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images,
      .products .product-carousel-with-timer-gallery .media .images {
        align-items: center; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images,
      .products .product-carousel-with-timer-gallery .media .images {
        flex-direction: column; }
        .products .content-landscape-product-card-with-gallery .media .images ol.flex-control-nav,
        .products .product-carousel-with-timer-gallery .media .images ol.flex-control-nav {
          display: flex;
          flex-wrap: wrap; } }
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
      flex: 0 0 87.5%;
      max-width: 87.5%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper,
  .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; } }
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
      flex: 0 0 12.5%;
      max-width: 12.5%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
  .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; } }
      @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
          padding-bottom: 0 !important; }
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
          display: flex; } }
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
        overflow: hidden; }
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        font-size: 22px;
        margin-bottom: 10px; }
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
          margin-bottom: 0;
          margin-top: 10px; }
          @media (max-width: 767px) {
            .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
            .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
              margin-top: 0px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery,
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-product-gallery {
      padding-left: 0px;
      padding-right: 0px; }
    .products .content-landscape-product-card-with-gallery .media .images.techmarket-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images.techmarket-product-gallery {
      align-items: center; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .content-landscape-product-card-with-gallery .media .images.techmarket-product-gallery,
  .products .product-carousel-with-timer-gallery .media .images.techmarket-product-gallery {
    align-items: inherit; } }
    @media (min-width: 1590px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image img {
        max-width: 832px;
        margin: 0 auto; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image img {
        max-width: 100%;
        margin: auto; } }
    @media (max-width: 1199px) {
      .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image a,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image a,
      .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image a,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image a {
        display: flex; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: flex; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex !important;
        align-items: center;
        transform: rotate(-90deg); } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child {
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper img {
        max-width: 280px; } }
    @media (min-width: 1200px) {
      .products .content-landscape-product-card-with-gallery .media .images ol,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
      .products .product-carousel-with-timer-gallery .media .images ol,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 5.3em; } }
    @media (min-width: 1590px) {
      .products .content-landscape-product-card-with-gallery .media .images ol img,
      .products .content-landscape-product-card-with-gallery .media .images ol li img,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img,
      .products .product-carousel-with-timer-gallery .media .images ol img,
      .products .product-carousel-with-timer-gallery .media .images ol li img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img {
        max-width: 100px; } }
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery {
      padding-top: 8.929em;
      width: auto;
      min-height: 400px;
      padding-left: 0px;
      padding-right: 0px; }
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery .flex-viewport,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery .flex-viewport {
        height: 400px; }
      .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery img,
      .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery img {
        max-width: 100px; }

.products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
  font-size: 23px;
  font-weight: 200;
  height: auto;
  max-height: 56px;
  margin: 0 auto 0.9em; }

.products .product-carousel-with-timer-gallery.product .button, .products .product-carousel-with-timer-gallery.product article .more-link, article .products .product-carousel-with-timer-gallery.product .more-link {
  color: #fff; }

.products .product-carousel-with-timer-gallery.product .techmarket-product-rating {
  color: #a0a0a0; }

form.track_order {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    form.track_order {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1590px) {
    form.track_order {
      padding-left: 16.875em;
      padding-right: 16.875em; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  form.track_order {
    padding-left: 6em;
    padding-right: 6em; } }
  form.track_order > p:not(.form-row) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em; }
    @media (min-width: 576px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px; } }
  form.track_order .clear {
    display: none; }
  @media (min-width: 768px) {
    form.track_order .form-row-first, form.track_order .form-row-last {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media (min-width: 768px) {
    form.track_order .clear + .form-row {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      display: flex;
      align-items: flex-end; } }
  form.track_order input[type="submit"] {
    display: block;
    font-size: 0.938em;
    border-radius: 1.667em;
    width: 100%;
    padding: 0.733em 1.333em;
    line-height: 1.7; }
    @media (max-width: 767px) {
      form.track_order input[type="submit"] {
        padding-left: 3.333em;
        padding-right: 3.333em;
        width: initial; } }

.track-order .hentry.type-page .entry-header {
  margin-bottom: 0px !important; }
  .track-order .hentry.type-page .entry-header h1.entry-title {
    margin-bottom: 0.205em; }

.section-product-carousel-with-featured-product {
  margin-bottom: 0.625em; }
  .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 576px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 992px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px; } }
  .section-product-carousel-with-featured-product .tab-carousel-products,
  .section-product-carousel-with-featured-product .tab-featured-product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-product-carousel-with-featured-product .tab-carousel-products,
      .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px; } }
  .section-product-carousel-with-featured-product .tab-featured-product {
    z-index: 10; }
    @media (min-width: 768px) {
      .section-product-carousel-with-featured-product .tab-featured-product {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product .tab-featured-product {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product .tab-featured-product {
        margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
      flex: 0 0 70.8333333333%;
      max-width: 70.8333333333%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product .tab-carousel-products {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    overflow: hidden; } }
  @media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
      order: 2; } }
  @media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-carousel-products .products .slick-slide > div {
      display: flex; } }
  .section-product-carousel-with-featured-product.full-width .products {
    overflow: hidden; }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .products .slick-slide > div {
        display: flex; } }
  .section-product-carousel-with-featured-product.full-width .columns-5::before, .section-product-carousel-with-featured-product.full-width .columns-5::after, .section-product-carousel-with-featured-product.full-width .columns-6::before, .section-product-carousel-with-featured-product.full-width .columns-6::after, .section-product-carousel-with-featured-product.full-width .columns-7::before, .section-product-carousel-with-featured-product.full-width .columns-7::after, .section-product-carousel-with-featured-product.full-width .columns-8::before, .section-product-carousel-with-featured-product.full-width .columns-8::after {
    display: none; }
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 25%;
    max-width: 25%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }
    @media (max-width: 1199px) {
      .section-product-carousel-with-featured-product.full-width .tab-featured-product .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px; } }

@media (min-width: 1400px) and (max-width: 1589px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 75%;
    max-width: 75%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 62.5%;
    max-width: 62.5%; } }

@media (min-width: 1400px) and (max-width: 1589px) {
  .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }
    @media (max-width: 767px) {
      .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2; } }
  .section-product-carousel-with-featured-product .tab-content .product-featured img,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
    margin: 0 auto 0.571em; }
    @media (min-width: 1700px) {
      .section-product-carousel-with-featured-product .tab-content .product-featured img,
      .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
        min-width: 384px; } }
  .section-product-carousel-with-featured-product .tab-content .product-featured .star-rating,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .star-rating {
    font-size: 1.143em;
    margin-bottom: 1.375em;
    letter-spacing: 3px;
    width: 6em /*rtl:6.2em */; }
  .section-product-carousel-with-featured-product .tab-content .product-featured h2,
  .section-product-carousel-with-featured-product .tab-content .product-featured h3,
  .section-product-carousel-with-featured-product .tab-content .product-featured .woocommerce-loop-product__title,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured h2,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured h3,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .woocommerce-loop-product__title {
    font-size: 1.071em;
    max-width: 320px;
    margin-bottom: 0.667em; }
  .section-product-carousel-with-featured-product .tab-content .product-featured .price,
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured .price {
    font-size: 1.286em; }
  .section-product-carousel-with-featured-product .tab-content .tab-product-featured {
    border-color: transparent; }
  .section-product-carousel-with-featured-product.type-2 .section-header {
    border-bottom: medium none;
    display: block;
    text-align: center; }
  .section-product-carousel-with-featured-product.type-2 .section-title {
    line-height: 1.250em;
    font-weight: 500; }
    .section-product-carousel-with-featured-product.type-2 .section-title:before {
      border-top: 2px solid transparent;
      content: " ";
      display: block;
      width: 38px;
      padding-bottom: 0.292em;
      padding-top: 0.417em;
      margin: 0 auto; }
  .section-product-carousel-with-featured-product.type-2 .nav {
    border-bottom: 1px solid #ebebeb;
    padding-top: 1.5em; }
  .section-product-carousel-with-featured-product.featured-product-left .tab-carousel-products {
    order: 2; }
  .section-product-carousel-with-featured-product.featured-product-left .tab-featured-product {
    order: 1;
    margin-bottom: 2.143em; }
  .section-product-carousel-with-featured-product.featured-product-left .slick-track .slick-active .product::after {
    display: none; }

.section-products-carousel-with-vertical-tabs {
  background: #f4f5f5;
  margin-bottom: 4.375em;
  position: relative; }
  .section-products-carousel-with-vertical-tabs::after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      position: absolute;
      top: 10.9%;
      z-index: 1;
      padding-left: 6.125em; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .section-header {
      background-color: #f4f5f5;
      margin-right: -15px;
      margin-left: -15px;
      padding: 40px 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .section-header {
    padding-left: 2em;
    top: 5%; } }
  .section-products-carousel-with-vertical-tabs .section-title {
    font-weight: 300;
    font-size: 1.500em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.01em; }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .section-title {
        line-height: 1.5em;
        margin-bottom: 0; } }
    .section-products-carousel-with-vertical-tabs .section-title strong {
      font-weight: 500; }
    .section-products-carousel-with-vertical-tabs .section-title:before {
      border-top: 2px solid transparent;
      content: " ";
      display: block;
      width: 38px;
      padding-bottom: 0.542em; }
  @media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
      padding-left: 6.125em; } }
  @media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
      padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
    padding-left: 2.125em; } }
  @media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products-carousel .container-fluid {
      padding: 0; } }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 13%;
    max-width: 13%;
    position: relative;
    z-index: 1;
    flex-direction: column; }
    @media (min-width: 576px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-top: 12.250em; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    padding-top: 10em; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        padding-bottom: 2em;
        padding-right: 0;
        padding-left: 0;
        background-color: #f4f5f5; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
      font-size: 1em;
      color: #090909;
      letter-spacing: -0.01em;
      padding: 0;
      display: flex;
      align-items: center;
      line-height: 1.4;
      justify-content: space-between; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link:hover {
        color: #2c2d33; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
          justify-content: center; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link.active {
            font-weight: 500; } }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i {
        margin-right: 0.909em;
        font-size: 1.375em; }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left,
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
        margin-right: .4em;
        font-size: 0.625em; }
        @media (max-width: 767px) {
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left,
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
            display: none; } }
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title {
        display: flex;
        align-items: center; }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-item + .nav-item {
        padding-top: 1.5em; } }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 87%;
    max-width: 87%;
    padding-top: 9.813em; }
    @media (min-width: 576px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 1199px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-top: 6em; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        height: 350px !important; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
      padding-left: 0.563em;
      padding-right: 15px; }
      @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
          padding-right: 5.563em; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
    padding-right: 3.563em; } }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content:before {
        content: "";
        background: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin-left: -100%; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .slick-dots {
      padding: 1.24em 0 2.04em 0; }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content,
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products,
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .product {
    background-color: transparent; }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
    padding: 0 1em; }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        border: none; } }
    @media (max-width: 767px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        padding: 0;
        display: block;
        box-shadow: none !important;
        border-radius: 5px !important;
        min-height: auto; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
      margin: 0 auto 0.929em; }
      @media (min-width: 1024px) and (max-width: 1170px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
          max-width: 180px; } }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
          max-width: 120px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
    max-width: 190px; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
      padding: 0.857em 0.857em 1.071em 0.857em;
      background: #fff;
      border-radius: 5px; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 256px;
          flex-wrap: wrap; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .price {
            width: 100%; }
          .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .onsale {
            top: 12px; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .onsale {
      right: 12px; }
    @media (max-width: 1199px) {
      .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
      left: 0;
      right: 0;
      border: none;
      top: 98%;
      padding: 0 0.929em 0.571em; }
      @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
          margin: 0 1em; } }
      @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          background-color: #fff; } }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
      top: 5px;
      right: 26px; }
      @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
          right: auto;
          left: 26px; } }
  .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 4.625em; }
  .section-products-carousel-with-vertical-tabs.sidebar-version {
    position: relative;
    margin-bottom: 2.6em;
    width: auto;
    margin-left: inherit;
    left: auto;
    background: transparent; }
    .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
      top: 7.8%; }
    @media (min-width: 768px) {
      .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs,
      .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
        padding-left: 0; } }
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
      flex-wrap: nowrap; }
      @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
          flex-direction: column;
          padding: 0; } }
      @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
          padding-top: 12em; } }
      @media (min-width: 1590px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
      @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .products .product {
          padding: 0 0.7em; } }
      @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .products .product .hover-area {
          margin: 0 0.7em; } }
      .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content:before {
        display: none; }
      @media (min-width: 1590px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
          flex: 0 0 90%;
          max-width: 90%; } }

@media (min-width: 1200px) and (max-width: 1919px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 80%;
    max-width: 80%; }
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content .products .product img {
      max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

.section-landscape-products-carousel {
  margin-bottom: 3.750em; }
  .section-landscape-products-carousel .section-header {
    margin-bottom: 2.875em;
    padding-bottom: 0.813em; }
  .section-landscape-products-carousel .section-title {
    margin-bottom: 0; }
  .section-landscape-products-carousel .products-carousel .woocommerce {
    overflow: hidden; }
  @media (max-width: 767px) {
    .section-landscape-products-carousel .products-carousel .landscape-product {
      padding: 15px 13px;
      border: 2px solid transparent; } }
  .section-landscape-products-carousel .slick-list {
    margin-bottom: 1.625em; }

@media (max-width: 767px) {
  .section-landscape-full-product-cards-carousel .products-carousel .container-fluid,
  .section-landscape-products-carousel .products-carousel .container-fluid {
    padding: 0; } }

@media (max-width: 991px) {
  .section-products-carousel-tabs {
    overflow: hidden; } }

.section-products-carousel-tabs .section-title {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.962em;
  letter-spacing: -0.01em;
  color: #090909;
  margin: 0; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .section-title {
      font-size: 1.3em; } }

.section-products-carousel-tabs .section-header {
  align-items: baseline; }

.section-products-carousel-tabs .nav {
  margin: 0;
  align-items: center; }

@media (min-width: 700px) {
  .section-products-carousel-tabs .nav-item + .nav-item {
    margin-left: 2.556em; } }

.section-products-carousel-tabs .nav-link {
  font-size: 1.125em;
  line-height: 1.167em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #8a8a8a;
  padding: 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .section-products-carousel-tabs .nav-link {
      font-size: 1em; } }
  .section-products-carousel-tabs .nav-link::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: block;
    position: relative;
    bottom: -1px;
    margin-left: 20%;
    padding-top: 9px;
    margin-right: 20%; }
  .section-products-carousel-tabs .nav-link.active {
    font-weight: 500;
    color: #090909; }

@media (max-width: 767px) {
  .section-products-carousel-tabs .section-header {
    flex-direction: column;
    align-items: center; }
  .section-products-carousel-tabs .nav {
    padding-bottom: 10px; }
  .section-products-carousel-tabs .products-carousel .container-fluid {
    padding: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-carousel-tabs .section-title {
    margin-right: 20px; }
  .section-products-carousel-tabs .nav {
    justify-content: flex-start !important;
    overflow: scroll;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .section-products-carousel-tabs .nav .nav-item {
      flex-shrink: 0;
      margin-left: 2.556em; }
  .section-products-carousel-tabs .nav-link::after {
    bottom: 0; } }

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li,
.section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li {
  position: relative; }
  @media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:after,
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:after {
      position: absolute;
      content: '';
      background-color: #cfcfcf;
      width: 7px;
      height: 1px;
      left: -30px;
      bottom: 47%; } }
  .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:first-child:after,
  .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:first-child:after {
    display: none; }

.section-tabs-with-product-carousel .section-header li {
  position: relative; }
  .section-tabs-with-product-carousel .section-header li a {
    font-size: 1.250em; }
    .section-tabs-with-product-carousel .section-header li a.active {
      font-size: 1.375em; }
  @media (min-width: 479px) {
    .section-tabs-with-product-carousel .section-header li:after {
      position: absolute;
      content: '';
      background-color: #cfcfcf;
      width: 7px;
      height: 1px;
      left: -33px;
      bottom: 47%; } }
  .section-tabs-with-product-carousel .section-header li:first-child:after {
    display: none; }

.section-tabs-with-product-carousel .section-header .nav-item + .nav-item {
  margin-left: 3.75em; }

.woocommerce-order-received .woocommerce-order-details .shop_table,
.track-order .woocommerce-order-details .shop_table,
.woocommerce-view-order .woocommerce-order-details .shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .woocommerce-order-received .woocommerce-order-details .shop_table th,
  .woocommerce-order-received .woocommerce-order-details .shop_table td,
  .track-order .woocommerce-order-details .shop_table th,
  .track-order .woocommerce-order-details .shop_table td,
  .woocommerce-view-order .woocommerce-order-details .shop_table th,
  .woocommerce-view-order .woocommerce-order-details .shop_table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table thead th,
  .track-order .woocommerce-order-details .shop_table thead th,
  .woocommerce-view-order .woocommerce-order-details .shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table tbody + tbody,
  .track-order .woocommerce-order-details .shop_table tbody + tbody,
  .woocommerce-view-order .woocommerce-order-details .shop_table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .woocommerce-order-received .woocommerce-order-details .shop_table .table,
  .track-order .woocommerce-order-details .shop_table .table,
  .woocommerce-view-order .woocommerce-order-details .shop_table .table {
    background-color: #fff; }

.woocommerce-order-received .woocommerce-thankyou-order-received,
.track-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received {
  margin: 0; }

.woocommerce-order-received .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title,
.track-order .woocommerce-customer-details h2,
.track-order .woocommerce-order-details__title,
.track-order .woocommerce-column__title,
.woocommerce-view-order .woocommerce-customer-details h2,
.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title {
  font-size: 1.6em;
  font-weight: 500; }

.add-to-compare-link {
  font-size: 1em;
  line-height: 0.786em;
  color: #626060; }
  .add-to-compare-link:focus, .add-to-compare-link:hover {
    color: #484747; }
  .add-to-compare-link:before {
    content: '+';
    display: inline-block;
    margin-right: 0.243em; }

.yith-wcwl-add-to-wishlist {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .yith-wcwl-add-to-wishlist .add_to_wishlist {
    text-indent: -99999px;
    display: block; }
    .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
      content: "\6b";
      font-family: 'techmarket-icons';
      position: absolute;
      top: 8px;
      right: 14px;
      text-indent: 0;
      color: #444;
      font-size: 1.429em; }
      @media (max-width: 1169px) {
        .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
          left: 14px;
          right: auto; } }

.yith-wcwl-add-to-wishlist {
  display: none; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 3.333em;
  font-size: 0.938em;
  color: #444444;
  font-weight: 300;
  margin-top: 0.667em; }
  .woocommerce-breadcrumb a {
    color: #444444; }
  .woocommerce-breadcrumb .delimiter {
    margin: 0px 1.5em;
    font-size: 10px /*rtl:14px*/; }
  .woocommerce-breadcrumb span.delimiter + a {
    background-color: #f5f5f5;
    padding: 0.6em 1.067em;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .woocommerce-breadcrumb span.delimiter + a {
        margin-bottom: 5px;
        display: inline-block; } }
    .woocommerce-breadcrumb span.delimiter + a:hover {
      background-color: #e8e8e8; }
  @media (max-width: 1199px) {
    .woocommerce-breadcrumb {
      display: none; } }

/**
 * Bootstrap v4.1.0 Changes
 */
.header-v1 .departments-menu button {
  display: flex; }

.dropdown-toggle::after {
  vertical-align: middle; }

.footer-payment-info .list-payment-icons {
  flex-wrap: nowrap; }

.container-fluid {
  position: relative; }

.woocommerce-form-login .form-row {
  align-items: baseline; }

.shipping-calculator-form .form-row span {
  width: 100%; }

.woocommerce-form-login .form-row,
.shipping-calculator-form .form-row,
.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0; }

.woocommerce-checkout .woocommerce-form-login .form-row {
  align-items: baseline; }
  .woocommerce-checkout .woocommerce-form-login .form-row label {
    margin-left: 4px; }

@media (max-width: 1199px) {
  ul:not(.slick-dots)[role="tablist"] {
    flex-wrap: nowrap; } }

.dropdown-submenu.show > .dropdown-menu {
  display: block; }

.primary-navigation .nav .menu-item-has-children > .dropdown-menu {
  top: 50px !important; }

.navbar-primary .nav .menu-item-has-children > .dropdown-menu {
  top: 110% !important; }

.primary-navigation .yamm .dropdown-menu,
.navbar-primary .yamm .dropdown-menu {
  left: auto !important; }

@media (min-width: 768px) {
  .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu,
  .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
    top: 70px !important; }
  .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu,
  .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
    top: 50px !important; } }

.secondary-navigation .nav .show > .dropdown-menu {
  left: 28px !important; }

.departments-menu > .dropdown-menu {
  transform: translate(0px, 24px) rotate(0deg) skew(0deg, 0deg) scale(1, 1) !important; }

.top-bar .nav .show > .dropdown-menu {
  left: 38px !important; }

.header-v2 .departments-menu > .dropdown-menu,
.header-v3 .departments-menu > .dropdown-menu,
.header-v4 .departments-menu > .dropdown-menu,
.header-v5 .departments-menu > .dropdown-menu,
.header-v6 .departments-menu > .dropdown-menu,
.header-v10 .departments-menu > .dropdown-menu {
  left: -202px !important; }

.header-v4 .departments-menu > .dropdown-menu {
  top: 40px !important; }

.site-header.header-v5 .navbar-primary .nav > .menu-item-has-children > .dropdown-menu,
.site-header.header-v5 .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
  top: 130% !important; }

.header-v6 .departments-menu > .dropdown-menu {
  left: -14px !important; }

.primary-navigation .nav .menu-item-has-children > .dropdown-menu,
.navbar-primary .nav .menu-item-has-children > .dropdown-menu,
.secondary-navigation .nav .show > .dropdown-menu,
.top-bar .nav .show > .dropdown-menu,
.site-header .site-header-cart .dropdown-menu-mini-cart {
  transform: none !important; }

.secondary-navigation .nav .show > .dropdown-menu,
.departments-menu > .dropdown-menu,
.top-bar .nav .show > .dropdown-menu {
  top: 100% !important; }

.site-header .site-header-cart .dropdown-menu-mini-cart {
  left: auto !important;
  top: 130% !important; }
