@charset "UTF-8";
/*!
Template Name:  Techmarket HTML
Template URI:   https://transvelo.github.io/techmarket-html/
Author:         madrasthemes
Author URI:     https://themeforest.net/user/madrasthemes/portfolio
Description:  	Techmarket Html is an answer for new trends in full resolution designs. Clean and smart WooCommerce theme with vertical and horizontal menu variants – ideal for any type of eCommerce shop websites.
Version:      	1.1.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	techmarket html
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post

This template, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Techmarket is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0

*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: visible;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-list:hover {
    z-index: 3; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/fonts/slick/slick.eot");
  src: url("assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("assets/fonts/slick/slick.woff") format("woff"), url("assets/fonts/slick/slick.ttf") format("truetype"), url("assets/fonts/slick/slick.svg#slick") format("svg");

  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
  z-index: 2; }
  .slick-dots:hover {
    z-index: 4; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    cursor: pointer; }
    .slick-dots li button {
      background: transparent;
      display: block;
      outline: none;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      outline: none; }
      .slick-dots li button:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d3d3d3; }
    .slick-dots li.slick-active button:before {
      width: 30px;
      height: 8px;
      border-radius: 4px;
      z-index: 1; }

/**
 * Global styles applied to all non-woocommerce theme components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Global styles
 */
* {
  box-sizing: border-box; }
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #ffffff;
  overflow-x: hidden; }

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: transparent; }

.dropdown-toggle:after {
  border: none;
  width: auto;
  height: auto;
  margin-left: .6em;
  color: #969696;
  content: '\f107';
  font-family: FontAwesome;
  font-weight: 900; }

ul.nav {
  margin-left: 0; }

.related .section-header,
.up-sells .section-header,
.section-products-carousel .section-header,
.deals-carousel-inner-block .section-header,
.section-products-carousel-tabs .section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-widget-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-double-carousel .section-header,
.featured-brands-block .section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-categories-carousel .section-header {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.custom-slick-nav a:first-child, .slick-prev {
  padding-right: 0.52em; }

.custom-slick-nav a, .slick-arrow {
  color: #c3c3c3; }

.custom-slick-nav a:hover, .slick-arrow:hover {
  color: #464646; }

@media (max-width: 767px) {
  ul:not(.slick-dots)[role="tablist"] {
    flex-direction: row;
    overflow: scroll;
    justify-content: unset !important;
    width: 100%;
    padding-bottom: 0; }
    ul:not(.slick-dots)[role="tablist"] li {
      width: 50%;
      flex-shrink: 0;
      text-align: center; }
    ul:not(.slick-dots)[role="tablist"] .nav-link {
      padding: 0 !important; }
      ul:not(.slick-dots)[role="tablist"] .nav-link::after {
        bottom: 0; } }

/**
 * Embeds
 */
embed,
iframe,
object,
video {
  max-width: 100%; }

/**
 * Forms
 */
form {
  margin-bottom: 1.618em; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
article .more-link,
article.post .more-link,
.added_to_cart {
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px; }
  button.cta, button.alt,
  input[type="button"].cta,
  input[type="button"].alt,
  input[type="reset"].cta,
  input[type="reset"].alt,
  input[type="submit"].cta,
  input[type="submit"].alt,
  .button.cta,
  article .cta.more-link,
  .button.alt,
  article .alt.more-link,
  .added_to_cart.cta,
  .added_to_cart.alt {
    background-color: #2c2d33;
    border-color: #2c2d33; }
    button.cta:hover, button.alt:hover,
    input[type="button"].cta:hover,
    input[type="button"].alt:hover,
    input[type="reset"].cta:hover,
    input[type="reset"].alt:hover,
    input[type="submit"].cta:hover,
    input[type="submit"].alt:hover,
    .button.cta:hover,
    article .cta.more-link:hover,
    .button.alt:hover,
    article .alt.more-link:hover,
    .added_to_cart.cta:hover,
    .added_to_cart.alt:hover {
      background-color: #2c2d33; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  article .more-link:hover,
  .added_to_cart:hover {
    color: #fff; }
  button.loading,
  input[type="button"].loading,
  input[type="reset"].loading,
  input[type="submit"].loading,
  .button.loading,
  article .loading.more-link,
  .added_to_cart.loading {
    opacity: 0.5; }
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .button.small,
  article .small.more-link,
  .added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  button.disabled, button:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  .button.disabled,
  article .disabled.more-link,
  .button:disabled,
  article .more-link:disabled,
  .added_to_cart.disabled,
  .added_to_cart:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    button.disabled:hover, button:disabled:hover,
    input[type="button"].disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"].disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"].disabled:hover,
    input[type="submit"]:disabled:hover,
    .button.disabled:hover,
    article .disabled.more-link:hover,
    .button:disabled:hover,
    article .more-link:disabled:hover,
    .added_to_cart.disabled:hover,
    .added_to_cart:disabled:hover {
      opacity: 0.5 !important; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  padding: 9px;
  background-color: #fff;
  color: #444;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #ebebeb; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  .input-text:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.875em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-weight: 500; }

label.inline input {
  width: auto; }

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em; }
  fieldset legend {
    font-weight: 500; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

select {
  display: inline-block;
  max-width: 100%;
  height: 45px;
  padding: 6px 36px 6px 20px;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 20px center;
  background-size: 8px 10px;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select:focus {
    border-color: #5cb3fd;
    outline: none; }
    select:focus::-ms-value {
      color: #464a4c;
      background-color: #fff; }
  select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
  select::-ms-expand {
    opacity: 0; }

/**
 * Strictly Layout Styles
 */
.col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 1200px) {
  .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
    padding-left: 4.6875% !important;
    padding-right: 4.6875% !important; } }

@media (min-width: 2000px) {
  .col-full, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap {
    width: 1920px; } }

.stretch-full-width, .site-header.header-v10 .stretched-row, .deals-carousel-v3, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }

#content #primary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1700px) {
    #content #primary {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      order: 2; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  #content #primary {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
    order: 2; } }

#content #secondary {
  z-index: 10;
  order: 1;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1700px) {
    #content #secondary {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  #content #secondary {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%; } }

.right-sidebar #content #primary {
  order: 1; }

.right-sidebar #content #secondary {
  order: 2; }

@media (min-width: 992px) and (max-width: 1399px) {
  .left-sidebar #content #primary {
    order: 2; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .left-sidebar #content #secondary {
    order: 1; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .left-sidebar #content #primary,
  .right-sidebar #content #primary {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar #content #primary,
  .right-sidebar #content #primary {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .left-sidebar #content #secondary,
  .right-sidebar #content #secondary {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar #content #secondary,
  .right-sidebar #content #secondary {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; } }

.two-sidebar #content #primary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .two-sidebar #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .two-sidebar #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .two-sidebar #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .two-sidebar #content #primary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .two-sidebar #content #primary {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      order: 2; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .two-sidebar #content #primary {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

.two-sidebar #content #secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .two-sidebar #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .two-sidebar #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .two-sidebar #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .two-sidebar #content #secondary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .two-sidebar #content #secondary {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      order: 1;
      z-index: 10; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .two-sidebar #content #secondary {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; } }

.two-sidebar #content #tertiary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .two-sidebar #content #tertiary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .two-sidebar #content #tertiary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .two-sidebar #content #tertiary {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .two-sidebar #content #tertiary {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .two-sidebar #content #tertiary {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 58.3333333333%; } }
  @media (min-width: 992px) {
    .two-sidebar #content #tertiary {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      order: 3;
      z-index: 10; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .two-sidebar #content #tertiary {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; } }

@media (min-width: 1025px) {
  .desktop-only {
    display: block; }
  .handheld-only {
    display: none; } }

@media (max-width: 1024px) {
  .desktop-only {
    display: none; }
  .handheld-only {
    display: block; } }

.error404 #content #primary,
.page-template-template-homepage-v1 #content #primary,
.page-template-template-homepage-v2 #content #primary,
.page-template-template-homepage-v3 #content #primary,
.page-template-template-homepage-v4 #content #primary,
.page-template-template-homepage-v7 #content #primary,
.page-template-template-homepage-v8 #content #primary,
.page-template-template-homepage-v9 #content #primary,
.page-template-template-homepage-v10 #content #primary,
.page-template-template-homepage-v11 #content #primary,
.page-template-template-homepage-v12 #content #primary,
.page-template-template-landingpage-v1 #content #primary,
.page-template-template-landingpage-v2 #content #primary,
.page-template-default #content #primary,
.full-width #content #primary {
  order: 1; }
  @media (min-width: 768px) {
    .error404 #content #primary,
    .page-template-template-homepage-v1 #content #primary,
    .page-template-template-homepage-v2 #content #primary,
    .page-template-template-homepage-v3 #content #primary,
    .page-template-template-homepage-v4 #content #primary,
    .page-template-template-homepage-v7 #content #primary,
    .page-template-template-homepage-v8 #content #primary,
    .page-template-template-homepage-v9 #content #primary,
    .page-template-template-homepage-v10 #content #primary,
    .page-template-template-homepage-v11 #content #primary,
    .page-template-template-homepage-v12 #content #primary,
    .page-template-template-landingpage-v1 #content #primary,
    .page-template-template-landingpage-v2 #content #primary,
    .page-template-default #content #primary,
    .full-width #content #primary {
      flex: 0 0 100%;
      max-width: 100%;
      left: auto; } }

.error404 #content #secondary,
.page-template-template-homepage-v1 #content #secondary,
.page-template-template-homepage-v2 #content #secondary,
.page-template-template-homepage-v3 #content #secondary,
.page-template-template-homepage-v4 #content #secondary,
.page-template-template-homepage-v7 #content #secondary,
.page-template-template-homepage-v8 #content #secondary,
.page-template-template-homepage-v9 #content #secondary,
.page-template-template-homepage-v10 #content #secondary,
.page-template-template-homepage-v11 #content #secondary,
.page-template-template-homepage-v12 #content #secondary,
.page-template-template-landingpage-v1 #content #secondary,
.page-template-template-landingpage-v2 #content #secondary,
.page-template-default #content #secondary,
.full-width #content #secondary {
  display: none; }

@media (min-width: 768px) {
  .page-template-template-page-centered-fullwidth #content #primary {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    left: auto;
    margin: 0 auto; } }

.page-template-template-page-centered-fullwidth #content #sidebar {
  display: none; }

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left; }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0; }
    .site-header .site-branding img {
      max-width: 100%;
      max-height: none; }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block; }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em; }
    .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
      .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
      .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.5407911001em !important;
        display: inline-block; }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em; }
  /**
	 * Comments
	 */
  .comment-list::after {
    display: block;
    content: "";
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em; }
  .comment-list .reply {
    clear: both;
    text-align: right; }
  #respond {
    padding: 2.617924em; }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
      width: 29.4117647059%;
      float: left;
      margin-right: 5.8823529412%; }
    #respond .comment-form-url {
      float: right;
      margin-right: 0; }
    #respond .comment-form-comment {
      clear: both; }
  /**
	 * Content
	 */
  .hentry .entry-header {
    margin-bottom: 2.617924em; }
  .hentry.type-post::after {
    display: block;
    content: "";
    clear: both; } }

/**
 * Media
 */
img {
  border-radius: 3px; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0; }

/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate; }
  table caption {
    padding: 1em 0;
    font-weight: 500; }
  table td,
  table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table thead th {
    text-transform: uppercase;
    padding: 1.41575em;
    vertical-align: middle;
    font-weight: 500; }
  table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a {
      font-weight: normal; }

/**
 * Typography
 */
button:focus, button:hover,
.button:focus,
article .more-link:focus,
.button:hover,
article .more-link:hover,
.btn:focus,
.btn:hover, .btn-primary:focus, .btn-primary:hover {
  box-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  margin: 0 0 0.5407911001em;
  color: #1f1f1f; }

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px; }

h2,
.beta {
  font-size: 2em;
  line-height: 1.214; }

h3,
.gamma {
  font-size: 1.618em;
  font-weight: 500; }

h4,
.delta {
  font-size: 1.41575em;
  font-weight: 500; }

.alpha,
.beta,
.gamma,
.delta {
  display: block; }

p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 2.2906835em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em; }

p {
  margin: 0 0 1em; }

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: 500; }

dd {
  margin: 0 0 1.618em; }

b,
strong {
  font-weight: 500; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic; }

address {
  margin: 0 0 1em; }

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em; }

kbd {
  background-color: grey; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  font-weight: 500;
  background: transparent; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1em;
  width: 100%; }

th {
  font-weight: 500; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #2c2d33;
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    outline: none; }

/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/**
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/**
 * Clearing
 */
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  display: block;
  content: "";
  clear: both; }

.inline {
  display: inline; }

body.can-uppercase .section-categories-carousel.section-top-categories .readmore-link {
  text-transform: uppercase; }

.page .hentry.type-page .entry-header {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 4.438em !important;
  position: relative; }
  .page .hentry.type-page .entry-header .entry-title {
    font-size: 2.750em;
    letter-spacing: -0.01em;
    margin-bottom: 0.227em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: 0.273em; }
  .page .hentry.type-page .entry-header .entry-subtitle {
    font-size: 1.000em;
    letter-spacing: -0.01em;
    line-height: 1.125em;
    color: #9f9f9f;
    font-weight: 400; }
  .page .hentry.type-page .entry-header .page-featured-image {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%; }
  .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-title {
      margin-bottom: 0.7em; }
    .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-subtitle {
      font-size: 1.125em;
      line-height: 1.333em;
      color: #090909;
      font-weight: 300; }

.section-products-carousel .section-header,
.section-products-carousel .homepage-section-header,
.deals-carousel-inner-block .section-header,
.deals-carousel-inner-block .homepage-section-header,
.section-products-carousel-tabs .section-header,
.section-products-carousel-tabs .homepage-section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-carousel .homepage-section-header,
.section-landscape-products-widget-carousel .section-header,
.section-landscape-products-widget-carousel .homepage-section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header,
.featured-brands-block .section-header,
.featured-brands-block .homepage-section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-products-carousel-widget-with-tabs .section-brands .homepage-section-header,
.section-categories-carousel .section-header,
.section-categories-carousel .homepage-section-header {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 450px) {
  .custom-slick-nav {
    display: flex; } }

.custom-slick-nav a:first-child,
.custom-slick-nav .slick-prev {
  padding-right: 0.52em; }

.custom-slick-nav a,
.custom-slick-nav .slick-arrow {
  color: #c3c3c3; }

.custom-slick-nav a:hover,
.custom-slick-nav .slick-arrow:hover {
  color: #464646; }

/**
 * Comments
 */
.comment-content a {
  word-wrap: break-word; }

.comments-title,
.pings-title {
  color: #090909;
  font-size: 1.500em;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.833em;
  padding-bottom: 0.542em;
  line-height: 1.208em;
  position: relative; }
  .comments-title:after,
  .pings-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    width: 3.684em; }

.comment-reply-title {
  font-size: 1.563em;
  line-height: 1.600em;
  position: relative;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.6em;
  color: #090909;
  padding-bottom: 0.48em;
  font-size: 1.5em; }
  .comment-reply-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px; }

.commentlist,
.pings-list {
  list-style: none;
  margin-left: 0; }
  .commentlist li.comment,
  .pings-list li.comment {
    padding: 37px 0;
    list-style: none;
    clear: both;
    border-bottom: 1px solid #ebebeb; }
    .commentlist li.comment::after,
    .pings-list li.comment::after {
      display: block;
      content: "";
      clear: both; }
  .commentlist li .comment_container > img,
  .pings-list li .comment_container > img {
    display: none; }
  @media (min-width: 768px) {
    .commentlist li .comment_container .comment-text,
    .pings-list li .comment_container .comment-text {
      display: flex;
      flex-wrap: wrap; } }
  .commentlist li .comment_container .comment-text .description,
  .pings-list li .comment_container .comment-text .description {
    font-weight: 300; }
    @media (max-width: 575px) {
      .commentlist li .comment_container .comment-text .description,
      .pings-list li .comment_container .comment-text .description {
        width: 100%;
        margin-bottom: 1em; } }
    @media (min-width: 576px) {
      .commentlist li .comment_container .comment-text .description,
      .pings-list li .comment_container .comment-text .description {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }
    .commentlist li .comment_container .comment-text .description p:last-of-type,
    .pings-list li .comment_container .comment-text .description p:last-of-type {
      margin-bottom: 0; }
  .commentlist li .comment_container .comment-text .comment-content,
  .pings-list li .comment_container .comment-text .comment-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
    @media (max-width: 575px) {
      .commentlist li .comment_container .comment-text .comment-content,
      .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%; } }
    .commentlist li .comment_container .comment-text .comment-content .description,
    .pings-list li .comment_container .comment-text .comment-content .description {
      flex: 0 0 100%;
      max-width: 100%; }
    .commentlist li .comment_container .comment-text .comment-content table,
    .pings-list li .comment_container .comment-text .comment-content table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: transparent; }
      .commentlist li .comment_container .comment-text .comment-content table th,
      .commentlist li .comment_container .comment-text .comment-content table td,
      .pings-list li .comment_container .comment-text .comment-content table th,
      .pings-list li .comment_container .comment-text .comment-content table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef; }
      .commentlist li .comment_container .comment-text .comment-content table thead th,
      .pings-list li .comment_container .comment-text .comment-content table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef; }
      .commentlist li .comment_container .comment-text .comment-content table tbody + tbody,
      .pings-list li .comment_container .comment-text .comment-content table tbody + tbody {
        border-top: 2px solid #eceeef; }
      .commentlist li .comment_container .comment-text .comment-content table .table,
      .pings-list li .comment_container .comment-text .comment-content table .table {
        background-color: #fff; }
    .commentlist li .comment_container .comment-text .comment-content ul, .commentlist li .comment_container .comment-text .comment-content ol,
    .pings-list li .comment_container .comment-text .comment-content ul,
    .pings-list li .comment_container .comment-text .comment-content ol {
      margin-bottom: 1.4em; }
    .commentlist li .comment_container .comment-text .comment-content blockquote,
    .pings-list li .comment_container .comment-text .comment-content blockquote {
      border-left: 0 none;
      font-size: inherit;
      margin: 0 0 1.429em 2.714em;
      padding: 0;
      font-style: italic; }
      .commentlist li .comment_container .comment-text .comment-content blockquote::before,
      .pings-list li .comment_container .comment-text .comment-content blockquote::before {
        color: #a7a7a7;
        content: "\f10d";
        float: left;
        font-family: FontAwesome;
        font-size: 1.786em;
        margin-left: -1.5em;
        margin-top: -.4em; }
  .commentlist li .comment_container .comment-text .star-rating,
  .pings-list li .comment_container .comment-text .star-rating {
    letter-spacing: 3px;
    width: 7em /*rtl:6.2em */; }
  .commentlist li .comment_container .star-rating,
  .pings-list li .comment_container .star-rating {
    order: 3; }
  .commentlist li:last-child,
  .pings-list li:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .commentlist li .avatar,
  .pings-list li .avatar {
    float: left;
    width: 2.2906835em;
    height: auto;
    margin-right: 1em; }
  .commentlist li p.meta, .commentlist li div.meta,
  .pings-list li p.meta,
  .pings-list li div.meta {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
    @media (max-width: 575px) {
      .commentlist li p.meta, .commentlist li div.meta,
      .pings-list li p.meta,
      .pings-list li div.meta {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50px; } }
    .commentlist li p.meta .woocommerce-review__author, .commentlist li div.meta .woocommerce-review__author,
    .pings-list li p.meta .woocommerce-review__author,
    .pings-list li div.meta .woocommerce-review__author {
      font-size: 18px;
      font-weight: normal;
      color: #626060;
      line-height: 1.2; }
    .commentlist li p.meta .woocommerce-review__published-date, .commentlist li div.meta .woocommerce-review__published-date,
    .pings-list li p.meta .woocommerce-review__published-date,
    .pings-list li div.meta .woocommerce-review__published-date {
      font-size: 14px;
      color: #aeaeae;
      font-weight: 400; }
    .commentlist li p.meta .woocommerce-review__dash, .commentlist li div.meta .woocommerce-review__dash,
    .pings-list li p.meta .woocommerce-review__dash,
    .pings-list li div.meta .woocommerce-review__dash {
      display: none; }
  .commentlist li ol.children,
  .pings-list li ol.children {
    margin-top: 2.2em;
    border-top: 1px solid #ebebeb; }

.comments-area .commentlist li div.meta,
.comments-area .commentlist li p.meta,
.comments-area .pings-list li div.meta,
.comments-area .pings-list li p.meta {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%; }
  @media (max-width: 575px) {
    .comments-area .commentlist li div.meta,
    .comments-area .commentlist li p.meta,
    .comments-area .pings-list li div.meta,
    .comments-area .pings-list li p.meta {
      flex: 0 0 100%;
      max-width: 100%; } }

.comments-area .commentlist li .comment_container > img,
.comments-area .pings-list li .comment_container > img {
  display: block; }

.comments-area .commentlist li .avatar,
.comments-area .pings-list li .avatar {
  width: 3em; }

.comments-area .comment-navigation {
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }

.comments-area .commentlist li .comment_container .comment-text .comment-content,
.comments-area .pings-list li .comment_container .comment-text .comment-content {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }
  @media (max-width: 575px) {
    .comments-area .commentlist li .comment_container .comment-text .comment-content,
    .comments-area .pings-list li .comment_container .comment-text .comment-content {
      flex: 0 0 100%;
      max-width: 100%; } }

.commentlist .comment .reply,
.commentlist .pingback .reply,
.pings-list .comment .reply,
.pings-list .pingback .reply {
  text-align: right;
  padding-top: 1em;
  font-size: 14px; }
  .commentlist .comment .reply a:hover, .commentlist .comment .reply a:focus,
  .commentlist .pingback .reply a:hover,
  .commentlist .pingback .reply a:focus,
  .pings-list .comment .reply a:hover,
  .pings-list .comment .reply a:focus,
  .pings-list .pingback .reply a:hover,
  .pings-list .pingback .reply a:focus {
    text-decoration: none; }
  .commentlist .comment .reply .comment-edit-link + .comment-reply-link::before,
  .commentlist .pingback .reply .comment-edit-link + .comment-reply-link::before,
  .pings-list .comment .reply .comment-edit-link + .comment-reply-link::before,
  .pings-list .pingback .reply .comment-edit-link + .comment-reply-link::before {
    content: "/";
    padding: 0 4px 0 2px; }

.commentlist .comment #respond,
.commentlist .pingback #respond,
.pings-list .comment #respond,
.pings-list .pingback #respond {
  background: #f5f5f5;
  padding: 1.438em;
  margin-top: 1.250em;
  margin-left: auto;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }
  .commentlist .comment #respond .comment-reply-title,
  .commentlist .pingback #respond .comment-reply-title,
  .pings-list .comment #respond .comment-reply-title,
  .pings-list .pingback #respond .comment-reply-title {
    font-size: 1.25em; }
    .commentlist .comment #respond .comment-reply-title small,
    .commentlist .pingback #respond .comment-reply-title small,
    .pings-list .comment #respond .comment-reply-title small,
    .pings-list .pingback #respond .comment-reply-title small {
      float: right;
      font-size: 0.750em; }
      .commentlist .comment #respond .comment-reply-title small a:hover, .commentlist .comment #respond .comment-reply-title small a:focus,
      .commentlist .pingback #respond .comment-reply-title small a:hover,
      .commentlist .pingback #respond .comment-reply-title small a:focus,
      .pings-list .comment #respond .comment-reply-title small a:hover,
      .pings-list .comment #respond .comment-reply-title small a:focus,
      .pings-list .pingback #respond .comment-reply-title small a:hover,
      .pings-list .pingback #respond .comment-reply-title small a:focus {
        text-decoration: none; }

#respond.comment-respond {
  padding: 0; }
  #respond.comment-respond .comment-reply-title {
    display: block;
    font-size: 24px;
    padding-bottom: .2em;
    margin-bottom: 30px; }
  #respond.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap; }
    #respond.comment-respond .comment-form label {
      font-weight: normal;
      color: #626060;
      display: block; }
    #respond.comment-respond .comment-form .comment-notes,
    #respond.comment-respond .comment-form .comment-form-rating,
    #respond.comment-respond .comment-form .comment-form-comment,
    #respond.comment-respond .comment-form .form-submit,
    #respond.comment-respond .comment-form .comment-form-url {
      flex: 0 0 100%;
      max-width: 100%; }
    #respond.comment-respond .comment-form .comment-form-author,
    #respond.comment-respond .comment-form .comment-form-email {
      flex: 0 0 50%;
      max-width: 50%;
      margin-right: 0; }
      #respond.comment-respond .comment-form .comment-form-author input,
      #respond.comment-respond .comment-form .comment-form-email input {
        width: 100%; }
    #respond.comment-respond .comment-form .comment-form-author {
      order: 3;
      padding-right: 15px; }
    #respond.comment-respond .comment-form .comment-form-email {
      order: 4;
      padding-left: 15px; }
    #respond.comment-respond .comment-form .comment-form-comment {
      order: 6;
      margin-bottom: 27px; }
    #respond.comment-respond .comment-form .comment-form-url {
      order: 5; }
    #respond.comment-respond .comment-form .form-submit {
      order: 7; }
      #respond.comment-respond .comment-form .form-submit input[type=submit] {
        background-color: transparent;
        font-size: 14px;
        border: 2px solid;
        border-radius: 50px;
        padding: 5px 40px; }
        #respond.comment-respond .comment-form .form-submit input[type=submit]:hover {
          color: #fff; }
    #respond.comment-respond .comment-form > p {
      margin-bottom: 1.300em; }
      #respond.comment-respond .comment-form > p.logged-in-as {
        font-size: 14px; }
      #respond.comment-respond .comment-form > p label {
        color: #626060;
        font-weight: 400;
        letter-spacing: -0.01em;
        line-height: 1.5em;
        margin-bottom: 0.5em; }
      #respond.comment-respond .comment-form > p input[type="submit"] {
        border-radius: 1.438em;
        color: #fff; }
      #respond.comment-respond .comment-form > p .input-text,
      #respond.comment-respond .comment-form > p input[type="email"],
      #respond.comment-respond .comment-form > p input[type="password"],
      #respond.comment-respond .comment-form > p input[type="search"],
      #respond.comment-respond .comment-form > p input[type="text"],
      #respond.comment-respond .comment-form > p input[type="url"],
      #respond.comment-respond .comment-form > p textarea {
        width: 100%; }

/**
 * Main content area
 */
.site-main {
  margin-bottom: 2.617924em; }

.site-content {
  outline: none; }

.page-template-template-homepage .site-main {
  padding-top: 4.235801032em; }

/**
 * Content
 */
.hentry {
  margin: 0 0 4.235801032em; }
  .hentry .wp-post-image,
  .hentry .media-attachment img {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto; }
  .hentry .entry-header {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .hentry .entry-header .posted-on,
    .hentry .entry-header .byline {
      font-size: 0.875em; }
      .hentry .entry-header .posted-on a,
      .hentry .entry-header .byline a {
        font-weight: 400;
        text-decoration: underline; }
        .hentry .entry-header .posted-on a:hover,
        .hentry .entry-header .byline a:hover {
          text-decoration: none; }
  .hentry .entry-meta {
    font-weight: 300; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1em; }

.author .avatar {
  width: 64px;
  margin-bottom: 1em; }

/**
 * Footer
 */
.site-footer {
  background-color: #f9f9f9;
  color: #626262;
  padding: 0;
  font-size: 0.938em; }
  .site-footer .before-footer-wrap {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 3.001em;
    padding-bottom: 2.331em;
    border-bottom: 1px solid #bebebe; }
    .site-footer .before-footer-wrap::after {
      display: block;
      content: "";
      clear: both; }
    .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1589px) and (min-width: 1024px) {
        .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap {
          flex-direction: column; }
          .site-footer .before-footer-wrap .col-full .footer-newsletter, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter {
            margin-bottom: 2em; } }
      @media (max-width: 700px) {
        .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap {
          flex-direction: column;
          align-items: center; } }
      @media (max-width: 700px) {
        .site-footer .before-footer-wrap .col-full .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media-body > div, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media-body > div {
          display: flex;
          flex-direction: column; }
        .site-footer .before-footer-wrap .col-full .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header {
          margin-bottom: 1em; }
        .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form {
          display: flex;
          flex-direction: column; }
          .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form input[type=text], .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form input[type=text] {
            margin-bottom: .8em;
            width: 100%; }
          .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form button, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form button {
            border-radius: 5px;
            margin: 0px; } }
      @media (max-width: 450px) {
        .site-footer .before-footer-wrap .col-full .footer-newsletter .media, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media {
          display: flex;
          flex-direction: column; }
          .site-footer .before-footer-wrap .col-full .footer-newsletter .media i, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media i, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media i, .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media i {
            margin-bottom: .3em; } }
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer strong {
    color: #1f1f1f;
    font-weight: 500; }
  .site-footer .footer-widgets-block {
    margin-bottom: 3em;
    padding-top: 3.133em; }
    .site-footer .footer-widgets-block .footer-contact, .site-footer .footer-widgets-block .footer-widgets .columns {
      padding-top: 1.667em; }
    @media (max-width: 1199px) {
      .site-footer .footer-widgets-block .footer-contact {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; } }
  @media (max-width: 1199px) and (min-width: 576px) {
    .site-footer .footer-widgets-block .footer-contact {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .site-footer .footer-widgets-block .footer-contact {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .site-footer .footer-widgets-block .footer-contact {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 1199px) and (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-contact {
      padding-right: 15px;
      padding-left: 15px; } }
    .site-footer .footer-widgets-block .footer-widgets {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .site-footer .footer-widgets-block .footer-widgets {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .site-footer .footer-widgets-block .footer-widgets {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .site-footer .footer-widgets-block .footer-widgets {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 1200px) {
        .site-footer .footer-widgets-block .footer-widgets {
          padding-right: 15px;
          padding-left: 15px; } }
    @media (min-width: 1200px) {
      .site-footer .footer-widgets-block .footer-widgets {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }

.site-info {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: #222;
  color: #bababa;
  font-size: 0.933em;
  letter-spacing: -0.034em;
  padding: 1.679em 0; }
  .site-info::after {
    display: block;
    content: "";
    clear: both; }
  .site-info .col-full, .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-info .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .site-info .section-products-carousel-tabs-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between; }
  .site-info a {
    color: #bababa; }
    .site-info a:focus, .site-info a:hover {
      color: #bababa; }
  .site-info .fa-heart {
    color: #fd4b4b; }

.contact-payment-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .contact-payment-wrap {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .contact-payment-wrap {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .contact-payment-wrap {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .contact-payment-wrap {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1590px) {
    .contact-payment-wrap .footer-contact-info {
      max-width: 410px;
      flex-basis: 410px; } }
  .contact-payment-wrap .footer-contact-info, .contact-payment-wrap .footer-payment-info {
    padding: 0 15px; }

@media (min-width: 1200px) and (max-width: 1589px) {
  .contact-payment-wrap .footer-contact-info, .contact-payment-wrap .footer-payment-info {
    max-width: 300px;
    flex-basis: 300px; } }

@media (min-width: 1200px) and (max-width: 1589px) {
  .contact-payment-wrap .footer-payment-info .list-payment-icons .payment-icon-image {
    width: 100%; } }
  @media (min-width: 1590px) {
    .contact-payment-wrap .footer-payment-info {
      flex-basis: 340px; } }
  @media (max-width: 767px) {
    .contact-payment-wrap .footer-contact-info {
      margin-bottom: 40px; } }

/**
 * Header
 */
@media (min-width: 1200px) {
  .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
    padding-left: 4.6875%;
    padding-right: 4.6875%; } }

@media (min-width: 2000px) {
  .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
    padding-left: 17%;
    padding-right: 17%; } }

.site-header .departments-menu,
.site-header .site-branding {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /*@media (min-width: 1591px) and (max-width:1700px) {
			@include make-col(2.3);
		}*/ }
  @media (min-width: 576px) {
    .site-header .departments-menu,
    .site-header .site-branding {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .site-header .departments-menu,
    .site-header .site-branding {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .site-header .departments-menu,
    .site-header .site-branding {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .site-header .departments-menu,
    .site-header .site-branding {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1590px) {
    .site-header .departments-menu,
    .site-header .site-branding {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
#masthead { background-image:none; padding-top: 0; }
.site-header .site-branding {
  margin-bottom: 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header .site-branding {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1400px) and (max-width: 1589px) {
  .site-header .site-branding {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-branding {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header .departments-menu {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%; } }

@media (min-width: 1400px) and (max-width: 1550px) {
  .site-header .departments-menu {
    flex: 0 0 21.6666666667%;
    max-width: 21.6666666667%; } }

@media (min-width: 1551px) and (max-width: 1699px) {
  .site-header .departments-menu {
    flex: 0 0 19.1666666667%;
    max-width: 19.1666666667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .departments-menu {
    flex: 0 0 26.6666666667%;
    max-width: 26.6666666667%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header .departments-menu {
    margin-bottom: 20px; } }

.site-header .navbar-search,
.site-header .primary-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .site-header .navbar-search,
    .site-header .primary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .site-header .navbar-search,
    .site-header .primary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .site-header .navbar-search,
    .site-header .primary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .site-header .navbar-search,
    .site-header .primary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .secondary-navigation,
  .site-header .primary-navigation {
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

@media (min-width: 992px) {
  .site-header .navbar-search {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header .navbar-search {
    margin-bottom: 20px; } }

@media (min-width: 1590px) {
  .site-header .primary-navigation {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header .primary-navigation {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; } }

.site-header .secondary-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  text-align: right; }
  @media (min-width: 576px) {
    .site-header .secondary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .site-header .secondary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .site-header .secondary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .site-header .secondary-navigation {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header .secondary-navigation {
    margin-bottom: 0.8em; } }
  @media (min-width: 1590px) {
    .site-header .secondary-navigation {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding-left: 0; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header .secondary-navigation {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .site-header.header-v1 .primary-navigation {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 1700px) and (max-width: 1800px) {
  .site-header.header-v1 .primary-navigation {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .site-header.header-v1 .secondary-navigation {
    display: none; } }

@media (min-width: 1700px) and (max-width: 1800px) {
  .site-header.header-v1 .secondary-navigation {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; } }

.site-header .site-header-cart {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .site-header .site-header-cart {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .site-header .site-header-cart {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .site-header .site-header-cart {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .site-header .site-header-cart {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1590px) {
    .site-header .site-header-cart {
      flex: 0 0 9.5402299167%;
      max-width: 9.5402299167%; } }

@media (min-width: 1200px) and (max-width: 1699px) {
  .site-header .site-header-cart {
    flex: 0 0 12.0402299167%;
    max-width: 12.0402299167%;
    padding-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-header-cart {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 0.5em;
    margin-bottom: 20px; } }

.site-header .nav li a:hover, .site-header .nav li a:focus, .site-header .nav li a:active {
  text-decoration: none;
  outline: none; }

@media (min-width: 1700px) and (max-width: 1900px) {
  .page-template-template-homepage-v1 .site-header .departments-menu,
  .page-template-template-homepage-v2 .site-header .departments-menu {
    flex: 0 0 19.1666666667%;
    max-width: 19.1666666667%; } }

@media (min-width: 992px) {
    .menu_content_opc {
        min-height: 265px;
    }
}