/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
    - Button
    - Greyscale
    - Dark Theme
2. Page Loader
3. Header Menu
4. Mobile Menu
5. Header & Breadcrumbs
6. Content Elements
    - Product Categories
    - Products Carousel
    - Special Offers
    - Isotope
    - Team
    - Testimonials
    - Brand Section
    - Image Points
    - Carousel
    - News
7. Shop
    - Catalog
    - Product
    - Cart
8. Blog
    - Blog
    - Post
    - Comments
9. Footer
10. Popup

-------------------------------------------------------------------*/

/******************************************/
/********      Global Styles      *********/
/******************************************/

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    src: url('fonts/Jost/Jost-400.otf') format('opentype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Jost/Jost-500.otf') format('opentype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Jost/Jost-600.otf') format('opentype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Jost/Jost-700.otf') format('opentype');
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/Jost/Jost-800.otf') format('opentype');
}

@font-face {
  font-family: "pitstop";
  src: url("fonts/pitstop/pitstop.ttf?q4p9rn") format("truetype"),
        url("fonts/pitstop/pitstop.woff?q4p9rn") format("woff"),
        url("fonts/pitstop/pitstop.svg?q4p9rn#pitstop") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pit-"], [class*=" pit-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "pitstop" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pit-burger:before {
  content: "";
}

.pit-curency:before {
  content: "";
}

.pit-cart:before {
  content: "";
}

.pit-bag:before {
  content: "";
}

.pit-like:before {
  content: "";
}

.pit-compare:before {
  content: "";
}

.pit-chart:before {
  content: "";
}

.pit-search:before {
  content: "";
}

.pit-user:before {
  content: "";
}

.pit-star:before {
  content: "";
}

.pit-star2:before {
  content: "";
}

.pit-mobile:before {
  content: "";
}

.pit-phone:before {
  content: "";
}

.pit-reload:before {
  content: "";
}

.pit-left:before {
  content: "";
}

.pit-right:before {
  content: "";
}

.pit-top:before {
  content: "";
}

.pit-bottom:before {
  content: "";
}

.pit-check:before {
  content: "";
}

.pit-ungle:before {
  content: "";
}

.pit-across:before {
  content: "";
}

.pit-cartbig:before {
  content: "";
}

.pit-info:before {
  content: "";
}

.pit-cards:before {
  content: "";
}

.pit-cardlist:before {
  content: "";
}

.pit-list:before {
  content: "";
}


html, .root {
    font-size: var(--pix-font-size);
    line-height: var(--pix-font-line-height);
    color: var(--pix-font-color);
    background: #FFF
}

* {
    tap-highlight-color: transparent !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, th, td, a {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--pix-main-font);
    font-weight: var(--pix-font-weight);
    font-size: 1em;
    line-height: var(--pix-font-line-height);
    background-color: var(--pix-body-color);
    color: var(--pix-font-color);
    margin: auto;
    -webkit-text-size-adjust: none;
    position: initial;
}

.pix {
    min-width: 360px;
    min-height: 100vh;
}

body.showPopup {
    overflow: hidden;
    background-color: #212121;
}
.showPopup .pix {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.pix-bg-white {
    background-color: #fff;
}
.pix-inverse {
    color: #fff;
}
a {
    color: var(--pix-title-color);
    text-decoration: none;
    transition: color .33s, box-shadow .33s, transform .33s ease;
}
a.pix-inherit, .pix-inherit-color a, .pix-inherit-color a:hover{
    color: inherit;
}
a:hover, a:active, a:focus {
    color: var(--pix-main-color);
    outline: none !important;
    text-decoration: none
}

a p {
    color: var(--pix-font-color);
}

footer a:hover, footer a:active, footer a:focus {
    color: var(--pix-main-color);
}

a.pix-underline-link {
    text-decoration: underline !important;
    display: inline-block;
}

a.pix-underline-link:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
}

fieldset, img {
    border: 0
}

address, button, caption, cite, code, dfn, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
    font-size: var(--pix-font-size);
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

b, strong {
    font-weight: 600;
    color: #111;
}

.wpb_text_column p strong {
    color: var(--pix-title-color);
}

ins {
    text-decoration: none
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

p, ul, ol, pre, table, blockquote {
    margin-top: 0;
    margin-bottom: var(--pix-font-line-height-em);
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

sub, sup {
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

legend {
    color: #000;
}

h1, .h1, .h1-size,
h2, .h2, .h2-size,
h3, .h3, .h3-size,
h4, .h4, .h4-size,
h5, .h5, .h5-size,
h6, .h6, .h6-size {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: var(--pix-text-font);
}

html :focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
}

.blog .d-xl-block {
    z-index: 2;
}

.blog.pix-taxonomy {
    margin-bottom: 50px;
}

.pix-a-hover-underline {
    display: inline-block;
    position: relative;
}

a.pix-main-color-hover-link {
    display: inline-block;
}

a.pix-main-color-hover-link:hover {
    color: var(--pix-main-color);
}

a:hover .pix-a-hover-underline:after {
    opacity: 1;
    transform: translateY(-3px);
}

.pix-a-hover-underline:after {
    background-color: var(--pix-main-color);
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    transform: translateY(1px);
    transition: color 0.3s, transform 0.3s;
}

.pix-line-link {
    position: relative;
}

.pix-line-link:before, .pix-line-link:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eee;
}

.pix-line-link:after {
    background: var(--pix-main-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: -webkit-transform .3s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1), -webkit-transform .3s cubic-bezier(1, 0, 0, 1);
}

.pix-line-link:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pix-text-overflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

button {
    cursor: pointer;
    border: none;
    padding: inherit;
    background: transparent;
}

label, span, li {
    font-family: inherit;
}

.clearfix {
    clear: both;
}

.pix-uppercase {
    text-transform: uppercase;
}

/***   Container Overlay   ***/

.blog > .container.pix-container-boxed,
.blog > .container-fluid.pix-container-boxed{
    position: relative;
    padding: 0 80px;
    background-color: #fff;
    overflow: hidden;
}
.blog.pix-page-no-padding > .container-fluid.pix-container-boxed,
body.single-post:not(.pix-no-settings) .blog > .container-fluid.pix-container-boxed{
    padding: 0;
}
.blog > .container-fluid.pix-container-boxed > .row{
    margin-left: 0;
    margin-right: 0;
}
.blog > .container-fluid.pix-container-boxed > .row .pix-no-sidebar{
    padding-left: 0;
    padding-right: 0;
}

.blog > .container-fluid.pix-container-boxed{
    margin: 0 80px 80px;
    width: auto;
}

.woocommerce-checkout .blog > .container-fluid:not(.pix-container-boxed){
	margin-bottom: 80px;
}

body.blog .blog > .container-fluid.pix-container-boxed,
body.search .blog > .container-fluid.pix-container-boxed,
body.archive .blog > .container-fluid.pix-container-boxed,
.pix-no-settings .blog > .container-fluid.pix-container-boxed:not(.pix-no-sidebar-container){
    padding: 0;
    background-color: transparent;
}

body.single-post:not(.pix-no-settings) .blog > .container-fluid.pix-container-boxed{
    padding-right: 0;
    background-color: transparent;
}
body.single-post .blog > .container-fluid.pix-container-boxed > .row > .col-12,
body.page .blog > .container-fluid.pix-container-boxed > .row > .col-12{
    padding-top: 80px;
    /*height: -webkit-fill-available;*/
}
body.pix-no-settings .blog > .container-fluid.pix-container-boxed > .row > .col-12{
    padding-bottom: 80px;
}
body.pix-no-settings .blog > .container-fluid.pix-container-boxed{
    margin-bottom: 5px;
}
@media (min-width: 1200px) {
    body.blog .blog  > .container-fluid.pix-container-boxed .col-xx-2,
    body.search .blog  > .container-fluid.pix-container-boxed .col-xx-2,
    body.single-post .blog  > .container-fluid.pix-container-boxed .col-xx-2,
    body.page .blog  > .container-fluid.pix-container-boxed .col-xx-2,
    body.archive .blog  > .container-fluid.pix-container-boxed .col-xx-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.blog > .container.pix-container-boxed.pix-width-1300 {
    max-width: 1460px;
}

.shop > .pix-container-boxed .row.pix-bg-white,
.shop > .pix-container-boxed .row .woocommerce-tabs{
    box-shadow: none;
}

html .pix-container-boxed .vc_row[class*="pix_shadow_"] .vc_column_container > .vc_column-inner[class*="pix-padding"] {
    margin-left: -65px;
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% + 130px);
}

.pix-container-boxed .blog-article {
    margin-bottom: 0;
}

.pix-block-content {
    position: relative;
    z-index: 2;
}

.pix-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(var(--pix-main-color-rgb), .9);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 1;
}

.pix-overlay.pix-main-color {
    background: var(--pix-main-color);
}

.pix-overlay.pix-additional-color {
    background: var(--pix-additional-color);
}

.pix-overlay.pix-black {
    background: rgba(0, 0, 0, .2);
}

.pix-overlay-container .pix-box-img > a{
    display: flex;
}

.pix-overlay-container:not(.pix-no-overlay):not(.pix-no-image):hover .pix-overlay,
.pix-overlay-container:not(.pix-no-overlay):hover .pix-overlay[class*="pix-hover-icon-"]:before,
.pix-overlay-container:not(.pix-no-overlay):hover .pix-overlay[class*="pix-hover-icon-"]:after,
.news-card-people:hover .pix-overlay,
.news-card-profile:hover .pix-overlay,
.pix-hover-filled:hover .pix-overlay,
.pix-hover-info-block:hover .pix-overlay {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pix-overlay[class*="pix-hover-icon-"]:before,
.pix-overlay[class*="pix-hover-icon-"]:after {
    font-family: 'Linearicons-Free';
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    height: 25px;
    width: 25px;
    transform: translate3d(0, 25px, 0);
    -webkit-transition: opacity 0.5s ease, transform .3s ease;
    transition: opacity 0.5s ease, transform .3s ease;
    z-index: 5;
}

.pix-overlay.pix-hover-icon-plus:before {
    width: 1px;
}

.pix-overlay.pix-hover-icon-plus:after {
    height: 1px;
}

.pix-overlay.pix-hover-icon-eye:before {
    content: "\e81b";
    height: 25px;
    background-color: transparent;
}

.pix-overlay.pix-hover-icon-search:before {
    content: "\e86f";
    height: 25px;
    background-color: transparent;
}

.pix-overlay.pix-hover-icon-eye:after,
.pix-overlay.pix-hover-icon-search:after {
    content: none;
}

.pix-hover-item,
.pix-overlay-item {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 2rem;
    opacity: 0;
    max-width: calc(100% - 4rem);
    margin: auto;
    line-height: normal;
    -webkit-transition: opacity .5s ease, transform .33s ease-in-out;
    transition: opacity .5s ease, transform .33s ease-in-out, color .33s ease;
    color: #fff;
}

.pix-overlay-item {
    opacity: 1;
}

.pix-hover-item a, .pix-overlay-item a {
    color: #fff;
    font-size: var(--pix-font-size);
}

.pix-hover-item a.pix-button,
.pix-overlay-item a.pix-button {
    margin: 0 .5em .5em 0;
    transform: none;
    text-transform: none;
}

.pix-overlay-item a.pix-button {
    background-color: rgba(255, 255, 255, .9);
    border-color: #fff;
    color: #000;
}

.pix-overlay-container.pix-no-image .pix-overlay-item a.pix-button {
    border-color: #e6e6e6;
}

.pix-hover-item i,
.pix-overlay-item i {
    padding-right: 7px;
}

.pix-overlay-container:hover .pix-hover-item a.pix-button,
.pix-overlay-container:not(.pix-no-image):hover .pix-overlay-item a.pix-button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    transition: color .5 ease, background-color .5s ease, border-color .5s ease;
}

.pix-overlay-container.pix-no-overlay:hover .pix-overlay-item a.pix-button {
    color: #fff;
    background-color: var(--pix-button-color);
    border-color: var(--pix-button-color);
}

.pix-overlay-container:hover .pix-hover-item a.pix-button:hover,
.pix-overlay-container:hover .pix-overlay-item a.pix-button:hover {
    color: var(--pix-main-color);
    background-color: #fff;
    border-color: #fff;
}

a.pix-shadow-link,
.pix-hover-item a:not(.pix-button),
.pix-overlay-item a:not(.pix-button),
.pix-footer a {
    transition: box-shadow .15s cubic-bezier(.25, .46, .45, .94);
}

a.pix-shadow-link:hover,
.pix-footer a:not(.pix-button):hover,
.pix-footer a:hover span,
.pix-overlay-container:hover .pix-box-footer a.pix-shadow-link:hover,
.pix-overlay-container:hover .pix-box-footer a:not(.pix-button):hover {
    color: var(--pix-main-color);
    text-decoration: none !important;
}

.pix-overlay-container:hover a.pix-shadow-link:hover,
.pix-offer-box-title a.pix-shadow-link:hover,
.pix-hover-item a:not(.pix-button):hover,
.pix-overlay-item a:not(.pix-button):hover {
    color: #fff;
}

.pix-overlay-container .pix-left {
    left: 2rem;
}

.pix-overlay-container .pix-right {
    left: auto;
    right: 2rem;
}

.pix-overlay-container .pix-top {
    top: 2rem;
}

.pix-overlay-container .pix-bottom {
    top: auto;
    bottom: calc(2em - 10px);
    line-height: 1.5;
}
.pix-overlay-container .pix-bottom > div{
    display: inline-block;
}

.pix-overlay-container .pix-translate.pix-top {
    transform: translate3d(0, -2rem, 0);
}

.pix-overlay-container .pix-translate.pix-bottom {
    transform: translate3d(0, 2rem, 0);
}

.pix-hover-item p {
    line-height: 1.65;
    margin-bottom: 0;
    font-size: var(--pix-font-size);
    cursor: default;
}

.pix-overlay-container:hover .pix-hover-item {
    opacity: 1;
}

.pix-overlay-container:hover .pix-top.pix-translate,
.pix-overlay-container:hover .pix-bottom.pix-translate {
    transform: translate3d(0, 0, 0);
}

.pix-overlay-container .pix-box-img img {
    transform: scale(1.05);
    transition: transform .5s ease;
}

.pix-overlay-container:hover .pix-box-img img {
    transform: scale(1);
}

.blog-list__article .pix-no-image.pix-overlay-container .pix-overlay-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    max-width: 100%;
}

.pix-text-review-left .pix-block-content {
    text-align: left;
}

.pix-text-review-right .pix-block-content {
    text-align: right;
}

.pix-no-wrap {
    white-space: nowrap;
}

/***   Pix Button   ***/

.pix-button {
    padding: 1rem 2rem;
    background: var(--pix-button-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: var(--pix-buttons-border) solid transparent;
    font-family: var(--pix-buttons-font);
    font-size: var(--pix-buttons-font-size);
    font-weight: var(--pix-buttons-font-weight);
    font-style: var(--pix-buttons-font-style);
    text-transform: var(--pix-buttons-text-transform);
    letter-spacing: var(--pix-buttons-letter-spacing);
    line-height: 18px !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color .33s, background .33s, border .33s, box-shadow .33s, text-shadow .33s, transform .33s ease;
    transition: color .33s, background .33s, border .33s, box-shadow .33s, text-shadow .33s, transform .33s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: var(--pix-text-shadow);
}

.pix-sale-box-price .pix-button {
    -webkit-transition: background .33s, box-shadow .33s;
    transition: background .33s, box-shadow .33s;
}

.pix-button:not([href]):not([tabindex]),
.pix-button.pix-disable-btn:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pix-button:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pix-button:hover,
.comment-respond form input[type=submit]:hover{
    color: #fff;
    border: var(--pix-buttons-border) solid rgba(255,255,255,.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pix-button:hover:focus {
    color: #fff;
}

.pix-button:hover span {
    color: #fff !important;
}

.pix-button:active {
    background: var(--pix-button-color-darker);
}

.pix-button:before, .pix-button:after,
.comment-respond form input[type=submit]:before,
.comment-respond form input[type=submit]:after{
    width: 0;
    content: "";
    background: rgba(255,255,255,.15);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pix-button:before {
    right: 50%;
}
.pix-button:after {
    left: 50%;
}
.pix-button:hover:before,.pix-button:hover:after,
.comment-respond form input[type=submit]:hover:before,
.comment-respond form input[type=submit]:hover:after{
    width: 50%;
    opacity: 1;
}
.pix-overlay-item .pix-button:before,
.pix-overlay-item .pix-button:after{
    content: none;
}
.pix-overlay-item .pix-button{
    border: 1px solid #fff;
}

.pix-button:focus {
    color: #fff;
}

.pix-button.pix-disable-btn {
    background: #9a9a9a;
    color: #fff;
    cursor: default;
}

.pix-button.pix-disable-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pix-button.pix-disable-btn:active {
    opacity: 1;
    transform: none;
}

.pix-button.pix-dark {
    background: var(--pix-black-color);
    color: #fff;
}

.pix-button.pix-dark.pix-transparent {
    color: var(--pix-black-color);
    border-color: var(--pix-black-color);
}

.pix-button:hover.pix-dark {
    background: var(--pix-black-color-lighter);
    border-color: transparent;
    color: #fff;
}

.pix-button:hover.pix-transparent.pix-dark {
    background: var(--pix-black-color);
    border-color: transparent;
    color: #fff;
}

.pix-button.pix-light {
    background: #fff;
    color: var(--pix-black-color);
}

.pix-button:hover.pix-light {
    background: #fff;
    border: var(--pix-buttons-border) solid transparent;
    color: var(--pix-button-color);
}

.pix-button.pix-transparent {
    background: transparent;
    color: var(--pix-black-color);
    border: var(--pix-buttons-border) solid var(--pix-black-color);
    text-shadow: var(--pix-text-shadow);
}

.pix-button:hover.pix-transparent {
    background: transparent;
    color: var(--pix-button-color);
    border: var(--pix-buttons-border) solid var(--pix-button-color);
    text-shadow: var(--pix-text-shadow);
}

.pix-button.pix-v-xs {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.pix-button.pix-h-s {
    padding-left: 1em;
    padding-right: 1em;
}

.pix-button.pix-v-s {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.pix-button.pix-v-m {
    padding-top: 1em;
    padding-bottom: 1em;
}

.pix-button.pix-h-m {
    padding-left: 2em;
    padding-right: 2em;
}

.pix-button.pix-v-l {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.pix-button.pix-h-l {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

.pix-button.pix-v-xl {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.pix-button.pix-h-xl {
    padding-left: 4em;
    padding-right: 4em;
}

.pix-square-buttons .pix-button,
html .pix-button.pix-square {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pix-rounded-buttons .pix-button,
.pix-rounded-buttons.woocommerce a.button,
.pix-rounded-buttons.woocommerce button.button,
.pix-rounded-buttons .comment-respond form input[type=submit],
.pix-rounded-buttons .post-password-form input[type=submit],
.pix-rounded .pix-contact-form input[type=submit],
.pix-button.pix-rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pix-round-buttons .pix-button,
.pix-round-buttons.woocommerce a.button,
.pix-round-buttons.woocommerce button.button,
.pix-round-buttons .comment-respond form input[type=submit],
.pix-round-buttons .post-password-form input[type=submit],
.pix-round .pix-contact-form input[type=submit],
.pix-button.pix-round {
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.pix-button.pix-font-s,
a.pix-link.pix-font-s,
a.link-centerline.pix-font-s {
    font-size: 13px;
}

.pix-button.pix-font-m,
a.pix-link.pix-font-m,
a.link-centerline.pix-font-m {
    font-size: var(--pix-font-size);
}

.pix-button.pix-font-l,
a.pix-link.pix-font-l,
a.link-centerline.pix-font-l {
    font-size: 16px;
}

.pix-button.pix-font-xl,
a.pix-link.pix-font-xl,
a.link-centerline.pix-font-xl {
    font-size: 18px;
}

.pix-link {
    text-decoration: underline;
    color: var(--pix-main-color);
    font-weight: 700;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.pix-link.pix-dark {
    color: var(--pix-black-color);
}

.pix-link:hover,
.pix-link:focus {
    text-decoration: none;
    color: var(--pix-main-color);
}

.pix-link:active {
    text-decoration: none;
    opacity: .75;
}

.pix-input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #171f56;
    padding: 10px 0;
    color: #fff;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font);
    font-weight: 900;
}

.pix-input::-webkit-input-placeholder {
    color: #fff
}

.pix-input::-moz-placeholder {
    color: #fff
}

.pix-input:-moz-placeholder {
    color: #fff
}

.pix-input:-ms-input-placeholder {
    color: #fff
}

form.mc4wp-form {
    width: 100%;
}

/***   Pix Greyscale   ***/

.pix-img-greyscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter .33s;
    transition: filter .33s;
}

.pix-img-greyscale .person__item:hover img,
.pix-img-greyscale .grid-portfolio__item:hover img,
.pix-img-greyscale .cards-beyond__item:hover img,
.pix-img-greyscale .news-card-centered:hover img,
.pix-img-greyscale .news-card:hover .news-card__image img,
.pix-img-greyscale .news-card-long:hover .news-card-long__image img,
.pix-img-greyscale .grid-big__item:hover img,
.pix-img-greyscale .grid-big__item-video:hover img,
.pix-img-greyscale a.item:hover img,
.pix-img-greyscale .item a:hover img,
.pix-img-greyscale .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.pix-img-greyscale .person__item-overlay,
.pix-img-greyscale .grid-big__item-container,
.pix-img-greyscale .cards-beyond__item-container {
    background: rgba(0, 0, 0, 0.15);
}

/***   Pix Round   ***/

.pix-round,
.vc_row.pix-round,
.vc_row.pix-round .vc_column-inner,
.pix-round .pix-header nav ul li ul.submenu,
.pix-round .pix-container-boxed,
.pix-round .pix-overlay,
.pix-round .news-card-people,
.pix-round .news-card-profile__text,
.pix-round .news-card,
.pix-round .news-card-latest,
.pix-round .news-card-long,
.pix-round .news-card-latest__item,
.pix-round .news-card-message__text,
.pix-round .news-card-price,
.pix-round .person__item-container,
.pix-round .person__item-container .pix-img-wrapper,
.pix-round .pix-sidebar-box,
.pix-round .pix-box,
.pix-round .pix-isotope-item,
.pix-round .pix-box-img,
.pix-round .pix-box-img img,
.pix-round .pix-blog-article,
.pix-round .pix-hover-container,
.pix-round .grid-portfolio__item,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-round [class*='pix_video_'],
.pix-round[class*='pix_video_'],
.pix-round .pix-video,
.pix-round .pix-has-border,
.pix-round.pix-has-border,
.pix-round .pix-hover-filled,
.pix-round.pix-hover-filled,
.pix-round .pix-ibox-top,
.pix-round .pix-ibox-title-side,
.pix-round .blog-article,
.pix-round .blog-article .post-image,
.pix-round .pix-blog-img,
.pix-round .pix-blog-img img,
.pix-round .pix-blog-article-info,
.pix-round .service-page,
.pix-round .pix-testimonial,
.pix-round .pix-testimonial-img,
.pix-round .pix-testimonials__image,
.pix-round .pix-testimonials__image img,
.pix-round .pix-testimonial-job,
.pix-round .pix-offer-slider-item,
.pix-round .pix-price-long .pix-price-box,
.pix-round .pix-price-box:before,
.pix-round .pix-price-box.pix-price-box-big:before,
.pix-round .pix-car-repair-point-text,
.pix-round .pix-contact-form .form-group,
.pix-round .side-menu__item,
.pix-round.woocommerce ul.products li.product a img {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.pix-rounded,
.vc_row.pix-rounded,
.pix-rounded .pix-header nav ul li ul.submenu,
.pix-rounded .pix-contact-form input:not([type=submit]),
.pix-rounded .pix-contact-form textarea,
.pix-rounded .pix-overlay,
.pix-rounded .news-card-people,
.pix-rounded .news-card-profile__text,
.pix-rounded .news-card,
.pix-rounded .news-card-latest,
.pix-rounded .news-card-long,
.pix-rounded .news-card-latest__item,
.pix-rounded .news-card-message__text,
.pix-rounded .news-card-price,
.pix-rounded .person__item-container,
.pix-rounded .person__item-container .pix-img-wrapper,
.pix-rounded .pix-sidebar-box,
.pix-rounded .pix-box,
.pix-rounded .pix-isotope-item,
.pix-rounded .pix-box-img,
.pix-rounded .pix-box-img img,
.pix-rounded .wpb_single_image img,
.pix-rounded .pix-blog-article,
.pix-rounded .pix-hover-container,
.pix-rounded .grid-portfolio__item,
.pix-rounded .grid-portfolio__item .pix-img-wrapper,
.pix-rounded [class*='pix_video_'],
.pix-rounded[class*='pix_video_'],
.pix-rounded .pix-video,
.pix-rounded .pix-has-border,
.pix-rounded.pix-has-border,
.pix-rounded .pix-hover-filled,
.pix-rounded.pix-hover-filled,
.pix-rounded .pix-ibox-top,
.pix-rounded .pix-ibox-title-side,
.pix-rounded .blog-article,
.pix-rounded .blog-article .post-image,
.pix-rounded .pix-blog-img,
.pix-rounded .pix-blog-img img,
.pix-rounded .pix-blog-article-info,
.pix-rounded .service-page,
.pix-rounded .pix-testimonial,
.pix-rounded .pix-testimonial-img,
.pix-rounded .pix-testimonials__image,
.pix-rounded .pix-testimonials__image img,
.pix-rounded .pix-testimonial-job,
.pix-rounded .pix-offer-slider-item,
.pix-rounded .pix-price-long .pix-price-box,
.pix-rounded .pix-price-box:before,
.pix-rounded .pix-price-box.pix-price-box-big:before,
.pix-rounded .pix-car-repair-point-text,
.pix-rounded .pix-contact-form .form-group,
.pix-rounded .side-menu__item,
.pix-rounded.woocommerce ul.products li.product a img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pix-rounded .pix-container-boxed,
.vc_row.pix-rounded .vc_column-inner,
.pix-rounded .pix-container-boxed .row.pix-bg-white,
.pix-rounded .pix-container-boxed .woocommerce-tabs{
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pix-square,
.vc_row.pix-square,
.vc_row.pix-square .vc_column-inner,
.pix-square .pix-header nav ul li ul.submenu,
.pix-square .pix-container-boxed,
.pix-square .pix-contact-form input:not([type=submit]),
.pix-square .pix-contact-form textarea,
.pix-square .pix-overlay,
.pix-square .news-card-people,
.pix-square .news-card-profile__text,
.pix-square .news-card,
.pix-square .news-card-latest,
.pix-square .news-card-long,
.pix-square .news-card-latest__item,
.pix-square .news-card-message__text,
.pix-square .news-card-price,
.pix-square .person__item-container,
.pix-square .person__item-container .pix-img-wrapper,
.pix-square .pix-sidebar-box,
.pix-square .pix-box,
.pix-square .pix-isotope-item,
.pix-square .pix-box-img,
.pix-square .pix-box-img img,
.pix-square .pix-blog-article,
.pix-square .pix-hover-container,
.pix-square .grid-portfolio__item,
.pix-square .grid-portfolio__item .pix-img-wrapper,
.pix-square [class*='pix_video_'],
.pix-square[class*='pix_video_'],
.pix-square .pix-video,
.pix-square .pix-has-border,
.pix-square.pix-has-border,
.pix-square .pix-hover-filled,
.pix-square.pix-hover-filled,
.pix-square .pix-ibox-top,
.pix-square .pix-ibox-title-side,
.pix-square .blog-list__article,
.pix-square .blog-article,
.pix-square .blog-article .post-image,
.pix-square .pix-blog-img,
.pix-square .pix-blog-img img,
.pix-square .pix-blog-article-info,
.pix-square .service-page,
.pix-square .pix-testimonial,
.pix-square .pix-testimonial-img,
.pix-square .pix-testimonials__image,
.pix-square .pix-testimonials__image img,
.pix-square .pix-testimonial-job,
.pix-square .pix-offer-slider-item,
.pix-square .pix-price-long .pix-price-box,
.pix-square .pix-price-box:before,
.pix-square .pix-price-box.pix-price-box-big:before,
.pix-square .pix-car-repair-point-text,
.pix-square .pix-contact-form .form-group,
.pix-square .side-menu__item {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pix-round .pix-contact-form textarea {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.pix-round .pix-contact-form input:not([type=submit]) {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.vc_row.pix-rounded,
.vc_row.pix-round,
.pix-rounded .news-card,
.pix-round .news-card {
    overflow: hidden;
}

.pix-rounded .news-card .news-card__image .label-date {
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.pix-round .news-card .news-card__image .label-date {
    -webkit-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
}

.pix-rounded .news-card__text,
.pix-rounded .news-card-centered__text {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.pix-round .news-card__text,
.pix-round .news-card-centered__text {
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.pix-rounded .blog-list__article-text > span a,
.pix-rounded .blog-masonry__item-text > span a,
.pix-rounded a.side-menu__item-all_news,
.pix-rounded .pix-bottom-desc .pix-box > span a {
    -webkit-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.pix-round .blog-list__article-text > span a,
.pix-round .blog-masonry__item-text > span a,
.pix-round a.side-menu__item-all_news,
.pix-round .pix-bottom-desc .pix-box > span a {
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
}

.pix-rounded .news-card-long__image .overlay {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.pix-round .news-card-long__image .overlay {
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.pix-round .pix-news-high .pix-box-img .pix-overlay,
.pix-round .pix-news-high .pix-box-img,
.pix-round .pix-news-high .pix-box-img img {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.pix-rounded .pix-news-high .pix-box-img .pix-overlay,
.pix-rounded .pix-news-high .pix-box-img,
.pix-rounded .pix-news-high .pix-box-img img {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

/* safari fix */
.pix-img-wrapper {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pix-rounded .person__item-container .pix-img-wrapper,
.pix-round .person__item-container .pix-img-wrapper,
.pix-rounded .pix-bottom-desc .pix-box .pix-img-wrapper,
.pix-round .pix-bottom-desc .pix-box .pix-img-wrapper,
.pix-bottom-info .pix-box .pix-img-wrapper,
.pix-rounded .blog-list__article .blog-list__article-image,
.pix-round .blog-list__article .blog-list__article-image {
    /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/
}

.pix-rounded .blog-list__article .blog-list__article-image,
.pix-rounded .blog-list__article .blog-list__article-image img,
.pix-rounded .post-password-form input[type=password] {
    border-radius: 4px;
}

.pix-round .blog-list__article .blog-list__article-image,
.pix-round .post-password-form input[type=password] {
    border-radius: 20px;
}

.pix-rounded .pagination span.current {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pix-round .pagination span.current {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



/***   Pix Alignment   ***/

.pix-text-left {
    text-align: left;
}

.pix-text-center {
    text-align: center;
}

.pix-text-right {
    text-align: right;
}

.pix-top {
    align-self: start;
}

.pix-middle {
    align-self: center;
}

.pix-bottom {
    align-self: end;
}



/***   Pix Padding   ***/

/* S padding */
.vc_row {
    position: relative;
}

html .vc_row.pix-padding-top-s,
html .vc_row > .vc_column_container .pix-padding-top-s,
html .vc_col-has-fill > .vc_column-inner.pix-padding-top-s,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-top-s {
    padding-top: 25px;
}

html .vc_row.pix-padding-bottom-s,
html .vc_row > .vc_column_container .pix-padding-bottom-s,
html .vc_col-has-fill > .vc_column-inner.pix-padding-bottom-s,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-bottom-s {
    padding-bottom: 25px;
}

/* M padding */
html .vc_row.pix-padding-top-m,
html .vc_row > .vc_column_container .pix-padding-top-m,
html .vc_col-has-fill > .vc_column-inner.pix-padding-top-m,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-top-m {
    padding-top: 50px;
}

html .vc_row.pix-padding-bottom-m,
html .vc_row > .vc_column_container .pix-padding-bottom-m,
html .vc_col-has-fill > .vc_column-inner.pix-padding-bottom-m,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-bottom-m {
    padding-bottom: 50px;
}

/* L padding */
html .vc_row.pix-padding-top-l,
html .vc_row > .vc_column_container .pix-padding-top-l,
html .vc_col-has-fill > .vc_column-inner.pix-padding-top-l,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-top-l {
    padding-top: 80px;
}

html .vc_row.pix-padding-bottom-l,
html .vc_row > .vc_column_container .pix-padding-bottom-l,
html .vc_col-has-fill > .vc_column-inner.pix-padding-bottom-l,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-bottom-l {
    padding-bottom: 80px;
}

/* XL padding */
html .vc_row.pix-padding-top-xl,
html .vc_row > .vc_column_container .pix-padding-top-xl,
html .vc_col-has-fill > .vc_column-inner.pix-padding-top-xl,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-top-xl {
    padding-top: 110px;
}

html .vc_row.pix-padding-bottom-xl,
html .vc_row > .vc_column_container .pix-padding-bottom-xl,
html .vc_col-has-fill > .vc_column-inner.pix-padding-bottom-xl,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner.pix-padding-bottom-xl {
    padding-bottom: 110px;
}

/* no padding */
html .vc_row > .vc_column_container > .vc_column-inner.pix-top-no-padding:not([class*="vc_custom_"]),
html .vc_row-has-fill + .vc_row-full-width + .vc_row.pix-top-no-padding > .vc_column_container > .vc_column-inner:not([class*="vc_custom_"]),
html .vc_row-has-fill > .vc_column_container > .vc_column-inner:not([class*="vc_custom_"]) {
    padding-top: 0 !important;
}

html .vc_row > .vc_column_container > .vc_column-inner.pix-bottom-no-padding {
    padding-bottom: 0 !important;
}
html .vc_row.pix-column-gap-40,
html .vc_row .pix-column-gap-40{
    margin-left: -20px;
    margin-right: -20px;
}
html .vc_row.pix-column-gap-40 > .vc_column_container{
    padding-left: 20px;
    padding-right: 20px;
}
html .vc_row.pix-column-gap-40 > .vc_column_container {
    padding-bottom: 0 !important;
}

html .vc_row.pix-row-overflow {
    overflow: visible;
}

html .vc_row[class*="pix_shadow_"] {
    margin-top: 0;
    height: 100%;
    box-shadow: none;
}

.pix-main-boxed-column > .vc_column-inner{
    padding-left: 80px !important;
    padding-right: 80px !important;
}


/*** Scrollbar ***/

.pix-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}
.pix-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.pix-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--pix-main-color);
}



/********   Dark Theme   *********/

.pix-theme-tone-dark a:hover,
.pix-theme-tone-dark a:active,
.pix-theme-tone-dark a:focus {
    color: var(--pix-main-color);
}

body.pix-theme-tone-dark,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.pix-theme-tone-dark blockquote:before {
    background-color: #1c1c1c;
}

.pix-theme-tone-dark div[role=button],
.pix-theme-tone-dark div.gm-svpc,
.pix-theme-tone-dark button.gm-control-active {
    background-color: #1c1c1c !important;
}

.pix-theme-tone-dark .news-card-profile__text,
.pix-theme-tone-dark .news-card-feedback,
.pix-theme-tone-dark .news-card-people,
.pix-theme-tone-dark .news-card-long,
.pix-theme-tone-dark .pix-testimonial,
.pix-theme-tone-dark .news-card-price,
.pix-theme-tone-dark .pix-price-box,
.pix-theme-tone-dark .pix-price-box:before,
.pix-theme-tone-dark .pix-contact-form .form-group,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .news-card-message__text,
.pix-theme-tone-dark .pix-border-shadow-overlay,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark .pix-bottom-desc .pix-box .pix-box-text,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .form-control:focus,
.pix-theme-tone-dark .blog-article__comments,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .menu-mobile__list,
.pix-theme-tone-dark .pix-product-box,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-blog-article-info,
.pix-theme-tone-dark .modal .modal-body,
.pix-theme-tone-dark .news-card-centered__text {
    background-color: #303030;
}

.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:hover,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:focus {
    background: #303030;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown,
.pix-theme-tone-dark .modal-body .pix-light-input {
    background-color: var(--pix-black-color-lighter);
}

.pix-theme-tone-dark p,
.pix-theme-tone-dark div,
.pix-theme-tone-dark .pix-ibox-side p,
.pix-theme-tone-dark .news-card-feedback p,
.pix-theme-tone-dark .news-card-price__text li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.pix-theme-tone-dark,
.pix-theme-tone-dark,
.pix-theme-tone-dark .news-card-profile__text p,
.pix-theme-tone-dark .post__meta a,
.pix-theme-tone-dark .blog-list__article-text .article-title p {
    color: #bbb;
}

.pix-theme-tone-dark h1,
.pix-theme-tone-dark h2,
.pix-theme-tone-dark h3,
.pix-theme-tone-dark h4,
.pix-theme-tone-dark h5,
.pix-theme-tone-dark h6,
.pix-theme-tone-dark a:not(:hover),
.pix-theme-tone-dark .pix-title,
.pix-theme-tone-dark .pix-has-border h2,
.pix-theme-tone-dark .pix-ibox-side .text h2,
.pix-theme-tone-dark .pix-ibox-side .text strong,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.pix-theme-tone-dark .vc_tta-title-text,
.pix-theme-tone-dark blockquote,
.pix-theme-tone-dark blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p:last-child,
.pix-theme-tone-dark .blog-article .rtd h1,
.pix-theme-tone-dark .blog-list .rtd h1,
.pix-theme-tone-dark .blog-article .rtd h2,
.pix-theme-tone-dark .blog-list .rtd h2,
.pix-theme-tone-dark .blog-article .rtd h3,
.pix-theme-tone-dark .blog-list .rtd h3,
.pix-theme-tone-dark .blog-article .rtd h4,
.pix-theme-tone-dark .blog-list .rtd h4,
.pix-theme-tone-dark .blog-article .rtd h5,
.pix-theme-tone-dark .blog-list .rtd h5,
.pix-theme-tone-dark .blog-article .rtd h6,
.pix-theme-tone-dark .blog-list .rtd h6,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .pix-cart-items,
.pix-theme-tone-dark .pix-testimonial-name,
.pix-theme-tone-dark .pix-testimonial-job,
.pix-theme-tone-dark .pix-team-item-bottom *,
.pix-theme-tone-dark .pix-offer-box-text,
.pix-theme-tone-dark .pix-progressbar-box .col-6,
.pix-theme-tone-dark .pix-accordion-btn button.collapsed,
.pix-theme-tone-dark .pix-price-box-top p,
.pix-theme-tone-dark .pix-product-box-list ul li,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a, .pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span,
.pix-theme-tone-dark .modal-body .pix-light-input {
    color: #fff;
}

.pix-theme-tone-dark aside .side-menu__item ul li a:not(:hover),
.pix-theme-tone-dark aside .menu li a,
.pix-theme-tone-dark aside .side-menu__item ul li {
    color: #999;
}

.pix-theme-tone-dark .pix-button.pix-dark {
    color: var(--pix-main-color);
    background-color: transparent;
    border-color: var(--pix-main-color);
}

.pix-theme-tone-dark .pix-box-buy a,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: var(--pix-main-color);
}

.pix-theme-tone-dark .pix-button:hover.pix-dark {
    background: transparent;
}

.pix-theme-tone-dark .pix-has-border,
.pix-theme-tone-dark .flip .service-box-3,
.pix-theme-tone-dark .news-card-centered__text {
    border: 1px solid #777;
}

.pix-theme-tone-dark .news-card-price__header.pix-dark {
    background-color: #666666;
}

.pix-theme-tone-dark .news-card-price__header.pix-dark + .news-card-price__text {
    background-color: #444444;
}

.pix-theme-tone-dark .news-card-message__text:after {
    border-color: transparent transparent #333333 #333333;
}

.pix-theme-tone-dark .woocommerce-product-gallery .flex-viewport,
.pix-theme-tone-dark .flex-control-thumbs li,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .service-page__list ul li,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-accordion-btn,
.pix-theme-tone-dark .pix-accordion-body,
.pix-theme-tone-dark .pix-light-input {
    border-color: #777;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value:after {
    border-top-color: #fff;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown {
    border-color: #4b4b4b;
}

.pix-theme-tone-dark .pix-box-img,
.pix-theme-tone-dark ul.products .woo-item-grid {
    border: none;
}

.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .blog-article__comments {
    box-shadow: none;
}

.pix-swiper .swiper-container{
     margin-left: -25px;
     margin-right: -25px;
     padding-left: 25px;
     padding-right: 25px;
}
.pix-swiper .pix-offer-list.swiper-container{
     margin-left: 0;
     margin-right: 0;
     padding-left: 0;
     padding-right: 0;
}

.swiper-off .swiper-wrapper{
    flex-wrap: wrap;
    gap: 40px;
}


.pix-col-4 .swiper-slide{
    width: calc(25% - 30px);
}

@media (max-width: 2299px){
    .pix-col-desktop-3 .swiper-slide{
        width: calc(33.333% - 26.667px);
    }
}
@media (max-width: 1714px){
    .pix-col-laptop-3 .swiper-slide{
        width: calc(33.333% - 26.667px);
    }
}
@media (max-width: 1359px){
    .pix-col-tablet-land-2 .swiper-slide{
        width: calc(50% - 20px);
    }
}
@media (max-width: 1023px){
    .pix-col-tablet-2 .swiper-slide{
        width: calc(50% - 20px);
    }
}
@media (max-width: 574px){
    .swiper-off .swiper-wrapper{
        gap: 10px;
    }
    .pix-col-mobile-1 .swiper-slide{
        width: 100%;
    }
}

.pix-shadow-corner {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(-4deg);
}

.pix-shadow-corner.pix-right {
    right: 10px;
    left: auto;
    transform: rotate(4deg);
}

.pix-shadow-curve {
    position: absolute;
    z-index: -2;
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 20% / 10px;
    border-radius: 20% / 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.pix-header .pix-header-bottom.main-color nav > ul.nav > li:before,
.pix-header .pix-header-bottom.add-color nav > ul.nav > li:before,
.pix-header .pix-header-bottom.gradient nav > ul.nav > li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--pix-main-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .75s;
    transition: transform .75s;
}

.pix-header .pix-header-bottom.main-color nav > ul.nav > li:before,
.pix-header .pix-header-bottom.add-color nav > ul.nav > li:before,
.pix-header .pix-header-bottom.gradient nav > ul.nav > li:before {
    background: #fff;
    height: 3px;
    width: calc(100% - 20px);
    margin-left: 10px;
}

a.link-centerline.pix-light {
    color: #fff;
}

a.link-centerline.pix-dark {
    color: #333;
}

a.link-centerline.pix-light:before {
    background: #fff;
}

a.link-centerline.pix-dark:before {
    background: #333;
}

a.link-centerline:hover:before,
a.comment-reply-link:hover:before,
.pix-ibox-side p em a:hover:before,
html .rev_slider em a:hover:before,
.pix-header .pix-header-bottom.main-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-bottom.add-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-bottom.gradient nav > ul.nav > li:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

h2 a.link-centerline {
    font-size: 17px;
    color: var(--pix-main-color);
}

.post-password-form input[type=password] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8ecef;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 5px;
}

.post-password-form input[type=submit]:not([class]) {
    background: var(--pix-button-color);
    font-size: 16px;
    text-align: center;
    padding: 5px 20px;
    height: 39px;
    line-height: normal;
    display: inline-block;
    position: relative;
    top: 0;
}

html input[type=button]:not([class]), input[type=reset]:not([class]), input[type=submit]:not([class]) {
    border: 0;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0.6em 50px 0.5em 1.5em;
    background: #222;
}

form.searchform {
    position: relative;
}

form.searchform div:after,
form.woocommerce-product-search:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    color: #797979;
    font-weight: 700;
    font-size: 18px;
    content: "\f002";
    top: calc(50% - 16px);
    right: 35px;
}

.pix-padding-grey form.searchform div:after,
.pix-padding-greyform.woocommerce-product-search:after {
    right: 50px;
}

form.woocommerce-product-search {
    height: 48px;
}

.widget_search label,
.widget_search input[type="submit"],
.woocommerce-product-search button[type="submit"] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 30px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.widget_search label.wp-block-search__label{
    display: none;
}

.woocommerce.widget_product_search .pix-sidebar-form .form-group {
    background: transparent;
    border: none;
    display: block;
    padding: 0;
}

.woocommerce-product-search input[type="search"],
.widget_search input[type="search"],
.widget_search input[type="text"] {
    width: 100%;
    float: left;
    margin-right: 0;
    background: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.8em 2.4em;
    font-size: 16px;
    transition: .35s;
    height: 100%;
}

.pix-padding-grey .woocommerce-product-search input[type="search"],
.pix-padding-grey .widget_search input[type="search"],
.pix-padding-grey .widget_search input[type="text"] {
    padding: 0.8em 50px;
}

.pix-sidebar-form .searchform div {
    height: 4em;
}

.woocommerce-product-search input[type="search"]:focus, .widget_search input[type="search"]:focus, .widget_search input[type="text"]:focus {
    border-color: var(--pix-main-color);
}

.pix-sidebar-form .searchform input[type="text"]::-webkit-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}

.pix-sidebar-form .searchform input[type="text"]::-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}

.pix-sidebar-form .searchform input[type="text"]:-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}

.pix-sidebar-form .searchform input[type="text"]:-ms-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}

.vc_row-o-equal-height .owl-carousel .owl-stage,
.pix-offer-list .swiper-wrapper{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.vc_row-o-equal-height .owl-carousel.owl-drag .owl-item,
.pix-offer-list .swiper-wrapper .pix-offer-item,
.vc_row-o-equal-height .pix-equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pix-offer-list .swiper-wrapper .pix-offer-item{
    height: auto;
}
.vc_row-o-equal-height .wpb_wrapper {
    height: 100%;
}

/******************************************/
/********      Page Loader         ********/
/******************************************/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #141315;
    z-index: 100500;
    transition: transform 1s ease-out;
}

.pix-pulse {
    height: 50px;
    width: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pix-pulse:after {
    content: '';
    display: block;
    background: var(--pix-svg-loader) 50% 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    -webkit-animation: 2s pix-pulse linear infinite;
    -moz-animation: 2s pix-pulse linear infinite;
    -o-animation: 2s pix-pulse linear infinite;
    animation: 2s pix-pulse linear infinite;
    clip: rect(0, 0, 50px, 0);
}
.pix-pulse:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 17px;
    margin: auto;
    height: 3px;
}
@keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    10% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    20% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    30% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 1;
    }
    80% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    10% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    20% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    30% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 1;
    }
    80% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 100px, 50px, 0);
        opacity: 0;
    }
}

.pix-loading{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.pix-loading.m{
    width: 32px;
	height: 32px;
}
.ajax_add_to_cart.loading i{
    opacity: 0;
}
.pix-loading:before,
.pix-loading:after,
.ajax_add_to_cart.loading:before,
.ajax_add_to_cart.loading:after,
.yith-wcwl-add-button > a .blockUI.blockOverlay:before,
.yith-wcwl-add-button > a .blockUI.blockOverlay:after{
    content: '';
    display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--pix-main-color);
	opacity: 0.75;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pix-loading 2.0s infinite ease-in-out;
	animation: pix-loading 2.0s infinite ease-in-out
}
.pix-loading.m:before,
.pix-loading.m:after,
.ajax_add_to_cart.loading:before,
.ajax_add_to_cart.loading:after,
.yith-wcwl-add-button > a .blockUI.blockOverlay:before,
.yith-wcwl-add-button > a .blockUI.blockOverlay:after{
    width: 50%;
	height: 50%;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}
.pix-loading:after,
.ajax_add_to_cart.loading:after,
.yith-wcwl-add-button > a .blockUI.blockOverlay:after{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
.woocommerce .yith-wcwl-add-button .blockUI.blockOverlay::before{
  display: none !important;
}
@-webkit-keyframes pix-loading {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
@keyframes pix-loading {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.double-bounce1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--pix-main-color);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--pix-main-color);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}


/******************************************/
/*****            Scrollbar           *****/
/******************************************/

.scrollable {
    position: relative;
}

.scrollable:focus {
    outline: 0;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
}

.scrollable .viewport .overview {
    position: absolute;
    width: 100%;
}

.scrollable .scroll-bar {
    display: none;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    height: 100%;
    width: 5px;
}

.scrollable .scroll-bar.vertical:before {
    content: '';
    width: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 5px;
    min-height: 30px;
    border-radius: 10px;
}

.scrollable .scroll-bar.horizontal {
    height: 5px;
    position: relative;
    width: 100%;
}

.scrollable .scroll-bar.horizontal:before {
    content: '';
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 5px;
    min-width: 10px;
    left: 0;
}

.scrollable .scroll-bar .thumb {
    position: absolute;
}

.scrollable .not-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scrollable.default-skin {
    padding-right: 30px;
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: var(--pix-main-color);
    border-radius: 5px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: 0.6;
}



/******************************************/
/*****           Header Menu          *****/
/******************************************/

.pix-header {
    z-index: 3;
}

.pix-header.transparent {
    position: absolute;
    width: 100%;
}

.pix-header nav {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .33s, visibility .33s, height .33s;
    white-space: nowrap;
    position: static;
}

.pix-header.menu-aroundblock nav {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.pix-header.menu-aroundblock .container-fluid nav {
    grid-gap: 30px;
}

.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-left {
    justify-content: start;
}

.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-right {
    justify-content: end;
}

.pix-header-abs-content {
    position: absolute;
    top: 0;
}

.pix-header-abs-content.pix-text-right {
    right: 0;
}

.pix-header nav i {
    font-size: 16px;
}

.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
    transition: color .33s;
}

.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
    color: #bbb;
}

.pix-top-bar.white ul li,
.pix-top-bar.white ul li a {
    color: #333;
}

.pix-top-bar ul li a i {
    font-size: 16px;
    transition: color .33s;
}

.pix-header nav ul li.current-menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: calc(50% + 10px);
    border-bottom: 2px solid var(--pix-main-color);
}

.pix-header.main-color nav ul li.current-menu-item > a:before,
.pix-header.add-color nav ul li.current-menu-item > a:before {
    border-bottom-color: #fff;
}

.pix-header-bottom nav ul li.current-menu-item > a:before {
    content: none;
}



/******************************************/
/*****           Colors menu	      *****/
/******************************************/

.pix-header.black,
.pix-top-bar.black {
    background-color: #000;
}

.pix-header.black nav ul li ul.submenu {
    background-color: #1a1a1a;
}

.pix-header:not(.white) nav ul li,
.pix-header:not(.white) nav i,
.pix-header:not(.white) .addmenu h3,
.pix-header:not(.white) .addmenu ul li,
.pix-header:not(.white) .row .row span,
.pix-header:not(.white) .row .row h4,
.pix-header:not(.white) .row .row h4 a {
    color: #fff;
}

.pix-top-bar ul li a:hover {
    color: var(--pix-main-color);
}

.pix-header.white,
.pix-top-bar.white,
.pix-header.white nav ul li ul.submenu,
.pix-header-bottom.white nav ul li ul.submenu {
    background-color: #fff;
}

.pix-header.main-color,
.pix-top-bar.main-color,
.pix-header-bottom.main-color nav ul li ul.submenu {
    background-color: var(--pix-main-color);
}
.pix-header.main-color nav ul li ul.submenu{
    background-color: #212121;
    border-radius: 0;
}

.pix-header.add-color,
.pix-top-bar.add-color,
.pix-header.add-color nav ul li ul.submenu,
.pix-header-bottom.add-color nav ul li ul.submenu {
    background-color: var(--pix-additional-color);
}

.pix-header.white nav ul li {
    color: #0b0b0b;
}

.pix-header.black.menu-aroundblock nav ul li:not([class]):hover {
    color: var(--pix-main-color);
}

.pix-header .pix-header-bottom.main-color nav > ul > li:hover a,
.pix-header .pix-header-bottom.add-color nav > ul > li:hover a,
.pix-header .pix-header-bottom.gradient nav > ul > li:hover a {
    color: #fff;
}

.pix-header.black nav ul .search-container {
    background: #2b2b2b
}

.pix-header.black nav ul .search-container .input-container input {
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.pix-header.black nav ul .search-container .input-container:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#989898' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center
}

.pix-header.black li#js-slide-menu i {
    color: #fff
}

.pix-header.black nav ul.social li a i {
    color: #fff
}

.pix-header nav ul li a:hover i,
.pix-header.black nav ul li a:hover i,
.pix-header.black nav ul.social li a:hover i,
.pix-top-bar.black ul li a:hover i {
    color: var(--pix-main-color);
}

.pix-header.black nav ul li i,
.pix-header.main-color nav ul li a:hover i,
.pix-header .pix-header-bottom.main-color nav ul li.search a:hover i,
.pix-header .pix-header-bottom.main-color nav ul li.cart a:hover i,
.pix-header .pix-header-bottom.add-color nav ul li.search a:hover i,
.pix-header .pix-header-bottom.add-color nav ul li.cart a:hover i,
.pix-header .pix-header-bottom.gradient nav ul li.search a:hover i,
.pix-header .pix-header-bottom.gradient nav ul li.cart a:hover i {
    color: #fff;
}

.pix-header.black.menu-left {
    background: #3f3f3f;
}

.pix-header.black.menu-left nav ul li {
    color: #fff;
}

.pix-header.black.menu-left nav ul li:hover {
    color: var(--pix-main-color);
}

.pix-header.black.menu-left__footer-social i {
    color: rgba(255, 255, 255, 0.5);
}

.pix-header.black.menu-left__footer-social i:hover {
    color: var(--pix-main-color)
}

.pix-header.black.menu-left-submenu {
    background: #3f3f3f;
}

.pix-header.black.menu-left__footer span {
    color: rgba(255, 255, 255, 0.5);
}

.pix-header.white {
    background: #fff;
}

.pix-header.white nav ul li,
.pix-header-bottom.white nav ul li {
    color: #1a1a1a;
}

.pix-header.white nav ul li:hover > a{
    color: var(--pix-main-color);
}

.pix-header.white nav ul li ul.submenu {
    background: #fff;
}

.pix-header.white nav ul .search-container {
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px rgba(0, 0, 0, .15)
}

.pix-header.white nav ul .search-container .input-container input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    color: #000;
}

.pix-header.white nav ul .search-container .input-container:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#000000' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center;
}

.pix-header.white li#js-slide-menu i {
    color: #000;
}

.pix-header.white nav ul.social li a i {
    color: #000;
}

.pix-header.white nav ul li i,
.pix-header-bottom.white nav ul li i {
    color: #000;
}

.pix-header.white.transparent {
    background-color: rgba(255, 255, 255, var(--pix-header-transparent));
}

.pix-header.black.transparent {
    background-color: rgba(0, 0, 0, var(--pix-header-transparent));
}

.pix-header-bottom.white.transparent .container {
    background-color: rgba(255, 255, 255, var(--pix-header-bottom-transparent));
}

.pix-header-bottom.black.transparent .container {
    background-color: rgba(0, 0, 0, var(--pix-header-bottom-transparent));
}

.pix-top-bar.white.transparent {
    background-color: rgba(255, 255, 255, var(--pix-top-bar-transparent));
}

.pix-top-bar.black.transparent {
    background-color: rgba(0, 0, 0, var(--pix-top-bar-transparent));
}

.pix-header.white.fixed,
.pix-header.pix-levels.white.fixed .pix-header-bottom .container,
.pix-header.pix-levels.white.fixed .pix-header-bottom .container-fluid {
    background-color: rgba(255, 255, 255, .75);
}

.pix-header.black.fixed:not(.boxed),
.pix-header.pix-levels.black.fixed .pix-header-bottom .container,
.pix-header.pix-levels.black.fixed .pix-header-bottom .container-fluid {
    background-color: rgba(0, 0, 0, .75);
}

.pix-header.fixed.boxed > .container {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px;
}

.pix-header.white.fixed.boxed > .container {
    background-color: rgba(255, 255, 255, .75);
}

.pix-header.black.fixed.boxed > .container {
    background-color: rgba(0, 0, 0, .75);
}

.admin-bar .pix-header-placeholder + .pix-header.fixed,
.admin-bar .pix-header.fixed {
    margin-top: 32px;
}

.pix-header.pix-levels:not(.fixed) .search-container {
    margin-top: var(--pix-header-height);
}

.admin-bar .pix-header.pix-levels:not(.fixed) .search-container {
    margin-top: calc(32px + var(--pix-header-height));
}

.pix-header.black .pix-header-logo-black {
    display: none
}

.pix-header.white .pix-header-logo-white {
    display: none
}

.pix-header-bottom.black .container,
.pix-header-bottom.black .container-fluid {
    background-color: rgba(0, 0, 0, 1);
}

.pix-header-bottom.white .container,
.pix-header-bottom.white .container-fluid {
    background-color: rgba(255, 255, 255, 1);
}

.pix-header.pix-levels .pix-header-bottom.main-color .container,
.pix-header.pix-levels .pix-header-bottom.main-color .container-fluid,
.pix-header-bottom.main-color nav ul li ul.submenu {
    background-color: var(--pix-main-color);
}

.pix-header.pix-levels .pix-header-bottom.add-color .container,
.pix-header.pix-levels .pix-header-bottom.add-color .container-fluid,
.pix-header-bottom.add-color nav ul li ul.submenu {
    background-color: var(--pix-additional-color);
}

.pix-header-bottom.main-color nav ul li:hover > ul.submenu,
.pix-header-bottom.add-color nav ul li:hover > ul.submenu,
.pix-header-bottom.gradient nav ul li:hover > ul.submenu {
    opacity: .95;
}

/******************************************/
/*****          Mobile Menu           *****/
/******************************************/
.pix-header.white .menu-mobile__header {
    background-color: #fff;
}

.pix-header.white .menu-mobile__header .search-container {
    color: #000;
}

.pix-header.white .menu-mobile__header .cart-container {
    color: #000;
}

.pix-header.white .menu-mobile__header .cart-container span {
    border: 3px solid #fff;
}

.pix-header.black .menu-mobile__header {
    background-color: #000;
}

.pix-header.black .menu-mobile__header .search-container {
    color: #fff;
}

.pix-header.black .menu-mobile__header .cart-container {
    color: #fff;
}

.pix-header.black .menu-mobile__header .cart-container span {
    border: 3px solid #000;
}

.pix-header .container {
    height: var(--pix-header-height);
}

.pix-header.pix-levels:not(.pix-header-catalog) {
    height: var(--pix-header-height-levels);
}

.pix-header.pix-levels.fixed {
    /*height: 0;*/
}

.pix-header .pix-header-bottom .container {
    height: 75px;
    padding: 0 30px;
    border-radius: 5px;
    max-width: 1300px;
    z-index: 5;
}

.pix-header .pix-header-bottom .container-fluid {
    display: block;
    border-top: 1px solid #eee;
    z-index: 5;
    height: 80px;
}

.pix-header.fixed .pix-header-bottom .container,
.pix-header.fixed .pix-header-bottom .container-fluid {
    border-radius: 0 0 5px 5px;
    border: none;
    height: 70px;
}

.pix-header.pix-levels.fixed > .container,
.pix-header.pix-levels.fixed > .container-fluid {
    /*display: none;*/
    background-color: inherit;
}

.wrapper {
    overflow: hidden;
}

.pix-header .container,
.pix-top-bar .container {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 17% 1fr 17%;
    justify-items: stretch;
    align-items: center;
    position: relative;
}

.pix-header .container-fluid,
.pix-top-bar .container-fluid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 30px;
    justify-items: stretch;
    align-items: center;
    position: relative;
    padding: 0 80px;
    transition: width .33s, height .33s;
    height: var(--pix-header-height);
}

.pix-header nav.pix-main-menu + nav {
    justify-self: end;
}

.pix-header, .pix-header .pix-top-bar {
    border-width: 0;
}

.pix-header:not(.header-topbar-view) {
    border-style: solid none;
}

.pix-header.header-topbar-view, .pix-header .pix-top-bar {
    border-bottom-style: solid;
}

.pix-header.black, .pix-header.black .pix-top-bar {
    border-color: #5d5d5d;
}

.pix-header.white, .pix-header.white .pix-top-bar {
    border-color: #e2e2e2;
}

.pix-header.menu-aroundblock .container,
.pix-header.menu-aroundblock .container-fluid,
.pix-header.pix-levels:not(.pix-header-catalog) .container,
.pix-header.pix-levels:not(.pix-header-catalog) .container-fluid,
.pix-header.pix-levels .pix-header-bottom .container {
    grid-template-columns: auto;
}

.pix-header.header-topbar-view .pix-top-bar .container,
.pix-header.header-topbar-view .pix-top-bar .container-fluid {
    grid-template-columns: auto auto;
    height: 70px;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
}

.pix-header.header-topbar-view .pix-top-bar .container-fluid {
    padding: 0 30px;
}

.pix-top-bar .header-topbarbox-2 {
    height: 100%;
    justify-self: end;
}

.pix-header .pix-main-menu:not(.pix-text-center) {
    justify-self: end;
}








.pix__mainMenu_list > ul, .pix-header-icons > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pix__mainMenu_list > ul > li > a, .pix-header-icons > ul > li > a {
    color: inherit;
}

.pix-header-currency {
    margin-right: 20px;
    font-weight: 600;
    font-size: 1.25em;
    cursor: pointer;
}
.pix-header-currency select{
    border: none;
    border-radius: 2px;
}


.pix-header-icons > ul > li > span,
.pix-header-icons > ul > li > .woocommerce-currency-switcher-form{
    display: flex;
    height: 100%;
    align-items: center;
}

.pix-header-icons > ul > li > span > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
}

.pix-header-icons > ul > li > a:hover {
    text-decoration: none;
}

@media (min-width: 576px) {
    .pix-header-icons > ul > li > span > a > i {
        font-size: 1.25em;
    }
}

@media (max-width: 1420px) {
    .pix-header-icons > ul > li:last-child > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        width: 40px;
        height: 40px;
    }
}

.pix-header-icons > ul > li#user > div,
.pix-header-icons > ul > li#cart > div {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    padding: 20px 24px 24px;
    background-color: #fff;
    font-size: 14px;
    color: #212121;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.pix-header-icons > ul > li#user > div{
    right: -10px;
}

@media (max-width: 1420px) {
    .pix-header-icons > ul > li#user > div, .pix-header-icons > ul > li#cart > div {
        margin-top: 11px;
    }
}

@media (max-width: 575px) {
    .pix-header-icons > ul > li#user > div, .pix-header-icons > ul > li#cart > div {
        margin-top: 16px;
    }
}

.pix-header-icons > ul > li#user > div:before,
.pix-header-icons > ul > li#cart > div:before {
    display: block;
    position: absolute;
    height: 12px;
    width: 100%;
    top: -3px;
    right: 0;
    content: '';
}

.pix-header-icons > ul > li#user:not(.logged-in):after,
.pix-header-icons > ul > li#cart:after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 7px solid rgba(255, 255, 255, 0);
    border-top: 0;
    border-bottom-color: #fff;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.pix-header-icons > ul > li#user:not(.logged-in):after{
    right: -9px;
}

@media (max-width: 1420px) {
  .pix-header-icons > ul > li#user:after, .pix-header-icons > ul > li#cart:after {
    bottom: -11px;
  }
}

@media (max-width: 575px) {
  .pix-header-icons > ul > li#user:after, .pix-header-icons > ul > li#cart:after {
    bottom: -16px;
  }
}

@media (min-width: 576px) {
  .pix-header-icons > ul > li#user:hover:after, .pix-header-icons > ul > li#user:hover > div, .pix-header-icons > ul > li#cart:hover:after, .pix-header-icons > ul > li#cart:hover > div {
    visibility: visible;
    opacity: 1;
  }
}

.pix-header-icons .badge {
    position: absolute;
    top: 2.5em;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
}

.pix-header.fixed .pix-header-icons .badge{
    top: 1.25em;
}

.pix-header-icons .empty .badge {
    display: none;
}
.pix-header-icons .empty .pix-header-cart{
    padding-bottom: 20px !important;
    text-align: center;
}

@media (max-width: 575px) {
    .pix-header-icons .badge {
        top: 0;
        right: 0;
    }
}

.pix__mainMenu_compare, .pix__mainMenu_like {
    color: #212121;
}

.pix__mainMenu_compare-header, .pix__mainMenu_like-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.pix__mainMenu_compare-header > span, .pix__mainMenu_compare-header > b, .pix__mainMenu_like-header > span, .pix__mainMenu_like-header > b {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -2px;
}

.pix__mainMenu_compare-header > span, .pix__mainMenu_like-header > span {
    border-bottom: 3px solid var(--pix-main-color);
}

.pix__mainMenu_compare-products, .pix__mainMenu_like-products {
    margin: 15px 0;
    height: 195px;
    overflow-y: auto;
    padding-right: 20px;
}

.pix__mainMenu_compare-products ul, .pix__mainMenu_like-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pix__mainMenu_compare-products ul > li, .pix__mainMenu_like-products ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.pix__mainMenu_compare-products ul > li:first-child, .pix__mainMenu_like-products ul > li:first-child {
    padding-top: 0;
}

.pix__mainMenu_compare-products ul > li:last-child, .pix__mainMenu_like-products ul > li:last-child {
    padding-bottom: 0;
}

.pix__mainMenu_compare-products ul > li + li, .pix__mainMenu_like-products ul > li + li {
    border-top: 1px solid #eeeeee;
}

.pix__mainMenu_compare-products ul > li > a, .pix__mainMenu_like-products ul > li > a {
    height: auto;
    max-width: 40%;
    min-width: 40px;
    margin-right: 10%;
}

.pix__mainMenu_compare-products ul > li > a img, .pix__mainMenu_like-products ul > li > a img {
    display: block;
    height: auto;
    margin: auto;
}

.pix__mainMenu_compare-product-info, .pix__mainMenu_like-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

@media (min-width: 768px) {
  .pix__mainMenu_compare-product-info, .pix__mainMenu_like-product-info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.pix__mainMenu_compare-product-info a, .pix__mainMenu_like-product-info a {
  color: inherit;
  font-weight: 600;
}

.pix__mainMenu_compare-product-info > span, .pix__mainMenu_like-product-info > span {
  margin-top: .25em;
  font-weight: 600;
  color: var(--pix-main-color);
}

.pix__mainMenu_compare-product-info > div, .pix__mainMenu_like-product-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.pix__mainMenu_compare-product-info > div > input, .pix__mainMenu_like-product-info > div > input {
  width: 40px;
  height: 20px;
  padding: 0 0 0 10px;
  margin-right: 20px;
  font-size: .75rem;
  border: 1px solid #eeeeee;
}

.pix__mainMenu_compare-product-info > div > a, .pix__mainMenu_like-product-info > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: .4rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background-color: #cccccc;
  color: #fff;
}

.pix__mainMenu_compare-product-info > div > a:hover, .pix__mainMenu_like-product-info > div > a:hover {
  background-color: var(--pix-main-color);
}

.pix__mainMenu_compare-product-delete, .pix__mainMenu_like-product-delete {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
  opacity: .5;
}

.pix__mainMenu_compare-product-delete:hover, .pix__mainMenu_like-product-delete:hover {
  opacity: 1;
  text-decoration: none;
}

.pix__mainMenu_compare_subtotal, .pix__mainMenu_like_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #eeeeee;
  font-weight: 600;
}

.pix__mainMenu_compare_controls, .pix__mainMenu_like_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pix__mainMenu_compare_controls > .btn, .pix__mainMenu_like_controls > .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
}

.pix__mainMenu_compare_controls > span, .pix__mainMenu_like_controls > span {
  display: inline-block;
  width: 11px;
}




.pix-header-user.show {
  visibility: visible;
  opacity: 1;
}

.pix-header-user-tabs {
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}

.pix-header-user-tabs a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 0 0 5px;
}

.pix-header .pix-header-user-tabs a:not(.active):hover{
    color: var(--pix-main-color);
}
.pix-header .pix-header-user-tabs a.active:hover {
    color: inherit;
}

.pix-header .pix-header-user-tabs a.active {
    border-color: var(--pix-main-color);
}

.pix-header-user-tabs a + a {
  margin-left: 15px;
}

.pix-header-user-panel {
  background-color: #fff;
}

.pix-header-user-panel:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 61px;
  right: 24px;
  left: 24px;
}

.pix-header-user-panel .form-group {
  position: relative;
}
.pix-header-user-panel .form-check-input {
    width: 1em;
    height: 1em;
    border-radius: 3px;
}
.pix-header-user-panel .form-check-input:checked {
    background-color: var(--pix-main-color);
    border-color: var(--pix-main-color);
}

.pix-header-user-panel .form-group label > span {
    color: var(--pix-main-color);
    margin-left: .25em;
}

.pix-header-user-panel .form-group.edit label {
    opacity: 0;
    visibility: hidden;
}

.pix-header-user-panel .form-group:not(.form-check) label {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0.5rem 1rem;
    left: 0;
    top: 2px;
    line-height: 1.5;
    z-index: 2;
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
}

.pix-header-user-panel .form-group.form-check input {
    margin-top: .2em;
    -ms-flex-item-align: start;
    align-self: flex-start;
    left: 4px;
}

.pix-header-user-panel .form-group.form-check label {
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    white-space: normal;
}
.pix-header-user-panel .form-group.form-check label[for="rememberme"]{
    padding: 0;
}
.pix-header-user-panel .form-group.form-check label a{
    display: inline-block;
}

.pix-header-user-panel .form-group + .btn {
    min-width: 110px;
}

.pix-header-user-panel small {
    display: inline-block;
    left: 25px;
    font-weight: 400;
}

.pix-header-user-panel a.text-muted {
    color: #212121 !important;
    text-decoration: underline;
    font-size: 13px;
}

.pix-header-user-panel a.text-muted:hover {
    text-decoration: none;
}

.pix-header-cart {
    color: #212121;
}

.pix-header-cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.pix-header-cart-header > span, .pix-header-cart-header > b {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -2px;
}

.pix-header-cart-header > span {
    border-bottom: 3px solid var(--pix-main-color);
}

.pix-header-cart-products {
    margin: 10px 0;
    min-height: 105px;
    max-height: 195px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.pix-header nav .pix-header-cart-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.pix-header nav .pix-header-cart-products ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 10px 0;
}
.pix-header nav .pix-header-cart-products ul > li,
.pix-header nav .pix-header-cart-products ul > li i{
    color: inherit !important;
}

.pix-header-cart-products ul > li:first-child {
  padding-top: 0;
}

.pix-header-cart-products ul > li:last-child {
  padding-bottom: 0;
}

.pix-header-cart-products ul > li + li {
  border-top: 1px solid #eeeeee;
}

.pix-header-cart-products ul > li > a {
  height: auto;
  max-width: 40%;
  min-width: 70px;
  margin-right: 15px;
}

.pix-header-cart-products ul > li > a img {
  display: block;
  height: auto;
  margin: auto;
}

.pix-header-cart-products.scrollable .scroll-bar.vertical{
    right: 0;
}

.pix-header-cart-product-info{
    font-size: 14px;
}

.pix-header-cart-product-info > a {
    color: inherit;
    font-weight: 600;
    display: block;
    white-space: normal;
    line-height: 1.3;
}
.pix-header-cart-product-info > a:hover {
    color: inherit !important;
    text-decoration: underline;
}

.pix-header-cart-product-info > div > span {
    display: block;
    margin-left: auto;
}
.pix-header-cart-product-info > div span.amount{
    font-weight: 600;
}
.pix-header-cart-product-info > div > span ins{
    color: var(--pix-main-color);
}
.pix-header-cart-product-info > div > span del,
.pix-header-cart-product-info > div > span del span.amount{
    font-weight: 400;
    font-size: .9em;
    color: #999;
}

.pix-header-cart-product-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.pix-header-cart-product-info > div > input {
    width: 40px;
    height: 25px;
    padding: 0 0 0 10px;
    margin-right: 5px;
    font-size: .75rem;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.pix-header-cart-product-info > div > a {
    text-align: center;
    line-height: 1;
    text-decoration: none;
    color: inherit;
    opacity: .5;
}
.pix-header-cart-product-info > div > a.pix-cart-apply {
    margin-right: 5px;
}

.pix-header-cart-product-info > div > a:hover {
    opacity: 1;
    color: var(--pix-main-color) !important;
}
.pix-header-cart-product-info > div > a.pix-cart-apply:hover {
    color: #0aae5f !important;
}

.pix-header-cart_subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #eeeeee;
    font-weight: 600;
}
.pix-header-cart_subtotal .amount{
    font-weight: 600;
}

.pix-header-cart_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pix-header-cart_controls > .btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    color: #fff;
}

.pix-header-cart_controls > span {
    display: inline-block;
    width: 11px;
}





.pix-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /*background-color: #1a1a1a;*/
    z-index: 30;
}

.pix-header-placeholder{
    height: 0;
}
.pix-header-placeholder.fixed{
    height: var(--pix-header-height);
}
.pix-header-placeholder.pix-levels.fixed{
    height: calc(var(--pix-header-height) + 80px);
}
.pix-header-placeholder + .pix-header.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 30;
}

.pix-header.fixed:not(.boxed) {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.pix-header.fixed .container,
.pix-header.fixed .container-fluid,
.pix-header.fixed nav {
    height: 70px;
}

.pix-fixed-content {
    display: none !important;
}

.fixed li.pix-fixed-content {
    display: inline-block !important;
    margin-left: 20px;
}

.pix-top-bar ul li {
    display: inline-block;
    list-style: none;
}

.pix-top-bar .header-topbarbox-1,
.pix-top-bar .header-topbarbox-1 ul {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pix-top-bar .header-topbarbox-1 ul li {
    padding-right: 50px;
    position: relative;
}

.pix-top-bar .header-topbarbox-1 ul li i {
    padding-right: 10px;
    position: relative;
    font-size: 18px;
}

.pix-top-bar.black .header-topbarbox-1 ul li i {
    color: #fff;
}

.pix-top-bar.white .header-topbarbox-1 ul li i {
    color: #000;
}

.pix-top-bar .header-topbarbox-2 ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.pix-top-bar .header-topbarbox-2 ul.header-socials {
    height: 100%;
    padding-left: 70px;
}

.pix-top-bar .header-topbarbox-2 a {
    font-weight: 600;
}

.pix-top-bar .header-topbarbox-2 ul li {
    padding-left: 15px;
}

.pix-top-bar .pix-button {
    margin-left: 50px;
    font-size: 14px;
    transition: background .33s;
}

.pix-header.fixed .pix-top-bar {
    display: none;
}

.pix-header:not(.pix-levels) .menu-logo.hide,
.pix-header nav.hide:not(.pix-info-container) {
    visibility: hidden;
    opacity: 0;
}

.menu-logo a.navbar-brand {
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.menu-logo a.navbar-brand img {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.pix-header .menu-logo {
    display: grid;
    opacity: 1;
    visibility: visible;
    transition: height .33s;
    z-index: 1;
    height: 100%;
    align-items: center;
}

.pix-header .col-6 .menu-logo {
    justify-content: center;
}

.pix-header .menu-logo img {
    width: 100%;
    height: auto;
}

.pix-header nav ul {
    display: inline-block;
    height: 100%;
    position: static;
}

.pix-header.menu-aroundblock nav ul.main-menu-elements {
    padding: 0;
    position: relative;
}

.pix-header .pix-menu-center-logo-left .header-social-link {
    padding: 0 5px;
}

.pix-header .pix-menu-center-logo-left .header-social-link:first-child {
    padding-left: 0;
}

.pix-header.pix-levels nav ul.main-menu-elements {
    padding: 0 0 0 15px;
}

.pix-header nav ul.main-menu-elements li:last-child {
    padding-right: 0;
}

.pix-header.pix-header-info .pix-info-container li {
    padding-left: 30px;
}

.pix-header.pix-header-info .pix-info-container li:last-child {
    padding-right: 0;
}

.pix-header.pix-levels .pix-info {
    position: relative;
    height: 50px;
    padding-left: 50px;
    top: calc(50% - 25px);
}

.pix-header.pix-levels .pix-info i {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    font-size: 36px;
    color: var(--pix-main-color) !important;
}

.pix-header.pix-levels .pix-info span {
    position: relative;
    top: -2px;
}

.pix-header.pix-levels.black .pix-info span {
    color: #eee;
}

.pix-header.pix-levels.black .pix-info h4 {
    color: #fff;
}

.pix-header.pix-levels.white .pix-info span {
    color: #777;
}

.pix-header.pix-levels.white .pix-info h4 {
    color: #333;
}

.pix-header.pix-levels.pix-header-info nav > ul > li > a.pix-button {
    top: calc(50% - 16px);
    margin-top: -4px;
}

.pix-header.black nav > ul > li > a.pix-button:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.pix-header nav ul li {
    display: inline-block;
    position: relative;
    font-size: var(--pix-font-size);
    font-weight: 500;
    padding: 0 10px;
    color: #565656;
}

.pix-header nav > ul > li {
    height: 100%;
    vertical-align: middle;
}

.main-menu-elements li + li.pix-header-btn {
    padding-left: 30px;
}

.pix-header nav ul li:not(.pix-li-button):hover > a {
    color: var(--pix-main-color);
}

.pix-header.main-color nav ul li:not(.pix-li-button):hover > a,
.pix-header.add-color nav ul li:not(.pix-li-button):hover > a {
    color: #fff;
}

.main-color nav ul li,
.add-color nav ul li,
.gradient nav ul li,
.main-color nav ul li ul.submenu li:after,
.add-color nav ul li ul.submenu li:after,
.gradient nav ul li ul.submenu li:after {
    color: #fff !important;
}

.pix-header nav ul li.search {
    padding: 0;
}

.pix-header .search-container {
    position: absolute;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: calc(100% - 160px);
    height: var(--pix-header-height);
    background-color: transparent;
    opacity: 0;
    -webkit-transition: visibility .33s, opacity .33s, height .33s;
    transition: visibility .33s, opacity .33s, height .33s;
}

.pix-header.fixed .search-container {
    height: 50px;
}

.pix-header .search-container.show {
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.pix-header .search-container .input-container {
    width: 100%;
    position: relative;
}

.pix-header .search-container .input-container:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 5px;
    right: 10px;
    content: "\f002";
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.search-container form.searchform div:after {
    display: none;
}

.pix-header .search-container .input-container input[type=submit] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}

.pix-header .search-cat-container .input-container input[type=text] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border: 0;
    border-radius: 5px;
}

.pix-header .search-cat-container .input-container input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 20px;
    border-radius: 0 5px 5px 0;
    background-color: #303030;
    background-image: var(--pix-svg-search);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    background-size: 23px;
}

.search-cat-container form.searchform div:after {
    content: none;
}

.pix-header.black .search-container .input-container input,
.pix-header.black .search-container .pix-search-close,
.pix-header.main-color .search-container .input-container input,
.pix-header.main-color .search-container .pix-search-close,
.pix-header.add-color .search-container .input-container input,
.pix-header.add-color .search-container .pix-search-close {
    color: #fff;
}

.pix-header .search-container .input-container input::-webkit-input-placeholder {
    color: #efefef;
}

.pix-header.black .search-container .input-container:after {
    background: var(--pix-svg-search-white) no-repeat center center;
}

.pix-header .search-container .pix-search-close {
    margin-left: 25px;
    cursor: pointer;
    color: #fff;
}

.pix-header .search-container .input-container input {
    padding: 0 15px;
    padding-right: 45px;
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    outline: none;
}

.pix-header nav ul li.cart {
    position: relative;
    padding: 0;
}

.pix-header nav ul li.cart a,
.pix-header nav ul li.search a {
    margin-right: 5px;
    margin-left: 5px;
}

.pix-cart-items {
    color: inherit;
    padding-right: 10px;
}

.pix-header nav ul li.cart span {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-color: var(--pix-main-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.pix-header nav ul li a {
    position: relative;
    font-weight: inherit;
    color: inherit;
    font-family: var(--pix-main-font);
}

.pix-header nav ul li a:hover {
    color: var(--pix-main-color);
}

.pix-header.main-color nav ul li a:hover,
.pix-header.add-color nav ul li a:hover {
    color: #fff;
}

.pix-header nav > ul > li > a {
    top: 50%;
    line-height: 0;
    display: block;
    cursor: pointer;
}

.pix-header-icons{
    z-index: 10;
}




.pix-header nav > ul.main-menu-elements > li.pix-header-phone{
    display: inline-flex;
    align-items: center;
}

.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a {
    margin: 0;
    display: inline-block;
    top: calc(50% - var(--pix-h5-size) / 2);
    font-size: var(--pix-h5-size);
    font-weight: 500;
}

.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a i {
    color: var(--pix-button-color);
    font-size: 1em;
    transform: rotateZ(90deg);
}
.pix-header.main-color nav > ul.main-menu-elements > li.pix-header-phone > a i {
    color: #fff;
}

.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a span {
    padding-left: 0.5em;
}

.pix-header nav > ul.main-menu-elements > li > a {
    margin-top: -9px;
}

.pix-header nav > ul.main-menu-elements > li > a.pix-button {
    margin-top: -19px;
}

.menu-singleblock nav ul li.js-addmenu {
    margin-left: 30px;
}

.menu-singleblock nav ul li.js-addmenu a {
    font-size: 12px;
    color: #fff;
    margin-top: -16px;
}

.pix-header.white nav ul li.js-addmenu a:hover {
    color: var(--pix-main-color);
}

.pix-header nav ul li ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    padding: 30px;
    min-width: 190px;
    width: auto;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 6;
    top: 100%;
    left: -30px;
    height: auto;
    margin-top: 10px;
    transition: visibility 0.33s, opacity .33s, transform .33s;
}

.pix-header.pix-levels nav ul li ul.submenu {
    left: -25px;
}
.pix-header.pix-levels nav ul li ul#account-menu.submenu {
    left: auto;
    right: -25px;
}

.pix-header nav ul li ul.submenu li {
    display: block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: var(--pix-font-size);
    position: relative;
    -webkit-transition: transform .5s, color .3s;
    transition: transform .5s, color .3s;
    cursor: pointer;
}

.pix-header nav ul li ul.submenu li.arrow {
    width: calc(100% + 15px);
}

.pix-header nav ul li.pix-mega-menu.arrow > a:after,
.pix-header nav ul li.arrow:after {
    position: absolute;
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 700;
    content: '\f054';
    right: 15px;
    top: 0;
    -webkit-transition: right .33s;
    transition: right .33s;
}

.pix-header nav ul.nav > li.arrow {
    margin-right: 15px;
}

.pix-header nav ul li.pix-mega-menu.arrow > a:after,
.pix-header nav ul.nav > li.arrow:after {
    display: grid;
    align-items: center;
    content: '\f078';
    top: 1px;
    right: -3px;
    height: 100%;
    transition: color 0.33s;
}

.pix-header nav ul li.pix-mega-menu.arrow > a:after {
    right: -15px;
    transition: color 0s;
}

.pix-header nav ul.nav > li.arrow:hover:after {
    color: var(--pix-main-color);
}

.main-color nav ul.nav > li.arrow:hover:after,
.add-color nav ul.nav > li.arrow:hover:after,
.gradient nav ul.nav > li.arrow:hover:after {
    color: #fff;
}

.pix-header.pix-levels .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pix-header .row,
.pix-header .row .col-md-4,
.pix-header .row .col-3,
.pix-header .row .col-9,
.pix-header .row .col {
    height: 100%;
}

.pix-header .pix__secondMenu .row{
    align-items: start;
}

nav.pix-menu-center-logo-left {
    text-align: right;
}

.menu-aroundblock .menu-logo a {
    position: relative;
    display: grid;
    height: 100%;
    margin: auto;
}

.menu-aroundblock .menu-logo img {
    margin: auto;
}

.pix-header.fixed .menu-logo img {
    max-height: 40px;
    width: auto;
}

.pix-header nav ul li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}

.pix-header.fixed nav ul li:hover > ul.submenu {
    transform: translateY(-11px);
}

.pix-header nav ul li > ul.submenu li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-10px);
    left: 100%;
}

.pix-header nav ul li.pix-submenu-vertical > ul.submenu li:hover > ul.submenu {
    left: 0;
    transform: translateY(-10px);
}

.pix-header nav ul li span.submenu-controll-inner {
    float: right;
    padding-right: 25px;
    -webkit-transition: padding-right .25s;
    transition: padding-right .25s;
}

.pix-header nav ul li ul.submenu li ul.submenu {
    top: -30px;
    left: 0;
    margin-top: 0;
    margin-left: 10px;
}

.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu > li > ul.submenu {
    left: 100%;
}

.pix-header nav ul li.pix-submenu-vertical ul.submenu li ul.submenu {
    top: calc(100% + 15px);
    margin-left: 0;
}

.pix-header nav ul li ul.submenu li:hover {
    transform: translateX(10px);
}

.pix-header nav ul li ul.submenu li > a:hover {
    color: var(--pix-main-color);
}

.pix-header nav ul li ul.submenu li:hover.arrow:after {
    right: 5px;
}

.pix-header nav ul li.pix-mega-menu {
    position: static;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 160px);
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 23.5%);*/
    /*grid-gap: 2%;*/
    left: 80px;
    padding: 0;
    white-space: normal;
    background-color: inherit;
}

.pix-header nav ul li.pix-mega-menu:hover > ul.submenu {
    /*z-index: 10;*/
}

.pix-header nav ul li.pix-mega-menu > ul.submenu > li {
    display: grid;
    grid-template-rows: min-content;
    font-weight: 700;
    white-space: normal;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    width: 100%;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu > li > a {
    min-height: 55px;
}

.pix-header nav ul li.pix-mega-menu.arrow:after,
.pix-header nav ul li.pix-mega-menu > ul.submenu li.arrow:after {
    content: none;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu li:hover {
    transform: none;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu ul.submenu {
    top: 0;
    left: 0 !important;
    position: inherit;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.pix-header nav ul li.pix-mega-menu:hover > ul.submenu ul.submenu {
    visibility: visible;
    opacity: 1;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu ul.submenu li {
    padding: 5px 0;
}

.pix-header nav ul li.pix-mega-menu > ul.submenu li:hover > ul.submenu {
    transform: none;
}

.pix-header nav ul li.pix-mega-menu > .row {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    overflow: overlay;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog {
    column-count: unset;
    width: 100%;
    white-space: normal;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog div {
    float: left;
    width: 22%;
    padding: 0;
    padding-bottom: 30px;
    background-color: #fff;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog div.pix-more {
    z-index: 4;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog a + ul {
    padding-top: 10px;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog div:not(.pix-more) ul li:nth-child(n+5) {
    display: none;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog ul,
.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog ul li {
    display: block;
    text-align: left;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog ul li {
    line-height: 1.5;
    padding: 0;
    padding-bottom: 5px;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog ul li a {
    display: inline-block;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog div p {
    margin-bottom: 0;
    text-align: left;
    position: relative;
    min-height: 25px;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog p a {
    position: absolute;
    left: 0;
}

.pix-header nav ul li.pix-mega-menu > .row .pix-masonry-catalog a.hide {
    display: none;
}



/*** Header Product Cats Button ***/

.pix-header-bottom {
    padding: 0;
    background-color: #fff;
}

.pix__search input {
    height: 50px;
    line-height: 1.1em;
    font-size: .9em;
    z-index: 2;
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.pix__search .scroll-bar.vertical {
    right: 19px;
}

.pix__search .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pix__search button {
    font-size: 16px;
    border-radius: 0 3px 3px 0 !important;
    max-height: 50px;
    padding-top: 1em;
}
.pix__search button span{
    font-weight: 500;
}

.pix__searchAjax {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 300px;
    max-height: 485px;
    top: 100%;
    right: 1px;
    left: 1px;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    background-color: #fff;
    visibility: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    opacity: 0;
    z-index: 4;
}

.pix__searchAjax.show {
    visibility: visible;
    opacity: 1;
}

.pix__searchAjax > .scroll-bar {
    right: 19px;
}

.pix-ajax-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity .33s ease, visibility .33s ease;
    z-index: 1;
}
.pix-ajax-loader.show{
    opacity: 1;
    visibility: visible;
}
.pix__searchAjax .pix-ajax-loader{
    height: 300px;
}
.pix-header-cart .pix-ajax-loader{
    top: 0;
    left: 0;
}

.pix__searchAjax_inner {
    margin-right: 31px;
}

@media (max-width: 767.98px) {
    .pix__searchAjax_inner {
        margin-right: 31px;
    }
}

.pix__searchAjax_categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pix__searchAjax_categories > li > a {
    display: block;
    padding: 10px 20px 10px 70px;
    margin: 0;
    color: #666666;
    font-size: .9em;
    text-decoration: none;
}

.pix__searchAjax_categories > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.pix__searchAjax_categories > li > a > i {
    position: absolute;
    top: 9px;
    left: 30px;
    font-size: 20px;
    color: #212121;
}

.pix__searchAjax_categories > li > a span:nth-of-type(1) {
    color: var(--pix-main-color);
    margin: 0 5px;
}

.pix__searchAjax_categories > li > a span:nth-of-type(2) {
    color: #212121;
}

.pix__searchAjax_products {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.pix__searchAjax_products > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 2;
    flex: 1 2;
}

.pix__searchAjax_product-img {
    height: auto;
    max-width: 120px;
    margin-right: 30px;
    min-width: 40px;
}

@media (max-width: 767.98px) {
    .pix__searchAjax_product-img {
        margin-right: 20px;
        max-width: 40px;
    }
}

.pix__searchAjax_product-img img {
    display: block;
    height: auto;
    margin: auto;
}

@media (min-width: 768px) {
    .pix__searchAjax_product-info {
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
    }
}

.pix__searchAjax_product-info > span {
    color: #808080;
    font-size: .8em;
}

.pix__searchAjax_product-info > h6 {
    margin: .75em auto .25em;
}

.pix__searchAjax_product-info > h6 > a {
    color: inherit;
}

.pix__searchAjax_product-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pix__searchAjax_product-info > div > .btn-sm, .pix__searchAjax_product-info > div.btn-group-sm > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 30px;
    padding: 0;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
}

.pix__searchAjax_product-info > div > .btn-sm > i, .pix__searchAjax_product-info > div.btn-group-sm > .btn > i {
    /*left: -1px;*/
    /*top: -1px;*/
}

.pix__searchAjax_product-price {
    font-family: Poppins, sans-serif;
}

.pix__searchAjax_product-price b {
    font-size: .8em;
}

.pix__searchAjax_product-price strike {
    font-size: .75em;
    color: #b2b2b2;
}

.pix__secondMenu {
  z-index: 3;
}

.pix__secondMenu > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    background-color: #212121;
    height: 50px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    /*border-radius: 3px;*/
}

.pix__secondMenu > a span{
    font-weight: 500;
}

.pix__secondMenu > a > i:first-child {
  margin-right: 20px;
}

.pix__secondMenu > a > i:last-child {
  margin-left: auto;
  padding-left: 20px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .pix__secondMenu > a {
    width: 100%;
    text-align: center;
  }
  .pix__secondMenu > a > i:first-child {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .pix__secondMenu > a > span, .pix__secondMenu > a > i:last-child {
    display: none;
  }
}

.pix__secondMenu > .pix-section {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  -o-transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
}
.pix__secondMenu > .pix-section.show {
  opacity: 1;
  visibility: visible;
}

.pix__secondMenu > ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 13px 0 0;
  list-style: none;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  -o-transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
}

.pix__secondMenu > ul.show {
  opacity: 1;
  visibility: visible;
}

.pix__secondMenu > ul.show > li.active + li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
    height: 100%;
}

.pix__secondMenu > ul.show > li.active + li > .row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
    height: 100%;
}
.pix__secondMenu > ul.show > li.active + li > .row .col-xl-3 {
    height: 100%;
}

@media (max-width: 767.98px) {
  .pix__secondMenu > ul {
    margin-top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pix__secondMenu > ul {
    width: calc(600% + 40px * 5);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pix__secondMenu > ul {
    width: calc(600% + 40px * 5);
  }
}

.pix__secondMenu > ul:before {
  position: absolute;
  display: block;
  height: 16px;
  top: -16px;
  right: 0;
  left: 0;
  content: '';
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a:hover {
  background-color: #eee;
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a i {
  top: 1px;
  vertical-align: middle;
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a i:first-child,
.pix__secondMenu > ul > li:nth-child(2n+1) > a .pix-svg-fill{
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 20px;
}
.pix__secondMenu > ul > li:nth-child(2n+1) > a .pix-svg-fill{
    height: auto;
    fill: #fff;
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a i:last-child {
  font-size: .75em;
  opacity: .5;
}

.pix__secondMenu > ul > li:nth-child(2n+1) > a > span {
  display: inline-block;
  margin-right: auto;
}

.pix__secondMenu > ul > li:nth-child(2n+1):not(:first-child) {
  border-top: 1px solid #eee;
}

.pix__secondMenu > ul > li:nth-child(2n+1).active > a {
  background-color: var(--pix-main-color);
  color: #fff;
}

.pix__secondMenu > ul > li:nth-child(2n+1).active > a > i:last-child {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .pix__secondMenu > ul > li:nth-child(2n+1).active > a > i:last-child.pit-right:before {
    content: "";
  }
}

.pix__secondMenu > ul > li:nth-child(2n+1).active + li {
    display: block;
    height: 100%;
}
.pix-catalog-100 .pix__secondMenu > ul > li:nth-child(2n+1).active + li {
    height: auto;
}
.pix-catalog-100 .pix__secondMenu > ul > li:nth-child(2n+1).active + li .row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: 1fr;
    align-items: start;
}
.pix-catalog-100 .pix__secondMenu > ul > li:nth-child(2n+1).active + li .row > [class*='col-']{
    max-width: 100%;
}

.pix__secondMenu > ul > li:nth-child(2n+1).active + li .col-xl-3{
    height: 100%;
    align-self: start;
}

.pix__secondMenu > ul > li:nth-child(2n) {
  display: none;
  padding: 0 40px 0 40px;
  background-color: #fff;
}

.pix-catalog-hide .pix__secondMenu > ul > li:nth-child(2n+1).active + li{
    display: none !important;
}

.pix__secondMenu > ul > li:nth-child(2n) a:not(.btn) {
    color: inherit;
    font-size: 0.9rem;
}

@media (min-width: 992px) {
  .pix__secondMenu > ul > li:nth-child(2n) {
    min-height: 100%;
    width: calc(300% + 120px);
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pix__secondMenu > ul > li:nth-child(2n) {
    width: calc(200% + 80px);
  }
}

.pix-catalog-overlay .pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"]:first-child{
    flex: 1;
    display: flex;
    overflow: auto;
    height: 100%;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) {
  padding-left: 60px;
  margin-top: 30px;
}
.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner):first-child{
    margin-top: 0;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > .pix__secondMenu-img {
  position: absolute;
  display: block;
  height: auto;
  height: 40px;
  width: 40px;
  left: 0;
  text-align: right;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > .pix__secondMenu-img > img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > a {
  display: inline-block;
  margin-bottom: .75em;
  color: #000000;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > a > span {
  font-size: .75rem;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > ul {
  padding: .5em 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  color: #808080;
  margin: 0;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > ul > li {
  margin-top: .15em;
}

.pix__secondMenu > ul > li:nth-child(2n) > .row [class^="col-"] > div > div:not(.pix__secondMenuBanner) > ul > li > a:hover {
  color: red;
  text-decoration: none;
}

.pix__secondMenu > ul > li:nth-child(2n) .adv {
  color: #fff;
  position: relative;
  padding: 30px;
  background-color: #333333;
  font-weight: 600;
  min-height: 200px;
  margin-bottom: 1em;
}

.pix__secondMenu > ul > li:nth-child(2n) .adv + a.btn {
  height: 50px;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.pix__secondMenuInverse > ul > li:nth-child(2n+1):not(.active) > a {
  background-color: #212121;
  color: #fff;
}

.pix__secondMenuInverse > ul > li:nth-child(2n+1):not(:first-child) {
  border-top: 1px solid #333333;
}

.pix__secondMenuBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;/*calc(100% + 40px);*/
  margin: 0 -40px -40px 0;
  padding: 40px;
  background-size: cover;
  background-position: center;
  font-weight: 600;
}

.pix__secondMenuBanner p:last-of-type {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.1em;
}

.pix__secondMenuBanner > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
    cursor: pointer;
}

.pix__phone {
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-radius: 3px;
    height: 50px;
}

.pix__phone > i:before{
    font-size: 18px;
    line-height: 2;
}
.pix__phone > b {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.pix-masonry-catalog {
    column-count: 3;
    column-gap: 50px;
    padding: 40px 20px 20px;
    align-self: start;
}
.pix-catalog-overlay .pix-masonry-catalog{
    padding-bottom: 40px;
}

.pix-masonry-catalog > div {
    break-inside: avoid;
    padding: 5px;
}

/**************************************/
/*****         Mobile Menu        *****/
/**************************************/

.menu-mobile {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    z-index: 30;
    top: 0;
}
.menu-mobile.fixed{
    position: fixed;
}

.menu-mobile .row {
    margin: 0;
}

.menu-mobile .col-12 {
    padding: 0
}

.menu-mobile__header {
    position: relative;
    padding: 20px 15px;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-mobile__header.pix-lvl.pix-top-bar{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 10px 15px;
}
.main-color .pix-header-mobile-col-right .pix-header-icon a{
    color: #fff;
    font-size: 20px;
}
.main-color .pix-header-mobile-col-right span.badge{
    background-color: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 400;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: relative;
    top: -15px;
    left: -10px;
}
.pix-header-mobile-icons .pix-button{
    border: 1px solid #fff;
    margin-right: 25px;
}

.menu-mobile__header.black {
    background-color: #212121;
}
.menu-mobile__header.white {
    background-color: #fff;
}
.menu-mobile__header.main-color {
    background-color: var(--pix-main-color);
}

.pix-header-mobile-col-right{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pix-header-mobile-col-right.search{
    justify-content: space-between;
    flex-direction: row-reverse;
}
.pix-header-mobile-icons{
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
}


/*.menu-mobile__header:after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/

/*.menu-mobile__header:before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/

.menu-mobile__header img {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    min-width: 100px;
    max-height: 65px;
    /*position: absolute;*/
    /*top: 0;*/
    /*margin: auto 0;*/
    /*bottom: 0;*/
}

.menu-mobile__header .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
    /* display: inline-block; */
    height: 100%;
    display: flex;
    align-items: center;
}
.menu-mobile__header .navbar-brand.hide {
    opacity: 0;
    display: none;
}

.menu-mobile__header i.js-search-toggle {
    text-align: right;
    font-size: 18px;
    margin-top: 0;
    float: right;
    margin-right: 20px;
    -webkit-transition: .33s;
    transition: .33s;
    color: #fff;
}

.menu-mobile__header i.js-search-toggle.fa-times-circle {
    margin-right: 0;
}

.menu-mobile__header .search-container {
    position: relative;
    text-align: right;
    margin-top: 2px;
    float: right;
    margin-right: 25px;
    -webkit-transition: .33s;
    transition: .33s;
    display: none;
    visibility: hidden;
}

.menu-mobile__header.black .search-container, .menu-mobile__header.black .cart-container a {
    color: #fff;
}

.menu-mobile__header.white .search-container, .menu-mobile__header.white .cart-container a {
    color: #000;
}

.menu-mobile__header .search-container input {
    display: none;
    float: left;
    background-color: transparent;
    border: none;
    font-size: 16px;
    outline: none;
    color: #fff;
    padding-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    width: 90%;
}

.menu-mobile__header .search-container input[type=submit] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    cursor: pointer;
}

.menu-mobile__header form.searchform div:after {
    position: absolute;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
}

.menu-mobile__header .search-container input::-webkit-input-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input::-moz-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input:-moz-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input:-ms-input-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container.show {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    opacity: 1;
    margin-top: 2px;
    margin-bottom: 4px;
    display: block;
    visibility: visible;
}

.menu-mobile__header .search-container.show i {
    color: #fff;
}

.menu-mobile__header .search-container.show input {
    display: inline-block;
}

.menu-mobile__header .cart-container {
    position: relative;
    float: right;
    top: 1px;
    /*margin-right: 5px;*/
    /*margin-left: 15px;*/
    display: block;
}

.menu-mobile__header .cart-container a{
    color: #fff;
    font-size: 20px;
}
.menu-mobile__header.white .cart-container a{
    color: #000;
}

.menu-mobile__header .pix-header-mobile-icons.hide,
.menu-mobile__header .cart-container.hide {
    display: none;
}

.menu-mobile__header .cart-container span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    top: -8px;
    right: -5px;
    background-color: var(--pix-main-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border: none;
}

.menu-mobile__header.main-color .cart-container span{
    background-color: #000;
}

.menu-mobile__header .cart-container i.fa-shopping-cart {
    font-size: 20px;
}

/* Анимация для мобильного меню*/

.menu-mobile__header .hamburger.hide {
    display: none;
}

.menu-mobile__header .hamburger {
    float: right;
    padding: 0;
    margin-left: 0;
    position: relative;
    width: 40px;
    display: block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}
.menu-mobile__header .hamburger.is-active{
    top: -1px;
}

.menu-mobile__header.black .hamburger .hamburger-inner,
.menu-mobile__header.black .hamburger .hamburger-inner::before,
.menu-mobile__header.black .hamburger .hamburger-inner::after,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.menu-mobile__header.white .hamburger .hamburger-inner,
.menu-mobile__header.white .hamburger .hamburger-inner::before,
.menu-mobile__header.white .hamburger .hamburger-inner::after,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.menu-mobile__header.main-color .hamburger .hamburger-inner,
.menu-mobile__header.main-color .hamburger .hamburger-inner::before,
.menu-mobile__header.main-color .hamburger .hamburger-inner::after,
.menu-mobile__header.main-color .hamburger.is-active .hamburger-inner,
.menu-mobile__header.main-color .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.main-color .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 27px;
    height: 24px;
    display: inline-block;
    position: relative;
    right: -5px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.33s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--spring .hamburger-inner {
    top: 5px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.33s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.33s 0.33s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.33s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::before,
.hamburger--arrow-r.is-active .hamburger-inner::before {
    top: -6px;
}

.hamburger--arrow.is-active .hamburger-inner::after,
.hamburger--arrow-r.is-active .hamburger-inner::after {
    bottom: -6px;
}

.menu-mobile__list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: auto;
    left: -800px;
    -webkit-transition: .33s;
    transition: .33s;
}

.menu-mobile__list.show {
    left: 0;
}

.pix-body-fixed .menu-mobile .overlay {
    /*opacity: 1;*/
    /*display: block;*/
}

.pix-mobile-menu-container {
    overflow: auto;
    height: auto;
    max-height: 120vw;
    padding-top: .75rem;
    padding-bottom: .75rem;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0,0,0,.2);
}
.pix-mobile-menu-container ul{
    margin-bottom: 0;
}

.pix-body-fixed {
    overflow: hidden !important;
}

.menu-mobile__list + .overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 500vw;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.menu-mobile__list ul li {
    list-style: none;
    color: #000000;
    padding: .75em 0 .75em 1.5em;
    font-size: var(--pix-font-size);
    font-weight: 700;
    position: relative;
}

.menu-mobile__list ul li.purple {
    color: var(--pix-main-color);
    padding-bottom: 0;
}
.menu-mobile__list ul li.purple > a {
    padding-bottom: .75rem;
}

.menu-mobile__list ul li a {
    display: inline-block;
    width: 100%;
    color: inherit;
    font-weight: inherit;
}

.menu-mobile__list li.js-mobile-menu i {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    color: #666;
    top: 0;
    right: 5px;
    height: 2.9rem;
    width: 2.9rem;
    z-index: 10;
    background-color: #f7f7f7;
}
.menu-mobile__list li.js-mobile-menu i:before {
    position: absolute;
    top: 16px;
    left: 20px;
    transition: transform .2s ease-in-out;
}
.menu-mobile__list li.js-mobile-menu.purple > i:before {
    transform: rotateX(180deg);
}

.menu-mobile__list ul.mobile-submenu {
    display: none;
    margin-top: 0;
    border-bottom: none;
}

.menu-mobile__list ul.mobile-submenu li {
    font-weight: 400;
    padding-right: 0;
}
.menu-mobile__list ul.mobile-submenu li:first-child {
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
}
.menu-mobile__list ul.mobile-submenu li:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}



/******************************************/
/*****   Header Title & Breadcrumbs   *****/
/******************************************/

.custom-header {
    padding: 180px 0 100px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.pix-header-tab-box {
    height: 100%;
}

.pix-header-tab-box.text-white-color *, .pix-header-tab-box.text-white-color a * {
    color: #fff;
}

.pix-header-tab-box .pix-breadcrumbs-path,
.pix-header-tab-box .pix-breadcrumbs-path a {
    font-family: var(--pix-main-font);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.pix-header-tab-box.pix-tab-tone-dark .pix-breadcrumbs-path {
    color: #828282;
}

.pix-header-tab-box.pix-tab-tone-dark .pix-breadcrumbs-path a {
    color: inherit;
}

.pix-header-tab-box.pix-tab-tone-dark .pix-breadcrumbs-path i {
    font-size: 6px;
    position: relative;
    top: -1px;
    color: inherit;
}

.pix-header-tab-box .pix-breadcrumbs-path a:hover,
.pix-header-tab-box.pix-tab-tone-dark .pix-breadcrumbs-path a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-header-tab-box.text-white-color .pix-breadcrumbs-path,
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path a {
    color: #fff;
}

.pix-header-tab-box.text-white-color .pix-breadcrumbs-path i {
    color: var(--pix-additional-color);
}

.pix-header-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    line-height: 1.25;
    padding: 0 15px 0;
}

.pix-header-title.text-left h1,
.pix-header-title.pull-left h1 {
    padding-left: 0;
    line-height: 1.5;
}

.pix-header-title .sep-element {
    margin: auto;
}

.pix-header-breadcrumbs.pull-right, .pix-header-breadcrumbs.pull-left {
    line-height: 32px;
    margin: 0;
}

.pix-header-title.pull-left, .pix-header-breadcrumbs.pull-left {
    float: left;
}

.pix-header-title.pull-right, .pix-header-breadcrumbs.pull-right {
    float: right;
}

.pix-header-title.text- + .pix-header-breadcrumbs.text- {
    margin-top: 10px;
    margin-bottom: -25px;
}

.pix-header-breadcrumbs.text- + .pix-header-title.text-,
.pix-header-breadcrumbs.text-left + .pix-header-title.text-left,
.pix-header-breadcrumbs.text-right + .pix-header-title.text-right {
    margin-top: -2px;
}
.single-product .custom-header .pix-header-title{
    display: none !important;
}

.pix-header-breadcrumbs a {
    font-family: var(--pix-main-font);
    font-weight: 400;
    position: relative;
    transition: color .33s;
}

.pix-header-breadcrumbs a:hover {
    text-decoration: underline;
}

.pix-header-breadcrumbs .dash {
    padding: 0 0.5em;
}

.custom-header .col-md-12 .pix-header-title,
.custom-header .col-md-12 .pix-header-breadcrumbs {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.custom-header .col-md-12.hide .pix-header-title,
.custom-header .col-md-12.hide .pix-header-breadcrumbs,
.custom-header .col-md-12.hide_title .pix-header-title,
.custom-header .col-md-12.hide_breadcrumbs .pix-header-breadcrumbs {
    display: none;
}

.custom-header .col-md-12 .pix-header-breadcrumbs + .pix-header-title + .pix-header-breadcrumbs{
    margin-top: 0;
}


/**************************************/
/*****      Content Elements      *****/
/**************************************/

/* Filter */

.pix__filter {
    -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
}

.pix__filterInner {
    padding: 50px 50px 10px;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
}
.pix-transparent .pix__filterInner{
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .pix__filterInner {
        padding: 40px;
    }
}

.pix__filterHeader{
    width: 100%;
}

.pix__filterHeader.pix__bordered {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 0 0 #eeeeee;
    box-shadow: 0 1px 0 0 #eeeeee;
}

.pix__filterHeader h1, .pix__filterHeader .h1, .pix__filterHeader h2, .pix__filterHeader .h2, .pix__filterHeader h3, .pix__filterHeader .h3, .pix__filterHeader h4, .pix__filterHeader .h4, .pix__filterHeader h5, .pix__filterHeader .h5, .pix__filterHeader h6, .pix__filterHeader .h6 {
    text-transform: uppercase;
}

.pix__filterHeader a.btn > i {
    vertical-align: middle;
    right: -4px;
}

.pix__filterControls {
    min-width: 100%;
    display: grid;
    /*grid-template-columns: repeat(6, 1fr);*/
    grid-column-gap: 30px;
}

.pix-filter-top

.pix__filterSelected {
    font-size: .875em;
    border-radius: 0 0 2px 2px;
    padding: 30px 50px;
    font-weight: 600;
}

.pix__filterSelected span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    text-transform: uppercase;
}

.pix__filterSelected span > a {
    display: inline-block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: var(--pix-main-color);
    margin-left: .5em;
    top: -1px;
}

.pix__filterSelected span > a:before, .pix__filterSelected span > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    content: '';
}

.pix__filterSelected span > a:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pix__filterSelected span > a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pix__filterSelected a {
    color: var(--pix-main-color);
}

.pix__sectionTitle {
    text-transform: uppercase;
}

.pix__sectionTitle h1, .pix__sectionTitle .h1, .pix__sectionTitle h2, .pix__sectionTitle .h2, .pix__sectionTitle h3, .pix__sectionTitle .h3, .pix__sectionTitle h4, .pix__sectionTitle .h4, .pix__sectionTitle h5, .pix__sectionTitle .h5, .pix__sectionTitle h6, .pix__sectionTitle .h6 {
    font-weight: 800;
    margin-bottom: 0;
}

.pix__filterInner .pix-button{
    padding: 17px;
    width: 100%;
    top: -1px;
}



/* Vanilla Select */

.vsb-menu :not(.multi) li.active::before{
    position: relative;
    margin-left: -15px;
    top: 6px;
    height: 10px;
    width: 6px;
}
.vsb-main :not(.multi) li:hover::before{
    border-color: #fff;
}



/* Multi Select */

.vsb-menu{
    border-color: #e5e5e5;
}
.vsb-main .vsb-menu ul{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0;
    margin-top: 4px;
}
.vsb-main .vsb-menu li {
    border-radius: 3px;
    padding: 0.2em 1em 0.2em 1.5em;
    font-size: 14px;
}
.vsb-main .vsb-menu .multi li{
    border-radius: 3px;
    padding: 0.2em 1em 0.2em 31px;
}
.vsb-main li:hover {
    background: linear-gradient(var(--pix-main-color), var(--pix-main-color));
    color: #fff;
}
.vsb-menu .multi li:not(.grouped-option):hover::before,
.vsb-menu .multi li:not(.grouped-option):hover::after{
    color: #fff;
    border-color: #fff;
}
.vsb-main button{
    border-color: #e5e5e5 !important;
}
.vsb-main button .caret{
    right: 12px !important;
}
.vsb-menu .multi li:not(.grouped-option)::before{
    margin-top: 4px;
    border-color: #999999;
}
.vsb-menu .multi li::after{
    border-color: #333333;
}
.vsb-menu .multi li.active::after{
    margin-left: -17px;
    margin-top: 5px;
    height: 12px;
    width: 6px;
}



/* Segmented Button */

.pix-filter-segmented-button{
    display: flex;
}

.pix-filter-segmented-button input {
    width: 0;
    height: 0;
    display: none;
}
html .pix-filter-segmented-button label {
    display: -moz-flex;
    -moz-box-orient: vertical;
    display: flex !important;
    vertical-align: middle;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-shadow: white;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    color: #666666;
    padding: 8px 15px 7px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 1px;
    height: 52px;
    transition: box-shadow .33s ease, z-index .33s;
}
.pix-filter-segmented-button label:not(:last-child){
    border-right: none;
}
.pix-filter-segmented-button label:hover {
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
    z-index: 1;
}
.pix-filter-segmented-button label:active, .pix-filter-segmented-button label.active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(#d4d4d4, #dddddd);
    background: -moz-linear-gradient(#d4d4d4, #dddddd);
    background: -o-linear-gradient(#d4d4d4, #dddddd);
    background: -ms-linear-gradient(#d4d4d4, #dddddd);
    background: linear-gradient(#d4d4d4, #dddddd);
}
.pix-filter-segmented-button label:disabled, .pix-filter-segmented-button label.disabled {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.pix-filter-segmented-button label.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pix-filter-segmented-button label.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
html .pix-filter-segmented-button input:checked + label, html .pix-filter-segmented-button label.selected {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(#d4d4d4, #dddddd);
    background: -moz-linear-gradient(#d4d4d4, #dddddd);
    background: -o-linear-gradient(#d4d4d4, #dddddd);
    background: -ms-linear-gradient(#d4d4d4, #dddddd);
    background: linear-gradient(#d4d4d4, #dddddd);
    font-weight: 500;
}
.pix-filter-segmented-button input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}




/* Product Categories Carousel */

.pix-categories-list {
    padding: 0 25px;
    margin: 0 -25px;
    background-color: inherit;
}

.pix-categories-list:before, .pix-categories-list:after {
    display: block;
    position: absolute;
    width: 40px;
    bottom: 0;
    top: 0;
    content: '';
    background-color: inherit;
    z-index: 1;
}

.pix-categories-list:before {
    left: 0;
}

.pix-categories-list:after {
    right: 0;
}

.pix-categories-list > div {
    /*padding: 0 40px;*/
    /*overflow-y: hidden;*/
}

.pix-categories-list .slick-dots {
    margin-top: 0;
    margin-bottom: 40px;
}

.pix-categories-item {
    padding: 40px 0;
}

.pix-categories-item-inner {
    padding: 40px 40px;
    background-color: #fff;
    -webkit-transition: box-shadow 0.33s ease-in-out;
    -o-transition: box-shadow 0.33s ease-in-out;
    transition: box-shadow 0.33s ease-in-out;
}

.pix-categories-item-inner:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 1;
}

.pix-categories-item-img {
    margin: 0 auto 30px;
    max-width: 100px;
    height: 100px;
    display: grid;
    align-items: end;
}
.pix-categories-item-img img{
    transition: transform .33s ease;
}
.pix-categories-item-inner:hover .pix-categories-item-img img{
    transform: scale(1.1);
}

.pix-categories-item-title {
    text-align: center;
    margin-bottom: 20px;
}

.pix-categories-item-links > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #666666;
}

.pix-categories-item-links > ul > li {
    margin-bottom: .75em;
    margin-left: 15px;
}

.pix-categories-item-links > ul > li > a {
    color: inherit;
    display: inline-block;
    width: calc(100% - 20px);
}

.pix-categories-item-links > ul > li > a:hover {
    color: var(--pix-main-color);
}

.pix-categories-item-links > ul > li > a span,
.widget li a + .count{
    position: absolute;
    top: 3px;
    right: -25px;
    padding: 3px 6px 1px;
    min-width: 20px;
    text-align: center;
    border-radius: 2px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    font-size: 12px;
    line-height: 1.3;
    transition: background-color .33s ease;
}

.widget li.current-cat a + .count{
    background-color: #eee;
}

.pix-categories-item-links > a {
    display: inline-flex;
    height: 20px;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
    color: #999;
    background-color: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #eee;
    width: 40px;
}

.pix-categories-item-links > a:hover{
    color: var(--pix-main-color);
}



/* Products Carousel */

.row.pix-slider{
    margin-right: 0;
    margin-left: 0;
}
.row.pix-slider > .row{
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin-left: 0;
    margin-right: 0;
}

.pix-slider-header {
    padding: 60px 0;
    margin: 0 -80px;
    background-size: contain;
    width: 100vw;
}

.pix-slider-header.pix-black {
    padding: 60px 0 240px;
    background: #000 url(../images/autoparts.svg) right top no-repeat;
    background-size: contain;
}

.pix-slider-header .pix-section-title,
.pix-slider-header .pix-title {
    padding: 0;
    margin: 0;
}

.pix-slider-header.pix-black .pix-title,
.pix-slider-header.pix-black a {
    color: #fff;
}

.pix-slider-header.pix-black + .row{
    margin: -190px 0 0;
}
.pix-slider-container{
    z-index: 1 !important;
}
.row > .pix-slider-container{
    background-color: #fff;
}
.pix-promo{
    z-index: 0 !important;
}
.pix-slider-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.125em;
}
.pix-white .pix-slider-filter{
    color: #000;
}

.pix-slider-filter > a {
    margin-left: 2em;
    text-decoration: underline;
    color: inherit;
}

.pix-slider-filter > a.active {
    text-decoration: none;
    color: var(--pix-main-color);
}

.pix-slider-filter > a:last-child {
    margin-right: 0;
}

.pix-slider-filter > a:hover {
    text-decoration: none;
}


.pix-section-title + .pix-nav.top-left{
    margin-left: 30px;
}
.pix-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 101px;
    height: 50px;
    color: #fff;
}
.pix-nav.disabled{
    display: none !important;
}
.pix-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    top: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
    -o-transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
    transition: background-color .33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.pix-white .pix-nav > div{
    background-color: rgba(0, 0, 0, 0.2);
}
.pix-white .pix-nav > div:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.pix-nav.left-right {
    position: absolute;
    width: auto;
    height: auto;
    right: -80px;
    left: -80px;
    top: calc(50% - 25px);
    z-index: 2;
    pointer-events: none;
}
.pix-nav.left-right.high{
    top: calc(50% - 50px);
}
.pix-nav.side-right{
    position: absolute;
    right: -65px;
    top: 50%;
}
.pix-nav.side-right.vertical{
    height: 101px;
    width: 50px;
    margin-top: -50px;
}
.pix-nav.left-right.boxed{
    right: -70px;
    left: -70px;
}
.pix-nav.left-right > div {
    position: absolute;
    top: -50%;
    background-color: #fff;
    pointer-events: auto;
    border-radius: 3px;
}
.pix-nav.left-right > div:after,
.pix-nav.side-right > div:after{
    color: var(--pix-font-color);
}
.pix-nav.left-right.high > div{
    height: 100px;
}
.pix-nav.left-right.high > div:first-child{
    border-radius: 0 3px 3px 0;
}
.pix-nav.left-right.high > div:last-child{
    border-radius: 3px 0 0 3px;
}
.pix-nav.left-right > div:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}

.pix-nav.small{
    width: 81px;
    height: 40px;
    max-width: 81px;
    min-width: 81px;
}
.pix-nav.small > div{
    width: 40px;
    height: 40px;
}
.pix-nav > div:after{
    font-family: 'Pix-Flaticon';
    font-size: 10px;
    font-style: normal;
    color: #fff;
    content: '\f11f';
}
.pix-nav > div:last-child:after{
    content: '\f11c';
}
.pix-nav > div:first-child{
    border-radius: 3px 0 0 3px;
    left: 0;
}
.pix-nav > div:last-child{
    border-radius: 0 3px 3px 0;
    right: 0;
}
.pix-nav.left-right > div:first-child{
    border-radius: 0 3px 3px 0;
}
.pix-nav.left-right > div:last-child{
    border-radius: 3px 0 0 3px;
}
.pix-nav.left-right.boxed > div:first-child,
.pix-nav.left-right.boxed > div:last-child{
    border-radius: 3px;
}
.pix-nav.vertical > div:first-child{
    transform: rotateZ(90deg);
    top: 0;
}
.pix-nav.vertical > div:last-child{
    transform: rotateZ(90deg);
    top: 50%;
}
.pix-nav > div.slick-disabled, .pix-nav > div.slick-disabled:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.pix-nav > div:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


.pix-swiper-pagination.swiper-pagination{
    position: relative;
    width: 100%;
    margin-top: 40px;
    height: 8px;
    line-height: 0;
    z-index: 1;
}
.pix-swiper-pagination.disabled{
    display: none;
}
.pix-swiper-pagination .swiper-pagination-bullet{
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: background .33s ease, width 0.33s ease-in-out;
    transition: background .33s ease, width 0.33s ease-in-out;
}
.pix-swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    border-radius: 100px;
    background: var(--pix-main-color, var(--swiper-theme-color));
}
.pix-offer-list-paging.pix-swiper-pagination.swiper-pagination{
    margin-top: -20px;
}
.news-card-people-paging.pix-swiper-pagination.swiper-pagination{
    margin-top: 10px;
}
.pix-team-slider-paging.pix-swiper-pagination.swiper-pagination{
    margin-top: 30px;
}
.pix-categories-list-paging.pix-swiper-pagination.swiper-pagination{
    margin-top: 0;
}
.pix-slider-items-paging.pix-swiper-pagination.swiper-pagination{
    margin-top: 70px;
}

.pix-slider-items {
    background-color: #fff;
}
.pix-slider-items:hover {
    z-index: 3;
}
.pix-slider-items.swiper-container.pix-buttons-always-show{
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
}
.pix-slider-items.swiper-container.swiper-container-multirow.pix-buttons-always-show{
    height: 890px;
}
.pix-slider-items.swiper-container {
    /*pointer-events: none;*/
    padding: 20px 0 80px;
    margin: -20px 0 -80px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: content-box;
    background: transparent;
    -webkit-transition: padding .33s, margin .33s;
    transition: padding .33s, margin .33s;
}
.pix-slider-items.swiper-container.swiper-container-multirow{
    max-height: 900px;
}
.pix-slider-items.swiper-container:hover {
    padding: 20px 40px 80px;
    margin: -20px -40px -80px;
}
.pix-slider-items.swiper-container.disable-hover:hover {
    padding: 20px 0 80px;
    margin: -20px 0 -80px;
}
.pix-slider-items.swiper-container.disable-hover .swiper-slide{
    opacity: 1;
    visibility: visible;
}
.pix-slider-items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.pix-slider-items .swiper-slide {
    height: auto;
    opacity: 0;
    visibility: hidden;
    border-right: 1px solid #f2f2f2;
}
.pix-slider-items .swiper-slide > div:hover,
.pix-products .product > div:hover{
    z-index: 3;
}

.pix-slider-items .swiper-slide > div,
.pix-products .product > div{
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 0;
    -webkit-transition: z-index .33s ease-in-out;
    transition: z-index .33s ease-in-out;
}

.pix-slider-items.pix-buttons-always-show .swiper-slide > div {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 25px;
    margin: 5px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.15);
    transform-style: preserve-3d;
    transition: box-shadow .33s ease;
}
.pix-slider-items.pix-buttons-always-show .swiper-slide:hover > div {
    box-shadow: inset 0 0 10px 1px rgba(0,0,0,.15);
}

.pix-slider-items .swiper-slide.swiper-slide-visible,
.pix-slider-items.pix-buttons-always-show .swiper-slide{
    opacity: 1;
    visibility: visible;
}

.pix-slider-items.swiper-container-multirow .swiper-slide {
    height: 50%;
}
.pix-slider-items.swiper-container-multirow.pix-buttons-always-show .swiper-slide {
    height: 445px;
}
.pix-slider-items.swiper-container-multirow .swiper-slide:nth-of-type(2n+1) {
    border-bottom: 1px solid #f2f2f2;
}

.pix-slider-items .pix-product,
.pix-slider-items .pix-product-long {
    background-color: #fff;
}


.pix-slider-header.pix-black + .pix-slider-items + .pix-promo{
    margin: -190px 0 0;
}

.pix__autoParts2Banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.pix__autoParts2Banners > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}



/* Product Long */

.pix-product-long {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 30px;
}

.pix-product-long:before {
    -webkit-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
    -o-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale3d(1, 1, 1);
    background-color: #fff;
    content: '';
    border-radius: 3px;
}

.pix-product-long:hover {
    z-index: 3;
}

.pix-product-long:hover:before {
    transform: scale3d(1.05, 1.18, 1) translateY(23px);
    z-index: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.pix-product-long-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

@media (max-width: 480px) {
    .pix-product-long-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pix-product-long-inner > div:nth-child(1) {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.pix-product-long-inner > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(60% - 30px);
    -ms-flex-preferred-size: calc(60% - 30px);
    flex-basis: calc(60% - 30px);
    justify-content: space-between;
}

@media (max-width: 480px) {
    .pix-product-long-inner > div:nth-child(1), .pix-product-long-inner > div:nth-child(2) {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.pix-product-long-img a{
    display: block;
    text-align: center;
    z-index: 3;
}
.pix-product-long-img > img {
    display: block;
    margin: 40px auto;
}

.pix-product-long-img .pix-product-slider {
    padding-top: 0;
}

.pix-product-long-badge {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px 9px;
    line-height: 1;
    font-size: .75em;
    font-weight: 500;
    margin-left: 1em;
    background-color: var(--pix-main-color);
    color: #fff;
    z-index: 2;
    border-radius: 2px;
}

.pix-product-long-info {
    /*margin-bottom: auto;*/
}

.pix-product-long-info > .h6 {
    line-height: 1.5;
    margin-top: 0.06em;
    margin-bottom: 0.7em;
}
.pix-product-long-info > .h6 > a {
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    height: 56px;
}
.pix-product-long-info p{
    margin-bottom: 0;
    color: var(--pix-font-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.pix-product-long-price .d-flex {
  grid-area: rate;
}
.pix-product-long-price .pix-product-long-end {
  grid-area: timer;
}
.pix-product-long-price .pix-product-long-coast {
  grid-area: price;
}
.pix-product-long-price{
    position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-template-areas:
    'timer timer'
    'rate price';
}

.pix-product-long-end {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 8px 15px;
    margin: 1.5em 0;
    background-color: #333333;
    font-size: .875em;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.pix-product-long-end > b {
    margin-right: 1em;
    color: #fff;
}
.pix-countdown{
    font-variant-numeric: tabular-nums;
}

.pix-product-long-coast {
    font-weight: bold;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    text-align: right;
}

.pix-product-long-coast > span {
    top: 1px;
    color: var(--pix-main-color);
}

.pix-product-img a {
    display: block;
    text-align: center;
}

.pix-product-slider-box {
    display: block;
    padding-top: 100%;
    height: 0;
}

.pix-product-slider-box > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    /*max-height: 100%;*/
    margin: auto;
    -webkit-transition: opacity 0.33s ease-in-out;
    -o-transition: opacity 0.33s ease-in-out;
    transition: opacity 0.33s ease-in-out;
}

.pix-product-slider-box > img:not(.active) {
    margin: auto;
    visibility: hidden;
    opacity: 0;
}

.pix-product-slider-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.pix-product-slider-hover > span {
    max-width: 100%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pix-product-slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    margin: auto 0 -10px;
    -webkit-transition: opacity 0.33s ease-in-out;
    -o-transition: opacity 0.33s ease-in-out;
    transition: opacity 0.33s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.pix-product-slider-dots > span {
    display: block;
    max-width: 100%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 2px;
    max-width: 20px;
    background-color: #f2f2f2;
}

.pix-product-slider-dots > span.active {
    background-color: var(--pix-main-color);
}

.pix .pix-product:hover .pix-product-slider-dots,
.pix .pix-product-long:hover .pix-product-slider-dots {
    opacity: 1;
}

/* PixCars Latest Offers */

.pix-sale-box {
    width: 400px;
}

.pix-sale-box-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.pix-sale-box-img img {
    width: 100%;
    max-height: 270px;
    height: auto;
}

.pix-sale-box-sticker {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 6px 20px 5px
}

.pix-sale-box-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 140px;
    white-space: nowrap;
    height: 33px;
}

.pix-sale-box-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 30px
}

.pix-sale-box-name {
    text-align: center;
}

.pix-sale-box-name a {
    text-decoration: underline
}

.pix-sale-box-name a:hover {
    text-decoration: none;
}

.pix-sale-box:hover .pix-sale-box-price-booking {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.pix-sale-box:hover .pix-reservation-btn span:first-child {
    transform: translateY(-33px);
}

.pix-sale-box:hover .pix-reservation-btn span:last-child {
    transform: translateY(-21px);
}

.pix-sale-box-sticker {
    background: rgba(var(--pix-main-color-rgb), 0.8);
    color: #fff
}

.pix-sale-box-sticker.pix-dark-sticker {
    background: rgba(0, 0, 0, 0.55);
}

.pix-sale-box-info-row {
    background: #303030;
    color: #fff
}

.pix-sale-box-info-col span {
    color: #a7a7a7;
    padding-left: 1px;
}

.pix-sale-box-price-booking {
    color: #303030;
    background: #fff
}

.pix-sale-box-price-booking:hover {
    background: var(--pix-main-color);
    color: #fff
}

.pix-sale-box-price-btn {
    color: #fff;
    background: var(--pix-main-color)
}

.pix-sale-box-info-col {
    font-size: 12px;
    line-height: 2
}

.pix-sale-box-name {
    font-family: var(--pix-title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.pix-sale-box-sticker {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}

.pix-sale-box-price-booking {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
}

.pix-sale-box-price-btn {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
}

.owl-carousel.pix-nav-carousel {
    padding: 0 37px;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    margin: auto;
    transition: transform .1s ease;
}

.owl-nav button:not(.disabled):active {
    transform: translate3d(0, 1px, 0);
}

.owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav button i {
    display: grid;
    align-items: center;
    font-size: 11px;
    color: #333;
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding-left: 0.3em;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    transition: color .33s ease, transform .1s ease;
}

.owl-carousel .owl-nav button.owl-prev i {
    padding-left: 0;
}

.owl-carousel .owl-nav button.disabled i {
    /*color: #eee;*/
}

.owl-carousel .owl-nav button:not(.disabled):hover i {
    color: var(--pix-button-color);
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
    max-height: 20px;
}

.pix-bottom-info-container .owl-dots,
.pix-bottom-desc-container .owl-dots {
    margin-top: 15px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    margin: 0 5px;
    background: #a6a6a6;
    -webkit-transition: background .3s ease, width 0.3s ease-in-out;
    transition: background .3s ease, width 0.3s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active {
    width: 14px;
    height: 7px;
    background: var(--pix-main-color);
}

.owl-carousel .owl-dots button.owl-dot:hover {
    background: var(--pix-main-color);
}



/***   Special Offers   ***/

@media (min-width: 576px) {
    .pix-offer-List {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .pix-offer-List {
        margin: 0 70px;
    }
}

.pix-offer-btn {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 2;
    pointer-events: none;
}

.pix-offer-btn > div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    top: -50%;
    background-color: #fff;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.pix-offer-btn > div:first-child {
    left: 0;
}

.pix-offer-btn > div:last-child {
    right: 0;
}

.pix-offer-btn > div:hover {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}

.pix-offer-item {
    padding: 60px 0;
    width: 100%;
}
.pix-offer-item > a{
    width: 100%;
}

@media (max-width: 767.98px) {
    .pix-offer-item {
        padding: 40px 0 0;
    }
}

.pix-offer-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    color: #fff;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
}

.pix-offer-item-inner:before {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: 3px;
}

@media (max-width: 991.98px) {
    .pix-offer-item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.pix-offer-item:nth-child(2n+1) .pix-offer-item-inner:before {
    background-color: #000;
    right: 0;
}

@media (min-width: 992px) {
    .pix-offer-item:nth-child(2n+1) .pix-offer-item-inner:before {
        left: 15%;
    }
}

@media (min-width: 1360px) {
    .pix-offer-item:nth-child(2n+1) .pix-offer-item-inner:before {
        left: 30%;
    }
}

.pix-offer-item:nth-child(2n) .pix-offer-item-inner:before {
    left: 0;
    background-color: var(--pix-main-color);
}

@media (min-width: 992px) {
    .pix-offer-item:nth-child(2n) .pix-offer-item-inner:before {
        right: 15%;
    }
}

@media (min-width: 1360px) {
    .pix-offer-item:nth-child(2n) .pix-offer-item-inner:before {
        right: 30%;
    }
}

.pix-offer-item-img {
    display: flex;
    align-items: center;
    margin: -60px 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.pix-offer-item-img > img {
    display: block;
    max-height: 100%;
    transition: transform .33s ease-in-out;
}
.pix-offer-item:hover .pix-offer-item-img > img{
    transform: scale(.95);
}

.pix-offer-item:nth-child(2n) .pix-offer-item-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    right: 20px;
    left: auto;
}

.pix-offer-item:nth-child(2n) .pix-offer-item-img > img {
    margin-left: auto;
}

.pix-offer-item-info {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 50px 60px;
    margin-left: auto;
    text-align: right;
}

.pix-offer-item-title {
    margin-bottom: 0.75em;
}

.pix-offer-item-title div {
    color: inherit;
}

.pix-offer-item-title > span {
    display: block;
    margin-top: 8px;
    font-size: 100%;
    color: #ffffff;
    font-weight: 600;
}

.pix-offer-item:nth-child(2n+1) .pix-offer-item-title > span {
    color: var(--pix-main-color);
    font-weight: 600;
}

.pix-offer-item-text {
    font-size: 1em;
}

.pix-offer-item-text p:last-child {
    margin-bottom: 0;
}

.pix-offer-item:nth-child(2n+1) .pix-offer-item-text {
    color: var(--pix-font-color-light);
}
.pix-offer-item .pix-offer-item-text p{
    color: inherit;
    -webkit-line-clamp: 5;
}




/***   Isotope   ***/
.pix-top-filter.pix-filter-head {
    margin: 0 -30px 50px;
    line-height: 24px;
}

.pix-filter-head ul li {
    display: inline-block;
    list-style: none;
}

.pix-filter-head ul li:not(:first-child) {
    margin-left: 1.5em;
}

.pix-filter-head ul li a:hover {
    text-decoration: none
}

.pix-filter-head ul li.active a {
    text-decoration: none
}

.pix-filter-head ul li.active a {
    color: var(--pix-main-color)
}

.pix-filter-head ul li {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: 700;
}



/***   Team   ***/

/* pix-team-square */

.pix-team-item {
    width: 480px;
    height: 485px;
    position: relative;
}

.pix-team-item:hover .pix-team-item-img {
    transform: translateX(40px);
    box-shadow: none;
}

.pix-team-item:hover .pix-team-item-bottom {
    transform: translateX(-40px);
}

.pix-team-item-img {
    width: 400px;
    height: 400px;
    -webkit-box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: transform .33s, box-shadow .33s;
}

.pix-team-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-team-item-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 195px;
    padding: 132px 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: transform .33s;
}

.pix-team-item-name {
    margin-bottom: 5px
}

.pix-team-item-social {
    font-size: 0
}

.pix-team-item-social a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    color: inherit;
}

.pix-team-item-social a i {
    font-size: 20px;
}

.pix-team-item-social a:hover {
    opacity: 0.7;
}

.pix-team-item-bottom {
    background: #212121;
    color: #fff;
}

.pix-team-item-bottom.pix-red-box {
    background: var(--pix-main-color);
}

.pix-team-item-name {
    font-family: var(--pix-title-font);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.pix-team-item-job {
    font-size: 12px;
    line-height: 1;
}



/* pix-team-long */

.pix__teamItem {
    padding: 20px 0;
}

.pix__teamItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.33s ease-in-out;
    transition: -webkit-box-shadow 0.33s ease-in-out;
    -o-transition: box-shadow 0.33s ease-in-out;
    transition: box-shadow 0.33s ease-in-out;
    transition: box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
    border-radius: 3px;
}

@media (max-width: 1359.98px) {
    .pix__teamItemInner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.pix__teamItem:hover .pix__teamItemInner {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}

.pix__teamItemImg {
    min-height: 300px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
}

@media (max-width: 1359.98px) {
    .pix__teamItemImg {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

.pix__teamItemImgInner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: scale(1);
    -webkit-transition: transform 0.33s ease-in-out;
    -o-transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}

.pix__teamItemImgInner > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pix__teamItem:hover .pix__teamItemImgInner {
    position: absolute;
    transform: scale(1.1);
    
    border-radius: 3px;
}

.pix__teamItemInfo {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 50px 60px;
}

@media (max-width: 1359.98px) {
    .pix__teamItemInfo {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

.pix__teamItemName {
    margin-bottom: .75em;
}
.pix__teamItemName [class*='pix-title']{
    margin-top: 0;
    margin-bottom: 8px;
}
.pix__teamItemName span{
    color: var(--pix-main-color);
    font-size: 100%;
    font-weight: 600;
}
.pix__teamItemText {
    margin-bottom: 1.25em;
}
.pix__teamItemText.pix-text-overflow {
    -webkit-line-clamp: 3;
}

.pix__teamItemContacts {
    margin-bottom: -.5em;
}

.pix__teamItemContacts > a {
    margin-right: .5em;
    margin-bottom: .5em;
    line-height: 1.6;
}

.pix__teamItemContacts > a.btn:not(.btn-danger) {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
}



/***   Testimonials   ***/

.pix-testimonials__carousel .owl-stage-outer {
    padding: 0 0 55px;
}

.pix-testimonials__carousel.owl-carousel {
    margin: 0 -30px;
    width: auto;
}

.pix-testimonial {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f7f7f7;
    transition: box-shadow .33s;
    margin-bottom: 55px;
}

.pix-testimonial:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}

@keyframes pix-shadowFadeIn {
    0% {
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    }
    25% {
        box-shadow: none;
    }
    100% {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
}

@keyframes pix-shadowFadeOut {
    0% {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    75% {
        box-shadow: none;
    }
    100% {
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    }
}

.pix-testimonial.pix-transform:hover .pix-testimonial-img {
    transform: translateX(20px);
    box-shadow: none;
}

.pix-testimonial.pix-transform:hover .pix-testimonial-job {
    transform: translateX(-15px);
}

.pix-testimonial.pix-change-color:hover .pix-testimonial-job {
    background: var(--pix-additional-color);
}

.pix-testimonial-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 200px;
    max-width: 200px;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: transform .33s, box-shadow .33s;
}

.pix-testimonial-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-testimonial-job {
    position: absolute;
    top: 55px;
    left: 35px;
    z-index: 1;
    height: 200px;
    width: 200px;
    padding: 159px 25px 0;
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    font-weight: 600;
    background: var(--pix-black-color);
    color: #fff;
    transition: transform .33s, background .33s;
}

.pix-testimonial-job span {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: var(--pix-text-shadow);
}

.pix-testimonial-info {
    width: 100%;
    padding: 40px 40px 40px 80px;
    line-height: 26px;
}

.pix-testimonial-text {
    height: 78px;
    overflow: auto;
    color: var(--pix-font-color);
    font-size: var(--pix-font-size);
}

.pix-testimonial-text::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.pix-testimonial-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--pix-main-color);
}

.pix-testimonial-job.pix-red-box {
    background: var(--pix-main-color)
}

.pix-testimonial-name {
    color: var(--pix-title-color);
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: var(--pix-title-size);
    margin-bottom: 10px;
}

.news-card-feedback__user {
    display: none;
}

.news-card-feedback__user.active {
    display: block;
}

.news-card-feedback {
    position: relative;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    text-align: center;
    overflow: visible;
}

.news-card-feedback__image {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -85px;
    top: 50%;
    margin-top: -60px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.news-card-feedback__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card-feedback__navigate {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -26px;
}

.news-card-feedback__navigate button {
    display: block;
    border: none;
    background: none;
    font-size: 16px;
    outline: none;
}

.news-card-feedback__navigate button i {
    color: #a6a6a6;
}

.news-card-feedback__navigate button:first-child {
    margin-bottom: 10px;
}

.news-card-feedback__navigate button:hover {
    color: var(--pix-main-color);
}

.news-card-feedback h5 {
    /*font-size: 19px;*/
    color: var(--pix-title-color);
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-card-feedback h5 span {
    display: block;
    width: 100%;
    margin: auto;
    font-size: var(--pix-font-size);
    line-height: 30px;
    font-weight: 400;
    color: var(--pix-main-color);
}

.news-card-feedback h2 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.news-card-feedback h2 a:before {
    background: var(--pix-main-color);
}

.news-card-feedback p {
    padding: 0 80px;
    margin: 20px 0;
}

.news-card-feedback a {
    font-size: 20px;
    margin: 0 5px;
}

.news-card-feedback a.pix-socials {
    color: var(--pix-font-color);
}

.news-card-feedback a:hover {
    color: var(--pix-main-color);
}

.news-card-people {
    margin-top: 80px !important;
    padding: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.pix-testimonials-people__carousel {
    margin-top: -20px;
}

.pix-testimonials-people.news-card-people {
    margin-top: 60px !important;
    padding: 40px 50px;
    border: none;
    margin-bottom: 20px;
}

.news-card-people .pix-block-title {
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 30px;
    transition: color .33s;
}

.pix-testimonials-people.news-card-people .pix-block-title {
    margin-top: 1.1em;
}

.news-card-people .pix-block-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.news-card-people .pix-block-title a:before {
    background: #fff;
}

.pix-block-title span {
    margin: auto;
    display: block;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 5px;
    line-height: var(--pix-font-line-height);
    color: var(--pix-main-color);
    transition: color .33s;
}

.news-card-people p {
    margin-bottom: 20px;
    transition: color .33s;
}

.pix-testimonials-people.news-card-people p {
    margin-bottom: 18px;
    font-size: var(--pix-font-size);
    /*font-style: italic;*/
}

.news-card-people a {
    font-size: var(--pix-h5-size);
    margin: 0 7px;
    color: var(--pix-font-color);
}

.news-card-people a.pix-socials:hover {
    color: var(--pix-main-color);
}

.news-card-people:not(.pix-testimonials-people):hover .pix-block-title,
.news-card-people:not(.pix-testimonials-people):hover .pix-block-title span,
.news-card-people:not(.pix-testimonials-people):hover p,
.news-card-people:not(.pix-testimonials-people):hover a {
    color: #fff;
}

.news-card-people__image,
.pix-testimonials-people__image {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 9;
}

.pix-testimonials-people__image {
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news-card-people__image img,
.pix-testimonials-people__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .33s ease-in-out;
}

.pix-testimonials-people:hover img {
    transform: scale(1.2);
}

.news-card-profile {
    /*margin-bottom: 30px;*/
}

.news-card-profile:hover h5,
.news-card-profile:hover h5 a,
.news-card-profile:hover h5 span,
.news-card-profile:hover .news-card-profile__header-social a{
    color: #fff;
}

.news-card-profile__header {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.news-card-profile__header-social {
    margin-top: 1em;
    margin-bottom: .5em;
}

.news-card-profile__header-social a {
    font-size: 16px;
    margin-right: 5px;
    color: #797979;
}

.news-card-profile__header-social a:hover {
    color: var(--pix-main-color)
}

.news-card-profile__header img {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: -1;
}

.news-card-profile__text {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    -webkit-transition: background .33s, color .33s;
    transition: background .33s, color .33s;
    z-index: 1;
}
.news-card-profile__text h5{
    margin-top: .5em;
    margin-bottom: .5em;
}
.news-card-profile__text h5 a:hover{
    text-decoration: underline;
}
.news-card-profile__text h5 span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: var(--pix-main-color);
    margin: 0;
}

.news-card-profile__text p {
    line-height: 30px;
    margin-bottom: 0;
}

.news-card-profile:hover .news-card-profile__text {
    background: transparent;
}

.news-card-profile:hover .news-card-profile__text h3 {
    color: #fff;
}

.news-card-profile:hover .news-card-profile__text p {
    color: #fff;
}



.news-card-message {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
}

.news-card-message__text {
    position: relative;
    padding: 45px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    margin-bottom: 50px;
}

.news-card-message__text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -1.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    border: 1em solid #333;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -6px 5px 10px 0 rgba(0, 0, 0, 0.1), -3px 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.pix-border-shadow-overlay {
    position: absolute;
    width: 70%;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
}

.news-card-message__text h2:not([class]) {
    font-size: 16px;
    color: var(--pix-title-color);
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-card-message__text h2 span {
    display: block;
    font-size: 15px;
    color: var(--pix-main-color);
}

.news-card-message__text p {
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 0;
}

.news-card-message__image {
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.news-card-message__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



/***   Brand Section   ***/

.pix-images-slider{
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.pix-images-slider > div{
    flex:1 1 auto;
}
.pix__clientsList.swiper-container img{
    display: block;
    max-height: 80px;
    width: auto;
}
.pix-images-slider .pix-nav{
    margin: 0 30px 0 10px;
}
.pix-images-slider div.pix__clientsList{
    margin: 0;
}
.pix__clientsItem {
    padding: 15px 15px;
}

.pix__clientsItem > img {
    margin: 0 auto;
}

.pix-brand-box.disable-owl-carousel {
    display: grid;
    justify-items: stretch;
}

.pix-brand-box.disable-owl-carousel img {
    max-height: 100px;
    max-width: 100%
}

.pix-brand-box.disable-owl-carousel .pix-logo-img {
    display: grid;
    align-items: center;
    height: 120px;
    padding: 10px;
    text-align: center;
    width: 100%;
    transition: box-shadow .33s ease, border .33s ease;
}

.pix-brand-box.disable-owl-carousel .pix-logo-img:hover {
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .1);
    border-color: transparent;
}

.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img {
    border-left: 1px solid #eee;
}

.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img:nth-of-type(5n+1) {
    border-left: none;
}

.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img:nth-of-type(1n+6) {
    border-top: 1px solid #eee;
}

.pix-logo-img:hover + .pix-logo-img {
    border-left-color: transparent !important;
}



/***   Image Points   ***/

.pix-car-repair-section {
    padding: 100px 0 155px
}

.pix-car-repair-box {
    position: relative
}

.pix-car-repair-img img {
    width: 100%
}

.pix-car-repair-points{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pix-car-repair-point {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.pix-car-repair-point:before {
    content: '+';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.pix-car-repair-point:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.33s ease;
    transition: transform 0.33s ease;
}

.pix-car-repair-point-text {
    position: absolute;
    width: 216px;
    padding: 20px 25px 20px;
    z-index: 3;
    bottom: 130%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    cursor: default;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
    transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}

.pix-car-repair-point-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}

.pix-car-repair-point.pix-car-repair-point-left .pix-car-repair-point-text {
    left: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.pix-car-repair-point.pix-car-repair-point-left:hover .pix-car-repair-point-text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-point.pix-car-repair-point-right .pix-car-repair-point-text {
    left: initial;
    right: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.pix-car-repair-point.pix-car-repair-point-right:hover .pix-car-repair-point-text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-point:hover:after {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.pix-car-repair-point:hover .pix-car-repair-point-text {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-right {
    padding-left: 20px;
    padding-right: 80px;
}

.pix-car-repair-point:before {
    background: var(--pix-button-color);
}

.pix-car-repair-point:after {
    background: rgba(var(--pix-button-color-rgb), 0.5);
}

.pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text p {
    background: #fff;
    color: #646464;
}

.pix-car-repair-point:before {
    font-size: 20px;
    line-height: 26px
}

.pix-car-repair-point-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}



/***   Isotope   ***/

.pix-isotope-items .pix-isotope-item {
    height: auto;
    overflow: hidden;
}

.pix-isotope-items.pix-gap-1 {
    margin-bottom: -1px;
}

.pix-isotope-items.pix-gap-2 {
    margin-bottom: -2px;
}

.pix-isotope-items.pix-gap-5 {
    margin-bottom: -5px;
}

.pix-isotope-items.pix-gap-10 {
    margin-bottom: -10px;
}

.pix-isotope-items.pix-gap-15 {
    margin-bottom: -15px;
}

.pix-isotope-items.pix-gap-20 {
    margin-bottom: -20px;
}

.pix-isotope-items.pix-gap-30 {
    margin-bottom: -30px;
}

.pix-isotope-items.pix-gap-50 {
    margin-bottom: -50px;
}

.pix-isotope-items.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-0 .pix-isotope-item {
    margin-bottom: 0;
}

.pix-isotope-items.pix-gap-0 .pix-gutter-sizer {
    width: 0;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-text-right {
    margin-right: 0 !important;
}

.pix-isotope .col.pix-filter-sidebar-out:not(.pix-text-right) {
    margin-left: 0 !important;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-2 {
    max-width: 50%;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3 {
    max-width: 33.33333%;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-5 {
    max-width: calc(33.33333% - 10px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-10 {
    max-width: calc(33.33333% - 20px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-15 {
    max-width: calc(33.33333% - 30px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-20 {
    max-width: calc(33.33333% - 40px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-30 {
    max-width: calc(33.33333% - 60px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-50 {
    max-width: calc(33.33333% - 100px / 3);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4 {
    max-width: 25%;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-5 {
    max-width: calc(25% - 15px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-10 {
    max-width: calc(25% - 30px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-15 {
    max-width: calc(25% - 45px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-20 {
    max-width: calc(25% - 60px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-30 {
    max-width: calc(25% - 90px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-50 {
    max-width: calc(25% - 150px / 4);
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-5 {
    max-width: 20%;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-6 {
    max-width: 16.66666%;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-col-8 {
    max-width: 12.5%;
}

.pix-isotope-items.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-1 .pix-isotope-item {
    margin-bottom: 1px;
}

.pix-isotope-items.pix-gap-1 .pix-gutter-sizer {
    width: 1px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.pix-isotope-items.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-2 .pix-isotope-item {
    margin-bottom: 2px;
}

.pix-isotope-items.pix-gap-2 .pix-gutter-sizer {
    width: 2px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.pix-isotope-items.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-5 .pix-isotope-item {
    margin-bottom: 5px;
}

.pix-isotope-items.pix-gap-5 .pix-gutter-sizer {
    width: 5px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.pix-isotope-items.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-10 .pix-isotope-item {
    margin-bottom: 10px;
}

.pix-isotope-items.pix-gap-10 .pix-gutter-sizer {
    width: 10px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.pix-isotope-items.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-15 .pix-isotope-item {
    margin-bottom: 15px;
}

.pix-isotope-items.pix-gap-15 .pix-gutter-sizer {
    width: 15px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.pix-isotope-items.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-20 .pix-isotope-item {
    margin-bottom: 20px;
}

.pix-isotope-items.pix-gap-20 .pix-gutter-sizer {
    width: 20px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.pix-isotope-items.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-30 .pix-isotope-item {
    margin-bottom: 30px;
}

.pix-isotope-items.pix-gap-30 .pix-gutter-sizer {
    width: 30px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.pix-isotope-items.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-50 .pix-isotope-item {
    margin-bottom: 50px;
}

.pix-isotope-items.pix-gap-50 .pix-gutter-sizer {
    width: 50px;
}

.pix-isotope .col.pix-filter-sidebar-out.pix-gap-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.pix-isotope-items.pix-col-2.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-0 .pix-isotope-item {
    width: 50%;
}

.pix-isotope-items.pix-col-2.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 1px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 2px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 5px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 10px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 15px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 20px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 30px) / 2);
}

.pix-isotope-items.pix-col-2.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 50px) / 2);
}

.pix-isotope-items.pix-col-3.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-0 .pix-isotope-item {
    width: 33.33333%;
}

.pix-isotope-items.pix-col-3.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 2px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 4px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 10px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 20px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 30px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 40px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 60px) / 3);
}

.pix-isotope-items.pix-col-3.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 100px) / 3);
}

.pix-isotope-items.pix-col-4.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-0 .pix-isotope-item {
    width: 25%;
}

.pix-isotope-items.pix-col-4.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 3px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 6px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 15px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 30px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 45px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 60px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 90px) / 4);
}

.pix-isotope-items.pix-col-4.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 150px) / 4);
}

.pix-isotope-items.pix-col-5.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-0 .pix-isotope-item {
    width: 20%;
}

.pix-isotope-items.pix-col-5.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 4px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 8px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 20px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 40px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 60px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 80px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 120px) / 5);
}

.pix-isotope-items.pix-col-5.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 200px) / 5);
}

.pix-isotope-items.pix-col-6.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-0 .pix-isotope-item {
    width: 16.66666%;
}

.pix-isotope-items.pix-col-6.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 5px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 10px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 25px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 50px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 75px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 100px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 150px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 250px) / 6);
}

.pix-isotope-items.pix-col-6.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-0 .pix-isotope-item {
    width: 12.5%;
}

.pix-isotope-items.pix-col-6.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-isotope-item {
    width: calc((100% - 7px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-isotope-item {
    width: calc((100% - 14px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-isotope-item {
    width: calc((100% - 35px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-isotope-item {
    width: calc((100% - 70px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-isotope-item {
    width: calc((100% - 105px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-isotope-item {
    width: calc((100% - 140px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-isotope-item {
    width: calc((100% - 210px) / 8);
}

.pix-isotope-items.pix-col-6.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-isotope-item {
    width: calc((100% - 350px) / 8);
}

.pix-filter-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 32.33333%;
    height: auto;
    margin: 0;
}

.pix-filter-sidebar.pix-text-right {
    right: 0;
    left: auto;
}

.pix-sidebar-out-filter.pix-filter-head {
    margin: 0;
}

.pix-box-img {
    width: 100%;
    height: auto;
    position: relative;
    border-color: #c8c8c8;
    overflow: hidden;
}

.pix-box-img.pix-no-image {
    overflow: visible;
}

.pix-box-img img {
    /*width: 100%;*/
    width: auto;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: scale(1.1);
    transition: transform .5s ease;
}

.pix-box-img img.pixtheme-landscape {
    width: 100%;
}

html .pix-box-img .pix-img-wrapper img {
    width: -webkit-fill-available;
}

.pix-box-sticker {
    position: absolute;
    top: 22px;
    right: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 20px 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    z-index: 11;
    background: rgba(var(--pix-main-color-rgb), 0.8);
    color: #fff;
}

.pix-box-name,
.pix-item-title {
    padding: 2rem;
    font-family: var(--pix-title-font);
    font-weight: 600;
    font-size: var(--pix-title-size);
    line-height: 24px;
}

.pix-bottom-desc .pix-box-name {
    padding: 0;
}

.product .pix-box-name {
    padding-bottom: 0;
}

.pix-isotope-items.pix-bottom-info.pix-gap-50 .pix-box-name {
    padding-bottom: 0.25em;
}

.pix-bottom-info-boxed .pix-box-name {
    text-align: center;
    margin: 0 1.5rem;
    padding: 1rem 1.5rem;
    position: relative;
    background: #fff;
    top: -1.9rem;
    z-index: 10;
    border-radius: 4px;
    box-shadow: var(--pix-shadow);
}

.pix-item-title {
    padding: 0;
    padding-bottom: 17px;
    transition: color .33s ease;
}
.pix-hover-filled:hover .pix-item-title{
    color: #fff;
}
.pix-ibox-title-side-top .pix-item-title {
    padding-bottom: 0;
}

.pix-box-name a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pix-box-name a:hover {
    text-decoration: none;
}

.pix-box-footer {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 19px;
    font-size: 15px;
}

.product .pix-box-footer {
    grid-template-columns: auto;
    justify-items: center;
}

.pix-box-footer .pix-comments {
    text-align: right;
}

.pix-box-footer i {
    opacity: .65;
    padding-right: 7px;
}

.pix-box-buy {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-170%);
    -ms-transform: translateX(-170%);
    transform: translateX(-170%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
    transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: 700;
}

.pix-box-buy a {
    font-family: var(--pix-title-font);
    color: var(--pix-main-color);
}

.pix-box-buy a:hover {
    text-decoration: none
}

.pix-box-buy a + a {
    margin-left: 15px;
}

.pix-bottom-info:hover .pix-box-buy {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible
}

.pix-box-price {
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    line-height: 24px;
    -webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
    transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
}

.pix-box-price, .pix-box-price ins {
    color: #323232;
    font-weight: 700;
}

.pix-box-price del {
    text-decoration: line-through;
    margin-left: 8px;
    color: #878787;
    font-weight: 400;
    margin-right: 10px;
}

.pix-bottom-info:hover .pix-box-price {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden
}



/***  Product Categories Grid  ***/


ul.pix-more-list.opened{
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transition: max-height .33s ease-in, opacity 2s ease-out, visibility 2s ease-out;
}

ul.pix-more-list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .53s ease-out, opacity .23s ease-in, visibility .23s ease-in;
}

.pix-categories-item-links{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pix-categories-item-links button i {
    line-height: 30px;
}

/***  PCG end  ***/



.pix-hover-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 10;
    background: rgba(var(--pix-black-color-rgb), 0.85);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.pix-hover-container:hover {
    opacity: 1;
}

.pix-hover-container h3,
.pix-hover-container h3 a {
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: var(--pix-title-size);
    color: #fff;
}

.pix-hover-container .pix-box-price {
    margin-bottom: 10px;
}

.pix-hover-container .pix-box-price,
.pix-hover-container .pix-box-price ins {
    color: #fff;
}

.pix-hover-container .pix-box-btn a {
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: 16px;
    color: var(--pix-main-color);
    text-decoration: underline;
}

.pix-hover-container .pix-box-btn a:hover {
    text-decoration: none;
}

.pix-hover-container h3 a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-hover-container p {
    color: #ddd;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}

.pix-hover-container p a {
    font-family: var(--pix-main-font);
    text-decoration: none;
    color: inherit;
    margin: 0;
}

.pix-hover-container p a:hover {
    color: var(--pix-main-color);
    transition: color .33s;
}

.pix-hover-container p a.link-centerline:before {
    background: #fff;
}

.pix-bottom-info .pix-box .pix-box-img {
    overflow: hidden;
    margin-bottom: 0;
    max-height: 380px;
}

.pix-bottom-info.pixtheme-portrait .pix-box .pix-box-img {
    max-height: 500px;
}

.pix-bottom-info .pix-box .pix-box-img img {
    transform: scale(1.1);
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.pix-bottom-info .pix-box:hover .pix-box-img img {
    transform: scale(1);
}

.pix-bottom-info .pix-box .pix-box-name a {
    transition: color .33s;
}

.pix-bottom-info .pix-box:hover .pix-box-name a {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-bottom-desc .pix-box {
    position: relative;
    -webkit-transition: .33s;
    transition: .33s;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}

.pix-bottom-desc .pix-box .pix-box-img {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 280px;
}

.pix-bottom-desc.pixtheme-portrait .pix-box .pix-box-img {
    max-height: 100%;
}

.pix-bottom-desc .pix-box .pix-img-wrapper {
    overflow: hidden;
}

.pix-bottom-desc .pix-box .pix-img-wrapper img {
    width: 100%;
    transition: transform 1s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: scale(1.1);
}

.pix-bottom-desc .pix-box:hover .pix-img-wrapper img {
    transform: scale(1);
}

.pix-bottom-desc .pix-box:hover > span a {
    background-color: var(--pix-main-color);
}

.pix-bottom-desc .pix-box .pix-box-text {
    padding: 30px 40px;
    background-color: white;
    position: relative;
    text-align: left;
}

.pix-bottom-desc .pix-box .pix-box-text .pix-box-name {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.pix-bottom-desc .pix-box .pix-box-text .pix-box-name + p {
    margin-top: 20px;
}

.pix-bottom-desc .pix-box .pix-box-text p:last-child {
    margin-bottom: 0;
}

.pix-bottom-desc .pix-box > span a {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    display: none;
    width: 42px;
    height: 42px;
    background-color: #333;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color .33s;
    transition: background-color .33s;
}

.pix-bottom-desc .pix-box > span a:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 10px;
    width: 10px;
    left: 14px;
    top: 16px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/***   Carousel   ***/

.pix-carousel img {
    height: auto;
}

.pix-gallery .pix-section-top-line {
    position: relative;
    margin: 4em 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.pix-section-top-line .pix-section-title {
    padding-bottom: 0;
}

.pix-section-top-line .pix-section-title h2 {
    margin-bottom: 0;
}

.pix-gallery-cats {
    line-height: normal;
}

.pix-gallery-cats a {
    display: inline-block;
    position: relative;
    margin-right: 1.5em;
    font-size: var(--pix-title-size);
    font-weight: 600;
}

.pix-gallery-cats a.pix-active {
    color: var(--pix-main-color);
}

.pix-gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.pix-bottom-info .pix-gallery-item-info {
    opacity: 0;
}

.pix-gallery-item.pix-bottom-info:hover .pix-gallery-item-info {
    opacity: 1;
}

.pix-gallery-item-name,
.pix-gallery-item-text {
    font-size: var(--pix-title-size);
    line-height: 1.2;
    font-weight: 600;
}

.pix-gallery-item-name a {
    font-size: var(--pix-title-size);
}

.pix-gallery-item:hover .pix-gallery-item-title a.pix-button,
.pix-gallery-item:hover .pix-gallery-item-name a {
    text-shadow: none;
    background-color: transparent;
}

.pix-gallery-item-text p {
    color: #fff;
    font-size: var(--pix-font-size);
    line-height: var(--pix-font-line-height);
    font-weight: var(--pix-font-weight);
    margin-bottom: 0;
}

.pix-gallery-item-name a:hover {
    text-decoration: underline;
}

.pix-gallery-item-title, .text-white-color .pix-gallery-item-title {
    color: #c5c5c5;
}

.pix-gallery-slider-controls {
    position: relative;
}

.pix-gallery-slider-controls > div {
    width: 2.25em;
    height: 2.25em;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
    cursor: pointer;
    position: relative;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    transition: transform .1s ease;
}

.pix-gallery-slider-controls > div:active {
    transform: translate3d(0, 1px, 0);
}

.pix-gallery-slider-controls > div.pix-slider-next:before,
.pix-gallery-slider-controls > div.pix-slider-prev:before {
    position: relative;
    top: 3px;
    right: -1px;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 700;
    content: '\f054';
    color: var(--pix-title-color);
    transition: color .33s ease;
}

.pix-gallery-slider-controls > div.pix-slider-prev:before {
    content: '\f053';
    right: 1px;
}

.pix-gallery-slider-controls > div.pix-slider-next:hover:before,
.pix-gallery-slider-controls > div.pix-slider-prev:hover:before {
    color: var(--pix-button-color);
}

.portfolio-list-section {
    margin-bottom: 80px;
}

.portfolio-item {
    padding-bottom: 30px;
}

.portfolio-image img {
    width: 100%;
    height: auto;
}

.portfolio-item-body {
    padding-left: 10px;
}

.portfolio-item-body .name {
    font-family: var(--pix-title-font);
    font-size: 18px;
    font-weight: var(--pix-title-weight);
}

.portfolio-item-body .under-name {
    font-size: var(--pix-font-size);
}

.service__select {
    text-align: center;
    margin-bottom: 70px;
}

.service__select a {
    color: #000;
    font-size: 18px;
    margin: 0 15px;
    cursor: pointer;
}

.service__select a:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.service__select a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #000;
}

.service__select a.active {
    color: var(--pix-main-color);
}

.service__select a.active:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.service .portfolio-cards__item {
    margin: 0 0 70px 0;
}

.service .service-box-2 {
    margin: 0 0 70px 0;
}

.service-page {
    padding: 0 25px 0 15px;
    margin-bottom: 100px;
    font-family: var(--pix-main-font);
}

.service-page.pix-single-portfolio {
    padding: 0 15px;
}

.service-page h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-page h2 span {
    color: var(--pix-main-color);
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.service-page p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-page p a.link-centerline {
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: inherit;
}

.service-page p a.link-centerline:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 3px;
}

.service-page p a.link-centerline:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.pix-portfolio-info-col {
    padding: 0;
}

.pix-portfolio-content-col {
    padding: 0 0 0 50px;
}

.pix-portfolio-info {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.service-page-item-image img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.service-page__list {
    padding: 0 0 0 15px;
}

.service-page__list h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.service-page__list ul li {
    position: relative;
    list-style: none;
    padding: 15px 0 10px 40px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.service-page__list ul li:last-child {
    border-bottom: 0;
}

.service-page__list ul li span {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    color: #797979;
    padding-top: 5px;
}

.service-page__list ul li > i {
    position: absolute;
    left: 0;
    top: 20px;
    width: 15px;
    height: 15px;
    font-size: 24px;
    color: var(--pix-main-color);
}

.service-page-content {
    padding-left: 15px;
}

.service-page-content div {
    font-size: var(--pix-font-size);
}

.service-page__carousel-1 {
    margin-bottom: 40px;
}

.service-page__carousel-1 .owl-dots {
    position: relative;
    margin-top: -35px !important;
}

.blog-article .service-page__carousel-1 .owl-dots {
    margin-top: -55px !important;
}

.service-page__carousel-1 .owl-dot span {
    background: #fff !important;
}

.service-page__carousel-1 .owl-dot.active span {
    background: var(--pix-main-color) !important;
}

.service-page__carousel-item {
    width: 100%;
    height: auto;
}

.service-page__carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page__carousel-2 {
    margin-left: -50px;
    margin-top: -50px;
    width: -webkit-calc(100% + 100px) !important;
    width: calc(100% + 100px) !important;
    margin-bottom: 30px;
}

.service-page__carousel-2 .owl-dots {
    position: relative;
    margin-top: 25px !important;
}

.service-page__carousel-2 .owl-dot span {
    background: #c1c1c1 !important;
}

.service-page__carousel-2 .owl-dot.active span {
    background: var(--pix-main-color) !important;
}

.service-page__carousel-2 .service-page__carousel-item {
    height: 460px;
}

.service-page__ourworks-carousel .portfolio-cards__item {
    margin: 0;
}

.service-page__ourworks-carousel .portfolio-cards__item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-page-footer {
    padding-bottom: 110px;
    background: transparent;
}

.service-page-footer .container {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.service-page-footer a {
    /*color: #fff;*/
    font-size: var(--pix-font-size);
    font-weight: 700;
    text-shadow: var(--pix-text-shadow);
}

.service-page-footer a:hover {
    color: var(--pix-main-color);
}

.service-page-footer a i {
    position: relative;
    top: 3px;
    font-size: 1.4em;
}

.service-page-footer span {
    min-width: 90px;
}

.service-page-footer span:first-child a i {
    margin-right: 20px;
}

.service-page-footer span:last-child a i {
    margin-left: 20px;
}

.service-page-footer a.service-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pagination {
    margin-top: 60px;
    margin-bottom: 0;
}

.pagination a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 9px;
}

.pagination a.next, .pagination a.prev {
    font-size: 14px;
    position: relative;
    top: 0;
}

.pagination a:hover {
    color: var(--pix-main-color);
}

.pagination .page-numbers:first-child {
    margin-left: 0 !important;
}

.pix-link-pages span.current,
.pagination span.current {
    display: inline-block;
    background: #fff;
    color: var(--pix-main-color);
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    /*-webkit-box-shadow: var(--pix-shadow);*/
    /*box-shadow: var(--pix-shadow);*/
    text-align: center;
    line-height: 40px;
}
.pix-link-pages span.current{
    background: #eee;
    margin: 0;
}

.row.owl-carousel {
    margin: auto;
}



/*** News ***/

.pix-news-item {
    position: relative
}

.pix-news-item:hover .pix-news-info {
    background: none
}

.pix-news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.pix-news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-news-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1
}

.pix-news-info {
    padding: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #383838;
}

.pix-news-author-date,
.pix-news-author-date a {
    margin-bottom: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #d5d5d5;
    font-size: 12px;
    line-height: 24px;
}

.pix-news-title {
    margin-bottom: 25px;
    height: 52px;
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    line-height: 26px;
    font-weight: 700;
}

.pix-news-title a {
    color: #fff;
}

.pix-news-title a:hover {
    text-decoration: none
}

.pix-news-text {
    height: 144px;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: var(--pix-font-size);
    line-height: 24px;
}

.pix-news-text p {
    color: #d5d5d5;
}

.pix-news-info .pix-news-btn a {
    font-family: var(--pix-buttons-font);
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    padding: 4px 16px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #c5c5c5;
    border-color: #c5c5c5;
    font-size: 11px;
    line-height: 24px;
    text-shadow: var(--pix-text-shadow);
    background-color: transparent;
}

.pix-news-item:hover .pix-news-text, .pix-news-item:hover .pix-news-author-date, .pix-news-item:hover .pix-news-author-date a {
    color: #fff;
}

.pix-news-item:hover .pix-news-author-date a:hover {
    color: var(--pix-main-color);
}

.pix-news-item:hover .pix-news-btn a {
    color: #fff;
    border-color: var(--pix-additional-color);
    background: var(--pix-additional-color);
}

.pix-news-slider .owl-dots {
    position: absolute;
    top: -144px;
    right: 0;
}

.pix-news-slider .owl-dots button.owl-dot.active {
    border-color: var(--pix-main-color);
}

.pix-news-slider .owl-dots button.owl-dot.active:before {
    background: var(--pix-main-color);
}

.pix-news-title a:hover {
    color: var(--pix-main-color);
}

.news-card-long {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #f7f7f7;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.news-card-long__carousel.owl-carousel {
    margin: 0 -30px;
    width: auto;
}

.news-card-long__carousel.owl-carousel .owl-stage-outer {
    padding: 15px 0 30px;
}

.news-card-long__image {
    position: relative;
    overflow: hidden;
}

.news-card-long__image a.icon-zoom {
    opacity: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    content: '';
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: var(--pix-button-color) var(--pix-svg-search) no-repeat center center;
    background-size: 22px;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    z-index: 3;
}

.news-card-long__image a.icon-zoom:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-card-long__image .overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    z-index: 1;
}

.news-card-long__image:hover a.icon-zoom {
    opacity: 1;
}

.news-card-long__image:hover .overlay {
    opacity: 1;
}

.news-card-long__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card-long__text {
    padding: 35px 40px;
    overflow: hidden;
    background-color: #fff;
}

.news-card-long__text [class*='pix-title'] {
    margin: 0;
    margin-bottom: 5px;
}

.news-card-long__text span.news-date a {
    font-size: 12px;
    line-height: 36px;
    color: var(--pix-main-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.news-card-long__text p {
    line-height: 1.7;
    margin: 5px 0;
}

.news-card-centered {
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.news-card-centered__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-card-centered__image span {
    opacity: 0;
    position: relative;
    z-index: 3;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: .33s;
    transition: .33s;
}

.news-card-centered__image a {
    opacity: 0;
    position: relative;
    z-index: 3;
    padding: 0 70px;
    /*text-decoration: underline;*/
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: .33s;
    transition: .33s;
}

.news-card-centered__image .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: var(--pix-main-color);
    z-index: 2;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.news-card-centered:hover .news-card-centered__image span {
    opacity: 1;
}

.news-card-centered:hover .news-card-centered__image a {
    opacity: 1;
}

.news-card-centered:hover .news-card-centered__image .overlay {
    opacity: 0.9;
}

.pix-img-greyscale .news-card-centered .news-card-centered__image .overlay {
    background: #333;
}

.pix-img-greyscale .news-card-centered:hover .news-card-centered__image .overlay {
    opacity: 0.6;
}

.pix-news-high {
    height: 100%;
}

.news-card-centered__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.news-card-centered__text {
    padding: 2rem;
    background-color: #f7f8f9;
    border: 1px solid #f0f0f0;
    border-top: none !important;
}

.pix-news-high .news-card-centered__text {
    background-color: #fff;
}

.news-card-centered__text p {
    margin-bottom: 0;
}

.news-card-centered__text [class*='pix-title'] {
    align-content: left;
    margin: 0;
}

.pix-news-high .news-card-centered__text [class*='pix-title'] {
    margin-top: 0;
    margin-bottom: 1em;
}

.news-card-centered__text span {
    font-family: var(--pix-subtitle-font);
    font-size: 16px;
    line-height: 31px;
    color: var(--pix-main-color);
}

.news-card-gradient {
    padding: 45px;
    background: #fff;
}

.news-card-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-card-gradient .label-next,
.news-card-gradient .label-prev {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--pix-main-font);
    background: #333;
    opacity: .85;
    z-index: 2;
    -webkit-transition: background .33s;
    transition: background .33s;
}

.news-card-gradient .label-prev {
    left: 0;
}

.news-card-gradient:hover .label-next,
.news-card-gradient:hover .label-prev {
    background: var(--pix-main-color);
}

.news-card-gradient .news-info {
    display: grid;
    grid-template-columns: 1fr auto;
}

.news-card-gradient img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.news-card-gradient [class*='pix-title'] {
    position: relative;
    top: 40px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: top .33s;
    transition: top .33s;
    z-index: 3;
}

.news-card-gradient [class*='pix-title'] a {
    display: contents;
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.news-card-gradient [class*='pix-title']:hover a {
    color: var(--pix-main-color);
}

.news-card-gradient .news-info {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    z-index: 3;
}

.news-card-gradient .news-info span,
.news-card-gradient .news-info span a {
    color: #fff;
    font-family: var(--pix-main-font);
    font-size: 14px;
}

.news-card-gradient .news-info span a:hover {
    color: var(--pix-main-color);
}

.news-card-gradient .news-info span i {
    position: relative;
    padding-right: 5px;
    top: 0;
}

.news-card-gradient:hover [class*='pix-title'] {
    top: 0;
}

.news-card-gradient:hover .news-info {
    opacity: 1;
}

.news-card-gradient .gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
    background: -webkit-linear-gradient(bottom, #333, transparent 60%);
    background: -o-linear-gradient(bottom, #333, transparent 60%);
    background: linear-gradient(to top, #333, transparent 60%);
    z-index: 1;
}

.news-card-gradient:hover .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
    background: -webkit-linear-gradient(bottom, #333, transparent 100%);
    background: -o-linear-gradient(bottom, #333, transparent 100%);
    background: linear-gradient(to top, #333, rgba(51, 51, 51, .5));
}

.pix-theme-tone-dark .news-card-gradient .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
    background: -webkit-linear-gradient(bottom, #000, transparent 60%);
    background: -o-linear-gradient(bottom, #000, transparent 60%);
    background: linear-gradient(to top, #000, transparent 60%);
}

.pix-theme-tone-dark .news-card-gradient:hover .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
    background: -webkit-linear-gradient(bottom, #000, transparent 100%);
    background: -o-linear-gradient(bottom, #000, transparent 100%);
    background: linear-gradient(to top, #000, rgba(51, 51, 51, .5));
}



/*** SERVICES ***/

.sidebar-services {
    padding-right: 15px;
}

.taxonomy-page {
    padding-bottom: 80px;
}

.sidebar-services li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e8ecef;
}

.sidebar-services li a {
    padding: 20px 0;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    border: 0;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    text-decoration: none !important;
    position: relative;
}

.sidebar-services li .children {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.sidebar-services li .children li {
    border: 0;
}

.sidebar-services li .children a {
    padding: 5px 0;
    border: 0;
}

.sidebar-services li .children li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.sidebar-services li:before {
    display: none !important;
}

.sidebar-services .active a, .sidebar-services .current-cat a {
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
}

html .sidebar-services li a:hover {
    color: #23272c;
}

.sidebar-container ul.styled {
    margin: 0;
    padding: 0;
}



/****************************/
/***       ELEMENTS       ***/
/****************************/

.pix-section-title {
    text-align: center;
    padding-bottom: 50px;
}

.pix-section-title.pix-title-no-padding {
    padding-bottom: 0;
}

.pix-section-title.text-left {
    text-align: left;
}

.pix-section-title.text-right {
    text-align: right;
}

.pix-title {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    color: var(--pix-title-color);
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding: 0 60px;
    margin: 0 0 20px 0;
}
.text-left .pix-title, .rtd .text-left .pix-title {
    padding-left: 0;
}
.text-right .pix-title, .rtd .text-right .pix-title {
    padding-right: 0;
}

.sep-element {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.widget-title + .sep-element {
    margin: -15px 0 30px;
}

.text-right .sep-element {
    margin-left: calc(100% - 40px);
}

.pix-pre-title span {
    font-family: var(--pix-subtitle-font);
    font-size: var(--pix-font-size-smaller);
    font-weight: 400;
    font-style: var(--pix-subtitle-style);
    padding: 3px 15px 2px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: var(--pix-button-color);
}

.pix-pre-title + .pix-title {
    margin-top: 25px !important;
}

.pix-pre-title + .pix-title {
    margin-top: 10px;
}

.pix-title + p {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: var(--pix-font-size);
}

.pix-title-no-padding .pix-title + p {
    margin-top: 0;
}
.pix-title-no-padding .pix-title.pix-uppercase + p {
    margin-top: -5px;
}

.white-heading .pix-title[class*="size"],
.text-white-color .pix-title,
.rtd .text-white-color .pix-title {
    color: #fff;
}

.icon svg {
    width: 80px;
    height: auto;
}

.pix-icon-xl .icon svg,
.pix-icon-xl .icon img {
    width: 80px;
    height: auto;
}

.pix-icon-l .icon svg,
.pix-icon-l .icon img {
    width: 60px;
    height: auto;
}

.pix-icon-m .icon svg,
.pix-icon-m .icon img {
    width: 40px;
    height: auto;
}

.pix-icon-s .icon svg,
.pix-icon-s .icon img {
    width: 20px;
    height: auto;
}

.icon span,
.icon a {
    line-height: 1;
}

.pix-icon-color .icon span {
    color: var(--pix-main-color);
}

.pix-icon-xl .icon span {
    font-size: 80px;
}

.pix-icon-l .icon span {
    font-size: 56px;
}

.pix-icon-m .icon span {
    font-size: 42px;
}

.pix-icon-s .icon span {
    font-size: 20px;
}

.round.pix-icon-xl .icon span {
    font-size: 56px;
}

.round.pix-icon-l .icon span {
    font-size: 38px;
}

.round.pix-icon-m .icon span {
    font-size: 26px;
}

.round.pix-icon-s .icon span {
    font-size: 18px;
}

span[class^="flaticon-"]:before, span[class*=" flaticon-"]:before {
    font-size: inherit;
    margin-left: inherit;
}

.pix-has-border {
    border: 1px solid #eee;
    transition: border-color .33s;
    position: relative;
}

.pix-has-border:hover {
    border: 1px solid var(--pix-main-color);
}

.pix-has-border .icon {
    fill: var(--pix-main-color);
}

.pix-has-border h3 {
    font-size: var(--pix-title-size);
}

.pix-has-border h3 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.pix-hover-filled {
    transition: background-color .75s;
    position: relative;
}

.pix-hover-filled:hover {
    background-color: var(--pix-main-color);
}

.pix-hover-filled:hover h3 {
    color: #fff;
}

.pix-hover-filled:hover p {
    color: #eee;
}

.pix-hover-filled:hover a {
    color: #fff;
}

.pix-hover-filled:hover a:before {
    background: #fff;
}

.pix-hover-filled:hover .icon span {
    fill: #fff;
    -webkit-text-fill-color: #fff;
}

.pix-hover-filled .icon {
    fill: var(--pix-main-color);
}

.pix-hover-filled h3 {
    font-size: 18px;
    transition: color .33s;
}

.pix-hover-filled h3 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    transition: color .33s;
}

.pix-hover-filled p {
    margin-bottom: 20px;
    transition: color .33s;
}

.pix-ibox-top {
    padding: 50px 35px;
    position: relative;
}

.pix-box.pix-no-padding .pix-ibox-top {
    padding: 0;
    margin-top: 5px;
}

.pix-ibox-top h3 {
    margin-top: 1.1em;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.pix-ibox-top p {
    margin: 0;
}

.pix-ibox-top .transparent,
html .pix-ibox-top .round {
    margin-bottom: 25px;
}

.pix-ibox-top .transparent.pix-icon-xl,
.pix-ibox-top .transparent.pix-icon-l,
html .pix-ibox-top .round.pix-icon-xl,
html .pix-ibox-top .round.pix-icon-l {
    margin-bottom: 28px;
}

.pix-ibox-top p + .pix-button {
    margin-top: 1em;
}

.pix-ibox-top .icon {
    margin-top: 0;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    max-width: 80px;
}

.pix-ibox-top .icon svg {
    -webkit-transition: transform .33s;
    transition: transform .33s;
}

.pix-ibox-top:hover .transparent .icon svg {
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.pix-ibox-top:hover .transparent .icon {
    color: var(--pix-main-color);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.pix-ibox-top .round,
.pix-ibox-top .transparent {
    margin-right: auto;
    margin-left: auto;
}

.pix-ibox-top.pix-text-left .round,
.pix-ibox-top.pix-text-left .transparent {
    margin-left: 0;
}

.pix-ibox-top.pix-text-right .round,
.pix-ibox-top.pix-text-right .transparent {
    margin-right: 0;
}

.pix-ibox-side {
    position: relative;
}

.pix-ibox-side .pix-block-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
}

.pix-ibox-side.pix-text-review-right .pix-block-content {
    grid-template-columns: 1fr auto;
}

.pix-ibox-side.pix-icon-s .pix-block-content{
    grid-column-gap: 15px;
}

.pix-ibox-side .round,
.pix-ibox-top .round,
.pix-ibox-title-side .round {
    display: grid;
    justify-content: center;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-color: var(--pix-font-color);
    -webkit-transition: color .33s, background-color .33s;
    transition: color .33s, background-color .33s;
    margin-top: 10px;
}

.pix-block-content .round.pix-icon-color {
    background-color: var(--pix-additional-color);
}

.pix-block-content .round.pix-icon-bg-main-color {
    background-color: var(--pix-main-color);
}

.pix-block-content .round.pix-icon-bg-additional-color {
    background-color: var(--pix-additional-color);
}

.pix-block-content .round.pix-icon-bg-black-color {
    background-color: var(--pix-black-color);
}

.pix-block-content .round.pix-icon-bg-white-color {
    background-color: var(--pix-white-color);
}

div[class*='pix-ibox-']:hover .round {
    background-color: var(--pix-main-color);
}

div[class*='pix-ibox-']:hover .round.pix-icon-bg-main-color {
    background-color: var(--pix-additional-color);
}

.pix-ibox-side .transparent {
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: color .33s, transform .33s;
    padding-top: 5px;
}
.pix-ibox-side .transparent.pix-icon-s{
    padding-top: 0;
}

.pix-block-content .transparent .icon svg {
    height: auto;
}

.pix-block-content .transparent.pix-icon-xl {
    width: 80px;
    height: 80px;
}

.pix-block-content .transparent.pix-icon-l {
    width: 56px;
    height: 56px;
}

.pix-block-content .transparent.pix-icon-m {
    width: 42px;
    height: 42px;
}

.pix-block-content .transparent.pix-icon-s {
    width: 20px;
    height: 20px;
}

.pix-block-content .round.pix-icon-xl {
    width: 120px;
    height: 120px;
}

.pix-block-content .round.pix-icon-l {
    width: 90px;
    height: 90px;
}

.pix-block-content .round.pix-icon-m {
    width: 60px;
    height: 60px;
}

.pix-block-content .round.pix-icon-s {
    width: 45px;
    height: 45px;
}

.pix-ibox-side .icon {
    -webkit-transition: color .5s, transform .5s;
    transition: color .5s, transform .5s;
}

.pix-block-content .round .icon {
    display: grid;
    align-items: center;
}

.pix-ibox-side .round .icon svg {
    vertical-align: middle;
    height: 100%;
}

.pix-ibox-side .text h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--pix-title-color);
}

.pix-ibox-side p {
    margin-top: 0;
}

.pix-ibox-side p em * {
    font-family: var(--pix-subtitle-font);
    font-weight: bold;
    font-size: 16px;
}

.pix-ibox-side p em a {
    color: var(--pix-main-color);
    font-size: 16px;
}

.pix-ibox-side .text {
    display: inline-block;
    padding-right: 0;
}

.pix-ibox-side .text p {
    margin-bottom: 0;
}
.pix-ibox-side .text p + a{
    margin-top: 1em;
}

.pix-ibox-side.pix-text-review-right .text {
    padding-left: 15%;
    padding-right: 0;
    text-align: right;
}

.pix-ibox-side .text strong {
    color: #333;
}

.pix-ibox-side:hover .transparent .icon {
    color: var(--pix-main-color);
    transform: scale(1.1);
}

.pix-ibox-title-side {
    padding: 15px 45px;
    position: relative;
}

.pix-ibox-title-side .round {
    margin-top: 0;
}

.vc_row-no-padding .pix-ibox-title-side {
    padding: 15px 0;
}

.pix-ibox-title-side-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.pix-text-review-right .pix-ibox-title-side-top,
.pix-text-review-right .pix-ibox-title-side-top.pix-icon-xl {
    grid-template-columns: 1fr auto;
    justify-items: end;
}

.pix-ibox-title-side-top .pix-ibox-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pix-ibox-title-side-top .pix-ibox-title h3 {
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pix-ibox-title-side-bottom {
    font-family: var(--pix-main-font);
    color: var(--pix-font-color);
}

html .round .icon span {
    color: #fff;
}

html .pix-text-center .round {
    margin-left: auto;
    margin-right: auto;
}

html .pix-text-right .round {
    margin-left: auto;
    margin-right: 0;
}



/* flip */

.service-box-3 {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .75s;
    transition: .75s;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.service-box-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.flip .service-box-3 img.pix-img-greyscale {
    filter: blur(3px) grayscale(80%);
    opacity: 0.1;
}

.service-box-3:hover .service-box-3__container,
.service-box-3 .service-box-3__container.two {
    background-color: rgba(var(--pix-main-color-rgb), 0.75);
}

.pix-service-box__text p {
    color: #fff;
}

.service-box-3__container {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    width: 70%;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.service-box-3__container .pix-item-title{
    padding: 0;
}
.service-box-3__container .icon + .pix-item-title{
    padding: 1.5em 0 0;
}

.service-box-3__container .icon {
    width: 45px;
    height: 45px;
    margin: auto;
    margin-bottom: 20px;
    fill: #fff;
}
.service-box-3__container.pix-icon-l .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
}

.service-box-3__container a.link-line {
    color: #fff;
}

.service-box-3__container a.link-line:after {
    background-color: #fff;
}

.service-box-3__container a.link-line-dotted:hover {
    color: #fff;
}

.flip {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.flip {
    width: inherit;
    height: 300px;
}

.flip .service-box-3 {
    width: 100%;
    height: 100%;
}

.flip .service-box-3.under {
    width: 100%;
    height: 100%;
}

.flip .service-box-3 {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3 {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    border: 1px solid #eee;
}

.flip:hover .service-box-3 {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip .service-box-3__container {

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    

    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.flip .service-box-3:hover .service-box-3__container {

    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

/* ВТОРОЙ*/

.flip .service-box-3__container.two {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);

    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;
    z-index: 2;
    height: 80%;
}

.flip:hover .service-box-3__container.two {

    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 80%;
}

/**/

.flip .service-box-3.under {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3.under {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
}

.flip:hover .service-box-3.under {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pix-ibox-flip .pix-item-title,
.pix-ibox-flip p {
    color: #fff;
}




/* Amount Box */

.pix-easy-chart {
    margin-top: -5px;
}

.pix-easy-chart .icon {
    padding-bottom: 15px;
    transition: transform .33s;
}

.pix-easy-chart:hover .icon {
    transform: scale(1.1);
}

.pix-easy-chart .pix-text-left .icon,
.pix-easy-chart .pix-text-right .icon {
    padding-bottom: 0;
}

.pix-easy-chart .pix-text-left,
.pix-easy-chart .pix-text-right {
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 25px;
    justify-items: center;
    align-items: center;
    margin: 0 40px;
}

.pix-easy-chart .pix-text-left.pix-no-icon,
.pix-easy-chart .pix-text-right.pix-no-icon {
    display: inline-block;
    position: relative;
    margin: 0;
}

.pix-easy-chart .pix-text-right {
    grid-template-columns: auto 80px;
}

.pix-easy-chart .pix-text-left.pix-icon-l {
    grid-template-columns: 60px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-l {
    grid-template-columns: auto 60px;
}

.pix-easy-chart .pix-text-left.pix-icon-m {
    grid-template-columns: 40px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-m {
    grid-template-columns: auto 40px;
}

.pix-easy-chart .pix-text-left.pix-icon-s {
    grid-template-columns: 20px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-s {
    grid-template-columns: auto 20px;
}

.pix-easy-chart .pix-text-left .chart {
    position: relative;
    justify-self: start;
}

.pix-easy-chart .pix-text-right .chart {
    justify-self: end;
}

.pix-easy-chart .pix-text-left canvas,
.pix-easy-chart .pix-text-right canvas {
    position: absolute;
}

.percent,
.percent-plus {
    color: var(--pix-main-color);
    font-size: 26px;
    font-weight: 800 !important;
    line-height: normal;
}

.percent-text {
    font-family: var(--pix-main-font);
    display: block;
    font-size: var(--pix-title-size);
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

.pix-easy-chart .counter-item + p {
    margin-top: 15px;
    margin-bottom: 0;
}



/***** Tabs / Accordion *****/

.pix-section-tabs .nav {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: var(--pix-main-font);
    border-color: #e5e5e5;
}

.pix-section-tabs .nav li {
    margin-right: 40px
}

.pix-section-tabs .nav li:last-child {
    margin-right: 0
}

.pix-section-tabs .nav li a {
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px
}

.pix-section-tabs .tab-pane .pix-button,
.pix-section-tabs .tab-pane .pix-link {
    margin-top: 20px
}

.pix-section-tabs .nav li a.active {
    color: var(--pix-main-color);
    border-color: var(--pix-main-color)
}

.pix-section-tabs .nav li a:hover {
    color: var(--pix-main-color)
}

.pix-section-tabs .tab-content {
    color: #757575
}

.pix-accordion-btn {
    border-bottom: 1px solid;
    border-color: #ebeaea;
}

.pix-accordion-btn button {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    padding: 20px 25px 20px 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    font-family: var(--pix-title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--pix-main-color);
}

.pix-accordion-btn button:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.pix-accordion-btn button:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.pix-accordion-btn button:hover {
    color: var(--pix-main-color)
}

.pix-accordion-btn button.collapsed {
    color: #1b1b1b
}

.pix-accordion-btn button.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.pix-accordion-btn button:before, .pix-accordion-btn button:after {
    background: var(--pix-main-color)
}

.pix-accordion-body {
    padding: 24px 0;
    border-bottom: 1px solid;
    border-color: #ebeaea;
}

.pix-progressbar-box {
    font-family: var(--pix-title-font);
    margin-bottom: 40px;
    max-width: 630px;
    font-weight: 600;
    color: var(--pix-title-color);
}

.pix-progressbar-line {
    width: 100%;
    height: 4px;
    margin-top: 6px;
    background: #ebeaea;
}

.pix-progressbar-full-line {
    height: 4px;
    background: var(--pix-main-color);
}

.pix-price-long {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
}

.pix-price-box {
    text-align: center;
    padding: 65px 45px;
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    transition: transform .33s;
}

.pix-price-box:hover::before {
    /*transform: translate3d(0,-10px,0);*/
    box-shadow: 0 6px 24px rgba(var(--pix-main-color-rgb), 0.25)
}

.pix-price-long .pix-price-box {
    margin-right: 0 !important;
    padding: 50px 80px 50px 60px;
}

.pix-gap-1 .pix-price-box:not(:last-child) {
    margin-right: 1px;
}

.pix-gap-2 .pix-price-box:not(:last-child) {
    margin-right: 2px;
}

.pix-gap-5 .pix-price-box:not(:last-child) {
    margin-right: 5px;
}

.pix-gap-10 .pix-price-box:not(:last-child) {
    margin-right: 10px;
}

.pix-gap-15 .pix-price-box:not(:last-child) {
    margin-right: 15px;
}

.pix-gap-20 .pix-price-box:not(:last-child) {
    margin-right: 20px;
}

.pix-gap-30 .pix-price-box:not(:last-child) {
    margin-right: 30px;
}

.pix-gap-50 .pix-price-box:not(:last-child) {
    margin-right: 50px;
}

.pix-price-long.pix-gap-1 {
    grid-gap: 1px;
}

.pix-price-long.pix-gap-2 {
    grid-gap: 2px;
}

.pix-price-long.pix-gap-5 {
    grid-gap: 5px;
}

.pix-price-long.pix-gap-10 {
    grid-gap: 10px;
}

.pix-price-long.pix-gap-15 {
    grid-gap: 15px;
}

.pix-price-long.pix-gap-20 {
    grid-gap: 20px;
}

.pix-price-long.pix-gap-30 {
    grid-gap: 30px;
}

.pix-price-long.pix-gap-50 {
    grid-gap: 50px;
}

.pix-price-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow .33s ease;
}

.pix-price-box-inner {
    position: relative;
    z-index: 2
}

.pix-price-long .pix-price-box-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    color: #000;
}

.pix-price-box-top {
    margin-bottom: 25px;
}

.pix-price-box-month {
    margin-bottom: 25px;
}

.pix-price-box-text {
    margin-bottom: 90px;
    color: var(--pix-font-color);
}

.pix-table-price-content-list {
    list-style: none;
}

.pix-table-price-content-list.pix-compare {
    padding: 0 25px;
}

.pix-table-price-content-list li.pix-enable,
.pix-table-price-content-list li.pix-disable {
    list-style: none;
    font-size: 16px;
    line-height: 29px;
    color: #8c8c8c;
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.pix-table-price-content-list li.pix-disable {
    color: #ccc;
}

.pix-table-price-content-list li.pix-enable:before,
.pix-table-price-content-list li.pix-disable:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -1px;
    left: 2px;
    content: '\f00c';
    color: var(--pix-main-color);
}

.pix-table-price-content-list li.pix-disable:before {
    content: '\f068';
    color: #ccc;
}

.pix-table-price-content-list + .pix-price-table-features-info {
    padding-top: 10px;
    margin: 0;
}

.pix-price-box.pix-price-box-big {
    z-index: 2;
    position: relative;
}

.pix-price-box.pix-price-box-big:before {
    top: -25px;
    bottom: -20px;
}

.pix-price-box:before {
    background: #fff
}

.pix-price-box-top p {
    color: #000
}

.pix-price-box-top span {
    color: #6f6f6f
}

.pix-price-box-month {
    color: #bababa
}

.pix-price-box-month .pix-span-small {
    color: var(--pix-main-color)
}

.pix-price-box-month .pix-span-big {
    color: var(--pix-main-color)
}

.pix-price-box.pix-price-box-dark:before {
    background: #202020
}

.pix-price-box.pix-price-box-dark .pix-price-box-top p {
    color: #fff
}

.pix-price-box.pix-price-box-dark .pix-price-box-month {
    color: #cecece
}

.pix-price-box.pix-price-box-dark .pix-price-box-text {
    color: #cecece
}

.pix-price-box-top {
    line-height: 25px
}

.pix-price-box-top p {
    margin-bottom: 0;
    font-family: var(--pix-title-font);
    font-size: 20px;
    font-weight: 700;
}

.pix-price-box-top span {
    font-family: var(--pix-title-font);
    font-size: 16px;
    font-weight: 600
}

.pix-price-box-month {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px
}

.pix-price-box-month .pix-span-small {
    font-size: 30px;
    font-weight: 600
}

.pix-price-box-month .pix-span-big {
    font-size: 46px;
    font-weight: 600
}

.pix-price-box-text {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font)
}

.pix-price-box-footer {
    min-height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pix-price-box-left {
    padding-right: 50px;
}

.pix-price-box-left p:first-child {
    font-size: var(--pix-title-size);
    font-weight: 600;
    margin-bottom: 0;
}

.pix-price-box-left p + span {
    font-size: var(--pix-font-size);
    color: var(--pix-main-color);
}

.pix-price-box-left ul {
    margin-top: 25px;
    margin-bottom: 0;
    color: var(--pix-font-color);
}

.pix-price-box-right {
    position: relative;
}

.pix-price-box-right .pix-price .pix-span-big {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.8;
}

.pix-price-box-right .pix-icon {
    margin-top: 15px;
}

.pix-price-box-right .pix-icon span {
    font-size: 56px;
    line-height: 1;
}

.pix-price-box-right .pix-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pix-compare-table table {
    min-width: 100%;
    text-align: center;
    color: var(--pix-black-color);
    margin-bottom: 0;
}

.pix-compare-table table tr {
    transition: background-color .3s ease;
}

.pix-compare-table table tbody tr:hover {
    background-color: rgba(var(--pix-main-color-rgb), .15);
}

.pix-compare-table table tr td {
    padding: 1.5em 1em;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    border: none;
}

.pix-compare-table table tfoot tr td {
    padding: 2em 1em 0;
}

.pix-compare-table table tr td:first-child {
    padding-left: 60px !important;
    width: 30%;
    text-align: left !important
}

.pix-compare-table table tr th {
    text-align: center;
    padding: .25em 1em 2em;
    border: none;
}

.pix-mobile-table-select {
    display: none;
}

.pix-price-table-col-title {
    font-family: var(--pix-title-font);
    font-size: var(--pix-h6-size);
    font-weight: 500;
    color: var(--pix-black-color);
}
.pix-price-table-col-title + .pix-button {
    margin-top: 10px;
}

.pix-price-table-col-title.pix-popular {
    color: var(--pix-main-color);
}

.pix-price-table-header {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px;
    color: var(--pix-font-color);
    margin-bottom: 1em;
}

.pix-price-table-header.with-button {
    margin-bottom: 5px;
}

.pix-price-table-header .pix-span-small {
    font-size: var(--pix-font-size);
    font-weight: 700;
    color: var(--pix-title-color);
}

.pix-price-table-header .pix-span-big {
    font-size: 24px;
    font-weight: 700;
    color: var(--pix-title-color);
}

.pix-price-table-header .pix-span-period {
    font-size: 14px;
    color: var(--pix-font-color);
}

.pix-price-table-header.pix-popular .pix-span-small,
.pix-price-table-header.pix-popular .pix-span-big,
.pix-price-table-header.pix-popular .pix-span-period {
    color: var(--pix-main-color);
}

.pix-price-table-header + .pix-button {
    margin-bottom: 10px;
}

.pix-compare-table table tr:last-child td {
    border: none;
}

.pix-compare-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.pix-compare-table table th:first-child {
    padding-left: 60px;
    vertical-align: top;
    text-align: left;
}

.pix-compare-table table tr:last-child td.pix-best-car {
    color: var(--pix-main-color);
    
}

.pix-compare-table span.pix-enable,
.pix-compare-table span.pix-disable {

}

.pix-compare-table span.pix-enable:before,
.pix-compare-table span.pix-disable:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 700;
    content: '\f00c';
    color: #0aae5f;
}

.pix-compare-table span.pix-disable:before {
    content: '\f00d';
    color: #ff0000;
}

.pix-price-compare-table .pix-button{
    width: 140px;
}

.pix-nowrap {
    white-space: nowrap
}

.pix-contact-us {
    padding: 65px 80px;
    position: absolute;
    top: -74px;
    left: 0;
    width: 100%;
    z-index: 1
}

.pix-contact-us .pix-section-title {
    margin: 0
}

#pix-map {
    height: 736px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pix-no-height {
    height: 0;
    min-height: 0
}

.pix-gap-0 .pix-contact-form .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
}

.pix-gap-0 .pix-contact-form .form-group {
    margin-bottom: 0;
}

.pix-gap-1 .pix-contact-form .col-lg-4 {
    padding-right: .5px;
    padding-left: .5px;
}

.pix-gap-1 .pix-contact-form .form-group {
    margin-bottom: 1px;
}

.pix-gap-2 .pix-contact-form .col-lg-4 {
    padding-right: 1px;
    padding-left: 1px;
}

.pix-gap-2 .pix-contact-form .form-group {
    margin-bottom: 2px;
}

.pix-gap-5 .pix-contact-form .col-lg-4 {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.pix-gap-5 .pix-contact-form .form-group {
    margin-bottom: 5px;
}

.pix-gap-10 .pix-contact-form .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.pix-gap-10 .pix-contact-form .form-group {
    margin-bottom: 10px;
}

.pix-gap-15 .pix-contact-form .col-lg-4 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.pix-gap-15 .pix-contact-form .form-group {
    margin-bottom: 15px;
}

.pix-gap-20 .pix-contact-form .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.pix-gap-20 .pix-contact-form .form-group {
    margin-bottom: 20px;
}

.pix-gap-30 .pix-contact-form .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
}

.pix-gap-30 .pix-contact-form .form-group {
    margin-bottom: 30px;
}

.pix-contact-form .form-group {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.pix-contact-form .form-group label {
    padding-left: 30px;
    margin-bottom: 0;
}

.pix-contact-form .form-group.pix-textarea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}

.pix-contact-form .form-group.pix-textarea-group span {
    width: 100%;
}

.pix-site-input {
    width: 100%;
    border: none !important;
    background: none;
    padding: 0 30px 0 5px;
    padding-left: 5px !important;
    height: 73px !important;
    color: #000 !important;
}

.pix-contact-form.pix-m .pix-site-input {
    padding: 0 30px;
}

textarea.pix-site-input {
    padding: 0 30px 10px !important;
    height: 150px;
    resize: none
}

.pix-submit-holder {
    text-align: center
}

.pix-submit-holder input {
    display: inline-block;
    vertical-align: top;
    height: 73px;
    padding: 0 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
    max-width: 400px;
    text-align: center;
    cursor: pointer;
}

div.wpcf7 .pix-submit-holder .ajax-loader {
    display: block;
    margin: 0 auto;
    margin-bottom: -24px;
}

.pix-contact-us {
    background: #000;
    color: #fff
}

.pix-contact-text {
    color: #6e6e6e
}

.pix-contact-form .form-group {
    background: transparent;
    border: 1px solid #dfdfdf;
}

.pix-contact-form .form-group label {
    color: #5c5c5c
}

.pix-site-input::-webkit-input-placeholder,
.pix-site-input::-moz-placeholder,
.pix-site-input:-moz-placeholder,
.pix-site-input:-ms-input-placeholder {
    color: #b3b3b3
}

.pix-submit-holder input {
    color: #fff;
}

.pix-contact-phone {
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.pix-contact-text {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font)
}

.pix-site-input {
    font-size: var(--pix-font-size);
    line-height: 26px
}

.pix-contact-form .form-group label {
    font-weight: 700
}

.pix-submit-holder input {
    line-height: 24px;
}

.pix-question-form .pix-question-input {
    width: 100%;
    height: 35px;
    background: none;
    border: none;
    border-bottom: 1px solid var(--pix-black-color-lighter)
}

.pix-question-form textarea.pix-question-input {
    height: 110px;
    resize: none;
    padding: 5px 0
}

.pix-question-form .pix-question-input {
    color: #979797
}

.pix-question-form .pix-question-input::-webkit-input-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input::-moz-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input:-moz-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input:-ms-input-placeholder {
    color: #979797
}

ul.pix-social-round li,
ul.pix-social-round-transparent li {
    display: inline-block;
}

ul.pix-social-round li i {
    padding: 8px;
    border-radius: 100%;
    color: #333;
    background: #fff;
    transition: color .33s, background-color .33s;
}

ul.pix-social-round li a:hover i {
    color: #fff;
    background-color: var(--pix-main-color);
}

.footer-meta .pix-social-round-transparent {
    text-align: right;
    margin-bottom: 0;
    height: 28px;
    top: -3px;
}

.footer-meta .pix-social-round-transparent li {
    font-size: var(--pix-font-size);
}

ul.pix-social-round-transparent li i {
    transition: color .33s;
    vertical-align: middle;
}

ul.pix-social-round-transparent li:hover i {
    color: var(--pix-main-color);
}

ul.pix-social-round-transparent li:hover a {
    border-color: var(--pix-main-color);
}

div[class*='pix_video_'] {
    background-size: cover;
}

.pix-video,
.pix-map-container {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pix-video.embed {
    overflow: hidden;
}

.pix-video.embed iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.pix-video a{
    position: unset;
}
.pix-video.pix-video-button.pix-text-right .item-pulse {
    left: auto;
    right: 0;
}

.pix-video.pix-video-button.pix-text-left .item-pulse {
    left: 0;
}

.pix-video.pix-video-button .pix-button {
    position: absolute;
    top: 0.5em;
    right: 30px;
    padding-right: 60px;
    color: var(--pix-black-color);
}

.pix-video.pix-video-button .pix-button:hover {
    color: var(--pix-black-color);
}

.pix-video.pix-video-button .pix-button:hover + .item-pulse {
    transform: translate3d(0, -3px, 0);
}

.pix-video.pix-video-button .pix-button:active + .item-pulse {
    transform: translate3d(0, -2px, 0);
}

.pix-map-container {
    background-color: transparent;
    position: relative;
}

#pix-map {
    margin: 0 auto;
}

.pix-video .title,
.pix-video .duration {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    margin-top: -155px;
    left: 0;
    right: 0;
    color: #fff;
}

.pix-video .title {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    letter-spacing: var(--pix-title-letter-spacing);
}

.pix-video .duration {
    margin-top: 125px;
    font-family: var(--pix-subtitle-font);
}

.blog-list__article-image img.play,
.pix-video img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    z-index: 50;
    -webkit-filter: none;
    filter: none;
    cursor: pointer;
}

.item-pulse {
    content: "";
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background: var(--pix-main-color);
    position: absolute;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.item-pulse:active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
}

.item-pulse:before, .item-pulse:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: var(--pix-main-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}

.item-pulse:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

.pix-text-full-width .pix-contact-form input[type=submit] {
    width: 100%;
}



/* edit */

.pix_container_gradient {
    position: relative;
}

.vc_row-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vc_row-overlay:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}



/*****   Shop   *****/

#pix-filter-content {
    padding: 0;
}

.pix-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -60px 0 40px;
}
.single-product .pix-content-header,
.search.post-type-archive-product .pix-content-header{
    margin-top: -40px;
}

.pix-content-header .woocommerce-ordering {
    margin-left: auto;
}

.pix-content-header h1.pix-h1 {
    line-height: 1;
}

.pix-content-header .woocommerce-result-count {
    font-weight: 500;
    padding: 4px 10px 3px;
    border-radius: 2px;
    background-color: #fff;
    color: #989898;
    font-size: 12px;
    line-height: 1.3;
    align-self: center;
}
.pix-content-header .text-left + .woocommerce-result-count {
    top: -6px;
    align-self: unset;
}

.pix .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce .pix-content-header .woocommerce-ordering, .woocommerce .pix-content-header .woocommerce-result-count {
    margin-bottom: 0;
}

.pix-content-header-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin: 10px 0;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pix-content-header-controls .form-select{
    border-radius: 3px;
    border-color: #f2f2f2;
}

.pix-content-header-controls > a {
    display: inline-block;
    display: none;
    margin-right: 20px;
    text-decoration: none;
    color: #b2b2b2;
}

.pix-content-header-controls > a > i {
    vertical-align: middle;
}

.pix-content-header-controls > a:hover:not(.active) {
    color: var(--pix-main-color);
}

.pix-content-header-controls > a.active {
    color: inherit;
}

.pix-content-header-controls .custom-select {
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.05);
}

.pix-content-header-controls .custom-select:focus, .pix-content-header-controls .custom-select:active {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min, .irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--pix {
    height: 20px;
    cursor: pointer;
}

.irs--pix.irs-with-grid {
    height: 60px;
}

.irs--pix .irs-line {
    top: 9px;
    height: 4px;
    background-color: #dedede;
}

.irs--pix .irs-bar {
    top: 9px;
    height: 4px;
    background-color: var(--pix-main-color);
}

.irs--pix .irs-shadow {
    height: 2px;
    bottom: 20px;
    background-color: #dedede;
}

.irs--pix .irs-handle {
    display: none;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 3px solid var(--pix-main-color);
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--pix .irs-handle.state_hover, .irs--pix .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--pix .irs-min,
.irs--pix .irs-max {
    display: none;
    color: #333;
    font-size: 12px;
    line-height: 1;
    top: 0;
    padding: 4px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.irs--pix .irs-from,
.irs--pix .irs-to,
.irs--pix .irs-single {
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    padding: 5px 5px 3px;
    background-color: var(--pix-main-color);
    color: white;
    border-radius: 2px;
    z-index: 2;
    cursor: pointer;
}

.pix-sidebar-block-filter .irs--pix .irs-to {
    display: block;
}

.irs--pix .irs-grid {
    height: 25px;
}

.irs--pix .irs-grid-pol {
    background-color: #e5e5e5;
}

.irs--pix .irs-grid-text {
    color: silver;
    font-size: 11px;
}



/* Compare Popup*/
.yith_woocompare_colorbox div[id^='cbox']{
    background: transparent !important;
}
.yith_woocompare_colorbox #cboxContent{
    background: #fff !important;
    border-radius: 5px;
    overflow: hidden;
}

/***   Widget Sidebar   ***/

.pix-filter-control {
    margin-bottom: 10px;
}

.pix-filter-control label {
    display: block !important;
    position: relative;
    bottom: -2px;
}

.pix-filter-control input {
    width: 100%;
    padding: 2px 5px 0;
}

.pix-double-control {
    display: flex;
}

.pix-double-control span {
    margin: 2px 7px 0;
}

.pix-filter-toggle {
    display: flex;
    padding: 10px 0;
}

.pix-filter-toggle > label + .pix-checkbox {
    margin: auto;
    margin-right: 0;
}

.pix-filter-toggle > .pix-checkbox {
    margin: -3px -14px -3px 0;
}

.pix-checkbox {
    display: inline-block;
    height: 30px;
    width: 60px;
    border-radius: 2px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.pix-checkbox input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    width: 60px;
    opacity: 0;
    cursor: pointer;
}

.pix-checkbox input:checked + div {
    background-color: #009944;
    left: auto;
    right: 0;
}

.pix-checkbox > div {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 50%;
    height: 100%;
    pointer-events: none;
    background-color: #ccc;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.pix-checkbox > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40%;
    width: 25%;
    margin: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    border-right: 1px solid rgba(255, 255, 255, 0.75);
}



/***   Catalog   ***/

.pix-products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*padding: 0 60px;*/
    /*padding: .1px;*/
    margin-bottom: -2px;
}

.pix-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}

.pix-product:before {
    -webkit-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out, border-radius .33s ease;
    -o-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out, border-radius .33s ease;
    transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out, border-radius .33s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale3d(1, 1, 1);
    background-color: #fff;
    content: '';
}

.pix-product:hover {
    z-index: 3;
}

.pix-product:hover:before {
    z-index: 0;
    transform: scale3d(1.07, 1.17, 1) translateY(23px);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0x rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.pix-buttons-always-show .pix-product:before{
    content: none;
}

.pix-product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
}
.pix-listing .pix-product-info{
    grid-area: info;
    padding: 20px;
}
.pix-listing .pix-product-attr-container{
    grid-area: attr;
    padding: 20px;
}
.pix-listing .pix-product-img{
    grid-area: img;
}
.pix-listing .pix-product-rc{
    grid-area: price;
    padding: 20px;
    top: 100%;
}
.pix-listing .pix-product-icons{
    grid-area: icons;
    padding: 20px;
    bottom: 50%;
}
.pix-listing .pix-product-inner{
    display: grid;
    grid-template-rows: auto;
    grid-template-areas:
    'img info attr price'
    'img info attr icons';
    grid-template-columns: 280px auto 25% 280px;
}
.pix-listing .pix-product:hover:before{
    transform: scale(1.025);
}
.pix-listing .pix-product:hover .pix-product-icons{
    transform: none;
}

.pix-product-img {
    display: block;
    overflow: hidden;
}

.pix-product-img img {
    max-width: 100%;
    /*max-height: 275px;*/
    /*width: auto;*/
    padding: 20px;
}

.pix-product-img > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.pix-product-img .pix-product-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 30px;
}

.pix-product-info > div:not([class]) {
    display: block;
    margin-bottom: 0.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pix-listing .pix-product-info > div:not([class]){
    overflow: visible;
}
div > .pix-product-category {
    display: inline-block;
    color: #b2b2b2;
    font-size: .875em;
    position: relative;
    overflow: hidden;
    width: 100%;
}
div > .pix-product-category:after{
    content: '';
    background-color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,.1)));
    background: -webkit-linear-gradient(right, #fff, rgba(255,255,255,.1));
    background: -o-linear-gradient(right, #fff, rgba(255,255,255,.1));
    background: linear-gradient(to left, #fff, rgba(255,255,255,.1));
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
}

.pix-product-info > div > a:hover {
    color: var(--pix-main-color);
}

.pix-product-info > .h6 {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}
.pix-product-info > .h6 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.pix-product-info .product-description{
    display: none;
}
.pix-listing .pix-product-info .product-description{
    display: block;
}
.pix-product-info > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pix-product-info-badge {
    padding: 6px 8px;
    line-height: 1;
    font-size: .8em;
    font-weight: 500;
    margin-left: .2em;
    background-color: var(--pix-main-color);
    color: #fff;
    z-index: 2;
    border-radius: 2px;
}
.pix-listing .pix-product-info-badge{
    position: absolute;
    top: -3px;
    left: -85%;
    margin: 0;
}
.pix-product-attr-container{
    display: none;
}
.pix-listing .pix-product-attr-container{
    display: flex;
    align-items: center;
}
.pix-product-attr{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pix-product-info-btn {
    color: var(--pix-main-color) !important;
    display: block;
    padding: 4px 0;
    line-height: 1;
    background-color: #fff;
    position: absolute;
    right: 0;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    
    visibility: hidden;
    opacity: 0;
}

.pix-product-info-btn:hover {
    text-decoration: none;
}

.pix-product-rc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 1;
    min-height: 28px;
}
.pix-review-bubble{
    color: #afafaf;
    font-size: 13px;
    margin-left: 5px;
    line-height: 1;
    top: -3px;
    position: relative;
}
.pix-review-bubble i{
    margin-right: 4px;
    top: 2px;
    font-size: 16px;
}
.pix-review-bubble:hover{
    color: #999;
}
.pix-product-coast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    margin-left: auto;
    top: 2px;
}

.pix-product-coast,
.pix-product-coast del > span,
.pix-product-coast ins > span {
    margin-left: 0;
}
.pix-product-coast.pix-sale,
.pix-product-long-coast.pix-sale{
    color: var(--pix-main-color);
    font-weight: 600;
    width: 100px;
}
.pix-product-coast.pix-sale.pix-grouped-product,
.pix-product-long-coast.pix-sale.pix-grouped-product{
    color: inherit;
}
.pix-product-coast.pix-sale.pix-grouped-product > span:first-child,
.pix-product-long-coast.pix-sale.pix-grouped-product > span:first-child{
    margin-right: 5px;
}
.pix-product-coast.pix-sale.pix-grouped-product > span + span,
.pix-product-long-coast.pix-sale.pix-grouped-product > span + span{
    margin-left: 5px;
}
.pix-product-coast > span + span {
    margin-left: 0;
}
.pix-product-coast del,
.pix-product-long-coast del,
.product-price del{
    color: #667;
}
.pix-product-coast del span,
.pix-product-long-coast del span,
.product-price del span {
    font-size: smaller;
    color: #b2b2b2;
}
.pix-product-coast del,
.pix-product-long-coast del{
    position: absolute;
    right: 0;
    top: -70%;
}
.pix-product-long-coast .woocs_price_code del{
    top: -90%;
}
.pix-product-coast ins > span,
.pix-product-long-coast ins > span,
.product-price ins > span,
.pix-sale span.pix-from-price{
    color: var(--pix-main-color);
}
span.pix-from-price{
    margin-right: 5px;
    font-size: 16px !important;
    color: #666666;
    font-weight: 400;
}
.sku_wrapper .sku,
.single-product .price del + ins{
    margin-left: 5px;
}
.single-product .woocommerce-product-details__short-description{
    margin-bottom: 1.5em;
}

span.amount {
    font-family: inherit;
    font-weight: 600;
    color: #333;
}
del span.amount{
    font-weight: 400;
}

.pix-product-icons {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.33s ease-in-out, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
    -o-transition: visibility 0.33s ease-in-out, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
    transition: visibility 0.33s ease-in-out, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.pix-listing .pix-product-icons{
    visibility: visible;
    opacity: 1;
}
.pix-tooltip {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -14px;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    z-index: 8;
    transform: translateY(-36px);
    transition: visibility .2s, opacity .2s ease-in-out, transform .2s ease-in-out;
}
.pix-tooltip-show:hover .pix-tooltip{
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    transform: translateY(-57px);
}
.pix-tooltip-inner{
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-height: none;
    transform: none;
    padding: .5rem 1rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    overflow-y: visible;
    border-radius: 3px;
}
.pix-tooltip-text{
    font-size: 14px;
    color: #666;
}
.pix-tooltip-arrow{
    display: block;
    position: absolute;
    left: 1.3rem;
    background: #fff;
    transform: rotate(45deg);
    height: 1rem;
    width: 1rem;
    bottom: -0.5rem;
    box-shadow: 4px 4px 10px -2px rgba(0,0,0,.1);
}

.pix-product-icons input[type="number"] {
    width: 50px;
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eeeeee;
}

.pix-product-icons > a, .pix-product-icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 3px !important;
    text-decoration: none;
    color: #d2d2d2;
}
.pix-product-icons > a.add_to_cart_button.added{
    color: var(--pix-main-color);
    margin-right: 0;
}
.pix-product-icons > a.added_to_cart{
    display: none;
}


.pix-product-icons > a:not(:last-child), .pix-product-icons > div:not(:last-child) {
    margin-right: 5px;
}

.pix-product-icons > a:hover,
/*.pix-product-icons > div:hover,*/
.pix-product-icons > a.pix-compare-btn.remove:hover,
.pix-product-icons > div.yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
.pix-product-icons > div.yith-wcwl-add-to-wishlist:hover > div[class^="yith-wcwl-"] a{
    color: #a2a2a2;
    
}

.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
a.pix-compare-btn.remove,
.pix-product-icons .yith-wcwl-add-to-wishlist .delete_item,
.pix-product-icons .yith-wcwl-add-to-wishlist > div[class^="yith-wcwl-wishlist"] i{
    color: var(--pix-main-color);
}
a.pix-compare-btn:not(.remove):active{
    color: #d2d2d2;
}
.pix-product-icons .yith-wcwl-add-button,
.pix-product-icons div[class^="yith-wcwl-wishlist"]{
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
}
.pix-product-icons .yith-wcwl-add-button > a,
.pix-product-icons div[class^="yith-wcwl-wishlist"] > span{
    height: 100%;
    display: grid;
    align-items: center;
    opacity: 1 !important;
    color: #d2d2d2;
}
.pix-product-icons div[class^="yith-wcwl-wishlist"] > span{
    display: flex;
}
.yith-wcwl-add-button > a .blockUI.blockOverlay,
div[class^="yith-wcwl-wishlist"] > a .blockUI.blockOverlay{
    background: #fff !important;
    opacity: 1 !important;
}
.pix-product-icons > div.compare-button a:hover,
.pix-product-icons .yith-wcwl-add-button > a i,
.pix-product-icons div[class^="yith-wcwl-wishlist"] > span i
{
    margin-right: 0;
    color: inherit;
}
.pix-product-icons .yith-wcwl-add-button > a i + span:not([class]){
    display: none;
}
.pix-product-icons div[class^="yith-wcwl-wishlist"] > a:not([class]){
    font-size: 0;
    position: absolute;
    width: 32px;
    height: 32px;
}
.pix-product-icons div[class^="yith-wcwl-wishlist"] > span{
    font-size: 0;
}
.pix-product-icons div[class^="yith-wcwl-wishlist"] > span i{
    font-size: 14px;
    margin: 0 !important;
    width: 100%;
}
a.delete_item i.fa-heart{
    font-weight: 900;
}

.pix-product-icons > a > i, .pix-product-icons > div > i {
    display: block;
    /*height: 21px;*/
    /*width: 21px;*/
    position: relative;
    /*left: -1px;*/
}

.pix-product-icons > a.pix-cart-icon {
    display: flex !important;
    border-radius: 2px !important;
    padding: 0 !important;
}

.pix-product-icons > a.pix-cart-icon.loading i,
.pix-product-icons > a.pix-cart-icon.added i {
    display: none;
}

.pix-product-icons > a.pix-cart-icon.loading:after {
    top: auto !important;
    right: auto !important;
}

.pix-product-icons > a.pix-cart-icon.added:after {
    margin-left: 0 !important;
}

.pix-product-icons > a.pix-cart-icon.added {
    margin-right: 0 !important;
}

.pix-product-icons > a.pix-cart-icon > i {
    left: -2px;
}

.pix-product-icons > a.added_to_cart {
    display: none !important;
}

.pix-product-icons > a > i:before, .pix-product-icons > div > i:before {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*height: 16px;*/
    /*width: 16px;*/
    /*margin: auto;*/
    font-size: 14px;
}
.yith-wcwl-add-button > a i:before{
    font-size: 14px;
}

.pix-product-icons > a > i.pit-reload:before, .pix-product-icons > div > i.pit-reload:before {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.pix-product-icons > div {
    cursor: pointer;
}

.pix-product:hover .pix-product-icons,
.pix-product-long:hover .pix-product-icons{
    transform: translateY(40px);
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.pix-buttons-always-show .pix-product-icons{
    position: relative;
    bottom: 0;
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
    transition: border-color .33s ease;
}
.pix-buttons-always-show .pix-product:hover .pix-product-icons,
.pix-buttons-always-show .pix-product-long:hover .pix-product-icons{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}


.pix-product-icons .button:first-child,
.pix-product-icons .product_type_variable:first-child,
.pix-product-icons .product_type_simple:first-child{
	width: 100% !important;
	text-align: center;
}


.pix-promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #212121;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .pix-promo-item {
        min-height: 240px;
    }
}


.pix-promo-item-bg,
.pix-promo-item:nth-of-type(2n) .pix-promo-item-bg:before,
.pix-promo-item-bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
    -o-transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.pix-promo-item-bg{
    overflow: hidden;
}
.pix-promo-item:nth-of-type(2n) .pix-promo-item-bg:before{
    content: '';
    /*background-color: rgba(var(--pix-main-color-rgb), .8);*/
    z-index: 2;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pix-promo-item-bg img{
    will-change: transform;
    /*transform: scale3d(1.05, 1.15, 1);*/
    object-fit: cover;
}

.pix-promo-item:hover .pix-promo-item-bg {
    /*transform: scale3d(1.05, 1.15, 1) translateY(15px);*/
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.pix-promo-item:hover .pix-promo-item-bg img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.pix-promo-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 30px;
}

.pix-promo-item-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: auto;
    min-width: 80px;
}

.pix-promo-item-time > b {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.pix-promo-item.text-dark .pix-promo-item-time > b{
    color: #000;
}

.pix-promo-item-time > span {
    display: inline-block;
    background-color: var(--pix-main-color);
    padding: 8px 15px;
    font-size: .75em;
    line-height: 1;
    border-radius: 2px;
    color: #fff !important;
}

.pix-promo-item-title {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1em;
}


.pix-promo-item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


@media (max-width: 1715px) {
    .pix-products {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }
    .related .pix-products {
        -ms-grid-columns: (1fr) [ 5 ];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1359.98px) {
    .pix-products {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
    .related .pix-products {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199.98px) {
    .pix-products {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
    .related .pix-products {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .pix-products {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }
    .related .pix-products {
        -ms-grid-columns: (2fr) [ 1 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

.pix-products:hover {
    z-index: 3;
}

.pix-products .product {
    list-style: none;
    width: 20%;
    min-height: none;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.pix-products.pix-listing .product{
    width: 100%;
}

@media (min-width: 2300px) {
    .pix-products .product {
        width: 16.66667%;
    }
    .related .pix-products .product {
        width: 14.2857%;
    }
}

@media (max-width: 1715px) {
    .pix-products > .product {
        width: 25%;
    }
    .related .pix-products .product {
        width: 20%;
    }
}

@media (max-width: 1359.98px) {
    .pix-products .product {
        width: 33.33%;
    }
    .related .pix-products .product {
        width: 25%;
    }
}

@media (max-width: 1199.98px) {
    .pix-products .product {
         width: 50%;
     }
    .related .pix-products .product {
        width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .pix-products .product {
        width: 100%;
    }
    .related .pix-products .product {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    .related .pix-products .product {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .pix-offer-List {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .pix-offer-List {
        margin: 0 70px;
    }
}

/* Products Table */

.pix-products-table {
    font-size: .75em;
    background-color: #fff;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .pix-products-table th, .pix-products-table td {
        padding: 1.5rem;
    }
}

.pix-products-table > thead > tr th {
    border-bottom: 0;
    vertical-align: middle;
    font-family: Poppins, sans-serif;
    background-color: #333333;
    text-align: center;
    color: #b2b2b2;
}

.pix-products-table > thead > tr th > span {
    color: #808080;
}

.pix-products-table > tbody tr > td {
    vertical-align: middle;
}

.pix-products-table > tbody tr > td > span {
    display: block;
}

.pix-products-table > tbody tr > td > a:not(.btn) {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

.pix-products-table > tbody tr > td > a:not(.btn):hover {
    text-decoration: none;
}

.pix-products-table > tbody tr > td strike {
    color: #b2b2b2;
}

.pix-products-table > tbody tr > td .btn {
    height: auto;
    line-height: 1;
    margin-top: 10px;
    padding: .5em 1em;
    white-space: nowrap;
}

.pix-products-table > tbody tr > td .btn.btn-dark {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 55, 55, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 55, 55, 0.5);
}

.pix-products-table > tbody tr > td .btn.btn-dark:hover, .pix-products-table > tbody tr > td .btn.btn-dark:focus, .pix-products-table > tbody tr > td .btn.btn-dark:active {
    background-color: var(--pix-main-color);
    border-color: transparent;
}

.pix-products-table > tbody tr > td .btn.btn-dark:focus, .pix-products-table > tbody tr > td .btn.btn-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 55, 55, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 55, 55, 0.5);
}

.pix-products-table > tbody tr > td img {
    margin: auto;
    max-width: 70px;
}

.pix-products-table > tbody tr > td > input.form-control {
    height: auto;
    width: 40px;
    line-height: 1;
    margin: auto;
    padding: .5em .25em .5em .5em;
    text-align: center;
}

.pix-products-table > tbody tr > td:nth-child(1), .pix-products-table > tbody tr > td:nth-child(7) {
    text-align: center;
}

.pix-products-table > tbody tr > td:nth-child(2) {
    font-family: Poppins, sans-serif;
}

.pix-products-table > tbody tr > td:nth-child(3) > span > span {
    color: #666666;
}

.pix-products-table > tbody tr > td:nth-child(4) > i {
    font-size: 1rem;
    margin-right: .4em;
    vertical-align: -.2em;
}

.pix-products-table > tbody tr > td:nth-child(4) > i.pit-original {
    color: #009944;
}

.pix-products-table > tbody tr > td:nth-child(4) > i.pit-replica {
    color: #00b6f2;
}

.pix-products-table > tbody tr > td:nth-child(5) > b {
    display: block;
}

.pix-products-table-rate {
    width: 75px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding-top: 12px;
    margin: 1em auto 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20 16'%3e%3cpath fill='#cccccc' d='M8,2.7l1.8,3.7l4,0.6l-2.9,2.9l0.7,4L8,11.9l-3.6,1.9l0.7-4L2.1,6.9l4-0.6L8,2.7 M8,0.4l-2.5,5L0,6.2l4,3.9l-0.9,5.5L8,13 l4.9,2.6L12,10.1l4-3.9l-5.5-0.8L8,0.4L8,0.4z'/%3e%3c/svg%3e") 2px 0 repeat-x;
    background-size: 15px 12px;
}

.pix-products-table-rate > div {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20 16'%3e%3cpolygon fill='#cccccc' points='8,0.4 10.5,5.4 16,6.2 12,10.1 12.9,15.6 8,13 3.1,15.6 4,10.1 0,6.2 5.5,5.4'/%3e%3c/svg%3e") 2px 0 repeat-x;
    background-size: 15px 12px;
}



/***   Product   ***/

.pix-social-list{
    display: inline-block;
    margin-bottom: 0 !important;
}
.pix-social-list li{
    display: inline-block;
    margin-right: 5px;
}
input[type="number"] {
    /*-webkit-appearance: textfield;*/
       /*-moz-appearance: textfield;*/
            /*appearance: textfield;*/
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    /*-webkit-appearance: none;*/
    opacity: 1;
}



/***   Cart   ***/



/*** WooCommerce Widget ***/

.pix-filter-Header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pix-filter-header h1, .pix-filter-header h2, .pix-filter-header h3, .pix-filter-header h4, .pix-filter-header h5, .pix-filter-header h6 {
    margin: 0 40px 0 0;
}

@media (max-width: 472px) {
    .pix-filter-header h1, .pix-filter-header h2, .pix-filter-header h3, .pix-filter-header h4, .pix-filter-header h5, .pix-filter-header h6 {
        margin-bottom: 20px;
    }
}

.pix-filter-header a.btn {
    height: 35px;
    line-height: 1;
    padding: 10px 15px;
    vertical-align: middle;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.pix-filter-header a.btn > i {
    vertical-align: middle;
    right: -4px;
}

.pix-filter-controls {
    min-width: 100%;
    margin-top: 40px;
    margin-bottom: -40px;
}

.pix-filter-selected {
    display: none;
    font-size: .875em;
    border-radius: 0 0 2px 2px;
    /*padding: 30px 0;*/
    font-weight: 600;
}

.pix-filter-selected span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    text-transform: uppercase;
}

.pix-filter-selected span > a {
    display: inline-block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: var(--pix-main-color);
    margin-left: .5em;
    top: -1px;
}

.pix-filter-selected span > a:before, .pix-filter-selected span > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    content: '';
}

.pix-filter-selected span > a:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pix-filter-selected span > a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pix-filter-selected a {
    color: var(--pix-main-color);
}

/*** Light Text ***/

.text-white .pix-h1-h6.h3-size,
.text-white-color *,
.text-white-color h1,
.text-white-color h2,
.text-white-color div[class*="pix-title"],
.rtd .text-white-color h1,
.rtd .text-white-color h2,
.rtd .text-white-color h3,
.text-white-color .pix-ibox-side .text h3,
.text-white-color .pix-ibox-title-side-top .pix-ibox-title h3,
.text-white-color span.percent,
.text-white-color span.percent-plus,
.text-white-color strong > a:not(.pix-button){
    color: #fff;
}

.text-white-color p,
.text-white-color a:not(.pix-button),
.text-white-color .pix-pre-title,
.text-white-color .wpb_text_column p:last-child {
    color: var(--pix-font-color-light);
}

footer .text-white-color p,
footer .text-white-color a:not(.pix-button),
footer .text-white-color .wpb_text_column p:last-child {
    color: #a7a7a7;
}

.text-white-color.on-colored p{
    color: #e5e5e5;
}

/*****************/

/****************************/
/***         Blog         ***/
/****************************/
/*------------------------------------------------------------------
- Blog
- Post
- Comments
-------------------------------------------------------------------*/

.pix-social-title {
    background: var(--pix-main-font);
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    line-height: 35px;
    padding: 1px 15px;
    margin: 0 2px 2px -7px;
    height: auto;
    display: inline-block;
}

.pix-social-share {
    float: right;
    width: 40%;
    text-align: right;
}

.pix-social-share a {
    margin-left: -7px;
}

/* *************** */

.pix-sidebar-post {
    margin-bottom: 25px
}

.pix-sidebar-post-link a {
    text-decoration: underline;
    display: inline-block
}

.pix-sidebar-post-link a:hover {
    text-decoration: none
}

.pix-sidebar-search-form form {
    position: relative
}

.pix-sidebar-search-form .pix-phone-input {
    padding-right: 35px
}

.pix-sidebar-search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 50px;
    border: none;
    background: url("../images/search.png") no-repeat center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.pix-sidebar-search-form input[type=submit]:hover {
    opacity: 0.6
}

.pix-sidebar-categories-list ul li {
    list-style: none
}

.pix-sidebar {
    text-align: right;
    margin-bottom: 0;
}

.pix-sidebar-box {
    width: 100%;
    text-align: left;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.pix-sidebar-box.widget_pixtheme_product_filter_top {
    padding: 50px;
}

.pix-isotope .pix-sidebar-box {
    padding: 45px !important;
}

.pix-isotope .pix-sidebar-box .pix-h3 {
    margin-top: 0;
}

.pix-sidebar-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.pix-sidebar-box-title .pix-h3 {
    padding: 0 50px 0 0;
    position: relative
}

.pix-sidebar-form .row {
    margin: 0 -5px 20px
}

.pix-sidebar-form .row.btn-filter {
    margin-top: 15px;
}

.pix-sidebar-form .row .col-12, .pix-sidebar-form .row .col-6 {
    padding: 0 5px;
}

.pix-sidebar-form .row:last-child {
    margin-bottom: 0
}

.widget_pixcars_widget_filter .pix-sidebar-form select {
    opacity: 0
}

.pix-sidebar-form .pix-filter-title {
    display: inline-block;
    padding: 0 5px;
    font-size: var(--pix-font-size);
    color: #bbbbbb;
    width: 100%;
}

.pix-sidebar-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4b4b4b;
    padding: 0 10px;
    margin-bottom: 0
}

.pix-sidebar-form .form-group .pix-sidebar-input {
    background: none;
    border: none;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 13px 0 14px 2px;
}

.pix-sidebar-form .pix-filter-select + .pix-filter-select{
    margin-top: 10px;
}
.pix-filter-top .pix-sidebar-form .pix-filter-select + .pix-filter-select{
    margin-top: 0;
}

.pix-sidebar-submit .pix-button {
    width: 100%
}

.pix-sidebar-box {
    color: var(--pix-title-color);
    background-color: #fff;
    /*-webkit-box-shadow: var(--pix-shadow);*/
    /*box-shadow: var(--pix-shadow);*/
    border-bottom: 1px solid #f2f2f2;
}

.pix-container-boxed .pix-sidebar {
    margin-bottom: 0;
}

.pix-sidebar-box-title h5{
    margin-top: 0;
}

.pix-container-boxed .pix-sidebar-box,
.pix-container-boxed .blog-article__comments {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pix-container-boxed .pix-sidebar-box{
    padding: 40px;
}
.pix-container-boxed .blog-article__comments{
    margin: 60px 0 40px;
}
.blog-article__comments .comment-list{
    margin-bottom: 0;
}

.shop .pix-container-boxed .pix-sidebar-box{
    padding: 30px;
}

.pix-container-boxed .pix-sidebar-box {
    margin-bottom: 40px;
}
.shop .pix-container-boxed .pix-sidebar-box {
    margin-bottom: 0;
}

.pix-container-boxed .pix-sidebar.pix-padding-grey .pix-sidebar-box {
    background-color: #f6f6f6;
    padding: 50px;
    margin-bottom: 50px;
}

.pix-container-boxed .pix-sidebar-box.widget_search {
    background-color: transparent;
    padding: 0;
    margin-bottom: 40px;
}
.shop .pix-container-boxed .pix-sidebar-box.widget_search {
    margin-bottom: 0;
}
.shop .pix-container-boxed .pix-sidebar-box.widget_search .pix-sidebar-box-title{
    padding: 30px 30px 0;
    margin-bottom: 0;
}

.pix-container-boxed .pix-sidebar-box:last-of-type {
    margin-bottom: 0;
}

.pix-container-boxed .pix-sidebar-box h5 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.pix-sidebar-form #pix-slider-range, .pix-sidebar-form .ui-slider-range {
    background: var(--pix-black-color-lighter)
}

.pix-sidebar-form .custom-select__option--value,
.pix-sidebar-form .custom-select__dropdown,
.pix-sidebar-form .form-group {
    background: var(--pix-black-color-lighter)
}

.pix-sidebar-form small {
    color: #6c6c6c
}

.pix-sidebar-box-desc {
    color: #6c6c6c
}

.pix-sidebar-search-form .pix-phone-input::-webkit-input-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input::-moz-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input:-moz-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input:-ms-input-placeholder {
    color: #818181
}

.pix-sidebar-categories-list {
    color: #fff
}

.pix-sidebar-categories-list .pix-count-span {
    color: #818181
}

.pix-sidebar-categories-list ul li a:hover {
    color: var(--pix-main-color)
}

.pix-parent-li .pix-li-btn:hover {
    color: var(--pix-main-color)
}

.pix-sidebar-date-post {
    color: #818181
}

.pix-sidebar-comments-count {
    color: var(--pix-main-color)
}

.pix-sidebar-post-link a:hover {
    color: var(--pix-main-color)
}

.pix-sidebar-form .pix-price-range, .pix-sidebar-form .pix-last-price, .pix-sidebar-form .pix-first-price {
    font-size: 11px
}

.pix-sidebar-box-desc {
    font-size: 13px
}

.pix-sidebar-form .form-group {
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font)
}

.pix-sidebar-form .form-group.pix-sidebar-input {
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font)
}

.pix-sidebar-form .form-group small {
    font-size: 13px
}

.pix-sidebar-search-form input[type=submit] {
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
}

.pix-sidebar-categories-list {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: 600;
}

.pix-sidebar-categories-list .pix-count-span {
    font-weight: 400
}

.pix-ul-lv-3 li {
    font-weight: 400;
    font-size: 13px
}

.pix-sidebar-date-post, .pix-sidebar-comments-count {
    font-size: 12px;
    line-height: 20px
}

.pix-sidebar-post-link {
    font-weight: 700
}

.side-menu__item {
    position: relative;
    padding: 40px 50px;
    margin-left: 20px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 0 -2px #f3f3f3;
    box-shadow: 10px 10px 0 -2px #f3f3f3;
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar-type-2 .side-menu__item {
    margin-left: 20px;
}

.sidebar-type-3 .side-menu__item {
    margin-left: 0;
    margin-right: 20px;
}

.side-menu__item h3 {
    position: relative;
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
}

.pix-sidebar-box ul {
    margin-left: 15px;
    margin-bottom: 0;
}

.pix-sidebar-box ul li {
    list-style: none;
    font-weight: 400;
    font-size: var(--pix-font-size);
    color: var(--pix-font-color);
    padding-bottom: 0.5em;
    position: relative;
}

.pix-sidebar-box ul li:last-of-type {
    padding-bottom: 0.25em;
}
.pix-sidebar-box ul.sub-menu li.menu-item-has-children:last-of-type {
    padding-bottom: 0;
}

.pix-sidebar-box ul li a {
    font-weight: 400;
    display: inline-block;
}


.pix-sidebar-box .product-categories{
    margin-left: -30px;
    margin-right: -30px;
}

.pix-sidebar-box .product-categories li{
    padding-left: 30px;
}
.pix-sidebar-box .product-categories li.current-cat-parent,
.pix-sidebar-box .product-categories > li.current-cat{
    background-color: #f8f8f8;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pix-sidebar-box .product-categories li.current-cat-parent .current-cat-parent{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pix-sidebar-box .product-categories li.current-cat-parent a {
    color: #878787 !important;
}
.pix-sidebar-box .product-categories li.current-cat-parent > a,
.pix-sidebar-box .product-categories li.current-cat > a{
    color: var(--pix-main-color) !important;
}
.pix-sidebar-box .product-categories li.current-cat-parent a:hover,
.pix-sidebar-box .product-categories li.current-cat > a:hover{
    color: var(--pix-main-color) !important;
}
.pix-sidebar-box .product-categories li.cat-parent i{
    color: #989898;
    position: absolute;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 7px;
    right: 23px;
    cursor: pointer;
    transition: transform .33s ease;
    transform: rotate(-90deg) translate3d(3px, 2px, 0);
}
.pix-sidebar-box .children li.cat-parent i{
    /*left: -7px;*/
    top: 7px;
}
.pix-sidebar-box .product-categories > li.current-cat > i,
.pix-sidebar-box .product-categories > li.current-cat-parent > i{
    top: 18px;
}
.pix-sidebar-box .product-categories li.cat-parent.open > i{
    /*transform: rotate(90deg) translate3d(-1px, 4px, 0);*/
}

.widget_product_categories .current-cat-parent > .children{
    display: block;
}
.widget_product_categories .children{
    width: 100%;
    margin-left: 0;
    padding: 5px 0 0 15px;
}
.widget_product_categories .children li a{
    color: #666666;
}

.pix-sidebar-box.pix-filter-head {
    color: var(--pix-title-color);
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}

.pix-sidebar-box.pix-filter-head ul li {
    display: list-item;
    margin-left: 0;
}

.pix-sidebar-box.pix-filter-head ul li a {
    font-weight: 700;
    color: var(--pix-title-color);
}

.product-categories .pix-sidebar-box ul.children li {
    padding-left: 20px;
    padding-bottom: 0;
}

.pix-sidebar-box ul.children li:last-child {
    padding-bottom: 0;
}

.pix-sidebar-box .pix-car-details-list ul li {
    color: #fff;
    padding-bottom: 0;
}

.pix-sidebar-box .pix-categories ul li a {
    font-weight: 500;
}

.pix-sidebar-box ul li a:hover,
.pix-sidebar-box ul li.active a {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-sidebar-box ul li.current-cat > a,
.pix-sidebar-box ul li a.active {
    color: var(--pix-main-color);
    position: relative;
    text-decoration: none;
}

.pix-parent-li {
    position: relative
}

.pix-parent-li a > span:first-child {
    max-width: -webkit-calc(100% - 15px);
    max-width: calc(100% - 15px)
}

.pix-parent-li .pix-li-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 24px;
    width: 15px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-align: center;
    font-weight: 700;
}

.pix-parent-li .pix-li-btn:hover {
    color: var(--pix-main-color);
}

.pix-parent-li:not(.open) ul.children {
    display: none;
}

.side-menu__item-news {
    margin-bottom: 15px;
}

.widget_pixtheme_latest_news:last-child .side-menu__item-news {
    margin-bottom: 25px;
}

.side-menu__item-news .news-text a {
    display: block;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: var(--pix-title-weight);
    margin-bottom: 10px;
    position: relative;
}

.side-menu__item-news .news-text a:before,
.side-menu__item li a:before,
.shop .pix-sidebar-box:not(.widget_product_categories):not(.widget_pixtheme_product_filter) ul li:before,
.blog .pix-sidebar-form ul li:before,
.pix-categories-item-links ul li:before{
    position: absolute;
    top: 3px;
    left: -15px;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f054';
    height: 14px;
    border-radius: 1px;
}
.blog .widget_nav_menu .pix-sidebar-form ul li:before{
    top: 2px !important;
}
.pix-sidebar-box ul li a:before {
    top: 0;
}

.pix-sidebar-form ul.children li:before {
    top: 5px;
}

.side-menu__item .widget_shopping_cart_content li a:before {
    content: none;
}

.side-menu__item-news .news-text a:hover {
    text-decoration: none;
    color: var(--pix-main-color);
}

.side-menu__item-news .news-text p {
    font-size: 12px;
    line-height: 24px;
    color: #7d7878;
}

.side-menu__item-news .news-text p span {
    font-weight: 700;
    font-size: 11px;
    color: #000000;
}

.side-menu__item-news .news-image {
    width: 100%;
    height: auto;
}

.side-menu__item-news .news-image img {
    width: 100%;
}

.side-menu__item-news span.time {
    font-size: 10px;
    width: 100%;
    display: inline-block;
}

a.side-menu__item-all_news {
    right: 0;
    bottom: 0;
    padding-top: 2px;
    position: absolute;
    background: var(--pix-main-color);
    font-size: 12px;
    font-weight: 700;
    width: 60px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

a.side-menu__item-all_news:hover {
    background: #333;
}

.side-menu__item-search {
    position: relative;
    width: 100%;
}

.side-menu__item-search:after {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 10px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='15px' height='15px'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center center;
}

.side-menu__item-search input {
    padding-left: 3px;
    width: 100%;
    font-size: var(--pix-font-size);
    line-height: 35px;
    font-weight: 500;
    outline: none;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}

.side-menu__item-tags a {
    padding-right: 20px;
    font-size: var(--pix-font-size);
    line-height: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.side-menu__item-tags a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-right-sidebar {
    padding-left: 0;
    padding-right: 60px;
}

.single .pix-right-sidebar,
.page .pix-right-sidebar{
    background-color: #fff;
    padding-left: 80px;
    /*margin-left: -80px;*/
    padding-right: 80px;
    padding-bottom: 80px;
}

.single .shop .pix-right-sidebar{
    /*border-right: 1px solid #f2f2f2;*/
    padding-right: 0;
}
.single .shop .pix-right-sidebar,
.single .shop .pix-right-sidebar + .col-xx-2{
     margin-left: 0;
}
.single .shop .pix-right-sidebar + .col-xx-2{
    padding-right: 0 !important;
}

.page .pix-right-sidebar + .col-xx-2,
.single .pix-right-sidebar + .col-xx-2{
    /*margin-left: 80px;*/
}
.pix-right-sidebar + .col-xx-2{
    /*padding-right: 20px !important;*/
}

.pix-left-sidebar {
    border-left: 1px solid #f2f2f2;
}

.pix-blog-grid + .pagination {
    margin-top: 50px;
}

.pix-blog-article {
    display: grid;
    grid-template-columns: calc(50% + 25px) auto;
    min-height: 320px;
    margin-bottom: 70px;
    /*overflow: hidden;*/
}

.no-image .pix-blog-article {
    grid-template-columns: auto;
    min-height: auto;
}

.pix-blog-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pix-blog-img a {
    display: inline-block;
    height: 100%;
    position: relative
}

.pix-blog-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.pix-blog-grid .pix-blog-img a img {
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}

.pix-blog-img:hover a img {
    transform: scale(1);
}

.pix-blog-img-sticker {
    position: absolute;
    top: 30px;
    left: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 15px;
    background: var(--pix-additional-color);
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    z-index: 1;
    text-shadow: var(--pix-text-shadow);
}

.pix-blog-img-sticker a {
    color: #fff;
}

.pix-blog-article-info {
    background: #fff;
    padding: 2em 50px;
    margin: 2em 0 2em -50px;
    box-shadow: var(--pix-shadow);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

.pix-blog-article-name {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
}

.pix-blog-article-name a {
    text-decoration: none;
}

.pix-blog-article-name a:hover {
    text-decoration: none;
    color: var(--pix-main-color);
}

.pix-blog-article-text {
    height: 100%;
    margin-bottom: 20px
}

.pix-blog-article-footer {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.pix-blog-article-footer span {
    color: #b2b2b2;
    padding-right: 10px;
    transition: color .33s;
}

.pix-blog-article-footer span a:hover,
.pix-blog-article-footer span:hover {
    color: var(--pix-main-color);
}

.blog-list__article {
    position: relative;
    margin-bottom: 60px;
    overflow: visible;
}

.blog-list__article:last-of-type {
    margin-bottom: 0;
}

.blog-list__article.blog-item-quote {
    margin-bottom: 100px;
}

.blog-list__article-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    min-height: 1px;
}

.pix-no-image .blog-list__article-image {
    margin-bottom: 0;
}

.blog-item-video .blog-list__article-image {
    /*height: 411px;*/
}

.blog-item-standared .blog-list__article-image .overlay,
.blog-item-video .blog-list__article-image .overlay,
.blog-item-standared .blog-masonry__item-image .overlay,
.blog-item-video .blog-masonry__item-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--pix-hover-gradient);
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.blog-item-standared:hover .blog-list__article-image .overlay,
.blog-item-video:hover .blog-list__article-image .overlay,
.blog-item-standared:hover .blog-masonry__item-image .overlay,
.blog-item-video:hover .blog-masonry__item-image .overlay {
    opacity: 0;
    
}

.blog-item-standared:hover .blog-list__article-image img {
    /*transform: scale(1.0);*/
}

.blog-list__article-image .label-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding-top: 2px;
    background: var(--pix-main-color);
    font-family: var(--pix-main-font);
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.blog-list__article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pix-no-settings .blog-list__article-image {
    width: 100%;
    height: 500px;
}.pix-no-settings .pix-no-image .blog-list__article-image {
    height: 0;
}
.pix-no-settings .blog-list__article-image img {
    width: auto;
    height: 100%;
}
.pix-no-settings .blog-article .post-image img {
    width: auto;
    border-radius: 4px;
}


.pix-no-sidebar .blog-list__article-image img {
    margin: 0;
}

.blog-list__article-image blockquote,
.post-image blockquote {
    margin: 0;
    font-family: var(--pix-title-font);
    color: #797979;
}

.blog-list__article-image .service-page__carousel-1 {
    margin-bottom: 10px;
    padding: 0;
}

.post-image .service-page__carousel-1 {
    margin-bottom: 40px;
    padding: 0;
}

.blog-list__article-text {
    position: relative;
    overflow: visible;
}

.blog-list__article-text .article-info li {
    list-style: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
}

.blog-list__article-text .article-info li.article-info__date {
    text-transform: uppercase;
    color: var(--pix-main-color);
}

.blog-list__article-text .article-info li:nth-child(2) {
    margin-bottom: 30px;
}

.blog-list__article-text .article-title {
    position: relative;
    overflow: auto;
    width: 100%;
}

.blog-list__article-text .article-title h2 {
    line-height: 1.3;
}

.blog-list__article-text .article-title h2 a {
    font-size: 16px;
}

.blog-list__article-text .article-title + .pix-button {
    margin-top: 2rem;
}

.blog-list__article-text > span a {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--pix-main-color);
    color: #fff;
    border: 2px solid var(--pix-main-color);
    text-align: center;
    -webkit-transition: color .33s, background-color .33s;
    transition: color .33s, background-color .33s;
}

.blog-list__article-text > span a:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 8px;
    width: 8px;
    left: 13px;
    top: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-list__article-text > span a:hover {
    background-color: transparent;
    color: var(--pix-main-color);
}

.blog-list__article.purple {
    background: var(--pix-main-color);
}

.blog-list__article.purple h2 {
    color: #fff;
}

.blog-list__article.purple p {
    color: #fff;
}

.blog-list__article.purple li {
    color: #fff !important;
}

.article-head {
    position: relative;
    margin-top: 2rem;
    font-size: var(--pix-font-size-smaller);
    width: 100%;
    color: #777;
    text-shadow: var(--pix-text-shadow);
    line-height: 1.6;
}

.pix-no-image + .blog-list__article-text .article-head {
    margin-top: 1.25rem;
}

.blog-list__article .article-head-none {
    padding-left: 0;
}

.blog-article .article-head {
    padding: 15px 30px 14px;
    margin-bottom: 20px;
}

.blog-article .article-head .post__meta {
    font-size: var(--pix-font-size-smaller);
}

.blog-article .post__date {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-article .post-content blockquote {
    margin: 1.5em 0;
}

.blog-article .post-content blockquote {
    margin: 3em 0 2em;
    position: relative;
    font-family: var(--pix-title-font);
}

.blog-article .post-content blockquote p {
    margin: 0;
}

.blog-list__article .post__date {
    position: absolute;
    left: 0;
    top: 0;
}

a.post__img {
    display: block;
}

.post-link .post__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.article-head h2, .pix-post-title {
    margin: 0.1em 0 0.8em;
}

.pix-post-title a:hover {
    color: var(--pix-main-color);
}

.post__date {
    font-family: var(--pix-title-font);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #333;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    padding: 5px;
    color: #fff;
}

a.post__date:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--pix-main-color);
}

.post__date > span {
    display: block;
    padding-top: 0;
    line-height: 1.2;
    font-family: var(--pix-title-font);
}

.post__date > span:first-child {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 5px;
}

.post__date > span:last-child {
    font-size: 0.9em;
    line-height: 1.7;
}

.post.sticky .post__date {
    background-color: var(--pix-main-color);
}

.post__meta a {
    color: inherit;
    text-shadow: var(--pix-text-shadow);
    transition: text-shadow .33s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post__meta .author a {
    color: #000;
}

.post__meta a:hover,
.post__meta .author a:hover {
    color: var(--pix-main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post__meta > span {
    position: relative;
    display: inline-block;
}

.post__meta > span > i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 5px;
    color: inherit;
    text-shadow: var(--pix-text-shadow);
}

.post__meta > span:first-child {
    margin-left: 1px;
}

.post__meta > span:not(:last-child),
.post__meta > a:not(:last-child) {
    margin-right: 0.5em;
}

.post__meta .author > span {
    margin-right: 0.4em;
}

.post__categories > a {
    color: var(--pix-main-color);
}

.post__categories > a:hover {
    text-decoration: underline;
}

.post__tags,
.post__tags-title {
    font-family: var(--pix-title-font);
    font-size: 10px;
    color: #797979;
    margin-right: 1em;
}

.post__tags:after,
.post__tags-title:after {
    content: ' ';
}

.post__tags a {
    color: var(--pix-main-color);
}

.blog-list__article.article-two .blog-list__article-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.blog-list__article.article-two:hover .blog-list__article-image .overlay {
    opacity: 1;
}

.blog-list__article.article-two .article-info {
    position: absolute;
    width: 100%;
    top: 250px;
}

.blog-list__article.article-two .article-info li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
}

.blog-list__article.article-two .article-info li.article-info__date {
    color: var(--pix-main-color);
}

.blog-list__article.article-two .blog-list__article-text .article-info li:nth-child(2) {
    margin: 0;
    margin-right: 360px;
}

.blog-list__article.article-two .blog-list__article-text .article-info li.article-info__category {
    color: var(--pix-main-color);
}

.blog-list__article.article-two h2 {
    margin-bottom: 0;
}

.blog-list__article .article-info span,
.blog-list__article .article-info span a {
    font-weight: 600;
    font-size: 10px;
    padding-bottom: 10px;
}

.blog-list__article .article-info span a:hover {
    color: var(--pix-main-color);
}

.blog-list__article.article-three .article-info {
    width: 100%;
    padding: 10px 40px;
    background: -webkit-gradient(linear, right top, left top, from(var(--pix-main-color)), to(var(--pix-gradient-color)));
    background: -webkit-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    background: -o-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    background: linear-gradient(to left, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
}

.blog-list__article.article-three .article-info .right {
    text-align: right;
}

.blog-list__article.article-three .article-info span,
.blog-list__article.article-three .article-info span a,
.blog-list__article.article-three .article-info span.article-info__date a {
    color: #fff;
}

.blog-list__article.article-three .article-info .right span {
    padding-left: 15px;
}

.blog-list__article.article-three .article-info .left span {
    padding-right: 15px;
}

.blog-list__article.article-three .blog-list__article-text .article-info li:nth-child(2) {
    margin: 0;
    margin-right: 360px;
}

.blog-list__article.article-three h2 {
    margin-bottom: 25px;
}

.blog-list__article.article-three .article-title {
    padding: 5px 0 0;
}

.blog-list__article .article-info span,
.blog-list__article .article-info span a {
    color: #333;
}

.blog-list__article .article-info span.article-info__date a {
    color: var(--pix-main-color);
}

.blog-article {
    padding: 0;
    margin-bottom: 100px;
}

.blog-article .post-image {
    position: relative;
    overflow: hidden;
    margin-bottom: -7px;
    text-align: center;
}

.single.single-post .blog-article .post-image {
    margin-bottom: 2em;
    text-align: left;
}

.blog-article .post-image.no-image {
    display: none;
}

.blog-article .post-image.pix-quote {
    margin-bottom: 0;
    display: block;
}

.blog-article .post-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.blog-article .post-image.pix-video {
    height: 465px;
    margin-bottom: 0;
}

.blog-article .post-description {
    font-size: 12px;
    padding-bottom: 30px;
    font-weight: 600;
    font-family: var(--pix-title-font);
}

.blog-article .post-description span:not([class='pix-comments']) {
    font-family: var(--pix-title-font);
}

.blog-article .post-description .post-date {
    padding-right: 10px;
}

.blog-article .post-description .pix-comments {
    float: right;
    padding-top: 3px;
}

.blog-article .post-description .pix-comments a {
    padding-left: 3px;
}

.blog-article .post-content {
    overflow: auto;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.blog-article .post-content .vc_row {
    margin-right: 0;
    margin-left: 0;
}

.blog-article .post-content .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.blog-article .post-content .vc_column_container > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.blog-article p {
    line-height: 28px;
}

.blog-article p.no-comments {
    padding-top: 50px;
    font-weight: 600;
}

.blog-article p a.link-centerline {
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: inherit;
}

.blog-articlep a.link-centerline:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 3px;
}

p.logged-in-as {
    font-weight: 700;
    font-size: 12px;
}

.blog-article p a.link-centerline:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.blog-article .post-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 40px;
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    margin-bottom: 40px;
}

.blog-article .blog-footer-title {
    font-family: var(--pix-title-font);
    color: #797979;
    position: relative;
}

.blog-article .footer-meta.blog-footer-tags {
    padding-left: 21px;
}

.blog-article .footer-meta.blog-footer-tags a:hover {
    color: var(--pix-main-color);
}

.blog-article .footer-meta ul a {
    font-weight: 400;
    width: 32px;
    height: 32px;
    /*border: 1px solid var(--pix-font-color-light);*/
    display: table-cell;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    transition: border .33s;
    color: var(--pix-font-color);
}

.blog-article .footer-meta.blog-footer-tags .blog-footer-title i {
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: -20px;
    color: var(--pix-main-color);
}

.blog-article .footer-meta.btn-social {
    margin: auto 0;
}

.blog-article__carousel {
    margin: 70px 0;
    padding: 70px 30px;
    background: #f8f8f8;
}

.blog-article__carousel-item {
    text-align: center;
}

.blog-article__carousel-item h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog-article__carousel-item blockquote {
    font-size: var(--pix-font-size);
    line-height: 30px;
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.blog-article__carousel-item blockquote span {
    margin-top: 25px;
    display: block;
    font-weight: 700;
    color: var(--pix-main-color);
    font-style: normal;
}

.blog-article__carousel .owl-dots {
    margin-top: 25px !important;
    margin-bottom: -25px !important;
}

.blog-article__carousel .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}

.blog-article__related {
    margin: 60px 0;
}

.blog-article__related .pix-news-prev {
    padding-left: 0;
}

.blog-article__related .pix-news-next {
    padding-right: 0;
    text-align: right;
}

.blog-article__related h4 {
    position: relative;
    font-size: var(--pix-title-size) !important;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-article__related div[class*='label']:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f060';
}

.blog-article__related .pix-news-next .label-next:before {
    right: 0;
    left: auto;
    content: '\f061';
}

.blog-article__related h4 a {
    display: inline-block;
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
}

.blog-article__related h4 a:hover {
    color: var(--pix-main-color);
}

.blog-article__related h4:hover:before {
    color: var(--pix-button-color);
}
.blog-article__related .label-next,
.blog-article__related .label-prev{
    line-height: 1;
    margin-bottom: 5px;
}
.blog-article__related .label-next{
    padding-right: 20px;
}
.blog-article__related .label-prev{
    padding-left: 20px;
}
.blog-article__related span {
    font-size: 14px;
    color: var(--pix-font-color);
    font-weight: 400;
}

#blog-article__related-nav {
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    float: right;
}

#blog-article__related-nav .owl-prev {
    display: inline-block;
    cursor: pointer;
}

#blog-article__related-nav .owl-next {
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}

#blog-article__related-nav .owl-prev:hover {
    color: var(--pix-main-color);
}

#blog-article__related-nav .owl-next:hover {
    color: var(--pix-main-color);
}

.blog-article .news-card-centered {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-article hr {
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.comment-list .comment, .comment-list > li {
    position: relative;
    list-style: none;
}

.blog-article__comments {
    margin-top: 50px;
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.blog-article__comments > h2 {
    font-size: var(--pix-title-size);
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-article__comments h2 span {
    color: var(--pix-main-color);
}

.blog-article__comments-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 15px 0;
}

.blog-article__comments-item .comment-author {
    margin-right: 20px;
    width: 100%;
    max-width: 50px;
}

.blog-article__comments-item img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin-right: 20px;
}

.comment-content {
    overflow: auto;
    width: 100%;
}

.comment-content__header{
    line-height: 15px;
}
.comment-content__header > h3,
.comment-content__header > h3 a {
    display: inline-block;
    font-size: var(--pix-font-size);
    line-height: 25px;
    margin: 0 !important;
    font-weight: 600;
    color: #121212;
}

.blog-article__comments-item .comment-meta {
    float: right;
}

.comment-content__header a {
    float: right;
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
}

.comment-content__header a.comment-reply-link {
    color: var(--pix-main-color);
}

.comment-content__header a.comment-reply-link:hover {
    text-decoration: underline;
}

.comment-content__header a.comment-time {
    font-weight: 400;
}

.comment-list .comment-content__text p {
    margin: 10px 0 20px;
}

.comment-content__header span.comment-date {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.comment-list .comment ol {
    position: relative;
    padding-left: 20px;
}

.blog-article__comments-item.comment-reply {
    padding-left: 40px;
}

.blog-article__comments-item.comment-reply:before {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 10px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.361 27.361'%3E%3Cpath d='M0 12.022l9.328-9.328V6.84h9.326a8.706 8.706 0 0 1 8.707 8.706v9.12a8.703 8.703 0 0 0-8.707-8.704H9.328v5.389L0 12.022z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center;
}

.comment-respond {
    padding-bottom: 0;
    margin-top: 60px;
    clear: both;
}
#review_form .comment-respond .comment-reply-title{
    color: #000;
    font-size: 18px;
}
.blog-article__comments + .comment-respond {
    margin-top: 40px;
}
.comment-respond .row{
    margin-left: 0;
    margin-right: 0;
}

.comment .comment-body + .comment-respond {
    padding: 1px 0 50px 70px !important;
    margin-top: 20px;
}

.comment-respond h3 {
    font-size: 20px;
    color: var(--pix-title-color);
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.comment-respond h3.comment-reply-title small a {
    margin-left: 20px;
    text-transform: lowercase;
    color: red;
}

.comment-respond textarea {
    padding: 1rem !important;
    width: 100%;
    height: 140px !important;
    resize: none;
    outline: none;
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font);
    border: 1px solid #dddddd !important;
    border-radius: 3px !important;
    color: #333 !important;
    transition: .3s;
}
.page .comment-respond textarea, .single-post .comment-respond textarea{
    margin-bottom: 15px;
}

.comment-respond .comment-form-comment {
    margin: -20px 0 2px;
    
}

.comment-respond form .inputs-user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-respond form input:not([type=submit]) {
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.comment-respond form p {
    margin: 5px 0 10px -5px;
}

.comment-respond form p input[type=checkbox] {
    position: relative;
    width: auto;
    height: auto;
    top: 1px;
    left: 5px;
    margin-right: 5px;
    outline: none;
}

.comment-respond form input[type=submit] {
    width: 200px;
    height: 56px;
    background: var(--pix-button-color);
    border: var(--pix-buttons-border) solid transparent;
    color: #fff;
    font-weight: var(--pix-buttons-font-weight);
    font-size: var(--pix-buttons-font-size);
    text-transform: var(--pix-buttons-text-transform);
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    text-shadow: var(--pix-text-shadow);
    transition: color .33s, background .33s, border .33s, box-shadow .33s;
}

.comment-respond form input[type=submit]:focus {
    /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}

.blog.blog-full .blog-article .comment-respond form input {
    width: 250px;
}

.comment-respond form > div {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.comment-respond form > .col-md-4 + .col-md-4 p{
    margin-left: 40px;
}

.comment-respond form > div p {
    margin: 0 0 7px;
}

span.required {
    color: #ff0000;
}

.comment-respond .form-label .required {
    padding-left: 0.25em;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.comment-list li.pingback + li:not(.pingback),
.comment-list li.trackback + li:not(.trackback) {
    margin-top: 2rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
    font-weight: 500;
}

.form-label {
    font-size: 14px !important;
    color: var(--pix-main-color) !important;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: top .33s ease, opacity .33s ease;
    transition: top .33s ease, opacity .33s ease;
}

.form-control {
    border-color: #ddd;
    border-style: solid;
    box-shadow: none;
    color: #333;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--pix-main-color);
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: var(--pix-font-color);
}

.pix-pagination {
    overflow: hidden;
    margin-bottom: 50px;
}

.pix-pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -9px;
}

.pix-pagination ul li {
    list-style: none;
    margin: 0 9px;
    font-size: var(--pix-font-size);
    line-height: 16px;
    font-weight: 700;
}

.pix-pagination ul li.pix-active {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--pix-main-color);
    border-color: #d6d6d6;
}

.pix-pagination ul li a:hover {
    text-decoration: underline;
    color: var(--pix-main-color);
}

/******************************************/
/*****              Footer            *****/
/******************************************/

.pix-footer {
    background: var(--pix-body-color);
    /*border-top: 1px solid #e6e6e6;*/
    margin-top: 0;
}

.pix-footer .pix-colored-column{
    background-color: var(--pix-main-color);
    box-shadow: 0 1px 0 -0.12px rgba(238, 238, 238, 0.2), 0 2px 0 -0.12px var(--pix-main-color);
}
.pix-footer .pix-colored-column a,
.pix-footer .pix-colored-column p{
    color: #fff !important;
}


.pix-footer__bottom {
    padding: 30px 0;
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font);
    text-align: left;
}

.pix-footer__bottom span {
    color: inherit;
}

.pix-footer__bottom .footer-copyright {
    display: inline-block;
}

.pix-footer__bottom .footer-created_by {
    display: inline-block;
    float: right;
}

.pix-footer__bottom .footer-created_by a {
    /*color: #fff;*/
}

.pix-footer-bottom-menu a {
    margin-left: 15px;
    text-decoration: underline;
}

.pix-footer ul.menu {
    list-style: none;
    padding-left: 25px;
}

ul.pix-list,
body.pix-list .wpb_wrapper > ul:not([class]){
    padding-left: 35px;
    list-style: none;
}

.pix-footer .pix-col-2 ul.menu, .pix-col-2 ul.pix-list {
    column-count: 2;
}

.pix-footer .pix-text-center ul.menu, .pix-text-center ul.pix-list {
    padding-left: 0;
    padding-right: 0;
}

.pix-footer ul.menu li, ul.pix-list li{
    margin-bottom: 0.75em;
    position: relative;
}

ul.pix-list li {
    margin-bottom: 0;
}

ul.pix-list li span {
    font-size: var(--pix-font-size-larger) !important;
    line-height: var(--pix-font-line-height);
}

.pix-footer ul.menu li:before, ul.pix-list li:before,
body.pix-list .wpb_wrapper > ul:not([class]) li:before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f00c';
    top: 0;
    height: 14px;
    /*border-left: 4px solid var(--pix-button-color);*/
    border-radius: 1px;
    left: -35px;
}

.pix-footer .pix-no-sign ul.menu li:before,
.pix-no-sign ul.pix-list li:before {
    content: none;
}

.pix-footer .subscribe .form-control,
.pix-footer .subscribe .btn{
    padding: .5rem 1rem;
}

.pix-footer a,
.pix-footer a span,
ul.pix-list li a {
    text-decoration: none;
    color: inherit;
    transition: color .33s ease;
}

/*html .pix-footer .wpb_text_column :last-child,*/
/*html .pix-footer .wpb_text_column p:last-child,*/
.pix-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey a .vc_icon_element-icon,
.pix-footer a span {
    color: var(--pix-font-color);
}

.pix-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey a:hover .vc_icon_element-icon {
    color: var(--pix-main-color);
}

.pix-footer .pix-sidebar-box {
    max-width: 300px;
    padding: 0;
    background: transparent;
    border-bottom: none;
}
.pix-footer .pix-sidebar-box p{
    margin-bottom: 0;
}

.pix-footer .widget {
    margin-bottom: 0;
}

.pix-footer .pix-ibox-side .round {
    background: #303030;
}

.pix-footer .pix-ibox-side:hover .round {
    background: var(--pix-main-color);
}

.pix-footer .round .icon span {
    color: #bbbbbb;
    transition: color .44s;
}

.pix-footer .pix-ibox-side:hover .round .icon span {
    color: #fff;
}

.pix-footer .side-menu__item-news span.time {
    font-size: 12px;
    line-height: 26px;
}

.pix-footer .side-menu__item-news .news-text a {
    color: #bbbbbb;
    text-decoration: underline;
    font-weight: 400;
}

.pix-footer .side-menu__item-news .news-text a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-footer-bottom-menu a:hover {
    text-decoration: none;
    color: var(--pix-main-color) !important;
}

.pix-footer .pix-inline-list{
    list-style: none;
}
.pix-footer .pix-inline-list li{
    display: inline-block;
    padding-right: 25px;
}

.pix-retina {
    width: 30%;
    position: relative;
    top: 4px;
}

.pix-retina.vc_align_center {
    margin: auto;
}

.pix-retina img {
    width: 100%;
}

.pix-wrap {
    text-align: center;
}
.pix-wrap.pix-text-left{
    text-align: left;
    margin-bottom: 25px;
}
.pix-wrap.pix-text-center{
    text-align: center;
}
.pix-wrap.pix-text-right{
    text-align: right;
}
.pix-wrap .vc_icon_element {
    display: inline-block !important;
    margin-bottom: 0;
}
.pix-wrap .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: 2.2rem;
    height: 1.7rem;
}
.vc_custom_1616415730980 .vc_col-sm-4{
    margin-bottom: 20px;
}
.vc_custom_1616415730980 .vc_col-sm-4 .wpb_text_column{
    margin-bottom: 5px;
}



/* Popup */

html .fancybox-content{
    padding: 80px 60px;
    border-radius: 4px;
}

.fancybox-content .woocommerce.single-product div.product > .row{
    padding: 0;
}
.fancybox-content .pix-price-sidebar .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.fancybox-content .pix-price-sidebar .vc_row .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.pix__popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(17, 17, 17, 0.75);
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pix__popupCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.pix__popupWindow {
  margin: 80px;
  background-color: #fff;
  min-height: calc(100vh - 160px);
  padding: 60px;
}

@media (max-width: 991.98px) {
  .pix__popupWindow {
    min-height: calc(100vh - 80px);
    margin: 40px;
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .pix__popupWindow {
    min-height: 100vh;
    margin: 0;
  }
}

.pix__popupClose {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: .5;
}

.pix__popupClose:hover {
  opacity: 1;
}

.pix__popupClose:before, .pix__popupClose:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  height: 60%;
  width: 0;
  margin: auto;
  border-left: 1px solid #666666;
}

.pix__popupClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pix__popupClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.product-sticky-form {
    display: block;
    position: fixed;
    bottom: 0;
    padding-bottom: max(24px,env(safe-area-inset-bottom,0px) + 24px);
    width: 100%;
    z-index: 10;
    transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
}
@media screen and (min-width: 1000px) {
    .product-sticky-form {
        padding: 10px 80px;
        bottom: auto;
        transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out;
    }
}
.product-sticky-form {
    background: #f1f1f1;
    color: black;
    bottom: 0;
    top: unset;
    left: 0;
    border: 0;
    box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, .15);
}
.product-sticky-form.hidden {
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
}
.product-sticky-form__image-wrapper{
    max-width: 75px;
    height: auto;
}
.pix-footer-sticky-bound + footer.pix-footer{
    padding-bottom: 95px;
}

@media screen and (min-width: 1000px){
    .product-sticky-form.hidden {
        transform: translateY(-100%);
    }
    
    .product-sticky-form__content-wrapper,
    .product-sticky-form__add-to-cart,
    .product-sticky-form__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 15px;
    }
    
    .single_add_to_cart_button {
        min-width: 200px;
    }
}


@media screen and (max-width: 999px){
    .pix-footer-sticky-bound + footer.pix-footer {
        padding-bottom: 213px;
    }
}