body {
    font-family: "Open Sans", tahoma, arial;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #788188;
    overflow-x: hidden
}

body ::-webkit-scrollbar {
    width: 3px
}

body ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15)
}

body ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25)
}

body.overflow-hidden {
    margin-right: 15px
}

body.compare-opened,
body.cart-opened,
body.search-opened,
body.contact-opened {
    margin-right: 15px;
    overflow: hidden
}

.container-fullwidth {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes loadSpin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loadSpin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    50% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    75% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    100% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5)
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    50% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    75% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    100% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5)
    }
}

@-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5)
    }
    50% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    75% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    100% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
}

@keyframes slideOut {
    0% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 500px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5)
    }
    50% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 400px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    75% {
        -webkit-transform: translateX(-507px);
        transform: translateX(-507px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
    100% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
        width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2)
    }
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacityOut {
    0% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes opacityOut {
    0% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes stickyOut {
    to {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@keyframes stickyOut {
    to {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@-webkit-keyframes stickyIn {
    to {
        height: auto;
        visibility: visible;
        overflow: visible
    }
}

@keyframes stickyIn {
    to {
        height: auto;
        visibility: visible;
        overflow: visible
    }
}

.layout-default .product-single .entry-summary {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0
}

.layout-default .product-single .entry-summary .entry-summary-content {
    width: 63%;
    padding-right: 30px
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left {
    max-width: 100%;
    float: left
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .product_title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    clear: none;
    margin-top: 0;
    padding: 0
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta li {
    padding: 0 15px;
    position: relative;
    margin-bottom: 0
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta li:after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    background-color: #e8e8e8;
    height: 100%;
    max-height: 13px;
    content: ""
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta li:first-child {
    padding-left: 0
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta li:first-child:after {
    display: none
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta .meta-review .product-single__review {
    padding-top: 16px
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta .meta-brand span {
    color: #06c
}

.layout-default .product-single .entry-summary .entry-summary-content .entry-product-header .entry-left .entry-meta .meta-brand label {
    margin-bottom: 0
}

.layout-default .product-single .entry-summary .entry-summary-content .summary-header {
    padding-bottom: 0;
    border-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.layout-default .product-single .entry-summary .entry-summary-content .summary-header .summary-meta {
    padding: 0 18px;
    position: relative
}

.layout-default .product-single .entry-summary .entry-summary-content .summary-header .summary-meta:first-child {
    padding-left: 0
}

.layout-default .product-single .entry-summary .entry-summary-content .summary-header .sold-by-meta {
    font-size: 14px;
    color: #000
}

.layout-default .product-single .entry-summary .entry-summary-content .summary-header .sold-by-meta a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #06c
}

.layout-default .product-single .entry-summary .entry-summary-content .product-details__short-description {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 15px;
    line-height: 1.4
}

.layout-default .product-single .entry-summary .entry-summary-content .product-details__short-description ul {
    padding-left: 15px
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta {
    padding: 15px 0 0;
    border-top: 1px solid #e7e7e7;
    color: #788188
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .sku_wrapper,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .posted_in,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .tagged_as {
    display: block;
    font-weight: 400
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .sku_wrapper strong,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .posted_in strong,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .tagged_as strong {
    font-weight: 400;
    color: #000
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .sku_wrapper .collection_base,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .posted_in .collection_base,
.layout-default .product-single .entry-summary .entry-summary-content .product_meta .tagged_as .collection_base {
    color: #06c
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .tagged_as a {
    color: #788188
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .tagged_as a:hover {
    color: #000
}

.layout-default .product-single .entry-summary .entry-summary-content .product_meta .posted_in a:hover {
    color: #000
}

.layout-default .product-single .entry-summary .entry-summary-content .social-links .product-single__share {
    padding: 0;
    margin-top: 15px
}

.layout-default .product-single .entry-summary .entry-summary-content .social-links .product-single__share .at-style-responsive .at-share-btn {
    padding: 10px;
    margin: 0 5px
}

.layout-default .product-single .entry-summary .entry-summary-content .social-links .product-single__share .at-style-responsive .at-share-btn:first-child {
    margin-left: 0
}

.layout-default .product-single .entry-summary .entry-summary-sidebar {
    width: 37%;
    padding: 20px 30px;
    background-color: #f4f4f4
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-single__price {
    margin-bottom: 25px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-single__price .product-price__price-product-template {
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-form__variants .selector-wrapper .option-select-label {
    font-weight: 400;
    text-transform: capitalize
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-form__variants .selector-wrapper .single-option-selector {
    background-color: #fff;
    border: 0;
    height: 35px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-form__variants .selector-wrapper .select-wrapper:after {
    z-index: 1
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content {
    padding: 0 15px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit {
    display: inline-block
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit .btn-primary {
    background-color: #1877f2;
    height: 52px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    min-width: 210px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit .actions-button {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    width: 100%;
    clear: both;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit .actions-button .addwishlist_btn {
    cursor: pointer;
    display: inline-block;
    color: #788188
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit .actions-button .addcompare_btn {
    cursor: pointer;
    color: #788188;
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-left: 20px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .purchase-content .product-form__item--submit .actions-button label {
    margin-left: 5px
}

.layout-default .product-single .entry-summary .entry-summary-sidebar .product-single__after {
    margin-top: 0px
}

.layout-default .product-single .product-gallery .thumbnails-wrapper .product-single__thumbnails .slick-list .slick-slide {
    border: 1px solid #e7e7e7;
    margin: 5px 0
}

.layout-default .product-single .product-gallery .thumbnails-wrapper .product-single__thumbnails .slick-list .slick-slide.slick-current {
    border-color: #1877f2
}

.layout-default .product-single .product-gallery .thumbnails-wrapper .product-single__thumbnails .slick-list .slick-slide:hover {
    border-color: #1877f2
}

.layout-default .product-single .product-gallery .thumbnails-wrapper .product-single__thumbnails .slick-list .slick-slide .product-single__thumbnails-item {
    padding: 5px
}

.layout-default .product-single .product-gallery .thumbnails-wrapper .product-single__thumbnails .slick-list .slick-slide .product-single__thumbnails-item .product-single__thumbnail-image {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%
}

.layout-default .product-single__tabs.tabs-layout-plain {
    margin-bottom: 0px
}

.layout-default .product-single__tabs.tabs-layout-plain .product-tabs__wrapper .product-tabs__title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: left;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .layout-default .entry-summary {
        display: block !important;
        margin-top: 40px
    }
    .layout-default .entry-summary .entry-summary-content {
        width: 100% !important
    }
    .layout-default .entry-summary .entry-summary-sidebar {
        width: 100% !important;
        margin-top: 30px
    }
    .layout-default .entry-summary .entry-summary-sidebar form .product-form__item--submit .product-form__cart-submit {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 500;
        width: 50%;
        opacity: 1
    }
    .layout-default .entry-summary .entry-summary-sidebar form .product-form__item--submit .actions-button {
        width: 100% !important;
        clear: both !important;
        padding-top: 20px !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

.template-product .page-header {
    display: none
}

.template-product .products-slider .slick-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0 !important;
    margin-top: 20px;
    list-style: none outside;
    clear: both
}

.template-product .products-slider .slick-slider .slick-dots li {
    clear: none !important;
    list-style: none outside;
    padding: 0 5px;
    cursor: pointer;
    margin-bottom: 7px
}

.template-product .products-slider .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #1877f2;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    padding: 0
}

.template-product .products-slider .slick-slider .slick-dots li.slick-active button {
    background-color: #1877f2
}

.related.products .mf-attr-swatches {
    display: none !important
}

.template-index .mf-recently-products {
    padding-top: 0px
}

.mf-recently-products {
    background-color: #f4f5f5;
    padding-top: 70px;
    padding-bottom: 0px
}

.mf-recently-products .rv-container .recently-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px
}

.mf-recently-products .rv-container .recently-header .title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px
}

.mf-recently-products .rv-container .products-slider {
    margin: 0;
    padding: 25px 35px;
    background-color: #fff;
    overflow: hidden
}

.mf-recently-products .rv-container .products-slider .products .product {
    margin-bottom: 0
}

.mf-recently-products .rv-container .products-slider .products .product form {
    margin-bottom: 0
}

.mf-recently-products .rv-container .products-slider .products .product .product__image-wrapper {
    padding: 15px
}

.mf-recently-products .rv-container .products-slider .products .product .product__image-wrapper .footer-button,
.mf-recently-products .rv-container .products-slider .products .product .product__image-wrapper .product__labels,
.mf-recently-products .rv-container .products-slider .products .product .product__image-wrapper .product__countdown {
    display: none
}

.mf-recently-products .rv-container .products-slider .products .product .mf-product-details {
    display: none
}

.mf-recently-products .rv-container .products-slider .products .product__item {
    border: 2px solid transparent;
    margin: 0 20px 0 20px
}

.mf-recently-products .rv-container .products-slider .products .product__item:hover {
    border-color: #1877f2
}

.mf-recently-products .rv-container .products-slider .slick-arrow {
    margin-top: -25px
}

.mf-recently-products .rv-container .products-slider .slick-arrow.slick-prev {
    left: 0
}

.mf-recently-products .rv-container .products-slider .slick-arrow.slick-next {
    right: 0
}

@media (min-width: 992px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.vc_row.vc_row-fluid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.martfury-icon-box {
    position: relative
}

.martfury-icon-box.icon_position-top-center {
    font-size: 16px;
    text-align: center
}

.martfury-icon-box.icon_position-top-center .mf-icon-area {
    margin-bottom: 28px
}

.martfury-icon-box.icon_position-top-center .box-img {
    min-height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.martfury-icon-box.icon_position-top-center .box-title {
    font-weight: 500;
    margin-bottom: 17px;
    margin-top: 0
}

.martfury-icon-box.icon_position-top-center .box-title a {
    color: #000
}

.martfury-icon-box.icon_position-top-center .box-icon {
    font-size: 90px;
    color: #1877f2
}

.martfury-icon-box.icon_position-left {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.martfury-icon-box.icon_position-left.text_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.martfury-icon-box.icon_position-left.text_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.martfury-icon-box.icon_position-left .box-wrapper {
    padding-left: 25px
}

.martfury-icon-box.icon_position-left .box-icon {
    color: #1877f2;
    line-height: 1
}

.martfury-icon-box.icon_position-left .box-icon i {
    font-size: 40px
}

.martfury-icon-box.icon_position-left .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000
}

.martfury-icon-box.icon_position-left .box-title a {
    color: #000
}

.martfury-icon-box .box-url {
    color: #000;
    text-decoration: underline;
    margin-top: 23px;
    display: inline-block
}

.martfury-icon-box .box-url:hover {
    color: #1877f2
}

.martfury-icon-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.martfury-icon-box-2 .box-item {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 30px;
    margin-bottom: 30px
}

.martfury-icon-box-2 .box-item .box-content {
    padding-left: 25px
}

.martfury-icon-box-2 .box-item .box-icon {
    color: #1877f2;
    line-height: 1
}

.martfury-icon-box-2 .box-item .box-icon i {
    font-size: 40px
}

.martfury-icon-box-2 .box-item .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.martfury-icon-box-2 .box-item .box-title a {
    color: #000
}

.martfury-icon-box-2 .box-item:nth-child(4n+1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    width: 22%;
    padding-left: 0
}

.martfury-icon-box-2 .box-item:nth-child(4n+2) {
    width: 28%
}

.martfury-icon-box-2 .box-item:nth-child(4n+3) {
    width: 28%
}

.martfury-icon-box-2 .box-item:nth-child(4n+4) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 22%;
    padding-right: 0
}

.martfury-icon-box-2.show-border .box-item {
    border-right: 1px solid rgba(45, 45, 45, 0.15)
}

.martfury-icon-box-2.show-border .box-item:nth-child(4n+4) {
    border-right: 0
}

.martfury-icons-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.martfury-icons-list ul li {
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0
}

.martfury-icons-list ul .icon-box-step {
    width: 1px;
    position: relative;
    min-width: 1px
}

.martfury-icons-list ul .icon-box-step:after {
    position: absolute;
    top: -20px;
    right: 0;
    width: 1px;
    height: 60px;
    background-color: #e7e7e7;
    content: ""
}

.martfury-icons-list ul .icon-box-step:last-child {
    display: none
}

.martfury-icons-list.style-2 {
    background-color: #fff;
    padding: 25px 40px
}

.mf-layout .products {
    margin: 0
}

.mf-layout .products .product {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.mf-layout .slick-list .products .product {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px
}

.mf-layout .products .product .product-inner {
    padding: 20px;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: 20px;
}

.mf-layout .products .product .product-inner:hover {
    border-color: #c0c0c0
}

.mf-layout .products .product .product-inner:hover .footer-button {
    opacity: 1
}

.mf-layout .products .product .product-inner:hover .mf-product-details-hover {
    opacity: 1;
    z-index: 100;
    background-color: #fff;
    border-color: #c0c0c0
}

.mf-layout .products .product .product-inner:hover .mf-product-thumbnail .footer-button {
    bottom: 0;
    text-align: center;
}

.mf-layout .products .product .product-inner .mf-rating .count {
    display: inline-block
}

.mf-layout .products .product a img {
    margin: 0;
    width: auto
}

.mf-layout .products .product a img.lazy {
    width: 100%
}

.mf-layout .products .product .onsale {
    margin: 0;
    top: 0;
    right: 0
}

.mf-layout .products .product.first {
    clear: none
}

.mf-layout .products .product .sold-by-meta {
    display: none
}

.mf-layout .products .product .mf-product-details {
    position: relative
}

.mf-layout .products .product .mf-product-price-box .footer-button {
    display: none
}

.mf-layout .products .product .mf-product-content br {
    display: none
}

.mf-layout .products .product .prices {
    font-size: 16px;
    color: #000;
    line-height: 1;
    display: block;
    position: relative;
    /* margin-top: 5px; */
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

.mf-layout .products .product .prices .price {
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.mf-layout .products .product .prices .price.has-sale {
    color: #f30
}

.mf-layout .products .product .prices .compare_at_price {
    display: inline-block;
    padding-left: 5px;
    opacity: 1;
    color: #999;
    font-size: 14px
}

.mf-layout .products .product .mf-product-details-hover {
    position: absolute;
    left: -21px;
    right: -21px;
    top: 0;
    opacity: 0;
    border: 1px solid transparent;
    border-top: none;
    min-height: 100%;
    padding: 0 20px 20px
}

.mf-layout .products .product .mf-product-details-hover .mf-rating {
    display: none;
}

.mf-layout .products .product .mf-product-details-hover .sold-by-meta {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 12px;
    color: #000
}

.mf-layout .products .product .mf-product-details-hover .sold-by-meta .sold-by-label {
    display: none
}

.mf-layout .products .product .mf-product-details-hover .sold-by-meta a {
    color: #000;
    text-transform: uppercase
}

.mf-layout .products .product .mf-product-details-hover .sold-by-meta a:hover {
    color: #1877f2
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .swatch-image {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    transition: 0.35s;
    overflow: hidden
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .swatch-image img {
    max-width: 45px;
    height: auto;
    border: 1px solid transparent
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .swatch-image:hover img {
    border-color: #c0c0c0
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .slick-arrow {
    z-index: 10;
    color: #999;
    top: 55%;
    transition: 0.5s
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .slick-arrow:hover {
    color: #000
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .slick-prev-arrow {
    left: -13px
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches .slick-next-arrow {
    right: -13px
}

.mf-layout .products .product .mf-product-details-hover .mf-attr-swatches.slick-slider {
    margin-left: 0;
    margin-right: 0
}

.mf-layout .products .product .mf-product-details-hover .product-title {
    color: #1877f2
}

.mf-layout .products .product .compare-button .compare:before {
    content: '\e7fc';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons
}

.mf-layout .products .product .compare-button .compare:after {
    display: none
}

.mf-layout .products .product .compare-button .compare.loading {
    position: relative;
    opacity: 0.5
}

.mf-layout .products .product .compare-button .compare.loading:after {
    border-width: 1px;
    border-color: #666 #666 #666 transparent;
    border-radius: 50%;
    border-style: solid;
    animation: mf-spin-fast 1s linear infinite;
    content: " ";
    width: 14px;
    height: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 10px;
    left: 9px
}

.mf-layout .products .product .compare-button .compare.loading:before {
    opacity: 0
}

.mf-layout .products .product .compare-button .compare.loading:hover:after {
    border-color: #000 #000 #000 transparent
}

.mf-layout .products .product .compare-button .compare.added {
    opacity: 1
}

.mf-layout .products .product .compare-button .compare.added:before {
    opacity: 1
}

.mf-layout .products .product .compare-button .compare.added:after {
    opacity: 0
}

.mf-layout .products .product .compare-button .blockUI {
    display: none !important
}

.mf-layout .products .product .mf-product-thumbnail {
    position: relative;
    margin-bottom: 12px
}

.mf-layout .products .product .mf-product-thumbnail.hover-swatch .footer-button {
    opacity: 0
}

.mf-layout .products .product .mf-product-thumbnail .compare-button {
    margin-left: 6px
}

.mf-layout .products .product .mf-product-thumbnail .compare-button .compare {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    color: #000;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 50%
}

.mf-layout .products .product .mf-product-thumbnail .compare-button .compare:hover {
    background-color: #1877f2
}

.mf-layout .products .product .mf-product-thumbnail .compare-button .compare:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center
}

.mf-layout .products .product .mf-product-thumbnail .footer-button {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    transition: bottom 0.3s
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a i {
    height: 34px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a,
.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart {
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 34px;
    height: 34px;
    color: white;
    border-radius: 50%;
    border-color: transparent;
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a .p-icon,
.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart .p-icon {
    height: 34px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a:first-child,
.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart:first-child {
    margin-left: 0
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a:last-child,
.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart:last-child {
    margin-right: 0
}

.mf-layout .products .product .mf-product-thumbnail .footer-button>a:hover,
.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart:hover {
    background-color: #1877f2;
    margin: auto;
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .ajax_add_to_cart.loading .p-icon,
.mf-layout .products .product .mf-product-thumbnail .footer-button>.button.loading .p-icon {
    display: none
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .ajax_add_to_cart:after,
.mf-layout .products .product .mf-product-thumbnail .footer-button>.button:after {
    font-size: 14px;
    top: 10px;
    line-height: 1;
    text-align: center;
    left: 10px;
    width: 14px;
    height: 14px
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .ajax_add_to_cart.added,
.mf-layout .products .product .mf-product-thumbnail .footer-button>.button.added {
    display: none
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart {
    overflow: hidden;
    margin-left: 0
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .added_to_cart:before {
    content: "\e934";
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    height: 34px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.mf-layout .products .product .mf-product-thumbnail .footer-button .add-to-cart-text {
    display: none
}

.mf-layout .products .product h2 {
    margin: 0;
    font-weight: 400;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.3;
    min-height: 40px;
}

.mf-layout .products .product h2 a {
    color: #06c;
    display: inline-block
}

.mf-layout .products .product h2:hover a {
    color: #1877f2
}

.mf-layout .products .product .price {
    font-size: 16px;
    color: #000;
    line-height: 1;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0
}

.mf-layout .products .product .price .amount+.amount {
    padding-left: 5px;
    padding-right: 0
}

.mf-layout .products .product .price del {
    display: inline-block;
    padding-left: 5px;
    opacity: 1;
    color: #999;
    font-size: 14px
}

.mf-layout .products .product .price del span {
    color: #999
}

.mf-layout .products .product .price del .amount {
    padding-top: 0
}

.mf-layout .products .product .price ins {
    text-decoration: none;
    display: inline-block;
    color: #ff3300;
    font-size: 16px;
    font-weight: 400
}

.mf-layout .products .product .price ins .amount {
    padding-top: 0
}

.mf-layout .products .product .price .sale {
    display: none
}

.mf-layout .mf-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 0
}

.mf-layout .quantity {
    position: relative
}

.mf-layout .quantity .qty {
    border-width: 0;
    width: 60px;
    padding: 10px 0;
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    font-weight: 600;
    color: #000;
    display: inline-block;
    background-color: transparent
}

.mf-layout .quantity .qty::-webkit-outer-spin-button,
.mf-layout .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.products-grid .mf-product-details__short-description {
    display: none
}

.mf-layout .products-list .product .product-inner {
    display: block
}

.mf-layout .products-list .product .mf-product-thumbnail,
.mf-layout .products-list .product .mf-product-details {
    width: 100%
}

.mf-layout .products-list .product .mf-product-details {
    display: block;
    padding-left: 0
}

.mf-layout .products-list .product .mf-product-details .mf-product-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px
}

.mf-layout .products-list .product .mf-product-details .mf-product-content .mf-product-details__short-description {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.4
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box {
    max-width: 100%;
    float: none;
    clear: both
}

.mf-layout .products-list .product {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7
}

.mf-layout .products-list .product.product-category {
    padding: 20px 0
}

.mf-layout .products-list .product.product-category>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.mf-layout .products-list .product .product-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 0
}

.mf-layout .products-list .product .mf-product-thumbnail {
    width: 21%;
    margin-bottom: 0
}

.mf-layout .products-list .product .mf-product-thumbnail .footer-button {
    display: none
}

.mf-layout .products-list .product .mf-rating {
    margin-top: 5px
}

.mf-layout .products-list .product .mf-product-details {
    position: static;
    padding-left: 30px;
    width: 79%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.mf-layout .products-list .product .mf-product-details .mf-product-content {
    max-width: 376px;
    padding-right: 30px;
    float: left
}

.mf-layout .products-list .product .mf-product-details h2 {
    padding-bottom: 0
}

.mf-layout .products-list .product .mf-product-details h2 a:hover {
    color: #1877f2;
    text-decoration: underline
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box {
    float: right;
    min-width: 185px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .price {
    font-size: 18px;
    font-weight: 600
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .price ins {
    font-size: 18px;
    font-weight: 600
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .price del {
    font-size: 14px;
    font-weight: 400
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .footer-button {
    display: block
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button {
    display: inline-block;
    margin: 0 5px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button .compare {
    padding: 0;
    background-color: transparent;
    margin-top: 0;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button .compare:before {
    padding-right: 5px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button .compare:after {
    top: 5px;
    left: -3px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button .compare:hover {
    color: #1877f2
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .compare-button .compare:hover:after {
    border-color: #1877f2 #1877f2 #1877f2 transparent
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .action-button {
    text-align: center;
    margin-top: 10px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .action-button a {
    display: inline-block;
    margin: 0 5px;
    color: #666;
    cursor: pointer
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .action-button a:hover {
    color: #1877f2
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .action-button .clear {
    display: none
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .button {
    background-color: #1877f2;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    margin: 10px 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: 0
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .button.loading:after {
    top: 14px
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .button .p-icon {
    display: none
}

.mf-layout .products-list .product .mf-product-details .mf-product-price-box .product-quick-view {
    display: none
}

.mf-layout .products-list .product .mf-product-content .sold-by-meta {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.2
}

.mf-layout .products-list .product .mf-product-content .sold-by-meta .sold-by-label {
    display: inline-block
}

.mf-layout .products-list .product .mf-product-content .sold-by-meta a {
    color: #000;
    border-bottom: 1px solid transparent;
    line-height: 1;
    display: inline-block
}

.mf-layout .products-list .product .mf-product-content .sold-by-meta a:hover {
    border-color: #000
}

.mf-layout .products-list .product .mf-product-content br {
    display: none
}

.mf-layout .products-list .product .mf-product-details-hover {
    top: 100%;
    left: 0;
    right: 0;
    min-height: inherit;
    width: 100%;
    padding: 0 5px 10px 20px
}

.mf-layout .products-list .product .mf-product-details-hover .sold-by-meta,
.mf-layout .products-list .product .mf-product-details-hover h2,
.mf-layout .products-list .product .mf-product-details-hover .prices {
    display: none
}

.mf-layout .products-list .product .mf-product-details-hover .mf-attr-swatches {
    margin-bottom: 0;
    max-width: 175px
}

.mf-product-deals-day .products {
    margin: 0
}

.mf-product-deals-day .products .product {
    padding: 0 15px;
    margin-bottom: 0
}

.mf-product-deals-day .products .product .product-inner {
    padding: 0;
    margin-bottom: 0;
    border: none
}

.mf-product-deals-day .products .product .product-inner:hover .footer-button {
    bottom: 0
}

.mf-product-deals-day .products .product .product-inner .footer-button {
    bottom: -15px;
    transition: bottom 0.25s
}

.mf-product-deals-day .products .product .ribbons {
    display: none
}

.mf-product-deals-day .products .product .price {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4
}

.mf-product-deals-day .products .product .price ins {
    color: #669900;
    font-size: 18px;
    font-weight: 600
}

.mf-product-deals-day .products .product .price del {
    padding-left: 10px;
    padding-right: 10px
}

.mf-product-deals-day .products .product .price .sale {
    display: inline-block;
    font-size: 14px;
    color: #f14705
}

.mf-product-deals-day .products .product h2 {
    margin-top: 10px
}

.mf-product-deals-day .products .product .sold-by-meta {
    display: block;
    margin-top: 5px;
    color: #000
}

.mf-product-deals-day .products .product .sold-by-meta a {
    color: #000
}

.mf-product-deals-day .products .product .sold-by-meta a:hover {
    color: #1877f2
}

.mf-product-deals-day .products .product .mf-rating {
    margin-top: 3px
}

.mf-product-deals-day .products .product .deal-progress {
    margin-top: 15px
}

.mf-product-deals-day .products .product .deal-progress .progress-bar {
    position: relative;
    background: #e7e7e7
}

.mf-product-deals-day .products .product .deal-progress .progress-bar .progress-value {
    background: #1877f2
}

.rt-martfury div.product .tawc-deal .deal-progress .progress-bar {
    position: relative;
    background: #e7e7e7;
    height: 17px
}

.rt-martfury div.product .tawc-deal .deal-progress .progress-bar .progress-value {
    height: 17px;
    background: #1877f2
}

.mf-product-deals-day .products .product .deal-progress .progress-bar,
.mf-product-deals-day .products .product .deal-progress .progress-value {
    height: 11px
}

.mf-product-deals-day .products .product .deal-progress .progress-text {
    margin-bottom: 0;
    color: #000;
    margin-top: 5px
}

.mf-product-deals-day .products .product .mf-product-thumbnail {
    margin-bottom: 20px
}

.mf-product-deals-day .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.mf-product-deals-day .header-content .cat-title {
    font-size: 24px;
    font-weight: 400;
    margin-right: 70px
}

.mf-product-deals-day .header-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #f14705;
    padding: 7px 5px 7px 11px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    line-height: 1
}

.mf-product-deals-day .header-countdown .is-countdown {
    padding-left: 5px
}

.mf-product-deals-day .header-countdown .countdown-period,
.mf-product-deals-day .header-countdown .countdown-amount {
    padding: 5px
}

.mf-product-deals-day .header-link a {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 1;
    display: inline-block
}

.mf-product-deals-day .header-link a:hover {
    border-bottom-color: #1877f2;
    color: #1877f2
}

.mf-product-deals-day .slick-dots {
    margin-top: 40px
}

.mf-product-deals-day .slick-dots button {
    background-color: #cccccc;
    border: none
}

.mf-product-deals-day ul.slick-dots .slick-active button {
    background-color: #1877f2
}

.mf-product-deals-day.style-1 .slick-dots {
    display: none !important
}

.mf-product-deals-day.style-2 {
    background-color: #fff
}

.mf-product-deals-day.style-2 .cat-header {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px
}

.mf-product-deals-day.style-2 .products-content {
    padding: 0 20px 20px
}

.mf-product-deals-day.style-2 .slick-arrow {
    display: none !important
}

.mf-product-deals-day .cat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding-bottom: 13px;
    margin-bottom: 30px
}

.prod-after-deal {
    display: none
}

.mf-product-deals-day .mf-product-thumbnail .label-sale {
    display: none
}

.mf-product-deals-day .prod-after-deal {
    display: block
}

.mf-product-deals-day .prod-after-deal .sold-by-label {
    display: inline-block
}

.mf-product-deals-day .mf-product-details {
    display: none
}

.site-footer .footer-newsletter {
    padding-top: 65px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7
}

.site-footer .footer-newsletter .newsletter-content h3,
.site-footer .footer-newsletter .newsletter-content h2,
.site-footer .footer-newsletter .newsletter-content h4,
.site-footer .footer-newsletter .newsletter-content h5,
.site-footer .footer-newsletter .newsletter-content h6 {
    font-weight: 600;
    margin: 0 0 5px
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="email"] {
    border: 1px solid #e7e7e7;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 4px 0 0 4px;
    width: 500px;
    background-color: #fff
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"] {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    min-width: 170px;
    border-radius: 0 4px 4px 0
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:hover,
.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:focus,
.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:active {
    outline: none
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:hover {
    color: #000
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:hover,
.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:focus,
.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:active {
    outline: none
}

.site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"]:hover {
    color: #000
}

.header-sticky__placeholder.visible .site-header {
    background-color: #1877f2
}

.header-sticky__placeholder.visible .site-header .product-extra-search .search-submit {
    background-color: #0252c1;
    color: #fff;
}

.header-sticky__placeholder.visible .site-header .extras-menu>li>a .mini-item-counter {
    background-color: #0252c1;
    color: #fff;
}

.header-sticky__placeholder.visible .site-header .product-extra-search .product-cat-label,
.header-sticky__placeholder.visible .site-header .product-extra-search .hot-words>li>a,
.header-sticky__placeholder.visible .site-header .extras-menu>li>a,
.header-sticky__placeholder.visible .site-navigation .site-nav__item>.site-nav__link,
.header-sticky__placeholder.visible .header-main .products-cats-menu .cats-menu-title .text,
.header-sticky__placeholder.visible .nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a {
    color: white;
}

.header-sticky__placeholder.visible .site-header .product-extra-search .search-field {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.header-sticky__placeholder.visible .site-header .product-extra-search .product-cat-label {
    border: 1px solid #e7e7e7
}

.site-header {
    background-color: #1877f2;
}

.site-header .site-title,
.site-header .site-description {
    margin: 0;
    line-height: 0;
    text-indent: -9999px
}

.site-header .primary-nav .menu>li.menu-item-has-children>a {
    position: relative
}

.site-header .primary-nav .menu>li.menu-item-has-children>a:before {
    content: "";
    position: absolute;
    top: 120%;
    left: calc(50% - 5px);
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    z-index: -1;
    padding: 0;
    margin: 11px -7px 0 0;
    transition: top 0.3s ease 0s, opacity 0.1s;
    opacity: 0
}

.site-header .primary-nav .menu>li.menu-item-has-children:hover>a:before {
    top: 100%;
    opacity: 1;
    z-index: 9999
}

.site-header .primary-nav>ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.site-header .primary-nav>ul>li>a i {
    padding-right: 8px;
    font-size: 18px
}

.site-header .products-cats-menu .toggle-product-cats {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: -999;
    width: 100%;
    opacity: 0;
    transition: top 0.5s;
    transform: scaleX(0);
    padding-top: 3px
}

.site-header .products-cats-menu .toggle-product-cats .menu {
    border: 1px solid #e1e1e1;
    background-color: #fff
}

.site-header .products-cats-menu.open .toggle-product-cats,
.site-header .products-cats-menu.close:hover .toggle-product-cats {
    opacity: 1;
    z-index: 9;
    top: 100%;
    transform: scaleX(1);
}

.site-header .products-cats-menu .menu {
    padding: 0;
    margin: 0;
    position: relative
}

.site-header .products-cats-menu .menu>li {
    margin: 0;
    padding: 0 15px 0 15px;
    position: relative;
    display: block;
}

.site-header .products-cats-menu .menu>li:first-child {
    margin-top: 10px;
}

.site-header .products-cats-menu .menu>li:last-child {
    margin-bottom: 10px;
}

.site-header .products-cats-menu .menu>li>a {
    line-height: 1;
    color: #000;
    padding: 9px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.site-header .products-cats-menu .menu>li>a>i {
    font-size: 18px;
    color: #000;
    margin-right: 20px
}

.site-header .products-cats-menu .menu>li>a .toggle-children {
    display: none
}

.site-header .products-cats-menu .menu>li.menu-item-has-children>a:after {
    content: '\e93c';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #788188;
    font-size: 11px;
    font-weight: 600
}

.site-header .products-cats-menu .menu>li:hover>a {
    color: #1877f2
}

.site-header .products-cats-menu .menu>li:hover>a:after {
    color: #000
}

.site-header .products-cats-menu .menu li {
    margin-bottom: 0;
    list-style: none
}

.site-header .products-cats-menu .menu li:hover>ul {
    opacity: 1;
    z-index: 9999;
    top: 0;
    left: 100%;
    transform: scaleX(1);
    margin-top: -1px
}

.site-header .products-cats-menu .menu li:first-child>ul {
    left: 120%
}

.site-header .products-cats-menu .menu li:first-child:hover>ul {
    left: 100%
}

.site-header .products-cats-menu .menu li.is-mega-menu {
    position: static
}

.site-header .products-cats-menu .menu li.is-mega-menu .dropdown-submenu {
    left: 120%;
    right: auto;
    border: 1px solid #e1e1e1;
    transform: scale(0)
}

.site-header .products-cats-menu .menu li.is-mega-menu:hover .dropdown-submenu {
    left: 100%;
    transform: scale(1)
}

.site-header .products-cats-menu .menu li.is-mega-menu>ul {
    min-height: 100%
}

.site-header .products-cats-menu .menu li.is-mega-menu>ul .sub-menu li:hover a {
    padding-left: 5px
}

.site-header .products-cats-menu .menu li .mega-menu-content .mr-col.col-md-6:nth-child(2n+1) {
    clear: both
}

.site-header .products-cats-menu .menu li ul {
    padding: 10px 0;
    transition: left 0.3s ease 0s, opacity 0.3s;
    left: 110%;
    top: 0
}

.site-header .recently-viewed .mf-recently-products {
    position: absolute;
    top: 120%;
    left: 15px;
    right: 15px;
    z-index: -999;
    opacity: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    transform: scaleX(0);
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.site-header .recently-viewed .mf-recently-products.no-products .recently-header {
    display: none
}

.site-header .recently-viewed .mf-recently-products .mf-loading {
    height: 100px
}

.site-header .recently-viewed .mf-recently-products .mf-loading:before {
    top: 33%
}

.site-header .recently-viewed .mf-recently-products>.container {
    padding-left: 0;
    padding-right: 0
}

.site-header .recently-viewed .mf-recently-products .product-list {
    padding-bottom: 30px;
    margin-bottom: 40px
}

.site-header .recently-viewed .mf-recently-products .product-list.no-products {
    margin-bottom: 0
}

.site-header .recently-viewed .mf-recently-products .slick-arrow {
    z-index: 9999
}

.site-header .recently-viewed .recently-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.site-header .recently-viewed:hover .mf-recently-products {
    top: 100%;
    transform: scaleX(1);
    z-index: 9999;
    opacity: 1
}

.site-header .recently-viewed:hover .recently-title:after {
    transform: rotate(180deg) translateY(50%)
}

.site-header .recently-viewed .recently-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    position: relative;
    padding: 18px 20px 18px 0;
    cursor: pointer
}

.site-header .recently-viewed .recently-title a {
    color: #000
}

.site-header .recently-viewed .recently-title:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s
}

.site-header .header-main {
    padding-top: 20px;
    padding-bottom: 20px
}

.site-header .header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.site-header .header-row:after,
.site-header .header-row:before {
    display: none
}

.site-header .header-logo {
    width: 22.5%
}

.site-header .header-logo .d-department {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.site-header .header-logo .products-cats-menu {
    position: relative
}

.site-header .header-logo .products-cats-menu .cats-menu-title {
    line-height: 25px;
    margin: 0;
    min-width: 30px;
    cursor: pointer
}

.site-header .header-logo .products-cats-menu .cats-menu-title:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 22px;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    z-index: 9999;
    padding: 0;
    margin: 18px -7px 0 0;
    transition: top 0.5s;
    opacity: 0
}

.site-header .header-logo .products-cats-menu:hover .cats-menu-title:after,
.site-header .header-logo .products-cats-menu:hover .toggle-product-cats {
    top: 100%;
    opacity: 1
}

.site-header .header-logo .products-cats-menu .toggle-product-cats {
    left: -225px;
    padding-top: 25px;
    top: 40px;
    min-width: 270px;
    margin-left: 15px
}

.site-header .header-extras {
    width: 77.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: flex-end
}

.site-header .product-extra-search {
    width: 73%;
}

.site-header .product-extra-search .psearch-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.site-header .product-extra-search .product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer
}

.site-header .product-extra-search .product-cat.active:hover .cats-search {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1)
}

.site-header .product-extra-search .product-cat.active:hover .product-cat-label:before {
    z-index: 9999;
    opacity: 1;
    top: 100%
}

.site-header .product-extra-search .cats-search {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    position: absolute;
    left: 0;
    top: 110%;
    width: auto;
    min-width: 200px;
    opacity: 0;
    z-index: -1;
    transform: scaleX(0);
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-top: 15px solid transparent
}

.site-header .product-extra-search .cats-search ::-webkit-scrollbar {
    background: transparent;
    width: 7px
}

.site-header .product-extra-search .cats-search ::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.site-header .product-extra-search .cats-search li.product_cat {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px 0
}

.site-header .product-extra-search .cats-search li.product_cat>a {
    color: #999;
    white-space: nowrap;
    padding: 0 15px
}

.site-header .product-extra-search .cats-search li.product_cat>a:hover {
    color: #000
}

.site-header .product-extra-search .cats-search ul {
    margin: 0;
    padding: 0
}

.site-header .product-extra-search .cats-search li {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    line-height: 1
}

.site-header .product-extra-search .cats-search li a {
    color: #999;
    white-space: nowrap
}

.site-header .product-extra-search .cats-search li a:hover {
    color: #000
}

.site-header .product-extra-search .cats-search li ul {
    padding-left: 0;
    margin-top: 7px
}

.site-header .product-extra-search .cats-search li ul li {
    border: none
}

.site-header .product-extra-search .cats-search li ul li:last-child {
    padding-bottom: 0
}

.site-header .product-extra-search .hot-words {
    margin: 10px -7px 0;
    padding: 0;
    list-style: none
}

.site-header .product-extra-search .hot-words li {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 0
}

.site-header .product-extra-search .hot-words li a {
    color: #000
}

.site-header .product-extra-search .hot-words li a:hover {
    color: #000
}

.site-header .product-extra-search .products-search {
    width: 100%;
}

.site-header .product-extra-search .search-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.site-header .product-extra-search .search-wrapper ::-webkit-scrollbar {
    background: transparent;
    width: 7px
}

.site-header .product-extra-search .search-wrapper ::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.site-header .product-extra-search .product-cat-label {
    padding-right: 30px;
    padding-left: 18px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 100%;
    white-space: nowrap;
    background-color: #fff
}

.site-header .product-extra-search .product-cat-label.no-cats {
    width: 0;
    padding: 0;
    overflow: hidden;
    border-left: none
}

.site-header .product-extra-search .product-cat-label:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 17px;
    right: 12px
}

.site-header .product-extra-search .product-cat-label:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 40%;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) translateY(-50%);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #fff;
    z-index: -1;
    padding: 0;
    margin: 14px 0 0;
    opacity: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s
}

.site-header .product-extra-search .product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.site-header .product-extra-search .search-field {
    float: left;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    background-color: #fff
}

.site-header .product-extra-search .search-field:focus {
    outline: none
}

.site-header .product-extra-search ::-webkit-input-placeholder {
    color: #000
}

.site-header .product-extra-search ::-moz-placeholder {
    color: #000
}

.site-header .product-extra-search :-ms-input-placeholder {
    color: #000
}

.site-header .product-extra-search :-moz-placeholder {
    color: #000
}

.site-header .product-extra-search .search-submit {
    float: right;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 105px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #0252c1;
    border: none;
    font-weight: 600;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.site-header__mobile .product-extra-search {
    width: 100%
}

.site-header__mobile .product-extra-search .psearch-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.site-header__mobile .product-extra-search .product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer
}

.site-header__mobile .product-extra-search .product-cat.active:hover .cats-search {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1)
}

.site-header__mobile .product-extra-search .product-cat.active:hover .product-cat-label:before {
    z-index: 9999;
    opacity: 1;
    top: 100%
}

.site-header__mobile .product-extra-search .cats-search {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    position: absolute;
    left: 0;
    top: 110%;
    width: auto;
    min-width: 200px;
    opacity: 0;
    z-index: -1;
    transform: scaleX(0);
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-top: 15px solid transparent
}

.site-header__mobile .product-extra-search .cats-search ::-webkit-scrollbar {
    background: transparent;
    width: 7px
}

.site-header__mobile .product-extra-search .cats-search ::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.site-header__mobile .product-extra-search .cats-search li.product_cat {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    margin: 0;
    padding: 15px 0
}

.site-header__mobile .product-extra-search .cats-search li.product_cat>a {
    color: #000;
    white-space: nowrap;
    padding: 0 15px
}

.site-header__mobile .product-extra-search .cats-search li.product_cat>a:hover {
    color: #000
}

.site-header__mobile .product-extra-search .cats-search ul {
    margin: 0;
    padding: 0
}

.site-header__mobile .product-extra-search .cats-search li {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    line-height: 1
}

.site-header__mobile .product-extra-search .cats-search li a {
    color: #000;
    white-space: nowrap
}

.site-header__mobile .product-extra-search .cats-search li a:hover {
    color: #000
}

.site-header__mobile .product-extra-search .cats-search li ul {
    padding-left: 0;
    margin-top: 7px
}

.site-header__mobile .product-extra-search .cats-search li ul li {
    border: none
}

.site-header__mobile .product-extra-search .cats-search li ul li:last-child {
    padding-bottom: 0
}

.site-header__mobile .product-extra-search .hot-words {
    margin: 10px -7px 0;
    padding: 0;
    list-style: none
}

.site-header__mobile .product-extra-search .hot-words li {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 0
}

.site-header__mobile .product-extra-search .hot-words li a {
    color: #000
}

.site-header__mobile .product-extra-search .hot-words li a:hover {
    color: #000
}

.site-header__mobile .product-extra-search .products-search {
    width: 100%
}

.site-header__mobile .product-extra-search .search-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.site-header__mobile .product-extra-search .search-wrapper ::-webkit-scrollbar {
    background: transparent;
    width: 7px
}

.site-header__mobile .product-extra-search .search-wrapper ::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.site-header__mobile .product-extra-search .product-cat-label {
    padding-right: 30px;
    padding-left: 18px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 100%;
    white-space: nowrap;
    background-color: #fff
}

.site-header__mobile .product-extra-search .product-cat-label.no-cats {
    width: 0;
    padding: 0;
    overflow: hidden;
    border-left: none
}

.site-header__mobile .product-extra-search .product-cat-label:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 17px;
    right: 12px
}

.site-header__mobile .product-extra-search .product-cat-label:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 40%;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) translateY(-50%);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #fff;
    z-index: -1;
    padding: 0;
    margin: 14px 0 0;
    opacity: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s
}

.site-header__mobile .product-extra-search .product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.site-header__mobile .product-extra-search .search-field {
    float: left;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%
}

.site-header__mobile .product-extra-search .search-field:focus {
    outline: none
}

.site-header__mobile .product-extra-search ::-webkit-input-placeholder {
    color: #999
}

.site-header__mobile .product-extra-search ::-moz-placeholder {
    color: #999
}

.site-header__mobile .product-extra-search :-ms-input-placeholder {
    color: #999
}

.site-header__mobile .product-extra-search :-moz-placeholder {
    color: #999
}

.site-header__mobile .product-extra-search .search-submit {
    float: right;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1877f2;
    border: none;
    font-weight: 700;
    color: #fff;
    border-radius: 0 5px 5px 0
}

.site-header.has-hot-words .header-extras {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.site-header.has-hot-words .header-main {
    padding-bottom: 20px
}

.site-header.has-hot-words .header-main .header-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.site-header.has-hot-words .extras-menu {
    margin-top: 4px
}

.site-header.has-hot-words .header-logo {
    margin-top: 6px
}

.site-header .extras-menu {
    width: 23%;
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 14px;
}

.site-header .extras-menu>li {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding: 0 20px;
}

.site-header .extras-menu>li>a {
    color: #fff;
    display: block;
    position: relative;
}

.site-header .extras-menu>li>a .mini-item-counter {
    position: absolute;
    bottom: -3px;
    right: -4px;
    font-size: 12px;
    font-weight: 700;
    background-color: #0252c1;
    border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    text-align: center;
    color: #fff;
}

.site-header .extras-menu>li>a:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 50%;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #fff;
    z-index: -1;
    padding: 0;
    margin: 19px -7px 0 0;
    opacity: 0;
    transition: top 0.3s;
}

.site-header .extras-menu>li:last-child {
    padding-right: 0
}

.site-header .extras-menu>li .extra-icon {
    font-size: 30px;
    line-height: 1
}

.site-header .extras-menu .menu-item-account>a {
    padding-left: 42px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
}

.site-header .extras-menu .menu-item-account>a img {
    border-radius: 50%
}

.site-header .extras-menu .menu-item-account .extra-icon {
    position: absolute;
    top: 1px;
    left: 0
}

.site-header .extras-menu .menu-item-account.logined {
    position: relative;
}

.site-header .extras-menu .menu-item-account.logined .extra-icon {
    position: static
}

.site-header .extras-menu .menu-item-account.logined>a {
    padding-left: 0;
    /* width: 32px */
}

.site-header .extras-menu .menu-item-account.logined:hover>ul {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1);
}

.site-header .extras-menu .menu-item-account.logined:hover>a:after {
    z-index: 9999;
    opacity: 1;
    /* top: 100% */
}

.site-header .extras-menu .menu-item-account>ul {
    transition: top 0.3s;
    position: absolute;
    right: 0;
    top: 110%;
    width: auto;
    min-width: 200px;
    padding: 0;
    opacity: 0;
    z-index: -1;
    border-top: 25px solid transparent;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.site-header .extras-menu .menu-item-account>ul li {
    text-align: left;
    display: block;
    padding: 3px 20px;
    float: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 0
}

.site-header .extras-menu .menu-item-account>ul li ul {
    border: none;
    padding: 0
}

.site-header .extras-menu .menu-item-account>ul li ul li {
    border: none;
    padding-right: 0;
    padding-left: 0
}

.site-header .extras-menu .menu-item-account>ul li ul li:first-child {
    border-top: none
}

.site-header .extras-menu .menu-item-account>ul li ul li:last-child {
    border-bottom: none
}

.site-header .extras-menu .menu-item-account>ul li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.site-header .extras-menu .menu-item-account>ul li:last-child {
    border-bottom: 1px solid #ccc
}

.site-header .extras-menu .menu-item-account>ul li a {
    color: #666666;
    text-transform: none;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    background-color: transparent;
    white-space: nowrap;
    line-height: 1;
    border-bottom: 1px solid transparent
}

.site-header .extras-menu .menu-item-account>ul li a:hover {
    color: #000;
    border-bottom-color: #000
}

.site-header .extras-menu .menu-item-account>ul li.line-space {
    padding-top: 13px;
    position: relative
}

.site-header .extras-menu .menu-item-account>ul li.line-space:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    height: 1px;
    content: ""
}

.site-header .extras-menu .menu-item-account>ul li.logout {
    padding-top: 10px;
    padding-bottom: 10px
}

.site-header .extras-menu .menu-item-account>ul li>h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 16px 0 10px
}

.site-header .extras-menu .menu-item-cart>a {
    position: relative
}

.site-header .extras-menu .menu-item-cart>a:after {
    margin: 17px -7px 0 0
}

.site-header .extras-menu .menu-item-cart:hover>.mini-cart-content {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1)
}

.site-header .extras-menu .menu-item-cart:hover>a:after {
    opacity: 1;
    z-index: 9999;
    top: 100%
}

.site-header .extras-menu .menu-item-cart .mini-cart-content {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    right: 0;
    top: 110%;
    min-width: 370px;
    opacity: 0;
    z-index: -1;
    border-top: 23px solid transparent;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none
}

.site-header .extras-menu .menu-item-cart .mini-cart-content .mf-mini-cart__empty-message {
    margin: 16px 0
}

.site-header .extras-menu .menu-item-cart .mini-cart-content .widget_shopping_cart_content {
    padding-top: 0
}

.site-header .extras-menu .menu-item-cart .mini-cart-content .product_list_widget {
    max-height: 490px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: auto;
    overflow-x: hidden
}

.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar {
    background: transparent;
    width: 7px
}

.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.site-header .extras-menu .menu-item-wishlist>a:after {
    display: none
}

.site-header .extras-menu .menu-item-wishlist .mini-item-counter {
    right: 0
}

.site-header .main-menu {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #1877f2
}

.site-header .col-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative
}

.site-header .header-bar ul.menu ul {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    right: 0;
    top: 110%;
    width: auto;
    min-width: 200px;
    border: 1px solid #ccc;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    padding: 10px 0;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

.site-header .header-bar ul.menu ul ul {
    transition: right 0.3s ease 0s, opacity 0.3s;
    right: 110%;
    left: auto;
    top: 0;
    box-shadow: none;
    padding: 10px 0;
    border-top: 1px solid #ccc
}

.site-header .header-bar ul.menu li {
    display: inline-block;
    padding: 19px 22px;
    position: relative;
    text-align: left;
    margin: 0
}

.site-header .header-bar ul.menu li:hover>ul {
    opacity: 1;
    z-index: 999;
    top: 100%;
    transform: scaleX(1)
}

.site-header .header-bar ul.menu li li {
    text-align: left;
    display: block;
    padding: 0 30px
}

.site-header .header-bar ul.menu li li a {
    color: #000 !important;
    font-size: 14px;
    padding: 8px 0;
    text-transform: none;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    background-color: transparent;
    white-space: nowrap;
    line-height: 1
}

.site-header .header-bar ul.menu li li:hover>ul {
    top: -10px;
    right: 100%
}

.site-header .header-bar ul.menu li li:hover>ul li a:hover:before {
    left: -30px
}

.site-header .header-bar ul.menu li li:first-child>a {
    border-top-width: 0
}

.widget_shopping_cart_content {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px 0
}

.widget_shopping_cart_content .mf-mini-cart__total {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 0
}

.widget_shopping_cart_content .mf-mini-cart__total strong {
    color: #000;
    font-weight: 600
}

.widget_shopping_cart_content .mf-mini-cart__total .rt-Price-amount {
    font-weight: 600;
    color: #f30
}

.widget_shopping_cart_content .mf-mini-cart__buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.widget_shopping_cart_content .mf-mini-cart__buttons .button {
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    min-width: 150px;
    margin-bottom: 10px;
    white-space: nowrap
}

.widget_shopping_cart_content .mf-mini-cart__buttons .checkout {
    background-color: #1877f2;
    margin-left: 15px
}

.mini-cart-button-lines .widget_shopping_cart_content .mf-mini-cart__buttons {
    display: block
}

.mini-cart-button-lines .widget_shopping_cart_content .mf-mini-cart__buttons .button {
    width: 100%;
    margin-left: 0
}

.martfury ul.cart_list li,
.martfury .widget_shopping_cart_content ul.product_list_widget li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 20px 15px 0
}

.martfury ul.cart_list li img,
.martfury .widget_shopping_cart_content ul.product_list_widget li img {
    float: left;
    width: 100%;
    margin-left: 0
}

.martfury ul.cart_list li .product-image,
.martfury .widget_shopping_cart_content ul.product_list_widget li .product-image {
    float: left;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px 60px
}

.martfury ul.cart_list li .product-content,
.martfury .widget_shopping_cart_content ul.product_list_widget li .product-content {
    float: left;
    padding-left: 15px
}

.martfury ul.cart_list li dl dd,
.martfury ul.cart_list li dl dt,
.martfury ul.product_list_widget li dl dd,
.martfury ul.product_list_widget li dl dt {
    display: inline-block
}

.martfury ul.cart_list li dl dt,
.martfury ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.martfury ul.cart_list li .product-content .product-name a,
.martfury .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a {
    font-weight: 400;
    color: #06c
}

.martfury ul.cart_list li .product-content .product-name a:hover,
.martfury .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a:hover {
    color: #1877f2
}

.martfury ul.cart_list li dl,
.martfury .widget_shopping_cart_content ul.product_list_widget li dl {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 4px;
    margin-top: 4px
}

.martfury ul.cart_list li dl dt,
.martfury .widget_shopping_cart_content ul.product_list_widget li dl dt {
    font-weight: 500;
    color: #000
}

.martfury ul.cart_list li dl dd,
.martfury .widget_shopping_cart_content ul.product_list_widget li dl dd p {
    margin-bottom: 0
}

.martfury ul.cart_list li .variation-SoldBy a,
.martfury .widget_shopping_cart_content ul.product_list_widget li .variation-SoldBy a {
    color: #666;
    font-weight: 400
}

.martfury ul.cart_list li .variation-SoldBy a:hover,
.martfury .widget_shopping_cart_content ul.product_list_widget li .variation-SoldBy a:hover {
    color: #000
}

.martfury ul.cart_list li .quantity,
.martfury .widget_shopping_cart_content ul.product_list_widget li .quantity {
    color: #000
}

.martfury ul.cart_list li .remove_from_cart_button,
.martfury .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button {
    position: absolute;
    top: 16px;
    right: 0;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent
}

.martfury ul.cart_list li .remove_from_cart_button:hover,
.martfury .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button:hover {
    color: #000
}

a.button {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all .5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-radius: 0
}

.topbar {
    color: #666;
    background-color: #fff
}

.topbar a {
    color: #666
}

.topbar a:hover {
    color: #000
}

.topbar .topbar-sidebar {
    padding-top: 16px;
    padding-bottom: 13px
}

.topbar .widget {
    float: left;
    margin-bottom: 0;
    line-height: 1;
    padding: 0 20px;
    position: relative
}

.topbar .widget p {
    margin-bottom: 0
}

.topbar .widget:after {
    background-color: #030303;
    width: 2px;
    height: 14px;
    content: "";
    position: absolute;
    right: 0;
    top: 1px
}

.topbar .topbar-left .widget:last-child {
    padding-right: 0
}

.topbar .topbar-left .widget:last-child:after {
    display: none
}

.topbar .topbar-left .widget:first-child {
    padding-left: 0
}

.topbar .topbar-right .widget {
    float: right
}

.topbar .topbar-right .widget:first-child {
    padding-right: 0
}

.topbar .topbar-right .widget:first-child:after {
    display: none
}

.topbar .topbar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.topbar .topbar-mobile .widget:last-child {
    padding-right: 0
}

.topbar .topbar-mobile .widget:last-child:after {
    display: none
}

.header-layout-1 .site-header .products-cats-menu {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px
}

.header-layout-1 .site-header .products-cats-menu:before {
    position: absolute;
    top: -3px;
    left: 50%;
    content: "";
    height: 2px;
    width: 0;
    background-color: #050505;
    transition: 0.5s
}

.header-layout-1 .site-header .products-cats-menu.open:before,
.header-layout-1 .site-header .products-cats-menu.close:hover:before {
    width: 100%;
    left: 0;
    right: 0
}

.header-layout-1 .site-header .products-cats-menu.open .cats-menu-title:after,
.header-layout-1 .site-header .products-cats-menu.close:hover .cats-menu-title:after {
    transform: rotate(180deg) translateY(50%)
}

.header-layout-1 .site-header .products-cats-menu .cats-menu-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-left: 22px;
    padding-right: 20px;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block
}

.header-layout-1 .site-header .products-cats-menu .cats-menu-title .text {
    color: #000
}

.header-layout-1 .site-header .products-cats-menu .cats-menu-title i {
    display: none
}

.header-layout-1 .site-header .products-cats-menu .cats-menu-title:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 700;
    transition: 0.2s
}

.header-layout-1 .site-header .primary-nav {
    float: left
}

.header-layout-1 .site-header .primary-nav .col-p-100 .dropdown-toggle,
.header-layout-2 .site-header .primary-nav .col-p-100 .dropdown-toggle,
.header-layout-3 .site-header .primary-nav .col-p-100 .dropdown-toggle,
.header-layout-4 .site-header .primary-nav .col-p-100 .dropdown-toggle,
.header-layout-5 .site-header .primary-nav .col-p-100 .dropdown-toggle,
.header-layout-6 .site-header .primary-nav .col-p-100 .dropdown-toggle {
    display: none
}

.header-layout-1 .site-header .primary-nav>ul>li {
    padding-top: 17px;
    padding-bottom: 17px
}

.header-layout-1 .site-header .primary-nav>ul>li:first-child {
    padding-left: 0
}

.header-layout-1 .site-header .primary-nav>ul>li>a {
    font-size: 14px;
    color: #000;
    line-height: 1
}

.header-layout-1 .site-header .primary-nav>ul>li>a:hover {
    color: #1877f2
}

.header-layout-1 .site-header .primary-nav>ul>li.menu-item-has-children>a {
    position: relative;
    margin-right: 22px
}

.header-layout-1 .site-header .primary-nav>ul>li.menu-item-has-children>a:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px
}

.header-layout-1 .site-header .primary-nav>ul>li.current-menu-parent>a,
.header-layout-1 .site-header .primary-nav>ul>li.current-menu-item>a,
.header-layout-1 .site-header .primary-nav>ul>li.current-menu-ancestor>a {
    color: #999
}

.header-layout-1 .site-header .header-bar {
    font-size: 14px;
    color: #000
}

.header-layout-1 .site-header .header-bar .item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.header-layout-1 .site-header .header-bar i {
    padding-right: 5px
}

.header-layout-1 .site-header .header-bar .widget:after {
    display: none
}

.header-layout-1 .site-header .header-bar .widget:last-child {
    padding-right: 0
}

.header-layout-1 .site-header .d-department {
    display: none
}

.header-layout-2 .topbar {
    background-color: #fff
}

.header-layout-2 .site-header .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6px
}

.header-layout-2 .site-header .header-logo .logo {
    margin-right: 15px
}

.header-layout-2 .site-header .header-logo .d-logo {
    max-width: calc(100% - 30px)
}

.header-layout-2 .d-department .products-cats-menu {
    padding-top: 0;
    padding-bottom: 0
}

.header-layout-2 .d-department .products-cats-menu .cats-menu-title {
    font-size: 30px
}

.header-layout-2 .d-department .products-cats-menu.close:before {
    display: none
}

.header-layout-2 .site-header .header-logo.hide-department .d-logo {
    max-width: 100%
}

.header-layout-2 .site-header .header-logo.hide-department .logo {
    margin-right: 0
}

.header-layout-2 .site-header .products-cats-menu .cats-menu-title .text {
    display: none
}

.header-layout-2 .site-header .products-cats-menu.open .toggle-product-cats,
.header-layout-2 .site-header .products-cats-menu.open .cats-menu-title:after {
    top: 100%;
    opacity: 1
}

.header-layout-2 .site-header .main-menu {
    background-color: #1877f2;
    border-bottom: none
}

.header-layout-2 .site-header .main-menu .site-navigation {
    background-color: #1877f2
}

.header-layout-2 .site-header .main-menu .site-navigation .header-bar.topbar {
    background-color: #fff;
    color: #666
}

.header-layout-2 .site-header .primary-nav>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px
}

.header-layout-2 .site-header .primary-nav>ul>li:first-child {
    padding-left: 0
}

.header-layout-2 .site-header .primary-nav>ul>li:first-child>ul {
    left: 0;
    border-top: none
}

.header-layout-2 .site-header .primary-nav>ul>li.menu-item-has-children>a:before {
    border-left: none;
    border-top: none;
    margin-top: 13px;
    transition-delay: 0.05s
}

.header-layout-2 .site-header .primary-nav>ul>li>a {
    font-size: 16px;
    color: #000;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

.header-layout-2 .site-header .primary-nav>ul>li>a:hover {
    color: rgba(0, 0, 0, 0.7)
}

.header-layout-2 .site-header .primary-nav>ul>li>a i {
    font-size: 20px
}

.header-layout-2 .site-header .primary-nav>ul>li.current-menu-parent>a,
.header-layout-2 .site-header .primary-nav>ul>li.current-menu-item>a,
.header-layout-2 .site-header .primary-nav>ul>li.current-menu-ancestor>a {
    color: rgba(0, 0, 0, 0.7)
}

.header-layout-3 .topbar {
    background-color: #fff;
    color: #666
}

.header-layout-3 .topbar a {
    color: #666
}

.header-layout-3 .topbar .widget:after {
    background-color: #030303
}

.header-layout-3 .site-header {
    background-color: #1877f2;
}

.header-layout-3 .site-header .header-main {
    padding-top: 25px;
    padding-bottom: 25px
}

.header-layout-3 .site-header.has-hot-words .header-main {
    padding-bottom: 10px
}

.header-layout-3 .site-header .main-menu {
    border-color: rgba(0, 0, 0, 0.15);
    border-bottom: none;
    background-color: #0252c1;
}

.header-layout-3 .site-header .col-nav-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.header-layout-3 .site-header .header-row {
    position: relative
}

.header-layout-3 .site-header .products-cats-menu {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px
}

.header-layout-3 .site-header .products-cats-menu:before {
    position: absolute;
    top: -1px;
    left: 50%;
    content: "";
    height: 2px;
    width: 0;
    background-color: transparent;
    transition: 0.5s;
    /* background: white; */
}

.header-layout-3 .site-header .products-cats-menu.open:before,
.header-layout-3 .site-header .products-cats-menu.close:hover:before {
    width: 100%;
    left: 0;
    right: 0
}

.header-layout-3 .site-header .products-cats-menu .menu>li {
    transition: 0.35s
}

.header-layout-3 .site-header .products-cats-menu .menu>li:first-child {
    margin-top: 0;
}

.header-layout-3 .site-header .products-cats-menu .menu>li:last-child {
    margin-bottom: 0;
}

.header-layout-3 .site-header .products-cats-menu .menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-layout-3 .site-header .products-cats-menu .menu>li:hover {
    background-color: #1877f2
}

.header-layout-3 .site-header .products-cats-menu .menu>li:hover>a {
    color: #fff;
}

.header-layout-3 .site-header .products-cats-menu .menu>li.menu-item-has-children>a:after {
    display: none
}

.header-layout-3 .site-header .products-cats-menu .cats-menu-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-left: 0px;
    padding-right: 20px;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header-layout-3 .site-header .products-cats-menu .cats-menu-title .text {
    color: #fff;
}

.header-layout-3 .site-header .products-cats-menu .cats-menu-title i {
    margin-right: 5px;
    font-size: 20px;
}

.header-layout-3 .site-header .extras-menu>li>a>.mini-item-counter {
    background-color: #0252c1;
    color: #fff;
}

.header-layout-3 .site-header .extras-menu>li>a {
    transition: none
}

.header-layout-3 .site-header .primary-nav {
    float: left
}

.header-layout-3 .site-header .primary-nav>ul>li {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-layout-3 .site-header .primary-nav>ul>li:first-child {
    padding-left: 0
}

.header-layout-3 .site-header .primary-nav>ul>li:first-child>ul {
    left: 0
}

.header-layout-3 .site-header .primary-nav>ul>li.menu-item-has-children>a {
    position: relative;
    margin-right: 22px
}

.header-layout-3 .site-header .primary-nav>ul>li.menu-item-has-children>a:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700
}

.header-layout-3 .site-header .primary-nav>ul>li.menu-item-has-children>a:before {
    transition-delay: 0.05s
}

.header-layout-3 .site-header .primary-nav>ul>li>a {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize
}

.header-layout-3 .site-header .primary-nav>ul>li>a:hover {
    color: #1877f2
}

.header-layout-3 .site-header .header-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    color: #000;
    background-color: transparent;
    padding: 16px 0
}

.header-layout-3 .site-header .header-bar a {
    color: #fff;
}

.header-layout-3 .site-header .header-bar:after {
    display: block;
    content: "";
    clear: both
}

.header-layout-3 .site-header .header-bar #lang_sel>ul>li ul,
.header-layout-3 .site-header .header-bar .lang_sel>ul>li ul {
    border-top-width: 18px
}

.header-layout-3 .site-header .header-bar .widget:last-child {
    padding-right: 0
}

.header-layout-3 .site-header .header-bar .widget:last-child:after {
    display: none
}

.header-layout-3 .site-header .header-bar .widget:after {
    background-color: #ffffff;
}

.header-layout-3 .site-header .header-bar .last:after {
    background: none !important;
}

.header-layout-3 .site-header .d-department {
    display: none
}

.header-layout-3 .site-header:not(.minimized) .products-search .product-cat-label,
.header-layout-3 .site-header:not(.minimized) .products-search .search-field {
    border: none
}

.header-layout-3 .site-header:not(.minimized) .products-search .product-cat-label {
    border-right: 1px solid #ccc
}

.header-layout-3 .site-header:not(.minimized) .products-search .search-submit {
    background-color: #0252c1;
    color: #fff;
}

.header-layout-3 .site-nav--has-dropdown:hover>.site-nav__link .arrow {
    display: none
}

.header-sticky__placeholder.visible {
    /*z-index: 9000*/
    z-index: 99;
}

.header-layout-4 .topbar {
    background-color: #fff;
    color: #666
}

.header-layout-4 .topbar a {
    color: #666
}

.header-layout-4 .topbar .widget:after {
    background-color: #030303
}

.header-layout-4 .site-header {
    background-color: #1877f2
}

.header-layout-4 .site-header .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.header-layout-4 .site-header .header-logo .logo {
    margin-right: 15px
}

.header-layout-4 .site-header .header-logo .d-logo {
    max-width: calc(100% - 30px)
}

.header-layout-4 .site-header .header-logo.hide-department .d-logo {
    max-width: 100%
}

.header-layout-4 .site-header .header-logo.hide-department .logo {
    margin-right: 0
}

.header-layout-4 .site-header .products-cats-menu.open .toggle-product-cats,
.header-layout-4 .site-header .products-cats-menu.open .cats-menu-title:after {
    top: 100%;
    opacity: 1
}

.header-layout-4 .site-header .products-cats-menu .cats-menu-title .text {
    display: none
}

.header-layout-4 .site-header .extras-menu>li>a {
    transition: none
}

.header-layout-4 .site-header__mobile .product-extra-search .hot-words li a {
    color: #000
}

.header-layout-4 .site-header:not(.minimized) .products-search .product-cat-label,
.header-layout-4 .site-header:not(.minimized) .products-search .search-field {
    border: none
}

.header-layout-4 .site-header:not(.minimized) .products-search .product-cat-label {
    border-right: 1px solid #ccc
}

.header-layout-4 .site-header:not(.minimized) .products-search .search-submit {
    background-color: #050505;
    color: #fff
}

.header-layout-4 .site-header:not(.minimized) .extras-menu>li>a .mini-item-counter {
    background-color: #050505;
    color: #fff
}

.header-layout-4 .d-department .products-cats-menu {
    padding-top: 0;
    padding-bottom: 0
}

.header-layout-4 .d-department .products-cats-menu.close:before {
    display: none
}

.header-layout-4 .d-department .products-cats-menu .cats-menu-title {
    font-size: 30px
}

.header-layout-5 .topbar {
    background-color: #fff;
    padding-bottom: 0;
    color: #666
}

.header-layout-5 .topbar a {
    color: #666
}

.header-layout-5 .topbar .widget:after {
    background-color: #030303
}

.header-layout-5 .topbar .mf-currency-widget .current:hover {
    color: #fff
}

.header-layout-5 .topbar .mf-currency-widget .current:after {
    color: #fff
}

.header-layout-5 .topbar .mf-currency-widget ul li a {
    color: #666
}

.header-layout-5 .topbar .mf-currency-widget ul li a:hover {
    color: #000
}

.header-layout-5 .site-header {
    background-color: #1877f2
}

.header-layout-5 .site-header .product-extra-search .hot-words li a {
    color: #000
}

.header-layout-5 .site-header .product-extra-search .product-cat-label {
    color: #000
}

.header-layout-5 .site-header .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.header-layout-5 .site-header .header-logo .logo {
    margin-right: 15px
}

.header-layout-5 .site-header .header-logo .d-logo {
    max-width: calc(100% - 30px)
}

.header-layout-5 .site-header .header-logo .products-cats-menu .cats-menu-title {
    color: #000
}

.header-layout-5 .site-header .extras-menu>li>a {
    color: #000;
    transition: none
}

.header-layout-5 .site-header .main-menu {
    background-color: #1877f2;
    border-top: none
}

.header-layout-5 .site-header .products-cats-menu.open .toggle-product-cats,
.header-layout-5 .site-header .products-cats-menu.open .cats-menu-title:after {
    top: 100%;
    opacity: 1
}

.header-layout-5 .site-header .products-cats-menu .cats-menu-title .text {
    display: none
}

.header-layout-5 .site-header .primary-nav {
    width: 100%
}

.header-layout-5 .site-header .primary-nav>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px
}

.header-layout-5 .site-header .primary-nav>ul>li:first-child {
    padding-left: 0
}

.header-layout-5 .site-header .primary-nav>ul>li:first-child>ul {
    left: 0;
    border-top: none
}

.header-layout-5 .site-header .primary-nav>ul>li.menu-item-has-children>a:before {
    border-left: none;
    border-top: none;
    margin-top: 13px;
    transition-delay: 0.05s
}

.header-layout-5 .site-header .primary-nav>ul>li>a {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

.header-layout-5 .site-header .primary-nav>ul>li:hover>a {
    color: #1877f2
}

.header-layout-5 .site-header .primary-nav>ul>li>a i {
    margin-right: 3px
}

.header-layout-5 .site-header .primary-nav>ul>li.current-menu-parent>a,
.header-layout-5 .site-header .primary-nav>ul>li.current-menu-item>a,
.header-layout-5 .site-header .primary-nav>ul>li.current-menu-ancestor>a {
    color: rgba(255, 255, 255, 0.5)
}

.header-layout-5 .site-navigation {
    background-color: #1877f2
}

.header-layout-5 .d-department .products-cats-menu {
    padding-top: 0;
    padding-bottom: 0
}

.header-layout-5 .d-department .products-cats-menu.close:before {
    display: none
}

.header-layout-5 .d-department .products-cats-menu .cats-menu-title {
    font-size: 30px
}

.header-layout-5 .site-header .products-cats-menu .menu>li>a {
    color: #070707
}

.header-layout-5 .site-header .products-cats-menu .menu>li:hover>a {
    color: #1877f2
}

.header-layout-5 .nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a {
    color: #070707
}

.header-layout-6 .site-header .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.header-layout-6 .site-header .header-logo .logo {
    margin-right: 15px
}

.header-layout-6 .site-header .header-logo .d-logo {
    max-width: calc(100% - 30px)
}

.header-layout-6 .site-header .header-logo.hide-department .d-logo {
    max-width: 100%
}

.header-layout-6 .site-header .header-logo.hide-department .logo {
    margin-right: 0
}

.header-layout-6 .site-header .products-cats-menu.open .toggle-product-cats,
.header-layout-6 .site-header .products-cats-menu.open .cats-menu-title:after {
    top: 100%;
    opacity: 1
}

.header-layout-6 .site-header .products-cats-menu .cats-menu-title .text {
    display: none
}

.header-layout-6 .site-header .header-main {
    padding-top: 25px;
    padding-bottom: 25px
}

.header-layout-6 .site-header.has-hot-words .header-main {
    padding-bottom: 10px
}

.header-layout-6 .site-header .main-menu {
    background-color: #1877f2;
    border-top: none
}

.header-layout-6 .site-header .primary-nav {
    float: left
}

.header-layout-6 .site-header .primary-nav>ul>li {
    padding-top: 18px;
    padding-bottom: 17px
}

.header-layout-6 .site-header .primary-nav>ul>li:first-child {
    padding-left: 0
}

.header-layout-6 .site-header .primary-nav>ul>li:first-child>ul {
    left: 0
}

.header-layout-6 .site-header .primary-nav>ul>li.menu-item-has-children>a {
    position: relative;
    margin-right: 22px
}

.header-layout-6 .site-header .primary-nav>ul>li.menu-item-has-children>a:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700
}

.header-layout-6 .site-header .primary-nav>ul>li.menu-item-has-children>a:before {
    transition-delay: 0.05s
}

.header-layout-6 .site-header .primary-nav>ul>li>a {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

.header-layout-6 .site-header .primary-nav>ul>li>a:hover {
    color: #1877f2
}

.header-layout-6 .site-header .primary-nav>ul>li.current-menu-parent>a,
.header-layout-6 .site-header .primary-nav>ul>li.current-menu-item>a,
.header-layout-6 .site-header .primary-nav>ul>li.current-menu-ancestor>a {
    color: #1877f2
}

.header-layout-6 .site-header .header-bar {
    padding: 15px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.header-layout-6 .site-header .header-bar:after {
    display: block;
    content: "";
    clear: both
}

.header-layout-6 .site-header .header-bar .widget:last-child {
    padding-right: 0
}

.header-layout-6 .site-header .header-bar .widget:last-child:after {
    display: none
}

.header-layout-6 .site-navigation {
    background-color: #1877f2
}

.header-layout-6 .d-department .products-cats-menu {
    padding-top: 0;
    padding-bottom: 0
}

.header-layout-6 .d-department .products-cats-menu.close:before {
    display: none
}

.header-layout-6 .d-department .products-cats-menu .cats-menu-title {
    font-size: 30px
}

.martfury-off-canvas-layer {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: none
}

.martfury-off-canvas-layer.opened {
    display: block;
    z-index: 999
}

.sticky-header .site-header.minimized .extras-menu .menu-item-account ul {
    border-top-width: 15px
}

.sticky-header .site-header.minimized .extras-menu .menu-item-cart .mini-cart-content {
    border-top-width: 14px
}

.sticky-header .site-header.minimized .extras-menu>li>a:after {
    margin-top: 8px
}

.sticky-header .site-header.minimized .header-main {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    animation-name: fadeInDown;
    animation-duration: .25s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7
}

.header-sticky__placeholder.visible .header-main {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-sticky__placeholder.visible .header-main .d-logo {
    display: none
}

.header-sticky__placeholder.visible .header-main .d-department {
    display: block;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    -moz-align-items: left;
    align-items: left
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu {
    padding: 0
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu:before {
    display: none
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu .toggle-product-cats {
    padding-top: 16px !important;
    margin-left: 0;
    top: 120%;
    left: 0 !important
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu .cats-menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    color: #fff
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu .cats-menu-title .text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu .cats-menu-title i {
    display: inline-block;
    font-size: 30px;
    margin-right: 0
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu .cats-menu-title:after {
    display: none
}

/*.header-sticky__placeholder.visible */.header-main .products-cats-menu:hover .toggle-product-cats {
    top: 100%
}

/*.header-sticky__placeholder.visible */.extras-menu .menu-item-cart .mini-cart-content {
    border-top-width: 14px
}

/*.header-sticky__placeholder.visible */.extras-menu>li>a:after {
    margin-top: 8px
}

.top-promotion .promotion-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 16px 0
}

.top-promotion .promotion-content .close {
    margin-left: 25px;
    font-size: 16px;
    display: block;
    cursor: pointer
}

.top-promotion .promotion-content .close:hover {
    color: #000
}

.top-promotion .promotion-content .promo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.top-promotion .promotion-content .link {
    background-color: #f30;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    height: 35px;
    line-height: 35px;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 4px;
    font-size: 14px;
    display: block
}

.top-promotion .promotion-content .link:hover,
.top-promotion .promotion-content .link:focus,
.top-promotion .promotion-content .link:active {
    outline: none
}

.top-promotion .promotion-content .link:hover {
    color: #fff
}

.top-promotion .promo-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.top-promotion .promo-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 80px
}

.top-promotion .promo-left .percent {
    margin: 0 15px 0 0;
    line-height: 1;
    font-weight: 300;
    font-size: 48px;
    color: #f30
}

.top-promotion .promo-left h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    line-height: 1
}

.top-promotion .promo-right h4 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #f30
}

body.display-mobile-menu {
    overflow: hidden;
    max-height: 100vh
}

.display-mobile-menu .primary-mobile-nav {
    transform: translate3d(475px, 0, 0);
    z-index: 99999
}

.display-mobile-menu .mf-off-canvas-layer {
    display: block;
    z-index: 9999
}

.mf-off-canvas-layer {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: none
}

.mf-off-canvas-layer.opened {
    display: block;
    z-index: 999
}

.mf-light-skin.header-layout-3 .site-header.minimized .product-extra-search .hot-words li a,
.mf-light-skin.header-layout-4 .site-header.minimized .product-extra-search .hot-words li a,
.header-layout-1 .site-header.minimized .product-extra-search .hot-words li a,
.header-layout-5 .site-header.minimized .product-extra-search .hot-words li a {
    color: #000
}

.mf-light-skin.header-layout-3 .site-header.minimized .product-extra-search .hot-words li a:hover,
.mf-light-skin.header-layout-4 .site-header.minimized .product-extra-search .hot-words li a:hover {
    color: #000
}

#topbar .mf-currency-widget ul li a {
    color: #000
}

#topbar .mf-currency-widget ul li a:hover {
    color: #000
}

.page-header {
    margin: 0;
    border-bottom: none;
    padding-top: 95px;
    padding-bottom: 95px
}

.page-header .entry-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px
}

.page-header .breadcrumbs .sep,
.page-header .breadcrumbs a {
    color: #999;
}

.page-header .breadcrumbs .sep {
    margin: 0 5px
}

.page-header .breadcrumbs li {
    display: inline-block;
    margin-bottom: 0;
}

.mf-blog-page .page-header-blog.layout-1 {
    padding-bottom: 5px
}

.mf-blog-page.has-blog-cats .page-header-blog.layout-1 {
    padding-bottom: 30px
}

.mf-blog-page.has-blog-cats .site-content {
    padding-top: 50px
}

.single-post-header {
    padding-top: 110px;
    padding-bottom: 110px
}

.single-post-header .entry-title {
    font-size: 48px;
    font-weight: 600;
    max-width: 770px;
    margin: 0 auto;
    line-height: 1
}

@media (max-width: 767px) {
    .single-post-header .entry-title {
        font-size: 24px
    }
}

.single-post-header .entry-metas {
    margin-top: 30px;
    font-size: 16px;
    color: #999
}

.single-post-header .entry-metas a {
    color: #191918
}

.single-post-header .entry-metas a:hover {
    color: #1877f2
}

.single-post-header .entry-metas .sep {
    color: #191918
}

.single-post-header.layout-1 {
    padding-bottom: 20px
}

.single-post-header.layout-2 {
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px
}

.single-post-header.layout-2 .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    z-index: -1;
    background-attachment: fixed
}

.single-post-header.layout-2 .cat-links {
    margin-bottom: 40px
}

.single-post-header.layout-2 .cat-links a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600
}

.single-post-header.layout-2.has-bg .cat-links a {
    color: #fff
}

.single-post-header.layout-2.has-bg .featured-image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1
}

.single-post-header.layout-2.has-bg .entry-title {
    color: #fff
}

.single-post-header.layout-2.has-bg .entry-metas {
    color: #fff
}

.single-post-header.layout-2.has-bg .entry-metas a {
    color: #fff
}

.single-post-header.layout-2.has-bg .entry-metas a:hover {
    color: #1877f2
}

.single-post-header.layout-2.has-bg .entry-metas .sep {
    color: #fff
}

.single-post-header.layout-3 {
    padding-top: 130px;
    padding-bottom: 0
}

.page-header-catalog {
    padding-top: 0;
    padding-bottom: 0
}

.page-header-catalog .page-title {
    background-color: #1877f2;
    padding-top: 40px;
    padding-bottom: 40px
}

.page-header-catalog .page-title .entry-title {
    font-size: 30px;
    margin: 0
}

.page-header-catalog .page-title.hide-title {
    padding: 0
}

.page-header-catalog .page-title.hide-title .entry-title {
    line-height: 0;
    text-indent: -9999px
}

.page-header-catalog .page-breadcrumbs {
    background-color: #f1f1f1
}

.page-header-catalog .page-breadcrumbs .breadcrumbs {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.page-header-catalog .page-breadcrumbs a {
    color: #06c
}

.page-header-catalog .page-breadcrumbs a:hover {
    color: #1877f2
}

.mf-catalog-layout-3 .page-header-catalog {
    padding-top: 0;
    padding-bottom: 0
}

.mf-catalog-layout-3 .page-header-catalog .page-title {
    padding: 0
}

.mf-catalog-layout-3 .page-header-catalog .page-title .entry-title {
    line-height: 0;
    text-indent: -9999px
}

.page-header-page {
    padding-top: 0;
    padding-bottom: 0
}

.page-header-page .entry-title {
    padding-top: 115px;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0
}

.page-header-page.hide-title .entry-title {
    line-height: 0;
    text-indent: -9999px;
    padding: 0
}

.mf-account .page-header-page .entry-title {
    background-color: #e7e7e7
}

.mf-account.logged-in .page-header-page .entry-title {
    background-color: transparent
}

.page-header-default {
    padding-top: 0;
    padding-bottom: 0
}

.page-header-default .page-breadcrumbs {
    background-color: #e7e7e7
}

.page-header-default .page-breadcrumbs .breadcrumbs {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.page-header-default .page-breadcrumbs a {
    color: #06c
}

.page-header-default .page-breadcrumbs a:hover {
    color: #1877f2
}

.nav a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    position: relative
}

.nav a:hover {
    text-decoration: none;
    color: #050505
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.nav ul ul {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    left: 0;
    top: 110%;
    width: auto;
    min-width: 200px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    padding: 10px 0;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.nav ul ul ul {
    transition: left 0.3s ease 0s, opacity 0.3s;
    left: 110%;
    top: 0;
    box-shadow: none;
    padding: 10px 0;
    border-top: 1px solid #e1e1e1
}

.nav li {
    display: inline-block;
    padding: 10px 22px;
    position: relative;
    text-align: left;
    margin: 0
}

.nav li:hover>ul {
    opacity: 1;
    z-index: 999;
    top: 100%;
    transform: scaleX(1)
}

.nav li li {
    text-align: left;
    display: block;
    padding: 0 30px
}

.nav li li a {
    color: #070707;
    font-size: 14px;
    padding: 8px 0;
    text-transform: none;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    background-color: transparent;
    /* white-space: nowrap; */
    line-height: 1;
}

.nav li li a .items-badge {
    position: absolute;
    right: 0;
    top: 8px
}

.nav li li a .items-badge>span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-left: 10px
}

.nav li li a .items-badge>span:last-child {
    opacity: 1
}

.nav li li a:hover {
    color: #1877f2;
    background-color: transparent
}

.nav li li:hover>ul {
    top: -10px;
    left: 100%
}

.nav li li:hover>ul li a:hover:before {
    left: -30px
}

.nav li li:first-child>a {
    border-top-width: 0
}

.nav li>ul {
    left: -10px
}

.nav>.menu>li:first-child>ul {
    left: -30px
}

.nav .menu .is-mega-menu {
    position: static
}

.mr-header-menu .menu .is-mega-menu {
    position: relative
}

.nav .menu .is-mega-menu.has-width {
    position: relative
}

.nav .menu .is-mega-menu:hover .dropdown-submenu.alignment {
    transform: scale(1)
}

.nav .menu .is-mega-menu:hover.align-left .dropdown-submenu,
.nav .menu .is-mega-menu:hover.align-right .dropdown-submenu {
    transform: scale(1)
}

.nav .menu .is-mega-menu.align-left .dropdown-submenu {
    left: 0;
    transform: scale(0)
}

.nav .menu .is-mega-menu.align-right .dropdown-submenu {
    right: 0;
    left: auto;
    transform: scale(0)
}

.nav .menu .is-mega-menu .dropdown-submenu {
    left: -10%;
    width: 100%;
    padding: 0
}

.nav .menu .is-mega-menu .dropdown-submenu>li {
    padding: 0
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
    padding: 20px 15px 10px;
}

.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0 15px 7px;
    font-weight: 600
}

.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.hide-text {
    display: none
}

.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.visible-text {
    visibility: hidden
}

.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
    background-color: transparent
}

.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
    margin-left: 10px;
    padding-bottom: 0
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
    position: static;
    transform: scaleX(1);
    opacity: 1;
    width: 100%;
    border: none;
    z-index: 9999;
    min-width: inherit
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
    padding: 0
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child>a {
    padding-top: 0px;
}

.nav .menu .is-mega-menu:hover .mega-menu-container {
    opacity: 1;
    top: 100%;
    z-index: 9999;
    transform: scaleX(1)
}

.nav .menu .is-mega-menu .sub-menu {
    transform: scaleX(1)
}

.nav .menu .hot-badge,
.nav .menu .new-badge,
.nav .menu .trending-badge {
    font-size: 12px;
    color: #cc3333;
    font-weight: 500;
    background-color: transparent
}

.nav .menu .hot-badge {
    color: #f08a47
}

.nav .menu .trending-badge {
    color: #0099cc
}

.page-template-template-homepage .site-content,
.page-template-template-home-full-width .site-content,
.page-template-template-full-width .site-content {
    padding-top: 0;
    padding-bottom: 0
}

.blog-wapper {
    margin-bottom: 50px
}

.blog-wapper:nth-child(3n+1) {
    clear: both
}

.blog-wapper .entry-format {
    margin-bottom: 25px
}

.blog-wapper .entry-format>a {
    position: relative;
    display: block
}

.blog-wapper .entry-format>a:hover {
    opacity: 0.7
}

.blog-wapper .entry-desc {
    padding-bottom: 30px;
    padding-top: 10px
}

.blog-wapper .entry-desc p {
    margin-bottom: 0
}

.blog-wapper .categories-links {
    margin-bottom: 15px;
    margin-top: 15px
}

.blog-wapper .categories-links a {
    color: #000
}

.blog-wapper .categories-links a:hover {
    color: #1877f2
}

.blog-wapper .entry-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px
}

.blog-wapper .entry-title a {
    color: #000
}

.blog-wapper .entry-title a:hover {
    color: #1877f2
}

.blog-wapper .entry-meta {
    margin-bottom: 0;
    color: #999
}

.blog-wapper .entry-meta .a-author {
    padding-left: 5px
}

.blog-wapper .entry-meta:hover {
    color: #1877f2
}

.blog-wapper .entry-meta a {
    color: #000
}

.blog-wapper .entry-meta a:hover {
    color: #1877f2
}

.blog-wapper .cat-links {
    display: none
}

.blog-wapper.sticky .entry-title {
    position: relative;
    padding-left: 30px
}

.blog-wapper.sticky .entry-title:before {
    position: absolute;
    content: "\e778";
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    top: 0;
    left: 0;
    font-size: 24px;
    transition: 0.5s
}

.blog-wapper.sticky .entry-title:hover:before {
    color: #1877f2
}

.blog-wapper.post-item-grid .entry-format>a {
    position: relative
}

.blog-wapper.post-item-grid .entry-format>a:before {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Ionicons";
    content: "\f4cd";
    display: none;
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #242424;
    z-index: 10
}

.blog-wapper.post-item-list {
    margin-bottom: 65px
}

.blog-wapper.post-item-small-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-wapper.post-item-small-thumb .entry-header {
    width: 33.33%;
    float: left;
    padding-right: 15px
}

.blog-wapper.post-item-small-thumb .entry-format {
    margin-bottom: 0
}

.blog-wapper.post-item-small-thumb .entry-format>a {
    position: relative;
    display: block
}

.blog-wapper.post-item-small-thumb .entry-format>a:before {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Ionicons";
    content: "\f4cd";
    display: none;
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #242424;
    z-index: 10
}

.blog-wapper.post-item-small-thumb .entry-content {
    width: 66.66%;
    float: right;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.blog-wapper.post-item-small-thumb .entry-content .entry-title {
    margin-bottom: 15px
}

.blog-wapper.post-item-small-thumb .entry-content .entry-desc {
    padding-top: 0
}

.blog-wapper.post-item-small-thumb .entry-content .entry-content-bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px
}

.single-post .entry-header .entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.single-post .entry-header .entry-metas {
    margin-top: 4px;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.single-post .entry-header .entry-metas a {
    color: #191918
}

.single-post .entry-header .entry-metas a:hover {
    color: #1877f2
}

.single-post .entry-header .entry-metas .sep {
    color: #191918
}

.single-post .entry-footer {
    padding-top: 0px;
    clear: both;
}

.single-post .entry-footer .tags-links {
    text-align: center;
    display: block;
    color: #999
}

.single-post .entry-footer .tags-links strong {
    color: #000;
    font-weight: 600
}

.single-post .entry-footer .tags-links a {
    color: #999
}

.single-post .entry-footer .tags-links a:hover {
    color: #1877f2
}

.single-post .entry-footer .footer-socials {
    text-align: center;
    margin-top: 30px
}

.single-post .entry-footer .footer-socials a {
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #1b4e9b;
    display: inline-block;
    margin: 0 6px
}

.single-post .entry-footer .footer-socials .share-twitter {
    background-color: #00aeef
}

.single-post .entry-footer .footer-socials .share-google-plus {
    background-color: #cc0000
}

.single-post .entry-footer .footer-socials .share-pinterest {
    background-color: #c82228
}

.single-post .entry-footer .footer-socials .share-linkedin {
    background-color: #0077b5
}

.single-post .entry-footer .footer-socials .share-vkontakte {
    background-color: #4c75a3
}

.single-post .mf-related-posts {
    margin-top: 80px
}

.single-post .mf-related-posts .related-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 60px
}

.single-post .mf-related-posts .blog-wapper {
    margin-bottom: 0;
    clear: none
}

.single-post .post-footer {
    margin-bottom: 65px
}

.single-post .comments-area {
    padding: 90px 0;
    border-top: 1px solid #e7e7e7;
    margin-top: 90px
}

.single-post.single-post-layout-3 .entry-header,
.single-post.single-post-layout-4 .entry-header {
    margin-bottom: 80px
}

.page .entry-content .page-links,
.single-post .entry-content .page-links {
    clear: both
}

.rt-martfury a.button,
.rt-martfury button.button,
.rt-martfury input.button,
.rt-martfury #respond input#submit {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 0
}

.rt-martfury a.button:hover,
.rt-martfury button.button:hover,
.rt-martfury input.button:hover,
.rt-martfury #respond input#submit:hover,
.rt-martfury a.button:focus,
.rt-martfury button.button:focus,
.rt-martfury input.button:focus,
.rt-martfury #respond input#submit:focus,
.rt-martfury a.button:active,
.rt-martfury button.button:active,
.rt-martfury input.button:active,
.rt-martfury #respond input#submit:active {
    outline: none
}

.rt-martfury a.button:hover,
.rt-martfury button.button:hover,
.rt-martfury input.button:hover,
.rt-martfury #respond input#submit:hover {
    color: #000
}

.rt-martfury a.button:hover,
.rt-martfury button.button:hover,
.rt-martfury input.button:hover,
.rt-martfury #respond input#submit:hover,
.rt-martfury a.button:focus,
.rt-martfury button.button:focus,
.rt-martfury input.button:focus,
.rt-martfury #respond input#submit:focus,
.rt-martfury a.button:active,
.rt-martfury button.button:active,
.rt-martfury input.button:active,
.rt-martfury #respond input#submit:active {
    outline: none
}

.rt-martfury a.button:hover,
.rt-martfury button.button:hover,
.rt-martfury input.button:hover,
.rt-martfury #respond input#submit:hover {
    color: #000
}

.rt-martfury a.button:hover,
.rt-martfury button.button:hover,
.rt-martfury input.button:hover,
.rt-martfury #respond input#submit:hover {
    color: #fff;
    background-color: #1877f2
}

.rt-martfury a.button:disabled,
.rt-martfury button.button:disabled,
.rt-martfury input.button:disabled,
.rt-martfury #respond input#submit:disabled,
.rt-martfury a.button:disabled[disabled],
.rt-martfury button.button:disabled[disabled],
.rt-martfury input.button:disabled[disabled],
.rt-martfury #respond input#submit:disabled[disabled],
.rt-martfury a.button .disabled,
.rt-martfury button.button .disabled,
.rt-martfury input.button .disabled,
.rt-martfury #respond input#submit .disabled {
    padding: 0 25px;
    color: #000
}

.rt-martfury a.button.alt,
.rt-martfury button.button.alt,
.rt-martfury input.button.alt,
.rt-martfury #respond input#submit.alt {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none
}

.rt-martfury a.button.alt:hover,
.rt-martfury button.button.alt:hover,
.rt-martfury input.button.alt:hover,
.rt-martfury #respond input#submit.alt:hover,
.rt-martfury a.button.alt:focus,
.rt-martfury button.button.alt:focus,
.rt-martfury input.button.alt:focus,
.rt-martfury #respond input#submit.alt:focus,
.rt-martfury a.button.alt:active,
.rt-martfury button.button.alt:active,
.rt-martfury input.button.alt:active,
.rt-martfury #respond input#submit.alt:active {
    outline: none
}

.rt-martfury a.button.alt:hover,
.rt-martfury button.button.alt:hover,
.rt-martfury input.button.alt:hover,
.rt-martfury #respond input#submit.alt:hover {
    color: #000
}

.rt-martfury a.button.alt:hover,
.rt-martfury button.button.alt:hover,
.rt-martfury input.button.alt:hover,
.rt-martfury #respond input#submit.alt:hover,
.rt-martfury a.button.alt:focus,
.rt-martfury button.button.alt:focus,
.rt-martfury input.button.alt:focus,
.rt-martfury #respond input#submit.alt:focus,
.rt-martfury a.button.alt:active,
.rt-martfury button.button.alt:active,
.rt-martfury input.button.alt:active,
.rt-martfury #respond input#submit.alt:active {
    outline: none
}

.rt-martfury a.button.alt:hover,
.rt-martfury button.button.alt:hover,
.rt-martfury input.button.alt:hover,
.rt-martfury #respond input#submit.alt:hover {
    color: #000
}

.rt-martfury a.button.alt:hover,
.rt-martfury button.button.alt:hover,
.rt-martfury input.button.alt:hover,
.rt-martfury #respond input#submit.alt:hover {
    color: #fff;
    background-color: #1877f2
}

.rt-martfury .rt-product-details__short-description {
    line-height: 1.4
}

.rt-martfury .rt-product-details__short-description p {
    margin-bottom: 0
}

.rt-martfury .rt-product-details__short-description ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rt-martfury .rt-product-details__short-description ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px
}

.rt-martfury .rt-product-details__short-description ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0
}

.rt-martfury div.product {
    margin-bottom: 0;
    position: relative
}

.rt-martfury div.product .rt-product-gallery {
    width: 40%;
    float: left;
    padding-bottom: 35px;
}

.rt-martfury div.product .rt-product-gallery .rt-product-gallery__trigger {
    display: none
}

.rt-martfury div.product .rt-product-gallery .rt-product-gallery__image {
    cursor: pointer
}

.rt-martfury div.product div.images {
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.rt-martfury div.product div.images .product-image-ms {
    position: absolute;
    bottom: 0;
    left: 70px;
    text-align: center;
    width: calc(100% - 70px)
}

.rt-martfury div.product div.images.without-thumbnails {
    padding-left: 0
}

.rt-martfury div.product div.images.without-thumbnails .product-image-ms {
    left: 0
}

.rt-martfury div.product div.images .product-degree-images {
    position: absolute;
    bottom: 50px;
    left: 90px;
    z-index: 999;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    line-height: 1;
    padding-top: 5px;
    cursor: pointer;
    background-color: #fff
}

.rt-martfury div.product div.images .product-degree-images i {
    font-size: 30px;
    height: 26px;
    display: block
}

.rt-martfury div.product div.images .product-degree-images .number {
    display: inline-block;
    width: 100%;
    margin-left: 2px
}

.rt-martfury div.product div.images .product-degree-images .number small {
    font-size: 6px;
    vertical-align: top;
    margin-top: 2px;
    padding-left: 1px;
    display: inline-block
}

.rt-martfury div.product div.images .flex-control-nav {
    position: absolute;
    top: -5px;
    left: 0;
    width: 70px;
    opacity: 0
}

.rt-martfury div.product div.images .flex-control-nav.slick-initialized {
    opacity: 1;
    transition-delay: 0.5s
}

.rt-martfury div.product div.images .flex-control-nav.no-slick {
    opacity: 1
}

.rt-martfury div.product div.images .flex-control-nav li {
    float: none;
    width: 55px;
    padding: 5px 0;
    position: relative
}

.rt-martfury div.product div.images .flex-control-nav li:hover img {
    border-color: #e7e7e7
}

.rt-martfury div.product div.images .flex-control-nav li img {
    border: 1px solid #e7e7e7;
    opacity: 1
}

.rt-martfury div.product div.images .flex-control-nav li img.flex-active {
    border-color: #e7e7e7
}

.rt-martfury div.product div.images .flex-control-nav .slick-arrow {
    font-size: 14px;
    color: #fff;
    left: 1px;
    transform: none;
    right: 1px;
    bottom: 0;
    z-index: 99;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.35s
}

.rt-martfury div.product div.images .flex-control-nav .slick-arrow:hover {
    background-color: #000000
}

.rt-martfury div.product div.images .flex-control-nav .slick-prev-arrow {
    top: -10px
}

.rt-martfury div.product div.images .flex-control-nav .slick-next-arrow {
    bottom: -10px;
    top: auto
}

.rt-martfury div.product div.images .flex-control-nav:hover .slick-prev-arrow {
    top: 5px;
    opacity: 1
}

.rt-martfury div.product div.images .flex-control-nav:hover .slick-next-arrow {
    bottom: 7px;
    opacity: 1
}

.rt-martfury div.product div.images.has-video .flex-control-nav li {
    position: relative;
    cursor: pointer
}

.rt-martfury div.product div.images.has-video .flex-control-nav li .i-video {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.5);
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 34px
}

.rt-martfury div.product div.images .mf-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.rt-martfury div.product div.images .mf-video-wrapper iframe,
.rt-martfury div.product div.images .mf-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rt-martfury div.product .entry-summary {
    width: 60%;
    padding-left: 20px;
    float: right;
}

.rt-martfury div.product div.summary {
    margin-bottom: 0
}

.rt-martfury div.product .summary-sep {
    height: 90px;
    width: 100%
}

.rt-martfury div.product .mf-summary-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rt-martfury div.product .mf-summary-header br {
    display: none
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta {
    padding: 0 18px;
    position: relative
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta label {
    margin-bottom: 0
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 13px;
    background-color: #d3d3d3
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta:first-child {
    padding-left: 0
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta:last-child {
    padding-right: 0
}

.rt-martfury div.product .mf-summary-header .mf-summary-meta:last-child:after {
    display: none
}

.rt-martfury div.product .mf-summary-header .sold-by-meta {
    font-size: 14px;
    color: #000
}

.rt-martfury div.product .mf-summary-header .sold-by-meta a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0099cc
}

.rt-martfury div.product .rt-product-gallery__wrapper {
    max-height: 570px;
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.rt-martfury div.product .rt-product-gallery__wrapper.loaded {
    overflow: inherit;
    max-height: inherit
}

.rt-martfury div.product .product_title {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.rt-martfury div.product .woo-short-description {
    margin-bottom: 45px;
    color: #666
}

.rt-martfury div.product span.price,
.rt-martfury div.product p.price {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1
}

.rt-martfury div.product span.price ins,
.rt-martfury div.product p.price ins {
    font-size: 24px;
    color: #f30;
    text-decoration: none;
    font-weight: 600
}

.rt-martfury div.product span.price del,
.rt-martfury div.product p.price del {
    opacity: 1;
    font-size: 14px;
    color: #788188;
    font-weight: 500;
    padding-left: 5px
}

.rt-martfury div.product span.price del .rt-Price-amount,
.rt-martfury div.product p.price del .rt-Price-amount {
    padding-right: 0
}

.rt-martfury div.product span.price del .rt-Price-amount:first-child,
.rt-martfury div.product p.price del .rt-Price-amount:first-child {
    padding-right: 0
}

.rt-martfury div.product span.price .sale,
.rt-martfury div.product p.price .sale {
    font-size: 14px;
    color: #f30;
    font-weight: 500;
    margin-left: 10px
}

.rt-martfury div.product span.price .rt-Price-amount,
.rt-martfury div.product p.price .rt-Price-amount {
    padding-right: 8px
}

.rt-martfury div.product span.price .rt-Price-amount:last-child,
.rt-martfury div.product p.price .rt-Price-amount:last-child {
    padding-left: 8px;
    padding-right: 0
}

.rt-martfury div.product span.price .rt-Price-amount:first-child,
.rt-martfury div.product p.price .rt-Price-amount:first-child {
    padding-right: 8px;
    padding-left: 0
}

.rt-martfury div.product p.stock {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.rt-martfury div.product p.stock.in-stock {
    color: #8bc500
}

.rt-martfury div.product p.stock.out-of-stock {
    color: #ff0000
}

.rt-martfury div.product p.stock label {
    color: #000;
    padding-right: 5px;
    font-weight: 400
}

.rt-martfury div.product .rt-product-details__short-description {
    padding-bottom: 15px;
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #e7e7e7 */
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text {
    background-color: #f4f4f4;
    padding: 25px
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li {
    list-style: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li strong {
    color: #000;
    font-weight: 600
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li:last-child {
    margin-bottom: 0
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li:before {
    display: none
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li.no-icon {
    padding-left: 0
}

.rt-martfury div.product .rt-product-details__short-description .mf-features-text ul li i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.rt-martfury div.product .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #1b4e9b;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 20px
}

.rt-martfury div.product .social-links a:first-child {
    margin-left: 0
}

.rt-martfury div.product .wc-tabs-wrapper {
    margin-bottom: 0px
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs li {
    border-radius: 0;
    margin: 0;
    padding: 0 20px 15px;
    border: none;
    background-color: transparent
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs li a {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    color: #999;
    transition: 0.5s;
    line-height: 1
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs li a:hover {
    color: #999
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs li.active a {
    color: #000
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs li:before,
.rt-martfury div.product .wc-tabs-wrapper ul.tabs li:after {
    display: none
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs:before {
    display: none
}

.rt-martfury div.product .wc-tabs-wrapper ul.tabs .tl-wc-tab {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #1877f2;
    padding: 0;
    z-index: 10
}

.rt-martfury div.product .wc-tabs-wrapper .panel {
    margin: 0;
    padding: 0;
    color: #666
}

.rt-martfury div.product .wc-tabs-wrapper .panel:after {
    display: block;
    content: "";
    clear: both
}

.rt-martfury div.product .wc-tabs-wrapper .panel.rt-Tabs-panel--additional_information>h2 {
    display: none
}

.rt-martfury div.product .wc-tabs-wrapper .panel table {
    width: 100%;
    border: none
}

.rt-martfury div.product .wc-tabs-wrapper .panel table th,
.rt-martfury div.product .wc-tabs-wrapper .panel table td {
    padding: 5px 20px;
    border: none
}

.rt-martfury div.product .wc-tabs-wrapper .panel table th {
    font-weight: 600;
    color: #333;
    text-transform: uppercase
}

.rt-martfury div.product .wc-tabs-wrapper .panel table.un-table th {
    background-color: #f2f2f2;
    border-bottom: none
}

.rt-martfury div.product .wc-tabs-wrapper .panel .shop_attributes {
    border: 1px solid #e7e7e7;
    border-bottom: none
}

.rt-martfury div.product .wc-tabs-wrapper .panel .shop_attributes th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
    text-transform: none;
    color: #000
}

.rt-martfury div.product .wc-tabs-wrapper .panel .shop_attributes td {
    background-color: transparent;
    border-bottom: 1px solid #e7e7e7;
    font-style: normal;
    color: #000
}

.rt-martfury div.product p.cart {
    margin-bottom: 2em
}

.rt-martfury div.product form {
    margin-bottom: 20px;
}

.rt-martfury div.product form div.quantity {
    float: left;
    margin: -2px 15px 5px 15px
}

.rt-martfury div.product form div.quantity .label {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 3px
}

.rt-martfury div.product form div.quantity .qty-box {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 33px;
    transition: 0.5s;
    position: relative
}

.rt-martfury div.product form div.quantity .qty-box:hover {
    border-color: #000
}

.rt-martfury div.product form div.quantity .decrease,
.rt-martfury div.product form div.quantity .increase {
    font-size: 20px;
    cursor: pointer;
    color: #999;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    padding: 11px 11px
}

.rt-martfury div.product form div.quantity .decrease:hover,
.rt-martfury div.product form div.quantity .increase:hover {
    color: #000
}

.rt-martfury div.product form div.quantity .increase {
    right: 0px;
    left: auto
}

.rt-martfury div.product form .single_add_to_cart_button {
    background-color: #1877f2;
    height: 52px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    min-width: 150px;
    border-radius: 3px;
    cursor: pointer;
}

.rt-martfury div.product form .single_add_to_cart_button:after {
    top: 18px
}

.rt-martfury div.product form .clear {
    display: none
}

.rt-martfury div.product form .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    float: left
}

.rt-martfury div.product form .mf-compare-button {
    margin-top: 10px;
    float: left
}

.rt-martfury div.product form table {
    border-width: 0 0 1px 0
}

.rt-martfury div.product form table td {
    padding-left: 0
}

.rt-martfury div.product form table div.quantity {
    float: none;
    margin: 0
}

.rt-martfury div.product form table small.stock {
    display: block;
    float: none
}

.rt-martfury div.product form .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.rt-martfury div.product form .variations td,
.rt-martfury div.product form .variations th {
    border: 0;
    vertical-align: top;
    line-height: 1
}

.rt-martfury div.product form .variations label {
    font-weight: 700
}

.rt-martfury div.product form .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.rt-martfury div.product form .variations td.label {
    padding-right: 1em
}

.rt-martfury div.product form .rt-variation-description p {
    margin-bottom: 1em
}

.rt-martfury div.product form .reset_variations {
    visibility: hidden;
    font-size: 0.83em
}

.rt-martfury div.product form .wc-no-matching-variations {
    display: none
}

.rt-martfury div.product form .button {
    vertical-align: bottom;
    float: left
}

.rt-martfury div.product form .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.rt-martfury div.product form .group_table td {
    vertical-align: top;
    padding-bottom: 0.5em;
    border: 0
}

.rt-martfury div.product .cart-external {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 25px
}

.rt-martfury div.product .cart-external p.cart {
    margin-bottom: 0;
    width: 100%
}

.rt-martfury div.product .cart-external p.cart .single_add_to_cart_button {
    width: 100%
}

.rt-martfury div.product .cart-external .actions-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.rt-martfury div.product .tawc-deal {
    padding: 25px;
    background-color: #f4f4f4;
    margin-bottom: 25px
}

.rt-martfury div.product .tawc-deal .deal-expire-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-text {
    width: 35%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    color: #000;
    line-height: 1.3;
    margin-bottom: 15px
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .timer {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 15px
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .timer:last-child .digits:after {
    display: none
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .divider {
    display: none
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .digits {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 12px 8px;
    min-width: 56px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ff0000;
    line-height: 1;
    margin-bottom: 5px
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .digits:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -19px;
    content: ":";
    color: #999;
    font-size: 24px;
    font-weight: 600
}

.rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .text {
    font-size: 14px;
    color: #666666
}

.rt-martfury div.product .tawc-deal .deal-sold:after {
    clear: both;
    content: "";
    display: block
}

.rt-martfury div.product .tawc-deal .deal-sold .deal-sold-text {
    width: 35%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    color: #000;
    line-height: 1.3;
    float: left
}

.rt-martfury div.product .tawc-deal .deal-sold .deal-progress,
.rt-martfury div.product .tawc-deal .deal-sold .deal-text {
    width: 65%;
    float: right
}

.rt-martfury div.product .tawc-deal .deal-sold .deal-text {
    margin-top: 5px;
    text-transform: capitalize
}

.rt-martfury div.product .tawc-deal .deal-sold .deal-text .amount {
    font-weight: 600;
    color: #669900
}

.rt-martfury div.product .product_meta {
    padding: 15px 0 0;
    border-top: 1px solid #e7e7e7;
    color: #999
}

.rt-martfury div.product .product_meta #report_abuse {
    color: #000;
    text-decoration: underline
}

.rt-martfury div.product .product_meta .sku_wrapper {
    display: none
}

.rt-martfury div.product .product_meta .posted_in,
.rt-martfury div.product .product_meta .tagged_as {
    display: block
}

.rt-martfury div.product .product_meta .posted_in a {
    color: #0099cc
}

.rt-martfury div.product .product_meta>span {
    font-weight: 400
}

.rt-martfury div.product .product_meta>span span,
.rt-martfury div.product .product_meta>span a {
    color: #999;
    font-weight: 400
}

.rt-martfury div.product .product_meta>span a:hover {
    color: #000
}

.rt-martfury div.product .product_meta strong {
    font-weight: 400;
    color: #000
}

.rt-martfury table.shop_table {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    margin: 0 -1px 15px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.rt-cart .rt-martfury .rt-cart-form table.shop_table.cart {
    border-left: 0
}

.rt-cart .rt-martfury .rt-cart-form table.shop_table.cart tr td:last-child {
    border-right: 1px solid #e7e7e7;
}

.rt-cart .rt-martfury .rt-cart-form table.shop_table.cart tr td:first-child {
    border-left: 1px solid #e7e7e7
}

.rt-cart .rt-martfury .rt-cart-form table.shop_table.cart tr:last-child td {
    border: 0 !important;
}

div.rt-cart-form {
    width: calc(100% - 300px);
    display: inline-block;
}

.cart-collaterals {
    width: 300px;
    float: right;
}

.rt-martfury table.shop_table tbody th,
.rt-martfury table.shop_table tfoot td,
.rt-martfury table.shop_table tfoot th {
    border: none;
    font-weight: 400
}

.rt-martfury table.shop_table tr th {
    border: none;
    color: #000;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 9px 12px
}

.rt-martfury table.shop_table tr td,
.rt-martfury table.shop_table tbody td {
    border: none;
    color: #000;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7;
}

.rt-martfury table.shop_table tfoot tr th {
    background-color: transparent;
    font-weight: 400;
    text-transform: none
}

.rt-martfury table.wishlist_table {
    font-size: 100%;
    opacity: 1 !important;
    margin-bottom: 80px;
    border: 0
}

.rt-martfury table.wishlist_table thead th {
    padding: 16px 12px
}

.rt-martfury table.wishlist_table tbody td,
.rt-martfury table.wishlist_table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle
}

.rt-martfury table.wishlist_table tbody td.product-price,
.rt-martfury table.wishlist_table tr td.product-price {
    width: 200px
}

.rt-martfury table.wishlist_table tbody td.product-add-to-cart,
.rt-martfury table.wishlist_table tr td.product-add-to-cart {
    text-align: right;
    padding-right: 0
}

.rt-martfury table.wishlist_table tbody td.product-add-to-cart .btn,
.rt-martfury table.wishlist_table tr td.product-add-to-cart .btn {
    border-radius: 3px
}

.rt-martfury table.wishlist_table tbody td.product-add-to-cart .button:after,
.rt-martfury table.wishlist_table tr td.product-add-to-cart .button:after {
    top: 16px;
    right: 15px
}

.rt-martfury table.wishlist_table .product-name .product-price,
.rt-martfury table.wishlist_table .product-name .product-add-to-cart {
    display: none
}

.rt-martfury table.wishlist_table tr td.product-stock-status .stock {
    color: #f30
}

.rt-martfury table.wishlist_table tr td.product-stock-status .stock.in-stock {
    color: #690
}

.rt-martfury table.wishlist_table tr td.product-remove {
    vertical-align: middle;
    padding-bottom: 30px
}

.rt-martfury table.wishlist_table tr td.product-remove .remove {
    color: #999 !important;
    background-color: transparent;
    position: relative;
    font-size: 0;
    cursor: pointer
}

.rt-martfury table.wishlist_table tr td.product-remove .remove:after {
    content: "\e935";
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    font-size: 16px
}

.rt-martfury table.wishlist_table tr td.product-remove .remove:hover {
    color: #000 !important;
    background-color: transparent
}

.rt-martfury table.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: 0;
    max-width: 80px
}

.rt-martfury table.wishlist_table tr td.product-name a {
    color: #06c
}

.rt-martfury table.wishlist_table tr td.product-name a:hover {
    color: #1877f2
}

.rt-martfury table.wishlist_table .product-price .price {
    margin-right: 10px;
    color: #000
}

.rt-martfury table.wishlist_table .product-price .price.has-sale {
    color: #cc0000
}

.rt-martfury table.wishlist_table .product-price .compare_at_price {
    color: #999;
    font-size: 13px
}

.rt-martfury table.wishlist_table .product-price .sale {
    display: none
}

.rt-martfury form .form-row {
    margin-bottom: 10px;
    padding: 0
}

.rt-martfury form .form-row label {
    margin-bottom: 5px;
    display: block
}

.rt-martfury form .form-row .input-text {
    color: #000;
    min-width: inherit;
    border: 1px solid #ccc;
    padding: 16px
}

.rt-martfury form .form-row ::-webkit-input-placeholder {
    color: #999;
    font-weight: 400
}

.rt-martfury form .form-row ::-moz-placeholder {
    color: #999;
    font-weight: 400
}

.rt-martfury form .form-row :-ms-input-placeholder {
    color: #999;
    font-weight: 400
}

.rt-martfury form .form-row :-moz-placeholder {
    color: #999;
    font-weight: 400
}

.rt-martfury nav.rt-pagination {
    margin-top: 50px;
    text-align: center
}

.rt-martfury nav.rt-pagination.loaded {
    display: none
}

.rt-martfury nav.rt-pagination ul {
    border: none
}

.rt-martfury nav.rt-pagination ul li {
    border-right-width: 0;
    margin: 0;
    padding: 0 5px;
    list-style: none
}

.rt-martfury nav.rt-pagination ul li .page-numbers {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    display: block;
    background-color: #f5f5f5;
    min-width: 34px
}

.rt-martfury nav.rt-pagination ul li .page-numbers.next,
.rt-martfury nav.rt-pagination ul li .page-numbers.prev {
    padding: 0 20px
}

.rt-martfury nav.rt-pagination ul li .page-numbers i {
    font-size: 10px;
    font-weight: 700
}

.rt-martfury nav.rt-pagination ul li:first-child {
    margin-left: 0
}

.rt-martfury nav.rt-pagination ul li a:focus {
    background-color: transparent;
    outline: none
}

.rt-martfury nav.rt-pagination ul li span.current,
.rt-martfury nav.rt-pagination ul li a:hover {
    color: #000;
    background-color: #1877f2
}

.rt-martfury nav.rt-pagination ul li span.current {
    position: relative
}

.rt-martfury nav.rt-pagination ul li span.current:before {
    position: absolute;
    bottom: -2px;
    left: 3px;
    border-bottom: 1px solid #000;
    content: "";
    width: 12px;
    height: 1px
}

.rt-martfury nav.rt-pagination ul li .next span:hover,
.rt-martfury nav.rt-pagination ul li .prev span:hover {
    color: #000;
    background-color: transparent
}

.rt-martfury nav.rt-pagination ul li .next {
    padding-left: 10px
}

.rt-martfury nav.rt-pagination ul li .prev {
    padding-right: 10px
}

.rt-martfury nav.rt-pagination.infinite {
    text-align: center
}

.rt-martfury nav.rt-pagination.infinite ul li {
    padding: 0
}

.rt-martfury nav.rt-pagination.infinite ul .page-numbers {
    display: none
}

.rt-martfury nav.rt-pagination.infinite ul .next {
    display: block;
    padding-left: 0
}

.rt-martfury nav.rt-pagination.infinite .dots-loading {
    font-size: 18px;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-weight: 300
}

.rt-martfury nav.rt-pagination.infinite .dots-loading span {
    display: inline-block
}

.rt-martfury .ribbons .ribbon {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0;
    position: absolute;
    background-color: #93be2b;
    z-index: 1;
    top: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    padding: 0 13px;
    min-width: inherit;
    min-height: inherit
}

.rt-martfury .ribbons .ribbon.onsale {
    background-color: #f14705;
    left: initial
}

.rt-martfury .ribbons .ribbon.featured {
    background-color: #ff8c46
}

.rt-martfury .ribbons .ribbon.out-of-stock {
    background-color: #000000;
    color: #fff
}

.rt-martfury .widget_price_filter .price_slider_wrapper:after {
    clear: both;
    display: block;
    content: ""
}

.rt-martfury .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000;
    border-radius: 0;
    height: 1px;
    cursor: pointer;
    margin-right: 15px
}

.rt-martfury .widget_price_filter .ui-slider {
    margin: 5px 0 10px
}

.rt-martfury .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #000;
    border-radius: 0;
    cursor: pointer
}

.rt-martfury .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-left: 0;
    top: -7px
}

.rt-martfury .widget_price_filter .price_slider_amount {
    position: relative
}

.rt-martfury .widget_price_filter .price_slider_amount .price_label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
    color: #999
}

.rt-martfury .widget_price_filter .price_slider_amount .button {
    width: 100%;
    margin-top: 70px;
    font-size: 14px
}

.rt-martfury .content-area .page-description {
    padding-bottom: 100px
}

.rt-martfury .mf-toolbar-empty-space {
    height: 40px
}

.rt-martfury .shop-toolbar {
    background-color: #f5f5f5;
    padding: 0 15px
}

.rt-martfury .shop-toolbar.active .mf-filters i:before {
    content: "\e937"
}

.rt-martfury .shop-toolbar .products-found,
.rt-martfury .shop-toolbar .rt-ordering,
.rt-martfury .shop-toolbar .mf-filters {
    float: left;
    min-height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.rt-martfury .shop-toolbar .products-found strong {
    color: #000;
    font-weight: 600;
    padding-right: 5px
}

.rt-martfury .shop-toolbar .mf-filter-mobile {
    display: none
}

.rt-martfury .shop-toolbar .mf-filters {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

.rt-martfury .shop-toolbar .mf-filters i {
    padding-left: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 700
}

.rt-martfury .shop-toolbar .shop-view {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 51px;
    color: #000
}

.rt-martfury .shop-toolbar .shop-view>span {
    padding-right: 5px
}

.rt-martfury .shop-toolbar .shop-view .mf-shop-view {
    margin-left: 15px;
    font-size: 24px;
    color: #999;
    line-height: 1;
    margin-top: 3px;
    display: block
}

.rt-martfury .shop-toolbar .shop-view .mf-shop-view.current {
    color: #000
}

.rt-martfury .shop-toolbar:after {
    display: block;
    content: "";
    clear: both
}

.rt-cart .rt-martfury h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0
}

.rt-cart .rt-martfury table.cart .btn-shop,
.rt-cart .rt-martfury table.checkout .btn-shop {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    display: inline-block
}

.rt-cart .rt-martfury table.cart .btn-shop:hover,
.rt-cart .rt-martfury table.checkout .btn-shop:hover,
.rt-cart .rt-martfury table.cart .btn-shop:focus,
.rt-cart .rt-martfury table.checkout .btn-shop:focus,
.rt-cart .rt-martfury table.cart .btn-shop:active,
.rt-cart .rt-martfury table.checkout .btn-shop:active {
    outline: none
}

.rt-cart .rt-martfury table.cart .btn-shop:hover,
.rt-cart .rt-martfury table.checkout .btn-shop:hover {
    color: #fff
}

.rt-cart .rt-martfury table.cart .btn-shop:hover,
.rt-cart .rt-martfury table.checkout .btn-shop:hover,
.rt-cart .rt-martfury table.cart .btn-shop:focus,
.rt-cart .rt-martfury table.checkout .btn-shop:focus,
.rt-cart .rt-martfury table.cart .btn-shop:active,
.rt-cart .rt-martfury table.checkout .btn-shop:active {
    outline: none
}

.rt-cart .rt-martfury table.cart .btn-shop:hover,
.rt-cart .rt-martfury table.checkout .btn-shop:hover {
    color: #fff
}

.rt-cart .rt-martfury table.cart .btn-shop i,
.rt-cart .rt-martfury table.checkout .btn-shop i {
    padding-right: 10px
}

.rt-cart .rt-martfury table.cart .btn-update,
.rt-cart .rt-martfury table.checkout .btn-update {
    float: right;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    padding-left: 50px;
    border: 1px solid #e7e7e7
}

.rt-cart .rt-martfury table.cart .btn-update:before,
.rt-cart .rt-martfury table.checkout .btn-update:before {
    content: '\e8da';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.rt-cart .rt-martfury table.cart td.actions,
.rt-cart .rt-martfury table.checkout td.actions {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    padding-top: 50px
}

.rt-cart .rt-martfury table.shop_table.cart {
    margin-bottom: 60px
}

.rt-cart .rt-martfury table.shop_table.cart td {
    /* padding-top: 30px; */
    /* padding-bottom: 30px */
}

.rt-cart .rt-martfury table.shop_table td.product-name {
    /* padding-top: 45px */
}

.rt-cart .rt-martfury table.shop_table td.product-name a {
    font-size: 16px;
    color: #0066cc;
    line-height: 1.2
}

.rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile {
    display: none
}

.rt-cart .rt-martfury table.shop_table td.product-name dl.variation {
    margin: 8px 0 0;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.rt-cart .rt-martfury table.shop_table td.product-name dl.variation dt {
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 3px;
    margin-bottom: 0;
    color: #999
}

.rt-cart .rt-martfury table.shop_table td.product-name dl.variation dd {
    padding-bottom: 3px;
    margin-bottom: 0;
    color: #000;
    margin-left: 5px
}

.rt-cart .rt-martfury table.shop_table td.product-name .rt-Price-amount {
    display: none
}

.rt-cart .rt-martfury table.shop_table td.product-remove {
    width: 70px;
    /* padding-top: 45px */
}

.rt-cart .rt-martfury table.shop_table td.product-remove .mf-remove {
    color: #000;
    font-size: 16px
}

.rt-cart .rt-martfury table.shop_table td.product-remove .mf-remove:hover {
    color: #1877f2
}

.rt-cart .rt-martfury table.shop_table td.product-subtotal,
.rt-cart .rt-martfury table.shop_table td.product-quantity,
.rt-cart .rt-martfury table.shop_table td.product-price {
    width: 150px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 45px */
}

.rt-cart .rt-martfury table.shop_table td.product-quantity {
    /* padding-top: 38px */
}

.rt-cart .rt-martfury table.shop_table td.product-quantity .quantity .label {
    display: none
}

.rt-cart .rt-martfury table.shop_table td.product-thumbnail {
    width: 80px;
    padding-left: 0;
    padding-top: 0;
}

.rt-cart .rt-martfury table.shop_table td .quantity {
    border: 1px solid #ccc;
    line-height: 36px;
    position: relative;
    width: 100px
}

.rt-cart .rt-martfury table.shop_table td .quantity .qty {
    margin-right: 30px;
    margin-left: 30px;
    width: 40px
}

.rt-cart .rt-martfury table.shop_table td .quantity .decrease {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.rt-cart .rt-martfury table.shop_table td .quantity .increase {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.rt-cart .rt-martfury .coupon {
    margin-bottom: -100%
}

.rt-cart .rt-martfury .coupon label {
    display: block;
    font-size: 20px;
    color: #000;
    position: relative;
    margin-bottom: 40px
}

.rt-cart .rt-martfury .coupon label:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.rt-cart .rt-martfury .coupon .input-text {
    width: 100%;
    margin-bottom: 30px;
    padding: 16px;
    border: 1px solid #ccc;
    color: #000
}

.rt-cart .rt-martfury .coupon .button {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .shipping-calculator-button {
    display: block;
    font-size: 20px;
    color: #000;
    position: relative;
    margin-bottom: 35px
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .shipping-calculator-button:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .shipping-calculator-form {
    display: block !important;
    height: auto !important
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .form-row {
    margin-bottom: 15px
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .input-text,
.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator select {
    width: 100%
}

.rt-cart .rt-martfury .cart-collaterals .rt-shipping-calculator .button {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000;
    margin-top: 15px
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals>h2 {
    display: none
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table th {
    background-color: transparent;
    color: #000;
    font-weight: 400;
    padding: 20px 0;
    border-top: none;
    text-transform: none;
    font-size: 16px
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table td {
    text-align: right;
    padding: 20px 0;
    border-top: none
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table td p {
    margin-bottom: 5px
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table .shipping td {
    text-align: right
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table .order-total .rt-Price-amount {
    color: #ff3300;
    font-size: 20px;
    font-weight: 600
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table .order-total th {
    font-size: 20px;
    font-weight: 600
}

.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table .order-total th,
.rt-cart .rt-martfury .cart-collaterals .cart_totals table.shop_table .order-total td {
    border-bottom: none
}

.rt-cart .rt-martfury .cross-sells {
    margin-top: 80px
}

.rt-cart .rt-martfury .cross-sells h2 {
    text-align: center
}

.rt-cart .rt-martfury .cross-sells ul.products li.product {
    margin-bottom: 10px
}

.mf-catalog-brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-catalog-brands .brand-item {
    width: calc(100%/6);
    text-align: center
}

.mf-catalog-page .site-content {
    padding-top: 30px
}

.template-collection .mf-catalog-categories {
    margin-bottom: 0px
}

.mf-catalog-categories {
    margin-bottom: 30px
}

.mf-catalog-categories:after {
    display: block;
    content: "";
    clear: both
}

.mf-catalog-categories .mf-image-box {
    margin-bottom: 30px
}

.mf-catalog-categories .col-cat:nth-child(3n+1) {
    clear: both
}

.mf-catalog-top-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    margin-bottom: 65px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-catalog-top-categories .top-categories-list {
    height: 100%;
    background-color: #fff;
    padding: 25px 0;
    position: relative
}

.mf-catalog-top-categories .top-categories-list .title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 20px 25px;
    line-height: 1
}

.mf-catalog-top-categories .top-categories-list .categories-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mf-catalog-top-categories .top-categories-list .categories-list>li {
    margin-bottom: 0;
    padding: 0 20px
}

.mf-catalog-top-categories .top-categories-list .categories-list>li .cat-menu-close {
    position: absolute;
    top: 12px;
    right: 20px;
    display: none
}

.mf-catalog-top-categories .top-categories-list .categories-list>li>a {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding: 10px 0
}

.mf-catalog-top-categories .top-categories-list .categories-list>li:last-child a {
    border-bottom: none
}

.mf-catalog-top-categories .top-categories-list .categories-list>li:hover>.sub-categories {
    opacity: 1;
    z-index: 9999;
    left: 100%;
    transform: scaleX(1)
}

.mf-catalog-top-categories .top-categories-list .categories-list>li:hover>a {
    color: #1877f2
}

.mf-catalog-top-categories .top-categories-list .categories-list .sub-categories {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 110%;
    bottom: 0;
    transform: scaleX(0);
    z-index: -1;
    transition: left 0.3s ease 0s, opacity 0.3s;
    padding: 13px 20px;
    background-color: #fff;
    border: 1px solid #1877f2;
    margin: 0;
    list-style: none;
    min-width: 265px
}

.mf-catalog-top-categories .top-categories-list .categories-list .sub-categories li {
    padding: 5px 0;
    margin-bottom: 0;
    line-height: 1
}

.mf-catalog-top-categories .top-categories-list .categories-list .sub-categories li a {
    white-space: nowrap;
    color: #666;
    border-bottom: 1px solid transparent
}

.mf-catalog-top-categories .top-categories-list .categories-list .sub-categories li a:hover {
    color: #000;
    border-color: #000
}

.mf-catalog-top-categories .top-categories-grid {
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-catalog-top-categories .top-categories-grid .col-cat {
    border-right: 1px solid rgba(141, 141, 141, 0.15);
    border-bottom: 1px solid rgba(141, 141, 141, 0.15)
}

.mf-catalog-top-categories .top-categories-grid .col-cat:last-child,
.mf-catalog-top-categories .top-categories-grid .col-cat:nth-child(3n) {
    border-right: none
}

.mf-catalog-top-categories .top-categories-grid .col-cat:nth-last-child(1),
.mf-catalog-top-categories .top-categories-grid .col-cat:nth-last-child(2),
.mf-catalog-top-categories .top-categories-grid .col-cat:nth-last-child(3) {
    border-bottom: none
}

.mf-catalog-top-categories .top-categories-grid .cats-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 15px
}

.mf-catalog-top-categories .top-categories-grid .cats-box .col-cat:nth-child(3n+1) {
    clear: both
}

.mf-catalog-top-categories .top-categories-grid .cats-image {
    width: 45%
}

.mf-catalog-top-categories .top-categories-grid .cats-image img {
    height: auto
}

.mf-catalog-top-categories .top-categories-grid .cats-list {
    padding: 5px 10px 10px
}

.mf-catalog-top-categories .top-categories-grid .cats-list .parent-cat {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    display: block
}

.mf-catalog-top-categories .top-categories-grid .cats-list .parent-cat:hover {
    color: #1877f2
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul {
    margin: 10px 0 0;
    padding: 0
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li {
    list-style: none;
    margin-bottom: 7px;
    display: block;
    line-height: 1
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li a {
    color: #666;
    border-bottom: 1px solid transparent
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li a:hover {
    color: #000;
    border-color: #000
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li.view-more {
    margin-top: 15px
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li.view-more a {
    color: #0066cc
}

.mf-catalog-top-categories .top-categories-grid .cats-list ul li.view-more a:hover {
    color: #1877f2;
    border-color: #1877f2
}

.mf-featured-categories {
    margin-bottom: 30px
}

.mf-other-categories {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px
}

.mf-other-categories .cat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 50px;
    padding-bottom: 13px
}

.mf-other-categories .cat-header .cat-name {
    font-size: 24px;
    font-weight: 400;
    margin: 0
}

.mf-other-categories .categories-list {
    margin: 0
}

.mf-other-categories .categories-list:after {
    content: "";
    display: block;
    clear: both
}

.mf-other-categories .categories-list .col-cat {
    margin-bottom: 30px
}

.mf-other-categories .categories-list .cats-image {
    margin-bottom: 15px
}

.mf-other-categories .categories-list .cats-image img {
    height: auto
}

.mf-other-categories .categories-list .cats-list .parent-cat {
    font-size: 18px;
    color: #000;
    line-height: 1
}

.mf-other-categories .categories-list .cats-list .parent-cat:hover {
    color: #1877f2
}

.mf-other-categories .categories-list .cats-list .sub-categories {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

.mf-other-categories .categories-list .cats-list .sub-categories li {
    margin-bottom: 0;
    padding: 5px 0;
    line-height: 1
}

.mf-other-categories .categories-list .cats-list .sub-categories li.view-more a {
    color: #06c
}

.mf-other-categories .categories-list .cats-list .sub-categories li a {
    color: #000;
    border-bottom: 1px solid transparent
}

.mf-other-categories .categories-list .cats-list .sub-categories li a:hover {
    color: #000;
    border-bottom: 1px solid #000
}

.mf-other-categories .categories-list .cats-list .sub-categories li a img {
    height: auto
}

.mf-catalog-layout-3 .mf-catalog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px
}

.mf-catalog-layout-2 .site-content,
.mf-catalog-layout-2 .page-header-catalog .page-breadcrumbs {
    background-color: #f5f5f5
}

.mf-catalog-layout-2 .site-content {
    padding-top: 0
}

.mf-catalog-layout-2 .mf-recently-products.footer-recently-viewed {
    padding-top: 0
}

.mf-catalog-layout-2 .mf-products-top-carousel {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px
}

.mf-catalog-layout-2 .mf-products-top-carousel .slick-dots {
    display: block !important
}

.mf-catalog-layout-2 .carousel-header .slick-arrows {
    display: none
}

.single-product .site-content {
    padding-top: 30px;
    padding-bottom: 0
}

.mf-entry-product-header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.mf-entry-product-header:after {
    clear: both;
    display: block;
    content: ""
}

.mf-entry-product-header .entry-left {
    float: left;
    max-width: 60%
}

.mf-entry-product-header .entry-left label,
.mf-entry-product-header .entry-left .product-single__review {
    margin-bottom: 0
}

.mf-entry-product-header .social-links {
    float: right
}

.mf-entry-product-header .entry-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-entry-product-header .entry-meta li {
    padding: 0 15px;
    position: relative;
    margin-bottom: 0
}

.mf-entry-product-header .entry-meta li.meta-brand span {
    color: #06c
}

.mf-entry-product-header .entry-meta li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    background-color: #e8e8e8;
    height: 100%;
    max-height: 13px;
    content: ""
}

.mf-entry-product-header .entry-meta li:first-child {
    padding-left: 0
}

.mf-entry-product-header .entry-meta li:first-child:after {
    display: none
}

.mf-entry-product-header .entry-meta li:last-child {
    padding-right: 0
}

.rt-martfury .mf-single-product .mf-product-detail:after {
    clear: both;
    display: block;
    content: ""
}

.rt-martfury .mf-single-product.mf-product-layout-1 .social-links {
    padding: 0
}

.rt-martfury .mf-single-product.mf-product-layout-2 .mf-entry-product-header {
    padding-top: 20px
}

.rt-martfury .mf-single-product.mf-product-layout-2 .mf-entry-product-header .entry-left {
    max-width: 100%
}

.rt-martfury .mf-single-product.mf-product-layout-2 .product-image-ms {
    display: none
}

.rt-martfury .mf-single-product.mf-product-layout-2 .rt-product-gallery {
    padding-bottom: 0
}

.rt-martfury .mf-single-product.mf-product-layout-2 .mf-product-countdown {
    display: block
}

.rt-martfury .mf-single-product.mf-product-layout-2 .mf-product-countdown .cd-title {
    max-width: 100%;
    margin: 0 0 20px
}

.rt-martfury .mf-single-product.mf-product-layout-2 .mf-product-countdown .flip-wrapper:first-child {
    padding-left: 0
}

.rt-martfury .mf-single-product.mf-product-layout-3 .mf-entry-product-header .entry-left {
    max-width: 100%
}

.rt-martfury .mf-single-product.mf-product-layout-3 .social-links {
    margin-top: 15px;
    padding: 0
}

.rt-martfury .mf-single-product.mf-product-layout-3 .mf-summary-header {
    padding-bottom: 0;
    border-bottom: none
}

.rt-martfury .mf-single-product.mf-product-layout-3 .rt-product-gallery {
    width: 35%
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary {
    width: 65%
}

.rt-martfury .mf-single-product.mf-product-layout-3 .product_meta .sku_wrapper {
    display: block
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-content {
    width: 63%;
    padding-right: 30px
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-content .price {
    display: none
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
    width: 37%;
    padding: 20px 30px;
    background-color: #f1f1f1
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar .price {
    font-weight: 500;
    margin-bottom: 30px
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar .price ins {
    font-size: 30px;
    display: block;
    font-weight: 600
}

.rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar .price del {
    color: #999
}

.rt-martfury .mf-single-product.mf-product-layout-3 form {
    margin-bottom: 0
}

.rt-martfury .mf-single-product.mf-product-layout-3 form div.quantity {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5
}

.rt-martfury .mf-single-product.mf-product-layout-3 form div.quantity .label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000
}

.rt-martfury .mf-single-product.mf-product-layout-3 form div.quantity .qty-box {
    background-color: #fff;
    border: none
}

.rt-martfury .mf-single-product.mf-product-layout-3 .quantity .qty {
    width: 100%
}

.rt-martfury .mf-single-product.mf-product-layout-3 .mf-compare-button .compare.loading:after {
    top: 4px;
    left: 0
}

.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    width: 100%;
    clear: both;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .addwishlist_btn,
.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .addcompare_btn {
    margin-top: 0px;
    margin-left: 0px
}

.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .addwishlist_btn i:before,
.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .addcompare_btn i:before {
    font-size: 14px;
    margin-right: 5px
}

.rt-martfury .mf-single-product.mf-product-layout-3 .shopify-payment-button {
    margin-top: 10px;
    padding-bottom: 10px
}

.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .mf-wishlist-button {
    display: inline-block
}

.rt-martfury .mf-single-product.mf-product-layout-3 .actions-button .mf-wishlist-button .yith-wcwl-add-to-wishlist {
    margin-left: 0;
    margin-top: 0
}

.rt-martfury .mf-single-product.mf-product-layout-3 form.cart .mf-compare-button {
    display: inline-block;
    float: none;
    margin-top: 0
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-entry-product-header .entry-left {
    max-width: 100%
}

.rt-martfury .mf-single-product.mf-product-layout-4 .social-links {
    margin-top: 15px;
    padding: 0
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-summary-header {
    padding-bottom: 0;
    border-bottom: none
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-entry-product-header {
    padding-top: 0
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product_meta .sku_wrapper {
    display: block
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-product-detail {
    background-color: #fff;
    padding: 30px 15px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-product-detail:after {
    clear: both;
    display: block;
    content: ""
}

.rt-martfury .mf-single-product.mf-product-layout-4 .summary-sep {
    height: 30px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-product-fbt {
    background-color: #fff;
    border: none;
    margin-bottom: 30px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper {
    background-color: #fff;
    padding: 20px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper ul.tabs {
    text-align: left
}

.rt-martfury .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper ul.tabs li a {
    font-size: 19px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper ul.tabs li:first-child {
    padding-left: 0
}

.rt-martfury .mf-single-product.mf-product-layout-4 .mf-product-summary {
    margin-left: -15px;
    margin-right: -15px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .widget {
    background-color: #fff
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .custom-html-widget {
    padding: 20px
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .custom-html-widget .mf-shipping-info {
    background-color: transparent;
    padding: 0
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .widget_products {
    border: none;
    background-color: #fff
}

.rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .widget_products .widget-title {
    margin: 0 20px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images {
    padding-left: 0;
    width: 46%
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav {
    position: relative;
    top: 0;
    width: 100%;
    margin: 10px -5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav li {
    display: inline-block;
    padding: 0 5px;
    width: 65px;
    clear: none !important
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav .slick-arrow {
    height: 40px;
    line-height: 40px;
    width: 20px;
    text-align: center;
    right: auto;
    left: -10px;
    transition: 0.35s;
    top: 53%;
    transform: translateY(-50%)
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav .slick-next-arrow {
    right: -10px;
    left: auto
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav:hover .slick-prev-arrow {
    left: 5px;
    top: 53%
}

.rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav:hover .slick-next-arrow {
    right: 5px;
    top: 53%
}

.rt-martfury .mf-single-product.mf-product-sidebar .entry-summary {
    width: 54%
}

.rt-martfury .mf-single-product.mf-product-sidebar .mf-summary-header {
    padding-bottom: 0;
    border-bottom: none
}

.rt-martfury .mf-single-product.mf-product-sidebar .product_meta .sku_wrapper {
    display: block
}

.rt-martfury .mf-single-product.mf-product-sidebar form.cart div.quantity {
    margin-right: 20px
}

.rt-martfury .mf-single-product.mf-product-sidebar form.cart .yith-wcwl-add-to-wishlist,
.rt-martfury .mf-single-product.mf-product-sidebar form.cart .mf-compare-button {
    margin-left: 15px
}

.rt-martfury .mf-single-product.mf-product-sidebar .social-links {
    margin-top: 15px;
    padding: 0px
}

.rt-martfury .mf-single-product.mf-product-layout-5 .product_meta .sku_wrapper,
.rt-martfury .mf-single-product.mf-product-layout-5 .product-image-ms {
    display: none
}

.rt-martfury .mf-single-product.mf-product-layout-5 .rt-product-gallery {
    padding-bottom: 0
}

.rt-martfury .mf-single-product.mf-product-layout-5 .mf-product-countdown {
    display: block
}

.rt-martfury .mf-single-product.mf-product-layout-5 .mf-product-countdown .cd-title {
    max-width: 100%;
    margin: 0 0 20px
}

.rt-martfury .mf-single-product.mf-product-layout-5 .mf-product-countdown .flip-wrapper:first-child {
    padding-left: 0
}

.product-sidebar .custom-html-widget .mf-shipping-info {
    background-color: #f1f1f1;
    padding: 25px 30px
}

.product-sidebar .custom-html-widget .mf-shipping-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #000;
    line-height: 1.1;
    padding: 7px 0
}

.product-sidebar .custom-html-widget .mf-shipping-info li i {
    font-size: 26px;
    padding-right: 25px
}

.product-sidebar .widget {
    margin-bottom: 30px
}

.product-sidebar .widget .widget-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px
}

.product-sidebar .widget_products {
    border: 1px solid #e1e1e1
}

.product-sidebar .widget_products .widget-title {
    background-color: #f4f4f4;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 12px
}

.product-sidebar .widget_products .product_list_widget {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.product-sidebar .widget_products .product_list_widget li {
    padding: 20px;
    border: 1px solid transparent;
    transition: 0.5s;
    margin-top: 20px;
    display: block
}

.product-sidebar .widget_products .product_list_widget li:last-child {
    padding-bottom: 20px
}

.product-sidebar .widget_products .product_list_widget li:hover {
    border-color: #d9d9d9
}

.product-sidebar .widget_products .product_list_widget li a {
    margin-bottom: 0
}

.product-sidebar .widget_products .product_list_widget li img {
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: 0
}

.product-sidebar .widget_products .product_list_widget .product-title {
    color: #0066cc;
    font-size: 14px;
    margin-top: 15px
}

.product-sidebar .widget_products .product_list_widget .rt-Price-amount {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

.product-sidebar .widget_products .product_list_widget ins .rt-Price-amount {
    color: #ff3300
}

.product-sidebar .widget_products .product_list_widget del {
    padding-left: 5px
}

.product-sidebar .widget_products .product_list_widget del .rt-Price-amount {
    color: #999;
    font-size: 14px;
    text-decoration: line-through
}

.product-sidebar .widget.mf_widget_product_categories {
    background-color: #f5f5f5;
    padding: 25px 20px
}

.product-sidebar .widget.mf_widget_product_categories .widget-title {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: none
}

.product-sidebar .widget.mf_widget_product_categories ul li {
    padding-right: 0
}

.single-product-layout-3 form div .product-form__item--submit button {
    margin: 15px
}

.single-product-layout-3 .product-form__variants .select-wrapper {
    background-color: white
}

.single-product-layout-3 .product-form__variants .select-wrapper select {
    border: 0
}

.single-product-layout-4 .site-content {
    background-color: #f1f1f1;
    padding-top: 0
}

.single-product-layout-4 .mf-recently-products.footer-recently-viewed {
    background-color: #f1f1f1;
    padding-top: 50px
}

.rt-message a.button,
.rt-Message a.button {
    height: 40px;
    line-height: 40px
}

.rt-martfury .rt-customer-details address {
    border: none
}

.widget_shopping_cart_content {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px 0
}

.widget_shopping_cart_content .mf-mini-cart__total {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 0
}

.tooltip {
    width: auto;
    font-family: "Open Sans", tahoma, arial;
    white-space: nowrap
}

.rt-martfury #respond input#submit.loading,
.rt-martfury a.button.loading,
.rt-martfury button.button.loading,
.rt-martfury input.button.loading {
    opacity: 0.25
}

.rt-martfury #respond input#submit.loading:after,
.rt-martfury a.button.loading:after,
.rt-martfury button.button.loading:after,
.rt-martfury input.button.loading:after {
    border-width: 1px;
    border-color: #666 #666 #666 transparent;
    border-radius: 50%;
    border-style: solid;
    animation: mf-spin-fast 1s linear infinite;
    content: " ";
    width: 14px;
    height: 14px;
    font-weight: 400
}

.sticky-product-info-wapper {
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    z-index: -9999;
    opacity: 0;
    transition: top 0.25s
}

.sticky-product-info-wapper .sticky-product-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.sticky-product-info-wapper .sc-product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 30px
}

.sticky-product-info-wapper .sc-product-info .product-thumb {
    margin-right: 15px
}

.sticky-product-info-wapper .sc-product-info .product-thumb img {
    max-width: 60px
}

.sticky-product-info-wapper .sc-product-info .product-name h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 5px
}

.sticky-product-info-wapper .sc-product-info .sc-tabs {
    margin: 0 -12px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sticky-product-info-wapper .sc-product-info .sc-tabs li {
    padding: 0 12px;
    margin-bottom: 0
}

.sticky-product-info-wapper .sc-product-info .sc-tabs li a {
    color: #999;
    font-weight: 600
}

.sticky-product-info-wapper .sc-product-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 10px
}

.sticky-product-info-wapper .sc-product-cart .price {
    font-size: 22px;
    font-weight: 600;
    color: #ff3300;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 25px
}

.sticky-product-info-wapper .sc-product-cart .price ins,
.sticky-product-info-wapper .sc-product-cart .price del {
    display: block
}

.sticky-product-info-wapper .sc-product-cart .price ins {
    text-decoration: none;
    margin-bottom: 3px
}

.sticky-product-info-wapper .sc-product-cart .price del {
    color: #999999;
    font-size: 14px;
    font-weight: 400
}

.sticky-product-info-wapper .sc-product-cart .price .sale {
    display: none
}

.sticky-product-info-wapper .sc-product-cart .button {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    white-space: nowrap
}

.sticky-product-info-wapper.viewport {
    opacity: 1;
    top: 0;
    z-index: 9000
}

.sticky-product-info-wapper.viewport .sc-product-info .sc-tabs li a.active {
    color: #1877f2
}

.single-product-layout-3 .sticky-product-info-wapper .sc-product-info .sc-tabs li a.active {
    color: #1877f2
}

.admin-bar .sticky-product-info-wapper.viewport {
    top: 32px
}

.rt-error li,
.rt-info li,
.rt-message li {
    clear: both
}

.rt-error li a.button,
.rt-info li a.button,
.rt-message li a.button {
    height: 40px;
    line-height: 40px
}

.rt-martfury.search-no-results .mf-catalog-title,
.rt-martfury.search-results .mf-catalog-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px
}

.mb-filter-active .martfury-off-canvas-layer {
    display: block;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85)
}

.martfury-tabs .tabs-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none
}

.martfury-tabs .tabs-nav li {
    float: left
}

.martfury-tabs .tabs-nav a {
    display: block
}

.martfury-tabs .tabs-content {
    position: relative
}

.martfury-tabs .tabs-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    transition: opacity 0.35s ease;
    transform: translateY(10px)
}

.martfury-tabs .tabs-panel.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    transition: all 0.35s ease;
    transition-delay: 0.1s
}

.container {
    padding-left: 0;
    padding-right: 0
}

.container .container {
    width: 100%
}

.primary-color {
    color: #1877f2
}

.socials-inline {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 16px
}

.socials-inline li {
    display: inline-block;
    padding: 0 17px;
    margin-bottom: 0
}

.socials-inline li:last-child {
    padding-right: 0
}

.socials-inline li:first-child {
    padding-left: 0
}

.mf-semi-bold {
    font-weight: 600
}

.mf-medium {
    font-weight: 500
}

.mf-regular {
    font-weight: 400
}

.mf-light {
    font-weight: 300
}

.site-content .vc_col-has-fill>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.site-content .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0
}

.text-center {
    text-align: center
}

.martfury-empty-space .mf_empty_space_md,
.martfury-empty-space .mf_empty_space_xs {
    display: none
}

.martfury-icon-box {
    position: relative
}

.martfury-icon-box.icon_position-top-center {
    font-size: 16px;
    text-align: center
}

.martfury-icon-box.icon_position-top-center .mf-icon-area {
    margin-bottom: 28px
}

.martfury-icon-box.icon_position-top-center .box-img {
    min-height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.martfury-icon-box.icon_position-top-center .box-title {
    font-weight: 500;
    margin-bottom: 17px;
    margin-top: 0
}

.martfury-icon-box.icon_position-top-center .box-title a {
    color: #000
}

.martfury-icon-box.icon_position-top-center .box-icon {
    font-size: 90px;
    color: #1877f2
}

.martfury-icon-box.icon_position-left {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.martfury-icon-box.icon_position-left.text_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.martfury-icon-box.icon_position-left.text_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.martfury-icon-box.icon_position-left .box-wrapper {
    padding-left: 25px
}

.martfury-icon-box.icon_position-left .box-icon {
    color: #1877f2;
    line-height: 1
}

.martfury-icon-box.icon_position-left .box-icon i {
    font-size: 40px
}

.martfury-icon-box.icon_position-left .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000
}

.martfury-icon-box.icon_position-left .box-title a {
    color: #000
}

.martfury-icon-box .box-url {
    color: #000;
    text-decoration: underline;
    margin-top: 23px;
    display: inline-block
}

.martfury-icon-box .box-url:hover {
    color: #1877f2
}

.martfury-icon-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.martfury-icon-box-2 .box-item {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 30px;
    margin-bottom: 30px
}

.martfury-icon-box-2 .box-item .box-content {
    padding-left: 25px
}

.martfury-icon-box-2 .box-item .box-icon {
    color: #1877f2;
    line-height: 1
}

.martfury-icon-box-2 .box-item .box-icon i {
    font-size: 40px
}

.martfury-icon-box-2 .box-item .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.martfury-icon-box-2 .box-item .box-title a {
    color: #000
}

.martfury-icon-box-2 .box-item:nth-child(4n+1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    width: 22%;
    padding-left: 0
}

.martfury-icon-box-2 .box-item:nth-child(4n+2) {
    width: 28%
}

.martfury-icon-box-2 .box-item:nth-child(4n+3) {
    width: 28%
}

.martfury-icon-box-2 .box-item:nth-child(4n+4) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 22%;
    padding-right: 0
}

.martfury-icon-box-2.show-border .box-item {
    border-right: 1px solid rgba(45, 45, 45, 0.15)
}

.martfury-icon-box-2.show-border .box-item:nth-child(4n+4) {
    border-right: 0
}

.martfury-icons-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.martfury-icons-list ul li {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0
}

.martfury-icons-list ul .icon-box-step {
    width: 1px;
    position: relative;
    min-width: 1px
}

.martfury-icons-list ul .icon-box-step:after {
    position: absolute;
    top: -20px;
    right: 0;
    width: 1px;
    height: 60px;
    background-color: #dadada;
    content: ""
}

.martfury-icons-list ul .icon-box-step:last-child {
    display: none
}

.martfury-icons-list.style-2 {
    background-color: #fff;
    padding: 25px 40px
}

.martfury-icons-list.style-3 {
    border: 1px solid #d9d9d9;
    padding: 20px 40px
}

.martfury-button a {
    display: inline-block
}

.martfury-button.color-dark a {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none
}

.martfury-button.color-dark a:hover,
.martfury-button.color-dark a:focus,
.martfury-button.color-dark a:active {
    outline: none
}

.martfury-button.color-dark a:hover {
    color: #000
}

.martfury-button.color-dark a:hover,
.martfury-button.color-dark a:focus,
.martfury-button.color-dark a:active {
    outline: none
}

.martfury-button.color-dark a:hover {
    color: #000
}

.martfury-button.color-white a {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #1877f2;
    transition: all 0.5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    background-color: #88aa00;
    color: #fff
}

.martfury-button.color-white a:hover,
.martfury-button.color-white a:focus,
.martfury-button.color-white a:active {
    outline: none
}

.martfury-button.color-white a:hover {
    color: #000
}

.martfury-button.color-white a:hover,
.martfury-button.color-white a:focus,
.martfury-button.color-white a:active {
    outline: none
}

.martfury-button.color-white a:hover {
    color: #000
}

.martfury-button.color-white a:hover,
.martfury-button.color-white a:focus,
.martfury-button.color-white a:active {
    background-color: #88aa00;
    color: #fff
}

.martfury-button.size-large a {
    font-size: 24px;
    padding: 0 40px;
    height: 60px;
    line-height: 61px
}

.martfury-latest-post .post-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid rgba(49, 49, 49, 0.15);
    padding-bottom: 14px
}

.martfury-latest-post .section-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px
}

.martfury-latest-post .extra-links {
    list-style: none;
    padding-left: 15px;
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.martfury-latest-post .extra-links li {
    padding: 0 20px;
    margin-bottom: 0
}

.martfury-latest-post .extra-links a {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.martfury-latest-post .extra-links a:hover {
    color: #1877f2
}

.martfury-latest-post .post-list {
    padding-top: 35px
}

.martfury-latest-post .post-list .entry-image img {
    height: auto
}

.martfury-latest-post .blog-wapper:nth-child(3n+1) {
    clear: none
}

.mf-image-box {
    border: 1px solid #bfbfbf;
    transition: 0.5s
}

.mf-image-box.no-border {
    border: none
}

.mf-image-box:hover {
    border-color: #1877f2
}

.mf-image-box .box-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    transition: 0.5s
}

.mf-image-box .box-title a {
    color: #000
}

.mf-image-box .box-title a:hover {
    color: #1877f2
}

.mf-image-box .image-content ul {
    margin: 15px 0 0;
    padding: 0
}

.mf-image-box .image-content ul li {
    list-style: none;
    margin-bottom: 7px;
    display: block;
    line-height: 1
}

.mf-image-box .image-content ul li:last-child {
    margin-bottom: 0
}

.mf-image-box .image-content ul li a {
    color: #666;
    border-bottom: 1px solid transparent
}

.mf-image-box .image-content ul li a:hover {
    color: #000;
    border-color: #000
}

.mf-image-box .thumbnail img {
    height: auto
}

.mf-image-box .extra-link.style-2 {
    color: #1069c9;
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: none
}

.mf-image-box .extra-link.style-2:after {
    content: '\e93c';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    font-size: 11px;
    margin-left: 5px
}

.mf-image-box .extra-link.style-2:hover {
    color: #1069c9
}

.mf-image-box.style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.mf-image-box.style-1 .thumbnail {
    width: 45%;
    display: block
}

.mf-image-box.style-1 .image-content {
    padding: 18px 10px 15px;
    width: 55%
}

.mf-image-box.style-1 .image-content .box-title {
    font-size: 18px;
    color: #000;
    line-height: 1
}

.mf-image-box.style-2 {
    text-align: center
}

.mf-image-box.style-2 .box-title {
    padding: 10px 10px 0
}

.mf-image-box.style-2 .image-content {
    margin-bottom: 12px
}

.mf-image-box.style-2:hover .box-title a {
    color: #0099cc
}

.mf-image-box.title-s2 .image-content .box-title {
    font-size: 16px;
    font-weight: 600
}

.martfury-counter {
    text-align: center
}

.martfury-counter .mf-icon {
    color: #1877f2;
    display: block;
    margin-bottom: 28px
}

.martfury-counter .mf-icon i {
    font-size: 72px
}

.martfury-counter .counter {
    font-size: 48px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px
}

.martfury-counter h4 {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

a#menu-extra-login {
    margin-bottom: 2px;
    font-size: 13px;
}

i.imenu-icon {
    float: left;
    width: 20px;
    height: 26px;
    margin-right: 5px !important;
    /* padding: 5px; */
    flex-wrap: wrap;
    display: flex;
}

i.imenu-icon img {
    max-width: 100%;
    position: relative;
    opacity: 1;
    left: 0;
    top: 0;
    margin: 0;
    visibility: revert;
    max-height: 100%;
    margin: auto 0px;
}

a.site-nav__link:hover i.imenu-icon img {
    filter: invert(1);
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content .col-4.column {
    padding: 0;
    float: left;
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content .row {
    display: block;
}

.d-department .products-cats-menu .menu>li.site-nav__item {
    padding: 0;
}

.d-department .products-cats-menu .menu>li.site-nav__item a {
    padding: 5px 15px;
}

.d-department .products-cats-menu .menu>li.site-nav__item a:after {
    right: 10px;
}

.d-department .products-cats-menu .menu>li.site-nav__item>a:hover {
    color: white !important;
    background: #1877f2;
}

.d-department .products-cats-menu .menu>li.site-nav__item a:hover:after {
    color: white;
}

.mf-layout .products .product .product-inner:hover .mf-product-thumbnail .footer-button a.addcart_btn {
    margin: auto;
    color: white;
    border-radius: 50%;
    background: #0252c1;
}

button.close:forcus {
    outline: none;
}
button.close {
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.store-info {
    width: 100%;
    display: block;
    /* margin-top: 25px; */
    background: #1877f2;
    padding: 30px 10px;
    border-radius: 3px;
    position: relative;
}

p.label-info-store {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #0252c1;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 0px 10px;
    color: white;
}

.service-content {
    width: 100%;
}

.service-info {
    width: 100%;
    display: inline-block;
}

h4.name-store {
    width: 100%;
    line-height: 26px;
    font-size: 18px;
}

p.phone-store, p.email-store {
    /* width: 50%; */
    float: left;
    padding: 8px 5px;
    margin: 0;
    color: white;
}

p.address-store {
    width: 100%;
    float: left;
    margin: 0;
    padding: 8px 5px;
    color: white;
}

p.verify-store {
    margin-left: 23px;
    margin-top: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
    background-color: #fdff7d;
    float: left;
    width: 80%;
    display: flex;
}

p.btn-redirect-store {
    width: 100%;
    display: flex;
    margin: 0;
}

p.btn-redirect-store a {
    margin: auto;
    padding: 5px 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -2px black;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0252c1;
}

h4.name-store a {
    color: white;
}

a#menu-extra-register {
    font-size: 13px;
}

.buy-orders {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 13px;
    color: gray;
    padding: 7px 0px;
}

.counter-widget p {margin: 0;text-align: right;}

.wraper-list-slideshow {width: 100%;display: inline-block; background: #fff;display: flex;flex-wrap: wrap;}

.content-slideshow {width: 100%;float: left;position: relative;background: white;padding: 3%;margin: auto;}

a.full-screen {position: absolute;top: 0;right: 0;font-size: 22px;z-index: 9;}

.slider-product {width: 100%;float: left;}

.item-product-slider {width: 100%;float: left;padding: 20px;}

.slider-image-info {width: 40%;float: left;padding-right: 40px;}

.slider-info-product {width: 60%;float: left;}

.slider-info-product .sold-by-meta {border-bottom: 1px solid #ededed;margin-bottom: 15px;}

.owl-theme .owl-dots {padding: 0px 40px;}

.owl-nav .owl-prev {position: absolute;bottom: calc(50% - 0px);left: 0;font-size: 90px !important;line-height: 80px !important;border: 1px solid #869791 !important;width: 80px;height: 80px;background: transparent !important;overflow: hidden;color: #92a19c !important;border-radius: 50% !important;}

.owl-prev span {line-height: 50px !important;height: 100%;float: left;width: 100%;}

.owl-nav .owl-next {position: absolute;
    
    
    
    
    
    
    
    
    
bottom: calc(50% - 0px);
    right: 0;
    font-size: 90px !important;
    line-height: 80px !important;
    border: 1px solid #869791 !important;
    width: 80px;
    height: 80px;
    background: transparent !important;
    overflow: hidden;
    color: #92a19c !important;
    border-radius: 50% !important;}

.owl-next span {line-height: 50px !important;
    height: 100%;
    float: left;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-nav .owl-prev, .owl-nav button.owl-next {opacity: 0;transition: all 0.3s ease;}

.content-slideshow:hover .owl-nav .owl-prev, .content-slideshow:hover .owl-nav button.owl-next {opacity: 1;}

/********************MODAL********************/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    /* overflow: hidden; */
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #0091ea;
    color: white;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.fade.show {
    opacity: 1;
}

@media (min-width: 992px)
{
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px)
{
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
.modal-header-minitype {height: 0;padding: 0 !important;}

.modal-header-minitype .close {position: absolute;top: -18px;right: 1px;width: 20px;height: 20px;color: red;opacity: 1;background: #ffe7e7;border-radius: 3px 3px 0px 0px;border: 0;}
/*------------END MODAL--------------*/

.video-play a:hover:before {content: "\f04b";font-family: "Font Awesome 5 Pro";position: absolute;top: calc(50% - 54px);left: calc(50% - 26px);z-index: 9;font-weight: 900;font-size: 60px;--spacing-inline: var(--spacing-6xs);color: #e70000;}

.video-play a:hover:after {content: "";width: 100%;height: 100%;position: absolute;background: #00000047;top: 0;left: 0;z-index: 8;}