body {
    font-family: "Open Sans", tahoma, arial;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    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
    }
}

.martfury-member {
    position: relative
}

.martfury-member img {
    height: auto
}

.martfury-member:hover:after {
    opacity: 0.9
}

.martfury-member:hover .name,
.martfury-member:hover .job,
.martfury-member:hover .socials {
    transform: translateY(0);
    opacity: 1
}

.martfury-member:hover .job {
    transition-delay: 0.2s
}

.martfury-member:hover .socials {
    transition-delay: 0.4s
}

.martfury-member:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #1877f2;
    opacity: 0;
    transition: 0.5s
}

.martfury-member .member-content {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 10;
    color: #000
}

.martfury-member .name {
    color: #000;
    margin: 0 0 2px;
    font-weight: 600;
    transform: translateY(100%);
    transition: 0.5s;
    opacity: 0
}

.martfury-member .job {
    transform: translateY(100%);
    transition: 0.5s;
    opacity: 0;
    display: block
}

.martfury-member .socials {
    margin-top: 15px;
    transform: translateY(100%);
    transition: 0.5s;
    opacity: 0
}

.martfury-member .socials a {
    color: #000;
    font-size: 16px;
    margin-right: 20px
}

.martfury-partner {
    text-align: center
}

.martfury-partner .partner-item {
    margin-bottom: 20px;
    margin-top: 20px
}

.martfury-partner a {
    display: block
}

.martfury-partner.normal-type .list-item {
    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
}

.martfury-partner.carousel-type img {
    margin: auto
}

.martfury-process .process-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;
    padding-bottom: 95px
}

.martfury-process .process-content:last-child .process-step:before {
    display: none
}

.martfury-process .process-content:nth-child(odd) {
    flex-direction: row-reverse
}

.martfury-process h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px
}

.martfury-process .process-image {
    text-align: center
}

.martfury-process .process-step {
    text-align: center;
    position: static
}

.martfury-process .process-step .step {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 48px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 100px;
    border: 2px solid #1877f2;
    z-index: 9
}

.martfury-process .process-step:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #1877f2;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4
}

.martfury-bubbles {
    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;
    text-align: center;
    width: 170px;
    height: 170px;
    border: 3px solid #1877f2;
    border-radius: 50%;
    margin: auto
}

.martfury-bubbles .bubble {
    color: #000;
    font-size: 60px;
    font-weight: 400
}

.martfury-bubbles .value {
    line-height: 1
}

.martfury-bubbles h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 400
}

.martfury-newletter .newsletter-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
}

.martfury-newletter .newsletter-row:after,
.martfury-newletter .newsletter-row:before {
    display: none
}

.martfury-newletter .form-image {
    padding-top: 80px
}

.martfury-newletter .form-area {
    padding-right: 100px
}

.martfury-newletter .form-title {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px
}

.martfury-newletter .form-desc {
    font-size: 16px;
    margin-bottom: 35px
}

.martfury-newletter .mc4wp-form .mc4wp-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
}

.martfury-newletter .mc4wp-form input[type="email"] {
    color: #666;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    height: 48px;
    line-height: 48px;
    width: 100%
}

.martfury-newletter .mc4wp-form 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;
    height: 48px;
    line-height: 48px
}

.martfury-newletter .mc4wp-form input[type="submit"]:hover,
.martfury-newletter .mc4wp-form input[type="submit"]:focus,
.martfury-newletter .mc4wp-form input[type="submit"]:active {
    outline: none
}

.martfury-newletter .mc4wp-form input[type="submit"]:hover {
    color: #000
}

.martfury-newletter .mc4wp-form input[type="submit"]:hover,
.martfury-newletter .mc4wp-form input[type="submit"]:focus,
.martfury-newletter .mc4wp-form input[type="submit"]:active {
    outline: none
}

.martfury-newletter .mc4wp-form input[type="submit"]:hover {
    color: #000
}

.martfury-newletter.show-border {
    border: 1px solid #cccccc
}

.martfury-newletter.no-image {
    padding-top: 50px;
    padding-bottom: 60px
}

.martfury-newletter.no-image .form-area {
    padding-right: 15px;
    margin: auto
}

.martfury-newletter .btn-area {
    margin-top: 28px
}

.martfury-newletter .btn-area a {
    color: #000;
    font-weight: 500;
    display: inline-block
}

.martfury-newletter .btn-area a:last-child {
    margin-right: 0
}

.martfury-newletter .btn-area img {
    margin-right: 18px
}

.martfury-faq_group .g-title {
    margin: 0;
    font-size: 20px;
    color: #1877f2;
    font-weight: 600
}

.martfury-faq_group .title {
    margin: 0 0 0 -30px;
    font-size: 16px;
    font-weight: 400
}

.martfury-faq_group .faq-item {
    margin-bottom: 65px
}

.martfury-faq_group .faq-item:after {
    display: block;
    content: "";
    clear: both
}

.martfury-images-grid h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1
}

.martfury-images-grid .images-list {
    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;
    list-style: none;
    margin: 0;
    padding: 0
}

.martfury-images-grid .images-list.has-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15)
}

.martfury-images-grid .images-list li {
    width: 20%;
    margin-bottom: 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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px
}

.martfury-images-grid .images-list li.has-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-right: none
}

.martfury-images-grid .images-list a {
    display: block;
    width: 100%;
    text-align: center
}

.martfury-map-shortcode .info-box {
    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-map-shortcode .info-box .box-wrapper {
    padding-left: 20px
}

.martfury-map-shortcode .info-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1
}

.martfury-map-shortcode .info-box .mf-map-info {
    font-size: 14px
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    transition: border 0.5s;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%
}

.wpcf7 input[type="text"]:active,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="url"]:active,
.wpcf7 textarea:active,
.wpcf7 select:active,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: rgba(0, 0, 0, 0.35)
}

.wpcf7 textarea {
    height: 217px
}

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

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active {
    outline: none
}

.wpcf7 input[type="submit"]:hover {
    color: #000
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active {
    outline: none
}

.wpcf7 input[type="submit"]:hover {
    color: #000
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px
}

.mf-list {
    font-size: 16px;
    letter-spacing: -0.5px;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.mf-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px
}

.mf-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.mf-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #666;
    border-radius: 50%
}

.mf-products-of-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.mf-products-of-category .mf-loading {
    min-height: 500px;
    width: 100%
}

.mf-products-of-category .cats-info {
    width: 20%;
    padding: 30px 20px 40px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.mf-products-of-category .cats-info h2 {
    line-height: 1;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 42px;
    font-weight: 400
}

.mf-products-of-category .cats-info .cat-title {
    color: #000
}

.mf-products-of-category .cats-info .extra-links {
    margin: 0;
    padding: 0
}

.mf-products-of-category .cats-info .extra-links li {
    list-style: none;
    margin: 8px 0
}

.mf-products-of-category .cats-info .extra-links li a {
    color: #000;
    line-height: 1.1;
    display: inline-block
}

.mf-products-of-category .cats-info .extra-links li a:hover {
    color: #1877f2
}

.mf-products-of-category .cats-info .footer-link .link {
    color: #999;
    font-style: italic
}

.mf-products-of-category .cats-info .footer-link .link:hover {
    color: #1877f2
}

.mf-products-of-category .images-slider {
    width: 22.5%;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.mf-products-of-category .images-slider .image-item {
    float: left;
    display: none
}

.mf-products-of-category .images-slider .image-item:first-child {
    display: block
}

.mf-products-of-category .images-slider .slick-initialized .image-item {
    display: block
}

.mf-products-of-category .images-slider .slick-initialized:hover .slick-prev-arrow {
    left: 0
}

.mf-products-of-category .images-slider .slick-initialized:hover .slick-next-arrow {
    right: 0
}

.mf-products-of-category .images-slider .slick-arrow {
    width: 30px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: 0.35s;
    z-index: 99
}

.mf-products-of-category .images-slider .slick-arrow:hover {
    background-color: #333333
}

.mf-products-of-category .images-slider .slick-prev-arrow {
    left: -30px
}

.mf-products-of-category .images-slider .slick-next-arrow {
    right: -30px
}

.mf-products-of-category .images-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

.mf-products-of-category .images-slider .slick-dots li {
    padding: 0 7px;
    margin-bottom: 0
}

.mf-products-of-category .images-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    border: none
}

.mf-products-of-category .images-slider .slick-dots li.slick-active button {
    background-color: #fff
}

.mf-products-of-category .products-box .products {
    margin-right: 0;
    margin-left: 0;
    height: 100%;
    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
}

.mf-products-of-category .products-box .products:before,
.mf-products-of-category .products-box .products:after {
    display: none
}

.mf-products-of-category .products-box .products .product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: relative;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7
}

.mf-products-of-category .products-box .products .mf-product-details-hover {
    display: none
}

.mf-products-of-category .products-box .products .product .product-inner {
    border: none;
    margin-bottom: 15px;
    padding-top: 15px
}

.mf-products-of-category .products-box .products .product .product-inner .footer-button {
    bottom: -15px;
    transition: bottom 0.25s
}

.mf-products-of-category .products-box .products .product .product-inner:hover .mf-product-content h2 {
    text-decoration: underline
}

.mf-products-of-category .products-box .products .product .product-inner:hover .mf-product-content h2 a {
    color: #1877f2
}

.mf-products-of-category .products-box .products .product .product-inner:hover .footer-button {
    bottom: 0
}

.mf-products-of-category .products-box .products .product:nth-child(3n+1) {
    clear: both;
    border-top: 1px solid #e7e7e7
}

.mf-products-of-category .products-box .products .product:nth-child(3n+2) {
    border-top: 1px solid #e7e7e7
}

.mf-products-of-category .products-box .products .product:nth-child(3n+3) {
    border-top: 1px solid #e7e7e7
}

.mf-products-of-category .products-box .products .product:nth-child(3n) {
    border-right: none
}

.mf-products-of-category .products-box .products .mf-product-details__short-description {
    display: none
}

.cats-info+.products-box {
    width: 80%
}

.images-slider+.products-box {
    width: 80%
}

.mf-products-of-category .products-box {
    width: 57.5%
}

.mf-products-of-category .products-box>.mf-product-box {
    height: 100%
}

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

.mf-products-tabs .tabs-header {
    padding: 12px 0px;
    -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 #e3e3e3;
    margin-bottom: 30px
}

.mf-products-tabs .tabs-header.has-bg {
    background-color: #f4f4f4;
    padding: 12px 20px 12px 20px
}

.mf-products-tabs .tabs-header h2 {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 500
}

.mf-products-tabs .tabs-header h2 a.cat-title {
    color: #000;
    font-weight: 500;
    font-size: 24px
}

.mf-products-tabs .tabs-header h2 a.cat-title:hover {
    font-weight: 500;
    font-size: 24px;
    color: #1877f2
}

.mf-products-tabs .tabs-header .tabs-header-nav {
    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-products-tabs .tabs-header .tabs-nav {
    margin: 0 -15px;
    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
}

.mf-products-tabs .tabs-header li {
    padding: 0 15px;
    margin: 0
}

.mf-products-tabs .tabs-header li:first-child {
    padding-left: 0
}

.mf-products-tabs .tabs-header li a {
    color: black;
}

.mf-products-tabs .tabs-header li a:hover,
.mf-products-tabs .tabs-header li a.active {
    color: #1877f2;
    font-weight: 400
}

.mf-products-tabs .tabs-header .link {
    padding-left: 15px;
    color: #666666
}

.mf-products-tabs .tabs-header .link:hover {
    color: #000
}

.mf-products-tabs .tabs-content .mf-loading {
    min-height: 350px
}

.mf-products-tabs ul.products li.product {
    clear: none !important
}

.mf-products-tabs ul.products.columns-7 {
    margin-left: -1px;
    margin-right: -1px
}

.mf-products-tabs .slick-arrow {
    font-size: 30px;
    color: #000;
    text-align: center;
    transition: 0.35s;
    z-index: 99
}

.mf-products-tabs .slick-arrow:hover {
    color: #000
}

.mf-products-tabs .slick-arrow.slick-disabled {
    color: #ccc;
    cursor: auto
}

.mf-products-tabs .slick-prev-arrow {
    left: -50px
}

.mf-products-tabs .slick-next-arrow {
    right: -50px
}

.mf-products-tabs .slick-dots {
    display: none !important;
    margin-bottom: 0
}

.mf-products-tabs.header-style-2 .tabs-header {
    background-color: transparent;
    padding: 0 0 16px 0
}

.mf-products-tabs.header-style-2 .tabs-header h2 {
    font-weight: 600
}

.mf-products-tabs.style-2 .products-content .products {
    padding: 0
}

.vc_custom_heading.regular {
    font-weight: 400
}

.vc_custom_heading.medium {
    font-weight: 500
}

.vc_custom_heading.semibold {
    font-weight: 600
}

.mf-category-tabs .tabs-title {
    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;
    margin-bottom: 20px
}

.mf-category-tabs .tabs-title h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 20px 0 0
}

.mf-category-tabs .tabs-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1
}

.mf-category-tabs .tabs-header .slick-track {
    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
}

.mf-category-tabs .tabs-header .tabs-nav {
    height: 116px;
    overflow: hidden
}

.mf-category-tabs .tabs-header .tabs-nav.slick-initialized {
    height: auto;
    overflow: visible
}

.mf-category-tabs .tabs-header ul {
    margin: 0;
    padding: 0 70px;
    list-style: none
}

.mf-category-tabs .tabs-header ul li {
    text-align: center;
    margin-bottom: 0;
    width: 12.5%;
    padding: 5px 5px;
    position: relative;
    height: auto
}

.mf-category-tabs .tabs-header ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    transition: 0.35s;
    background-color: #1877f2
}

.mf-category-tabs .tabs-header ul li.active:after {
    opacity: 1;
    width: 100%;
    left: 0
}

.mf-category-tabs .tabs-header ul li i {
    font-size: 36px;
    line-height: 1
}

.mf-category-tabs .tabs-header ul li h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
    transition: 0.5s
}

.mf-category-tabs .tabs-header ul li a {
    color: #000;
    display: block
}

.mf-category-tabs .tabs-header ul li a img {
    margin: 0 auto
}

.mf-category-tabs .tabs-header ul li a.active {
    color: #1877f2
}

.mf-category-tabs .tabs-header ul li a.active h2 {
    color: #1877f2
}

.mf-category-tabs .tabs-header .slick-arrow {
    font-size: 24px;
    color: #ccc;
    transition: 0.5s
}

.mf-category-tabs .tabs-header .slick-arrow:hover {
    color: #000
}

.mf-category-tabs .tabs-header .slick-arrow.slick-disabled {
    cursor: auto;
    color: #ccc
}

.mf-category-tabs .tabs-header .slick-prev-arrow {
    left: 25px
}

.mf-category-tabs .tabs-header .slick-next-arrow {
    right: 25px
}

.mf-category-tabs .tabs-content {
    padding: 20px 60px 60px;
    background-color: #fff
}

.mf-category-tabs .tabs-content 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: 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-category-tabs .tabs-content ul li {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
    width: 12.5%;
    padding: 0 5px
}

.mf-category-tabs .tabs-content ul li h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 1;
    transition: 0.5s;
    color: #666666
}

.mf-category-tabs .tabs-content ul li .t-imgage {
    display: block;
    overflow: hidden
}

.mf-category-tabs .tabs-content ul li .t-imgage img {
    transition: 0.5s
}

.mf-category-tabs .tabs-content ul li a {
    display: block
}

.mf-category-tabs .tabs-content ul li a:hover h2 {
    color: #0066cc
}

.mf-category-tabs .tabs-content ul li a:hover img {
    transform: scale(1.1)
}

.mf-category-tabs .martfury-tabs .tabs__container {
    border-top: 0
}

.mf-category-tabs .tabs-header ul li a.tabs__title.active:before {
    display: none
}

.mf-category-tabs .tabs-header ul li a:after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    transition: .35s;
    background-color: #1877f2
}

.mf-category-tabs .tabs-header ul li a.active:after {
    opacity: 1;
    width: 100%;
    left: 0
}

.mf-products-of-category-2 {
    background-color: #fff
}

.mf-products-of-category-2 .mf-loading {
    min-height: 750px;
    width: 100%
}

.mf-products-of-category-2 .cats-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;
    padding: 15px 20px;
    border-bottom: 1px solid #e1e1e1
}

.mf-products-of-category-2 .cats-header h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1
}

.mf-products-of-category-2 .cats-header .cat-title {
    color: #000;
    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-products-of-category-2 .cats-header .cat-title i {
    font-size: 22px;
    padding-right: 15px
}

.mf-products-of-category-2 .cats-header .extra-links {
    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: 0 -15px;
    padding: 0;
    list-style: none
}

.mf-products-of-category-2 .cats-header .extra-links li {
    padding: 0 15px;
    margin-bottom: 0
}

.mf-products-of-category-2 .cats-header .extra-links li a {
    color: #000
}

.mf-products-of-category-2 .cats-header .extra-links li a:hover {
    color: #1877f2
}

.mf-products-of-category-2 .cats-header .extra-links li:first-child {
    margin-left: 0
}

.mf-products-of-category-2 .products-cat {
    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
}

.mf-products-of-category-2 .col-product-content:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    content: "";
    width: 1px;
    background-color: #e0e0e0
}

.mf-products-of-category-2 .images-slider {
    padding: 20px
}

.mf-products-of-category-2 .images-slider .image-item {
    float: left;
    display: none
}

.mf-products-of-category-2 .images-slider .image-item:first-child {
    display: block
}

.mf-products-of-category-2 .images-slider .slick-initialized .image-item {
    display: block
}

.mf-products-of-category-2 .images-slider .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    transition: 0.5s
}

.mf-products-of-category-2 .images-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.mf-products-of-category-2 .images-slider .slick-prev-arrow {
    left: 0
}

.mf-products-of-category-2 .images-slider .slick-next-arrow {
    right: 0
}

.mf-products-of-category-2 .mf-products-tabs {
    padding: 0 10px
}

.mf-products-of-category-2 .mf-products-tabs .slick-list {
    margin: 0 -1px
}

.mf-products-of-category-2 .mf-products-tabs .tabs-header {
    background-color: transparent;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 10px;
}

.mf-products-of-category-2 .mf-products-tabs .tabs-header li a {
    font-size: 18px;
}

.mf-products-of-category-2 .mf-products-tabs ul.products li.product .ribbons {
    display: none
}

.mf-products-of-category-2 .mf-products-tabs .slick-prev-arrow {
    right: 35px
}

.mf-products-of-category-2 .products-side {
    padding: 20px 30px 20px 0
}

.mf-products-of-category-2 .products-side .side-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1
}

.mf-products-of-category-2 .products-side ul {
    padding-left: 0
}

.mf-products-of-category-2 .products-side ul.products li.product {
    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: 25px
}

.mf-products-of-category-2 .products-side .product-thumbnail {
    width: 70px
}

.mf-products-of-category-2 .products-side .product-thumbnail img {
    height: auto
}

.mf-products-of-category-2 .products-side .product-inners {
    width: calc(100% - 70px);
    margin-left: 13px
}

.mf-products-of-category-2 .products-side .product-inners h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    display: inline-flex;
}

.mf-products-of-category-2 .products-side .product-inners .rt-Price-amount {
    color: #000
}

.mf-products-of-category-2 .products-side .product-inners ins {
    padding-right: 10px;
    text-decoration: none
}

.mf-products-of-category-2 .products-side .product-inners ins .rt-Price-amount {
    color: #ff3300
}

.mf-products-of-category-2 .products-side .product-inners del .rt-Price-amount {
    color: #999;
    font-size: 12px
}

.mf-products-of-category-2 .products-side .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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    color: #000;
    position: relative
}

.mf-products-of-category-2 .products-side .link:after {
    content: '\e93c';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    font-size: 12px;
    padding-left: 5px
}

.mf-products-of-category-2 .products-side .link:hover {
    color: #1877f2
}

.mf-category-box {
    background-color: #fff;
    padding: 15px 20px
}

.mf-category-box .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;
    padding-bottom: 13px
}

.mf-category-box .cat-header .cat-name {
    font-size: 24px;
    font-weight: 400;
    margin: 0
}

.mf-category-box .cat-header .cat-name a {
    color: #000
}

.mf-category-box .cat-header .extra-links {
    padding: 0;
    margin: 0 -15px
}

.mf-category-box .cat-header .extra-links li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 15px
}

.mf-category-box .cat-header .extra-links li a {
    color: #666
}

.mf-category-box .cat-header .extra-links li a:hover {
    color: #1877f2
}

.mf-category-box .sub-categories {
    padding: 30px 10px 10px 15px;
    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-category-box .sub-categories:after {
    content: "";
    display: block;
    clear: both
}

.mf-category-box .sub-categories .cat-banner {
    display: block
}

.mf-category-box .sub-categories .col-banner {
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 20px
}

.mf-category-box .sub-categories .col-cat {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px
}

.mf-category-box .sub-categories .term-item {
    padding: 20px 15px 30px;
    display: block;
    border: 1px solid transparent;
    height: 100%
}

.mf-category-box .sub-categories .term-item img {
    height: auto
}

.mf-category-box .sub-categories .term-item:hover {
    border-color: #c0c0c0
}

.mf-category-box .sub-categories .term-item:hover .term-name {
    color: #1877f2
}

.mf-category-box .sub-categories .term-name {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    transition: 0.5s;
    line-height: 1
}

.mf-category-box .sub-categories .term-name .count {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 5px
}

.mf-products-carousel .mf-loading {
    height: 400px
}

.mf-products-carousel .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;
    padding-bottom: 13px;
    margin-bottom: 30px
}

.mf-products-carousel .cat-header .cat-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.mf-products-carousel .cat-header .cat-title a {
    color: #000
}

.mf-products-carousel .cat-header .cat-title a:hover {
    color: #1877f2
}

.mf-products-carousel .cat-header .extra-links {
    padding: 0;
    margin: 0 -15px
}

.mf-products-carousel .cat-header .extra-links li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 15px
}

.mf-products-carousel .cat-header .extra-links li a {
    color: #666
}

.mf-products-carousel .cat-header .extra-links li a:hover {
    color: #1877f2
}

.mf-products-carousel.header-2 .cat-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 50px;
    padding-bottom: 0
}

.mf-products-carousel.header-2 .cat-header .cat-title {
    text-transform: uppercase;
    font-weight: 400
}

.mf-products-carousel.header-3 .cat-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 16px 10px;
    background-color: #f4f4f4;
    border-bottom-color: #e3e3e3
}

.mf-products-carousel.header-3 .cat-header .cat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.mf-products-carousel.header-4 .cat-header {
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-bottom-color: #e3e3e3
}

.mf-products-carousel.header-4 .cat-header .cat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.mf-products-carousel ul.products li.product {
    clear: none !important
}

.mf-products-carousel .slick-arrow {
    font-size: 30px;
    color: #000;
    text-align: center;
    transition: 0.35s;
    z-index: 99
}

.mf-products-carousel .slick-arrow:hover {
    color: #000
}

.mf-products-carousel .slick-arrow.slick-disabled {
    color: #ccc;
    cursor: auto
}

.mf-products-carousel .slick-prev-arrow {
    left: -50px
}

.mf-products-carousel .slick-next-arrow {
    right: -50px
}

.mf-products-carousel .slick-dots {
    display: none !important
}

.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-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 ul.slick-dots {
    margin-top: 20px
}

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

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

.mf-product-recently-viewed .numeric-navigation {
    text-align: center;
    margin-top: 40px
}

.martfury-coming-soon .timer {
    display: inline-block;
    text-transform: capitalize;
    padding: 0 25px;
    text-align: center;
    min-width: 100px
}

.martfury-coming-soon .timer .digits {
    display: block;
    font-size: 48px;
    color: #000;
    line-height: 1
}

.martfury-coming-soon .divider {
    display: none
}

.mf-product-deals-carousel {
    padding: 20px 30px 0px;
    border: 2px solid #1877f2
}

.mf-product-deals-carousel .products {
    padding: 0
}

.mf-product-deals-carousel .cat-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 13px;
    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
}

.mf-product-deals-carousel .cat-header .slick-arrows {
    margin-top: 5px
}

.mf-product-deals-carousel .cat-header .slick-arrow {
    position: static;
    font-size: 18px;
    padding-left: 13px
}

.mf-product-deals-carousel .cat-header .slick-arrow:hover {
    color: #000
}

.mf-product-deals-carousel .cat-title {
    margin: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 0px !important
}

.mf-product-deals-carousel ul.products li {
    margin-bottom: 0
}

.mf-product-deals-carousel.rt-martfury .product .rt-product-gallery {
    width: 55%;
    padding-bottom: 0
}

.mf-product-deals-carousel.rt-martfury .product .rt-product-gallery .flex-control-nav li {
    max-width: 55px
}

.mf-product-deals-carousel.rt-martfury .product .entry-summary {
    width: 45%
}

.mf-product-deals-carousel.rt-martfury .product .product-image-ms {
    display: none
}

.mf-product-deals-carousel.rt-martfury .product .ribbons .ribbon.sale-text {
    height: auto;
    line-height: 1;
    border-radius: 50%;
    padding: 10px;
    min-height: 80px;
    min-width: 80px;
    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;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400
}

.mf-product-deals-carousel.rt-martfury .product .ribbons .ribbon.sale-text .sep {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.mf-product-deals-carousel .product {
    margin-right: 30px;
    display: none
}

.mf-product-deals-carousel .product .slick-slide {
    margin-bottom: 15px
}

.mf-product-deals-carousel .product .slick-slide .product-single__thumbnail-image {
    width: 100%;
    height: 85%;
    background-size: cover
}

.mf-product-deals-carousel .product:first-child {
    display: block
}

.mf-product-deals-carousel .product:after {
    clear: both;
    content: "";
    display: block
}

.mf-product-deals-carousel .product .entry-summary .product-cat {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: inline-block
}

.mf-product-deals-carousel .product .entry-summary .product-cat:hover {
    color: #0066cc
}

.mf-product-deals-carousel .product .entry-summary .product-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 14px
}

.mf-product-deals-carousel .product .entry-summary .product-title a {
    color: #000
}

.mf-product-deals-carousel .product .entry-summary .product-title a:hover {
    color: #1877f2
}

.mf-product-deals-carousel .product .entry-summary .price {
    margin-bottom: 10px
}

.mf-product-deals-carousel .product .entry-summary .price ins {
    font-size: 24px;
    color: #f30;
    text-decoration: none;
    font-weight: 600
}

.mf-product-deals-carousel .product .entry-summary .price del {
    font-size: 18px;
    color: #999;
    padding-left: 20px
}

.mf-product-deals-carousel .product .entry-summary .price .rt-Price-amount {
    padding-right: 0
}

.mf-product-deals-carousel .product .entry-summary .price .sale {
    display: none
}

.mf-banners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flext-start;
    -ms-flex-align: flext-start;
    -webkit-align-items: flext-start;
    -moz-align-items: flext-start;
    align-items: flext-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-left: -16px */
}

.mf-banners-grid .l-banners {
    width: 70%;
    border: 1px solid #d9d9d9;
    border-top: none;
    overflow: hidden;
    height: 270px;
}

.mf-banners-grid .l-banners .banner-item {
    border-top: 1px solid #d9d9d9
}

.mf-banners-grid .r-banners {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    padding-left: 15px;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #d9d9d9; */
}

.mf-banners-grid .r-banners .banner-list {
    margin: 0;
    padding: 0
}

.mf-banners-grid .r-banners .banner-list a {
    display: contents
}

.mf-banners-grid .r-banners .item-small {
    width: 50%;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.mf-banners-grid .r-banners .item-normal {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.mf-banners-grid-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;
    align-items: flex-start;
    margin-left: -15px
}

.mf-banners-grid-2 .l-banners {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-top: none;
    overflow: hidden
}

.mf-banners-grid-2 .l-banners .banner-item {
    border-top: 1px solid #d9d9d9
}

.mf-banners-grid-2 .r-banners {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9
}

.mf-banners-grid-2 .r-banners .item-small {
    border-right: 1px solid #d9d9d9
}

.mf-banners-grid-2 .r-banners .item-medium {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.mf-banner-small {
    position: relative
}

.mf-banner-small .b-image {
    text-align: right
}

.mf-banner-small .banner-content {
    position: absolute;
    margin: 25px 30px 25px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.mf-banner-small .banner-content .box-title {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1
}

.mf-banner-small .banner-content .desc {
    margin-bottom: 0;
    font-size: 12px
}

.mf-banner-small .box-price {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #f14705;
    color: #fff;
    text-align: center;
    line-height: 1
}

.mf-banner-small .box-price .s-price {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1;
    display: block
}

.mf-banner-small .box-price .s-price span {
    font-size: 12px;
    display: block
}

.mf-banner-small .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-indent: -9999px
}

.mf-banner-small.text-right {
    text-align: right
}

.mf-banner-small.has-border {
    border: 1px solid #e7e7e7
}

.mf-banner-small.position-price-2 .box-price {
    top: 15px;
    left: 46%;
    transform: translateX(-50%)
}

.mf-banner-small.position-price-3 .box-price {
    top: 37%;
    left: 53%
}

.mf-banner-large {
    position: relative
}

.mf-banner-large .link-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.mf-banner-large .col-banner-content {
    padding: 15px 0
}

.mf-banner-large .banner-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
}

.mf-banner-large .banner-row:after,
.mf-banner-large .banner-row:before {
    display: none
}

.mf-banner-large .banner-content {
    margin-left: -15px
}

.mf-banner-large .banner-content .box-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 18px
}

.mf-banner-large .banner-content .desc {
    color: #999;
    margin-bottom: 0
}

.mf-banner-large .banner-content .r-price {
    color: #ff3300
}

.mf-banner-large .banner-price {
    padding: 15px 0 15px 20px
}

.mf-banner-large .banner-price .sale-price {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    line-height: 1
}

.mf-banner-large .banner-price .s-price {
    font-size: 30px;
    display: block;
    color: #669900
}

.mf-banner-large .banner-price .link {
    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;
    height: 35px;
    line-height: 35px;
    padding: 0 17px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 20px;
    white-space: normal
}

.mf-banner-large .banner-price .link:hover,
.mf-banner-large .banner-price .link:focus,
.mf-banner-large .banner-price .link:active {
    outline: none
}

.mf-banner-large .banner-price .link:hover {
    color: #000
}

.mf-banner-large .banner-price .link:hover,
.mf-banner-large .banner-price .link:focus,
.mf-banner-large .banner-price .link:active {
    outline: none
}

.mf-banner-large .banner-price .link:hover {
    color: #000
}

.mf-banner-large .banner-image {
    padding-left: 50px
}

.mf-banner-large.has-border {
    /* border: 1px solid rgba(0, 0, 0, 0.15) */
}

.mf-banner-large.layout-2,
.mf-banner-large.layout-3 {
    position: relative;
    /* padding: 43px 0 37px */
}

.mf-banner-large.layout-2 .featured-image,
.mf-banner-large.layout-3 .featured-image {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.mf-banner-large.layout-2 .banner-content .box-title,
.mf-banner-large.layout-3 .banner-content .box-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2
}

.mf-banner-large.layout-2 .banner-content .box-title strong,
.mf-banner-large.layout-3 .banner-content .box-title strong {
    font-weight: 600
}

.mf-banner-large.layout-2 .banner-price,
.mf-banner-large.layout-3 .banner-price {
    padding-left: 30px
}

.mf-banner-large.layout-2 .col-banner-image,
.mf-banner-large.layout-3 .col-banner-image {
    display: none
}

.mf-banner-large.layout-3 {
    padding: 43px 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.mf-banner-large.layout-3 .banner-row {
    display: block;
    margin: 0
}

.mf-banner-large.layout-3 .banner-content,
.mf-banner-large.layout-3 .banner-price {
    margin: 0;
    padding: 0
}

.mf-banner-large.layout-3 .desc {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px
}

.mf-banner-large.layout-3 .banner-price .s-price {
    line-height: 1
}

.mf-banner-large.layout-3 .banner-price .link {
    margin-top: 30px
}

.mf-banner-large.layout-3 .col-banner-price,
.mf-banner-large.layout-3 .col-banner-content {
    width: 90%;
    margin-left: 0;
    padding: 0
}

.mf-banner-medium {
    position: relative;
    height: auto
}

.mf-banner-medium .banner-content {
    padding: 25px 20px 22px;
    position: relative
}

.mf-banner-medium .banner-content .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    display: block;
    line-height: 1
}

.mf-banner-medium .banner-content .title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px
}

.mf-banner-medium .banner-content .title strong {
    font-weight: 600
}

.mf-banner-medium .banner-content .desc {
    font-size: 16px;
    margin-bottom: 0
}

.mf-banner-medium .banner-content .desc strong {
    font-weight: 600
}

.mf-banner-medium .banner-content .desc .sale {
    font-size: 14px;
    color: #666666;
    padding-left: 5px;
    text-decoration: line-through
}

.mf-banner-medium .banner-content .r-price {
    color: #ff3300
}

.mf-banner-medium .banner-content .price {
    color: #669900
}

.mf-banner-medium .link-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.mf-banner-medium.layout-1 {
    text-align: center;
    color: #000
}

.mf-banner-medium.layout-2,
.mf-banner-medium.layout-3,
.mf-banner-medium.layout-4,
.mf-banner-medium.layout-5 {
    position: relative
}

.mf-banner-medium.layout-2 .banner-content,
.mf-banner-medium.layout-3 .banner-content,
.mf-banner-medium.layout-4 .banner-content,
.mf-banner-medium.layout-5 .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.mf-banner-medium.layout-2 .banner-content .link,
.mf-banner-medium.layout-3 .banner-content .link,
.mf-banner-medium.layout-4 .banner-content .link,
.mf-banner-medium.layout-5 .banner-content .link {
    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;
    height: 35px;
    line-height: 35px;
    padding: 0 17px;
    display: inline-block;
    border-radius: 4px;
    white-space: normal;
    margin-top: 10px
}

.mf-banner-medium.layout-2 .banner-content .link:hover,
.mf-banner-medium.layout-3 .banner-content .link:hover,
.mf-banner-medium.layout-4 .banner-content .link:hover,
.mf-banner-medium.layout-5 .banner-content .link:hover,
.mf-banner-medium.layout-2 .banner-content .link:focus,
.mf-banner-medium.layout-3 .banner-content .link:focus,
.mf-banner-medium.layout-4 .banner-content .link:focus,
.mf-banner-medium.layout-5 .banner-content .link:focus,
.mf-banner-medium.layout-2 .banner-content .link:active,
.mf-banner-medium.layout-3 .banner-content .link:active,
.mf-banner-medium.layout-4 .banner-content .link:active,
.mf-banner-medium.layout-5 .banner-content .link:active {
    outline: none
}

.mf-banner-medium.layout-2 .banner-content .link:hover,
.mf-banner-medium.layout-3 .banner-content .link:hover,
.mf-banner-medium.layout-4 .banner-content .link:hover,
.mf-banner-medium.layout-5 .banner-content .link:hover {
    color: #000
}

.mf-banner-medium.layout-2 .banner-content .link:hover,
.mf-banner-medium.layout-3 .banner-content .link:hover,
.mf-banner-medium.layout-4 .banner-content .link:hover,
.mf-banner-medium.layout-5 .banner-content .link:hover,
.mf-banner-medium.layout-2 .banner-content .link:focus,
.mf-banner-medium.layout-3 .banner-content .link:focus,
.mf-banner-medium.layout-4 .banner-content .link:focus,
.mf-banner-medium.layout-5 .banner-content .link:focus,
.mf-banner-medium.layout-2 .banner-content .link:active,
.mf-banner-medium.layout-3 .banner-content .link:active,
.mf-banner-medium.layout-4 .banner-content .link:active,
.mf-banner-medium.layout-5 .banner-content .link:active {
    outline: none
}

.mf-banner-medium.layout-2 .banner-content .link:hover,
.mf-banner-medium.layout-3 .banner-content .link:hover,
.mf-banner-medium.layout-4 .banner-content .link:hover,
.mf-banner-medium.layout-5 .banner-content .link:hover {
    color: #000
}

.mf-banner-medium.layout-2 .banner-content .title,
.mf-banner-medium.layout-3 .banner-content .title,
.mf-banner-medium.layout-4 .banner-content .title,
.mf-banner-medium.layout-5 .banner-content .title {
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 24px
}

.mf-banner-medium.layout-3 .banner-content {
    padding: 20px
}

.mf-banner-medium.layout-3 .banner-content .title {
    line-height: 1;
    font-size: 22px
}

.mf-banner-medium.layout-3 .banner-content .s-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.mf-banner-medium.layout-3 .banner-content .desc {
    font-size: 12px;
    line-height: 1.1
}

.mf-banner-medium.layout-3 .banner-content .desc .price {
    font-size: 18px;
    font-weight: 600
}

.mf-banner-medium.layout-4 .banner-content {
    padding: 20px
}

.mf-banner-medium.layout-4 .banner-content .desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #000
}

.mf-banner-medium.layout-4 .banner-content .subtitle {
    font-size: 12px;
    color: #0066cc;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400
}

.mf-banner-medium.layout-4 .banner-content .s-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.mf-banner-medium.layout-4 .banner-content .subdesc {
    font-size: 12px;
    color: #666
}

.mf-banner-medium.layout-4 .banner-content .subdesc strong {
    font-size: 14px;
    font-weight: 500
}

.mf-banner-medium.layout-5 .banner-content {
    padding-top: 30px
}

.mf-banner-medium.layout-5 .banner-content .title {
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 30px
}

.mf-banner-medium.layout-5 .banner-content .desc {
    line-height: 1.4
}

.mf-banner-medium.layout-5 .banner-content .desc strong {
    color: #000
}

.mf-banner-medium.layout-5 .banner-content .desc .price {
    font-size: 24px;
    color: #67981a
}

.mf-banner-medium.layout-5 .banner-content .desc .r-price {
    color: #ff3300
}

.mf-banner-medium.has-border {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.mf-products-grid .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 #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-products-grid .cat-header .cat-title {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.mf-products-grid .cat-header .cat-title a {
    color: #000
}

.mf-products-grid .cat-header .tabs-header-nav {
    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-products-grid .cat-header .tabs-nav {
    margin: 0 -15px;
    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-products-grid .cat-header .tabs-nav li {
    padding: 0 15px;
    margin-bottom: 0
}

.mf-products-grid .cat-header .tabs-nav li a {
    color: #666666
}

.mf-products-grid .cat-header .tabs-nav li a:hover,
.mf-products-grid .cat-header .tabs-nav li a.active {
    color: #1877f2
}

.mf-products-grid .cat-header .link {
    padding-left: 15px;
    color: #666666
}

.mf-products-grid .cat-header .link:hover {
    color: #1877f2
}

.mf-products .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;
    padding-bottom: 13px;
    margin-bottom: 30px
}

.mf-products .cat-header .cat-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.mf-products .cat-header .cat-title a {
    color: #000
}

.mf-products .cat-header .cat-title a:hover {
    color: #1877f2
}

.mf-products .cat-header .extra-links {
    padding: 0;
    margin: 0 -15px
}

.mf-products .cat-header .extra-links li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 15px
}

.mf-products .cat-header .extra-links li a {
    color: #666
}

.mf-products .cat-header .extra-links li a:hover {
    color: #1877f2
}

.mf-products.header-2 .cat-header {
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-bottom-color: #e3e3e3
}

.mf-products.header-2 .cat-header .cat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.mf-products-list .cat-header {
    margin-bottom: 55px
}

.martfury-container {
    width: 1650px;
    margin: 0 auto
}

.martfury-container .martfury-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.mf-recently-products.rv-full-width>.rv-container {
    width: 1648px;
    margin: 0 auto
}

.actions-button .addwishlist_btn--product,
.actions-button .addcompare_btn {
    margin-left: 15px;
    margin-top: 10px;
    float: left;
    display: block
}

.actions-button .addwishlist_btn--product i.icon_heart_alt,
.actions-button .addcompare_btn i.icon_heart_alt {
    width: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    color: #999;
    border-radius: 50%
}

.actions-button .addwishlist_btn--product i.icon_heart_alt:before,
.actions-button .addcompare_btn i.icon_heart_alt:before {
    content: '\e68c';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    text-align: center;
    color: #ff3030;
}

.actions-button .addwishlist_btn--product i.icon-chart-bars,
.actions-button .addcompare_btn i.icon-chart-bars {
    width: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    color: #999;
    border-radius: 50%
}

.actions-button .addwishlist_btn--product i.icon-chart-bars:before,
.actions-button .addcompare_btn i.icon-chart-bars:before {
    content: '\e7fc';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    text-align: center
}

.actions-button .addwishlist_btn--product label,
.actions-button .addcompare_btn label {
    cursor: pointer
}

.widget {
    margin-bottom: 65px
}

.widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    color: #000
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0
}

.widget ul li a {
    color: #000
}

.widget ul li a:hover {
    color: #1877f2
}

.widget table,
.widget select {
    width: 100%
}

.widget select {
    border: 1px solid #ccc;
    height: 30px;
    background-color: transparent
}

.widget select option {
    color: #999
}

.widget table {
    text-align: left;
    width: 100%
}

.widget table caption {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    text-align: center
}

.widget table tr {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    padding: 3px 0
}

.widget table tr td,
.widget table tr th {
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.search-form {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    color: #000
}

.search-form:after {
    content: "\e922";
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000
}

.search-form label {
    margin-bottom: 0
}

.search-form .screen-reader-text {
    display: none
}

.search-form label {
    width: 100%
}

.search-form .search-field {
    border: none;
    color: #000;
    width: 100%;
    background-color: transparent;
    font-weight: 400
}

.search-form .search-field:focus {
    border: none;
    outline: none
}

.search-form ::-webkit-input-placeholder {
    color: #999
}

.search-form :-moz-placeholder {
    color: #999
}

.search-form ::-moz-placeholder {
    color: #999
}

.search-form :-ms-input-placeholder {
    color: #999
}

.search-form .search-submit {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: none;
    text-indent: -9999px;
    z-index: 10
}

.widget .mc4wp-form {
    width: 100%
}

.widget .mc4wp-form .mc4wp-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
}

.widget .mc4wp-form input[type=email] {
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    border-radius: 3px 0 0 3px;
    border-right: none;
    background-color: #fff
}

.widget .mc4wp-form 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;
    height: 48px;
    line-height: 48px;
    border-radius: 0 3px 3px 0
}

.widget .mc4wp-form input[type="submit"]:hover,
.widget .mc4wp-form input[type="submit"]:focus,
.widget .mc4wp-form input[type="submit"]:active {
    outline: none
}

.widget .mc4wp-form input[type="submit"]:hover {
    color: #000
}

.widget .mc4wp-form input[type="submit"]:hover,
.widget .mc4wp-form input[type="submit"]:focus,
.widget .mc4wp-form input[type="submit"]:active {
    outline: none
}

.widget .mc4wp-form input[type="submit"]:hover {
    color: #000
}

.footer-history-products {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999
}

.footer-history-products .recently-title {
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #cccccc;
    border-bottom: none;
    margin: 0 75px 0 0;
    position: relative;
    background-color: #f4f5f5;
    margin-bottom: -1px;
    cursor: pointer
}

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

.footer-history-products .recently-title.active {
    background-color: #fff
}

.footer-history-products .recently-title.active:after {
    transform: rotate(180deg) translateY(50%)
}

.footer-history-products .mf-recently-products {
    display: none;
    clear: both;
    padding-top: 5px;
    padding-bottom: 40px;
    background-color: #fff;
    position: relative
}

.footer-history-products .mf-recently-products.no-products {
    padding-bottom: 0
}

.footer-history-products .mf-recently-products .recently-header {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 40px
}

.footer-history-products .mf-recently-products .recently-header .title {
    display: none
}

.admin-bar {
    display: none
}

.has-fill {
    padding: 20px
}

.product-form__variants .variations-product-template .single-option-selector {
    height: 40px
}

.addcompare_btn {
    cursor: pointer
}

.actions-button .addwishlist_btn--product,
.actions-button .addcompare_btn {
    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;
    border: 1px solid #ffa6a6;
    border-radius: 3px;
}

.actions-button .addwishlist_btn--product label,
.actions-button .addcompare_btn label {
    margin-bottom: 0px;
    color: #ffffff;
}

.product-single__thumbnails .product-single__thumbnail-image {
    width: 100%;
    height: 80%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 55px;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    border: 1px solid #e7e7e7
}

.product-single__thumbnails .product-single__thumbnail-image:hover {
    border: 1px solid #1877f2
}

.product-single__thumbnails .product-single__thumbnail:not(.video):hover .product-single__thumbnail-image {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.product-single__thumbnails .slick-current .product-single__thumbnail-image {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border: 1px solid #1877f2
}

.single-product-layout-4 .mf-product-detail .col-md-2.non-padding {
    padding-left: 15px !important
}

.rt-martfury .product-sidebar .product_list_widget ins {
    font-size: 16px !important;
    color: #f30;
    font-weight: 400 !important;
    text-decoration: none
}

.rt-martfury .product-sidebar .product_list_widget del {
    padding-left: 0;
    font-size: 14px
}

.rt-martfury .product-sidebar .product_list_widget .sale_percent {
    font-size: 14px
}

.rt-martfury .product-sidebar .product_list_widget span.money {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

.banner-item.item-small img {
    width: 100%
}

.turn-on {
    display: block !important
}

.related.products .page-subheading {
    background-color: #f4f4f4;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0 0 50px
}

.section-layout-boxed {
    margin-top: -40px;
    background-color: #f1f1f1;
    padding-bottom: 80px
}

.section-layout-boxed .container,
.section-layout-boxed .martfury-container {
    background-color: #fff;
    padding: 20px
}

.section-layout-boxed .page-subheading {
    margin-top: 0
}

.mf-catalog-layout-2 {
    padding-bottom: 70px;
    margin-bottom: -90px
}

.mf-catalog-layout-2 .col-top-categories {
    padding: 0 30px
}

.mf-catalog-layout-2 .upsell-products {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px
}

.mf-catalog-layout-2 #site-primary {
    background-color: #fff
}

.mf-catalog-layout-2 #site-primary .collection-toolbar {
    background-color: #fff
}

.mf-catalog-layout-2 #site-primary .products {
    padding: 20px
}

.mf-catalog-layout-2 .mf-categories-content .cat-banner {
    display: flex;
    justify-content: flex-end
}

.mf-catalog-layout-2 .mf-categories-content .cat-banner img {
    border: 1px solid #e7e7e7
}

.rev-btn {
    z-index: 8;
    min-width: 105px;
    max-width: 105px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    background-color: #1877f2;
    border-color: #000;
    border-radius: 3px;
    outline: none;
    box-shadow: #999 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    padding: 10px 0px 11px;
    min-height: 35px;
    max-height: 35px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    position: relative;
    display: inline-block;
    overflow: visible;
    margin-top: 15px
}

.rev-btn:hover {
    color: #000
}

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

.mf-product-layout-3 .actions-button .addwishlist_btn--product.added[data-added]:after,
.mf-product-layout-3 .actions-button .addcompare_btn.added[data-added]:after,
.mf-product-layout-3 .actions-button .addwishlist_btn--product[data-tooltip]:after,
.mf-product-layout-3 .actions-button .addcompare_btn[data-tooltip]:after,
.mf-product-layout-3 .actions-button .addwishlist_btn--product[data-tooltip] i:after,
.mf-product-layout-3 .actions-button .addcompare_btn[data-tooltip] i:after {
    display: none
}

.mf-product-layout-3 .actions-button .addwishlist_btn--product.added i,
.mf-product-layout-3 .actions-button .addwishlist_btn--product.added label,
.mf-product-layout-3 .actions-button .addcompare_btn.added i,
.mf-product-layout-3 .actions-button .addcompare_btn.added label {
    color: #1877f2
}

.site-widget .site-widget__title .clear {
    float: right;
    cursor: pointer;
    position: relative;
    font-size: 14px
}

.site-widget .site-widget__title .clear:before,
.site-widget .site-widget__title .clear:after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
    display: inline-block;
    background-color: #da5830;
    -ms-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}

.site-widget .site-widget__title .clear:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-widget .site-widget__title .clear:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-widget .site-widget__title .clear:hover:before,
.site-widget .site-widget__title .clear:hover:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.site-widget.filtering .filter-background.hide-text .filter-tag.active label {
    border: 1px solid #f04a09;
    border-radius: 50%;
    padding: 3px
}

.newsletter-popup-section .newletter-content {
    padding: 55px 55px 30px;
    text-align: center;
    position: relative
}

.newsletter-popup-section .newletter-content .n-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover
}

.newsletter-popup-section .newletter-content .nl-inner {
    width: 360px
}

.newsletter-popup-section .newletter-content .nl-inner .n-desc {
    margin-bottom: 35px
}

.newsletter-popup-section .newletter-content .nl-inner .n-desc .heading {
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px
}

.newsletter-popup-section .newletter-content .nl-inner .n-desc .subheading {
    white-space: pre-line;
    margin-bottom: 0
}

.style-banner-none .slick-arrow {
    background-color: rgba(204, 204, 204, 0.3);
    min-width: 48px;
    min-height: 48px;
    transition: 0.5s
}

.style-banner-none .slick-prev {
    left: 0px
}

.style-banner-none .slick-next {
    right: 0px
}

.slideshow-wrapper.style-banner-none .container.slick-slider .slick-arrow:before {
    font-size: 37px
}

.slideshow__text-wrap {
    width: 100%;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.template-search .site-content {
    padding-top: 30px;
    padding-bottom: 90px
}

.l-banners .banner-item,
.r-banners .banner-item {
    background-position: center;
    background-size: cover
}

.l-banners .banner-item.item-large.lazyloaded,
.r-banners .banner-item.item-large.lazyloaded {
    height: 180px;
    max-height: 100%
}

.mf-products-list-border {
    border: 1px solid #d9d9d9;
    padding: 15px 20px 22px 20px !important
}

.mobile-header__nav .mm-listview {
    padding: 0 30px
}

.mm-listitem {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 14px
}

.mobile-header__nav .mm-listitem>a,
.mobile-header__nav .mm-listitem>span {
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    padding-right: 20px;
    color: black;
    font-weight: 500;
}

.mobile-header__nav .mm-listitem>a:hover,
.mobile-header__nav .mm-listitem>span:hover {
    color: #000
}

.mm-listitem>a,
.mm-listitem>span {
    padding: 0px
}

.mm-navbar__title {
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .logo {
        margin: 0 !important;
    }
    .mf-products-tabs .tabs-header li.slider_tab {
        padding-left: 0;
        padding-right: 20px;
        margin-top: 5px
    }
    .mf-products-tabs .tabs-header li.slider_tab a {
        font-size: 14px
    }
    .mf-products-tabs .tabs-header li.slider_tab a.active:before {
        display: none
    }
    .mf-products-tabs .products-slider .slick-arrow {
        top: -76px;
        width: 35px;
        height: 45px
    }
    .mf-products-of-category-2 .mf-products-tabs .tabs-header li a {
        font-size: 14px;
    }
    .products-section .products-slider .slick-arrow {
        top: -30px;
        width: 35px;
        height: 35px
    }
    #site-container {
        /*padding-bottom: 60px*/
        padding-bottom: 0px
    }

    .header-nav-mobile--wraper {
        width: 100%;
        float: left;
        height: 70px;
    }

    .header-nav-mobile--wraper h3 {
        width: 100%;
        float: left;
        margin: 0;
        height: 100%;
        flex-wrap: wrap;
        display: flex;
        background: #1877f2;
        padding: 8px;
    }

    .header-nav-mobile--wraper h3 img {
        max-width: 100%;
        max-height: 100%;
    }

    .header-nav-mobile--wraper h3 a {
        float: left;
        margin: auto;
        height: 100%;
    }

    nav.mobile__menu.has-ext {
        height: calc(100% - 70px);
        float: left;
        overflow-x: auto;
        width: 100%;
        position: relative;
    }

    nav.mobile__menu.has-ext>ul {
        padding: 0px 30px;
        width: 100%;
        float: left;
    }

    nav.mobile__menu.has-ext ul li {
        width: 100%;
        float: left;
        /* position: relative; */
        border-bottom: 1px solid #ccc;
    }

    nav.mobile__menu.has-ext ul li a {
        padding: 10px 0px;
        float: left;
        width: 100%;
        font-weight: 500;
        color: black;
        font-size: 16px;
    }

    nav.mobile__menu.has-ext>ul>li>span {
        width: 100%;
        float: left;
        padding: 10px 0px;
        font-weight: 500;
        font-size: 16px;
        position: relative;
    }

    nav.mobile__menu.has-ext>ul>li>span:before {content: "\35";font-family: 'ElegantIcons';font-size: 24px;position: absolute;top: 0;right: 0;}

    nav.mobile__menu.has-ext ul li ul {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0px 20px;
        overflow-y: auto;
        opacity: 0;
        z-index: -1;
        left: -100%;
        transition: all 0.3s ease;
    }

    li.open-child-mobile>ul {
        left: 0 !important;
        opacity: 1 !important;
        background: white;
        z-index: 3 !important;
        padding-top: 30px !important;
    }

    label.label-header-nav-mobile {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid #ccc;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #1877f2;
    }

    a.back_to_parent {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        font-size: 26px !important;
        line-height: 30px !important;
        color: #1877f2 !important;
    }

    span.wraper-nav-infolabel {
        width: 100%;
        float: left;
        position: relative;
    }

    span.nav-child-left {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 24px;
        width: 30px;
        z-index: 3;
    }

    li.open-child-mobile>ul>li.open-child-mobile>ul {
        z-index: 6 !important;
    }

    li.open-child-mobile>ul>li.open-child-mobile>ul>li.open-child-mobile>ul {
        z-index: 8 !important;
    }
}

@media (min-width: 767px) {
    .mf-product-layout-1 .actions-button .addwishlist_btn--product label,
    .mf-product-layout-1 .actions-button .addcompare_btn label,
    .mf-product-layout-2 .actions-button .addwishlist_btn--product label,
    .mf-product-layout-2 .actions-button .addcompare_btn label,
    .mf-product-layout-5 .actions-button .addwishlist_btn--product label,
    .mf-product-layout-5 .actions-button .addcompare_btn label {
        display: none
    }
}

.collection-layout-2 .page-header-page,
.collection-categories .page-header-page {
    display: none
}

.collection-layout-2 .site-content,
.collection-categories .site-content {
    padding-top: 0
}

.collection-layout-2 .site-content .page-header-catalog .page-breadcrumbs .breadcrumbs,
.collection-categories .site-content .page-header-catalog .page-breadcrumbs .breadcrumbs {
    padding-left: 0
}

.quickview_btn {
    cursor: pointer
}

.product-single__tabs.tabs-layout-tabs {
    border-top: 0
}

.product-single__tabs.tabs-layout-tabs .product-tabs {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px
}

.product-single__tabs.tabs-layout-tabs .product-tabs .product-tabs__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize
}

.product-single__tabs.tabs-layout-tabs .product-tabs .product-tabs__title.active {
    border-bottom: 3px solid #1877f2
}

.product-single__tabs.tabs-layout-tabs .product-tabs .product-tabs__title.active:before {
    display: none
}

#tab-description .vc_custom_heading {
    border: 0 !important
}

.at-style-responsive .at-share-btn {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.wraper-product-contact-social {
    width: 100%;
    display: inline-block;
}

.at-style-responsive .at-share-btn .at-icon-wrapper {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.at-style-responsive .at-share-btn .at-icon-wrapper svg {
    width: 30px !important;
    height: 30px !important;
}

.product__item .product__countdown {
    display: none
}

.mf-products-of-category .images-slider {
    position: relative
}

.mf-products-of-category .images-slider .banner_url {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-indent: -9999px
}

.l-banners .style-banner-group .slick-arrow {
    display: none !important
}

.l-banners .style-banner-group .slideshow__text-content {
    padding: 0 30px
}

.l-banners .style-banner-group .slick-dots {
    display: block;
    position: absolute;
    transform: matrix(1, 0, 0, 1, 0, -30);
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none
}

.l-banners .style-banner-group .slick-dots .dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.5s
}

.l-banners .style-banner-group .slick-dots .slick-active .dot {
    background-color: #1877f2
}

.l-banners .style-banner-group .slick-dots li {
    padding: 0 5px;
    cursor: pointer
}

.slideshow-wrapper .container.slick-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slideshow-wrapper .container.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1000;
    cursor: pointer
}

.slideshow-wrapper .container.slick-slider .slick-arrow:before {
    margin: -5px 0px 5px 3px;
    font-size: 32px
}

.slideshow-wrapper .container.slick-slider .slick-arrow:hover {
    background-color: #ccc
}

.style-banner-single .slideshow__text-wrap .slideshow__text-content {
    padding: 0 40px
}

.style-banner-couple .slideshow__text-wrap .slideshow__text-content {
    padding: 0 50px
}

.style-banner-none .slideshow__text-wrap {
    max-width: 800px
}

.style-banner-none .slideshow__text-wrap .slideshow__text-content {
    padding: 0 110px
}

.mf-product-layout-2 .product-tabs,
.mf-product-layout-4 .product-tabs,
.mf-product-layout-5 .product-tabs {
    text-align: left
}

.mf-categories-content .site-pagination {
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .truncate_word {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .header-layout-4 .mf-currency-widget,
    .header-layout-3 .mf-currency-widget,
    .header-layout-5 .mf-currency-widget,
    .header-layout-6 .mf-currency-widget {
        margin-right: 15px
    }
}

.mf-product-deals-carousel .products .product {
    margin-bottom: 0
}

.rt-martfury ul li {
    list-style: none outside
}

.template-collection.page-template-template-home-full-width .site-content {
    padding-top: 30px;
    padding-bottom: 90px
}

.martfury-account .site-content {
    padding-top: 30px;
    padding-bottom: 90px
}

.site-header .extras-menu .menu-item-hotline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header .extras-menu .menu-item-hotline .extra-icon {
    font-size: 26px;
    margin-right: 15px;
    color: #000
}

.site-header .extras-menu .menu-item-hotline .hotline-content {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000
}

.site-header .extras-menu .menu-item-hotline .hotline-content label {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400
}

@media (max-width: 991px) {
    .mf-layout .products-slider .products {
        margin: 0
    }
}

@media (min-width: 1200px) {
    .col-mf-5 {
        width: 20%
    }
}

@media (max-width: 1366px) {
    .mf-product-deals-day .slick-arrow {
        display: block !important
    }
    .mf-product-deals-day.style-1 .slick-dots {
        display: block !important
    }
    .mf-products-tabs .slick-arrow,
    .mf-products-carousel .slick-arrow,
    section.up-sells ul.products .slick-arrow,
    section.related ul.products .slick-arrow,
    .mf-product-instagram .slick-slider .slick-arrow {
        display: block !important
    }
    .mf-products-tabs .slick-dots,
    .mf-products-carousel .slick-dots,
    section.up-sells ul.products .slick-dots,
    section.related ul.products .slick-dots,
    .mf-product-instagram .slick-slider .slick-dots {
        display: block !important;
        margin-bottom: 0 !important
    }
}

@media (max-width: 1200px) {
    #shopify-section-header-mobile {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding: 20px 0
    }
    .site-header .header-extras {
        width: auto
    }
    .site-header .header-extras .product-extra-search {
        display: none
    }
    .site-header .header-extras .extras-menu {
        margin-left: -13px;
        margin-right: -13px
    }
    .site-header .header-extras .extras-menu>li {
        padding-left: 13px;
        padding-right: 13px
    }
    .site-header .header-extras .extras-menu>li .extra-icon {
        font-size: 24px
    }
    .site-header .header-extras .menu-item-account>a {
        width: 30px;
        height: 30px;
        padding-top: 4px;
        overflow: hidden;
        padding-left: 0
    }
    .site-header .header-extras .menu-item-account>a .extra-icon {
        position: static;
        display: block
    }
    .site-header .header-extras .menu-item-account>a img {
        margin-top: -4px
    }
    .site-header .header-extras .menu-item-account>a.item-register {
        display: none
    }
    .site-header .header-extras .menu-item-account ul {
        display: none
    }
    .site-header .header-extras .menu-item-cart .mini-cart-content {
        display: none
    }
    .site-header .header-extras .menu-item-cart>a:after {
        display: none
    }
    .site-header .header-extras .menu-item-account>a:after {
        display: none
    }
    .site-header .header-logo {
        width: 50%
    }
    .site-header .header-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .site-header.has-hot-words .header-logo,
    .site-header.has-hot-words .extras-menu {
        margin-top: 0
    }
    .site-header.has-hot-words .mobile-menu-row {
        align-items: flex-start
    }
    .site-header.has-hot-words .mobile-menu-row .mf-toggle-menu {
        margin-top: 6px
    }
    .site-header .mobile-menu {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding: 20px 0
    }
    .site-header__mobile .product-extra-search .search-submit {
        width: 60px;
        overflow: hidden;
        border-radius: 0;
        padding: 0;
        min-width: auto
    }
    .site-header__mobile .product-extra-search .search-submit:before {
        content: '\e922';
        display: inline-block;
        font: normal normal normal 14px/1 linearicons;
        display: block;
        height: 42px;
        line-height: 42px;
        font-size: 18px
    }
    .site-header .mobile-menu-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 .mobile-menu-row .mf-toggle-menu {
        font-size: 30px;
        color: #000;
        display: block;
        line-height: 1;
        padding-left: 30px;
        padding-right: 20px
    }
    .header-layout-5 .site-header .mobile-menu-row .mf-toggle-menu {
        color: #fff
    }
    .header-layout-5 .site-header.minimized .mobile-menu-row .mf-toggle-menu {
        color: #000
    }
    .sticky-header .site-header.minimized .header-main {
        position: static
    }
    .sticky-header .site-header.minimized .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: .25s;
        animation-duration: .25s;
        border-bottom: 1px solid #e7e7e7
    }
    .header-layout-3 .site-header .mobile-menu,
    .header-layout-4 .site-header .mobile-menu,
    .header-layout-5 .site-header .mobile-menu {
        border-color: rgba(255, 255, 255, 0.15)
    }
    .mf-other-categories .categories-list .col-cat {
        width: 20%
    }
    .martfury div.product .tawc-deal .deal-expire-date {
        display: block
    }
    .martfury div.product .tawc-deal .deal-expire-date .deal-expire-text {
        width: 100%
    }
    .martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .days {
        padding-left: 0
    }
    .martfury div.product .tawc-deal .deal-sold {
        margin-top: 20px
    }
    .martfury div.product .tawc-deal .deal-sold .deal-sold-text,
    .martfury div.product .tawc-deal .deal-sold .deal-progress,
    .martfury div.product .tawc-deal .deal-sold .deal-text {
        width: 100%;
        padding-left: 0
    }
    .single-post-header.layout-2 .featured-image {
        background-attachment: scroll;
        background-position: center !important;
        background-size: cover
    }
    .footer-layout .newsletter-content {
        margin-bottom: 15px
    }
    .footer-layout .footer-info .info-item {
        width: 50%;
        max-width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
    .footer-layout .footer-info .info-item-sep {
        display: none
    }
    .footer-layout .footer-row {
        display: block;
        text-align: center
    }
    .footer-layout .footer-row:after {
        display: block;
        content: "";
        clear: both
    }
    .footer-layout .footer-payments {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 15px
    }
    .martfury-icons-list ul li {
        width: 50%;
        margin: 10px 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        -moz-justify-content: left;
        justify-content: left
    }
    .martfury-icons-list ul li:nth-child(2n):after {
        display: none
    }
    .mf-products-of-category .images-slider {
        display: none
    }
    .mf-products-of-category .cats-info {
        width: 25%
    }
    .mf-products-of-category .products-box {
        width: 75%;
        border-left: 1px solid #e7e7e7
    }
    .mf-layout .products .product .mf-product-thumbnail .footer-button .mf-product-quick-view,
    .mf-layout .products .product .mf-product-thumbnail .footer-button .mf-compare-button {
        display: none
    }
    .site-footer .footer-widgets .footer-sidebar {
        max-width: 33.33%
    }
    .mf-category-tabs .tabs-content ul li {
        width: 16.66%
    }
    .mf-products-of-category-2 .products-side .products .product:last-child {
        display: none
    }
    .mf-products-of-category-2 .slick-dots {
        margin-bottom: 20px !important
    }
    .mf-products-carousel:not(.mf-product-deals-day) .cat-header {
        display: block
    }
    .mf-products-carousel:not(.mf-product-deals-day) .cat-header .extra-links {
        margin-top: 15px
    }
    .products-list .cat-header {
        display: block
    }
    .products-list .cat-header .extra-links {
        margin-top: 15px
    }
    .mf-products-grid .cat-header {
        display: block
    }
    .mf-products-grid .cat-header .tabs-header-nav {
        margin-top: 15px
    }
    .mf-banner-large .banner-content .desc br {
        display: none
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .container .container {
        padding-left: 0;
        padding-right: 0
    }
    input[type="text"] {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0
    }
    .topbar {
        background-color: #f4f5f5
    }
    .top-promotion {
        display: none
    }
    .mf-catalog-brands .brand-item {
        width: 33.33%;
        margin: 10px 0
    }
    .mf-layout .products {
        margin-left: -10px;
        margin-right: -10px
    }
    .mf-layout .slick-list .products {
        margin-left: 0px;
        margin-right: 0px
    }
    .mf-layout .mf-product-deals-day .products {
        margin: 0
    }
    .mf-layout .mf-product-deals-day .products .row {
        margin: 0
    }
    .mf-layout .products .product {
        padding-right: 10px;
        padding-left: 10px
    }
    .mf-layout .products .product .product-inner {
        padding: 0;
        border: none
    }
    .mf-layout .mf-product-box .products .product .product-inner {
        padding: 20px 20px 0
    }
    .mf-layout .products .product .mf-product-details-hover {
        padding: 0;
        border: none;
        left: 0;
        right: 0
    }
    /*.mf-layout .products .product:nth-child(3n+1) {
        clear: both
    }*/
    .mf-layout .products .product .product-inner .mf-product-thumbnail .footer-button {
        opacity: 0;
        justify-content: center
    }
    .mf-layout .products .product .product-inner .mf-product-thumbnail .footer-button .quickview_btn,
    .mf-layout .products .product .product-inner .mf-product-thumbnail .footer-button .addcompare_btn {
        display: none
    }
    .mf-layout .products .product .product-inner .mf-product-thumbnail .footer-button a {
        margin: 0 10px
    }
    .mf-layout .products .product .product-inner:hover .mf-product-thumbnail .footer-button {
        bottom: 0
    }
    .mf-layout .products .product .product-inner:hover .footer-button {
        opacity: 1
    }
    .product-inner:hover .footer-button {
        opacity: 1
    }
    .mf-layout .products .product .product-inner .mf-product-content,
    .mf-layout .products .product .product-inner .mf-product-price-box {
        display: none
    }
    .mf-layout .products .product .product-inner .mf-product-details-hover {
        position: static;
        opacity: 1;
        padding: 0px 8px;
    }
    .mf-layout .products .product .product-inner .mf-product-details-hover .mf-rating {
        display: block
    }
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-content,
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-price-box {
        display: block
    }
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-content .action-button .mf-compare-button,
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-price-box .action-button .mf-compare-button {
        display: none !important
    }
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-details-hover {
        position: absolute;
        background-color: transparent !important;
        display: none
    }
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-details-hover .mf-rating {
        display: none
    }
    .mf-layout .products .product .product-inner .products:not(.slick-slider) .product .product-inner .mf-product-details-hover .mf-attr-swatches {
        opacity: 0
    }
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-content,
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-price-box {
        display: block
    }
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-content .action-button .mf-compare-button,
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-price-box .action-button .mf-compare-button {
        display: none !important
    }
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-details-hover {
        position: absolute;
        background-color: transparent !important;
        display: none
    }
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-details-hover .mf-rating {
        display: none
    }
    .products.products-list:not(.slick-slider) .product .product-inner .mf-product-details-hover .mf-attr-swatches {
        opacity: 0
    }
    .mf-products-of-category .products-box .products .mf-product-details-hover,
    .products.products-list .product .product-inner .mf-product-content,
    .products.products-list .product .product-inner .mf-product-price-box {
        display: block
    }
    .mf-layout .products.products-list .product .product-inner {
        border: 0;
        padding: 20px
    }
    .mf-catalog-top-categories .col-top-categories {
        margin-top: 20px
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li {
        position: relative
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li .cat-menu-close {
        display: block
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li.opened .cat-menu-close i:before {
        content: "\e939"
    }
    .mf-catalog-top-categories .top-categories-list .categories-list .sub-categories {
        display: none;
        position: static;
        transform: scaleX(1);
        opacity: 1;
        border: none
    }
    .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: 1px solid rgba(141, 141, 141, 0.15)
    }
    .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: 1px solid rgba(141, 141, 141, 0.15)
    }
    .mf-other-categories .categories-list .col-cat {
        width: 33.33%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(3n+1) {
        clear: both
    }
    .site-content .widgets-area {
        margin-top: 50px
    }
    .mf-product-layout-4 .widgets-area {
        margin-top: 0
    }
    .mf-newletter .form-area {
        padding: 30px
    }
    .rt-cart table.shop_table tr .product-price,
    .rt-cart table.shop_table tr .product-thumbnail,
    .rt-cart table.shop_table tr .product-subtotal {
        display: none
    }
    .rt-cart .rt-martfury table.shop_table td.product-name {
        padding-top: 10px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile {
        display: block;
        margin-top: 5px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .rt-Price-amount,
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile label {
        display: inline-block;
        margin-bottom: 0
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item {
        padding: 3px 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
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item label {
        padding-right: 5px;
        font-weight: 400;
        color: #999
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item .quantity {
        display: inline-block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item-qty {
        margin-bottom: 5px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item-qty .quantity .label {
        display: none
    }
    .site-footer .footer-links .widget_nav_menu {
        margin-bottom: 25px
    }
    .site-footer .footer-links .widget_nav_menu .widget-title {
        display: block;
        margin-bottom: 5px
    }
    .site-footer .footer-links .widget_nav_menu ul {
        display: block;
        margin-left: -10px;
        margin-right: -10px
    }
    .site-footer .footer-widgets {
        padding-bottom: 50px
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 50%;
        max-width: 50%;
        margin-bottom: 30px
    }
    .mf-category-tabs .tabs-content ul li {
        width: 25%
    }
    .mf-banners-grid {
        margin-left: 0
    }
    .mf-banners-grid-2 {
        margin-left: 0
    }
    .mf-banners-grid-2 .r-banners {
        display: none
    }
    .mf-products-of-category-2 .cats-header {
        display: block
    }
    .mf-products-of-category-2 .cats-header .extra-links {
        margin-top: 10px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mf-products-of-category-2 .mf-products-tabs {
        margin-top: -20px;
    }
    .mf-products-of-category-2 .products-cat {
        display: block
    }
    .mf-products-of-category-2 .products-side {
        padding: 0 20px
    }
    .mf-products-of-category-2 .products-side ul.products li.product:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .mf-products-of-category-2 .products-side .link {
        padding-bottom: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
    .mf-entry-product-header .entry-left,
    .mf-entry-product-header .social-links {
        max-width: 100%;
        float: none
    }
    .mf-entry-product-header .social-links {
        margin: 10px 0
    }
    .martfury div.product .mf-product-gallery,
    .martfury div.product .entry-summary {
        width: 100%;
        float: none;
        padding-left: 0
    }
    .martfury div.product .entry-summary {
        margin-top: 40px
    }
    .martfury .mf-single-product.mf-product-sidebar div.images,
    .martfury .mf-single-product.mf-product-sidebar .entry-summary {
        width: 100%;
        float: none;
        padding-left: 0
    }
    .martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav,
    .martfury .mf-single-product.mf-product-sidebar .entry-summary .flex-control-nav {
        max-width: 400px
    }
    .martfury .mf-single-product.mf-product-layout-3 .mf-product-gallery,
    .martfury .mf-single-product.mf-product-layout-3 .entry-summary {
        width: 100%;
        float: none
    }
    .martfury .mf-single-product.mf-product-layout-3 div.images img {
        width: auto
    }
    .rt-cart .rt-martfury .coupon {
        margin-bottom: 20px
    }
    .blog-wapper:nth-child(3n+1) {
        clear: none
    }
    .blog-wapper:nth-child(2n+1) {
        clear: both
    }
    .mf-account .martfury .mf-MyAccount-navigation,
    .mf-account .martfury .mf-MyAccount-content {
        width: 100%;
        float: none
    }
    .mf-account .martfury .mf-MyAccount-navigation {
        margin-bottom: 30px
    }
    .mf-account .site-content {
        padding-bottom: 50px
    }
    .mf-product-deals-carousel.martfury .product .mf-product-gallery,
    .mf-product-deals-carousel.martfury .product .entry-summary {
        width: 100%
    }
    .mf-products-of-category .cats-info h2 {
        font-size: 20px
    }
    .mf-catalog-categories .col-cat:nth-child(3n+1) {
        clear: none
    }
    .mf-catalog-categories .col-cat:nth-child(2n+1) {
        clear: both
    }
    .martfury div.product .wc-tabs-wrapper .average-rating {
        margin-bottom: 30px
    }
    .mf-counter .counter {
        font-size: 36px
    }
    .martfury table.wishlist_table .product-stock-status {
        display: none
    }
    .martfury table.wishlist_table .product-add-to-cart {
        min-width: 200px
    }
    .mf-quick-view-modal div.product .mf-product-gallery.images {
        display: none
    }
    .mf-quick-view-modal div.product .entry-summary {
        position: static;
        margin-top: 0;
        padding: 20px
    }
    .mf-banner-large .banner-row {
        display: block;
        margin: 0
    }
    .mf-banner-large .col-banner-content {
        padding: 0
    }
    .mf-banner-large .banner-content,
    .mf-banner-large .banner-price {
        margin-left: 0;
        padding: 20px 20px 10px
    }
    .mf-banner-large .banner-image,
    .mf-banner-large .col-banner-price {
        padding-left: 0;
        margin-top: 10px
    }
    .mf-banner-large.layout-2 .banner-price,
    .mf-banner-large.layout-3 .banner-price {
        padding-left: 20px
    }
    .mb-hidden {
        display: none !important
    }
    .mb-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .rt-martfury div.product form .button {
        margin: 15px 0 0 15px
    }
    .rt-martfury div.product form .actions-button {
        margin: 0px;
        display: flex
    }
    .rt-martfury div.product form .actions-button label {
        display: none
    }
}

.mf-products-category .vc_row-has-fill {
    padding-top: 70px
}

.mf-products-category~.mf-products-category .vc_row-has-fill {
    padding-top: 0px
}

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

@media (max-width: 1760px) {
    .page-template-template-home-full-width .mf-product-deals-day .slick-arrow {
        display: block !important
    }
    .page-template-template-home-full-width .mf-product-deals-day.style-1 .slick-dots {
        display: block !important
    }
    .page-template-template-home-full-width .mf-products-tabs .slick-arrow,
    .page-template-template-home-full-width .mf-products-carousel .slick-arrow {
        display: block !important
    }
    .page-template-template-home-full-width .mf-products-tabs .slick-dots,
    .page-template-template-home-full-width .mf-products-carousel .slick-dots {
        display: block !important;
        margin-bottom: 0 !important
    }
}

@media (max-width: 1680px) {
    .martfury-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
    .mf-recently-products.rv-full-width>.rv-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1600px) and (min-width: 1300px) {
    .page-template-template-home-full-width .mf-banner-medium.layout-5 .banner-content .title {
        font-size: 24px
    }
    .page-template-template-home-full-width .mf-banner-medium.layout-5 .banner-content .desc .price {
        font-size: 16px
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .page-template-template-home-full-width .mf-banner-medium.layout-5 .banner-content .link-box {
        display: none
    }
}

@media (max-width: 1460px) and (min-width: 1200px) {
    .page-template-template-home-full-width .mf-banner-small .banner-content .desc {
        display: none
    }
    .page-template-template-home-full-width .mf-banner-small .box-price .s-price {
        font-size: 14px
    }
    .page-template-template-home-full-width .mf-banner-small .box-price {
        width: 50px;
        height: 50px
    }
    .page-template-template-home-full-width .mf-banner-large .col-banner-content {
        width: 35%
    }
    .page-template-template-home-full-width .mf-banner-large.layout-2 .banner-content .box-title,
    .page-template-template-home-full-width .mf-banner-large.layout-3 .banner-content .box-title {
        font-size: 24px
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .header-layout-3 .site-header .primary-nav>ul>li {
        padding-left: 15px;
        padding-right: 15px
    }
    .header-layout-3 .header-bar .widget {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .header-layout-3 .site-header .primary-nav>ul>li {
        padding-left: 8px;
        padding-right: 8px
    }
    .header-layout-3 .header-bar .widget {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1200px) {
    .col-mf-5 {
        width: 20%
    }
    .footer-layout .footer-newsletter .newsletter-form {
        float: right
    }
}

@media (max-width: 1366px) {
    .mf-product-deals-day .slick-arrow {
        display: block !important
    }
    .mf-product-deals-day.style-1 .slick-dots {
        display: block !important
    }
    .mf-products-tabs .slick-arrow,
    .mf-products-carousel .slick-arrow,
    section.up-sells ul.products .slick-arrow,
    section.related ul.products .slick-arrow,
    .mf-product-instagram .slick-slider .slick-arrow {
        display: block !important
    }
    .mf-products-tabs .slick-dots,
    .mf-products-carousel .slick-dots,
    section.up-sells ul.products .slick-dots,
    section.related ul.products .slick-dots,
    .mf-product-instagram .slick-slider .slick-dots {
        display: block !important;
        margin-bottom: 0 !important
    }
    .page-template-template-home-full-width .mf-banner-medium.layout-5 .banner-content .title {
        font-size: 18px
    }
    .page-template-template-home-full-width .mf-banner-medium.layout-5 .banner-content .desc .price {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .site-header .header-extras {
        width: auto
    }
    .site-header .header-extras .product-extra-search {
        display: none
    }
    .site-header .header-extras .extras-menu {
        margin-left: -13px;
        margin-right: -13px
    }
    .site-header .header-extras .extras-menu>li {
        padding-left: 13px;
        padding-right: 13px
    }
    .site-header .header-extras .extras-menu>li .extra-icon {
        font-size: 24px
    }
    .site-header .header-extras .menu-item-account>a {
        width: 30px;
        height: 30px;
        padding-top: 4px;
        overflow: hidden;
        padding-left: 0
    }
    .site-header .header-extras .menu-item-account>a .extra-icon {
        position: static;
        display: block
    }
    .site-header .header-extras .menu-item-account>a img {
        margin-top: -4px
    }
    .site-header .header-extras .menu-item-account>a.item-register {
        display: none
    }
    .site-header .header-extras .menu-item-account ul {
        display: none
    }
    .site-header .header-extras .menu-item-cart .mini-cart-content {
        display: none
    }
    .site-header .header-extras .menu-item-cart>a:after {
        display: none
    }
    .site-header .header-extras .menu-item-account>a:after {
        display: none
    }
    .site-header .header-logo {
        width: 50%
    }
    .site-header .header-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }
    .site-header.has-hot-words .header-logo,
    .site-header.has-hot-words .extras-menu {
        margin-top: 0
    }
    .site-header.has-hot-words .mobile-menu-row {
        align-items: flex-start
    }
    .site-header.has-hot-words .mobile-menu-row .mf-toggle-menu {
        margin-top: 6px
    }
    .site-header .mobile-menu {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 0
    }
    .site-header .mobile-menu .search-submit {
        width: 60px;
        overflow: hidden;
        border-radius: 0;
        padding: 0;
        min-width: auto
    }
    .site-header .mobile-menu .search-submit:before {
        content: '\e922';
        display: inline-block;
        font: normal normal normal 14px/1 linearicons;
        display: block;
        height: 42px;
        line-height: 42px;
        font-size: 18px
    }
    .site-header .mobile-menu-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 .mobile-menu-row .mf-toggle-menu {
        font-size: 30px;
        color: #000;
        display: block;
        line-height: 1;
        padding-left: 30px;
        padding-right: 20px
    }
    .site-header .martfury-container .header-extras,
    .site-header .martfury-container .mr-header-menu {
        width: auto
    }
    .site-header .martfury-container .header-logo {
        width: 50%
    }
    .header-layout-5 .site-header .mobile-menu-row .mf-toggle-menu {
        color: #fff
    }
    .header-layout-5 .site-header.minimized .mobile-menu-row .mf-toggle-menu {
        color: #000
    }
    .sticky-header .site-header.minimized .header-main {
        position: static
    }
    .sticky-header .site-header.minimized .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        border-bottom: 1px solid #e1e1e1
    }
    .header-layout-3 .site-header .mobile-menu,
    .header-layout-4 .site-header .mobile-menu,
    .header-layout-5 .site-header .mobile-menu {
        border-color: rgba(255, 255, 255, 0.15)
    }
    .mf-other-categories .categories-list .col-cat {
        width: 20%
    }
    .rt-martfury div.product .tawc-deal .deal-expire-date {
        display: block
    }
    .rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-text {
        width: 100%
    }
    .rt-martfury div.product .tawc-deal .deal-expire-date .deal-expire-countdown .days {
        padding-left: 0
    }
    .rt-martfury div.product .tawc-deal .deal-sold {
        margin-top: 20px
    }
    .rt-martfury div.product .tawc-deal .deal-sold .deal-sold-text,
    .rt-martfury div.product .tawc-deal .deal-sold .deal-progress,
    .rt-martfury div.product .tawc-deal .deal-sold .deal-text {
        width: 100%;
        padding-left: 0
    }
    .single-post-header.layout-2 .featured-image,
    .vc_row.parallax {
        background-attachment: scroll;
        background-position: center !important;
        background-size: cover
    }
    .footer-layout .newsletter-content {
        margin-bottom: 15px
    }
    .footer-layout .footer-info .info-item {
        width: 50%;
        max-width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
    .footer-layout .footer-info .info-item-sep {
        display: none
    }
    .footer-layout .footer-row {
        display: block;
        text-align: center
    }
    .footer-layout .footer-row:after {
        display: block;
        content: "";
        clear: both
    }
    .footer-layout .footer-payments {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 15px
    }
    body .martfury-empty-space .mf_empty_space_md {
        display: block
    }
    body .martfury-empty-space .mf_empty_space_lg,
    body .martfury-empty-space .mf_empty_space_xs {
        display: none
    }
    .martfury-icons-list ul li {
        width: 49%;
        margin: 10px 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        -moz-justify-content: left;
        justify-content: left;
        padding: 0
    }
    .martfury-icons-list ul li:nth-child(2n):after {
        display: none
    }
    .mf-products-of-category .images-slider {
        display: none
    }
    .mf-products-of-category .cats-info {
        width: 25%
    }
    .mf-products-of-category .products-box {
        width: 75%;
        border-left: 1px solid #e1e1e1
    }
    .site-footer .footer-widgets .footer-sidebar {
        max-width: 33.33%
    }
    .mf-products-of-category-2 .slick-dots {
        margin-bottom: 20px !important
    }
    .mf-products-carousel:not(.mf-product-deals-day) .cat-header {
        display: block
    }
    .mf-products-carousel:not(.mf-product-deals-day) .cat-header .extra-links {
        margin-top: 15px
    }
    .mf-products-list .cat-header {
        display: block
    }
    .mf-products-list .cat-header .extra-links {
        margin-top: 15px
    }
    .mf-products-grid .cat-header {
        display: block
    }
    .mf-products-grid .cat-header .tabs-header-nav {
        margin-top: 15px
    }
    .mf-banner-large .banner-content .desc br {
        display: none
    }
    .mobile-header__search .search__results .search__container {
        width: 100%
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .container .container {
        padding-left: 0;
        padding-right: 0
    }
    input[type="text"] {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0
    }
    .topbar {
        background-color: #f4f5f5
    }
    .top-promotion {
        display: none
    }
    .mf-catalog-brands .brand-item {
        width: 33.33%;
        margin: 10px 0
    }
    .mf-catalog-top-categories .col-top-categories {
        margin-top: 20px
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li {
        position: relative
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li .cat-menu-close {
        display: block
    }
    .mf-catalog-top-categories .top-categories-list .categories-list>li.opened .cat-menu-close i:before {
        content: "\e939"
    }
    .mf-catalog-top-categories .top-categories-list .categories-list .sub-categories {
        display: none;
        position: static;
        transform: scaleX(1);
        opacity: 1;
        border: none
    }
    .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: 1px solid rgba(141, 141, 141, 0.15)
    }
    .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: 1px solid rgba(141, 141, 141, 0.15)
    }
    .mf-other-categories .categories-list .col-cat {
        width: 33.33%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(3n+1) {
        clear: both
    }
    .site-content .widgets-area {
        margin-top: 50px
    }
    .mf-product-layout-4 .widgets-area {
        margin-top: 0
    }
    .martfury-newletter .form-area {
        padding: 30px
    }
    .rt-cart table.shop_table tr .product-price,
    .rt-cart table.shop_table tr .product-thumbnail,
    .rt-cart table.shop_table tr .product-subtotal {
        display: none
    }
    .rt-cart .rt-martfury table.shop_table td.product-name {
        padding-top: 10px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile {
        display: block;
        margin-top: 5px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .rt-Price-amount,
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile label {
        display: inline-block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item {
        padding: 3px 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
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item label {
        padding-right: 5px;
        font-weight: 400;
        color: #999
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item .quantity {
        display: inline-block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item-qty {
        margin-bottom: 5px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item-qty .quantity .label {
        display: none
    }
    .site-footer .footer-links .widget_nav_menu {
        margin-bottom: 25px
    }
    .site-footer .footer-links .widget_nav_menu .widget-title {
        display: block;
        margin-bottom: 5px
    }
    .site-footer .footer-links .widget_nav_menu ul {
        display: block;
        margin-left: -10px;
        margin-right: -10px
    }
    .site-footer .footer-widgets {
        padding-bottom: 50px
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 50%;
        max-width: 50%;
        margin-bottom: 30px
    }
    .mf-category-tabs .tabs-content ul li {
        width: 25%
    }
    .mf-banners-grid {
        margin-left: 0
    }
    .mf-banners-grid .l-banners {
        width: 100%;
        height: auto;
    }
    .mf-banners-grid .l-banners .item-large:last-child {
        display: block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
    .mf-banners-grid .r-banners {
        display: block;
        width: 100% !important
    }
    .mf-banners-grid-2 {
        margin-left: 0
    }
    .mf-banners-grid-2 .r-banners {
        display: none
    }
    .mf-products-of-category-2 .cats-header {
        display: block
    }
    .mf-products-of-category-2 .cats-header .extra-links {
        margin-top: 10px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mf-products-of-category-2 .products-cat {
        display: block
    }
    .mf-products-of-category-2 .products-side {
        padding: 0 20px
    }
    .mf-products-of-category-2 .products-side ul.products li.product:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .mf-entry-product-header .entry-left,
    .mf-entry-product-header .social-links {
        max-width: 100%;
        float: none
    }
    .mf-entry-product-header .social-links {
        margin: 10px 0
    }
    .rt-martfury div.product .rt-product-gallery,
    .rt-martfury div.product .entry-summary {
        width: 100%;
        float: none;
        padding-left: 0
    }
    .rt-martfury div.product .entry-summary {
        margin-top: 0px
    }
    .rt-martfury .mf-single-product.mf-product-sidebar div.images,
    .rt-martfury .mf-single-product.mf-product-sidebar .entry-summary {
        width: 100%;
        float: none;
        padding-left: 0
    }
    .rt-martfury .mf-single-product.mf-product-sidebar div.images .flex-control-nav,
    .rt-martfury .mf-single-product.mf-product-sidebar .entry-summary .flex-control-nav {
        max-width: 400px
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .rt-product-gallery,
    .rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary {
        width: 100%;
        float: none
    }
    .rt-cart .rt-martfury .coupon {
        margin-bottom: 20px
    }
    .blog-wapper:nth-child(3n+1) {
        clear: none
    }
    .blog-wapper:nth-child(2n+1) {
        clear: both;
        padding-right: 15px !important;
    }
    .rt-account .site-content {
        padding-bottom: 50px
    }
    .mf-product-deals-carousel.rt-martfury .product .rt-product-gallery,
    .mf-product-deals-carousel.rt-martfury .product .entry-summary {
        width: 100%
    }
    .mf-products-of-category .cats-info h2 {
        font-size: 20px
    }
    .mf-catalog-categories .col-cat:nth-child(3n+1) {
        clear: none
    }
    .mf-catalog-categories .col-cat:nth-child(2n+1) {
        clear: both
    }
    .rt-martfury div.product .wc-tabs-wrapper .average-rating {
        margin-bottom: 30px
    }
    .martfury-counter .counter {
        font-size: 36px
    }
    .rt-martfury table.wishlist_table .product-stock-status {
        display: none
    }
    .rt-martfury table.wishlist_table .product-add-to-cart {
        min-width: 200px
    }
    .mf-quick-view-modal div.product .rt-product-gallery.images {
        display: none
    }
    .mf-quick-view-modal div.product .entry-summary {
        position: static;
        margin-top: 0;
        padding: 20px
    }
    .mf-banner-large .banner-row {
        display: block;
        margin: 0
    }
    .mf-banner-large .banner-row:after {
        clear: both;
        content: "";
        display: block
    }
    .mf-banner-large .col-banner-content {
        padding: 0
    }
    .mf-banner-large .banner-content,
    .mf-banner-large .banner-price {
        margin-left: 0;
        padding: 20px 20px 10px
    }
    .mf-banner-large .banner-image,
    .mf-banner-large .col-banner-price {
        padding-left: 0;
        margin-top: 10px
    }
    .mf-banner-large.layout-2 .banner-price,
    .mf-banner-large.layout-3 .banner-price {
        padding-left: 20px
    }
    #primary-sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    #primary {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .layout-boxed.single-product-layout-4 .product-summary-content {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .layout-boxed.single-product-layout-4 #primary-sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    body .martfury-empty-space .mf_empty_space_md,
    body .martfury-empty-space .mf_empty_space_lg {
        display: none
    }
    body .martfury-empty-space .mf_empty_space_xs {
        display: block
    }

    li.register-producer {border: 0;background: #f3ab2a;text-align: center;color: white;border-radius: 3px;overflow: hidden;}

    li.register-producer a {
        color: white !important;
        font-weight: 600 !important;
    }

    li.login-register {
        width: 100%;
        float: left;
        border: 0;
        background: #1877f2;
        margin-left: 0 !important;
        text-align: center;
        margin-top: 10px;
        border-radius: 3px;
        overflow: hidden;
    }

    li.login-register:last-child {
        margin-left: 10px;
        margin-right: 0;
    }

    li.login-register a {
        color: white !important;
        font-weight: 600 !important;
    }

    li.register-producer a i {
        font-size: 20px;
        float: left;
        margin-right: 9px;
        margin-top: 5px;
    }

    li.register-producer a span {
        float: left;
        margin: auto;
    }

    li.register-producer a {
        display: flex !important;
    }

    .martfury-container {
        padding-left: 15px;
        padding-right: 15px
    }
    .mf-recently-products.rv-full-width>.rv-container {
        padding-left: 15px;
        padding-right: 15px
    }
    .site-header .product-extra-search .hot-words {
        display: none
    }
    .site-header .extras-menu .menu-item-hotline {
        display: none
    }
    h2.font-small-mobile {
        font-size: 30px !important
    }
    .top-promotion .promotion-content {
        display: block
    }
    .top-promotion .promotion-content .promo-right {
        display: none
    }
    .top-promotion .promotion-content .promo-left {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-right: 0
    }
    .top-promotion .promotion-content .promo-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 15px
    }
    .mf-catalog-brands .brand-item {
        width: 50%
    }
    .mf-catalog-banners .slick-arrow {
        display: none !important
    }
    .martfury-icons-list ul li {
        width: 100%
    }
    .martfury-icons-list ul li:after {
        display: none
    }
    .mf-products-top-carousel .carousel-header {
        display: block
    }
    .mf-products-top-carousel .carousel-header .cats-list {
        margin-top: 10px
    }
    .mf-products-top-carousel .slick-arrow {
        display: none !important
    }
    .mf-products-top-carousel .slick-dots {
        display: block !important
    }
    .mf-products-carousel.header-3 .cat-header .cat-title,
    .mf-product-deals-grid .cat-header .cat-title {
        font-size: 16px
    }
    .mf-other-categories .categories-list .col-cat {
        width: 50%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(2n+1) {
        clear: both
    }
    .mf-other-categories .categories-list .col-cat:nth-child(3n+1) {
        clear: none
    }
    .mf-products-grid .cat-header .link {
        padding-left: 0
    }
    .rt-martfury ul.products:not(.slick-slider) li.product:nth-child(3n+1) {
        clear: none !important
    }
    .rt-martfury ul.products:not(.slick-slider) li.product:nth-child(2n+1) {
        clear: both !important
    }
    .mf-product-deals-day .cat-header {
        display: block
    }
    .mf-product-deals-day .header-content {
        display: block;
        margin-bottom: 10px
    }
    .mf-product-deals-day .header-content .cat-title {
        margin-right: 0;
        margin-bottom: 10px
    }
    .mf-product-deals-day .header-countdown {
        display: inline-block
    }
    .mf-products-of-category {
        display: block
    }
    .mf-products-of-category .cats-info,
    .mf-products-of-category .products-box {
        width: 100%
    }
    .mf-products-of-category .cats-info {
        padding: 30px
    }
    .mf-products-of-category .cats-info h2 {
        margin-bottom: 20px
    }
    .mf-products-of-category .cats-info .extra-links {
        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: 0 -10px
    }
    .mf-products-of-category .cats-info .extra-links li {
        margin: 0;
        padding: 5px 10px;
        line-height: 1;
        position: relative
    }
    .mf-products-of-category .cats-info .extra-links li:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 10px;
        background-color: #666;
        content: ""
    }
    .mf-products-of-category .cats-info .footer-link {
        margin-top: 15px
    }
    .mf-products-of-category .products-box {
        border: none
    }
    .mf-products-tabs .tabs-header {
        display: block
    }
    .mf-products-tabs .tabs-header .tabs-header-nav {
        display: block;
        margin-top: 10px
    }
    .mf-products-tabs .tabs-header .tabs-nav {
        display: block;
        margin: 0 -10px 5px
    }
    .mf-products-tabs .tabs-header .tabs-nav li {
        padding: 0 10px
    }
    .mf-products-tabs .tabs-header .link {
        padding-left: 0
    }
    .mf-recently-products .recently-header {
        display: block
    }
    .mf-recently-products .recently-header .title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .mf-category-tabs .tabs-header ul {
        padding-left: 40px;
        padding-right: 40px
    }
    .mf-category-tabs .tabs-header .slick-arrow {
        font-size: 18px
    }
    .mf-category-tabs .tabs-header .slick-prev-arrow {
        left: 15px
    }
    .mf-category-tabs .tabs-header .slick-next-arrow {
        right: 15px
    }
    .mf-category-tabs .tabs-content ul li {
        width: 25%
    }
    .mf-product-deals-carousel .cat-header {
        display: block
    }
    .mf-product-deals-carousel .cat-header .slick-arrows {
        margin-top: 10px
    }
    .mf-product-deals-carousel .cat-header .slick-arrow {
        padding-left: 0;
        padding-right: 15px
    }
    .mf-category-box .cat-header {
        display: block
    }
    .mf-category-box .cat-header .extra-links {
        margin: 5px -10px 0
    }
    .mf-category-box .cat-header .extra-links li {
        padding: 0 10px
    }
    .martfury-images-grid .images-list li {
        width: 33.33%
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-content,
    .rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
        width: 100%
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary {
        display: block
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
        margin-top: 30px
    }
    .rt-martfury #review_form #respond .comment-form-author,
    .rt-martfury #review_form #respond .comment-form-email {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .rt-martfury #reviews .bar-rating .star-item .sbar {
        min-width: 150px
    }
    .mf-product-fbt ul.products li.product {
        width: 100% !important
    }
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .product-inner {
        display: block
    }
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .mf-product-thumbnail,
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .mf-product-details {
        width: 100%
    }
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .mf-product-details {
        display: block;
        padding-left: 0
    }
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .mf-product-details .mf-product-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
    .rt-martfury.shop-view-list .mf-shop-content ul.products li.product .mf-product-details .mf-product-price-box {
        max-width: 100%;
        float: none;
        clear: both
    }
    .martfury-newletter .form-title {
        font-size: 20px
    }
    .martfury-newletter .form-desc {
        font-size: 14px
    }
    .martfury-newletter .mc4wp-form input[type="email"],
    .martfury-newletter .mc4wp-form input[type="submit"] {
        width: 100%
    }
    .martfury-newletter .mc4wp-form input[type="email"] {
        border: 1px solid #ccc;
        margin-bottom: 10px
    }
    .martfury-newletter .mc4wp-form .mc4wp-form-fields {
        display: block
    }
    .footer-history-products {
        display: none
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 100%;
        max-width: 100%
    }
    .widget .mc4wp-form .mc4wp-form-fields {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .site-footer .footer-widgets .widget .mc4wp-form input[type=email] {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0
    }
    .widget .mc4wp-form input[type="submit"] {
        width: 100%;
        margin-top: 15px
    }
    .footer-layout .footer-payments {
        display: block;
        text-align: center
    }
    .footer-layout .footer-payments .payments {
        margin-top: 15px
    }
    .footer-layout .footer-info .info-item {
        width: 100%;
        max-width: 100%
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item .quantity {
        display: block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name {
        min-width: 185px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name>a {
        font-size: 14px;
        line-height: 22px;
        width: calc(100% - 90px);
        float: left;
    }
    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation dt {
        float: left;
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-item.product-detail-mobile a {
        width: 100%;
    }
    .rt-cart .rt-martfury table.shop_table td.product-thumbnail {
        padding-left: 10px;
        width: 100px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation dd {
        display: inline-block
    }
    .rt-martfury table.shop_table tr td.product-name .rt-Price-amount,
    .rt-martfury table.shop_table tbody td.product-name .rt-Price-amount {
        display: block
    }
    .martfury-journey ul a {
        font-size: 14px
    }
    .martfury-journey ul a span {
        width: 20px;
        height: 20px;
        bottom: 4px
    }
    .rt-martfury table.wishlist_table .product-name .product-price,
    .rt-martfury table.wishlist_table .product-name .product-add-to-cart {
        display: block
    }
    .rt-martfury table.wishlist_table .product-name .product-add-to-cart .ajax_add_to_cart.loading:after {
        top: 16px
    }
    .rt-martfury table.wishlist_table .product-price,
    .rt-martfury table.wishlist_table .product-add-to-cart {
        display: none
    }
    .rt-martfury table.wishlist_table .product-price {
        padding: 10px 0
    }
    .rt-martfury table.wishlist_table .product-price del,
    .rt-martfury table.wishlist_table .product-price ins {
        display: inline-block
    }
    .martfury-map-shortcode .mf-map {
        max-height: 320px
    }
    .martfury-faq_group .g-title {
        margin-bottom: 10px
    }
    .martfury-faq_group .title {
        margin-left: 0;
        margin-bottom: 5px
    }
    .martfury-coming-soon .timer {
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .martfury-coming-soon .timer .digits {
        font-size: 24px
    }
    .error-404 .page-content .page-title {
        font-size: 24px
    }
    .error-404 .page-content p {
        font-size: 14px
    }
    .martfury-process .process-step {
        padding: 0
    }
    .martfury-process .process-step:before {
        left: 44px
    }
    .martfury-process .process-step .step {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px
    }
    .martfury-process .process-image {
        display: none
    }
    .martfury-process .process-content {
        padding-left: 80px
    }
    blockquote {
        font-size: 16px;
        padding-left: 20px
    }
    .blog-wapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 15px !important;
    }
    .blog-wapper.post-item-small-thumb .entry-header {
        margin-bottom: 15px
    }
    .blog-wapper.post-item-small-thumb .entry-header .entry-image img {
        height: auto
    }
    .blog-wapper.post-item-small-thumb .entry-header,
    .blog-wapper.post-item-small-thumb .entry-content {
        width: 100%;
        padding: 0;
    }
    .single-post-header .entry-title {
        font-size: 24px
    }
    .single-post-header.layout-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .single-post .post-navigation .nav-previous,
    .single-post .post-navigation .nav-next {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        text-align: left
    }
    .martfury-latest-post .post-header {
        display: block
    }
    .martfury-latest-post .post-header .extra-links {
        margin-top: 15px;
        padding-left: 0;
        margin-left: -15px;
        margin-right: -15px
    }
    .martfury-latest-post .post-header .extra-links li {
        padding-left: 15px;
        padding-right: 15px
    }
    .mf-product-deals-carousel.rt-martfury .product .rt-product-gallery {
        padding-left: 0
    }
    .mf-product-deals-carousel.rt-martfury .product .rt-product-gallery .flex-control-thumbs {
        display: none
    }
    .mf-product-deals-day .cat-header {
        display: block
    }
    .mf-product-deals-day .cat-header .extra-links {
        margin-top: 15px
    }
    .mf-newsletter-popup .newletter-content .nl-inner {
        width: 100%
    }
    .page-header-page .entry-title {
        font-size: 24px
    }
    .mf-vendor-header-tabs ul li {
        display: block;
        margin: 5px 0;
        padding: 0
    }
    .mf-vendor-header-tabs {
        display: block
    }
    .rt-martfury.mb-add-to-cart-fixed div.product span.btn-add-cart-product {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 500;
        width: 100%;
        opacity: 1;
        border-radius: 0px;
        background: white;
        padding: 10px;
        border-top: 1px solid #ededed;
    }

    span#AddToCartText-product-template-full-width:before {content: "\f217";font-family: "Font Awesome 5 Pro";font-weight: 300;margin-right: 10px;}

    .rt-martfury.mb-add-to-cart-fixed.single-product .backtotop {
        bottom: 50px
    }
    .rt-martfury.mb-add-to-cart-fixed .site-footer {
        margin-bottom: 0px
    }
    .rt-martfury div.product .actions-button {
        width: 100%;
        clear: both;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
    .rt-martfury div.product .actions-button:after {
        clear: both;
        content: "";
        display: block
    }
    .sticky-product-info-wapper {
        display: none
    }
    .mf-banner-medium.layout-2,
    .mf-banner-medium.layout-3,
    .mf-banner-medium.layout-4 {
        border: 0px solid rgba(0, 0, 0, 0.15)
    }
    .mf-banner-medium.layout-2 .banner-content,
    .mf-banner-medium.layout-3 .banner-content,
    .mf-banner-medium.layout-4 .banner-content {
        position: static
    }
    .mf-banner-medium.layout-2 .banner-content .link,
    .mf-banner-medium.layout-3 .banner-content .link,
    .mf-banner-medium.layout-4 .banner-content .link {
        margin-top: 20px
    }
    .mf-products-list ul.products li.product {
        width: 100%
    }
    .mf-mc-submit {
        width: 100%
    }
}

@media (max-width: 600px) {
    .header-layout-3 .site-header .header-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo img {
        max-height: 38px !important;
    }

    .logo {
        display: flex;
        flex-wrap: wrap;
    }

    .logo a {
        margin: auto;
    }

    /*.mb-block {
        display: none !important;
    }*/
    .mf-navigation-mobile, #mf-els-modal-mobile {
        display: block !important;
    }
    .mf-navigation-mobile .navigation-list .navigation-mobile_home, .mf-navigation-mobile .navigation-list .navigation-mobile_cat, .mf-navigation-mobile .navigation-list .navigation-mobile_cart {
        display: none !important;
    }

    .mf-navigation-mobile .navigation-list {
        padding: 0 !important;
        width: 40px;
        height: 40px;
    }

    a.navigation-icon.navigation-mobile_search {
        position: relative;
        color: transparent !important;
        width: 40px;
        height: 40px;
        overflow: hidden;
    }

    a.navigation-icon.navigation-mobile_search i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        text-align: center;
        line-height: 40px;
        color: white;
    }

    .mf-navigation-mobile {
        width: 40px;
        height: 40px;
        top: 17px;
        right: 15px !important;
        left: auto !important;
        background: transparent !important;
        border: 0 !important;
    }

    a.navigation-icon.navigation-mobile_search.active i:before {content: "\4d" !important;color: red;}

    a.navigation-icon.navigation-mobile_search.active i {
        background: white;
        font-family: 'ElegantIcons' !important;
    }

    a.navigation-icon.navigation-mobile_search.active {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
    }

    .mf-els-modal-mobile.mb-block.open {
        padding-top: 40px;
    }
/**/
    .site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields {
        display: block
    }
    .site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="email"],
    .site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"] {
        width: 100%;
        margin-bottom: 15px
    }
    .mf-other-categories .categories-list .col-cat {
        width: 100%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(2n+1) {
        clear: none
    }
    .mf-product-deals-grid ul.products li.product {
        width: 100%
    }
    .mf-product-deals-grid ul.products li.product a img {
        width: auto
    }
    .rt-cart .rt-martfury table.cart .btn-update,
    .rt-cart .rt-martfury table.checkout .btn-update {
        float: none;
        width: 100%;
        margin-top: 15px
    }
    .rt-cart .rt-martfury table.cart .btn-update .button,
    .rt-cart .rt-martfury table.checkout .btn-update .button {
        width: 100%
    }
    .rt-cart .rt-martfury table.cart .btn-shop,
    .rt-cart .rt-martfury table.checkout .btn-shop {
        width: 100%
    }
    .primary-mobile-nav {
        width: 320px;
        left: -320px
    }
    .primary-user-nav {
        width: 320px;
        right: -320px
    }
    .display-user-mobile .primary-user-nav {
        transform: translate3d(-320px, 0, 0)
    }
    .display-mobile-menu .primary-mobile-nav {
        transform: translate3d(320px, 0, 0)
    }
}

@media (max-width: 575px) {
    .rt-martfury div.product form div.quantity {
        margin-bottom: 15px;
        float: none;
        width: 100%
    }
    .site-header .header-extras .extras-menu>li.menu-item-compare {
        display: none
    }
    .primary-mobile-nav {
        width: 280px;
        left: -280px
    }
    .display-mobile-menu .primary-mobile-nav {
        transform: translate3d(280px, 0, 0)
    }
    .primary-user-nav {
        width: 280px;
        right: -280px
    }
    .display-user-mobile .primary-user-nav {
        transform: translate3d(-280px, 0, 0)
    }
    .rt-cart .rt-martfury table.shop_table td.product-quantity {
        width: auto
    }
    .rt-cart .rt-martfury table.shop_table td.product-name {
        min-width: auto
    }
    .rt-cart .rt-martfury table.shop_table td .quantity {
        width: 90px
    }
    .rt-cart .rt-martfury table.shop_table td .quantity .qty {
        margin-right: 0;
        margin-left: 0
    }
    .rt-cart .rt-martfury table.shop_table td .quantity .decrease,
    .rt-cart .rt-martfury table.shop_table td .quantity .increase {
        display: none
    }
    .mf-banner-large.layout-3 {
        padding: 30px
    }
    .mf-banner-small .box-price,
    .mf-banner-small .banner-content .desc {
        display: none
    }
    .mf-banner-small .banner-content {
        margin: 20px
    }
    .mf-banner-medium.layout-5 .banner-content .link {
        display: none
    }
    .site-header .mobile-menu-row {
        position: relative
    }
    .site-header .product-extra-search .search-wrapper {
        position: static
    }
    .mf-image-box .box-title {
        font-size: 12px;
        font-weight: 500
    }
}

@media (max-width: 370px) {
    .rt-martfury .shop-toolbar .rt-ordering .current {
        min-width: 200px
    }
}

.mf-product-deals-carousel .product-single__thumbnails .slick-list {
    height: auto !important
}

@media (min-width: 992px) {
    .mf-product-deals-carousel,
    .mf-products-list-border {
        min-height: 500px
    }
    .mf-product-deals-carousel .view-more,
    .mf-products-list-border .view-more {
        margin-top: 10px
    }
    .mf-banners-grid .l-banners .banner-item .slideshow {
        height: 270px
    }
}

.slideshow-wrapper.style-banner-none .slick-dots {
    display: block;
    position: absolute;
    transform: matrix(1, 0, 0, 1, -70, -30);
    display: inline-flex;
    left: 50%;
    list-style: none
}

.slideshow-wrapper.style-banner-none .slick-dots li {
    padding: 0 5px;
    cursor: pointer
}

.slideshow-wrapper.style-banner-none .slick-dots li .dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.5s
}

.slideshow-wrapper.style-banner-none .slick-dots li.slick-active .dot {
    background-color: #1877f2
}

@media (max-width: 575px) {
    .slideshow-wrapper .container.slick-slider .slick-arrow {
        display: none !important
    }
    .style-banner-none .slideshow__text-wrap .slideshow__text-content {
        padding: 0 25px
    }
    .footer__widget.nav-widget .heading label:after {
        content: "\e93a";
        display: inline-block;
        font: normal normal normal 14px/1 linearicons;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }
    .footer__widget.nav-widget input:checked+.heading label:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .footer__widget.nav-widget .heading+.content {
        margin-top: 0;
        margin-bottom: 15px;
        display: none;
        -ms-animation: fadeIn 0.5s;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s
    }
    .footer__widget.nav-widget input:checked+.heading+.content {
        display: block
    }
    .collection-header {
        min-height: 150px
    }
    .mf-catalog-layout-3 .mf-product-deals-grid .products-grid .product {
        max-width: 100%;
        flex: 0 0 100%
    }
    .mf-catalog-layout-3 .mf-product-deals-grid .cat-header {
        margin: 0 -10px
    }
    .custom-html-widget img {
        width: 100%
    }
    .template-collection .shop-loader {
        z-index: 999999
    }
    .page-collection #mf-category-content .catalog-title {
        padding: 10px 0 0
    }
}

@media (max-width: 767px) {
    h2.account-heading {
        font-size: 18px;
        font-weight: 600;
    }
    .order-left-success {
        width: 100% !important;
    }

    .banner-success-order {
        width: 100% !important;
        margin-top: 20px;
    }
    .alert.alert-error {
        width: 100%;
        display: inline-block;
    }
    td.product__price {
        text-align: right;
    }
    div#partial-icon-symbols {
        display: none;
    }
    .control-wrapper {
        display: inherit !important;
    }
    .page-cart {
        padding-bottom: 80px;
    }

    td.product-name {
        position: relative;
    }

    .product-detail-mobile .product-item:last-child {
        position: absolute;
        bottom: 0;
        left: 90%;
        width: 169px;
    }
    .slick-dots {
        display: block;
        position: absolute;
        transform: matrix(1, 0, 0, 1, 0, -30);
        display: inline-flex;
        list-style: none;
        width: 100%;
        justify-content: center
    }
    .mf-product-detail .summary.entry-summary>.col-12 {
        padding: 0;
    }
    .slick-dots .dot {
        width: 8px;
        height: 8px;
        background-color: lightgray;
        border-radius: 50%;
        transition: all 0.5s
    }
    .slick-dots .slick-active .dot {
        background-color: #1877f2
    }
    .slick-dots li {
        padding: 0 5px;
        cursor: pointer
    }
    .thumbnails-wrapper {
        display: none
    }
    .template-product form div .product-form__item--submit button {
        margin: 0px
    }
    .site-copyright .footer__widget .html {
        display: block
    }
    .product-single__photo-wrapper .slick-dots {
        padding-top: 40px
    }
    .meta-review p {
        padding: 0
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .actions-button a {
        margin-left: 0
    }
    .mf-recently-products .rv-container .products-slider .products .product__item {
        margin: 0
    }
    .rt-martfury .best-sellers-year .slick-arrow {
        top: -80px;
        background-color: transparent;
        display: none !important
    }
    .mf-products-carousel.header-3 .slick-next {
        right: 10px
    }
    .products-slider .slick-arrow {
        display: block !important
    }
    .mf-banner-large.layout-2 {
        padding: 10px 0px 20px 0px;
    }
    .mf-banner-large.layout-2 .featured-image {
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    .mf-banner-large.layout-2 .banner-content .desc {
        display: none
    }
    .mf-banner-large.layout-2 .banner-content .box-title {
        font-size: 24px;
        font-weight: 400
    }
    .mf-banner-large.layout-2 .banner-price .link {
        display: none
    }
    .r-banners {
        width: 100% !important
    }
    .r-banners .banner-list {
        width: 100%;
        height: 525px
    }
    .mf-product-deals-day ul.slick-dots {
        width: 100%;
        justify-content: center
    }
}

.mf-catalog-layout-2 .site-widget {
    display: none
}

#shopify-section-collection-template-carousel #site-secondary {
    display: none
}

#shopify-section-collection-template-carousel #mf-category-content {
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width: 991px) {
    .template-collection .products .product {
        padding-left: 2.5px;
        padding-right: 2.5px;
        margin-bottom: 5px
    }
    .template-collection .products .product .product-inner {
        padding: 10px 10px 15px;
        border: 1px solid #e7e7e7;
        margin-bottom: 0;
        height: 100%
    }
    .template-collection .products .product form {
        margin-bottom: 0;
        height: 100%
    }
    .template-collection .products .product .mf-product-details-hover .mf-attr-swatches {
        display: none
    }
    .template-collection .collection-toolbar {
        margin: 0 -15px 5px -15px
    }
    .template-collection .collection-toolbar .toolbar-right:before {
        content: '\e9ba';
        display: inline-block;
        font: normal normal normal 14px/1 linearicons;
        font-size: 20px;
        color: #999;
        padding-right: 10px
    }
    .template-collection .collection-toolbar .toolbar-right li {
        margin-left: 0px
    }
    .template-collection .collection-toolbar .toolbar-right li .select-wrapper select {
        text-transform: capitalize;
        border-bottom: 0;
        font-weight: 600
    }
    .template-collection .site-sidebar {
        background-color: #f4f4f4
    }
    .template-collection .site-sidebar .site-widget {
        margin-bottom: 0px
    }
    .template-collection .site-content {
        padding-top: 0;
        padding-bottom: 0px
    }
    .template-collection .collection-toolbar .sidebar__btn i {
        font-size: 20px;
        padding-right: 3px;
        color: #999
    }
    .template-collection .collection-toolbar .sidebar__btn span {
        position: absolute;
        text-transform: capitalize
    }
    .template-collection .site-pagination {
        margin: 45px 0
    }
    .template-collection .mf-recently-products .rv-container .products-slider .products .product__item {
        margin: 0
    }
    .products-slider .products .product .product-inner {
        border: none
    }
    .mf-catalog-layout-2 #site-primary {
        padding-top: 0
    }
    .mf-catalog-layout-2 .mf-catalog-top-categories {
        margin-bottom: 0
    }
    .mf-catalog-layout-2 .mf-catalog-top-categories #site-secondary {
        padding-top: 0
    }
    .mf-catalog-layout-2 .mf-catalog-top-categories .top-categories-list {
        height: auto
    }
    .mf-catalog-layout-2 #site-primary .collection-toolbar {
        background-color: #f1f1f1
    }
    .mf-catalog-layout-2 .site-widget.filtering {
        display: block
    }
    #shopify-section-collection-template-carousel #site-secondary {
        display: block
    }
    .related.products .products-slider .slick-arrow {
        top: -94px;
        background-color: transparent
    }
    .upsell {
        margin: 30px 0 100px;
        background-color: #fff
    }
    .upsell .slick-dots {
        margin: 20px 0 0px
    }
    .upsell .page-subheading {
        padding: 10px 0 15px 0
    }
    .totop_btn {
        bottom: 75px
    }
    .has-bg-title .slick-arrow.slick-next {
        right: 10px
    }
    .mf-category-tabs .tabs-header {
        display: none
    }
    .mf-products-of-category-2 .cats-header .extra-links {
        display: none
    }
    .mf-products-of-category-2 .products-cat .col-product-content .images-slider {
        display: block !important
    }
    .mf-products-of-category-2 .products-cat .col-product-content .images-slider .image-item {
        width: 100%
    }
    .mf-products-of-category-2 .slick-dots {
        padding-bottom: 40px !important
    }
    .mf-product-deals-carousel .product {
        margin-right: 0
    }
    .couple-banner .mf-banner-medium .banner-content .s-content .desc {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .rt-martfury div.product form .product-form__item--submit {
        padding: 0 15px
    }
    .rt-martfury div.product form .product-form__item--submit .single_add_to_cart_button {
        width: 100%;
        min-width: 100px;
        margin: 0px
    }
    .rt-martfury .mf-single-product.mf-product-layout-3 .actions-button a {
        margin-left: 0
    }
    .collection-header {
        min-height: 300px
    }
}

@media (min-width: 1200px) {
    #shopify-section-product-template-boxed .section-layout-boxed {
        padding-top: 30px;
        margin-top: 0
    }
}

html {
    overflow-x: hidden
}

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

.topbar .topbar-right .widget.currency {
    top: -2px;
    padding-right: 40px
}

.spr-icon-star-empty:before {
    content: "\e800" !important;
    color: #cdcdcd
}

.meta-brand span {
    text-transform: capitalize
}

.mf-entry-product-header .entry-left label,
.mf-entry-product-header .entry-left .product-single__review {
    padding: 0
}

.mega-menu-content .submenu_html {
    margin-left: 15px
}

.line {
    height: 20px;
    margin: 15px 0 0 15px;
    border-top: 1px solid #e7e7e7
}

#site-secondary .site-sidebar .site-widget.linklist {
    margin-bottom: 25px
}

#site-secondary .site-sidebar .site-widget.linklist .site-widget__title {
    margin-bottom: 5px
}

#site-secondary .site-sidebar .site-widget.linklist li {
    padding-top: 14px
}

.template-collection .mf-recently-products.layout-1.footer-recently-viewed {
    padding-top: 0
}

.mf-product-content .mf-vendor-name .sold-by-meta {
    display: block !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 12px
}

.mf-product-content .mf-vendor-name .sold-by-label {
    display: none
}

.breadcrumbs .arrow_carrot-right {
    margin: 3px 3px;
    font-size: 12px;
}

.rt-martfury div.product form.product-single__form-product-template-default .single_add_to_cart_button {
    width: 100%
}

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

.slick-dots li.slick-active .dot {
    background-color: #1877f2
}

.mf-navigation-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /*z-index: 99;*/
    background-color: #fff;
    border-top: 1px solid #ccc
}

.mf-navigation-mobile .navigation-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px
}

.mf-navigation-mobile .navigation-list .navigation-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000
}

.mf-navigation-mobile .navigation-list .navigation-icon.active {
    color: #1877f2
}

.mf-navigation-mobile .navigation-list .navigation-icon i {
    font-size: 24px
}

@media (max-width: 991px) {
    .topbar .widget:after {
        display: none
    }
    .topbar .topbar-mobile {
        padding-left: 0px
    }
    .product-deals .mf-product-deals-day .cat-header .header-content {
        margin-bottom: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
    .product-deals .mf-product-deals-day .cat-header .header-content .cat-title {
        margin-bottom: 0
    }
    .product-deals .mf-product-deals-day .cat-header .header-content .header-countdown font {
        display: none
    }
    .product-deals .mf-product-deals-day .slick-arrow {
        display: none !important;
        background: transparent;
        top: -75px
    }
    .mf-els-modal-mobile {
        width: 100%;
        background-color: #fff;
        position: fixed;
        left: -100%;
        top: 0;
        overflow: auto;
        height: 100%;
        color: #aaa;
        z-index: -999999;
        transition: transform .35s ease;
        display: none;
        padding-bottom: 87px;
        display: block;
        z-index: 99
    }
    .mf-els-modal-mobile.open.mb-block {
        transform: translate3d(100%, 0, 0)
    }
    .mf-els-modal-mobile .mf-search-mobile-modal.current {
        display: block
    }
    .mf-els-modal-mobile .search-wrapper {
        padding: 15px;
        background-color: #1877f2;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative
    }
    .mf-els-modal-mobile .search-wrapper .search-field {
        border: 0;
        float: left;
        height: 42px;
        line-height: 42px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        width: 100%;
        background: #fff;
        padding: 10px
    }
    .mf-els-modal-mobile .search-wrapper .search-submit {
        height: 42px;
        line-height: 42px;
        width: 50px;
        min-width: 42px;
        text-align: center;
        background-color: #000;
        border: 0;
        font-weight: 700;
        color: #fff;
        font-size: 20px
    }
    .mf-els-modal-mobile .search-trending {
        margin-top: 55px;
        text-align: center
    }
    .mf-els-modal-mobile .search-trending h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 20px;
        line-height: 1
    }
    .mf-els-modal-mobile .search-trending ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .mf-els-modal-mobile .search-trending ul li {
        padding: 8px 0;
        margin-bottom: 0
    }
    .mf-els-modal-mobile .search__ajax.loading .search-wrapper:before {
        top: 30px;
        right: 70px
    }
    .mf-els-modal-mobile .search__results .search__container {
        width: 100%
    }
    .mf-els-modal-mobile .close-search-modal {
        display: flex;
        float: right;
        margin: 10px 15px
    }
    .template-index .navigation-mobile_home,
    .template-cart .navigation-mobile_cart {
        color: #1877f2 !important
    }
    .header-sticky__placeholder.visible .header-main {
        padding-top: 20px;
        padding-bottom: 15px
    }
    .header-sticky__placeholder.visible .d-logo {
        display: block !important
    }
    .header-sticky__placeholder.visible .d-department {
        display: none !important
    }
    #shopify-section-header-mobile {
        display: block;
        height: 0;
        padding: 0;
        border: 0
    }
    #shopify-section-header-mobile .mobile-header__nav .mobile-nav__open {
        display: none
    }
    #shopify-section-header-mobile .products-search {
        display: none
    }
    #mf-els-modal-mobile {
        display: block
    }
    .mf-banner-list .container {
        padding: 0;
        max-width: 100%
    }
    .mf-banner-list .container .vc_column_container {
        padding-left: 5px
    }
    .mf-banner-list .container .vc_column_container .vc_column-inner {
        padding: 0
    }
    .mf-banner-list .container .vc_column_container .vc_column-inner img {
        width: 100%
    }
    .mf-products-carousel .products-slider .slick-dotted .slick-dots {
        display: flex !important;
        margin-top: 40px
    }
    .template-collection .products .products-slider .product .product-inner,
    .template-collection .mf-product-deals-grid .products .product .product-inner {
        border: 0
    }
    .topbar-mobile #custom_html-12 {
        margin-top: 2px
    }
    .mf-products-tabs .products-slider .slick-arrow {
        background: transparent
    }
    .mf-banner-medium .banner-content .desc {
        display: none
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .product-deals .mf-product-deals-day .slick-arrow {
        display: block !important
    }
    .rt-martfury .best-sellers-year .slick-arrow {
        top: -80px;
        background-color: transparent;
        display: block !important
    }
    .couple-banner {
        margin-top: -20px
    }
    .couple-banner .wpb_wrapper {
        display: flex
    }
    .couple-banner .wpb_wrapper .mf-banner-medium {
        width: 50%
    }
    .couple-banner .wpb_wrapper .mf-banner-medium.layout-3 {
        margin-right: 5px
    }
    .couple-banner .wpb_wrapper .mf-banner-medium.layout-4 {
        margin-left: 5px
    }
    #shopify-section-collection-template-layout-2 .upsell .page-subheading {
        padding: 10px 0 15px 15px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .mobile-header__nav.menu-opened .mobile__menu-wrapper {
        width: 310px
    }
}

.mf-navigation-mobile,
#mf-els-modal-mobile {
    display: none
}

.upsell {
    background-color: #fff;
    margin: 10px 0 30px
}

.upsell .page-subheading {
    padding: 10px 0 15px 0
}

.template-collection #shopify-section-collection-template-default .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-categories .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-sidebar .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-without-banner .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-layout-2 .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-layout-3 .products .products-slider .slick-arrow {
    left: auto;
    right: 0;
    top: -50px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    position: absolute
}

.template-collection #shopify-section-collection-template-default .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template-categories .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template-sidebar .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template-without-banner .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template-layout-2 .products .products-slider .slick-arrow.slick-prev,
.template-collection #shopify-section-collection-template-layout-3 .products .products-slider .slick-arrow.slick-prev {
    right: 45px
}

.template-collection #shopify-section-collection-template-categories .products .products-slider .slick-arrow,
.template-collection #shopify-section-collection-template-layout-2 .products .products-slider .slick-arrow {
    top: -50px
}

@media (max-width: 767px) {
    .template-product .mf-navigation-mobile .navigation-list {
        /*display: none !important*/
    }
    .template-product .header-sticky__placeholder.visible {
        display: block !important
    }
    .template-product .header-sticky__placeholder.visible .d-xs-block {
        display: block !important
    }
    .template-product .d-none.product-page-show {
        display: block !important;
        margin-left: 15px
    }
    .template-product .d-none.product-page-show .icon-menu {
        font-size: 28px
    }
    .template-product .d-none.product-page-show.search-widget {
        margin: 0
    }
    .template-product .d-none.product-page-show.search-widget .icon-magnifier {
        font-size: 24px
    }
    .template-product .mobile__menu-wrapper {
        width: 310px
    }
    .template-product .mobile-nav__close {
        z-index: 9000
    }
    .template-product .site-header .header-extras .extras-menu>li {
        padding-left: 10px;
        padding-right: 10px
    }
    .template-product .site-header .header-extras .extras-menu>li.menu-item-account {
        display: none
    }
    .template-product .header-logo {
        display: flex
    }
    .template-product .shopify-payment-button .shopify-payment-button__button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 500;
        width: 50%;
        opacity: 1;
        margin-left: 50%;
        height: 52px;
        line-height: 52px;
        font-weight: 600;
        font-size: 18px;
        min-width: 210px;
        border-radius: 0px;
        cursor: pointer;
        text-transform: capitalize
    }
    .site-header .extras-menu>li>a.navigation-mobile_search {
        top: 4px
    }
    .tabs-section .slick-dots {
        text-align: center;
        margin-bottom: 0px !important;
    }
    .tabs-section .slick-dots li {
        display: inline-block
    }
    .category-group .row {
        margin: 0 -3px
    }
    .category-group .row .cat_item {
        margin-bottom: 5px !important
    }
    .category-group .row .cat_item .vc_column-inner {
        padding: 0 3px
    }
    .category-group .row .cat_item .vc_column-inner .mb-block .extra-links {
        display: none
    }
    .mf-banner-list .mf-banner-medium.layout-2 .banner-content {
        padding: 10px 20px;
        position: absolute
    }
    .mf-banner-list .mf-banner-medium.layout-2 .banner-content .s-content .title {
        font-size: 14px
    }
    .mf-banner-list .mf-banner-medium.layout-2 .banner-content .link-box {
        display: none
    }
    .mf-product-deals-carousel {
        padding: 20px 30px
    }
}

@media (max-width: 575px) {
    .products-slider .slick-arrow {
        display: none !important
    }
    #shopify-section-collection-template-categories .upsell .slick-dots,
    #shopify-section-collection-template-layout-2 .upsell .slick-dots {
        margin: 20px 0 30px
    }
    #shopify-section-collection-template-categories .upsell .page-subheading {
        margin: 0 15px
    }
    .upsell .page-subheading {
        margin: 15px 10px 0
    }
    .site-header .header-logo{
        padding-right: 0px;
        display: flex;
    }
    .slick-dots {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        transform: none;
        position: static;
        justify-content: center
    }
    .products.related-product {
        margin-left: 0;
        margin-right: 0
    }
    .products.related-product .products-slider .slick-dots {
        margin-bottom: 30px !important
    }
    .rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .widget_products {
        margin-bottom: 70px
    }
    .section-layout-boxed {
        padding-bottom: 0px
    }
    #shopify-section-product-template-boxed .product-single__content {
        margin-top: 0px
    }
    #shopify-section-product-template-boxed .quantity .qty {
        width: 100%
    }
    .single-product-layout-4 .site-content {
        background-color: #fff
    }
    .rt-martfury .mf-single-product.mf-product-layout-4 .mf-product-detail {
        padding: 0
    }
    .rt-martfury .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper {
        padding: 20px 0
    }
    .rt-martfury .mf-single-product.mf-product-layout-4 .product-sidebar .widget_products .widget-title {
        margin: 0
    }
    #shopify-section-product-template-default .product-summary-content {
        padding: 0
    }
    #shopify-section-product-template-extended .quantity .qty {
        width: 100%
    }
    #shopify-section-product-template-full-width .rt-product-gallery {
        padding-bottom: 0
    }
    #shopify-section-product-template-full-width .quantity .qty {
        width: 100%
    }
    #shopify-section-product-template-sidebar .quantity .qty {
        width: 100%
    }
    .slideshow-wrapper.style-banner-none .slick-dots {
        left: 0;
        transform: matrix(1, 0, 0, 1, 0, -30)
    }
    .mf-banner-small .banner-content .box-title {
        font-size: 18px
    }
    .mf-products-of-category .cats-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        padding: 15px
    }
    .mf-products-of-category .cats-info .footer-link {
        margin-top: 0
    }
    .mf-products-of-category .cats-info h2 {
        margin-bottom: 0px
    }
    .has-border-bottom {
        border-bottom: 1px solid;
        padding-bottom: 14px;
        color: #e7e7e7
    }
    .col-fullwidth {
        margin: 0 -15px
    }
    .footer__widget .heading {
        font-size: 18px
    }
    .upsell {
        margin: 15px 0px 30px
    }
    .upsell .page-subheading {
        padding: 0px 0 15px 0;
        margin-bottom: 30px
    }
    #shopify-section-collection-template-categories .upsell .page-subheading,
    #shopify-section-collection-template-layout-2 .upsell .page-subheading {
        margin: 10px 0 0 10px;
        padding-top: 10px
    }
    .mf-product-deals-day .header-content .cat-title {
        font-size: 18px;
        font-weight: 600
    }
    .product-single__countdown .countdown-section {
        margin: 0
    }
    .quotes-wrapper .slick-slider .slick-next {
        right: -15px
    }
    .quotes-wrapper .slick-slider .slick-prev {
        left: -15px
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .mf-catalog-layout-1 #mf-category-content,
    .mf-catalog-layout-3 #mf-category-content {
        padding-top: 20px !important
    }
    #shopify-section-product-template-boxed .product-template__container.layout-boxed #primary {
        padding: 0
    }
    #shopify-section-product-template-boxed .section-layout-boxed {
        margin-top: 0;
        padding-bottom: 0
    }
    #shopify-section-product-template-boxed .products-slider .slick-arrow {
        top: -75px;
        background-color: transparent
    }
    #shopify-section-product-template-boxed .actions-button {
        display: flex
    }
    #shopify-section-product-template-boxed .actions-button .label {
        display: none
    }
    #shopify-section-product-template-default .rt-product-gallery {
        padding-bottom: 60px
    }
    #shopify-section-product-template-default .product-summary-content {
        padding: 0
    }
    #shopify-section-product-template-default .products-slider .slick-arrow {
        top: -70px;
        background: transparent
    }
    #shopify-section-product-template-extended .rt-product-gallery {
        padding-bottom: 30px
    }
    #shopify-section-product-template-extended .actions-button {
        display: flex
    }
    #shopify-section-product-template-extended .products-slider .slick-arrow {
        top: -70px;
        background: transparent
    }
    #shopify-section-product-template-full-width .actions-button {
        display: flex
    }
    #shopify-section-product-template-full-width .products-slider .slick-arrow {
        top: -70px;
        background: transparent
    }
    #shopify-section-product-template-sidebar .actions-button {
        display: flex
    }
    .mf-product-deals-day .header-link {
        margin-right: 100px
    }
}

@media (min-width: 992px) {
    .product-single__photo-wrapper .slick-dots {
        display: none !important
    }
    .header-layout-2 .currency {
        padding-right: 40px
    }
}

@media (min-width: 575px) and (max-width: 737px) {
    .template-product .header-logo {
        display: contents
    }
}

.d-invisible {
    opacity: 0;
    visibility: hidden
}

.mf-products-of-category-2 .mf-products-tabs .slick-arrow {
    left: auto;
    right: 0;
    top: -75px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    position: absolute
}

.mf-products-of-category-2 .mf-products-tabs .slick-arrow.slick-prev {
    right: 45px
}

.topbar #custom_html-11 {
    top: 2px
}

.header-sticky__placeholder.visible .site-header .product-extra-search .product-cat-label {
    color: #000
}

.mf-recently-products.layout-1.footer-recently-viewed {
    padding-bottom: 60px
}

.mobile-loading {
    opacity: 0;
    pointer-events: none;
    position: relative;
    -ms-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.mobile-loading:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-left-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 30px;
    -ms-animation: loadSpin 0.7s infinite linear;
    -webkit-animation: loadSpin 0.7s infinite linear;
    animation: loadSpin 0.7s infinite linear
}

#shopify-section-collection-template-default .upsell {
    margin: 0px 0 30px
}

#shopify-section-collection-template-default .upsell .page-subheading {
    padding: 0px 0 15px 0
}

#shopify-section-collection-template-categories .page-title {
    border-top: 1px solid #e7e7e7
}

.close-search-modal {
    display: none
}

.template-product .close-search-modal {
    display: block
}

.header-sticky__placeholder .site-nav__item .site-nav__link {
    color: #000 !important
}

.header-sticky__placeholder .site-nav__item .site-nav__link:hover {
    color: #1877f2
}

.header-sticky__placeholder .menu-item-mega a {
    color: #000 !important
}

.header-sticky__placeholder .menu-item-mega a:hover {
    color: #1877f2
}

.mf-banners-grid .r-banners .banner-list .item--ads {
    display: contents;
}

i.icon-procat img {
    max-height: 36px;
}

.mf-products-of-category-2 .products-side .product-inners h2 a {
    height: 42px;
    overflow: hidden;
    float: left;
}

.review-header {
    width: 100%;
}

.review-header span.spr-starrating.spr-summary-starrating {
    width: 100%;
    display: inline-block;
}

.score-product-rating {
    width: 200px;
    float: left;
}

.star-rate-product {
    width: calc(100% - 200px);
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 45px;
}

label.score {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
    color: black;
    margin: 0;
}

.rating-score {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.rating-score img {
    display: inline;
}

p.total-rate {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 5px 0px;
}

.item-rate-product {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}

span.line-rate-star {
    float: left;
    width: 200px;
    height: 7px;
    background: #ededed;
    border-radius: 8px;
    margin: 10px 5px 0px 5px;
    position: relative;
}

span.line-rate-star line {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #1877f2;
    border-radius: 8px;
}

label.num-total-rate-star {
    float: left;
    margin: 0;
    margin-top: 6px;
    line-height: 15px;
}

span.star-rate-vote {
    float: left;
}

span.star-rate-vote img {
    display: inline;
    width: 18px;
}

.review-content {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

p.empty-review {
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;
}

.product-parameter {
    display: inline-block;
    width: 80%;
}

.wraper-content-parameter {
    width: 100%;
    float: left;
}

.header-parameter {
    width: 100%;
    float: left;
}

.content-parameter {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.row-parameter {
    width: 100%;
    float: left;
    position: relative;
}

.label-parameter {
    width: 200px;
    float: left;
    display: -webkit-inline-box;
    padding: 10px 10px;
    color: black;
    font-weight: 600;
    position: relative;
    z-index: 5;
    background: transparent;
}

.text-parameter {
    width: calc(100% - 200px);
    float: left;
    padding: 10px 10px;
    color: black;
    position: relative;
    z-index: 5;
}

.content-parameter .row-parameter:nth-child(odd) .text-parameter {
    background: white;
}

.content-parameter .row-parameter .text-parameter {
    background: #f3f3f3;
}

.row-parameter:before {content: "";background: #ededed;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

.mf-product-summary {
    margin-bottom: 15px;
}

.filter-review-star img {
    display: inline;
    width: 20px;
}

label.filter-star-label {
    margin: 0;
    display: inline;
    margin-left: 8px;
    font-size: 13px;
    color: gray !important;
    text-transform: initial;
}

#site-secondary .site-sidebar .site-widget.linklist .filter-review-star li {
    padding-top: 10px;
}

label.label-check-price {
    margin: 0;
}

label.label-check-price input {
    display: none;
}

label.label-check-price label {
    margin: 0;
    position: relative;
    padding: 5px;
    padding-left: 25px;
    cursor: pointer;
}

label.label-check-price label:before {content: "";position: absolute;width: 18px;height: 18px;border: 1px solid gray;left: 0;top: 5px;}

label.label-check-price input:checked+label:after {content: "\4e";width: 18px;height: 18px;background: #1877f2;top: 5px;left: 0;color: white;position: absolute;font-family: 'ElegantIcons';text-align: center;}

label.label-check-price input:checked+label {
    color: #1877f2;
}

.extra-controls.form-inline {
    display: none;
}

.site-widget.filtering .filter-review-star .filter-tag label:before {
    display: none;
}

.site-widget.filtering .filter-review-star .filter-tag label {
    padding-left: 0;
}

.line-input-price p {
    margin: 0;
    color: gray;
    margin-bottom: 10px;
}

.line-input-price input {
    display: block !important;
    width: 104px;
    background: white;
}

.line-input-price span {
    display: inline-block;
}

.line-input-price span:nth-child(3) {
    margin: 0px 5px !important;
}

.filter-price-submit label:before {display: none !important;}

a.submit-filter-price {
    padding: 7px 30px;
    border: 1px solid #1877f2;
    color: #1877f2;
    text-align: center;
    display: inline-block;
}

.filter-price-submit {
    text-align: center;
}

.limit-height {
    max-height: 295px;
    overflow: hidden;
}

a.more-detail {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    display: flex;
    line-height: 25px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.show-limit-height .limit-height {
    max-height: max-content;
}

.document-main {
    width: 100%;
    display: inline-block;
}

.row.document-list {
    width: 100%;
    float: left;
}

ul.document-table-list {
    width: 100%;
    float: left;
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
}

ul.document-table-list li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    color: black;
}

ul.document-table-list li span.document-number {
    width: 20%;
    float: left;
    position: relative;
    padding: 6px 10px;
}

ul.document-table-list li span.document-title {
    width: calc(100% - 35%);
    float: left;
    position: relative;
    padding: 6px 10px;
}

ul.document-table-list li span.document-post {
    width: 15%;
    float: left;
    position: relative;
    padding: 6px 10px;
}

ul.document-table-list li span.document-number:before {content: "";width: 1px;height: 100%;top: 0;left: 100%;background: #ccc;position: absolute;}

ul.document-table-list li span.document-title:before {content: "";position: absolute;width: 1px;height: 100%;background: #ccc;top: 0;left: 0;}

ul.document-table-list li span.document-title:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 100%;
}

ul.document-table-list li span.document-post:before {content: "";width: 1px;height: 100%;background: #ccc;top: 0;left: 0;}

ul.document-table-list li:first-child {
    background: #bfbfbf !important;
}

ul.document-table-list li:nth-child(odd) {
    background: #f3f3f3;
}

input.docs-text {
    background: white;
    width: 100%;
}

select.cbox-docs {
    background: white;
    cursor: pointer;
    width: 100%;
}

.fields-box-document {
    width: 100%;
    margin-bottom: 10px;
}

span.more-nav-right, span.more-nav-right-child {
    position: absolute;
    font-size: 22px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    top: 10px;
    right: 0;
    cursor: pointer;
}

span.more-nav-right i, span.more-nav-right-child i {
    margin: 0;
}

li.more-level>ul {
    display: block !important;
    padding-left: 15px;
}

li.nav-child {
    padding-right: 16px;
}

span.td-view {
    width: 10%;
    float: left;
    position: relative;
    padding: 6px 10px;
    text-align: center;
    display: flex;
}

span.td-reply {
    width: 10%;
    float: left;
    position: relative;
    padding: 6px 10px;
    display: flex;
}

span.td-post {
    width: 15%;
    float: left;
    position: relative;
    padding: 6px 10px;
    display: flex;
}

ul.document-table-list li span.td-title {
    width: calc(100% - 35%);
    float: left;
    position: relative;
    padding: 6px 10px;
    display: flex;
}

ul.document-table-list li span.td-title:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 100%;
}

span.td-view:before {content: "";position: absolute;width: 1px;height: 100%;background: #ccc;top: 0;left: 0;}

ul.document-table-list li span.td-view:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 100%;
}

.bus-item {
    position: relative !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bus-item a {
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: 0px 0px 3px -2px black;
}

.banner-bus {
    width: 100%;
    float: left;
    height: 120px;
    overflow: hidden;
    background-size: cover;
}

.banner-bus img {
    height: 100%;
    /* width: auto !important; */
    width: 100%;
}

.logo-bus {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 85px;
    left: 50%;
    z-index: 6;
    margin-left: -35px;
    border: 1px solid #222f55;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    flex-wrap: wrap;
    display: flex;
}

.name-bus {
    width: 100%;
    float: left;
    margin-top: 37px;
    margin-bottom: 10px;
    height: 35px;
    text-align: center;
}

.header-kiosk {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 6px;
    position: relative;
}

.header-banner-kiosk {
    float: right;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}

.header-banner-kiosk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));
}

.header-left {
    width: 100%;
    float: left;
    height: 100%;
}

.logo-kiosk {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-bottom: 10px;
    position: absolute;
    left: 20px;
    top: 15px;
    border: 5px solid white;
}

.logo-kiosk img {
    width: 100%;
    height: 100%;
}

.business-info {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

.header-business-info {
    width: 100%;
    float: left;
    background: #222f55;
    color: white;
    /* padding: 10px; */
    text-transform: uppercase;
}

.header-business-info h3 {
    font-size: 16px;
    float: left;
    padding: 12px;
}

ul.list-menu-kiosk {
    float: right;
    padding-right: 10px;
}

ul.list-menu-kiosk li {
    float: left;
}

ul.list-menu-kiosk li a {
    padding: 10px;
    float: left;
    font-size: 14px;
    color: white;
}

.table-info-business {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-top: 0;
}

.rows-info-business:nth-of-type(odd) {
    background: #ededed;
}

.rows-info-business {
    width: 100%;
    float: left;
    background: white;
    border-bottom: 1px solid #ccc;
}

.cols-title-info {
    width: 160px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 5px;
}

.cols-content-info {
    width: calc(100% - 160px);
    float: left;
    padding: 5px;
}

.page-layout-2columns-left .page.messages, .page-layout-2columns-right .page.messages {
    width: 100%;
}

.products-grid {
    position: relative;
    margin: 0;
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.col2-layout .category-product.products-grid .item:nth-child(4n+1) {
    clear: both;
}

.col2-layout .category-product.products-grid .item {
    width: 25%;
}

.products.wrapper.products-grid .item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.products-grid .item .item-inner {
    margin-bottom: 30px;
}

.products-grid .item .item-inner .box-image {
    position: relative;
    height: 280px;
}

.label-product.label-new {
    right: 10px;
    background-color: #1cc48f;
}

.label-product {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 85.714%;
    z-index: 20;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    min-width: 50px;
    text-align: center;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.products-grid .product-item-photo {
    display: block;
    line-height: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.products-grid .product-item-photo .product-image-container {
    width: 100% !important;
}

.products-grid .product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important;
    /* height: auto !important; */
    height: 280px;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
}

.products-grid .item .item-inner .box-image a img {
    width: 100%;
    height: auto;
}

.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
    margin: auto;
}

.products-grid .item .item-inner .box-image .button-action {
    text-align: center;
    left: 0;
    margin-top: -21px;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.products-grid .item .item-inner .box-image .button-action .action {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    overflow: visible;
    color: #fff;
    background-color: #222f55;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.products-grid .item .item-inner .box-image .button-action .action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.products-grid .item .item-inner .box-image .button-action .action {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    overflow: visible;
    color: #fff;
    background-color: #222f55;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.products-grid .item .item-inner .box-image .button-action .action.quickview-handler:after {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.products-grid .item .item-inner .box-info {
    padding: 10px 10px 5px;
    text-align: center;
    position: relative;
}

.products-grid .item .item-inner .box-info .product-reviews-summary.empty {
    padding-top: 0;
    height: 21px;
}

.products-grid .item .item-inner .box-info .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 7px;
    font-size: 100%;
    font-weight: normal;
    text-transform: capitalize;
}

.products-grid .item .item-inner .box-info .product-name a {
    white-space: nowrap;
}

.products-grid .item .item-inner .box-info .price-box {
    margin: 0 0 10px;
}

.price-box .price {
    color: #ff4444;
    font-size: 128.571%;
}

.products-grid .item .item-inner .box-info .tocart {
    height: 36px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    top: -36px;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.block-title {
    margin: 5px 0px;
}

button.btn-search-business {
    padding: 6px;
    width: 100%;
    border: 0;
    background: #0252c1;
    color: white;
}

.btn-footer-search {
    padding: 10px;
}

.block-content input {
    background: white;
}

.block-content select {
    background: white;
}

.header-kiosk {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.header-kiosk:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0, .53));
}

.header-banner-kiosk {
    float: right;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    background-size: 100% !important;
}

.header-logo-kiosk {
    width: 100%;
    float: left;
    height: 100%;
}

.header-logo-kiosk .logo-kiosk {
    float: left;
    overflow: hidden;
    background-color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-bottom: 10px;
    position: absolute;
    left: 20px;
    top: 15px;
    border: 5px solid #fff;
    z-index: 8;
}

.header-logo-kiosk .logo-kiosk img {
    width: 100%;
    height: 100%;
}

.header-logo-kiosk .verify-kiosk {
    float: right;
    overflow: hidden;
    background-color: #fff;
    width: 150px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    border: 5px solid #fff;
    z-index: 4;
}

h2.header-name-kiosk {
    font-size: 24px;
    position: absolute;
    top: 52px;
    left: 200px;
    font-weight: bold;
    text-shadow: 1px 2px 2px #000000c2;
    z-index: 6;
    color: white;
}

.business-info {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

.header-business-info {
    width: 100%;
    float: left;
    background: #0245a3;
    color: white;
    /* padding: 10px; */
    text-transform: uppercase;
}

.header-business-info h3 {
    font-size: 16px;
    float: left;
    padding: 12px;
    color: white;
    margin: 0;
}

ul.list-menu-kiosk {
    float: right;
    padding-right: 10px;
    margin: 0;
}

ul.list-menu-kiosk li {
    float: left;
}

li.active-navi-kiosk a {
    color: #ffc000 !important;
}

ul.list-menu-kiosk li a {
    padding: 10px;
    float: left;
    font-size: 14px;
    color: white;
}

.table-info-business {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-top: 0;
}

.rows-info-business:nth-of-type(odd) {
    background: #ededed;
}

.rows-info-business {
    width: 100%;
    float: left;
    background: white;
    border-bottom: 1px solid #ccc;
}

.cols-title-info {
    width: 160px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 5px;
}

.cols-content-info {
    width: calc(100% - 160px);
    float: left;
    padding: 5px;
}

.page.messages {
    color: red;
    font-style: italic;
    background: #ededed;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.pagination-holder.paging-flex-center {
    padding-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    display: flex;
}

.skin-market-gray .pagination-holder {
    border-top: 1px solid #ddd;
    padding-top: 55px;
    margin-top: 25px;
}

.cata-product {
    display: block;
    -webkit-margin-start: -10px;
    -moz-margin-start: -10px;
    margin-inline-start: -10px;
    -webkit-margin-end: -10px;
    -moz-margin-end: -10px;
    margin-inline-end: -10px;
    vertical-align: top;
    clear: both;
    letter-spacing: -0.35em;
}

.empty-product {
    width: 100%;
    padding: 10px;
    font-style: italic;
    color: gray;
    background: #ededed;
}

.empty-product h3 {
    letter-spacing: initial;
    color: gray;
    font-size: 18px;
}

div#col-main {
    width: 100%;
    float: left;
}

a.last {
    position: relative;
}

a.last:before {
    content: '\e93c';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 12px;
    font-weight: bold;
}

span.first-disabled, span.last-disabled {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #f3f3f3;
    display: inline-block;
    margin: 2px;
    text-align: center;
    position: relative;
    color: #f3f3f3;
}

/*span.first-disabled:after {
    content: '\e93b';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 12px;
    font-weight: bold;
}
*/
.box-content {
    width: 100%;
    float: left;
}

.blog-content {
    width: 100%;
    float: left;
}

a.close-mobile-menu {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    color: red !important;
}

.address-event span p {
    margin: auto 0px;
}

.site-container {
    width: 100%;
    float: left;
}

.account-template {
    background: #ededed;
}

/*account templates*/
.wraper-account {
    width: 100%;
    float: left;
}

.menu-account-left {
    width: 250px;
    float: left;
    padding-top: 20px;
}

.header-profile {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

span.avatar-profile {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    overflow: hidden;
}

svg.profile-svg-icon {
    stroke: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-headshot {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

span.info-head-profile {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
    /* padding-top: 3px; */
}

span.info-head-profile p {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    color: black;
    overflow: hidden;
    margin: 0;
}

span.info-head-profile p a {
    font-size: 13px;
    font-weight: normal;
}

ul.menu-left {
    width: 100%;
    float: left;
}

ul.menu-left li {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 6px 0px;
}

span.icon-menu-account {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.profile-icon {
    background: #fea700;
}

.content-acount-right {
    width: calc(100% - 250px);
    float: left;
    background: white;
}

.money-balance {
    font-size: 16px !important;
    /* font-weight: normal !important; */
    color: #0252c1 !important;
}

li.nav.item {
    width: 100%;
    float: left;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
}

li.nav.item a:hover {
    color: #0252c1;
}

li.nav.item.current {
    color: #0252c1;
}

ul.nav.items {
    width: 100%;
    float: left;
    padding-right: 25px;
}

.body-account-right {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    min-height: 584px;
}

fieldset.fieldset.info {
    width: 100%;
    float: left;
    padding: 15px;
}

.actions-toolbar {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    position: relative;
}

.primary {
}

button.primary {
    border: 0;
    padding: 10px 20px;
    background: #0252c1;
    color: white;
    border-radius: 3px;
}

legend.legend {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    color: black;
}

.field {
    width: 50%;
    float: left;
    padding: 3px 10px;
}

.field label.label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: black;
}

.field .control {
    width: 100%;
    float: left;
}

.field-address {
    width: 100%;
    float: left;
    padding: 3px 10px;
}

.pass-change {
    width: 100%;
    float: left;
}

label.label-changepass {
    float: left;
    margin-left: 10px;
}

label.label-changepass input {
    display: none;
}

label.label-changepass label {
    float: left;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-left: 24px;
}

label.label-changepass label:before {content: "";position: absolute;width: 18px;height: 18px;border: 1px solid #0252c1;top: 1px;left: 0;border-radius: 3px;}

label.label-changepass input:checked + label:after {content: "\f00c";font-family: "Font Awesome 5 Pro";position: absolute;top: 2px;left: 1px;width: 16px;height: 16px;background: #0252c1;border-radius: 2px;text-align: center;line-height: 16px;font-size: 12px;color: white;}

.field-address .control {
    width: 100%;
    float: left;
}

legend.legend-header-title {
    float: left;
    width: auto;
    padding: 5px 10px;
    background: #0252c1;
    color: white;
    font-size: 16px;
    position: relative;
}

form#adminForm {
    width: 100%;
    float: left;
}

legend.legend-header-title:before {content: "";width: 0;height: 0;position: absolute;border-bottom: 18px solid transparent;border-top: 18px solid transparent;border-left: 16px solid #0252c1;top: 1px;left: 100%;}

table.table-cart {
    width: 100%;
    float: left;
    border: 0;
}

table.table-cart tr td, table.table-cart tr th {
    border: 1px solid #ccc;
    padding: 6px 5px;
    color: black;
}

.form-data-items {
    padding: 15px;
}

.tools-btn {
    height: 37px;
    float: right;
    padding: 0px 20px;
}

button.btn-button-tools {
    background: #1877f2;
    border: 0;
    color: white;
    padding: 7px 12px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.alert.alert-warning {
    background: #ffc4ba;
    color: white;
}

.alert.alert-warning p {
    margin: 0;
}

a.action.back {
    background: #c1c1c1;
    color: black;
    padding: 11px 10px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 20px;
}

.control-form {
    width: 100%;
    float: left;
}

table.table-list {
    width: 100%;
}

table.table-list tr td {
    border: 1px solid;
    padding: 5px 10px;
}

table.table-list tr td.td-list-item div:nth-child(odd) {
    background: white;
}

table.table-list tr td.td-list-item div {
    background: #f3f3f3;
    padding: 5px;
}

table.table-list tr td.td-list-item {
    padding: 0;
}

span#modArea {
    width: 50%;
    float: left;
}

span#modArea select {
    width: 95% !important;
}

span#posArea {
    width: 50%;
    float: left;
}

span#posArea select {
    width: 100% !important;
}

.multiple-date {
    width: 100%;
    float: left;
}

label.choose-date-multi {
    width: 230px;
    float: left;
    position: relative;
    padding: 11px;
    text-align: center;
    background: #f4ab29;
    border-radius: 10px;
    color: white;
}

label.choose-date-multi input.form-control.date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

span.select-date-active {
    width: 100%;
    float: left;
}

span.wraper-money-ads {
    float: left;
    position: relative;
}

span.wraper-money-ads input {
    width: 155px !important;
    padding-right: 40px;
    background: transparent;
    z-index: 6;
    position: relative;
}

span.wraper-money-ads p {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

span.select-date-active p {
    padding: 3px 8px;
    background: #036dc6;
    float: left;
    margin: 0px 3px;
    border-radius: 25px;
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    width: auto !important;
    visibility: inherit !important;
    z-index: 999999 !important;
    opacity: 1 !important;
    box-shadow: 0px 0px 3px -1px black;
    border: 1px solid #ededed;
}

.datepicker.datepicker-dropdown.dropdown-menu .next, .datepicker.datepicker-dropdown.dropdown-menu .prev, .datepicker.datepicker-dropdown.dropdown-menu .day {
    cursor: pointer;
    padding: 8px 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: -10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    margin-top: 10px;
}

/*.tools-btn {
    position: absolute;
    top: 0;
    right: 0;
}*/

/*button.btn-button-tools {
    float: left;
    border: 0;
    padding: 3px 13px;
    border-radius: 16px;
    margin-left: 10px;
}

button.btn-button-tools.btn-create {
    background: #053375;
    color: white;
}

a.btn-previous-position {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffc000;
    padding: 5px 15px;
    border-radius: 10px;
}*/

.wizard-big.wizard {
    margin-top: 20px;
}

.dropdown-menu {
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    float: none;
    text-align: start;
    width: 253px;
    z-index: -999;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
}

.datepicker table tr td.today {
    background: #1877f2;
    color: white;
}

.datepicker table tr td.day:not(.disabled):hover {
    background: #ededed;
}

.datepicker.datepicker-dropdown td.active {
    background: #0245a3 !important;
    color: white;
}

li.nav.item i {
    padding-right: 2px;
}

.login-or, .register-or {
    position: relative;
    /* -webkit-border-start: 1px solid #ddd; */
    -moz-border-start: 1px solid #ddd;
    /* border-inline-start: 1px solid #ddd; */
}

.input-group.date.datepicker.date-input-field {
    float: left;
    position: relative;
}

.input-group.date.datepicker.date-input-field>input {
    width: 211px !important;
    padding-right: 50px;
}

.control-wrapper .btn {
    background: #0252c1;
    border: 0;
    color: white;
    border-radius: 3px;
}

label.radio-bounus input {
    display: none;
}

label.radio-bounus label {
    margin: 0;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

label.radio-bounus label:before {content: "";width: 20px;height: 20px;border: 1px solid #0252c1;border-radius: 50%;position: absolute;top: 0;left: 0;}

label.radio-bounus input:checked+label:after {content: "";position: absolute;width: 14px;height: 14px;background: #1877f2;top: 3px;left: 3px;border-radius: 50%;}

.des-method {
    width: 100%;
    float: left;
}

.des-method p {
    margin-bottom: 6px;
}

.item-payment {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    margin-top: 5px;
    color: #979797;
}

.item-payment p, .item-payment span, .item-payment a {
    color: #979797 !important;
}

.item-payment-active p, .item-payment-active span, .item-payment-active a, .item-payment-active {
    color: black !important;
}

.table-footer-paging {
    width: 100%;
    float: left;
    margin-top: 20px;
}

td.tool-table-action .btn {
    padding: 3px 6px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
}

.btn-edit {
    background: #0252c1;
    color: white;
}

.btn-delete {
    background: #ff6060;
    color: white;
}

.span-mid {
    float: left;
}

a.img.span-mid img {
    max-width: 50px;
}

th[align="center"], td[align="center"] {
    text-align: center;
}

th[align="right"], td[align="right"] {
    text-align: right;
}

span.btn-action label {
    margin: 0;
    cursor: pointer;
}

span.btn-action i {
    margin-right: 5px;
    cursor: pointer;
}
/*end account templates*/

.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #929292;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    /* float: left; */
    height: 40px;
    width: 50px;
    position: absolute;
    top: 1px;
    right: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    font-size: 22px;
    display: inline-block;
    font-family: 'arenafont' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f073";
}

.dropdown-menu-1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.control-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: black;
}

.control-wrapper label {
    width: 100%;
    float: left;
    margin-top: 5px;
}


/*modal*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-popup {
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99992;
    outline: 0;
}

.fade {
    transition: opacity .15s linear;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal-popup .modal-dialog {
    z-index: 9999;
    background: #fff;
    /* position: absolute; */
    display: block;
    top: 10%;
    width: 50%;
}

.modal-dialog {
    max-width: 100%;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .modal-dialog {
        max-width: calc(100% - 30px)
    }
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-header .close:before {
        color: #000
    }
}

@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto; margin-top: 150px;}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}

.modal-content {
    border: none;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-btn-close {
    position: absolute;
    display: block;
    top: -35px;
    right: -15px;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
    padding: 0;
    margin: 0;
}

.modal-popup .modal-btn-close i:before {
    content: "\e816";
    font-family: "arenafont";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-modal-body {
    width: 100%;
    float: left;
}

.modal-panel-body {
    width: 100%;
    float: left;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
/*end modal*/

.post-item {
    width: 100%;
    float: left;
}
.wraper-news-right {
    width: 100%;
    display: inline-block;
}
.post-item-inner {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.post-image {
    width: 100%;
    float: left;
}
.post-content {
    width: 100%;
    float: left;
    padding: 15px 10px;
    background: white;
}

label.cart_op1 {
    margin: 0;
    color: red;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}

label.cart_op1:before {content: "";width: 6px;height: 6px;border-radius: 50%;background: red;position: absolute;top: 7px;left: 0;}

label.cart_op2 {
    margin: 0;
    color: #f4ab29;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

label.cart_op2:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f4ab29;
    position: absolute;
    top: 7px;
    left: 0;
}

label.cart_op3 {
    margin: 0;
    color: #7c00a7;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

label.cart_op3:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7c00a7;
    position: absolute;
    top: 7px;
    left: 0;
}

span.product__description__variant.order-summary__small-text {
    width: 100%;
    display: inline-block;
}

span.product__description__variant.order-summary__small-text label:before {
    top: 11px;
}

p.content-confirm {
    width: 100%;
    /* float: left; */
    text-align: center;
}

span.wraper-order-variant {
    display: inline-block;
    margin-left: 0px;
}

label.lb-variants-orders {
    margin: 0;
    padding-left: 12px;
    position: relative;
    margin-left: 13px;
}

label.lb-variants-orders:before {content: "";width: 7px;height: 7px;border-radius: 50%;position: absolute;top: 9px;left: 0;}

.variant_op1 {
    color: red;
}

.variant_op1:before {
    background: red;
}

.variant_op2 {
    color: #f4ab29;
}

.variant_op2:before {
    background: #f4ab29;
}

.variant_op3:before {
    background: #7300cd;
}

.variant_op3 {
    color: #7300cd;
}

a.btn-submit {
    padding: 8px 10px;
    background: #007bff;
    color: white;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

a.btn-cancel {
    padding: 8px 10px;
    background: #ff6767;
    color: white;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}

.footer-form {
    width: 100%;
    float: left;
    text-align: center;
}

.wraper-cancel-orders {
    width: 100%;
    float: left;
}

.btn-delete:hover {
    background: #ffa7a7;
}

.block-collumn-main {
    width: 70%;
    float: left;
    height: 545px;
    position: relative;
}

.block-collumn-contact {
    width: 30%;
    float: left;
    padding-left: 20px;
    height: 545px;
}

.list-contact-messenger {
    width: 100%;
    float: left;
    height: 100%;
    background: #f8f8f8;
    box-shadow: 0px 0px 8px -5px black;
    padding: 15px;
}

.footer-reply-messenger {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.frm-reply-messenger {
    width: 100%;
    float: left;
    padding-left: 20px;
}

textarea.text-messenger.messenger-reply-box {
    height: 45px;
    resize: none;
    width: calc(100% - 55px);
    float: left;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    min-height: 45px;
}

a.btn-reply-messenger {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    float: left;
    background: #0245a3;
    color: white;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    border-radius: 5px;
}

.mesenger-result {
    width: 100%;
    float: left;
    height: calc(100% - 50px);
    position: relative;
}

.header-messenger {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    padding: 10px;
    padding-top: 0;
}

.header-messenger i {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: #222f55;
}

.header-messenger h3 {
    float: left;
    font-size: 18px;
    line-height: 25px;
}

.body-messenger-result {
    width: 100%;
    float: left;
    height: 100%;
    padding-top: 40px;
    overflow: hidden;
}

.body-messenger-result ul {
    width: 100%;
    height: 100%;
    overflow: auto;
    float: left;
}

li.item-messenger.oth--mess {
    width: 100%;
    float: left;
    position: relative;
    /* padding-left: 15px; */
    padding-bottom: 5px;
}

li.item-messenger.oth--mess:before {
}

li.item-messenger.oth--mess p {
    /* width: 100%; */
    float: left;
    margin: 0;
    background: #ccc;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 5px;
}

li.item-messenger.oth--mess:after {
}

li.item-messenger.is--mes {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

li.item-messenger.is--mes p {
    margin: 0;
    padding: 5px 10px;
    float: right;
    background: #222f55;
    border-radius: 5px;
    color: white;
}

.header-contact-messender {
    width: 100%;
    float: left;
    text-align: center;
}

.header-contact-messender h3 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: black;
}

span.item-contact {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

span.item-contact:before {
    content: "";
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
    float: left;
    line-height: 27px;
    margin-top: 9px;
    margin-right: 5px;
}

.body-messenger-result ul::-webkit-scrollbar {
    width: 7px;
}

.body-messenger-result ul::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.body-messenger-result ul::-webkit-scrollbar-thumb {
    background: #053375;
    cursor: pointer;
    border-radius: 30px;
}

.body-messenger-result ul::-webkit-scrollbar-thumb:hover {
    background: #ffc000;
    cursor: pointer;
}

.full-width {
    width: 100%;
}

@media (min-width: 1024px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.dlgContent {
    min-height: 200px;
}

.wrapper-list-cat {
    width: 100%;
    float: left;
    height: 100px;
}

select.cbbox.mainCat {
    height: 100%;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}


.product-single__360-gallary i svg {
    width: 70px;
    height: 40px;
}

.product-single__360-gallary {border: 1px solid #ccc;background: #ededed;}

.actions.clearfix {
    float: left;
}

label.checkbox-dounus {
    width: 150px !important;
}

label.checkbox-dounus input {
    display: none !important;
}

label.checkbox-dounus label {
    padding-left: 25px;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}

label.checkbox-dounus label:before {content: "";width: 18px;height: 18px;position: absolute;border: 1px solid black;top: 4px;left: 0;}

label.checkbox-dounus input:checked + label:after {content: "\f00c";font-family: 'Font Awesome 5 Pro';width: 18px;height: 18px;position: absolute;top: 4px;left: 0;line-height: 18px;text-align: center;}

.product-flash-sales {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.product-flash-sale__container {
    width: 100%;
    float: left;
}

.flash-sale-header {
    width: 100%;
    float: left;
}

.wraper-product-flash-sale {
    width: 100%;
    float: left;
    background: white;
}

span.title-flash-sale img {
    max-height: 38px;
}

span.title-flash-sale {
    font-size: 20px;
}

.wraper-product-flash-sale .products .product {
    margin-bottom: 0;
}

.woocommerce-product-details__short-description ul {
    padding: 0;
    margin: inherit;
}

.woocommerce-product-details__short-description ul li {
    list-style: inside;
}

.woocommerce-product-details__short-description blockquote {
    border: 0;
    margin: revert;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
}

.woocommerce-product-details__short-description ol {
    margin: inherit;
}

ul.list-category-child {
    padding-left: 20px;
}

ul.list-category-child li {
    padding: 5px !important;
}

ul.list-category-child li:last-child {
    padding-bottom: 0 !important;
}

.breadcrumb-store {
    width: 100%;
    background: #ededed;
    float: left;
    padding: 3px;
    font-size: 11px;
}

.store-procat---des {
    width: 100%;
    float: left;
}

h2.title-page {
    width: 100%;
    text-align: center;
}

.mf-banner-large.layout-2 .featured-image picture {
    display: block !important;
}

a.home-more-product {
    position: absolute;
    top: 17px;
    right: 160px;
    padding: 2px 10px;
    color: #0252c1;
    border: 1px solid #0252c1;
    border-radius: 10px;
    font-size: 13px;
}

a.home-more-product:hover {
    background: #0252c1;
    color: white;
}

span.td-view a {
    margin: auto;
}

span.td-post a {
    margin: auto;
}

span.td-title a {
    margin: auto 0px;
}

span.td-reply a {
    margin: auto;
}

.line-input-price {
    width: 100%;
    display: inline-block;
}

.line-input-price p {
    float: left;
    width: 100%;
}

.line-input-price span {
    float: left;
    height: 42px;
    line-height: 42px;
}

.product-contact-social {
    width: 50%;
    /* margin-bottom: 15px; */
    float: left;
}

a.zalo-redirect {
    width: 50px;
    float: left;
}

a.messenger-redirect {
    width: 50px;
    float: left;
    margin: 0px 10px;
}

a.phone-call {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 50%;
    background: #1877f2;
    font-size: 28px;
    color: white;
}

a.phone-call i {
    transform: rotate(325deg);
}

.left-banner {
    width: 50%;
    display: inline-block;
    padding-top: 50px;
    float: left;
}

.right-content {
    width: 48%;
    display: inline-block;
    padding-top: 50px;
}

h3.title-alert {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: relative;
}

.content-alert {
    width: 100%;
    float: left;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

span.footer-alert {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 16px;
    font-weight: 600;
}

.process-loading {
    position: relative;
}

.process-loading:before {content: "";position: absolute;width: 100%;height: 100%;background: url(/images/loading.png) no-repeat center #ffffff6e; z-index: 99;}

.wraper-success-content {
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
}

.order-left-success {
    width: 50%;
    float: left;
}

.banner-success-order {
    width: 50%;
    float: left;
}

span.content-order-success {
    width: 100%;
    float: left;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
}

.footer-redirect-order-sucess {
    width: 100%;
    float: left;
    margin-top: 25px;
    display: flex;
}

a.link-redirect-page {
    float: left;
    margin: auto;
    padding: 6px 20px;
    border: 1px solid #0252c1;
    border-radius: 25px;
    font-weight: 600;
}

a.link-redirect-page p {
    margin: 0;
    float: left;
    margin-right: 5px;
    color: #e4a738;
}

a.link-redirect-page:hover {
    background: #0252c1;
    color: white;
}

a.link-redirect-page:hover p {
    color: white;
}

.control-wrapper.last.btn-login {
    text-align: center;
}

.control-wrapper.last.btn-login a {padding: 15px 90px;min-width: 350px;}

a.reg-ncc-btn {
    position: absolute;
    top: 9px;
    right: 0;
    background: #ffffff54;
    padding: 3px 15px;
    margin-right: 15px;
    border-radius: 20px;
    border: 1px solid #ffffff3b;
}

i.icon-reg-ncc {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
}

.page-register .page-heading {
    padding-left: 15px;
    margin: 30px 0px;
}

span.banner-register-bus {
    display: inline-block;
    padding: 30px;
}

span.banner-login-register {
    width: 100%;
    float: left;
    padding: 30px;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
}

span.banner-login-register img {
    margin: auto;
}

.footer__widget a {
    color: white;
}

.footer-widget {
    position: relative;
}

a.sale-noti-footer {
    position: absolute;
    bottom: 0;
    right: 45px;
}

a.sale-noti-footer img {
    max-width: 170px;
}

a.review-product {
    color: #0252c1;
    font-weight: 600;
}

a.btn-cancel-orders {
    color: #ff6060 !important;
}

.product-review {
    width: 100%;
    float: left;
}

.item-product-review {
    width: 100%;
    float: left;
}

span.product-review-image {
    width: 70px;
    float: left;
    height: 70px;
}

span.product-review-image img {
    max-height: 100%;
}

span.product-review-name {
    width: calc(100% - 70px);
    float: left;
    padding: 12px 8px;
    font-weight: 600;
}

.wraper-review-orders {
    width: 100%;
    float: left;
}

.wraper-review-rate {
    width: 100%;
    float: left;
    flex-wrap: wrap;
    display: flex;
    margin: 15px 0px;
}

span#productRate {
    width: 240px !important;
    margin: auto;
}

span#productRate img {
    max-width: 45px;
}

.review-product-rate {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.rate-product {
    float: left;
}

span.rate-product-score {
    float: left;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.item---rate-product {
    width: 20px;
    float: left;
    background: url(/images/star-off.png);
    background-size: cover;
    height: 20px;
}

span.rate-product-score:before {content: "";width: 20px;height: 20px;background: url(/images/star-on.png);position: absolute;top: 0;left: 0;background-size: cover;}

.persion-review-total {
    float: left;
    margin-left: 12px;
    border-left: 1px solid;
    font-size: 13px;
    cursor: pointer;
}

.persion-review-total label {
    float: left;
    margin: 0px 5px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

span.total-score---product {
    float: left;
    color: #ff3300;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.content-rating-score {
    float: left;
    margin: auto;
}

.item-review-products {
    width: 100%;
    float: left;
    margin-top: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

i.avatar-review-alt {
    width: 50px;
    height: 50px;
    float: left;
    flex-wrap: wrap;
    display: flex;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
}

i.avatar-review-alt avt {
    margin: auto;
    font-weight: bold;
    font-style: initial;
    font-size: 20px;
    line-height: 15px;
}

.review-content-wraper {
    width: calc(100% - 50px);
    float: left;
    padding-left: 20px;
}

.review-name {
    width: 100%;
    float: left;
    font-size: 13px;
}

.arrow-review-rate {
    width: 100%;
    float: left;
}

.arrow-review-rate .item---rate-product {
    width: 15px;
    height: 15px;
}

.arrow-review-rate span.rate-product-score {
    width: 15px;
}

.arrow-review-rate span.rate-product-score:before {
    width: 15px;
    height: 15px;
}

.review-comment {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.pages a.first:before {content: "\f323";font-family: 'Font Awesome 5 Pro';font-size: 14px;position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;-webkit-text-emphasis-style: open;}

.pages a.first, .pages a.last {
    position: relative;
}

.pages span.last-disabled:before {
    content: "\f324";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-text-emphasis-style: open;
}

.pages span.last-disabled, .pages span.first-disabled {
    position: relative;
}

.pages span.first-disabled:before {
    content: "\f323";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-text-emphasis-style: open;
}

.pages a.last:before {
    content: "\f324";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-text-emphasis-style: none;
}

span.avatar-client {
    float: left;
    height: 70px;
    margin-right: 10px;
}

span.avatar-client img {
    max-height: 100%;
}

span.avatar-profile img {
    max-width: 100%;
    max-height: 100%;
}

span.profile-avatar {
    width: 40px;
    float: left;
}

span.header-account-info {
    width: calc(100% - 40px);
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

span.header-account-info label {
    width: 100%;
    margin: 0;
    float: left;
    font-size: 12px;
}

span.header-account-info p {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.header-account-info p i {
    position: absolute;
    right: 0;
}

.site-header .extras-menu .menu-item-account {
    width: 78%;
}

span.fixed-account-avatar {
    width: 40px;
    float: left;
}

span.fixed-account-info {
    width: calc(100% - 40px);
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

span.fixed-account-info label {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}

span.fixed-account-info p {
    width: 100%;
    float: left;
    margin: 0;
}

li.extra-menu-item.menu-fixed-profile.menu-item-account.logined:hover ul {
    top: 25px;
}

li.extra-menu-item.menu-fixed-profile.menu-item-account.logined:hover a:after {
    top: 36px;
}

body.loading-pendding {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.help-item-list {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    height: 45px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.article-main.help-main {display: inline-block;}

.article-main.help-main article.article__listing {
    display: inline-block;
}

.help-item-list.active-help {
    height: max-content;
}

span.help-header-wraper {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.content-help-result-wraper {
    width: 100%;
    float: left;
    padding-top: 45px;
    position: relative;
    height: 100%;
}

span.help-header-wraper label {
    margin: 0;
    padding: 10px;
    font-weight: 600;
}

.help-item-list.active-help span.help-header-wraper {
    background: #f3f3f3;
    box-shadow: 0 0px 8px -2px #00000069;
}

span.help-header-wraper i {
    position: absolute;
    font-size: 22px;
    top: 12px;
    right: 20px;
}

span.help-header-wraper:hover {
    background: #ededed;
}

/*.help-item-list.active-help .content-help-result-wraper {
    overflow-y: scroll;
}*/

.item-help-result {
    width: 100%;
    float: left;
}

span.header-help-result {
    width: 300px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    cursor: pointer;
}

span.header-help-result label {width: 30px;height: 30px;float: left;border-radius: 50%;background: #0252c1;color: white;text-align: center;font-weight: 600;line-height: 28px;margin: 0;border: 1px solid transparent;}

span.header-help-result p {
    width: calc(100% - 30px);
    float: left;
    padding-left: 10px;
    line-height: 18px;
    margin: auto 0px;
}

.item-help-result.selected-help-result span.header-help-result {
    background: #1877f2;
    color: white;
}

.item-help-result.selected-help-result span.header-help-result label {
    border-color: #ffffff78;
}

.content-help-result {
    position: absolute;
    top: 45px;
    left: 300px;
    background: #f6f6f6;
    width: calc(100% - 300px);
    z-index: -1;
    overflow: auto;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 10px;
    height: 0;
}

.item-help-result.selected-help-result .content-help-result {
    opacity: 1;
    z-index: 2;
    height: 100%;
}

.description-help-content {
    width: 100%;
    height: max-content;
    float: left;
}

.description-help-content h2 {
    font-size: 18px;
}

.mf-review-summary.wraper-mf-review-product {
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
    border-top: 2px solid #ededed;
    padding: 20px 0px;
    border-bottom: 2px solid #ededed;
    color: black;
}

.persion-review-total:hover {
    text-decoration: underline;
}

span.profile-avatar i.extra-icon {width: 40px;height: 40px;text-align: center;border-radius: 50%;border: 1px solid #ffffff;font-size: 22px !important;padding-top: 5px;padding-left: 2px;}

.dropdown-logreg span.profile-avatar {height: 40px;}

.dropdown-logreg a.header-account-shortcut {
    width: 100%;
    float: left;
    padding: 0 !important;
}

.dropdown-logreg span.header-account-info p {font-weight: normal;font-size: 14px;}

.dropdown-logreg {
    padding: 0 !important;
}

.site-header .dropdown-logreg:hover ul {opacity: 1;z-index: 9998;top: 100%;transform: scaleX(1);right: 25px;min-width: 250px;}

.site-header .extras-menu .menu-item-account.dropdown-logreg:hover>a:after {
    z-index: 9999;
    opacity: 1;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-login-reg {
    padding: 5px 10px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-login-reg a {
    border: 0;
    padding: 10px;
    background: #f4ab29;
    width: 100%;
    color: black;
    text-align: center;
}

.site-header .dropdown-logreg:hover ul li:first-child {
    padding-top: 10px;
}

.site-header .dropdown-logreg:hover ul li:last-child {
    padding-bottom: 10px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa a {
    background: #1877f2;
    width: 100%;
    float: left;
    color: white;
    border: 0;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa a i {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    background: #0252c1;
    font-size: 18px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa a label {
    margin: 0;
    width: calc(100% - 35px);
    float: left;
    padding: 10px;
    cursor: pointer;
}

.site-header .extras-menu .menu-item-account>ul  li.link-header-logg {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-logg a {
    width: 100%;
    float: left;
    background: #ff3131;
    color: white;
    border: 0;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-logg a i {
    width: 35px;
    height: 35px;
    float: left;
    background: #dc3434;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-logg a label {
    margin: 0;
    width: calc(100% - 35px);
    float: left;
    padding: 10px;
    cursor: pointer;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-login-reg a:hover {
    background: #f9c260 !important;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa a:hover {
    background: #4693f7;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-lofa a:hover i {
    background: #1f66ca;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-logg a:hover {
    background: #ff8080;
}

.site-header .extras-menu .menu-item-account>ul li.link-header-logg a:hover i {
    background: #ea6767;
}

span.profile-avatar i.extra-icon {
    width: 40px;
    float: left;
}

.site-header li.extra-menu-item.menu-fixed-profile.menu-item-account.dropdown-logreg:hover ul {
    padding: 0 !important;
    margin: 0 !important;
    top: 25px;
}

.site-header li.extra-menu-item.menu-fixed-profile.menu-item-account.dropdown-logreg:hover a:after {
    top: 36px;
}

a.btn-login-facebook {
    width: calc(50% - 5px);
    margin-right: 5px;
    display: inline-block;
    background: #1877f2;
    color: white;
    border-radius: 3px;
    overflow: hidden;
}

a.btn-login-google {
    width: calc(50% - 5px);
    display: inline-block;
    margin-left: 5px;
    color: white;
    background: #ff3131;
    border-radius: 3px;
    overflow: hidden;
}

p.form-row.etrade-login-social {
    display: flex;
}

p.form-row.etrade-login-social i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    font-size: 20px;
}

p.form-row.etrade-login-social label {
    width: calc(100% - 40px);
    float: left;
    margin: 0 !important;
    padding: 7px 10px;
    cursor: pointer;
    /*font-weight: 600;*/
}

a.btn-login-facebook i {
    background: #0252c1;
    color: white;
}

a.btn-login-google i {
    background: #dc3434;
    color: white;
}

a.btn-login-google:hover {
    background: #f96b6b;
}

a.btn-login-google:hover i {
    background: #e05d5d;
}

a.btn-login-facebook:hover {
    background: #428ef1;
}

a.btn-login-facebook:hover i {
    background: #2969c1;
}

p.wsh-etrade-data {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
}

p.wsh-etrade-data a {
    display: inline-block;
    padding: 5px 20px;
    background: #1877f2;
    margin-top: 10px;
    color: white;
}

.body-ads--content {
    position: absolute;
    top: 0;
    left: 0;
}

span.etrade-product-reviews-badge {
    width: 100px;
    float: left;
    position: relative;
}

span.etrade-product-reviews-badge:before {content: "";width: 100%;position: absolute;height: 20px;top: 0;left: 0;background: url(/images/star-off.png);background-size: 20px;z-index: 1;}

span.line-reviews-action:after {content: "";position: absolute;top: 0;left: 0;height: 20px;background: url(/images/star-on.png);background-size: 20px;width: 100%;z-index: 2;}

span.line-reviews-action {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    z-index: 2;
}

label.lb-review-total {
    float: left;
    margin: 0;
    margin-left: 7px;
}

.mobile__menu .mm-panel.mm-panel_has-navbar:not(#mm-1) ul.mm-listview>li>span {
    width: 90%;
    position: relative;
    z-index: 5;
}

@media (max-width: 374px) {
    .template-product .site-header .header-extras .extras-menu>li {
        padding-left: 0px;
        padding-right: 10px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mf-banners-grid .r-banners .banner-list {
        width: 100%;
        height: 1070px
    }
    .mf-banners-grid .l-banners .item-large:last-child {
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 250px
    }
    .l-banners .style-banner-group .slideshow__text-content {
        width: 90%
    }
    .tablet-block {
        display: block !important
    }
    .tablet-hidden {
        display: none !important
    }

    .site-header .extras-menu {
        width: 250px;
    }

    .site-header .header-extras .menu-item-account>a {
        width: 100%;
        height: 40px;
    }

    a.btn-login-facebook {
        margin-bottom: 10px !important;
    }

    p.form-row.etrade-login-social a {
        width: 250px;
        float: none;
        margin: 0px auto;
    }

    p.form-row.etrade-login-social label {
        font-weight: 600;
    }

    p.form-row.etrade-login-social {
        display: grid;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .r-banners .banner-list {
        height: 444px
    }
    .l-banners .banner-item.item-large.lazyloaded {
        height: 103px
    }
    .product-single__countdown .countdown-section {
        max-width: 60px
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .l-banners .banner-item.item-large.lazyloaded {
        height: 123px
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .l-banners .banner-item.item-large.lazyloaded {
        height: 137px
    }
}

@media (min-width: 415px) and (max-width: 575px) {
    .l-banners .banner-item.item-large.lazyloaded {
        height: 190px
    }
    .r-banners .banner-list {
        height: 767px
    }
}

@media (min-width: 680px) and (max-width: 767px){
    .site-header .extras-menu {
        width: 250px;
    }

    .site-header .header-extras .menu-item-account>a {
        width: 100%;
        height: 40px;
    }

    a.btn-login-facebook {
        margin-bottom: 10px !important;
    }

    p.form-row.etrade-login-social a {
        width: 250px;
        float: none;
        margin: 0px auto;
    }

    p.form-row.etrade-login-social {
        display: grid;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .l-banners .banner-item.item-large.lazyloaded {
        height: 190px
    }
    .r-banners .banner-list {
        height: 767px
    }
}

@media (max-width: 767px) {
    .mf-banners-grid .r-banners {
        display: none;
    }
    a.home-more-product {
        /* display: none; */
        right: 30px !important;
        border: 0 !important;
        text-decoration: underline !important;
    }

    span.header-help-result {
        width: 100% !important;
    }

    .content-help-result {
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .item-help-result.selected-help-result .content-help-result {
        padding: 10px !important;
    }

    a.mobile-profile-logout {float: left;margin-left: 15px;font-size: 12px;padding: 1px 10px;border-radius: 20px;background: #f4ab29;color: white;position: relative;z-index: 6;}

    span.info-head-profile p:first-child {
        width: auto;
    }

    a.nav-mobile-logout {
        position: absolute;
        top: 11px;
        left: 193px;
        padding: 1px 10px !important;
        background: #f3ab2a;
        border-radius: 20px;
        font-size: 13px !important;
        color: white !important;
    }

    li.nav-mobile-account-shortcut {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #1877f2;
        z-index: 2;
        padding: 10px;
    }

    a.close-mobile-menu {
        z-index: 3;
    }

    span.choose-avatar {
        /* width: 80px; */
        overflow: hidden;
        float: left;
    }

    .field {
        width: 100% !important;
    }

    .field-address .row_ {
        margin: 0px -15px;
    }

    span.avatar-account-mobile-nav {
        width: 50px;
        float: left;
        border-radius: 50%;
        overflow: hidden;
    }

    span.nav-mobile-profile-user {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }

    span.nav-mobile-profile-user label {
        width: 100%;
        float: left;
        color: white;
        font-size: 13px;
        padding-top: 7px;
    }

    span.nav-mobile-profile-user p {
        width: 100%;
        float: left;
        color: white;
        font-weight: 600;
        margin: 0;
        padding-top: 5px;
    }

    ul.mm-listview {
        padding-top: 30px !important;
    }

    body:not(.template-index, .template-404) .site-content {
        padding-bottom: 10px;
    }

    h3.page-subheading {
        margin-top: 0;
    }

    .rt-cart .rt-martfury table.cart .btn-shop {
        position: absolute;
        bottom: -70px;
        left: 30px;
        width: calc(100% - 60px) !important;
        background: #f4ab02;
    }

    table.shop_table.shop_table_responsive.cart.rt-cart-form__contents td.actions {
        padding-top: 10px !important;
    }

    table.shop_table.shop_table_responsive.cart.rt-cart-form__contents {
        margin-bottom: 30px !important;
    }

    .category-home-item .mf_empty_space {
        height: 20px !important;
    }

    .checkout-page .main {
        width: 100% !important;
        padding: 15px !important;
    }

    .checkout-page .sidebar {
        width: 100% !important;
        padding: 15px !important;
        padding-top: 2em;
    }

    .sidebar::after {
        width: 100% !important;
    }

    .cart-collaterals {
        width: 100% !important;
    }

    .rt-cart-form {
        width: 100% !important;
    }

    .rt-cart .rt-martfury table.shop_table td.product-remove {
        width: 30px;
        text-align: center;
    }

    .rt-cart .rt-martfury table.shop_table td.product-quantity {
        width: 90px !important;
    }

    .rt-cart .rt-martfury table.shop_table td.product-quantity input {
        width: 100% !important;
    }

    .rt-cart .rt-martfury table.shop_table td.product-name .product-item.product-detail-mobile {
        height: 80px;
        text-align: center;
        width: 80px;
        float: left;
        margin-right: 8px;
    }

    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile img {
        max-height: 80px;
        max-width: 80px !important;
        display: inline-block !important;
    }

    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation {
        width: 100%;
        display: inline-block;
    }

    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .rt-Price-amount {
        font-weight: 600;
    }

    .empty_space {
        height: 15px !important;
    }

    .no-empty-tag .mf_empty_space {
        display: none !important;
    }

    .mf-products-tabs .tabs-header li {
        font-size: 16px;
        font-weight: 600;
    }

    .mf_empty_space {
        height: 10px !important;
    }

    div#shopify-section-1540669472710 .mf_empty_space {
        display: none !important;
    }

    /*.slideshow__image {
        background-size: contain !important;
    }*/

    .actions-button .addwishlist_btn--product label, .actions-button .addcompare_btn label {
        color: #ff306c;
        padding-right: 10px;
    }

    .product-contact-social {
        /* position: absolute; */
        bottom: 85px;
        right: 0;
        width: 200px !important;
    }

    .product-social-share {
        margin-bottom: 30px;
    }

    .score-product-rating {
        width: 100% !important;
    }

    .star-rate-product {
        width: 100% !important;
        padding: 0px 20px !important;
        border: 0 !important;
    }
    
    .slideshow--custom {
        height: 160px !important;
    }

    .show-more-footer > ul {
        display: block !important;
    }

    ul.document-table-list li span.td-view {
        display: none;
    }

    ul.document-table-list li span.td-reply {
        display: none;
    }

    ul.document-table-list li span.td-post a {
        font-size: 12px;
    }

    ul.document-table-list li span.td-title {
        width: 70%;
    }

    ul.document-table-list li span.td-post {
        width: 30%;
    }

    .row.document-list {
        margin: 0;
    }

    .item-date-time-event {
        width: 50%;
        padding: 8px;
    }

    .address-event {
        width: 100%;
    }

    .item-date-time-event > span {
        width: calc(100% - 70px);
    }

    .item-date-time-event label {
        width: 100%;
        text-align: center;
        border-radius: 5px 5px 0px 0px;
        padding: 5px;
    }

    .item-date-time-event span {
        width: 100%;
        border-radius: 0px 0px 5px 5px;
        height: auto;
    }

    .item-date-time-event > span p {
        display: inline-block;
        width: initial;
        text-align: initial;
        float: none;
        margin: 0px 5px;
    }

    ul.document-table-list li span.document-post {
        display: none;
    }

    ul.document-table-list li span.document-title:after {
        display: none;
    }

    ul.document-table-list li span.document-number {
        width: 30% !important;
    }

    ul.document-table-list li span.document-title {
        width: 70% !important;
    }

    ul.document-table-list li span.document-number a {
        font-size: 12px;
    }

    .modal-popup .modal-dialog {
        width: 100% !important;
        margin-top: 120px !important;
        max-width: calc(100% - 1rem) !important;
    }

    li.extra-menu-item.menu-item-account, li.extra-menu-item.menu-item-wishlist.menu-item-yith {
        display: none;
    }

    .rows-document-info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .navigation-mobile_cat {
        display: block !important;
        color: white;
        padding: 0px 20px;
        font-size: 30px;
        line-height: 24px;
    }
    body .mf-empty-space .mf_empty_space_md,
    body .mf-empty-space .mf_empty_space_lg {
        display: none
    }
    body .mf-empty-space .mf_empty_space_xs {
        display: block
    }
    .site-header__mobile .product-extra-search .hot-words {
        display: none
    }
    h2.font-small-mobile {
        font-size: 30px !important
    }
    .top-promotion .promotion-content {
        display: block
    }
    .top-promotion .promotion-content .promo-right {
        display: none
    }
    .top-promotion .promotion-content .promo-left {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-right: 0
    }
    .top-promotion .promotion-content .promo-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 15px
    }
    .mf-catalog-brands .brand-item {
        width: 50%
    }
    .mf-catalog-banners .slick-arrow {
        display: none !important
    }
    .martfury-icons-list ul li {
        width: 100%;
        padding: 0px
    }
    .martfury-icons-list ul li:after {
        display: none
    }
    .mf-products-top-carousel .carousel-header {
        display: block
    }
    .mf-products-top-carousel .carousel-header .cats-list {
        margin-top: 10px
    }
    .mf-products-top-carousel .slick-arrow {
        display: none !important
    }
    .mf-products-top-carousel .slick-dots {
        display: block !important
    }
    .mf-products-carousel.header-3 .cat-header .cat-title,
    .mf-product-deals-grid .cat-header .cat-title {
        font-size: 16px
    }
    .mf-other-categories .categories-list .col-cat {
        width: 50%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(2n+1) {
        clear: both
    }
    .mf-other-categories .categories-list .col-cat:nth-child(3n+1) {
        clear: none
    }
    .mf-products-grid .cat-header .link {
        padding-left: 0
    }
    .mf-product-box .products:not(.slick-slider) .product:nth-child(3n+1) {
        clear: none !important
    }
    .mf-product-box .products:not(.slick-slider) .product:nth-child(2n+1) {
        clear: both !important
    }
    .mf-product-deals-day .cat-header {
        display: block
    }
    .mf-product-deals-day .header-content {
        display: block;
        margin-bottom: 10px
    }
    .mf-product-deals-day .header-content .cat-title {
        margin-right: 0;
        margin-bottom: 10px
    }
    .mf-product-deals-day .header-countdown {
        display: inline-block
    }
    .mf-product-deals-day .header-countdown .mf-countdown {
        display: inline-block
    }
    .mf-products-of-category {
        display: block
    }
    .mf-products-of-category .cats-info,
    .mf-products-of-category .products-box {
        width: 100%
    }
    .mf-products-of-category .cats-info {
        padding: 30px
    }
    .mf-products-of-category .cats-info h2 {
        margin-bottom: 20px
    }
    .mf-products-of-category .cats-info .extra-links {
        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: 0 -10px
    }
    .mf-products-of-category .cats-info .extra-links li {
        margin: 0;
        padding: 5px 10px;
        line-height: 1;
        position: relative
    }
    .mf-products-of-category .cats-info .extra-links li:after {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 10px;
        background-color: #666;
        content: ""
    }
    .mf-products-of-category .cats-info .footer-link {
        margin-top: 15px
    }
    .mf-products-of-category .products-box {
        border: none
    }
    .mf-products-of-category .products-box .products {
        padding-bottom: 20px
    }
    .mf-products-of-category .products-box .products .product {
        border: none
    }
    .mf-products-tabs .tabs-header {
        display: block
    }
    .mf-products-tabs .tabs-header .tabs-header-nav {
        display: block;
        margin-top: 10px
    }
    .mf-products-tabs .tabs-header .tabs-nav {
        display: block;
        margin: 0 -10px 5px
    }
    .mf-products-tabs .tabs-header .tabs-nav li {
        padding: 0 10px
    }
    .mf-products-tabs .tabs-header .link {
        padding-left: 0
    }
    .mf-recently-products .recently-header {
        display: block
    }
    .mf-recently-products .recently-header .title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .mf-category-tabs .tabs-header ul {
        padding-left: 40px;
        padding-right: 40px
    }
    .mf-category-tabs .tabs-header .slick-arrow {
        font-size: 18px
    }
    .mf-category-tabs .tabs-header .slick-prev-arrow {
        left: 15px
    }
    .mf-category-tabs .tabs-header .slick-next-arrow {
        right: 15px
    }
    .mf-category-tabs .tabs-content {
        padding: 0 20px 20px !important
    }
    .mf-category-tabs .tabs-content ul li {
        width: 25%
    }
    .mf-product-deals-carousel .cat-header {
        display: block
    }
    .mf-product-deals-carousel .cat-header .slick-arrows {
        margin-top: 10px
    }
    .mf-product-deals-carousel .cat-header .slick-arrow {
        padding-left: 0;
        padding-right: 15px
    }
    .mf-category-box .cat-header {
        display: block
    }
    .mf-category-box .cat-header .extra-links {
        margin: 5px -10px 0
    }
    .mf-category-box .cat-header .extra-links li {
        padding: 0 10px
    }
    .mf-images-grid .images-list li {
        width: 50%
    }
    .martfury .mf-single-product.mf-product-layout-3 .entry-summary-content,
    .martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
        width: 100%
    }
    .martfury .mf-single-product.mf-product-layout-3 .entry-summary {
        display: block
    }
    .martfury .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
        margin-top: 30px
    }
    .products.products-list .product .product-inner {
        display: block
    }
    .products.products-list .product .mf-product-thumbnail,
    .products.products-list .product .mf-product-details {
        width: 100%
    }
    .products.products-list .product .mf-product-details {
        display: block;
        padding-left: 0
    }
    .products.products-list .product .mf-product-details .mf-product-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
    .products.products-list .product .mf-product-details .mf-product-price-box {
        max-width: 100%;
        float: none;
        clear: both
    }
    .mf-newletter .form-title {
        font-size: 20px
    }
    .mf-newletter .form-desc {
        font-size: 14px
    }
    .mf-newletter .mc4mf-form input[type="email"],
    .mf-newletter .mc4mf-form input[type="submit"] {
        width: 100%
    }
    .mf-newletter .mc4mf-form input[type="email"] {
        border: 1px solid #ccc;
        margin-bottom: 10px
    }
    .mf-newletter .mc4mf-form .mc4mf-form-fields {
        display: block
    }
    .footer-history-products {
        display: none
    }
    .site-footer .footer-widgets .footer-sidebar {
        width: 100%;
        max-width: 100%
    }
    .widget .mc4mf-form .mc4mf-form-fields {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .site-footer .footer-widgets .widget .mc4mf-form input[type=email] {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0
    }
    .widget .mc4mf-form input[type="submit"] {
        width: 100%;
        margin-top: 15px
    }
    .footer-layout .footer-payments {
        display: block;
        text-align: center
    }
    .footer-layout .footer-payments .payments {
        margin-top: 15px
    }
    .footer-layout .footer-info .info-item {
        width: 100%;
        max-width: 100%
    }
    .rt-cart .rt-martfury table.shop_table td.product-name .product-detail-mobile .product-item .quantity {
        display: block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name {
        min-width: 185px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name a {
        font-size: 14px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation dt {
        float: none
    }
    .rt-cart .rt-martfury table.shop_table td.product-thumbnail {
        padding-left: 10px;
        width: 100px
    }
    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation dd {
        display: inline-block
    }
    .rt-cart .rt-martfury table.shop_table td.product-name dl.variation dd p {
        margin-bottom: 0
    }
    .rt-cart .rt-martfury table.shop_table tr td.product-name .mf-Price-amount,
    .rt-cart .rt-martfury table.shop_table tbody td.product-name .mf-Price-amount {
        display: block
    }
    .martfury table.wishlist_table .product-name .product-price,
    .martfury table.wishlist_table .product-name .product-add-to-cart {
        display: block
    }
    .martfury table.wishlist_table .product-name .product-add-to-cart .ajax_add_to_cart.loading:after {
        top: 16px
    }
    .martfury table.wishlist_table .product-price,
    .martfury table.wishlist_table .product-add-to-cart {
        display: none
    }
    .martfury table.wishlist_table .product-price {
        padding: 10px 0
    }
    .martfury table.wishlist_table .product-price del,
    .martfury table.wishlist_table .product-price ins {
        display: inline-block
    }
    .mf-map-shortcode .mf-map {
        max-height: 320px
    }
    .mf-faq_group .g-title {
        margin-bottom: 10px
    }
    .mf-faq_group .title {
        margin-left: 0;
        margin-bottom: 5px
    }
    .mf-coming-soon .timer {
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .mf-coming-soon .timer .digits {
        font-size: 24px
    }
    .error-404 .page-content .page-title {
        font-size: 24px
    }
    .error-404 .page-content p {
        font-size: 14px
    }
    blockquote {
        font-size: 16px;
        padding-left: 20px
    }
    .blog-wapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .blog-wapper.post-item-small-thumb .entry-header {
        margin-bottom: 15px
    }
    .blog-wapper.post-item-small-thumb .entry-header .entry-image img {
        height: auto
    }
    .blog-wapper.post-item-small-thumb .entry-header,
    .blog-wapper.post-item-small-thumb .entry-content {
        width: 100%
    }
    .single-post-header .entry-title {
        font-size: 24px
    }
    .single-post-header.layout-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .single-post .post-navigation .nav-previous,
    .single-post .post-navigation .nav-next {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        text-align: left
    }
    .mf-latest-post .post-header {
        display: block
    }
    .mf-latest-post .post-header .extra-links {
        margin-top: 15px;
        padding-left: 0;
        margin-left: -15px;
        margin-right: -15px
    }
    .mf-latest-post .post-header .extra-links li {
        padding-left: 15px;
        padding-right: 15px
    }
    .mf-product-deals-carousel.martfury .product .mf-product-gallery {
        padding-left: 0
    }
    .mf-product-deals-carousel.martfury .product .mf-product-gallery .flex-control-thumbs {
        display: none
    }
    .mf-product-deals-day .cat-header {
        display: block
    }
    .mf-product-deals-day .cat-header .extra-links {
        margin-top: 15px
    }
    .mf-newsletter-popup .newletter-content .nl-inner {
        width: 100%
    }
    .page-header-page .entry-title {
        font-size: 24px
    }
    .mf-vendor-header-tabs ul li {
        display: block;
        margin: 5px 0;
        padding: 0
    }
    .mf-vendor-header-tabs {
        display: block
    }
    .martfury.mb-add-to-cart-fixed div.product .cart .single_add_to_cart_button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 500;
        width: 100%;
        opacity: 1
    }
    .martfury.mb-add-to-cart-fixed.single-product .backtotop {
        bottom: 50px
    }
    .martfury.mb-add-to-cart-fixed .site-footer {
        margin-bottom: 40px
    }
    .martfury div.product .cart .actions-button {
        width: 100%;
        clear: both;
        padding-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
    .martfury div.product .cart .actions-button:after {
        clear: both;
        content: "";
        display: block
    }
    .sticky-product-info-wapper {
        display: none
    }
    .products.products-list .product {
        width: 100%
    }
}

@media (max-width: 600px) {
    .site-header .extras-menu {
        width: 100%;
    }

    .site-header .header-extras .extras-menu {
        margin: 0;
    }
    .header-logo-kiosk .logo-kiosk {
        width: 80px !important;
        height: 80px !important;
        top: 40px;
    }

    .header-logo-kiosk .verify-kiosk {
        width: 88px;
        margin-bottom: 5px;
        position: absolute;
        right: 5px;
    }

    .header-logo-kiosk h2.header-name-kiosk {
        font-size: 14px;
        left: 120px;
        top: 28px;
    }

    .header-kiosk .header-banner-kiosk {
        background-size: cover !important;
        height: 130px !important;
    }

    a.sale-noti-footer {
        position: static;
        margin-bottom: 10px;
        float: left;
    }

    ul.list-menu-kiosk {
        padding: 0px !important;
        list-style: none;
        padding-right: 10px !important;
    }

    ul.list-menu-kiosk li a {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-business-info h3 {
        width: 100%;
        text-align: center;
        padding-bottom: 0px;
        font-weight: bold;
    }

    .table-info-business {
        margin-top: 10px;
        border: 0;
        margin-top: 25px;
    }

    .rows-info-business {
        position: relative;
        background: white !important;
        border: 1px solid #ccc;
        margin-bottom: 25px;
        border-radius: 5px;
    }

    .cols-title-info {
        position: absolute;
        background: white;
        top: -16px;
        left: 20px;
        border: 1px solid #ccc;
        width: auto;
        background: #f9f9f9;
        border-radius: 20px;
        padding: 3px 10px;
        font-size: 12px;
        font-weight: 600;
        color: black;
    }

    .cols-content-info {
        width: 100%;
        padding-top: 20px;
    }

    p.form-row.etrade-login-social {
        display: block;
    }

    a.btn-login-facebook {
        width: 100%;
        margin: 0;
    }

    a.btn-login-google {
        width: 100%;
        margin: 0;
    }

    p.form-row.etrade-login-social i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    p.form-row.etrade-login-social label {
        width: calc(100% - 40px);
        padding: 7px 12px;
        font-weight: 600;
    }
}

@media (max-width: 600px) {
    .site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields {
        display: block
    }
    .site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="email"],
    .site-footer .footer-newsletter .newsletter-form .mc4mf-form-fields input[type="submit"] {
        width: 100%;
        margin-bottom: 15px
    }
    .mf-other-categories .categories-list .col-cat {
        width: 100%
    }
    .mf-other-categories .categories-list .col-cat:nth-child(2n+1) {
        clear: none
    }
    .mf-product-deals-grid ul.products li.product {
        width: 100%
    }
    .mf-product-deals-grid ul.products li.product a img {
        width: auto
    }
    .rt-cart .rt-martfury table.cart .btn-update,
    .rt-cart .rt-martfury table.checkout .btn-update {
        float: none;
        width: 100%;
        margin-top: 15px
    }
    .rt-cart .rt-martfury table.cart .btn-update .button,
    .rt-cart .rt-martfury table.checkout .btn-update .button {
        width: 100%
    }
    .rt-cart .rt-martfury table.cart .btn-shop,
    .rt-cart .rt-martfury table.checkout .btn-shop {
        width: 100%
    }
    .primary-mobile-nav {
        width: 320px;
        left: -320px
    }
    .primary-user-nav {
        width: 320px;
        right: -320px
    }
    .display-user-mobile .primary-user-nav {
        transform: translate3d(-320px, 0, 0)
    }
    .display-mobile-menu .primary-mobile-nav {
        transform: translate3d(320px, 0, 0)
    }
    .topbar-mobile-enable {
        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
    }
}

@media (max-width: 575px) {
    .martfury div.product form.cart div.quantity {
        margin-bottom: 15px;
        float: none
    }
    .site-header .header-extras .extras-menu>li.menu-item-compare {
        display: none
    }
    .primary-mobile-nav {
        width: 280px;
        left: -280px
    }
    .display-mobile-menu .primary-mobile-nav {
        transform: translate3d(280px, 0, 0)
    }
    .primary-user-nav {
        width: 280px;
        right: -280px
    }
    .display-user-mobile .primary-user-nav {
        transform: translate3d(-280px, 0, 0)
    }
    .mf-cart .martfury table.shop_table td.product-quantity {
        width: auto
    }
    .mf-cart .martfury table.shop_table td.product-name {
        min-width: auto
    }
    .mf-cart .martfury table.shop_table td .quantity {
        width: 50px
    }
    .mf-cart .martfury table.shop_table td .quantity .qty {
        margin-right: 0;
        margin-left: 0
    }
    .mf-cart .martfury table.shop_table td .quantity .decrease,
    .mf-cart .martfury table.shop_table td .quantity .increase {
        display: none
    }
    .mf-banner-large.layout-3 {
        padding: 30px
    }
    .mf-banner-small .box-price,
    .mf-banner-small .banner-content .desc {
        display: none
    }
    .mf-banner-small .banner-content {
        margin: 20px
    }
    .newsletter-popup-section .newletter-content {
        padding: 55px 15px 30px
    }
    .newsletter-popup-section .close_icon {
        right: 55px
    }
    .style-banner-single .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.info-author {
    width: 100%;
    display: inline-block;
}

.content-info-author {
    width: 100%;
    float: left;
}

.content-info-author ul {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
}

.content-info-author ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.content-info-author ul li label {
    float: left;
    font-weight: bold;
    margin: 0;
    margin-right: 5px;
}

.content-info-author ul li p {
    float: left;
    margin: 0;
}

span.glo-sto {
    width: 100%;
    float: left;
}

span.glo-sto a {
    color: black;
    line-height: 35px;
}

span.gis-maps {
    width: 100%;
    float: left;
}

span.gis-maps i {
    color: white;
}

.product-social-share {
    width: 50%;
    float: left;
}

.rt-product-details__short-description {
    color: black;
}

label.label-fcontact {
    width: 100%;
    float: left;
    font-weight: bold;
}

.r-banners .banner-list a:first-child .banner-item {
    margin-bottom: 10px;
}

/*nav-home*/
.wraper-esp-data {
    width: 100%;
    display: inline-block;
}

.esp-data-item {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: white;
}

.header-esp-title {
    width: 100%;
    float: left;
}

.header-esp-title h2 {
    font-size: 16px;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-esp-content {
    width: 100%;
    float: left;
}

.nav-esp-content ul {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
}

.nav-esp-content ul li {width: 16.66666666666667%;float: left;display: flex;}

.nav-esp-content ul li a {
    margin: auto;
    float: left;
    width: 130px;
}

span.image-esp {
    width: 130px;
    height: 130px;
    float: left;
    background: #dcdce0;
    border-radius: 20px;
    display: flex;
}

span.image-esp img {
    margin: auto;
}

.nav-esp-content ul li a h4 {
    width: 130px;
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
    line-height: 20px;
}

.wraper-main-category-data {
    width: 100%;
    display: inline-block;
    background: white;
    margin-top: 10px;
}

.main-category-header-title {
    width: 100%;
    float: left;
}

.main-category-header-title h2 {
    float: left;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
}

.main-category-list-nav {
    width: 100%;
    float: left;
}

.main-category-list-nav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    float: left;
}

.main-category-list-nav ul li {
    width: 14.285%;
    float: left;
    height: 190px;
    position: relative;
}

span.main-category-img {
    width: 100%;
    height: 85px;
    float: left;
    text-align: center;
}

.main-category-list-nav ul li a {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
}

.content-main-category {
    float: left;
    margin: auto;
}

.content-main-category h4 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

span.main-category-img img {
    max-width: 100%;
    max-height: 100%;
}

.main-category-list-nav ul li:hover:before, .main-category-list-nav ul li:hover:after, .main-category-list-nav ul li:hover a:before, .main-category-list-nav ul li:hover a:after {background: #1877f2;z-index: 9;}

.main-category-list-nav ul li:last-child {
}

.main-category-list-nav ul li:before {content: "";width: 1px;height: 100%;position: absolute;top: 0;left: 0;background: #ccc;}

.main-category-list-nav ul li:after {content: "";width: 100%;height: 1px;background: #ccc;position: absolute;top: 0;left: 0;}

.main-category-list-nav ul li a:before {}

.main-category-list-nav ul li a:before {content: "";width: 100%;height: 1px;background: #ccc;bottom: -1px;left: 0;position: absolute;}

.main-category-list-nav ul li a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #ccc;
}
/*end-nav-home*/
@media (max-width: 767px) {
    .nav-esp-content ul li {
        width: 33.333333333%;
    }

    .nav-esp-content ul li a {
        width: 100px;
    }

    span.image-esp {
        width: 100px;
        height: 100px;
    }

    .nav-esp-content ul li a h4 {
        width: 100px;
    }

    .main-category-list-nav ul li {
        width: 25%;
        height: 150px;
    }

    span.main-category-img {
        height: 60px;
    }

    .content-main-category h4 {
        font-size: 12px;
        line-height: 18px;
    }
}

p.stil b {
    color: #0252c1;
}

p.stil asp {
    color: #f78204;
}

span.gis-maps a:hover {
    color: black;
}

.gis-map-container {
    width: 100%;
    max-height: 350px;
}

.gis-map-container>img {
    max-height: 350px;
}

label.lb-gis-maps {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #0252c1;
}

.business-gis-maps {
    width: 100%;
    float: left;
    position: relative;
}

.content-business-gis-maps {
    width: 100%;
    float: left;
    height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.content-business-gis-maps:before {content: "";width: 100%;height: 75px;position: absolute;bottom: 0;left: 0;background: linear-gradient(#ffffff00, white);}

a.loadmore-maps {
    width: 320px;
    position: absolute;
    bottom: 0;
    color: #0252c1;
    text-align: center;
    left: calc(50% - 160px);
}

a.loadmore-maps i {
    margin-left: 8px;
}

.show-more-gismap {
    height: 350px;
}

.show-more-gismap:before {
    display: none;
}

.show-more-gismap a.loadmore-maps {
    display: none;
}

label.label-gismap-business {
    width: 100%;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

.load-more-main-cat-mobile {
    display: none;
}

@media (min-width: 900px) and (max-width: 1024px) {
    .mf-banners-grid {
        flex-flow: column;
    }

    .mf-banners-grid .l-banners {
        width: 100%;
    }

    .mf-banners-grid .l-banners .item-large:last-child {
        height: 300px;
    }

    .mf-banners-grid .l-banners .banner-item .slideshow {
        height: 300px !important;
    }

    .mf-banners-grid .r-banners {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .mf-banners-grid .r-banners .banner-list {height: 250px;display: grid;grid-template-columns: repeat(2,minmax(180px,1fr));}

    .r-banners .banner-list a:first-child .banner-item {
        margin: 0;
    }

    .mf-banners-grid .r-banners .banner-list a:first-child {
        padding-right: 10px;
        width: 100%;
        float: left;
        display: flex;
    }

    .mf-banners-grid .r-banners .banner-list a:last-child {
        padding-left: 10px;
        width: 100%;
        float: left;
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .mf-banners-grid .r-banners .banner-list {
        display: grid;
        grid-template-columns: repeat(2,minmax(180px,1fr));
        height: 200px;
        margin-top: 10px;
    }

    .mf-banners-grid .r-banners .banner-list a {
        display: flex;
        padding-left: 10px;
    }

    .mf-banners-grid .r-banners {
        padding-left: 0;
    }

    .mf-banners-grid .r-banners .banner-list a:first-child {
        padding-left: 0;
    }

    .r-banners .banner-list a .banner-item:before {content: "AD";position: absolute;top: 0px;left: 5px;}

    .r-banners .banner-list a .banner-item {
        position: relative;
    }

    .nav-esp-content ul li {
        width: 33.33333%;
    }

    .main-category-list-nav ul li {
        width: 20%;
    }

    .slideshow {
        height: 250px !important;
    }
}

@media (max-width: 767px) {
    span.glo-sto a {
        color: white !important;
        height: 35px;
        overflow: hidden;
        float: left;
    }

    span.gis-maps a {
        height: 35px;
        overflow: hidden;
        float: left;
        color: white !important;
        margin-top: 8px;
    }

    .load-more-main-cat-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        /* left: calc(50% - 100px); */
        width: 100%;
        text-align: center;
        font-size: 13px;
        height: 38px;
        line-height: 38px;
        background: #fff;
        z-index: 4;
        color: #0252c1;
    }
    
    .main-category-list-nav {
        height: 318px;
        position: relative;
        overflow: hidden;
    }

    .main-category-list-nav:before {content: "";bottom: 0;left: 0;width: 100%;height: 100px;position: absolute;background: linear-gradient(#ffffff00, white);z-index: 3;}

    .load-full-main-cat {
        height: auto;
    }

    .load-full-main-cat:before {
        display: none;
    }

    .load-full-main-cat a.load-more-main-cat-mobile {
        display: none;
    }
}

label.label-gosto {
    float: left;
    margin-right: 22px !important;
    background: #ff7800;
    font-weight: 600 !important;
    color: white;
    padding: 5px 12px;
    position: relative;
    line-height: 25px;
}

label.label-gosto:before {content: "";width: 0px;height: 0px;position: absolute;border-top: 17px solid transparent;border-bottom: 17px solid transparent;border-left: 17px solid #ff7800;top: 0;left: 100%;}
span.gis-maps a {
    line-height: 35px;
}

label.label-gis-maps {
    line-height: 25px;
    padding: 5px;
    float: left;
    margin-right: 30px !important;
    position: relative;
    background: #005bbc;
    color: white;
    cursor: pointer;
}

label.label-gis-maps:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #005bbc;
    top: 0;
    left: 100%;
}

label.label-gis-maps:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #7bbbff;
    top: 0;
    right: -34px;
}

label.label-gis-maps b:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #7bbbff;
    bottom: 0;
    right: -35px;
}

label.label-gis-maps b {
    font-weight: 600;
}

.marquee-scroll-top {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

span.icon-speak-news {
    background: url(/images/speak.png) no-repeat center;
    width: 30px;
    height: 30px;
    float: left;
    background-size: contain;
}

.marquee-scroll-top .marquee-scroll-content {
    width: calc(100% - 30px);
    float: left;
    padding: 4px;
    overflow: hidden;
}

.marquee-scroll-top .marquee-scroll-content p {
    float: left;
    margin: 0;
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 30s linear infinite;
    /*display: flex;*/
    width: max-content;
    /*flex-wrap: wrap;
    flex: 1;*/
}

.marquee-scroll-top .marquee-scroll-content p a {
    float: left;
}

.marquee-scroll-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.marquee-scroll-content ul li {
     float: left; 
    margin: 0;
}

.marquee-scroll-content ul li:before {content: ",";}

.marquee-scroll-content ul li:first-child:before {
    display: none;
}

.marquee-scroll-content ul li a {color: #8e5544;font-weight: 600;}

.mf-layout .products div[data-grid_num="5"] .product {width: 20%;float: left;}

.mf-layout .products div[data-grid_num="4"] .product {
    width: 25%;
    float: left;
}

.footer__widget .linklist li a {
    color: white;
}

span.danh-hieu-desc {
    width: calc(100% - 100px);
    float: left;
}

span.danh-hieu-desc p {
    width: 100%;
    float: left;
}