/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@keyframes wpc-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpc-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes woosq-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes woosq-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.woosq-btn-has-icon {
    display: inline-flex;
    align-items: center;
}

.woosq-btn-has-icon .woosq-btn-icon {
    margin: 0;
}

.woosq-btn-icon-text .woosq-btn-text {
    margin-left: 5px;
}

.woosq-btn-text-icon .woosq-btn-text {
    margin-right: 5px;
}

.woosq-popup {
    position: relative;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    max-height: 460px;
    box-sizing: border-box;
    overflow: hidden;
}

.woosq-popup *, .woosq-sidebar * {
    box-sizing: border-box;
}

.woosq-open .select2-container {
    z-index: 99999969;
}

.woosq-product {
    position: relative;
    overflow: hidden;
}

.woosq-product > .product {
    display: flex !important;
    float: none !important;
}

.woosq-product > .product > div {
    width: 50% !important;
    float: none !important;
    margin: 0 !important;
    height: 460px;
    overflow: auto;
}

.woosq-product .thumbnails {
    outline: none;
    width: 460px;
    max-height: 460px;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
}

.woosq-product .thumbnails .images {
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woosq-product .thumbnails .thumbnail {
    display: flex;
    height: 100%;
    justify-content: center;
}

.woosq-product .thumbnails img {
    display: block;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    max-height: 460px;
    max-width: 100%;
    margin: auto;
    border-radius: 0;
}

.woosq-product .thumbnails img[data-fancybox="gallery"] {
    cursor: pointer;
}

.woosq-open .fancybox-container {
    z-index: 99999970;
}

.woosq-product .thumbnails {
    position: relative;
    margin: 0 0 0 0;
}

.woosq-product .thumbnails .slick-slide {
    outline: none;
    max-height: 100%;
}

.woosq-product .thumbnails .slick-list {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
}

.woosq-product .thumbnails .slick-track {
    display: flex;
    align-items: center;
    max-height: 460px;
}

.woosq-product .thumbnails .slick-dots {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 8;
}

.woosq-product .thumbnails .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.woosq-product .thumbnails .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: .5;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
    opacity: 1;
}

.woosq-product .thumbnails .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}

.woosq-product .thumbnails .slick-dots li button:focus {
    outline: none;
}

.woosq-product .thumbnails .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    border: none !important;
    z-index: 8;
}

.woosq-product .thumbnails .slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.woosq-product .thumbnails .slick-arrow:before {
    font-family: "feather";
    font-size: 24px;
    line-height: 44px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woosq-product .thumbnails .slick-arrow:focus {
    outline: none;
}

.woosq-product .thumbnails .slick-arrow.slick-prev {
    left: 0;
}

.woosq-product .thumbnails .slick-arrow.slick-prev:before {
    content: '\e929';
}

.woosq-product .thumbnails .slick-arrow.slick-next {
    right: 0;
}

.woosq-product .thumbnails .slick-arrow.slick-next:before {
    content: '\e92a';
}

.woosq-product > .product .summary {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.woosq-related {
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #dddddd;
}

.woosq-related .woosq-related-heading {
    margin-bottom: 10px;
}

.woosq-related .woosq-related-product {
    outline: none;
    display: flex;
    align-items: center;
}

.woosq-related .woosq-related-product .woosq-related-product-image {
    width: 80px;
    flex: 0 0 80px;
    margin: 0;
}

.woosq-related .woosq-related-product .woosq-related-product-image img {
    width: 100%;
    height: auto;
}

.woosq-related .woosq-related-product .woosq-related-product-info {
    flex-grow: 1;
    padding: 0 10px;
    text-align: start;
}

.woosq-related .woosq-related-product .woosq-related-product-name {
    font-weight: 700;
}

.woosq-related .woosq-related-product .woosq-related-product-atc p, .woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    width: 100%;
}

.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
    display: block;
    margin: 0;
    outline: none;
}

.woosq-related .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.woosq-related .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}

.woosq-related .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    outline: none;
    overflow: hidden;
}

.woosq-related .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, .5);
}

.view-details-btn {
    width: 50%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #222;
    box-shadow: 10px -20px 20px #fff;
    color: #fff;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.view-details-btn:after {
    content: '\e90f';
    font-family: "feather";
    margin-left: 10px;
}

.view-details-btn:hover {
    background-color: #5fbd74;
}

.woosq-product > .product .summary .summary-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px;
}

.woosq-popup.view-details .woosq-product > .product .summary .summary-content {
    padding-bottom: 64px;
}

/* RTL */

body.rtl .mfp-woosq .mfp-close {
    right: auto !important;
    left: 0 !important;
}

/* Responsive */

@media screen and (max-width: 1023px) {
    .woosq-popup {
        max-width: 460px;
        max-height: 90vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .woosq-product {
        height: 100%;
        flex-grow: 1;
        position: relative;
        overflow-y: auto;
    }

    .woosq-product > .product {
        display: flex;
        flex-direction: column;
    }

    .woosq-product > .product > div {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        height: auto;
    }

    .woosq-product > .product .thumbnails {
        max-height: 338px;
    }

    .woosq-product .thumbnails img {
        max-height: 338px;
        margin: 0;
    }

    .woosq-product .thumbnails .slick-track {
        max-height: 338px;
    }

    .view-details-btn {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mfp-woosq .mfp-arrow {
        display: none;
    }
}

/* Popup */

.mfp-woosq {
    z-index: 99999969;
    overflow: auto;
}

.mfp-woosq .mfp-content {
    text-align: -webkit-auto;
}

.mfp-woosq .mfp-container {
    padding: 0;
}

.mfp-woosq .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0;
}

.mfp-woosq .mfp-close:hover {
    background-color: transparent;
}

.mfp-woosq .mfp-close:active {
    top: 0;
}

.mfp-woosq .mfp-close:focus {
    outline: none;
}

.mfp-woosq .mfp-close:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    content: '\e9ea';
    font-family: "feather";
    display: inline-block;
    font-size: 24px;
    color: #222;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-woosq .mfp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    margin: 0 auto;
    margin-top: -15px;
    margin-left: -15px;
    right: auto;
    bottom: auto;
}

.mfp-woosq .mfp-preloader:before {
    content: '\e9a7';
    font-family: "feather";
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-animation: woosq-spinner 1s linear infinite;
    -moz-animation: woosq-spinner 1s linear infinite;
    -ms-animation: woosq-spinner 1s linear infinite;
    -o-animation: woosq-spinner 1s linear infinite;
    animation: woosq-spinner 1s linear infinite;
}

.mfp-woosq .mfp-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    padding: 0;
    outline: none;
    text-align: center;
    margin-top: -30px;
    border-radius: 0;
    opacity: 1;
}

.mfp-woosq .mfp-arrow:active {
    margin-top: -30px;
}

.mfp-woosq .mfp-arrow:hover {
    background-color: rgba(0, 0, 0, .5);
}

.mfp-woosq .mfp-arrow:focus {
    outline: none;
}

.mfp-woosq .mfp-arrow:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-width: 0;
    margin: 0;
    display: inline-block;
    font-family: "feather";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.mfp-woosq .mfp-arrow:after {
    display: none;
}

.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
    content: '\e90e';
}

.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
    content: '\e90f';
}

/*
====== Fade effect ======
*/
.mfp-fade {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {

}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Slide bottom effect ======
*/
.mfp-slide-bottom {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-slide-bottom .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.mfp-slide-bottom.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.mfp-slide-bottom.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Sidebar */

.woosq-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 99999968;
    opacity: 0;
    visibility: hidden;
}

.woosq-sidebar {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff;
    z-index: 99999969;
    position: fixed;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}

.woosq-sidebar .woosq-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 9;
    cursor: pointer;
}

body.woosq-open .woosq-overlay, body.woosq-open .woosq-sidebar {
    opacity: 1;
    visibility: visible;
}

.woosq-sidebar .woosq-product {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.woosq-sidebar .woosq-product > .product {
    display: flex;
    flex-direction: column;
}

.woosq-sidebar .woosq-product > .product > div {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    height: auto;
}

.woosq-sidebar .view-details-btn {
    width: 100%;
    position: relative;
    box-shadow: none;
    padding: 14px 20px;
    line-height: 1;
    height: auto;
}

.woosq-sidebar.woosq-loading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.woosq-sidebar.woosq-loading:after {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url("../images/curve.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: woosq-spinner 1s linear infinite;
    -moz-animation: woosq-spinner 1s linear infinite;
    -ms-animation: woosq-spinner 1s linear infinite;
    -o-animation: woosq-spinner 1s linear infinite;
    animation: woosq-spinner 1s linear infinite;
    z-index: 9;
}

/* Position 01 */

.woosq-sidebar.woosq-position-01 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woosq-open .woosq-sidebar.woosq-position-01 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* Position 02 */

.woosq-sidebar.woosq-position-02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woosq-sidebar.woosq-position-02 .woosq-close {
    left: unset;
    right: -40px;
}

.woosq-open .woosq-sidebar.woosq-position-02 {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.woosq-sidebar.woosq-heading-yes {
    display: flex;
    flex-direction: column;
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1);
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: unset;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 0;
    background-image: url("../images/close-dark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
    padding: 20px 20px 0 20px;
    background-color: transparent;
}

@media screen and (max-width: 1023px) {
    .woosq-sidebar .woosq-close {
        left: unset !important;
        right: 0 !important;
        background-color: rgba(255, 255, 255, .5);
        background-image: url(../images/close-dark.svg);
    }
}
.wpcmb-wrap {
    display: inline-block;
    width: 100%;
}

.wpcmb-wrap .wpcmb-text {
    white-space: pre-line;
}

.wpcmb_assortments .wpcmb_assortment {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.wpcmb_assortments .wpcmb_assortment:last-child {
    border-bottom: none;
}

.wpcmb_assortments .wpcmb_assortment .wpcmb_assortment_name {
    font-weight: 700;
}

.wpcmb-products {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.wpcmb-products .wpcmb-product {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.wpcmb-products .wpcmb-product > div {
    padding-right: 5px;
    padding-left: 5px;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_image {
    width: 50px;
    flex: 0 0 50px;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_image img {
    width: 100%;
    height: auto;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_info {
    flex-grow: 1;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_desc {
    font-size: 0.8em;
    display: flex;
    align-items: center;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_desc > div {
    margin-right: 10px;
}

.wpcmb-products .wpcmb-product .wpcmb_assortment_product_desc .stock {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcmb-products .wpcmb-product.wpcmb_assortment_product_unpurchasable {
    pointer-events: none;
    opacity: 0.5;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    border: none;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product:hover {
    border-color: green;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product > div {
    width: 100% !important;
    flex: 0 0 auto !important;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product > div:last-child {
    margin-bottom: 0;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product .wpcmb_assortment_product_desc {
    justify-content: center;
}

.wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product .wpcmb_assortment_product_desc > div {
    margin-left: 5px;
    margin-right: 5px;
}

.wpcmb-products.wpcmb-products-layout-grid-1 .wpcmb-product {
    width: calc(100% - 20px);
}

.wpcmb-products.wpcmb-products-layout-grid-3 .wpcmb-product {
    width: calc(33.3333333333% - 20px);
}

.wpcmb-products.wpcmb-products-layout-grid-4 .wpcmb-product {
    width: calc(25% - 20px);
}

@media only screen and (max-width: 767px) {
    .wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 479px) {
    .wpcmb-products[class*=wpcmb-products-layout-grid] .wpcmb-product {
        width: calc(100% - 20px);
    }
}

/*# sourceMappingURL=frontend.css.map */
@keyframes wpcsi-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.32);
    }
    60% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

.wpcsi-shoppable-image-wrapper {
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcsi-shoppable-image {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

.wpcsi-shoppable-image > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcsi-shoppable-image .wpcsi-tag {
    display: block;
    position: absolute !important;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background: #fff;
    color: #111111;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    cursor: pointer;
    animation: wpcsi-pulse 2s infinite;
}

.wpcsi-shoppable-image .wpcsi-tag.active + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-hover:hover + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-initial + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label:before {
    content: attr(data-label);
    display: block;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    transform: translate(calc(-50% + 12px), -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-top-left:before {
    transform: translate(calc(-100% + 24px), -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-top-right:before {
    transform: translate(0, -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-left:before {
    transform: translate(calc(-100% - 16px), 0);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-left:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -20px;
    width: 0;
    height: 0;
    margin-left: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-right:before {
    transform: translate(40px, 0);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-right:after {
    content: "";
    position: absolute;
    top: 4px;
    left: unset;
    right: -20px;
    width: 0;
    height: 0;
    margin-left: 0;
    border-left: none;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-left:before {
    transform: translate(calc(-100% + 24px), 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-center:before {
    transform: translate(calc(-50% + 12px), 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-right:before {
    transform: translate(0, 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label[class*='label-bottom-']:after {
    top: unset;
    bottom: -20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: none;
}

.wpcsi-shoppable-image .wpcsi-tag.active:before, .wpcsi-shoppable-image .wpcsi-tag.active:after {
    display: none !important;
}

.wpcsi-shoppable-image .wpcsi-popup {
    position: absolute;
    text-align: start;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    z-index: 20;
    width: 280px;
    line-height: 1.4;
    border-radius: 4px;
    border: none;
    transform: translate(-50%, calc(-100% - 24px));
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.wpcsi-shoppable-image .wpcsi-popup .wpcsi-text {
    max-height: 300px;
    overflow: scroll;
}

.wpcsi-shoppable-image .wpcsi-popup .wpcsi-text p:last-child {
    margin-bottom: 0;
}

.wpcsi-shoppable-image .wpcsi-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
    left: 50%;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-center {
    transform: translate(-50%, 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-center:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-left {
    transform: translate(calc(-100% + 24px), 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-left:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
    right: 16px;
    left: auto;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-right {
    transform: translate(-24px, 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-right:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
    left: 24px;
}

.wpcsi-shoppable-image .wpcsi-popup.top-right {
    transform: translate(-24px, calc(-100% - 24px));
}

.wpcsi-shoppable-image .wpcsi-popup.top-right:before {
    bottom: -8px;
    left: 24px;
}

.wpcsi-shoppable-image .wpcsi-popup.top-left {
    transform: translate(calc(-100% + 24px), calc(-100% - 24px));
}

.wpcsi-shoppable-image .wpcsi-popup.top-left:before {
    bottom: -8px;
    right: 16px;
    left: auto;
}

.wpcsi-shoppable-image .wpcsi-popup.middle-right {
    transform: translate(24px, -50%);
}

.wpcsi-shoppable-image .wpcsi-popup.middle-right:before {
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 0;
    bottom: 50%;
    margin-bottom: -8px;
    margin-left: 0;
    left: -8px;
}

.wpcsi-shoppable-image .wpcsi-popup.middle-left {
    transform: translate(calc(-100% - 24px), -50%);
}

.wpcsi-shoppable-image .wpcsi-popup.middle-left:before {
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 0;
    bottom: 50%;
    margin-bottom: -8px;
    margin-left: 0;
    left: auto;
    right: -8px;
}

.wpcsi-product-list {
    list-style: none;
    margin: 0;
}

.wpcsi-product-list li .product-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.wpcsi-product-list li .product-inner .add_to_cart_inline .button {
    padding: 6px 20px;
    font-size: 12px;
}

.wpcsi-product-list li .product-inner .product-image {
    width: 80px;
    flex: 0 0 80px;
    margin-right: 10px;
    overflow: hidden;
}

.wpcsi-product-list li .product-inner .product-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.wpcsi-product-list li .product-inner .product-info {
    flex-grow: 1;
}

.wpcsi-product-list li .product-inner .product-name a {
    text-decoration: none;
}

.wpcsi-product-list li .product-inner .product-price {
    font-size: 14px;
}

.wpcsi-product-list li .product-inner .product-info p {
    margin: 0 !important;
}

.wpcsi-product-list li .product-inner .star-rating {
    margin-bottom: 5px;
}

.wpcsi-product-list li:last-child .product-inner {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpcsi-product-list.style-carousel {
    margin-left: -10px;
    margin-right: -10px;
}

.wpcsi-product-list.style-carousel .slick-arrow {
    display: none !important;
}

.wpcsi-product-list.style-carousel .slick-dots li {
    margin: 0;
}

.wpcsi-product-list.style-carousel .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.wpcsi-product-list.style-carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}

.wpcsi-product-list.style-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, .15);
    outline: none;
    border: none;
    overflow: hidden;
}

.wpcsi-product-list.style-carousel .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, .5);
}

.wpcsi-product-list.style-carousel li .product-inner {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.wpcsi-product-list.image-right li .product-inner .product-image {
    order: 2;
    margin-right: 0;
    margin-left: 10px;
}

.wpcsi-product-list.image-right li .product-inner .product-info {
    text-align: end;
}

.wpcsi-product-list.image-top .product-inner {
    display: flex;
    flex-direction: column;
}

.wpcsi-product-list.image-top .product-inner > div {
    width: 100%;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.wpcsi-product-list.image-top .product-inner .product-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.wpcsi-product-list.image-top .product-inner .product-info {
    text-align: center;
}

/* Shortcode */

.wpcsi-product-search form {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.wpcsi-product-search form input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    padding: 0 20px;
}

.wpcsi-product-search form button {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    background-image: url("../images/search.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: block;
}@keyframes wpcsb-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpcsb-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.wpcsb-wrapper {
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translate3d(0, 100%, 0);
}

.wpcsb-wrapper.wpcsb-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper.wpcsb-wrapper-top {
    transform: translate3d(0, -100%, 0);
    top: 0;
    bottom: auto;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper.wpcsb-wrapper-top.wpcsb-active {
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper .wpcsb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product {
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image {
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image img {
    width: 100%;
    height: auto;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data > div {
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-name {
    flex-grow: 1;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosq-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosc-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosw-btn {
    margin-right: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart {
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart > div {
    margin-left: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .single_add_to_cart_button {
    margin-bottom: 0;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form {
    margin: 0;
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations {
    margin: 0;
    width: auto;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations td {
    padding: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .reset_variations {
    position: absolute;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .single_variation, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosq-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosc-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosw-btn {
    display: none !important;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart > * {
    margin-left: 5px;
}

.wpcsb-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

@media screen and (max-width: 767px) {
    .wpcsb-wrapper .wpcsb-container .wpcsb-product {
        flex-direction: column;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product-action {
        margin-top: 10px;
    }
}

/*# sourceMappingURL=frontend.css.map */
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.shortcode_socials {
  vertical-align: middle;
  clear: both;
  display: block; }
  .shortcode_socials ul.tr_social_icons_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 16px; }
    .shortcode_socials ul.tr_social_icons_list.left {
      text-align: left; }
    .shortcode_socials ul.tr_social_icons_list.center {
      text-align: center; }
    .shortcode_socials ul.tr_social_icons_list.right {
      text-align: right; }
    .shortcode_socials ul.tr_social_icons_list:before {
      content: " ";
      display: table;
      clear: both; }
    .shortcode_socials ul.tr_social_icons_list li.tr_social_icon {
      padding: 5px 8px;
      display: inline-block;
      border: none !important;
      vertical-align: text-top; }
      .shortcode_socials ul.tr_social_icons_list li.tr_social_icon a.tr_social_icon_link {
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s; }
        .shortcode_socials ul.tr_social_icons_list li.tr_social_icon a.tr_social_icon_link:hover {
          opacity: .5; }

@media only screen and (max-width: 959px) {
  .topbar_text_wrapper .shortcode_socials {
    padding-left: 10px; } }

.topbar_text_wrapper .shortcode_socials ul.tr_social_icons_list li.tr_social_icon {
  padding: 0;
  margin: 8px 15px 6px 0; }
.category_header.with_featured_img {
  background-size: cover;
  margin-bottom: 2.5rem;
  margin-top: -70px;
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 185px 0;
  text-align: center; }
  @media all and (max-width: 719px) {
    .category_header.with_featured_img {
      margin-top: -30px;
      padding: 110px 0; } }
  @media all and (min-width: 720px) and (max-width: 959px) {
    .category_header.with_featured_img {
      margin-top: -50px;
      padding: 150px 0; } }
  .category_header.with_featured_img .tr_content_wrapper {
    max-width: 640px; }
  .category_header.with_featured_img .page-title,
  .category_header.with_featured_img .term-description,
  .category_header.with_featured_img .term-description p,
  .category_header.with_featured_img .page-description,
  .category_header.with_featured_img .page-description p {
    color: #fff !important; }
  .category_header.with_featured_img .category_header_overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }
.gbtr_product_share {
  clear: both;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  line-height: 1em;
  width: 100%; }
  .gbtr_product_share ul {
    text-align: center; }
    .gbtr_product_share ul li {
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      text-align: left;
      max-width: 25%;
      position: relative;
      padding-bottom: 0;
      margin: 0 20px; }
      @media screen and (max-width: 719px) {
        .gbtr_product_share ul li {
          display: inline;
          margin: 0 10px; } }
      .gbtr_product_share ul li svg {
        display: inline-block;
        border: 2px solid #000;
        border-radius: 50%;
        padding: 8px;
        margin-right: 15px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        @media screen and (max-width: 719px) {
          .gbtr_product_share ul li svg {
            margin-right: 0; } }
      .gbtr_product_share ul li > a > span {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        max-width: 60%;
        position: relative;
        top: 10px;
        vertical-align: top;
        word-break: break-word;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        @media screen and (max-width: 959px) {
          .gbtr_product_share ul li > a > span {
            display: none; } }
      .gbtr_product_share ul li > a > span > span {
        display: block; }
      .gbtr_product_share ul li a {
        padding: 8px 0px 10px 8px;
        display: inline;
        zoom: 1;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.3em;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        @media screen and (max-width: 719px) {
          .gbtr_product_share ul li a {
            padding: 0; } }
        .gbtr_product_share ul li a:hover {
          color: #000 !important; }

.product_page_has_sidebar .gbtr_product_share ul li {
  margin: 0 10px;
  padding-bottom: 0; }
  .product_page_has_sidebar .gbtr_product_share ul li svg {
    margin-right: 5px; }
    @media screen and (max-width: 719px) {
      .product_page_has_sidebar .gbtr_product_share ul li svg {
        margin-right: 0; } }

.box-share-container {
  float: right;
  padding-left: 25px;
  padding-bottom: 12px;
  text-align: right;
  z-index: 99; }
  .box-share-container .trigger-share-list svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 4px; }
  .box-share-container svg {
    position: relative;
    top: 2px;
    margin-right: 5px; }
  .box-share-container .box-share-list {
    background-color: #fff;
    border-top: 3px solid #B39964;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-top: 7px;
    margin-left: -10px;
    position: absolute;
    text-align: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999; }
  .box-share-container.open .box-share-list {
    opacity: 1;
    visibility: visible; }
  .box-share-container .box-share-list-inner {
    padding: 24px 40px 24px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .box-share-container .box-share-link {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 13px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .box-share-container .box-share-link:last-child {
      margin-bottom: 0; }
    .box-share-container .box-share-link span {
      padding-bottom: 4px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .box-share-container .box-share-link svg {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.rtl .gbtr_product_share ul li > a > span {
  text-align: right; }
