@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    overflow-x: hidden;
    color: #444;
}
.site-content,
.header-widget-region {
    -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;
}
.related .section-header,
.up-sells .section-header,
.section-products-carousel .section-header,
.deals-carousel-inner-block .section-header,
.section-tours .section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-widget-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-double-carousel .section-header,
.featured-brands-block .section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-categories-carousel .section-header {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-slick-nav a:first-child,
.slick-prev {
    padding-right: 0.52em;
}
.custom-slick-nav a,
.slick-arrow {
    color: #c3c3c3;
}
.custom-slick-nav a:hover,
.slick-arrow:hover {
    color: #464646;
}
@media (max-width: 767px) {
    ul:not(.slick-dots)[role="tablist"] {
        flex-direction: row;
        justify-content: unset !important;
        width: 100%;
        padding-bottom: 0;
    }
    ul:not(.slick-dots)[role="tablist"] li {
        width: 50%;
        flex-shrink: 0;
        text-align: center;
    }
    ul:not(.slick-dots)[role="tablist"] .nav-link {
        padding: 0 !important;
    }
    ul:not(.slick-dots)[role="tablist"] .nav-link::after {
        bottom: 0;
    }
}
/**
 * Embeds
 */

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

form {
    margin-bottom: 0.5em;
}
button,
input,
select,
textarea {
    font-size: 75%;/* Corrects font size not being inherited in all browsers */

    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */

    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
article .more-link,
article.post .more-link,
.added_to_cart {
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */

    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 400;
    text-shadow: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
}
button.cta,
button.alt,
input[type="button"].cta,
input[type="button"].alt,
input[type="reset"].cta,
input[type="reset"].alt,
input[type="submit"].cta,
input[type="submit"].alt,
.button.cta,
article .cta.more-link,
.button.alt,
article .alt.more-link,
.added_to_cart.cta,
.added_to_cart.alt {
    background-color: #2c2d33;
    border-color: #2c2d33;
}
button.cta:hover,
button.alt:hover,
input[type="button"].cta:hover,
input[type="button"].alt:hover,
input[type="reset"].cta:hover,
input[type="reset"].alt:hover,
input[type="submit"].cta:hover,
input[type="submit"].alt:hover,
.button.cta:hover,
article .cta.more-link:hover,
.button.alt:hover,
article .alt.more-link:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
    background-color: #2c2d33;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
article .more-link:hover,
.added_to_cart:hover {
    color: #fff;
}
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading,
article .loading.more-link,
.added_to_cart.loading {
    opacity: 0.5;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
article .small.more-link,
.added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em;
}
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled,
article .disabled.more-link,
.button:disabled,
article .more-link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
.button.disabled:hover,
article .disabled.more-link:hover,
.button:disabled:hover,
article .more-link:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
    opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

    -webkit-appearance: none;
}
input[type="search"] {
    box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
    padding: 9px;
    background-color: #fff;
    color: #444;
    outline: none;
    -webkit-appearance: none;
    border-radius: 2px!important;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1em;
    height: 40px;
    border: 1px solid #ebebeb;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */

    padding-left: 0.875em;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */

    width: 100%;
}
label {
    font-weight: 500;
}
label.inline input {
    width: auto;
}
fieldset {
    padding: 0;
    border: 0;
    margin-bottom: 1.618em;
}
fieldset legend {
    font-weight: 500;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
select {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    padding: 2px 36px 0 20px;
    line-height: 1;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…'0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 20px center;
    background-size: 8px 10px;
    border: 1px solid #ebebeb;
    border-radius: 0.12rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 5px 0;
}
select:focus {
    border-color: #5cb3fd;
    outline: none;
}
select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}
select:disabled {
    color: #636c72;
    cursor: none;
    background-color: #eceeef;
}
select::-ms-expand {
    opacity: 0;
}
.col-full .container{
    margin-left: 0;
}
/**
 * Strictly Layout Styles
 */

.col-full,
.section-top-categories.section-categories-carousel.section-categories-carousel-v1,
.section-product-cards-carousel-tabs .section-tours-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }
}
@media (min-width: 2000px) {
    .col-full,
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .section-product-cards-carousel-tabs .section-tours-wrap {
        width: 1920px;
    }
}
.stretch-full-width,
.site-header.header-v10 .stretched-row,
.deals-carousel-v3,
.section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
@media (min-width:320px) and (max-width:767px){
   .stretched-row{
        display:none;
    } 
}

#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: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    #content #primary {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1700px) {
    #content #primary {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        order: 2;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        #content #primary {
            flex: 0 0 100%;
            max-width: 100%;
            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) {
    @media (max-width: 1699px) {
        #content #secondary {
            flex: 0 0 21.6666666667%;
            max-width: 21.6666666667%;
        }
    }
}
.right-sidebar #content #primary {
    order: 1;
}
.right-sidebar #content #secondary {
    order: 2;
}
@media (min-width: 992px) {
    @media (max-width: 1399px) {
        .left-sidebar #content #primary {
            order: 2;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1399px) {
        .left-sidebar #content #secondary {
            order: 1;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1589px) {
        .left-sidebar #content #primary,
        .right-sidebar #content #primary {
            flex: 0 0 75%;
            max-width: 75%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .left-sidebar #content #primary,
        .right-sidebar #content #primary {
            flex: 0 0 70.8333333333%;
            max-width: 70.8333333333%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1589px) {
        .left-sidebar #content #secondary,
        .right-sidebar #content #secondary {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
}
@media (min-width: 992px) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (max-width: 1589px) {
        .two-sidebar #content #tertiary {
            flex: 0 0 20.8333333333%;
            max-width: 20.8333333333%;
        }
    }
}
@media (min-width: 1025px) {
    .desktop-only {
        display: block;
    }
    .handheld-only {
        display: none;
    }
    .mobile-only {
        display: none;
    }
}
@media (min-width:576px) and (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
    .handheld-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media (max-width:575px) {
    .desktop-only {
        display: none;
    }
    .handheld-only {
        display: none;
    }
    .mobile-only {
        display: block;
        text-align:center;
    }
}
.error404 #content #primary,
.page-template-template-homepage-v1 #content #primary,
.page-template-template-homepage-v2 #content #primary,
.page-template-template-homepage-v3 #content #primary,
.page-template-template-homepage-v4 #content #primary,
.page-template-template-homepage-v7 #content #primary,
.page-template-template-homepage-v8 #content #primary,
.page-template-template-homepage-v9 #content #primary,
.page-template-template-homepage-v10 #content #primary,
.page-template-template-homepage-v11 #content #primary,
.page-template-template-homepage-v12 #content #primary,
.page-template-template-landingpage-v1 #content #primary,
.page-template-template-landingpage-v2 #content #primary,
.page-template-default #content #primary,
.full-width #content #primary {
    order: 1;
}
@media (min-width: 768px) {
    .error404 #content #primary,
    .page-template-template-homepage-v1 #content #primary,
    .page-template-template-homepage-v2 #content #primary,
    .page-template-template-homepage-v3 #content #primary,
    .page-template-template-homepage-v4 #content #primary,
    .page-template-template-homepage-v7 #content #primary,
    .page-template-template-homepage-v8 #content #primary,
    .page-template-template-homepage-v9 #content #primary,
    .page-template-template-homepage-v10 #content #primary,
    .page-template-template-homepage-v11 #content #primary,
    .page-template-template-homepage-v12 #content #primary,
    .page-template-template-landingpage-v1 #content #primary,
    .page-template-template-landingpage-v2 #content #primary,
    .page-template-default #content #primary,
    .full-width #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
        left: auto;
    }
}
.error404 #content #secondary,
.page-template-template-homepage-v1 #content #secondary,
.page-template-template-homepage-v2 #content #secondary,
.page-template-template-homepage-v3 #content #secondary,
.page-template-template-homepage-v4 #content #secondary,
.page-template-template-homepage-v7 #content #secondary,
.page-template-template-homepage-v8 #content #secondary,
.page-template-template-homepage-v9 #content #secondary,
.page-template-template-homepage-v10 #content #secondary,
.page-template-template-homepage-v11 #content #secondary,
.page-template-template-homepage-v12 #content #secondary,
.page-template-template-landingpage-v1 #content #secondary,
.page-template-template-landingpage-v2 #content #secondary,
.page-template-default #content #secondary,
.full-width #content #secondary {
    display: none;
}
@media (min-width: 768px) {
    .page-template-template-page-centered-fullwidth #content #primary {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        left: auto;
        margin: 0 auto;
    }
}
.page-template-template-page-centered-fullwidth #content #sidebar {
    display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    table.shop_table_responsive tbody tr td,
    table.shop_table_responsive tbody tr th {
        text-align: left;
    }
    .site-header {
        padding-top: 2.617924em;
        padding-bottom: 0;
    }
    .site-header .site-branding img {
        max-width: 100%;
        max-height: none;
    }
    .site-branding .site-description {
        margin-bottom: 0;
        display: block;
    }
    .site-header .subscribe-and-connect-connect {
        float: right;
        margin-bottom: 1em;
    }
    .site-header .subscribe-and-connect-connect .icons {
        list-style: none;
        margin: 0;
    }
    .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important;
    }
    .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.5407911001em !important;
        display: inline-block;
    }
    .content-area,
    .widget-area {
        margin-bottom: 0;
        padding-left:30px;
    }
    /**
   * Comments
   */
    .comment-list::after {
        display: block;
        content: "";
        clear: both;
    }
    .comment-list .comment {
        clear: both;
    }
    .comment-list .comment-content {
        padding-bottom: 3.706325903em;
        margin-bottom: 3.706325903em;
    }
    .comment-list .reply {
        clear: both;
        text-align: right;
    }
    #respond {
        padding: 2.617924em;
    }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
    }
    #respond .comment-form-url {
        float: right;
        margin-right: 0;
    }
    #respond .comment-form-comment {
        clear: both;
    }
    /**
   * Content
   */

    .hentry .entry-header {
        margin-bottom: 2.617924em;
    }
    .hentry.type-post::after {
        display: block;
        content: "";
        clear: both;
    }
}
@media (min-width:800px){
    .content-area {
        margin-bottom: 0;
        padding-left:5px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .content-area {
        margin-bottom: 0;
        padding-left:30px;
    }
}
@media (min-width:1200px) and (max-width:1300px){
    .content-area {
        margin-bottom: 0;
        margin-left:auto!important;
    }
}

/**
 * Media
 */

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

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}
table caption {
    padding: 1em 0;
    font-weight: 500;
}
table td,
table th {
    padding: 0.5em;
    text-align: center;
    vertical-align: top;
}
table td p:last-child,
table th p:last-child {
    margin-bottom: 0;
}
table thead th {
    
    padding: 0.5em;
    vertical-align: midde;
    font-weight: 400!important;
}
table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}
table tbody h2 a {
    font-weight: normal;
}
/**
 * Typography
 */
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!important;
    line-height: 1.618;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}
button:focus,
button:hover,
.button:focus,
article .more-link:focus,
.button:hover,
article .more-link:hover,
.btn:focus,
.btn:hover,
.btn-primary:focus,
.btn-primary:hover {
    box-shadow: none;
}
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 0.5407911001em;
    color: #1f1f1f;
    font-family: "Rubik", "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;

}
h1,
.alpha {
    font-size: 2.617924em;
    line-height: 2.65;
    letter-spacing: -1px;
}
h2,
.beta {
    font-size: 2em;
    line-height: 1.214;
}
h3,
.gamma {
    font-size: 1.618em;
    font-weight: 500;
}
h4,
.delta {
    font-size: 1.41575em;
    font-weight: 500;
}
.alpha,
.beta,
.gamma,
.delta {
    display: block;
}
p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
    margin-top: 2.2906835em;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1em;
}
p {
    margin: 0 0 1em;
}
ul,
ol {
    margin: 0 0 0.3em 3em;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
dt {
    font-weight: 500;
}
dd {
    margin: 0 0 1.618em;
}
b,
strong {
    font-weight: 500;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    padding: 0 1em;
    border-left: 3px solid rgba(0, 0, 0, 0.05);
    font-style: italic;
}
address {
    margin: 0 0 1em;
}
pre {
    background: rgba(0, 0, 0, 0.1);
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background-color: rgba(0, 0, 0, 0.05);
    padding: .202em 0.5407911001em;
}
kbd {
    background-color: grey;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
    font-weight: 500;
    background: transparent;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1em;
    width: 100%;
}
th {
    font-weight: 500;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
a {
    color: #2c2d33;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}
/**
 * Alignment
 */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/**
 * Accessibility
 */

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

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

    outline: none;
}
/**
 * Clearing
 */

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    display: block;
    content: "";
    clear: both;
}
.inline {
    display: inline;
}
body.can-uppercase .section-categories-carousel.section-top-categories .readmore-link {
    text-transform: uppercase;
}
.page .hentry.type-page .entry-header {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 4.438em !important;
    position: relative;
}
.page .hentry.type-page .entry-header .entry-title {
    font-size: 2.75em;
    letter-spacing: -0.01em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: 0.273em;
}
.page .hentry.type-page .entry-header .entry-subtitle {
    font-size: 1em;
    letter-spacing: -0.01em;
    line-height: 1.125em;
    color: #9f9f9f;
    font-weight: 400;
}
.page .hentry.type-page .entry-header .page-featured-image {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-title {
    margin-bottom: 0.7em;
}
.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-subtitle {
    font-size: 1.125em;
    line-height: 1.333em;
    color: #090909;
    font-weight: 300;
}
.section-products-carousel .section-header,
.section-products-carousel .homepage-section-header,
.deals-carousel-inner-block .section-header,
.deals-carousel-inner-block .homepage-section-header,
.section-tours .section-header,
.section-tours .homepage-section-header,
.section-landscape-products-carousel .section-header,
.section-landscape-products-carousel .homepage-section-header,
.section-landscape-products-widget-carousel .section-header,
.section-landscape-products-widget-carousel .homepage-section-header,
.section-single-carousel-with-tab-product .section-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header,
.featured-brands-block .section-header,
.featured-brands-block .homepage-section-header,
.section-products-carousel-widget-with-tabs .section-brands .section-header,
.section-products-carousel-widget-with-tabs .section-brands .homepage-section-header,
.section-categories-carousel .section-header,
.section-categories-carousel .homepage-section-header {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 450px) {
    .custom-slick-nav {
        display: flex;
    }
}
.custom-slick-nav a:first-child,
.custom-slick-nav .slick-prev {
    padding-right: 0.52em;
}
.custom-slick-nav a,
.custom-slick-nav .slick-arrow {
    color: #c3c3c3;
}
.custom-slick-nav a:hover,
.custom-slick-nav .slick-arrow:hover {
    color: #464646;
}
/**
 * Comments
 */

.comment-content a {
    word-wrap: break-word;
}
.comments-title,
.pings-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.833em;
    padding-bottom: 0.542em;
    line-height: 1.208em;
    position: relative;
}
.comments-title:after,
.pings-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    width: 3.684em;
}
.comment-reply-title {
    line-height: 1.6em;
    position: relative;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #dddddd;
    color: #090909;
    padding-bottom: 0.48em;
    font-size: 1.5em;
}
.comment-reply-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px;
}
.commentlist,
.pings-list {
    list-style: none;
    margin-left: 0;
}
.commentlist li.comment,
.pings-list li.comment {
    padding: 37px 0;
    list-style: none;
    clear: both;
    border-bottom: 1px solid #ebebeb;
}
.commentlist li.comment::after,
.pings-list li.comment::after {
    display: block;
    content: "";
    clear: both;
}
.commentlist li .comment_container > img,
.pings-list li .comment_container > img {
    display: none;
}
@media (min-width: 768px) {
    .commentlist li .comment_container .comment-text,
    .pings-list li .comment_container .comment-text {
        display: flex;
        flex-wrap: wrap;
    }
}
.commentlist li .comment_container .comment-text .description,
.pings-list li .comment_container .comment-text .description {
    font-weight: 300;
}
@media (max-width: 575px) {
    .commentlist li .comment_container .comment-text .description,
    .pings-list li .comment_container .comment-text .description {
        width: 100%;
        margin-bottom: 1em;
    }
}
@media (min-width: 576px) {
    .commentlist li .comment_container .comment-text .description,
    .pings-list li .comment_container .comment-text .description {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
.commentlist li .comment_container .comment-text .description p:last-of-type,
.pings-list li .comment_container .comment-text .description p:last-of-type {
    margin-bottom: 0;
}
.commentlist li .comment_container .comment-text .comment-content,
.pings-list li .comment_container .comment-text .comment-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
@media (max-width: 575px) {
    .commentlist li .comment_container .comment-text .comment-content,
    .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.commentlist li .comment_container .comment-text .comment-content .description,
.pings-list li .comment_container .comment-text .comment-content .description {
    flex: 0 0 100%;
    max-width: 100%;
}
.commentlist li .comment_container .comment-text .comment-content table,
.pings-list li .comment_container .comment-text .comment-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.commentlist li .comment_container .comment-text .comment-content table th,
.commentlist li .comment_container .comment-text .comment-content table td,
.pings-list li .comment_container .comment-text .comment-content table th,
.pings-list li .comment_container .comment-text .comment-content table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.commentlist li .comment_container .comment-text .comment-content table thead th,
.pings-list li .comment_container .comment-text .comment-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.commentlist li .comment_container .comment-text .comment-content table tbody + tbody,
.pings-list li .comment_container .comment-text .comment-content table tbody + tbody {
    border-top: 2px solid #eceeef;
}
.commentlist li .comment_container .comment-text .comment-content table .table,
.pings-list li .comment_container .comment-text .comment-content table .table {
    background-color: #fff;
}
.commentlist li .comment_container .comment-text .comment-content ul,
.commentlist li .comment_container .comment-text .comment-content ol,
.pings-list li .comment_container .comment-text .comment-content ul,
.pings-list li .comment_container .comment-text .comment-content ol {
    margin-bottom: 1.4em;
}
.commentlist li .comment_container .comment-text .comment-content blockquote,
.pings-list li .comment_container .comment-text .comment-content blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 1.429em 2.714em;
    padding: 0;
    font-style: italic;
}
.commentlist li .comment_container .comment-text .comment-content blockquote::before,
.pings-list li .comment_container .comment-text .comment-content blockquote::before {
    color: #a7a7a7;
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 1.786em;
    margin-left: -1.5em;
    margin-top: -.4em;
}
.commentlist li .comment_container .comment-text .star-rating,
.pings-list li .comment_container .comment-text .star-rating {
    letter-spacing: 3px;
    width: 6em;
    /*rtl:6.2em */

}
.commentlist li .comment_container .star-rating,
.pings-list li .comment_container .star-rating {
    order: 3;
}
.commentlist li:last-child,
.pings-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.commentlist li .avatar,
.pings-list li .avatar {
    float: left;
    width: 2.2906835em;
    height: auto;
    margin-right: 1em;
}
.commentlist li p.meta,
.commentlist li div.meta,
.pings-list li p.meta,
.pings-list li div.meta {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
@media (max-width: 575px) {
    .commentlist li p.meta,
    .commentlist li div.meta,
    .pings-list li p.meta,
    .pings-list li div.meta {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50px;
    }
}
.commentlist li p.meta .woocommerce-review__author,
.commentlist li div.meta .woocommerce-review__author,
.pings-list li p.meta .woocommerce-review__author,
.pings-list li div.meta .woocommerce-review__author {
    font-size: 18px;
    font-weight: normal;
    color: #626060;
    line-height: 1.2;
}
.commentlist li p.meta .woocommerce-review__published-date,
.commentlist li div.meta .woocommerce-review__published-date,
.pings-list li p.meta .woocommerce-review__published-date,
.pings-list li div.meta .woocommerce-review__published-date {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 400;
}
.commentlist li p.meta .woocommerce-review__dash,
.commentlist li div.meta .woocommerce-review__dash,
.pings-list li p.meta .woocommerce-review__dash,
.pings-list li div.meta .woocommerce-review__dash {
    display: none;
}
.commentlist li ol.children,
.pings-list li ol.children {
    margin-top: 2.2em;
    border-top: 1px solid #ebebeb;
}
.comments-area .commentlist li div.meta,
.comments-area .commentlist li p.meta,
.comments-area .pings-list li div.meta,
.comments-area .pings-list li p.meta {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
}
@media (max-width: 575px) {
    .comments-area .commentlist li div.meta,
    .comments-area .commentlist li p.meta,
    .comments-area .pings-list li div.meta,
    .comments-area .pings-list li p.meta {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.comments-area .commentlist li .comment_container > img,
.comments-area .pings-list li .comment_container > img {
    display: block;
}
.comments-area .commentlist li .avatar,
.comments-area .pings-list li .avatar {
    width: 3em;
}
.comments-area .comment-navigation {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.comments-area .commentlist li .comment_container .comment-text .comment-content,
.comments-area .pings-list li .comment_container .comment-text .comment-content {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
}
@media (max-width: 575px) {
    .comments-area .commentlist li .comment_container .comment-text .comment-content,
    .comments-area .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.commentlist .comment .reply,
.commentlist .pingback .reply,
.pings-list .comment .reply,
.pings-list .pingback .reply {
    text-align: right;
    padding-top: 1em;
    font-size: 14px;
}
.commentlist .comment .reply a:hover,
.commentlist .comment .reply a:focus,
.commentlist .pingback .reply a:hover,
.commentlist .pingback .reply a:focus,
.pings-list .comment .reply a:hover,
.pings-list .comment .reply a:focus,
.pings-list .pingback .reply a:hover,
.pings-list .pingback .reply a:focus {
    text-decoration: none;
}
.commentlist .comment .reply .comment-edit-link + .comment-reply-link::before,
.commentlist .pingback .reply .comment-edit-link + .comment-reply-link::before,
.pings-list .comment .reply .comment-edit-link + .comment-reply-link::before,
.pings-list .pingback .reply .comment-edit-link + .comment-reply-link::before {
    content: "/";
    padding: 0 4px 0 2px;
}
.commentlist .comment #respond,
.commentlist .pingback #respond,
.pings-list .comment #respond,
.pings-list .pingback #respond {
    background: #f5f5f5;
    padding: 1.438em;
    margin-top: 1.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: 0.75em;
}
.commentlist .comment #respond .comment-reply-title small a:hover,
.commentlist .comment #respond .comment-reply-title small a:focus,
.commentlist .pingback #respond .comment-reply-title small a:hover,
.commentlist .pingback #respond .comment-reply-title small a:focus,
.pings-list .comment #respond .comment-reply-title small a:hover,
.pings-list .comment #respond .comment-reply-title small a:focus,
.pings-list .pingback #respond .comment-reply-title small a:hover,
.pings-list .pingback #respond .comment-reply-title small a:focus {
    text-decoration: none;
}
#respond.comment-respond {
    padding: 0;
}
#respond.comment-respond .comment-reply-title {
    display: block;
    font-size: 24px;
    padding-bottom: .2em;
    margin-bottom: 30px;
}
#respond.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}
#respond.comment-respond .comment-form label {
    font-weight: normal;
    color: #626060;
    display: block;
}
#respond.comment-respond .comment-form .comment-notes,
#respond.comment-respond .comment-form .comment-form-rating,
#respond.comment-respond .comment-form .comment-form-comment,
#respond.comment-respond .comment-form .form-submit,
#respond.comment-respond .comment-form .comment-form-url {
    flex: 0 0 100%;
    max-width: 100%;
}
#respond.comment-respond .comment-form .comment-form-author,
#respond.comment-respond .comment-form .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
}
#respond.comment-respond .comment-form .comment-form-author input,
#respond.comment-respond .comment-form .comment-form-email input {
    width: 100%;
}
#respond.comment-respond .comment-form .comment-form-author {
    order: 3;
    padding-right: 15px;
}
#respond.comment-respond .comment-form .comment-form-email {
    order: 4;
    padding-left: 15px;
}
#respond.comment-respond .comment-form .comment-form-comment {
    order: 6;
    margin-bottom: 27px;
}
#respond.comment-respond .comment-form .comment-form-url {
    order: 5;
}
#respond.comment-respond .comment-form .form-submit {
    order: 7;
}
#respond.comment-respond .comment-form .form-submit input[type=submit] {
    background-color: transparent;
    font-size: 14px;
    border: 2px solid;
    border-radius: 50px;
    padding: 5px 40px;
}
#respond.comment-respond .comment-form .form-submit input[type=submit]:hover {
    color: #fff;
}
#respond.comment-respond .comment-form > p {
    margin-bottom: 1.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: -0.01em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
#respond.comment-respond .comment-form > p input[type="submit"] {
    border-radius: 1.438em;
    color: #fff;
}
#respond.comment-respond .comment-form > p .input-text,
#respond.comment-respond .comment-form > p input[type="email"],
#respond.comment-respond .comment-form > p input[type="password"],
#respond.comment-respond .comment-form > p input[type="search"],
#respond.comment-respond .comment-form > p input[type="text"],
#respond.comment-respond .comment-form > p input[type="url"],
#respond.comment-respond .comment-form > p textarea {
    width: 100%;
}
/**
 * Main content area
 */

.site-main {
    margin-bottom: 2.617924em;
}
.site-content {
    outline: none;
}
.page-template-template-homepage .site-main {
    padding-top: 4.235801032em;
}
/**
 * Content
 */

.hentry {
    margin: 0 15px 4.235801032em;
}
.hentry .wp-post-image,
.hentry .media-attachment img {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto;
}
.hentry .entry-header {
    margin-bottom: -1em;
}
.hentry .entry-header .posted-on,
.hentry .entry-header .byline {
    font-size: 0.875em;
}
.hentry .entry-header .posted-on a,
.hentry .entry-header .byline a {
    font-weight: 400;
    text-decoration: underline;
}
.hentry .entry-header .posted-on a:hover,
.hentry .entry-header .byline a:hover {
    text-decoration: none;
}
.hentry .entry-meta {
    font-weight: 300;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1em;
}
.author .avatar {
    width: 64px;
    margin-bottom: 1em;
}
/**
 * Footer
 */

.site-footer {
    background-color: #f9f9f9;
    color: #626262;
    padding: 0;
    font-size: 0.938em;
}
.site-footer .before-footer-wrap {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 3.001em;
    padding-bottom: 2.331em;
    border-bottom: 1px solid #e7e5e5;
    border-top: 1px solid #e7e5e5;

}
.site-footer .before-footer-wrap::after {
    display: block;
    content: "";
    clear: both;
}
.site-footer .before-footer-wrap .col-full,
.site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
.site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1589px) and (min-width: 1024px) {
    .site-footer .before-footer-wrap .col-full,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap {
                flex-direction: column;

    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter {
        margin-bottom: 2em;
    }
}
@media (max-width: 700px) {
    .site-footer .before-footer-wrap .col-full,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 700px) {
    .site-footer .before-footer-wrap .col-full .footer-newsletter .media-body > div,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media-body > div,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter .media-body > div,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter .media-body > div {
        display: flex;
        flex-direction: column;
    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter .newsletter-header,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .newsletter-header,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter .newsletter-header,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter .newsletter-header {
        margin-bottom: 1em;
    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter form.newsletter-form,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter form.newsletter-form {
        display: flex;
        flex-direction: column;
    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form input[type=text],
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form input[type=text],
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter form.newsletter-form input[type=text],
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter form.newsletter-form input[type=text] {
        margin-bottom: .8em;
        width: 100%;
    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form button,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form button,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter form.newsletter-form button,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter form.newsletter-form button {
        border-radius: 5px;
        margin: 0px;
    }
}
@media (max-width: 450px) {
    .site-footer .before-footer-wrap .col-full .footer-newsletter .media,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter .media,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter .media {
        display: flex;
        flex-direction: column;
    }
    .site-footer .before-footer-wrap .col-full .footer-newsletter .media i,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media i,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap .footer-newsletter .media i,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap .footer-newsletter .media i {
        margin-bottom: .3em;
    }
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer strong {
    color: #1f1f1f;
    font-weight: 500;
}
.site-footer .footer-widgets-block {
    margin-bottom: 2em;
    padding-top: 2em;
}
.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 (min-width: 576px) {
        .site-footer .footer-widgets-block .footer-contact {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .site-footer .footer-widgets-block .footer-contact {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .site-footer .footer-widgets-block .footer-contact {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (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: 320px) and (max-width:767px){
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-widgets {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
.site-info {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #222;
    color: #bababa;
    font-size: 0.933em;
    letter-spacing: -0.034em;
    padding: 1.679em 0;
}
.site-info::after {
    display: block;
    content: "";
    clear: both;
}
.site-info .col-full,
.site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
.site-info .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .site-info .section-tours-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
.site-info a {
    color: #bababa;
}
.site-info a:focus,
.site-info a:hover {
    color: #bababa;
}
.site-info .fa-heart {
    color: #fd4b4b;
}
.contact-payment-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1590px) {
    .contact-payment-wrap .footer-contact-info {
        max-width: 410px;
        flex-basis: 410px;
    }
}
.contact-payment-wrap .footer-contact-info,
.contact-payment-wrap .footer-payment-info {
    padding: 0 15px;
}
@media (min-width: 1200px) {
    @media (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) {
    @media (max-width: 1589px) {
        .contact-payment-wrap .footer-payment-info .list-payment-icons .payment-icon-image {
            width: 100%;
        }
    }
}
@media (min-width: 1590px) {
    .contact-payment-wrap .footer-payment-info {
        flex-basis: 340px;
    }
}
@media (max-width: 767px) {
    .contact-payment-wrap .footer-contact-info {
        margin-bottom: 40px;
    }
}
/**
 * Header
 */

@media (min-width: 1200px) {
    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (min-width: 2000px) {
    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-left: 17%;
        padding-right: 17%;
    }
}
.site-header .departments-menu,
.site-header .site-branding {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*@media (min-width: 1591px) and (max-width:1700px) {
      @include make-col(2.3);
    }*/
}
@media (min-width: 576px) {
    .site-header .departments-menu,
    .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .site-header .departments-menu,
    .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .site-header .departments-menu,
    .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .site-header .departments-menu,
    .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1590px) {
    .site-header .departments-menu,
    .site-header .site-branding {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}
.site-header .site-branding {
    margin-bottom: 1.533em;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-header .site-branding {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
}
@media (min-width: 1400px) {
    @media (max-width: 1589px) {
        .site-header .site-branding {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header .site-branding {
            flex: 0 0 20.8333333333%;
            max-width: 20.8333333333%;
        }
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (max-width: 1199px) {
        .site-header .departments-menu {
            flex: 0 0 26.6666666667%;
            max-width: 26.6666666667%;
        }
    }
}
@media (min-width: 768px) {
    @media (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) {
    @media (max-width: 1199px) {
        .site-header .secondary-navigation,
        .site-header .primary-navigation {
            flex: 0 0 37.5%;
            max-width: 37.5%;
        }
    }
}
@media (min-width: 992px) {
    .site-header .navbar-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .site-header .navbar-search {
            margin-bottom: 0;
        }
    }
}
@media (min-width: 1590px) {
    .site-header .primary-navigation {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (max-width: 1199px) {
        .site-header .secondary-navigation {
            margin-bottom: 0.8em;
        }
    }
}
@media (min-width: 1590px) {
    .site-header .secondary-navigation {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-header .secondary-navigation {
            flex: 0 0 20.8333333333%;
            max-width: 20.8333333333%;
        }
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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-phone {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .site-header .site-header-phone {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .site-header .site-header-phone {
        padding-right: 15px;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .site-header .site-header-phone {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .site-header .site-header-phone {
        padding-right: 15px;
        padding-left: 0;
    }
}
@media (min-width: 1590px) {
    .site-header .site-header-phone {
        flex: 0 0 9.5402299167%;
        max-width: 9.5402299167%;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 2000px) {
        .site-header .site-header-phone {
            flex: 0 0 35.0402299167%;
            max-width: 35.0402299167%;
            padding-right: 0;
            text-align: right;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-header .site-header-phone {
            width: 100%;
            margin-left: 0.5em;
            margin-bottom: 10px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-header .site-header-phone li{
            width: 100%;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .site-header .site-header-phone {
            flex: 0 0 36%;
            max-width: 36%;
            margin-left: 0.5em;
        }
    }
}
.call-center{
    color: #00499c;
    margin-right: 4%;
}
.call-center:last-child{
    margin-right: 0;
}
.site-header-phone .cart-contents .contact {
    font-weight: 500;
    line-height: 1.24;
    padding-bottom: 5px;
    padding-right: 0.5em;
    width: 100%;
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header-phone .cart-contents .contact {
            font-weight: 500;
            line-height: 1.24;
            padding-left: 1em;
            padding-right: 0;
            width: 100%;
        }
    }
}


.site-header-phone .cart-contents .contact .price-label {
    font-weight: 400;
    display: block;
    font-size: 1.2em;
    color: #000000;
}
.site-header-phone .cart-contents i {
    font-size: 1.733em;
}

.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: 0;
    }
}
@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) {
    @media (max-width: 1699px) {
        .site-header .site-header-cart {
            flex: 0 0 18.0402299167%;
            max-width: 18.0402299167%;
            padding-right: 0;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header .site-header-cart {
            flex: 0 0 18%;
            max-width: 18%;
            margin-left: 0.5em;
        }
    }
}


.site-header .nav li a:hover,
.site-header .nav li a:focus,
.site-header .nav li a:active {
    text-decoration: none;
    outline: none;
}
@media (min-width: 1700px) and (max-width: 1900px) {
    .page-template-template-homepage-v1 .site-header .departments-menu,
    .page-template-template-homepage-v2 .site-header .departments-menu {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%;
    }
}
.site-header {
    font-size: 0.938em;
    color: #444;
    background: #fff center center;
    position: relative;
    padding-top: 1em;
    padding-bottom: 1.867em;
    z-index: 999;
}
@media (max-width: 1199px) {
    .site-header {
        z-index: 999999;
    }
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
    display: block;
}
@media (min-width: 500px) {
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img,
    .site-header .custom-logo-link img {
        max-width: 240px;
    }
}
@media (min-width: 1024px) {
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img,
    .site-header .custom-logo-link img {
        max-width: 100%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
}
.site-header .site-logo-anchor svg,
.site-header .site-logo-link svg,
.site-header .custom-logo-link svg {
    min-width: 176px;
    height: 28px;
}
.site-header .widget {
    margin-bottom: 0;
}
.page-template-template-homepage-v1 .site-header {
    padding-bottom: 0.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: 0.875em;
    display: none;
}
.site-header.header-v1 .sticky-wrapper + .row,
.site-header.header-v1 .row + .row {
    align-items: center;
}
.site-header.header-v2,
.site-header.header-v3,
.site-header.header-v4,
.site-header.header-v9,
.site-header.header-v10 {
    padding-bottom: 1em;
}
.site-header.header-v2 .row,
.site-header.header-v3 .row,
.site-header.header-v4 .row,
.site-header.header-v9 .row,
.site-header.header-v10 .row {
    align-items: center;
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .site-header.header-v2 .col-full .row + .row,
        .site-header.header-v2 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row,
        .site-header.header-v2 .section-product-cards-carousel-tabs .section-tours-wrap .row + .row,
        .section-product-cards-carousel-tabs .site-header.header-v2 .section-tours-wrap .row + .row,
        .site-header.header-v3 .col-full .row + .row,
        .site-header.header-v3 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row,
        .site-header.header-v3 .section-product-cards-carousel-tabs .section-tours-wrap .row + .row,
        .section-product-cards-carousel-tabs .site-header.header-v3 .section-tours-wrap .row + .row,
        .site-header.header-v4 .col-full .row + .row,
        .site-header.header-v4 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row,
        .site-header.header-v4 .section-product-cards-carousel-tabs .section-tours-wrap .row + .row,
        .section-product-cards-carousel-tabs .site-header.header-v4 .section-tours-wrap .row + .row,
        .site-header.header-v9 .col-full .row + .row,
        .site-header.header-v9 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row,
        .site-header.header-v9 .section-product-cards-carousel-tabs .section-tours-wrap .row + .row,
        .section-product-cards-carousel-tabs .site-header.header-v9 .section-tours-wrap .row + .row,
        .site-header.header-v10 .col-full .row + .row,
        .site-header.header-v10 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row,
        .site-header.header-v10 .section-product-cards-carousel-tabs .section-tours-wrap .row + .row,
        .section-product-cards-carousel-tabs .site-header.header-v10 .section-tours-wrap .row + .row {
            justify-content: flex-start;
        }
    }
}
.site-header.header-v2 .site-branding,
.site-header.header-v3 .site-branding,
.site-header.header-v4 .site-branding,
.site-header.header-v9 .site-branding,
.site-header.header-v10 .site-branding {
    flex: 0 0 12.3333333333%;
    max-width: 12.3333333333%;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-header.header-v2 .site-branding,
        .site-header.header-v3 .site-branding,
        .site-header.header-v4 .site-branding,
        .site-header.header-v9 .site-branding,
        .site-header.header-v10 .site-branding {
            flex: 0 0 17.8333333333%;
            max-width: 17.8333333333%;
        }
    }
}
@media (min-width: 1400px) {
    @media (max-width: 1589px) {
        .site-header.header-v2 .site-branding,
        .site-header.header-v3 .site-branding,
        .site-header.header-v4 .site-branding,
        .site-header.header-v9 .site-branding,
        .site-header.header-v10 .site-branding {
            flex: 0 0 21.8333333333%;
            max-width: 21.8333333333%;
        }
    }
}
@media (min-width: 1590px) {
    @media (max-width: 1699px) {
        .site-header.header-v2 .site-branding,
        .site-header.header-v3 .site-branding,
        .site-header.header-v4 .site-branding,
        .site-header.header-v9 .site-branding,
        .site-header.header-v10 .site-branding {
            flex: 0 0 18.3333333333%;
            max-width: 18.3333333333%;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .site-header.header-v2 .site-branding{
            flex: 0 0 22%;
            max-width: 22%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-header.header-v2 .site-branding{
            padding-bottom:10px;
        }
    }
}
.site-header.header-v2 .row + .sticky-wrapper,
.site-header.header-v2 .row + .row,
.site-header.header-v3 .row + .sticky-wrapper,
.site-header.header-v3 .row + .row,
.site-header.header-v4 .row + .sticky-wrapper,
.site-header.header-v4 .row + .row,
.site-header.header-v9 .row + .sticky-wrapper,
.site-header.header-v9 .row + .row,
.site-header.header-v10 .row + .sticky-wrapper,
.site-header.header-v10 .row + .row {
    margin: 0.6em 0 0;
}
@media (max-width: 991px) {
    .site-header.header-v2 .row + .sticky-wrapper,
    .site-header.header-v2 .row + .row,
    .site-header.header-v3 .row + .sticky-wrapper,
    .site-header.header-v3 .row + .row,
    .site-header.header-v4 .row + .sticky-wrapper,
    .site-header.header-v4 .row + .row,
    .site-header.header-v9 .row + .sticky-wrapper,
    .site-header.header-v9 .row + .row,
    .site-header.header-v10 .row + .sticky-wrapper,
    .site-header.header-v10 .row + .row {
        margin: 1.3em 0 0;
    }
}
@media (min-width: 1200px) {
    .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,
    .site-header.header-v10 .row + .sticky-wrapper .row {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .site-header.header-v2 .row + .sticky-wrapper,
    .site-header.header-v2 .row + .row {
        margin: 1.2em 0 0;
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-header.header-v2 .row + .sticky-wrapper,
        .site-header.header-v2 .row + .row {
            margin: 0;
        }
    }
}
.site-header.header-v2 .navbar-primary {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1400px) {
    @media (max-width: 1589px) {
        .site-header.header-v3 .navbar-search {
            padding-left: 35px;
        }
    }
}
@media (min-width: 1590px) {
    @media (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-navigation .btn,
    .site-header.header-v4 .sticky-wrapper .handheld-navigation button,
    .site-header.header-v4 .sticky-wrapper .handheld-header-cart-link {
        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 ul.header-compare.nav,
    .site-header.header-v4 ul.header-wishlist.nav,
    .site-header.header-v4 .site-header-cart {
        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: 0.933em;
}
.site-header.header-v6 .header-action-btn i {
    font-size: 2.143em;
    padding-left: 0.267em;
}
.page-template-template-homepage-v9 .header-v4,
.page-template-template-homepage-v10 .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-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,
.page-template-template-homepage-v12 .header-v6,
.page-template-template-homepage-v12 .header-v7,
.page-template-template-homepage-v12 .header-v8 {
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.6);
}
.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,
.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 {
    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, 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-navigation .btn,
    .site-header.header-v5 .sticky-wrapper .handheld-navigation button,
    .site-header.header-v5 .sticky-wrapper .handheld-header-cart-link {
        color: #fff;
    }
}
.site-header.header-v5 .site-branding {
    margin: 0;
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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 > .dropdown-menu,
.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before,
.header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu,
.header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before {
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu,
.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before,
.header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu,
.header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before {
    transition: all 0.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: 0.1em 0;
        margin: 0 15px;
    }
}
@media (min-width: 1200px) {
    .site-header.header-v7 .primary-navigation {
        flex: 0 0 33%;
        max-width: 33%;
    }
}
.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;
    margin:auto;
}
@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) {
    @media (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 .primary-navigation .nav .menu-item-has-children > .dropdown-menu,
    .site-header.header-v8 .primary-navigation .nav .menu-item-has-children > .dropdown-menu,
    .site-header.header-v8 .navbar-primary .nav .menu-item-has-children > .dropdown-menu,
    .site-header.header-v8 .navbar-primary .nav .menu-item-has-children > .dropdown-menu {
        top: 66px;
    }
    .site-header.header-v8 .primary-navigation .nav .dropdown-menu .show > .dropdown-menu,
    .site-header.header-v8 .primary-navigation .nav .dropdown-menu .show > .dropdown-menu,
    .site-header.header-v8 .navbar-primary .nav .dropdown-menu .show > .dropdown-menu,
    .site-header.header-v8 .navbar-primary .nav .dropdown-menu .show > .dropdown-menu {
        left: 100%;
        top: 0;
    }
}
.site-header.header-v9 {
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    padding: 0.96em 0;
}
.site-header.header-v9 .row {
    align-items: center;
}
@media (min-width: 1200px) {
    @media (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: 0.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: 7px 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: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
    font-size: 0.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:before,
button.menu-toggle:after,
button.menu-toggle span: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 {
    -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;
}
.nav-menu,
.main-navigation div.menu > ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    /* We have to use max-height because `height` isn't animatable */

    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: 0.875em 0;
    display: block;
}
.main-navigation ul li a:hover {
    color: #e6e6e6;
}

.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-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,
.home-v10-slider .custom.tp-bullets,
.home-v11-slider .custom.tp-bullets,
.home-v12-slider .custom.tp-bullets {
    text-align: center;
    display: flex;
    align-items: center;
}
.home-v1-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,
.home-v10-slider .custom.tp-bullets::before,
.home-v11-slider .custom.tp-bullets::before,
.home-v12-slider .custom.tp-bullets::before {
    display: none;
}
.home-v1-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,
.home-v10-slider .custom.tp-bullets .tp-bullet,
.home-v11-slider .custom.tp-bullets .tp-bullet,
.home-v12-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-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,
.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 {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    z-index: 1;
    flex-shrink: 0;
}
.home-v1-slider .tm-long-arrow-right,
.home-v1-slider .tm-long-arrow-left,
.home-v2-slider .tm-long-arrow-right,
.home-v2-slider .tm-long-arrow-left,
.home-v3-slider .tm-long-arrow-right,
.home-v3-slider .tm-long-arrow-left,
.home-v4-slider .tm-long-arrow-right,
.home-v4-slider .tm-long-arrow-left,
.home-v5-slider .tm-long-arrow-right,
.home-v5-slider .tm-long-arrow-left,
.home-v6-slider .tm-long-arrow-right,
.home-v6-slider .tm-long-arrow-left,
.home-v10-slider .tm-long-arrow-right,
.home-v10-slider .tm-long-arrow-left,
.home-v11-slider .tm-long-arrow-right,
.home-v11-slider .tm-long-arrow-left,
.home-v12-slider .tm-long-arrow-right,
.home-v12-slider .tm-long-arrow-left {
    margin-left: 7px;
    font-size: 31px;
}
@media (max-width: 480px) {
    .home-v1-slider .tm-long-arrow-right,
    .home-v1-slider .tm-long-arrow-left,
    .home-v2-slider .tm-long-arrow-right,
    .home-v2-slider .tm-long-arrow-left,
    .home-v3-slider .tm-long-arrow-right,
    .home-v3-slider .tm-long-arrow-left,
    .home-v4-slider .tm-long-arrow-right,
    .home-v4-slider .tm-long-arrow-left,
    .home-v5-slider .tm-long-arrow-right,
    .home-v5-slider .tm-long-arrow-left,
    .home-v6-slider .tm-long-arrow-right,
    .home-v6-slider .tm-long-arrow-left,
    .home-v10-slider .tm-long-arrow-right,
    .home-v10-slider .tm-long-arrow-left,
    .home-v11-slider .tm-long-arrow-right,
    .home-v11-slider .tm-long-arrow-left,
    .home-v12-slider .tm-long-arrow-right,
    .home-v12-slider .tm-long-arrow-left {
        margin-left: 7px;
        font-size: 19px;
    }
    .home-v1-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,
    .home-v10-slider .slider-sm-btn,
    .home-v11-slider .slider-sm-btn,
    .home-v12-slider .slider-sm-btn {
        padding: 6px 10px !important;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .home-v1-slider .tm-long-arrow-right,
    .home-v1-slider .tm-long-arrow-left,
    .home-v2-slider .tm-long-arrow-right,
    .home-v2-slider .tm-long-arrow-left,
    .home-v3-slider .tm-long-arrow-right,
    .home-v3-slider .tm-long-arrow-left,
    .home-v4-slider .tm-long-arrow-right,
    .home-v4-slider .tm-long-arrow-left,
    .home-v5-slider .tm-long-arrow-right,
    .home-v5-slider .tm-long-arrow-left,
    .home-v6-slider .tm-long-arrow-right,
    .home-v6-slider .tm-long-arrow-left,
    .home-v10-slider .tm-long-arrow-right,
    .home-v10-slider .tm-long-arrow-left,
    .home-v11-slider .tm-long-arrow-right,
    .home-v11-slider .tm-long-arrow-left,
    .home-v12-slider .tm-long-arrow-right,
    .home-v12-slider .tm-long-arrow-left {
        font-size: 19px;
    }
    .home-v1-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,
    .home-v10-slider .slider-sm-btn,
    .home-v11-slider .slider-sm-btn,
    .home-v12-slider .slider-sm-btn {
        padding: 8px 15px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .home-v1-slider .tm-long-arrow-right,
    .home-v1-slider .tm-long-arrow-left,
    .home-v2-slider .tm-long-arrow-right,
    .home-v2-slider .tm-long-arrow-left,
    .home-v3-slider .tm-long-arrow-right,
    .home-v3-slider .tm-long-arrow-left,
    .home-v4-slider .tm-long-arrow-right,
    .home-v4-slider .tm-long-arrow-left,
    .home-v5-slider .tm-long-arrow-right,
    .home-v5-slider .tm-long-arrow-left,
    .home-v6-slider .tm-long-arrow-right,
    .home-v6-slider .tm-long-arrow-left,
    .home-v10-slider .tm-long-arrow-right,
    .home-v10-slider .tm-long-arrow-left,
    .home-v11-slider .tm-long-arrow-right,
    .home-v11-slider .tm-long-arrow-left,
    .home-v12-slider .tm-long-arrow-right,
    .home-v12-slider .tm-long-arrow-left {
        font-size: 20px;
    }
    .home-v1-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,
    .home-v10-slider .slider-sm-btn,
    .home-v11-slider .slider-sm-btn,
    .home-v12-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-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,
    .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 {
        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: 1em;
}
.full-width-banner .banner-bg .caption {
    letter-spacing: -0.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: 0.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: 0.267em;
    font-weight: 500;
    font-size: 0.938em;
    line-height: 1.2em;
    padding: .74em 2.1em;
    align-items: center;
    margin-left: 2.5em;
    letter-spacing: -0.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 article .more-link:focus,
article .full-width-banner .banner-bg .more-link:focus,
.full-width-banner .banner-bg .button:hover,
.full-width-banner .banner-bg article .more-link:hover,
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,
.banner.text-in-left .banner-lg {
    padding-left: 1em;
    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: 0.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: 0.035em;
    margin-bottom: 0.682em;
}
.banners .banner.banner-short,
.banners .banner.banner-long {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .banners .banner.banner-short,
    .banners .banner.banner-long {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .banners .banner.banner-short,
    .banners .banner.banner-long {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .banners .banner.banner-short,
    .banners .banner.banner-long {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .banners .banner.banner-short,
    .banners .banner.banner-long {
        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;
}
.slider-with-banners,
.side-banners {
    margin-bottom: 2.813em;
}
.slider-with-banners .banner .banner-bg,
.side-banners .banner .banner-bg {
    height: 256px;
}
@media (min-width: 1590px) {
    .slider-with-banners .banner + .banner,
    .side-banners .banner + .banner {
        margin-top: 1.25em;
    }
}
@media (max-width: 767px) {
    .slider-with-banners .banner + .banner,
    .side-banners .banner + .banner {
        margin-top: 20px;
    }
}
.slider-with-banners {
    margin-right: -32px;
}
.slider-with-banners .col-sm-7 {
    padding-left: 0.75em;
}
@media (min-width: 1700px) {
    .slider-with-banners .banner {
        width: 414px;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1589px) {
        .slider-with-banners .banner {
            padding-right: 10px;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
}
@media (min-width: 768px) {
    @media (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) {
    @media (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: 0.286em;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 0.786em;
    padding: 0.74em 2.43em;
    text-align: center;
}
.banner-action.button:focus,
article .banner-action.more-link:focus,
.banner-action.button:hover,
article .banner-action.more-link:hover {
    text-decoration: none;
    color: #fff;
}
.banner .banner-lg,
.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;
}
.techmarket-banner .banner-bg .caption ul.subtitle,
.banner .banner-bg .caption ul.subtitle {
    font-size: 1.125em;
    line-height: 1.833em;
    color: #6b6b6b;
    font-weight: 300;
}
.techmarket-banner .banner-bg .banner-partnership .caption h3,
.banner .banner-bg .caption h3{
    font-size: 1.45em;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.04em;
    line-height: 1.214em;
}
@media (min-width:768px) and (max-width: 991px){
    .banner .banner-bg .caption h3{
        font-size: 1em!important;
        line-height: 1.05em!important;
    }
}
.banner-lg .caption h3,
.banner .banner-lg .caption h3{
    font-size: 2.4em;
    font-weight: 500;
    color: #2a2a2a;
    letter-spacing: -0.04em;
    line-height: 1.214em;
}
@media (min-width:768px) and (max-width: 991px){
    .banner .banner-lg .caption h3{
        font-size: 1em!important;
        line-height: 1.05em!important;
    }
}
.banner-lg .caption h5,
.banner .banner-lg .caption h5{
    font-size: 1.3em;
    font-weight: 300;
    color: #2a2a2a;
    letter-spacing: -0.04em;
    line-height: 1.214em;
}
@media (min-width:768px) and (max-width: 991px){
    .banner .banner-lg .caption h5{
        font-size: 1em!important;
        line-height: 1.05em!important;
    }
}
.techmarket-banner .banner-bg .caption h3 strong,
.banner .banner-bg .caption h3 strong {
    font-weight: 500;
}
.techmarket-banner .banner-bg .caption h4,
.banner .banner-bg .caption h4 {
    font-size: 0.9em;
    line-height: 1.038em;
    color: #ffffff;
    font-weight: 300;
}
@media (min-width:768px) and (max-width: 991px){
    .banner .banner-bg .caption h4{
        font-size: 0.8em!important;
        line-height: 1em!important;
    }
}
.techmarket-banner .banner-bg .caption h4 strong,
.banner .banner-bg .caption h4 strong {
    font-weight: 500;
}
.techmarket-banner .banner-bg .caption h5,
.banner .banner-bg .caption h5 {
    font-size: 0.95em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em;
}
.techmarket-banner .banner-bg .caption .price,
.banner .banner-bg .caption .price {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
}
.techmarket-banner .banner-bg .caption .price ins,
.techmarket-banner .banner-bg .caption .price del,
.banner .banner-bg .caption .price ins,
.banner .banner-bg .caption .price del {
    font-weight: 300;
}
.techmarket-banner .banner-bg .caption .price del,
.banner .banner-bg .caption .price del {
    color: #9ca3a3;
    font-size: 0.708em;
    line-height: 1.294em;
}
@media (min-width: 768px) {
    .home4-banner.techmarket-banner .banner {
        flex: 0 0 33.33%;
        max-width: 50%;
    }
}
.home4-banner.techmarket-banner .banner .banner-bg .caption h3 {
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #242424;
    margin: 0 0 0.864em;
}
.home4-banner.techmarket-banner .banner .banner-bg .caption h4 {
    font-size: 1em;
    line-height: 2.75em;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: -0.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) {
    @media (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 0.4em;
}
.homev3-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: 0.75em;
    line-height: 0.583em;
    font-weight: 300;
    color: #686868;
    margin-bottom: 0.9em;
}
.homev3-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.125em;
    line-height: 0.833em;
    font-weight: 300;
}
.homev3-slider-with-banners .banner .banner-bg .caption .price .start_price {
    font-size: 0.889em;
    color: #444444;
    padding-right: 0.25em;
}
@media (min-width: 1590px) {
    .homev3-slider-with-banners .banner:last-child,
    .homev3-slider-with-banners .banner:nth-child(3) {
        margin-bottom: 0;
    }
}
.homev6-slider-with-banners .banner,
.homev12-slider-with-banners .banner {
    margin-bottom: 1.25em;
}
.homev6-slider-with-banners .banner .banner-bg .caption h3,
.homev12-slider-with-banners .banner .banner-bg .caption h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0 0 0.95em;
}
.homev6-slider-with-banners .banner .banner-bg .caption h4,
.homev12-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: 0.813em;
    line-height: 0.769em;
    font-weight: 300;
    margin-bottom: 0.9em;
}
.homev6-slider-with-banners .banner .banner-bg .caption .price,
.homev12-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.25em;
    line-height: 1.1em;
}
.homev6-slider-with-banners .banner .banner-bg .caption .price del,
.homev12-slider-with-banners .banner .banner-bg .caption .price del {
    font-size: 0.85em;
    line-height: 1.294em;
}
@media (min-width: 768px) {
    .homev6-slider-with-banners .banner:last-child,
    .homev6-slider-with-banners .banner:nth-child(2),
    .homev12-slider-with-banners .banner:last-child,
    .homev12-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: 1px;
}
.home4-banner .banner .banner-bg {
    border-radius: 0;
    border: 1px solid #eee;
}
.side-banners .banner .banner-bg h4,
.page-template-template-homepage-v2 .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 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;
}
.home-v9-full-banner,
.col-2-full-width-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: normal;
    text-transform: uppercase;
    margin-bottom: 0.35em;
    line-height: 0.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: 0.42em;
    font-weight: 500;
    line-height: 0.8;
    padding-left: 10px;
}
.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span span + span span {
    font-size: 0.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: 0.724em;
}
.col-2-full-width-banner .banner .banner-bg .caption h3 > span {
    font-size: 0.414em;
}
.col-2-full-width-banner .banner .banner-bg .caption h3 strong + span {
    font-size: 0.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: 0.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) {
    @media (max-width: 1199px) {
        .techmarket-grid-banner-1 .row,
        .techmarket-grid-banner-2 .row {
            justify-content: center;
            margin: 0;
        }
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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: 0.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) {
    @media (max-width: 1199px) {
        .techmarket-grid-banner-1 .caption {
            font-size: 0.625em;
        }
    }
}
@media (max-width: 991px) {
    .techmarket-grid-banner-1 .caption {
        font-size: 0.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: 0.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;
}
.tour-banner {
    align-items: stretch;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .tour-banner {
        flex-direction: column;
    }
}
@media (min-width: 2000px) {
    .tour-banner {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}
@media (min-width: 768px) {
    .tour-banner .column-1,
    .tour-banner .column-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .tour-banner .column-1,
    .tour-banner .column-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.tour-banner .banner .banner-bg .caption h3 {
    font-size: 6.875em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}
.tour-banner .banner .banner-bg .caption h3 span {
    font-weight: 200;
    padding-right: 20px;
}
@media (max-width: 1199px) {
    .tour-banner .banner .banner-bg .caption {
        font-size: 10px;
    }
}
@media (max-width: 400px) {
    .tour-banner .banner .banner-bg .caption {
        font-size: 8px;
    }
}
.tour-banner .section-products-carousel {
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
    .tour-banner .section-products-carousel {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .tour-banner .section-products-carousel {
        margin: 0 2px;
        box-shadow: none;
        padding-top: 20px;
    }
}
.tour-banner .section-products-carousel .section-header {
    display: none;
}
.tour-banner .section-products-carousel .products-carousel {
    align-self: center;
    width: 100%;
}
.tour-banner .section-products-carousel .products-carousel > .container-fluid {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .tour-banner .section-products-carousel .products .product {
        background-color: transparent;
        border: none;
    }
}
@media (max-width: 767px) {
    .tour-banner .section-products-carousel .products .product {
        margin: 0 2px;
        box-shadow: none !important;
        border-radius: 5px !important;
    }
}
.tour-banner .section-products-carousel .products .product.slick-active::after {
    display: none;
}
.tour-banner .section-products-carousel .products .product .hover-area {
    background-color: transparent;
}
@media (min-width: 1590px) {
    .tour-banner .section-products-carousel .products .product .hover-area .button,
    .tour-banner .section-products-carousel .products .product .hover-area article .more-link,
    article .tour-banner .section-products-carousel .products .product .hover-area .more-link {
        margin-right: 5em;
        margin-left: 5em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .tour-banner .section-products-carousel .products .product .hover-area .button,
        .tour-banner .section-products-carousel .products .product .hover-area article .more-link,
        article .tour-banner .section-products-carousel .products .product .hover-area .more-link {
            margin-left: 3em;
            margin-right: 3em;
        }
    }
}
.tour-banner .section-products-carousel .products .product:hover .hover-area {
    border: none transparent;
}
.tour-banner .section-products-carousel .products .product .woocommerce-loop-product__title {
    max-width: 300px;
}
@media (min-width: 768px) {
    .tour-banner .section-products-carousel .products .product .price {
        font-size: 1.5em;
        margin-top: 1.286em;
        margin-bottom: 0.667em;
    }
}
.tour-banner .section-products-carousel .products .product .yith-wcwl-add-to-wishlist,
.tour-banner .section-products-carousel .products .product .onsale {
    opacity: 0;
}
.tour-banner .section-products-carousel .products .product .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub;
}
.tour-banner .section-products-carousel .products .slick-list {
    margin-bottom: 0;
}
.banners-v1 .banner .banner-bg .caption h4,
.banners-v1 .banner .banner-bg .caption h3 {
    margin-bottom: 0;
    color: #fff;
}
.banners-v1 .banner .banner-bg .caption h4 {
    font-size: 1.125em;
    letter-spacing: -0.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: transparent;
    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 {
    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) {
    @media (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) {
    @media (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) {
    @media (max-width: 767px) {
        .features-list .features .feature {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
}
@media (min-width: 768px) {
    @media (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-prev,
.brands-carousel .slick-next {
    top: 49%;
}
.brands-carousel .slick-prev:before,
.brands-carousel .slick-next:before {
    font-family: "techmarket-icons" !important;
    color: #c3c3c3;
    font-size: 22px;
}
.brands-carousel .slick-prev:hover:before,
.brands-carousel .slick-next:hover:before {
    color: #000;
}
@media (max-width: 1199px) {
    .brands-carousel .col-full,
    .brands-carousel .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .brands-carousel .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .brands-carousel .section-tours-wrap {
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media (min-width: 2000px) {
    .brands-carousel .col-full,
    .brands-carousel .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .brands-carousel .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .brands-carousel .section-tours-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: 0.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;
    border-bottom: 1px solid #ededed;
    font-size: 0.875em;
    line-height: 2.714em;
    font-weight: 300;
}
.top-bar::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .top-bar {
            font-size: .8em;
        }
    }
}
@media (max-width: 992px) {
    .top-bar {
        display: none;
    }
}
.top-bar .col-full,
.top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
.top-bar .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .top-bar .section-tours-wrap {
    display: flex;
    justify-content: center;
}
@media (max-width: 1699px) {
    .top-bar .col-full,
    .top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .top-bar .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .top-bar .section-tours-wrap {
        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: left;
    }
}
@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;
}
.menu-item a[title="Русский"]{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAA4qUlEQVR4XuyX3QqDMAyFc0p653vrK/oa3og/LFs6giCBMujYaPtBOCWpoJ40UIgIGbpugw6At7ZteodtsW1bCgANTIJ++odhSIp93ynGSOM40jRNxMx0nifVR8cOt5o/z3NStuK6rrQsSwMToHMch3l8NUAIIZkfY0wbKgWvkNYngHpsMF1o0aIGk0E+wT7XeY7cmuUq4O4vF+iqr79wBmRMhrtf9TPgNIL89//JwyUM+hFwc5filg8AcuaLioioPhyz5dYIQdXqGYP+Ei51nSjFk1krD43qu8L3ZSYzk6SaJuovxjWNW0xVjCZ1RauoabTWLWrcEKOxhro2FERR22gLFdSKC21dqgiCKBbc6gJuf6jUrbimiopiRU3dfpq4znv9vsc78LhklmaCzoXDm7fMzc35vvOdc88bOiwYDCq/36/S0tLUq1evaJK/DE3mdcAFaBqHl9cIqGmanDuaqJbIZV1kOHz4AuMwhRgu09fE7/JZrl/+B3uL7fF4GtxX7969i4lk3li3E7dv31aNGjXiecxE4PYzEAio5ORkdf/+fbVlyxZ15swZ4/z588oQr2pgO4B7YPzscYDmMFzpIAn3f4hrPPpIfH7HlSpM3AtyCbBPsPc4fw0ivncATxSwWSxjBHFfvmPa5hqy1pycHDVw4ECrrKxMZWdnq9raWvXhwwd7qx3LEF+/fftWde7cmUfB5OsrABlOwBpqcCu6atUqtWHDBuP58+dy2SCwAriADjASqRYEGyaEzsC9pnBMm1atWuWAUBnt27fP6Nat249A2HScJ6MK9iYlJXkxZFtEYL7g+AXb4Vqs4eX169cf3Lt37xnOnz158uTfVVVVD7GG/8KeuZWDUY1rn91kwCASJK4FM7Zv367mzZtnzZ8/X6Wnp6sGGiRSzEHnbaA9Zb0UQBjLqGL0r1y5Um3cuNF4+fIlL1MyCSzBN5zASoR5cZ7gpApe/w7pomXPnj0L2rZt23XQoEF5OGa3aNEi0LRpU5WSksL5iYoeRXqR5neOqbDMiRMn/pjfISG5HpDgw30MKNLVR48eXb98+fJFNNH+gzWQpT7n/zCddPGZ5MC5RTEAka1ly5YZ69atU3PnzuVngidrqo/fCLxs178pASSv0eq9gzh+/Lhas2aNgaMw2yC4NPKAoBN8ACKR3qx58+ZdAPrgIUOG9M3Nzc1p165dEgEX5wAcmgnwJP8btLocqX8maDRGN9eSmZmZ0KZNm0Dv3r1zJ02alFtdXa3u3r37/tatW1UnT548d/Xq1ZNPnz69AUCruV4A7yMJcM6UEnTmsriWyspK48KFC6qiosIaNmxYLOpL+/YEYE7z+XziwKijHjJsR1Zpaalx8OBB2++4RiUwaAwoJ+J9DoB+yHaHgoKCwhEjRhT26dOne8eOHb3yt7EOC8WWCdII0LQEaXARTPnMozhR3xuTLEI0rIMkYu52k8JCKknA308CIfJAiLw7d+788ty5c/86hnHp0qVjSBt3Ob1Tb3wiGTCXyTlAKItEp40cOVIhPVhICxLN4UCVRl387ALonN27d7MGoBxHJACBpPQRNDhK7dq1y3j9+rUhoMAJEvFu4FMg5/mI9GI4rKhHjx7pqampNjhwdBAFkJ0iODwYMhdMQBeVqquQ1T/TdDIw1Ui6oSqREDRLAO3atasXlj9+/Pj8ixcvlh85cuQfp0+f3ou0cZnzuImAESSJuGYSv0OHDmrq1KkWiE1/knRCUD1wbL9NmTKFx7gggIAqFpYAdBwiWNXU1NgF3rVr12wcCI4j9wxLLwDzYy4PQAigiOs1evTo6bBCFHV+sJ+Op6xLse1xAyyfAYqAL2Dq4OoKoJND0huNUSdEcL8os5WG52/evLHJwECArKf369dvys2bN4sB8LHDhw/vfPz48T8dNWIa+4h5OIlJIjAAUPcoFKlq1qxZFmoWEpvr1/3MrWRc9QGkgBNH1xllUuhkZGSos2fPGtu2bRNJtR8m8E7Uswhj1CfACZ3HjBlTPm3atDFdunTx4R6BD2LPa+/x3dEtsi6gy7m7wNSLvlB1gJzrjneTQd6WSl+B8wsZEN0EiapgQqn8WPsvioqKfrZnz56/Hzp06M9Qq9usZxw1IBFYH9BBDAhr8eLFxsyZM9WAAQOsFy9eyPq1/yW+CEALG/VOXrflHk6g4wiKVPYS9UkEnsVdr169SmbPnl2Gaj4TUkfFCPIehocg0yTiJerlmh7dMjSAaVG1bgVg97mQTBRBiCBrcdKEB1FsEdz8/Hxfp06dJvbv33/Ajh07/ooUsQfPVONZ7mbYb7DVgHMyrWzatEk9fPjQGD58OInEtKgBH+cE0PM9gcA/ZWBfLaARfNnL+2EBnCdC7n+KiF84YcKEgmbNmkl+t4EnicRkblEBmDtSw0W5HOvT9NJVT0zqAzdJSEjpXXioCOg9mKhfMrt3775i//79RVCEPyEtnHGaUR+oBiYGXWNhHDhwQD148MBYuHAhSSDzxz8BdPAJEva+xo0bN0Q6CbzhivpEgJKGAm/2rzCwrfOzWmZhh0HgWfAIkaTWIOhi0b500dUhWvBDpjadCFi3XlfIGm1FQCRbLVu2tObMmfMTpIe/bd26deOpU6e24NFXmhoQdJMBQ98tWrTIkm1tnBIgMvh0AoB1S34ynvNiO5WDhstyOGUw9/DI8SafIbACvMgtQZDrIsNRDD3/1/cFV1giSEoC0PrfEkWgGQCRxA727dvXD8WryMrKytu3b18lCF9FqYNPatmOxuCcFnxnCQkkxcUfASKDr6ShA0vEvRSCj8bKcLRGlw4dOjQLoJrouHFHQPDFYUr24lACUQE5hpNpPXpDABcVUfTtoVhdJBAlCLnzIHlFDVq3bm0tWLBgMOqD7M2bN/8e3cUjTHfwTQ0brEEMhwT0pZ0OpOaIRwIQAB18Q8B3VfmU/QCkvhSsXoICKZH7YphHQEe+JOCS9+y3gq5mjgChg8tjRPBjfHcv89J0wshRil73PffzUrDaagAFDI4aNSoLXc3N2Ar+Ab2R7c7uqAbPfiLgQoK1a9eqJUuWWKKIOMYNAQhGqMhXLvCT8VwjVLe/huSXowHC7p1J1ktziPtonDPfEQyCLyDqb9D06lyXXd1B4SJb/25EdREQQhWZBFmiNVQtQWKDBOx3mOgqJjZu3HgF6oLv0ERaK8Wys1X8wvnQdlY7d+40SkpKrIb8nUFCA4FPkNzgSx/fyyofxxQWe8XFxb9F5Jfj1ajFbRLzngAvvyuQ9+ZQAjf4erRH6ovrMi3mBtFtoZ7VI7yuAlCuyedw98RELUiEBGKN9xkW6uDycePGraCv6DPHd17WT6whTpw4oaAYhtREOMaHApDt69evryvnS+SnYXtXicgvRrEXBMgE3hDweWS0yE/UYaF636GAiVbKCUS0CqC3i+tSFH1OHXD6Qp9P/x47pAYDAoERRDdwKq4H9u7du9x5zoJ9BAmC8IWFzqJNAtxvECXwxgo8X2SgktW3egSfHTxGfurYsWOXo7lT3KRJEzvfE3BKIMEnwAK+VP4y5HMIkHWQIpEh0vVw8+k5PVLRKErAc5Jb7sk1vXlExTOQEj0ojoMzZswohm8/o2fwO2c9nPQTfEe/mUgTttouXbrUgr+/GQEIINu7fI0rTRGCT2O1/wMAm1JYWFiB9maJG3xYJPCpJOFazP+vEsRSDApYocgSqgaJpDg6WQgur3mwQwhOnz59EjqD744ePfpHp+Z4y2noK/YJVq9eraAYBl6MMZ1+XQLIwvlTJBQuctmgubZ6vry8vFKAX4Yq1yQ5JPLR6yfYuuzLvNLl08HQCruIaSGWyj8aFYhIFCGyqKW7pyFDVxT6h51S/KjFBAnK8GOS6itXrvzFUVMO7g4MbJutyZMnu3dGX18BRNrk3btT9CUTfEjZz1HU/AY/1LC4YABvAGQBn2AT/P8Rcy0/ch5FvF/fPHZnd51gr18SRJZimSg8JAyIEAtYI+UWQAKESLAECtxz4RLlzJ/ChROckFA4coCccssRCQ4kQKR47Xl93fyqq2q71drxzOwu9trl7u/rx/TUr15d3Wsj2b4ajNPAPz/w27uDdbsMBbwFsZ27TlerEKyyArpDsNQHOyW6T/hr/NreP5An+D3xVu4iLjVtDN4+s12AbchT1ApgR/h5GRc93sFpWAfwE0C2IIr0CXy9zkR1Bb81/esAUsa31Papo/JNxrRBXDt+rSCB6r51FrOee9XYOuNJSpNwfhAQE7xDPCXeys7Ao97w/+kLQKv9HUko6AqOct/FbdgbqEcA6gC++nwFnwBpwW9Nf9vWAlvXV4GwNbXg16C3hH7rhEGFoF3Tuq2lWkYHvkWcJN7AnYh30e8yaId4LdjZZ5UHaO/jB/H7IyQ1folkxSsw9b3u87HN0X29Zsk0yVObP6InMXIlE9u2lrb8aTONuq4W9HbtbXtr/tcJVPsZmhJ3FEBjG/0Kfn6FecbEa+J5o/32WbgANf1j8vu4unX04MGDtw4PD8k/ZfBVANBHz9DpXcsIBXAzP78e+FUCtBmtzhi2IG1klbz3a0Fv58EYdQVkDRwupkZcB3sLJ4rfIV4Tz2nqZ+ECbDO+A42w2Ju4E/c2rm7Rc/ZhIQQy/coA9fv6vEqblWrN28Qkb5rNW0dt/03ikG2E4LSxreVor7hZsqDIFnbIpr5NvCaegwYNhvYpuoBytEs3dnGT582jo6OXAHD2+yhJ8zWTp35fn1tAWu1/UiC4CfDnuUa9UhCUtheC9X1Bq2IZPQ3N8QBiq5fA658Rz9E2ElfgnpYLsFrqjR6AP8BBxpeQnnwTWcEE4Gxt+vG8wvSv1c5VMcA6cNRsnycOaOdfN2e9tjZuWPv92gC33RHotTfaTeG2VHr99dffAM+/TEJAGDQCYJ+GCyAKINr27eFGzy9wq/UAACQy/VgoLZwCPqKs/XjXZsee5Afb9nV9tr31s22gWH/GqnHtEfQmQe2p71vBqAUAwTNdQz8Az39OvBdXEM4aC7gzar8X7e9wuPP1+/fvv4aoPwF0BZ/AIOAp2aNRdX1tahNGaLmWmS3woG0B32T30AraKiFYlU/YxJ1p/3YXUl9Rt9D+BHf7Gnj/NcJArIA/ixVw59F+0AHA/yly0gPVfjVZSrUkqysAtTn0NeCdam430fpzuwDQSiEArdua1vv7tTueVvvruloBELnYRDyHFXiDMDiPFXBn9P0DgBewP72LJMW3KUIl7Q8hn29DStXX27oEFekW2jTjt0rrnwKtOWHc0uWsd0lulaUoQgArQBaXeA8r8BXCgjA5SywQzqL9Yv73kJj4Hg4t6PAnQirlMudQr0WJppMGADCDUrWHiF5YrkfRJHqXaqCNRVuRPh5O/VYd456mqRf7Xw+V+UQI6wMg6/AYTdQ+pV+p5z8GhDGqDHVfE+sx2ieXNlsCb4IPpGw9zls6JN6+j99A+iswWaDfjNipi/1/HAZZ+S3dDhJ4+969V48ODvaR5Rva8XhkJrsjs7c7yJI6mxPI1gy6YPoYAVv2Y/wlKlMY/CnpUfrj2jgApZN6anBpBV7GnN75rBJhm/GJFa4AJU0eZTQiBQVYGZMiAxqJYnEl2jtSu/SLkdpQJmdiH82yB79cAn8HGDhyfb9vXn31m0d/fu+92w+Pj98nbDDX4qJPA23j+4egwXj/xv3f/elf+3/8219i1w0dyHzm8Ka59NxzWPzSfPLJR2b/4HmzdzAhS5ADwtTTdWfe17rgTIBw7E7GxqOO9yg5fvBB/Z4GQCi9r96JwFDdaqBlQChPzCVK0TIrdTzxcysPUmglgVgTBUsjIEUCjjv1UZ9BKGkdHdbd9zGPXy77XI/Sr8/xD4jG9NSWzPR4bpaLZX6/QP8UI9qk31LipSXxjnZTEX0XZjlfQLlmZjZ9bKfT4/ifjz7eHx/cvP/w+MMPBJs5KNYacFEWwMkpVAccrh3Hw6P3P/jYdKNHJoQO5Z7ZfX4P5cLE2b/BnIfm4BBAd2gf2MyclJYmLhblxGtnZHYOdozvHPoE47IQOPQNpO0iLJ4FwzuQCAbVaQ4C3klJoNdCYbnNiF9V4+EMPQv6tUHR41wx8zFpWYEv1DPoDBhR4nLYYf2OwGfgAZyCjXcZeAZSgH386czMHy9Mv2CQe1AiTUcbCM+R388J+CULS/5/D6ZmMX9sltOpmT36r+mAhbUf/hbYTAkjwaq/SBegkdwAKHZheOll212+MxmNzWA0yqd9o70rZve5iQk+mml8nJ8n+0NjQzIhOBCA6YbEIGYcGDEYI1k0EWsAkD2VnkvrXQa2GzD4FvUgAkB1NDOwYhU8oZrB57qC76xaB9Qz6Ap8aiy65WpisxxRKaaYnizqJmuyaj2qQtTmctuY1h6sWRLonctaGwnMjgQAz8sFiOZ0ZoD+M4c5lw4A20wpWwmPcb0IhjX9wOLZA3SHvtYsZiDo+RLe9lHYM4uHV+50o0tfmD/+5J+C0XxTf+e2yPt7yT0P/ejwnnV7xNmYGYMm1+2BMdbMZ8fQkGjCaILnKOaUTaWaQBuC8cPO+EFQ30ntVIjPExtmLUpQ4mWgLoR+Sjxc3zFQ0k/nSuqHrSnAGsuDpUxWx6GP5bEpgvRzU20dUFeS9Wl5PANwwnurgaGMj3kAnhUZy2syWgctiU9RPyOVNSV2P5Crwqeskz5av+fC+Oo9dc8gv+n5gNsm7w90gvP+mh9fv5vwyospdmEIMHcyNP3iGFpLt34GpiicFROtypeyhgZod+jEtFv5GJdoDM/r1G8z2Vwm4/Ul9eG55VHq4gbwoHPLWGoqVoLrxaU4pwQOcr24FjWCtERdj7oe+WJ4zJZhtuipjWDi+dhcyRibKRlxZ+KiiFwmy+OYCRrb6PpKAO18JucAi+1MGF//Kua7Rhhtcz7gtvD/gcj54Qt92rnlfEcLy+NDt2/wzD5+/ghxwIQBYQzaAF10VBrUR3sqxWIVpkuXxP3KgnkMR9dNAKhGxRKI3EMBy2SZKrBRiBuhUoWoCItzAhy/UxDrL6RFBnW+TOQC2HXJWr0Al8qOkQHO0iZgCxX5VsB5Dll7qRuUzjvnB6Y3k1sujF6Q09mwKbZuK/+PiQe7V+8av9sxj0kKA7R/nL9RPz9mzR6O2XBanSBJWU8pQCUGWOyEAqQg1BpQo8hzC5VViuYXq6DWRBlWhEA0VrVKLQb3MvV4/TwmJ30YMwVLG0/mmM44B8Kglp0K4+50rM5bLJSAS0FnLQiaHyo80rwAkU827DM2wEiwsue1ALYib3K2yUz6NLqdzICkOwKkrPkh7ACgZOLiEbsCH4CsCEC7H0nN7KzD1YJWXLOyqeaYapEKRs3Eqp4E+IKPgu1EsOoBjvGr1JlLHSuQlOVmEJJxUueKuAL0ns2XxeJZWXB+5joeq11KJbRNoCq2UK2O7HROwDcuhJig+DHt3MbQXYwLzWURe14L4ImcD1eHk5t3UiQMvHynAMA74NiDZtD+XQyowWhwc1Wmro7iVNqdtBU7UTG8FPU7Ba64FXl/0lddhVKdpxdcGi0v6y711ioYlwo4JhWQLMcQiz5lcgqcFZbbpNqsbcX8W5C3ZX0nn+mYHJXSlxtQhvwFB3s37jjnr5rEeF1EDKCQeaKUzGVsSa+74I2VCM13u8b5YPrlNKdBQyfmX+17e7Uq6nOTi0kKighEQaAyfYpo/b5E/7Wf165aEQykT6PJWk8yLilGWi9WpiLdWbTJpfqDYAXEFZwEnQJ8cR0qBAVQXbCuQYWgmVvjAcLC+SGSSf46+HBZ8QK5i9kFWBtQhuHk2i1jx516aw7eeNcRF+T/A8grJAo941mjrnX+qzhrwNOiokBqT/kbeRA3StEkdWpL0roiMc2a+nMoK5Hi9mawrWtWNF6FoBHOJBYo9snMF1U85EpHpYKuFgWYWFLKxQoJV3TnYDVyBDaEEQeBNpzHArS6EYhsGL9o/YhA6tkpUrCyyGnTuJwZ3+2wVFZAczUJ3i0QdWmLgbAKTFlBKr2UAQKyztACtdptpLa/rDOqQNgnHDNw7wKR9E/SUi86ibZDAOToWEbo/CVYVXCbtbMVLXFJOV118hzTiRXoHWHjxy9yIAhqcDxrEOjEpwzm0/mlpB8o2hr7aRaCCPJhxFrVWupUAVEbgaj/lOQGS0phpZ4I6gRJhaNhlAqJ9kn83IAEkK3Wk6Z7FfYy9mTeFSJbAjQFT5PI2qTCzyBFY6bzvtn9MOlzbc1cAzYLT5sP0bxEsQQpeaSJF5cIK8HMnTcIVKfs8DPpRpevxD6WPbfD8P+xcm07kt02kOrZySQGcnlIAP//L8WvhgMvkGDHsYP1Xqb7SCxmmqoCifY+ZDL7QBzp6LIUq3hR9/bAkwAj64EHiwJU4VXPfKBlggAE9hZ6TEFXrU6SDtbu9GhRKwWCeKWV9YNOgZ/9/dSh+5gFbxR6d0uL2qtKUb1DrpsTBkT7UElg9qBDXTtig/qy20U1gO3nAMLu//DXvz1j9UezKPBfVwTq6nr60/Pnzd8ygZ7CBj3WzS/vbYy7VKYfwmTo27YwQxCAHvWDa8duEbgIBX5QLe1ZG6rarwBd+8fgXJT3gTPQwLcoXWFRZ7kFftT+vbiMSiQ1QP7P6Y0q0l11T4V6+kSlBKTSnEvHs8FxtnlHvH/4y7cjCbBxezkBbhfUdeIb2PhzXkMIMKGxef5PfiS564IgmOj5VYCl5DvwK1WhYSMfyP5t/XALQFUEHWSLHtZl6i409JdISbIJeAxNIVhSX0yVDqVH89Ro+td3Butwc3fm7jpTf47WEil7vlD3FsbgFTHi9GcL+0bX91ts/+/vAgLx4B4PwxRyUkUa0c2uBMgudGJ5sPoVftEAcGuAoUVwAcKuGt38PUQqZnOvmi5SsJ1ya9S2bmj8N1O4DwmGjlybVNFGG2jzJPw6sKFF6i1ECvpoIbTfbgDV/i3atQ+GWEMg7CEsHl7zXUD0AlDzIuIejjc5UqpJ6qA9h9PDIa9FHq7yLa7iFU57jZBzQBBasdbDOgiuvP/G65HdWuUtOrjIEEhxs90nZh5V1EmHHo2lRYKtdaUZa6HmCNxrrjDokJ1o1W+VBwRH7hfBXoyUuqWrfWeOeHPFqmPX8Iz/NQLEl+oALIxeZ0WVuvk9ALAs5K1o3g9YZB8GAk2mJ4CDRh0I5uicRbIUokAYRA4Br+EQGbaAT4ElfaB5fOWWYJMI5eUKwBKRtihoTZdGzCgxkOwxzEASOmwttNSGiiICWAgI/27TL/6lkWdhfYCFEfHF/B+v+jo4Iu48IssOsboHDKyzrcsHsrWKqOKATgKmCc7xIkQ0r0eM6osUjjJGmDwvc7q2L9AtvdxzXSOrxgNKRw14WbzCvJMwIOAiA+Sp3Xt7lBAl2rjmHmdeCfVedRNJjX4riC4gHNKyXRf1fhvu7mt+HaxNuglbtVwkmJ/fG9ZRhwuBBYZshm2tEwEApQqCbYwYZWCBDqcGmm/YwBBEkQX0GFBfR74r8LsZm3OIEE5CQI7YU5IVgbRXpTWU7mBaQrSogCwG4UEzdamimCvboBjYb7t1L+13XUH2dQhwe80JUBEFvcZcLDue3rc+8zyVp/cQXMLnSFAhssA0vtc7z40K9Z7t2htWhoO8DjBQN/C9JxYwqCCLrAuyDYqb5oRB7ixwlULANsycZDCRUEBCT+kA6jv4n2SXmfayArlMWhFF4whX6kupcZEh+C3n1/xhiPg1Bu5Oo8XrLqpoh63LJ5vPkguBAkZ527FBbodd01UntPmcw3UQiTqpTJ5GwKiHsw2Bnx2OkTAa4xAJEi1CgU+So56t6IOK2w2wk9zQPqazFlmx56+LWzSPJk9IOLDdTC17VlHMdKuUQAxu/tfc1ySAn+7GUsgrD2yFEjWdTx/M504FPSQqIpiMC4K3YPCbIq15ZYCAeHmho4MiUItEPVeHagGiEVCu7SSRoftVTxGhe6rGnXOUGtrnGiDQBLOfIRwWJL3myymgSIKWUnpBzT2MoIscwNDNw8bd8GHDX0uA0dq6kR53J7sAngeGK7s21qsIctjxTIJwL8XpqcXm+gOKCaYrp3YvLwOER3lZ9kFQaGiC6taJAaWCLdB76UJhGwHzlGjEUCTo5GMbRTJ3I7k4DhEaBkXJtfc2bN39IGGplwAG1/I97QCex7c+7YaX2/see8boGM9S2L38y6DRFkJPG+N8GvgQ8M3YkEcUFWXQxHxNO84fecfOQxM0p6tV0WeB9IgEx+X1kAHKOMzdsUQCRgIzgU1AWsFnG8RgiHfLsWx3QsB6vyQoIoOrD4FihpVoSSeSyrINV+rq0Yy6zyU/pe2qCE6db3QwEVd2C2s3Dd+2Nf9gNs7Crj3jhZ8EigSqc9bH4/z+0XYnCnQpxTYBTbDmzB8vWPe67u1QmAzz5ft+LGBgBFmg0KDyBO8kUEjnO4X2HOshvCr834iAl+f1GoDiVeXRU818wUL6rCKWyAiAxEbqaToPkGcO8Dy9bohmy/5vVmSpukoEgkcEbD79+i6Aj8TPheULPwm87Y8A4tM6//zzOA0DPHroVEivEF53al+HzcshY1TK6GGc4odn3wSAyzAwT8BlQKNRaXiH+eL7CI0ZrHs65LXKyzdSJO1jntIB0jt6qW4qG3zqsz3UXZEAew9XLUOiz4x8dUsq4pQNgCJwiwh1QxQ5VpxOZuvy758BfDIb8SUsX1oE6ncRy8zmw8P9r3cDBvfh7vLeClGVS7MPp/LrsHU5CFarzANVbctLplexxPf1e7oCwpl3QSOnt6/Y78r7SDJ5OVJWRLsJgMLxnKtnRSKRx0lGNF2wdAaCH9GAKwn1vfRbq6c6cNwNQNmX7VC77v1c6+Y+xzC3h9/f/2pmk5jhFvSXE6BCiQcuP/jK9DIMrkPcEEGsJ5PzaQlghFf4bAcCtM8mgK8oUFlzBIwAx+4vNwiM5TLSJtESaeQ1ZeSqM5Di8nSgCNG8EeGGDvwK6rPbWNxD5IaiEfsi7pJ+ioBmzvP2GsFaGrPy+mYrqECs4pIEuGIT6+kHM3NKvIYAQYFFLLPrFf/dj8POyyJG0DCkY7aV4/dYVx7FfgEKtBDOfE1vXZkK2HeTMWl0eWDlVU/vh2EJhN1fDlvy6u6RIT1leD5d4GtfibX9NVf60SuzDZ2J7SSzIkQROrCfJK87WpqhDq41jbwcNxAY1TpYFljjZOd5+fj4Y4If0SNAvJQAcdNOAoxhv/zu3t75mgYg4ChvVg6FvNEpMDifPZdKwDUh4yGNso6KMPDKw5CXO8FYNwRa8lJV2jBfJUvAAingUwRJ0mg899v6CFT32gskYqwiC1w2YJtk1/pIkQ1EEnTwKbSbo2zabzqI2ndd4ur99/fxOE7xi5lNYhav/jKopwD4ejw+/+t7G1l0wGKzNxNly/3yLkj5HuIdahdhWlh2T+AzNEKG8UYCGTWBqJxaXun0vu15pvkEB/Rkn1cRoOpfx7nf5BoBTJDRgV3yfK0jGRt5lBIVEWJxzFnoza2vgWdygcy9gueXQ+1lJIBs+oRhsOPTP7+H++NNCrDX1gBINo1xRNjnN3fzHyOmwecIXy28o3u7hXsjg5icmosYZu70nE2gaB4W/NLEF0MivUGAe7tKeQLEcUYAd9Tv8ucGMBZSQOB0jTSgdHYBDsNEpRzpnZ5fshi+6d0EPwm829RFHg3ZyjkOMA3wOrvKfmCR7NEcStdDPt2n+fF5DJv25u744YrRFSuz1xeBEtUBFzM75tNPfx/25HCcANdBdCeh0q583/IuycFI4QTSZBi1EziuX25rFgmQgMLcTVGAXt8NTUMlEQQSa4KUbG+ZQRHY+jyi0gSBo7cL6BYRNukKfKWM1F/FnychVIuYCKE6wRdBL7K7opo7iaqC1HpqNPhh8PNpxCefn3/67ooRscJrI0A0ceaVA355++Z0ees+LWIh4GS28hRDNftO43XGm0J41AF9bdBNNYAMsLbxoNCZ0gonge30fHnT3iclltYTfBcZfIvHFu3jXvvqHUO673UF/FJEYkrhmCJQhHTP970AZp9pQWFezqGzOx1JNVRYrQ83nx/h88nuxvkt/Pz2ihGx8o7h6yNAbjoucH8X8/G70wnm82KBZcb8lO003tqhzN0Ma1epnn2+p/BPoljOI2BgPjxm9u1ZMFeKOcwUyqenIPdbZpN7zz2GSQCzjxyzw3NeCVL0PtbW27TH3PuB4kwJdhXOFzHiWFpvMSP1Hs511H2QjC7b0A6+eDbnnrIPtv1sLc6HDShluWEd5sd7G8Ptigkc/6XuXGMsO6qz/VTtfbpneq74ngRjrJFzMRBiJEeIEPikTyHINrGiyMjwA4H4k58GFCQkI/EDJP6AkPjDrwAORMFKAr4F4xCZEITGXDxDPJ6BMTP2GMYzPdPd7p7pPn3O2btq5ZR6La3srTMagmY88pHeU5e9t2ZOvetWq2pXLxaOgMYswKU5IsZnAqOC3Cz/hGp0Z1OOrhdAIjlHpKrJVERqcijfkUwkhUgOFVWIJEWlSCFs1YkEtsoYttCIUFtdoMoQawihsvf68YMXvcTPAABC9zXDiO/dB3D4ZtAA3d2EuuEyAhlyECQGMhFJgpBIpS0RCZBjRiSSQ6INkPT1YonQZiGHck0KaPUNqxACiYo2CImCSENFkkQKFS2ZFLbe/M4yoBGhSRtM2lEMjHKeLP3E+AHaS3dMnFuABDICRu34/C8W5pdfaCfp5gGjPJcWYt3OU7cDqmpArGqqKep6oMfDT8vBVllQ1dUUpV76Sn2rjKVdR6pYEUp/jET9W8J+SFRp27lBemYQoVwjlD7Aj6KD0HmdvHfiyKyNvSK+2ILga/nZVgC93qovNpgPl1TqelJYQtRttbmUW1YjqaY3bWMHPWydAta2pFKmRttbJ4m1bUPOLTGOyCkymYwYbi7mNDwdq3rlxHDKCTBSjtIlsgC+gmRxQIDNnGXx2tXD+99KunnPBuwiskBkLgRqIhWBioq6gFjKrbZqfU2lWl/KMEVFLKU+G0P5plwlQmkT9USQgkB5RlsBgmyVSj+B0NNyb3NRiMuCf+O7IPCt5mT8u7sPMpHIknyvAppyJpMQX3omgwgV0EoiTdFuPV1KWmlLSUNCEPaqXRpLy89JnAJ+SLX/OLJYuBH1/5f6mDhRNAIbwPAU+akJ8a+2kXYskGQHKcwLDGCLRCIDglIfqQtETTzRyLa2PmMkQ2VUa9ufQskUfaJHu7YBJ917ZrTkgi3pfBukgIrc6QMn30gG8S3oJizW1r6WTECI2m/EZy1LrXw3et8eAGAFJEAcU228RN4PDJWbBpDLcVJotjggwHCE/PIY1Y+vIv2/CiRCsJWjWqmxekUodZJZA6sTSSoE2cjXMqHHpVgflJo+7dptYuLAa326XRwuagG8Hrqa78QqvJWV/EzwPv3OEshA0p5E1nYAsgoAtOr/WyAhisCEyDxZ++EUIiX8+yXxxyPaY4UTcf+fAS5lDIAiARNgHWTtOPl7v0/19m2kugGZg2DmEJXrRCYCWYnJrqVkRHXZr7t+QZBMJCBkrAaZyk8/MRLsqlmAjgBEQLwPmWkPvFcUAQElFSPaatb20oy732vkI05+TzSwe8DtAqlTNyGqECKwBrIMcY3YHptyULgA1oFJf/p3CS2AzwYEhmGKc6RnTjA4sJd0+xhkAME2pBvVqNQHpT+5CQetu8BGHZJUSFavB5UKQSSqBkJl/4rSmkwkSB1r4D24YIKLh9HQFw2nZxb5ii6Fbubpk2/X/F7Qa0kFWNTg2zPW9pdYa1XvRZANCC8Qnj5H+4xq/3BW9H85BCABI+AcsPxz8uM3Ud02T6rmQPQVUfXRmaxmXqnS/qSERVJpdyYbUQlNavgB7c1Ktw1sRSxwWrXux0WaoLnLkK4V0NaFBcBrdAQlW4l0SHPqDZTajPgg+3VzCgjJye/UAQaq/WchvEzVHkG+AywrFyMgXS4B6LuBRmA9TLFGOniMwY92k942B9nPJnErAFkNsQkBprPUSqvTBCj19lxGPORzWmh16DwQNEfiuh2s5pZnpgA43FLki1gEI9Ou0IkD7Knk6VRSzzFgEQGQLQhUuMA0wHYl4STIeYjPEZ9aozlYOJApZmX/LosF6FmBVWDXEfLDN1K9eZ60MKeuwP1+Nk1XQgHz4RoCmvFvSwsBkvZEsPDQ9EpFyXI6STXH7omu62oDmOX9ZyeBHG7ge62+1tsVJ1OMfNd1xK8V9Hy+aXgiayv7FRWqbcCSav9Zqo3D5EeAFeXAtf8yugBzncbQRK3A2pB0+DCD776GfHeNZHcDbo5xQSCQLFBTka2oVTiyGu+KTPTAULUf85jeD2Y4tS92MwFu9md8e+kC4E844Xg4OHMGQL+/Y96zP+c1M+/uHDz88+u0YEEsJ0DWCfEQ8btDmsMB1qQX/BlXl14AHAKeGhZ4Gdh5jPax11LfdgvN6waQK4jR9YtaqTI6guqtaXxLNLKIVjeTTjTt77gSi/w9thDT+w5mef3caTlw4jtlNpKsFzpxAH3iyU74jCAwdQjPBDKttsXyAcrsTuAU5FWIJ6hf/CXtY8Cqjr1N/UTB5Q4Cg5bZp4SsJOTEQfKDV1PdNyBVNUgFwTXN9Qjz5danLcwhkDuHvFSq66KiIE5+KbXlnr+gnxzq634/IpAZ5r+b5GFmQsiezD3tdxqtnbWenXowk292DLEMoDr1AGyCvARhhao9QH4wIyeAFVz7fXAvnwtwuAB4LBBgxwpp/zMMnthBvqNSV2AeOfX0pgUGnivAP1EtQ+qEd5EMTmsvxs92ReHC4AEnRG05AuGC9Fud2XGA1Xozfye7Px20WnKroCleTITU57fQwSrIOUL8GfGJZZr9AVal4/tdAC6zBZi9PgBsCCwHWDhK+81rqG/5I5pbKsh+SCfgkTqNavlcZ0jtW1QIcilBS2tFxF1Ah3Yxkq3H6xY/zPT1s3/g7BxAQehqvsM9uscMHcJzzw1MECUhK/lC9vV31tT0H6V+7he03wywLFMAG8zI+19+AXBILzt4DjibkfkD5K++hvrvIu0eSxP7A5h2KwHCQFPBPnlLiLsGq6nj8OjeatGDPrK2Pdbo5QX/j4lgmdlvNNKd+2vN4QLgLff7jf7SyqJ/KDDfzxBkHeJL1Gs/JX81I78OcFbHup/14xWxAH0lUTTApsDLAbZtkJ55ivrr76T625oUKpDQP3ZRqRrr0MwD2XQaEDPrWvNFmGD3uSCA3et+3q3CBYn3/j7FeAZDa9IRPdd0esTTn+Y58f7yqmKkNZvr5x7554GzVPmH8I9lTAv5Gvht9hd9XhEXcPEdQ6wLLAWYP0P7vR9RX/s24j2BnPtH7woo5cJEaR0g4J5fl0ADNVXHNpg1MOoTeKxAIHsgONMKOHARceHpxPtu6vGrHfKttKewutPfE4pEZpPMmExtCzyKRh37eZAlYvwh4Z/P0D4ZYEmmwJM+M/3+lXAB9FzBeYHFAHMnaB/ayWDPbci7ApIDxL641krriIBoTCCe62eig1gj6uGNoNRZKUygpTjlWmKCNTsEnOkEspb92UCwp7r09+43yunnABgjjEg02o49zR9vkZ+XCfFpqidO0Dykmr9YLpnpDyFI+QBypQTA/jS8WwHfNrYmUAeoD9P+0zyDHW+k+bOA5B0QLa8tikprYwAiAxLBLAGRiZrhWo0wRCeCRO4HhAh0nARdHb9YzGTJ2Q71LkhV59osZHfO2p6Q2URoVestAVyb5uPkr5SIn/oHz07HLsCiwClgzeb8IYSs5FNVFSmlV1IA/O/p79q1i3vuuYevfe1rTCYT0U8DDIEoUIGEAzRfDQyqW2neCpIFog1nt8yMdN1vDoi+9MuYaMJitoA4c8knWjhJvGD2L1zMsPXn9oo8M1A0ZPv2fhoyIzX3EWE7wkiFPXbMvmv+Qer9B2gfEOQk8BLwso5pUzR/SrosLCzwpS99iY9+9KOcPn3aOHllLcBwOOQd73iHnDlzJjz88MPUdZ31T8S3KgTLQBQkPE3z95lB8wbaPxeyaH47AGRFrQSPNVKe0yGyFf0RgXkiFczO+SEFZDf81ksAA/yGApCQAkLPHaCCmBViIJjg0JLYJDPR5+fVjQ3VibdAbdGzBnxLW+T/1wHafxDkhJK/jC/1lr/RnMfjMR//+Md53/veJx/+8IevTAxg5mdlZYX3vOc9cvz48XDo0KHSl9UkTcBHW9QSTKg23wTvuoqMgAiEuhdN1pYnB7Ka/krp20TYZsvAvuxrWt+rQ+gJg1MfLki8Uwmpk+bx0uMEfzaRaLd8vBIPc0o8CJvAeWMSiE5+OEPkp8QnnqV9EOTXSv4SMDS/PxgMCvnccccdfOQjH5HV1dWidFdGAPqCcN9998kXvvAFEwJJKVlQuOH8ijxL+/Xz1Of+lPDX15CqDHleg8MKEEX02JqawIBYSkAYkpknMvB0ENLJC+LkX1j7CRfPBdiCjdbd8kR3ESSERv18o65rDjHizcSzbvN8D5jyOYinqNJ+wjdfoH0kwGmBk3iyZ6zkS9M03HnnnXzrW9+SKfHF7RJCuLICEGOkmP0QQvFH8vnPf74IQfkPlv6kP0AMAfKLtP86pF6+nfpvfo/2mp0gGcIcIP1lRzPFJAa2fxDYUCGYt+ViI9sj9V4yCLiIEDjxDtFpWjDCe8SPy3VtVwjbEEtf0boGMOlF+wlkCPF56qWnkH9Zov1+gDNK/oo9hpMvhfyHHnpIzN/HGAGurADY27xFOgvpxRIUITh8+LDHBDAxbgXaAM0S7XefJJ58M4N7/5B0624ySfcV1kDtloBsmoMwR6ImENUdNATmyVQ2Z5iZBharIxfeCtJZArZ27Ph6SEr2SMuIMECofAsJrUr9ppNN9n4ZQhgRwyGqwwdJ3xiRD+tU7xSw2jf7U/LDRci/shagoLiBnHOp87GPfUy++MUvcvDgwSIEopYAs4ICKcBkRG6eQlZWqO94M+EvryVV2yHPQ8gqCFFRuSBQI8wjzCm1Q9XP2reU63PBYHTPWB52SE/LsxI+mbEDeA6m8CXoDDTK2siJ980TIGOQDYhLVOkZwneO0v5b8feq+WeU/E2g7Zl9MfIBI//KC8A0IuX9738/u3fv1lMqgwkB9957r7z3ve8Njz32mEyluFiI1DvJfRJgBDJ5juYbK1TPv4nBXTfT3rSrEAx5ALFy8okKHVAGSoTlBxrQLefZ5/xadheJ+vlsOj4esG8VKKEBGsQWlfTfhNbm8Arz79LN6+dNiOcJ4QXqE4fIjy7T/kjz+qc9w+fbumeZfSNfRK60ADi2bdtWBGGmcBSpvfvuu4sQyPz8vJQI1nPYJPH3DDaXSRvfJx87SfX/b0XeeT1p5wIwD7lyQSA6yMBE+2s1w2hZd4gOTnIvBRysbWa8AwGvM3Zy1bwbvN+JLyCPIa5DPEO1foTwn8do/yMjL+qq3iKw6v6eFihjVaJ9ZpHf/Vx5AbBMoFmATn9p/y8hIMaYRSSInl+jaATGAYYZ2XyO9uwpqp/dwuAv9pFvu5ZUbwcGYFvNCjAE96/qs60ULJYYINY/Y6+AwXTekbRsewsewYMaspXu66UFmUAcbpn79jjxwHPkf1+nPQKseF6fc+4xyCGEArlk5F9+Abh4mrjEBmXa8ulPfzp85jOfoW1b0eBQgLEpjGgyLMD6Omn9AOn541RveD2Dt+8j//F15LkFBN1upoLgpHvpmHhdrYcTHy98Li55BkSRe6X0iG8K8YQyr58cJ/738+QfnKN5FlgKsCJwVmANGIJ7DY2VpIzXJz/5Se6//37xuCoCvKoEoOOvSvmpT31Kbr/99vCBD3ygJI9MspOICPgMSV86WQPOr5Fe/hnpyDGqP3g91Vv3IX9yPXlhu/r+SoUhuDCAEd1DO5Nwh8zumw0XAElbiBMIhfhF4vAY4eAJZP86zS+A5QCrwJK4uR8BjS7qZIBC/lVXXcUDDzxQtF8K8R7t8+oUAPD39y2aPXr0KB/60IfCI488IkDQzKFbUZgIbKo12AusrZOWD8Hho8Sbb6S67SZ44/Xk116FxDkVhggSdPNJgtAXAOlZidkvhkDuC0C3LgUZQsEYwoQQXibkReKvX4BDJ8kHxqTngVUV5BUlft2IN63XhBmATLOpfPnLX5arr766jBUlcNbPq1kAHOUHpZQoP3C6biCPPvooH/zgB1leXg7Tj8QY0/TjU34YCwx1IPcAeyfks8fIR44Trt9D3Hc98dbXEfbtJd2wFwY7kRBVIEKBc0iEEExztY4D8fudbL23AGACIRHCOoFVaNaoTr+IHF9Enl0jHRNkUQX3PLDqpp5NJ55UiM8523jIV77yFbnrrrssr2LkvzoEoEhrgQeBF08clfvKDy4Zw6k14PHHHy/9oeNSfYY1ElhHt58H2C3I0irpxCo89Rzhugquey31vgXyjTcRb9xBumYHUu8khDkkVIi/jtKzBHTNevDgj5AJjAmsI2wQ2iHV0gvkXw2JvzpJeyzRnsnIGTXr64V4gXMC657MoX9il2m9vPvd76Zo/Q033NAZQw2sLwgRMat6ZQWgEFk0+rf9lB/+7W9/W55++mk+97nP8eCDD5JzlikC0IkNLJ2uW6J2BFgAdmVkMcPC8zQHSv8R5GqQvddSXbeX+DuQ9uyGPb9LvLaG7RUyF5EQSFXszP+rlAnSEiYJNl8in12DtUC1tko+dZZ0BtJqJi9DMj8+DFNQiPf388dGep/4GGMB0/wIJVn2lre8Bf38Nlpfxv7KrgWMRiM+8YlPlFzAb2wBRKSzp6CgJJL27dtXBsctQf8dBGgUI92FPMcWtgHbVSC2Z/KvSt8i7dyi3UMoxO8q/YIMgErcIABIICcgBUIDjBJyHmQT0gRQyCholldgqOWop+lJS+nBgjqZ/laefPLJMs2zGKkzLsBvYgHK+Be80gLgJJb56mc/+1ku8Ue07AuCvzHiu6cqoC4QGLCFeWAueDlXSE9IBSg6M0eA7H9ZWFQQCmhEyRUYe0mjaBVJIbNe0nDepKzg/U97V7TCIAwD06170hc/07f+g3+9re0ouIM0SmTUjYUehETEgtwFckGQlmWhxvh4O+gbDHetXqBYoX0hYOeDOkIM6GYCyRkZ+6B6mei2xoA1Yi7BOzpWkTnpknDkCt57dHqDGez3Q+DJyGJ1L11alPMd6hK0UXMGOJFJ1GIFgCCVdA4IXYEtG3i+GGDrI8jl2bFr9XwEibwnyLPRBSDJUv6PmzbIdofP1u8l+jK6AHSyXEV8Pvqcuhk2CF/5esQfI1dZikMXhLNFOPhFFgJIKdHbpliFQqrxbodVBMdMAMMw0DRNtH69Q+bQgYXTOI6wof7t40MINM8zmUcHGr7gBZ4mI5vaBK/1AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 75% center;
    display: block;
}
.menu-item a[title="Українська"]{
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 75% center;
    display: block;
}
.menu-item a[title="English"]{
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 75% center;
    display: block;
}
.menu-item a[title="Polski"]{
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 75% center;
    display: block;
}
.menu-item a[title="中國"]{
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 75% center;
    display: block;
}
.menu-item.dropdown>a{
    background-position: 5px center;
}
.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;
    transform: translateX(-50%);
}
@media (min-width: 992px){
    @media (max-width:1199px){
       .top-bar .nav .show > .dropdown-menu {
            left: -10px;
            z-index:1000000;
            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 1.2em;
    }
}
.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, 0.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-tours .section-title {
    font-weight: 500;
}
.section-products-carousel-widget-with-tabs .section-tours .products .product::before {
    height: 180px;
    top: 44%;
}
.section-products-carousel-widget-with-tabs .section-tours .tab-pane.active {
    margin-left: -0.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) {
    @media (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-tours .section-header {
        margin-bottom: 20px;
    }
}
@media (max-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-tours .section-header {
        flex-direction: column;
    }
    @media (min-width: 768px) {
        .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-tours .section-header .nav {
            flex-direction: column;
        }
    }
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-tours .section-header .section-title {
        margin-bottom: 24px;
    }
}
@media (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-tours .nav-item + .nav-item {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-tours .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) {
    @media (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) {
    @media (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-tours.carousel-tabs-with-no-hover .products .product .techmarket-product-rating,
.section-products-carousel-widget-with-tabs .section-tours.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,
.section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .product .star-rating {
    display: none;
}
.section-products-carousel-widget-with-tabs .section-tours.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: 0.313em;
}
.section-products-carousel-widget-with-tabs .section-tours.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: 0.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: -0.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: 2px 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: 0.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: -0.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: 0.938em;
    line-height: 1.2em;
    letter-spacing: -0.01em;
}
.deals-carousel .custom-slick-pagination .slider-prev i,
.deals-carousel .custom-slick-pagination .slider-next i,
.home-5-deals-carousel .custom-slick-pagination .slider-prev i,
.home-5-deals-carousel .custom-slick-pagination .slider-next 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: 0.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: 0.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: 0.958em;
    color: #090909;
    letter-spacing: -0.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: #444444;
    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: none;
}
.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) {
    @media (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) {
    @media (max-width: 1199px) {
        .section-categories-filter .categories-filter-products .products .product {
            margin: 0 6px 10px;
        }
    }
}
@media (min-width: 1200px) {
    @media (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: 0.857em;
    line-height: 1.833em;
    border-radius: 4px;
    padding: 0 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: 0.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 .techmarket-product-rating,
.section-categories-filter .categories-filter-products .products .product .star-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 article .star-rating + .more-link,
    article .section-categories-filter .categories-filter-products .products .product .star-rating + .more-link,
    .section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link + .button,
    .section-categories-filter .categories-filter-products .products .product article .woocommerce-LoopProduct-link + .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: 0px;
}
.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, 0.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: 0.45em;
    border-bottom: 1px solid #ebebeb;
}
.product-categories-list .section-title {
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 0;
}
.product-categories-list .categories {
    list-style: outside none none;
    margin-left: -0.938em;
    margin-right: -0.938em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0.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;
    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) {
    @media (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) {
    @media (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: -0.01em;
    font-weight: 500;
    margin: 0 0 0.4em;
}
.product-categories-list .categories .category .media-body h4 a {
    color: #444444;
}
.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: 0.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: 0.875em;
    font-weight: 400;
    color: #090909;
    letter-spacing: -0.01em;
    bottom: 0;
}
.product-categories-list .categories .view-all:before {
    content: '+';
    display: inline-block;
    margin-right: 0.243em;
}
.product-categories-list .categories .view-all:hover {
    color: #2c2d33;
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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) {
    @media (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;
    }
}

.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 p,
article .entry-content ol,
article .entry-content ul,
article.post .entry-content p,
article.post .entry-content ol,
article.post .entry-content ul {
    line-height: 1.714em;
}
article .entry-content p.highlight,
article .entry-content ul.highlight,
article .entry-content ol.highlight,
article.post .entry-content p.highlight,
article.post .entry-content ul.highlight,
article.post .entry-content ol.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: -0.4em;
}
article .entry-content blockquote p,
article.post .entry-content blockquote p {
    font-style: italic;
    font-size: 1.071em;
}
article .entry-content figure img,
article .entry-content .wp-caption img,
article.post .entry-content figure img,
article.post .entry-content .wp-caption 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 th,
article table td,
article.post table th,
article.post table td {
    padding: 0.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, 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: 0.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: 0.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-previous,
.post-navigation .nav-links .nav-next {
    width: 48%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    color: #626060;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-next a:focus {
    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: 0.618047em 0;
}
.site-main nav.navigation.post-navigation .nav-next a:before,
.site-main nav.navigation.post-navigation .nav-next a:after,
.site-main nav.navigation.post-navigation .nav-previous a:before,
.site-main nav.navigation.post-navigation .nav-previous a:after {
    content: none;
}
.site-main nav.navigation.post-navigation .nav-next a:hover,
.site-main nav.navigation.post-navigation .nav-previous a:hover {
    transform: none;
}
/*grid*/

@media (min-width: 768px) {
    .blog-grid .site-main {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .blog-grid .site-main nav.navigation {
        margin: 0 1em 1em;
    }
}
.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: 576px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (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: 576px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .blog-grid article.post {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .blog-grid article.post:nth-child(3n+1) {
        clear: both;
    }
}
.blog-grid article.post .entry-header h1.entry-title {
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}
.blog-grid article.post.format-quote,
.blog-grid article.post.format-link {
    margin-left: 15px;
    margin-right: 15px;
}
/*list*/

.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: 0.24em;
    margin-bottom: 0.24em;
}
.blog-list article.post.format-quote,
.blog-list article.post.format-link {
    margin-left: 0;
    margin-right: 0;
}
.blog-list article.format-status {
    padding-left: 15px;
    padding-right: 15px;
}
/**
 * Handheld-Header
 */

@media (max-width: 1024px) {
    .site-header .handheld-header .site-branding,
    .site-header .handheld-header .handheld-header-links {
        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-navigation,
    .site-header .handheld-header .site-search,
    .site-header .handheld-header .handheld-header-cart-link {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 576px) {
        .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search, .site-header .handheld-header .handheld-header-cart-link {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search, .site-header .handheld-header .handheld-header-cart-link {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search, .site-header .handheld-header .handheld-header-cart-link {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search, .site-header .handheld-header .handheld-header-cart-link {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .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 .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;
    }
    .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 .woocommerce-product-search,
    .site-header .handheld-header .search-form {
        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: 0.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: bold;
    }
    .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-v5.site-header .handheld-header .handheld-header-links ul li a,
    .header-v4.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: 0.857em;
    margin-bottom: 1.25em;
    caption-side: top;
}
#secondary #wp-calendar thead,
.footer-widgets #wp-calendar thead {
    font-size: 0.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: bold;
    color: #0275d8;
}
#secondary #wp-calendar tbody td a:hover,
#secondary #wp-calendar tbody td a:focus,
.footer-widgets #wp-calendar tbody td a:hover,
.footer-widgets #wp-calendar tbody td a:focus {
    text-decoration: none;
}
#secondary #wp-calendar tbody .pad,
.footer-widgets #wp-calendar tbody .pad {
    background: none;
}
#secondary #wp-calendar tfoot #next,
.footer-widgets #wp-calendar tfoot #next {
    font-size: 0.714em;
    text-transform: uppercase;
    text-align: right;
}
#secondary #wp-calendar tfoot #prev,
.footer-widgets #wp-calendar tfoot #prev {
    font-size: 0.714em;
    text-transform: uppercase;
    padding-top: 1em;
    text-align: left;
}
#secondary .widget ul ul,
.footer-widgets .widget ul ul {
    margin-left: 0px;
    margin-top: 8px;
}
#secondary .widget_pages ul li:before,
#secondary .widget_pages .widget_recent_entries ul li:before,
.footer-widgets .widget_pages ul li:before,
.footer-widgets .widget_pages .widget_recent_entries 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: 0.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: 0px;
}
.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: -0.01em;
    color: #737373;
    padding: 0 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;
    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) {
    @media (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 .button,
    .section-products-tabs .products .product article .more-link,
    article .section-products-tabs .products .product .more-link,
    .section-products-tabs .products .product .added_to_cart {
        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;
    /*rtl:6.2em */
    margin: 0 .375em 1.5em auto;
}
/**
 * Captions
 */

.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, 0.05);
    padding: 0 0 5px 0;
}
/**
 * Galleries
 */

.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%;
}
/*===================================================================================*/
/*  JPlayer Skin
/*===================================================================================*/

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;
}
/* no margin on player inside post header */

.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,
a.jp-play,
a.jp-pause,
.seperator-first,
.seperator-second {
    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 white;
    background: transparent !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: none;
    overflow: hidden;
    z-index: 1;
    opacity: .6;
}
.jp-controls a:hover {
    color: #262626;
    background: transparent !important;
    text-decoration: none;
    opacity: .8;
}
.jp-controls a span {
    text-indent: -9999px;
    display: block;
}
a.jp-play,
a.jp-pause {
    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, 0.09);
    -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
    box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.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, 0.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, 0.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;
}
/* volume controls taken over by mobile devices so don't need to see them */

.no-volume .jp-progress-container {
    right: 0px;
}
.no-volume .jp-volume-bar-container,
.no-volume .seperator-second,
.no-volume .jp-mute,
.no-volume .jp-unmute {
    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: 0.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: 0.5407911001em;
    content: "\f08d";
}
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading,
article .loading.more-link,
.added_to_cart.loading {
    position: relative;
}
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after,
article .loading.more-link:after,
.added_to_cart.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: 0.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: "\f177";
    /*rtl:"\f178";*/

    margin-right: 0.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: "\f178";
    /*rtl:"\f177";*/
    margin-left: 0.5407911001em;
}
.widget_search form:before,
.widget_product_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_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
    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: 0.5407911001em;
}
.widget_recent_entries ul li:before,
.widget_pages 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: 0.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);
    /* IE6, IE7 */

    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: 0.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: 0.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: 0.5407911001em;
}
p.order-again .button:after,
p.order-again article .more-link:after,
article p.order-again .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: 0.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: 0.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: 0.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;
}
/**
 * Composite Products
 */

.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: 0.5407911001em;
}
/**
 * Mix and Match
 */

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f148";
    margin-right: 0.3819820591em;
    opacity: .25;
}
/**
 * Quick view
 */

.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: 0.6180469716em;
}
/**
 * Ship multiple addresses
 */

.woocommerce-page .ship_address .gift-form label:after,
.woocommerce-page .no_shipping_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: 0.5407911001em;
}
.woocommerce-page .ship_address .modify-address-button:before,
.woocommerce-page .no_shipping_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: 0.5407911001em;
}
.woocommerce-page .addresses + .addresses header.title a:before {
    content: "\f067";
}
/**
 * Product reviews pro
 */

.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";
}
/**
 * Variation Swatches
 */

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: 0.5407911001em;
}
/**
 * Wishlists
 */

.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: 0.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: 0.5407911001em;
}
.addresses header.title::after,
.addresses .woocommerce-Address-title::after,
.woocommerce-Address header.title::after,
.woocommerce-Address .woocommerce-Address-title::after {
    display: block;
    content: "";
    clear: both;
}
.addresses header.title a,
.addresses .woocommerce-Address-title a,
.woocommerce-Address header.title a,
.woocommerce-Address .woocommerce-Address-title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.23em;
    margin-left: 6px;
}
.addresses header.title a:before,
.addresses .woocommerce-Address-title a:before,
.woocommerce-Address header.title a:before,
.woocommerce-Address .woocommerce-Address-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: "\f105";
        /*rtl: \f104 */
        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: 0.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: "\f105";
        /*rtl: \f104 */
    }
    /**
   * Wishlists
   */

    #wl-wrapper .wl-tabs > li.active:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        /*rtl: \f104 */
        display: block !important;
        position: absolute;
        top: 50%;
        height: 1em;
        width: 1em;
        margin-top: -.5em;
    }
}
/**
 * Pagination
 */

.site-main nav.navigation {
    margin: 0 0 1em;
}
.site-main nav.navigation::after {
    display: block;
    content: "";
    clear: both;
}
.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
    display: inline-block;
    transition: all, ease, .3s;
    padding: 0.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
 */

.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: 0.667em 1.133em;
    color: #444444;
    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: 0.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: 0.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: 0.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: 0.938em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.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 (min-width: 992px){
       @media (max-width: 1023px) {
        .shop-control-bar {
            width: 100%;
            position: relative;
            margin-left: 0;
            left: 0;
        }
    } 
}

@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: transparent;
}
.shop-control-bar .handheld-sidebar-toggle button span {
    padding-left: 10px;
    font-size: 14px;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .shop-control-bar {
            padding-bottom: 14px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .shop-control-bar {
            padding-bottom: 1px;
        }
    }
}
.shop-control-bar .woocommerce-products-header__title {
    font-size: 1.5em;
    color: #444444;
    margin: 0;
    flex-grow: 1;
}
.shop-control-bar .techmarket-advanced-pagination {
    display: flex;
    align-items: center;
    word-spacing: 4px;
    font-weight: normal;
}
@media (max-width: 1589px) {
    .shop-control-bar .techmarket-advanced-pagination {
        display: none;
    }
}
.shop-control-bar .techmarket-advanced-pagination form {
    margin-right: 0.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) {
    @media (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) {
    @media (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: 0px;
}
@media (min-width: 992px) {
    .shop-control-bar ul.nav {
        margin-right: 0.6em;
    }
}
.shop-control-bar ul.nav .nav-item .nav-link {
    color: #bcbcbc;
    border: 0px;
    padding: 0px 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: 0px;
    color: #444444;
}
.shop-control-bar form {
    margin: 0px;
}
@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: 0.867em;
    }
}
.shop-control-bar form select,
.shop-control-bar form input {
    font-size: 1em;
    border-radius: 4px;
    font-weight: normal;
}
.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: 1px 0;
    }
    .shop-control-bar ul.nav,
    .shop-control-bar .form-techmarket-wc-ppp,
    .shop-control-bar .techmarket-advanced-pagination {
        display: none;
    }
    .shop-control-bar .handheld-sidebar-toggle {
        display: block;
    }
    
    
    .shop-control-bar form select.orderby {
        border: none;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        background: transparent;
        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: 0.938em;
    font-weight: normal;
    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) {
    @media (max-width: 1199px) {
        .shop-control-bar-bottom {
            flex-flow: row wrap;
            justify-content: space-between;
        }
    }
}
.shop-control-bar-bottom form {
    margin: 0px;
    color: #444444;
}
@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: 0.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: #444444;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    height: auto;
    background: 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==);
}
.primary-navigation .nav,
.navbar-primary .nav {
    margin-left: 0;
    flex-wrap: wrap;
    display: block;
}
.primary-navigation .nav > li,
.navbar-primary .nav > li {
    line-height: 1.933em;
    padding: 0 2.5em 0 0;
    display: inline-block;
}
.primary-navigation .nav > li > a,
.navbar-primary .nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.primary-navigation .nav > li > a::after,
.navbar-primary .nav > li > a::after {
    position: absolute;
    top: -5px;
    right: -16px;
}
.primary-navigation .nav > li:first-child,
.navbar-primary .nav > li:first-child {
    padding-left: 0;
}
.primary-navigation .nav > li:last-child,
.navbar-primary .nav > li:last-child {
    padding: 0;
}
.primary-navigation .nav .sale-clr a,
.navbar-primary .nav .sale-clr a {
    color: #e14546;
}
.primary-navigation .nav .dropdown-menu,
.navbar-primary .nav .dropdown-menu {
    font-size: 0.933em;
    border-radius: 0;
    border-top-width: 2px;
}
.primary-navigation .nav .dropdown-menu .menu-item > a,
.navbar-primary .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;
}
.primary-navigation .nav .dropdown-menu .show > .dropdown-menu,
.navbar-primary .nav .dropdown-menu .show > .dropdown-menu {
    left: 100%;
    top: 0;
}
.primary-navigation .nav .techmarket-flex-more-menu-item,
.navbar-primary .nav .techmarket-flex-more-menu-item {
    position: relative;
}
.primary-navigation .nav .techmarket-flex-more-menu-item .overflow-items,
.navbar-primary .nav .techmarket-flex-more-menu-item .overflow-items {
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.primary-navigation .nav .techmarket-flex-more-menu-item li,
.navbar-primary .nav .techmarket-flex-more-menu-item li {
    position: relative;
}
.primary-navigation .nav .techmarket-flex-more-menu-item .show > .dropdown-menu,
.navbar-primary .nav .techmarket-flex-more-menu-item .show > .dropdown-menu {
    left: auto;
    right: 100%;
}
.primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu,
.navbar-primary .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) {
    .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu,
    .navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
        margin-left: -27.5vw;
        padding: 0 20px;
    }
}
.primary-navigation .nav .techmarket-flex-more-menu-item::before,
.navbar-primary .nav .techmarket-flex-more-menu-item::before {
    content: " ";
    margin: 0 .5em;
}
.primary-navigation .nav .techmarket-flex-more-menu-item > a,
.navbar-primary .nav .techmarket-flex-more-menu-item > a {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.primary-navigation .nav .techmarket-flex-more-menu-item > a::after,
.navbar-primary .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 10px;
    border-radius: 50px;
    display: none;
}
.primary-navigation .nav .menu-item-has-children > .dropdown-menu,
.navbar-primary .nav .menu-item-has-children > .dropdown-menu {
    top: 50px;
}
.primary-navigation .nav .menu-item-has-children .menu-item-has-children > a::after,
.navbar-primary .nav .menu-item-has-children .menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    border-top: none;
    content: "\f105";
    /*rtl:"\f104";*/
    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) {
    @media (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: 0.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: 0.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: 0.857em;
}
.secondary-navigation .nav > li .tm-login-register {
    font-size: 0.929em;
}
.secondary-navigation .nav > li a {
    color: #444;
}
.secondary-navigation .nav > li a:hover,
.secondary-navigation .nav > li a:focus,
.secondary-navigation .nav > li a:active {
    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: 0.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: 1px solid #a9dbff;
    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) {
    @media (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: 0.938em;
    border: none;
    border-left: 1px solid #eeeeee;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    border-radius: 0;
    height: auto;
    color: #444;
    background: transparent;
    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: none;
}
.navbar-search .input-group .input-group-btn {
    font-size: 1.066em;
}
.navbar-search button {
    font-weight: 500;
    font-size: 0.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: 0.938rem 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}
.departments-menu button:hover {
    color: #555;
}
.departments-menu button:hover,
.departments-menu button:focus,
.departments-menu button:active {
    box-shadow: none;
}
.departments-menu button i {
    padding-right: 0.633em;
    line-height: 1.1;
}
.departments-menu.show > .dropdown-menu {
    transition: 0.2s ease-in-out;
}
.departments-menu > .dropdown-menu {
    transform: translate(0px, 24px) rotate(0deg) 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: 0.608em 0.357em;
    font-size: 0.938em;
    color: #43454b;
    font-weight: normal;
}
.departments-menu > .dropdown-menu > li:first-child > a {
    padding: 1.1em 0.357em 0.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: none;
}
.departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle="dropdown"]::after,
.departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle="dropdown-hover"]::after {
    font-family: 'FontAwesome';
    border-top: none;
    content: "\f105";
    /*rtl:"\f104"*/
    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: 0.938em;
    border: 2px solid #eee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}
.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a {
    font-size: 0.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: 100%;
    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: 0.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: -4px;
    left: 99%;
}
.departments-menu > .menu-item,
.departments-menu .dropdown-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-v6 .header-v1 .departments-menu > .dropdown-menu,
    .page-template-template-homepage-v6 .header-v4 .departments-menu > .dropdown-menu,
    .page-template-template-homepage-v6 .header-v3 .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-v5 .departments-menu > .dropdown-menu,
    .page-template-template-homepage-v6 .header-v6 .departments-menu > .dropdown-menu {
        display: block;
    }
}
.header-v2 .departments-menu,
.header-v3 .departments-menu,
.header-v4 .departments-menu,
.header-v5 .departments-menu,
.header-v6 .departments-menu,
.header-v10 .departments-menu {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
    padding: 0;
}
.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,
.header-v10 .departments-menu button {
    padding: 0;
    border: none;
    justify-content: inherit;
    width: 20px;
    margin-left: 20px;
}
.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,
.header-v10 .departments-menu button.dropdown-toggle::after {
    display: none;
}
.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,
.header-v10 .departments-menu button i {
    padding-right: .8em;
    text-shadow: #909090 0px 1px 0px;
}
.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,
.header-v10 .departments-menu span {
    display: none;
}
.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,
.header-v10 .departments-menu button::before {
    opacity: 0;
}
.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,
.header-v10 .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-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,
.header-v10 .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) {
    @media (max-width: 1699px) {
        .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,
        .header-v10 .departments-menu.show button::after {
            left: 50%;
            transform: translate(-78%);
        }
    }
}
@media (min-width: 1400px) {
    @media (max-width: 1699px) {
        .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,
        .header-v10 .departments-menu.show button::after {
            transform: translate(-78%);
        }
    }
}
.header-v2 .departments-menu > .dropdown-menu,
.header-v3 .departments-menu > .dropdown-menu,
.header-v4 .departments-menu > .dropdown-menu,
.header-v5 .departments-menu > .dropdown-menu,
.header-v6 .departments-menu > .dropdown-menu,
.header-v10 .departments-menu > .dropdown-menu {
    left: -202px;
    right: 0;
    min-width: 270px;
    margin: 0;
}
@media (min-width: 700px) and (max-width: 800px) {
    .header-v2 .departments-menu > .dropdown-menu,
    .header-v3 .departments-menu > .dropdown-menu,
    .header-v4 .departments-menu > .dropdown-menu,
    .header-v5 .departments-menu > .dropdown-menu,
    .header-v6 .departments-menu > .dropdown-menu,
    .header-v10 .departments-menu > .dropdown-menu {
        left: -182px;
    }
}
@media (min-width: 1400px) and (max-width: 1900px) {
    .header-v2 .departments-menu > .dropdown-menu,
    .header-v3 .departments-menu > .dropdown-menu,
    .header-v4 .departments-menu > .dropdown-menu,
    .header-v5 .departments-menu > .dropdown-menu,
    .header-v6 .departments-menu > .dropdown-menu,
    .header-v10 .departments-menu > .dropdown-menu {
        min-width: 270px;
        left: -200px;
    }
}
.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,
.header-v10 .departments-menu > .dropdown-menu::before {
    right: 5px;
    left: auto;
    display: none;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .header-v4 .departments-menu,
        .header-v3 .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.show button::after,
.page-template-template-homepage-v5 .header-v3 .departments-menu button::after,
.page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after,
.page-template-template-homepage-v6 .header-v4 .departments-menu 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) {
    @media (max-width: 1919px) {
        .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::after,
        .page-template-template-homepage-v5 .header-v3 .departments-menu button::after,
        .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after,
        .page-template-template-homepage-v6 .header-v4 .departments-menu 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) {
    .page-template-template-homepage-v5 .header-v3 .departments-menu button::before,
    .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before,
    .header-v3 .departments-menu button::before,
    .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 0px;
    color: #fff;
}
@media (min-width: 992px) {
    @media (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-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,
.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 {
    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-v6 .header-v3 .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-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-v6 .header-v3 .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-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-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,
.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 {
    background-color: #f8f8f8;
}
.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v2 .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::before,
.page-template-template-homepage-v2 .header-v1 .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 > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v5 .header-v6 .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::before,
.page-template-template-homepage-v5 .header-v6 .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 > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v6 .header-v6 .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::before,
.page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after {
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v2 .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::before,
.page-template-template-homepage-v2 .header-v1 .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 > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v5 .header-v6 .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::before,
.page-template-template-homepage-v5 .header-v6 .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 > .dropdown-menu,
.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 button::after,
.page-template-template-homepage-v6 .header-v6 .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::before,
.page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after {
    transition: all 0.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-phone .cart-contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #444;
}

.site-header-phone {
    margin-top: 5px;
}
.site-header-cart {
    margin-top: 5px;
}

.site-header-cart .cart-contents .count {
    font-size: 0.933em;
    padding: 0.5em 0;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    line-height: 0.72;
    font-weight: normal;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 50px;
    margin-left: 0.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;
    padding-right: 1.2em;

}
@media (min-width: 1024px) and (max-width: 1200px){
    .site-header-cart .cart-contents .amount {
        font-weight: 500;
        line-height: 1.24;
        padding-left: 1em;
        padding-right: 0;

    }
}



.site-header-cart .cart-contents .amount .price-label {
    font-weight: normal;
    display: block;
    font-size: 0.867em;
    color: #676767;
}
.site-header-cart .cart-contents::after {
    display: none;
}
.site-header-cart .cart-contents:hover,
.site-header-cart .cart-contents:focus,
.site-header-cart .cart-contents:active {
    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:hover,
.header-compare a:focus,
.header-compare a:active,
.header-wishlist a:hover,
.header-wishlist a:focus,
.header-wishlist a:active {
    color: #444;
}
.header-compare .value,
.header-wishlist .value {
    padding-left: 0.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) {
    @media (max-width: 1589px) {
        ul.header-compare.nav,
        ul.header-wishlist.nav {
            margin-left: 1.333em;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        ul.header-compare.nav,
        ul.header-wishlist.nav {
            margin-left: 1.2em;
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        ul.header-wishlist.nav {
            margin-left: 1.7em;
        }
    }
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.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-tfw,
.yamm li.menu-item-has-children.yamm-hw {
    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: 200ms;
}
.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 h1,
.yamm h2,
.yamm h3,
.yamm h4,
.yamm h5,
.yamm h6,
.yamm .nav-title {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em;
}
.yamm .nav-divider {
    height: 1px;
    border-top: 1px solid #ddd;
    margin: 0.5em 0;
}
.yamm .nav-text,
.yamm .nav-subtext {
    display: block;
}
.yamm .nav-subtext {
    font-size: 0.8em;
    color: #aaa;
    line-height: 1;
}
.primary-navigation,
.navbar-primary {
    position: static !important;
    margin: 10px 0 20px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .primary-navigation,
        .navbar-primary {
            margin: 0;
            margin-left: -15px;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .primary-navigation,
        .navbar-primary {
            margin: 0 0 15px;
            margin-left: -15px;
        }
    }
}
.primary-navigation, .navbar-secondary{
    position: static !important;
    margin: 10px 8px 0;
    float: right;
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .primary-navigation,
        .navbar-secondary {
            margin: 0 0 15px;
        }
    }
}
.primary-navigation .yamm-fw .dropdown-menu,
.navbar-primary .yamm-fw .dropdown-menu {
    width: 100%;
}
.primary-navigation .yamm-tfw .dropdown-menu,
.navbar-primary .yamm-tfw .dropdown-menu {
    width: 600px;
}
.primary-navigation .yamm-hw .dropdown-menu,
.navbar-primary .yamm-hw .dropdown-menu {
    width: 450px;
}
.primary-navigation .yamm .yamm-fw > .dropdown-menu,
.navbar-primary .yamm .yamm-fw > .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0 90px;
    border: none;
    z-index: 99999999;
    background-color: transparent;
}
.primary-navigation .yamm .yamm-fw > .dropdown-menu > li,
.navbar-primary .yamm .yamm-fw > .dropdown-menu > li {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-top-width: 2px;
    border-style: solid;
}
.primary-navigation .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before,
.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before {
    display: none;
}
.primary-navigation .yamm .yamm-fw > .dropdown-menu > li .nav-title a,
.primary-navigation .yamm .yamm-tfw > .dropdown-menu > li .nav-title a,
.primary-navigation .yamm .yamm-hw > .dropdown-menu > li .nav-title a,
.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .nav-title a,
.navbar-primary .yamm .yamm-tfw > .dropdown-menu > li .nav-title a,
.navbar-primary .yamm .yamm-hw > .dropdown-menu > li .nav-title a {
    font-weight: 500;
}
.primary-navigation .yamm .yamm-fw > .dropdown-menu > li a,
.primary-navigation .yamm .yamm-tfw > .dropdown-menu > li a,
.primary-navigation .yamm .yamm-hw > .dropdown-menu > li a,
.navbar-primary .yamm .yamm-fw > .dropdown-menu > li a,
.navbar-primary .yamm .yamm-tfw > .dropdown-menu > li a,
.navbar-primary .yamm .yamm-hw > .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: 2px solid;
    width: 0;
    min-width: 0;
}
.primary-nav .nav-inline .dropdown-menu .yamm-content ul,
.navbar-primary .nav-inline .dropdown-menu .yamm-content ul,
.departments-menu .dropdown-menu .yamm-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + ul,
.navbar-primary .nav-inline .dropdown-menu .yamm-content ul + ul,
.departments-menu .dropdown-menu .yamm-content ul + ul {
    margin-top: 1.143em;
}
.primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a,
.navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a,
.departments-menu .dropdown-menu .yamm-content ul > li > a {
    display: block;
    padding: 0.35em 1.429em 0.35em 0;
    color: #444;
    text-decoration: none;
}
.primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a:hover,
.navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a:hover,
.departments-menu .dropdown-menu .yamm-content ul > li > a:hover {
    background-color: transparent;
    color: black;
}
.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,
.primary-nav .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,
.navbar-primary .nav-inline .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,
.departments-menu .dropdown-menu .yamm-content .nav-title {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em;
    margin-bottom: 0;
}
.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,
.primary-nav .nav-inline .dropdown-menu .yamm-content li + .nav-title,
.primary-nav .nav-inline .dropdown-menu .yamm-content .menu-item + .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,
.navbar-primary .nav-inline .dropdown-menu .yamm-content li + .nav-title,
.navbar-primary .nav-inline .dropdown-menu .yamm-content .menu-item + .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,
.departments-menu .dropdown-menu .yamm-content li + .nav-title,
.departments-menu .dropdown-menu .yamm-content .menu-item + .nav-title {
    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,
.animate-dropdown .show > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -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 .site-header-phone {
        margin-bottom: 0;
    }
}
.site-header .site-header-cart .site-header-phone 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: 0.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: 0.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: 0.786em;
    display: flex;
    max-width: 130px;
    height: 26px;
}
.ribbon span {
    font-size: 0.9em;
    padding-left: 0.571em;
    position: relative;
    line-height: 1.9em;
}
.ribbon::before,
.ribbon::after {
    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: none;
}
.select2-container .select2-choice {
    border: 1px solid #ebebeb;
    padding: 9px;
    color: #444;
}
.select2-container .select2-selection--single,
.select2-container .selection {
    outline: none;
}
.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: none;
}
.homev5-slider-with-banners .slider,
.homev5-slider-with-banners .column-1-slider-block,
.homev3-slider-with-banners .slider,
.homev3-slider-with-banners .column-1-slider-block,
.slider-with-banners .slider,
.slider-with-banners .column-1-slider-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1590px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (max-width: 1199px) {
    .homev5-slider-with-banners .slider,
    .homev5-slider-with-banners .column-1-slider-block,
    .homev3-slider-with-banners .slider,
    .homev3-slider-with-banners .column-1-slider-block,
    .slider-with-banners .slider,
    .slider-with-banners .column-1-slider-block {
        padding: 0;
    }
}
.homev5-slider-with-banners .column-2-banners-block,
.homev5-slider-with-banners .column-2,
.homev3-slider-with-banners .column-2-banners-block,
.homev3-slider-with-banners .column-2,
.slider-with-banners .column-2-banners-block,
.slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .homev5-slider-with-banners .column-2-banners-block,
    .homev5-slider-with-banners .column-2,
    .homev3-slider-with-banners .column-2-banners-block,
    .homev3-slider-with-banners .column-2,
    .slider-with-banners .column-2-banners-block,
    .slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .homev5-slider-with-banners .column-2-banners-block,
    .homev5-slider-with-banners .column-2,
    .homev3-slider-with-banners .column-2-banners-block,
    .homev3-slider-with-banners .column-2,
    .slider-with-banners .column-2-banners-block,
    .slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .homev5-slider-with-banners .column-2-banners-block,
    .homev5-slider-with-banners .column-2,
    .homev3-slider-with-banners .column-2-banners-block,
    .homev3-slider-with-banners .column-2,
    .slider-with-banners .column-2-banners-block,
    .slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .homev5-slider-with-banners .column-2-banners-block,
    .homev5-slider-with-banners .column-2,
    .homev3-slider-with-banners .column-2-banners-block,
    .homev3-slider-with-banners .column-2,
    .slider-with-banners .column-2-banners-block,
    .slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1590px) {
    .homev5-slider-with-banners .column-2-banners-block,
    .homev5-slider-with-banners .column-2,
    .homev3-slider-with-banners .column-2-banners-block,
    .homev3-slider-with-banners .column-2,
    .slider-with-banners .column-2-banners-block,
    .slider-with-banners .column-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1590px) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (max-width: 1589px) {
        .slider-with-banners .slider,
        .slider-with-banners .slider-block {
            margin-bottom: 30px;
        }
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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) {
    @media (max-width: 1399px) {
        .slider-with-banners .banners-block {
            margin-left: 25%;
            flex: 0 0 75%;
            max-width: 75%;
        }
    }
}
@media (min-width: 1400px) {
    @media (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) {
    @media (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: 0px;
}
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 200ms 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 200ms 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.3em;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 0.1em;
    padding-bottom: 0.1em;
}

h1.entry-title-main{
    text-align: center!important;
}


article .entry-header h1.entry-title a,
article.post .entry-header h1.entry-title a {
    color: #444444;
    text-decoration: none;
}
article .entry-header h1.entry-title a:hover,
article .entry-header h1.entry-title a:focus,
article.post .entry-header h1.entry-title a:hover,
article.post .entry-header h1.entry-title a:focus {
    color: #000;
}
article .entry-header .entry-meta,
article.post .entry-header .entry-meta {
    padding-bottom: 0.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: 0.875em;
    line-height: 1.231em;
    padding-right: 0.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 .posted-on a,
article .entry-header .entry-meta .byline a,
article.post .entry-header .entry-meta .posted-on a,
article.post .entry-header .entry-meta .byline 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: 0.8em;
    font-weight: 300;
}
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:hover,
article .entry-content .page-links a:focus,
article.post .entry-content .page-links a:hover,
article.post .entry-content .page-links a:focus {
    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: 0.357em 0.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: 0.786em 3em;
    font-weight: 400;
    font-size: 0.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: 0.875em;
    line-height: 1.5em;
}
article .comments-link a:before,
article .comments-link a:after,
article .likes a:before,
article .likes a:after,
article.post .comments-link a:before,
article.post .comments-link a:after,
article.post .likes a:before,
article.post .likes a:after {
    color: #999999;
    font-family: FontAwesome;
}
article .comments-link a:hover,
article .comments-link a:focus,
article .likes a:hover,
article .likes a:focus,
article.post .comments-link a:hover,
article.post .comments-link a:focus,
article.post .likes a:hover,
article.post .likes a:focus {
    color: #000;
    text-decoration: none;
}
article .comments-link a:hover:before,
article .comments-link a:hover:after,
article .comments-link a:focus:before,
article .comments-link a:focus:after,
article .likes a:hover:before,
article .likes a:hover:after,
article .likes a:focus:before,
article .likes a:focus:after,
article.post .comments-link a:hover:before,
article.post .comments-link a:hover:after,
article.post .comments-link a:focus:before,
article.post .comments-link a:focus:after,
article.post .likes a:hover:before,
article.post .likes a:hover:after,
article.post .likes a:focus:before,
article.post .likes a:focus:after {
    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: 0.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: -0.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: 0.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: 1em;
    margin-bottom: 1.545em;
}
article.format-status .posted-on a,
article.post.format-status .posted-on a {
    color: #0275d8;
    font-size: 0.875em;
}
article.format-link,
article.post.format-link {
    background: #f5f5f5;
    padding: 2.5em 3.125em;
    letter-spacing: 0.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: 0.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: 0.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: -0.025em;
    font-weight: 400;
    margin-bottom: 0.36em;
    padding-bottom: 0.36em;
}
.sticky h1.entry-title a {
    color: #434343;
    text-decoration: none;
}
.sticky h1.entry-title a:hover,
.sticky h1.entry-title a:focus {
    color: #000;
}
.jumbotron {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}
.jumbotron .jumbotron-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.jumbotron .jumbotron-img img {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0px;
}
.jumbotron .jumbotron-caption {
    position: relative;
    padding: 45px 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption {
        padding: 25px 0;
    }
}
@media (max-width: 1589px) and (min-width: 1025px) {
    .jumbotron .jumbotron-caption {
        padding: 20px 0;
    }
}
.jumbotron .jumbotron-caption h3 {
    font-size: 2.25em;
    color: #444444;
    margin: 0px 0px 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: 0.875em;
    }
}
.jumbotron .jumbotron-caption p.jumbo-subtitle {
    font-size: 1em;
    color: #555353;
    line-height: 1.5em;
    padding-left: 0.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: 0.98em;
    }
}
@media (max-width: 1589px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        font-size: 0.813em;
    }
}
.jumbotron .jumbotron-caption p.jumbo-subtitle a {
    color: #242424;
    text-transform: uppercase;
    font-size: 0.813em;
    font-weight: normal;
    padding-top: 2.538em;
    display: block;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle a {
        padding-top: 0.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: 0.452em;
}
#scrollUp {
    border-radius: 50%;
    bottom: 1.25rem;
    color: #fff;
    font-size: 2.25rem;
    height: 2.625rem;
    opacity: 0.5;
    text-align: center;
    width: 2.625rem;
    line-height: 100%;
    right: 0.556em;
    transition: .3s;
}
#scrollUp:hover,
#scrollUp:focus,
#scrollUp:active {
    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;
}
/**
 * Mobile-Menu
 */

.sticky-wrapper .techmarket-sticky-wrap.stuck {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999!important;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.66);
}
.sticky-wrapper .techmarket-sticky-wrap.stuck.faster {
    animation-duration: 0.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) {
    @media (max-width: 1199px) {
        .sticky-wrapper .techmarket-sticky-wrap.stuck .secondary-navigation {
            margin-bottom: 0;
        }
    }
}
.sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
    padding: 0 0.4em 0.1em;
}
@media (min-width: 320px) {
    @media (max-width: 991px) {
        .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
            padding: 10px 20px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
            padding: 10px;
        }
    }
}
@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%;
    }
}
.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) {
    @media (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 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 900000;
    display: block !important;
    border-right: 1px solid rgba(255, 255, 255, 0.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, 0.2);
}
.handheld-navigation .tmhm-close:before {
    font-family: "techmarket-icons", sans-serif;
    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 .widgettitle,
.handheld-navigation .widget-title {
    font-weight: 500;
    margin-bottom: 0;
}
.handheld-navigation .nav-divider {
    display: none;
}
.handheld-navigation .yamm-content {
    padding: 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.menu .nav-title a,
.handheld-navigation .yamm-content ul .widgettitle a,
.handheld-navigation .yamm-content ul .widget-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 {
    bottom: 100%;
    right: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(72, 72, 72, 0);
    border-bottom-color: #ebebeb;
    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: relative;
    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: whitesmoke;
}
.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::after,
.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: whitesmoke;
}
.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;
}
/**
 * Home sliders
 */

.site-content .home-v1-slider .slider-1,
.site-content .home-v1-slider .slider-2 {
    height: 35.2em;
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 img,
    .site-content .home-v1-slider .slider-2 img {
        left: 55.3%;
        bottom: -45.9%;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption,
    .site-content .home-v1-slider .slider-2 .caption {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
        left: 22.2%;
        top: 12.4%;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v1-slider .slider-1 .caption,
        .site-content .home-v1-slider .slider-2 .caption {
            flex: 0 0 29.1666666667%;
            max-width: 29.1666666667%;
            left: 26.2%;
            top: 18.4%;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption,
    .site-content .home-v1-slider .slider-2 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        left: 25.2%;
        top: 15.4%;
    }
}
.site-content .home-v1-slider .slider-1 .caption .title,
.site-content .home-v1-slider .slider-2 .caption .title {
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 0.6em;
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption .title,
    .site-content .home-v1-slider .slider-2 .caption .title {
        font-size: 1.625em;
        line-height: 1.308em;
        padding-bottom: 2.154em;
    }
}
.site-content .home-v1-slider .slider-1 .caption .sub-title,
.site-content .home-v1-slider .slider-2 .caption .sub-title {
    line-height: 1.25em;
    font-weight: 300;
    padding-bottom: 1.75em;
}
.site-content .home-v1-slider .slider-1 .caption .bottom-caption,
.site-content .home-v1-slider .slider-2 .caption .bottom-caption {
    font-size: 0.813em;
    line-height: 1.308em;
    font-weight: 300;
    color: #686868;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v1-slider .slider-1 .caption .bottom-caption,
        .site-content .home-v1-slider .slider-2 .caption .bottom-caption {
            font-size: 0.75em;
        }
    }
}
.site-content .home-v1-slider .slider-1.slider-2 .caption .title {
    padding-bottom: 1.6em;
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1.slider-2 img {
        left: 60%;
        bottom: 12%;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc( 50% - 523px) !important;
    }
}
@media (max-width: 991px) {
    .site-content .home-v1-slider .slider-1,
    .site-content .home-v2-slider .slider-1,
    .site-content .home-v3-slider .slider-1 {
        height: 25em;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v1-slider .slider-1,
        .site-content .home-v2-slider .slider-1,
        .site-content .home-v3-slider .slider-1 {
            height: 20em;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v1-slider .slider-1,
        .site-content .home-v2-slider .slider-1,
        .site-content .home-v3-slider .slider-1 {
            display: none;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1,
        .site-content .home-v2-slider .slider-1,
        .site-content .home-v3-slider .slider-1 {
            height: 314px;
        }
    }
}
.site-content .home-v1-slider .slider-1 img,
.site-content .home-v2-slider .slider-1 img,
.site-content .home-v3-slider .slider-1 img {
    right: 0;
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 img,
    .site-content .home-v2-slider .slider-1 img,
    .site-content .home-v3-slider .slider-1 img {
        top: 11.6%;
        width: 200px;
        height: 200px;
    }
}
@media (min-width: 576px) {
    @media (max-width: 767px) {
        .site-content .home-v1-slider .slider-1 img,
        .site-content .home-v2-slider .slider-1 img,
        .site-content .home-v3-slider .slider-1 img {
            width: 300px;
            height: 300px;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1 img,
        .site-content .home-v2-slider .slider-1 img,
        .site-content .home-v3-slider .slider-1 img {
            left: 50%;
            width: 600px;
        }
    }
}
@media (max-width: 575px) {
    .site-content .home-v1-slider .slider-1 .caption,
    .site-content .home-v2-slider .slider-1 .caption,
    .site-content .home-v3-slider .slider-1 .caption {
        padding: 15px 15px 0;
        width: 50%;
        top: 9%;
    }
}
@media (min-width: 576px) {
    @media (max-width: 767px) {
        .site-content .home-v1-slider .slider-1 .caption,
        .site-content .home-v2-slider .slider-1 .caption,
        .site-content .home-v3-slider .slider-1 .caption {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 15px 15px 0;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1 .caption,
        .site-content .home-v2-slider .slider-1 .caption,
        .site-content .home-v3-slider .slider-1 .caption {
            left: 10%;
            flex: 0 0 37.5%;
            max-width: 37.5%;
            top: 10%;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v1-slider .slider-1 .caption,
        .site-content .home-v2-slider .slider-1 .caption,
        .site-content .home-v3-slider .slider-1 .caption {
            flex: 0 0 41.6666666667%;
            max-width: 41.6666666667%;
            left: 7%;
            top: 12%;
            font-size: .8em;
        }
    }
}
.site-content .home-v1-slider .slider-1 .caption .title,
.site-content .home-v2-slider .slider-1 .caption .title,
.site-content .home-v3-slider .slider-1 .caption .title {
    font-weight: 500;
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .title,
    .site-content .home-v2-slider .slider-1 .caption .title,
    .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 1em;
        line-height: 1.25em;
        padding-bottom: 1.5em;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption .title,
    .site-content .home-v2-slider .slider-1 .caption .title,
    .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 2.813em;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v1-slider .slider-1 .caption .title,
        .site-content .home-v2-slider .slider-1 .caption .title,
        .site-content .home-v3-slider .slider-1 .caption .title {
            font-size: 1.1em;
            line-height: 1em;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-content .home-v1-slider .slider-1 .caption .title,
        .site-content .home-v2-slider .slider-1 .caption .title,
        .site-content .home-v3-slider .slider-1 .caption .title {
            font-size: 1.3em;
            line-height: 1.1em;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1 .caption .title,
        .site-content .home-v2-slider .slider-1 .caption .title,
        .site-content .home-v3-slider .slider-1 .caption .title {
            font-size: 1.4em;
            line-height: 1.2em;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1 .caption .title,
        .site-content .home-v2-slider .slider-1 .caption .title,
        .site-content .home-v3-slider .slider-1 .caption .title {
            padding-bottom: 0.5em;
        }
    }
}
.site-content .home-v1-slider .slider-1 .caption .sub-title,
.site-content .home-v2-slider .slider-1 .caption .sub-title,
.site-content .home-v3-slider .slider-1 .caption .sub-title {
    font-weight: 300;
    padding-bottom: 1.5em;
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title,
    .site-content .home-v2-slider .slider-1 .caption .sub-title,
    .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 0.75em;
        line-height: 1.417em;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v1-slider .slider-1 .caption .sub-title,
        .site-content .home-v2-slider .slider-1 .caption .sub-title,
        .site-content .home-v3-slider .slider-1 .caption .sub-title {
            font-size: 1.154em;
            line-height: 1.4em;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-content .home-v1-slider .slider-1 .caption .sub-title,
        .site-content .home-v2-slider .slider-1 .caption .sub-title,
        .site-content .home-v3-slider .slider-1 .caption .sub-title {
            font-size: 1.1em;
            line-height: 1em;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .site-content .home-v1-slider .slider-1 .caption .sub-title,
        .site-content .home-v2-slider .slider-1 .caption .sub-title,
        .site-content .home-v3-slider .slider-1 .caption .sub-title {
            font-size: 1.15em;
            line-height: 1em;
        }
    }
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title,
    .site-content .home-v2-slider .slider-1 .caption .sub-title,
    .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 1.313em;
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title,
    .site-content .home-v2-slider .slider-1 .caption .sub-title,
    .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 1em;
    }
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .button,
    .site-content .home-v1-slider .slider-1 .caption article .more-link,
    article .site-content .home-v1-slider .slider-1 .caption .more-link,
    .site-content .home-v2-slider .slider-1 .caption .button,
    .site-content .home-v2-slider .slider-1 .caption article .more-link,
    article .site-content .home-v2-slider .slider-1 .caption .more-link,
    .site-content .home-v3-slider .slider-1 .caption .button,
    .site-content .home-v3-slider .slider-1 .caption article .more-link,
    article .site-content .home-v3-slider .slider-1 .caption .more-link {
        font-size: 0.625em;
        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .bottom-caption,
    .site-content .home-v2-slider .slider-1 .caption .bottom-caption,
    .site-content .home-v3-slider .slider-1 .caption .bottom-caption {
        font-size: 0.625em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v1-slider .slider-1 .caption .bottom-caption,
        .site-content .home-v2-slider .slider-1 .caption .bottom-caption,
        .site-content .home-v3-slider .slider-1 .caption .bottom-caption {
            font-size: 0.75em;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v2-slider .slider-1,
        .site-content .home-v3-slider .slider-1 {
            height: 374px;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1,
    .site-content .home-v3-slider .slider-1 {
        height: 374px;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1,
    .site-content .home-v3-slider .slider-1 {
        height: 532px;
    }
}
@media (min-width: 1200px) {
    .site-content .home-v2-slider .slider-1 .caption,
    .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 30%;
        max-width: 30%;
        left: 5.5%;
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1 .caption,
    .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        left: 7%;
        top: 25%;
    }
}
@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v2-slider .slider-1 .caption,
    .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1 .caption .title,
    .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 1.8em;
        line-height: 1em;
        padding-bottom: 1em;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider {
        width: 100%;
    }
}
.site-content .home-v2-slider .slider-1 img {
    left: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .site-content .home-v2-slider .slider-1 img {
            left: 15%;
            bottom: 0;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .site-content .home-v2-slider .slider-1 img {
            left: 5%;
            bottom: 5%;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .site-content .home-v2-slider .slider-1 img {
            left: 5%;
            bottom: 5%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v2-slider .slider-1 img {
            left: 10%;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slick-dots {
        bottom: 5% !important;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider .slick-dots {
        left: calc( 56% - 523px) !important;
    }
}
.site-content .home-v3-slider .slider-1 {
    background-color: #eff5f5;
}
.site-content .home-v3-slider .slider-1 img {
    left: 0;
    bottom: 0;
}
@media (min-width: 1590px) {
    .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
        left: 5%;
    }
}
.site-content .home-v3-slider .slider-1 .caption .sub-title {
    line-height: 1.19em;
}
@media (min-width: 1590px) {
    .site-content .home-v3-slider .slider-1.slider-2 img {
        left: 41.9%;
        bottom: 38px;
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v3-slider {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .site-content .home-v4-slider .slider-1 {
        height: 40.7em;
    }
}
@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 {
        height: 23em;
    }
}
.site-content .home-v4-slider .slider-1 .caption {
    flex: 0 0 50%;
    max-width: 50%;
    top: 10%;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .site-content .home-v4-slider .slider-1 .caption {
        padding: 0 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .site-content .home-v4-slider .slider-1 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        left: 4.45%;
        top: 24.4%;
        padding: 0;
    }
}
.site-content .home-v4-slider .slider-1 .caption .title {
    font-weight: 500;
    padding-bottom: .64em;
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 1em;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 3.313em;
        line-height: 1em;
    }
}
@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 1.875em;
        line-height: 1em;
    }
}
.site-content .home-v4-slider .slider-1 .caption .sub-title {
    font-weight: 300;
    padding-bottom: 2.4em;
}
@media (min-width: 1590px) {
    .site-content .home-v4-slider .slider-1 .caption .sub-title {
        font-size: 1.25em;
        line-height: 1.25em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v4-slider .slider-1 .caption .sub-title {
            font-size: 1em;
            line-height: 1em;
        }
    }
}
@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 .caption .sub-title {
        font-size: 1em;
        line-height: 1.5em;
    }
}
.site-content .home-v4-slider .slider-1 .caption .bottom-caption {
    font-size: 0.813em;
    line-height: 1.308em;
    font-weight: 300;
    color: #686868;
    padding-top: .7em;
}
.site-content .home-v1-slider,
.site-content .home-v4-slider,
.site-content .home-v9-slider,
.site-content .home-v10-slider,
.site-content .home-v11-slider,
.site-content .landing-v1-slider,
.site-content .landing-v2-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
}
.site-content .home-v1-slider .slider-1 .button,
.site-content .home-v1-slider .slider-1 article .more-link,
article .site-content .home-v1-slider .slider-1 .more-link,
.site-content .home-v4-slider .slider-1 .button,
.site-content .home-v4-slider .slider-1 article .more-link,
article .site-content .home-v4-slider .slider-1 .more-link,
.site-content .home-v9-slider .slider-1 .button,
.site-content .home-v9-slider .slider-1 article .more-link,
article .site-content .home-v9-slider .slider-1 .more-link,
.site-content .home-v11-slider .slider-1 .button,
.site-content .home-v11-slider .slider-1 article .more-link,
article .site-content .home-v11-slider .slider-1 .more-link,
.site-content .home-v12-slider .slider-1 .button,
.site-content .home-v12-slider .slider-1 article .more-link,
article .site-content .home-v12-slider .slider-1 .more-link,
.site-content .landing-v1-slider .slider-1 .button,
.site-content .landing-v1-slider .slider-1 article .more-link,
article .site-content .landing-v1-slider .slider-1 .more-link,
.site-content .landing-v2-slider .slider-1 .button,
.site-content .landing-v2-slider .slider-1 article .more-link,
article .site-content .landing-v2-slider .slider-1 .more-link {
    font-size: 0.938em;
    line-height: 2.2em;
    font-weight: 500;
    border: 2px solid;
    border-radius: 4px;
    background-color: transparent;
//color: #0063d1;
    margin-bottom: 1.467em;
    padding-left: 1.533em;
    padding-right: 2em;
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .button,
    .site-content .home-v1-slider .slider-1 article .more-link,
    article .site-content .home-v1-slider .slider-1 .more-link,
    .site-content .home-v4-slider .slider-1 .button,
    .site-content .home-v4-slider .slider-1 article .more-link,
    article .site-content .home-v4-slider .slider-1 .more-link,
    .site-content .home-v9-slider .slider-1 .button,
    .site-content .home-v9-slider .slider-1 article .more-link,
    article .site-content .home-v9-slider .slider-1 .more-link,
    .site-content .home-v11-slider .slider-1 .button,
    .site-content .home-v11-slider .slider-1 article .more-link,
    article .site-content .home-v11-slider .slider-1 .more-link,
    .site-content .home-v12-slider .slider-1 .button,
    .site-content .home-v12-slider .slider-1 article .more-link,
    article .site-content .home-v12-slider .slider-1 .more-link,
    .site-content .landing-v1-slider .slider-1 .button,
    .site-content .landing-v1-slider .slider-1 article .more-link,
    article .site-content .landing-v1-slider .slider-1 .more-link,
    .site-content .landing-v2-slider .slider-1 .button,
    .site-content .landing-v2-slider .slider-1 article .more-link,
    article .site-content .landing-v2-slider .slider-1 .more-link {
        font-size: 0.625em;
        line-height: 1em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .site-content .home-v1-slider .slider-1 .button,
        .site-content .home-v1-slider .slider-1 article .more-link,
        article .site-content .home-v1-slider .slider-1 .more-link,
        .site-content .home-v4-slider .slider-1 .button,
        .site-content .home-v4-slider .slider-1 article .more-link,
        article .site-content .home-v4-slider .slider-1 .more-link,
        .site-content .home-v9-slider .slider-1 .button,
        .site-content .home-v9-slider .slider-1 article .more-link,
        article .site-content .home-v9-slider .slider-1 .more-link,
        .site-content .home-v11-slider .slider-1 .button,
        .site-content .home-v11-slider .slider-1 article .more-link,
        article .site-content .home-v11-slider .slider-1 .more-link,
        .site-content .home-v12-slider .slider-1 .button,
        .site-content .home-v12-slider .slider-1 article .more-link,
        article .site-content .home-v12-slider .slider-1 .more-link,
        .site-content .landing-v1-slider .slider-1 .button,
        .site-content .landing-v1-slider .slider-1 article .more-link,
        article .site-content .landing-v1-slider .slider-1 .more-link,
        .site-content .landing-v2-slider .slider-1 .button,
        .site-content .landing-v2-slider .slider-1 article .more-link,
        article .site-content .landing-v2-slider .slider-1 .more-link {
            font-size: 0.875em;
            line-height: 1em;
            padding-left: 1em;
            padding-right: 1.5em;
            margin-bottom: 3em;
        }
    }
}
.site-content .home-v1-slider .slider-1,
.site-content .home-v2-slider .slider-1,
.site-content .home-v3-slider .slider-1,
.site-content .home-v4-slider .slider-1,
.site-content .home-v5-slider .slider-1,
.site-content .home-v6-slider .slider-1,
.site-content .home-v9-slider .slider-1,
.site-content .home-v10-slider .slider-1,
.site-content .home-v11-slider .slider-1,
.site-content .home-v12-slider .slider-1,
.site-content .landing-v1-slider .slider-1,
.site-content .landing-v2-slider .slider-1 {
    position: relative;
    background-size: cover;
}
.site-content .home-v1-slider .slider-1 img,
.site-content .home-v2-slider .slider-1 img,
.site-content .home-v3-slider .slider-1 img,
.site-content .home-v4-slider .slider-1 img,
.site-content .home-v5-slider .slider-1 img,
.site-content .home-v6-slider .slider-1 img,
.site-content .home-v9-slider .slider-1 img,
.site-content .home-v10-slider .slider-1 img,
.site-content .home-v11-slider .slider-1 img,
.site-content .home-v12-slider .slider-1 img,
.site-content .landing-v1-slider .slider-1 img,
.site-content .landing-v2-slider .slider-1 img {
    position: absolute;
}
.site-content .home-v1-slider .slider-1 .caption,
.site-content .home-v2-slider .slider-1 .caption,
.site-content .home-v3-slider .slider-1 .caption,
.site-content .home-v4-slider .slider-1 .caption,
.site-content .home-v5-slider .slider-1 .caption,
.site-content .home-v6-slider .slider-1 .caption,
.site-content .home-v9-slider .slider-1 .caption,
.site-content .home-v10-slider .slider-1 .caption,
.site-content .home-v11-slider .slider-1 .caption,
.site-content .home-v12-slider .slider-1 .caption,
.site-content .landing-v1-slider .slider-1 .caption,
.site-content .landing-v2-slider .slider-1 .caption {
    position: absolute;
    color: #282828;
}
.site-content .home-v1-slider .slider-1 .button:hover,
.site-content .home-v1-slider .slider-1 article .more-link:hover,
article .site-content .home-v1-slider .slider-1 .more-link:hover,
.site-content .home-v1-slider .slider-1 .button:focus,
.site-content .home-v1-slider .slider-1 article .more-link:focus,
article .site-content .home-v1-slider .slider-1 .more-link:focus,
.site-content .home-v2-slider .slider-1 .button:hover,
.site-content .home-v2-slider .slider-1 article .more-link:hover,
article .site-content .home-v2-slider .slider-1 .more-link:hover,
.site-content .home-v2-slider .slider-1 .button:focus,
.site-content .home-v2-slider .slider-1 article .more-link:focus,
article .site-content .home-v2-slider .slider-1 .more-link:focus,
.site-content .home-v3-slider .slider-1 .button:hover,
.site-content .home-v3-slider .slider-1 article .more-link:hover,
article .site-content .home-v3-slider .slider-1 .more-link:hover,
.site-content .home-v3-slider .slider-1 .button:focus,
.site-content .home-v3-slider .slider-1 article .more-link:focus,
article .site-content .home-v3-slider .slider-1 .more-link:focus,
.site-content .home-v4-slider .slider-1 .button:hover,
.site-content .home-v4-slider .slider-1 article .more-link:hover,
article .site-content .home-v4-slider .slider-1 .more-link:hover,
.site-content .home-v4-slider .slider-1 .button:focus,
.site-content .home-v4-slider .slider-1 article .more-link:focus,
article .site-content .home-v4-slider .slider-1 .more-link:focus,
.site-content .home-v5-slider .slider-1 .button:hover,
.site-content .home-v5-slider .slider-1 article .more-link:hover,
article .site-content .home-v5-slider .slider-1 .more-link:hover,
.site-content .home-v5-slider .slider-1 .button:focus,
.site-content .home-v5-slider .slider-1 article .more-link:focus,
article .site-content .home-v5-slider .slider-1 .more-link:focus,
.site-content .home-v6-slider .slider-1 .button:hover,
.site-content .home-v6-slider .slider-1 article .more-link:hover,
article .site-content .home-v6-slider .slider-1 .more-link:hover,
.site-content .home-v6-slider .slider-1 .button:focus,
.site-content .home-v6-slider .slider-1 article .more-link:focus,
article .site-content .home-v6-slider .slider-1 .more-link:focus,
.site-content .home-v9-slider .slider-1 .button:hover,
.site-content .home-v9-slider .slider-1 article .more-link:hover,
article .site-content .home-v9-slider .slider-1 .more-link:hover,
.site-content .home-v9-slider .slider-1 .button:focus,
.site-content .home-v9-slider .slider-1 article .more-link:focus,
article .site-content .home-v9-slider .slider-1 .more-link:focus,
.site-content .home-v10-slider .slider-1 .button:hover,
.site-content .home-v10-slider .slider-1 article .more-link:hover,
article .site-content .home-v10-slider .slider-1 .more-link:hover,
.site-content .home-v10-slider .slider-1 .button:focus,
.site-content .home-v10-slider .slider-1 article .more-link:focus,
article .site-content .home-v10-slider .slider-1 .more-link:focus,
.site-content .home-v11-slider .slider-1 .button:hover,
.site-content .home-v11-slider .slider-1 article .more-link:hover,
article .site-content .home-v11-slider .slider-1 .more-link:hover,
.site-content .home-v11-slider .slider-1 .button:focus,
.site-content .home-v11-slider .slider-1 article .more-link:focus,
article .site-content .home-v11-slider .slider-1 .more-link:focus,
.site-content .home-v12-slider .slider-1 .button:hover,
.site-content .home-v12-slider .slider-1 article .more-link:hover,
article .site-content .home-v12-slider .slider-1 .more-link:hover,
.site-content .home-v12-slider .slider-1 .button:focus,
.site-content .home-v12-slider .slider-1 article .more-link:focus,
article .site-content .home-v12-slider .slider-1 .more-link:focus,
.site-content .landing-v1-slider .slider-1 .button:hover,
.site-content .landing-v1-slider .slider-1 article .more-link:hover,
article .site-content .landing-v1-slider .slider-1 .more-link:hover,
.site-content .landing-v1-slider .slider-1 .button:focus,
.site-content .landing-v1-slider .slider-1 article .more-link:focus,
article .site-content .landing-v1-slider .slider-1 .more-link:focus,
.site-content .landing-v2-slider .slider-1 .button:hover,
.site-content .landing-v2-slider .slider-1 article .more-link:hover,
article .site-content .landing-v2-slider .slider-1 .more-link:hover,
.site-content .landing-v2-slider .slider-1 .button:focus,
.site-content .landing-v2-slider .slider-1 article .more-link:focus,
article .site-content .landing-v2-slider .slider-1 .more-link:focus {
    color: #fff;
}
.site-content .home-v1-slider .slick-dots,
.site-content .home-v2-slider .slick-dots,
.site-content .home-v3-slider .slick-dots,
.site-content .home-v4-slider .slick-dots,
.site-content .home-v5-slider .slick-dots,
.site-content .home-v6-slider .slick-dots,
.site-content .home-v9-slider .slick-dots,
.site-content .home-v10-slider .slick-dots,
.site-content .home-v11-slider .slick-dots,
.site-content .home-v12-slider .slick-dots,
.site-content .landing-v1-slider .slick-dots,
.site-content .landing-v2-slider .slick-dots {
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 10;
    position: absolute;
    bottom: 10%;
}
@media (max-width: 767px) {
    .site-content .home-v1-slider .slick-dots,
    .site-content .home-v2-slider .slick-dots,
    .site-content .home-v3-slider .slick-dots,
    .site-content .home-v4-slider .slick-dots,
    .site-content .home-v5-slider .slick-dots,
    .site-content .home-v6-slider .slick-dots,
    .site-content .home-v9-slider .slick-dots,
    .site-content .home-v10-slider .slick-dots,
    .site-content .home-v11-slider .slick-dots,
    .site-content .home-v12-slider .slick-dots,
    .site-content .landing-v1-slider .slick-dots,
    .site-content .landing-v2-slider .slick-dots {
        display: none !important;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1399px) {
        .site-content .home-v1-slider .slick-dots,
        .site-content .home-v2-slider .slick-dots,
        .site-content .home-v3-slider .slick-dots,
        .site-content .home-v4-slider .slick-dots,
        .site-content .home-v5-slider .slick-dots,
        .site-content .home-v6-slider .slick-dots,
        .site-content .home-v9-slider .slick-dots,
        .site-content .home-v10-slider .slick-dots,
        .site-content .home-v11-slider .slick-dots,
        .site-content .home-v12-slider .slick-dots,
        .site-content .landing-v1-slider .slick-dots,
        .site-content .landing-v2-slider .slick-dots {
            justify-content: center;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slick-dots,
    .site-content .home-v2-slider .slick-dots,
    .site-content .home-v3-slider .slick-dots,
    .site-content .home-v4-slider .slick-dots,
    .site-content .home-v5-slider .slick-dots,
    .site-content .home-v6-slider .slick-dots,
    .site-content .home-v9-slider .slick-dots,
    .site-content .home-v10-slider .slick-dots,
    .site-content .home-v11-slider .slick-dots,
    .site-content .home-v12-slider .slick-dots,
    .site-content .landing-v1-slider .slick-dots,
    .site-content .landing-v2-slider .slick-dots {
        left: calc( 56% - 523px) !important;
    }
}
@media (min-width: 1590px) {
    .site-content .home-v1-slider .slick-dots,
    .site-content .home-v2-slider .slick-dots,
    .site-content .home-v3-slider .slick-dots,
    .site-content .home-v4-slider .slick-dots,
    .site-content .home-v5-slider .slick-dots,
    .site-content .home-v6-slider .slick-dots,
    .site-content .home-v9-slider .slick-dots,
    .site-content .home-v10-slider .slick-dots,
    .site-content .home-v11-slider .slick-dots,
    .site-content .home-v12-slider .slick-dots,
    .site-content .landing-v1-slider .slick-dots,
    .site-content .landing-v2-slider .slick-dots {
        left: calc( 53% - 523px) !important;
    }
}
@media (min-width: 2100px) {
    .site-content .home-v1-slider .slider-1 .caption {
        left: 30%;
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc( 50% - 350px) !important;
    }
}
@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc( 50% - 400px) !important;
        bottom: 5%;
    }
}
.site-content .home-v3-slider .slider-1 .caption {
    max-width: 35%;
}
@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v3-slider .slick-dots {
        left: calc( 50% - 400px) !important;
    }
}
.site-content .home-v2-slider .slider-1 .caption,
.site-content .home-v3-slider .slider-1 .caption,
.site-content .home-v5-slider .slider-1 .caption,
.site-content .home-v6-slider .slider-1 .caption {
    top: 11.6%;
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .title,
    .site-content .home-v3-slider .slider-1 .caption .title,
    .site-content .home-v5-slider .slider-1 .caption .title,
    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 2.875em;
        line-height: 1em;
        padding-bottom: .5em;
    }
    .site-content .home-v2-slider .slider-1 .caption .sub-title,
    .site-content .home-v3-slider .slider-1 .caption .sub-title,
    .site-content .home-v5-slider .slider-1 .caption .sub-title,
    .site-content .home-v6-slider .slider-1 .caption .sub-title {
        font-size: 1.313em;
        line-height: 1.238em;
        font-weight: 300;
        padding-bottom: 1.333em;
    }
}
.site-content .home-v2-slider .slider-1 .caption .button,
.site-content .home-v2-slider .slider-1 .caption article .more-link,
article .site-content .home-v2-slider .slider-1 .caption .more-link,
.site-content .home-v3-slider .slider-1 .caption .button,
.site-content .home-v3-slider .slider-1 .caption article .more-link,
article .site-content .home-v3-slider .slider-1 .caption .more-link,
.site-content .home-v5-slider .slider-1 .caption .button,
.site-content .home-v5-slider .slider-1 .caption article .more-link,
article .site-content .home-v5-slider .slider-1 .caption .more-link,
.site-content .home-v6-slider .slider-1 .caption .button,
.site-content .home-v6-slider .slider-1 .caption article .more-link,
article .site-content .home-v6-slider .slider-1 .caption .more-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    background-color: #00A7FF!important;
    color: #fff!important;
    padding: 9px 35px;
    line-height: 1.05em!important;
    border-radius: 3px!important;
    vertical-align: top!important;
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 300ms 0s ease; ;
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .button,
    .site-content .home-v2-slider .slider-1 .caption article .more-link,
    article .site-content .home-v2-slider .slider-1 .caption .more-link,
    .site-content .home-v3-slider .slider-1 .caption .button,
    .site-content .home-v3-slider .slider-1 .caption article .more-link,
    article .site-content .home-v3-slider .slider-1 .caption .more-link,
    .site-content .home-v5-slider .slider-1 .caption .button,
    .site-content .home-v5-slider .slider-1 .caption article .more-link,
    article .site-content .home-v5-slider .slider-1 .caption .more-link,
    .site-content .home-v6-slider .slider-1 .caption .button,
    .site-content .home-v6-slider .slider-1 .caption article .more-link,
    article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: 0.938em;
        padding-top: 0.733em;
        padding-bottom: 0.467em;
        padding-left: 1.933em;
        padding-right: 2em;
    }
}
.site-content .home-v2-slider .slider-1 .caption .button i,
.site-content .home-v2-slider .slider-1 .caption article .more-link i,
article .site-content .home-v2-slider .slider-1 .caption .more-link i,
.site-content .home-v3-slider .slider-1 .caption .button i,
.site-content .home-v3-slider .slider-1 .caption article .more-link i,
article .site-content .home-v3-slider .slider-1 .caption .more-link i,
.site-content .home-v5-slider .slider-1 .caption .button i,
.site-content .home-v5-slider .slider-1 .caption article .more-link i,
article .site-content .home-v5-slider .slider-1 .caption .more-link i,
.site-content .home-v6-slider .slider-1 .caption .button i,
.site-content .home-v6-slider .slider-1 .caption article .more-link i,
article .site-content .home-v6-slider .slider-1 .caption .more-link i {
    margin-left: 0.548em;
}
.site-content .home-v2-slider .slider-1 .caption .bottom-caption,
.site-content .home-v3-slider .slider-1 .caption .bottom-caption,
.site-content .home-v5-slider .slider-1 .caption .bottom-caption,
.site-content .home-v6-slider .slider-1 .caption .bottom-caption {
    line-height: 1em;
    font-weight: 300;
    font-size: 15px;
    color: #686868;
    margin-top: 20px;
}
@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .bottom-caption,
    .site-content .home-v3-slider .slider-1 .caption .bottom-caption,
    .site-content .home-v5-slider .slider-1 .caption .bottom-caption,
    .site-content .home-v6-slider .slider-1 .caption .bottom-caption {
        font-size: 0.813em;
    }
}
.site-content .home-v3-slider .slider-1,
.site-content .home-v5-slider .slider-1,
.site-content .home-v6-slider .slider-1 {
    background-color: #eff5f5;
}
@media (min-width: 1200px) {
    .site-content .home-v5-slider .slider-1 {
        height: 26.75em;
    }
}
.site-content .home-v5-slider .slider-1 img {
    right: 2.4%;
}
.site-content .home-v5-slider .slider-1 .caption {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    top: 18.3%;
    left: 4.5%;
}
.site-content .home-v5-slider .slider-1 .caption .title {
    padding-bottom: .65em;
    font-weight: 500;
}
.site-content .home-v5-slider .slider-1 .caption .sub-title {
    font-weight: 300;
}
@media (max-width: 575px) {
    .site-content .home-v5-slider .slider-1 {
        height: 300px;
    }
    .site-content .home-v5-slider .slider-1 img {
        width: 387.31px;
        height: auto;
        right: -50%;
    }
    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 1.188em;
        line-height: 1em;
        padding-bottom: 1em;
    }
    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: 0.875em;
        line-height: 1em;
        padding-bottom: 1.5em;
    }
    .site-content .home-v5-slider .slider-1 .caption .button,
    .site-content .home-v5-slider .slider-1 .caption article .more-link,
    article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: 0.625em;
    }
}
@media (min-width: 576px) {
    @media (max-width: 767px) {
        .site-content .home-v5-slider .slider-1 {
            height: 300px;
        }
        .site-content .home-v5-slider .slider-1 img {
            width: 400px;
            height: auto;
        }
        .site-content .home-v5-slider .slider-1 .caption {
            flex: 0 0 31.6666666667%;
            max-width: 31.6666666667%;
        }
        .site-content .home-v5-slider .slider-1 .caption .title {
            font-size: 1.563em;
            line-height: 1.08em;
            padding-bottom: 1em;
        }
        .site-content .home-v5-slider .slider-1 .caption .sub-title {
            font-size: 0.9em;
            line-height: 1.385em;
            padding-bottom: 1.5em;
        }
        .site-content .home-v5-slider .slider-1 .caption .button,
        .site-content .home-v5-slider .slider-1 .caption article .more-link,
        article .site-content .home-v5-slider .slider-1 .caption .more-link {
            font-size: 0.625em;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1399px) {
        .site-content .home-v5-slider .slider-1 {
            height: 408px;
        }
        .site-content .home-v5-slider .slider-1 img {
            width: 537.645px;
            height: auto;
        }
        .site-content .home-v5-slider .slider-1 .caption {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .site-content .home-v5-slider .slider-1 .caption .title {
            font-size: 2.6em;
            line-height: 1em;
            padding-bottom: 1em;
        }
        .site-content .home-v5-slider .slider-1 .caption .sub-title {
            font-size: 1.25em;
            line-height: 1.15em;
            padding-bottom: 1.5em;
        }
        .site-content .home-v5-slider .slider-1 .caption .button,
        .site-content .home-v5-slider .slider-1 .caption article .more-link,
        article .site-content .home-v5-slider .slider-1 .caption .more-link {
            font-size: 0.938em;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v5-slider .slider-1 {
        height: 408px;
    }
    .site-content .home-v5-slider .slider-1 img {
        width: 537.645px;
        height: auto;
    }
    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 2.6em;
        line-height: 1em;
        padding-bottom: 1em;
    }
    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: 1.25em;
        line-height: 1.15em;
        padding-bottom: 1.5em;
    }
    .site-content .home-v5-slider .slider-1 .caption .button,
    .site-content .home-v5-slider .slider-1 .caption article .more-link,
    article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: 0.938em;
    }
}
.site-content .home-v6-slider .slider-1 .caption .pre-title {
    font-weight: 300;
}
.site-content .home-v6-slider .slider-1 .caption .title {
    font-weight: 500;
}
.site-content .home-v6-slider .slider-1 .caption .offer-price {
    color: #0063d1;
    font-weight: 500;
}
.site-content .home-v6-slider .slider-1 .caption .sale-price {
    color: #9ca3a3;
    font-weight: 300;
    text-decoration: line-through;
}
.site-content .home-v6-slider .slider-1 .caption .button:hover,
.site-content .home-v6-slider .slider-1 .caption article .more-link:hover,
article .site-content .home-v6-slider .slider-1 .caption .more-link:hover,
.site-content .home-v6-slider .slider-1 .caption .button:focus,
.site-content .home-v6-slider .slider-1 .caption article .more-link:focus,
article .site-content .home-v6-slider .slider-1 .caption .more-link:focus {
    color: #fff;
}
@media (min-width: 1200px) {
    .site-content .home-v6-slider .slider-1 {
        height: 26.7em;
    }
    .site-content .home-v6-slider .slider-1 img {
        right: 0;
    }
    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 9.2%;
        left: 5.8%;
    }
    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-weight: 300;
        font-size: 1.125em;
        padding-left: .14em;
        padding-bottom: 0.722em;
    }
    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 1.13em;
        padding-bottom: 0.472em;
    }
    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        color: #0063d1;
        font-size: 1.875em;
        font-weight: 500;
        line-height: 1;
        padding-bottom: 0.167em;
    }
    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        color: #9ca3a3;
        line-height: 1;
        font-size: 1.25em;
        font-weight: 300;
        text-decoration: line-through;
        padding-bottom: 1.2em;
    }
}
@media (max-width: 575px) {
    .site-content .home-v6-slider .slider-1 {
        height: 360px;
    }
    .site-content .home-v6-slider .slider-1 img {
        right: -100px;
        width: 300px;
    }
    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 17.2%;
        left: 5.8%;
    }
    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-size: 0.75em;
        padding-left: .14em;
        padding-bottom: 0.722em;
    }
    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 1em;
        line-height: 1.063em;
        padding-bottom: 2em;
    }
    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        font-size: 0.75em;
        line-height: 0.833em;
        padding-bottom: 0.167em;
    }
    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        line-height: 1;
        font-size: 0.688em;
        padding-bottom: 1.2em;
    }
    .site-content .home-v6-slider .slider-1 .caption .button,
    .site-content .home-v6-slider .slider-1 .caption article .more-link,
    article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: 0.625em;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1199px) {
        .site-content .home-v6-slider .slider-1 {
            height: 380px;
        }
        .site-content .home-v6-slider .slider-1 img {
            right: 0;
            width: 375px;
        }
        .site-content .home-v6-slider .slider-1 .caption {
            flex: 0 0 39.1666666667%;
            max-width: 39.1666666667%;
            top: 17.2%;
            left: 5.8%;
        }
        .site-content .home-v6-slider .slider-1 .caption .pre-title {
            font-size: 0.813em;
            padding-left: .14em;
            padding-bottom: 0.722em;
        }
        .site-content .home-v6-slider .slider-1 .caption .title {
            font-size: 1.688em;
            line-height: 1.074em;
            padding-bottom: 1em;
        }
        .site-content .home-v6-slider .slider-1 .caption .offer-price {
            font-size: 1em;
            line-height: 1.375em;
            padding-bottom: 0.167em;
        }
        .site-content .home-v6-slider .slider-1 .caption .sale-price {
            line-height: 1;
            font-size: 0.875em;
            padding-bottom: 1.2em;
        }
        .site-content .home-v6-slider .slider-1 .caption .button,
        .site-content .home-v6-slider .slider-1 .caption article .more-link,
        article .site-content .home-v6-slider .slider-1 .caption .more-link {
            font-size: 0.625em;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1399px) {
        .site-content .home-v6-slider .slider-1 {
            height: 428px;
        }
        .site-content .home-v6-slider .slider-1 img {
            right: 0;
            width: 375px;
        }
        .site-content .home-v6-slider .slider-1 .caption {
            flex: 0 0 39.1666666667%;
            max-width: 39.1666666667%;
            top: 10.5%;
            left: 10.5%;
        }
        .site-content .home-v6-slider .slider-1 .caption .pre-title {
            font-size: 1.125em;
            padding-left: .14em;
            padding-bottom: 0.722em;
        }
        .site-content .home-v6-slider .slider-1 .caption .title {
            font-size: 2.25em;
            line-height: 1.111em;
            padding-bottom: 1em;
        }
        .site-content .home-v6-slider .slider-1 .caption .offer-price {
            font-size: 1.875em;
            line-height: 1.375em;
            padding-bottom: 0.167em;
        }
        .site-content .home-v6-slider .slider-1 .caption .sale-price {
            line-height: 1.15em;
            font-size: 1.25em;
            padding-bottom: 1.2em;
        }
        .site-content .home-v6-slider .slider-1 .caption .button,
        .site-content .home-v6-slider .slider-1 .caption article .more-link,
        article .site-content .home-v6-slider .slider-1 .caption .more-link {
            font-size: 0.938em;
            padding: 5px 10px;
        }
    }
}
@media (max-width: 1589px) {
    .site-content .home-v6-slider {
        margin-bottom: 20px;
    }
}
.site-content .landing-v1-slider .slider-1 {
    background-color: #0063d1;
}
.site-content .landing-v1-slider .slider-1 .caption {
    color: #fff;
}
.site-content .landing-v1-slider .slider-1 .caption .pre-title {
    font-weight: 300;
}
.site-content .landing-v1-slider .slider-1 .caption .title {
    font-weight: 500;
}
.site-content .landing-v1-slider .slider-1 .caption .sub-title {
    font-weight: 500;
    color: #00d9e8;
}
.site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
    font-weight: 300;
    color: #4b8fde;
}
@media (min-width: 1200px) {
    .site-content .landing-v1-slider .slider-1 {
        height: 40.76em;
    }
    .site-content .landing-v1-slider .slider-1 img {
        left: 5.7%;
        top: 25.5%;
    }
    .site-content .landing-v1-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 42.55%;
        right: 13.65%;
    }
    .site-content .landing-v1-slider .slider-1 .caption .pre-title {
        font-size: 2.188em;
        line-height: 1;
        padding-bottom: .15em;
    }
    .site-content .landing-v1-slider .slider-1 .caption .title {
        font-size: 3.625em;
        line-height: 1em;
        padding-bottom: .43em;
    }
    .site-content .landing-v1-slider .slider-1 .caption .sub-title {
        font-size: 1.813em;
        padding-bottom: 4.3em;
    }
    .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
        font-size: 0.813em;
        line-height: 1.308em;
    }
}
@media (max-width: 575px) {
    .site-content .landing-v1-slider .slider-1 {
        height: 360px;
    }
    .site-content .landing-v1-slider .slider-1 img {
        left: -150px;
        top: 43.5%;
    }
    .site-content .landing-v1-slider .slider-1 .caption {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        right: 0;
        top: 37.55%;
    }
    .site-content .landing-v1-slider .slider-1 .caption .pre-title {
        font-size: 1em;
        line-height: 1;
        padding-bottom: 0.7em;
        text-align: center;
    }
    .site-content .landing-v1-slider .slider-1 .caption .title {
        font-size: 1.313em;
        line-height: 1em;
        padding-bottom: 0.7em;
    }
    .site-content .landing-v1-slider .slider-1 .caption .sub-title {
        font-size: 0.938em;
        padding-bottom: 3em;
        text-align: center;
    }
    .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
        font-size: 0.5em;
        line-height: 1.308em;
        text-align: center;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1399px) {
        .site-content .landing-v1-slider .slider-1 {
            height: 500px;
        }
        .site-content .landing-v1-slider .slider-1 img {
            left: -150px;
            top: 17.5%;
        }
        .site-content .landing-v1-slider .slider-1 .caption {
            flex: 0 0 66.6666666667%;
            max-width: 66.6666666667%;
            right: 0;
            top: 25.55%;
        }
        .site-content .landing-v1-slider .slider-1 .caption .pre-title {
            font-size: 1.625em;
            line-height: 1;
            padding-bottom: 0.7em;
            text-align: center;
        }
        .site-content .landing-v1-slider .slider-1 .caption .title {
            font-size: 2.188em;
            line-height: 1em;
            padding-bottom: 1.5em;
            padding-top: 1em;
        }
        .site-content .landing-v1-slider .slider-1 .caption .sub-title {
            font-size: 1.375em;
            padding-bottom: 3em;
            text-align: center;
        }
        .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
            font-size: 0.813em;
            line-height: 1.308em;
            text-align: center;
        }
    }
}
.site-content .landing-v2-slider .slider-1 .caption {
    display: flex;
    color: #090909;
}
.site-content .landing-v2-slider .slider-1 .caption .title-left {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    border-right: 1px solid;
}
.site-content .landing-v2-slider .slider-1 .caption .title-left span {
    font-weight: 300;
    text-align: center;
}
.site-content .landing-v2-slider .slider-1 .caption .title-right {
    font-weight: 300;
}
@media (min-width: 1590px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 55.513em;
    }
    .site-content .landing-v2-slider .slider-1 .caption {
        top: 20.8%;
        left: 51.35%;
        transform: translate(-50%, -50%);
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 10.875em;
        line-height: 1;
        font-weight: 500;
        padding-right: 0.265em;
        padding-bottom: 0.052em;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: 0.086em;
        line-height: 1;
        margin-top: -0.6em;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 3.313em;
        line-height: 1.094em;
        padding-left: 0.717em;
        padding-top: 0.264em;
    }
}
@media (max-width: 575px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 360px;
    }
    .site-content .landing-v2-slider .slider-1 .caption {
        justify-content: center;
        top: 23.8%;
        width: 100%;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 3.063em;
        font-weight: 500;
        line-height: 1;
        padding-bottom: 0.052em;
        padding-right: 0.265em;
        text-align: center;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: 0.15em;
        line-height: 1;
        margin-top: -0.6em;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 0.938em;
        line-height: 1.094em;
        padding-left: 0.717em;
        padding-top: 0.264em;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1399px) {
        .site-content .landing-v2-slider .slider-1 {
            height: 360px;
        }
        .site-content .landing-v2-slider .slider-1 .caption {
            top: 12.8%;
            justify-content: center;
            width: 100%;
        }
        .site-content .landing-v2-slider .slider-1 .caption .title-left {
            font-size: 4.625em;
            font-weight: 500;
            line-height: 1;
            padding-bottom: 0.052em;
            padding-right: 0.265em;
            text-align: center;
        }
        .site-content .landing-v2-slider .slider-1 .caption .title-left span {
            font-size: 0.19em;
            line-height: 1;
            margin-top: 0.4em;
        }
        .site-content .landing-v2-slider .slider-1 .caption .title-right {
            font-size: 1.563em;
            line-height: 1.24em;
            padding-left: 0.717em;
            padding-top: 0.264em;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 55.513em;
    }
    .site-content .landing-v2-slider .slider-1 .caption {
        top: 20.8%;
        left: 51.35%;
        transform: translate(-50%, -50%);
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 8em;
        line-height: 1;
        font-weight: 500;
        padding-right: 0.265em;
        padding-bottom: 0.052em;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: 0.1em;
        line-height: 1;
        margin-top: -0.6em;
    }
    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 2.6em;
        line-height: 1.094em;
        padding-left: 0.717em;
        padding-top: 0.264em;
    }
}
.site-content .home-v9-slider .slider-1 .button,
.site-content .home-v9-slider .slider-1 article .more-link,
article .site-content .home-v9-slider .slider-1 .more-link {
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    position: absolute;
}
.site-content .home-v9-slider .slider-1 .button span,
.site-content .home-v9-slider .slider-1 article .more-link span,
article .site-content .home-v9-slider .slider-1 .more-link span {
    font-weight: 700;
}
@media (min-width: 1590px) {
    .site-content .home-v9-slider .slider-1 {
        height: 49.1em;
    }
    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 10.05%;
        top: 29%;
    }
    .site-content .home-v9-slider .slider-1 .img-2 {
        top: 4.7%;
        left: 17.1%;
    }
    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: -1%;
        right: 22.2%;
    }
    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 29.6%;
        right: 13.3%;
    }
    .site-content .home-v9-slider .slider-1 .button,
    .site-content .home-v9-slider .slider-1 article .more-link,
    article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: 1.625em;
        font-weight: 400;
    }
    .site-content .home-v9-slider .slider-1 .button.button-left,
    .site-content .home-v9-slider .slider-1 article .button-left.more-link,
    article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        top: 15.3%;
        left: 3.85%;
        padding: 0.731em 3.346em 0.423em;
    }
    .site-content .home-v9-slider .slider-1 .button.button-right,
    .site-content .home-v9-slider .slider-1 article .button-right.more-link,
    article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 11.1%;
        right: 5.2%;
        padding: 0.692em 4.577em 0.5em 4em;
    }
    .site-content .home-v9-slider .slider-1 .button span,
    .site-content .home-v9-slider .slider-1 article .more-link span,
    article .site-content .home-v9-slider .slider-1 .more-link span {
        font-weight: 500;
    }
}
@media (max-width: 575px) {
    .site-content .home-v9-slider .slider-1 {
        height: 360px;
    }
    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 16.05%;
        top: 24%;
        width: 27px;
    }
    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 17.1%;
        top: 17.7%;
        width: 155px;
    }
    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: 19%;
        right: 34.2%;
        width: 155px;
    }
    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 29.6%;
        right: 13.3%;
        width: 27px;
    }
    .site-content .home-v9-slider .slider-1 .button,
    .site-content .home-v9-slider .slider-1 article .more-link,
    article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: 0.625em;
    }
    .site-content .home-v9-slider .slider-1 .button.button-left,
    .site-content .home-v9-slider .slider-1 article .button-left.more-link,
    article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 10px;
        left: 3.85%;
        padding: 10px 15px;
        top: 11.3%;
    }
    .site-content .home-v9-slider .slider-1 .button.button-right,
    .site-content .home-v9-slider .slider-1 article .button-right.more-link,
    article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 11.1%;
        font-size: 10px;
        padding: 10px 15px;
        right: 5.2%;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1199px) {
        .site-content .home-v9-slider .slider-1 {
            height: 360px;
        }
        .site-content .home-v9-slider .slider-1 .img-1 {
            left: 11.05%;
            top: 27%;
            width: 50px;
        }
        .site-content .home-v9-slider .slider-1 .img-2 {
            left: 17.1%;
            top: 13.7%;
            width: 250px;
        }
        .site-content .home-v9-slider .slider-1 .img-3 {
            bottom: 13%;
            right: 21.2%;
            width: 250px;
        }
        .site-content .home-v9-slider .slider-1 .img-4 {
            bottom: 29.6%;
            right: 13.3%;
            width: 50px;
        }
        .site-content .home-v9-slider .slider-1 .button,
        .site-content .home-v9-slider .slider-1 article .more-link,
        article .site-content .home-v9-slider .slider-1 .more-link {
            font-size: 0.625em;
        }
        .site-content .home-v9-slider .slider-1 .button.button-left,
        .site-content .home-v9-slider .slider-1 article .button-left.more-link,
        article .site-content .home-v9-slider .slider-1 .button-left.more-link {
            font-size: 14px;
            left: 3.85%;
            padding: 10px 15px;
            top: 11.3%;
            line-height: 13px;
        }
        .site-content .home-v9-slider .slider-1 .button.button-right,
        .site-content .home-v9-slider .slider-1 article .button-right.more-link,
        article .site-content .home-v9-slider .slider-1 .button-right.more-link {
            bottom: 11.1%;
            font-size: 14px;
            padding: 10px 15px;
            right: 5.2%;
            line-height: 13px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1399px) {
        .site-content .home-v9-slider .slider-1 {
            height: 500px;
        }
        .site-content .home-v9-slider .slider-1 .img-1 {
            left: 11.05%;
            top: 32%;
            width: 90px;
        }
        .site-content .home-v9-slider .slider-1 .img-2 {
            left: 19.1%;
            top: 8.7%;
            width: 370px;
        }
        .site-content .home-v9-slider .slider-1 .img-3 {
            bottom: 4%;
            right: 21.2%;
            width: 411px;
        }
        .site-content .home-v9-slider .slider-1 .img-4 {
            bottom: 27.6%;
            right: 13.3%;
            width: 80px;
        }
        .site-content .home-v9-slider .slider-1 .button,
        .site-content .home-v9-slider .slider-1 article .more-link,
        article .site-content .home-v9-slider .slider-1 .more-link {
            font-size: 0.625em;
        }
        .site-content .home-v9-slider .slider-1 .button.button-left,
        .site-content .home-v9-slider .slider-1 article .button-left.more-link,
        article .site-content .home-v9-slider .slider-1 .button-left.more-link {
            font-size: 26px;
            left: 3.85%;
            line-height: 1.5;
            padding: 5px 20px 6px;
            top: 16.3%;
        }
        .site-content .home-v9-slider .slider-1 .button.button-right,
        .site-content .home-v9-slider .slider-1 article .button-right.more-link,
        article .site-content .home-v9-slider .slider-1 .button-right.more-link {
            bottom: 6.1%;
            font-size: 26px;
            line-height: 1.5;
            padding: 5px 20px 6px;
            right: 5.2%;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v9-slider .slider-1 {
        height: 598px;
    }
    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 11.05%;
        top: 32%;
        width: 90px;
    }
    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 11.1%;
        top: 13.7%;
        width: 523.801px;
    }
    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: -2%;
        right: 14.2%;
        width: 624px;
    }
    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 27.6%;
        right: 8.3%;
        width: 80px;
    }
    .site-content .home-v9-slider .slider-1 .button,
    .site-content .home-v9-slider .slider-1 article .more-link,
    article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: 0.625em;
    }
    .site-content .home-v9-slider .slider-1 .button.button-left,
    .site-content .home-v9-slider .slider-1 article .button-left.more-link,
    article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 26px;
        left: 3.85%;
        line-height: 1.5;
        padding: 5px 20px 6px;
        top: 16.3%;
    }
    .site-content .home-v9-slider .slider-1 .button.button-right,
    .site-content .home-v9-slider .slider-1 article .button-right.more-link,
    article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 6.1%;
        font-size: 26px;
        line-height: 1.5;
        padding: 5px 20px 6px;
        right: 5.2%;
    }
}
.site-content .home-v10-slider .slider-1 .caption {
    color: #fff;
    text-align: right;
}
.site-content .home-v10-slider .home-v10-slider .slider-1 .caption .pre-title {
    border: 2px solid;
    font-weight: 400;
    display: inline-block;
}

.site-content .tour-banner .banner .banner-bg .caption .pre-title{
    padding: 5px 10px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 300;
    text-align: right;
    display: inherit;
}
.site-content .tour-banner .banner .banner-bg .caption .title{
    font-size: 3.5em;
    font-weight: 500;
    color: #fff;
    line-height: 1.05em;
    padding-bottom: 0.1em;
}
.site-content .tour-banner .banner .banner-bg .caption .sub-title{
    font-size: 0.75em;
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 0.833em;
}
.site-content .tour-banner .banner .banner-bg .caption{
    position: absolute;
    left: 5%;
}

.site-content .home-v10-slider .slider-1 .caption .title {
    font-weight: 500;
}
.site-content .home-v10-slider .slider-1 .caption .sub-title {
    font-weight: 500;
}
.site-content .home-v10-slider .slider-1 .caption .button,
.site-content .home-v10-slider .slider-1 .caption article .more-link,
article .site-content .home-v10-slider .slider-1 .caption .more-link {
    background-color: #fff;
}
@media (min-width: 1590px) {
    .site-content .home-v10-slider .slider-1 {
        height: 49.125em;
    }
    .site-content .home-v10-slider .slider-1 img {
        right: 19.6%;
    }
    .site-content .home-v10-slider .slider-1 .caption {
        flex: 0 0 25%;
        max-width: 25%;
        top: 24.4%;
        left: 10.3%;
    }
    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 1.5em;
        padding: 0.208em 1.25em;
        margin-bottom: 2.375em;
    }
    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 4.938em;
        line-height: 0.924em;
        padding-bottom: 0.051em;
    }
    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: 1.438em;
        padding-bottom: 1.8em;
    }
    .site-content .home-v10-slider .slider-1 .caption .button,
    .site-content .home-v10-slider .slider-1 .caption article .more-link,
    article .site-content .home-v10-slider .slider-1 .caption .more-link {
        color: #6dc4b4;
    }
}
@media (max-width: 575px) {
    .site-content .home-v10-slider .slider-1 {
        height: 25em;
    }
    .site-content .home-v10-slider .slider-1 img {
        right: 0;
        top: 27.6%;
        width: 67%;
    }
    .site-content .home-v10-slider .slider-1 .caption {
        top: 10%;
        width: 55%;
    }
    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 10px;
        padding: 3px 8px 4px;
        margin-bottom: 2em;
    }
    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 2.188em;
        line-height: 1.086em;
        padding-bottom: 0.286em;
    }
    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: 0.75em;
        line-height: 1.5em;
        padding-bottom: 0.833em;
    }
    .site-content .home-v10-slider .slider-1 .caption .button,
    .site-content .home-v10-slider .slider-1 .caption article .more-link,
    article .site-content .home-v10-slider .slider-1 .caption .more-link {
        font-size: 0.75em;
        line-height: 1.5em;
        padding: 10px 29px 10px 23px;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1199px) {
        .site-content .home-v10-slider .slider-1 {
            height: 360px;
        }
        .site-content .home-v10-slider .slider-1 img {
            right: 0;
            width: 32%;
        }
        .site-content .home-v10-slider .slider-1 .caption {
            top: 20%;
            width: 55%;
        }
        .site-content .home-v10-slider .slider-1 .caption .pre-title {
            font-size: 12px;
            padding: 3px 8px 4px;
            margin-bottom: 2em;
        }
        .site-content .home-v10-slider .slider-1 .caption .title {
            font-size: 2.5em;
            line-height: 1.05em;
            padding-bottom: 0.286em;
        }
        .site-content .home-v10-slider .slider-1 .caption .sub-title {
            font-size: 0.75em;
            line-height: 1.5em;
            padding-bottom: 0.833em;
        }
        .site-content .home-v10-slider .slider-1 .caption .button,
        .site-content .home-v10-slider .slider-1 .caption article .more-link,
        article .site-content .home-v10-slider .slider-1 .caption .more-link {
            font-size: 0.75em;
            line-height: 1.5em;
            padding: 10px 29px 10px 23px;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v10-slider .slider-1 {
        height: 425px;
    }
    .site-content .home-v10-slider .slider-1 img {
        right: 22%;
        width: 27%;
    }
    .site-content .home-v10-slider .slider-1 .caption {
        top: 28%;
        width: 41%;
    }
    .site-content .tour-banner .home-v10-slider .column-1 .banner .banner-bg .slider-1 .caption .pre-title {
        font-size: 12px;
        padding: 3px 8px 4px;
        margin-bottom: 2em;
    }
    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 2.5em;
        line-height: 1.05em;
        padding-bottom: 0.286em;
    }
    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: 0.75em;
        line-height: 1.5em;
        padding-bottom: 0.833em;
    }
    .site-content .home-v10-slider .slider-1 .caption .button,
    .site-content .home-v10-slider .slider-1 .caption article .more-link,
    article .site-content .home-v10-slider .slider-1 .caption .more-link {
        font-size: 0.75em;
        line-height: 1.5em;
        padding: 10px 29px 10px 23px;
    }
}
.site-content .home-v10-slider .slider-1 .button,
.site-content .home-v10-slider .slider-1 article .more-link,
article .site-content .home-v10-slider .slider-1 .more-link {
    color: #6dc4b4;
}
.site-content .home-v10-slider .slider-1 .button:hover,
.site-content .home-v10-slider .slider-1 article .more-link:hover,
article .site-content .home-v10-slider .slider-1 .more-link:hover {
    background: #6dc4b4;
    border-color: #6dc4b4;
    color: #fff;
}
.site-content .home-v11-slider .slider-1 .caption {
    color: #000;
    text-align: right;
}
.site-content .home-v11-slider .slider-1 .caption .title {
    font-weight: 700;
    font-style: italic;
}
.site-content .home-v11-slider .slider-1 .caption .sub-title {
    font-weight: 300;
}
@media (min-width: 1200px) {
    .site-content .home-v11-slider .slider-1 {
        height: 42.625em;
    }
    .site-content .home-v11-slider .slider-1 .caption {
        top: 26.6%;
        right: 4.1%;
    }
    .site-content .home-v11-slider .slider-1 .caption .title {
        font-size: 4.375em;
        line-height: 1em;
        padding-bottom: 0.371em;
    }
    .site-content .home-v11-slider .slider-1 .caption .sub-title {
        font-size: 2.188em;
        line-height: 1.171em;
        padding-bottom: 0.771em;
    }
}
@media (max-width: 575px) {
    .site-content .home-v11-slider .slider-1 {
        height: 360px;
    }
    .site-content .home-v11-slider .slider-1 .caption {
        top: 26.6%;
        right: 4.1%;
    }
    .site-content .home-v11-slider .slider-1 .caption .title {
        font-size: 1.563em;
        line-height: 1em;
        padding-bottom: 0.371em;
    }
    .site-content .home-v11-slider .slider-1 .caption .sub-title {
        font-size: 0.938em;
        line-height: 1.171em;
        padding-bottom: 0.771em;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1399px) {
        .site-content .home-v11-slider .slider-1 {
            height: 360px;
        }
        .site-content .home-v11-slider .slider-1 .caption {
            top: 26.6%;
            right: 4.1%;
        }
        .site-content .home-v11-slider .slider-1 .caption .title {
            font-size: 2em;
            line-height: 1em;
            padding-bottom: 0.371em;
        }
        .site-content .home-v11-slider .slider-1 .caption .sub-title {
            font-size: 1.8em;
            line-height: 1.171em;
            padding-bottom: 0.771em;
        }
        .site-content .home-v11-slider .slider-1 .caption .button,
        .site-content .home-v11-slider .slider-1 .caption article .more-link,
        article .site-content .home-v11-slider .slider-1 .caption .more-link {
            font-size: 0.75em;
        }
    }
}
.site-content .home-v12-slider .slider-1 .caption {
    color: #2d2d2d;
}
.site-content .home-v12-slider .slider-1 .caption .pre-title {
    font-weight: 400;
    line-height: 1;
}
.site-content .home-v12-slider .slider-1 .caption .title {
    font-weight: 500;
    font-style: italic;
    letter-spacing: -3px;
}
.site-content .home-v12-slider .slider-1 .caption .sub-title {
    font-weight: 400;
}
.site-content .home-v12-slider .slider-1 .caption .offer-price {
    color: #d20a11;
    font-weight: 300;
}
.site-content .home-v12-slider .slider-1 .caption .bottom-caption {
    font-weight: 300;
    color: #686868;
}
@media (min-width: 1200px) {
    .site-content .home-v12-slider .slider-1 {
        height: 27.5em;
    }
    .site-content .home-v12-slider .slider-1 .caption {
        top: 19.3%;
        left: 4.4%;
    }
    .site-content .home-v12-slider .slider-1 .caption .button,
    .site-content .home-v12-slider .slider-1 .caption article .more-link,
    article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-left: 5.667em;
    }
    .site-content .home-v12-slider .slider-1 .caption .pre-title {
        font-size: 1.5em;
        padding-left: 100px;
        margin-bottom: -20px;
    }
    .site-content .home-v12-slider .slider-1 .caption .title {
        line-height: 1;
        font-size: 5.75em;
    }
    .site-content .home-v12-slider .slider-1 .caption .sub-title {
        font-size: 1.625em;
        line-height: 1.1em;
        padding-left: 1.769em;
        padding-bottom: 0.962em;
    }
    .site-content .home-v12-slider .slider-1 .caption .offer-price {
        font-size: 1.75em;
        padding-left: 3.5em;
        padding-bottom: 0.607em;
    }
    .site-content .home-v12-slider .slider-1 .caption .button,
    .site-content .home-v12-slider .slider-1 .caption article .more-link,
    article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-left: 5.667em;
    }
    .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
        font-size: 0.813em;
        padding-left: 8.077em;
    }
}
@media (max-width: 575px) {
    .site-content .home-v12-slider .slider-1 {
        height: 360px;
    }
    .site-content .home-v12-slider .slider-1 .caption {
        top: 19.3%;
        left: 4.4%;
    }
    .site-content .home-v12-slider .slider-1 .caption .pre-title {
        font-size: 0.8em;
        line-height: 1;
        padding-left: 48px;
    }
    .site-content .home-v12-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 0.7;
        padding-bottom: 0.306em;
    }
    .site-content .home-v12-slider .slider-1 .caption .sub-title {
        font-size: 0.8em;
        line-height: 1.1em;
        padding-bottom: 2em;
    }
    .site-content .home-v12-slider .slider-1 .caption .offer-price {
        font-size: 0.8em;
        padding-bottom: 2em;
    }
    .site-content .home-v12-slider .slider-1 .caption .button,
    .site-content .home-v12-slider .slider-1 .caption article .more-link,
    article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-bottom: 3em;
    }
    .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
        font-size: 0.813em;
    }
}
@media (min-width: 576px) {
    @media (max-width: 1399px) {
        .site-content .home-v12-slider .slider-1 {
            height: 360px;
        }
        .site-content .home-v12-slider .slider-1 .caption {
            top: 13.3%;
            left: 4.4%;
        }
        .site-content .home-v12-slider .slider-1 .caption .pre-title {
            font-size: 1em;
            line-height: 1;
            padding-left: 5.5em;
        }
        .site-content .home-v12-slider .slider-1 .caption .title {
            font-size: 4.313em;
            padding-bottom: 0.3em;
            line-height: 0.8em;
        }
        .site-content .home-v12-slider .slider-1 .caption .sub-title {
            font-size: 1.5em;
            line-height: 1.1em;
            padding-bottom: 0.6em;
        }
        .site-content .home-v12-slider .slider-1 .caption .offer-price {
            font-size: 1.75em;
            padding-bottom: 0.5em;
        }
        .site-content .home-v12-slider .slider-1 .caption .button,
        .site-content .home-v12-slider .slider-1 .caption article .more-link,
        article .site-content .home-v12-slider .slider-1 .caption .more-link {
            margin-bottom: 1em;
        }
        .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
            font-size: 0.813em;
        }
    }
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v12-slider {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .tm-mega-menu {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    @media (min-width: 576px) {
        .tm-mega-menu {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .tm-mega-menu {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .tm-mega-menu {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .tm-mega-menu {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    .tm-mega-menu .widget {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%;
    }
    @media (min-width: 576px) {
        .tm-mega-menu .widget {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .tm-mega-menu .widget {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .tm-mega-menu .widget {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .tm-mega-menu .widget {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
}
.tour-banner .column-1 {
    z-index: 9;
}
.tour-banner .column-2 {
    z-index: 1;
}
@media (max-width: 991px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
        align-items: center;
        margin-bottom: 0;
    }
}
.ribbon.green-label:before {
    background: #bfd630;
}
.ribbon.green-label:after {
    border-left: 10px solid #bfd630;
}
.ribbon.green-label span {
    color: #fff;
}
.woocommerce-page.woocommerce-checkout .woocommerce-form-login {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .before-login-text {
    font-weight: normal;
}
@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .blog-grid article.post.format-quote,
    .blog-grid article.post.format-link {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        article.format-quote,
        article.format-link,
        article.post.format-quote,
        article.post.format-link {
            padding: 2.625em 3.25em;
        }
    }
}
.single-product .single-product-header .add-to-wishlist {
    text-indent: -99999px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.single-product .single-product-header .add-to-wishlist:before {
    color: #444;
    font-family: "techmarket-icons", sans-serif;
    font-size: 1.429em;
    position: absolute;
    right: 24px;
    top: 0;
    text-indent: 0;
    content: "\6b";
}
.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
    z-index: 9;
}
.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1589px) {
    .section-products-with-image .product-image {
        right: 0;
        top: 0;
    }
}
@media (max-width: 1024px) {
    .site-header .handheld-header .sticky-wrapper .row.yamm-content-row {
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .site-header .handheld-header .sticky-wrapper .row.yamm-content-row {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .site-header .departments-menu .dropdown-menu .yamm-content .yamm-content-row {
        align-items: flex-start;
    }
}
form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox,
form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox {
    position: relative;
}
form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox:before,
form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox:before {
    opacity: 0;
}
form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before,
form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 1;
    transition: all .2s;
    top: 0;
    left: 1px;
    font-size: 0.625em;
    line-height: 2em;
}
form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before {
    font-size: 0.417em;
    line-height: 1.3em;
}
.site-content .home-v2-slider .slider-1 .button:hover,
.site-content .home-v2-slider .slider-1 article .more-link:hover,
article .site-content .home-v2-slider .slider-1 .more-link:hover,
.site-content .home-v3-slider .slider-1 .button:hover,
.site-content .home-v3-slider .slider-1 article .more-link:hover,
article .site-content .home-v3-slider .slider-1 .more-link:hover,
.site-content .home-v5-slider .slider-1 .button:hover,
.site-content .home-v5-slider .slider-1 article .more-link:hover,
article .site-content .home-v5-slider .slider-1 .more-link:hover {
    color: #fff;
}
#secondary .widget.widget_price_filter .price_slider_amount input {
    width: 100% !important;
}
#secondary .widget.widget_price_filter .price_slider_amount:after {
    display: none;
}
.page-template-template-homepage-v10 .products .product .woocommerce-loop-product__title {
    height: 42px;
}
.stretch-full-width-map iframe,
.store-info.store-info-v2 .google-map iframe {
    width: 100%;
}
@media (min-width: 1200px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 0 !important;
    }
}
.deals-carousel-v3 {
    height: 564px;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .deals-carousel-v3 {
            height: 790px;
        }
    }
}
@media (max-width: 767px) {
    .deals-carousel-v3 {
        height: 850px;
    }
}
.deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
    height: 564px;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
            height: 790px;
        }
    }
}
@media (max-width: 767px) {
    .deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
        height: 850px;
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media {
            align-items: center;
        }
    }
}
@media (max-width: 767px) {
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img {
        max-width: 73px;
    }
}
.section-landscape-product-card-with-gallery .products > .slick-arrow,
.deals-carousel-v3 .products > .slick-arrow {
    z-index: 10 !important;
}
#section-landscape-product-card-with-gallery .products .small-images figure img {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .site-header.header-v8 .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding: 0;
    }
    .site-header.header-v8 .sticky-wrapper .site-header-cart {
        margin-right: 62px;
    }
    .site-header.header-v8 .site-header-cart {
        margin-right: 62px;
    }
}

.organic-market .site-header .custom-logo-link svg,
.organic-market .site-header .site-logo-anchor svg,
.organic-market .site-header .site-logo-link svg,
.organic-market .footer-contact .footer-logo svg {
    height: 100%;
}
.organic-market .page-template-template-homepage-v1 .banners .text-in-right .banner-bg {
    padding-left: 3.563em;
    justify-content: flex-start;
}
.garden-market .top-bar.top-bar-v4 .nav > li > a,
.garden-market .site-header.header-v4 .site-header-cart .cart-contents .amount .price-label {
    color: #fff;
}
.garden-market .site-header.header-v4 .navbar-search button, .garden-market .site-header.header-v4 .site-header-cart .cart-contents .count {
    background-color: #283d86;
}
.garden-market .footer-logo path.cls-1, .garden-market .footer-logo .cls-2 {
    fill: #ff7e21;
}
.garden-market .footer-logo .cls-1, .garden-market .footer-logo polygon.cls-1 + path.cls-1 {
    fill: #333e48;
}

/**
 * Widgets
 */

.widget {
    margin: 0 0 3.706325903em;
}
.widget select {
    width: 100%;
}
.widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

    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;
}
.button a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    background-color: #00A7FF!important;
    color: #fff!important;
    padding: 9px 25px!important;
    line-height: 1em!important;
    border-radius: 3px!important;
    vertical-align: top!important;
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 300ms 0s ease;
}

.header-widget-region::after {
    display: block;
    content: "";
    clear: both;
}
.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em;
}
.widget_search form,
.widget_product_search form {
    position: relative;
}
.widget_search form:before,
.widget_product_search form:before {
    color: rgba(0, 0, 0, 0.3);
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
    width: 100%;
}
.widget_search form input[type=text]::-webkit-input-placeholder,
.widget_search form input[type=text]::-moz-placeholder,
.widget_search form input[type=search]::-webkit-input-placeholder,
.widget_search form input[type=search]::-moz-placeholder,
.widget_product_search form input[type=text]::-webkit-input-placeholder,
.widget_product_search form input[type=text]::-moz-placeholder,
.widget_product_search form input[type=search]::-webkit-input-placeholder,
.widget_product_search form input[type=search]::-moz-placeholder {
    font-weight: 300;
}
.widget_search form input[type=submit],
.widget_product_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0;
}
.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul {
    margin: 0;
}
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li {
    list-style: none;
    margin-bottom: 0.6180469716em;
}
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before {
    font-family: "FontAwesome";
    margin-right: 0.5407911001em;
    display: inline-block;
    opacity: 0.35;
}
.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
    padding: .236em;
    text-align: center;
}
.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 0.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: 0.875em;
}
.widget-area .widget h1.widget-title {
    font-size: 1.41575em;
}
.widget.widget_tag_cloud .tagcloud a {
    background: transparent;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 0.457em 0.731em 0;
    padding: 0.823em 0.788em;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus {
    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_product_categories ul li > a,
.widget_product_categories ul li > span,
.widget_layered_nav ul li > a,
.widget_layered_nav ul li > span {
    color: #444;
    padding: 0.571em 0 0.643em 0;
    display: inline-block;
}
.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,
.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 {
    color: #444;
    text-decoration: none;
}
.widget_product_categories ul li .count,
.widget_layered_nav ul li .count {
    font-size: 0.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: 0.429em;
}
#secondary .widget_product_categories ul li .child-indicator i {
    font-size: 0.857em;
    color: #aeaeae;
    width: 0.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: 0.929em;
}
#secondary .widget_product_categories .category-single > li,
#secondary .widget_product_categories .category-single .show-all-cat > 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: 0.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: bold;
    vertical-align: middle;
}
#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
    padding: 0.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: 0.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: 0.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: 0.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 transparent;
}
#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: 0.893em;
}
#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .no-child,
#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .child-indicator {
    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: 0.733em;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat span {
    font-size: 1.071em;
    font-weight: normal;
    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: 0.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 0.75em 0px 0px;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul {
    margin: 0px;
    padding: 0.357em .929em 0.643em;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat {
    padding: 0px;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a {
    margin-bottom: 0px;
    padding: 0.8em 0px 0.733em 0.267em;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator {
    padding: 0 0.561em 0 0px;
    vertical-align: top;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator i {
    color: #444444;
}
#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: 0.929em;
    color: #a4a4a4;
    padding: 0px 0.231em 0px;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children {
    padding-top: 0px;
    padding-bottom: 1.357em;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li {
    border: 0px;
}
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li a {
    padding-bottom: 0.4em;
}
#secondary .widget_product_categories ul.product-categories li.product_cat span {
    font-size: 1.071em;
    font-weight: normal;
    padding: 1.067em 0px 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: -0.025em;
    margin-bottom: 1.267em;
}
@media (min-width: 768px) and (max-width: 991px){
    .footer-widgets .widget .widget-title,
    .footer-widgets .widget .widgettitle {
        font-size: 0.85em!important;
    }
}
.footer-widgets .widget div > ul li,
.footer-widgets .widget > ul li {
    margin: 0;
    line-height: 1.8em;
    padding-bottom:8px;
}
@media (min-width: 320px){
    .footer-widgets .widget div > ul li,
    .footer-widgets .widget > ul li {
        line-height: 1.1em!important;
        padding-bottom:6px;
    }
}
@media (min-width: 768px){
    .footer-widgets .widget div > ul li,
    .footer-widgets .widget > ul li {
        line-height: 1.1em!important;
        padding-bottom:8px;
    }
}
@media (min-width: 992px) {
    .footer-widgets .widget div > ul li,
    .footer-widgets .widget > ul li {
        margin: 0;
        line-height: 1.7em;
    }
}


.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: 576px) {
        .footer-widgets .columns {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .footer-widgets .columns {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .footer-widgets .columns {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (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_nav_menu ul li,
.footer-widgets-block .widget ul li {
    padding: 0;
}
.footer-widgets-block .widget_nav_menu ul li::before,
.footer-widgets-block .widget ul li::before {
    display: none;
}
.footer-widgets-block .widget_nav_menu ul li ul,
.footer-widgets-block .widget ul li ul {
    margin-left: 0;
}
.footer-widgets-block .widget_archive ul li,
.footer-widgets-block .widget_links 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,
.footer-widgets-block .widget_meta ul li,
.footer-widgets-block .widget_recent_comments ul li,
.footer-widgets-block .widget_categories ul li {
    color: #555353;
    margin-bottom: 0;
}
.footer-widgets-block .widget_archive ul li a,
.footer-widgets-block .widget_links 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,
.footer-widgets-block .widget_meta ul li a,
.footer-widgets-block .widget_recent_comments ul li a,
.footer-widgets-block .widget_categories 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_links 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,
.footer-widgets-block .widget_meta ul li a:hover,
.footer-widgets-block .widget_recent_comments ul li a:hover,
.footer-widgets-block .widget_categories ul li a:hover {
    color: #484747;
}
.footer-widgets-block .widget_layered_nav li,
.footer-widgets-block .widget_categories li {
    border-bottom: 1px solid #ececec;
}
.footer-widgets-block .widget_layered_nav li > a,
.footer-widgets-block .widget_categories li > a {
    position: relative;
    margin-left: 2.7em;
}
.footer-widgets-block .widget_layered_nav li > a:before,
.footer-widgets-block .widget_categories li > a:before {
    font-size: 0.6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: "techmarket-icons" !important;
    content: "\6e";
}
.footer-widgets-block .widget_layered_nav li:last-child,
.footer-widgets-block .widget_categories 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: transparent;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 0.457em 0.731em 0;
    padding: 0.823em 0.788em;
}
.footer-widgets-block .widget_tag_cloud .tagcloud a:hover,
.footer-widgets-block .widget_tag_cloud .tagcloud a:focus {
    text-decoration: none;
    color: #fff;
}
.footer-newsletter .newsletter-title {
    font-size: 1.4em;
    line-height: 1.095em;
    letter-spacing: -0.01em;
    margin: 0 0 0.2em 0;
}
.footer-newsletter .newsletter-marketing-text {
    font-size: 1em;
    color: #626262;
    line-height: 1.533em;
    display: block;
    letter-spacing: -0.01em;
}
.footer-newsletter .newsletter-header,
.footer-newsletter .newsletter-body {
    float: left;
}
.footer-newsletter .newsletter-header {
    margin-right: 3.667em;
}
.footer-newsletter .footer-newsletter-icon {
    font-size: 2.667em;
    color: #1f1f1f;
    margin-right: 0.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: 1px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1em;
    width: 27.533em;
    height: 52px;
}
.footer-newsletter input[type="text"] + .button,
.footer-newsletter article input[type="text"] + .more-link,
article .footer-newsletter input[type="text"] + .more-link,
.footer-newsletter input[type="text"] + button,
.footer-newsletter input[type="text"] + input[type=button],
.footer-newsletter input[type="text"] + input[type=submit] {
    margin-left: -0.333em;
    padding-top: 1.35em;
    padding-bottom: 1.35em;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-table;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    background-color: #00A7FF!important;
    color: #fff!important;
    line-height: 1.05em!important;
    vertical-align: top!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.1);
    transition: box-shadow 300ms 0s ease;
}
@media (min-width: 992px) {
    .footer-newsletter input[type="text"] + .button,
    .footer-newsletter article input[type="text"] + .more-link,
    article .footer-newsletter input[type="text"] + .more-link,
    .footer-newsletter input[type="text"] + button,
    .footer-newsletter input[type="text"] + input[type=button],
    .footer-newsletter input[type="text"] + input[type=submit] {
       
    }
}


.footer-newsletter .newsletter-form .button,
.footer-newsletter .newsletter-form article .more-link,
article .footer-newsletter .newsletter-form .more-link {
    padding-right: 2em;
    padding-left: 2em;
}
.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;
}
@media (min-width: 992px) {
    @media (max-width: 1024px){
       .footer-social-icons .sm-icon-label-link {
            font-size: 0.95em;
            display:inline-flex;
            margin-top:3.5em;
        } 
    }    
}
@media (min-width: 1025px) {
    @media (max-width: 1199px){
       .footer-social-icons .sm-icon-label-link {
            
        } 
    }    
}
.footer-social-icons .sm-icon-label-link i {
    margin-right: 0.389em;
    font-size: 1.2em;
    line-height: 1em;
    float: left;
    color: #000;
    margin-top: 0.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: 0.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: -0.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: 0.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: -0.015em;
    margin-bottom: 1.067em;
}
.footer-contact .footer-contact-info .footer-contact-address {
    line-height: 1.4em;
    letter-spacing: -0.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: 0.4em;
    margin-top: 0.133em;
}
.footer-payment-info .icon i {
    margin-right: 0.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: -0.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: 0.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: -0.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: 0.778em !important;
}
@media (min-width: 1200px) {
    @media (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: -0.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: 0.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: 0.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: 0.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;
}
@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: 0.3em;
    font-size: 1.333em;
    line-height: 1.5em;
    letter-spacing: -0.01em;
}
.widget_techmarket_products_carousel_widget .products .product .price del {
    color: #b8b8b8;
    font-size: 0.875em;
}
.widget_techmarket_products_carousel_widget .products .product h3,
.widget_techmarket_products_carousel_widget .products .product h2.woocommerce-loop-product__title {
    font-size: 1.143em;
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    letter-spacing: -0.01em;
}
.widget_techmarket_products_carousel_widget .products .product .hover-area,
.widget_techmarket_products_carousel_widget .products .product .onsale,
.widget_techmarket_products_carousel_widget .products .product .add_to_wishlist {
    display: none;
}
.widget_techmarket_products_carousel_widget .products .product:hover {
    border: none;
}
.widget_techmarket_products_carousel_widget .products .landscape-product-widget {
    padding: 1.224em 0.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: 0.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 .techmarket-product-rating,
.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .star-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: 0px;
}
.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: -0.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: 0.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: -0.035em;
    padding-bottom: 0.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: 0.786em;
    line-height: 1em;
    padding: .46em 1.95em;
    font-weight: 500;
}
.widget_techmarket_banner_widget .banner a:not(.button) {
    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 0px 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 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: 0.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: 0.929em;
    border: 2px solid;
    color: #fff;
    border-radius: 2.286em;
    line-height: 1em;
    padding: 0.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: transparent;
}
.widget_techmarket_poster_widget .poster-bg .caption .condition {
    display: block;
    font-size: 0.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 .widget-title,
#secondary.sidebar-blog .widget .section-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 .widget-title:after,
#secondary.sidebar-blog .widget .section-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_links 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,
#secondary.sidebar-blog .widget_meta ul li,
#secondary.sidebar-blog .widget_recent_comments ul li,
#secondary.sidebar-blog .widget_categories ul li {
    color: #555353;
    margin-bottom: 0;
}
#secondary.sidebar-blog .widget_archive ul li a,
#secondary.sidebar-blog .widget_links 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,
#secondary.sidebar-blog .widget_meta ul li a,
#secondary.sidebar-blog .widget_recent_comments ul li a,
#secondary.sidebar-blog .widget_categories ul li a {
    color: #626060;
    font-weight: 400;
    padding: 0.3em 0;
    margin-bottom: 0;
    display: inline-block;
}
#secondary.sidebar-blog .widget_archive ul li a:hover,
#secondary.sidebar-blog .widget_links 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,
#secondary.sidebar-blog .widget_meta ul li a:hover,
#secondary.sidebar-blog .widget_recent_comments ul li a:hover,
#secondary.sidebar-blog .widget_categories ul li a:hover {
    color: #484747;
}
#secondary.sidebar-blog .widget_layered_nav li,
#secondary.sidebar-blog .widget_categories li {
    border-bottom: 1px solid #ececec;
}
#secondary.sidebar-blog .widget_layered_nav li > a,
#secondary.sidebar-blog .widget_categories li > a {
    position: relative;
    margin-left: 2.7em;
    padding: 0.5em 0 !important;
}
#secondary.sidebar-blog .widget_layered_nav li > a:before,
#secondary.sidebar-blog .widget_categories li > a:before {
    font-size: 0.6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: "techmarket-icons" !important;
    content: "\6e";
}
#secondary.sidebar-blog .widget_layered_nav li:last-child,
#secondary.sidebar-blog .widget_categories 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: transparent;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 0.457em 0.731em 0;
    padding: 0.823em 0.788em;
}
#secondary.sidebar-blog .widget_tag_cloud .tagcloud a:hover,
#secondary.sidebar-blog .widget_tag_cloud .tagcloud a:focus {
    text-decoration: none;
    color: #fff;
}
/**
 * 404 Styles
 */

.error404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 30px;
}
.error404 .title {
    font-size: 12.5em;
    line-height: 1em;
    margin-bottom: 0;
}
.error404 .lead {
    font-size: 1.875em;
}
.error404 .error-text {
    margin-bottom: 0;
}
.error404 .search-form:before {
    display: none;
}
.error404 .search-form input[type=text] {
    width: 50%;
    padding: 9px;
}
.error-page #content #primary {
    margin-bottom: 0;
}
.error-page .site-main {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .error404 {
        padding: 3em 0;
    }
    .error404 .title {
        font-size: 5em;
    }
    .error404 .lead {
        font-size: 1em;
    }
}
.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) {
    @media (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: 0.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 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) {
    @media (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) {
    @media (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: 0.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: 0.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 .widget-title,
.page-template-template-homepage-v5 #secondary .widget .section-title,
.page-template-template-homepage-v6 #secondary .widget .widget-title,
.page-template-template-homepage-v6 #secondary .widget .section-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) {
    @media (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: 0.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-top-categories.section-categories-carousel.section-categories-carousel-v1,
.page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-tours-wrap,
.page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full,
.page-template-template-homepage-v6 .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 .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-tours-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-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-tours-wrap,
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full,
    .page-template-template-homepage-v6 .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 .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-tours-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-tours .section-header,
.page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-tours .section-header {
    margin-bottom: 2.563em;
}
.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .products .product.slick-active::after,
.page-template-template-homepage-v5 .section-landscape-products-carousel-tab .products .landscape-product.product a::before,
.page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-tours .products .product.slick-active::after,
.page-template-template-homepage-v6 .section-landscape-products-carousel-tab .products .landscape-product.product a::before {
    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;
}
.page-template-template-homepage-v5 .deal-countdown,
.page-template-template-homepage-v6 .deal-countdown,
.deals-carousel-v3 .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,
.deals-carousel-v3 .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,
.deals-carousel-v3 .deal-countdown > span .text {
    font-size: 0.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,
.deals-carousel-v3 .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: 0.25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.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: 0px;
    padding: 0.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: 0px;
    display: flex;
    justify-content: space-around;
}
.techmarket-wc-product-gallery ul.flex-direction-nav li a {
    font-size: 0px;
}
.techmarket-wc-product-gallery ul.flex-direction-nav li a:before {
    font-family: "techmarket-icons";
    font-size: 20px;
    opacity: 0.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";
}
.woocommerce-product-gallery ol.flex-control-nav,
.woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper,
.techmarket-product-gallery ol.flex-control-nav,
.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper {
    list-style-type: none;
    margin: 0px;
    margin-left: 1px;
}
.woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li,
.woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li,
.techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li,
.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li {
    display: none;
}
.woocommerce-product-gallery ol.flex-control-nav li img,
.woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img,
.woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img,
.woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img,
.techmarket-product-gallery ol.flex-control-nav li img,
.techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img,
.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img,
.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    margin: 0px;
    padding: 0.571em;
}
@media (max-width: 767px) {
    .woocommerce-product-gallery ol.flex-control-nav li img,
    .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img,
    .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img,
    .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img,
    .techmarket-product-gallery ol.flex-control-nav li img,
    .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img,
    .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img,
    .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img {
        max-width: 97px;
        margin: auto;
    }
}
.woocommerce-product-gallery ol.flex-control-nav li img.flex-active,
.woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active,
.techmarket-product-gallery ol.flex-control-nav li img.flex-active,
.techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active {
    border-color: #8f8f8f;
}
.woocommerce-product-gallery ol.flex-control-nav li.slick-current img,
.woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img,
.techmarket-product-gallery ol.flex-control-nav li.slick-current img,
.techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img {
    border-color: #8f8f8f;
}
.page-template-template-homepage-v10 .fullwidth-notice {
    margin-bottom: 0;
}
.page-template-template-homepage-v10 .section-tours .products .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub;
}
.section-tours.tab-wrap .section-header {
    flex-direction: column;
    align-items: center;
}
.section-tours.tab-wrap .section-title {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 23px;
}
@media (max-width: 991px) {
    .section-tours.tab-wrap .section-title {
        text-align: center;
        line-height: 1.4;
    }
}
.section-tours.tab-wrap .section-title span {
    font-weight: 200;
}
.deals-carousel-v3 {
    background-color: #e8e8e8;
    overflow: hidden;
}
@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: 0.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;
}
@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) {
    @media (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) {
    @media (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) {
    @media (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 .woocommerce-product-gallery,
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery {
        padding-top: 1.071em;
    }
}
@media (min-width: 1200px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-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 .techmarket-product-gallery ol.flex-control-nav,
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 0.786em;
    }
}
.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper 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 .techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper li img,
.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 {
    border: 1px solid #cfcfcf;
}
.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper 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 .techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active,
.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 {
    border-color: #8f8f8f;
}
.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper 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 .techmarket-product-gallery ol.flex-control-nav 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 .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img,
.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 {
    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) {
    @media (max-width: 1199px) {
        .section-categories-carousel:not(.categorie_carousel_2) .product-categories .products {
            margin: 0;
        }
    }
}
.section-deals-carousel-and-products-carousel-tabs .section-tours.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-tours.column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours.column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours.column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours.column-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours.column-2 {
        padding-left: 2.188em !important;
    }
}
@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours.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-tours.column-2 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
@media (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours {
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours .section-tours-wrap {
        overflow: hidden;
    }
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .section-header {
    padding-top: 0.8em;
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .section-deals-carousel-and-products-carousel-tabs .section-tours .nav .nav-item {
            margin-left: 0;
        }
    }
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .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-tours .nav .nav-link {
        font-size: 1em;
    }
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .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-tours .nav .nav-link.active {
        font-size: 1.12em;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .section-deals-carousel-and-products-carousel-tabs .section-tours .nav .nav-link.active {
            line-height: 2.75em;
        }
    }
}
@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours .nav .nav-link.active:after {
        left: 50%;
        position: relative;
        transform: translate(-50%);
        width: 52px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours .nav .nav-link:after {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours .slick-slide > div {
        display: flex;
    }
}
@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-tours .nav-item + .nav-item {
        margin-left: 3.125em;
    }
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .slick-dots {
    padding-bottom: 3.4em;
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .products .slick-list {
    padding-bottom: 0.438em;
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-5::before,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-5::after,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-6::before,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-6::after,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-7::before,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-7::after,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-8::before,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-8::after {
    display: none;
}
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-5 .products,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-6 .products,
.section-deals-carousel-and-products-carousel-tabs .section-tours .columns-7 .products,
.section-deals-carousel-and-products-carousel-tabs .section-tours .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: -0.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: 0.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) {
    @media (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: 0.6em;
    }
    .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: 0.625em 0 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: 0px;
    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-tours {
    margin-bottom: 1.25em;
}
@media (min-width: 768px) {
    .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-tours .section-header {
        margin-bottom: 0.375em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-tours .section-header {
            font-size: 15px;
        }
    }
}
.page-template-template-homepage-v2 .brands-carousel {
    margin-bottom: 4.5em;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .page-template-template-homepage-v2 .slider-with-banners .slider-block {
            margin-left: 23%;
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .page-template-template-homepage-v2 .slider-with-banners .banners-block {
            margin-left: 23%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .page-template-template-homepage-v2 .slider-with-banners .banner-bg {
            max-height: 180px;
        }
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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: -0.01em;
    margin: 0 0 1.1em 0;
}
.section-categories-carousel.section-top-categories .readmore-link {
    font-weight: 500;
    font-size: 0.875em;
    color: #090909;
    letter-spacing: -0.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: 0.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: -0.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: 0.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: -0.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 0.8em;
    font-size: 1.125em;
    line-height: 2.111em;
    letter-spacing: -0.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 .products-6,
.section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
    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 .products-6,
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6,
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6,
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6,
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        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 (min-width: 768px) {
    @media (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) {
    @media (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 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-bottom: 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) {
    @media (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) {
    @media (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: -0.01em;
    color: #090909;
    padding-top: 0.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) {
    @media (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) {
    @media (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: 0.643em;
    margin-right: 0.643em;
}
@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: 1em 0 3.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: 2em;
    letter-spacing: -0.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: 0.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: -0.01em;
    color: #737373;
    padding: 0 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) {
    @media (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: 0px;
    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) {
    @media (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 .woocommerce-LoopProduct-link,
    .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-with-featured .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 {
        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) {
    @media (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) {
    @media (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) {
    @media (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) {
    @media (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 .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) {
    @media (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) {
    @media (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,
        article .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .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-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) {
    @media (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) {
    @media (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;
            /* Chrome, Safari, Opera */

            -moz-column-gap: 1px;
            /* Firefox */

            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;
        /* Chrome, Safari, Opera */

        -moz-column-gap: 1px;
        /* Firefox */

        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: 0.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: 0.313em;
    }
}
@media (max-width: 767px) {
    .page-template-template-homepage-v3 .section-products-carousel {
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .page-template-template-homepage-v3 .section-tours .section-header {
            flex-direction: column;
        }
        .page-template-template-homepage-v3 .section-tours .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: 0.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: 0px;
    }
}
@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: 0.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: 0.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: 0.375em !important;
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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: 0.68em;
}
.home-v3-banner-with-products-carousel .banner .banner-action {
    line-height: 0.786em;
    padding: 0.571em 2em;
    margin-bottom: 0.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: 0.375em !important;
    }
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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 .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,
.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .added_to_cart {
    margin-top: 0;
}
.section-single-carousel-with-tab-product .section-tours.carousel-tabs-with-no-hover .products .product.slick-active.slick-current:hover::after {
    opacity: 0;
}
.section-single-carousel-with-tab-product .section-single-carousel,
.section-single-carousel-with-tab-product .section-tours,
.section-single-carousel-with-tab-product .section-double-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-single-carousel,
    .section-single-carousel-with-tab-product .section-tours,
    .section-single-carousel-with-tab-product .section-double-carousel {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-single-carousel,
    .section-single-carousel-with-tab-product .section-tours,
    .section-single-carousel-with-tab-product .section-double-carousel {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .section-single-carousel-with-tab-product .section-single-carousel,
    .section-single-carousel-with-tab-product .section-tours,
    .section-single-carousel-with-tab-product .section-double-carousel {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .section-single-carousel-with-tab-product .section-single-carousel,
    .section-single-carousel-with-tab-product .section-tours,
    .section-single-carousel-with-tab-product .section-double-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) {
    @media (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-2 {
    flex: 0 0 75%;
    max-width: 75%;
}
@media (min-width: 768px) {
    @media (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-tours .products-carousel:hover::after {
    opacity: 0;
}
@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-tours .section-header li:after {
        display: none;
    }
}
.section-single-carousel-with-tab-product .section-tours .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-tours {
        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-single-carousel,
.section-single-carousel-with-tab-product .section-double-carousel,
.section-single-carousel-with-tab-product .section-tours {
    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.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-single-carousel .section-header,
.section-single-carousel-with-tab-product .section-double-carousel .section-header {
    margin-bottom: 1.313em;
    padding-bottom: 0.8em;
}
.section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list,
.section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list,
    .section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list {
        padding-bottom: 50px;
    }
}
.section-single-carousel-with-tab-product .section-single-carousel .products-carousel,
.section-single-carousel-with-tab-product .section-double-carousel .products-carousel {
    position: relative;
}
.section-single-carousel-with-tab-product .section-single-carousel .products-carousel::after,
.section-single-carousel-with-tab-product .section-double-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-tours .products .product.slick-active:hover::after {
    opacity: 1;
}
.section-single-carousel-with-tab-product .section-tours .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: -0.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 article .more-link,
    article .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .more-link,
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .techmarket-product-rating {
        display: none;
    }
}
@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .products .product img {
        margin: 0 auto 0.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: 0.833em;
    }
}
.section-single-carousel-with-tab-product .products .product h3,
.section-single-carousel-with-tab-product .products .product .woocommerce-loop-product__title {
    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;
    /*rtl:6.2em */
    margin: 0 .375em 1.5em auto;
}
.section-single-carousel-with-tab-product .section-header {
    margin-bottom: .74em;
}
.section-single-carousel-with-tab-product .section-tours .nav .nav-link {
    font-size: 1.25em;
    margin-left: 0;
}
.section-single-carousel-with-tab-product .section-tours .nav .nav-link.active {
    font-size: 1.5em;
}
.section-single-carousel-with-tab-product .section-tours .nav .nav-link.active:after {
    left: 50%;
    transform: translate(-50%);
    width: 52px;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-tours .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-tours.carousel-tabs-with-no-hover .products .product,
    .section-single-carousel.carousel-tabs-with-no-hover .products .product,
    .section-double-carousel.carousel-tabs-with-no-hover .products .product {
        border: none;
    }
    .section-tours.carousel-tabs-with-no-hover .products .product:focus,
    .section-tours.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,
    .section-double-carousel.carousel-tabs-with-no-hover .products .product:focus,
    .section-double-carousel.carousel-tabs-with-no-hover .products .product:hover {
        border: none;
    }
}
@media (max-width: 767px) {
    .section-tours.carousel-tabs-with-no-hover .products .product .button,
    .section-tours.carousel-tabs-with-no-hover .products .product article .more-link,
    article .section-tours.carousel-tabs-with-no-hover .products .product .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-single-carousel.carousel-tabs-with-no-hover .products .product .more-link,
    .section-double-carousel.carousel-tabs-with-no-hover .products .product .button,
    .section-double-carousel.carousel-tabs-with-no-hover .products .product article .more-link,
    article .section-double-carousel.carousel-tabs-with-no-hover .products .product .more-link {
        display: none;
    }
}
.section-tours.carousel-tabs-with-no-hover .products .product.slick-active:after,
.section-single-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after,
.section-double-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after {
    height: 396px;
}
.section-tours.carousel-tabs-with-no-hover .products .slick-current::after,
.section-single-carousel.carousel-tabs-with-no-hover .products .slick-current::after,
.section-double-carousel.carousel-tabs-with-no-hover .products .slick-current::after {
    opacity: 0;
}
.section-landscape-product-card-with-gallery,
.deals-carousel-v3 {
    position: relative;
    margin-bottom: 2.25em;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .section-landscape-product-card-with-gallery .container-fluid,
        .deals-carousel-v3 .container-fluid {
            padding: 0;
        }
        .section-landscape-product-card-with-gallery .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
        .deals-carousel-v3 .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
            padding-top: 0;
        }
        .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img,
        .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img {
            width: 70px;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img,
        .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img {
            width: 62px;
        }
    }
}
.section-landscape-product-card-with-gallery .products,
.deals-carousel-v3 .products {
    flex-wrap: nowrap;
    align-items: center;
}
.section-landscape-product-card-with-gallery .products .media .thumbnails,
.deals-carousel-v3 .products .media .thumbnails {
    padding-top: 9.286em;
}
.section-landscape-product-card-with-gallery .products .media .thumbnails img,
.deals-carousel-v3 .products .media .thumbnails img {
    margin: 0px;
}
.section-landscape-product-card-with-gallery .products .slick-arrow,
.deals-carousel-v3 .products .slick-arrow {
    max-width: 76px;
}
.section-landscape-product-card-with-gallery .products > .slick-list,
.deals-carousel-v3 .products > .slick-list {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 734px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .section-landscape-product-card-with-gallery .products > .slick-list,
        .deals-carousel-v3 .products > .slick-list {
            height: 500px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .section-landscape-product-card-with-gallery .products > .slick-list,
        .deals-carousel-v3 .products > .slick-list {
            height: 420px;
        }
    }
}
@media (max-width: 991px) {
    .section-landscape-product-card-with-gallery .products > .slick-list,
    .deals-carousel-v3 .products > .slick-list {
        height: 880px;
    }
}
.section-landscape-product-card-with-gallery .products > .slick-list + .slick-arrow,
.deals-carousel-v3 .products > .slick-list + .slick-arrow {
    text-align: right;
}
@media (max-width: 767px) {
    .section-landscape-product-card-with-gallery .products .slick-arrow,
    .deals-carousel-v3 .products .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .section-landscape-product-card-with-gallery .container-fluid,
    .deals-carousel-v3 .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;
}
.section-landscape-product-card-with-gallery .section-header,
.deals-carousel-v3 .section-header {
    font-size: 3.143em;
    padding-bottom: 0.841em;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .section-landscape-product-card-with-gallery .section-header,
        .deals-carousel-v3 .section-header {
            font-size: 2.143em;
        }
    }
}
@media (max-width: 767px) {
    .section-landscape-product-card-with-gallery .section-header,
    .deals-carousel-v3 .section-header {
        font-size: 2.2em;
    }
}
@media (min-width: 1590px) {
    .section-landscape-product-card-with-gallery .section-header,
    .deals-carousel-v3 .section-header {
        padding-top: 3.659em;
    }
}
.section-landscape-product-card-with-gallery .section-header .pretitle,
.deals-carousel-v3 .section-header .pretitle,
.section-landscape-product-card-with-gallery .section-header .section-title,
.deals-carousel-v3 .section-header .section-title {
    display: block;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #090909;
}
.section-landscape-product-card-with-gallery .section-header .pretitle,
.deals-carousel-v3 .section-header .pretitle {
    font-size: 0.409em;
}
.section-landscape-product-card-with-gallery .section-header .section-title,
.deals-carousel-v3 .section-header .section-title {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.06;
    height: 100%;
    max-height: 100%;
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .section-landscape-product-card-with-gallery .section-header .section-title,
        .deals-carousel-v3 .section-header .section-title {
            font-size: 0.6em;
        }
    }
}
.section-landscape-product-card-with-gallery .section-header .section-title strong,
.deals-carousel-v3 .section-header .section-title strong {
    font-weight: 500;
}
.section-landscape-product-card-with-gallery .products > .slick-arrow,
.deals-carousel-v3 .products > .slick-arrow {
    z-index: 100;
}
.section-landscape-product-card-with-gallery .products > .slick-arrow i,
.deals-carousel-v3 .products > .slick-arrow i {
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
}
.section-landscape-product-card-with-gallery .products > .slick-arrow i::before,
.deals-carousel-v3 .products > .slick-arrow i::before {
    display: none;
}
.section-landscape-product-card-with-gallery .products > .slick-arrow i:hover,
.deals-carousel-v3 .products > .slick-arrow i:hover {
    filter: brightness(0.25);
}
.section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-left,
.deals-carousel-v3 .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==);
}
.section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-right,
.deals-carousel-v3 .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: 0.563em;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
@media (max-width: 575px) {
    .products-4-column-widgets {
        flex-direction: column;
    }
}
.products-4-column-widgets .section-header {
    margin-bottom: 3.2em;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .products-4-column-widgets {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
        @media (min-width: 576px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 768px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 992px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 1200px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        .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: 576px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 768px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 992px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 1200px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .products-4-column-widgets {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
        @media (min-width: 576px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 768px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 992px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        @media (min-width: 1200px) {
            .products-4-column-widgets {
                margin-right: -15px;
                margin-left: -15px;
            }
        }
        .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: 576px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 768px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 992px) {
            .products-4-column-widgets .section-landscape-products-widget-carousel {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (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) {
    @media (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) {
    @media (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) {
    @media (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-right,
.banners.home4-banner.techmarket-banner .banner.text-in-left {
    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: 0.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: 0px;
}
.section-product-cards-carousel-tabs.section-tours .slick-track .slick-active .product::after {
    display: none;
}
.section-product-cards-carousel-tabs .products .landscape-product-card.product {
    padding: 1.071em 0.714em 1em;
}
@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:hover .hover-area,
.section-product-cards-carousel-tabs .products .landscape-product-card.product:focus .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;
    visibility: visible;
}
@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) {
    @media (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 .ribbon,
    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .techmarket-product-rating,
    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .hover-area {
        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) {
    @media (max-width: 1699px) {
        .page-template-template-homepage-v4 .section-landscape-products-widget-carousel {
            width: 300px;
        }
    }
}
@media (min-width: 1400px) {
    @media (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: 0.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-tours .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) {
    @media (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-top-categories.section-categories-carousel.section-categories-carousel-v1,
        .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-tours-wrap,
        .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-tours-wrap {
            padding-right: 0 !important;
        }
    }
}
@media (min-width: 1590px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        padding-left: 0px;
    }
}
@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        margin-left: -1.313em;
    }
}
@media (min-width: 1200px) {
    @media (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: 0px;
}
@media (min-width: 1200px) {
    @media (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;
    }
}
@media(min-width:320px) and (max-width:767px){
    .section-landscape-products-carousel-tab{
        display:none;
    }
}
.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0.313em;
}
.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .slick-track .slick-active .product::after {
    display: none;
}
@media (min-width: 768px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .products .product {
        padding: 0 0.714em 2.857em 0;
    }
}
@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .products .product {
        border: 2px solid transparent;
    }
}
.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-tours .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) {
    @media (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) {
    @media (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: 0.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) {
    @media (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-tours .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-tours .products .product.slick-active:after {
        display: none;
    }
}
.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list,
.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .products:not(.slick-dotted) .slick-list {
    padding-bottom: 5.313em;
}
.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating,
.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .products .techmarket-product-rating {
    margin: .9em auto 0;
}
@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating,
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .products .techmarket-product-rating {
        margin: .9em auto;
    }
}
@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating,
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .products .techmarket-product-rating {
        display: none;
    }
}
@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .woocommerce-LoopProduct-link + .hover-area,
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .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-single-carousel .products-carousel:after,
.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-tours .products .product: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: 0.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 0px;
        width: 100%;
    }
}
.home-5-deals-carousel .section-title {
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: 0.167em;
}
@media (max-width: 767px) {
    .home-5-deals-carousel .section-title {
        margin-bottom: 0.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: 0.563em;
}
.home-5-deals-carousel .deal-countdown > span b {
    margin-left: .7em;
    font-size: 0.625em;
    text-transform: uppercase;
    font-weight: 300;
}
.home-5-deals-carousel .deal-countdown > span .value {
    font-size: 1.125em;
    background-color: #eeeeee;
    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 (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 ol li img,
.home-5-deals-carousel .media .images .thumbnails 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 0.9em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.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: 0.842em;
    line-height: 3em;
}
.home-5-deals-carousel .media .media-body h3,
.home-5-deals-carousel .media .media-body h2,
.home-5-deals-carousel .media .media-body .woocommerce-loop-product__title {
    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: 0.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) {
    @media (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: 0px;
}
.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: 0px 1.333em;
}
.featured-product-left.section-product-carousel-with-featured-product .products .product {
    padding-left: 0.571em;
    padding-right: 0.571em;
}
.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) {
    @media (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: 0.318em;
}
.homev5-slider-with-banners .banners-block .banner .banner-bg .caption h4 {
    font-size: 0.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: 0.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) {
    @media (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) {
    @media (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: 0.267em;
    line-height: 1.233em;
}
@media (min-width: 1200px) {
    @media (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) {
    @media (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) {
    @media (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;
        }
    }
}
.homev6-slider-with-banners,
.homev12-slider-with-banners {
    margin-bottom: 1.625em;
}
.homev6-slider-with-banners .banners-block,
.homev12-slider-with-banners .banners-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */

    -moz-column-gap: 20px;
    /* Firefox */

    column-gap: 20px;
}
.homev6-slider-with-banners .banners-block .banner-bg,
.homev12-slider-with-banners .banners-block .banner-bg {
    padding-left: 1.188em;
}
.homev6-slider-with-banners .banners-block .banner-bg .price .start_price,
.homev12-slider-with-banners .banners-block .banner-bg .price .start_price {
    font-size: .8em;
    color: #444444;
    padding-right: 0.313em;
}
@media (max-width: 767px) {
    .homev6-slider-with-banners .banners-block,
    .homev12-slider-with-banners .banners-block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 1589px) {
    .homev6-slider-with-banners .home-v6-slider,
    .homev6-slider-with-banners .home-v12-slider,
    .homev12-slider-with-banners .home-v6-slider,
    .homev12-slider-with-banners .home-v12-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: 0px;
    padding-top: 1.188em;
}
.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header .section-title {
    margin-bottom: 0.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 0.6em;
    }
}
.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 article .more-link,
article .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .more-link,
.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 .star-rating + .button,
.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 .star-rating + .more-link,
.page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .added_to_cart {
    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) {
    @media (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 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) {
    @media (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) {
    @media (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: 0.625em;
    font-weight: 300;
    text-transform: uppercase;
}
.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header img {
    bottom: 0px;
    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) {
    @media (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-tours .products .product {
        border: 2px solid transparent;
    }
}
@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-tours .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: 0.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: 0.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: 0.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 div[itemprop=description],
.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 {
    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 .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 li 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 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,
.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol 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: 400;
    color: #000000;
    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: -0.01em;
}
.faq-title-v2 {
    font-size: 2.75em;
    letter-spacing: -.01em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 0.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 .card {
    padding: 18px 0;
    border: none;
    background: none;
    border-bottom: 1px solid #ebebeb;
}
.faq-accordion-wrap .card:last-child {
    border: none;
}
.faq-accordion-wrap .card.kc-section-active .kc_accordion_header.ui-state-active > a:after {
    content: "\f068";
}
.faq-accordion-wrap .card .card-header {
    border: none;
    font-size: 1.5em;
    line-height: 1.75em;
    background: none;
    padding: 0;
}
.faq-accordion-wrap .card .card-header h5 > a {
    color: #090909;
    font-size: 1.2em;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: -0.01em;
    padding: 0;
    font-weight: 400;
    display: block;
}
@media (max-width: 576px) {
    .faq-accordion-wrap .card .card-header h5 > a {
        font-size: 1em;
    }
}
.faq-accordion-wrap .card .card-header h5 > a:after {
    font-family: FontAwesome;
    font-size: 19px;
    color: #090909;
    position: absolute;
    right: 0px;
    font-weight: 400;
}
.faq-accordion-wrap .card .card-header h5 > a.collapsed:after {
    content: "\f067";
}
.faq-accordion-wrap .card .card-header h5 > a:not(.collapsed):after {
    content: "\f068";
}
@media (min-width: 992px) {
    .faq-accordion-wrap .card .card-block {
        padding: 1.438em 0 1em 0;
        border: none;
        color: #555353;
        font-size: 1em;
        line-height: 1.5em;
        margin: 0;
        letter-spacing: -0.01em;
        font-weight: 300;
    }
}
.faq-kc-row .kc-container {
    padding: 0;
}
.faq .content-area {
    margin-bottom: 0.84em;
}
/**
* Visual Composer Styles
*/

@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: 0px;
    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: -0.01em;
    font-weight: 300;
}
@media (min-width: 992px) {
    .vc_tta-accordion .faq-accordion .vc_tta-panel-body {
        padding: 1.438em 0 0 3.625em;
    }
}
.faq-first-row {
    padding-bottom: 2.313em;
}
.faq-second-row {
    padding-bottom: 8.56em;
}
.terms-conditions h2 {
    margin-bottom: 0.6em;
}
.terms-conditions ol {
    margin: 0 0 2em;
}
.terms-conditions ol li,
.terms-conditions p {
    color: #555353;
    line-height: 1.813em;
    letter-spacing: -0.01em;
    font-weight: 300;
}
.terms-and-conditions .content-area {
    margin-bottom: 1.6em;
}
.text-boxes h3.highlight,
.text-boxes h2,
.about-accordion h3.highlight,
.about-accordion h2 {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1.667em;
    font-weight: 500;
}
.text-boxes h2,
.about-accordion h2 {
    margin-bottom: 1.222em;
}
.text-boxes p,
.about-accordion p {
    font-size: 1em;
    line-height: 1.714em;
    color: #555353;
}
@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title {
        font-size: 1em;
        margin-bottom: .2em;
    }
}
@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title + p,
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title + p.entry-subtitle {
        font-size: 0.75em;
    }
}
@media (min-width: 992px) {
    .about-accordion {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .about-accordion {
        font-size: 14px;
    }
}
.about-accordion .about-accordion-title {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1em;
    font-weight: 500;
}
.about-accordion .card {
    padding-bottom: 0;
    margin-bottom: 1.25em;
}
.about-accordion .card:last-child {
    margin-bottom: 0;
}
.about-accordion .card {
    border-color: #f7f7f7;
    border-radius: 0;
    border-bottom: none;
}
.about-accordion .card .card-header h5 > a {
    padding: 0;
    text-align: left;
    color: #555353;
    display: flex;
    font-size: 0.9em;
    align-items: center;
    font-weight: 400;
}
.about-accordion .card .card-header h5 > a i {
    position: relative;
    color: #b5b5b5;
    background: transparent;
    border-radius: 3px;
    display: block;
    height: 2.056em;
    width: 2.056em;
    left: 0;
    border: 1px solid #b5b5b5;
    margin: 0 25px 0 15px;
    position: relative;
}
.about-accordion .card .card-header h5 > a i:before {
    font-family: FontAwesome;
}
.about-accordion .card .card-header h5 > a:not(.collapsed) {
    color: #090909;
    font-weight: 500;
}
.about-accordion .card .card-header h5 > a:not(.collapsed) i {
    color: #ffffff;
}
.about-accordion .card .card-header h5 > a:not(.collapsed) i:before {
    content: "-";
    top: 40%;
    font-size: 2em;
    left: 50%;
    position: absolute;
    transform: translate(-40%, -50%);
}
.about-accordion .card .card-header h5 > a.collapsed:hover,
.about-accordion .card .card-header h5 > a.collapsed:focus {
    color: #000;
}
.about-accordion .card .card-header h5 > a.collapsed span {
    margin-left: 3.333em;
}
.about-accordion .card .card-header h5 > a.collapsed i:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-accordion .card-header {
    font-size: 1.286em;
    line-height: 2.188em;
    letter-spacing: 0.01em;
    padding: 0.333em 0;
    background: none;
    border-bottom-color: #f7f7f7;
    border-radius: 0;
}
.about-accordion .card-header > span.ui-accordion-header-icon:before {
    content: none;
}
.about-accordion .collapse.show .card-block {
    border-bottom: 1px solid #f7f7f7;
}
.about-accordion .card-block {
    padding: 0.875em 1.75em 0.875em 3.688em;
}
.about-accordion .card-block 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: 0.875em;
    }
}
@media (max-width: 576px) {
    .about-features p {
        margin-bottom: 30px;
    }
}
.about-features .single-image img {
    margin: 0 auto;
    padding-bottom: 35px;
}
.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 .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (min-width: 992px) {
    .team-member-wrapper .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: 0.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: 0.833em;
    }
}
.widget_techmarket_team_member {
    margin-bottom: 0;
}
.light-bg {
    background: #f5f5f5;
}
.accordion-block {
    padding-bottom: 5.714em;
    padding-top: 5.714em;
}
.accordion-block .first-row {
    padding-bottom: 60px;
}
@media (min-width: 992px) {
    .about-accordion h2 {
        padding-left: 50px;
    }
}
@media (min-width: 992px) {
    .about-accordion h2 + div {
        padding-left: 50px;
    }
}
.contact-page-title {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.01em;
    margin-bottom: 1.25em;
    position: relative;
}
.contact-page-title:after {
    content: ' ';
    width: 4.56em;
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px;
}
@media (min-width: 768px) {
    .contact-info .left-col {
        padding-right: 4.375em;
    }
}
@media (min-width: 768px) {
    .store-info {
        padding-left: 0;
    }
}
.store-info h3 {
    font-size: 1.125em;
    font-weight: 500;
    color: #555353;
    padding-top: 1.7em;
    padding-bottom: 0.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 {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .store-info.store-info-v2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.store-info.store-info-v2 .google-map {
    margin-bottom: 2.188em;
}
.contact-form .form-group {
    margin-bottom: 1.438em;
}
.contact-form .form-group label {
    color: #626060;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    margin-bottom: 0.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="submit"],
.contact-form .form-group input[type="button"] {
    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 ul li,
.contact-form p,
.store-info ul li,
.store-info p {
    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%;
    margin-bottom: 2.75em;
}
.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) {
    @media (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: 0.659em;
}
.section-recent-posts-with-categories .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #090909;
    font-weight: 300;
    letter-spacing: -0.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: -0.01em;
}
.section-recent-posts-with-categories .nav .nav-link:before {
    content: "\65";
    font-family: "techmarket-icons";
    color: #282828;
    padding-right: 0.75em;
    font-size: 0.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 0.938em;
}
.section-recent-posts-with-categories .post-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -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) {
    @media (max-width: 1199px) {
        .section-recent-posts-with-categories .post-items .post-item {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}
@media (min-width: 1200px) {
    @media (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: -0.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: 0.8em;
}
.section-recent-posts-with-categories .post-items .post-item .post-info h3 a {
    color: #444444;
}
.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: 0.875em;
    font-weight: 400;
}
.section-recent-posts-with-categories .post-items .post-item .post-info .btn-more:before {
    content: '+';
    display: inline-block;
    margin-right: 0.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: -0.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) {
    @media (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: 0.909em;
}
.section-products-with-image .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    letter-spacing: -0.01em;
    padding-right: 2.438em;
}
.section-products-with-image .product-info,
.section-products-with-image .product-image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .section-products-with-image .product-info,
    .section-products-with-image .product-image {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .section-products-with-image .product-info,
    .section-products-with-image .product-image {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .section-products-with-image .product-info,
    .section-products-with-image .product-image {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .section-products-with-image .product-info,
    .section-products-with-image .product-image {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section-products-with-image .product-info {
    flex: 0 0 60.8333333333%;
    max-width: 60.8333333333%;
    padding: 6.25em 0.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) {
    @media (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) {
    @media (max-width: 1399px) {
        .section-products-with-image .columns-7 .product:nth-child(n+7) {
            display: none;
        }
    }
}
@media (min-width: 768px) {
    @media (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: 0.875em;
    letter-spacing: -0.01em;
}
.section-products-with-image .load-more-button:before {
    content: '+';
    display: inline-block;
    margin-right: 0.243em;
}
.section-products-with-image:last-child .load-more-button {
    padding-bottom: 0;
}
.page-template-template-landingpage-v2 .site-main {
    margin-bottom: 0.063em;
}
.page-template-template-landingpage-v2 .section-title {
    font-size: 2.75em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    letter-spacing: -0.01em;
}
@media (max-width: 767px) {
    .page-template-template-landingpage-v2 .section-title {
        font-size: 1.75em;
    }
}
@media (min-width: 768px) {
    @media (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: -0.01em;
}
.page-template-template-landingpage-v2 .brands-carousel {
    margin-bottom: 0px;
}
.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 img,
.section-media-single-banner .media .media-body {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .section-media-single-banner .media img,
    .section-media-single-banner .media .media-body {
        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: 0.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: 0.938em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0.8em;
    padding: 0.95em 3.22em;
}
.quick-scroll {
    line-height: 0.5;
    text-align: center;
    padding: 1.25em 0px 2.125em;
}
.quick-scroll a {
    display: inline-block;
    position: relative;
}
.quick-scroll a:before,
.quick-scroll a:after {
    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;
}
/*===================================================================================*/
/*  YITH Wishlist
/*===================================================================================*/

.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: 0.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) {
    @media (max-width: 1199px) {
        table.cart.wishlist_table td.product-add-to-cart .button,
        table.cart.wishlist_table td.product-add-to-cart article .more-link,
        article table.cart.wishlist_table td.product-add-to-cart .more-link {
            text-align: center;
        }
    }
}
.woocommerce-wishlist table.cart .product-remove {
    display: block;
    position: relative;
    padding-top: 0px;
}
.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: 0px;
        left: 0px;
    }
}
.woocommerce-wishlist table.cart .product-thumbnail {
    display: block;
    border-top: 0px;
}
.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;
}
.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: 0.6875rem;
    padding: 4px 0.625rem;
    letter-spacing: 0.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: -0.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: 0.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 article .more-link:focus,
article .table-compare tbody tr td .more-link:focus,
.table-compare tbody tr td .button:hover,
.table-compare tbody tr td article .more-link:hover,
article .table-compare tbody tr td .more-link:hover {
    text-decoration: none;
    outline: none;
    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: 0.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: 0.786em;
    margin-bottom: .8em;
    padding: 1em 3em;
    background-color: transparent;
}
.return-to-shop .button:focus,
.return-to-shop article .more-link:focus,
article .return-to-shop .more-link:focus,
.return-to-shop .button:hover,
.return-to-shop article .more-link:hover,
article .return-to-shop .more-link:hover {
    text-decoration: none;
    outline: none;
    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: 0.714em;
}
#grid-extended .products .product .sku_wrapper {
    color: #b3b2b2;
    font-size: 0.857em;
    margin-bottom: 1.083em;
    display: block;
}
@media (max-width: 767px) {
    #grid-extended .products .product .button,
    #grid-extended .products .product article .more-link,
    article #grid-extended .products .product .more-link,
    #grid-extended .products .product .add-to-compare-link {
        display: none;
    }
}
#grid-extended .products .product .woocommerce-product-details__short-description {
    border-top: 1px solid #ebebeb;
    height: 105px;
    overflow: hidden;
    margin-bottom: 0.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: normal;
    text-align: left;
}
#grid-extended .products .product .woocommerce-product-details__short-description > ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 0.5em 0px 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: 0px;
}
@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.product .star-rating,
.products .list-view-small.product .star-rating,
.products .list-view-large.product .star-rating {
    font-size: 1.214em;
    letter-spacing: 2.5px;
    width: 6em;
    /*rtl:6.2em */
    margin-bottom: 0.824em;
}
#grid-extended .products .product .star-rating:before,
.products .list-view.product .star-rating:before,
.products .list-view-small.product .star-rating:before,
.products .list-view-large.product .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
}
#grid-extended .products .product .star-rating span:before,
.products .list-view.product .star-rating span:before,
.products .list-view-small.product .star-rating span:before,
.products .list-view-large.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;
    }
}
@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;
    }
    table.cart td.actions div.coupon .button[name="apply_coupon"],
    table.cart td.actions div.coupon article [name="apply_coupon"].more-link,
    article table.cart td.actions div.coupon [name="apply_coupon"].more-link {
        margin: 1.25em 0;
    }
    table.cart td.actions div.coupon .button[name="apply_coupon"],
    table.cart td.actions div.coupon article [name="apply_coupon"].more-link,
    article table.cart td.actions div.coupon [name="apply_coupon"].more-link,
    table.cart td.actions div.coupon .input-text,
    table.cart td.actions div.coupon input[type="text"] {
        width: 100%;
    }
    table.cart td.actions .button[name="update_cart"],
    table.cart td.actions article [name="update_cart"].more-link,
    article table.cart td.actions [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;
    }
    .site-info .col-full,
    .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .site-info .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .site-info .section-tours-wrap {
        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: 0.625em;
    }
    table.cart tbody tr td.actions {
        border-bottom: none;
    }
    table.cart .quantity .qty {
        padding: 0.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 input[type="text"] + .button,
    .footer-newsletter article input[type="text"] + .more-link,
    article .footer-newsletter input[type="text"] + .more-link,
    .footer-newsletter input[type="text"] + button,
    .footer-newsletter input[type="text"] + input[type=button],
    .footer-newsletter input[type="text"] + input[type=submit] {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .footer-newsletter .newsletter-form .button,
    .footer-newsletter .newsletter-form article .more-link,
    article .footer-newsletter .newsletter-form .more-link {
        padding-left: 0.4em;
        padding-right: 0.4em;
    }
    .footer-newsletter input[type="text"] {
        width: 12em;
    }
    .footer-payment-info .list-payment-icons .nav-item + .nav-item {
        margin-left: 0.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: 0.667em;
        margin-right: 0.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) {
    .site-footer .before-footer-wrap .col-full,
    .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
    .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-tours-wrap,
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-tours-wrap {
        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: 18em;
        font-size:13px;
    }
}
/**
 * WooCommerce
 */
/**
 * Imports
 */
/**
 * Header Elements
 */

.woocommerce-active .site-header .col-full,
.woocommerce-active .site-header .section-top-categories.section-categories-carousel.section-categories-carousel-v1,
.woocommerce-active .site-header .section-product-cards-carousel-tabs .section-tours-wrap,
.section-product-cards-carousel-tabs .woocommerce-active .site-header .section-tours-wrap {
    position: relative;
}
.site-header-cart .widget_shopping_cart_content .product_list_widget img {
    margin-left: 1em;
}
.site-search {
    font-size: 0.875em;
    clear: both;
}
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
    padding: 1.41575em 1.618em;
    line-height: 1;
}
.site-search .widget_product_search form:before {
    top: 1.41575em;
    left: 1.618em;
}
.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}
table.shop_table_responsive tbody th {
    display: none;
}
table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}
table.shop_table_responsive tr td:before {
    content: attr(data-title) ': ';
    font-weight: 500;
    float: left;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
    display: none;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
    display: none;
}
table.shop_table_responsive tr td.download-actions .button,
table.shop_table_responsive tr td.download-actions article .more-link,
article table.shop_table_responsive tr td.download-actions .more-link {
    display: block;
    text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none;
}
/**
 * Single Product
 */

.single-product .pswp__button {
    background-color: transparent;
}
.single-product .woocommerce-message,
.single-product .woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .single-product .woocommerce-thankyou-order-received,
.single-product .track-order .woocommerce-thankyou-order-received,
.track-order .single-product .woocommerce-thankyou-order-received,
.single-product .woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .single-product .woocommerce-thankyou-order-received {
    margin-left: 0;
}
.single-product .single-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 80px;
}
@media (min-width: 576px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.single-product .single-product-wrapper .product-images-wrapper,
.single-product .single-product-wrapper .entry-summary,
.single-product .single-product-wrapper .product-actions-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .single-product .single-product-wrapper .product-images-wrapper,
    .single-product .single-product-wrapper .entry-summary,
    .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper,
    .single-product .single-product-wrapper .entry-summary,
    .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .single-product .single-product-wrapper .product-images-wrapper,
    .single-product .single-product-wrapper .entry-summary,
    .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .single-product .single-product-wrapper .product-images-wrapper,
    .single-product .single-product-wrapper .entry-summary,
    .single-product .single-product-wrapper .product-actions-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper {
        margin-bottom: 1.25em;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .onsale {
    background-color: #62ab00;
    border-radius: 4px;
    color: #fff;
    font-size: 0.857em;
    line-height: 1.833em;
    padding: 0 0.667em;
    position: absolute;
    right: 15px;
    z-index: 99;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .onsale {
        right: 15px;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
    display: flex;
    overflow: hidden;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
        flex-wrap: wrap;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper {
    text-align: center;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper {
        display: flex;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-list {
    overflow: hidden;
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img {
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img {
        margin: auto;
        max-width: 86px;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-current img {
    border: 1px solid #4c4c4c;
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
    display: block;
    background: #f1f1f1;
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex !important;
        align-items: center;
    }
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow i {
        transform: rotate(-90deg);
    }
}
@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
        margin-bottom: 4px;
    }
}
@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-list + .slick-arrow {
        margin-top: 4px;
        margin-bottom: 0;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
        order: 2;
    }
}
@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images .slick-slide img {
    margin: auto;
}
.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist {
    display: block;
    width: auto;
    right: 0;
    left: auto;
}
.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 0;
    right: 24px;
}
.single-product .single-product-wrapper .product-actions-wrapper {
    padding: 0;
}
.single-product .single-product-wrapper .product-actions-wrapper .product-actions label {
    display: block;
    color: #626060;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 8px;
}
.single-product .single-product-wrapper .product-actions-wrapper .product-actions select {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
            padding: 15px 50px;
        }
    }
}
.single-product .single-product-wrapper .product-actions-wrapper .product-actions .availability p.stock {
    display: inline;
}
.single-product .product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 33.9em) {
    .single-product .product-actions {
        align-items: flex-start;
    }
}
.single-product .product-actions .price {
    font-size: 1.875em;
    width: 100%;
    margin-bottom: 0.733em;
}
.single-product .product-actions .price del {
    display: block;
    line-height: 1;
    font-size: 17px;
}
.single-product .product-actions form.cart {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .single-product .product-actions form.cart {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin-left: 55px;
        margin-right: 35px;
    }
}
@media (max-width: 33.9em) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin: 0;
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 1199px) {
    .single-product .product-actions form.cart .quantity {
        margin-bottom: 20px;
    }
}
.single-product .product-actions p.cart + a.add-to-compare-link {
    margin-left: 20px;
}
@media (max-width: 1199px) {
    .single-product .product-actions form.cart .group_table tr td.label {
        display: inline-block;
    }
    .single-product .product-actions form.cart .group_table tr td.price {
        display: block;
    }
}
@media (min-width: 1200px) {
    .single-product .product-actions form.cart .group_table ~ button.single_add_to_cart_button {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.single-product .variations_form {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.single-product .variations_form table.variations tbody {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
@media (min-width: 576px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.single-product .variations_form table.variations tbody tr {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1em;
}
@media (min-width: 576px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.single-product .variations_form table.variations td {
    padding: 0;
    display: block;
}
.single-product .variations_form .woocommerce-variation-price {
    padding: 0 0 20px;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-end;
}
@media (min-width: 1200px) {
    .single-product.normal .product-type-simple .product-actions form.cart {
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    .single-product.normal .product-type-simple .product-actions form.cart {
        align-items: center;
    }
}
.single-product.normal .product-type-simple .add-to-compare-link {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .single-product.normal .product-type-simple .add-to-compare-link {
        text-align: center;
        width: 100%;
    }
}
.single-product .woocommerce-tabs,
.single-product .techmarket-tabs {
    margin-bottom: 60px;
}
.single-product .woocommerce-tabs .wc-tabs,
.single-product .woocommerce-tabs .tm-tabs,
.single-product .techmarket-tabs .wc-tabs,
.single-product .techmarket-tabs .tm-tabs {
    display: flex;
    position: relative;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 76px;
}
@media (max-width: 575px) {
    .single-product .woocommerce-tabs .wc-tabs,
    .single-product .woocommerce-tabs .tm-tabs,
    .single-product .techmarket-tabs .wc-tabs,
    .single-product .techmarket-tabs .tm-tabs {
        text-align: center;
    }
}
@media (min-width: 576px) {
    @media (max-width: 767px) {
        .single-product .woocommerce-tabs .wc-tabs,
        .single-product .woocommerce-tabs .tm-tabs,
        .single-product .techmarket-tabs .wc-tabs,
        .single-product .techmarket-tabs .tm-tabs {
            padding-left: 15px;
        }
        .single-product .woocommerce-tabs .wc-tabs li + li,
        .single-product .woocommerce-tabs .tm-tabs li + li,
        .single-product .techmarket-tabs .wc-tabs li + li,
        .single-product .techmarket-tabs .tm-tabs li + li {
            padding-left: 20px;
        }
    }
}
@media (min-width: 768px) {
    .single-product .woocommerce-tabs .wc-tabs,
    .single-product .woocommerce-tabs .tm-tabs,
    .single-product .techmarket-tabs .wc-tabs,
    .single-product .techmarket-tabs .tm-tabs {
        padding-left: 15px;
    }
    .single-product .woocommerce-tabs .wc-tabs li + li,
    .single-product .woocommerce-tabs .tm-tabs li + li,
    .single-product .techmarket-tabs .wc-tabs li + li,
    .single-product .techmarket-tabs .tm-tabs li + li {
        padding-left: 60px;
    }
}
@media (min-width: 1200px) {
    .single-product .woocommerce-tabs .wc-tabs,
    .single-product .woocommerce-tabs .tm-tabs,
    .single-product .techmarket-tabs .wc-tabs,
    .single-product .techmarket-tabs .tm-tabs {
        padding-left: 62px;
    }
}
@media (min-width: 1590px) {
    .single-product .woocommerce-tabs .wc-tabs,
    .single-product .woocommerce-tabs .tm-tabs,
    .single-product .techmarket-tabs .wc-tabs,
    .single-product .techmarket-tabs .tm-tabs {
        padding-left: 96px;
    }
}
.single-product .woocommerce-tabs .wc-tabs li,
.single-product .woocommerce-tabs .tm-tabs li,
.single-product .techmarket-tabs .wc-tabs li,
.single-product .techmarket-tabs .tm-tabs li {
    border-bottom: none;
}
.single-product .woocommerce-tabs .wc-tabs li a,
.single-product .woocommerce-tabs .tm-tabs li a,
.single-product .techmarket-tabs .wc-tabs li a,
.single-product .techmarket-tabs .tm-tabs li a {
    padding: 30px 0 !important;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .single-product .woocommerce-tabs .wc-tabs li a,
    .single-product .woocommerce-tabs .tm-tabs li a,
    .single-product .techmarket-tabs .wc-tabs li a,
    .single-product .techmarket-tabs .tm-tabs li a {
        padding: 2.86em 0;
    }
}
.single-product .woocommerce-tabs .wc-tabs li::after,
.single-product .woocommerce-tabs .tm-tabs li::after,
.single-product .techmarket-tabs .wc-tabs li::after,
.single-product .techmarket-tabs .tm-tabs li::after {
    display: none;
}
.single-product .woocommerce-tabs .wc-tab h1,
.single-product .woocommerce-tabs .tm-tabs h1,
.single-product .woocommerce-tabs .techmarket-tab h1,
.single-product .techmarket-tabs .wc-tab h1,
.single-product .techmarket-tabs .tm-tabs h1,
.single-product .techmarket-tabs .techmarket-tab h1 {
    font-size: 44px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .single-product .woocommerce-tabs .wc-tab h1,
    .single-product .woocommerce-tabs .tm-tabs h1,
    .single-product .woocommerce-tabs .techmarket-tab h1,
    .single-product .techmarket-tabs .wc-tab h1,
    .single-product .techmarket-tabs .tm-tabs h1,
    .single-product .techmarket-tabs .techmarket-tab h1 {
        font-size: 30px;
    }
}
.single-product .woocommerce-tabs .wc-tab p,
.single-product .woocommerce-tabs .tm-tabs p,
.single-product .woocommerce-tabs .techmarket-tab p,
.single-product .techmarket-tabs .wc-tab p,
.single-product .techmarket-tabs .tm-tabs p,
.single-product .techmarket-tabs .techmarket-tab p {
    font-weight: 200;
}
.single-product .woocommerce-tabs .wc-tab .outer-wrap,
.single-product .woocommerce-tabs .tm-tabs .outer-wrap,
.single-product .woocommerce-tabs .techmarket-tab .outer-wrap,
.single-product .techmarket-tabs .wc-tab .outer-wrap,
.single-product .techmarket-tabs .tm-tabs .outer-wrap,
.single-product .techmarket-tabs .techmarket-tab .outer-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .single-product .woocommerce-tabs .wc-tab .outer-wrap,
    .single-product .woocommerce-tabs .tm-tabs .outer-wrap,
    .single-product .woocommerce-tabs .techmarket-tab .outer-wrap,
    .single-product .techmarket-tabs .wc-tab .outer-wrap,
    .single-product .techmarket-tabs .tm-tabs .outer-wrap,
    .single-product .techmarket-tabs .techmarket-tab .outer-wrap {
        flex-direction: column;
    }
}
.single-product .woocommerce-tabs .wc-tab > h2,
.single-product .woocommerce-tabs .tab-content > h2,
.single-product .woocommerce-tabs .panel > h2,
.single-product .techmarket-tabs .wc-tab > h2,
.single-product .techmarket-tabs .tab-content > h2,
.single-product .techmarket-tabs .panel > h2 {
    margin-top: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}
.single-product .techmarket-tab {
    margin-bottom: 100px;
}
.single-product .woocommerce-product-gallery {
    position: relative;
}
@media (max-width: 1699px) {
    .single-product .woocommerce-product-gallery {
        flex-direction: column;
    }
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
}
@media (max-width: 1199px) {
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
}
.single-product .woocommerce-product-gallery .flex-viewport {
    padding-right: 0;
}
@media (min-width: 1700px) {
    .single-product .woocommerce-product-gallery .flex-viewport {
        order: 3;
        margin: auto;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
.single-product .woocommerce-product-gallery .flex-viewport img {
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border-radius: 0;
}
@media (max-width: 991px) {
    .single-product .woocommerce-product-gallery .flex-viewport img {
        margin: auto;
    }
}
@media (min-width: 1400px) {
    @media (max-width: 1699px) {
        .single-product .woocommerce-product-gallery .flex-viewport {
            margin-bottom: 20px;
        }
    }
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 1700px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        width: 106px;
    }
}
@media (max-width: 1699px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li + li {
        margin-left: 10px;
    }
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    margin: 0;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 106px;
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
@media (max-width: 767px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 50px;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
            max-width: 90px;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
            max-width: 72px;
        }
    }
}
@media (min-width: 1400px) {
    @media (max-width: 1699px) {
        .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
            max-width: 86px;
        }
    }
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 1px solid #4c4c4c;
}
.single-product .product_title {
    font-size: 1.438em;
    letter-spacing: -0.01em;
    color: #444;
    font-weight: 500;
    line-height: 0.913em;
    margin-right: 40px;
}

h1 .single-product-header{
    font-size: 1.3em!important;
    line-height: 1.3em!important;
    color:red
}

h1 .product_title .entry-title{
    font-size: 1.3em!important;
    line-height: 1.3em!important;
}

@media (max-width: 1199px) {
    .single-product .product_title {
        line-height: 1.3em;
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .single-product .product_title {
            line-height: 1.2em;
        }
    }
}
.single-product .single-product-header {
    padding-bottom: 0.87em;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1.875em;
}
.single-product .single-product-meta {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.625em;
    margin-bottom: 1.625em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .single-product .single-product-meta {
        flex-direction: column;
    }
    .single-product .single-product-meta .brand,
    .single-product .single-product-meta .cat-and-sku {
        margin-bottom: 26px;
    }
}
@media (min-width: 768px) {
    .single-product .single-product-meta .brand + .cat-and-sku {
        margin-left: 2.286em;
    }
}
.single-product .single-product-meta .brand img {
    max-width: 150px;
}
.single-product .single-product-meta .ribbon {
    height: 32px;
    max-width: 76px;
}
.single-product .single-product-meta .ribbon span {
    font-weight: 500;
}
.single-product .single-product-meta .ribbon::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.single-product .single-product-meta .cat-and-sku {
    font-size: 0.875em;
    letter-spacing: -0.01em;
    line-height: 1.643em;
}
.single-product .single-product-meta .cat-and-sku > span {
    display: block;
    color: #b3b2b2;
}
.single-product .single-product-meta .cat-and-sku span.categories {
    color: #444;
    font-weight: 300;
}
.single-product .single-product-meta .cat-and-sku span.categories a {
    padding-right: 10px;
}
.single-product .single-product-meta .cat-and-sku span.categories a + a {
    padding-left: 10px;
    padding-right: 0;
}
.single-product .single-product-meta .cat-and-sku span.sku {
    font-weight: 400;
}
.single-product .single-product-meta .product-label {
    text-align: right;
    flex-grow: 1;
    margin-right: 10px;
}
.single-product .single-product-meta .product-label .ribbon {
    margin: 0 0 0 auto;
}
.single-product div[itemprop="description"],
.single-product .woocommerce-product-details__short-description {
    color: #626060;
    font-size: 1em;
    line-height: 1.563em;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.single-product div[itemprop="description"] ul,
.single-product .woocommerce-product-details__short-description ul {
    padding-left: 1.1em;
    margin-left: 0;
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .single-product div[itemprop="description"],
        .single-product .woocommerce-product-details__short-description {
            font-size: .92em;
        }
        .single-product div[itemprop="description"] ul,
        .single-product div[itemprop="description"] p,
        .single-product .woocommerce-product-details__short-description ul,
        .single-product .woocommerce-product-details__short-description p {
            max-height: 205px;
            overflow: hidden;
        }
    }
}
.single-product .single_add_to_cart_button {
    display: block;
    border: 2px solid transparent;
    font-weight: 400;
    border-radius: 50px;
    font-size: 15px;
    line-height: 1;
    padding: 18px 102px;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}
.single-product .single_add_to_cart_button:hover {
    color: #fff;
}
.single-product .reset_variations {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    color: #a09f9f;
}
.single-product .reset_variations:hover {
    color: #808080;
}
.single-product .add-to-compare-link {
    font-size: 14px;
    display: block;
    text-align: center;
    padding-bottom: 16px;
    line-height: 2;
}
.single-product form.cart {
    margin-bottom: 17px;
}
.single-product .rating-and-sharing-wrapper {
    display: flex;
    margin-bottom: 25px;
}
.single-product .rating-and-sharing-wrapper > div + div {
    margin-left: 35px;
}
.single-product .rating-and-sharing-wrapper .sd-content ul {
    margin-bottom: 0 !important;
}
.single-product .rating-and-sharing-wrapper .sd-content ul > li {
    margin-bottom: 0 !important;
}
.single-product .woocommerce-product-rating {
    display: flex;
}
.single-product .woocommerce-product-rating .star-rating {
    width: 6em;
    /*rtl:6.2em*/
    letter-spacing: 2px;
}
.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    line-height: 18px;
    color: #a0a0a0;
    display: block;
    margin-left: 5px;
}
.single-product .woocommerce-main-image {
    display: block;
}
.single-product .woocommerce-main-image img {
    margin: auto;
}
.single-product .accessories .accessories-wrapper {
    display: flex;
}
@media (max-width: 1199px) {
    .single-product .accessories .accessories-wrapper {
        flex-direction: column;
    }
}
.single-product .accessories .accessories-product {
    position: relative;
    z-index: 9;
}
@media (max-width: 767px) {
    .single-product .accessories .accessories-product .products {
        display: flex;
        flex-direction: column;
    }
    .single-product .accessories .accessories-product .products .product {
        border-radius: 5px !important;
        box-shadow: none !important;
        width: 100%;
    }
}
.single-product .accessories .accessories-product-total-price {
    padding-left: 18px;
    padding-top: 70px;
}
@media (max-width: 767px) {
    .single-product .accessories .accessories-product-total-price {
        text-align: center;
        padding-top: 20px;
        padding-left: 0;
    }
}
.single-product .accessories .accessories-product-total-price .total-price {
    font-size: 0.875em;
    margin-bottom: 24px;
}
.single-product .accessories .accessories-product-total-price .total-price-html {
    display: block;
    font-size: 1.714em;
}
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button,
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link,
article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link {
    border: 2px solid;
    background-color: transparent;
    border-radius: 25px;
    padding: 7.5px 46px;
    font-size: 0.875em;
}
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus,
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link:focus,
article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link:focus,
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover,
.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link:hover,
article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link:hover {
    box-shadow: none;
    color: #fff;
}
.single-product .accessories .products {
    margin: 0;
}
@media (min-width: 768px) {
    @media (max-width: 1399px) {
        .single-product .accessories .products .product {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
}
@media (min-width: 768px) {
    .single-product .accessories .products .product {
        border: none;
    }
}
.single-product .accessories .products .product .woocommerce-LoopProduct-link {
    margin-bottom: 14px;
}
.single-product .accessories .products .product .accessory-checkbox label {
    font-weight: normal;
}
.single-product .accessories .products .product .accessory-checkbox label input {
    font-size: 16px;
    margin-right: 4px;
}
.single-product .accessories .products .product + .product:before {
    content: " ";
    width: 1px;
    height: 216px;
    background-color: #ebebeb;
    display: block;
    left: 0;
}
@media (max-width: 767px) {
    .single-product .accessories .products .product + .product:before {
        width: inherit;
        height: 1px;
    }
}
.single-product .accessories .products .product + .product::before,
.single-product .accessories .products .product + .product::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::before,
    .single-product .accessories .products .product + .product::after {
        left: 0;
        top: 0;
    }
}
@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::before {
        position: relative;
        margin-bottom: 40px;
    }
}
.single-product .accessories .products .product + .product::after {
    left: -18px;
    padding: 4px 10.48px;
    border-radius: 50px;
    font-size: 24px;
    width: 36px;
    font-weight: 100;
    content: "+";
    line-height: 1.2;
    background: #ebebeb;
}
@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::after {
        top: -4px;
        left: 50%;
        transform: translate(-50%);
    }
}
.single-product .specification-content {
    background-color: #f5f5f5;
}
.single-product .specification-content .tabel-content {
    padding: 3.688em 2.5em 3.313em;
}
.single-product .specification-content .tabel-content h3 {
    font-size: 1.25em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.45em;
    margin-bottom: 0.55em;
}
.single-product .specification-content .tabel-content table {
    margin-bottom: 6.375em;
}
.single-product .specification-content .tabel-content table td {
    padding-left: 0px;
    width: 35%;
}
.single-product .specification-content .tabel-content table td .value-title {
    display: block;
    font-weight: 400;
}
.single-product .specification-content .tabel-content table td .value {
    font-weight: 500;
}
.single-product .specification-content .tabel-content table:last-child {
    margin-bottom: 0px;
}
.additional-info {
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 21px;
    color: #333e48;
    text-align: center;
    padding: 7px 11.5px;
    margin-bottom: 22px;
}
.additional-info i {
    color: #49525a;
    margin-right: 10px;
    font-size: 30px;
}
.availability {
    font-size: 15px;
    color: #626060;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 6px;
    margin-bottom: 18px;
}
.availability p.stock {
    display: inline;
}
p.in-stock {
    color: #1eb41e;
}
p.stock {
    margin: 0;
    margin-right: 2.188em;
}
p.out-of-stock {
    color: #e14546;
}
p.available-on-backorder {
    color: #f0ad4e;
}
.full-width.single-product .woocommerce-tabs .wc-tabs,
.full-width.single-product .woocommerce-tabs .tm-tabs,
.full-width.single-product .techmarket-tabs .wc-tabs,
.full-width.single-product .techmarket-tabs .tm-tabs {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    z-index: 99;
}
@media (min-width: 2000px) {
    .full-width.single-product .woocommerce-tabs .wc-tabs,
    .full-width.single-product .woocommerce-tabs .tm-tabs,
    .full-width.single-product .techmarket-tabs .wc-tabs,
    .full-width.single-product .techmarket-tabs .tm-tabs {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .full-width.single-product .woocommerce-tabs .wc-tabs,
    .full-width.single-product .woocommerce-tabs .tm-tabs,
    .full-width.single-product .techmarket-tabs .wc-tabs,
    .full-width.single-product .techmarket-tabs .tm-tabs {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}
.full-width.single-product .tm-related-products-carousel {
    height: 100%;
    margin-bottom: 0;
}
.full-width.single-product .tm-related-products-carousel.section-products-carousel .products .slick-list {
    margin-bottom: 0;
}
.full-width.single-product .tm-related-products-carousel.section-products-carousel .products .slick-dots {
    padding-bottom: 4.375em;
}
.full-width.single-product .specification-content .tabel-content {
    padding: 5.563em 8.875em 6.75em;
}
@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
    .full-width.single-product.normal .single-product-wrapper .entry-summary {
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
        .full-width.single-product.normal .single-product-wrapper .entry-summary {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .full-width.single-product.normal .single-product-wrapper .product-images-wrapper,
        .full-width.single-product.normal .single-product-wrapper .entry-summary {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
}
@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
            order: 2;
        }
    }
}
@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.single-product.normal .single-product-wrapper .entry-summary {
            margin-bottom: 20px;
        }
    }
}
.full-width.single-product .woocommerce-product-gallery .flex-viewport img {
    margin: auto;
}
@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 38.5057471667%;
        max-width: 38.5057471667%;
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
            flex: 0 0 37.5%;
            max-width: 37.5%;
        }
    }
}
@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 43.10344825%;
        max-width: 43.10344825%;
        padding-right: 35px;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.extended.single-product .single-product-wrapper .entry-summary {
            flex: 0 0 58.3333333333%;
            max-width: 58.3333333333%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .full-width.extended.single-product .single-product-wrapper .entry-summary {
            flex: 0 0 41.6666666667%;
            max-width: 41.6666666667%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        .full-width.extended.single-product .single-product-wrapper .entry-summary {
            flex: 0 0 37.5%;
            max-width: 37.5%;
        }
    }
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
    border-left: 1px solid #ebebeb;
    padding: 0 15px;
}
@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
        flex: 0 0 18.3908045833%;
        max-width: 18.3908045833%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
            flex: 0 0 41.6666666667%;
            max-width: 41.6666666667%;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1699px) {
        .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions,
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 1200px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions {
        padding-left: 19px;
    }
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    width: 100%;
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
    margin-left: 0;
    margin-right: 0;
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions .price {
    margin-bottom: 0.4em;
}
.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions .price .amount {
    background: yellow!important;
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .woocommerce-variation-availability {
    display: none;
}
.full-width.extended.single-product .availability,
.full-width.extended.single-product .additional-info {
    width: 100%;
}
.full-width.extended.single-product .add-to-compare-link {
    padding-bottom: 0;
    align-self: center;
}
.full-width.extended.single-product .single_add_to_cart_button {
    width: 100%;
    padding: 18px 10px;
}
.full-width.extended.single-product .quantity {
    margin-bottom: 27px;
}
.full-width.extended.single-product p.stock {
    display: none;
}
.full-width.extended.single-product .variations_form {
    margin-top: 14px;
}
.full-width.extended.single-product .variations_form table.variations tbody {
    flex-direction: column;
}
.full-width.extended.single-product .variations_form table.variations tbody tr {
    flex: 0 0 100%;
    max-width: 100%;
}
.full-width.extended.single-product .variations_form .single_variation_wrap {
    width: 100%;
}
.full-width.extended.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper,
    .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .left-sidebar.single-product .single-product-wrapper .product-images-wrapper,
        .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
            order: 2;
        }
    }
}
@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary,
    .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .left-sidebar.single-product .single-product-wrapper .entry-summary,
        .right-sidebar.single-product .single-product-wrapper .entry-summary {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1399px) {
        .left-sidebar.single-product .accessories .products .product,
        .right-sidebar.single-product .accessories .products .product {
            flex: 0 0 25%;
            max-width: 25%;
            flex: 0 0 auto;
        }
    }
}
@media (min-width: 1200px) {
    @media (max-width: 1399px) {
        .left-sidebar.single-product.normal .product-actions,
        .left-sidebar.single-product.normal .product-actions form.cart,
        .right-sidebar.single-product.normal .product-actions,
        .right-sidebar.single-product.normal .product-actions form.cart {
            flex-direction: column;
            align-items: flex-start;
        }
        .left-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button,
        .right-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button {
            margin: 0;
        }
        .left-sidebar.single-product.normal .product-actions form.cart .quantity,
        .right-sidebar.single-product.normal .product-actions form.cart .quantity {
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 1200px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating,
    .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1590px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating,
    .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media (min-width: 1200px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment,
    .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1590px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment,
    .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
@media (min-width: 992px) {
    @media (max-width: 1399px) {
        .left-sidebar.single-product .single_add_to_cart_button,
        .right-sidebar.single-product .single_add_to_cart_button {
            padding: 18px 50px;
        }
    }
}
@media (min-width: 768px) {
    @media (max-width: 1199px) {
        .left-sidebar.single-product .product-actions .price,
        .left-sidebar.single-product .product-actions form.cart,
        .right-sidebar.single-product .product-actions .price,
        .right-sidebar.single-product .product-actions form.cart,
        .normal.full-width.single-product .product-actions .price,
        .normal.full-width.single-product .product-actions form.cart {
            width: inherit;
            margin-bottom: 0;
        }
        .left-sidebar.single-product .product-actions .price,
        .right-sidebar.single-product .product-actions .price,
        .normal.full-width.single-product .product-actions .price {
            padding-right: 50px;
        }
        .left-sidebar.single-product .product-actions form.cart,
        .right-sidebar.single-product .product-actions form.cart,
        .normal.full-width.single-product .product-actions form.cart {
            align-items: center;
            flex-direction: row;
        }
        .left-sidebar.single-product .product-actions form.cart .quantity,
        .right-sidebar.single-product .product-actions form.cart .quantity,
        .normal.full-width.single-product .product-actions form.cart .quantity {
            margin-bottom: 0;
            padding-right: 24px;
        }
        .left-sidebar.single-product .product-actions .add-to-compare-link,
        .right-sidebar.single-product .product-actions .add-to-compare-link,
        .normal.full-width.single-product .product-actions .add-to-compare-link {
            padding-left: 30px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .normal.full-width.single-product .product-actions .price {
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1199px) {
        .left-sidebar #grid .products .product:nth-child(3n+1)::before {
            content: none !important;
        }
    }
}
@media (min-width: 1200px) {
    .related .products:not(.slick-dotted) .slick-list,
    .up-sells .products:not(.slick-dotted) .slick-list {
        padding-bottom: 94px;
    }
}
.tm-related-products-carousel {
    margin-bottom: 2.188em;
}
@media (max-width: 1199px) {
    .tm-related-products-carousel {
        height: 100%;
    }
}
.tm-related-products-carousel::before,
.tm-related-products-carousel::after {
    content: " ";
    display: table;
}
#tab-specification .tm-shop-attributes-detail h1,
#tab-specification .tm-shop-attributes-detail h2,
#tab-specification .tm-shop-attributes-detail h3,
#tab-specification .tm-shop-attributes-detail h4,
#tab-specification .tm-shop-attributes-detail h5,
#tab-specification .tm-shop-attributes-detail h6,
#tab-specification .tm-shop-attributes-detail caption,
#tab-specification .tm-shop-attributes-detail .tm-attributes-title,
#tab-specification table h1,
#tab-specification table h2,
#tab-specification table h3,
#tab-specification table h4,
#tab-specification table h5,
#tab-specification table h6,
#tab-specification table caption,
#tab-specification table .tm-attributes-title {
    color: #090909;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 4px;
    line-height: 1.6;
    text-transform: capitalize;
}
#tab-specification .tm-shop-attributes-detail {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 62px 40px;
    background: #f5f5f5;
}
#tab-specification .tm-shop-attributes-detail.like-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
#tab-specification .tm-shop-attributes-detail.like-table table th,
#tab-specification .tm-shop-attributes-detail.like-table table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
#tab-specification .tm-shop-attributes-detail.like-table table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
#tab-specification .tm-shop-attributes-detail.like-table table tbody + tbody {
    border-top: 2px solid #eceeef;
}
#tab-specification .tm-shop-attributes-detail.like-table table .table {
    background-color: #fff;
}
@media (min-width: 1200px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

    @media (min-width: 1200px) {
        #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr,
        #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;

        }
    }
    #tab-specification .tm-shop-attributes-detail:not(.like-table) table td,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) table th,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes td,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th {
        padding: 0;
    }

    @media (max-width: 767px) {
        #tab-specification .tm-shop-attributes-detail:not(.like-table) table td,
        #tab-specification .tm-shop-attributes-detail:not(.like-table) table th,
        #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes td,
        #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th {
            padding-bottom: 10px;
        }
    }
    #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr {
        margin-bottom: 40px;
    }

    @media (max-width: 767px) {
        #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr td,
        #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr td {
            text-align: right;
        }
    }
    #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr td p,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr td p {
        font-weight: normal;
    }

    #tab-specification .tm-shop-attributes-detail:not(.like-table) table th,
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th {
        color: #555353;
        display: block;
        font-weight: 500;
        text-transform: capitalize;
    }

    #tab-specification .columns-1 table.shop_attributes tbody tr {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #tab-specification .columns-2 table.shop_attributes tbody tr {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #tab-specification .columns-3 table.shop_attributes tbody tr {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    #tab-specification .columns-4 table.shop_attributes tbody tr {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #tab-specification .columns-5 table.shop_attributes tbody tr {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #tab-specification .columns-6 table.shop_attributes tbody tr {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .thumb-count-0 .woocommerce-product-gallery .flex-control-thumbs {
        display: none;
    }

    /**
 * Reviews
 */
    #reviews #comments {
        padding-top: 0;
    }

    #reviews #comments .commentlist li {
        border-top: 1px solid #ebebeb;
        border-bottom: none;
    }

    #reviews #comments ul.children {
        width: 81.8181818182%;
        float: right;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 1.618em;
    }

    #reviews #comments ul.children li {
        margin-bottom: 1.618em;
    }

    #reviews #comments ul.children li:last-child {
        margin-bottom: 0;
    }

    #reviews .comment-form-rating {
        clear: both;
    }

    #reviews .comment-form-rating label {
        display: block;
    }

    #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 576px) {
        #reviews .advanced-review .advanced-review-rating {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 20px;
        }
    }
    @media (min-width: 1200px) {
        #reviews .advanced-review .advanced-review-rating {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }
    #reviews .advanced-review .advanced-review-rating h2.based-title {
        font-weight: 500;
        margin-bottom: 1.375em;
        font-size: 1.5em;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 0.542em;
    }

    #reviews .advanced-review .advanced-review-rating .star-rating:before {
        content: "\f006\f006\f006\f006\f006";
        font-family: FontAwesome;
    }

    #reviews .advanced-review .advanced-review-rating .star-rating span:before {
        content: "\f005\f005\f005\f005\f005";
        font-family: FontAwesome;
    }

    #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (max-width: 575px) {
        #reviews .advanced-review .advanced-review-comment {
            margin-top: 20px;
        }
    }
    @media (min-width: 576px) {
        #reviews .advanced-review .advanced-review-comment {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (min-width: 1200px) {
        #reviews .advanced-review .advanced-review-comment {
            flex: 0 0 66.6666666667%;
            max-width: 66.6666666667%;
        }
    }
    #reviews #respond {
        padding: 0px;
    }

    #reviews .avg-rating {
        display: flex;
        align-items: center;
        margin-bottom: 2.813em;
    }

    #reviews .avg-rating .avg-rating-number {
        font-size: 2.75em;
        display: inline-block;
        line-height: 1;
        font-weight: 300;
        margin-right: 0.659em;
    }

    #reviews .avg-rating .star-rating {
        display: inline-block;
        font-size: 1.438em;
        width: 6em;
        /*rtl:6.2em */
        letter-spacing: 2px;
    }

    #reviews .rating-histogram {
        width: 368px;
    }

    @media (max-width: 767px) {
        #reviews .rating-histogram {
            width: 100%;
        }
    }
    #reviews .rating-histogram .rating-bar {
        display: flex;
        align-items: center;
        margin-bottom: 1em;
        justify-content: space-between;
    }

    #reviews .rating-histogram .rating-bar .star-rating {
        letter-spacing: 2px;
    }

    #reviews .rating-histogram .rating-bar .rating-percentage-bar {
        width: 12.25em;
        height: 0.625em;
        border-radius: 0.313em;
        background-color: #f3f3f3;
    }

    @media (max-width: 767px) {
        #reviews .rating-histogram .rating-bar .rating-percentage-bar {
            width: 10em;
        }
    }
    #reviews .rating-histogram .rating-bar .rating-percentage-bar .rating-percentage {
        height: 100%;
        background-color: #d8d8d8;
        display: block;
        border-radius: .313em;
    }

    /**
 * Widgets
 */
    .product_list_widget {
        list-style: none;
        margin-left: 0;
    }

    .product_list_widget li {
        padding: 1em 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .product_list_widget li::after {
        display: block;
        content: "";
        clear: both;
    }

    .product_list_widget li img {
        max-width: 2.617924em;
        float: right;
    }

    .product_list_widget li > a {
        display: block;
    }

    .product_list_widget a:hover {
        color: #2c2d33;
    }

    .widget_price_filter .price_slider {
        margin-bottom: 1em;
    }

    .widget_price_filter .price_slider_amount {
        text-align: right;
        line-height: 2.4em;
        /*rtl:ignore*/

        direction: ltr;
    }

    .widget_price_filter .price_slider_amount .button,
    .widget_price_filter .price_slider_amount article .more-link,
    article .widget_price_filter .price_slider_amount .more-link {
        float: left;
    }

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

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        border-top-right-radius: 1em;
        border-top-left-radius: 1em;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        cursor: ew-resize;
        outline: none;
        background: #2c2d33;
        box-sizing: border-box;
        margin-top: -3.5px;
        opacity: 1;
    }

    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -1em;
    }

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

    .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background: #2c2d33;
        border-top-right-radius: 1em;
        border-top-left-radius: 1em;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
    }

    .widget_price_filter .price_slider_wrapper .ui-widget-content {
        border-top-right-radius: 1em;
        border-top-left-radius: 1em;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        background: rgba(0, 0, 0, 0.1);
    }

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

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

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

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

    .site-header .widget_shopping_cart_content p.total,
    .site-header .widget_shopping_cart_content p.buttons,
    .site-header .widget_shopping_cart_content li {
        padding-left: 1.41575em;
        padding-right: 1.41575em;
    }

    .site-header .widget_shopping_cart_content li {
        border-bottom: 0;
    }

    .site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
        right: 16px;
        top: 7px;
        left: auto;
    }

    .site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item a {
        font-size: 0.938em;
    }

    .site-header .widget_shopping_cart_content dl.variation {
        margin-left: 0;
        font-size: 0.76em;
    }

    .site-header .widget_shopping_cart_content dl.variation + .quantity {
        margin-left: 0;
    }

    .widget_shopping_cart_content .product_list_widget,
    .widget_shopping_cart .product_list_widget {
        margin-bottom: 0;
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item,
    .widget_shopping_cart .product_list_widget .mini_cart_item {
        border-bottom: 0px;
        position: relative;
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove,
    .widget_shopping_cart .product_list_widget .mini_cart_item .remove {
        width: 20px;
        position: absolute;
        height: 20px;
        min-width: 20px;
        top: -3px;
        margin-bottom: 0;
        left: -3px;
        border-radius: 50px;
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:before,
    .widget_shopping_cart .product_list_widget .mini_cart_item .remove:before {
        font-size: 0.571em;
        color: #fff;
        line-height: 1;
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item a,
    .widget_shopping_cart .product_list_widget .mini_cart_item a {
        color: #626060;
        min-width: 265px;
        margin-bottom: 0.4em;
        line-height: 1.2;
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item img,
    .widget_shopping_cart .product_list_widget .mini_cart_item img {
        max-width: 75px;
    }

    .widget_shopping_cart_content .product_list_widget .mini_cart_item .quantity,
    .widget_shopping_cart .product_list_widget .mini_cart_item .quantity {
        font-weight: 500;
        margin-top: 10px;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
    .widget_shopping_cart .woocommerce-mini-cart__empty-message {
        margin-bottom: 0;
        text-align: center;
        font-size: 15px;
        padding: 20px;
    }

    .widget_shopping_cart_content p.total,
    .widget_shopping_cart_content p.buttons,
    .widget_shopping_cart p.total,
    .widget_shopping_cart p.buttons {
        padding: 1em 0;
        margin: 0;
        text-align: center;
    }

    .widget_shopping_cart_content p.total,
    .widget_shopping_cart p.total {
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
    }

    .widget_shopping_cart_content .buttons,
    .widget_shopping_cart .buttons {
        display: flex;
        flex-direction: column;
    }

    .widget_shopping_cart_content .buttons .button,
    .widget_shopping_cart_content .buttons article .more-link,
    article .widget_shopping_cart_content .buttons .more-link,
    .widget_shopping_cart .buttons .button,
    .widget_shopping_cart .buttons article .more-link,
    article .widget_shopping_cart .buttons .more-link {
        border-radius: 32px;
        font-weight: 500;
        border: none;
        padding: 8px;
        font-size: 15px;
        color: #fff;
    }

    .widget_shopping_cart_content .buttons .button:nth-child(odd),
    .widget_shopping_cart_content .buttons article .more-link:nth-child(odd),
    article .widget_shopping_cart_content .buttons .more-link:nth-child(odd),
    .widget_shopping_cart .buttons .button:nth-child(odd),
    .widget_shopping_cart .buttons article .more-link:nth-child(odd),
    article .widget_shopping_cart .buttons .more-link:nth-child(odd) {
        margin-bottom: .8em;
    }

    .widget_shopping_cart_content .buttons .checkout,
    .widget_shopping_cart .buttons .checkout {
        background-color: #858585;
    }

    .widget_shopping_cart_content .buttons .checkout:hover,
    .widget_shopping_cart .buttons .checkout:hover {
        background-color: #7b7b7b;
    }

    .widget_shopping_cart_content .quantity,
    .widget_shopping_cart .quantity {
        font-size: 14px;
    }

    .widget_shopping_cart_content dl.variation,
    .widget_shopping_cart dl.variation {
        margin-bottom: 6px;
        margin-left: 110px;
    }

    .widget_shopping_cart_content dl.variation dd,
    .widget_shopping_cart dl.variation dd {
        margin: 0 0 6px 0;
    }

    .widget_shopping_cart_content dl.variation dd p,
    .widget_shopping_cart dl.variation dd p {
        margin: 0;
    }

    .widget_shopping_cart_content dl.variation dt,
    .widget_shopping_cart dl.variation dt {
        text-transform: capitalize;
    }

    .widget_shopping_cart_content dl.variation + .quantity,
    .widget_shopping_cart dl.variation + .quantity {
        margin-left: 110px;
    }

    #secondary .widget .widget-title {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0.9em;
        padding-bottom: 0.25em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1;
        font-size: 1.429em;
        font-weight: normal;
    }

    #secondary .widget ul li a {
        font-size: 1.071em;
        font-weight: normal;
        color: #2b2b2b;
        letter-spacing: -.01em;
        line-height: 1.4em;
        margin-bottom: 0.333em;
    }

    #secondary .widget.widget_shopping_cart .product_list_widget .mini_cart_item a + a {
        min-width: 100%;
    }

    #secondary .widget.widget_product_search form {
        display: flex;
    }

    #secondary .widget.widget_product_search form input[type=search] {
        border-radius: 3px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    #secondary .widget.widget_product_search form input[type=submit] {
        position: initial !important;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    #secondary .widget.widget_product_search form input[type=submit]:hover {
        background-color: #0059bd;
    }

    #secondary .widget.widget_product_categories select,
    #secondary .widget.widget_layered_nav select {
        width: 100%;
    }

    #secondary .widget ul.product_list_widget li {
        border: 0px;
        padding: 0px;
        padding-bottom: 1.429em;
    }

    #secondary .widget ul.product_list_widget li a img {
        float: left;
        max-width: 100px;
        margin-right: 0.653em;
    }

    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            #secondary .widget ul.product_list_widget li a img {
                max-width: 84px;
            }
        }
    }
    #secondary .widget ul.product_list_widget li span.product-title {
        max-height: 42px;
        color: #626060;
        overflow: hidden;
        display: block;
    }

    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            #secondary .widget ul.product_list_widget li span.product-title {
                font-size: 13px;
            }
        }
    }
    #secondary .widget ul.product_list_widget li span.amount {
        font-weight: 500;
    }

    #secondary .widget ul.product_list_widget li .star-rating {
        margin-bottom: .3em;
    }

    #secondary .widget.woocommerce ul li del {
        font-size: 0.929em;
        color: #b8b8b8;
    }

    #secondary .widget.widget_price_filter {
        margin-bottom: 5.306em;
    }

    #secondary .widget.widget_price_filter .widget-title {
        margin-bottom: 0.75em;
    }

    #secondary .widget.widget_price_filter .price_slider_wrapper {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

    #secondary .widget.widget_price_filter .price_slider {
        height: 2px;
        background-color: #eeeeee;
        margin-bottom: 0px;
        width: 96%;
    }

    #secondary .widget.widget_price_filter .price_slider .ui-slider-range {
        top: 0px;
        height: 2px;
        background-color: #0063d1;
    }

    #secondary .widget.widget_price_filter .price_slider .ui-slider-handle {
        width: 10px;
        height: 10px;
        background: #0063d1;
        top: -1px;
    }

    #secondary .widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
        margin-left: 0px;
    }

    #secondary .widget.widget_price_filter .price_slider_amount {
        margin-bottom: 1.571em;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #secondary .widget.widget_price_filter .price_slider_amount .price_label {
        display: none !important;
    }

    #secondary .widget.widget_price_filter .price_slider_amount button {
        font-size: 1.224em;
    }

    #secondary .widget.widget_price_filter .price_slider_amount input {
        display: block !important;
        margin: 0px;
        text-align: center;
        font-size: 18px;
        width: 43%;
        border-radius: 4px;
        margin-bottom: 0.833em;
    }

    #secondary .widget.widget_price_filter .price_slider_amount input:first-child {
        /*rtl:ignore*/

        margin-right: 1.722em;
    }

    #secondary .widget.widget_price_filter .price_slider_amount:after {
        content: "";
        width: 7px;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 47%;
        /*rtl:remove*/

        left: 50%;
        top: 19%;
    }

    #secondary .widget.widget_layered_nav .widget-title {
        margin-bottom: 0.563em;
    }

    #secondary .widget.widget_layered_nav ul {
        margin-bottom: 1.143em;
    }

    #secondary .widget.widget_layered_nav ul li a {
        font-size: 15px;
        text-transform: capitalize;
        color: #444444;
        padding-bottom: 0.2em;
    }

    #secondary .widget.widget_layered_nav ul li a:before {
        content: "\f096";
        font-family: FontAwesome;
        margin-right: 15px;
        font-size: 22px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        vertical-align: top;
        color: #d5d5d5;
    }

    #secondary .widget.widget_layered_nav ul li a:hover:before,
    #secondary .widget.widget_layered_nav ul li.chosen a:before {
        content: "\f0c8";
        color: #0063d1;
        font-size: 20px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    #secondary .widget.widget_layered_nav ul li span {
        display: none;
    }

    #secondary .widget.widget_layered_nav p a {
        font-size: 1.062em;
    }

    #secondary .widget.widget_layered_nav_filters ul li.chosen a {
        font-size: 1.224em;
    }

    #secondary .widget.widget_layered_nav_filters ul li.chosen a:before {
        content: "\f057";
        font-family: FontAwesome;
        margin-right: 15px;
        font-size: 19px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        vertical-align: top;
        color: #444444;
    }

    #secondary .widget.widget_layered_nav_filters ul li.chosen a:hover:before {
        color: #e00;
    }

    #secondary .widget.widget_techmarket_products_filter span.widget-title {
        border-bottom: 0px;
        font-size: 1.306em;
        padding-bottom: 0.55em;
        font-weight: 400;
    }

    #secondary .widget.widget_techmarket_products_filter > span.widget-title {
        border-bottom: 1px solid #ebebeb;
        font-size: 1.429em;
        margin-bottom: 1.55em;
    }

    @media (max-width: 1023px) {
        #content #secondary.shop-sidebar {
            background-color: #fff;
            position: fixed;
            top: 0;
            left: -340px;
            width: 288px;
            height: 100%;
            transition: left 0.2s;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            transition: left 0.2s;
            z-index: 100000000;
            display: block !important;
            padding-top: 20px;
        }

        #content #secondary.shop-sidebar > .widget:not(.widget_techmarket_products_filter) {
            display: none;
        }

        #content.active-hh-sidebar::before {
            font-family: techmarket-icons;
            font-weight: 400;
            content: "\43";
            display: block;
            padding: 6px 10px;
            position: fixed;
            transition: left .2s;
            background-color: #fff;
            left: 288px;
            top: 0;
            z-index: 999999999;
        }

        #content.active-hh-sidebar #secondary.shop-sidebar {
            left: 0;
            box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.66);
        }

        #content.active-hh-sidebar .content-area::after {
            content: " ";
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .6;
            position: fixed;
            z-index: 999;
            top: 0;
            transition: left 0.2s;
        }

        .admin-bar #content #secondary.shop-sidebar {
            padding-top: 58px;
        }

        .admin-bar #content.active-hh-sidebar::before {
            top: 46px;
        }
    }
    @media (max-width: 500px) {
        #content #secondary.shop-sidebar {
            left: -90%;
            width: 288px;
        }
    }
    /**
 * Cart
 */
    .woocommerce-page.woocommerce-cart .hentry.type-page .entry-header {
        display: none;
    }

    table.cart {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
    }

    table.cart th,
    table.cart td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    table.cart thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    table.cart tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    table.cart .table {
        background-color: #fff;
    }

    table.cart td,
    table.cart th {
        vertical-align: middle;
    }

    @media (min-width: 992px) {
        @media (max-width: 1199px) {
            table.cart td,
            table.cart th {
                padding: 0.571em;
            }
        }
    }
    table.cart thead th {
        font-size: 0.938em;
        border: none;
        text-transform: none;
        font-weight: 400;
        color: #626060;
    }

    table.cart tr.cart_item {
        position: relative;
    }

    table.cart dl.variation {
        display: flex;
        margin-left: 140px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    table.cart dl.variation dd {
        margin: 0 10px 0 0;
    }

    table.cart dl.variation dt {
        margin-right: 4px;
    }

    table.cart th.product-remove,
    table.cart td.product-remove {
        display: none;
    }

    table.cart td.product-thumbnail,
    table.cart th.product-thumbnail {
        display: none;
    }

    table.cart td.product-name {
        font-size: 0.875em;
        line-height: 1.5em;
        letter-spacing: -0.01em;
        font-weight: 400;
        color: #626060;
    }

    @media (max-width: 1399px) {
        @media (min-width: 1200px) {
            table.cart td.product-name {
                width: 400px;
            }
        }
    }
    @media (max-width: 1199px) {
        @media (min-width: 768px) {
            table.cart td.product-name {
                width: 330px;
            }
        }
    }
    @media (max-width: 767px) {
        table.cart td.product-name {
            font-size: 1em;
            line-height: 1.5em;
            font-weight: 500;
            letter-spacing: -.01em;
            color: #444;
        }
    }
    table.cart td.product-name .cart-item-product-detail {
        font-size: .875em;
        line-height: 1.5em;
        letter-spacing: -.01em;
        font-weight: 400;
        color: #626060;
    }

    table.cart td.product-name .cart-item-product-detail .media-body a {
        font-size: 1.143em;
    }

    table.cart td.product-name a {
        color: #626060;
    }

    table.cart td.product-name img {
        max-width: 8.735em;
        height: auto;
        margin: 0 1.071em 0 0;
        width: auto;
    }

    @media (min-width: 768px) {
        table.cart td.product-name img {
            margin: 0 2.571em 0 0;
        }
    }
    @media (max-width: 767px) {
        table.cart td.product-name img {
            display: none;
        }
    }
    table.cart td.product-price,
    table.cart td.product-subtotal {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 500;
        letter-spacing: -0.01em;
        color: #444;
    }

    @media (max-width: 1200px) and (min-width: 768px) {
        table.cart td.product-price,
        table.cart td.product-subtotal {
            font-size: 0.938em;
        }
    }
    @media (max-width: 1200px) and (min-width: 768px) {
        table.cart td.product-subtotal {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    @media (max-width: 767px) {
        table.cart tbody tr td.product-subtotal {
            padding-bottom: 2.25em;
        }
    }
    table.cart a.remove {
        float: right;
    }

    @media (max-width: 767px) {
        table.cart a.remove {
            position: absolute;
            right: 11%;
            margin-top: 0.313em;
        }
    }
    table.cart a.remove:before {
        font-size: 11px;
        color: #444;
        margin-top: 3px;
    }

    table.cart td.product-quantity label {
        display: none;
    }

    @media (max-width: 1199px) {
        @media (min-width: 768px) {
            table.cart td.product-quantity .buttons_added {
                width: 120px;
            }
        }
    }
    @media (max-width: 1399px) {
        @media (min-width: 1200px) {
            table.cart td.product-quantity .buttons_added {
                width: 135px;
            }
        }
    }
    @media (max-width: 767px) {
        table.cart td.product-quantity .buttons_added .minus {
            right: 10px;
        }

        table.cart td.product-quantity .buttons_added .plus {
            right: 40px;
        }

        table.cart td.product-quantity .buttons_added .plus,
        table.cart td.product-quantity .buttons_added .minus {
            left: inherit;
        }

        table.cart td.product-quantity .buttons_added .qty {
            width: 7em;
        }
    }
    table.cart td.actions::after {
        display: block;
        content: "";
        clear: both;
    }

    table.cart td.actions div.coupon {
        float: left;
        display: flex;
    }

    @media (max-width: 480px) {
        table.cart td.actions div.coupon {
            display: block;
        }
    }
    table.cart td.actions div.coupon label {
        display: none;
    }

    table.cart td.actions div.coupon .input-text {
        color: #939393;
        border-radius: 0px;
        border: 2px solid #e7e7e7;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 0px;
    }

    @media (max-width: 542px) {
        table.cart td.actions div.coupon .input-text {
            border-radius: 5px;
            border-right: 2px solid #e7e7e7;
            width: 100%;
        }
    }
    table.cart td.actions div.coupon .button,
    table.cart td.actions div.coupon article .more-link,
    article table.cart td.actions div.coupon .more-link {
        border-radius: 0 5px 5px 0;
    }

    @media (max-width: 542px) {
        table.cart td.actions div.coupon .button,
        table.cart td.actions div.coupon article .more-link,
        article table.cart td.actions div.coupon .more-link {
            border-radius: 5px;
        }
    }
    table.cart td.actions .button[name="update_cart"],
    table.cart td.actions article [name="update_cart"].more-link,
    article table.cart td.actions [name="update_cart"].more-link {
        float: right;
    }

    .cross-sells > h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        color: #090909;
        letter-spacing: -0.01em;
        font-weight: 400;
    }

    @media (min-width: 991px) and (max-width: 576px) {
        .cart-collaterals {
            margin: auto;
        }
    }
    .cart-collaterals .cart_totals {
        padding: 1.25em;
        background-color: #f9f9f9;
        border-radius: 3px;
    }

    @media (min-width: 992px) {
        .cart-collaterals .cart_totals {
            padding: 2.5em;
        }
    }
    .cart-collaterals .cart_totals > h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 500;
        color: #090909;
        border-bottom: 1px solid #bebebe;
        padding-bottom: 0.292em;
        margin-top: -0.333em;
    }

    .cart-collaterals .cart_totals .shop_table {
        font-size: 0.938em;
        line-height: 2em;
        display: block;
    }

    .cart-collaterals .cart_totals .shop_table tbody {
        display: block;
    }

    .cart-collaterals .cart_totals .shop_table tr {
        display: table;
        width: 100%;
    }

    .cart-collaterals .cart_totals .shop_table td,
    .cart-collaterals .cart_totals .shop_table th {
        padding: 0;
        vertical-align: middle;
        letter-spacing: -0.01em;
    }

    .cart-collaterals .cart_totals .shop_table td {
        text-align: right;
    }

    .cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount {
        font-weight: 500;
    }

    .cart-collaterals .cart_totals .shop_table th {
        font-weight: 400;
    }

    .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) td,
    .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) th {
        padding-bottom: 1.733em;
    }

    .cart-collaterals .cart_totals .shop_table tr:last-child td,
    .cart-collaterals .cart_totals .shop_table tr:last-child th {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        border-top: 1px solid #bebebe;
    }

    .cart-collaterals .cart_totals .shop_table tr:last-child th {
        font-size: 1.133em;
    }

    .cart-collaterals .cart_totals .shop_table tr:last-child td {
        font-size: 1.2em;
    }

    .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator {
        display: none;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping th,
    .cart-collaterals .cart_totals .shop_table tr.shipping td {
        display: table-row;
        width: 100%;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping th p,
    .cart-collaterals .cart_totals .shop_table tr.shipping td p {
        line-height: 1.6em;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping th {
        padding: 0;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping td {
        text-align: left;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping td:before {
        content: none;
    }

    .cart-collaterals .cart_totals .shop_table tr.shipping td .woocommerce-Price-amount {
        float: right;
        color: #444;
    }

    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
        display: block;
        text-align: center;
        color: #444;
        font-size: 0.938em;
        line-height: 1;
    }

    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
        width: 100%;
    }

    @media (min-width: 576px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"],
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].more-link,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].more-link {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
        border-radius: 1.438em;
        padding: .766em;
        display: block;
        text-align: center;
        width: 100%;
    }

    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"]:hover,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].more-link:hover,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].more-link:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #252525;
    }

    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"]:focus,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].more-link:focus,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].more-link:focus,
    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"].focus,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].focus.more-link,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].focus.more-link {
        box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.5);
    }

    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"].disabled,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].disabled.more-link,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].disabled.more-link,
    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"]:disabled,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].more-link:disabled,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].more-link:disabled {
        background-color: #444444;
        border-color: #444444;
    }

    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"]:active,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].more-link:active,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].more-link:active,
    .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"].active,
    .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].active.more-link,
    article .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].active.more-link,
    .show > .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"].dropdown-toggle,
    .show > .cart-collaterals .woocommerce-shipping-calculator article [name="calc_shipping"].dropdown-toggle.more-link,
    article .show > .cart-collaterals .woocommerce-shipping-calculator [name="calc_shipping"].dropdown-toggle.more-link {
        color: #fff;
        background-color: #2b2b2b;
        background-image: none;
        border-color: #252525;
    }

    .cart-collaterals .wc-proceed-to-checkout {
        border-bottom: 1px solid #bebebe;
        margin-bottom: 1.625em;
    }

    .cart-collaterals .checkout-button {
        display: block;
        color: #fff;
        text-align: center;
        border-radius: 10.438em;
        font-weight: 500;
        padding: .867em;
        margin-bottom: 0.875em;
        font-size: 0.938em;
        letter-spacing: -0.5px;
    }

    .cart-collaterals .checkout-button:focus,
    .cart-collaterals .checkout-button:hover {
        box-shadow: none;
    }

    .cart-collaterals .back-to-shopping {
        color: #444;
        font-size: 0.938em;
        display: block;
        text-align: center;
        margin-bottom: 1.733em;
    }

    .cart-collaterals .shop-features {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .cart-collaterals .shop-features li {
        font-size: 0.938em;
        line-height: 1.5em;
        color: #444;
    }

    .cart-collaterals .shop-features li + li {
        margin-top: 1.2em;
    }

    .cart-collaterals .shop-features li i {
        margin-right: 1.083em;
        font-size: 1.6em;
    }

    /**
 * Cart Layout
 */
    .cart-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 4em;
    }

    @media (min-width: 576px) {
        .cart-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .cart-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .cart-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .cart-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    .cart-wrapper > form,
    .cart-wrapper .cart-collaterals {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        .cart-wrapper > form,
        .cart-wrapper .cart-collaterals {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .cart-wrapper > form,
        .cart-wrapper .cart-collaterals {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .cart-wrapper > form,
        .cart-wrapper .cart-collaterals {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .cart-wrapper > form,
        .cart-wrapper .cart-collaterals {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .cart-wrapper > form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-wrapper .cart-collaterals {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-wrapper .woocommerce-error,
    .cart-wrapper .woocommerce-info,
    .cart-wrapper .woocommerce-message,
    .cart-wrapper .woocommerce-order-received .woocommerce-thankyou-order-received,
    .woocommerce-order-received .cart-wrapper .woocommerce-thankyou-order-received,
    .cart-wrapper .track-order .woocommerce-thankyou-order-received,
    .track-order .cart-wrapper .woocommerce-thankyou-order-received,
    .cart-wrapper .woocommerce-view-order .woocommerce-thankyou-order-received,
    .woocommerce-view-order .cart-wrapper .woocommerce-thankyou-order-received {
        margin-right: 15px;
        margin-left: 15px;
    }

    @media (min-width: 576px) {
        @media (max-width: 991px) {
            .cart-wrapper > form {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .cart-wrapper .cart-collaterals {
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%;
                margin-left: 33.3333333333%;
            }
        }
    }
    @media (min-width: 992px) {
        .cart-wrapper > form {
            flex: 0 0 70.8333333333%;
            max-width: 70.8333333333%;
        }

        .cart-wrapper .cart-collaterals {
            flex: 0 0 29.1666666667%;
            max-width: 29.1666666667%;
        }
    }
    @media (min-width: 1200px) {
        .cart-wrapper > form {
            flex: 0 0 70.8333333333%;
            max-width: 70.8333333333%;
        }

        .cart-wrapper .cart-collaterals {
            flex: 0 0 29.1666666667%;
            max-width: 29.1666666667%;
        }
    }
    @media (min-width: 1590px) {
        .cart-wrapper > form {
            flex: 0 0 76.7241379167%;
            max-width: 76.7241379167%;
        }

        .cart-wrapper .cart-collaterals {
            flex: 0 0 23.2758620833%;
            max-width: 23.2758620833%;
        }
    }
    @media (max-width: 991px) and (min-width: 576px) {
        .cart-wrapper .cart-collaterals {
            margin: auto;
        }
    }
    ul#shipping_method {
        margin: 5px 0 10px 0;
        list-style: none;
    }

    ul#shipping_method > li {
        text-align: left;
        margin-top: 8px;
    }

    ul#shipping_method > li input[type="radio"] {
        float: left;
        margin-right: 10px;
        margin-top: 4px;
    }

    ul#shipping_method > li label {
        display: block;
        margin-bottom: 0;
        line-height: 1.5em;
        font-weight: 400;
        color: #444;
    }

    @media (max-width: 567px) {
        .tm-cross-sells {
            overflow: hidden;
        }
    }
    @media (max-width: 991px) {
        .tm-cross-sells .products .product {
            width: 100%;
        }
    }
    .cart-empty {
        font-size: 3.063em;
        line-height: 1.49em;
        font-weight: 300;
        color: #090909;
        margin-bottom: 1em;
        text-align: center;
    }

    @media (max-width: 767px) {
        .cart-empty {
            font-size: 1.875em;
            line-height: 1.4em;
        }
    }
    /**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
    .woocommerce-page.woocommerce-checkout .hentry.type-page .entry-header,
    #order_review_heading {
        display: none;
    }

    /**
 * Checkout Page Layout
 */
    .checkout_coupon,
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        .checkout_coupon,
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper,
        .woocommerce-additional-fields__field-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .checkout_coupon,
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper,
        .woocommerce-additional-fields__field-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .checkout_coupon,
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper,
        .woocommerce-additional-fields__field-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .checkout_coupon,
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper,
        .woocommerce-additional-fields__field-wrapper {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (max-width: 767px) {
        .checkout_coupon,
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper,
        .woocommerce-additional-fields__field-wrapper {
            align-items: flex-start;
        }
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login .before-login-text {
        font-weight: normal;
    }

    form.woocommerce-checkout.checkout {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        form.woocommerce-checkout.checkout {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        form.woocommerce-checkout.checkout {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        form.woocommerce-checkout.checkout {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        form.woocommerce-checkout.checkout {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (max-width: 767px) {
        form.woocommerce-checkout.checkout {
            flex-direction: column;
            align-items: flex-start;
        }
    }
    form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    form.woocommerce-checkout.checkout .col2-set,
    form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        form.woocommerce-checkout.checkout .col2-set,
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        form.woocommerce-checkout.checkout .col2-set,
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        form.woocommerce-checkout.checkout .col2-set,
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        form.woocommerce-checkout.checkout .col2-set,
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        form.woocommerce-checkout.checkout .col2-set,
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    form.woocommerce-checkout.checkout .col2-set {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

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

    @media (min-width: 576px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        form.woocommerce-checkout.checkout .col2-set > .col-1,
        form.woocommerce-checkout.checkout .col2-set > .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .form-row {
        padding-left: 0px;
    }

    @media (min-width: 1700px) {
        form.woocommerce-checkout.checkout .col2-set {
            flex: 0 0 76.7241379167%;
            max-width: 76.7241379167%;
        }

        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            flex: 0 0 23.2758620833%;
            max-width: 23.2758620833%;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1699px) {
            form.woocommerce-checkout.checkout .col2-set {
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%;
            }

            form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            #billing_first_name_field,
            #shipping_first_name_field,
            #shipping_last_name_field,
            #billing_last_name_field,
            #billing_phone_field,
            #billing_email_field {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
    }
    @media (max-width: 767px) {
        form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
            margin-top: 20px;
        }
    }
    /**
 * Checkout Page Components
 */
    .woocommerce-checkout .payment-fixed {
        position: fixed;
        top: 0;
        z-index: 9;
        box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    }

    .admin-bar .woocommerce-checkout .payment-fixed {
        top: 32px;
    }

    .admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
        display: none;
    }

    form.checkout {
        position: static !important;
        /* 1 */
    }

    form.checkout > .blockUI {
        position: fixed !important;
        /* 1 */
    }

    form.checkout h3 {
        font-size: 1.5em;
        font-weight: 400;
        letter-spacing: -0.01em;
        color: #090909;
        border-bottom: 1px solid #ebebeb;
        margin: 0;
        line-height: 1.417em;
        padding-bottom: 0.417em;
        margin-bottom: 1.042em;
    }

    form.checkout h3 label {
        color: #090909;
        margin-bottom: 0;
    }

    form.checkout .woocommerce-error {
        margin-left: 0;
    }

    form.checkout label {
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: -0.01em;
        color: #626060;
        margin-bottom: 0.5em;
    }

    form.checkout label .required {
        text-decoration: none;
    }

    form.checkout input[type=text]::-webkit-input-placeholder,
    form.checkout input[type=text]::-moz-placeholder,
    form.checkout .form-row textarea::-webkit-input-placeholder {
        color: #b6b6b6;
    }

    .order-review-wrapper {
        background-color: #f9f9f9;
        padding: 2.375em;
        border-radius: 0.25em;
    }

    @media (max-width: 767px) {
        .order-review-wrapper {
            padding: 20px;
        }
    }
    .order-review-wrapper .order_review_heading {
        font-size: 1.5em;
        font-weight: 500;
        color: #090909;
        letter-spacing: -0.01em;
        line-height: 1.417em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #bebebe;
        margin-bottom: 1em;
    }

    .order-review-wrapper .shop_table thead th,
    .order-review-wrapper .shop_table td,
    .order-review-wrapper .shop_table th {
        padding: 0;
    }

    .order-review-wrapper .shop_table thead,
    .order-review-wrapper .shop_table tbody,
    .order-review-wrapper .shop_table tfoot {
        display: table;
        width: 100%;
    }

    .order-review-wrapper .shop_table thead th {
        text-transform: none;
        font-size: 0.938em;
        line-height: 2em;
        font-weight: 500;
    }

    .order-review-wrapper .shop_table .product-total,
    .order-review-wrapper .shop_table tfoot td {
        text-align: right;
    }

    .order-review-wrapper .shop_table tbody td,
    .order-review-wrapper .shop_table tbody th {
        font-size: 0.875em;
        line-height: 1.5em;
        padding: 0.5em 0;
    }

    .order-review-wrapper .shop_table tbody tr:last-child td,
    .order-review-wrapper .shop_table tbody tr:last-child th {
        padding-bottom: 1.071em;
        border-bottom: 1px solid #bebebe;
    }

    .order-review-wrapper .shop_table tfoot th,
    .order-review-wrapper .shop_table tfoot td {
        font-size: 0.938em;
        color: #444;
        letter-spacing: -0.01em;
        line-height: 2em;
    }

    .order-review-wrapper .shop_table tfoot th {
        font-weight: 400;
    }

    .order-review-wrapper .shop_table tfoot tr:first-child td,
    .order-review-wrapper .shop_table tfoot tr:first-child th {
        padding-top: 0.733em;
    }

    .order-review-wrapper .shop_table tfoot tr:nth-last-child(2) td,
    .order-review-wrapper .shop_table tfoot tr:nth-last-child(2) th {
        padding-bottom: 0.733em;
    }

    .order-review-wrapper .shop_table tfoot tr.order-total td,
    .order-review-wrapper .shop_table tfoot tr.order-total th {
        font-size: 17px;
        letter-spacing: -0.01em;
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        padding: 0.733em 0;
    }

    .order-review-wrapper .shop_table tfoot td .woocommerce-Price-amount {
        font-weight: 500;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping th,
    .order-review-wrapper .shop_table tfoot tr.shipping td {
        display: table-row;
        width: 100%;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping th > *,
    .order-review-wrapper .shop_table tfoot tr.shipping td > * {
        display: table-cell;
        padding-bottom: 0.733em;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping th p,
    .order-review-wrapper .shop_table tfoot tr.shipping td p {
        line-height: 1.6em;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping th {
        padding: 0;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping td {
        text-align: left;
    }

    .order-review-wrapper .shop_table tfoot tr.shipping td .woocommerce-Price-amount {
        float: right;
        color: #444;
    }

    .order-review-wrapper .woocommerce-checkout-review-order-table {
        display: block;
    }

    @media (max-width: 33.9em) {
        table.shop_table.customer_details td,
        table.shop_table.customer_details th {
            padding: 0.5em;
        }
    }
    #payment::after {
        display: block;
        content: "";
        clear: both;
    }

    #payment .create-account {
        clear: both;
    }

    #payment .payment_methods {
        margin: 0;
        padding: 0;
        margin-bottom: 2.188em;
    }

    #payment .payment_methods > .wc_payment_method > label {
        display: block;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        color: #444;
    }

    #payment .payment_methods li {
        list-style: none !important;
        margin-left: 0;
        margin-bottom: 0.875em;
        position: relative;
    }

    #payment .payment_methods li img {
        float: right;
        border: 0;
        padding: 0;
        max-height: 1.618em;
    }

    #payment .payment_methods li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #payment .payment_methods li p {
        margin: 0;
    }

    #payment .payment_methods li .payment_box {
        font-size: 0.875em;
        line-height: 1.5em;
        color: #444;
        letter-spacing: -0.01em;
        margin-top: 0.5em;
        margin-left: 1.857em;
    }

    #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0 0;
        font-size: 0.875em;
    }

    #payment .payment_methods li .payment_box fieldset label {
        width: auto;
        margin-left: 0;
    }

    #payment .payment_methods li .payment_box fieldset .form-row {
        margin-bottom: 1em;
    }

    #payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
        margin-right: 0.357em;
    }

    #payment .payment_methods li .payment_box fieldset #cvv {
        width: 22% !important;
    }

    #payment .payment_methods li .payment_box fieldset .help {
        width: 75%;
        float: right;
    }

    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
        padding-top: 1em;
        margin: 0;
    }

    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
        margin-top: 0.6180469716em;
    }

    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
        margin-right: .236em;
    }

    #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
        margin-left: 0;
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
    #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
    #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
        font-size: 1.41575em;
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        background-repeat: no-repeat;
        background-position: right 0.6180469716em center;
        background-size: 31px 20px;
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/unknown.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/visa.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/mastercard.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/laser.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/diners.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/maestro.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/jcb.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/amex.svg);
    }

    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
        background-image: url(https://transvelo.github.io/assets/images/credit-cards/discover.svg);
    }

    #payment .terms {
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 1em;
    }

    #payment .terms label {
        display: block;
        cursor: pointer;
        font-size: 14px;
        letter-spacing: -0.1px;
    }

    #payment .terms label.checkbox {
        display: inline-block;
    }

    #payment .terms label a {
        font-size: 13px;
        text-decoration: underline;
    }

    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            #payment .terms label {
                display: flex;
                align-items: center;
                font-size: 13px;
                line-height: 1.2;
            }
        }
    }
    #payment .payment_method_paypal .about_paypal {
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline;
    }

    #payment .place-order {
        margin-bottom: 0;
        float: none;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #payment .place-order p.wc-terms-and-conditions {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    #payment .place-order .button,
    #payment .place-order article .more-link,
    article #payment .place-order .more-link {
        font-size: 1.125em;
        width: 100%;
        white-space: pre-wrap;
        color: #fff;
        font-weight: 500;
        line-height: 1.556em;
        letter-spacing: -.5px;
        border-radius: 2em;
        margin-bottom: 0.875em;
    }

    #payment .place-order .button:focus,
    #payment .place-order article .more-link:focus,
    article #payment .place-order .more-link:focus,
    #payment .place-order .button:hover,
    #payment .place-order article .more-link:hover,
    article #payment .place-order .more-link:hover {
        outline: none;
        box-shadow: none;
    }

    #ship-to-different-address .input-checkbox,
    #ship-to-different-address .woocommerce-form__input-checkbox {
        position: relative;
        top: -3px;
    }

    .woocommerce-checkout form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
        position: fixed;
        top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce-checkout.admin-bar form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
        top: 32px;
    }

    .woocommerce-checkout.techmarket-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
        top: 82px;
    }

    .woocommerce-checkout.admin-bar.techmarket-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
        top: 112px;
    }

    /**
 * Password strength meter
 */
    .woocommerce-password-strength {
        text-align: left;
        font-weight: 500;
        padding: 0.5407911001em 0;
        text-align: right;
        font-size: 0.875em;
    }

    .woocommerce-password-strength.strong {
        color: #0f834d;
    }

    .woocommerce-password-strength.short {
        color: #e2401c;
    }

    .woocommerce-password-strength.bad {
        color: #e2401c;
    }

    .woocommerce-password-strength.good {
        color: #3D9CD2;
    }

    /**
 * Price
 */
    .price {
        font-weight: 500;
        letter-spacing: -0.01em;
        font-size: 1.143em;
    }

    .price del {
        font-weight: 400;
        color: #b8b8b8;
        font-size: 0.875em;
    }

    .price ins {
        font-weight: 500;
    }

    .price ins + del {
        margin-left: 0.214em;
    }

    /**
 * My Account
 */
    .woocommerce-MyAccount-navigation ul {
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 1.875em;
    }

    .woocommerce-MyAccount-navigation ul li {
        list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 0.875em 0;
        display: block;
        font-weight: 500;
    }

    .woocommerce-address-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-content .woocommerce-Address-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 10px;
        flex-wrap: nowrap;
    }

    .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-content > .woocommerce-Address {
        margin-left: -15px;
        margin-right: -15px;
    }

    .woocommerce-MyAccount-content .col2-set .col-1,
    .woocommerce-MyAccount-content .col2-set .col-2,
    .woocommerce-MyAccount-content .woocommerce-Address {
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 1200px) {
        .woocommerce-MyAccount-content .col2-set .col-1,
        .woocommerce-MyAccount-content .col2-set .col-2,
        .woocommerce-MyAccount-content .woocommerce-Address {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    ul.order_details {
        list-style: none;
        position: relative;
        margin: 1em 0;
    }

    ul.order_details::after {
        display: block;
        content: "";
        clear: both;
    }

    @media (min-width: 768px) {
        ul.order_details {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    }
    ul.order_details:before,
    ul.order_details:after {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        height: 16px;
        background-size: 0px 100%, 16px 16px, 16px 16px;
    }

    ul.order_details:after {
        top: auto;
        bottom: -16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.order_details li {
        padding: 1em 0;
        font-size: .8em;
        text-transform: uppercase;
    }

    ul.order_details li:first-child {
        padding-top: 1.618em;
    }

    ul.order_details li:last-child {
        border: 0;
        padding-bottom: 1.618em;
    }

    ul.order_details li strong {
        display: block;
        font-size: 1.41575em;
        text-transform: none;
    }

    .my_account_orders .button,
    .my_account_orders article .more-link,
    article .my_account_orders .more-link,
    .woocommerce-MyAccount-downloads .button,
    .woocommerce-MyAccount-downloads article .more-link,
    article .woocommerce-MyAccount-downloads .more-link {
        padding: 0.6180469716em 0.875em;
        font-size: 0.875em;
        margin-right: .236em;
    }

    .woocommerce-MyAccount-content h2 {
        font-size: 2em;
        font-weight: 600;
    }

    .woocommerce-MyAccount-content #payment .payment_methods {
        margin-bottom: 1.618em !important;
    }

    .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .woocommerce-MyAccount-content .woocommerce-Pagination {
        text-align: center;
    }

    .woocommerce-EditAccountForm.edit-account .form-row-first,
    .woocommerce-EditAccountForm.edit-account .form-row-last {
        float: left;
    }

    .woocommerce-EditAccountForm.edit-account legend {
        font-size: 1.6em;
        font-weight: 500;
    }

    .woocommerce-EditAccountForm.edit-account label {
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: -.01em;
        color: #626060;
        margin-bottom: .5em;
    }

    .woocommerce-account .hentry.type-page .entry-header .entry-title {
        font-size: 2em;
    }

    @media (max-width: 575px) {
        .woocommerce-account .hentry.type-page .entry-header {
            margin-bottom: 2.7em !important;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .woocommerce-account {
                display: flex;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

            @media (min-width: 576px) {
                .woocommerce-account {
                    margin-right: -15px;
                    margin-left: -15px;
                }
            }
            @media (min-width: 768px) {
                .woocommerce-account {
                    margin-right: -15px;
                    margin-left: -15px;
                }
            }
            @media (min-width: 992px) {
                .woocommerce-account {
                    margin-right: -15px;
                    margin-left: -15px;
                }
            }
            @media (min-width: 1200px) {
                .woocommerce-account {
                    margin-right: -15px;
                    margin-left: -15px;
                }
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .woocommerce-MyAccount-navigation,
            .woocommerce-MyAccount-content {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                flex: 0 0 100%;
                max-width: 100%;
            }

            @media (min-width: 576px) {
                .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
                    padding-right: 15px;
                    padding-left: 15px;
                }
            }
            @media (min-width: 768px) {
                .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
                    padding-right: 15px;
                    padding-left: 15px;
                }
            }
            @media (min-width: 992px) {
                .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
                    padding-right: 15px;
                    padding-left: 15px;
                }
            }
            @media (min-width: 1200px) {
                .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
                    padding-right: 15px;
                    padding-left: 15px;
                }
            }
        }
    }
    @media (min-width: 992px) {
        @media (max-width: 1199px) {
            .woocommerce-MyAccount-navigation {
                width: 29.4117647059%;
                float: left;
                margin-right: 5.8823529412%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .woocommerce-MyAccount-navigation ul {
                display: flex;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                overflow: scroll;
            }

            .woocommerce-MyAccount-navigation ul li {
                border-bottom: none;
                width: 30%;
                flex-shrink: 0;
            }

            .woocommerce-MyAccount-navigation ul li a {
                padding: .875em;
            }

            .woocommerce-MyAccount-navigation ul li.is-active a {
                background-color: #f1f1f1;
            }

            .woocommerce-MyAccount-navigation ul li + li {
                margin-left: 20px;
            }
        }
    }
    @media (min-width: 992px) {
        @media (max-width: 1199px) {
            .woocommerce-MyAccount-content {
                width: 64.7058823529%;
                float: right;
                margin-right: 0;
            }
        }
    }
    .user-not-logged-in.woocommerce-account:not(.woocommerce-lost-password) .hentry.type-page .entry-header {
        display: none;
    }

    @media (min-width: 768px) {
        body.woocommerce-lost-password .site-main {
            width: 60%;
            margin: 0 auto;
        }
    }
    .customer-login-form:not(.no-registration-form) {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        .customer-login-form:not(.no-registration-form) {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .customer-login-form:not(.no-registration-form) {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .customer-login-form:not(.no-registration-form) {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .customer-login-form:not(.no-registration-form) {
            margin-right: -15px;
            margin-left: -15px;
            margin-top: 40px;
        }
    }
    .customer-login-form #customer_login {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        .customer-login-form #customer_login {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .customer-login-form #customer_login {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .customer-login-form #customer_login {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .customer-login-form #customer_login {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .customer-login-form #customer_login {
            flex: 0 0 66.6666666667%;
            max-width: 66.6666666667%;
            margin: 0 auto;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    @media (min-width: 768px) {
        .customer-login-form #customer_login {
            flex: 0 0 90%;
            max-width: 90%;
            margin: 0 auto;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    .customer-login-form h2 {
        font-size: 1.5em;
        font-weight: 400;
        letter-spacing: -.01em;
        color: #090909;
        border-bottom: 1px solid #ebebeb;
        margin: 0 0 1.22em;
        line-height: 1.417em;
        padding-bottom: .447em;
    }

    .customer-login-form form.login,
    .customer-login-form form.register {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        .customer-login-form form.login,
        .customer-login-form form.register {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        .customer-login-form form.login,
        .customer-login-form form.register {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        .customer-login-form form.login,
        .customer-login-form form.register {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        .customer-login-form form.login,
        .customer-login-form form.register {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
    .customer-login-form form.login .register-benefits,
    .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
    .customer-login-form form.register .register-benefits {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.login .register-benefits,
        .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.register .register-benefits {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.login .register-benefits,
        .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.register .register-benefits {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.login .register-benefits,
        .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.register .register-benefits {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.login .register-benefits,
        .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide),
        .customer-login-form form.register .register-benefits {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .customer-login-form form.login input[type="submit"],
    .customer-login-form form.register input[type="submit"] {
        font-size: 0.938em;
        padding: 0.867em 5em;
    }

    @media (max-width: 575px) {
        .customer-login-form .woocommerce-form-login .form-row label.inline.woocommerce-form__label-for-checkbox {
            display: block;
        }
    }
    .customer-login-form form .before-login-text {
        margin-bottom: 1.688em;
    }

    .customer-login-form form .woocommerce-LostPassword a,
    .customer-login-form form .woocommerce-form__label-for-checkbox {
        color: #444;
        font-size: 0.875em;
        font-weight: normal;
    }

    @media (min-width: 576px) {
        .customer-login-form form .woocommerce-form__label-for-checkbox {
            padding-left: 15px;
        }
    }
    .customer-login-form form input.woocommerce-Button {
        margin-bottom: 1.333em;
        margin-top: 0.625em;
    }

    .customer-login-form form p.form-row {
        margin-bottom: 0.563em;
    }

    .no-registration-form {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        margin: 0 auto;
    }

    @media (min-width: 576px) {
        .no-registration-form {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .no-registration-form {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .no-registration-form {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .no-registration-form {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    #customer_login {
        position: relative;
    }

    #customer_login::after {
        display: block;
        content: "";
        clear: both;
    }

    @media (min-width: 768px) {
        #customer_login::before {
            border-right: 1px solid #ddd;
            height: 100%;
            position: absolute;
            content: ' ';
            right: 50%;
            top: 0;
        }
    }
    @media (min-width: 768px) {
        #customer_login .col-1 {
            padding-right: 5.25em;
        }
    }
    @media (min-width: 768px) {
        #customer_login .col-2 {
            padding-left: 5.25em;
        }
    }
    #customer_login .register-benefits {
        margin-top: 1em;
    }

    #customer_login .register-benefits h3 {
        font-size: 1em;
        font-weight: 400;
        line-height: 1em;
    }

    #customer_login .register-benefits ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #customer_login .register-benefits ul > li {
        line-height: 2.143em;
        font-weight: 300;
    }

    #customer_login .register-benefits ul > li::before {
        content: "\f00c";
        color: #5bb300;
        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;
        font-size: 1.143em;
        display: inline-block;
        margin-right: 1em;
    }

    label[for="rememberme"] {
        font-weight: 400;
        margin-bottom: 0;
    }

    label[for="rememberme"].inline {
        display: inline;
        margin-left: 0.75em;
    }

    .or-text {
        display: none;
    }

    @media (min-width: 768px) {
        .or-text {
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%);
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #ddd;
            font-style: italic;
            background-color: #fff;
            z-index: 1;
            display: block;
        }
    }
    .before-register-text,
    .before-login-text {
        font-weight: 300;
    }

    .woocommerce-MyAccount-content .form-row {
        padding-left: 0px;
    }

    .lost_reset_password.woocommerce-ResetPassword > p {
        text-align: left;
    }

    .lost_reset_password.woocommerce-ResetPassword .form-row-first {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        margin: 30px auto;
    }

    .lost_reset_password.woocommerce-ResetPassword div.clear {
        display: none;
    }

    .lost_reset_password.woocommerce-ResetPassword .form-row,
    .lost_reset_password.woocommerce-ResetPassword .form-row-first {
        padding: 0;
        text-align: left;
    }

    /**
 * General WooCommerce components
 */
    .woocommerce-form__label-for-checkbox {
        cursor: pointer;
        display: block;
    }

    .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
        margin-right: 0.3342343017em;
    }

    .form-row {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        .form-row {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .form-row {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .form-row {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .form-row {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .form-row label {
        display: block;
    }

    .form-row label.inline {
        display: inline;
    }

    .form-row input,
    .form-row textarea,
    .form-row select {
        width: 100%;
    }

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

    .form-row .button,
    .form-row article .more-link,
    article .form-row .more-link {
        width: auto;
    }

    .form-row.create-account label {
        display: inline-block;
    }

    .form-row.woocommerce-validated input.input-text {
        box-shadow: inset 2px 0 0 #0f834d;
    }

    .form-row.woocommerce-invalid input.input-text {
        box-shadow: inset 2px 0 0 #e2401c;
    }

    .form-row-first {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

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

    @media (min-width: 576px) {
        .form-row-wide {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .form-row-wide {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .form-row-wide {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .form-row-wide {
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    .col2-set {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

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

    @media (min-width: 576px) {
        .col2-set .col-1,
        .col2-set .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .col2-set .col-1,
        .col2-set .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .col2-set .col-1,
        .col2-set .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .col2-set .col-1,
        .col2-set .col-2 {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .col2-set .col-1,
        .col2-set .col-2 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    .demo_store {
        position: fixed;
        left: 0;
        bottom: 69px;
        right: 0;
        margin: 0;
        padding: 1em 1.41575em;
        background-color: #3D9CD2;
        color: #fff;
        z-index: 999;
    }

    .demo_store a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
        display: block;
    }

    .demo_store a:hover {
        text-decoration: none;
    }

    .star-rating {
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 1em;
        width: 6em;
        /*rtl:6.2em */
        font-family: 'star';
        font-weight: 400;
        word-break: keep-all;
    }

    .star-rating:before {
        content: "\f006\f006\f006\f006\f006";
        font-family: FontAwesome;
        letter-spacing: 0.313em;
        opacity: .25;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        color: #2c2d33;
    }

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

    .star-rating span:before {
        content: "\f005\f005\f005\f005\f005";
        font-family: FontAwesome;
        letter-spacing: 0.313em;
        top: 0;
        position: absolute;
        left: 0;
        color: #fed700;
    }

    p.stars {
        display: inline-block;
        margin: 0;
    }

    p.stars a {
        position: relative;
        height: 1em;
        width: 1em;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none;
        margin-right: 2px;
        font-weight: 400;
        font-size: 18px;
    }

    p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: "FontAwesome";
        content: "\f006";
        color: #43454b;
        text-indent: 0;
        opacity: .25;
    }

    p.stars a:hover ~ a:before {
        content: "\f005";
        color: #43454b;
        opacity: .25;
    }

    p.stars:hover a:before {
        content: "\f005";
        color: #fed700;
        opacity: 1;
    }

    p.stars.selected a.active:before {
        content: "\f005";
        color: #fed700;
        opacity: 1;
    }

    p.stars.selected a.active ~ a:before {
        content: "\f005";
        color: #43454b;
        opacity: .25;
    }

    p.stars.selected a:not(.active):before {
        content: "\f005";
        color: #fed700;
        opacity: 1;
    }

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

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

    .products .product a {
        position: relative;
    }

    .quantity .qty {
        width: 6.235801032em;
        padding-left: 20px;
    }

.quantity .phone {
    width: 14em;
    padding-left: 20px;
}

    .quantity.buttons_added {
        position: relative;
        width: 100%;
    }

    @media (min-width: 768px) {
        .quantity.buttons_added {
            width: 170px;
        }
    }
    .quantity.buttons_added .qty {
        width: 9em;
        /* 50%;*/
    }

    @media (min-width: 768px) {
        .quantity.buttons_added .qty {
            width: 100%;
        }
    }
    .quantity.buttons_added .minus,
    .quantity.buttons_added .plus {
        background-color: #ededed;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        color: #333e48;
        padding: 0;
        font-size: 13.46px;
        font-weight: 300;
        position: absolute;
        bottom: 8px;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .minus:hover,
    .quantity.buttons_added .plus:focus,
    .quantity.buttons_added .plus:hover {
        background-color: #000;
        color: #ededed;
    }

    .quantity-input{
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 0.1em;
    }

    .quantity.buttons_added .minus {
        right: 8px;
    }

    @media (max-width: 767px) {
        .quantity.buttons_added .minus {
            right: 0;
            /*142px;*/

            left: 8em;
        }
    }
    .quantity.buttons_added .plus {
        right: 41px;
    }

    @media (max-width: 767px) {
        .quantity.buttons_added .plus {
            right: 0;
            /*179px;*/

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

    .woocommerce-tabs ul.tabs,
    .woocommerce-tabs .tm-tabs,
    .techmarket-tabs ul.tabs,
    .techmarket-tabs .tm-tabs {
        list-style: none;
        margin-left: 0;
        text-align: left;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .woocommerce-tabs ul.tabs li,
    .woocommerce-tabs .tm-tabs li,
    .techmarket-tabs ul.tabs li,
    .techmarket-tabs .tm-tabs li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .woocommerce-tabs ul.tabs li a,
    .woocommerce-tabs .tm-tabs li a,
    .techmarket-tabs ul.tabs li a,
    .techmarket-tabs .tm-tabs li a {
        padding: 1em 0;
        display: block;
        font-size: 15px;
        color: #444;
        font-weight: 500;
    }

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

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

    .woocommerce-message,
    .woocommerce-order-received .woocommerce-thankyou-order-received,
    .track-order .woocommerce-thankyou-order-received,
    .woocommerce-view-order .woocommerce-thankyou-order-received,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments {
        padding: 1em 1.618em;
        margin-bottom: 2.617924em;
        background-color: #0f834d;
        margin-left: 0;
        border-radius: 2px;
        color: #fff;
        clear: both;
        border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
    }

    .woocommerce-message::after,
    .woocommerce-order-received .woocommerce-thankyou-order-received::after,
    .track-order .woocommerce-thankyou-order-received::after,
    .woocommerce-view-order .woocommerce-thankyou-order-received::after,
    .woocommerce-info::after,
    .woocommerce-error::after,
    .woocommerce-noreviews::after,
    p.no-comments::after {
        display: block;
        content: "";
        clear: both;
    }

    .woocommerce-message a,
    .woocommerce-order-received .woocommerce-thankyou-order-received a,
    .track-order .woocommerce-thankyou-order-received a,
    .woocommerce-view-order .woocommerce-thankyou-order-received a,
    .woocommerce-info a,
    .woocommerce-error a,
    .woocommerce-noreviews a,
    p.no-comments a {
        color: #fff;
    }

    .woocommerce-message a:hover,
    .woocommerce-order-received .woocommerce-thankyou-order-received a:hover,
    .track-order .woocommerce-thankyou-order-received a:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    p.no-comments a:hover {
        color: #fff;
        opacity: 0.7;
    }

    .woocommerce-message a.button:hover,
    .woocommerce-order-received .woocommerce-thankyou-order-received a.button:hover,
    .track-order .woocommerce-thankyou-order-received a.button:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received a.button:hover,
    .woocommerce-message article a.more-link:hover,
    article .woocommerce-message a.more-link:hover,
    .woocommerce-order-received .woocommerce-thankyou-order-received article a.more-link:hover,
    article .woocommerce-order-received .woocommerce-thankyou-order-received a.more-link:hover,
    .track-order .woocommerce-thankyou-order-received article a.more-link:hover,
    article .track-order .woocommerce-thankyou-order-received a.more-link:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received article a.more-link:hover,
    article .woocommerce-view-order .woocommerce-thankyou-order-received a.more-link:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-info article a.more-link:hover,
    article .woocommerce-info a.more-link:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-error article a.more-link:hover,
    article .woocommerce-error a.more-link:hover,
    .woocommerce-noreviews a.button:hover,
    .woocommerce-noreviews article a.more-link:hover,
    article .woocommerce-noreviews a.more-link:hover,
    p.no-comments a.button:hover,
    p.no-comments article a.more-link:hover,
    article p.no-comments a.more-link:hover {
        opacity: 1;
    }

    .woocommerce-message .button,
    .woocommerce-order-received .woocommerce-thankyou-order-received .button,
    .track-order .woocommerce-thankyou-order-received .button,
    .woocommerce-view-order .woocommerce-thankyou-order-received .button,
    .woocommerce-message article .more-link,
    article .woocommerce-message .more-link,
    .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link,
    article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link,
    .track-order .woocommerce-thankyou-order-received article .more-link,
    article .track-order .woocommerce-thankyou-order-received .more-link,
    .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link,
    article .woocommerce-view-order .woocommerce-thankyou-order-received .more-link,
    .woocommerce-info .button,
    .woocommerce-info article .more-link,
    article .woocommerce-info .more-link,
    .woocommerce-error .button,
    .woocommerce-error article .more-link,
    article .woocommerce-error .more-link,
    .woocommerce-noreviews .button,
    .woocommerce-noreviews article .more-link,
    article .woocommerce-noreviews .more-link,
    p.no-comments .button,
    p.no-comments article .more-link,
    article p.no-comments .more-link {
        float: right;
        padding: 0;
        background: none;
        color: #fff;
        box-shadow: none;
        line-height: 1.618;
        padding-left: 1em;
        border-width: 0;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgba(255, 255, 255, 0.25) !important;
        border-radius: 0;
    }

    .woocommerce-message .button:hover,
    .woocommerce-order-received .woocommerce-thankyou-order-received .button:hover,
    .track-order .woocommerce-thankyou-order-received .button:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received .button:hover,
    .woocommerce-message article .more-link:hover,
    article .woocommerce-message .more-link:hover,
    .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link:hover,
    article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link:hover,
    .track-order .woocommerce-thankyou-order-received article .more-link:hover,
    article .track-order .woocommerce-thankyou-order-received .more-link:hover,
    .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link:hover,
    article .woocommerce-view-order .woocommerce-thankyou-order-received .more-link:hover,
    .woocommerce-info .button:hover,
    .woocommerce-info article .more-link:hover,
    article .woocommerce-info .more-link:hover,
    .woocommerce-error .button:hover,
    .woocommerce-error article .more-link:hover,
    article .woocommerce-error .more-link:hover,
    .woocommerce-noreviews .button:hover,
    .woocommerce-noreviews article .more-link:hover,
    article .woocommerce-noreviews .more-link:hover,
    p.no-comments .button:hover,
    p.no-comments article .more-link:hover,
    article p.no-comments .more-link:hover {
        background: none;
        color: #fff;
        opacity: 0.7;
    }

    .woocommerce-message pre,
    .woocommerce-order-received .woocommerce-thankyou-order-received pre,
    .track-order .woocommerce-thankyou-order-received pre,
    .woocommerce-view-order .woocommerce-thankyou-order-received pre,
    .woocommerce-info pre,
    .woocommerce-error pre,
    .woocommerce-noreviews pre,
    p.no-comments pre {
        background-color: rgba(0, 0, 0, 0.1);
    }

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

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

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

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

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

    dl.variation {
        font-size: 0.875em;
    }

    dl.variation dd {
        margin: 0 0 1em;
    }

    .wc-item-meta {
        font-size: 0.875em;
        margin-left: 0;
        list-style: none;
    }

    .wc-item-meta li::after {
        display: block;
        content: "";
        clear: both;
    }

    .wc-item-meta li strong,
    .wc-item-meta li p {
        display: inline-block;
    }

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

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

    @media (min-width: 768px) {
        .demo_store {
            bottom: 0;
        }

        .demo_store a {
            background: rgba(0, 0, 0, 0.1);
            float: right;
            display: inline-block;
            margin: -1em -1.41575em -1em 0;
            padding: 1em 1.41575em;
        }

        /**
   * Responsive tables
   */
        table.shop_table_responsive thead {
            display: table-header-group;
        }

        table.shop_table_responsive tbody th {
            display: table-cell;
        }

        table.shop_table_responsive tr td {
            display: table-cell;
        }

        table.shop_table_responsive tr td:before {
            display: none;
        }

        /**
   * Header Elements
   */
        .site-search form {
            margin: 0;
        }

        .woocommerce .page-description {
            margin-bottom: 1.618em;
        }

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

        .techmarket-sorting::after {
            display: block;
            content: "";
            clear: both;
        }

        .techmarket-sorting select {
            width: auto;
        }

        .woocommerce-result-count {
            float: left;
            position: relative;
            margin-bottom: 0;
            padding: .327em 0;
        }

        .woocommerce-ordering {
            float: left;
            margin-right: 1em;
            margin-bottom: 0;
            padding: .327em 0;
        }

        .woocommerce-pagination {
            float: right;
            border: 0;
            clear: none;
            padding: 0;
            margin-bottom: 0;
        }

        /**
   * My Account
   */
        table + .addresses {
            margin-top: 1.618em;
        }

        .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
            width: 17.6470588235%;
            float: right;
            margin-right: 0;
        }

        .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
            width: 76.4705882353%;
            float: left;
            margin-right: 5.8823529412%;
        }

        table.my_account_orders {
            font-size: 0.875em;
        }

        .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
            width: 21.7391304348%;
            float: left;
            margin-right: 4.347826087%;
        }

        .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
            width: 73.9130434783%;
            float: right;
            margin-right: 0;
        }

        .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
            width: 46.6666666667%;
            float: left;
            margin-right: 6.6666666667%;
        }

        .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
            width: 46.6666666667%;
            float: right;
            margin-right: 0;
        }

        /**
   * General WooCommerce Components
   */
        .form-row {
            margin-bottom: 1.438em;
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            flex: 0 0 100%;
            max-width: 100%;
        }

        @media (min-width: 576px) {
            .form-row {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 768px) {
            .form-row {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 992px) {
            .form-row {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 1200px) {
            .form-row {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        .form-row-first {
            clear: both;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .form-row-last {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .form-row-wide {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            flex: 0 0 100%;
            max-width: 100%;
        }

        @media (min-width: 576px) {
            .form-row-wide {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 768px) {
            .form-row-wide {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 992px) {
            .form-row-wide {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 1200px) {
            .form-row-wide {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
    }
    @media (min-width: 568px) and (max-width: 1500px) {
        .woocommerce-breadcrumb {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }
    }
    @media (min-width: 1200px) {
        .woocommerce-MyAccount-navigation {
            width: 17.6470588235%;
            float: left;
            margin-right: 5.8823529412%;
        }

        .woocommerce-MyAccount-content {
            width: 76.4705882353%;
            float: right;
            margin-right: 0;
        }
    }
    /**
 * Products
 */
    .products {
        margin-left: 0;
        margin-bottom: 0;
        clear: both;
    }

    .products::after {
        display: block;
        content: "";
        clear: both;
    }

    .products .product {
        font-size: 0.85em;
        text-align: left;
        padding: 20px 10px;
        margin-left: 0;
        position: relative;
        list-style: none;
        background-color: #fff;
        border-radius: 1px;
        transition: all 0.15s ease 0s;
    }
    .products .center-product {
        text-align: center;
    }
    @media (min-width:1024px) and (max-width:1199px){
        .products .product {
            font-size: 0.8em;
        }
    }

    .products .product .sale-saved-label {
        font-size: 1.357em;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border-radius: 100px;
        font-weight: 500;
        flex-shrink: 0;
        background-color: #62ab00;
        position: absolute;
        top: 1px;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .products .product .sale-saved-label .saved-label-amount .woocommerce-Price-currencySymbol {
        font-size: 13.67px;
        font-weight: normal;
    }

    .products .product .sale-saved-label .saved-label-text {
        font-size: 0.526em;
        line-height: 1.4;
    }

    @media (min-width: 1140px) {
        .products .product:focus,
        .products .product:hover {
            border-color: rgba(0, 159, 235, 0.3);
            border-bottom-right-radius: 0;
            border-bottom-color: transparent;
            border-bottom-left-radius: 0;
            z-index: 100;
            box-shadow: 1px 1px 20px rgba(229, 229, 229, 0.09), 1px 8px 30px rgba(60, 59, 59, 0.18);
        }

        .products .product:focus .hover-area,
        .products .product:hover .hover-area {
            opacity: 1;
            border-color: rgba(0, 159, 235, 0.3);
            -webkit-transform: translate(0, 0px);
            -ms-transform: translate(0, 0px);
            -o-transform: translate(0, 0px);
            transform: translate(0, 0px);
            top: 99%;
            z-index: 20;
        }

        .products .product .hover-area {
            text-align: center;
            padding: 0 13px 15px 13px;
            background: #fff;
            border: none;
            border-top: none;
            border-top-color: transparent;
            width: auto;
            z-index: -1;
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 99%;
            -webkit-transform: translate(0, 20px);
            -ms-transform: translate(0, 20px);
            -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
            opacity: 0;
            border-radius: 0px 0px 1px 1px;
            transition: all 0.1s ease 0s;
            box-shadow: 1px 16px 30px rgba(0, 0, 0, 0.15);
        }
    }
    .products .product .woocommerce-LoopProduct-link {
        display: block;
    }

    @media (max-width: 1199px) {
        .products .product .woocommerce-LoopProduct-link {
            margin-bottom: 14px;
        }
    }
    @media (max-width: 767px) {
        .products .product .woocommerce-LoopProduct-link {
            margin-bottom: 0;
        }
    }
    .products .product .woocommerce-LoopProduct-link:focus,
    .products .product .woocommerce-LoopProduct-link:hover {
        text-decoration: none;
    }

    .products .product h2,
    .products .product h3,
    .products .product .woocommerce-loop-product__title {
        line-height: 1.5em;
        font-weight: 400;
        color: #626060;
        font-size: 1em;
        overflow: hidden;
        max-height: 42px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .products .product .techmarket-product-rating {
        color: #cbcbcb;
    }

    @media (max-width: 767px) {
        .products .product .techmarket-product-rating {
            display: none;
        }
    }
    .products .product .star-rating,
    .products .product .price {
        margin: 0 auto;
    }

    .products .product .star-rating {
        font-size: 0.875em;
        display: inline-block;
        vertical-align: top;
        margin-right: 0.375em;
    }

    .products .product img {
        display: block;
        margin: 0 auto 6px;
        height: auto !important;
        max-height:250px;
    }
    @media (max-width:991px){
        .products .product img {
        display: block;
        margin: 0 auto 6px;
        height: auto !important;
    }
    }

    .products .product .price {
        display: block;
        margin-bottom: 0.286em;
    }

    .products .product .price .amount {
        line-height: 1em;
        background: rgba(255, 239, 112, 0.9);
        padding: 4px 8px;
        color: black;
    }

    .products .product .price ins {
        background-color: transparent;
    }

    .products .product .button,
    .products .product article .more-link,
    article .products .product .more-link,
    .products .product .added_to_cart {
        display: block;
        border: 2px solid;
        border-radius: 2.286em;
        font-weight: 400;
        background-color: transparent;
        font-size: 1em;
        line-height: 0.786em;
        margin-bottom: .8em;
        padding: .74em 1.41575em;
        transition: all .25s ease 0s;
    }

    .products .product .button:hover,
    .products .product article .more-link:hover,
    article .products .product .more-link:hover,
    .products .product .added_to_cart:hover {
        color: #fff;
    }

    .products .product .button:focus,
    .products .product article .more-link:focus,
    article .products .product .more-link:focus,
    .products .product .button:hover,
    .products .product article .more-link:hover,
    article .products .product .more-link:hover,
    .products .product .added_to_cart:focus,
    .products .product .added_to_cart:hover {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

    .products .product .button.added,
    .products .product article .added.more-link,
    article .products .product .added.more-link {
        display: none;
    }

    .products .product .added_to_cart {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .products .product:hover .yith-wcwl-add-to-wishlist {
        display: block;
    }

    .products .product .discount-ribbon {
        position: absolute;
        top: 0;
        right: 13px;
        min-width: 51px;
        color: #fff;
        background: #62ab00;
        font-weight: 500;
        font-size: 0.75em;
        line-height: 2em;
    }

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

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

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

        @media (min-width: 576px) {
            .products .product {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 768px) {
            .products .product {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 992px) {
            .products .product {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
        @media (min-width: 1200px) {
            .products .product {
                padding-right: 15px;
                padding-left: 15px;
            }
        }
    }
    @media (min-width: 550px) {
        @media (max-width: 767px) {
            .products:not(.slick-slider) .product {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .products:not(.slick-slider) .product {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
    }
    @media (min-width: 992px) {
        @media (max-width: 1023px) {
            .products:not(.slick-slider) .product {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
    }
    @media (min-width: 1024px) {
            .products:not(.slick-slider) .product {
                flex: 0 0 33%;
                max-width: 33   %;
            }
    }
    @media (min-width: 1200px) {
        .products:not(.slick-slider) .product {
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }
    }
    /**
 * Columns
 */
    @media (max-width: 1199px) {
        .columns-1 .products:not(.slick-slider) .product {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 992px) and (max-width: 1023px) {
        .columns-2 .products:not(.slick-slider) .product {
            flex: 0 0 100%!important;
            max-width: 100%!important;
        }
    }
    @media (min-width: 1024px) and (max-width: 1199px) {
        .columns-2 .products:not(.slick-slider) .product {
            flex: 0 0 50%!important;
            max-width: 50%!important;
        }
    }

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

        .columns-2 .products:not(.slick-slider) .product {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .columns-3 .products:not(.slick-slider) .product {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

        .columns-4 .products:not(.slick-slider) .product {
            flex: 0 0 25%;
            max-width: 25%;
        }

        .columns-5 .products:not(.slick-slider) .product {
            flex: 0 0 20%;
            max-width: 20%;
        }

        .columns-6 .products:not(.slick-slider) .product {
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }

        .columns-7 .products:not(.slick-slider) .product {
            flex: 0 0 14.2857142858%;
            max-width: 14.2857142858%;
        }

        .columns-8 .products:not(.slick-slider) .product {
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1589px) {
            .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product,
            .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product,
            .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product,
            .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product,
            .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product,
            .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product,
            .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product,
            .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product {
                flex: 0 0 25%;
                max-width: 25%;
            }

            .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product::before,
            .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product::before {
                content: " ";
                height: 226px;
                width: 1px;
                background-color: #ebebeb;
                position: absolute;
                left: -3px;
                top: 50%;
                transform: translate(0%, -50%);
            }

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

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

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

            .left-sidebar #grid-extended .columns-8 .products .product.first::before,
            .left-sidebar #grid-extended .columns-7 .products .product.first::before,
            .left-sidebar #grid-extended .columns-6 .products .product.first::before,
            .left-sidebar #grid-extended .columns-5 .products .product.first::before,
            .right-sidebar #grid-extended .columns-8 .products .product.first::before,
            .right-sidebar #grid-extended .columns-7 .products .product.first::before,
            .right-sidebar #grid-extended .columns-6 .products .product.first::before,
            .right-sidebar #grid-extended .columns-5 .products .product.first::before,
            .full-width #grid-extended .columns-8 .products .product.first::before,
            .full-width #grid-extended .columns-7 .products .product.first::before,
            .full-width #grid-extended .columns-6 .products .product.first::before,
            .full-width #grid-extended .columns-5 .products .product.first::before {
                height: 90%;
            }
        }
    }
    .products-carousel-with-bg .products .product .woocommerce-loop-product__title,
    .products-carousel-with-bg .products .product h2,
    .products-carousel-with-bg .products .product h3,
    .product-carousel-with-banners .products .product .woocommerce-loop-product__title,
    .product-carousel-with-banners .products .product h2,
    .product-carousel-with-banners .products .product h3,
    .products-carousel-with-vertical-tabs .products .product .woocommerce-loop-product__title,
    .products-carousel-with-vertical-tabs .products .product h2,
    .products-carousel-with-vertical-tabs .products .product h3,
    .carousel-tabs-with-no-hover .products .product .woocommerce-loop-product__title,
    .carousel-tabs-with-no-hover .products .product h2,
    .carousel-tabs-with-no-hover .products .product h3,
    .section-categories-filter .products .product .woocommerce-loop-product__title,
    .section-categories-filter .products .product h2,
    .section-categories-filter .products .product h3 {
        height: 42px;
    }

    @media (max-width: 767px) {
        .products:not(.slick-initialized) {
            display: flex;
            flex-wrap: wrap;
        }

        .products:not(.slick-initialized) .product {
            width: 50%;
        }

        .products .product {
            display: flex;
            flex-direction: column;
            min-height: 280px;
            justify-content: center;
        }

        .products .product .hover-area {
            display: none;
        }

        .products .product:not(.sale-product-with-timer):not(.landscape-product-widget):not(.list-view-large):not(.list-view):not(.list-view-small):not(.content-landscape-product-card-with-gallery):not(.onsale-product-carousel-with-timer):not(.landscape-product-card-featured):not(.product-carousel-with-timer-gallery):not(.product-category) {
            border-radius: 0;
        }

        .products .product-category.slick-slide {
            min-height: 226px;
            display: flex;
            align-items: center;
        }
    }
    /**
 * Products List
 */
    .products .list-view.product,
    .products .list-view-large.product,
    .products .list-view-small.product {
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        padding: 30px 8px;
    }

    @media (max-width: 767px) {
        .products .list-view.product,
        .products .list-view-large.product,
        .products .list-view-small.product {
            padding: 30px 0;
        }
    }
    .products .list-view.product + .list-view.product,
    .products .list-view.product + .list-view-large.product,
    .products .list-view.product + .list-view-small.product,
    .products .list-view-large.product + .list-view.product,
    .products .list-view-large.product + .list-view-large.product,
    .products .list-view-large.product + .list-view-small.product,
    .products .list-view-small.product + .list-view.product,
    .products .list-view-small.product + .list-view-large.product,
    .products .list-view-small.product + .list-view-small.product {
        border-top: 1px solid #ebebeb;
    }

    @media (min-width: 576px) {
        .products .list-view.product img,
        .products .list-view-large.product img,
        .products .list-view-small.product img {
            margin-bottom: 0;
        }
    }
    .products .list-view.product .woocommerce-product-details__short-description ul,
    .products .list-view-large.product .woocommerce-product-details__short-description ul,
    .products .list-view-small.product .woocommerce-product-details__short-description ul {
        margin: 0 0 1em 0;
        height: 108px;
        line-height: 1.5em;
        font-size: 13px;
        overflow: hidden;
    }

    @media (min-width: 1200px) {
        .products .list-view.product .yith-wcwl-add-to-wishlist,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist {
            width: auto;
            left: auto;
            right: 0;
        }
    }
    @media (max-width: 1399px) {
        .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
            top: 2px;
            right: 5px;
            left: auto;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
            .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
            .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
            .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
            .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
            .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
            .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
            .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
            .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
                top: -8px;
                right: auto;
                left: -21px;
            }
        }
    }
    @media (min-width: 1200px) {
        .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
            top: 0;
            line-height: 1;
            right: 28px;
        }
    }
    .products .list-view.product .yith-wcwl-add-to-wishlist,
    .products .list-view-large.product .yith-wcwl-add-to-wishlist,
    .products .list-view-small.product .yith-wcwl-add-to-wishlist {
        display: block;
    }

    .products .list-view.product .media,
    .products .list-view-large.product .media,
    .products .list-view-small.product .media {
        align-items: stretch;
    }

    @media (max-width: 767px) {
        .products .list-view.product .media,
        .products .list-view-large.product .media,
        .products .list-view-small.product .media {
            flex-direction: column;
        }
    }
    .products .list-view.product .media-body,
    .products .list-view-large.product .media-body,
    .products .list-view-small.product .media-body {
        display: flex;
    }

    @media (max-width: 767px) {
        .products .list-view.product .media-body,
        .products .list-view-large.product .media-body,
        .products .list-view-small.product .media-body {
            flex-direction: column;
        }
    }
    .products .list-view.product .media-body .product-info,
    .products .list-view-large.product .media-body .product-info,
    .products .list-view-small.product .media-body .product-info {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
        position: relative;
    }

    @media (min-width: 576px) {
        .products .list-view.product .media-body .product-info,
        .products .list-view-large.product .media-body .product-info,
        .products .list-view-small.product .media-body .product-info {
            padding: 0 15px;
        }
    }
    .products .list-view.product .media-body .product-info .star-rating,
    .products .list-view-large.product .media-body .product-info .star-rating,
    .products .list-view-small.product .media-body .product-info .star-rating {
        margin: 0 0 5px 0;
    }

    .products .list-view.product .media-body .product-info .brand img,
    .products .list-view-large.product .media-body .product-info .brand img,
    .products .list-view-small.product .media-body .product-info .brand img {
        margin: 0 0 20px 0;
        max-width: 100px;
    }

    .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
    .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
    .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
        font-size: 1.5em;
        font-weight: 500;
        color: #444;
        line-height: 1.2;
        margin-right: 40px;
        height: auto;
        margin-bottom: 6px;
        overflow: visible;
    }

    @media (max-width: 1199px) {
        .products .list-view.product .media-body .product-info .woocommerce-loop-product__title,
        .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title,
        .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
            height: auto;
            max-height: 100%;
        }
    }
    .products .list-view.product .media-body .product-actions,
    .products .list-view-large.product .media-body .product-actions,
    .products .list-view-small.product .media-body .product-actions {
        margin: 14px 0;
    }

    @media (min-width: 1200px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
            flex: 0 0 25.3333333333%;
            max-width: 25.3333333333%;
            border-left: 1px solid #ebebeb;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            .products .list-view.product .media-body .product-actions,
            .products .list-view-large.product .media-body .product-actions,
            .products .list-view-small.product .media-body .product-actions {
                flex: 0 0 41.6666666667%;
                max-width: 41.6666666667%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .products .list-view.product .media-body .product-actions,
            .products .list-view-large.product .media-body .product-actions,
            .products .list-view-small.product .media-body .product-actions {
                flex: 0 0 45.8333333333%;
                max-width: 45.8333333333%;
            }
        }
    }
    @media (min-width: 992px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
            padding-left: 30px;
        }
    }
    @media (min-width: 576px) {
        @media (max-width: 1199px) {
            .products .list-view.product .media-body .product-actions,
            .products .list-view-large.product .media-body .product-actions,
            .products .list-view-small.product .media-body .product-actions {
                padding-left: 20px;
            }
        }
    }
    @media (max-width: 767px) {
        .products .list-view.product .media-body .product-actions,
        .products .list-view-large.product .media-body .product-actions,
        .products .list-view-small.product .media-body .product-actions {
            padding-right: 20px;
        }
    }
    .products .list-view.product .media-body .product-actions .availability,
    .products .list-view.product .media-body .product-actions .price,
    .products .list-view-large.product .media-body .product-actions .availability,
    .products .list-view-large.product .media-body .product-actions .price,
    .products .list-view-small.product .media-body .product-actions .availability,
    .products .list-view-small.product .media-body .product-actions .price {
        text-align: left;
    }

    .products .list-view.product .media-body .product-actions .price,
    .products .list-view-large.product .media-body .product-actions .price,
    .products .list-view-small.product .media-body .product-actions .price {
        font-size: 1.857em;
        display: flex;
        margin-bottom: 0.76em;
        flex-wrap: wrap;
        align-items: center;
    }

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

    .products .list-view.product .media-body .product-actions .price del,
    .products .list-view-large.product .media-body .product-actions .price del,
    .products .list-view-small.product .media-body .product-actions .price del {
        font-size: 0.577em;
    }

    .products .list-view.product .media-body .product-actions .price ins,
    .products .list-view-large.product .media-body .product-actions .price ins,
    .products .list-view-small.product .media-body .product-actions .price ins {
        order: 2;
        margin: 0;
        line-height: 1;
        width: 100%;
    }

    .products .list-view.product .media > img {
        height: 100%;
    }

    @media (min-width: 768px) {
        .products .list-view.product .media > img {
            flex: 0 0 15.7666666667%;
            max-width: 15.7666666667%;
        }
    }
    .products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
        font-size: 1.286em;
        height: auto;
        margin-bottom: 16px;
        overflow: visible;
    }

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

    .products .list-view-small.product .media > img {
        height: 100%;
    }

    @media (min-width: 768px) {
        .products .list-view-small.product .media > img {
            flex: 0 0 8.4166666667%;
            max-width: 8.4166666667%;
        }
    }
    .products .list-view-small.product .woocommerce-product-details__short-description ul {
        height: 44px;
        margin-bottom: 10px;
    }

    @media (min-width: 1200px) {
        .products .list-view-small.product .media-body .product-info {
            margin-right: 20px;
        }
    }
    .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
        font-size: 1.071em;
        height: auto;
        margin-bottom: 16px;
        overflow: visible;
    }

    @media (min-width: 1200px) {
        .products .list-view-small.product .media-body .product-actions {
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
            padding-left: 0;
            border-left: none;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            .products .list-view-small.product .media-body .product-actions {
                flex: 0 0 25%;
                max-width: 25%;
            }
        }
    }
    @media (min-width: 1200px) {
        .products .list-view-small.product .woocommerce-product-details__short-description {
            padding-right: 80px;
        }
    }
    @media (min-width: 576px) {
        .products .list-view-large.product .media > img {
            flex: 0 0 50%;
            max-width: 50%;
            height: 210px!important;
        }
    }
    .products .list-view-large.product .sku_wrapper {
        color: #b3b2b2;
    }

    .sku_wrapper{
        display: block;
        font-size: 0.75em;
        color:#000000!important;
        font-weight: 400;
    }


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

    .products .sale-product-with-timer {
        text-align: left;
        padding: 1.572em 1.643em 1.715em 2.1em;
    }

    .products .sale-product-with-timer:focus,
    .products .sale-product-with-timer:hover {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .products .sale-product-with-timer .price {
        font-size: 1.5em;
        margin-bottom: .1em;
    }

    .products .sale-product-with-timer .price del {
        font-size: 0.762em;
    }

    .products .sale-product-with-timer a:hover {
        color: #383838;
    }

    .products .sale-product-with-timer img {
        margin-bottom: 12px;
    }

    @media (min-width: 1590px) {
        .products .sale-product-with-timer img {
            min-width: 300px;
        }
    }
    @media (max-width: 575px) {
        .products .sale-product-with-timer img {
            min-width: 100%;
        }
    }
    .products .sale-product-with-timer .price-and-title {
        padding-top: 7px;
    }

    .products .sale-product-with-timer .price-and-title h3 {
        font-size: 1.143em;
    }

    .products .sale-product-with-timer .sale-product-with-timer-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 11px;
    }

    .products .sale-product-with-timer .sale-label-outer {
        position: relative;
        min-width: 78px;
    }

    .products .sale-product-with-timer .sale-label-outer::after {
        content: "";
        display: block;
        margin-top: 100%;
    }

    .products .sale-product-with-timer .deal-countdown-timer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0.214em;
    }

    @media (max-width: 1400px) {
        .products .sale-product-with-timer .deal-countdown-timer {
            flex-direction: column;
            padding-right: 0;
        }
    }
    .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
        flex-wrap: wrap;
        display: flex;
        color: #090909;
        max-width: 120px;
        line-height: 1.1;
    }

    @media (max-width: 1400px) {
        .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
            text-align: center;
            margin: 6px 0 16px 0;
        }

        .products .sale-product-with-timer .deal-countdown-timer .marketing-text span {
            width: 100%;
        }
    }
    .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-1 {
        width: 100%;
        font-size: 1.286em;
        font-weight: 500;
    }

    .products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-2 {
        font-weight: 200;
        font-size: 1.071em;
    }

    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown {
        display: flex;
        text-align: center;
        min-width: 230px;
        justify-content: space-around;
    }

    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span {
        flex-wrap: wrap;
        display: flex;
        color: #383838;
        width: 50px;
    }

    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span b {
        width: 100%;
        font-size: 0.715em;
        text-transform: uppercase;
    }

    .products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span .value {
        width: 100%;
        font-size: 1.429em;
        font-weight: 500;
        background-color: #eeeeee;
        border-radius: 100px;
        padding: 0.45em 0;
        margin-bottom: 0.4em;
    }

    .product-with-timer-gallery .products .product .sale-label-outer {
        position: absolute;
        top: 20%;
        left: 6%;
        z-index: 999;
    }

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

    .products .product-category,
    .product-loop-categories .product-category {
        background-color: #f9f9f9;
    }

    .products .product-category:focus,
    .products .product-category:hover,
    .product-loop-categories .product-category:focus,
    .product-loop-categories .product-category:hover {
        border-color: transparent;
    }

    .products .product-category a,
    .product-loop-categories .product-category a {
        display: block;
        width: 100%;
    }

    .products .product-category a:focus,
    .products .product-category a:hover,
    .product-loop-categories .product-category a:focus,
    .product-loop-categories .product-category a:hover {
        text-decoration: none;
    }

    .products .product-category h2,
    .products .product-category h3,
    .products .product-category .woocommerce-loop-category__title,
    .product-loop-categories .product-category h2,
    .product-loop-categories .product-category h3,
    .product-loop-categories .product-category .woocommerce-loop-category__title {
        font-size: 1.071em;
        line-height: 1.3;
        color: #444;
        font-weight: 500;
        margin: 0;
    }

    .products .product-category h2 mark,
    .products .product-category h3 mark,
    .products .product-category .woocommerce-loop-category__title mark,
    .product-loop-categories .product-category h2 mark,
    .product-loop-categories .product-category h3 mark,
    .product-loop-categories .product-category .woocommerce-loop-category__title mark {
        display: none;
    }

    .products .product-category img,
    .product-loop-categories .product-category img {
        margin-bottom: 0.786em;
    }

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

    @media (min-width: 768px) {
        .columns-8 .products .product-category img {
            max-width: 184px;
        }
    }
    .section-product-categories header {
        border-bottom: 1px solid #ebebeb;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.4em;
        padding-bottom: .813em;
    }

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

    .product-loop-categories {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 20px;
    }

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

    @media (min-width: 576px) {
        .product-loop-categories .product-category {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .product-loop-categories .product-category {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .product-loop-categories .product-category {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .product-loop-categories .product-category {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .product-loop-categories .product-category {
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .product-loop-categories .product-category a {
        padding: 20px 0;
        background-color: #f9f9f9;
    }

    .product-loop-categories .product-category a img {
        padding: 0 14px;
        margin: auto auto .786em;
    }

    .product-loop-categories .product-category h2,
    .product-loop-categories .product-category .woocommerce-loop-category__title {
        color: #292929;
        font-size: 1em;
    }

    @media (min-width: 1200px) {
        .columns-2 .product-loop-categories .product-category {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .columns-3 .product-loop-categories .product-category {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

        .columns-4 .product-loop-categories .product-category {
            flex: 0 0 25%;
            max-width: 25%;
        }

        .columns-5 .product-loop-categories .product-category {
            flex: 0 0 20%;
            max-width: 20%;
        }

        .columns-6 .product-loop-categories .product-category {
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }

        .columns-7 .product-loop-categories .product-category {
            flex: 0 0 14.2857142858%;
            max-width: 14.2857142858%;
        }

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

    .products-carousel-with-bg .products .product {
        border: none;
    }

    .products-carousel-with-bg .products .product:focus .hover-area,
    .products-carousel-with-bg .products .product:hover .hover-area {
        bottom: auto;
        border: none;
        top: 96%;
        border-color: transparent;
    }

    .products-carousel-with-bg .products .product h3 {
        margin-bottom: 0;
        line-height: 1.2;
        overflow: hidden;
        max-height: 32px;
    }

    .products-carousel-with-bg .products .product img {
        margin-bottom: 6px;
    }

    .products-carousel-with-bg .products .product img + h3 {
        margin-top: 35px;
    }

    .products-carousel-with-bg .products .product .hover-area {
        margin-left: 2px;
        margin-right: 2px;
        padding: 0 13px 10px;
    }

    .products-carousel-with-bg .products .product .button,
    .products-carousel-with-bg .products .product article .more-link,
    article .products-carousel-with-bg .products .product .more-link {
        margin: .3em 0;
    }

    .products-carousel-with-bg .products:not(.slick-dotted) .slick-list {
        padding-bottom: 70px;
    }

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

    .products .landscape-product.product {
        padding: 0 1.072em;
        border: none;
    }

    @media (max-width: 767px) {
        .products .landscape-product.product {
            padding: 0;
        }

        .products .landscape-product.product > a {
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media (max-width: 450px) {
        .products .landscape-product.product .media {
            flex-direction: column;
            align-items: center;
        }
    }
    .products .landscape-product.product .media img {
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .products .landscape-product.product .media img {
            max-width: 100%;
            max-height: 150px;
        }
    }
    @media (max-width: 767px) {
        .products .landscape-product.product .media img {
            padding: 1px;
        }
    }
    .products .landscape-product.product .media-body {
        text-align: left;
        padding-top: 0;
        padding-left: 0.5em;
    }

    .products .landscape-product.product .media-body .techmarket-product-rating {
        margin-top: 0.1em;
    }

    .products .landscape-product.product .media-body .techmarket-product-rating .star-rating {
        margin: 0 0.375em 0 0;
    }

    @media (max-width: 450px) {
        .products .landscape-product.product .media-body {
            padding-left: 0;
            text-align: center;
        }

        .products .landscape-product.product .media-body .star-rating {
            margin: auto 0.375em auto;
        }
    }
    .products .landscape-product.product a {
        position: relative;
    }

    @media (min-width: 768px) {
        .products .landscape-product.product a::before {
            content: " ";
            width: 0px;
            height: 84px;
            background-color: #ebebeb;
            display: block;
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    .products .landscape-product.product h2,
    .products .landscape-product.product h3,
    .products .landscape-product.product .woocommerce-loop-product__title {
        margin-left: 0;
    }

    @media (min-width: 768px) {
        .products .landscape-product.product h2,
        .products .landscape-product.product h3,
        .products .landscape-product.product .woocommerce-loop-product__title {
            margin-bottom: 0.58em;
            max-width: 180px;
        }
    }
    .products .landscape-product.product .star-rating {
        font-size: 1.143em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
    }

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

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

    .products .landscape-product-card {
        padding: 0 0.715em;
        background-color: transparent;
    }

    @media (min-width: 768px) {
        .products .landscape-product-card {
            margin-bottom: 1.4em;
            border: none;
        }
    }
    @media (min-width: 1590px) {
        .products .landscape-product-card {
            height: 216px;
        }
    }
    .products .landscape-product-card img {
        max-width: 188px;
        margin-bottom: 0;
    }

    .products .landscape-product-card > a {
        padding: 1.786em 0.715em;
    }

    .products .landscape-product-card .media {
        padding: 1.643em 1.071em 1.643em 0.571em;
        background-color: #fff;
        border: 2px solid transparent;
        transition: all 0.25s ease 0s;
    }

    @media (max-width: 767px) {
        .products .landscape-product-card .media {
            padding: 0;
            flex-direction: column;
            border: none;
        }
    }
    .products .landscape-product-card .media-body {
        text-align: left;
        padding-top: 0.575em;
        position: relative;
    }

    @media (min-width: 576px) {
        .products .landscape-product-card .media-body {
            padding-left: .72em;
        }
    }
    .products .landscape-product-card .media-body .star-rating {
        margin: 0;
        margin-right: .385em;
    }

    .products .landscape-product-card .star-rating {
        font-size: 1.143em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
    }

    .products .landscape-product-card h3 {
        margin-bottom: 0.786em;
    }

    .products .landscape-product-card .button,
    .products .landscape-product-card article .more-link,
    article .products .landscape-product-card .more-link {
        padding: .76em 1.41575em;
        margin-bottom: 0.9em;
    }

    .products .landscape-product-card .hover-area {
        border: none;
        padding: 1.286em 0 0 0;
        box-shadow: none;
        text-align: center;
        position: relative;
    }

    @media (min-width: 1200px) {
        .products .landscape-product-card .hover-area {
            display: none;
        }
    }
    .products .landscape-product-card:hover .media {
        border-radius: 6px;
        box-shadow: 0 0 18px rgba(1, 1, 1, 0.2);
        position: relative;
        z-index: 9;
        border: 2px solid #ebebeb;
    }

    @media (max-width: 767px) {
        .products .landscape-product-card:hover .media {
            border: none;
            box-shadow: none;
            border-radius: 0;
        }
    }
    .products .landscape-product-card:hover .hover-area {
        display: block;
    }

    @media (max-width: 767px) {
        .products .landscape-product-card:hover .hover-area {
            display: none;
        }
    }
    .products .landscape-product-card .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
        content: "\6b";
        font-family: "techmarket-icons";
        color: #444;
    }

    @media (min-width: 768px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card {
            margin-bottom: 1.441em;
        }
    }
    @media (min-width: 1200px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card {
            height: 283px;
        }
    }
    .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        padding: 2em 1.643em 1.6em 0.929em;
    }

    @media (max-width: 575px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card .media {
            flex-direction: column;
            padding: 2em 1.643em;
        }
    }
    @media (min-width: 576px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
            padding-left: 1em;
        }
    }
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
        margin: 0 0.375em 1.44em 0;
    }

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

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

        .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
            margin: auto 0.375em 1.44em auto;
        }
    }
    @media (min-width: 1200px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card:hover .media-body {
            min-height: 244px;
        }
    }
    @media (min-width: 1200px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card:hover .add-to-compare-link,
        .landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
            display: inherit;
        }
    }
    @media (min-width: 1590px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
            width: 255px;
        }
    }
    @media (max-width: 575px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
            margin: auto;
        }

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

    .landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
        line-height: 1.2em;
    }

    @media (min-width: 1200px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
            display: none;
        }
    }
    @media (min-width: 1590px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card img {
            width: 255px;
        }
    }
    @media (min-width: 1200px) {
        .landscape-full-product-cards-carousel .products .landscape-product-card img {
            width: 150px;
        }
    }
    @media (min-width: 768px) {
        .section-landscape-products-card-carousel-tabs.section-tours .products .product {
            padding: 0 .715em;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .section-landscape-products-card-carousel-tabs.section-tours .products .product .media {
                flex-direction: column;
                align-items: center;
            }
        }
    }
    @media (max-width: 767px) {
        .section-landscape-products-card-carousel-tabs.section-tours .products .product .media {
            padding: 0;
        }

        .section-landscape-products-card-carousel-tabs.section-tours .products .product .media .ribbon,
        .section-landscape-products-card-carousel-tabs.section-tours .products .product .media .techmarket-product-rating {
            display: none;
        }
    }
    @media (max-width: 1199px) {
        .section-landscape-products-card-carousel-tabs.section-tours .products .product .media .hover-area {
            display: inline-block;
            min-width: 200px;
            text-align: center;
        }
    }
    @media (max-width: 767px) {
        .section-landscape-products-card-carousel-tabs.section-tours .products .product .media .hover-area {
            display: none;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .section-landscape-products-card-carousel-tabs.section-tours .products .product .media .hover-area {
                padding-top: 0;
            }
        }
    }
    .section-landscape-products-card-carousel-tabs.section-tours .products .product.slick-active::after {
        height: 130px;
    }

    @media (min-width: 1200px) {
        @media (max-width: 1589px) {
            .section-landscape-products-card-carousel-tabs .products .landscape-product-card {
                height: 216px;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 991px) {
            .section-landscape-products-card-carousel-tabs .products .landscape-product-card .media-body {
                padding-left: 0;
                text-align: center;
            }

            .section-landscape-products-card-carousel-tabs .products .landscape-product-card .woocommerce-loop-product__title {
                margin-bottom: 12px;
            }

            .section-landscape-products-card-carousel-tabs .products .landscape-product-card .ribbon {
                display: none;
            }

            .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
                max-width: 100%;
            }
        }
    }
    @media (max-width: 767px) {
        .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
            max-width: 100%;
        }
    }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
        padding-right: .7145em;
        padding-left: 0;
    }

    @media (max-width: 767px) {
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
            padding-right: 0;
            box-shadow: none !important;
            border-radius: 5px !important;
        }

        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media {
            min-height: 280px;
        }

        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .media-body {
            flex: 0;
            padding-top: 0;
        }
    }
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
        padding-left: .7145em;
        padding-right: 0;
    }

    @media (max-width: 767px) {
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
            padding-left: 0;
        }
    }
    @media (max-width: 767px) {
        .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .slick-slide > div + div {
            display: none;
        }
    }
    .products .landscape-product-widget {
        border: none;
        padding: 0 0 2.857em 0;
    }

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

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

    @media (min-width: 992px) {
        @media (max-width: 1399px) {
            .products .landscape-product-widget .media-body {
                margin-top: 0;
            }
        }
    }
    .products .landscape-product-widget .price {
        font-size: 1.143em;
        margin-bottom: 0.125em;
    }

    .products .landscape-product-widget .price del {
        font-size: 0.875em;
    }

    .products .landscape-product-widget h2,
    .products .landscape-product-widget h3,
    .products .landscape-product-widget .woocommerce-loop-product__title {
        font-size: 1em;
        margin-bottom: 0.429em;
        max-width: 240px;
        margin-left: 0;
    }

    .products .landscape-product-widget .star-rating {
        font-size: 1.143em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
        float: left;
        margin-right: 0.563em;
    }

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

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

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

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

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget {
        padding: 0 0 2.143em 0;
    }

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media img {
        max-width: 100px;
    }

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media-body {
        margin-top: 0.786em;
    }

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .price {
        font-size: 1.071em;
        margin-bottom: 0.4em;
    }

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .techmarket-product-rating,
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .star-rating {
        display: none;
    }

    @media (min-width: 1590px) {
        .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.first {
            padding-right: 0.714em;
        }

        .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.last {
            padding-left: 0.714em;
        }
    }
    .section-landscape-products-widget-carousel.type-3 .section-header {
        position: relative;
        display: block;
        padding-bottom: 0;
        margin-bottom: 4.2em;
    }

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

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

    .section-landscape-products-carousel .section-title,
    .section-products-carousel .section-title {
        font-size: 1.5em;
        font-weight: normal;
        color: #090909;
    }

    @media (max-width: 767px) {
        .section-landscape-products-carousel .section-title,
        .section-products-carousel .section-title {
            font-size: 1.2em;
        }
    }
    @media (min-width: 1170px) {
        .section-tours .products .product.slick-active::after,
        .section-products-carousel .products .product.slick-active::after {
            content: " ";
            width: 1px;
            height: 100px;
            background-color: #ebebeb;
            display: block;
            position: absolute;
            left: -3px;
            top: 50%;
            transform: translateY(-50%);
        }

        .section-tours .products .product.slick-active:hover::after,
        .section-products-carousel .products .product.slick-active:hover::after {
            opacity: 0;
        }
    }
    @media (min-width: 1170px) {
        .section-tours .products .product .hover-area,
        .section-products-carousel .products .product .hover-area {
            visibility: hidden;
        }

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

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

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

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

    .section-tours .products .product {
        padding: 10px 8px 10px 2px;
    }

    .section-tours .products .product:focus .hover-area,
    .section-tours .products .product:hover .hover-area {
        bottom: auto;
        top: 100%;
    }

    .section-tours .products .slick-list {
        padding-bottom: 20px;
    }

    .section-tours .products .slick-dots {
        padding-bottom: 2em;
    }

    .section-tours .products:not(.slick-dotted) .slick-list {
        padding-bottom: 108px;
    }

    @media (max-width: 1199px) {
        .section-tours .products:not(.slick-dotted) .slick-list {
            padding-bottom: 50px;
        }
    }
    @media (min-width: 768px) {
        .section-tours .columns-7 .products .product img {
            margin-bottom: 12px;
        }
    }
    @media (min-width: 1200px) {
        .section-tours .columns-8::after,
        .section-tours .columns-8::before,
        .section-tours .columns-7::after,
        .section-tours .columns-7::before,
        .section-tours .columns-5::after,
        .section-tours .columns-5::before,
        .section-tours .columns-6::after,
        .section-tours .columns-6::before,
        .section-products-carousel .columns-8::after,
        .section-products-carousel .columns-8::before,
        .section-products-carousel .columns-7::after,
        .section-products-carousel .columns-7::before,
        .section-products-carousel .columns-5::after,
        .section-products-carousel .columns-5::before,
        .section-products-carousel .columns-6::after,
        .section-products-carousel .columns-6::before {
            width: 3000px;
            content: ' ';
            display: block;
            background-color: #fff;
            height: 100%;
            top: 0;
            z-index: 9;
            position: absolute;
        }

        .section-tours .columns-8::after,
        .section-tours .columns-7::after,
        .section-tours .columns-5::after,
        .section-tours .columns-6::after,
        .section-products-carousel .columns-8::after,
        .section-products-carousel .columns-7::after,
        .section-products-carousel .columns-5::after,
        .section-products-carousel .columns-6::after {
            right: 100%;
        }

        .section-tours .columns-8::before,
        .section-tours .columns-7::before,
        .section-tours .columns-5::before,
        .section-tours .columns-6::before,
        .section-products-carousel .columns-8::before,
        .section-products-carousel .columns-7::before,
        .section-products-carousel .columns-5::before,
        .section-products-carousel .columns-6::before {
            left: 100.5%;
        }

        .section-tours .columns-8 .products,
        .section-tours .columns-7 .products,
        .section-tours .columns-5 .products,
        .section-tours .columns-6 .products,
        .section-products-carousel .columns-8 .products,
        .section-products-carousel .columns-7 .products,
        .section-products-carousel .columns-5 .products,
        .section-products-carousel .columns-6 .products {
            overflow: visible;
        }
    }
    .product-carousel-with-banners .banners-block,
    .product-carousel-with-banners .products-carousel-tabs-block {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        .product-carousel-with-banners .banners-block,
        .product-carousel-with-banners .products-carousel-tabs-block {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .product-carousel-with-banners .banners-block,
        .product-carousel-with-banners .products-carousel-tabs-block {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .product-carousel-with-banners .banners-block,
        .product-carousel-with-banners .products-carousel-tabs-block {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .product-carousel-with-banners .banners-block,
        .product-carousel-with-banners .products-carousel-tabs-block {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .product-carousel-with-banners .banners-block {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

            .product-carousel-with-banners .products-carousel-tabs-block .section-tours .nav-link {
                font-size: 0.96em;
            }

            .product-carousel-with-banners .products-carousel-tabs-block .section-title {
                font-size: 1.3em;
            }
        }
    }
    @media (max-width: 767px) {
        .product-carousel-with-banners .products-carousel-tabs-block .section-tours .section-header {
            flex-direction: column;
            align-items: center;
        }

        .product-carousel-with-banners .products-carousel-tabs-block .section-tours .nav {
            padding-top: 20px;
        }
    }
    .product-carousel-with-banners .section-tours .columns-6::after,
    .product-carousel-with-banners .section-tours .columns-6::before {
        display: none;
    }

    .product-carousel-with-banners .section-tours .products {
        overflow: hidden;
    }

    .product-carousel-with-banners .section-tours .products .product {
        background: transparent;
        padding: 0 8px;
    }

    @media (max-width: 767px) {
        .product-carousel-with-banners .section-tours .products .product {
            box-shadow: none !important;
            padding: 0;
        }
    }
    .product-carousel-with-banners .section-tours .products .product.slick-active::after {
        display: none;
    }

    .product-carousel-with-banners .section-tours .products .product:focus,
    .product-carousel-with-banners .section-tours .products .product:hover {
        border-color: transparent;
    }

    .product-carousel-with-banners .section-tours .products .product .hover-area {
        border-color: transparent;
    }

    @media (min-width: 1200px) {
        .product-carousel-with-banners .section-tours .products .product .hover-area {
            margin: 0 10px;
        }
    }
    @media (max-width: 1199px) {
        .product-carousel-with-banners .section-tours .products .product .hover-area {
            padding: 0 15px 15px;
            background-color: #fff;
        }
    }
    .product-carousel-with-banners .section-tours .products .product .woocommerce-LoopProduct-link {
        padding: 15px 13px 14px;
        background: #fff;
    }

    @media (max-width: 767px) {
        .product-carousel-with-banners .section-tours .products .product .woocommerce-LoopProduct-link {
            border-radius: 5px;
        }
    }
    @media (max-width: 1199px) {
        .product-carousel-with-banners .section-tours .products .product .woocommerce-LoopProduct-link {
            margin-bottom: 0;
        }
    }
    .product-carousel-with-banners .section-tours .products .product .onsale {
        right: 13px;
    }

    .product-carousel-with-banners .section-tours .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .product-carousel-with-banners .section-tours .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .product-carousel-with-banners .section-tours .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        right: 21px;
    }

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

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

    .section-products-carousel .section-header,
    .section-tours .section-header {
        margin-bottom: 0.6em;
        margin-top: 1.6em;

    }

    @media (max-width: 700px) {
        .section-tours .section-header .section-title {
            margin-bottom: 24px;
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel .products-carousel > .container-fluid,
        .section-products-carousel-with-bg .products-carousel > .container-fluid,
        .section-single-carousel .products-carousel > .container-fluid,
        .section-double-carousel .products-carousel > .container-fluid {
            padding: 0;
        }
    }
    @media (min-width: 480px) and (max-width: 767px) {
        .products-6 .products {
            display: flex;
            flex-wrap: wrap;
        }
    }
    .products-6 .products .product {
        padding-right: 8px;
        padding-left: 8px;
    }

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

    .products-6 .products .product:nth-child(1)::before {
        opacity: 0;
    }

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

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

    .products .landscape-product-card-featured .price {
        font-size: 1.5em;
        margin-bottom: 0.429em;
        line-height: 1.429em;
    }

    .products .landscape-product-card-featured .price del span {
        font-size: 0.871em;
    }

    .products .landscape-product-card-featured .star-rating {
        font-size: 1.143em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
        margin: 0 .385em 1.5em 0;
    }

    .products .landscape-product-card-featured h3,
    .products .landscape-product-card-featured h2,
    .products .landscape-product-card-featured .woocommerce-loop-product__title {
        font-size: 1.143em;
        color: #555353;
        margin-bottom: 1.063em;
        height: 46px;
        line-height: 1.4em;
    }

    .products .landscape-product-card-featured .ribbon {
        margin-bottom: 1.143em;
    }

    .products .landscape-product-card-featured div[itemprop=description],
    .products .landscape-product-card-featured .woocommerce-product-details__short-description {
        color: #777;
        line-height: 1.74;
        margin-bottom: 1.786em;
        max-height: 70px;
        overflow: hidden;
    }

    .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
        max-height: 440px;
    }

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

            .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper .techmarket-wc-product-gallery__image img {
                max-width: 100%;
            }
        }
    }
    .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
        max-height: 440px;
    }

    @media (max-width: 767px) {
        .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
            display: flex;
        }
    }
    @media (max-width: 767px) {
        .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
            display: flex;
            align-items: center;
            transform: rotate(-90deg);
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper > .slick-list {
        overflow: hidden;
    }

    .products .landscape-product-card-featured img {
        margin-bottom: 0;
        max-width: 446px;
        margin: 0px;
    }

    .products .landscape-product-card-featured .media {
        margin: 0 0.714em;
        background: #fff;
        padding: 0.429em 0 0 0;
    }

    .products .landscape-product-card-featured .media .images,
    .products .landscape-product-card-featured .media .media-body {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        .products .landscape-product-card-featured .media .images,
        .products .landscape-product-card-featured .media .media-body {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .products .landscape-product-card-featured .media .images,
        .products .landscape-product-card-featured .media .media-body {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .products .landscape-product-card-featured .media .images,
        .products .landscape-product-card-featured .media .media-body {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .products .landscape-product-card-featured .media .images,
        .products .landscape-product-card-featured .media .media-body {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .products .landscape-product-card-featured .media .images {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        display: flex;
        padding-left: 1.143em;
    }

    .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
    .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img,
    .products .landscape-product-card-featured .media .images ol li img {
        max-width: 59px;
    }

    @media (max-width: 767px) {
        .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img,
        .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img,
        .products .landscape-product-card-featured .media .images ol li img {
            margin: auto;
        }
    }
    .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: 293px;
    }

    .products .landscape-product-card-featured .media .images ol {
        padding-top: 2.429em;
    }

    .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery + div.media-body {
        padding-left: 1.643em;
    }

    .products .landscape-product-card-featured .media .media-body {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        margin-top: 3.286em;
        padding-right: 3.071em;
        padding-left: 0.571em;
    }

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

    @media (min-width: 768px) {
        .products .product-featured {
            border: none;
        }
    }
    .products .product-featured .media-body .price {
        font-size: 1.286em;
        line-height: 2.5em;
        margin-bottom: 0px;
    }

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

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

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

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

    .products .content-landscape-product-card-with-gallery,
    .products .product-carousel-with-timer-gallery {
        border: none;
        padding: 0 0.357em;
    }

    .products .content-landscape-product-card-with-gallery:hover,
    .products .product-carousel-with-timer-gallery:hover {
        border: none;
    }

    .products .content-landscape-product-card-with-gallery .ribbon,
    .products .product-carousel-with-timer-gallery .ribbon {
        margin: 0 auto 1.5em auto;
        max-width: 76px;
        height: 32px;
        font-size: 1.214em;
        font-weight: 500;
    }

    .products .content-landscape-product-card-with-gallery .ribbon::after,
    .products .product-carousel-with-timer-gallery .ribbon::after {
        border-top-width: 16px;
        border-bottom-width: 16px;
    }

    .products .content-landscape-product-card-with-gallery .ribbon span,
    .products .product-carousel-with-timer-gallery .ribbon span {
        padding-left: 0.588em;
    }

    .products .content-landscape-product-card-with-gallery h3,
    .products .content-landscape-product-card-with-gallery .woocommerce-loop-product__title,
    .products .product-carousel-with-timer-gallery h3,
    .products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
        font-size: 1.286em;
        color: #555353;
        line-height: 1.3em;
        max-width: 300px;
        height: 46px;
        max-height: 46px;
        margin: 0 auto 1.056em auto;
    }

    .products .content-landscape-product-card-with-gallery .star-rating,
    .products .product-carousel-with-timer-gallery .star-rating {
        font-size: 1.143em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
        margin: 0 0.375em 1.58em auto;
    }

    .products .content-landscape-product-card-with-gallery .price,
    .products .product-carousel-with-timer-gallery .price {
        margin-bottom: .5em;
        font-size: 1.714em;
    }

    .products .content-landscape-product-card-with-gallery .button,
    .products .content-landscape-product-card-with-gallery article .more-link,
    article .products .content-landscape-product-card-with-gallery .more-link,
    .products .product-carousel-with-timer-gallery .button,
    .products .product-carousel-with-timer-gallery article .more-link,
    article .products .product-carousel-with-timer-gallery .more-link {
        display: inline-block;
        margin: 0 auto 1em auto;
        padding: .76em 1.41575em;
    }

    @media (min-width: 1200px) {
        .products .content-landscape-product-card-with-gallery .button,
        .products .content-landscape-product-card-with-gallery article .more-link,
        article .products .content-landscape-product-card-with-gallery .more-link,
        .products .product-carousel-with-timer-gallery .button,
        .products .product-carousel-with-timer-gallery article .more-link,
        article .products .product-carousel-with-timer-gallery .more-link {
            min-width: 320px;
        }
    }
    @media (max-width: 1199px) {
        .products .content-landscape-product-card-with-gallery .button,
        .products .content-landscape-product-card-with-gallery article .more-link,
        article .products .content-landscape-product-card-with-gallery .more-link,
        .products .product-carousel-with-timer-gallery .button,
        .products .product-carousel-with-timer-gallery article .more-link,
        article .products .product-carousel-with-timer-gallery .more-link {
            min-width: 100%;
        }
    }
    .products .content-landscape-product-card-with-gallery .add-to-compare-link,
    .products .product-carousel-with-timer-gallery .add-to-compare-link {
        display: block;
    }

    @media (min-width: 1590px) {
        .products .content-landscape-product-card-with-gallery .media,
        .products .product-carousel-with-timer-gallery .media {
            align-items: center;
        }
    }
    @media (max-width: 991px) {
        .products .content-landscape-product-card-with-gallery .media,
        .products .product-carousel-with-timer-gallery .media {
            flex-direction: column;
        }
    }
    .products .content-landscape-product-card-with-gallery .media .media-body,
    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
    .products .product-carousel-with-timer-gallery .media .media-body,
    .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 576px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
        .products .product-carousel-with-timer-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
        .products .product-carousel-with-timer-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
        .products .product-carousel-with-timer-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
        .products .product-carousel-with-timer-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
        .products .product-carousel-with-timer-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
        }
    }
    @media (min-width: 1920px) {
        .products .content-landscape-product-card-with-gallery .media .media-body,
        .products .product-carousel-with-timer-gallery .media .media-body {
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

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

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

            .products .content-landscape-product-card-with-gallery .media .product-images-wrapper,
            .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
                flex: 0 0 58.3333333333%;
                max-width: 58.3333333333%;
            }
        }
    }
    .products .content-landscape-product-card-with-gallery .media .images,
    .products .product-carousel-with-timer-gallery .media .images {
        display: flex;
    }

    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images,
        .products .product-carousel-with-timer-gallery .media .images {
            align-items: center;
        }
    }
    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images,
        .products .product-carousel-with-timer-gallery .media .images {
            flex-direction: column;
        }

        .products .content-landscape-product-card-with-gallery .media .images ol.flex-control-nav,
        .products .product-carousel-with-timer-gallery .media .images ol.flex-control-nav {
            display: flex;
            flex-wrap: wrap;
        }
    }
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

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

    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
            .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%;
            }
        }
    }
    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
            padding-bottom: 0 !important;
        }

        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
            display: flex;
        }
    }
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
        overflow: hidden;
    }

    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
        margin-bottom: 0;
        margin-top: 10px;
    }

    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
            margin-top: 0px;
        }
    }
    @media (max-width: 767px) {
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper,
        .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper,
        .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery,
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-product-gallery {
        padding-left: 0px;
        padding-right: 0px;
    }

    .products .content-landscape-product-card-with-gallery .media .images.techmarket-product-gallery,
    .products .product-carousel-with-timer-gallery .media .images.techmarket-product-gallery {
        align-items: center;
    }

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

    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery .flex-viewport,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery .flex-viewport {
        height: 400px;
    }

    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery img,
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery img {
        max-width: 100px;
    }

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

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

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

    form.track_order {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width: 576px) {
        form.track_order {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 768px) {
        form.track_order {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 992px) {
        form.track_order {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1200px) {
        form.track_order {
            margin-right: -15px;
            margin-left: -15px;
        }
    }
    @media (min-width: 1590px) {
        form.track_order {
            padding-left: 16.875em;
            padding-right: 16.875em;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1589px) {
            form.track_order {
                padding-left: 6em;
                padding-right: 6em;
            }
        }
    }
    form.track_order > p:not(.form-row) {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 4em;
    }

    @media (min-width: 576px) {
        form.track_order > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        form.track_order > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        form.track_order > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        form.track_order > p:not(.form-row) {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    form.track_order .clear {
        display: none;
    }

    @media (min-width: 768px) {
        form.track_order .form-row-first,
        form.track_order .form-row-last {
            flex: 0 0 80%;
            max-width: 80%;
        }
    }
    @media (min-width: 768px) {
        form.track_order .clear + .form-row {
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
            display: flex;
            align-items: flex-end;
        }
    }
    form.track_order input[type="submit"] {
        display: block;
        font-size: 0.938em;
        border-radius: 1.667em;
        width: 100%;
        padding: 0.733em 1.333em;
        line-height: 1.7;
    }

    @media (max-width: 767px) {
        form.track_order input[type="submit"] {
            padding-left: 3.333em;
            padding-right: 3.333em;
            width: initial;
        }
    }
    .track-order .hentry.type-page .entry-header {
        margin-bottom: 0px !important;
    }

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

    .section-product-carousel-with-featured-product {
        margin-bottom: 0.625em;
    }

    .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

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

    @media (min-width: 576px) {
        .section-product-carousel-with-featured-product .tab-carousel-products,
        .section-product-carousel-with-featured-product .tab-featured-product {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .section-product-carousel-with-featured-product .tab-carousel-products,
        .section-product-carousel-with-featured-product .tab-featured-product {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .section-product-carousel-with-featured-product .tab-carousel-products,
        .section-product-carousel-with-featured-product .tab-featured-product {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .section-product-carousel-with-featured-product .tab-carousel-products,
        .section-product-carousel-with-featured-product .tab-featured-product {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    .section-product-carousel-with-featured-product .tab-featured-product {
        z-index: 10;
    }

    @media (min-width: 768px) {
        .section-product-carousel-with-featured-product .tab-featured-product {
            flex: 0 0 29.1666666667%;
            max-width: 29.1666666667%;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-product-carousel-with-featured-product .tab-featured-product {
                flex: 0 0 41.6666666667%;
                max-width: 41.6666666667%;
            }
        }
    }
    @media (max-width: 767px) {
        .section-product-carousel-with-featured-product .tab-featured-product {
            margin-bottom: 16px;
        }
    }
    @media (min-width: 768px) {
        .section-product-carousel-with-featured-product .tab-carousel-products {
            flex: 0 0 70.8333333333%;
            max-width: 70.8333333333%;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-product-carousel-with-featured-product .tab-carousel-products {
                flex: 0 0 58.3333333333%;
                max-width: 58.3333333333%;
                overflow: hidden;
            }
        }
    }
    @media (max-width: 767px) {
        .section-product-carousel-with-featured-product .tab-carousel-products {
            order: 2;
        }
    }
    @media (max-width: 767px) {
        .section-product-carousel-with-featured-product .tab-carousel-products .products .slick-slide > div {
            display: flex;
        }
    }
    .section-product-carousel-with-featured-product.full-width .products {
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .section-product-carousel-with-featured-product.full-width .products .slick-slide > div {
            display: flex;
        }
    }
    .section-product-carousel-with-featured-product.full-width .columns-5::before,
    .section-product-carousel-with-featured-product.full-width .columns-5::after,
    .section-product-carousel-with-featured-product.full-width .columns-6::before,
    .section-product-carousel-with-featured-product.full-width .columns-6::after,
    .section-product-carousel-with-featured-product.full-width .columns-7::before,
    .section-product-carousel-with-featured-product.full-width .columns-7::after,
    .section-product-carousel-with-featured-product.full-width .columns-8::before,
    .section-product-carousel-with-featured-product.full-width .columns-8::after {
        display: none;
    }

    .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
                flex: 0 0 58.3333333333%;
                max-width: 58.3333333333%;
            }
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
                flex: 0 0 62.5%;
                max-width: 62.5%;
            }
        }
    }
    @media (min-width: 1400px) {
        @media (max-width: 1589px) {
            .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%;
            }
        }
    }
    @media (max-width: 767px) {
        .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
            flex: 0 0 100%;
            max-width: 100%;
            order: 2;
        }
    }
    .section-product-carousel-with-featured-product .tab-content .product-featured img,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
        margin: 0 auto 0.571em;
    }

    @media (min-width: 1700px) {
        .section-product-carousel-with-featured-product .tab-content .product-featured img,
        .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
            min-width: 384px;
        }
    }
    .section-product-carousel-with-featured-product .tab-content .product-featured .star-rating,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured .star-rating {
        font-size: 1.143em;
        margin-bottom: 1.375em;
        letter-spacing: 3px;
        width: 6em;
        /*rtl:6.2em */
    }

    .section-product-carousel-with-featured-product .tab-content .product-featured h2,
    .section-product-carousel-with-featured-product .tab-content .product-featured h3,
    .section-product-carousel-with-featured-product .tab-content .product-featured .woocommerce-loop-product__title,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured h2,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured h3,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured .woocommerce-loop-product__title {
        font-size: 1.071em;
        max-width: 320px;
        margin-bottom: 0.667em;
    }

    .section-product-carousel-with-featured-product .tab-content .product-featured .price,
    .section-product-carousel-with-featured-product .tab-content .tab-product-featured .price {
        font-size: 1.286em;
    }

    .section-product-carousel-with-featured-product .tab-content .tab-product-featured {
        border-color: transparent;
    }

    .section-product-carousel-with-featured-product.type-2 .section-header {
        border-bottom: medium none;
        display: block;
        text-align: center;
    }

    .section-product-carousel-with-featured-product.type-2 .section-title {
        line-height: 1.25em;
        font-weight: 500;
    }

    .section-product-carousel-with-featured-product.type-2 .section-title:before {
        border-top: 2px solid transparent;
        content: " ";
        display: block;
        width: 38px;
        padding-bottom: 0.292em;
        padding-top: 0.417em;
        margin: 0 auto;
    }

    .section-product-carousel-with-featured-product.type-2 .nav {
        border-bottom: 1px solid #ebebeb;
        padding-top: 1.5em;
    }

    .section-product-carousel-with-featured-product.featured-product-left .tab-carousel-products {
        order: 2;
    }

    .section-product-carousel-with-featured-product.featured-product-left .tab-featured-product {
        order: 1;
        margin-bottom: 2.143em;
    }

    .section-product-carousel-with-featured-product.featured-product-left .slick-track .slick-active .product::after {
        display: none;
    }

    .section-products-carousel-with-vertical-tabs {
        background: #f4f5f5;
        margin-bottom: 4.375em;
        position: relative;
    }

    .section-products-carousel-with-vertical-tabs::after {
        display: block;
        content: "";
        clear: both;
    }

    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs {
            width: 100%;
            margin-left: 0;
            left: 0;
        }
    }
    @media (min-width: 2000px) {
        .section-products-carousel-with-vertical-tabs {
            width: 100%;
            margin-left: 0;
            left: 0;
        }
    }
    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .section-header {
            position: absolute;
            top: 10.9%;
            z-index: 1;
            padding-left: 6.125em;
        }
    }
    @media (min-width: 2000px) {
        .section-products-carousel-with-vertical-tabs .section-header {
            padding-left: 0;
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .section-header {
            background-color: #f4f5f5;
            margin-right: -15px;
            margin-left: -15px;
            padding: 40px 25px;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs .section-header {
                padding-left: 2em;
                top: 5%;
            }
        }
    }
    .section-products-carousel-with-vertical-tabs .section-title {
        font-weight: 300;
        font-size: 1.5em;
        line-height: 1.917em;
        color: #090909;
        letter-spacing: -0.01em;
    }

    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .section-title {
            line-height: 1.5em;
            margin-bottom: 0;
        }
    }
    .section-products-carousel-with-vertical-tabs .section-title strong {
        font-weight: 500;
    }

    .section-products-carousel-with-vertical-tabs .section-title:before {
        border-top: 2px solid transparent;
        content: " ";
        display: block;
        width: 38px;
        padding-bottom: 0.542em;
    }

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

    @media (min-width: 576px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            padding-top: 12.25em;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
                padding-top: 10em;
            }
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
            flex: 0 0 100%;
            max-width: 100%;
            flex-direction: row;
            padding-bottom: 2em;
            padding-right: 0;
            padding-left: 0;
            background-color: #f4f5f5;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1589px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
                flex: 0 0 25%;
                max-width: 25%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%;
            }
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
        font-size: 1em;
        color: #090909;
        letter-spacing: -0.01em;
        padding: 0;
        display: flex;
        align-items: center;
        line-height: 1.4;
        justify-content: space-between;
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link:hover {
        color: #2c2d33;
    }

    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
            justify-content: center;
        }

        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link.active {
            font-weight: 500;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i {
        margin-right: 0.909em;
        font-size: 1.375em;
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
        margin-right: .4em;
        font-size: 0.625em;
    }

    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left,
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
            display: none;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title {
        display: flex;
        align-items: center;
    }

    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-item + .nav-item {
            padding-top: 1.5em;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 87%;
        max-width: 87%;
        padding-top: 9.813em;
    }

    @media (min-width: 576px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 992px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            padding-top: 6em;
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
            flex: 0 0 100%;
            max-width: 100%;
            padding-top: 0;
            height: 350px !important;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1589px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%;
            }
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
        padding-left: 0.563em;
        padding-right: 15px;
    }

    @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
            padding-right: 5.563em;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
                padding-right: 3.563em;
            }
        }
    }
    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content:before {
            content: "";
            background: #fff;
            left: 0;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            margin-left: -100%;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .slick-dots {
        padding: 1.24em 0 2.04em 0;
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .product {
        background-color: transparent;
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        padding: 0 1em;
    }

    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
            border: none;
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
            padding: 0;
            display: block;
            box-shadow: none !important;
            border-radius: 5px !important;
            min-height: auto;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
        margin: 0 auto 0.929em;
    }

    @media (min-width: 1024px) and (max-width: 1170px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
            max-width: 180px;
        }
    }
    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
            max-width: 120px;
        }
    }
    @media (min-width: 1200px) {
        @media (max-width: 1399px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
                max-width: 190px;
            }
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        padding: 0.857em 0.857em 1.071em 0.857em;
        background: #fff;
        border-radius: 5px;
    }

    @media (max-width: 767px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 256px;
            flex-wrap: wrap;
        }

        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .price {
            width: 100%;
        }

        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .onsale {
            top: 12px;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .onsale {
        right: 12px;
    }

    @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
            margin-bottom: 0;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
        left: 0;
        right: 0;
        border: none;
        top: 98%;
        padding: 0 0.929em 0.571em;
    }

    @media (min-width: 1200px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
            margin: 0 1em;
        }
    }
    @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #fff;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        top: 5px;
        right: 26px;
    }

    @media (max-width: 1199px) {
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
        .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
            right: auto;
            left: 26px;
        }
    }
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products:not(.slick-dotted) .slick-list {
        padding-bottom: 4.625em;
    }

    .section-products-carousel-with-vertical-tabs.sidebar-version {
        position: relative;
        margin-bottom: 2.6em;
        width: auto;
        margin-left: inherit;
        left: auto;
        background: transparent;
    }

    .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
        top: 7.8%;
    }

    @media (min-width: 768px) {
        .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs,
        .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
            padding-left: 0;
        }
    }
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
        flex-wrap: nowrap;
    }

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

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

            .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content .products .product img {
                max-width: 100%;
            }
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%;
            }
        }
    }
    .section-landscape-products-carousel {
        margin-bottom: 3.75em;
    }

    .section-landscape-products-carousel .section-header {
        margin-bottom: 2.875em;
        padding-bottom: 0.813em;
    }

    .section-landscape-products-carousel .section-title {
        margin-bottom: 0;
    }

    .section-landscape-products-carousel .products-carousel .woocommerce {
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .section-landscape-products-carousel .products-carousel .landscape-product {
            padding: 15px 13px;
            border: 2px solid transparent;
        }
    }
    .section-landscape-products-carousel .slick-list {
        margin-bottom: 1.625em;
    }

    @media (max-width: 767px) {
        .section-landscape-full-product-cards-carousel .products-carousel .container-fluid,
        .section-landscape-products-carousel .products-carousel .container-fluid {
            padding: 0;
        }
    }
    @media (max-width: 991px) {
        .section-tours {
            overflow: hidden;
        }
    }
    .section-tours .section-title {
        font-weight: 400;
        font-size: 1.4em;
        line-height: 1.7em;
        letter-spacing: -0.01em;
        color: #090909;
        margin: 0;
    }

    @media (max-width: 1199px) {
        .section-tours .section-title {
            font-size: 1.3em;
        }
    }
    .section-tours .section-header {
        align-items: baseline;
    }

    .section-tours .nav {
        margin: 0;
        align-items: center;
    }

    @media (min-width: 700px) {
        .section-tours .nav-item + .nav-item {
            margin-left: 2.556em;
        }
    }
    .section-tours .nav-link {
        font-size: 1.125em;
        line-height: 1.167em;
        font-weight: 400;
        letter-spacing: -0.01em;
        color: #8a8a8a;
        padding: 0;
        text-align: center;
    }

    @media (max-width: 1199px) {
        .section-tours .nav-link {
            font-size: 1em;
        }
    }
    .section-tours .nav-link::after {
        content: ' ';
        border-bottom: 2px solid transparent;
        display: block;
        position: relative;
        bottom: -1px;
        margin-left: 20%;
        padding-top: 9px;
        margin-right: 20%;
    }

    .section-tours .nav-link.active {
        font-weight: 500;
        color: #090909;
    }

    @media (max-width: 767px) {
        .section-tours .section-header {
            flex-direction: column;
            align-items: center;
        }

        .section-tours .nav {
            padding-bottom: 10px;
        }

        .section-tours .products-carousel .container-fluid {
            padding: 0;
        }
    }
    @media (min-width: 768px) {
        @media (max-width: 1199px) {
            .section-tours .section-title {
                margin-right: 20px;
            }

            .section-tours .nav {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%;
            }

            .section-tours .nav .nav-item {
                flex-shrink: 0;
                margin-left: 2.556em;
            }

            .section-tours .nav-link::after {
                bottom: 0;
            }
        }
    }
    .section-deals-carousel-and-products-carousel-tabs .section-tours .section-header li,
    .section-single-carousel-with-tab-product .section-tours .section-header li {
        position: relative;
    }

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

    .section-tabs-with-product-carousel .section-header li {
        position: relative;
    }

    .section-tabs-with-product-carousel .section-header li a {
        font-size: 1.25em;
    }

    .section-tabs-with-product-carousel .section-header li a.active {
        font-size: 1.375em;
    }

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

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

    .woocommerce-order-received .woocommerce-order-details .shop_table,
    .track-order .woocommerce-order-details .shop_table,
    .woocommerce-view-order .woocommerce-order-details .shop_table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
    }

    .woocommerce-order-received .woocommerce-order-details .shop_table th,
    .woocommerce-order-received .woocommerce-order-details .shop_table td,
    .track-order .woocommerce-order-details .shop_table th,
    .track-order .woocommerce-order-details .shop_table td,
    .woocommerce-view-order .woocommerce-order-details .shop_table th,
    .woocommerce-view-order .woocommerce-order-details .shop_table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .woocommerce-order-received .woocommerce-order-details .shop_table thead th,
    .track-order .woocommerce-order-details .shop_table thead th,
    .woocommerce-view-order .woocommerce-order-details .shop_table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .woocommerce-order-received .woocommerce-order-details .shop_table tbody + tbody,
    .track-order .woocommerce-order-details .shop_table tbody + tbody,
    .woocommerce-view-order .woocommerce-order-details .shop_table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .woocommerce-order-received .woocommerce-order-details .shop_table .table,
    .track-order .woocommerce-order-details .shop_table .table,
    .woocommerce-view-order .woocommerce-order-details .shop_table .table {
        background-color: #fff;
    }

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

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

    .add-to-compare-link {
        font-size: 1em;
        line-height: 0.786em;
        color: #626060;
    }

    .add-to-compare-link:focus,
    .add-to-compare-link:hover {
        color: #484747;
    }

    .add-to-compare-link:before {
        content: '+';
        display: inline-block;
        margin-right: 0.243em;
    }

    .yith-wcwl-add-to-wishlist {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .yith-wcwl-add-to-wishlist .add_to_wishlist {
        text-indent: -99999px;
        display: block;
    }

    .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
        content: "\6b";
        font-family: 'techmarket-icons';
        position: absolute;
        top: 8px;
        right: 14px;
        text-indent: 0;
        color: #444;
        font-size: 1.429em;
    }

    @media (max-width: 1169px) {
        .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
            left: 14px;
            right: auto;
        }
    }

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

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

.input-search {
    z-index: 1000;
    color: #4776be;
    position: absolute;
    right: 0;
    height: 35px;
    padding: 0 12px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}







.channel-floor-hot-recommend {
    margin-bottom: 20px;
}
.channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper {
    padding: 0 10px;
    margin-left: 221px;
    height: 612px;
    overflow: hidden;
    border: 1px solid #dcdee3;
}

.channel-layout {
    margin: 0 auto;
    max-width: 1500px;
    min-width: 720px;
    padding: 0 40px;
}
@media (min-width: 320px) {
    @media (max-width: 575px) {
        .channel-layout {
            padding: 0 25px;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .channel-layout {
            padding: 0 25px;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .channel-layout {
            padding: 0 25px;
        }
    }
}
.util-clearfix {
    zoom: 1;
}
.util-left {
    float: left;
}
@media screen and (max-width: 767px){
    .util-left  {
        float: none;
    }
}
.util-left, .util-right {
    display: inline;
}

@media screen and (min-width: 1500px){
    .channel-hot-recommend-words {
        width: 299px;
        max-height: 662px;
    }
}
.channel-hot-recommend-words {
    width: 270px;
    height: 612px;
    overflow: hidden;
    background: rgba(249, 250, 252, 0.6);
    border: 1px solid #dcdee3;
    border-right: none;
}
@media(min-width: 320px) and (max-width:374px){
    .channel-hot-recommend-words {
        height: 100%;
        min-width:270px;
        max-width:100%;
        border-right: 1px solid #dcdee3!important;
        padding-bottom:10px;
        margin-bottom:15px;
    }
}
@media(min-width: 375px) and (max-width:414px){
    .channel-hot-recommend-words {
        height: 100%;
        min-width:320px;        
        border-right: 1px solid #dcdee3!important;
        padding-bottom:10px;
        margin-bottom:15px;
    }
}
@media(min-width: 414px) and (max-width:480px){
    .channel-hot-recommend-words {
        height: 100%!important;
        width:360px!important;
        border-right: 1px solid #dcdee3!important;
        padding-bottom:10px;
        margin-bottom:15px;
    }
}
@media(min-width: 320px) and (max-width:575px){
    .channel-bg-white {
        display:none;
    }
}
.channel-hot-recommend-words .main-head {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 26px 22px 17px 28px;
    text-align: left;
}
@media screen and (min-width: 1500px){
    .channel-hot-recommend-words .line-cutter {
        width: 261px;
    }
}
.channel-hot-recommend-words .line-cutter {
    height: 1px;
    width: 220px;
    margin: 0 auto 19px auto;
    background-color: #dcdee3;
}
.channel-hot-recommend-words .hot-words-list {
    width: 90px;
    margin: 0 auto;
}
ol, ul {
    list-style: none;
    margin-left: 0;
    font-size: 14px;
}
.channel-hot-recommend-words .hot-words-list .word-item {
    display: inline-block;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    width: 86px;
    height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
    padding: 0 3px;
}
.util-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a {
    color: #000000;
    text-decoration: none;
}
.channel-bg-white {
    background-color: #fff;
}
@media screen and (min-width: 1500px){
    .channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper {
        margin-left: 300px;
        height: 662px;
    }
}
.channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper {
    padding: 0 10px;
    margin-left: 221px;
    height: 612px;
    overflow: hidden;
    border: 1px solid #dcdee3;
}

.util-clearfix {
    zoom: 1;
}
.channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper .layout-item {
    float: left;
    width: 25%;
    margin-top: 20px;
    border-bottom: 1px solid #DCDEE3;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper .layout-item {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper .layout-item {
        width: 33.333333333%;
    }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
    .channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper .layout-item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) and (min-width: 300px) {
    .channel-floor-hot-recommend .channel-hot-list .channel-hot-floor-wrapper .layout-item {
    }
}

.channel-offer .item-main {
    margin: 0 10px 13px 10px;
}
@media screen and (min-width: 1500px){
    .channel-offer .channel-img-wrapper {
        width: 225px;
        height: 225px;
    }
}
.channel-offer .channel-img-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.channel-img-wrapper {
    position: relative;
}
.util-valign {
    display: table;
    overflow: hidden;
    height: 100%;
}
.util-valign .util-valign-ctn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.channel-offer .channel-offer-title {
    margin-top: 18px;
    height: 12px;
    text-align: center ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.channel-offer .channel-offer-title .channel-sm-offer-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: rgba(0,0,0,.8);
}
.channel-offer .channel-offer-price {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    height: 28px;
    line-height: 20px;
    text-align: center;
    margin-top: 7px;
}
.channel-offer .channel-offer-unit {
    color: #666;
}
.channel-floor-hot-recommend {
    margin-bottom: 20px;
}
.channel-layout {
    margin: 1em auto;
    max-width: 1500px;
    min-width: 720px;
}
@media (min-width:576px) and (max-width:767px){
    .channel-layout {
        margin: 1em auto;
        max-width: 766px;
        min-width: 576px;
    }
}
@media (min-width:320px) and (max-width:575px){
    .channel-layout {
        margin: 1em auto;
        max-width: 100%;
        min-width: 320px;
    }
}
.util-clearfix {
    zoom: 1;
}
.channel-container {
    background-color: #eceef3;
}

.categories-menu > ol, ul {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px;
}
.categories-menu > li{
    margin: 4px 0;
}
.categories-menu img{
    max-height: 200px!important;
    max-width: 100%;
    display: block;
    margin: 0 auto 6px;
}

.offer{
    line-height: 1em;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 10px;
}
.offer .price{
    font-size: 20px;
    font-weight: 500;
    color: #e70008;
}


.shop-categories {
    overflow: hidden;
    background: rgba(249, 250, 252, 0.6);
    border: 1px solid #dcdee3;
    width: 280px;
}
@media (min-width: 0px){
    @media (max-width: 1280px){
        .shop-categories {
            width: 100%;
        }
    }
}

.shop-categories .hot-words-list {
    width: 90px;
    margin: 0 auto;
}
.shop-categories .hot-words-list .word-item {
    display: inline-block;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    width: 86px;
    height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
    padding: 0 3px;
}

.shop-categories .main-head {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 22px 22px 12px 28px;
    text-align: left;
}
@media screen and (min-width: 1500px){
    .shop-categories .line-cutter {
        width: 261px;
    }
}
.shop-categories .line-cutter {
    height: 1px!important;
    width: 250px;
    margin: 0 auto 15px auto;
    background-color: #dcdee3;
}
@media screen and (max-width: 767px){
    .shop-categories .line-cutter {
        width: 95%;
    }
}
.shop-categories .hot-words-list {
    width: 90px;
    margin: 0 auto;
}
.offer{
    line-height: 1em;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 10px;
}
.offer .price{
    font-size: 20px;
    font-weight: 500;
    color: #e70008;
}
.additional{
    margin-top: -5px;
}
.additional-quantity{
    font-size: 15px;
    color: #d12e00;
}
.additional-price{
    font-size: 20px;
    font-weight: 500;
    color: #d12e00;
}
.short-description p{
    margin: 0 0 0.2em!important;
}
@media (min-width:576px){
    .short-description p{
        line-heigh:0.8em;
        font-size:12px;
    }
}
.flex{
    display: flex;
}

.shop-banner{
    background-size: cover;
    background-position: center center;
    height: 180px;
    margin-bottom: 14px;
}

.gallery{
    background-size: cover;
    background-position: center center;
    height: 180px;
    margin-bottom: 14px;
    cursor:pointer;
}
.gallery .title{
   padding: 15px;
   color:#ffffff;
   font-weight:200;
   font-size:14px;
}
.gallery-bg{
    height:374px;
    margin: 0 -16px;
}
.gallery:hover {
 -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
      transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hotel{
    height: 374px;
}
.hotel-details{
    padding: 20px;
    background: #f7fbff;
}
.hotel-details p{
    font-size:14px;
}

.reviews-section{
    border: 1px solid #e2e2e2;
    background: #f7fbff;
}
.section-title{
    margin-top:15px;
    margin-bottom:10px;
    font-size:2.1em!important;
}
.review{
    margin-bottom: -10px;
    padding: 10px 20% 11px 10px;
    margin-bottom: -15px;
    font-size:15px;
    line-height:1.25em;
}
.review-stars i{
    margin-right: 3px;
    color:#ffc203;
}
.review-stars h5{
    margin-bottom: 1px;
}
.review-author{
    margin-top: -10px;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-inline-box;
}
.feedback-container{
    margin: 15px auto;
    background: #f7fbff;
    padding: 40px 40px 20px;
    
}
.feedback-container label{
    font-weight:400;
    margin-right: 15px;
}
.feedback{
    margin: -5px 0 11px 8%;
    background: #f7fbff;
    padding: 5px 5% 0 1%;
    border-radius: 4px;
}
.feedback p{
    font-size:14px;
    margin-bottom:0px;
}
.booking-container{
    margin: 15px auto;
    background: rgba(255, 221, 0, 0.13);
    padding: 40px 40px 20px;
}
.hotel-select{
    padding: 9px;
    background-color: #fff;
    color: #444;
    outline: none;
    -webkit-appearance: none;
    border-radius: 2px!important;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1em;
    border: 1px solid #ebebeb;
    margin:0;
    height: calc(2.45rem + 2px)!important;
    cursor:pointer;
}
.datepicker-buttons-left{
    position:absolute;
    left:10%;
    top:40.5%;
}
.tour-nav{
    font-size: 18px!important;
    margin: 20px 0!important;
    font-weight:500;
}
.tour-nav-link{
    padding: .5em 3em .5em 0!important;
}
    
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .shop-banner{
            background-size: cover;
            background-position: center center;
            height: 180px;
            margin: 14px 0;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .shop-banner{
            background-size: cover;
            background-position: center center;
            height: 150px;
            margin-bottom: 14px;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .shop-banner{
            background-size: cover;
            background-position: center center;
            height: 150px;
            margin-bottom: 14px;
        }
    }
}
.banner-lg{
    background-size: cover;
    background-position: center center;
    height: 374px;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .banner-lg{
            background-size: cover;
            background-position: center center;
            height: 374px;
            margin: 14px 0;
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .banner-lg{
            background-size: cover;
            background-position: center center;
            height: 314px;
            margin-bottom: 14px;
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px) {
        .banner-lg{
            background-size: cover;
            background-position: center center;
            height: 314px;
            margin-bottom: 14px;
        }
    }
}

.partner-banner{
    margin-bottom: 40px;
}

.product-details-large ul{
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    margin-left: 0;
}
.price-description{
    color: red;
    font-size: 1.5em;
    font-weight: 400;
    background-color: rgba(255, 233, 119, 0.24) !important;
}
@media (min-width: 1024px) and (max-width: 1100px){
    .price-description{        
        font-size: 1.3em;
        }
}
.product-description-lg h4{
    font-size: 1.6em;
    clear: both;
    font-weight: 500;
    margin: 0 0 0.2em;
    color: #2062b1;
}
.product-description h4{
    font-size: 1.5em;
    clear: both;
    font-weight: 500;
    margin: 0;
    color: #2062b1;
}
.product-description p{
    font-size: 15px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.product-description .product-label{
    margin: 10px 0 0;
}
.product-description .amount{
    line-height: 1em;
    background: rgba(255, 239, 112, 0.9);
    padding: 4px 8px;
    color: black;
}
.product-description ul{
    margin-left: 0;
    font-weight: 300;
}
.product-description ul>li>a{
    color:#00A7FF;
    font-weight: 300;
    font-size: 11px;
    margin-right: 25px;
}
.product-description ul>li>a:hover{
    color: #00445b;
    font-weight: 400;
}

.product-description hr{
    background-color: #e7e7e7;
    margin: 0 0 1.5em;
}

.slider-nav img{
    max-height: 100px!important;
}

.slider-for img{
    margin: auto!important;
    max-height: 300px!important;
    top: auto!important;
    bottom: auto!important;
}
.specification{
    overflow: hidden;
    background: rgba(249, 250, 252, 0.6);
    border: 1px solid #dcdee3;
    padding: 6px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.specification label{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.1em;
    margin-top: 8px;
}
.specification .price{
    margin-top: 5px;
}

.menu-top-bar-left ul{
    font-size:14px;
}

.banner-partnership {
    padding-left: 1em;
    justify-content: flex-start;
    height:250px!important;
    background-size: cover; 
    background-position: center center; 
}
@media (min-width: 768px) {
    @media (max-width: 991px) {
        .banner-partnership {
            height:160px!important;
        }
    }
}
@media (min-width: 320px) {
    @media (max-width: 767px) {
        .banner-partnership {
            height:200px!important;
            margin-bottom:14px;
        }
    }
}
.banner-partnership h3{
    font-size: 1.1em;
    font-weight: 500;
    color: #2a2a2a;
    letter-spacing: -0.04em;
    line-height: 1.214em;
}
@media (min-width: 992px) {
    @media (max-width: 1024px) {
        .banner-partnership {
            padding-left: 1em;
            justify-content: flex-start;
            height:180px!important;
            background-size: cover; 
            background-position: center center; 
        }
    }
}
@media (min-width: 1025px) {
    @media (max-width: 1199px){
        .banner-partnership {
            padding-left: 1em;
            justify-content: flex-start;
            height:200px!important;
            background-size: cover; 
            background-position: center center; 
        }
    }
}
@media (min-width: 992px) {
    @media (max-width: 2000px) {
        .price-text {
            text-align: right!important
        }
    }
}
.products .product .genereal{
    text-align: center!important;
}
.footer-newsletter{
    margin-left: 15%!important;
}
@media (min-width:320px){
    .footer-newsletter{
        margin-left: 0!important;
        display: block;
    }
}
@media (min-width:992px) and (max-width:1023px){
    .footer-newsletter{
        margin-left: 2%!important;
        display: block;
    }
}
@media (min-width:768px) and (max-width:991px){
    .banner-container{
        min-width:750px;
    }
}

.label-sale {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    height: 30px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #0000009e;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.image-wrapper .text{
    font-size: 14px;
    margin: auto;
        color: #ffe200;
}

.tours-layout {
  margin-bottom:25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.tours-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.tours-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.tours-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height:20px;
  z-index: 5;
}

.tours-layout .image-wrapper .title-wrapper .title {
  color: #fff;
  float: left;
  font-weight: 500;
  position: relative;
}
.tours-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ffdd00;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .title-wrapper .title:hover {
  color: #ffdd00;
}
.tours-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.tours-layout .image-wrapper .title-wrapper .icons {
  float: right;
  font-size: 30px;
}
.tours-layout .content-wrapper {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.tours-layout .content-wrapper .list-info {
  margin: 0;
  width: 100%;
  display: table;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li {
  padding: 0;
  width:50%;
  display: table-cell;
  border-right: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li .link {
  display: block;
  padding: 12px 0;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link:hover {
  top: 4px;
  right: -4px;
  background-color: #ffdd00;
}
.tours-layout .content-wrapper .list-info li .link:hover > .icons,
.tours-layout .content-wrapper .list-info li .link:hover > .text {
  color: #555;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
  color: #d0d0d0;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link > .text {
  margin-bottom: 0;
  margin-left: 10px;
  color: #959595;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li:last-child {
  border-right: none;
}
.tours-layout .content-wrapper a> .content {
  padding: 20px;
  text-align: center;
}
.tours-layout .content-wrapper a> .content .title .price {
  color: #ffdd00;
  display: inline-block;
}
.tours-layout .content-wrapper a> .content .title .price sup {
  font-size: 15px;
  font-weight: 500;
  top: -22px;
  left: -2px;
}
.tours-layout .content-wrapper a > .content .title .price .number {
  font-size: 40px;
  font-weight: 500;
}
.tours-layout .content-wrapper a> .content .title .for-price {
  margin-bottom: 0;
  margin-left: 6px;
  display: inline-block;
}
.tour-date{
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
}
.tours-layout .content-wrapper a> .content > .text {
  font-size: 13px;
  margin-bottom:5px;
}
.tours-layout .content-wrapper a> .content .group-btn-tours {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  background-color: #4d4d4d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn:hover {
  background-color: #ffdd00;
  color: #434a54;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn {
  padding-left: 25px;
  border-right: 1px solid  #797979;
  border-radius: 50px 0 0 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  padding-right: 25px;
  border-radius: 0 50px 50px 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
  border-right: 1px solid  #fff;
}
.tours-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tours-layout:hover .image-wrapper .link {
  filter: url(../images/blur.svg#svg-blur);
  -webkit-filter: url(../images/blur.svg#svg-blur);
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}
.tours-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tours-layout:hover .image-wrapper .link:before {
  top: -20%;
}


.tour-result-main .tours-list .tours-layout {
  margin-bottom: 30px;
}
.tour-result-main .tours-list .tours-layout .content-wrapper {
  background-color: #f2f2f2;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.tour-result-main .tours-list .tours-layout:hover .content-wrapper {
  background-color: #fff;
}
.tour-result-main .tours-list .col-sm-6:nth-last-child(-n+2) .tours-layout {
  margin-bottom: 0;
}




.tab-search .nav-tabs {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    border: none;
}
.tab-search .tab-btn-wrapper {
    width: calc((100% - 5px) / 4);
    width: -webkit-calc((100% - 5px) / 4);
    width: -moz-calc((100% - 5px) / 4);
    margin-right: 0px;
    margin-bottom: 0;
}
.tab-search .tab-btn-wrapper.active .tab-btn {
    background-color: #ffdd00;
    color: #fff;
}
.tab-btn-wrapper {
    height: 50px;
}

.tab-search-default .tab-content-bg {
    background-color: #ffdd00;
    position: relative;
}
.tab-search-default .find-widget {
    padding: 60px 0;
    text-align: left;
}
.find-widget {
    background-color: #ffdd00;
    padding: 40px 30px;
    text-align: center;
    color: #545454;
}
.img--tour-item {
    height: 200px;
}


.schedule-block {
    display: table;
    width: 100%;
}
.schedule-block .element {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    font-size: 13px;
    background-color: #ffdd00;
    border-right: 1px solid #FFF;
    text-align: center;
    padding: 6px 0;
    font-weight: 500;
}
.schedule-block .element .schedule-title {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.program-title {
    margin: 10px 0;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    color: #434a54;
    display: inline-block;
}
.program-title:after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: -57px;
    width: 50px;
    height: 3px;
    background-color: #ffdd00;
}
.title-style-tour {
    margin: 15px 0 10px 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    color: #434a54;
    display: inline-block;
}
ul.list_ok {
    list-style: none;
}
ul.list_ok {
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
}
ul.list_ok li {
    position: relative;
    padding-left: 25px;
}
ul.list_ok li:before {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #91D97E;
    position: absolute;
    left: 0;
    top: 2px;
}
ul.list_nok {
    list-style: none;
}
ul.list_nok {
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
}
ul.list_nok li {
    position: relative;
    padding-left: 25px;
}
ul.list_nok li:before {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #dc1717;
    position: absolute;
    left: 0;
    top: 2px;
}


.timeline-title {
    line-height: 30px;
}
.timeline-title span {
    background-color: #ffdd00;
    padding: 7px 15px 6px;
}
.location{
    margin-left: 40px;
    margin-bottom: 10px;
    padding-top: 9px;
    font-size:16px;
    font-weight:500;
}
.timeline-location-block .location-name .icon-marker {
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1%;
    width: 32px;
    height: 32px;
}
.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-map-marker:before {
    content: "\f041";
}
.timeline-location-block .location-name .icon-marker:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.timeline-location-block .location-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
}
.timeline-custom-col {
    position: relative;
    min-height: 1px;
    float: left;
}

.activity-column-minor {
    float: left;
}
.activity-column-minor {
    width: 100%;
    margin-top: -116px;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    z-index:10;
}
price-block.has-price {
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.price-block {
    text-align: right;
    margin-bottom: 16px;
}
.price-block .top-border-highlight {
    border-top: 4px solid #1593FF;
}
.price-block .price {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0;
    text-align: left;
    margin-bottom: 16px;
    margin-left: 16px;
}
.price-block .ease-of-use {
    background: #fff;
    padding: 16px 16px 4px 12px;
    border-top: 1px dashed #e6e6e6;
    margin: 0;
}
.ease-of-use {
    border: 0;
    margin: 16px 0 24px;
}
.product-value .icon, .ease-of-use .icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.ease-of-use span {
    padding: 0 6px 0 0;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.icon-atf-mobile {
    background-image: url(../static/images/axp-above-the-fold-icons/atf-mobile.svg);
}
.icon {
    background-repeat: no-repeat;
    background-position: center center;
}
.price-block.has-price {
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.price-block {
    text-align: right;
    margin-bottom: 16px;
}


.price-block .activity-features-price {
    background: aliceblue!important;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #fff;
    padding: 16px 16px 0 0;
}
.price-block .price {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0;
    font-weight:100;
    text-align: left;
    margin-bottom: 16px;
    margin-left: 16px;
}
.price-block .price .price-from, .price-block .price .price-explanation, .price-block .price .price-base {
    color: #9A9A9A;
}
.price-block .price .price-from {
    display: inline-block;
}
.price-block .price .price-actual {
    font-size: 30px;
    line-height: 18px;
    display: block;
    margin-right:2px;
}
.price-block .price .price-explanation {
    white-space: nowrap;
    display: block;
}
.price-block .price .price-from, .price-block .price .price-explanation, .price-block .price .price-base {
    color: #9A9A9A;
    font-size:14px;
}
.product-value li, .ease-of-use li {
    list-style: none;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-right: 16px;
    margin: 0 4px 2px;
    text-align: left;
}
.key-details.activity-details .icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1.9rem;
}
.icon-atf-duration {
    background-image: url(../static/images/axp-above-the-fold-icons/atf-duration.svg);
}

.about-us-wrapper .avatar {
    text-align: center;
}
.about-us-wrapper .avatar .image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .image-wrapper .img {
    width: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 10px;
}
.about-us-wrapper .avatar p {
    margin-bottom: 0px;
}
.contact-list-media .media-left, .contact-list-media .media-right {
    display: block;
}
.contact-list-media .media-right {
    padding-left: 0px;
}
.contact-list-media .media-left {
    padding: 0;
    text-align: center;
    padding-bottom: 18px;
}
.about-us-wrapper .contact-list-media {
    margin-top: 30px;
    display: block;
}
.contact-list-media {
    text-align: center;
    overflow: visible;
    cursor: pointer;
}
.contact-list-media .icons {
    margin: 0 auto;
    display: block;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px
    color: #c3c3c3;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-list-media .icons:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.contact-list-media .media-left, .contact-list-media .media-right {
    display: block;
}
.contact-list-media .media-left {
    padding: 0;
    text-align: center;
    padding-bottom: 18px;
}
.contact-list-media .title {
    margin-bottom: 0px;
    color: #15171b;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    font-weight:400;
}
.contact-list-media .text {
    line-height: 18px;
    margin-bottom: 0;
}

.page-title-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.page-title-wrapper .page-title-content {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: -10px;
    line-height: 1;
}
.main-page{
    bottom: 20px;
}
.show-more{
    margin: 10px auto 30px;
}

.page-title-wrapper .captions {
    margin: 15px 0 10px 0;
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
    max-width: 60%;
    color:white;
    display: inline-block;
    text-transform: uppercase;
}

.type-menu {
    margin-left: 25px!important;
}

.team{
    text-align: center;
    font-size:1.5em;
    margin-bottom:2em;
}

/*CUSTOM MEDIA*/
@media screen and (max-width: 568px){
    .booking-container h3, .booking-container p{
        margin-right: -15px;
        margin-left: -15px;
    }
    #account-container .row{
        margin-left: 0;
        margin-right: 0;
    }
    .entry-title-main{
        line-height: 1.2;
    }
    .hotel{
        height: 220px;
    }
    .slick-slider .slick-slide{
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
    .banner-bg{
        height: 250px !important;
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
    }
    h1, .alpha{
        font-size: 32px;
    }
    .tour-nav-link{
        color: #0275d8;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-title-wrapper .page-title-content{
        bottom: 0;
    }
    .site-content .tour-banner .banner .banner-bg .caption{
        padding: 0 15px;
    }
    .nav.tour-nav{
        flex-wrap: wrap
    }
    .nav.tour-nav li{
        width: 100%;
    }
    .site-content .tour-banner .banner .banner-bg .caption{
        left: 0;
    }
    .tour-banner .banner .banner-bg .caption,.site-content .tour-banner .banner .banner-bg .caption .sub-title{
        font-size: 12px;
    }
    .page-title-wrapper .captions{
        max-width: 75%;
        font-size: 26px;
        line-height: 35px;
    }
    .site-content .tour-banner .banner .banner-bg .caption .pre-title{
        text-align: center;
        background-color: #00A7FF;
    }
    #booking .col{
        width: 100%;
        padding: 0;
        flex-grow: initial;
        flex-basis: initial;
    }
    .captions{
        background-color: rgba(0,0,0,.2);
    }
    .banner-action.button{
        width: 100%;
        white-space: normal !important;
    }
    .call-center{
        display: block;
    }
    .program-title:after{
        width: 0;
    }
    .activity-column-minor{
        margin-top: 10px;
        padding: 0;
    }
    .feedback-container{
        padding: 20px 25px 10px 25px;
    }
    .reviews-section{
        padding: 10px;
    }
    .booking-container{
        padding: 30px 40px 5px 40px;
    }
    .input-group .form-control{
        z-index: 1;
    }
    #handheld-navigation{
        padding-left: 0;
    }
    .language-button-mobile{
        width: 160px;
        margin: 0 auto;
        padding-top: 10px;
    }
    .call-center{
        margin-right: 0;
    }
}