@charset "UTF-8";
/*!
Theme Name:   	Techmarket
Theme URI:    	https://themeforest.net/item/techmarket-multidemo-electronics-store-woocommerce-theme/20241155
Author:         MadrasThemes
Author URI:     https://madrasthemes.com/
Description:  	Techmarket 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.2.5
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	techmarket
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options

This theme, 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

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "ï€€"
}

.fa-music:before {
    content: "ï€"
}

.fa-search:before {
    content: "ï€‚"
}

.fa-envelope-o:before {
    content: "ï€ƒ"
}

.fa-heart:before {
    content: "ï€„"
}

.fa-star:before {
    content: "ï€…"
}

.fa-star-o:before {
    content: "ï€†"
}

.fa-user:before {
    content: "ï€‡"
}

.fa-film:before {
    content: "ï€ˆ"
}

.fa-th-large:before {
    content: "ï€‰"
}

.fa-th:before {
    content: "ï€Š"
}

.fa-th-list:before {
    content: "ï€‹"
}

.fa-check:before {
    content: "ï€Œ"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "ï€"
}

.fa-search-plus:before {
    content: "ï€Ž"
}

.fa-search-minus:before {
    content: "ï€"
}

.fa-power-off:before {
    content: "ï€‘"
}

.fa-signal:before {
    content: "ï€’"
}

.fa-cog:before, .fa-gear:before {
    content: "ï€“"
}

.fa-trash-o:before {
    content: "ï€”"
}

.fa-home:before {
    content: "ï€•"
}

.fa-file-o:before {
    content: "ï€–"
}

.fa-clock-o:before {
    content: "ï€—"
}

.fa-road:before {
    content: "ï€˜"
}

.fa-download:before {
    content: "ï€™"
}

.fa-arrow-circle-o-down:before {
    content: "ï€š"
}

.fa-arrow-circle-o-up:before {
    content: "ï€›"
}

.fa-inbox:before {
    content: "ï€œ"
}

.fa-play-circle-o:before {
    content: "ï€"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "ï€ž"
}

.fa-refresh:before {
    content: "ï€¡"
}

.fa-list-alt:before {
    content: "ï€¢"
}

.fa-lock:before {
    content: "ï€£"
}

.fa-flag:before {
    content: "ï€¤"
}

.fa-headphones:before {
    content: "ï€¥"
}

.fa-volume-off:before {
    content: "ï€¦"
}

.fa-volume-down:before {
    content: "ï€§"
}

.fa-volume-up:before {
    content: "ï€¨"
}

.fa-qrcode:before {
    content: "ï€©"
}

.fa-barcode:before {
    content: "ï€ª"
}

.fa-tag:before {
    content: "ï€«"
}

.fa-tags:before {
    content: "ï€¬"
}

.fa-book:before {
    content: "ï€­"
}

.fa-bookmark:before {
    content: "ï€®"
}

.fa-print:before {
    content: "ï€¯"
}

.fa-camera:before {
    content: "ï€°"
}

.fa-font:before {
    content: "ï€±"
}

.fa-bold:before {
    content: "ï€²"
}

.fa-italic:before {
    content: "ï€³"
}

.fa-text-height:before {
    content: "ï€´"
}

.fa-text-width:before {
    content: "ï€µ"
}

.fa-align-left:before {
    content: "ï€¶"
}

.fa-align-center:before {
    content: "ï€·"
}

.fa-align-right:before {
    content: "ï€¸"
}

.fa-align-justify:before {
    content: "ï€¹"
}

.fa-list:before {
    content: "ï€º"
}

.fa-dedent:before, .fa-outdent:before {
    content: "ï€»"
}

.fa-indent:before {
    content: "ï€¼"
}

.fa-video-camera:before {
    content: "ï€½"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "ï€¾"
}

.fa-pencil:before {
    content: "ï€"
}

.fa-map-marker:before {
    content: "ï"
}

.fa-adjust:before {
    content: "ï‚"
}

.fa-tint:before {
    content: "ïƒ"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "ï„"
}

.fa-share-square-o:before {
    content: "ï…"
}

.fa-check-square-o:before {
    content: "ï†"
}

.fa-arrows:before {
    content: "ï‡"
}

.fa-step-backward:before {
    content: "ïˆ"
}

.fa-fast-backward:before {
    content: "ï‰"
}

.fa-backward:before {
    content: "ïŠ"
}

.fa-play:before {
    content: "ï‹"
}

.fa-pause:before {
    content: "ïŒ"
}

.fa-stop:before {
    content: "ï"
}

.fa-forward:before {
    content: "ïŽ"
}

.fa-fast-forward:before {
    content: "ï"
}

.fa-step-forward:before {
    content: "ï‘"
}

.fa-eject:before {
    content: "ï’"
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-plus-circle:before {
    content: "ï•"
}

.fa-minus-circle:before {
    content: "ï–"
}

.fa-times-circle:before {
    content: "ï—"
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-question-circle:before {
    content: "ï™"
}

.fa-info-circle:before {
    content: "ïš"
}

.fa-crosshairs:before {
    content: "ï›"
}

.fa-times-circle-o:before {
    content: "ïœ"
}

.fa-check-circle-o:before {
    content: "ï"
}

.fa-ban:before {
    content: "ïž"
}

.fa-arrow-left:before {
    content: "ï "
}

.fa-arrow-right:before {
    content: "ï¡"
}

.fa-arrow-up:before {
    content: "ï¢"
}

.fa-arrow-down:before {
    content: "ï£"
}

.fa-mail-forward:before, .fa-share:before {
    content: "ï¤"
}

.fa-expand:before {
    content: "ï¥"
}

.fa-compress:before {
    content: "ï¦"
}

.fa-plus:before {
    content: "ï§"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-asterisk:before {
    content: "ï©"
}

.fa-exclamation-circle:before {
    content: "ïª"
}

.fa-gift:before {
    content: "ï«"
}

.fa-leaf:before {
    content: "ï¬"
}

.fa-fire:before {
    content: "ï­"
}

.fa-eye:before {
    content: "ï®"
}

.fa-eye-slash:before {
    content: "ï°"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "ï±"
}

.fa-plane:before {
    content: "ï²"
}

.fa-calendar:before {
    content: "ï³"
}

.fa-random:before {
    content: "ï´"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-magnet:before {
    content: "ï¶"
}

.fa-chevron-up:before {
    content: "ï·"
}

.fa-chevron-down:before {
    content: "ï¸"
}

.fa-retweet:before {
    content: "ï¹"
}

.fa-shopping-cart:before {
    content: "ïº"
}

.fa-folder:before {
    content: "ï»"
}

.fa-folder-open:before {
    content: "ï¼"
}

.fa-arrows-v:before {
    content: "ï½"
}

.fa-arrows-h:before {
    content: "ï¾"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "ï‚€"
}

.fa-twitter-square:before {
    content: "ï‚"
}

.fa-facebook-square:before {
    content: "ï‚‚"
}

.fa-camera-retro:before {
    content: "ï‚ƒ"
}

.fa-key:before {
    content: "ï‚„"
}

.fa-cogs:before, .fa-gears:before {
    content: "ï‚…"
}

.fa-comments:before {
    content: "ï‚†"
}

.fa-thumbs-o-up:before {
    content: "ï‚‡"
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ"
}

.fa-star-half:before {
    content: "ï‚‰"
}

.fa-heart-o:before {
    content: "ï‚Š"
}

.fa-sign-out:before {
    content: "ï‚‹"
}

.fa-linkedin-square:before {
    content: "ï‚Œ"
}

.fa-thumb-tack:before {
    content: "ï‚"
}

.fa-external-link:before {
    content: "ï‚Ž"
}

.fa-sign-in:before {
    content: "ï‚"
}

.fa-trophy:before {
    content: "ï‚‘"
}

.fa-github-square:before {
    content: "ï‚’"
}

.fa-upload:before {
    content: "ï‚“"
}

.fa-lemon-o:before {
    content: "ï‚”"
}

.fa-phone:before {
    content: "ï‚•"
}

.fa-square-o:before {
    content: "ï‚–"
}

.fa-bookmark-o:before {
    content: "ï‚—"
}

.fa-phone-square:before {
    content: "ï‚˜"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "ï‚š"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-unlock:before {
    content: "ï‚œ"
}

.fa-credit-card:before {
    content: "ï‚"
}

.fa-feed:before, .fa-rss:before {
    content: "ï‚ž"
}

.fa-hdd-o:before {
    content: "ï‚ "
}

.fa-bullhorn:before {
    content: "ï‚¡"
}

.fa-bell:before {
    content: "ïƒ³"
}

.fa-certificate:before {
    content: "ï‚£"
}

.fa-hand-o-right:before {
    content: "ï‚¤"
}

.fa-hand-o-left:before {
    content: "ï‚¥"
}

.fa-hand-o-up:before {
    content: "ï‚¦"
}

.fa-hand-o-down:before {
    content: "ï‚§"
}

.fa-arrow-circle-left:before {
    content: "ï‚¨"
}

.fa-arrow-circle-right:before {
    content: "ï‚©"
}

.fa-arrow-circle-up:before {
    content: "ï‚ª"
}

.fa-arrow-circle-down:before {
    content: "ï‚«"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-wrench:before {
    content: "ï‚­"
}

.fa-tasks:before {
    content: "ï‚®"
}

.fa-filter:before {
    content: "ï‚°"
}

.fa-briefcase:before {
    content: "ï‚±"
}

.fa-arrows-alt:before {
    content: "ï‚²"
}

.fa-group:before, .fa-users:before {
    content: "ïƒ€"
}

.fa-chain:before, .fa-link:before {
    content: "ïƒ"
}

.fa-cloud:before {
    content: "ïƒ‚"
}

.fa-flask:before {
    content: "ïƒƒ"
}

.fa-cut:before, .fa-scissors:before {
    content: "ïƒ„"
}

.fa-copy:before, .fa-files-o:before {
    content: "ïƒ…"
}

.fa-paperclip:before {
    content: "ïƒ†"
}

.fa-floppy-o:before, .fa-save:before {
    content: "ïƒ‡"
}

.fa-square:before {
    content: "ïƒˆ"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "ïƒ‰"
}

.fa-list-ul:before {
    content: "ïƒŠ"
}

.fa-list-ol:before {
    content: "ïƒ‹"
}

.fa-strikethrough:before {
    content: "ïƒŒ"
}

.fa-underline:before {
    content: "ïƒ"
}

.fa-table:before {
    content: "ïƒŽ"
}

.fa-magic:before {
    content: "ïƒ"
}

.fa-truck:before {
    content: "ïƒ‘"
}

.fa-pinterest:before {
    content: "ïƒ’"
}

.fa-pinterest-square:before {
    content: "ïƒ“"
}

.fa-google-plus-square:before {
    content: "ïƒ”"
}

.fa-google-plus:before {
    content: "ïƒ•"
}

.fa-money:before {
    content: "ïƒ–"
}

.fa-caret-down:before {
    content: "ïƒ—"
}

.fa-caret-up:before {
    content: "ïƒ˜"
}

.fa-caret-left:before {
    content: "ïƒ™"
}

.fa-caret-right:before {
    content: "ïƒš"
}

.fa-columns:before {
    content: "ïƒ›"
}

.fa-sort:before, .fa-unsorted:before {
    content: "ïƒœ"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "ïƒ"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "ïƒž"
}

.fa-envelope:before {
    content: "ïƒ "
}

.fa-linkedin:before {
    content: "ïƒ¡"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "ïƒ¢"
}

.fa-gavel:before, .fa-legal:before {
    content: "ïƒ£"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "ïƒ¤"
}

.fa-comment-o:before {
    content: "ïƒ¥"
}

.fa-comments-o:before {
    content: "ïƒ¦"
}

.fa-bolt:before, .fa-flash:before {
    content: "ïƒ§"
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

.fa-umbrella:before {
    content: "ïƒ©"
}

.fa-clipboard:before, .fa-paste:before {
    content: "ïƒª"
}

.fa-lightbulb-o:before {
    content: "ïƒ«"
}

.fa-exchange:before {
    content: "ïƒ¬"
}

.fa-cloud-download:before {
    content: "ïƒ­"
}

.fa-cloud-upload:before {
    content: "ïƒ®"
}

.fa-user-md:before {
    content: "ïƒ°"
}

.fa-stethoscope:before {
    content: "ïƒ±"
}

.fa-suitcase:before {
    content: "ïƒ²"
}

.fa-bell-o:before {
    content: "ï‚¢"
}

.fa-coffee:before {
    content: "ïƒ´"
}

.fa-cutlery:before {
    content: "ïƒµ"
}

.fa-file-text-o:before {
    content: "ïƒ¶"
}

.fa-building-o:before {
    content: "ïƒ·"
}

.fa-hospital-o:before {
    content: "ïƒ¸"
}

.fa-ambulance:before {
    content: "ïƒ¹"
}

.fa-medkit:before {
    content: "ïƒº"
}

.fa-fighter-jet:before {
    content: "ïƒ»"
}

.fa-beer:before {
    content: "ïƒ¼"
}

.fa-h-square:before {
    content: "ïƒ½"
}

.fa-plus-square:before {
    content: "ïƒ¾"
}

.fa-angle-double-left:before {
    content: "ï„€"
}

.fa-angle-double-right:before {
    content: "ï„"
}

.fa-angle-double-up:before {
    content: "ï„‚"
}

.fa-angle-double-down:before {
    content: "ï„ƒ"
}

.fa-angle-left:before {
    content: "ï„„"
}

.fa-angle-right:before {
    content: "ï„…"
}

.fa-angle-up:before {
    content: "ï„†"
}

.fa-angle-down:before {
    content: "ï„‡"
}

.fa-desktop:before {
    content: "ï„ˆ"
}

.fa-laptop:before {
    content: "ï„‰"
}

.fa-tablet:before {
    content: "ï„Š"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "ï„‹"
}

.fa-circle-o:before {
    content: "ï„Œ"
}

.fa-quote-left:before {
    content: "ï„"
}

.fa-quote-right:before {
    content: "ï„Ž"
}

.fa-spinner:before {
    content: "ï„"
}

.fa-circle:before {
    content: "ï„‘"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "ï„’"
}

.fa-github-alt:before {
    content: "ï„“"
}

.fa-folder-o:before {
    content: "ï„”"
}

.fa-folder-open-o:before {
    content: "ï„•"
}

.fa-smile-o:before {
    content: "ï„˜"
}

.fa-frown-o:before {
    content: "ï„™"
}

.fa-meh-o:before {
    content: "ï„š"
}

.fa-gamepad:before {
    content: "ï„›"
}

.fa-keyboard-o:before {
    content: "ï„œ"
}

.fa-flag-o:before {
    content: "ï„"
}

.fa-flag-checkered:before {
    content: "ï„ž"
}

.fa-terminal:before {
    content: "ï„ "
}

.fa-code:before {
    content: "ï„¡"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "ï„¢"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "ï„£"
}

.fa-location-arrow:before {
    content: "ï„¤"
}

.fa-crop:before {
    content: "ï„¥"
}

.fa-code-fork:before {
    content: "ï„¦"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "ï„§"
}

.fa-question:before {
    content: "ï„¨"
}

.fa-info:before {
    content: "ï„©"
}

.fa-exclamation:before {
    content: "ï„ª"
}

.fa-superscript:before {
    content: "ï„«"
}

.fa-subscript:before {
    content: "ï„¬"
}

.fa-eraser:before {
    content: "ï„­"
}

.fa-puzzle-piece:before {
    content: "ï„®"
}

.fa-microphone:before {
    content: "ï„°"
}

.fa-microphone-slash:before {
    content: "ï„±"
}

.fa-shield:before {
    content: "ï„²"
}

.fa-calendar-o:before {
    content: "ï„³"
}

.fa-fire-extinguisher:before {
    content: "ï„´"
}

.fa-rocket:before {
    content: "ï„µ"
}

.fa-maxcdn:before {
    content: "ï„¶"
}

.fa-chevron-circle-left:before {
    content: "ï„·"
}

.fa-chevron-circle-right:before {
    content: "ï„¸"
}

.fa-chevron-circle-up:before {
    content: "ï„¹"
}

.fa-chevron-circle-down:before {
    content: "ï„º"
}

.fa-html5:before {
    content: "ï„»"
}

.fa-css3:before {
    content: "ï„¼"
}

.fa-anchor:before {
    content: "ï„½"
}

.fa-unlock-alt:before {
    content: "ï„¾"
}

.fa-bullseye:before {
    content: "ï…€"
}

.fa-ellipsis-h:before {
    content: "ï…"
}

.fa-ellipsis-v:before {
    content: "ï…‚"
}

.fa-rss-square:before {
    content: "ï…ƒ"
}

.fa-play-circle:before {
    content: "ï…„"
}

.fa-ticket:before {
    content: "ï……"
}

.fa-minus-square:before {
    content: "ï…†"
}

.fa-minus-square-o:before {
    content: "ï…‡"
}

.fa-level-up:before {
    content: "ï…ˆ"
}

.fa-level-down:before {
    content: "ï…‰"
}

.fa-check-square:before {
    content: "ï…Š"
}

.fa-pencil-square:before {
    content: "ï…‹"
}

.fa-external-link-square:before {
    content: "ï…Œ"
}

.fa-share-square:before {
    content: "ï…"
}

.fa-compass:before {
    content: "ï…Ž"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "ï…"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "ï…‘"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "ï…’"
}

.fa-eur:before, .fa-euro:before {
    content: "ï…“"
}

.fa-gbp:before {
    content: "ï…”"
}

.fa-dollar:before, .fa-usd:before {
    content: "ï…•"
}

.fa-inr:before, .fa-rupee:before {
    content: "ï…–"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "ï…—"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "ï…˜"
}

.fa-krw:before, .fa-won:before {
    content: "ï…™"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "ï…š"
}

.fa-file:before {
    content: "ï…›"
}

.fa-file-text:before {
    content: "ï…œ"
}

.fa-sort-alpha-asc:before {
    content: "ï…"
}

.fa-sort-alpha-desc:before {
    content: "ï…ž"
}

.fa-sort-amount-asc:before {
    content: "ï… "
}

.fa-sort-amount-desc:before {
    content: "ï…¡"
}

.fa-sort-numeric-asc:before {
    content: "ï…¢"
}

.fa-sort-numeric-desc:before {
    content: "ï…£"
}

.fa-thumbs-up:before {
    content: "ï…¤"
}

.fa-thumbs-down:before {
    content: "ï…¥"
}

.fa-youtube-square:before {
    content: "ï…¦"
}

.fa-youtube:before {
    content: "ï…§"
}

.fa-xing:before {
    content: "ï…¨"
}

.fa-xing-square:before {
    content: "ï…©"
}

.fa-youtube-play:before {
    content: "ï…ª"
}

.fa-dropbox:before {
    content: "ï…«"
}

.fa-stack-overflow:before {
    content: "ï…¬"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-flickr:before {
    content: "ï…®"
}

.fa-adn:before {
    content: "ï…°"
}

.fa-bitbucket:before {
    content: "ï…±"
}

.fa-bitbucket-square:before {
    content: "ï…²"
}

.fa-tumblr:before {
    content: "ï…³"
}

.fa-tumblr-square:before {
    content: "ï…´"
}

.fa-long-arrow-down:before {
    content: "ï…µ"
}

.fa-long-arrow-up:before {
    content: "ï…¶"
}

.fa-long-arrow-left:before {
    content: "ï…·"
}

.fa-long-arrow-right:before {
    content: "ï…¸"
}

.fa-apple:before {
    content: "ï…¹"
}

.fa-windows:before {
    content: "ï…º"
}

.fa-android:before {
    content: "ï…»"
}

.fa-linux:before {
    content: "ï…¼"
}

.fa-dribbble:before {
    content: "ï…½"
}

.fa-skype:before {
    content: "ï…¾"
}

.fa-foursquare:before {
    content: "ï†€"
}

.fa-trello:before {
    content: "ï†"
}

.fa-female:before {
    content: "ï†‚"
}

.fa-male:before {
    content: "ï†ƒ"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "ï†„"
}

.fa-sun-o:before {
    content: "ï†…"
}

.fa-moon-o:before {
    content: "ï††"
}

.fa-archive:before {
    content: "ï†‡"
}

.fa-bug:before {
    content: "ï†ˆ"
}

.fa-vk:before {
    content: "ï†‰"
}

.fa-weibo:before {
    content: "ï†Š"
}

.fa-renren:before {
    content: "ï†‹"
}

.fa-pagelines:before {
    content: "ï†Œ"
}

.fa-stack-exchange:before {
    content: "ï†"
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž"
}

.fa-arrow-circle-o-left:before {
    content: "ï†"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "ï†‘"
}

.fa-dot-circle-o:before {
    content: "ï†’"
}

.fa-wheelchair:before {
    content: "ï†“"
}

.fa-vimeo-square:before {
    content: "ï†”"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "ï†•"
}

.fa-plus-square-o:before {
    content: "ï†–"
}

.fa-space-shuttle:before {
    content: "ï†—"
}

.fa-slack:before {
    content: "ï†˜"
}

.fa-envelope-square:before {
    content: "ï†™"
}

.fa-wordpress:before {
    content: "ï†š"
}

.fa-openid:before {
    content: "ï†›"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "ï†œ"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "ï†"
}

.fa-yahoo:before {
    content: "ï†ž"
}

.fa-google:before {
    content: "ï† "
}

.fa-reddit:before {
    content: "ï†¡"
}

.fa-reddit-square:before {
    content: "ï†¢"
}

.fa-stumbleupon-circle:before {
    content: "ï†£"
}

.fa-stumbleupon:before {
    content: "ï†¤"
}

.fa-delicious:before {
    content: "ï†¥"
}

.fa-digg:before {
    content: "ï†¦"
}

.fa-pied-piper-pp:before {
    content: "ï†§"
}

.fa-pied-piper-alt:before {
    content: "ï†¨"
}

.fa-drupal:before {
    content: "ï†©"
}

.fa-joomla:before {
    content: "ï†ª"
}

.fa-language:before {
    content: "ï†«"
}

.fa-fax:before {
    content: "ï†¬"
}

.fa-building:before {
    content: "ï†­"
}

.fa-child:before {
    content: "ï†®"
}

.fa-paw:before {
    content: "ï†°"
}

.fa-spoon:before {
    content: "ï†±"
}

.fa-cube:before {
    content: "ï†²"
}

.fa-cubes:before {
    content: "ï†³"
}

.fa-behance:before {
    content: "ï†´"
}

.fa-behance-square:before {
    content: "ï†µ"
}

.fa-steam:before {
    content: "ï†¶"
}

.fa-steam-square:before {
    content: "ï†·"
}

.fa-recycle:before {
    content: "ï†¸"
}

.fa-automobile:before, .fa-car:before {
    content: "ï†¹"
}

.fa-cab:before, .fa-taxi:before {
    content: "ï†º"
}

.fa-tree:before {
    content: "ï†»"
}

.fa-spotify:before {
    content: "ï†¼"
}

.fa-deviantart:before {
    content: "ï†½"
}

.fa-soundcloud:before {
    content: "ï†¾"
}

.fa-database:before {
    content: "ï‡€"
}

.fa-file-pdf-o:before {
    content: "ï‡"
}

.fa-file-word-o:before {
    content: "ï‡‚"
}

.fa-file-excel-o:before {
    content: "ï‡ƒ"
}

.fa-file-powerpoint-o:before {
    content: "ï‡„"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "ï‡…"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "ï‡†"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "ï‡‡"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "ï‡ˆ"
}

.fa-file-code-o:before {
    content: "ï‡‰"
}

.fa-vine:before {
    content: "ï‡Š"
}

.fa-codepen:before {
    content: "ï‡‹"
}

.fa-jsfiddle:before {
    content: "ï‡Œ"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "ï‡"
}

.fa-circle-o-notch:before {
    content: "ï‡Ž"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "ï‡"
}

.fa-empire:before, .fa-ge:before {
    content: "ï‡‘"
}

.fa-git-square:before {
    content: "ï‡’"
}

.fa-git:before {
    content: "ï‡“"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "ï‡”"
}

.fa-tencent-weibo:before {
    content: "ï‡•"
}

.fa-qq:before {
    content: "ï‡–"
}

.fa-wechat:before, .fa-weixin:before {
    content: "ï‡—"
}

.fa-paper-plane:before, .fa-send:before {
    content: "ï‡˜"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "ï‡™"
}

.fa-history:before {
    content: "ï‡š"
}

.fa-circle-thin:before {
    content: "ï‡›"
}

.fa-header:before {
    content: "ï‡œ"
}

.fa-paragraph:before {
    content: "ï‡"
}

.fa-sliders:before {
    content: "ï‡ž"
}

.fa-share-alt:before {
    content: "ï‡ "
}

.fa-share-alt-square:before {
    content: "ï‡¡"
}

.fa-bomb:before {
    content: "ï‡¢"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "ï‡£"
}

.fa-tty:before {
    content: "ï‡¤"
}

.fa-binoculars:before {
    content: "ï‡¥"
}

.fa-plug:before {
    content: "ï‡¦"
}

.fa-slideshare:before {
    content: "ï‡§"
}

.fa-twitch:before {
    content: "ï‡¨"
}

.fa-yelp:before {
    content: "ï‡©"
}

.fa-newspaper-o:before {
    content: "ï‡ª"
}

.fa-wifi:before {
    content: "ï‡«"
}

.fa-calculator:before {
    content: "ï‡¬"
}

.fa-paypal:before {
    content: "ï‡­"
}

.fa-google-wallet:before {
    content: "ï‡®"
}

.fa-cc-visa:before {
    content: "ï‡°"
}

.fa-cc-mastercard:before {
    content: "ï‡±"
}

.fa-cc-discover:before {
    content: "ï‡²"
}

.fa-cc-amex:before {
    content: "ï‡³"
}

.fa-cc-paypal:before {
    content: "ï‡´"
}

.fa-cc-stripe:before {
    content: "ï‡µ"
}

.fa-bell-slash:before {
    content: "ï‡¶"
}

.fa-bell-slash-o:before {
    content: "ï‡·"
}

.fa-trash:before {
    content: "ï‡¸"
}

.fa-copyright:before {
    content: "ï‡¹"
}

.fa-at:before {
    content: "ï‡º"
}

.fa-eyedropper:before {
    content: "ï‡»"
}

.fa-paint-brush:before {
    content: "ï‡¼"
}

.fa-birthday-cake:before {
    content: "ï‡½"
}

.fa-area-chart:before {
    content: "ï‡¾"
}

.fa-pie-chart:before {
    content: "ïˆ€"
}

.fa-line-chart:before {
    content: "ïˆ"
}

.fa-lastfm:before {
    content: "ïˆ‚"
}

.fa-lastfm-square:before {
    content: "ïˆƒ"
}

.fa-toggle-off:before {
    content: "ïˆ„"
}

.fa-toggle-on:before {
    content: "ïˆ…"
}

.fa-bicycle:before {
    content: "ïˆ†"
}

.fa-bus:before {
    content: "ïˆ‡"
}

.fa-ioxhost:before {
    content: "ïˆˆ"
}

.fa-angellist:before {
    content: "ïˆ‰"
}

.fa-cc:before {
    content: "ïˆŠ"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "ïˆ‹"
}

.fa-meanpath:before {
    content: "ïˆŒ"
}

.fa-buysellads:before {
    content: "ïˆ"
}

.fa-connectdevelop:before {
    content: "ïˆŽ"
}

.fa-dashcube:before {
    content: "ïˆ"
}

.fa-forumbee:before {
    content: "ïˆ‘"
}

.fa-leanpub:before {
    content: "ïˆ’"
}

.fa-sellsy:before {
    content: "ïˆ“"
}

.fa-shirtsinbulk:before {
    content: "ïˆ”"
}

.fa-simplybuilt:before {
    content: "ïˆ•"
}

.fa-skyatlas:before {
    content: "ïˆ–"
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜"
}

.fa-diamond:before {
    content: "ïˆ™"
}

.fa-ship:before {
    content: "ïˆš"
}

.fa-user-secret:before {
    content: "ïˆ›"
}

.fa-motorcycle:before {
    content: "ïˆœ"
}

.fa-street-view:before {
    content: "ïˆ"
}

.fa-heartbeat:before {
    content: "ïˆž"
}

.fa-venus:before {
    content: "ïˆ¡"
}

.fa-mars:before {
    content: "ïˆ¢"
}

.fa-mercury:before {
    content: "ïˆ£"
}

.fa-intersex:before, .fa-transgender:before {
    content: "ïˆ¤"
}

.fa-transgender-alt:before {
    content: "ïˆ¥"
}

.fa-venus-double:before {
    content: "ïˆ¦"
}

.fa-mars-double:before {
    content: "ïˆ§"
}

.fa-venus-mars:before {
    content: "ïˆ¨"
}

.fa-mars-stroke:before {
    content: "ïˆ©"
}

.fa-mars-stroke-v:before {
    content: "ïˆª"
}

.fa-mars-stroke-h:before {
    content: "ïˆ«"
}

.fa-neuter:before {
    content: "ïˆ¬"
}

.fa-genderless:before {
    content: "ïˆ­"
}

.fa-facebook-official:before {
    content: "ïˆ°"
}

.fa-pinterest-p:before {
    content: "ïˆ±"
}

.fa-whatsapp:before {
    content: "ïˆ²"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-user-plus:before {
    content: "ïˆ´"
}

.fa-user-times:before {
    content: "ïˆµ"
}

.fa-bed:before, .fa-hotel:before {
    content: "ïˆ¶"
}

.fa-viacoin:before {
    content: "ïˆ·"
}

.fa-train:before {
    content: "ïˆ¸"
}

.fa-subway:before {
    content: "ïˆ¹"
}

.fa-medium:before {
    content: "ïˆº"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "ïˆ»"
}

.fa-optin-monster:before {
    content: "ïˆ¼"
}

.fa-opencart:before {
    content: "ïˆ½"
}

.fa-expeditedssl:before {
    content: "ïˆ¾"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "ï‰€"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "ï‰"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "ï‰‚"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "ï‰ƒ"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "ï‰„"
}

.fa-mouse-pointer:before {
    content: "ï‰…"
}

.fa-i-cursor:before {
    content: "ï‰†"
}

.fa-object-group:before {
    content: "ï‰‡"
}

.fa-object-ungroup:before {
    content: "ï‰ˆ"
}

.fa-sticky-note:before {
    content: "ï‰‰"
}

.fa-sticky-note-o:before {
    content: "ï‰Š"
}

.fa-cc-jcb:before {
    content: "ï‰‹"
}

.fa-cc-diners-club:before {
    content: "ï‰Œ"
}

.fa-clone:before {
    content: "ï‰"
}

.fa-balance-scale:before {
    content: "ï‰Ž"
}

.fa-hourglass-o:before {
    content: "ï‰"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "ï‰‘"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "ï‰’"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "ï‰“"
}

.fa-hourglass:before {
    content: "ï‰”"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "ï‰•"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "ï‰–"
}

.fa-hand-scissors-o:before {
    content: "ï‰—"
}

.fa-hand-lizard-o:before {
    content: "ï‰˜"
}

.fa-hand-spock-o:before {
    content: "ï‰™"
}

.fa-hand-pointer-o:before {
    content: "ï‰š"
}

.fa-hand-peace-o:before {
    content: "ï‰›"
}

.fa-trademark:before {
    content: "ï‰œ"
}

.fa-registered:before {
    content: "ï‰"
}

.fa-creative-commons:before {
    content: "ï‰ž"
}

.fa-gg:before {
    content: "ï‰ "
}

.fa-gg-circle:before {
    content: "ï‰¡"
}

.fa-tripadvisor:before {
    content: "ï‰¢"
}

.fa-odnoklassniki:before {
    content: "ï‰£"
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤"
}

.fa-get-pocket:before {
    content: "ï‰¥"
}

.fa-wikipedia-w:before {
    content: "ï‰¦"
}

.fa-safari:before {
    content: "ï‰§"
}

.fa-chrome:before {
    content: "ï‰¨"
}

.fa-firefox:before {
    content: "ï‰©"
}

.fa-opera:before {
    content: "ï‰ª"
}

.fa-internet-explorer:before {
    content: "ï‰«"
}

.fa-television:before, .fa-tv:before {
    content: "ï‰¬"
}

.fa-contao:before {
    content: "ï‰­"
}

.fa-500px:before {
    content: "ï‰®"
}

.fa-amazon:before {
    content: "ï‰°"
}

.fa-calendar-plus-o:before {
    content: "ï‰±"
}

.fa-calendar-minus-o:before {
    content: "ï‰²"
}

.fa-calendar-times-o:before {
    content: "ï‰³"
}

.fa-calendar-check-o:before {
    content: "ï‰´"
}

.fa-industry:before {
    content: "ï‰µ"
}

.fa-map-pin:before {
    content: "ï‰¶"
}

.fa-map-signs:before {
    content: "ï‰·"
}

.fa-map-o:before {
    content: "ï‰¸"
}

.fa-map:before {
    content: "ï‰¹"
}

.fa-commenting:before {
    content: "ï‰º"
}

.fa-commenting-o:before {
    content: "ï‰»"
}

.fa-houzz:before {
    content: "ï‰¼"
}

.fa-vimeo:before {
    content: "ï‰½"
}

.fa-black-tie:before {
    content: "ï‰¾"
}

.fa-fonticons:before {
    content: "ïŠ€"
}

.fa-reddit-alien:before {
    content: "ïŠ"
}

.fa-edge:before {
    content: "ïŠ‚"
}

.fa-credit-card-alt:before {
    content: "ïŠƒ"
}

.fa-codiepie:before {
    content: "ïŠ„"
}

.fa-modx:before {
    content: "ïŠ…"
}

.fa-fort-awesome:before {
    content: "ïŠ†"
}

.fa-usb:before {
    content: "ïŠ‡"
}

.fa-product-hunt:before {
    content: "ïŠˆ"
}

.fa-mixcloud:before {
    content: "ïŠ‰"
}

.fa-scribd:before {
    content: "ïŠŠ"
}

.fa-pause-circle:before {
    content: "ïŠ‹"
}

.fa-pause-circle-o:before {
    content: "ïŠŒ"
}

.fa-stop-circle:before {
    content: "ïŠ"
}

.fa-stop-circle-o:before {
    content: "ïŠŽ"
}

.fa-shopping-bag:before {
    content: "ïŠ"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

.fa-hashtag:before {
    content: "ïŠ’"
}

.fa-bluetooth:before {
    content: "ïŠ“"
}

.fa-bluetooth-b:before {
    content: "ïŠ”"
}

.fa-percent:before {
    content: "ïŠ•"
}

.fa-gitlab:before {
    content: "ïŠ–"
}

.fa-wpbeginner:before {
    content: "ïŠ—"
}

.fa-wpforms:before {
    content: "ïŠ˜"
}

.fa-envira:before {
    content: "ïŠ™"
}

.fa-universal-access:before {
    content: "ïŠš"
}

.fa-wheelchair-alt:before {
    content: "ïŠ›"
}

.fa-question-circle-o:before {
    content: "ïŠœ"
}

.fa-blind:before {
    content: "ïŠ"
}

.fa-audio-description:before {
    content: "ïŠž"
}

.fa-volume-control-phone:before {
    content: "ïŠ "
}

.fa-braille:before {
    content: "ïŠ¡"
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "ïŠ£"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "ïŠ¤"
}

.fa-glide:before {
    content: "ïŠ¥"
}

.fa-glide-g:before {
    content: "ïŠ¦"
}

.fa-sign-language:before, .fa-signing:before {
    content: "ïŠ§"
}

.fa-low-vision:before {
    content: "ïŠ¨"
}

.fa-viadeo:before {
    content: "ïŠ©"
}

.fa-viadeo-square:before {
    content: "ïŠª"
}

.fa-snapchat:before {
    content: "ïŠ«"
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬"
}

.fa-snapchat-square:before {
    content: "ïŠ­"
}

.fa-pied-piper:before {
    content: "ïŠ®"
}

.fa-first-order:before {
    content: "ïŠ°"
}

.fa-yoast:before {
    content: "ïŠ±"
}

.fa-themeisle:before {
    content: "ïŠ²"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "ïŠ³"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "ïŠ´"
}

.fa-handshake-o:before {
    content: "ïŠµ"
}

.fa-envelope-open:before {
    content: "ïŠ¶"
}

.fa-envelope-open-o:before {
    content: "ïŠ·"
}

.fa-linode:before {
    content: "ïŠ¸"
}

.fa-address-book:before {
    content: "ïŠ¹"
}

.fa-address-book-o:before {
    content: "ïŠº"
}

.fa-address-card:before, .fa-vcard:before {
    content: "ïŠ»"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "ïŠ¼"
}

.fa-user-circle:before {
    content: "ïŠ½"
}

.fa-user-circle-o:before {
    content: "ïŠ¾"
}

.fa-user-o:before {
    content: "ï‹€"
}

.fa-id-badge:before {
    content: "ï‹"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "ï‹‚"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "ï‹ƒ"
}

.fa-quora:before {
    content: "ï‹„"
}

.fa-free-code-camp:before {
    content: "ï‹…"
}

.fa-telegram:before {
    content: "ï‹†"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "ï‹‡"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "ï‹‰"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "ï‹Š"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "ï‹‹"
}

.fa-shower:before {
    content: "ï‹Œ"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "ï‹"
}

.fa-podcast:before {
    content: "ï‹Ž"
}

.fa-window-maximize:before {
    content: "ï‹"
}

.fa-window-minimize:before {
    content: "ï‹‘"
}

.fa-window-restore:before {
    content: "ï‹’"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "ï‹“"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "ï‹”"
}

.fa-bandcamp:before {
    content: "ï‹•"
}

.fa-grav:before {
    content: "ï‹–"
}

.fa-etsy:before {
    content: "ï‹—"
}

.fa-imdb:before {
    content: "ï‹˜"
}

.fa-ravelry:before {
    content: "ï‹™"
}

.fa-eercast:before {
    content: "ï‹š"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-snowflake-o:before {
    content: "ï‹œ"
}

.fa-superpowers:before {
    content: "ï‹"
}

.fa-wpexplorer:before {
    content: "ï‹ž"
}

.fa-meetup:before {
    content: "ï‹ "
}

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

.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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-list:hover {
    z-index: 3
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -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:after, .slick-track:before {
    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
}

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

@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: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .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: "â†"
}

.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: 0 0;
    display: block;
    outline: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: 0
}

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

* {
    box-sizing: border-box
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #444
}

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

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

ul.nav {
    margin-left: 0
}

.deals-carousel-inner-block .section-header, .featured-brands-block .section-header, .related .section-header, .section-categories-carousel .section-header, .section-landscape-products-carousel .section-header, .section-landscape-products-widget-carousel .section-header, .section-products-carousel .section-header, .section-products-carousel-tabs .section-header, .section-products-carousel-widget-with-tabs .section-brands .section-header, .section-single-carousel-with-tab-product .section-double-carousel .section-header, .section-single-carousel-with-tab-product .section-single-carousel .section-header, .up-sells .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: .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
    }
}

embed, iframe, object, video {
    max-width: 100%
}

form {
    margin-bottom: 1.618em
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

.added_to_cart, .button, article .more-link, article.post .more-link, button, input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 400;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px
}

.added_to_cart.alt, .added_to_cart.cta, .button.alt, .button.cta, article .alt.more-link, article .cta.more-link, button.alt, button.cta, input[type=button].alt, input[type=button].cta, input[type=reset].alt, input[type=reset].cta, input[type=submit].alt, input[type=submit].cta {
    background-color: #2c2d33;
    border-color: #2c2d33
}

.added_to_cart.alt:hover, .added_to_cart.cta:hover, .button.alt:hover, .button.cta:hover, article .alt.more-link:hover, article .cta.more-link:hover, button.alt:hover, button.cta:hover, input[type=button].alt:hover, input[type=button].cta:hover, input[type=reset].alt:hover, input[type=reset].cta:hover, input[type=submit].alt:hover, input[type=submit].cta:hover {
    background-color: #2c2d33
}

.added_to_cart:hover, .button:hover, article .more-link:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: #fff
}

.added_to_cart.loading, .button.loading, article .loading.more-link, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
    opacity: .5
}

.added_to_cart.small, .button.small, article .small.more-link, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
    padding: .5407911001em .875em;
    font-size: .875em
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, article .disabled.more-link, article .more-link:disabled, 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 {
    opacity: .5 !important;
    cursor: not-allowed
}

.added_to_cart.disabled:hover, .added_to_cart:disabled:hover, .button.disabled:hover, .button:disabled:hover, article .disabled.more-link:hover, article .more-link:disabled:hover, 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 {
    opacity: .5 !important
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
    padding: 9px;
    background-color: #fff;
    color: #444;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1em;
    border: 1px solid #263a72;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

textarea {
    overflow: auto;
    padding-left: .875em;
    vertical-align: top;
    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 .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .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: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

select:focus {
    border-color: #5cb3fd;
    outline: 0
}

select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

select::-ms-expand {
    opacity: 0
}

.col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

.deals-carousel-v3, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-header.header-v10 .stretched-row, .stretch-full-width {
    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: 87.667%
    }
}

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

.two-sidebar #content #tertiary .products .product::after {
    display: none !important
}

@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, .full-width #content #primary, .page-template-default #content #primary, .page-template-template-homepage-v1 #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-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-landingpage-v1 #content #primary, .page-template-template-landingpage-v2 #content #primary {
    order: 1
}

@media (min-width: 768px) {
    .error404 #content #primary, .full-width #content #primary, .page-template-default #content #primary, .page-template-template-homepage-v1 #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-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-landingpage-v1 #content #primary, .page-template-template-landingpage-v2 #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
        left: auto
    }
}

.error404 #content #secondary, .full-width #content #secondary, .page-template-default #content #secondary, .page-template-template-homepage-v1 #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-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-landingpage-v1 #content #secondary, .page-template-template-landingpage-v2 #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 .5407911001em !important;
        display: inline-block
    }

    .content-area, .widget-area {
        margin-bottom: 2.617924em
    }

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

    .hentry .entry-header {
        margin-bottom: 2.617924em
    }

    .hentry.type-post::after {
        display: block;
        content: "";
        clear: both
    }
}

img {
    border-radius: 3px
}

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

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: 400
}

table tbody h2 a {
    font-weight: 400
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

body, button, input, textarea {
    color: #43454b;
    font-family: Rubik, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.618;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

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

select {
    color: initial;
    font-family: Rubik, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

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

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

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

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

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

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

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

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

p {
    margin: 0 0 1em
}

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

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

dt {
    font-weight: 500
}

dd {
    margin: 0 0 1.618em
}

b, strong {
    font-weight: 500
}

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

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

address {
    margin: 0 0 1em
}

pre {
    background: rgba(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, .05);
    padding: .202em .5407911001em
}

kbd {
    background-color: grey
}

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

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

sub, sup {
    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: 0
}

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

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

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

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

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

.clear::after, .comment-content::after, .entry-content::after, .site-content::after, .site-footer::after, .site-header::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.75em;
    letter-spacing: -.01em;
    margin-bottom: .227em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: .273em
}

.page .hentry.type-page .entry-header .entry-subtitle {
    font-size: 1em;
    letter-spacing: -.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: .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
}

.deals-carousel-inner-block .homepage-section-header, .deals-carousel-inner-block .section-header, .featured-brands-block .homepage-section-header, .featured-brands-block .section-header, .section-categories-carousel .homepage-section-header, .section-categories-carousel .section-header, .section-landscape-products-carousel .homepage-section-header, .section-landscape-products-carousel .section-header, .section-landscape-products-widget-carousel .homepage-section-header, .section-landscape-products-widget-carousel .section-header, .section-products-carousel .homepage-section-header, .section-products-carousel .section-header, .section-products-carousel-tabs .homepage-section-header, .section-products-carousel-tabs .section-header, .section-products-carousel-widget-with-tabs .section-brands .homepage-section-header, .section-products-carousel-widget-with-tabs .section-brands .section-header, .section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header, .section-single-carousel-with-tab-product .section-single-carousel .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 .slick-prev, .custom-slick-nav a:first-child {
    padding-right: .52em
}

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

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

.comment-content a {
    word-wrap: break-word
}

.comments-title, .pings-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .833em;
    padding-bottom: .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.6em;
    position: relative;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .6em;
    color: #090909;
    padding-bottom: .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 td, .commentlist li .comment_container .comment-text .comment-content table th, .pings-list li .comment_container .comment-text .comment-content table td, .pings-list li .comment_container .comment-text .comment-content table th {
    padding: .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 ol, .commentlist li .comment_container .comment-text .comment-content ul, .pings-list li .comment_container .comment-text .comment-content ol, .pings-list li .comment_container .comment-text .comment-content ul {
    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: 6em
}

.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 div.meta, .commentlist li p.meta, .pings-list li div.meta, .pings-list li p.meta {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

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

.commentlist li div.meta .woocommerce-review__author, .commentlist li p.meta .woocommerce-review__author, .pings-list li div.meta .woocommerce-review__author, .pings-list li p.meta .woocommerce-review__author {
    font-size: 18px;
    font-weight: 400;
    color: #626060;
    line-height: 1.2
}

.commentlist li div.meta .woocommerce-review__published-date, .commentlist li p.meta .woocommerce-review__published-date, .pings-list li div.meta .woocommerce-review__published-date, .pings-list li p.meta .woocommerce-review__published-date {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 400
}

.commentlist li div.meta .woocommerce-review__dash, .commentlist li p.meta .woocommerce-review__dash, .pings-list li div.meta .woocommerce-review__dash, .pings-list li p.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:focus, .commentlist .comment .reply a:hover, .commentlist .pingback .reply a:focus, .commentlist .pingback .reply a:hover, .pings-list .comment .reply a:focus, .pings-list .comment .reply a:hover, .pings-list .pingback .reply a:focus, .pings-list .pingback .reply a:hover {
    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.25em;
    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: .75em
}

.commentlist .comment #respond .comment-reply-title small a:focus, .commentlist .comment #respond .comment-reply-title small a:hover, .commentlist .pingback #respond .comment-reply-title small a:focus, .commentlist .pingback #respond .comment-reply-title small a:hover, .pings-list .comment #respond .comment-reply-title small a:focus, .pings-list .comment #respond .comment-reply-title small a:hover, .pings-list .pingback #respond .comment-reply-title small a:focus, .pings-list .pingback #respond .comment-reply-title small a:hover {
    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: 400;
    color: #626060;
    display: block
}

#respond.comment-respond .comment-form .comment-form-comment, #respond.comment-respond .comment-form .comment-form-rating, #respond.comment-respond .comment-form .comment-form-url, #respond.comment-respond .comment-form .comment-notes, #respond.comment-respond .comment-form .form-submit {
    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.3em
}

#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: -.01em;
    line-height: 1.5em;
    margin-bottom: .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%
}

.site-main {
    margin-bottom: 2.617924em
}

.site-content {
    outline: 0
}

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

.hentry {
    margin: 0 0 4.235801032em
}

.hentry .media-attachment img, .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto
}

.hentry .entry-header {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.hentry .entry-header .byline, .hentry .entry-header .posted-on {
    font-size: .875em
}

.hentry .entry-header .byline a, .hentry .entry-header .posted-on a {
    font-weight: 400;
    text-decoration: underline
}

.hentry .entry-header .byline a:hover, .hentry .entry-header .posted-on a:hover {
    text-decoration: none
}

.hentry .entry-meta {
    font-weight: 300
}

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

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

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

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

.site-footer {
    background-color: #f9f9f9;
    color: #626262;
    padding: 0;
    font-size: .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
}

.section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    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) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter, .site-footer .before-footer-wrap .col-full .footer-newsletter, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter {
        margin-bottom: 2em
    }
}

@media (max-width: 700px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 700px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .col-full .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, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media-body > div {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .col-full .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .newsletter-header {
        margin-bottom: 1em
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .col-full .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, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .col-full .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], .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form input[type=text] {
        margin-bottom: .8em;
        width: 100%
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .col-full .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, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form button {
        border-radius: 5px;
        margin: 0
    }
}

@media (max-width: 450px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media, .site-footer .before-footer-wrap .col-full .footer-newsletter .media, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media i, .site-footer .before-footer-wrap .col-full .footer-newsletter .media i, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media i, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .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: .933em;
    letter-spacing: -.034em;
    padding: 1.679em 0
}

.site-info::after {
    display: block;
    content: "";
    clear: both
}

.section-product-cards-carousel-tabs .site-info .section-products-carousel-tabs-wrap, .site-info .col-full, .site-info .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    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 .media {
        min-width: 380px
    }
}

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

@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: 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%
    }
}

.site-header .site-branding {
    margin-bottom: 1.533em
}

@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 .primary-navigation, .site-header .secondary-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: .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: .5em;
        margin-bottom: 20px
    }
}

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

@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%
    }
}

.site-header {
    font-size: .938em;
    background-color: #fff;
    color: #444;
    background-position: center center;
    position: relative;
    padding-top: 2.133em;
    padding-bottom: 1.867em;
    z-index: 999
}

@media (max-width: 1199px) {
    .site-header {
        z-index: 9999
    }
}

.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
    display: block
}

@media (min-width: 500px) {
    .site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
        max-width: 200px
    }
}

.site-header .custom-logo-link svg, .site-header .site-logo-anchor svg, .site-header .site-logo-link svg {
    min-width: 176px;
    height: 28px
}

.site-header .widget {
    margin-bottom: 0
}

.page-template-template-homepage-v1 .site-header {
    padding-bottom: .867em
}

.no-wc-breadcrumb .site-header {
    margin-bottom: 4.235801032em
}

.no-wc-breadcrumb.page-template-template-homepage .site-header {
    margin-bottom: 0
}

.header-widget-region {
    position: relative;
    z-index: 99
}

.site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0
}

.site-branding .site-title a {
    font-weight: 700
}

.site-branding .site-description {
    font-size: .875em;
    display: none
}

.site-header.header-v1 .row + .row, .site-header.header-v1 .sticky-wrapper + .row {
    align-items: center
}

.site-header.header-v10, .site-header.header-v2, .site-header.header-v3, .site-header.header-v4, .site-header.header-v9 {
    padding-bottom: 1em
}

.site-header.header-v10 .row, .site-header.header-v2 .row, .site-header.header-v3 .row, .site-header.header-v4 .row, .site-header.header-v9 .row {
    align-items: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-cards-carousel-tabs .site-header.header-v10 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v2 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v3 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v4 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v9 .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v10 .col-full .row + .row, .site-header.header-v10 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v10 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v2 .col-full .row + .row, .site-header.header-v2 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v2 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v3 .col-full .row + .row, .site-header.header-v3 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v3 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v4 .col-full .row + .row, .site-header.header-v4 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v4 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v9 .col-full .row + .row, .site-header.header-v9 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v9 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row {
        justify-content: flex-start
    }
}

.site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
    flex: 0 0 12.3333333333%;
    max-width: 12.3333333333%;
    margin-bottom: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 16.8333333333%;
        max-width: 16.8333333333%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 15.8333333333%;
        max-width: 15.8333333333%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 15.3333333333%;
        max-width: 15.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

.site-header.header-v10 .row + .row, .site-header.header-v10 .row + .sticky-wrapper, .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper, .site-header.header-v3 .row + .row, .site-header.header-v3 .row + .sticky-wrapper, .site-header.header-v4 .row + .row, .site-header.header-v4 .row + .sticky-wrapper, .site-header.header-v9 .row + .row, .site-header.header-v9 .row + .sticky-wrapper {
    margin: .6em 0 0
}

@media (max-width: 991px) {
    .site-header.header-v10 .row + .row, .site-header.header-v10 .row + .sticky-wrapper, .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper, .site-header.header-v3 .row + .row, .site-header.header-v3 .row + .sticky-wrapper, .site-header.header-v4 .row + .row, .site-header.header-v4 .row + .sticky-wrapper, .site-header.header-v9 .row + .row, .site-header.header-v9 .row + .sticky-wrapper {
        margin: 1.3em 0 0
    }
}

.site-header.header-v10 .row + .sticky-wrapper .row, .site-header.header-v2 .row + .sticky-wrapper .row, .site-header.header-v3 .row + .sticky-wrapper .row, .site-header.header-v4 .row + .sticky-wrapper .row, .site-header.header-v9 .row + .sticky-wrapper .row {
    margin-left: auto
}

@media (min-width: 1200px) {
    .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper {
        margin: 1.2em 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper {
        margin: 0
    }
}

.site-header.header-v2 .navbar-primary {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-header.header-v3 .navbar-search {
        padding-left: 35px
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .site-header.header-v3 .navbar-search {
        padding-left: 30px
    }
}

.site-header.header-v4 {
    padding: 1em 0;
    margin-bottom: 2em
}

@media (max-width: 767px) {
    .site-header.header-v4 {
        margin-bottom: 0
    }
}

.site-header.header-v4 .site-branding .cls-1, .site-header.header-v4 .site-branding .cls-2 {
    fill: #fff
}

.site-header.header-v4 .navbar-search .search-categories {
    background: #fff;
    border: none
}

.site-header.header-v4 .navbar-search input[type=text] {
    padding: 1.12em;
    border: none
}

.site-header.header-v4 .navbar-search button {
    border: none;
    color: #fff
}

@media (max-width: 991px) {
    .site-header.header-v4 .sticky-wrapper .handheld-header-cart-link, .site-header.header-v4 .sticky-wrapper .handheld-navigation .btn, .site-header.header-v4 .sticky-wrapper .handheld-navigation button {
        color: #fff
    }
}

.site-header.header-v4 .site-header-cart .cart-contents {
    color: #fff
}

.site-header.header-v4 .header-cart-icon, .site-header.header-v4 .navbar-nav .nav-link {
    color: #fff
}

@media (max-width: 1199px) {
    .site-header.header-v4 .departments-menu, .site-header.header-v4 .navbar-search, .site-header.header-v4 .site-header-cart, .site-header.header-v4 ul.header-compare.nav, .site-header.header-v4 ul.header-wishlist.nav {
        margin-bottom: 0
    }
}

.site-header.header-v6 {
    padding: 1.41em 0
}

.site-header.header-v6 .row {
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.site-header.header-v6 .row .site-branding {
    margin: 0;
    padding: 0
}

@media (min-width: 1024px) {
    .site-header.header-v6 .row .site-branding {
        display: flex
    }
}

.site-header.header-v6 .row .site-branding .custom-logo-link {
    margin: 0 auto;
    display: inherit
}

@media (max-width: 991px) {
    .site-header.header-v6 .sticky-wrapper {
        margin-top: 22px
    }
}

@media (max-width: 1199px) {
    .site-header.header-v6 .departments-menu {
        margin-bottom: 0
    }
}

.site-header.header-v6 .header-action-btn {
    font-weight: 300;
    font-size: .933em
}

.site-header.header-v6 .header-action-btn i {
    font-size: 2.143em;
    padding-left: .267em
}

.page-template-template-homepage-v10 .header-v4, .page-template-template-homepage-v9 .header-v4 {
    margin-bottom: 0
}

.page-template-template-homepage-v5 .header-v5, .page-template-template-homepage-v5 .header-v6, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    margin-bottom: 20px
}

.page-template-template-homepage-v12 .header-v6, .page-template-template-homepage-v12 .header-v7, .page-template-template-homepage-v12 .header-v8, .page-template-template-homepage-v5 .header-v6, .page-template-template-homepage-v5 .header-v7, .page-template-template-homepage-v5 .header-v8, .page-template-template-homepage-v6 .header-v6, .page-template-template-homepage-v6 .header-v7, .page-template-template-homepage-v6 .header-v8 {
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .6)
}

.page-template-template-homepage-v12 .header-v5, .page-template-template-homepage-v12 .header-v6, .page-template-template-homepage-v12 .header-v7, .page-template-template-homepage-v12 .header-v8, .page-template-template-homepage-v12 .header-v9, .page-template-template-homepage-v2 .header-v5, .page-template-template-homepage-v2 .header-v9, .page-template-template-homepage-v3 .header-v5, .page-template-template-homepage-v5 .header-v7, .page-template-template-homepage-v5 .header-v8, .page-template-template-homepage-v5 .header-v9, .page-template-template-homepage-v6 .header-v7, .page-template-template-homepage-v6 .header-v8, .page-template-template-homepage-v6 .header-v9 {
    margin-bottom: 20px
}

.page-template-template-homepage-v2 .header-v8, .page-template-template-homepage-v3 .header-v6, .page-template-template-homepage-v3 .header-v7, .page-template-template-homepage-v3 .header-v8 {
    margin-bottom: 30px;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .6)
}

.site-header.header-v5 {
    width: 100%;
    padding: 1.3em 0;
    color: #fff
}

.site-header.header-v5 .row {
    margin: 0;
    align-items: center
}

.site-header.header-v5 .site-branding .cls-1, .site-header.header-v5 .site-branding .cls-2 {
    fill: #fff
}

@media (max-width: 991px) {
    .site-header.header-v5 .sticky-wrapper {
        margin-top: 22px
    }

    .site-header.header-v5 .sticky-wrapper .handheld-header-cart-link, .site-header.header-v5 .sticky-wrapper .handheld-navigation .btn, .site-header.header-v5 .sticky-wrapper .handheld-navigation button {
        color: #fff
    }
}

.site-header.header-v5 .site-branding {
    margin: 0
}

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

@media (min-width: 1590px) {
    .site-header.header-v5 .site-branding {
        flex: 0 0 12.3333333333%;
        max-width: 12.3333333333%
    }
}

.site-header.header-v5 .custom-logo-link {
    display: flex
}

@media (min-width: 1590px) {
    .site-header.header-v5 .primary-navigation {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left: 1.8333333333%
    }
}

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

.site-header.header-v5 .navbar-search {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 6px
}

.site-header.header-v5 .navbar-search input[type=text] {
    border-color: transparent;
    background-color: transparent
}

.site-header.header-v5 .navbar-search button {
    min-width: 60px;
    max-width: 60px;
    color: #fff;
    border: transparent
}

.site-header.header-v5 .navbar-search button i {
    display: block
}

.site-header.header-v5 .navbar-search button span {
    display: none
}

.site-header.header-v5 .navbar-search button:focus, .site-header.header-v5 .navbar-search button:hover {
    border: transparent
}

.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden
}

.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 1;
    visibility: visible
}

.site-header.header-v7 {
    padding: 1em 0
}

@media (min-width: 1025px) {
    .site-header.header-v7 .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 1em 0;
        margin: 0 15px
    }
}

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

.site-header.header-v7 .row {
    align-items: center
}

.site-header.header-v7 .site-branding {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0
}

@media (min-width: 1590px) {
    .site-header.header-v7 .site-branding a {
        margin-left: 70px
    }
}

.site-header.header-v7 .site-branding .custom-logo-link {
    display: flex
}

@media (min-width: 1025px) {
    .site-header.header-v8 {
        padding: 0
    }

    .site-header.header-v8 .row {
        align-items: center
    }

    .site-header.header-v8 .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .site-header.header-v8 svg .cls-1 {
        fill: #000
    }
}

.site-header.header-v8 .desktop-only {
    padding: 0 !important
}

@media (min-width: 1025px) {
    .site-header.header-v8 .site-branding {
        margin-bottom: 0;
        display: flex;
        padding: 21px 0;
        background-color: #000;
        flex: 0 0 23%;
        max-width: 23%
    }
}

@media (min-width: 1590px) {
    .site-header.header-v8 .site-branding {
        flex: 0 0 15.8333333333%;
        max-width: 15.8333333333%
    }
}

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

@media (min-width: 1025px) {
    .site-header.header-v8 .site-branding .custom-logo-link {
        margin: 0 auto;
        height: 28px
    }
}

.site-header.header-v8 ul.header-compare.nav .nav-link, .site-header.header-v8 ul.header-wishlist.nav .nav-link {
    padding: 0
}

.site-header.header-v8 .primary-navigation {
    padding-left: 70px
}

@media (min-width: 1200px) {
    .site-header.header-v8 .primary-navigation {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    .site-header.header-v8 .navbar-primary .nav .menu-item-has-children > .dropdown-menu, .site-header.header-v8 .primary-navigation .nav .menu-item-has-children > .dropdown-menu {
        top: 66px
    }

    .site-header.header-v8 .navbar-primary .nav .dropdown-menu .show > .dropdown-menu, .site-header.header-v8 .primary-navigation .nav .dropdown-menu .show > .dropdown-menu {
        left: 100%;
        top: 0
    }
}

.site-header.header-v9 {
    box-shadow: 0 2px 4px rgba(1, 1, 1, .15);
    padding: .96em 0
}

.site-header.header-v9 .row {
    align-items: center
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v9 .row {
        flex-wrap: nowrap
    }
}

.site-header.header-v9 .site-branding {
    margin-bottom: 0
}

.site-header.header-v9 .site-branding .custom-logo-link {
    display: flex
}

.site-header.header-v9 .primary-navigation {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.site-header.header-v10 {
    padding-top: .68em;
    padding-bottom: 1.6em
}

.site-header.header-v10 .stretched-row {
    margin-top: 13px
}

.site-header.header-v10 .stretched-row .row {
    margin: 0 10px
}

.site-header.header-v10 .stuck .stretched-row {
    margin-top: 0
}

@media (min-width: 1200px) {
    .site-header.header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .site-header.header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 46px
    }
}

.site-header.header-v10 .navbar-primary {
    width: 100%
}

.site-header.header-v10 .navbar-primary > .nav {
    padding: 6.5px 0
}

button.menu-toggle {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 2px;
    background-image: none;
    padding: .6180469716em .875em .6180469716em 2.617924em;
    font-size: .875em
}

button.menu-toggle:hover {
    background-image: none
}

button.menu-toggle span:before {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

button.menu-toggle span:before, button.menu-toggle:after, button.menu-toggle:before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -1px;
    transition: all, ease, .2s;
    border-radius: 3px
}

button.menu-toggle:before {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

button.menu-toggle:after {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.toggled button.menu-toggle:after, .toggled button.menu-toggle:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggled button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggled button.menu-toggle span:before {
    opacity: 0
}

.main-navigation::after {
    display: block;
    content: "";
    clear: both
}

.main-navigation div.menu {
    display: none
}

.main-navigation div.menu:last-child {
    display: block
}

.main-navigation .menu {
    clear: both
}

.main-navigation div.menu > ul:not(.nav-menu), .nav-menu {
    overflow: hidden;
    max-height: 0;
    transition: all, ease, .8s
}

.main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    max-height: 1750px
}

.main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.main-navigation ul ul {
    display: block;
    margin-left: 1.41575em
}

.main-navigation ul li a {
    padding: .875em 0;
    display: block
}

.main-navigation ul li a:hover {
    color: #e6e6e6
}

.section-products-isotope, .section-products-isotope-alt {
    background-color: #f6f7f7;
    padding: 50px 0
}

.section-products-isotope .isotope-products .section-header .pre-title, .section-products-isotope-alt .isotope-products .section-header .pre-title {
    font-size: 1.125em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 300;
    margin-bottom: 25px
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .pre-title, .section-products-isotope-alt .isotope-products .section-header .pre-title {
        font-size: 1em;
        margin-bottom: 18px
    }
}

@media (max-width: 767px) {
    .section-products-isotope .isotope-products .section-header, .section-products-isotope-alt .isotope-products .section-header {
        margin-bottom: 50px
    }
}

.section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
    font-size: 1.875em;
    line-height: 1.267em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 300;
    margin-bottom: 22px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
        font-size: 1.3em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
        font-size: 1.3em
    }
}

.section-products-isotope .isotope-products .section-header .section-title strong, .section-products-isotope-alt .isotope-products .section-header .section-title strong {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.056em
}

.section-products-isotope .isotope-products .section-header .marketing-text, .section-products-isotope-alt .isotope-products .section-header .marketing-text {
    font-size: 1.25em;
    color: #090909;
    font-weight: 100;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .marketing-text, .section-products-isotope-alt .isotope-products .section-header .marketing-text {
        font-size: 1em
    }
}

.section-products-isotope .isotope-products .section-header .action, .section-products-isotope-alt .isotope-products .section-header .action {
    font-size: .875em;
    line-height: 1em;
    padding: .929em 2.429em .643em;
    border-radius: 32px;
    font-weight: 500
}

.section-products-isotope .isotope-products .deal-countdown-timer, .section-products-isotope-alt .isotope-products .deal-countdown-timer {
    margin-bottom: 1.938em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer, .section-products-isotope-alt .isotope-products .deal-countdown-timer {
        margin-bottom: 1.2em
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown {
    display: flex;
    text-align: center;
    min-width: 230px
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span {
    display: flex;
    color: #383838;
    align-items: center
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span {
        flex-wrap: wrap;
        justify-content: center;
        width: 50px
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span b, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span b {
    font-size: .625em;
    text-transform: uppercase;
    font-weight: 300;
    color: #383838
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span b, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span b {
        margin-left: 0
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span .value, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span .value {
    font-size: 1.125em;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 2.556em;
    font-weight: 500;
    font-size: 20px
}

.section-products-isotope .products, .section-products-isotope-alt .products {
    margin: 0
}

.section-products-isotope .products .clear, .section-products-isotope-alt .products .clear {
    display: none
}

.section-products-isotope .products .product .onsale, .section-products-isotope-alt .products .product .onsale {
    right: 25px;
    top: 25px;
    z-index: 1
}

@media (min-width: 768px) {
    .section-products-isotope .products .product .clear + .woocommerce-LoopProduct-link, .section-products-isotope .products .product .onsale + .woocommerce-LoopProduct-link, .section-products-isotope-alt .products .product .clear + .woocommerce-LoopProduct-link, .section-products-isotope-alt .products .product .onsale + .woocommerce-LoopProduct-link {
        flex-grow: 1;
        display: flex;
        overflow: hidden
    }
}

.section-products-isotope .products h3, .section-products-isotope-alt .products h3 {
    max-width: 250px
}

.section-products-isotope .row-1 .products, .section-products-isotope-alt .row-1 .products {
    -webkit-grid-auto-flow: column;
    -ms-grid-auto-flow: column;
    grid-auto-flow: column
}

.section-products-isotope .row-1 .products .product:nth-child(3), .section-products-isotope-alt .row-1 .products .product:nth-child(3) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2;
    -webkit-grid-row: span 2;
    -ms-grid-row: span 2;
    grid-row: span 2
}

.section-products-isotope .row-1 .products .product:nth-child(6), .section-products-isotope-alt .row-1 .products .product:nth-child(6) {
    -webkit-grid-column: span 1;
    -ms-grid-column: span 1;
    grid-column: span 1;
    -webkit-grid-row: span 2;
    -ms-grid-row: span 2;
    grid-row: span 2
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product:nth-child(6), .section-products-isotope-alt .row-1 .products .product:nth-child(6) {
        display: none
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1 .products, .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products, .section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products, .section-products-isotope-alt .row-3 .products {
        display: -ms-grid;
        display: -webkit-grid;
        display: grid
    }
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products, .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products, .section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products, .section-products-isotope-alt .row-3 .products {
        display: flex
    }
}

.section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product, .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product, .section-products-isotope-alt .row-3 .products .product {
    max-width: 100%;
    border: none;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product, .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product, .section-products-isotope-alt .row-3 .products .product {
        margin-bottom: 20px
    }
}

.section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-3 .products .product .woocommerce-LoopProduct-link img {
    margin: auto
}

.section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-3 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link {
    margin-top: 12px
}

.section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area, .section-products-isotope-alt .row-1 .products .product .hover-area, .section-products-isotope-alt .row-2 .products .product .hover-area, .section-products-isotope-alt .row-3 .products .product .hover-area {
    border: none;
    left: 0;
    right: 0;
    margin: 0
}

.section-products-isotope {
    padding: 3em 0
}

.home-v1-slider {
    margin-bottom: 1.938em
}

@media (min-width: 1700px) {
    .home-v1-slider .custom.tp-bullets {
        left: calc(50% - 523px) !important
    }
}

@media (min-width: 1590px) {
    .home-v2-slider .custom.tp-bullets {
        left: calc(50% - 440px) !important
    }
}

.slider-sm-btn:hover {
    color: #fff !important
}

.home-v1-slider .custom.tp-bullets, .home-v10-slider .custom.tp-bullets, .home-v11-slider .custom.tp-bullets, .home-v12-slider .custom.tp-bullets, .home-v2-slider .custom.tp-bullets, .home-v3-slider .custom.tp-bullets, .home-v4-slider .custom.tp-bullets, .home-v5-slider .custom.tp-bullets, .home-v6-slider .custom.tp-bullets {
    text-align: center;
    display: flex;
    align-items: center
}

.home-v1-slider .custom.tp-bullets::before, .home-v10-slider .custom.tp-bullets::before, .home-v11-slider .custom.tp-bullets::before, .home-v12-slider .custom.tp-bullets::before, .home-v2-slider .custom.tp-bullets::before, .home-v3-slider .custom.tp-bullets::before, .home-v4-slider .custom.tp-bullets::before, .home-v5-slider .custom.tp-bullets::before, .home-v6-slider .custom.tp-bullets::before {
    display: none
}

.home-v1-slider .custom.tp-bullets .tp-bullet, .home-v10-slider .custom.tp-bullets .tp-bullet, .home-v11-slider .custom.tp-bullets .tp-bullet, .home-v12-slider .custom.tp-bullets .tp-bullet, .home-v2-slider .custom.tp-bullets .tp-bullet, .home-v3-slider .custom.tp-bullets .tp-bullet, .home-v4-slider .custom.tp-bullets .tp-bullet, .home-v5-slider .custom.tp-bullets .tp-bullet, .home-v6-slider .custom.tp-bullets .tp-bullet {
    background-color: #d3d3d3;
    text-align: center;
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    flex-shrink: 0
}

.home-v1-slider .custom.tp-bullets .tp-bullet.selected, .home-v10-slider .custom.tp-bullets .tp-bullet.selected, .home-v11-slider .custom.tp-bullets .tp-bullet.selected, .home-v12-slider .custom.tp-bullets .tp-bullet.selected, .home-v2-slider .custom.tp-bullets .tp-bullet.selected, .home-v3-slider .custom.tp-bullets .tp-bullet.selected, .home-v4-slider .custom.tp-bullets .tp-bullet.selected, .home-v5-slider .custom.tp-bullets .tp-bullet.selected, .home-v6-slider .custom.tp-bullets .tp-bullet.selected {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    z-index: 1;
    flex-shrink: 0
}

.home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
    margin-left: 7px;
    font-size: 31px
}

@media (max-width: 480px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        margin-left: 7px;
        font-size: 19px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 6px 10px !important
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        font-size: 19px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 8px 15px !important
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        font-size: 20px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 8px 15px !important;
        font-size: 14px !important;
        line-height: 15px !important
    }

    .home-v1-slider .home-v1-slider .custom.tp-bullets, .home-v10-slider .home-v1-slider .custom.tp-bullets, .home-v11-slider .home-v1-slider .custom.tp-bullets, .home-v12-slider .home-v1-slider .custom.tp-bullets, .home-v2-slider .home-v1-slider .custom.tp-bullets, .home-v3-slider .home-v1-slider .custom.tp-bullets, .home-v4-slider .home-v1-slider .custom.tp-bullets, .home-v5-slider .home-v1-slider .custom.tp-bullets, .home-v6-slider .home-v1-slider .custom.tp-bullets {
        left: calc(50% - 353px) !important;
        top: 105% !important
    }
}

.landing-v2-slider {
    margin-bottom: 3.188em
}

.home-v9-slider {
    margin-bottom: 4.875em
}

@media (min-width: 1024px) and (max-width: 1590px) {
    .home-v9-slider .slider-sm-btn {
        padding: 5px 20px 6px !important;
        line-height: 1.5 !important
    }
}

.home-v10-slider {
    margin-bottom: 1.42em
}

.home-v11-slider {
    margin-bottom: 4.438em
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .home-v11-slider .slider-sm-btn {
        right: 40px
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .home-v11-slider .slider-sm-btn {
        right: 40px
    }
}

.full-width-banner {
    margin-bottom: 3.688em
}

.full-width-banner .banner-bg .caption {
    letter-spacing: -.01em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .caption {
        flex-direction: column;
        text-align: center;
        font-size: 14px
    }
}

.full-width-banner .banner-bg .caption h3.title {
    font-size: 2.125em;
    line-height: 1.118em;
    color: #2a2a2a;
    font-weight: 300;
    margin-bottom: .206em
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .caption h3.title {
        font-size: 1.5em
    }
}

.full-width-banner .banner-bg .caption h3.title strong {
    font-weight: 500
}

.full-width-banner .banner-bg .button, .full-width-banner .banner-bg article .more-link, article .full-width-banner .banner-bg .more-link {
    margin-bottom: .236em;
    display: flex;
    border: 2px solid;
    background-color: transparent;
    border-radius: .267em;
    font-weight: 500;
    font-size: .938em;
    line-height: 1.2em;
    padding: .74em 2.1em;
    align-items: center;
    margin-left: 2.5em;
    letter-spacing: -.01em
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .button, .full-width-banner .banner-bg article .more-link, article .full-width-banner .banner-bg .more-link {
        margin-left: 0;
        font-size: .838em
    }
}

.full-width-banner .banner-bg .button:focus, .full-width-banner .banner-bg .button:hover, .full-width-banner .banner-bg article .more-link:focus, .full-width-banner .banner-bg article .more-link:hover, article .full-width-banner .banner-bg .more-link:focus, article .full-width-banner .banner-bg .more-link:hover {
    text-decoration: none;
    color: #fff
}

.full-width-banner .banner-bg .button .feature-icon, .full-width-banner .banner-bg article .more-link .feature-icon, article .full-width-banner .banner-bg .more-link .feature-icon {
    font-size: 2em
}

.banner.text-in-left .banner-bg {
    padding-left: 2.188em;
    justify-content: flex-start
}

.banner.text-in-right .banner-bg {
    padding-right: 4.375em;
    justify-content: flex-end
}

@media (max-width: 575px) {
    .banner.text-in-right .banner-bg {
        padding-right: 2.3em
    }
}

.page-template-template-homepage-v1 .banners .text-in-left {
    padding-left: .313em
}

.page-template-template-homepage-v1 .banners .text-in-right .banner-bg {
    padding-right: 3.563em
}

.page-template-template-homepage-v1 .side-banners {
    margin-bottom: 3.688em
}

.banners {
    margin-bottom: 4.063em
}

.banners .banner .banner-bg {
    height: 259px
}

@media (max-width: 767px) {
    .banners .banner .banner-bg .caption {
        font-size: 14px
    }
}

.banners .banner .banner-bg .caption .price {
    display: block;
    font-weight: 300;
    font-size: 1.375em;
    letter-spacing: .035em;
    margin-bottom: .682em
}

.banners .banner.banner-long, .banners .banner.banner-short {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) {
    .banners .banner.banner-short {
        text-align: center
    }

    .banners .banner.banner-short .banner-bg {
        display: flex;
        justify-content: center;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-short {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: .313em
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-long {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .banners .banner.banner-long {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .banners .banner.banner-long .banner-bg {
        padding: 0 30px;
        text-align: center
    }
}

.banners .banner:last-child .banner-bg .caption h3 {
    font-size: 1.313em;
    line-height: 1.333em
}

.banners .banner:last-child .banner-bg .caption h3 strong {
    font-size: 1.333em
}

.side-banners, .slider-with-banners {
    margin-bottom: 2.813em
}

.side-banners .banner .banner-bg, .slider-with-banners .banner .banner-bg {
    height: 256px
}

@media (min-width: 1590px) {
    .side-banners .banner + .banner, .slider-with-banners .banner + .banner {
        margin-top: 1.25em
    }
}

@media (max-width: 767px) {
    .side-banners .banner + .banner, .slider-with-banners .banner + .banner {
        margin-top: 20px
    }
}

.slider-with-banners {
    margin-right: -32px
}

.slider-with-banners .col-sm-7 {
    padding-left: .75em
}

@media (min-width: 1700px) {
    .slider-with-banners .banner {
        width: 414px
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banner {
        padding-right: 10px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banner + .banner {
        padding-right: 0;
        padding-left: 10px
    }
}

.side-banners .banner .banner-bg {
    height: 251px;
    background: #fff
}

.side-banners .banner .banner-bg .caption h3 {
    font-size: 1.375em;
    line-height: 1.182em;
    color: #2a2a2a
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .side-banners .banner + .banner {
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .side-banners .banner + .banner {
        margin-top: 20px
    }
}

.banner-action.button, article .banner-action.more-link {
    margin-bottom: .236em;
    display: inline-block;
    border: 2px solid;
    background-color: transparent;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: .875em;
    line-height: .786em;
    padding: .74em 2.43em;
    text-align: center
}

.banner-action.button:focus, .banner-action.button:hover, article .banner-action.more-link:focus, article .banner-action.more-link:hover {
    text-decoration: none;
    color: #fff
}

.banner .banner-bg, .techmarket-banner .banner-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.banner .banner-bg .caption h4.subtitle, .techmarket-banner .banner-bg .caption h4.subtitle {
    font-size: 1.125em;
    line-height: 1.833em;
    color: #6b6b6b;
    font-weight: 300
}

.banner .banner-bg .caption h3, .techmarket-banner .banner-bg .caption h3 {
    font-size: 1.75em;
    font-weight: 300;
    color: #2a2a2a;
    letter-spacing: -.025em;
    line-height: 1.214em;
    margin: 0 0 .8em
}

.banner .banner-bg .caption h3 strong, .techmarket-banner .banner-bg .caption h3 strong {
    font-weight: 500
}

.banner .banner-bg .caption h4, .techmarket-banner .banner-bg .caption h4 {
    font-size: 1.625em;
    line-height: 1.038em;
    color: #282828;
    font-weight: 300
}

.banner .banner-bg .caption h4 strong, .techmarket-banner .banner-bg .caption h4 strong {
    font-weight: 500
}

.banner .banner-bg .caption h5, .techmarket-banner .banner-bg .caption h5 {
    font-size: .875em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

.banner .banner-bg .caption .price, .techmarket-banner .banner-bg .caption .price {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300
}

.banner .banner-bg .caption .price del, .banner .banner-bg .caption .price ins, .techmarket-banner .banner-bg .caption .price del, .techmarket-banner .banner-bg .caption .price ins {
    font-weight: 300
}

.banner .banner-bg .caption .price del, .techmarket-banner .banner-bg .caption .price del {
    color: #9ca3a3;
    font-size: .708em;
    line-height: 1.294em
}

@media (min-width: 768px) {
    .home4-banner.techmarket-banner .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.home4-banner.techmarket-banner .banner .banner-bg .caption h3 {
    font-size: 2.75em;
    line-height: 1em;
    letter-spacing: -.025em;
    font-weight: 500;
    color: #242424;
    margin: 0 0 .864em
}

.home4-banner.techmarket-banner .banner .banner-bg .caption h4 {
    font-size: 1em;
    line-height: 2.75em;
    letter-spacing: -.025em;
    font-weight: 300;
    margin: -.875em 0 1em
}

@media (max-width: 767px) {
    .home4-banner.techmarket-banner .banner .banner-bg .caption h4 {
        line-height: 1
    }
}

.homev3-slider-with-banners .banner {
    margin-bottom: 1.25em
}

@media (min-width: 1700px) {
    .homev3-slider-with-banners .banner {
        width: 287px
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev3-slider-with-banners .banner {
        width: 231px
    }
}

@media (min-width: 1680px) and (max-width: 1699px) {
    .homev3-slider-with-banners .banner {
        width: 243px
    }
}

.homev3-slider-with-banners .banner .banner-bg .caption h3 {
    font-size: 1.188em;
    line-height: 1.211em;
    font-weight: 300;
    margin: 0 0 .4em
}

.homev3-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: .75em;
    line-height: .583em;
    font-weight: 300;
    color: #686868;
    margin-bottom: .9em
}

.homev3-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.125em;
    line-height: .833em;
    font-weight: 300
}

.homev3-slider-with-banners .banner .banner-bg .caption .price .start_price {
    font-size: .889em;
    color: #444;
    padding-right: .25em
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .banner:last-child, .homev3-slider-with-banners .banner:nth-child(3) {
        margin-bottom: 0
    }
}

.homev12-slider-with-banners .banner, .homev6-slider-with-banners .banner {
    margin-bottom: 1.25em
}

.homev12-slider-with-banners .banner .banner-bg .caption h3, .homev6-slider-with-banners .banner .banner-bg .caption h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0 0 .95em
}

.homev12-slider-with-banners .banner .banner-bg .caption h4, .homev6-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: .813em;
    line-height: .769em;
    font-weight: 300;
    margin-bottom: .9em
}

.homev12-slider-with-banners .banner .banner-bg .caption .price, .homev6-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.25em;
    line-height: 1.1em
}

.homev12-slider-with-banners .banner .banner-bg .caption .price del, .homev6-slider-with-banners .banner .banner-bg .caption .price del {
    font-size: .85em;
    line-height: 1.294em
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .banner:last-child, .homev12-slider-with-banners .banner:nth-child(2), .homev6-slider-with-banners .banner:last-child, .homev6-slider-with-banners .banner:nth-child(2) {
        margin-bottom: 0
    }
}

.banners .banner-bg, .full-width-banner .banner-bg, .home-v3-banner-with-products-carousel .banner-bg {
    border-radius: 4px
}

.home4-banner .banner .banner-bg {
    border-radius: 0
}

.page-template-template-homepage-v2 .banner .banner-bg h4, .side-banners .banner .banner-bg h4 {
    font-size: .875em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

@media (max-width: 1199px) {
    .banners .banner {
        margin-bottom: 20px
    }
}

.banners .banner.small-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.small-banner {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.banners .banner.large-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width: 576px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.large-banner {
        padding: 0 .313em !important
    }
}

.banners .banner.large-banner-v1 .subtitle {
    margin-bottom: 17px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 {
    font-size: 1.75em;
    line-height: 1.2;
    margin-bottom: 6px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount, .banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-symbol, .banners .banner.large-banner-v1.banner .banner-bg .caption h3 > span {
    display: flex
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 > span {
    align-items: center
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount {
    font-size: 2.857em;
    font-weight: 500;
    align-items: center;
    padding-right: 22px;
    letter-spacing: -3px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount .offer-symbol {
    font-weight: 500;
    font-size: .3em;
    flex-direction: column;
    padding-left: 5px;
    letter-spacing: 0
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount .offer-symbol .offer-text {
    font-weight: 200
}

.banners .banner.large-banner-v1 ul {
    display: flex;
    margin: 0;
    list-style: none
}

@media (max-width: 767px) {
    .banners .banner.large-banner-v1 ul {
        flex-wrap: wrap
    }
}

.banners .banner.large-banner-v1 ul li {
    line-height: 1;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    padding: 0 14px;
    border-left: 1px solid #2a2a2a
}

.banners .banner.large-banner-v1 ul li:nth-child(1) {
    padding-left: 0;
    border-left: none
}

.banners .banner.medium-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.medium-banner {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.banners .banner.medium-banner .banner-bg {
    border-radius: 0
}

.col-2-full-width-banner, .home-v9-full-banner {
    margin-bottom: 0
}

.home-v9-full-banner.full-width-banner .banner-bg {
    position: relative
}

.home-v9-full-banner.full-width-banner .banner-bg .caption {
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 768px) {
    .home-v9-full-banner.full-width-banner .banner-bg .caption {
        position: absolute;
        top: 54%;
        left: 66%;
        transform: translate(-50%, -50%);
        min-width: 500px
    }
}

@media (max-width: 767px) {
    .home-v9-full-banner.full-width-banner .banner-bg .caption {
        font-size: 10px;
        text-align: left
    }
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title {
    color: #fff;
    font-size: 6.25em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .35em;
    line-height: .8
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span {
    display: flex;
    line-height: 1;
    align-items: center
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span span + span {
    font-size: .42em;
    font-weight: 500;
    line-height: .8;
    padding-left: 10px
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span span + span span {
    font-size: .714em;
    font-weight: 200;
    line-height: 1.5
}

.home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.button, .home-v9-full-banner.full-width-banner .banner-bg .caption article .banner-action.more-link, article .home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.more-link {
    font-size: 14px;
    margin: 0;
    border-color: #fff;
    color: #fff
}

@media (min-width: 768px) {
    .col-2-full-width-banner .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .col-2-full-width-banner .banner {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-2-full-width-banner .banner .banner-bg {
    border-radius: 0
}

@media (max-width: 1199px) {
    .col-2-full-width-banner.banners .banner {
        margin-bottom: 0
    }
}

.col-2-full-width-banner .banner .banner-bg .caption {
    text-align: center
}

@media (max-width: 767px) {
    .col-2-full-width-banner .banner .banner-bg .caption {
        font-size: 14px
    }
}

.col-2-full-width-banner .banner .banner-bg .caption h3 {
    font-size: 3.625em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: .724em
}

.col-2-full-width-banner .banner .banner-bg .caption h3 > span {
    font-size: .414em
}

.col-2-full-width-banner .banner .banner-bg .caption h3 strong + span {
    font-size: .828em;
    display: block
}

.col-2-full-width-banner .banner .banner-bg .caption .banner-action.button, .col-2-full-width-banner .banner .banner-bg .caption article .banner-action.more-link, article .col-2-full-width-banner .banner .banner-bg .caption .banner-action.more-link {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-color: #fff;
    color: #fff;
    line-height: 1.2em;
    padding: .74em 2.1em;
    border-radius: .267em
}

.col-2-full-width-banner .banner .banner-bg .caption .banner-action.button i, .col-2-full-width-banner .banner .banner-bg .caption article .banner-action.more-link i, article .col-2-full-width-banner .banner .banner-bg .caption .banner-action.more-link i {
    padding-left: 10px;
    font-size: 31px
}

.help-banner.full-width-banner {
    text-align: center
}

@media (max-width: 767px) {
    .help-banner.full-width-banner .banner-bg .caption {
        font-size: 12px;
        padding: 0 15px
    }
}

.help-banner.full-width-banner .banner-bg .caption h4.pretitle {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 9px
}

.help-banner.full-width-banner .banner-bg .caption h3.title {
    font-size: 3.625em;
    line-height: .9;
    color: #444;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .4em
}

.help-banner.full-width-banner .banner-bg .caption h4.subtitle {
    color: #444;
    line-height: 1.5
}

@media (min-width: 768px) {
    .help-banner.full-width-banner .banner-bg .caption h4.subtitle {
        max-width: 690px
    }
}

.techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
    border-radius: 0
}

@media (min-width: 768px) {
    .techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
        height: 100% !important
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
        height: 280px !important
    }
}

@media (max-width: 1199px) {
    .techmarket-grid-banner-1.banners .banner, .techmarket-grid-banner-2.banners .banner {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner, .techmarket-grid-banner-2.banners .banner {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner.large-banner, .techmarket-grid-banner-2.banners .banner.large-banner {
        flex-basis: inherit
    }
}

.techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: repeat(2, 273px);
    grid-template-columns: repeat(6, 273px);
    margin: 0;
    justify-content: center
}

@media (min-width: 768px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-auto-flow: column
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        justify-content: center;
        margin: 0
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 180px);
        grid-template-columns: repeat(6, 180px)
    }
}

@media (min-width: 1700px) and (max-width: 1919px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 230px);
        grid-template-columns: repeat(6, 230px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 100px);
        grid-template-columns: repeat(6, 100px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 150px);
        grid-template-columns: repeat(6, 150px)
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        display: flex;
        flex-direction: column
    }
}

.techmarket-grid-banner-1 .row .banner, .techmarket-grid-banner-2 .row .banner {
    padding: 0 !important
}

.techmarket-grid-banner-1 .row .banner:first-child, .techmarket-grid-banner-2 .row .banner:first-child {
    grid-row: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2), .techmarket-grid-banner-1 .row .banner:nth-child(3), .techmarket-grid-banner-2 .row .banner:nth-child(2), .techmarket-grid-banner-2 .row .banner:nth-child(3) {
    grid-row: span 1;
    max-width: 100%
}

.techmarket-grid-banner-1 .row .banner:last-child, .techmarket-grid-banner-2 .row .banner:last-child {
    grid-column: span 2;
    grid-row: span 2
}

.techmarket-grid-banner-1 {
    margin-bottom: 5.313em
}

.techmarket-grid-banner-1 .row .banner:first-child {
    grid-column: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2), .techmarket-grid-banner-1 .row .banner:nth-child(3) {
    grid-column: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2) .banner-bg .caption h3, .techmarket-grid-banner-1 .row .banner:nth-child(3) .banner-bg .caption h3 {
    font-size: 3.125em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .techmarket-grid-banner-1 .row .banner:nth-child(2) .banner-bg .caption h3, .techmarket-grid-banner-1 .row .banner:nth-child(3) .banner-bg .caption h3 {
        font-size: 2.125em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row .banner:nth-child(2) .caption, .techmarket-grid-banner-1 .row .banner:nth-child(3) .caption {
        font-size: .525em
    }
}

.techmarket-grid-banner-1.banners .banner:last-child .banner-bg .caption h3 {
    font-size: 3.75em;
    line-height: 1
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h3, .techmarket-grid-banner-1 .banner .banner-bg .caption h4.subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h3 {
    font-size: 3.75em;
    font-weight: 500;
    line-height: 1
}

.techmarket-grid-banner-1 .caption {
    text-align: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .caption {
        font-size: .625em
    }
}

@media (max-width: 991px) {
    .techmarket-grid-banner-1 .caption {
        font-size: .7em
    }
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h4.subtitle {
    font-size: 1.125em;
    font-weight: 400
}

.techmarket-grid-banner-2 .row .banner:first-child {
    grid-column: span 3
}

.techmarket-grid-banner-2 .row .banner:nth-child(2), .techmarket-grid-banner-2 .row .banner:nth-child(3) {
    grid-column: span 1
}

.techmarket-grid-banner-2 .banner .banner-bg .caption {
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 1199px) {
    .techmarket-grid-banner-2 .banner .banner-bg .caption {
        font-size: 10px
    }
}

.techmarket-grid-banner-2 .banner .banner-bg .caption h3 {
    font-size: 3.75em;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: .4em
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 1.313em;
    margin-bottom: 0
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button:hover, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link:hover, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link:hover {
    background-color: transparent
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button i, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link i, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link i {
    padding-left: 22px;
    font-size: 1.476em
}

.home-v10-banner-with-products-carousel {
    align-items: stretch;
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel {
        flex-direction: column
    }
}

@media (min-width: 2000px) {
    .home-v10-banner-with-products-carousel {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .column-1, .home-v10-banner-with-products-carousel .column-2 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .column-1, .home-v10-banner-with-products-carousel .column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.home-v10-banner-with-products-carousel .banner .banner-bg .caption h3 {
    font-size: 6.875em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500
}

.home-v10-banner-with-products-carousel .banner .banner-bg .caption h3 span {
    font-weight: 200;
    padding-right: 20px
}

@media (max-width: 1199px) {
    .home-v10-banner-with-products-carousel .banner .banner-bg .caption {
        font-size: 10px
    }
}

@media (max-width: 400px) {
    .home-v10-banner-with-products-carousel .banner .banner-bg .caption {
        font-size: 8px
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel {
    background-color: #f5f5f5
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .section-products-carousel {
        margin: 0 2px;
        box-shadow: none;
        padding-top: 20px
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .section-header {
    display: none
}

.home-v10-banner-with-products-carousel .section-products-carousel .products-carousel {
    align-self: center;
    width: 100%
}

.home-v10-banner-with-products-carousel .section-products-carousel .products-carousel > .container-fluid {
    padding: 0 15px
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product {
        background-color: transparent;
        border: none
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product {
        margin: 0 2px;
        box-shadow: none !important;
        border-radius: 5px !important
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product.slick-active::after {
    display: none
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area {
    background-color: transparent
}

@media (min-width: 1590px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .button, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area article .more-link, article .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .more-link {
        margin-right: 5em;
        margin-left: 5em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .button, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area article .more-link, article .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .more-link {
        margin-left: 3em;
        margin-right: 3em
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product:hover .hover-area {
    border: none;
    border-color: transparent
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .woocommerce-loop-product__title {
    max-width: 300px
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .price {
        font-size: 1.5em;
        margin-top: 1.286em;
        margin-bottom: .667em
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .onsale, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .yith-wcwl-add-to-wishlist {
    opacity: 0
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .slick-list {
    margin-bottom: 0
}

.banners-v1 .banner .banner-bg .caption h3, .banners-v1 .banner .banner-bg .caption h4 {
    margin-bottom: 0;
    color: #fff
}

.banners-v1 .banner .banner-bg .caption h4 {
    font-size: 1.125em;
    letter-spacing: -.6px
}

.banners-v1 .banner .banner-bg .caption h3 {
    font-size: 2.063em;
    font-weight: 700;
    font-style: italic
}

.banners-v1 .banner .banner-bg .caption .banner-action.button, .banners-v1 .banner .banner-bg .caption article .banner-action.more-link, article .banners-v1 .banner .banner-bg .caption .banner-action.more-link {
    color: #484848;
    border: none;
    padding: 0;
    display: flex;
    background: 0 0;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    height: 20px;
    margin-bottom: 0
}

.banners-v1 .banner .banner-bg .caption .banner-action.button i, .banners-v1 .banner .banner-bg .caption article .banner-action.more-link i, article .banners-v1 .banner .banner-bg .caption .banner-action.more-link i {
    font-size: 31px
}

.banners-v1 .banner + .banner .banner-info {
    text-align: center
}

.banners-v1 .banner:nth-child(2) .banner-bg {
    padding-left: 3.188em
}

.banners-v1 .banner:nth-child(2) .banner-bg .caption h3, .banners-v1 .banner:nth-child(2) .banner-bg .caption h4 {
    color: #484848
}

.banners-v1 .banner:nth-child(2) .banner-bg .caption h3 {
    margin-bottom: 20px;
    letter-spacing: 0
}

.banners-v1 .banner:nth-child(1) .banner-bg .caption h3 {
    margin-bottom: 30px
}

.banners-v1 .banner:last-child .banner-bg .caption h3 {
    font-size: 2.063em
}

.banners-v2.full-width-banner .banner-bg .button, .banners-v2.full-width-banner .banner-bg article .more-link, article .banners-v2.full-width-banner .banner-bg .more-link {
    color: #fff
}

.banners-v2.full-width-banner .banner-bg .caption h3.title {
    color: #fff
}

.banners-v2.full-width-banner .banner-bg .caption h4.subtitle {
    color: #b2b2b2
}

.banners-v2 .banner-action.button, .banners-v2 article .banner-action.more-link, article .banners-v2 .banner-action.more-link {
    border: none;
    color: #fff
}

.features-list {
    margin-bottom: 2.063em
}

.features-list .features {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .features-list .features {
        flex-direction: column
    }
}

@media (max-width: 1199px) {
    .features-list .features {
        flex-wrap: wrap
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-list .features {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .features-list .features .feature:nth-child(odd) {
        border-left: none !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .features-list .features .feature:nth-child(4n) {
        border-left: none !important
    }
}

.features-list .features .feature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.7em;
    margin-top: 1.7em
}

@media (min-width: 576px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .features-list .features .feature {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .features-list .features .feature {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-list .features .feature {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .features-list .features .feature {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .features-list .features .feature {
        min-height: auto
    }
}

.features-list .features .feature .media {
    justify-content: center
}

.features-list .features .feature .media .feature-icon {
    font-size: 2.5em
}

.features-list .features .feature .media .media-body {
    flex: 0 1 auto;
    font-size: 1em;
    line-height: 1.313em;
    font-weight: 300;
    color: #333e48;
    text-align: center
}

.features-list .features .feature .media .media-body h5 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.313em;
    margin-bottom: 0
}

.features-list .features .feature + .feature {
    border-left: 1px solid #ddd
}

@media (max-width: 575px) {
    .features-list .features .feature + .feature {
        border: none
    }
}

.brands-carousel {
    border: 2px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 4.125em
}

.brands-carousel .slick-next, .brands-carousel .slick-prev {
    top: 49%
}

.brands-carousel .slick-next:before, .brands-carousel .slick-prev:before {
    font-family: techmarket-icons !important;
    color: #c3c3c3;
    font-size: 22px
}

.brands-carousel .slick-next:hover:before, .brands-carousel .slick-prev:hover:before {
    color: #000
}

@media (max-width: 1199px) {
    .brands-carousel .col-full, .brands-carousel .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .brands-carousel .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .brands-carousel .section-products-carousel-tabs-wrap {
        padding-right: 25px;
        padding-left: 25px
    }
}

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

.brands-carousel .slick-prev:before {
    content: "\66"
}

[dir=rtl] .brands-carousel .slick-prev:before {
    content: "\6e"
}

.brands-carousel .slick-next:before {
    content: "\6e"
}

[dir=rtl] .brands-carousel .slick-next:before {
    content: "\66"
}

.brands-carousel .slick-slider {
    overflow: visible
}

.brands-carousel .slick-list {
    padding: 3.313em 0;
    overflow: hidden
}

.brands-carousel .text-overlay {
    display: none
}

.brands-carousel img {
    margin: 0 auto;
    opacity: .5
}

.brands-carousel img:hover {
    opacity: 1
}

@media (max-width: 1399px) {
    .brands-carousel {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        border-left: 0;
        border-right: 0;
        border-radius: 0
    }
}

@media (max-width: 1399px) {
    .page-template .brands-carousel {
        margin-bottom: 0
    }
}

.top-bar {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f9f9f9;
    font-size: .875em;
    line-height: 2.714em;
    font-weight: 300
}

.top-bar::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .top-bar {
        font-size: .8em
    }
}

@media (max-width: 1024px) {
    .top-bar {
        display: none
    }
}

.section-product-cards-carousel-tabs .top-bar .section-products-carousel-tabs-wrap, .top-bar .col-full, .top-bar .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    display: flex;
    justify-content: center
}

@media (max-width: 1699px) {
    .section-product-cards-carousel-tabs .top-bar .section-products-carousel-tabs-wrap, .top-bar .col-full, .top-bar .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: center
    }
}

.top-bar a {
    color: #444
}

.top-bar .nav {
    flex-grow: 1;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .top-bar .nav {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .top-bar .nav {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .top-bar .nav + .nav {
        padding-top: 20px;
        width: 100%
    }
}

.top-bar .nav .dropdown-menu {
    width: 140px
}

.top-bar .nav .dropdown-menu li {
    line-height: 1
}

.top-bar .nav .dropdown-menu li a {
    width: 100%;
    font-size: .875em;
    display: block;
    padding: .6em .875em
}

.top-bar .nav .dropdown-menu li a:hover {
    background-color: #f9f9f9
}

.top-bar .nav .dropdown-menu a {
    color: #444
}

.top-bar .nav .show > .dropdown-menu {
    left: 38px;
    border-radius: 0;
    border-top: 2px solid transparent
}

@media (max-width: 767px) {
    .top-bar .nav .show > .dropdown-menu {
        left: 50%;
        transform: translate(-50%, -10%)
    }
}

.top-bar .nav > li {
    line-height: 2.74em
}

@media (max-width: 767px) {
    .top-bar .nav > li {
        padding-bottom: 20px
    }
}

.top-bar .nav > li > a {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .top-bar .nav > li > a {
        line-height: 1.4
    }
}

@media (max-width: 991px) {
    .top-bar.top-bar-v4 .nav + .nav {
        border-top: none
    }
}

.top-bar .justify-content-center {
    font-size: 1.071em
}

@media (min-width: 768px) {
    .top-bar .nav-item + .nav-item .nav-link::before, .top-bar .nav-item + .nav-item > a::before, .top-bar .nav > .menu-item + .menu-item .nav-link::before, .top-bar .nav > .menu-item + .menu-item > a::before {
        content: '|';
        color: #dedede;
        display: inline-block;
        margin: 0 2.133em
    }
}

.top-bar .menu-top-bar-left + .menu-top-bar-right {
    flex-grow: 0
}

.top-bar .menu-top-bar-right {
    justify-content: flex-end
}

.top-bar .tm-order-tracking {
    font-size: 1.286em
}

.top-bar .tm-dollar {
    font-size: .857em
}

.top-bar .tm-login-register {
    font-size: .929em
}

.top-bar i {
    padding-right: .5em
}

.top-bar a:focus, .top-bar a:hover {
    color: #444
}

.top-bar .nav-link {
    padding: 0
}

.top-bar-v2, .top-bar-v3, .top-bar-v4 {
    font-weight: 400
}

.top-bar.top-bar-v4 {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.top-bar-v9 {
    background-color: #010101;
    box-shadow: 0 1px rgba(204, 204, 204, .75)
}

.top-bar-v9 a {
    color: #fff;
    font-weight: 400
}

.top-bar-v9 a:focus, .top-bar-v9 a:hover {
    color: #cdd3d7
}

@media (min-width: 768px) {
    .top-bar-v9 .nav-item + .nav-item .nav-link::before, .top-bar-v9 .nav-item + .nav-item > a::before, .top-bar-v9 .nav > .menu-item + .menu-item .nav-link::before, .top-bar-v9 .nav > .menu-item + .menu-item > a::before {
        color: #444
    }
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-title {
    font-weight: 500
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .products .product::before {
    height: 180px;
    top: 44%
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .tab-pane.active {
    margin-left: -.375em
}

.section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-products-carousel-widget-with-tabs .landscape-products-widget-block {
    z-index: 10
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
        margin-bottom: 20px
    }
}

@media (max-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
        flex-direction: column
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header .nav {
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header .section-title {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .products-carousel .container-fluid {
        padding: 0 4px
    }
}

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

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .woocommerce-loop-product__title, .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product h3 {
        max-width: 220px;
        margin: auto auto 1.429em auto
    }
}

.section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .button, .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product article .more-link, article .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .more-link {
    margin-left: 1.69em;
    margin-right: 1.69em
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .star-rating, .section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .techmarket-product-rating, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .product .star-rating, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .product .techmarket-product-rating {
    display: none
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-list, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .slick-list {
    padding-bottom: .313em
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-dots, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .slick-dots {
    padding-bottom: 5.313em
}

.section-products-carousel-widget-with-tabs .section-landscape-products-widget-carousel {
    margin-bottom: 3.75em
}

.section-products-carousel-widget-with-tabs .section-brands .section-header {
    margin-bottom: 2em;
    padding-bottom: .688em
}

.section-products-carousel-widget-with-tabs .section-brands .brands {
    display: flex;
    flex-wrap: wrap
}

.section-products-carousel-widget-with-tabs .section-brands .brands .text-overlay {
    display: none
}

.section-products-carousel-widget-with-tabs .section-brands .brands .item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.875em
}

@media (min-width: 576px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

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

.section-deals-carousel-and-products-carousel-tabs .deals-carousel {
    z-index: 10
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 27.3333333333%;
    max-width: 27.3333333333%
}

@media (min-width: 576px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    text-align: left;
    padding: 1.572em 1.875em 1.715em 1.875em
}

@media (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        margin-bottom: 1.4em
    }
}

@media (min-width: 1140px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        margin-bottom: 5em
    }
}

@media (max-width: 575px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .container-fluid {
        padding: 0
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        padding: 1.572em 1em 1.715em 1em
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-header {
    margin-bottom: 1.875em;
    padding-bottom: .6em
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 1.1em;
    margin: 0
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-title strong {
    font-weight: 500
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .products .sale-product-with-timer {
    border: none;
    padding: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .products .sale-product-with-timer {
        padding: 20px
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: 1.75em;
    padding-top: 1.313em
}

.deals-carousel .custom-slick-pagination, .home-5-deals-carousel .custom-slick-pagination {
    display: flex;
    justify-content: center;
    font-size: .938em;
    line-height: 1.2em;
    letter-spacing: -.01em
}

.deals-carousel .custom-slick-pagination .slider-next i, .deals-carousel .custom-slick-pagination .slider-prev i, .home-5-deals-carousel .custom-slick-pagination .slider-next i, .home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    display: inline-block;
    vertical-align: top
}

.deals-carousel .custom-slick-pagination .slider-prev i, .home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    padding-right: .625em
}

.deals-carousel .custom-slick-pagination .slider-next:before, .home-5-deals-carousel .custom-slick-pagination .slider-next:before {
    color: #dedede;
    content: "|";
    display: inline-block;
    margin: 0 1.3em
}

@media (max-width: 767px) {
    .deals-carousel .custom-slick-pagination .slider-next:before, .home-5-deals-carousel .custom-slick-pagination .slider-next:before {
        margin: 0 .8em
    }
}

.deals-carousel .custom-slick-pagination .slider-next i, .home-5-deals-carousel .custom-slick-pagination .slider-next i {
    padding-left: .625em
}

.section-categories-filter {
    background: #f5f5f5;
    padding: 5.8em 0 5.438em;
    margin-top: 5.5em;
    margin-bottom: 2.625em
}

.section-categories-filter::after {
    display: block;
    content: "";
    clear: both
}

.section-categories-filter .section-header {
    text-align: center
}

.section-categories-filter .section-title {
    font-size: 3em;
    line-height: .958em;
    color: #090909;
    letter-spacing: -.01em
}

.section-categories-filter .section-title strong {
    font-weight: 500
}

.section-categories-filter .categories {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .section-categories-filter .categories {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.section-categories-filter .categories .select-picker {
    flex-grow: 1;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 3.5em
}

.section-categories-filter .categories .select-picker + .select-picker {
    margin-left: 1.25em
}

.section-categories-filter .categories .select-picker select {
    max-width: 100%;
    padding: 0 1.2em 0 1.333em;
    font-size: 1.125em;
    color: #444;
    width: 100%;
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 1.2em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.section-categories-filter .categories .select-picker select:focus {
    outline: 0
}

.section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
    flex: 0 0 23.8333333333%;
    max-width: 23.8333333333%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
        flex: 0 0 31.6666666667%;
        max-width: 31.6666666667%
    }
}

@media (max-width: 767px) {
    .section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-categories-filter .categories-filter-products .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative
}

.section-categories-filter .categories-filter-products .products .product {
    background: #fff none repeat scroll 0 0;
    padding: 1.786em 2.143em;
    text-align: center;
    border: 2px solid transparent
}

@media (min-width: 1590px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 10px 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 6px 10px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 6px 10px
    }
}

@media (max-width: 767px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin-bottom: 16px
    }
}

.section-categories-filter .categories-filter-products .products .product .onsale {
    position: absolute;
    right: 0;
    background-color: #62ab00;
    color: #fff;
    font-size: .857em;
    line-height: 1.833em;
    border-radius: 4px;
    padding: 0 .667em;
    display: none
}

.section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link {
    display: block
}

.section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link img {
    margin: 0 auto 6px;
    width: auto
}

.section-categories-filter .categories-filter-products .products .product .price {
    font-size: 1.286em;
    line-height: 2.111em;
    margin-bottom: 0
}

.section-categories-filter .categories-filter-products .products .product .price del {
    font-size: .833em;
    line-height: 2.533em
}

.section-categories-filter .categories-filter-products .products .product h3 {
    font-size: 1.071em;
    max-width: 240px;
    font-weight: 400;
    margin-bottom: 1.6em
}

.section-categories-filter .categories-filter-products .products .product .hover-area {
    display: block;
    opacity: 1;
    transform: none;
    position: relative;
    z-index: 1;
    top: 0;
    border: none;
    padding: 0
}

.section-categories-filter .categories-filter-products .products .product .star-rating, .section-categories-filter .categories-filter-products .products .product .techmarket-product-rating {
    display: none
}

@media (max-width: 1399px) {
    .section-categories-filter .categories-filter-products .products .product .star-rating + .button, .section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link + .button, .section-categories-filter .categories-filter-products .products .product article .star-rating + .more-link, .section-categories-filter .categories-filter-products .products .product article .woocommerce-LoopProduct-link + .more-link, article .section-categories-filter .categories-filter-products .products .product .star-rating + .more-link, article .section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link + .more-link {
        margin-top: 16px
    }
}

.section-categories-filter .categories-filter-products .products .product .button, .section-categories-filter .categories-filter-products .products .product article .more-link, article .section-categories-filter .categories-filter-products .products .product .more-link {
    margin-left: 1.4em;
    margin-right: 1.4em;
    margin-bottom: 0
}

.section-categories-filter .categories-filter-products .products .product .button:hover, .section-categories-filter .categories-filter-products .products .product article .more-link:hover, article .section-categories-filter .categories-filter-products .products .product .more-link:hover {
    color: #fff
}

.section-categories-filter .categories-filter-products .products .product:hover {
    border: 2px solid #ebebeb;
    box-shadow: 0 0 18px rgba(1, 1, 1, .2);
    position: relative;
    z-index: 9
}

.section-categories-filter .categories-filter-products .products .product:hover .hover-area {
    border: none
}

.page-template-template-landingpage-v2 .section-categories-filter .section-title {
    font-weight: 300
}

.product-categories-list .section-header {
    margin-bottom: 2.9em;
    padding-bottom: .45em;
    border-bottom: 1px solid #ebebeb
}

.product-categories-list .section-title {
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: 0
}

.product-categories-list .categories {
    list-style: outside none none;
    margin-left: -.938em;
    margin-right: -.938em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: .15em
}

@media (max-width: 767px) {
    .product-categories-list .categories {
        flex-direction: column
    }
}

.product-categories-list .categories .category {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5.12em
}

@media (min-width: 576px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-categories-list .categories .category {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.product-categories-list .categories .category + .category:before {
    content: " ";
    width: 1px;
    height: 130px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%)
}

.product-categories-list .categories .category img {
    width: 188px;
    height: auto
}

@media (max-width: 767px) {
    .product-categories-list .categories .category img {
        width: 140px
    }
}

.product-categories-list .categories .category .media > a {
    padding-right: 10px
}

.product-categories-list .categories .category .media-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-categories-list .categories .category .media-body {
        min-height: 150px
    }
}

@media (min-width: 1590px) {
    .product-categories-list .categories .category .media-body {
        min-height: 150px
    }
}

.product-categories-list .categories .category .media-body h4 {
    font-size: 1.125em;
    letter-spacing: -.01em;
    font-weight: 500;
    margin: 0 0 .4em
}

.product-categories-list .categories .category .media-body h4 a {
    color: #444
}

.product-categories-list .categories .category .media-body h4 a:hover {
    color: #000
}

.product-categories-list .categories .category .media-body .sub-categories {
    margin-left: 0;
    margin-bottom: 14px
}

.product-categories-list .categories .category .media-body .sub-categories li a {
    font-size: .929em;
    line-height: 1.615em;
    color: #555353;
    display: block
}

.product-categories-list .categories .category .media-body .sub-categories li a:hover {
    color: #000
}

.product-categories-list .categories .view-all {
    display: block;
    font-size: .875em;
    font-weight: 400;
    color: #090909;
    letter-spacing: -.01em;
    bottom: 0
}

.product-categories-list .categories .view-all:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.product-categories-list .categories .view-all:hover {
    color: #2c2d33
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-categories-list .categories .category {
        margin-bottom: 4em
    }

    .product-categories-list .categories .category .media {
        flex-direction: column;
        padding-right: 28px
    }

    .product-categories-list .categories .category .media > a {
        margin-bottom: 20px
    }

    .product-categories-list .categories .category + .category:before {
        height: 250px;
        left: -40px
    }

    .product-categories-list .categories .category .media-body {
        -ms-flex: 1 1 auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .categories .category {
        flex: 0 0 50%;
        max-width: 50%
    }

    .categories .category:nth-child(2n+1)::before {
        opacity: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .categories .category .media {
        flex-direction: column
    }

    .categories .category::before {
        height: 250px
    }

    .categories .category .media-body {
        min-height: auto
    }
}

@media (min-width: 1200px) {
    .categories .category {
        flex: 0 0 25%;
        max-width: 25%
    }

    .categories .category:nth-child(4n+1)::before {
        opacity: 0
    }

    .categories .category:nth-child(3n+1)::before {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .categories .category {
        flex: 0 0 100%;
        max-width: 100%
    }

    .categories .category::before {
        opacity: 0
    }
}

.section-products-isotope .isotope-products .section-header {
    padding-top: 30px;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.section-products-isotope .isotope-products .section-header .marketing-text {
    margin-bottom: 17px
}

.section-products-isotope .isotope-products .deal-countdown span[data-value] {
    display: none
}

.section-products-isotope .isotope-products .deal-countdown > span:nth-child(n+3) {
    margin-left: .6em
}

.section-products-isotope .isotope-products .deal-countdown > span b {
    margin-left: .5em
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown > span {
        flex-wrap: wrap;
        width: 50px;
        justify-content: center
    }

    .section-products-isotope .isotope-products .deal-countdown > span .value {
        margin-bottom: 8px
    }

    .section-products-isotope .isotope-products .deal-countdown > span b {
        margin-left: 0
    }

    .section-products-isotope .isotope-products .deal-countdown > span:nth-child(n+3) {
        margin-left: 1em
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1, .section-products-isotope .row-2 {
        margin-bottom: 20px
    }
}

.section-products-isotope .products .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .section-products-isotope .products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .section-products-isotope .products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 18px;
    right: 24px;
    left: auto
}

.section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product {
    padding: 25px
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product {
        padding: 14px;
        width: 48%;
        margin: 2px
    }

    .section-products-isotope .row-1 .products .product:last-child, .section-products-isotope .row-2 .products .product:last-child, .section-products-isotope .row-3 .products .product:last-child {
        width: 97.5%
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link img {
        max-width: 270px
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 50px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 0 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 20px 15px
    }
}

.section-products-isotope .row-3 {
    margin-bottom: 50px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-3 .products .product:nth-child(3n+1) {
        display: none
    }
}

.section-products-isotope .row-1 .products {
    -webkit-grid-columns: repeat(4, 332px);
    -ms-grid-columns: 332px 332px 332px 332px 332px;
    grid-template-columns: repeat(4, 332px);
    -webkit-grid-rows: repeat(2, 384px) x;
    -ms-grid-rows: 384px 384px;
    grid-template-rows: repeat(2, 384px);
    -ms-grid-gap: 20px;
    -webkit-gridgrid-gap: 20px;
    grid-gap: 20px
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-columns: repeat(5, 18.6%);
        -ms-grid-columns: 18.6% 18.6% 18.6% 18.6% 18.6%;
        grid-template-columns: repeat(5, 18.6%);
        -webkit-grid-rows: repeat(2, 340px);
        -ms-grid-rows: 340px 340px;
        grid-template-rows: repeat(2, 340px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-columns: 31.5% 31.5% 31.5%;
        -ms-grid-columns: 31.5% 31.5% 31.5%;
        grid-template-columns: 31.5% 31.5% 31.5%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-rows: repeat(2, 500px);
        -ms-grid-rows: 500px 500px;
        grid-template-rows: repeat(2, 500px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-rows: repeat(2, 420px);
        -ms-grid-rows: 420px 420px;
        grid-template-rows: repeat(2, 420px)
    }
}

.section-products-isotope .row-1 .products .section-header {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.section-products-isotope .row-1 .products .product:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.section-products-isotope .row-1 .products .product:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope .row-1 .products .product:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
}

.section-products-isotope .row-1 .products .product:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.section-products-isotope .row-1 .products .product:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(6) {
        min-width: 332px
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) .hover-area {
        padding: 0 160px 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) {
        -webkit-grid-column: span 1;
        -ms-grid-column: 1;
        grid-column: span 1
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) .woocommerce-LoopProduct-link img {
        max-width: 630px
    }
}

.section-products-isotope .row-2 .products .product:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:last-child {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:first-child, .section-products-isotope .row-2 .products .product:last-child {
    -webkit-grid-column: span 2;
    grid-column: span 2
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products .product:first-child, .section-products-isotope .row-2 .products .product:last-child {
        -webkit-grid-column: span 1;
        grid-column: span 1
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-2 .products .product:first-child .hover-area, .section-products-isotope .row-2 .products .product:last-child .hover-area {
        padding: 0 160px 15px
    }
}

.section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
    -webkit-grid-columns: repeat(5, 332px);
    -ms-grid-columns: 332px 332px 332px 332px 332px;
    grid-template-columns: repeat(5, 332px);
    -ms-grid-column-gap: 20px;
    -webkit-grid-column-gap: 20px;
    grid-column-gap: 20px;
    -ms-grid-rows: 384px;
    -webkit-grid-template-rows: 384px;
    grid-template-rows: 384px
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -webkit-grid-columns: repeat(5, auto);
        -ms-grid-columns: auto auto auto auto auto;
        grid-template-columns: repeat(5, auto);
        -ms-grid-rows: 320px;
        -webkit-grid-template-rows: 320px;
        grid-template-rows: 320px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -webkit-grid-columns: 31.5% 31.5% 31.5%;
        -ms-grid-columns: 31.5% 31.5% 31.5%;
        grid-template-columns: 31.5% 31.5% 31.5%;
        -ms-grid-rows: 420px;
        -webkit-grid-template-rows: 420px;
        grid-template-rows: 420px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -ms-grid-rows: 510px;
        -webkit-grid-template-rows: 510px;
        grid-template-rows: 510px
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-2 .products {
        -ms-grid-rows: 400px;
        -webkit-grid-template-rows: 400px;
        grid-template-rows: 400px
    }

    .section-products-isotope .row-2 .products .woocommerce-LoopProduct-link img {
        max-width: 270px
    }
}

.section-products-isotope .row-3 .products .product {
    -ms-grid-row: 1
}

.section-products-isotope .row-3 .products .product:nth-child(1) {
    -ms-grid-column: 1
}

.section-products-isotope .row-3 .products .product:nth-child(2) {
    -ms-grid-column: 2
}

.section-products-isotope .row-3 .products .product:nth-child(3) {
    -ms-grid-column: 3
}

.section-products-isotope .row-3 .products .product:nth-child(4) {
    -ms-grid-column: 4
}

.section-products-isotope .row-3 .products .product:nth-child(5) {
    -ms-grid-column: 5
}

@supports (-ms-accelerator:true) {
    .section-products-isotope .row-1 .products .product {
        margin-right: 20px
    }

    .section-products-isotope .row-1 .products .product:nth-child(4) {
        margin-bottom: 20px
    }
}

.section-products-isotope-alt {
    padding: 2.063em 0
}

.section-products-isotope-alt .isotope-products .section-header {
    padding-top: 10px;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope-alt .isotope-products .section-header {
        padding-top: 40px
    }
}

.section-products-isotope-alt .isotope-products .section-header .section-title {
    font-size: 1.548em
}

.section-products-isotope-alt .isotope-products .section-header .section-title strong {
    font-size: 1em
}

.section-products-isotope-alt .isotope-products .deal-countdown > span {
    flex-direction: column
}

.section-products-isotope-alt .isotope-products .deal-countdown > span:nth-child(n+2) {
    margin-left: .5em
}

.section-products-isotope-alt .isotope-products .deal-countdown > span .value {
    margin-bottom: 8px
}

.section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products {
    -webkit-grid-columns: repeat(7, 240px);
    -ms-grid-columns: 240px 240px 240px 240px 240px 240px 240px;
    grid-template-columns: repeat(7, 240px);
    -ms-grid-gap: 10px;
    -webkit-gridgrid-gap: 10px;
    grid-gap: 10px
}

.section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
    padding: 12px
}

@media (max-width: 767px) {
    .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
        padding: 14px;
        width: 48%;
        margin: 2px
    }
}

.section-products-isotope-alt .row-1 .products .product .hover-area, .section-products-isotope-alt .row-2 .products .product .hover-area {
    padding: 0 24px 15px
}

@media (min-width: 768px) {
    .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link img {
        max-width: 216px
    }
}

.section-products-isotope-alt .row-1 {
    margin-bottom: 10px
}

.section-products-isotope-alt .row-1 .products {
    -webkit-grid-rows: repeat(2, 293px);
    -ms-grid-rows: 293px 293px;
    grid-template-rows: repeat(2, 293px)
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(5, 20%);
        -ms-grid-columns: 20% 20% 20% 20% 20%;
        grid-template-columns: repeat(5, 20%);
        -webkit-grid-rows: repeat(2, 323px);
        -ms-grid-rows: 323px 323px;
        grid-template-rows: repeat(2, 323px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(4, 24.2%);
        -ms-grid-columns: 24.2% 24.2% 24.2% 24.2%;
        grid-template-columns: repeat(4, 24.2%);
        -webkit-grid-rows: repeat(2, 433px);
        -ms-grid-rows: 433px 433px;
        grid-template-rows: repeat(2, 433px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(3, auto);
        -ms-grid-columns: auto auto auto;
        grid-template-columns: repeat(3, auto);
        -webkit-grid-rows: repeat(2, 433px);
        -ms-grid-rows: 433px 433px;
        grid-template-rows: repeat(2, 433px)
    }
}

.section-products-isotope-alt .row-1 .products .product:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
}

.section-products-isotope-alt .row-1 .products .product:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(7) {
    -ms-grid-column: 6;
    -ms-grid-row: 1
}

.section-products-isotope-alt .row-1 .products .product:nth-child(8) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(9) {
    -ms-grid-column: 7;
    -ms-grid-row: 1
}

@media (min-width: 768px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(3) .woocommerce-LoopProduct-link img {
        max-width: 466px
    }
}

.section-products-isotope-alt .row-1 .products .product:nth-child(3) .hover-area {
    padding: 0 60px 15px
}

.section-products-isotope-alt .row-1 .products .product:nth-child(8) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2;
    -webkit-grid-row: span 1;
    -ms-grid-row: span 1;
    grid-row: span 1
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+7) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+6) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+4) {
        display: none
    }
}

.section-products-isotope-alt .row-2 .products {
    -webkit-grid-rows: repeat(1, 293px);
    -ms-grid-rows: 293px;
    grid-template-rows: repeat(1, 293px)
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(5, 20%);
        -ms-grid-columns: 20% 20% 20% 20% 20%;
        grid-template-columns: repeat(5, 20%);
        -webkit-grid-rows: repeat(1, 323px);
        -ms-grid-rows: 323px;
        grid-template-rows: repeat(1, 323px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(4, 24.2%);
        -ms-grid-columns: 24.2% 24.2% 24.2% 24.2%;
        grid-template-columns: repeat(4, 24.2%);
        -webkit-grid-rows: repeat(1, 433px);
        -ms-grid-rows: 433px;
        grid-template-rows: repeat(1, 433px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(3, auto);
        -ms-grid-columns: auto auto auto;
        grid-template-columns: repeat(3, auto);
        -webkit-grid-rows: repeat(1, 433px);
        -ms-grid-rows: 433px;
        grid-template-rows: repeat(1, 433px)
    }
}

.section-products-isotope-alt .row-2 .products .product:nth-child(4) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2
}

.section-products-isotope-alt .row-2 .products .product:nth-child(4) .hover-area {
    padding: 0 60px 15px
}

@media (min-width: 992px) and (max-width: 1699px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(2) {
        display: none
    }
}

@supports (-ms-accelerator:true) {
    .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
        margin-right: 10px
    }

    .section-products-isotope-alt .row-1 .products .product:nth-child(4), .section-products-isotope-alt .row-1 .products .product:nth-child(7), .section-products-isotope-alt .row-1 .products .product:nth-child(9) {
        margin-bottom: 10px
    }
}

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

embed, iframe, object, video {
    max-width: 100%;
    border: none
}

article .entry-content p, article.post .entry-content p {
    margin-bottom: 2.143em
}

article .entry-content ol, article .entry-content p, article .entry-content ul, article.post .entry-content ol, article.post .entry-content p, article.post .entry-content ul {
    line-height: 1.714em
}

article .entry-content ol.highlight, article .entry-content p.highlight, article .entry-content ul.highlight, article.post .entry-content ol.highlight, article.post .entry-content p.highlight, article.post .entry-content ul.highlight {
    font-size: 1.143em;
    font-weight: 500
}

article .entry-content blockquote, article.post .entry-content blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 1.429em 2.714em;
    padding: 0
}

article .entry-content blockquote:before, article.post .entry-content blockquote:before {
    color: #a7a7a7;
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 1.786em;
    margin-left: -1.5em;
    margin-top: -.4em
}

article .entry-content blockquote p, article.post .entry-content blockquote p {
    font-style: italic;
    font-size: 1.071em
}

article .entry-content .wp-caption img, article .entry-content figure img, article.post .entry-content .wp-caption img, article.post .entry-content figure img {
    margin-bottom: 10px;
    border-radius: 0
}

article .entry-content .gallery figure.gallery-item, article.post .entry-content .gallery figure.gallery-item {
    display: inline-block
}

article .more-link, article.post .more-link {
    font-size: 14px
}

article table, article.post table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

article table td, article table th, article.post table td, article.post table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

article table thead th, article.post table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

article table tbody + tbody, article.post table tbody + tbody {
    border-top: 2px solid #eceeef
}

article table .table, article.post table .table {
    background-color: #fff
}

figure.gallery-item {
    position: relative
}

figure.gallery-item .gallery-caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: .625rem 1.25rem;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    bottom: 0;
    right: -30%
}

figure.gallery-item:hover .gallery-caption {
    opacity: 1;
    right: 0
}

.single-post article.post {
    margin-bottom: 0
}

.single-post article.post .entry-header {
    position: relative
}

.single-post article.post .entry-header h1.entry-title .comments-link {
    float: right
}

.single-post article.post .entry-header h1.entry-title .comments-link a {
    font-size: .56em;
    display: inline-block;
    vertical-align: middle
}

.post-author-info {
    background: #f5f5f5;
    padding: 1.357em 1.143em;
    margin-bottom: 4.5em;
    margin-top: 2.5em
}

.post-author-info .media .media-left {
    padding-right: 1.786em
}

.post-author-info .media img {
    max-width: none
}

.post-author-info .media .media-body h4.media-heading {
    font-size: 1.188em;
    line-height: 1.474em;
    margin-bottom: 1.071em;
    margin-top: .526em;
    font-weight: 400
}

.post-author-info .media .media-body h4.media-heading a {
    color: #090909
}

.post-author-info .media .media-body p {
    color: #555353;
    line-height: 1.714em
}

.post-author-info .media .media-body p:last-child {
    margin-bottom: 0
}

.post-navigation .nav-links::after {
    display: block;
    content: "";
    clear: both
}

.post-navigation .nav-links .nav-previous {
    float: left
}

.post-navigation .nav-links .nav-next {
    float: right;
    text-align: right
}

.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
    width: 48%
}

.post-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a {
    color: #626060
}

.post-navigation .nav-links .nav-next a:focus, .post-navigation .nav-links .nav-next a:hover, .post-navigation .nav-links .nav-previous a:focus, .post-navigation .nav-links .nav-previous a:hover {
    text-decoration: none;
    color: #484747;
    transform: none !important
}

.site-main nav.navigation.post-navigation {
    margin-bottom: 4em
}

.site-main nav.navigation.post-navigation .nav-next a, .site-main nav.navigation.post-navigation .nav-previous a {
    padding: .618047em 0
}

.site-main nav.navigation.post-navigation .nav-next a:after, .site-main nav.navigation.post-navigation .nav-next a:before, .site-main nav.navigation.post-navigation .nav-previous a:after, .site-main nav.navigation.post-navigation .nav-previous a:before {
    content: none
}

.site-main nav.navigation.post-navigation .nav-next a:hover, .site-main nav.navigation.post-navigation .nav-previous a:hover {
    transform: none
}

@media (min-width: 768px) {
    .blog-grid .site-main nav.navigation {
        margin: 0 1em 1em
    }
}

@media (min-width: 768px) {
    .blog-grid .posts {
        margin-left: -15px;
        margin-right: -15px
    }
}

.blog-grid article.post {
    margin-bottom: 3.75em;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .blog-grid article.post {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-grid article.post {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-grid article.post:nth-child(3n+1) {
        clear: both
    }
}

.blog-grid article.post .entry-header h1.entry-title {
    padding-bottom: .2em;
    margin-bottom: .2em
}

.blog-grid article.post.format-link, .blog-grid article.post.format-quote {
    margin-left: 15px;
    margin-right: 15px
}

.blog-list article.post {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 4em
}

@media (min-width: 576px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post {
        margin-bottom: 5.438em
    }
}

.blog-list article.post .media-attachment {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .media-attachment {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 0
    }

    .blog-list article.post .media-attachment img {
        margin-bottom: 0
    }
}

.blog-list article.post .content-body {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .content-body {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.blog-list article.post .entry-header h1.entry-title {
    padding-bottom: .24em;
    margin-bottom: .24em
}

.blog-list article.post.format-link, .blog-list article.post.format-quote {
    margin-left: 0;
    margin-right: 0
}

.blog-list article.format-status {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 1024px) {
    .site-header .handheld-header .handheld-header-links, .site-header .handheld-header .site-branding {
        flex: 0 0 50%;
        max-width: 50%
    }

    .site-header .handheld-header .custom-logo-link svg, .site-header .handheld-header .site-logo-anchor svg, .site-header .handheld-header .site-logo-link svg {
        max-width: 140px;
        height: 100%
    }

    .site-header .handheld-header .sticky-wrapper .row {
        align-items: center;
        flex-wrap: nowrap
    }

    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 576px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 1200px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation {
        max-width: 50px
    }

    .site-header .handheld-header .site-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .site-header .handheld-header .site-search.active {
        position: relative;
        height: 40px
    }

    .site-header .handheld-header .site-search.active .widget_product_search, .site-header .handheld-header .site-search.active .widget_search {
        width: 97vw;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 9
    }

    .site-header .handheld-header .site-search .widget_search .search-form label {
        width: 100%;
        margin-bottom: 0
    }

    .site-header .handheld-header .site-search .woocommerce-product-search button {
        display: none
    }

    .site-header .handheld-header .handheld-navigation {
        padding-right: 0;
        text-align: center
    }

    .site-header .handheld-header .handheld-navigation .btn, .site-header .handheld-header .handheld-navigation button {
        background-color: transparent;
        padding: 0;
        color: #43454b
    }

    .site-header .handheld-header .handheld-navigation .btn i, .site-header .handheld-header .handheld-navigation button i {
        color: #43454b
    }

    .site-header .handheld-header .handheld-navigation .btn span, .site-header .handheld-header .handheld-navigation button span {
        display: none
    }

    .site-header .handheld-header .handheld-navigation .btn::after, .site-header .handheld-header .handheld-navigation button::after {
        display: none
    }

    .site-header .handheld-header .handheld-navigation .btn:focus, .site-header .handheld-header .handheld-navigation .btn:hover, .site-header .handheld-header .handheld-navigation button:focus, .site-header .handheld-header .handheld-navigation button:hover {
        color: #43454b
    }

    .site-header .handheld-header .search-form, .site-header .handheld-header .woocommerce-product-search {
        margin-bottom: 0
    }

    .site-header .handheld-header .handheld-header-links ul {
        margin: 0;
        list-style: none;
        flex-direction: row-reverse;
        display: flex;
        padding-right: 15px
    }

    .site-header .handheld-header .handheld-header-links ul li + li {
        padding-right: 25px
    }

    .site-header .handheld-header .handheld-header-links ul li i {
        font-size: 18px
    }

    .site-header .handheld-header .handheld-header-links ul li a {
        color: #444
    }

    .site-header .handheld-header .handheld-header-links ul .count {
        display: none;
        position: absolute;
        top: -6px;
        line-height: 1;
        padding: 3px 5px;
        background: #000;
        font-size: 11px;
        opacity: .5;
        color: #fff;
        border-radius: 50px;
        right: 12px
    }

    .site-header .handheld-header .handheld-header-cart-link {
        padding-left: 0;
        text-align: center;
        position: relative
    }

    .site-header .handheld-header .handheld-header-cart-link i {
        font-size: 20px
    }

    .site-header .handheld-header .handheld-header-cart-link .count {
        text-indent: 0;
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        color: #fff;
        box-sizing: content-box;
        font-size: .75em;
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 100%;
        font-weight: 700
    }

    .site-header .handheld-header .site-search .widget_product_search input[type=search] {
        padding: .4em 1em .4em 2.4em;
        height: 40px
    }

    .site-header .handheld-header .site-search .widget_product_search form:before {
        top: 13px;
        left: 12px
    }

    .header-v4.site-header .handheld-header .handheld-header-links ul li a, .header-v5.site-header .handheld-header .handheld-header-links ul li a {
        color: #fff
    }

    .site-header .handheld-header .row {
        flex-wrap: nowrap
    }
}

#secondary #wp-calendar, .footer-widgets #wp-calendar {
    width: 100%
}

#secondary #wp-calendar caption, .footer-widgets #wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: .857em;
    margin-bottom: 1.25em;
    caption-side: top
}

#secondary #wp-calendar thead, .footer-widgets #wp-calendar thead {
    font-size: .714em
}

#secondary #wp-calendar thead th, .footer-widgets #wp-calendar thead th {
    padding-bottom: 1em;
    text-align: center;
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #eceeef
}

#secondary #wp-calendar tbody, .footer-widgets #wp-calendar tbody {
    color: #aaa
}

#secondary #wp-calendar tbody td, .footer-widgets #wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px
}

#secondary #wp-calendar tbody td:hover, .footer-widgets #wp-calendar tbody td:hover {
    background: #fff
}

#secondary #wp-calendar tbody td a, .footer-widgets #wp-calendar tbody td a {
    font-weight: 700;
    color: #0275d8
}

#secondary #wp-calendar tbody td a:focus, #secondary #wp-calendar tbody td a:hover, .footer-widgets #wp-calendar tbody td a:focus, .footer-widgets #wp-calendar tbody td a:hover {
    text-decoration: none
}

#secondary #wp-calendar tbody .pad, .footer-widgets #wp-calendar tbody .pad {
    background: 0 0
}

#secondary #wp-calendar tfoot #next, .footer-widgets #wp-calendar tfoot #next {
    font-size: .714em;
    text-transform: uppercase;
    text-align: right
}

#secondary #wp-calendar tfoot #prev, .footer-widgets #wp-calendar tfoot #prev {
    font-size: .714em;
    text-transform: uppercase;
    padding-top: 1em;
    text-align: left
}

#secondary .widget ul ul, .footer-widgets .widget ul ul {
    margin-left: 0;
    margin-top: 8px
}

#secondary .widget_pages .widget_recent_entries ul li:before, #secondary .widget_pages ul li:before, .footer-widgets .widget_pages .widget_recent_entries ul li:before, .footer-widgets .widget_pages ul li:before {
    content: '';
    display: none
}

#secondary.sidebar-blog .widget_recent_comments ul li.recentcomments, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments {
    padding-bottom: 1em
}

#secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a {
    display: inline
}

#secondary .widget_recent_entries ul li:before, .footer-widgets .widget_recent_entries ul li:before {
    content: '';
    display: none
}

#secondary .widget.widget_rss .widget-title, .footer-widgets .widget.widget_rss .widget-title {
    display: flex;
    justify-content: flex-start
}

#secondary .widget.widget_rss .widget-title .rss-widget-icon, .footer-widgets .widget.widget_rss .widget-title .rss-widget-icon {
    display: none
}

#secondary .widget.widget_rss li .rsswidget, .footer-widgets .widget.widget_rss li .rsswidget {
    font-size: 110%;
    font-weight: 500;
    display: block
}

#secondary .widget.widget_rss li .rss-date, .footer-widgets .widget.widget_rss li .rss-date {
    font-size: 80%
}

#secondary .widget.widget_rss li .rssSummary, .footer-widgets .widget.widget_rss li .rssSummary {
    margin: .429em 0
}

#secondary .widget.widget_rss li + li, .footer-widgets .widget.widget_rss li + li {
    margin-top: 1em
}

#secondary .widget.widget_rss li + li:before, .footer-widgets .widget.widget_rss li + li:before {
    border-top: 1px solid #ddd;
    content: '';
    display: block;
    padding-top: 1em
}

#secondary .widget_search form.search-form label, .footer-widgets .widget_search form.search-form label {
    width: 100%
}

.section-products-tabs .section-products-tabs-wrap {
    display: flex;
    flex-direction: column
}

.section-products-tabs .section-products-tabs-wrap > .button, .section-products-tabs article .section-products-tabs-wrap > .more-link, article .section-products-tabs .section-products-tabs-wrap > .more-link {
    margin: 40px auto 62px auto;
    min-width: 290px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #818686;
    border: 2px solid #ebebeb;
    border-radius: 100px;
    position: relative;
    transition: all .25s ease 0s
}

.section-products-tabs .section-products-tabs-wrap > .button:hover, .section-products-tabs article .section-products-tabs-wrap > .more-link:hover, article .section-products-tabs .section-products-tabs-wrap > .more-link:hover {
    color: #fff
}

.section-products-tabs .section-products-tabs-wrap > .button i, .section-products-tabs article .section-products-tabs-wrap > .more-link i, article .section-products-tabs .section-products-tabs-wrap > .more-link i {
    font-size: 18px;
    padding-right: 11px
}

.section-products-tabs .section-products-tabs-wrap > .button::after, .section-products-tabs article .section-products-tabs-wrap > .more-link::after, article .section-products-tabs .section-products-tabs-wrap > .more-link::after {
    content: " ";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.section-products-tabs .section-header {
    margin-bottom: 1.313em;
    text-align: center
}

.section-products-tabs .section-header .section-title {
    font-size: 2.125em;
    line-height: .962em;
    letter-spacing: -.01em;
    color: #090909;
    margin-bottom: 0
}

.section-products-tabs .section-header .nav {
    margin-bottom: 1.25em;
    padding-top: 1.438em;
    align-items: center;
    border-bottom: 1px solid #ebebeb
}

.section-products-tabs .section-header .nav .nav-item {
    margin-left: 0
}

.section-products-tabs .section-header .nav {
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 575px) {
    .section-products-tabs .section-header .nav {
        flex-direction: column
    }
}

.section-products-tabs .section-header .nav .nav-link {
    font-size: 1.125em;
    line-height: 2.222em;
    letter-spacing: -.01em;
    color: #737373;
    padding: 0 .889em
}

.section-products-tabs .section-header .nav .nav-link.active {
    color: #090909;
    font-weight: 500
}

.section-products-tabs .section-header .nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #cadbe3;
    width: 60%;
    margin: auto
}

.section-products-tabs .products .product + .product::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    height: 336px
}

@media (max-width: 550px) {
    .section-products-tabs .products .product + .product::after {
        display: none
    }
}

.section-products-tabs .products .product:hover::after {
    opacity: 0
}

.section-products-tabs .products .product:nth-child(4n+1)::after {
    opacity: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-tabs .products .product:nth-child(4n+1)::after {
        opacity: 1
    }
}

.section-products-tabs .products .product .price {
    font-size: 1.286em
}

@media (min-width: 1590px) {
    .section-products-tabs .products .product .added_to_cart, .section-products-tabs .products .product .button, .section-products-tabs .products .product article .more-link, article .section-products-tabs .products .product .more-link {
        margin-left: 3.214em;
        margin-right: 3.214em
    }
}

.section-products-tabs .products .product .woocommerce-loop-product__title {
    max-width: 300px;
    margin-bottom: 9px
}

.section-products-tabs .products .product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .375em 1.5em auto
}

.woocommerce-breadcrumb {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 3.333em;
    font-size: .938em;
    color: #444;
    font-weight: 300;
    margin-top: .667em
}

.woocommerce-breadcrumb a {
    color: #444
}

.woocommerce-breadcrumb .delimiter {
    margin: 0 1.5em;
    font-size: 10px
}

.woocommerce-breadcrumb span.delimiter + a {
    background-color: #f5f5f5;
    padding: .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
    }
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    padding: 0 0 5px 0
}

.gallery {
    margin-bottom: 1em;
    overflow: hidden
}

.gallery::after {
    display: block;
    content: "";
    clear: both
}

.gallery .gallery-item {
    float: left
}

.gallery .gallery-item .gallery-icon a {
    display: block
}

.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%
}

div.jp-jplayer, div.jp-jplayer img {
    max-width: 100%
}

div.jp-jplayer.jp-jplayer-video {
    background-color: #292a2b
}

div.jp-jplayer video {
    margin-bottom: 0
}

div.jp-jplayer img, div.jp-jplayer-video, div.jp-jplayer-video video {
    height: auto !important;
    vertical-align: top
}

.jp-audio-container, .jp-video-container {
    background-color: #f1f1f1;
    box-shadow: 1px 1px 1px #ddd
}

.post-header .jp-audio-container, .post-header .jp-video-container {
    margin-bottom: 0
}

div.jp-interface {
    position: relative;
    width: 97%;
    z-index: 100
}

.jp-video div.jp-interface {
    -webkit-border-radius: 0 0 2px;
    -moz-border-radius: 0 0 2px;
    border-radius: 0 0 2px
}

.jp-interface, .seperator-first, .seperator-second, a.jp-pause, a.jp-play {
    height: 34px
}

.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.jp-controls li {
    display: inline;
    margin: 0
}

.jp-controls a {
    color: #404040;
    text-shadow: 1px 1px #fff;
    background: 0 0 !important;
    width: 24px;
    height: 34px;
    padding: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    opacity: .6
}

.jp-controls a:hover {
    color: #262626;
    background: 0 0 !important;
    text-decoration: none;
    opacity: .8
}

.jp-controls a span {
    text-indent: -9999px;
    display: block
}

a.jp-pause, a.jp-play {
    left: 0
}

a.jp-pause {
    display: none
}

a.jp-pause:hover {
    background-position: -33px -30px
}

a.jp-mute, a.jp-unmute {
    right: 55px
}

.jp-progress-container, .jp-volume-bar-container {
    position: absolute;
    top: 0;
    height: 8px;
    padding: 13px 10px
}

.jp-progress-container {
    left: 34px;
    right: 92px
}

.jp-progress, .jp-volume-bar {
    height: 9px;
    background: #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09);
    -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09);
    box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09)
}

.jp-seek-bar {
    width: 0;
    height: 9px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #e0e0e0
}

.jp-progress, .jp-seek-bar {
    background: rgba(102, 102, 102, .05)
}

.jp-play-bar, .jp-volume-bar-value {
    width: 0;
    height: 9px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #bababa
}

.jp-volume-bar-container {
    right: 2px;
    width: 40px
}

.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    background: rgba(102, 102, 102, .1)
}

.jp-volume-bar-value {
    width: 0
}

.seperator-first, .seperator-second {
    width: 0;
    position: absolute;
    top: 0;
    left: 33px;
    border: 1px solid #fff;
    border-left-color: #ddd;
    border-width: 0 1px
}

.seperator-second {
    left: auto;
    right: 89px
}

.no-volume .jp-progress-container {
    right: 0
}

.no-volume .jp-mute, .no-volume .jp-unmute, .no-volume .jp-volume-bar-container, .no-volume .seperator-second {
    display: none
}

.site-search .widget_product_search form input[type=search], .site-search .widget_product_search form input[type=text] {
    padding-left: 3.706325903em
}

#comments .commentlist .bypostauthor > .comment-body cite:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5407911001em;
    content: "\f0f6"
}

.sticky .entry-title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em;
    content: "\f08d"
}

.added_to_cart.loading, .button.loading, article .loading.more-link, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
    position: relative
}

.added_to_cart.loading:after, .button.loading:after, article .loading.more-link:after, button.loading:after, input[type=button].loading:after, input[type=reset].loading:after, input[type=submit].loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.main-navigtion ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: .5407911001em
}

.site-main nav.navigation .nav-previous a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "ï…·";
    margin-right: .5407911001em
}

.site-main nav.navigation .nav-next a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "ï…¸";
    margin-left: .5407911001em
}

.widget_product_search form:before, .widget_search form:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 1em;
    left: 1em
}

.widget_product_search form input[type=search], .widget_product_search form input[type=text], .widget_search form input[type=search], .widget_search form input[type=text] {
    padding-left: 2.617924em
}

.single-product .pswp__button {
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -999px;
    overflow: hidden
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

a.reset_variations:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.widget_pages ul li:before, .widget_recent_entries ul li:before {
    content: "\f0f6"
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    padding-top: 2px;
    font-weight: 400;
    text-indent: -9999px;
    position: relative
}

a.remove:before {
    content: "\43";
    font-family: techmarket-icons;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #858585;
    line-height: 1.618;
    text-indent: 0;
    text-align: center
}

.blockUI:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

#payment .payment_methods > .wc_payment_method > label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin-right: .5407911001em;
    transition: color, ease, .2s;
    line-height: 24px
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
    content: "\f192"
}

.woocommerce-password-strength:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f119";
    margin-left: .5407911001em
}

.woocommerce-password-strength.strong:after {
    content: "\f118"
}

.woocommerce-password-strength.good:after {
    content: "\f11a"
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

.my_account_orders .button.view:after, .my_account_orders article .view.more-link:after, article .my_account_orders .view.more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: .5407911001em
}

article p.order-again .more-link:after, p.order-again .button:after, p.order-again article .more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .5407911001em
}

.woocommerce-MyAccount-downloads .button:after, .woocommerce-MyAccount-downloads article .more-link:after, article .woocommerce-MyAccount-downloads .more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .5407911001em
}

.demo_store:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em;
    content: "\f05a"
}

.woocommerce-tabs ul.tabs li:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: block;
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    opacity: 0;
    transition: all, ease, .3s
}

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

.single-product div.product .component_selections .clear_component_options:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.cart .mnm_table_item .mnm_table_item_indent:before, .shop_table .mnm_table_item .mnm_table_item_indent:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f148";
    margin-right: .3819820591em;
    opacity: .25
}

.quick-view-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-right: .6180469716em
}

.woocommerce-page .no_shipping_address .gift-form label:after, .woocommerce-page .ship_address .gift-form label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06b";
    margin-left: .5407911001em
}

.woocommerce-page .no_shipping_address .modify-address-button:before, .woocommerce-page .ship_address .modify-address-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right: .5407911001em
}

.woocommerce-page .addresses + .addresses header.title a:before {
    content: "\f067"
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before, .woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
    content: "\f005"
}

a#variations_clear:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.wl-add-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    margin-right: .5407911001em
}

.button.wl-create-new:before, article .wl-create-new.more-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    margin-right: .5407911001em
}

.addresses .woocommerce-Address-title::after, .addresses header.title::after, .woocommerce-Address .woocommerce-Address-title::after, .woocommerce-Address header.title::after {
    display: block;
    content: "";
    clear: both
}

.addresses .woocommerce-Address-title a, .addresses header.title a, .woocommerce-Address .woocommerce-Address-title a, .woocommerce-Address header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: .875em;
    margin-top: .23em;
    margin-left: 6px
}

.addresses .woocommerce-Address-title a:before, .addresses header.title a:before, .woocommerce-Address .woocommerce-Address-title a:before, .woocommerce-Address header.title a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0
}

@media (min-width: 768px) {
    .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.nav-menu > li.menu-item-has-children > a:after, .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 1em
    }

    .main-navigation ul.menu ul li.menu-item-has-children > a:after, .main-navigation ul.menu ul li.page_item_has_children > a:after, .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "ï„…";
        float: right;
        line-height: 1.618
    }

    .demo_store a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f057";
        margin-right: .3342343017em
    }

    .site-header-cart .cart-contents:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 1em;
        float: right;
        content: "\f291";
        line-height: 1.618
    }

    .woocommerce-tabs ul.tabs li:after {
        content: "ï„…"
    }

    #wl-wrapper .wl-tabs > li.active:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "ï„…";
        display: block !important;
        position: absolute;
        top: 50%;
        height: 1em;
        width: 1em;
        margin-top: -.5em
    }
}

.site-main nav.navigation {
    margin: 0 0 1em
}

.site-main nav.navigation::after {
    display: block;
    content: "";
    clear: both
}

.site-main nav.navigation .nav-next a, .site-main nav.navigation .nav-previous a {
    display: inline-block;
    transition: all, ease, .3s;
    padding: .6180469716em 1em;
    border-radius: 3px
}

.site-main nav.navigation .nav-previous {
    float: left;
    width: 50%
}

.site-main nav.navigation .nav-previous a:hover {
    -webkit-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em)
}

.site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.site-main nav.navigation .nav-next a:hover {
    -webkit-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em)
}

.pagination, .woocommerce-pagination {
    padding: 1em 0;
    border-width: 1px 0;
    text-align: center;
    clear: both
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers {
    margin: 0
}

.pagination .page-numbers::after, .woocommerce-pagination .page-numbers::after {
    display: block;
    content: "";
    clear: both
}

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

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    font-size: 1em;
    display: inline-block;
    padding: .667em 1.133em;
    color: #444;
    font-weight: 500;
    line-height: 1.543em
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #0063d1;
    color: #fff;
    padding: .733em 1.4em;
    border-radius: 5px
}

.pagination .page-numbers li .page-numbers.next, .pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev {
    font-size: 0;
    vertical-align: middle
}

.pagination .page-numbers li .page-numbers.next:after, .pagination .page-numbers li .page-numbers.prev:after, .woocommerce-pagination .page-numbers li .page-numbers.next:after, .woocommerce-pagination .page-numbers li .page-numbers.prev:after {
    font-family: techmarket-icons;
    font-size: 31px;
    opacity: .5;
    margin: 0 5px;
    line-height: 1
}

.pagination .page-numbers li .page-numbers.next:after, .woocommerce-pagination .page-numbers li .page-numbers.next:after {
    content: "\74"
}

.pagination .page-numbers li .page-numbers.prev:after, .woocommerce-pagination .page-numbers li .page-numbers.prev:after {
    content: "\75"
}

.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    opacity: .8
}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg)
}

.shop-control-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .938em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .2em;
    margin-bottom: 10px;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .shop-control-bar {
        flex-direction: column
    }

    .shop-control-bar .woocommerce-products-header__title {
        padding: 4px 0 16px 0
    }
}

@media (max-width: 1023px) {
    .shop-control-bar {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        background-color: #fe830a
    }
}

@media (max-width: 767px) {
    .shop-control-bar {
        margin-bottom: 30px
    }
}

.shop-control-bar .handheld-sidebar-toggle {
    display: none
}

.shop-control-bar .handheld-sidebar-toggle button {
    background: 0 0
}

.shop-control-bar .handheld-sidebar-toggle button span {
    padding-left: 10px;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar {
        padding-bottom: 14px
    }
}

.shop-control-bar .woocommerce-products-header__title {
    font-size: 1.5em;
    color: #444;
    margin: 0;
    flex-grow: 1
}

.shop-control-bar .techmarket-advanced-pagination {
    display: flex;
    align-items: center;
    word-spacing: 4px;
    font-weight: 400
}

@media (max-width: 1589px) {
    .shop-control-bar .techmarket-advanced-pagination {
        display: none
    }
}

.shop-control-bar .techmarket-advanced-pagination form {
    margin-right: .733em
}

.shop-control-bar .techmarket-advanced-pagination input.form-control {
    line-height: 1.8em
}

@media (max-width: 767px) {
    .shop-control-bar .techmarket-advanced-pagination input.form-control {
        text-align: center;
        width: 48px
    }
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers {
    font-size: 31px;
    opacity: .5
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers.next {
    margin-left: 8px
}

@media (min-width: 576px) {
    .shop-control-bar .techmarket-advanced-pagination a.page-numbers.next {
        margin-left: 16px
    }
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers.prev {
    margin-right: 16px
}

@media (max-width: 1199px) {
    .shop-control-bar .woocommerce-products-header__title {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .shop-control-bar .woocommerce-products-header__title {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar .form-techmarket-wc-ppp {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar .techmarket-advanced-pagination {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
        justify-content: flex-end;
        display: none
    }
}

.shop-control-bar ul.nav {
    border: 0
}

@media (min-width: 992px) {
    .shop-control-bar ul.nav {
        margin-right: .6em
    }
}

.shop-control-bar ul.nav .nav-item .nav-link {
    color: #bcbcbc;
    border: 0;
    padding: 0 .421em;
    font-size: 1.267em
}

.shop-control-bar ul.nav .nav-item .nav-link.active, .shop-control-bar ul.nav .nav-item .nav-link:hover {
    border: 0;
    color: #444
}

.shop-control-bar form {
    margin: 0
}

@media (min-width: 1200px) {
    .shop-control-bar form + .techmarket-advanced-pagination {
        margin-left: 2.133em
    }

    .shop-control-bar form.form-techmarket-wc-ppp {
        margin-right: .867em
    }
}

.shop-control-bar form input, .shop-control-bar form select {
    font-size: 1em;
    border-radius: 4px;
    font-weight: 400
}

.shop-control-bar form select.orderby {
    line-height: 2.067em
}

.shop-control-bar form input.form-control {
    line-height: 1.8em
}

@media (max-width: 1023px) {
    .shop-control-bar {
        padding: 10px 0
    }

    .shop-control-bar .form-techmarket-wc-ppp, .shop-control-bar .techmarket-advanced-pagination, .shop-control-bar ul.nav {
        display: none
    }

    .shop-control-bar .handheld-sidebar-toggle {
        display: block
    }

    .shop-control-bar .handheld-sidebar-toggle button {
        color: #fff
    }

    .shop-control-bar .woocommerce-products-header__title {
        color: #fff
    }

    .shop-control-bar form select.orderby {
        border: none;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        background: 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 1.6em center;
        background-size: 11px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNpi+P//PwMSNgDiCWhi2PBjIF6CLMbEgAoEgNiAAT8oAGIxII5GVsvEQBoAaewH4stAPBWIN0AtJ8kgAajGQiD+AsRrgPgCEC8g1SAHqMYJSGIJQKwAwiwkGLQBipHBB1g4kRpGOMGoQaMGUdMgbDleAZYhSTHoADTfoGfQBFINCoBmRhUofwI0H00g1iAWJBeBNFUA8T+oVxVICiTk4vLDx4/vP3/5AmT+TyFQ1B4AYgecRe2Lly+Pf/r06RmQeYaI4vYCsgBAgAEAh8+QV9QkJZ0AAAAASUVORK5CYII=)
    }

    .shop-control-bar form select.orderby::after {
        content: "\f0ec";
        font-family: FontAwesome
    }
}

@media (max-width: 1023px) {
    .full-width .shop-control-bar .handheld-sidebar-toggle {
        display: none
    }

    .full-width .shop-control-bar .handheld-sidebar-toggle + .woocommerce-products-header__title {
        text-align: left
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .full-width .shop-control-bar .handheld-sidebar-toggle + .woocommerce-products-header__title {
        padding-left: 20px
    }
}

.shop-control-bar-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .938em;
    font-weight: 400;
    border-top: 1px solid #ebebeb;
    padding-top: 1.467em
}

@media (max-width: 767px) {
    .shop-control-bar-bottom {
        flex-direction: column;
        border-top: none
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .shop-control-bar-bottom {
        flex-flow: row wrap;
        justify-content: space-between
    }
}

.shop-control-bar-bottom form {
    margin: 0;
    color: #444
}

@media (max-width: 767px) {
    .shop-control-bar-bottom form {
        margin-bottom: 1.333em
    }
}

.shop-control-bar-bottom p {
    padding: .327em 1.533em
}

.shop-control-bar-bottom .woocommerce-pagination {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1
}

@media (min-width: 992px) {
    .shop-control-bar form, .shop-control-bar-bottom form {
        margin-right: .6em
    }
}

.shop-control-bar form .techmarket-wc-wppp-select, .shop-control-bar-bottom form .techmarket-wc-wppp-select {
    border: none
}

.shop-control-bar form select, .shop-control-bar-bottom form select {
    color: #444;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    height: auto;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 1.6em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.navbar-primary .nav, .primary-navigation .nav {
    margin-left: 0;
    flex-wrap: wrap;
    display: block
}

.navbar-primary .nav > li, .primary-navigation .nav > li {
    line-height: 1.933em;
    padding: 0 1.6em;
    display: inline-block
}

.navbar-primary .nav > li > a, .primary-navigation .nav > li > a {
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

.navbar-primary .nav > li > a::after, .primary-navigation .nav > li > a::after {
    position: absolute;
    top: -5px;
    right: -16px
}

.navbar-primary .nav > li:first-child, .primary-navigation .nav > li:first-child {
    padding-left: 0
}

.navbar-primary .nav > li:last-child, .primary-navigation .nav > li:last-child {
    padding: 0
}

.navbar-primary .nav .sale-clr a, .primary-navigation .nav .sale-clr a {
    color: #e14546
}

.navbar-primary .nav .dropdown-menu, .primary-navigation .nav .dropdown-menu {
    font-size: .933em;
    border-radius: 0;
    border-top-width: 2px
}

.navbar-primary .nav .dropdown-menu .menu-item > a, .primary-navigation .nav .dropdown-menu .menu-item > a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: .471em 1.229em
}

.navbar-primary .nav .dropdown-menu .show > .dropdown-menu, .primary-navigation .nav .dropdown-menu .show > .dropdown-menu {
    left: 100%;
    top: 0
}

.navbar-primary .nav .techmarket-flex-more-menu-item, .primary-navigation .nav .techmarket-flex-more-menu-item {
    position: relative
}

.navbar-primary .nav .techmarket-flex-more-menu-item .overflow-items, .primary-navigation .nav .techmarket-flex-more-menu-item .overflow-items {
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.navbar-primary .nav .techmarket-flex-more-menu-item li, .primary-navigation .nav .techmarket-flex-more-menu-item li {
    position: relative
}

.navbar-primary .nav .techmarket-flex-more-menu-item .show > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .show > .dropdown-menu {
    left: auto;
    right: 100%
}

.navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
    left: auto;
    width: 700px;
    top: 0;
    right: 100%;
    padding: 0
}

@media (min-width: 1024px) and (max-width: 1110px) {
    .navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
        margin-left: -27.5vw;
        padding: 0 20px
    }
}

.navbar-primary .nav .techmarket-flex-more-menu-item::before, .primary-navigation .nav .techmarket-flex-more-menu-item::before {
    content: " ";
    margin: 0 .5em
}

.navbar-primary .nav .techmarket-flex-more-menu-item > a, .primary-navigation .nav .techmarket-flex-more-menu-item > a {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.navbar-primary .nav .techmarket-flex-more-menu-item > a::after, .primary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin: 0;
    right: auto;
    transform: translate(-50%, -50%);
    padding: 7.5px 10.18px;
    border-radius: 50px;
    display: none
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu, .primary-navigation .nav .menu-item-has-children > .dropdown-menu {
    top: 50px
}

.navbar-primary .nav .menu-item-has-children .menu-item-has-children > a::after, .primary-navigation .nav .menu-item-has-children .menu-item-has-children > a::after {
    font-family: FontAwesome;
    border-top: none;
    content: "ï„…";
    float: right;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto
}

.site-header.header-v5 .navbar-primary .nav > li > a, .site-header.header-v5 .primary-navigation .nav > li > a {
    color: #fff
}

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

.site-header.header-v5 .navbar-primary .nav .techmarket-flex-more-menu-item > a::after, .site-header.header-v5 .primary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    background-color: #000
}

.site-header.header-v10 .navbar-primary .nav > li > a, .site-header.header-v10 .primary-navigation .nav > li > a {
    color: #fff
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .techmarket-sticky-wrap.stuck .navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .techmarket-sticky-wrap.stuck .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
        margin-left: -43vw
    }
}

.secondary-navigation {
    font-size: .933em
}

.secondary-navigation .nav {
    align-items: center;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right
}

@media (max-width: 1399px) {
    .secondary-navigation .nav {
        display: block
    }
}

.secondary-navigation .nav > li + li::before {
    content: '|';
    font-size: 12px;
    color: #cad5d5;
    display: inline-block;
    margin: 0 1.457em
}

.secondary-navigation .nav > li {
    padding-bottom: .715em;
    line-height: 2.081em;
    display: inline-block
}

.secondary-navigation .nav > li i {
    padding-right: .5em
}

.secondary-navigation .nav > li .tm-order-tracking {
    font-size: 1.286em
}

.secondary-navigation .nav > li .tm-dollar {
    font-size: .857em
}

.secondary-navigation .nav > li .tm-login-register {
    font-size: .929em
}

.secondary-navigation .nav > li a {
    color: #444
}

.secondary-navigation .nav > li a:active, .secondary-navigation .nav > li a:focus, .secondary-navigation .nav > li a:hover {
    color: #555
}

.secondary-navigation .nav > li ul a::before {
    display: none
}

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

.secondary-navigation .nav .dropdown-menu {
    width: 140px;
    border-radius: 0;
    border-top-width: 2px
}

.secondary-navigation .nav .dropdown-menu li a {
    width: 100%;
    font-size: .875em;
    display: block;
    padding: .6em .875em;
    line-height: 1
}

.secondary-navigation .nav .dropdown-menu li a:focus, .secondary-navigation .nav .dropdown-menu li a:hover {
    background-color: #f9f9f9
}

.secondary-navigation .nav .techmarket-flex-more-menu-item {
    position: relative
}

.secondary-navigation .nav .techmarket-flex-more-menu-item li {
    position: relative
}

.secondary-navigation .nav .techmarket-flex-more-menu-item::before {
    content: " ";
    margin: 0 .5em
}

.secondary-navigation .nav .techmarket-flex-more-menu-item.show > .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 200px;
    text-align: center
}

.secondary-navigation .nav .techmarket-flex-more-menu-item > a {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.secondary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 86%;
    line-height: 1;
    margin: 0;
    transform: translate(-50%, -50%);
    padding: 7.5px 10.18px;
    border-radius: 50px;
    display: none
}

.user-logged-in .secondary-navigation .not-logged-in {
    display: none
}

.navbar-search {
    margin-bottom: 0
}

.navbar-search input[type=text] {
    background-color: #fff;
    box-shadow: none;
    padding: 1em;
    color: #939393;
    font-size: 1em;
    border: 2px solid #e7e7e7;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-right: none;
    line-height: 1em
}

.navbar-search .btn-secondary {
    color: #fff
}

.navbar-search .input-group-btn:not(:first-child) > .btn-secondary {
    margin-left: 0
}

.navbar-search .input-group-addon {
    color: #444
}

.navbar-search .search-categories {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    border-right: none;
    border-left: none
}

@media (min-width: 1590px) {
    .navbar-search .search-categories {
        padding-right: 4.875em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-search .search-categories {
        padding-right: .9em
    }
}

.navbar-search select {
    max-width: 100%;
    padding: 0 1.2em 0 1.333em;
    font-size: .938em;
    border: none;
    border-left: 1px solid #eee;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    border-radius: 0;
    height: auto;
    color: #444;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 1.6em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.navbar-search select:focus {
    outline: 0
}

.navbar-search .input-group .input-group-btn {
    font-size: 1.066em
}

.navbar-search button {
    font-weight: 500;
    font-size: .938em;
    min-width: 9.067em
}

@media (max-width: 1590px) {
    .navbar-search button {
        min-width: 4em
    }

    .navbar-search button .search-btn {
        display: none
    }
}

@media (min-width: 1590px) {
    .navbar-search button i {
        display: none
    }
}

.navbar-search .twitter-typeahead {
    flex-grow: 1;
    position: static !important;
    background-color: #fff;
    border-radius: 5px 0 0 5px
}

.navbar-search .twitter-typeahead input + input {
    width: 100%
}

.navbar-search .twitter-typeahead .tt-menu {
    width: 100%;
    border: 1px solid #e7e7e7;
    top: 98% !important
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search {
    background: #fff;
    padding: 20px 0
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 8px 10px
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a:hover {
    background-color: #f4f4f4
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a img {
    margin-right: 14px
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a p {
    margin-bottom: 0
}

.departments-menu {
    max-height: 5.067em;
    max-width: 16.25em
}

@media (min-width: 1025px) {
    .departments-menu .dropdown-backdrop {
        z-index: -1;
        display: none
    }
}

.departments-menu button {
    background-color: transparent;
    font-size: 1em;
    color: #444;
    font-weight: 500;
    border: 2px solid #eee;
    border-radius: 3px;
    padding: .938rem 1rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.departments-menu button:hover {
    color: #555
}

.departments-menu button:active, .departments-menu button:focus, .departments-menu button:hover {
    box-shadow: none
}

.departments-menu button i {
    padding-right: .633em;
    line-height: 1.1
}

.departments-menu.show > .dropdown-menu {
    transition: .2s ease-in-out
}

.departments-menu > .dropdown-menu {
    transform: translate(0, 24px) rotate(0) skew(0deg, 0deg) scale(1, 1);
    margin: 0 15px;
    padding: 0;
    border: none;
    right: 0;
    z-index: 1
}

.departments-menu > .dropdown-menu::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 40%;
    border-radius: 4px;
    z-index: -1;
    top: -6px
}

.departments-menu > .dropdown-menu > li {
    padding: 0 1.143em;
    background-color: #fff;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee
}

.departments-menu > .dropdown-menu > li:nth-child(1) {
    border-top: 2px solid #eee;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.departments-menu > .dropdown-menu > li:nth-last-child(1) {
    border-bottom: 2px solid #eee;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.departments-menu > .dropdown-menu > li.highlight > a {
    font-weight: 500
}

.departments-menu > .dropdown-menu > li.color > a {
    color: #e14546
}

.departments-menu > .dropdown-menu > li > a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: .608em .357em;
    font-size: .938em;
    color: #43454b;
    font-weight: 400
}

.departments-menu > .dropdown-menu > li:first-child > a {
    padding: 1.1em .357em .6em
}

.departments-menu > .dropdown-menu > li:last-child > a {
    border-bottom: none
}

.departments-menu > .dropdown-menu .yamm-tfw > .dropdown-menu > li {
    padding: 0
}

.departments-menu > .dropdown-menu .menu-item-has-children .dropdown-toggle:after {
    background: 0 0
}

.departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle=dropdown-hover]::after, .departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle=dropdown]::after {
    font-family: FontAwesome;
    border-top: none;
    content: "ï„…";
    float: right;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    padding: 0;
    margin: 0;
    font-size: .938em;
    border: 2px solid #eee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a {
    font-size: .933em;
    line-height: 1.6em;
    display: block
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a:focus, .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a:hover {
    color: #000
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) {
    width: 277px;
    padding: 0 1.143em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block):first-child {
    margin-top: 1.143em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) > a {
    border-bottom: 0;
    padding: .35em 1.429em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) .dropdown-menu {
    top: -2px;
    left: 99%
}

.departments-menu .dropdown-menu > .menu-item, .departments-menu > .menu-item {
    position: static;
    display: block;
    padding: 0 1.143em
}

.header-v1 .departments-menu > .dropdown-menu::after {
    content: "";
    width: 25px;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 1px;
    z-index: 9;
    left: 48.4%;
    border-radius: 100px;
    transform: translate(-50%, -50%)
}

.header-v1 .departments-menu button {
    color: #fff;
    display: block;
    height: 52px
}

.page-template-template-homepage-v1 .header-v1 .departments-menu button, .page-template-template-homepage-v2 .header-v1 .departments-menu button {
    color: #444;
    border-color: #eee;
    background-color: transparent
}

.page-template-template-homepage-v1 .header-v1 .departments-menu button::after, .page-template-template-homepage-v2 .header-v1 .departments-menu button::after {
    filter: none
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v1 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .departments-menu > .dropdown-menu {
        display: block
    }
}

.header-v10 .departments-menu, .header-v2 .departments-menu, .header-v3 .departments-menu, .header-v4 .departments-menu, .header-v5 .departments-menu, .header-v6 .departments-menu {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
    padding: 0
}

.header-v10 .departments-menu button, .header-v2 .departments-menu button, .header-v3 .departments-menu button, .header-v4 .departments-menu button, .header-v5 .departments-menu button, .header-v6 .departments-menu button {
    padding: 0;
    border: none;
    justify-content: inherit;
    width: 20px;
    margin-left: 20px
}

.header-v10 .departments-menu button.dropdown-toggle::after, .header-v2 .departments-menu button.dropdown-toggle::after, .header-v3 .departments-menu button.dropdown-toggle::after, .header-v4 .departments-menu button.dropdown-toggle::after, .header-v5 .departments-menu button.dropdown-toggle::after, .header-v6 .departments-menu button.dropdown-toggle::after {
    display: none
}

.header-v10 .departments-menu button i, .header-v2 .departments-menu button i, .header-v3 .departments-menu button i, .header-v4 .departments-menu button i, .header-v5 .departments-menu button i, .header-v6 .departments-menu button i {
    padding-right: .8em;
    text-shadow: #909090 0 1px 0
}

.header-v10 .departments-menu span, .header-v2 .departments-menu span, .header-v3 .departments-menu span, .header-v4 .departments-menu span, .header-v5 .departments-menu span, .header-v6 .departments-menu span {
    display: none
}

.header-v10 .departments-menu button::before, .header-v2 .departments-menu button::before, .header-v3 .departments-menu button::before, .header-v4 .departments-menu button::before, .header-v5 .departments-menu button::before, .header-v6 .departments-menu button::before {
    opacity: 0
}

.header-v10 .departments-menu.show button::before, .header-v2 .departments-menu.show button::before, .header-v3 .departments-menu.show button::before, .header-v4 .departments-menu.show button::before, .header-v5 .departments-menu.show button::before, .header-v6 .departments-menu.show button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    top: 34px;
    z-index: -1;
    opacity: 1
}

.header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
        left: 50%;
        transform: translate(-78%)
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
        transform: translate(-78%)
    }
}

.header-v10 .departments-menu > .dropdown-menu, .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 {
    left: -202px;
    right: 0;
    min-width: 270px;
    margin: 0
}

@media (min-width: 700px) and (max-width: 800px) {
    .header-v10 .departments-menu > .dropdown-menu, .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 {
        left: -182px
    }
}

@media (min-width: 1400px) and (max-width: 1900px) {
    .header-v10 .departments-menu > .dropdown-menu, .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 {
        min-width: 270px;
        left: -200px
    }
}

.header-v10 .departments-menu > .dropdown-menu::before, .header-v2 .departments-menu > .dropdown-menu::before, .header-v3 .departments-menu > .dropdown-menu::before, .header-v4 .departments-menu > .dropdown-menu::before, .header-v5 .departments-menu > .dropdown-menu::before, .header-v6 .departments-menu > .dropdown-menu::before {
    right: 5px;
    left: auto;
    display: none
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-v3 .departments-menu, .header-v4 .departments-menu {
        flex: 0 0 5.8333333333%;
        max-width: 5.8333333333%
    }
}

.page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before {
    opacity: 1
}

.page-template-template-homepage-v5 .header-v3 .stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .stuck .departments-menu button::after {
    display: none
}

.page-template-template-homepage-v5 .header-v3 .stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .stuck .departments-menu.show button::after {
    right: 38px
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::before {
        content: '';
        transform: rotate(45deg);
        width: 44px;
        height: 44px;
        border: 2px solid #eee;
        background-color: #f8f8f8;
        position: absolute;
        left: 5px;
        border-radius: 4px;
        top: 34px;
        z-index: -1
    }
}

.page-template-template-homepage-v5 .header-v3 .departments-menu button::after, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .page-template-template-homepage-v5 .header-v3 .departments-menu button::after, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after {
        left: 37%;
        transform: translate(-78%)
    }
}

@media (max-width: 1199px) {
    .header-v4 .departments-menu.show button::before {
        top: 41px;
        border-color: transparent
    }
}

@media (min-width: 992px) {
    .header-v3 .departments-menu button::before, .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before {
        background-color: #f8f8f8
    }
}

@media (min-width: 1200px) {
    .header-v4 .departments-menu button::before, .header-v4 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::before {
        top: 42px;
        border: 2px solid #fff;
        background-color: #fff
    }
}

.header-v3 .departments-menu > .dropdown-menu {
    border: none
}

.header-v3 .departments-menu > .dropdown-menu::before {
    border: none;
    background-color: #f8f8f8;
    border-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu.animated-dropdown > li:first-child {
    border-top-right-radius: 0
}

.header-v3 .departments-menu > .dropdown-menu.animated-dropdown > li:last-child {
    border-bottom-right-radius: 0
}

.header-v3 .departments-menu > .dropdown-menu > li {
    background-color: #f8f8f8
}

.header-v3 .departments-menu > .dropdown-menu > li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu > li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    background-color: #fff;
    top: 0
}

.header-v3 .departments-menu.show button::after {
    background-color: #f8f8f8
}

.header-v4 .departments-menu > .dropdown-menu {
    top: 25px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header-v4 .departments-menu > .dropdown-menu::before {
    border-top-right-radius: 10px;
    border: none
}

.header-v4 .departments-menu > .dropdown-menu > li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.header-v4 .departments-menu > .dropdown-menu > li:nth-child(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none
}

.header-v4 .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    border-top: none
}

.header-v4 .departments-menu button i, .header-v4 .handheld-navigation button i, .header-v5 .departments-menu button i, .header-v5 .handheld-navigation button i {
    text-shadow: #fff 0 1px 0;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-v5 .departments-menu {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .header-v5 .departments-menu button::before, .header-v5 .departments-menu.show button::before {
        top: 35px;
        border: 2px solid transparent
    }
}

.header-v6 .departments-menu button i {
    text-shadow: #030303 0 1px 0
}

.header-v6 .departments-menu > .dropdown-menu {
    left: -14px;
    right: auto
}

.header-v6 .departments-menu > .dropdown-menu::before {
    right: auto;
    left: 5px
}

.header-v4 .departments-menu button::after {
    display: none !important
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::before, .page-template-template-homepage-v1 .header-v4 .departments-menu button::before, .page-template-template-homepage-v2 .header-v3 .departments-menu button::before, .page-template-template-homepage-v2 .header-v4 .departments-menu button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    z-index: -1;
    opacity: 1
}

.page-template-template-homepage-v10 .header-v1 .departments-menu button, .page-template-template-homepage-v11 .header-v1 .departments-menu button, .page-template-template-homepage-v12 .header-v1 .departments-menu button, .page-template-template-homepage-v5 .header-v1 .departments-menu button, .page-template-template-homepage-v6 .header-v1 .departments-menu button, .page-template-template-homepage-v7 .header-v1 .departments-menu button, .page-template-template-homepage-v8 .header-v1 .departments-menu button, .page-template-template-homepage-v9 .header-v1 .departments-menu button {
    background-color: transparent;
    color: #444;
    border-color: #eee
}

.page-template-template-homepage-v1 .header-v5 .departments-menu button::before, .page-template-template-homepage-v1 .header-v6 .departments-menu button::before, .page-template-template-homepage-v2 .header-v5 .departments-menu button::before, .page-template-template-homepage-v2 .header-v6 .departments-menu button::before, .page-template-template-homepage-v5 .header-v4 .departments-menu button::before, .page-template-template-homepage-v5 .header-v5 .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v5 .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .departments-menu button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    z-index: -1;
    opacity: 1
}

.page-template-template-homepage-v1 .header-v5 .departments-menu button::after, .page-template-template-homepage-v1 .header-v6 .departments-menu button::after, .page-template-template-homepage-v2 .header-v5 .departments-menu button::after, .page-template-template-homepage-v2 .header-v6 .departments-menu button::after, .page-template-template-homepage-v5 .header-v4 .departments-menu button::after, .page-template-template-homepage-v5 .header-v5 .departments-menu button::after, .page-template-template-homepage-v5 .header-v6 .departments-menu button::after, .page-template-template-homepage-v6 .header-v3 .departments-menu button::after, .page-template-template-homepage-v6 .header-v5 .departments-menu button::after, .page-template-template-homepage-v6 .header-v6 .departments-menu button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

.page-template-template-homepage-v1 .header-v6 .departments-menu button::before, .page-template-template-homepage-v2 .header-v6 .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .departments-menu button::before {
    background-color: #fff;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::before, .page-template-template-homepage-v2 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before {
    background-color: #f8f8f8;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::after, .page-template-template-homepage-v2 .header-v3 .departments-menu button::after, .page-template-template-homepage-v6 .header-v3 .departments-menu button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

.page-template-template-homepage-v4 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v7 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v8 .header-v3 .departments-menu.show button::before {
    background-color: #f8f8f8;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v10 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v11 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v12 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v3 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v4 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v7 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v8 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v9 .header-v3 .departments-menu.show button::after {
    background-color: #f8f8f8
}

.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden
}

.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 1;
    visibility: visible
}

.site-header-cart {
    font-size: 1em;
    list-style-type: none;
    margin-left: 1.333em
}

.site-header-cart .cart-contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #444
}

.site-header-cart .cart-contents .count {
    font-size: .933em;
    padding: .5em 0;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    line-height: .72;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 50px;
    margin-left: .214em;
    background-color: #e8eff4
}

.site-header-cart .cart-contents i {
    font-size: 1.733em
}

.site-header-cart .cart-contents .amount {
    font-weight: 500;
    line-height: 1.24;
    padding-left: 1.2em
}

.site-header-cart .cart-contents .amount .price-label {
    font-weight: 400;
    display: block;
    font-size: .867em;
    color: #676767
}

.site-header-cart .cart-contents::after {
    display: none
}

.site-header-cart .cart-contents:active, .site-header-cart .cart-contents:focus, .site-header-cart .cart-contents:hover {
    color: #444
}

.site-header .techmarket-sticky-wrap .site-header-cart .widget_shopping_cart_content .product_list_widget {
    overflow-y: scroll;
    max-height: 400px
}

.header-compare i, .header-wishlist i {
    font-size: 1.733em
}

.header-compare a, .header-wishlist a {
    display: flex;
    align-items: flex-start;
    color: #444
}

.header-compare a:active, .header-compare a:focus, .header-compare a:hover, .header-wishlist a:active, .header-wishlist a:focus, .header-wishlist a:hover {
    color: #444
}

.header-compare .value, .header-wishlist .value {
    padding-left: .667em
}

@media (max-width: 1199px) {
    .header-compare .value, .header-wishlist .value {
        display: none
    }
}

@media (min-width: 1590px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 3.333em
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.333em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.2em;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.header-wishlist.nav {
        margin-left: 1.7em
    }
}

.yamm .collapse, .yamm .dropup, .yamm .nav, .yamm ul.navbar-nav > li.dropdown, .yamm > .dropdown {
    position: static
}

.yamm li.menu-item-has-children {
    position: relative
}

.yamm li.menu-item-has-children.yamm-fw, .yamm li.menu-item-has-children.yamm-hw, .yamm li.menu-item-has-children.yamm-tfw {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .no-yamm-content-padding .yamm-content {
    padding: 0
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
    animation-duration: .2s
}

.yamm .dropdown.yamm-fw .dropdown-menu .menu-item {
    list-style: none
}

.yamm .dropdown.yamm-fw .dropdown-menu .menu {
    padding: 0
}

.yamm .yamm-content {
    padding: 1.143em
}

.yamm .yamm-content::after {
    display: block;
    content: "";
    clear: both
}

.yamm .yamm-content .wpb_content_element {
    margin: 0
}

.yamm .yamm-content .bg-yamm-content {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 10%, 0 100%, 10000% 100%);
    clip-path: polygon(0 10%, 0 100%, 10000% 100%)
}

.yamm .yamm-content .bg-yamm-content .kc-col-container {
    display: block
}

.yamm .nav-title, .yamm h1, .yamm h2, .yamm h3, .yamm h4, .yamm h5, .yamm h6 {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em
}

.yamm .nav-divider {
    height: 1px;
    border-top: 1px solid #ddd;
    margin: .5em 0
}

.yamm .nav-subtext, .yamm .nav-text {
    display: block
}

.yamm .nav-subtext {
    font-size: .8em;
    color: #aaa;
    line-height: 1
}

.navbar-primary, .primary-navigation {
    position: static !important
}

.navbar-primary .yamm-fw .dropdown-menu, .primary-navigation .yamm-fw .dropdown-menu {
    width: 100%
}

.navbar-primary .yamm-tfw .dropdown-menu, .primary-navigation .yamm-tfw .dropdown-menu {
    width: 600px
}

.navbar-primary .yamm-hw .dropdown-menu, .primary-navigation .yamm-hw .dropdown-menu {
    width: 450px
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu, .primary-navigation .yamm .yamm-fw > .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0 90px;
    border: none;
    z-index: 99999999;
    background-color: transparent
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    border-top-width: 2px;
    border-style: solid
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before {
    display: none
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .nav-title a, .navbar-primary .yamm .yamm-hw > .dropdown-menu > li .nav-title a, .navbar-primary .yamm .yamm-tfw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-hw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-tfw > .dropdown-menu > li .nav-title a {
    font-weight: 500
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li a, .navbar-primary .yamm .yamm-hw > .dropdown-menu > li a, .navbar-primary .yamm .yamm-tfw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-hw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-tfw > .dropdown-menu > li a {
    line-height: 1
}

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

.departments-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 100%
}

.departments-menu .yamm-fw .dropdown-menu > li {
    width: 900px
}

.departments-menu .yamm-tfw .dropdown-menu > li {
    width: 600px
}

.departments-menu .yamm-hw .dropdown-menu > li {
    width: 450px
}

.departments-menu .yamm-content .widget_nav_menu ul li {
    margin-bottom: 0
}

.departments-menu .menu-item-has-children > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    left: 99%;
    border-top-width: 2px;
    border-top-style: solid;
    width: 0;
    min-width: 0
}

.departments-menu .dropdown-menu .yamm-content ul, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul, .primary-nav .nav-inline .dropdown-menu .yamm-content ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.departments-menu .dropdown-menu .yamm-content ul + ul, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + ul, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + ul {
    margin-top: 1.143em
}

.departments-menu .dropdown-menu .yamm-content ul > li > a, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a, .primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a {
    padding: .35em 1.429em;
    display: block;
    padding-left: 0;
    color: #444;
    text-decoration: none
}

.departments-menu .dropdown-menu .yamm-content ul > li > a:hover, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a:hover, .primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a:hover {
    background-color: transparent;
    color: #000
}

.departments-menu .dropdown-menu .yamm-content .nav-title, .departments-menu .dropdown-menu .yamm-content h1, .departments-menu .dropdown-menu .yamm-content h2, .departments-menu .dropdown-menu .yamm-content h3, .departments-menu .dropdown-menu .yamm-content h4, .departments-menu .dropdown-menu .yamm-content h5, .departments-menu .dropdown-menu .yamm-content h6, .navbar-primary .nav-inline .dropdown-menu .yamm-content .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content h1, .navbar-primary .nav-inline .dropdown-menu .yamm-content h2, .navbar-primary .nav-inline .dropdown-menu .yamm-content h3, .navbar-primary .nav-inline .dropdown-menu .yamm-content h4, .navbar-primary .nav-inline .dropdown-menu .yamm-content h5, .navbar-primary .nav-inline .dropdown-menu .yamm-content h6, .primary-nav .nav-inline .dropdown-menu .yamm-content .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content h1, .primary-nav .nav-inline .dropdown-menu .yamm-content h2, .primary-nav .nav-inline .dropdown-menu .yamm-content h3, .primary-nav .nav-inline .dropdown-menu .yamm-content h4, .primary-nav .nav-inline .dropdown-menu .yamm-content h5, .primary-nav .nav-inline .dropdown-menu .yamm-content h6 {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em;
    margin-bottom: 0
}

.departments-menu .dropdown-menu .yamm-content .menu-item + .nav-title, .departments-menu .dropdown-menu .yamm-content li + .nav-title, .departments-menu .dropdown-menu .yamm-content ul + h1, .departments-menu .dropdown-menu .yamm-content ul + h2, .departments-menu .dropdown-menu .yamm-content ul + h3, .departments-menu .dropdown-menu .yamm-content ul + h4, .departments-menu .dropdown-menu .yamm-content ul + h5, .departments-menu .dropdown-menu .yamm-content ul + h6, .navbar-primary .nav-inline .dropdown-menu .yamm-content .menu-item + .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content li + .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h1, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h2, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h3, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h4, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h5, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h6, .primary-nav .nav-inline .dropdown-menu .yamm-content .menu-item + .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content li + .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h1, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h2, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h3, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h4, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h5, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h6 {
    margin-top: 1.143em
}

.departments-menu .yamm-fw .dropdown-menu > li {
    width: 900px
}

.departments-menu .yamm-tfw .dropdown-menu > li {
    width: 596px
}

.departments-menu .yamm-hw .dropdown-menu > li {
    width: 446px
}

.animate-dropdown .show > .dropdown-menu, .animate-dropdown .show > .dropdown-menu > .dropdown-submenu > .dropdown-menu, .animate-dropdown.show > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .site-header .site-header-cart {
        margin-bottom: 0
    }
}

.site-header .site-header-cart .dropdown-menu-mini-cart {
    min-width: 260px;
    right: 0;
    left: auto;
    top: 130%
}

.deal-progress::after {
    display: block;
    content: "";
    clear: both
}

.deal-progress .deal-stock {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: .867em;
    display: flex;
    justify-content: space-between
}

.deal-progress .deal-stock::after {
    display: block;
    content: "";
    clear: both
}

.deal-progress .deal-stock .stock-sold {
    order: 2
}

.deal-progress .deal-stock strong {
    font-weight: 500;
    font-size: .934em;
    color: #383838
}

.deal-progress .progress {
    border-radius: 1em;
    background-color: #eee;
    height: 1.667em;
    margin-bottom: 1.875em;
    overflow: hidden
}

.deal-progress .progress-bar {
    display: block;
    text-indent: -99999px;
    height: 100%;
    border-radius: 1em
}

.ribbon {
    position: relative;
    margin-bottom: .786em;
    display: flex;
    max-width: 58px;
    height: 26px
}

.ribbon span {
    font-size: 1em;
    padding-left: .571em;
    position: relative;
    line-height: 1.9em
}

.ribbon::after, .ribbon::before {
    content: "";
    position: absolute
}

.ribbon::before {
    width: 100%;
    height: 100%;
    left: 0
}

.ribbon::after {
    top: 0;
    right: -10px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent
}

.select2-container {
    outline: 0
}

.select2-container .select2-choice {
    border: 1px solid #ebebeb;
    padding: 9px;
    color: #444
}

.select2-container .select2-selection--single, .select2-container .selection {
    outline: 0
}

.select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #ebebeb
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0;
    right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    outline: 0
}

.homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 1199px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding: 0
    }
}

.homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev5-slider-with-banners .column-1-slider-block {
        padding-left: 0
    }
}

.homev6-slider-with-banners .column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev6-slider-with-banners .column-1 {
        flex: 0 0 56.6666666667%;
        max-width: 56.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev6-slider-with-banners .column-1 {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (min-width: 1700px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 4px
    }
}

.homev6-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev6-slider-with-banners .column-2 {
        flex: 0 0 43.3333333333%;
        max-width: 43.3333333333%
    }
}

.homev12-slider-with-banners .column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev12-slider-with-banners .column-1 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev12-slider-with-banners .column-1 {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (min-width: 1700px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 4px
    }
}

.homev12-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev12-slider-with-banners .column-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width: 1199px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        padding: 0;
        margin-bottom: 20px
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1900px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 19.1666666667%;
        flex: 0 0 55.8333333333%;
        max-width: 55.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 25%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 20.8333333333%;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .column-2-banners-block {
        padding-left: 5px;
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }
}

@media (max-width: 1199px) {
    .slider-with-banners .banners-block {
        padding: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-with-banners .banners-block {
        margin-left: 25%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .slider-with-banners .banners-block {
        margin-left: 20.8333333333%;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banners-block {
        display: flex
    }
}

article, article.post {
    margin-bottom: 3.125em;
    position: relative
}

@media (min-width: 768px) {
    article, article.post {
        margin-bottom: 5.938em
    }
}

article .media-attachment, article.post .media-attachment {
    margin-bottom: 1.875em
}

article .media-attachment .techmarket-img-placeholder, article.post .media-attachment .techmarket-img-placeholder {
    position: relative
}

article .media-attachment .techmarket-img-placeholder i, article.post .media-attachment .techmarket-img-placeholder i {
    color: #fff;
    font-size: 3.571em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

article .media-attachment iframe, article.post .media-attachment iframe {
    width: 100%
}

article .media-attachment .media-attachment-gallery, article.post .media-attachment .media-attachment-gallery {
    position: relative
}

article .media-attachment .media-attachment-gallery .blog-post-gallery, article.post .media-attachment .media-attachment-gallery .blog-post-gallery {
    margin-left: auto;
    margin-right: auto
}

article .media-attachment .media-attachment-gallery .blog-post-gallery figure img, article.post .media-attachment .media-attachment-gallery .blog-post-gallery figure img {
    margin-bottom: 0
}

article .media-attachment .media-attachment-gallery ul.slick-dots, article.post .media-attachment .media-attachment-gallery ul.slick-dots {
    position: relative;
    z-index: 3;
    top: 0;
    transition: all .2s ease-out 0s;
    opacity: 0;
    text-align: left;
    margin-left: 1.563em
}

article .media-attachment .media-attachment-gallery .blog-post-gallery:hover ul.slick-dots, article.post .media-attachment .media-attachment-gallery .blog-post-gallery:hover ul.slick-dots {
    position: relative;
    z-index: 3;
    top: -45px;
    transition: all .2s ease-out 0s;
    opacity: 1
}

article .entry-header, article.post .entry-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.25em
}

article .entry-header h1.entry-title, article.post .entry-header h1.entry-title {
    font-size: 1.563em;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: .32em;
    padding-bottom: .32em
}

article .entry-header h1.entry-title a, article.post .entry-header h1.entry-title a {
    color: #444;
    text-decoration: none
}

article .entry-header h1.entry-title a:focus, article .entry-header h1.entry-title a:hover, article.post .entry-header h1.entry-title a:focus, article.post .entry-header h1.entry-title a:hover {
    color: #000
}

article .entry-header .entry-meta, article.post .entry-header .entry-meta {
    padding-bottom: .875em
}

article .entry-header .entry-meta div, article .entry-header .entry-meta span, article.post .entry-header .entry-meta div, article.post .entry-header .entry-meta span {
    font-size: .875em;
    line-height: 1.231em;
    padding-right: .5em;
    color: #8a8a8a;
    margin-bottom: 0
}

article .entry-header .entry-meta div:after, article .entry-header .entry-meta span:after, article.post .entry-header .entry-meta div:after, article.post .entry-header .entry-meta span:after {
    color: #9f9f9f;
    content: "\25CF";
    padding-left: 6px;
    position: relative;
    vertical-align: middle
}

article .entry-header .entry-meta div:last-child:after, article .entry-header .entry-meta span:last-child:after, article.post .entry-header .entry-meta div:last-child:after, article.post .entry-header .entry-meta span:last-child:after {
    display: none
}

article .entry-header .entry-meta .meta-label, article .entry-header .entry-meta .tags-links, article.post .entry-header .entry-meta .meta-label, article.post .entry-header .entry-meta .tags-links {
    display: none
}

article .entry-header .entry-meta .byline a, article .entry-header .entry-meta .posted-on a, article.post .entry-header .entry-meta .byline a, article.post .entry-header .entry-meta .posted-on a {
    text-decoration: none;
    font-weight: 400
}

article .entry-header .entry-meta a, article.post .entry-header .entry-meta a {
    color: #8a8a8a;
    font-weight: 400
}

article .entry-content, article.post .entry-content {
    color: #747474
}

article .entry-content p, article.post .entry-content p {
    font-size: 1em;
    font-weight: 400
}

article .entry-content .page-links, article.post .entry-content .page-links {
    color: #262626;
    font-weight: 500
}

article .entry-content .page-links .page-links-label, article.post .entry-content .page-links .page-links-label {
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0
}

article .entry-content .page-links a, article.post .entry-content .page-links a {
    color: #7e7e7e;
    font-weight: 400
}

article .entry-content .page-links a:focus, article .entry-content .page-links a:hover, article.post .entry-content .page-links a:focus, article.post .entry-content .page-links a:hover {
    color: #262626
}

article .entry-content .page-links > a, article .entry-content .page-links > span, article.post .entry-content .page-links > a, article.post .entry-content .page-links > span {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: .357em .714em;
    line-height: 1em
}

article .entry-content .page-links > span, article.post .entry-content .page-links > span {
    background-color: #fed700
}

article .entry-content dl, article .entry-content ol, article .entry-content ul, article.post .entry-content dl, article.post .entry-content ol, article.post .entry-content ul {
    margin-bottom: 2.143em
}

article .entry-content iframe, article.post .entry-content iframe {
    width: 100%;
    border: none
}

article .post-readmore, article.post .post-readmore {
    position: relative;
    display: inline-block;
    margin-right: 1.143em
}

article .post-readmore .btn-primary, article.post .post-readmore .btn-primary {
    border: 2px solid;
    background-color: #fff;
    padding: .786em 3em;
    font-weight: 400;
    font-size: .875em
}

article .post-readmore .btn-primary:hover, article.post .post-readmore .btn-primary:hover {
    color: #fff
}

article .comments-link a, article .likes a, article.post .comments-link a, article.post .likes a {
    position: relative;
    color: #878787;
    font-size: .875em;
    line-height: 1.5em
}

article .comments-link a:after, article .comments-link a:before, article .likes a:after, article .likes a:before, article.post .comments-link a:after, article.post .comments-link a:before, article.post .likes a:after, article.post .likes a:before {
    color: #999;
    font-family: FontAwesome
}

article .comments-link a:focus, article .comments-link a:hover, article .likes a:focus, article .likes a:hover, article.post .comments-link a:focus, article.post .comments-link a:hover, article.post .likes a:focus, article.post .likes a:hover {
    color: #000;
    text-decoration: none
}

article .comments-link a:focus:after, article .comments-link a:focus:before, article .comments-link a:hover:after, article .comments-link a:hover:before, article .likes a:focus:after, article .likes a:focus:before, article .likes a:hover:after, article .likes a:hover:before, article.post .comments-link a:focus:after, article.post .comments-link a:focus:before, article.post .comments-link a:hover:after, article.post .comments-link a:hover:before, article.post .likes a:focus:after, article.post .likes a:focus:before, article.post .likes a:hover:after, article.post .likes a:hover:before {
    color: #000
}

@media (max-width: 374px) {
    article .comments-link, article.post .comments-link {
        display: block;
        padding-top: 5px
    }
}

article .comments-link a:before, article.post .comments-link a:before {
    content: "\f0e5";
    margin-right: .429em
}

article .likes a:before, article.post .likes a:before {
    content: "\f087"
}

article.format-quote, article.post.format-quote {
    background-color: #333e48;
    padding: 2.5em 3.125em
}

@media (min-width: 768px) {
    article.format-quote, article.post.format-quote {
        padding: 5.625em 6.25em
    }
}

article.format-quote .entry-content blockquote, article.post.format-quote .entry-content blockquote {
    letter-spacing: -.025em;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0
}

article.format-quote .entry-content blockquote:before, article.post.format-quote .entry-content blockquote:before {
    display: none
}

article.format-quote .entry-content blockquote p, article.post.format-quote .entry-content blockquote p {
    font-size: 1.313em;
    font-style: italic;
    line-height: 1.429em;
    margin-bottom: 1.667em
}

article.format-quote .entry-content blockquote ol:last-child, article.format-quote .entry-content blockquote p:last-child, article.format-quote .entry-content blockquote ul:last-child, article.post.format-quote .entry-content blockquote ol:last-child, article.post.format-quote .entry-content blockquote p:last-child, article.post.format-quote .entry-content blockquote ul:last-child {
    margin-bottom: 0
}

article.format-quote .entry-content blockquote cite, article.post.format-quote .entry-content blockquote cite {
    display: block;
    font-style: normal;
    font-size: .875em
}

article.format-quote .entry-content blockquote cite:before, article.post.format-quote .entry-content blockquote cite:before {
    content: '-';
    padding-right: 4px
}

article.format-status .entry-content p.highlight, article.post.format-status .entry-content p.highlight {
    font-size: 1em;
    color: #444
}

article.format-status .entry-content p, article.post.format-status .entry-content p {
    font-size: 1;
    margin-bottom: 1.545em
}

article.format-status .posted-on a, article.post.format-status .posted-on a {
    color: #0275d8;
    font-size: .875em
}

article.format-link, article.post.format-link {
    background: #f5f5f5;
    padding: 2.5em 3.125em;
    letter-spacing: .025em
}

@media (min-width: 768px) {
    article.format-link, article.post.format-link {
        padding: 4.688em 6.25em
    }
}

article.format-link .entry-content p, article.post.format-link .entry-content p {
    font-size: 1.563em;
    margin-bottom: .8em;
    color: #434343;
    line-height: 1.2em
}

article.format-link .entry-content p:last-child, article.post.format-link .entry-content p:last-child {
    margin-bottom: 0
}

article.format-link .entry-content p a, article.post.format-link .entry-content p a {
    font-size: .56em;
    line-height: 2.143em
}

article.format-aside .entry-content p, article.post.format-aside .entry-content p {
    font-size: 1.286em;
    margin-bottom: 1.889em
}

article.category-more-tag a[target=_blank], article.post.category-more-tag a[target=_blank] {
    color: #000
}

.sticky h1.entry-title {
    font-size: 1.786em;
    letter-spacing: -.025em;
    font-weight: 400;
    margin-bottom: .36em;
    padding-bottom: .36em
}

.sticky h1.entry-title a {
    color: #434343;
    text-decoration: none
}

.sticky h1.entry-title a:focus, .sticky h1.entry-title a:hover {
    color: #000
}

.jumbotron {
    border: 2px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 3.125em;
    position: relative;
    overflow: hidden
}

.jumbotron .jumbotron-img {
    position: absolute;
    bottom: 0;
    right: 0
}

.jumbotron .jumbotron-img img {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0
}

.jumbotron .jumbotron-caption {
    position: relative;
    padding: 63px 33% 60px 49px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption {
        padding: 25px 29% 15px 25px
    }
}

@media (max-width: 1589px) and (min-width: 1025px) {
    .jumbotron .jumbotron-caption {
        padding: 40px 33% 30px 40px
    }
}

.jumbotron .jumbotron-caption h3 {
    font-size: 2.25em;
    color: #444;
    margin: 0 0 1em;
    text-transform: capitalize
}

@media (max-width: 1589px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: 1em
    }
}

@media (max-width: 1699px) and (min-width: 1590px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: 1.3em
    }
}

@media (max-width: 767px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: .875em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle {
    font-size: 1em;
    color: #555353;
    line-height: 1.5em;
    padding-left: .25em;
    font-weight: 300;
    margin-bottom: 0
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        line-height: 1.2
    }
}

@media (max-width: 1699px) and (min-width: 1590px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        font-size: .98em
    }
}

@media (max-width: 1589px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        font-size: .813em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle a {
    color: #242424;
    text-transform: uppercase;
    font-size: .813em;
    font-weight: 400;
    padding-top: 2.538em;
    display: block
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle a {
        padding-top: .476em
    }
}

@media (max-width: 1589px) and (min-width: 1025px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle a {
        padding-top: 2em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle a i {
    font-size: 2.385em;
    margin-left: .452em
}

#scrollUp {
    border-radius: 50%;
    bottom: 1.25rem;
    color: #fff;
    font-size: 2.25rem;
    height: 2.625rem;
    opacity: .5;
    text-align: center;
    width: 2.625rem;
    line-height: 100%;
    right: .556em;
    transition: .3s
}

#scrollUp:active, #scrollUp:focus, #scrollUp:hover {
    opacity: 1;
    transform: translateY(-3px)
}

@media (max-width: 991px) {
    #scrollUp {
        bottom: 2.25rem
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.sticky-wrapper .techmarket-sticky-wrap.stuck {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .66)
}

.sticky-wrapper .techmarket-sticky-wrap.stuck.faster {
    animation-duration: .25s
}

@media (min-width: 768px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .secondary-navigation .nav > li {
        padding-bottom: 0
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .site-branding {
        margin-bottom: 0
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .yamm .yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .yamm .yamm-fw > .dropdown-menu {
        padding: 0
    }

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

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

@media (min-width: 768px) and (max-width: 1199px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .secondary-navigation {
        margin-bottom: 0
    }
}

.sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
    padding: 20px 15px
}

@media (min-width: 1025px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 20px 0 15px
    }
}

@media (min-width: 2000px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .yamm .yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .yamm .yamm-fw > .dropdown-menu {
        padding-left: 17%;
        padding-right: 17%
    }
}

.sticky-wrapper .techmarket-sticky-wrap.stuck .handheld-navigation > .handheld-navigation-menu {
    height: 100vh
}

.admin-bar .handheld-navigation > .handheld-navigation-menu {
    padding-top: 32px
}

@media (max-width: 991px) {
    .admin-bar .handheld-navigation > .handheld-navigation-menu {
        padding-top: 46px
    }
}

@media (min-width: 992px) {
    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-top: 32px
    }

    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 50px
    }

    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 100px
    }
}

@media (min-width: 992px) {
    .admin-bar .header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .admin-bar .header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 46px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .admin-bar .handheld-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-top: 46px
    }
}

.handheld-navigation > .handheld-navigation-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: left .2s;
    z-index: 900000;
    display: block !important;
    border-right: 1px solid rgba(255, 255, 255, .2);
    text-align: left
}

.handheld-navigation > .handheld-navigation-menu > .nav {
    flex-direction: column
}

.handheld-navigation > .handheld-navigation-menu > .nav > li > a {
    font-weight: 100
}

.handheld-navigation > .handheld-navigation-menu a {
    color: #333e48
}

.handheld-navigation .dropdown-backdrop {
    display: none
}

.handheld-navigation.toggled > .handheld-navigation-menu {
    left: 0
}

.handheld-navigation .tmhm-close {
    display: block;
    background-color: #f1f1f1;
    cursor: pointer;
    color: #333e48;
    overflow: hidden;
    font-weight: 500;
    padding: .857em 1.387em;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.handheld-navigation .tmhm-close:before {
    font-family: techmarket-icons;
    font-weight: 400;
    content: "\43";
    margin-right: 1em;
    display: inline-block
}

.handheld-navigation .yamm .dropdown.yamm-fw .dropdown-menu {
    position: relative
}

.handheld-navigation .nav-title, .handheld-navigation .widget-title, .handheld-navigation .widgettitle {
    font-weight: 500;
    margin-bottom: 0
}

.handheld-navigation .nav-divider {
    display: none
}

.handheld-navigation .yamm-content {
    padding: dir-values(0 0 1em 0)
}

.handheld-navigation .yamm-content .vc_row {
    margin: 0
}

.handheld-navigation .yamm-content ul li {
    margin-bottom: 0
}

.handheld-navigation .yamm-content ul li a {
    padding: .4em 1.387em
}

.handheld-navigation .yamm-content ul .widget-title a, .handheld-navigation .yamm-content ul .widgettitle a, .handheld-navigation .yamm-content ul.menu .nav-title a, .handheld-navigation .yamm-content ul:not(.menu) .nav-title {
    padding: .857em 1em .4em 1em;
    color: #333e48
}

.handheld-navigation .yamm-content ul:not(.menu) {
    padding-left: 1.387em
}

.handheld-navigation .yamm-content ul:not(.menu) .nav-title {
    font-size: 15px
}

.handheld-navigation .yamm-content ul:not(.menu) .nav-title a {
    padding: 0;
    color: #333e48
}

.handheld-navigation .yamm-content img {
    padding-bottom: 20px;
    border-radius: 0;
    padding-top: 10px
}

.handheld-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.handheld-navigation ul li.menu-item-has-children.open.show::after, .handheld-navigation ul li.menu-item-has-children.open > a::after, .handheld-navigation ul li.menu-item-has-children.show::after, .handheld-navigation ul li.menu-item-has-children > a::after {
    color: #555;
    float: right;
    border: none
}

.handheld-navigation ul li.menu-item-has-children > a::after {
    content: "+"
}

.handheld-navigation ul li.menu-item-has-children.show > a::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #555;
    margin-top: 12px;
    margin-right: -8px
}

.handheld-navigation ul li.menu-item-has-children.open .dropdown-backdrop {
    display: none
}

.handheld-navigation ul li.menu-item-has-children a::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: none;
    font-weight: 400;
    font-size: 15px
}

.handheld-navigation ul li a {
    padding: .857em 1.387em;
    display: inline-block;
    width: 100%;
    color: #333e48
}

.handheld-navigation ul li a i {
    margin-right: 10px
}

.handheld-navigation ul li.sale-clr a {
    color: #fe6f6f
}

.handheld-navigation ul li > ul {
    border-radius: 0
}

.handheld-navigation ul li > ul::after, .handheld-navigation ul li > ul::before {
    top: 36px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(72, 72, 72, 0);
    border-bottom-color: #ebebeb;
    border-width: 7px;
    margin-left: -7px
}

.handheld-navigation ul li ul li a {
    color: #c7c7c7
}

.handheld-navigation ul .bg-yamm-content {
    display: none
}

.handheld-navigation ul .dropdown-menu {
    position: static;
    background-color: #ebebeb;
    width: 100%;
    transition: all .3s ease;
    border: none
}

.handheld-navigation ul .dropdown-menu li a {
    padding-left: 2.188em;
    color: #5e6267;
    font-size: .938em
}

.handheld-navigation ul .dropdown-menu .yamm-content li a {
    padding-left: 1.387em;
    font-size: 15px
}

.handheld-navigation ul .dropdown-menu .dropdown-menu {
    background-color: #f2f2f2
}

.handheld-navigation ul .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #f2f2f2
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #f5f5f5
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #f5f5f5
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #fafafa
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #fafafa
}

.handheld-navigation ul > li.open > a ul ul {
    background-color: #ebebeb
}

.admin-bar .handheld-navigation > .dropdown-menu {
    padding-top: 46px
}

.active-hh-menu .site-content {
    position: relative
}

.active-hh-menu .site-content::before {
    content: "";
    background: #000;
    width: 100%;
    height: 10000px;
    position: absolute;
    top: -160px;
    opacity: .7;
    z-index: 1111;
    display: block
}

.widget {
    margin: 0 0 3.706325903em
}

.widget select {
    width: 100%
}

.widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.widget ul {
    margin-left: 0;
    list-style: none
}

.widget ul ul {
    margin-left: 1.618em
}

.widget-area .widget {
    font-weight: 300
}

.widget-area .widget a.button, .widget-area .widget article a.more-link, article .widget-area .widget a.more-link {
    font-weight: 500;
    color: #fff
}

.widget-area .widget a.button:hover, .widget-area .widget article a.more-link:hover, article .widget-area .widget a.more-link:hover {
    color: #fff
}

.header-widget-region::after {
    display: block;
    content: "";
    clear: both
}

.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: .875em
}

.widget_product_search form, .widget_search form {
    position: relative
}

.widget_product_search form:before, .widget_search form:before {
    color: rgba(0, 0, 0, .3)
}

.widget_product_search form input[type=search], .widget_product_search form input[type=text], .widget_search form input[type=search], .widget_search form input[type=text] {
    width: 100%
}

.widget_product_search form input[type=search]::-moz-placeholder, .widget_product_search form input[type=search]::-webkit-input-placeholder, .widget_product_search form input[type=text]::-moz-placeholder, .widget_product_search form input[type=text]::-webkit-input-placeholder, .widget_search form input[type=search]::-moz-placeholder, .widget_search form input[type=search]::-webkit-input-placeholder, .widget_search form input[type=text]::-moz-placeholder, .widget_search form input[type=text]::-webkit-input-placeholder {
    font-weight: 300
}

.widget_product_search form input[type=submit], .widget_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0
}

.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
    margin: 0
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    list-style: none;
    margin-bottom: .6180469716em
}

.widget_archive ul li:before, .widget_categories ul li:before, .widget_links ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before {
    font-family: FontAwesome;
    margin-right: .5407911001em;
    display: inline-block;
    opacity: .35
}

.footer-widgets #wp-calendar td, .footer-widgets #wp-calendar th, .widget-area #wp-calendar td, .widget-area #wp-calendar th {
    padding: .236em;
    text-align: center
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: .6180469716em
}

.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block
}

.widget-area .widget {
    font-size: .875em
}

.widget-area .widget h1.widget-title {
    font-size: 1.41575em
}

.widget.widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

.widget.widget_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.widget.widget_meta ul li a {
    color: #626060;
    font-weight: 400;
    padding: .3em 0;
    margin-bottom: 0;
    display: inline-block
}

.widget_layered_nav ul li > a, .widget_layered_nav ul li > span, .widget_product_categories ul li > a, .widget_product_categories ul li > span {
    color: #444;
    padding: .571em 0 .643em 0;
    display: inline-block
}

.widget_layered_nav ul li > a:focus, .widget_layered_nav ul li > a:hover, .widget_layered_nav ul li > span:focus, .widget_layered_nav ul li > span:hover, .widget_product_categories ul li > a:focus, .widget_product_categories ul li > a:hover, .widget_product_categories ul li > span:focus, .widget_product_categories ul li > span:hover {
    color: #444;
    text-decoration: none
}

.widget_layered_nav ul li .count, .widget_product_categories ul li .count {
    font-size: .857em;
    color: #acacac
}

#secondary .widget_product_categories ul {
    list-style: none
}

#secondary .widget_product_categories .product-categories, #secondary .widget_product_categories .widget-title + ul {
    padding: 0 !important;
    border: 2px solid #ececec;
    border-radius: 6px
}

#secondary .widget_product_categories ul li {
    border-top: 1px solid #ddd
}

#secondary .widget_product_categories ul li:first-child {
    border: none
}

#secondary .widget_product_categories ul li .child-indicator {
    padding-right: .429em
}

#secondary .widget_product_categories ul li .child-indicator i {
    font-size: .857em;
    color: #aeaeae;
    width: .571em
}

#secondary .widget_product_categories ul li .child-indicator.open i {
    transform: rotate(180deg)
}

#secondary .widget_product_categories ul li .children {
    padding: 0
}

#secondary .widget_product_categories ul li .children .child-indicator {
    padding-left: 2.214em
}

#secondary .widget_product_categories ul li .children .no-child {
    padding-left: 3.067em
}

#secondary .widget_product_categories ul li .child-indicator {
    padding-left: 1.214em
}

#secondary .widget_product_categories ul li .no-child {
    padding-left: 2.143em
}

#secondary .widget_product_categories .product_cat > span {
    padding: 1em 2em;
    border-bottom: 1px solid #ececec;
    display: block;
    cursor: pointer
}

#secondary .widget_product_categories .product_cat > ul {
    padding: .929em
}

#secondary .widget_product_categories .category-single .show-all-cat > li, #secondary .widget_product_categories .category-single > li {
    border: none
}

#secondary .widget_product_categories .category-single .show-all-cat {
    padding: 0
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
    padding: 1em 2em;
    border-bottom: 1px solid #ececec;
    display: block;
    cursor: pointer
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator {
    padding-left: .643em
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator i {
    font-size: 1.2em;
    color: #333e48;
    font-weight: 700;
    vertical-align: middle
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
    padding: .929em
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li:first-child {
    border: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child {
    padding: .929em
}

#secondary .widget_product_categories .category-single > li > ul:last-child > li > a .child-indicator {
    display: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child > li > a .no-child {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .child-indicator {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .no-child {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > a {
    font-weight: 500
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .child-indicator {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .no-child {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > a {
    padding-left: 1.071em;
    padding-bottom: .643em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li .child-indicator {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li .no-child {
    padding-left: 2.143em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li:first-child > a {
    padding-top: 1em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li {
    padding: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children {
    transition: opacity .1s ease;
    padding-bottom: .571em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li:first-child {
    border-top: 1px solid #ddd
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li {
    border: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li a {
    padding-left: 3.214em;
    line-height: 1.1em;
    padding-bottom: .893em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .child-indicator, #secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .no-child {
    padding-left: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children {
    padding: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item {
    border-bottom: 1px solid #ececec
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item:last-child {
    border: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item a {
    padding-bottom: .733em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat span {
    font-size: 17px;
    font-weight: 400;
    padding: 1.067em 0 1.067em 1em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat ul {
    border-bottom: 1px solid #ececec;
    padding-bottom: .643em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li .show-all-cat-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li .show-all-cat-dropdown span.child-indicator {
    padding: 0 .75em 0 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul {
    margin: 0;
    padding: .357em .929em .643em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat {
    padding: 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a {
    margin-bottom: 0;
    padding: .8em 0 .733em .267em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator {
    padding: 0 .561em 0 0;
    vertical-align: top
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator i {
    color: #444
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator.open i {
    transform: rotate(180deg)
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item span.count {
    font-size: .929em;
    color: #a4a4a4;
    padding: 0 .231em 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children {
    padding-top: 0;
    padding-bottom: 1.357em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li {
    border: 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li a {
    padding-bottom: .4em
}

#secondary .widget_product_categories ul.product-categories li.product_cat span {
    font-size: 1.071em;
    font-weight: 400;
    padding: 1.067em 0 1.067em 1em
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-widgets::after {
    display: block;
    content: "";
    clear: both
}

.footer-widgets .widget .widget-title, .footer-widgets .widget .widgettitle {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.533em;
    letter-spacing: -.025em;
    margin-bottom: 1.267em
}

.footer-widgets .widget div > ul li, .footer-widgets .widget > ul li {
    margin: 0;
    line-height: 2.267em
}

.footer-widgets .columns:last-child {
    border-left: 1px solid #bebebe
}

.footer-widgets .columns:last-child .widget {
    margin-left: 1.869em
}

@media (min-width: 768px) {
    .footer-widgets .columns {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

.footer-widgets .widget_rss {
    font-weight: 300
}

.footer-widgets .widget_rss li .rssSummary {
    font-size: 14px;
    line-height: 22px
}

.footer-widgets-block .widget ul li, .footer-widgets-block .widget_nav_menu ul li {
    padding: 0
}

.footer-widgets-block .widget ul li::before, .footer-widgets-block .widget_nav_menu ul li::before {
    display: none
}

.footer-widgets-block .widget ul li ul, .footer-widgets-block .widget_nav_menu ul li ul {
    margin-left: 0
}

.footer-widgets-block .widget_archive ul li, .footer-widgets-block .widget_categories ul li, .footer-widgets-block .widget_links ul li, .footer-widgets-block .widget_meta ul li, .footer-widgets-block .widget_nav_menu ul li, .footer-widgets-block .widget_pages ul li, .footer-widgets-block .widget_recent_comments ul li, .footer-widgets-block .widget_recent_entries ul li {
    color: #555353;
    margin-bottom: 0
}

.footer-widgets-block .widget_archive ul li a, .footer-widgets-block .widget_categories ul li a, .footer-widgets-block .widget_links ul li a, .footer-widgets-block .widget_meta ul li a, .footer-widgets-block .widget_nav_menu ul li a, .footer-widgets-block .widget_pages ul li a, .footer-widgets-block .widget_recent_comments ul li a, .footer-widgets-block .widget_recent_entries ul li a {
    color: #626060;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block
}

.footer-widgets-block .widget_archive ul li a:hover, .footer-widgets-block .widget_categories ul li a:hover, .footer-widgets-block .widget_links ul li a:hover, .footer-widgets-block .widget_meta ul li a:hover, .footer-widgets-block .widget_nav_menu ul li a:hover, .footer-widgets-block .widget_pages ul li a:hover, .footer-widgets-block .widget_recent_comments ul li a:hover, .footer-widgets-block .widget_recent_entries ul li a:hover {
    color: #484747
}

.footer-widgets-block .widget_categories li, .footer-widgets-block .widget_layered_nav li {
    border-bottom: 1px solid #ececec
}

.footer-widgets-block .widget_categories li > a, .footer-widgets-block .widget_layered_nav li > a {
    position: relative;
    margin-left: 2.7em
}

.footer-widgets-block .widget_categories li > a:before, .footer-widgets-block .widget_layered_nav li > a:before {
    font-size: .6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: techmarket-icons !important;
    content: "\6e"
}

.footer-widgets-block .widget_categories li:last-child, .footer-widgets-block .widget_layered_nav li:last-child {
    border-bottom: none
}

.footer-widgets-block .widget_categories li > a {
    margin-left: 1.35em
}

.footer-widgets-block .widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

.footer-widgets-block .widget_tag_cloud .tagcloud a:focus, .footer-widgets-block .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.footer-newsletter .newsletter-title {
    font-size: 1.4em;
    line-height: 1.095em;
    letter-spacing: -.01em;
    margin: 0 0 .2em 0
}

.footer-newsletter .newsletter-marketing-text {
    font-size: 1em;
    color: #626262;
    line-height: 1.533em;
    display: block;
    letter-spacing: -.01em
}

.footer-newsletter .newsletter-body, .footer-newsletter .newsletter-header {
    float: left
}

.footer-newsletter .newsletter-header {
    margin-right: 3.667em
}

.footer-newsletter .footer-newsletter-icon {
    font-size: 2.667em;
    color: #1f1f1f;
    margin-right: .55em
}

.footer-newsletter .footer-newsletter-icon + .media-body {
    flex: 1 1 auto
}

.footer-newsletter .newsletter-body form {
    margin-bottom: 0
}

.footer-newsletter input[type=text] {
    background-color: #fff;
    box-shadow: none;
    padding: 1.067em;
    color: #939393;
    font-size: 1em;
    border: 2px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1em;
    width: 27.533em
}

.footer-newsletter article input[type=text] + .more-link, .footer-newsletter input[type=text] + .button, .footer-newsletter input[type=text] + button, .footer-newsletter input[type=text] + input[type=button], .footer-newsletter input[type=text] + input[type=submit], article .footer-newsletter input[type=text] + .more-link {
    margin-left: -.333em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.footer-newsletter .newsletter-form .button, .footer-newsletter .newsletter-form article .more-link, article .footer-newsletter .newsletter-form .more-link {
    padding-right: 41px;
    padding-left: 2.733em
}

.footer-secure-by-info .footer-secured-by-icons {
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    list-style: none
}

.footer-secure-by-info .footer-secured-by-icons .nav-item + .nav-item {
    margin-left: 1.8em
}

.footer-secure-by-info .footer-secured-by-icons .secure-icons-image {
    max-height: 46px;
    width: 86px
}

.footer-social-icons .social-icons.nav {
    margin-left: 0
}

.footer-social-icons .social-icons.nav .nav-item + .nav-item {
    margin-left: 1.867em
}

.footer-social-icons .sm-icon-label-link {
    font-size: 1em;
    color: #626262;
    line-height: 1.533em;
    padding: 0
}

.footer-social-icons .sm-icon-label-link i {
    margin-right: .389em;
    font-size: 1.2em;
    line-height: 1em;
    float: left;
    color: #000;
    margin-top: .111em
}

.footer-contact .footer-logo {
    margin-bottom: 3.2em
}

.footer-contact .footer-logo a {
    display: block;
    margin: 0
}

.footer-contact .footer-logo svg {
    width: 176px;
    height: 28px
}

.footer-contact .footer-logo img {
    max-width: 200px
}

.footer-contact .footer-contact-info .icon i {
    margin-right: .476em;
    color: #444
}

.footer-contact .footer-contact-info .icon .tm {
    font-size: 2.8em
}

.footer-contact .footer-contact-info .call-us-title {
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: -.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: .333em
}

.footer-contact .footer-contact-info .call-us-text {
    display: block;
    color: #1f1f1f;
    font-size: 1.467em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -.015em;
    margin-bottom: 1.067em
}

.footer-contact .footer-contact-info .footer-contact-address {
    line-height: 1.4em;
    letter-spacing: -.015em;
    margin-bottom: 1.333em
}

.footer-contact .footer-contact-info .footer-address-map-link {
    display: block;
    color: #626262
}

.footer-contact .footer-contact-info .footer-address-map-link .tm {
    font-size: 1.133em;
    float: left;
    margin-right: .4em;
    margin-top: .133em
}

.footer-payment-info .icon i {
    margin-right: .476em;
    color: #444
}

.footer-payment-info .icon .tm {
    font-size: 2.667em
}

.footer-payment-info .footer-payment-info-title {
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: -.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: .333em;
    font-size: 1em
}

.footer-payment-info .footer-payment-icons {
    margin-bottom: 2.333em
}

.footer-payment-info .list-payment-icons {
    margin-left: 0
}

.footer-payment-info .list-payment-icons .nav-item + .nav-item {
    margin-left: 1.533em
}

.footer-payment-info .list-payment-icons .payment-icon-image {
    max-height: 2em;
    width: auto
}

.footer-payment-info .footer-secure-by-info .footer-secured-by-title {
    font-size: 1em;
    line-height: 1.2em;
    color: #626262;
    letter-spacing: -.015em;
    margin: 0 0 1em 0;
    font-weight: 400
}

.widget_techmarket_features_widget .features-list .features {
    display: block;
    padding: 2.857em 1.929em
}

@media (max-width: 1025px) and (min-width: 600px) {
    .widget_techmarket_features_widget .features-list .features {
        display: flex;
        flex-direction: column
    }
}

.widget_techmarket_features_widget .features-list .features .feature {
    margin: 0;
    padding: 0 0 2.143em;
    border-bottom: 1px solid #ddd
}

.widget_techmarket_features_widget .features-list .features .feature + .feature {
    border-left: none;
    padding-top: 2.143em
}

.widget_techmarket_features_widget .features-list .features .feature:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget_techmarket_features_widget .features-list .features .feature .feature-text strong {
    display: block
}

.widget_techmarket_features_widget .features-list .features .feature .media {
    justify-content: initial
}

.widget_techmarket_features_widget .features-list .features .feature .media .feature-icon {
    font-size: 3.2em;
    margin-right: .778em !important
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .widget_techmarket_features_widget .features-list .features .feature .media .feature-icon {
        margin-right: 1rem !important
    }
}

.widget_techmarket_features_widget .features-list .features .feature .media .media-body {
    font-size: 1.071em;
    line-height: 1.4em;
    font-weight: 300
}

.widget_techmarket_features_widget .features-list .features .feature .media .media-body strong {
    font-weight: 500
}

.techmarket_posts_carousel_widget .post-item .post-thumbnail {
    padding-bottom: 1em;
    display: block
}

.techmarket_posts_carousel_widget .post-item .post-thumbnail img {
    width: 100%
}

.techmarket_posts_carousel_widget .post-item .post-content {
    letter-spacing: -.01em
}

.techmarket_posts_carousel_widget .post-item .post-content a {
    text-decoration: none
}

.techmarket_posts_carousel_widget .post-item .post-content .post-category, .techmarket_posts_carousel_widget .post-item .post-content .post-date {
    font-size: .857em;
    font-weight: 400;
    color: #959595;
    line-height: 1.75em
}

.techmarket_posts_carousel_widget .post-item .post-content .post-category a, .techmarket_posts_carousel_widget .post-item .post-content .post-date a {
    color: #959595
}

.techmarket_posts_carousel_widget .post-item .post-content .post-name {
    display: block;
    font-size: 1.071em;
    font-weight: 500;
    color: #3d3d3d;
    padding-bottom: .4em
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link {
    display: block;
    margin-bottom: 0
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link a {
    font-size: .857em;
    font-weight: 400;
    color: #878787;
    line-height: 1.5em;
    position: relative
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link a:before {
    font-family: FontAwesome;
    content: "\f0e5";
    font-size: 14px;
    margin-right: 5px
}

.widget_techmarket_products_carousel_widget .products .product {
    margin: 0
}

.widget_techmarket_products_carousel_widget .products .product .product-inner {
    border: 0
}

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

.widget_techmarket_products_carousel_widget .products .product .woocommerce-LoopProduct-link {
    text-decoration: none
}

.widget_techmarket_products_carousel_widget .products .product .price {
    padding-top: .3em;
    font-size: 1.333em;
    line-height: 1.5em;
    letter-spacing: -.01em
}

.widget_techmarket_products_carousel_widget .products .product .price del {
    color: #b8b8b8;
    font-size: .875em
}

.widget_techmarket_products_carousel_widget .products .product h2.woocommerce-loop-product__title, .widget_techmarket_products_carousel_widget .products .product h3 {
    font-size: 1.143em;
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    letter-spacing: -.01em
}

.widget_techmarket_products_carousel_widget .products .product .add_to_wishlist, .widget_techmarket_products_carousel_widget .products .product .hover-area, .widget_techmarket_products_carousel_widget .products .product .onsale {
    display: none
}

.widget_techmarket_products_carousel_widget .products .product:hover {
    border: none
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget {
    padding: 1.224em .408em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media img {
    margin-right: 1.25em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .price {
    font-size: 1.225em;
    margin-bottom: .333em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .price del {
    font-size: .9em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media h3 {
    font-size: 1.143em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .star-rating, .widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .techmarket-product-rating {
    display: none
}

.widget_techmarket_products_carousel_widget .slick-slide > div + div {
    border-top: 1px solid #ebebeb
}

.widget_techmarket_products_carousel_widget .product > div + div {
    border: none
}

.widget_techmarket_products_carousel_widget .slick-slide > div:first-child .landscape-product-widget:first-child {
    padding-top: 0
}

.widget_techmarket_banner_widget .banner {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden
}

.widget_techmarket_banner_widget .banner .banner-bg {
    justify-content: flex-start
}

.widget_techmarket_banner_widget .banner .banner-bg .caption {
    padding-left: 1.46em;
    color: #282828
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 {
    font-size: 1.5em;
    line-height: 1.238em;
    font-weight: 300;
    letter-spacing: -.025em;
    margin: 0 0 1em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 strong {
    font-weight: 500
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 span {
    display: block;
    font-size: .714em;
    line-height: 1.4em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h4 {
    font-size: 1.072em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption .price {
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -.035em;
    padding-bottom: .7em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption .banner-action.button, .widget_techmarket_banner_widget .banner .banner-bg .caption article .banner-action.more-link, article .widget_techmarket_banner_widget .banner .banner-bg .caption .banner-action.more-link {
    font-size: .786em;
    line-height: 1em;
    padding: .46em 1.95em;
    font-weight: 500
}

.widget_techmarket_banner_widget .banner a:not(.button):not(article.more-link):not(article.post.more-link) {
    text-decoration: none
}

.widget_techmarket_banner_widget.widget {
    margin-bottom: 1.786em !important
}

.widget_techmarket_banner_widget.widget:last-child {
    margin-bottom: 0
}

.widget_techmarket_poster_widget .poster-bg {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center
}

.widget_techmarket_poster_widget .poster-bg .caption {
    padding: 3.714em 0 2.071em;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column
}

.widget_techmarket_poster_widget .poster-bg .caption h3 {
    font-size: 1.5em;
    line-height: 1.286em;
    font-weight: 300;
    letter-spacing: -.025em;
    margin: 0 0 .762em
}

.widget_techmarket_poster_widget .poster-bg .caption h3 strong {
    font-weight: 500
}

.widget_techmarket_poster_widget .poster-bg .caption .price {
    font-size: 2.571em;
    line-height: .83em;
    display: flex;
    flex-direction: column;
    font-weight: 300
}

.widget_techmarket_poster_widget .poster-bg .caption .price span {
    font-size: .389em
}

.widget_techmarket_poster_widget .poster-bg .caption .button, .widget_techmarket_poster_widget .poster-bg .caption article .more-link, article .widget_techmarket_poster_widget .poster-bg .caption .more-link {
    font-size: .929em;
    border: 2px solid;
    color: #fff;
    border-radius: 2.286em;
    line-height: 1em;
    padding: .769em 2.154em;
    margin-bottom: 2.462em
}

.widget_techmarket_poster_widget .poster-bg .caption .button:hover, .widget_techmarket_poster_widget .poster-bg .caption article .more-link:hover, article .widget_techmarket_poster_widget .poster-bg .caption .more-link:hover {
    background: 0 0
}

.widget_techmarket_poster_widget .poster-bg .caption .condition {
    display: block;
    font-size: .929em;
    line-height: 1.231em
}

.sidebar-blog.widget-area .widget {
    margin: 0 0 5.5em
}

.sidebar-blog .widget_search label {
    display: block
}

#secondary.sidebar-blog .widget .section-title, #secondary.sidebar-blog .widget .widget-title {
    font-size: 1.357em;
    font-weight: 400;
    margin-bottom: 1.842em;
    padding-bottom: 1.053em;
    position: relative;
    line-height: 1em
}

#secondary.sidebar-blog .widget .section-title:after, #secondary.sidebar-blog .widget .widget-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px
}

#secondary.sidebar-blog .widget .section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.842em;
    border-bottom: 1px solid #ebebeb
}

#secondary.sidebar-blog .widget .section-header .section-title {
    margin-bottom: 0
}

#secondary.sidebar-blog .widget .section-header .section-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px
}

#secondary.sidebar-blog .widget_archive ul li, #secondary.sidebar-blog .widget_categories ul li, #secondary.sidebar-blog .widget_links ul li, #secondary.sidebar-blog .widget_meta ul li, #secondary.sidebar-blog .widget_nav_menu ul li, #secondary.sidebar-blog .widget_pages ul li, #secondary.sidebar-blog .widget_recent_comments ul li, #secondary.sidebar-blog .widget_recent_entries ul li {
    color: #555353;
    margin-bottom: 0
}

#secondary.sidebar-blog .widget_archive ul li a, #secondary.sidebar-blog .widget_categories ul li a, #secondary.sidebar-blog .widget_links ul li a, #secondary.sidebar-blog .widget_meta ul li a, #secondary.sidebar-blog .widget_nav_menu ul li a, #secondary.sidebar-blog .widget_pages ul li a, #secondary.sidebar-blog .widget_recent_comments ul li a, #secondary.sidebar-blog .widget_recent_entries ul li a {
    color: #626060;
    font-weight: 400;
    padding: .3em 0;
    margin-bottom: 0;
    display: inline-block
}

#secondary.sidebar-blog .widget_archive ul li a:hover, #secondary.sidebar-blog .widget_categories ul li a:hover, #secondary.sidebar-blog .widget_links ul li a:hover, #secondary.sidebar-blog .widget_meta ul li a:hover, #secondary.sidebar-blog .widget_nav_menu ul li a:hover, #secondary.sidebar-blog .widget_pages ul li a:hover, #secondary.sidebar-blog .widget_recent_comments ul li a:hover, #secondary.sidebar-blog .widget_recent_entries ul li a:hover {
    color: #484747
}

#secondary.sidebar-blog .widget_categories li, #secondary.sidebar-blog .widget_layered_nav li {
    border-bottom: 1px solid #ececec
}

#secondary.sidebar-blog .widget_categories li > a, #secondary.sidebar-blog .widget_layered_nav li > a {
    position: relative;
    margin-left: 2.7em;
    padding: .5em 0 !important
}

#secondary.sidebar-blog .widget_categories li > a:before, #secondary.sidebar-blog .widget_layered_nav li > a:before {
    font-size: .6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: techmarket-icons !important;
    content: "\6e"
}

#secondary.sidebar-blog .widget_categories li:last-child, #secondary.sidebar-blog .widget_layered_nav li:last-child {
    border-bottom: none
}

#secondary.sidebar-blog .widget_categories li > a {
    margin-left: 1.35em
}

#secondary.sidebar-blog .widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

#secondary.sidebar-blog .widget_tag_cloud .tagcloud a:focus, #secondary.sidebar-blog .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.error404 .fourohfour-categories > h2, .error404 section > h2 {
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    padding-bottom: .542em
}

.error404 .site-content .widget_product_search {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, .025)
}

.error404 .site-content .widget_product_search form {
    margin: 0
}

.error404.left-sidebar .content-area, .error404.right-sidebar .content-area {
    width: 100%
}

.error404 .fourohfour-columns-2 {
    padding: 2.617924em 0;
    border: 1px solid rgba(0, 0, 0, .05);
    border-width: 1px 0;
    margin-bottom: 2.617924em;
    display: flex
}

.error404 .fourohfour-columns-2::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 1024px) {
    .error404 .fourohfour-columns-2 {
        display: block
    }
}

.error404 .fourohfour-columns-2 .widget, .error404 .fourohfour-columns-2 ul.products, .error404 .fourohfour-columns-2 ul.products li.product {
    margin-bottom: 0
}

.error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%
}

.error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
    padding: 1.618em;
    background-color: rgba(0, 0, 0, .025)
}

.error404 .fourohfour-columns-2 .fourohfour-products {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: .938em;
    padding-right: .938em
}

@media (max-width: 1024px) {
    .error404 .fourohfour-columns-2 .fourohfour-products {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.error404 .fourohfour-columns-2 .fourohfour-categories {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: .938em;
    padding-right: .938em
}

@media (max-width: 1024px) {
    .error404 .fourohfour-columns-2 .fourohfour-categories {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.error404 .fourohfour-columns-2 .widget_product_categories .product-categories, .error404 .fourohfour-columns-2 .widget_product_categories .widget-title + ul {
    border: 2px solid #ececec;
    border-radius: 6px
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li {
    border-top: 1px solid #ddd
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li a {
    font-size: .938em
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li:first-child {
    border: none
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .child-indicator i {
    font-size: .857em;
    color: #aeaeae;
    width: .571em;
    margin-right: .511em
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .child-indicator.open i {
    transform: rotate(180deg)
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .children .child-indicator {
    padding-left: 2.214em
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .children .no-child {
    padding-left: 1.533em
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .child-indicator {
    padding-left: 1.214em
}

.error404 .fourohfour-columns-2 .widget_product_categories ul li .no-child {
    padding-left: 2.143em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 1.188em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        padding-top: 1em
    }
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .pre-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .pre-title {
    font-size: .875em;
    font-weight: 300;
    margin-bottom: 1.857em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
    font-size: 2.125em;
    line-height: 1.235em;
    margin: 0 0 .8em
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
        font-size: 1.8em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
        font-size: 1.4em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav {
        margin-bottom: .875em
    }

    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav a, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav a {
        width: 30px;
        height: 30px;
        position: relative
    }

    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav a i, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px
    }
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .readmore-link, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .readmore-link {
    font-size: .938em
}

.page-template-template-homepage-v1 .fullwidth-notice, .page-template-template-homepage-v4 .fullwidth-notice {
    margin-bottom: 4.063em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header {
    display: block;
    border-bottom: none
}

.page-template-template-homepage-v5 #secondary .widget, .page-template-template-homepage-v6 #secondary .widget {
    margin-bottom: 2.857em
}

.page-template-template-homepage-v5 #secondary .widget:last-child, .page-template-template-homepage-v6 #secondary .widget:last-child {
    margin-bottom: 0
}

.page-template-template-homepage-v5 #secondary .widget .section-header, .page-template-template-homepage-v6 #secondary .widget .section-header {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2.286em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1
}

.page-template-template-homepage-v5 #secondary .widget .section-title, .page-template-template-homepage-v5 #secondary .widget .widget-title, .page-template-template-homepage-v6 #secondary .widget .section-title, .page-template-template-homepage-v6 #secondary .widget .widget-title {
    font-size: 1.429em;
    line-height: 1.8em;
    color: #090909;
    font-weight: 400
}

.page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3
}

@media (min-width: 576px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        margin-left: 0;
        left: auto;
        border: 2px solid #ebebeb;
        border-radius: 4px;
        margin-bottom: 3em
    }
}

.page-template-template-homepage-v5 .deal-countdown, .page-template-template-homepage-v6 .deal-countdown {
    display: flex;
    text-align: center;
    justify-content: space-around
}

.page-template-template-homepage-v5 .deal-countdown > span, .page-template-template-homepage-v6 .deal-countdown > span {
    flex-wrap: wrap;
    display: flex;
    color: #383838;
    align-items: center;
    justify-content: center
}

.page-template-template-homepage-v5 .deal-countdown > span .text, .page-template-template-homepage-v6 .deal-countdown > span .text {
    font-size: .625em;
    text-transform: uppercase;
    line-height: 1.8em
}

.page-template-template-homepage-v5 .deal-countdown > span .value, .page-template-template-homepage-v6 .deal-countdown > span .value {
    font-weight: 500;
    border-radius: 100px
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg, .page-template-template-homepage-v6 .section-products-carousel-with-bg {
    width: auto;
    margin-left: inherit;
    left: auto;
    position: relative
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg::before, .page-template-template-homepage-v6 .section-products-carousel-with-bg::before {
    width: 1000px;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -68%;
    display: block;
    background-color: #eff5f5
}

@media (min-width: 2000px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg::before, .page-template-template-homepage-v6 .section-products-carousel-with-bg::before {
        display: none
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
    overflow: hidden
}

@media (min-width: 2000px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
        width: 100%
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .section-title, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-title {
    font-size: 1.75em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .section-header, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .section-header {
    margin-bottom: 2.563em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab .products .landscape-product.product a::before, .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product.slick-active::after, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab .products .landscape-product.product a::before, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product.slick-active::after {
    display: none
}

.page-template-template-homepage-v5 .fullwidth-notice, .page-template-template-homepage-v6 .fullwidth-notice {
    margin-bottom: 3.1em;
    width: auto;
    margin-left: inherit;
    left: auto;
    border-radius: 5px
}

.deals-carousel-v3 .deal-countdown, .page-template-template-homepage-v5 .deal-countdown, .page-template-template-homepage-v6 .deal-countdown {
    display: flex;
    text-align: center;
    justify-content: space-around
}

.deals-carousel-v3 .deal-countdown > span, .page-template-template-homepage-v5 .deal-countdown > span, .page-template-template-homepage-v6 .deal-countdown > span {
    flex-wrap: wrap;
    display: flex;
    color: #383838;
    align-items: center;
    justify-content: center
}

.deals-carousel-v3 .deal-countdown > span .text, .page-template-template-homepage-v5 .deal-countdown > span .text, .page-template-template-homepage-v6 .deal-countdown > span .text {
    font-size: .625em;
    text-transform: uppercase;
    line-height: 1.8em
}

.deals-carousel-v3 .deal-countdown > span .value, .page-template-template-homepage-v5 .deal-countdown > span .value, .page-template-template-homepage-v6 .deal-countdown > span .value {
    font-weight: 500;
    border-radius: 100px
}

.page-template-template-homepage-v7 .fullwidth-notice, .page-template-template-homepage-v8 .fullwidth-notice {
    margin-bottom: 2.95em
}

.page-template-template-homepage-v7 .full-width-banner, .page-template-template-homepage-v8 .full-width-banner {
    margin-bottom: 2.5em
}

.page-template-template-homepage-v7 .section-landscape-products-carousel, .page-template-template-homepage-v8 .section-landscape-products-carousel {
    margin-bottom: 3.188em
}

.faq-page-title, .terms-conditions h2 {
    padding-bottom: .25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em
}

.woocommerce-product-gallery__trigger {
    display: none
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__wrapper {
    display: flex;
    flex-direction: column
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__image img {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    margin: 0;
    padding: .571em
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__image.flex-active-slide img {
    border-color: #8f8f8f
}

.techmarket-wc-product-gallery ul.flex-direction-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-around
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a {
    font-size: 0
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a:before {
    font-family: techmarket-icons;
    font-size: 20px;
    opacity: .5
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a.flex-prev:before {
    content: "\64"
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a.flex-next:before {
    content: "\68"
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .techmarket-product-gallery ol.flex-control-nav, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .woocommerce-product-gallery ol.flex-control-nav {
    list-style-type: none;
    margin: 0;
    margin-left: 1px
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .techmarket-product-gallery ol.flex-control-nav li:nth-child(4) ~ li, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .woocommerce-product-gallery ol.flex-control-nav li:nth-child(4) ~ li {
    display: none
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery ol.flex-control-nav li img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery ol.flex-control-nav li img {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    margin: 0;
    padding: .571em
}

@media (max-width: 767px) {
    .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery ol.flex-control-nav li img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery ol.flex-control-nav li img {
        max-width: 97px;
        margin: auto
    }
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .techmarket-product-gallery ol.flex-control-nav li img.flex-active, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    border-color: #8f8f8f
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .techmarket-product-gallery ol.flex-control-nav li.slick-current img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .woocommerce-product-gallery ol.flex-control-nav li.slick-current img {
    border-color: #8f8f8f
}

.page-template-template-homepage-v10 .fullwidth-notice {
    margin-bottom: 0
}

.page-template-template-homepage-v10 .section-products-carousel-tabs .products .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub
}

.section-products-carousel-tabs.tab-wrap .section-header {
    flex-direction: column;
    align-items: center
}

.section-products-carousel-tabs.tab-wrap .section-title {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 23px
}

@media (max-width: 991px) {
    .section-products-carousel-tabs.tab-wrap .section-title {
        text-align: center;
        line-height: 1.4
    }
}

.section-products-carousel-tabs.tab-wrap .section-title span {
    font-weight: 200
}

.deals-carousel-v3 {
    background-color: #e8e8e8;
    height: 564px;
    overflow: hidden
}

@media (max-width: 991px) {
    .deals-carousel-v3 {
        height: auto
    }
}

@media (min-width: 2000px) {
    .deals-carousel-v3 {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.deals-carousel-v3 .deal-countdown {
    min-width: 230px;
    margin-bottom: 2.6em;
    margin-top: 1em;
    justify-content: center
}

.deals-carousel-v3 .deal-countdown > span b {
    margin-left: .7em;
    font-size: .857em;
    text-transform: uppercase;
    font-weight: 300
}

.deals-carousel-v3 .deal-countdown > span .value {
    font-size: 1.429em;
    background-color: #fff;
    color: #383838;
    width: 53px;
    height: 53px;
    line-height: 2.556em
}

.deals-carousel-v3 .deal-countdown > span + span {
    margin-left: 1.125em
}

.deals-carousel-v3 .deal-countdown .days {
    display: none
}

.deals-carousel-v3 .marketing-text {
    font-weight: 500;
    font-size: 32px;
    font-style: italic
}

.deals-carousel-v3 .container-fluid {
    padding: 0 70px
}

.deals-carousel-v3 .products-carousel .products > .slick-list {
    height: auto
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products-carousel .products > .slick-list {
        height: 790px
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products-carousel .products > .slick-list {
        height: auto
    }
}

@media (max-width: 991px) {
    .deals-carousel-v3 .media-body {
        padding-top: 1.071em
    }
}

.deals-carousel-v3 .products {
    height: 564px
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products {
        height: auto
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .products {
        margin-right: -8px;
        margin-left: -8px
    }
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery {
    border: none;
    padding: 0;
    background-color: transparent
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media {
        align-items: baseline
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .media-body {
        padding-top: 2.857em
    }
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .media-body {
        padding-top: 1.071em
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-bottom: 1.071em
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 66px;
        max-width: 66px
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery {
        padding-top: 1.071em
    }
}

@media (min-width: 1200px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav {
        padding-top: .786em
    }
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li img {
    border: 1px solid #cfcfcf
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    border-color: #8f8f8f
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li.slick-current img {
    border-color: #8f8f8f
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    background-color: #f8f8f8;
    margin-bottom: 42px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 2000px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
    border-bottom: none;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
        align-items: flex-start;
        margin-bottom: 0
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-title {
    margin: 0 0 .6em
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .custom-slick-nav {
    margin-bottom: 0
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .custom-slick-nav a {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 img {
        max-width: 150px
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product-category {
    background-color: #fff
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product-category a {
    padding: 10px
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product {
    margin: 10px;
    padding: 0
}

@media (max-width: 767px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product {
        margin: 2px
    }
}

.deal-time-diff {
    display: none
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel:not(.categorie_carousel_2) .product-categories .products {
        margin: 0
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 72.6666666667%;
    max-width: 72.6666666667%
}

@media (min-width: 576px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-left: 2.188em !important
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
    margin: 0
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
        margin: 2px
    }
}

@media (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-products-carousel-tabs-wrap {
        overflow: hidden
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header {
    padding-top: .8em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-item {
        margin-left: 0
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link {
    font-size: 1.25em;
    line-height: 2.75em;
    margin-left: 0
}

@media (min-width: 480px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link {
        font-size: 1em
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
    font-size: 1.5em;
    line-height: 2.292em
}

@media (min-width: 480px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
        font-size: 1.12em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
        line-height: 2.75em
    }
}

@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active:after {
        left: 50%;
        position: relative;
        transform: translate(-50%);
        width: 52px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link:after {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .slick-slide > div {
        display: flex
    }
}

@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 3.125em
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .slick-dots {
    padding-bottom: 3.4em
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .products .slick-list {
    padding-bottom: .438em
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8::before {
    display: none
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8 .products {
    overflow: hidden
}

.section-landscape-full-product-cards-carousel {
    background-color: #f6f6f6;
    left: 50%;
    margin-bottom: 4.25em;
    margin-left: -50vw;
    padding-top: 3.875em;
    position: relative;
    width: 100vw
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel {
        height: 540px !important
    }
}

.section-landscape-full-product-cards-carousel .section-header {
    padding-top: 30px
}

.section-landscape-full-product-cards-carousel .section-title {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    margin-bottom: 1em
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .section-title {
        line-height: 1.417em
    }
}

.section-landscape-full-product-cards-carousel .section-title strong {
    font-weight: 500
}

.section-landscape-full-product-cards-carousel .section-title:before {
    border-top: 2px solid transparent;
    content: " ";
    display: block;
    width: 38px;
    padding-bottom: .292em
}

.section-landscape-full-product-cards-carousel .products .product .woocommerce-loop-product__title {
    margin-bottom: 14px
}

.section-landscape-full-product-cards-carousel .products .product .ribbon {
    margin-bottom: 1.05em
}

.section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

@media (min-width: 576px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        padding: .6em;
        margin: 0 3px
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .ribbon, .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .techmarket-product-rating {
        display: none
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card img {
        max-width: 100px
    }
}

.section-landscape-full-product-cards-carousel .slick-dots {
    padding: .625em 0 .938em 0
}

.product-carousel-with-banners {
    background: #f9f9f9;
    padding: 3.438em 0 0;
    margin-bottom: 5.125em
}

.product-carousel-with-banners::after {
    display: block;
    content: "";
    clear: both
}

.page-template-template-homepage-v1 .side-banners .banner {
    border: 2px solid #ebebeb;
    border-radius: 4px
}

.page-template-template-homepage-v1 .side-banners .banner.small-banner .title {
    font-size: 1.375em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories {
    padding-bottom: 1.25em
}

.page-template-template-homepage-v1 .banners {
    margin-bottom: 3.5em
}

.page-template-template-homepage-v2 .section-categories-carousel.section-top-categories {
    padding-bottom: 0;
    margin-bottom: 1.125em
}

.page-template-template-homepage-v2 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 1.75em;
    display: block;
    border-bottom: none
}

.page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs {
    margin-bottom: 1.25em
}

@media (min-width: 768px) {
    .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-header {
        margin-bottom: .375em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-header {
        font-size: 15px
    }
}

.page-template-template-homepage-v2 .brands-carousel {
    margin-bottom: 4.5em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .slider-block {
        margin-left: 23%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .banners-block {
        margin-left: 23%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .banner-bg {
        max-height: 180px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .caption h3 {
        font-size: 1.25em
    }
}

.section-categories-carousel.section-top-categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

.section-categories-carousel.section-top-categories .section-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

.section-categories-carousel.section-top-categories .product-categories-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel .products {
        margin: 0
    }
}

.section-categories-carousel.section-top-categories .section-title {
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.2em;
    color: #090909;
    letter-spacing: -.01em;
    margin: 0 0 1.1em 0
}

.section-categories-carousel.section-top-categories .readmore-link {
    font-weight: 500;
    font-size: .875em;
    color: #090909;
    letter-spacing: -.01em;
    display: block
}

.section-categories-carousel.section-top-categories .custom-slick-nav {
    margin-bottom: 1.875em
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .custom-slick-nav {
        justify-content: center
    }
}

.section-categories-carousel.section-top-categories .custom-slick-nav a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    line-height: 2.313em;
    border: 1px solid #c4c4c4;
    color: #c4c4c4
}

.section-categories-carousel.section-top-categories .custom-slick-nav a + a {
    margin-left: .875em
}

.section-categories-carousel.section-top-categories .custom-slick-nav a:hover {
    color: #515151;
    border-color: #515151
}

.section-categories-carousel.section-top-categories .custom-slick-nav a:first-child {
    padding-right: 0
}

.fullwidth-notice {
    margin-bottom: 3.75em
}

.fullwidth-notice::after {
    display: block;
    content: "";
    clear: both
}

.fullwidth-notice .message {
    padding: 0;
    margin: 0;
    color: #e6edf5;
    font-weight: 300;
    font-size: 1.625em;
    line-height: 1.88em;
    letter-spacing: -.01em;
    text-align: center
}

@media (max-width: 1199px) {
    .fullwidth-notice .message {
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 10px 70px
    }
}

@media (max-width: 400px) {
    .fullwidth-notice .message {
        padding: 10px 20px
    }
}

.section-6-1-6-products-tabs {
    margin-bottom: 5.313em
}

.section-6-1-6-products-tabs .section-header {
    text-align: center;
    margin-bottom: .125em
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .section-header {
        margin-bottom: 1.125em
    }
}

.section-6-1-6-products-tabs .section-title {
    font-size: 1.875em;
    line-height: 1.9em;
    color: #090909;
    letter-spacing: -.025em;
    font-weight: 500;
    margin: 0
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .section-title {
        line-height: 1.2em
    }
}

.section-6-1-6-products-tabs .section-title span {
    color: #606060;
    font-weight: 300
}

.section-6-1-6-products-tabs ul.nav {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 2.063em
}

.section-6-1-6-products-tabs ul.nav .nav-link {
    padding: 0 .8em;
    font-size: 1.125em;
    line-height: 2.111em;
    letter-spacing: -.01em;
    color: #737373
}

.section-6-1-6-products-tabs ul.nav .nav-link.active {
    color: #090909;
    font-weight: 500;
    font-size: 1.313em;
    line-height: 1.714em
}

.section-6-1-6-products-tabs ul.nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid transparent
}

.section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 37.2006666667%;
        max-width: 37.2006666667%
    }
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .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) {
        box-shadow: none
    }
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .products {
        margin: 0
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .products .product {
        justify-content: flex-start
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .products .product .woocommerce-loop-product__title {
        height: 42px
    }
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .products:not(.slick-initialized) .product .product-inner {
        box-shadow: inset 0 0 0 1px #ddd;
        border-radius: 0;
        min-height: 280px;
        margin-bottom: 2px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .columns-3 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 31.6666666667%;
        max-width: 31.6666666667%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .columns-3 .products:not(.slick-slider) .product {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 + .products-6 {
        order: 3
    }
}

.section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
    margin: 0 .625em
}

@media (max-width: 520px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        padding: 0
    }
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        margin: 0 15px 20px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 23.932%;
        max-width: 23.932%
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        order: 2
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-products-carousel-with-bg {
    background-color: #eff5f5;
    padding: 3.5em 0 0 0;
    margin-bottom: 5.063em
}

.section-products-carousel-with-bg::after {
    display: block;
    content: "";
    clear: both
}

.section-products-carousel-with-bg .section-title {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1em;
    letter-spacing: -.01em;
    color: #090909;
    padding-top: .333em
}

@media (max-width: 740px) {
    .section-products-carousel-with-bg .section-title {
        text-align: center;
        margin-bottom: 50px
    }
}

.section-products-carousel-with-bg .section-title span {
    font-weight: 300
}

.section-products-carousel-with-bg .section-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .section-header {
        flex: 0 0 12.7586206667%;
        max-width: 12.7586206667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-bg .section-header {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.section-products-carousel-with-bg .section-header img {
    position: absolute;
    bottom: -8px;
    left: -70px;
    max-width: 275px
}

@media (max-width: 740px) {
    .section-products-carousel-with-bg .section-header img {
        display: none
    }
}

.section-products-carousel-with-bg .products-carousel-with-bg {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 87.2413791667%;
        max-width: 87.2413791667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-products-carousel-with-bg .slick-slide.product {
    margin-left: .643em;
    margin-right: .643em;
    padding: 0;
    border-radius: 5px
}

.section-products-carousel-with-bg .slick-slide.product .product-inner {
    border: none
}

@media (max-width: 767px) {
    .section-products-carousel-with-bg .slick-slide.product {
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 5px !important
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product, .section-product-cards-carousel-tabs {
    background-color: #f8f8f8;
    padding: 2.875em 0 5.063em 0;
    margin-bottom: 4.25em
}

.section-3-2-3-product-cards-tabs-with-featured-product::after, .section-product-cards-carousel-tabs::after {
    display: block;
    content: "";
    clear: both
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-header, .section-product-cards-carousel-tabs .section-header {
    text-align: center;
    display: block !important;
    border-bottom: none !important
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-title, .section-product-cards-carousel-tabs .section-title {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.633em;
    letter-spacing: -.01em;
    color: #090909;
    margin: 0
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-title span, .section-product-cards-carousel-tabs .section-title span {
    font-weight: 300
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav, .section-product-cards-carousel-tabs .nav {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 2.188em 0;
    padding-top: .875em
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link, .section-product-cards-carousel-tabs .nav .nav-link {
    font-size: 1.125em;
    line-height: 2.222em;
    letter-spacing: -.01em;
    color: #737373;
    padding: 0 .889em
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active, .section-product-cards-carousel-tabs .nav .nav-link.active {
    color: #090909;
    font-weight: 500
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active:after, .section-product-cards-carousel-tabs .nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid transparent;
    width: 60%;
    margin: auto
}

@media (max-width: 1000px) {
    .section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link {
        font-size: 1em
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product .products .landscape-product-card-featured {
    height: 452px;
    margin-bottom: 1.429em;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-3-2-3-product-cards-tabs-with-featured-product .products .landscape-product-card-featured {
        margin-bottom: 1.08em
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product .tab-content > .tab-pane {
    display: none;
    height: 0;
    opacity: 0
}

.section-3-2-3-product-cards-tabs-with-featured-product .tab-content > .active {
    opacity: 1;
    height: auto;
    display: block
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] {
        flex-direction: row;
        overflow: scroll;
        justify-content: unset !important;
        width: 100%;
        padding-bottom: 0
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex-shrink: 0;
        text-align: center
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] .nav-link {
        padding: 0 !important
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] .nav-link::after {
        bottom: 0
    }
}

.product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card {
        box-shadow: none !important;
        border-radius: 5px !important;
        background-color: #fff;
        margin: 2px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .media-body, .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .woocommerce-LoopProduct-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .media-body, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .woocommerce-LoopProduct-link {
        width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card {
        margin-bottom: 1.08em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body {
        padding-top: 0
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img {
        max-width: 100px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover {
        height: 196px
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        flex: 0 0 50%;
        max-width: 50%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .columns-1 .products:not(.slick-slider) .product.landscape-product-card {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
    overflow: hidden
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        margin: 0
    }
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .woocommerce-product-details__short-description {
    text-align: left
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media img {
    margin: auto;
    max-width: 100%
}

@media (min-width: 1590px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 25px 43px 25px 16px;
        height: 452px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding-left: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-right: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 88.3333333333%;
        max-width: 88.3333333333%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        overflow: visible;
        height: auto;
        margin: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper figure {
        width: auto !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        overflow: visible
    }
}

@media (max-width: 650px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .flex-viewport img {
        width: 100% !important
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images ol {
        display: flex
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-right: .571em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body .add-to-compare-link {
        margin-bottom: 30px;
        display: inline-block
    }
}

@media (max-width: 650px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding-left: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-bottom: 10px;
        padding-right: 2.4em;
        margin-top: 1.5em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 75%;
        max-width: 75%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        overflow: visible
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper img {
        margin: auto
    }
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured img {
        max-width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper {
        margin-bottom: 20px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex;
        flex-wrap: wrap
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images.thumb-count-0 .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: none
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        margin-top: 2.6em
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 11px;
        padding-left: 11px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured img {
        max-width: 274px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card {
        margin-bottom: 1.08em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body {
        padding-top: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 100px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 100px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        height: 407px
    }
}

.product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .woocommerce-loop-product__title, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .woocommerce-loop-product__title {
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .woocommerce-LoopProduct-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body {
        padding-left: 1.5em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body .woocommerce-loop-product__title, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body .woocommerce-loop-product__title {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        min-width: 180px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .button, .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card article .more-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .button, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card article .more-link, article .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .more-link, article .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .more-link {
        text-align: center
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 240px
    }
}

@media (min-width: 1590px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        height: 216px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 166px
    }
}

.homev3-slider-with-banners {
    margin-bottom: 1.75em
}

.homev3-slider-with-banners .slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .slider {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .homev3-slider-with-banners .slider {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1589px) {
    .homev3-slider-with-banners .slider {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .homev3-slider-with-banners .slider-with-6-banners {
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 20px
    }

    .homev3-slider-with-banners .slider-with-6-banners .banner .banner-bg {
        height: 165px !important
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .slider-with-6-banners {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 33px
    }
}

.homev3-slider-with-banners .slider-with-6-banners .banner.text-in-left .banner-bg {
    padding-left: 1.438em
}

.homev3-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 5px
    }
}

.section-top-categories .section-header {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875em;
    align-items: baseline;
    padding-bottom: .65em
}

.page-template-template-homepage-v3 .features-list {
    margin-bottom: 2.75em
}

.page-template-template-homepage-v3 .fullwidth-notice {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .banners {
    margin-bottom: 3.438em
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v3 .banners .text-in-right {
        padding-right: .313em
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v3 .section-products-carousel {
        overflow: hidden
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel-tabs .section-header {
        flex-direction: column
    }

    .page-template-template-homepage-v3 .section-products-carousel-tabs .section-title {
        margin-bottom: 20px
    }
}

.page-template-template-homepage-v3 .section-products-carousel-with-bg {
    margin-bottom: 4.188em
}

.page-template-template-homepage-v3 .full-width-banner {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .categorie_carousel_2 {
    padding-bottom: 2.813em
}

.page-template-template-homepage-v3 .categorie_carousel_2 .section-header {
    margin-bottom: .75em
}

.page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
    background-color: transparent
}

@media (min-width: 768px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
        border: 0
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
        padding: 8px;
        background-color: #f9f9f9 !important;
        margin: 0 2px
    }
}

.page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category a {
    background-color: #f9f9f9
}

@media (min-width: 768px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category a {
        padding: 1.071em
    }
}

.page-template-template-homepage-v3 .section-landscape-products-card-carousel-tabs .products .slick-dots {
    padding-bottom: 2.125em
}

.page-template-template-homepage-v3 .section-landscape-products-carousel {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .section-products-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 3.5em
}

.page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating {
    margin-top: .714em
}

.page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating .star-rating {
    font-size: 1.143em
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating .star-rating {
        margin-bottom: 14px
    }
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 44px
    }
}

.page-template-template-homepage-v3 .section-categories-carousel {
    padding-bottom: 3.438em
}

.page-template-template-homepage-v3 .section-categories-carousel .section-header {
    margin-bottom: 1.688em;
    padding-bottom: .813em
}

.page-template-template-homepage-v3 .section-categories-carousel .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0
}

.home-v3-banner-with-products-carousel .banner {
    z-index: 10
}

.home-v3-banner-with-products-carousel .banner.column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 13.6583333333%;
        max-width: 13.6583333333%;
        padding-right: .375em !important
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        margin-bottom: 20px
    }
}

.home-v3-banner-with-products-carousel .banner .banner-bg .caption {
    text-align: center
}

.home-v3-banner-with-products-carousel .banner .banner-bg .caption h3 {
    font-size: 1.563em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: .68em
}

.home-v3-banner-with-products-carousel .banner .banner-action {
    line-height: .786em;
    padding: .571em 2em;
    margin-bottom: .643em
}

.home-v3-banner-with-products-carousel .banner .banner-action.button, .home-v3-banner-with-products-carousel .banner article .banner-action.more-link, article .home-v3-banner-with-products-carousel .banner .banner-action.more-link {
    color: #fff
}

.home-v3-banner-with-products-carousel .banner .banner-action.button:hover, .home-v3-banner-with-products-carousel .banner article .banner-action.more-link:hover, article .home-v3-banner-with-products-carousel .banner .banner-action.more-link:hover {
    border: 2px solid transparent
}

.home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 86.3333333333%;
        max-width: 86.3333333333%;
        padding-left: .375em !important
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (max-width: 575px) {
    .home-v3-banner-with-products-carousel .section-products-carousel .products-carousel {
        overflow: hidden
    }
}

.home-v3-banner-with-products-carousel .section-products-carousel .section-header {
    display: none
}

.home-v3-banner-with-products-carousel .section-products-carousel .products .slick-dots {
    padding-bottom: 1.938em
}

.home-v3-banner-with-products-carousel .section-products-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 4.25em
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product {
        overflow: hidden
    }
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .added_to_cart, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .star-rating + .button, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product article .star-rating + .more-link, article .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .star-rating + .more-link {
    margin-top: 0
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active.slick-current:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-single-carousel-with-tab-product .column-1-single-carousel {
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-single-carousel-with-tab-product .column-1-single-carousel {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .column-1-single-carousel {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-single-carousel-with-tab-product .column-1-single-carousel .products .product {
    padding: 0
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .column-1-single-carousel .products .product {
        padding: 10px;
        margin: 2px
    }
}

.section-single-carousel-with-tab-product .column-2 {
    flex: 0 0 75%;
    max-width: 75%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-single-carousel-with-tab-product .column-2 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products-carousel:hover::after {
    opacity: 0
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:after {
        display: none
    }
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .slick-current::after {
    opacity: 0
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .column-1 + .section-products-carousel-tabs {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-single-carousel-with-tab-product .section-single-carousel .products .product.slick-active::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
    overflow: hidden
}

.section-single-carousel-with-tab-product .section-single-carousel .products .product.slick-active::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .slick-slider {
    overflow: visible
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active::after {
    right: -2px
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product {
    padding: 0
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%)
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel .products .slick-current::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel .section-header, .section-single-carousel-with-tab-product .section-single-carousel .section-header {
    margin-bottom: 1.313em;
    padding-bottom: .8em
}

.section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list, .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 90px
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list, .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
        padding-bottom: 50px
    }
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel, .section-single-carousel-with-tab-product .section-single-carousel .products-carousel {
    position: relative
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel::after, .section-single-carousel-with-tab-product .section-single-carousel .products-carousel::after {
    content: " ";
    width: 1px;
    height: 396px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    right: -15px;
    z-index: 9
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:hover::after {
    opacity: 1
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-current:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-single-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.167em;
    margin: 0
}

.section-single-carousel-with-tab-product .section-title strong {
    font-weight: 500
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product {
        padding: 0 1.071em
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .button, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .techmarket-product-rating, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product article .more-link, article .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .more-link {
        display: none
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .products .product img {
        margin: 0 auto .82em
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .products .product .price {
        font-size: 1.286em;
        margin-bottom: 0
    }

    .section-single-carousel-with-tab-product .products .product .price del {
        font-size: .833em
    }
}

.section-single-carousel-with-tab-product .products .product .woocommerce-loop-product__title, .section-single-carousel-with-tab-product .products .product h3 {
    font-size: 1.071em;
    max-width: 270px
}

.section-single-carousel-with-tab-product .products .product .woocommerce-LoopProduct-link + .techmarket-product-rating {
    margin-top: .9em
}

.section-single-carousel-with-tab-product .products .product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .375em 1.5em auto
}

.section-single-carousel-with-tab-product .section-header {
    margin-bottom: .74em
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link {
    font-size: 1.25em;
    margin-left: 0
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link.active {
    font-size: 1.5em
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link.active:after {
    left: 50%;
    transform: translate(-50%);
    width: 52px;
    margin: 0;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 3.75em
    }
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover {
    padding-bottom: 6.125em
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products-carousel::after {
    top: 50%;
    transform: translateY(-50%)
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .section-header {
    margin-bottom: 2.4em
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product img {
        margin: 0 auto 2.22em
    }
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel::after {
    height: 220px;
    right: -15px;
    top: 42px;
    z-index: 9
}

@media (min-width: 768px) {
    .section-double-carousel.carousel-tabs-with-no-hover .products .product, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product, .section-single-carousel.carousel-tabs-with-no-hover .products .product {
        border: none
    }

    .section-double-carousel.carousel-tabs-with-no-hover .products .product:focus, .section-double-carousel.carousel-tabs-with-no-hover .products .product:hover, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product:focus, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product:hover, .section-single-carousel.carousel-tabs-with-no-hover .products .product:focus, .section-single-carousel.carousel-tabs-with-no-hover .products .product:hover {
        border: none
    }
}

@media (max-width: 767px) {
    .section-double-carousel.carousel-tabs-with-no-hover .products .product, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product, .section-single-carousel.carousel-tabs-with-no-hover .products .product {
        padding: 10px;
        margin: 2px
    }
}

@media (max-width: 767px) {
    .section-double-carousel.carousel-tabs-with-no-hover .products .product .button, .section-double-carousel.carousel-tabs-with-no-hover .products .product article .more-link, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .button, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product article .more-link, .section-single-carousel.carousel-tabs-with-no-hover .products .product .button, .section-single-carousel.carousel-tabs-with-no-hover .products .product article .more-link, article .section-double-carousel.carousel-tabs-with-no-hover .products .product .more-link, article .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .more-link, article .section-single-carousel.carousel-tabs-with-no-hover .products .product .more-link {
        display: none
    }
}

.section-double-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active:after, .section-single-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after {
    height: 396px
}

.section-double-carousel.carousel-tabs-with-no-hover .products .slick-current::after, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-current::after, .section-single-carousel.carousel-tabs-with-no-hover .products .slick-current::after {
    opacity: 0
}

.deals-carousel-v3, .section-landscape-product-card-with-gallery {
    position: relative;
    margin-bottom: 2.25em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .container-fluid, .section-landscape-product-card-with-gallery .container-fluid {
        padding: 0
    }

    .deals-carousel-v3 .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .section-landscape-product-card-with-gallery .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 0
    }

    .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img, .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 70px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img, .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 62px
    }
}

.deals-carousel-v3 .products, .section-landscape-product-card-with-gallery .products {
    flex-wrap: nowrap;
    align-items: center
}

.deals-carousel-v3 .products .media .thumbnails, .section-landscape-product-card-with-gallery .products .media .thumbnails {
    padding-top: 9.286em
}

.deals-carousel-v3 .products .media .thumbnails img, .section-landscape-product-card-with-gallery .products .media .thumbnails img {
    margin: 0
}

.deals-carousel-v3 .products .slick-arrow, .section-landscape-product-card-with-gallery .products .slick-arrow {
    max-width: 76px
}

.deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 734px;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 500px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 420px
    }
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 880px
    }
}

.deals-carousel-v3 .products > .slick-list + .slick-arrow, .section-landscape-product-card-with-gallery .products > .slick-list + .slick-arrow {
    text-align: right
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .slick-arrow, .section-landscape-product-card-with-gallery .products .slick-arrow {
        display: none !important
    }
}

@media (max-width: 500px) {
    .deals-carousel-v3 .container-fluid, .section-landscape-product-card-with-gallery .container-fluid {
        padding: 0
    }
}

.section-landscape-product-card-with-gallery.section-products-carousel .section-header, .section-products-carousel.deals-carousel-v3 .section-header {
    display: block;
    border: none
}

.deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
    font-size: 3.143em;
    padding-bottom: .841em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        font-size: 2.143em
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        font-size: 2.2em
    }
}

@media (min-width: 1590px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        padding-top: 3.659em
    }
}

.deals-carousel-v3 .section-header .pretitle, .deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .pretitle, .section-landscape-product-card-with-gallery .section-header .section-title {
    display: block;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #090909
}

.deals-carousel-v3 .section-header .pretitle, .section-landscape-product-card-with-gallery .section-header .pretitle {
    font-size: .409em
}

.deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .section-title {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 1.06;
    height: 100%;
    max-height: 100%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .section-title {
        font-size: .6em
    }
}

.deals-carousel-v3 .section-header .section-title strong, .section-landscape-product-card-with-gallery .section-header .section-title strong {
    font-weight: 500
}

.deals-carousel-v3 .products > .slick-arrow, .section-landscape-product-card-with-gallery .products > .slick-arrow {
    z-index: 100
}

.deals-carousel-v3 .products > .slick-arrow i, .section-landscape-product-card-with-gallery .products > .slick-arrow i {
    width: 76px;
    height: 76px;
    background-repeat: no-repeat
}

.deals-carousel-v3 .products > .slick-arrow i::before, .section-landscape-product-card-with-gallery .products > .slick-arrow i::before {
    display: none
}

.deals-carousel-v3 .products > .slick-arrow i:hover, .section-landscape-product-card-with-gallery .products > .slick-arrow i:hover {
    filter: brightness(.25)
}

.deals-carousel-v3 .products > .slick-arrow .tm-arrow-left, .section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-left {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+dJREFUeNrsnEtIVUEYx8e63UKkB5EELdIWQRARgW1ukGYPtSjsARJhEkRF1KYWIRS2UajcFNKbzEqKpNCil1kW3YUtoloUtQglQggMhYie3P4f5xOkRTPhPefMTN8ffujqnsOPmXNnvvnOzclkMmq0SafTyuLMBH30TyqVGvWHjVF+Zxl4Cgqy9YE+CysDF8Ba0CvC/p7V4DxYQ0+MbH6wj8LWgxOgHPRk+8N9E7YRHOXp+CyMC/gkbDM4BErBy7AukvBE1lawn2W9CfNCPgjbCfaCYvAu7Iu5LmwP2MGy+qK4oMvC9oEasBh8iOqirgo7AKpACeiP8sIuCqsHK3kafoz64i4JywGHeVQtAQNx3ETCIVm0IC3ipcNgXDeScETWcTAXrABDcd6M7cLGgjOgkLc7n+O+oYTlslrANFABvthwU7YKS4JLIFcFpZqvttxYwlJZV7gwUAm+23RztlUrJoDr4CfYYJss24TR9OvgJUOVjbJsEpYHbvGesBr8svWbyAZhE8FtFdSxttgsywZhk8E98AJsBxlleeIUNhV0gSdglwuy4hSWDx6AuyqoljohKy5h08FDcA3UKscStbAZoBtcBAeVg4lSGDWFPAKnQYNyNFFtjWbxA/4IaFIOJ4oRNptHVr3rsqIYYXN4nUWHrM3Kg4QpbB64w8uGVuVJwhK2ANwEu0Gb8ihhCFsIbqig36FDeZZsP/RTLKnGR1nZHmEFvHrfBDqVp/G9KdhqYb0qaMClRtwKEWYWasClU55z/FeeYQahvvhyXlYkZVlhFmrILeOFa1IWrmahxtxS3holZWtkltcsjSoV41RQ2hFhmrxVQVtlF4+0JhGmD3U3F7M0Ot1uFGH69P0x0hpEmD50sl3C0saDOhGmTz9Pz04eaU6dHMW1l6TuZ2rspRZMqvPniDB9BnjJsQgcc0Va3NWKQR5l88FJ5UD1xIYbHOJtFJ0unVVBb6sI04S6o6kkRCfjLTZLs2kKUJc0lYSoBeoyf4OKME2oW7qSZV21UZqND1nqbR1uCG7nrZQIM5BGjcGfVHD6lCvC9KFe12reTlHDcJ4IM5NGjcJUIqLq7SQRpg+1c24Dz3n/OUWEmUmjxuHH4L4KGopFmIE06gSiRmJqKM6P4yZcfOe7lr9Fu3nzLi/JG6QOfGNpS8F7EaZPw4iRRrU1+aEPgzTydmp4espPyRiEju1+qKDxmKan/FiRQU7x9KTDleXglQjTp3mEtHJe6IowTVpZGu09V6kQfqXON2GUNn6m0UurVJDsEWH6tLM0Kg2tU8E7mf/d1uhfQ9OSGpSpUblQRphZqLpRlM1F7W8BBgDgobrZC6+GCwAAAABJRU5ErkJggg==)
}

.deals-carousel-v3 .products > .slick-arrow .tm-arrow-right, .section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-right {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9ZJREFUeNrsnEtIlVEQx0e99KQHBUJE0SYiAhduIuxF9rAHJmUgEUUlRQVWm2znKmxT0SKkorCXhFb0tjJ7EGKLijJIcCMVJAWGCFYGcvsPZwKJvHPL+zjfd+cPf3R17+F3z/edmTlzTlY0GqXhqKWl5fe/1+AauIk8VUFBwbA/IzuB4zkGX4JXUYiVSGDP4LVwLVwSVmCRBH9eK1wE34FHwPUGTNcreAV8Dx4JXzBgutrgQlkARsGnDZiudniJQOPH84QB09UBL4abZaYdMWC6OgXaQ5lp1QZM1wd40aCZVmXAdHXJTGuS1fNgpgeu8eiLLATL4ONwlgHT1S0hx1zJPbMMmK4eeDk8Bz4L5xgwXb2SRk2HzwcFWnaav78PXgNPgi9L2GHAFH2XKgfDavAdWrYn4/gJb5C/N+AxBiw+aGXwV/g2PNaA6RqAN8PvyZWHxhuw+KBtg9/CD+CJBkwX78zsIVfB5fxzsgGLD9p+yT0fwbmZlnz/rzhJ74efSErVZcB0cTnoB/wUXkquXGTAFFX/MdM6DZiuo5IZMDQuEXUYMF01EuQ2S8Wj3YDpOiOPZ7NUPNoMmK6LMtPuw6vJbSAbMEX1Aq1RKh7PDZiu64OqHKXkmmIyMtL/F92FN5LrUSs0YPGJF4B1cJ0sBAYsDvHjyL1pvEdQbO+w+MQVjpXkipBc7r5iwHS9FGiNAq3OHkldr+HdlOA+jkiIgeWR60k7YMB05ZPrs91LCe6zDSOweRLM7pBg1lbJGFogq+IWcrtOFlbEEEf43G5QJkGs5ZIxxJH9OYn0LZdUVCyRfUmyYYUBGPdjnJQgtTUVXxhkYJvItX0WSWRPBmxobSe3i8Qv+jep/OIgvvR3kdvcZVi2a6RoH1xBrn3d9iUVVcLlAst2vhVVSUDKp0k+pXMgQQB2WMIGnlmf0z0Yn4HxgQduDVhI7vRItw+DingMi2tZ+bIa9vgyMB+B5Uj0Potc70SvT4OLeAirFp4qEXyfb7+mT8B4s4L7Jbhzmk+HfPPxXRHxCFaDvLu4R6Lf15XIh1xyNLlSMvdHlPoMywdgfETmFrnTH2UCjQzY3zWOXN39I7nTHwNBSDnSBWwCuUa4d+ROfQQCVrqA8akOPqjwglypJkoBUqqB5QosvsOiImiwUg1sCrl2cd5kraSAKlXApgksvukpsJd8pArYDIF1igJ+jUwqgM0UWFymCfxFRckGNht+DB+ikFyFlcxcMk+C0kqyG+pUJa03K4zA+D6dm/BOCR/IgA2t+fBVeCu5gwZkwGKLz2dzv0MThViJBLaeMkC/BBgA5D24CNA1pFEAAAAASUVORK5CYII=)
}

.products-4-column-widgets {
    padding-bottom: .563em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.products-4-column-widgets .section-header {
    margin-bottom: 3.2em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-4-column-widgets {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 576px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 576px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products-4-column-widgets {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

.banners.home4-banner.techmarket-banner {
    margin-bottom: 6.438em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner .row {
        flex-direction: column
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
    padding-right: 5em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
        padding-right: 2em
    }
}

@media (max-width: 767px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
        padding-left: 2em
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-left .banner-bg {
    padding-left: 4.2em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-left .banner-bg {
        padding-left: 2em
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-left, .banners.home4-banner.techmarket-banner .banner.text-in-right {
    padding: 0
}

.banners.home4-banner.techmarket-banner .banner .button, .banners.home4-banner.techmarket-banner .banner article .more-link, article .banners.home4-banner.techmarket-banner .banner .more-link {
    text-transform: uppercase;
    font-size: .815em;
    padding: .84em 1.6em;
    min-width: 133px;
    margin-bottom: 0;
    color: #242424;
    border: 2px solid #242424
}

.banners.home4-banner.techmarket-banner .banner .button:hover, .banners.home4-banner.techmarket-banner .banner article .more-link:hover, article .banners.home4-banner.techmarket-banner .banner .more-link:hover {
    color: #fff;
    background: #242424
}

.section-product-cards-carousel-tabs {
    padding: 4.688em 0 0
}

.section-product-cards-carousel-tabs .section-header .section-title {
    font-size: 1.875em
}

.section-product-cards-carousel-tabs .section-header .nav {
    margin-bottom: 1.25em;
    padding-top: 1.438em
}

.section-product-cards-carousel-tabs .section-header .nav .nav-item {
    margin-left: 0
}

.section-product-cards-carousel-tabs.section-products-carousel-tabs .slick-track .slick-active .product::after {
    display: none
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product {
    padding: 1.071em .714em 1em;
    margin: 0
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card.product {
        padding: 0;
        border: 2px solid transparent
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product:focus .hover-area, .section-product-cards-carousel-tabs .products .landscape-product-card.product:hover .hover-area {
    transform: none
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product .hover-area {
    opacity: 1;
    z-index: 1;
    transform: none;
    padding: 1.786em 0 0;
    display: block
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card.product .hover-area {
        padding: 0
    }
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        box-shadow: none !important;
        border-radius: 5px !important;
        min-height: 294px
    }
}

@media (min-width: 601px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        height: 283px
    }
}

@media (min-width: 1590px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        margin-bottom: .8em
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        height: 283px
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card h3 {
    margin-bottom: 1.071em
}

.section-product-cards-carousel-tabs .products .landscape-product-card img {
    max-width: 255px
}

@media (max-width: 1699px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card img {
        max-width: 150px
    }
}

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

.section-product-cards-carousel-tabs .products .landscape-product-card .media {
    padding: 1.643em 1.071em
}

@media (max-width: 600px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        min-height: 294px
    }

    .section-product-cards-carousel-tabs .products .landscape-product-card .media > .woocommerce-LoopProduct-link {
        display: inline-block;
        margin: auto
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card .media-body {
    padding-left: 1.071em;
    padding-right: 1.5em
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        flex: 0
    }

    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .hover-area, .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .ribbon, .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .techmarket-product-rating {
        display: none
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card .add-to-compare-link {
    display: none
}

.home-v4-slider {
    margin-bottom: 2.563em
}

.page-template-template-homepage-v4 .section-landscape-products-widget-carousel {
    margin-bottom: 2.688em
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v4 .section-landscape-products-widget-carousel {
        width: 300px
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v4 .section-landscape-products-widget-carousel .landscape-product-widget .media img {
        max-width: 78px
    }
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs {
    margin-bottom: .563em
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product:after {
    height: 320px
}

.page-template-template-homepage-v4 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg {
    margin-bottom: 4em
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
        padding-right: 0 !important
    }
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        margin-left: -1.313em
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header img {
    bottom: 42px;
    left: -45px;
    max-width: 200px
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg {
    padding-left: 0
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg .slick-dots {
    padding-bottom: 1.875em
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 #content #secondary {
        margin-top: 0 !important
    }
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: .313em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .slick-track .slick-active .product::after {
    display: none
}

@media (min-width: 768px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        padding: 0 .714em 2.857em 0
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        border: 2px solid transparent
    }
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .slick-slide > div {
    display: flex
}

.page-template-template-homepage-v5 .full-width-banner {
    margin-bottom: 4.688em
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories {
    padding-bottom: 3.125em
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 2.188em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        padding-top: 1em
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 1em
    }
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .readmore-link {
    font-size: .875em
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 80.8333333333%;
        max-width: 80.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav {
        justify-content: center
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:after {
    content: " ";
    width: 1px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:after {
        display: none
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products:not(.slick-dotted) .slick-list, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 5.313em
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
    margin: .9em auto 0
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
        margin: .9em auto
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
        display: none
    }
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .woocommerce-LoopProduct-link + .hover-area, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 2.2em;
        display: inline-block;
        width: 100%
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product:after, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products-carousel:after {
    height: 318px;
    top: 45px;
    transform: none
}

.home-5-deals-carousel {
    position: relative
}

.home-5-deals-carousel .deals-carousel-inner-block .section-header {
    margin-bottom: 2.188em;
    padding-top: .813em
}

@media (max-width: 1399px) {
    .home-5-deals-carousel .deals-carousel-inner-block .section-header {
        flex-wrap: wrap
    }

    .home-5-deals-carousel .deals-carousel-inner-block .section-header .deal-countdown-timer + .custom-slick-pagination {
        margin: 1em 0;
        width: 100%
    }
}

.home-5-deals-carousel .section-title {
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: .167em
}

@media (max-width: 767px) {
    .home-5-deals-carousel .section-title {
        margin-bottom: .417em;
        line-height: 1.4
    }
}

.home-5-deals-carousel .section-title strong {
    font-weight: 500
}

@media (max-width: 650px) {
    .home-5-deals-carousel .custom-slick-pagination {
        margin: 20px 0
    }
}

.home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    padding-right: 1em
}

.home-5-deals-carousel .custom-slick-pagination .slider-next i {
    padding-left: 1em
}

.home-5-deals-carousel .deal-countdown {
    min-width: 230px;
    margin-bottom: .563em
}

.home-5-deals-carousel .deal-countdown > span b {
    margin-left: .7em;
    font-size: .625em;
    text-transform: uppercase;
    font-weight: 300
}

.home-5-deals-carousel .deal-countdown > span .value {
    font-size: 1.125em;
    background-color: #eee;
    width: 46px;
    height: 46px;
    line-height: 2.556em
}

.home-5-deals-carousel .deal-countdown > span + span {
    margin-left: 1.125em
}

.home-5-deals-carousel .media {
    margin: 0 -1.071em
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media {
        flex-direction: column
    }
}

.home-5-deals-carousel .media .images {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images.thumb-count-0 .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: none
    }
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .images {
        flex: 0 0 55%;
        max-width: 55%;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images {
        display: flex;
        flex-direction: column
    }
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery__wrapper {
    width: 292px
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery__wrapper {
        width: 100%
    }
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    width: 58px;
    height: 281px;
    text-align: center
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper > .slick-list {
    overflow: hidden
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        width: 70%;
        height: auto;
        margin-bottom: 1.071em;
        display: flex;
        margin: auto;
        padding-bottom: 1.429em
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex
    }
}

.home-5-deals-carousel .media .images .woocommerce-product-gallery__image img {
    width: 323px
}

.home-5-deals-carousel .media .images .thumbnails img, .home-5-deals-carousel .media .images ol li img {
    max-width: 57px
}

.home-5-deals-carousel .media .media-body {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 1.786em !important
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .media-body {
        flex: 0 0 45%;
        max-width: 45%
    }
}

.home-5-deals-carousel .media .media-body .onsale {
    position: relative;
    font-size: 1em;
    line-height: 2.071em;
    padding: 0 .9em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .2em;
    border-radius: 5px
}

.home-5-deals-carousel .media .media-body .price {
    font-size: 1.357em;
    line-height: 2.526em;
    margin-bottom: 0
}

.home-5-deals-carousel .media .media-body .price del {
    font-size: .842em;
    line-height: 3em
}

.home-5-deals-carousel .media .media-body .woocommerce-loop-product__title, .home-5-deals-carousel .media .media-body h2, .home-5-deals-carousel .media .media-body h3 {
    font-size: 1.071em;
    line-height: 1.6em;
    margin-bottom: 1.6em
}

.home-5-deals-carousel .media .media-body .woocommerce-LoopProduct-link {
    margin-bottom: 2.357em
}

.home-5-deals-carousel .products .product {
    border: none;
    text-align: left;
    padding: .786em 1.786em
}

.home-5-deals-carousel .products .product:hover {
    border: none
}

.home-5-deals-carousel .products .product:hover .onsale {
    display: inline-block;
    opacity: 1
}

.home-5-deals-carousel .products .product .button, .home-5-deals-carousel .products .product article .more-link, article .home-5-deals-carousel .products .product .more-link {
    text-align: center
}

.home-5-deals-carousel .products .product.slick-active:after {
    content: " ";
    width: 1px;
    height: 203px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 30%;
    transform: translateY(-30%)
}

.home-5-deals-carousel .slick-dots {
    padding-bottom: 3.125em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .type-2.section-product-carousel-with-featured-product .section-title {
        margin-right: 0
    }

    .type-2.section-product-carousel-with-featured-product .nav {
        justify-content: center !important
    }
}

.featured-product-left.section-product-carousel-with-featured-product {
    margin-bottom: 0
}

.featured-product-left.section-product-carousel-with-featured-product .section-header {
    margin-bottom: 1.875em
}

.featured-product-left.section-product-carousel-with-featured-product .section-header .nav-item .nav-link {
    padding: 0 1.333em
}

.featured-product-left.section-product-carousel-with-featured-product .products .product {
    padding-left: .571em;
    padding-right: .571em
}

.featured-product-left.section-product-carousel-with-featured-product .products .product:not(.landscape-product-widget):not(.landscape-product):not(.landscape-product-card) {
    margin: 0
}

.featured-product-left.section-product-carousel-with-featured-product .products .slick-dots {
    padding-bottom: 3.563em
}

@media (max-width: 991px) {
    .featured-product-left.section-product-carousel-with-featured-product .products .slick-slide > div {
        display: flex
    }
}

.homev5-slider-with-banners {
    margin-bottom: 1.813em
}

@media (max-width: 1589px) {
    .homev5-slider-with-banners .slider-block {
        margin-bottom: 20px
    }
}

.homev5-slider-with-banners .banners-block {
    padding-right: 0
}

@media (min-width: 1590px) {
    .homev5-slider-with-banners .banners-block {
        padding-left: 5px
    }
}

@media (max-width: 1199px) {
    .homev5-slider-with-banners .banners-block {
        padding: 0
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .homev5-slider-with-banners .banners-block {
        padding: 0 15px;
        display: flex
    }

    .homev5-slider-with-banners .banners-block .banner:nth-child(1) {
        padding-right: 10px
    }

    .homev5-slider-with-banners .banners-block .banner + .banner {
        padding-left: 10px
    }

    .homev5-slider-with-banners .banners-block.column-2-banners-block .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .homev5-slider-with-banners .banners-block .banner:nth-child(1) {
        margin-bottom: 20px
    }
}

@media (min-width: 1700px) {
    .homev5-slider-with-banners .banners-block {
        width: 355px
    }
}

@media (min-width: 1590px) {
    .homev5-slider-with-banners .banners-block .banner + .banner {
        margin-top: 1.25em
    }
}

@media (max-width: 1199px) {
    .homev5-slider-with-banners .banners-block .banner + .banner {
        margin-top: 1.25em
    }
}

.homev5-slider-with-banners .banners-block .banner .banner-bg {
    padding-left: 1.9375em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption h3 {
    font-size: 1.375em;
    line-height: 1.273em;
    color: #282828;
    font-weight: 300;
    margin-bottom: .318em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption h4 {
    font-size: .75em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption .price ins {
    font-size: .833em
}

.page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
    font-size: 1.438em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1.138em;
        padding: 10px 0
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1.238em
    }
}

.page-template-template-homepage-v5 .full-width-banner .banner-bg .caption h3, .page-template-template-homepage-v6 .full-width-banner .banner-bg .caption h3 {
    font-size: 1.875em;
    margin-bottom: .267em;
    line-height: 1.233em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 76.6666666667%;
        max-width: 76.6666666667%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v6 #content #secondary {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%;
        padding-right: 6px
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 78.3333333333%;
        max-width: 78.3333333333%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v6 #content #secondary {
        flex: 0 0 21.6666666667%;
        max-width: 21.6666666667%;
        padding-right: 6px
    }
}

@media (min-width: 1700px) and (max-width: 1919px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v6 #content #secondary {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 6px
    }
}

.homev12-slider-with-banners, .homev6-slider-with-banners {
    margin-bottom: 1.625em
}

.homev12-slider-with-banners .banners-block, .homev6-slider-with-banners .banners-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.homev12-slider-with-banners .banners-block .banner-bg, .homev6-slider-with-banners .banners-block .banner-bg {
    padding-left: 1.188em
}

.homev12-slider-with-banners .banners-block .banner-bg .price .start_price, .homev6-slider-with-banners .banners-block .banner-bg .price .start_price {
    font-size: .8em;
    color: #444;
    padding-right: .313em
}

@media (max-width: 767px) {
    .homev12-slider-with-banners .banners-block, .homev6-slider-with-banners .banners-block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (max-width: 1589px) {
    .homev12-slider-with-banners .home-v12-slider, .homev12-slider-with-banners .home-v6-slider, .homev6-slider-with-banners .home-v12-slider, .homev6-slider-with-banners .home-v6-slider {
        margin-bottom: 20px
    }
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories {
    margin-bottom: 0;
    padding-bottom: 2.375em
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header {
    margin-bottom: 0;
    padding-top: 1.188em
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header .section-title {
    margin-bottom: .733em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-categories-carousel .custom-slick-nav {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .row {
        margin-bottom: -4.75em
    }
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product::after, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product::before {
    content: " ";
    display: table
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product:hover {
    z-index: 10;
    position: relative
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product + section {
    z-index: 9
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product img {
        margin: 0 0 .6em
    }
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .added_to_cart, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .button, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .star-rating + .button, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product article .more-link, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product article .star-rating + .more-link, article .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .more-link, article .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .star-rating + .more-link {
    margin-top: 0
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product.slick-active:after {
    height: 220px;
    top: 42px;
    transform: none
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product.slick-active:after {
        display: none
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-products-carousel {
        overflow: hidden
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg {
    margin-bottom: 3.5em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg {
        margin-left: -15px
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-title {
    font-weight: 500;
    line-height: 1.143em;
    margin: 0 0 .786em
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%;
        padding-left: 0;
        padding-right: 1.875em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        padding-left: 15px;
        padding-right: 0;
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        margin-left: -1.813em
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown span[data-value] {
    display: none
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown span {
        padding-left: 3px;
        padding-right: 3px
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown b {
    font-size: .625em;
    font-weight: 300;
    text-transform: uppercase
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header img {
    bottom: 0;
    left: -22px;
    max-width: 211px
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 80.8333333333%;
        max-width: 80.8333333333%
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-left: 15px;
        padding-right: 0;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg .slick-dots {
    padding-bottom: 1.875em
}

.page-template-template-homepage-v6 .full-width-banner {
    margin-bottom: 2.5em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        border: 2px solid transparent
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        padding: 0
    }
}

.page-template-template-homepage-v6 .deal-countdown > span .value {
    font-size: 1.25em;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 2.5em;
    margin-bottom: .4em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel {
    margin-bottom: 2.5em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .section-header {
    margin-bottom: .7em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .section-header h2 {
    line-height: 1.292em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .slick-list {
    margin-bottom: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .container-fluid {
    padding: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured {
    padding: 1.071em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .price {
    font-size: 1.286em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .price del {
    font-size: .8332em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured h3 {
    font-size: 1.071em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .woocommerce-product-details__short-description, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured div[itemprop=description] {
    display: none
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured.product.slick-active:after {
    content: " ";
    width: 1px;
    height: 226px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 30%;
    transform: translateY(-30%)
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media {
    margin: 0 -1.071em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-product-gallery {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: auto
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 55%;
    max-width: 55%;
    justify-content: center
}

@media (min-width: 576px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        flex: 0 0 100%;
        max-width: 100%
    }

    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images.thumb-count-0 .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: none
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    width: 64px
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        width: 100%
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper {
    width: 323px
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper img {
    max-width: 323px
}

@media (max-width: 360px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper img {
        max-width: 283px
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery + div.media-body {
    padding-left: 2.143em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol {
    padding-top: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol li img {
    max-width: 59px
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image {
    flex-grow: 1
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
    margin: 0 auto
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
        max-width: 323px
    }
}

@media (max-width: 1399px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
        max-width: 100%
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
    margin-top: 1.1em;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 45%;
    max-width: 45%
}

@media (min-width: 576px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 3.714em !important
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page-template-template-homepage-v6 .section-product-carousel-with-featured-product.type-2 .section-header .nav-item .nav-link {
    padding: 0 1.333em
}

.page-template-template-homepage-v6 .content-area {
    margin-bottom: 0
}

.page-template-template-homepage-v6 .site-main {
    margin-bottom: 0
}

.faq-page-title {
    margin-bottom: 1.72em
}

h3.faq-title {
    font-size: 1.143em;
    line-height: 1.333em;
    font-weight: 500;
    color: #555353;
    margin-bottom: 1.28em
}

.kc-text-block {
    padding-bottom: 2.313em
}

.text-content p {
    color: #555353;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: -.01em
}

.faq-title-v2 {
    font-size: 2.75em;
    letter-spacing: -.01em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: .295em;
    text-align: center
}

.faq-subtitle {
    font-size: 1em;
    letter-spacing: -.01em;
    line-height: 1.125em;
    color: #9f9f9f;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.438em
}

@media (min-width: 992px) {
    .kc-text-block-margin {
        margin-bottom: 6.25em
    }
}

@media (max-width: 1199px) {
    .kc-text-block-margin {
        margin-bottom: 3em
    }
}

.faq-accordion-wrap .faq-accordion.kc_accordion_section.group {
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb
}

.faq-accordion-wrap .faq-accordion.kc_accordion_section.group:last-child {
    border: none
}

.faq-accordion-wrap .faq-accordion.kc-section-active .kc_accordion_header.ui-state-active > a:after {
    content: "\f068"
}

.faq-accordion-wrap .faq-accordion .kc_accordion_header {
    border: none;
    font-size: 1.5em;
    line-height: 1.75em
}

.faq-accordion-wrap .faq-accordion .kc_accordion_header > a {
    color: #090909;
    font-size: 1em;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: -.01em;
    padding: 0
}

.faq-accordion-wrap .faq-accordion .kc_accordion_header > a:after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 19px;
    color: #090909;
    position: absolute;
    right: 0;
    font-weight: 400
}

.faq-accordion-wrap .faq-accordion .kc_accordion_header > span.ui-accordion-header-icon {
    display: none
}

.faq-accordion-wrap .faq-accordion .kc_accordion_content {
    border: none;
    color: #555353;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: -.01em;
    font-weight: 300
}

@media (min-width: 992px) {
    .faq-accordion-wrap .faq-accordion .kc_accordion_content .kc-panel-body {
        padding: 1.438em 0 0 3.625em
    }
}

.faq-kc-row .kc-container {
    padding: 0
}

.faq .content-area {
    margin-bottom: .84em
}

@media (min-width: 992px) {
    .faq-v2-text-block {
        margin-bottom: 6.25em
    }
}

@media (max-width: 1199px) {
    .faq-v2-text-block {
        margin-bottom: 3em
    }
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.faq-accordion .vc_tta-panel-heading:hover {
    background-color: transparent
}

.vc_tta-accordion .faq-accordion.vc_tta-panel {
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb
}

.vc_tta-accordion .faq-accordion.vc_tta-panel:last-child {
    border: none
}

.vc_tta-accordion .faq-accordion.vc_active.vc_tta-panel .vc_tta-panel-heading a:after {
    content: "\f068"
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading {
    border: none
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading a span {
    font-size: 1.062em;
    color: #090909;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: -.01em;
    padding: 0
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading a:after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 19px;
    color: #090909;
    position: absolute;
    right: 0;
    font-weight: 400
}

.vc_tta-accordion .faq-accordion .vc_tta-panel-body {
    border: none;
    color: #555353;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: -.01em;
    font-weight: 300
}

@media (min-width: 992px) {
    .vc_tta-accordion .faq-accordion .vc_tta-panel-body {
        padding: 1.438em 0 0 3.625em
    }
}

.terms-conditions h2 {
    margin-bottom: 1.6em
}

.terms-conditions ol {
    margin: 0 1em 4.5em
}

.terms-conditions ol li, .terms-conditions p {
    color: #555353;
    line-height: 1.813em;
    letter-spacing: -.01em;
    font-weight: 300
}

.terms-and-conditions .content-area {
    margin-bottom: 1.6em
}

.about-accordion h2, .about-accordion h3.highlight, .text-boxes h2, .text-boxes h3.highlight {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1.667em;
    font-weight: 500
}

.about-accordion h2, .text-boxes h2 {
    margin-bottom: 1.222em
}

.about-accordion p, .text-boxes p {
    font-size: 1em;
    line-height: 1.714em;
    color: #555353
}

@media (max-width: 576px) {
    .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
        width: 100%
    }
}

@media (max-width: 576px) {
    .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title {
        font-size: 1em;
        margin-bottom: .2em
    }
}

@media (max-width: 576px) {
    .page .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title + p {
        font-size: .75em
    }
}

@media (min-width: 992px) {
    .about-accordion {
        padding-left: 50px
    }
}

@media (max-width: 767px) {
    .about-accordion {
        font-size: 14px
    }
}

.about-accordion .kc-accordion-title {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1em;
    font-weight: 500
}

.about-accordion .kc_accordion_section.group {
    padding-bottom: 0;
    margin-bottom: 1.25em
}

.about-accordion .kc_accordion_section.group:last-child {
    margin-bottom: 0
}

.about-accordion .kc_accordion_content, .about-accordion .kc_accordion_section > .kc_accordion_header {
    border-color: #f7f7f7
}

.about-accordion .kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    content: none
}

.about-accordion .kc-section-active .kc_accordion_header.ui-state-active a {
    color: #090909;
    font-weight: 500
}

.about-accordion .kc-section-active .kc_accordion_header.ui-state-active a i {
    color: #fff
}

.about-accordion .kc-section-active .kc_accordion_header.ui-state-active a i:before {
    content: "-";
    top: 38%;
    font-size: 2em
}

.about-accordion .kc_accordion_header {
    font-size: 1.286em;
    line-height: 2.188em;
    letter-spacing: .01em;
    padding: .333em 0
}

.about-accordion .kc_accordion_header > a {
    padding: 0;
    text-align: left;
    color: #555353;
    display: flex;
    font-size: 1.125em
}

.about-accordion .kc_accordion_header > a:focus, .about-accordion .kc_accordion_header > a:hover {
    color: #000
}

.about-accordion .kc_accordion_header > a span {
    margin-left: 3.333em
}

.about-accordion .kc_accordion_header > a i {
    position: relative;
    color: #b5b5b5;
    background: 0 0;
    border-radius: 3px;
    display: block;
    height: 2.056em;
    width: 2.056em;
    left: 0;
    border: 1px solid #b5b5b5;
    margin-right: 25px;
    position: relative
}

.about-accordion .kc_accordion_header > a i:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.about-accordion .kc_accordion_header > span.ui-accordion-header-icon:before {
    content: none
}

.about-accordion .kc_accordion_content {
    padding: .875em 1.75em .875em 3.688em
}

.about-accordion .kc_accordion_content .kc-panel-body {
    padding: 0
}

.about-accordion .kc_accordion_content .kc-panel-body p {
    margin-bottom: 0
}

.about-features {
    text-align: center;
    padding-bottom: 4.8em;
    padding-top: 1.6em
}

.about-features h2 {
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 1.556em;
    color: #090909
}

.about-features p {
    font-size: 1em;
    line-height: 1.714em;
    margin-bottom: 0;
    color: #555353
}

@media (max-width: 767px) {
    .about-features p {
        font-size: .875em
    }
}

.about-features .kc-elm.kc_single_image img {
    margin: 0 auto
}

.about-features .wpb_single_image.vc_align_left {
    text-align: center
}

.kc_row .kc-container {
    max-width: 100% !important;
    padding: 0
}

.team-member-wrapper {
    padding: 5.625em 0;
    position: relative;
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%
}

.team-member-wrapper .kc-col-inner-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 576px) {
    .team-member-wrapper .kc-col-inner-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .team-member-wrapper .kc-col-inner-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .team-member-wrapper .kc-col-inner-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .team-member-wrapper .kc-col-inner-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .team-member-wrapper .kc-col-inner-container {
        max-width: 1740px
    }
}

.team-member-wrapper a.team-member {
    color: #333e48;
    display: block
}

.team-member-wrapper .team-member img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block
}

.team-member-wrapper .team-member .profile {
    text-align: center
}

.team-member-wrapper .team-member .profile h3 {
    font-size: 1.125em;
    line-height: 1.556em;
    font-weight: 500;
    padding-top: .833em;
    padding-bottom: 0;
    margin-bottom: 0
}

.team-member-wrapper .team-member .profile h3 small {
    display: block;
    font-size: 14px;
    line-height: 1.7em;
    color: #989898
}

@media (max-width: 767px) {
    .team-member-wrapper .team-member .profile h3 {
        padding-bottom: .833em
    }
}

.widget_techmarket_team_member {
    margin-bottom: 0
}

.light-bg {
    background: #f5f5f5
}

@media (min-width: 992px) {
    .about-accordion h2 {
        padding-left: 50px
    }
}

@media (min-width: 992px) {
    .about-accordion h2 + div {
        padding-left: 50px
    }
}

.about-accordion .vc_tta-panels .vc_tta-panel {
    padding-bottom: 0;
    margin-bottom: 1.25em
}

.about-accordion .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0
}

.about-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
    font-size: .796em;
    padding-left: 4.556em
}

.about-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent
}

.about-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i {
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    height: 37px;
    width: 37px;
    left: 0
}

.about-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i:before {
    content: "+";
    left: 35%;
    top: 45%;
    color: #000;
    border: none;
    font-style: normal
}

.about-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i:after {
    border: none
}

.about-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title i {
    border: 1px solid transparent
}

.about-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title i:before {
    content: "-";
    color: #fff
}

.contact-page-title {
    padding-bottom: .25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    margin-bottom: 1.25em;
    position: relative
}

.contact-page-title:after {
    content: ' ';
    width: 4.56em;
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px
}

.store-info h3 {
    font-size: 1.125em;
    font-weight: 500;
    color: #555353;
    padding-top: 1.7em;
    padding-bottom: .5em;
    margin-top: 0
}

.store-info a {
    text-decoration: underline
}

.store-info .operation-hours {
    margin-left: 0;
    font-weight: 300
}

@media (min-width: 992px) {
    .store-info .operation-hours {
        padding-right: 4.286em
    }
}

.store-info iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.store-info iframe:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.store-info.store-info-v2 .kc_google_maps {
    margin-bottom: 2.188em
}

.contact-form .form-group {
    margin-bottom: 1.438em
}

.contact-form .form-group label {
    color: #626060;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5em;
    margin-bottom: .5em
}

.contact-form .form-group .required {
    text-decoration: none
}

.contact-form .form-group .input-text, .contact-form .form-group input[type=email], .contact-form .form-group input[type=password], .contact-form .form-group input[type=search], .contact-form .form-group input[type=text], .contact-form .form-group input[type=url], .contact-form .form-group textarea {
    width: 100%
}

.contact-form .form-group input[type=button], .contact-form .form-group input[type=submit] {
    border-radius: 3px;
    color: #fff;
    font-size: 15px
}

@media (max-width: 767px) {
    .contact-form .form-group.row div:first-child {
        margin-bottom: 1.438em
    }
}

.contact-form p, .contact-form ul li, .store-info p, .store-info ul li {
    color: #555353
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important
}

.stretch-full-width-map {
    position: relative;
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%
}

@media (min-width: 2000px) {
    .stretch-full-width-map {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0
    }
}

.stretch-full-width-map .kc_column_inner {
    padding: 0
}

.wpcf7 .user-details form .input-text, .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=text], .wpcf7 input[type=url] {
    width: 100%
}

.page-template-template-landingpage-v1 .site-main {
    margin-bottom: 1.438em
}

.landing-v1-slider {
    margin-bottom: 5.875em
}

.section-recent-posts-with-categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 6.25em;
    flex-direction: column
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

.section-recent-posts-with-categories .center-block {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 8.438em
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .center-block {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        flex: 0 0 auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-recent-posts-with-categories .center-block {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

.section-recent-posts-with-categories .section-title {
    text-align: center;
    margin-bottom: .659em
}

.section-recent-posts-with-categories .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #090909;
    font-weight: 300;
    letter-spacing: -.01em;
    text-align: center;
    margin-bottom: 1.875em
}

.section-recent-posts-with-categories .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .section-recent-posts-with-categories .nav {
        flex-direction: column
    }
}

.section-recent-posts-with-categories .nav .nav-link {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -.01em
}

.section-recent-posts-with-categories .nav .nav-link:before {
    content: "\65";
    font-family: techmarket-icons;
    color: #282828;
    padding-right: .75em;
    font-size: .625em;
    vertical-align: top
}

.section-recent-posts-with-categories .nav .nav-item + .nav-item {
    margin-left: 1.563em
}

@media (max-width: 500px) {
    .section-recent-posts-with-categories .nav .nav-item + .nav-item {
        margin-left: 0
    }
}

.section-recent-posts-with-categories .post-items-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0 .938em
}

.section-recent-posts-with-categories .post-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -.938em
}

.section-recent-posts-with-categories .post-items .post-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5.625em
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-thumbnail {
    padding-right: 1.875em
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item .post-thumbnail {
        padding-right: 0;
        margin-bottom: 40px
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-thumbnail img {
    max-width: 227px;
    border-radius: 50%
}

.section-recent-posts-with-categories .post-items .post-item .post-info {
    letter-spacing: -.01em;
    padding-right: 1em
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item .post-info {
        padding-right: 0
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-info h3 {
    font-size: 1.125em;
    line-height: 1.333em;
    font-weight: 500;
    margin-bottom: .8em
}

.section-recent-posts-with-categories .post-items .post-item .post-info h3 a {
    color: #444
}

.section-recent-posts-with-categories .post-items .post-item .post-info p {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    margin-bottom: 1.1em
}

.section-recent-posts-with-categories .post-items .post-item .post-info .btn-more {
    display: block;
    font-size: .875em;
    font-weight: 400
}

.section-recent-posts-with-categories .post-items .post-item .post-info .btn-more:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.section-products-with-image .section-title, .section-recent-posts-with-categories .section-title {
    font-size: 2.75em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    letter-spacing: -.01em
}

.section-products-with-image .section-header {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #eff5f5;
    margin-bottom: 7em
}

.section-products-with-image .section-header::after {
    display: block;
    content: "";
    clear: both
}

.section-products-with-image .section-header:after {
    background-color: #eff5f5;
    border: 2px solid #eff5f5;
    border-radius: 4px;
    content: "";
    height: 56px;
    left: 5%;
    position: absolute;
    bottom: -19px;
    transform: rotate(45deg);
    width: 56px;
    z-index: 1
}

@media (min-width: 576px) {
    .section-products-with-image .section-header .row {
        flex-direction: column
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-with-image .columns-7 .products:not(.slick-slider) .product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.section-products-with-image .section-title {
    margin-bottom: .909em
}

.section-products-with-image .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    letter-spacing: -.01em;
    padding-right: 2.438em
}

.section-products-with-image .product-image, .section-products-with-image .product-info {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-products-with-image .product-info {
    flex: 0 0 60.8333333333%;
    max-width: 60.8333333333%;
    padding: 6.25em .938em;
    flex: 0 0 auto
}

@media (max-width: 1199px) {
    .section-products-with-image .product-info {
        padding: 4em 2em
    }
}

@media (max-width: 767px) {
    .section-products-with-image .product-info {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-products-with-image .product-image {
    flex: 0 0 39.1666666667%;
    max-width: 39.1666666667%
}

@media (min-width: 1590px) {
    .section-products-with-image .product-image {
        right: -26px;
        top: -19%
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product-image {
        position: absolute
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-with-image .product-image {
        transform: translate(0, -50%);
        top: 50%;
        right: 0
    }
}

@media (max-width: 767px) {
    .section-products-with-image .product-image {
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 9;
        margin-bottom: 30px
    }
}

.section-products-with-image .products {
    padding-bottom: 1.813em
}

.section-products-with-image .products .product .star-rating {
    font-size: 1.143em
}

@media (max-width: 1199px) {
    .section-products-with-image .products .product .star-rating {
        margin-bottom: 16px
    }
}

.section-products-with-image .products .product .woocommerce-loop-product__title, .section-products-with-image .products .product h2, .section-products-with-image .products .product h3 {
    margin-bottom: .8em
}

@media (max-width: 1199px) {
    .section-products-with-image .product .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 46px
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product + .product::before {
        content: " ";
        width: 1px;
        height: 214px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.section-products-with-image .product + .product:hover::before {
    opacity: 0
}

.section-products-with-image .columns-2 .product:nth-child(3)::before {
    opacity: 0
}

.section-products-with-image .columns-3 .product:nth-child(4)::before {
    opacity: 0
}

.section-products-with-image .columns-4 .product:nth-child(5)::before {
    opacity: 0
}

@media (min-width: 1200px) {
    .section-products-with-image .columns-5 .product:nth-child(6)::before {
        opacity: 0
    }
}

.section-products-with-image .columns-5 .product + .product::before {
    height: 300px
}

.section-products-with-image .columns-6 .product:nth-child(7)::before {
    opacity: 0
}

.section-products-with-image .columns-7 .product:nth-child(8)::before {
    opacity: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-with-image .columns-7 .product:nth-child(n+7) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-with-image .columns-7 .product:nth-child(n+5) {
        display: none
    }
}

.section-products-with-image .columns-8 .product:nth-child(9)::before {
    opacity: 0
}

.section-products-with-image .load-more-button {
    display: block;
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding: 1.786em 0 4.286em;
    font-size: .875em;
    letter-spacing: -.01em
}

.section-products-with-image .load-more-button:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.section-products-with-image:last-child .load-more-button {
    padding-bottom: 0
}

.page-template-template-landingpage-v2 .site-main {
    margin-bottom: .063em
}

.page-template-template-landingpage-v2 .section-title {
    font-size: 2.75em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    letter-spacing: -.01em
}

@media (max-width: 767px) {
    .page-template-template-landingpage-v2 .section-title {
        font-size: 1.75em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-landingpage-v2 .section-title {
        font-size: 2em
    }
}

.page-template-template-landingpage-v2 .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    letter-spacing: -.01em
}

.page-template-template-landingpage-v2 .brands-carousel {
    margin-bottom: 0
}

.landing-v2-page-header {
    margin: 0 auto;
    margin-bottom: 1.813em;
    text-align: center;
    padding: 0 1.25em
}

@media (min-width: 768px) {
    .landing-v2-page-header {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .section-media-single-banner .media {
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .section-media-single-banner .media img {
        padding-right: 1.875em
    }
}

.section-media-single-banner .media .media-body, .section-media-single-banner .media img {
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 767px) {
    .section-media-single-banner .media .media-body, .section-media-single-banner .media img {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-media-single-banner .media-body {
    padding-top: 4.563em
}

.section-media-single-banner.media-right .media img {
    order: 2
}

@media (min-width: 768px) {
    .section-media-single-banner.media-right .media img {
        padding-left: 1.875em;
        padding-right: 0
    }
}

.section-media-single-banner.media-right .media .media-body {
    order: 1
}

.section-media-single-banner .section-title {
    margin-bottom: .7em
}

.section-media-single-banner .description p {
    padding-right: 3.063em;
    margin-bottom: 1.438em
}

.section-media-single-banner ul {
    margin: 0 0 1.938em 1em
}

.section-media-single-banner .button, .section-media-single-banner article .more-link, article .section-media-single-banner .more-link {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 2.286em;
    color: #fff;
    font-size: .938em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: .8em;
    padding: .95em 3.22em
}

.quick-scroll {
    line-height: .5;
    text-align: center;
    padding: 1.25em 0 2.125em
}

.quick-scroll a {
    display: inline-block;
    position: relative
}

.quick-scroll a:after, .quick-scroll a:before {
    content: "";
    position: absolute;
    height: 40px;
    border-bottom: 1px solid #c4c4c4;
    top: 0;
    width: 800px
}

.quick-scroll a:before {
    right: 100%;
    margin-right: 25px
}

.quick-scroll a:after {
    left: 100%;
    margin-left: 25px
}

.quick-scroll a .tm-arrow-down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8NJREFUeNrsnG1oTXEcx/+X25jnUkpKKZE3S7zQWmMsjBHNQ6tpIyIhTy/wCq+MMryYEZrHkiGWh+WpiRtviL1ZeWiiPNVqibGVru/P+V5da1u7957He3/f+rTVzj3n9//cc87//P/n30LRaNRo+p5+qkCFqTAVpsJUmEaFqTAVpsJUmEaFqTAVpsJUmArT9JRwJBK5gp+HwGPV0WPywda8vLwSOcOOAZE2Tb10m1z6qYldknfBKlAPpqif/yI+roOV9PTvHnYLrAM3QY56+psc+lhLP9Y9LG6DayALNIBC0JzBsibRw2Z6Md0Jk1wCA3j6zQSvM1DWBLZ/B32Y3oRJzoGB/FABeJdBssax3XvpwfRFmOQEL8/7lPYhA2SNZXsPsP0mEWGSap5p9yjtUxrLGs12VhOTjDDJwS5n2tc0lDWK7atle00qwiT74u5ps0BrGskayXbVsZ22jSV3s5u9A4aniawRbM9tts/2wbd0sxEeYGjAZQ3jCSDj551OzlbIg1wTn4AHBVTWYNb/AmxJ9MOJCpPFZOvBW449swMmK5t1v2E7ok4Li0lbA76Aq+xFg5As1vuZ9Se1kjDZCcTfoBx8Zw+TFQBZday3nPUbN4XFpJWBEDgP+vtUltR1gb+XpSIrVWGSTrCMvc5pH0qTes6CIayzM9Ud2jGn3wFKwBhwnGecHyJ1nOSwZ4kdsuwSJmkHC8FEjsVCPpAldYxnXe127djOt0Y/QLGxpnWrPBZWxTqKWZfxozDJN1AEpoNKj2RV8vhFrMfWhB0ouA3MAQ/AT2NNxrkVOdY8ThK0OXGAsEOFt1JaI/gF9rsgaxd7wgInZ1TCDjZARgLyMuUhe9LDDh5rm7FeFc4wDs/ZhR3+1j9SWiOl1ThwDBkTbjQuzQqHXbhU3sdJk2ehUzbuezWnZwp4HJMOwiQtYLaxpoI7OJRKNSvAHn4ZLW71Km4Jk7xiRxCTVpfCvpYb6+1OIfdr0lGYpJndfgOl1Sexj8XgCJhrPHg778X6sJdgAcd5RQl+dj7Hq/IE3+TFU7FXC+qegUXgDC+rvkS2q+Xnnns15vJyBeITsBRcNNaCtd6Sz+1k+6deDlK9XrL5CJSCy8ZauNZdcvn3Um5vMlmYYa9ZYaxlRV0X9E011oK2Cm5nVJgV6TVl4Vr8gr7J4IaxXlg0+KRO1x8reoucSQMoZwM4CjYl+eiREcIksoBN3vDInNZ23rt8lZD+o49g3sNUmArTqDAVpsJUmApTYRoVpsJUmApTYRoVpsJUmAoLfv4IMAADqLbP8qEyPwAAAABJRU5ErkJggg==);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat
}

.quick-scroll a i:before {
    display: none
}

.wishlist-title {
    padding: 40px 0
}

.wishlist-title h2 {
    font-size: 2.5em;
    line-height: 1.25em;
    color: #090909
}

.wishlist-in-stock {
    color: #1eb41e
}

.yith-wcwl-share .yith-wcwl-share-title {
    margin: 0
}

.yith-wcwl-share > ul {
    margin-left: 0 !important
}

.yith-wcwl-share {
    margin-top: 10px
}

.yith-wcwl-share h4 {
    line-height: 1.5em;
    padding-bottom: .611em;
    font-weight: 500;
    font-size: 1.125em
}

.yith-wcwl-share ul > li > a {
    line-height: 1;
    font-family: FontAwesome;
    font-style: normal
}

.yith-wcwl-share ul > li {
    padding-right: 10px
}

.yith-wcwl-share .facebook:before {
    content: "\f09a";
    color: #3b5998
}

.yith-wcwl-share .twitter:before {
    content: "\f099";
    color: #00aced
}

.yith-wcwl-share .pinterest:before {
    content: "\f0d2";
    color: #cb2027
}

.yith-wcwl-share .googleplus:before {
    content: "\f0d5";
    color: #dd4b39
}

.yith-wcwl-share .email:before {
    content: "\f0e0";
    color: #43454b
}

@media (min-width: 768px) and (max-width: 1199px) {
    article table.cart.wishlist_table td.product-add-to-cart .more-link, table.cart.wishlist_table td.product-add-to-cart .button, table.cart.wishlist_table td.product-add-to-cart article .more-link {
        text-align: center
    }
}

.woocommerce-wishlist table.cart .product-remove {
    display: block;
    position: relative;
    padding-top: 0
}

.woocommerce-wishlist table.cart .product-remove a.remove {
    position: absolute;
    top: 60px
}

@media (max-width: 1200px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart .product-remove a.remove {
        top: 0;
        left: 0
    }
}

.woocommerce-wishlist table.cart .product-thumbnail {
    display: block;
    border-top: 0
}

.woocommerce-wishlist table.cart .product-thumbnail img {
    max-width: 107px;
    margin: 0 auto
}

.woocommerce-wishlist table.cart .product-price del {
    font-weight: 400;
    color: #b8b8b8;
    font-size: .875em;
    margin-left: .214em
}

@media (max-width: 1200px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart .product-add-to-cart a.button, .woocommerce-wishlist table.cart .product-add-to-cart article a.more-link, article .woocommerce-wishlist table.cart .product-add-to-cart a.more-link {
        font-size: 14px
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart td.product-name {
        width: 180px
    }
}

.table-compare {
    border: 1px solid #bebebe;
    margin-bottom: 3.75em;
    border-collapse: collapse
}

.table-compare .product-title {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    height: 42px;
    overflow: hidden;
    margin-bottom: 12px
}

.table-compare img {
    max-width: 250px
}

.table-compare td, .table-compare th {
    border: 1px solid #bebebe
}

.table-compare tbody tr th {
    background-color: #f1f1f1;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    padding: 10px 60px;
    width: 10%
}

.table-compare tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 1em
}

.table-compare tbody tr td .in-stock, .table-compare tbody tr td .out-of-stock {
    font-size: .6875rem;
    padding: 4px .625rem;
    letter-spacing: .6px;
    text-transform: uppercase
}

.table-compare tbody tr td .in-stock {
    border: 1px solid #1abc9c;
    color: #1eb41e
}

.table-compare tbody tr td .out-of-stock {
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.table-compare tbody tr td .product-image, .table-compare tbody tr td .star-rating {
    display: inline-block
}

.table-compare tbody tr td p, .table-compare tbody tr td ul li {
    color: #626060;
    font-size: 1em;
    line-height: 1.563em;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: justify
}

.table-compare tbody tr td ul {
    margin-left: 1em
}

.table-compare tbody tr td .button, .table-compare tbody tr td article .more-link, article .table-compare tbody tr td .more-link {
    border: 2px solid;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: 1em;
    line-height: .786em;
    padding: .74em 1.41575em;
    display: block;
    margin: 0 20px;
    background-color: transparent
}

.table-compare tbody tr td .button:focus, .table-compare tbody tr td .button:hover, .table-compare tbody tr td article .more-link:focus, .table-compare tbody tr td article .more-link:hover, article .table-compare tbody tr td .more-link:focus, article .table-compare tbody tr td .more-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #fff
}

.table-compare tbody tr:first-child td {
    vertical-align: top;
    width: 22%
}

.table-compare tbody .button, .table-compare tbody article .more-link, article .table-compare tbody .more-link {
    padding: .6em 2em
}

.table-compare tbody .price ins {
    text-decoration: none
}

.compare-empty h1 {
    font-size: 3.063em;
    line-height: 1.49em;
    font-weight: 300;
    color: #090909;
    margin-bottom: 1em
}

.return-to-shop {
    text-align: center
}

@media (min-width: 992px) {
    .return-to-shop {
        margin-bottom: 7em
    }
}

.return-to-shop .button, .return-to-shop article .more-link, article .return-to-shop .more-link {
    border: 2px solid;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: 1em;
    line-height: .786em;
    margin-bottom: .8em;
    padding: 1em 3em;
    background-color: transparent
}

.return-to-shop .button:focus, .return-to-shop .button:hover, .return-to-shop article .more-link:focus, .return-to-shop article .more-link:hover, article .return-to-shop .more-link:focus, article .return-to-shop .more-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #fff
}

.return-to-shop .button .icon, .return-to-shop article .more-link .icon, article .return-to-shop .more-link .icon {
    padding-right: 5px
}

#grid-extended .products {
    margin-bottom: 2.813em
}

@media (min-width: 768px) {
    #grid-extended .products .product {
        border: 0
    }
}

#grid-extended .products .product h2.woocommerce-loop-product__title {
    margin-bottom: .714em
}

#grid-extended .products .product .sku_wrapper {
    color: #b3b2b2;
    font-size: .857em;
    margin-bottom: 1.083em;
    display: block
}

@media (max-width: 767px) {
    #grid-extended .products .product .add-to-compare-link, #grid-extended .products .product .button, #grid-extended .products .product article .more-link, article #grid-extended .products .product .more-link {
        display: block;
    }
}

#grid-extended .products .product .woocommerce-product-details__short-description {
    border-top: 1px solid #ebebeb;
    height: 105px;
    overflow: hidden;
    margin-bottom: .714em
}

@media (max-width: 767px) {
    #grid-extended .products .product .woocommerce-product-details__short-description {
        padding-top: 10px
    }
}

#grid-extended .products .product .woocommerce-product-details__short-description > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 1.357em;
    font-weight: 400;
    text-align: left
}

#grid-extended .products .product .woocommerce-product-details__short-description > ul li {
    border-bottom: 1px solid #ebebeb;
    padding: .5em 0 .286em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#grid-extended .products .product .woocommerce-product-details__short-description > p {
    line-height: 29px;
    height: 95px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
    #grid-extended .products .product .button, #grid-extended .products .product article .more-link, article #grid-extended .products .product .more-link {
        margin-left: 1.286em;
        margin-right: 1.286em
    }
}

#grid-extended .products .product:hover {
    border: 0
}

@media (min-width: 768px) {
    #grid-extended .products .product:not(.first)::before {
        content: " ";
        height: 90%;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -1px
    }
}

#grid-extended .products .product .star-rating, .products .list-view-large.product .star-rating, .products .list-view-small.product .star-rating, .products .list-view.product .star-rating {
    font-size: 1.214em;
    letter-spacing: 2.5px;
    width: 6em;
    margin-bottom: .824em
}

#grid-extended .products .product .star-rating:before, .products .list-view-large.product .star-rating:before, .products .list-view-small.product .star-rating:before, .products .list-view.product .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome
}

#grid-extended .products .product .star-rating span:before, .products .list-view-large.product .star-rating span:before, .products .list-view-small.product .star-rating span:before, .products .list-view.product .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome
}

.shop-archive-header:after {
    content: "";
    clear: both;
    display: block
}

@media (max-width: 767px) {
    .shop-archive-header {
        display: none
    }
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.yith-wcwl-add-to-wishlist .add_to_wishlist, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    text-indent: -99999px;
    display: block
}

.yith-wcwl-add-to-wishlist .add_to_wishlist::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    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, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        left: 14px;
        right: auto
    }
}

.yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\6b"
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    color: #e74a6f;
    content: "\f004";
    font-family: FontAwesome
}

.yith-wcwl-add-to-wishlist img {
    display: none !important
}

.yith-wcwl-add-to-wishlist, .yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none
}

#yith-wcwl-popup-message {
    display: none !important
}

.add-to-compare-link {
    font-size: 1em;
    line-height: .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: .243em
}

@media (max-width: 33.9em) {
    .post-author-info .media {
        display: block;
        text-align: center
    }

    .post-author-info .media .media-left {
        padding-right: 0
    }

    .post-author-info .media .media-left a {
        display: inline-block
    }

    .commentlist li div.meta, .commentlist li p.meta, .pings-list li div.meta, .pings-list li p.meta {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .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 .comment #respond, .pings-list .comment #respond {
        flex: 0 0 100%;
        max-width: 100%
    }

    .faq-accordion-wrap .faq-accordion .kc_accordion_header {
        font-size: 1.25em
    }

    table.cart td.actions div.coupon {
        float: none !important
    }

    article table.cart td.actions div.coupon [name=apply_coupon].more-link, table.cart td.actions div.coupon .button[name=apply_coupon], table.cart td.actions div.coupon article [name=apply_coupon].more-link {
        margin: 1.25em 0
    }

    article table.cart td.actions div.coupon [name=apply_coupon].more-link, table.cart td.actions div.coupon .button[name=apply_coupon], table.cart td.actions div.coupon .input-text, table.cart td.actions div.coupon article [name=apply_coupon].more-link, table.cart td.actions div.coupon input[type=text] {
        width: 100%
    }

    article table.cart td.actions [name=update_cart].more-link, table.cart td.actions .button[name=update_cart], table.cart td.actions article [name=update_cart].more-link {
        width: 100%
    }

    .compare-empty h1 {
        font-size: 2.5em;
        line-height: 1.4em
    }

    .footer-newsletter .newsletter-header {
        margin-right: 0;
        text-align: center
    }

    .footer-newsletter .newsletter-body form {
        display: flex
    }

    .section-product-cards-carousel-tabs .site-info .section-products-carousel-tabs-wrap, .site-info .col-full, .site-info .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 47.95em) {
    table.cart.wishlist_table thead {
        display: none
    }

    table.cart.wishlist_table td.product-remove, table.cart.wishlist_table th.product-remove {
        display: block
    }

    table.cart.wishlist_table a.remove {
        float: none
    }

    table.cart td, table.cart th {
        display: block;
        border-top: none !important
    }

    table.cart tbody tr td:last-child {
        border-bottom: 2px solid #eceeef;
        padding-bottom: 1.25em;
        margin-bottom: .625em
    }

    table.cart tbody tr td.actions {
        border-bottom: none
    }

    table.cart .quantity .qty {
        padding: .5em 1em
    }

    table.cart a.remove {
        text-align: left
    }

    .footer-newsletter {
        margin-bottom: 2em
    }

    .footer-newsletter .footer-newsletter-icon {
        font-size: 1.875em;
        display: none
    }

    .footer-newsletter article input[type=text] + .more-link, .footer-newsletter input[type=text] + .button, .footer-newsletter input[type=text] + button, .footer-newsletter input[type=text] + input[type=button], .footer-newsletter input[type=text] + input[type=submit], article .footer-newsletter input[type=text] + .more-link {
        padding-top: .8em;
        padding-bottom: .8em
    }

    .footer-newsletter .newsletter-form .button, .footer-newsletter .newsletter-form article .more-link, article .footer-newsletter .newsletter-form .more-link {
        padding-left: .4em;
        padding-right: .4em
    }

    .footer-newsletter input[type=text] {
        width: 12em
    }

    .footer-payment-info .list-payment-icons .nav-item + .nav-item {
        margin-left: .8em
    }

    .footer-widgets {
        flex-direction: column
    }

    .footer-widgets .widget {
        margin: 0 0 2em
    }

    .footer-widgets .columns:last-child {
        border-left: none
    }

    .footer-widgets .columns:last-child .widget {
        margin-left: 0
    }

    .footer-widgets .columns:last-child .widget-title + ul, .footer-widgets .columns:last-child .widgettitle + ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .footer-social-icons {
        width: 100%
    }

    .footer-social-icons .social-icons.nav {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-social-icons .social-icons.nav .nav-item {
        margin-bottom: .667em;
        margin-right: .6em
    }

    .footer-social-icons .social-icons.nav .nav-item + .nav-item {
        margin-left: 0
    }
}

@media (min-width: 33.9em) and (max-width: 47.9em) {
    .footer-newsletter .newsletter-header {
        margin-right: 1em
    }

    .footer-social-icons .social-icons.nav .nav-item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 47.95em) and (max-width: 62em) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: center
    }

    .footer-newsletter {
        margin-bottom: 2em
    }

    .footer-newsletter .media-body > div {
        display: flex
    }

    .footer-newsletter .newsletter-header {
        margin-right: 2em
    }

    .footer-newsletter input[type=text] {
        width: 13em
    }
}

.top-bar {
    display: none;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}