.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.zmdi-close:before {
    content: '\f136'
}


.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-arrows:before {
    content: '\f2f0'
}


.zmdi-close:before {
    content: '\f136'
}


.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-22 {
    margin-bottom: 22px !important
}


.mt-25 {
    margin-top: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mt-90 {
    margin-top: 90px !important
}


.pt-17 {
    padding-top: 17px !important
}

.pb-17 {
    padding-bottom: 17px !important
}


.pb-25 {
    padding-bottom: 25px !important
}

.pt-24 {
    padding-top: 24px !important
}


.pb-80 {
    padding-bottom: 80px !important
}


.pt-100 {
    padding-top: 100px !important
}

.nov_row-full-width {
    margin-left: 15px;
    margin-right: 15px
}

a {
    color: #666;
    display: inline-block
}

a:hover {
    color: #979797;
    text-decoration: none
}

i,span {
    display: inline-block
}

pre {
    margin-bottom: 1px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Josefin Sans, sans-serif
}

button,input,optgroup,select,textarea {
    font-family: Josefin Sans, sans-serif
}

input,textarea {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D")
}

.custom-checkbox {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-size: 15px
}

.custom-checkbox input[type=checkbox] {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute
}

.custom-checkbox input[type=checkbox] + span {
    margin-right: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    background-color: #fff
}




.form-control-label {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #666;
    padding-top: 10px
}

.lang-rtl .form-control-label {
    text-align: right
}

.form-control-comment.right {
    padding-top: 10px;
    padding-left: 15px
}


input.form-control {
    height: 44px;
    background-color: #fff;
    border-color: #dfdfdf;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px
}

.form-control-comment {
    font-size: 1.3rem
}

.form-group {
    margin-bottom: 30px
}

.form-control-label {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #666;
    padding-top: 10px
}

.lang-rtl .form-control-label {
    text-align: right
}

.form-control-comment {
    font-size: 13px;
    color: #aaa
}

.form-control-comment.right {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 1.3rem
}


input.form-control {
    height: 46px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D");
    border-color: #e9e9e9;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem
}

.modal .modal-header {
    padding: 0;
    border-bottom: none
}

@media (min-width: 767px) {
    .nov-megamenu .dropdown-menu {
        visibility:hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        z-index: 100;
        background-color: #fff;
        display: block;
        padding: 0;
        margin: 0;
        left: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-top: 1px solid #eee
    }
	
	
    .nov-megamenu .menu {
        margin: 0;
        padding: 0
    }

    .nov-megamenu .menu > li {
        display: inline-block;
        list-style: none;
        position: relative;
        margin: 0px 10px
    }

    .nov-megamenu .menu > li > a {
        display: block;
        font-weight: 400;
        padding: 17px 10px 17px 10px;
        line-height: 100%;
        color: #fff;
        position: relative
    }


.nov-megamenu .menu > li > .dropdown-menu {
        background: transparent
    }

    .nov-megamenu .menu > li > .dropdown-menu > ul {
        background: #fff
    }

    .nov-megamenu .menu > li.group,.nov-megamenu .menu > li.has-sub {
        position: relative
    }

    .nov-megamenu .menu > li.active > a {
        color: #979797
    }

    .nov-megamenu .menu > li .menu-title {
        color: #000;
        font-weight: 700;
        font-family: Josefin Sans, sans-serif;
        font-size: 1.4rem;
        padding-top: 10px;
        display: block;
        border-bottom: none;
        text-transform: capitalize;
        text-align: left
    }

    .lang-rtl .nov-megamenu .menu > li .menu-title {
        text-align: right
    }

    .nov-megamenu .menu > li.item > .dropdown-menu {
        top: calc(100% + 20px);
        border-top: none
    }


 .nov-megamenu .menu > li.group > .dropdown-menu {
        padding: 15px 30px 15px 30px;
        border-top: 1px solid #eee;
        -webkit-box-shadow: 0 5px 5px 3px rgba(31, 31, 31, 0.05);
        -moz-box-shadow: 0 5px 5px 3px rgba(31, 31, 31, 0.05);
        -ms-box-shadow: 0 5px 5px 3px rgba(31, 31, 31, 0.05);
        -o-box-shadow: 0 5px 5px 3px rgba(31, 31, 31, 0.05);
        box-shadow: 0 5px 5px 3px rgba(31, 31, 31, 0.05);
        background-color: #fff;
        top: calc(100% + 20px)
    }

    .nov-megamenu .menu > li.group > .dropdown-menu > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nov-megamenu .menu > li.group > .dropdown-menu > ul li a {
        color: #000;
        font-size: 1.6rem;
        font-weight: 300;
        text-transform: capitalize
    }
	
	 .nov-megamenu .menu > li.group.group-full {
        position: static
    }

    .nov-megamenu .menu > li.group.group-full > .dropdown-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 65px;
        padding-bottom: 55px
    }

    .lang-rtl .nov-megamenu .menu > li.group.group-full > .dropdown-menu {
        right: 50%;
        left: auto
    }

    .lang-rtl .nov-megamenu .menu > li.group.group-full > .dropdown-menu {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .nov-megamenu .menu > li.group.group-full > .dropdown-menu > ul {
        margin: 0px auto
    }


    .nov-megamenu .menu > li.group.group-full > .dropdown-menu .banner-menu {
        margin: 15px 0px
    }
	
	  .nov-megamenu .menu > li.group ul {
        padding: 0;
        list-style: none
    }
	
	 .nov-megamenu .menu > li .opener {
        position: absolute;
        right: 5px;
        z-index: 1;
        display: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer
    }
	
	.menu-content {
    padding-bottom: 0px;
    position: relative
}

.menu-title {
    display: block;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 14px
}


form#searchbox {
    position: relative
}

body {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    background: #fff;
    color: #666
}

#header .label-header {
    font-size: 10px;
    text-transform: uppercase;
    color: #909090;
    font-weight: 700;
    margin-bottom: 2px;
    display: none
}

#header-sticky {
    visibility: hidden
}

@media (max-width: 767px) {
    #header-sticky {
        display:none
    }
}

@media (min-width: 768px) {
    #header-sticky {
        position:fixed;
        width: 100%;
        top: -50px;
        left: 0;
        z-index: 1020;
        -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
        -webkit-transition: top 0.45s ease;
        -moz-transition: top 0.45s ease;
        -ms-transition: top 0.45s ease;
        -o-transition: top 0.45s ease;
        transition: top 0.45s ease;
        background: #fff
    }

    .lang-rtl #header-sticky {
        right: 0;
        left: auto
    }

    #header-sticky.sticky-menu-active {
        visibility: visible;
        top: 0;
        -webkit-transition: top 0.45s ease;
        -moz-transition: top 0.45s ease;
        -ms-transition: top 0.45s ease;
        -o-transition: top 0.45s ease;
        transition: top 0.45s ease
    }

    #header-sticky.sticky-menu-active > .container {
        position: static
    }

    #header-sticky.sticky-menu-active .nov-megamenu .menu > li:focus > a {
        color: #979797
    }

    #header-sticky.sticky-menu-active .nov-megamenu .menu > li > a {
        padding: 17px 10px 17px 10px;
        color: #222
    }


#header-sticky.sticky-menu-active .contentstickynew_menu {
        position: static
    }

    #header-sticky.sticky-menu-active .contentstickynew_logo img {
        margin: 8px 0px
    }


  #header-sticky .title-cart {
        font-size: 10px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        margin-top: 6px
    }

    #header-sticky .value-cart {
        display: none
    }

    #header-sticky .blockcart .header-cart .header-cart-icon .cart-products-count {
        top: 11px;
        right: -8px;
        left: auto;
        z-index: 2
    }


#main {
    margin-bottom: 6rem
}

#index #main {
    margin-bottom: 0
}

.columns-container {
    z-index: 1;
    position: relative
}

.nov-row {
    position: relative
}


.footer .link-list .title_block {
    margin-bottom: 31px;
    text-transform: uppercase;
    color: #fff;
    line-height: 21px;
    font-size: 1.8rem;
    font-weight: 400
}

.footer .link-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px
}

.lang-rtl .footer .link-list ul {
    padding-right: 0;
    padding-left: inherit
}

.footer .link-list ul li {
    padding: 0 0 12px 0
}

.footer .link-list ul a {
    color: #fff;
    font-weight: 300;
    transition: color 300ms ease-in-out
}


.canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 0;
    height: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: width 0s 0.5s, height, 0s 0.5s, opacity 0.5s 0s;
    background: rgba(0, 0, 0, 0.5);
    cursor: url(../img/cusor.png), auto
}

#_desktop_back_top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center
}

.lang-rtl #_desktop_back_top {
    left: 15px;
    right: auto
}

#_desktop_back_top span {
    padding: 4px 12px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #fff;
    color: #ccc;
    font-size: 2rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#_desktop_back_top .text {
    display: none
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

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

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

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

.slick-slide img {
    display: block
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    padding-bottom: 8px
}

.slick-arrow.slick-hidden {
    display: none
}


.title_block {
    font-weight: 600;
    color: #979797;
    line-height: 1
}


#_desktop_search_content {
    position: relative
}

#_desktop_search_content .nov_category_tree {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin: 2px;
    background: #f2f2f2;
    position: relative;
    display: none
}


#_desktop_search_content .search_query {
    background: transparent;
    color: #fff;
    padding-left: 34px
}


#_desktop_search_content .search_query:hover,#_desktop_search_content .search_query:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none
}

#_desktop_search_content .search_query::-webkit-input-placeholder {
    font-size: 10px;
    color: rgba(255, 228, 0, 0.2);
    text-transform: uppercase
}

#_desktop_search_content .search_query:-moz-placeholder {
    font-size: 10px;
    color: rgba(255, 228, 0, 0.2);
    text-transform: uppercase
}

#_desktop_search_content .search_query::-moz-placeholder {
    font-size: 10px;
    color: rgba(255, 228, 0, 0.2);
    text-transform: uppercase
}

#_desktop_search_content .search_query:-ms-input-placeholder {
    font-size: 10px;
    color: rgba(255, 228, 0, 0.2);
    text-transform: uppercase
}

#_desktop_search_content .button-search {
    position: initial
}

#_desktop_search_content .button-search .btn.btn-secondary {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    border: none;
    background: black;
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: inherit
}


#_desktop_search_content .button-search .btn.btn-secondary i {
    margin-right: 0px
}

@media (min-width: 768px) {
    .modal-dialog-centered {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (2.5rem * 2))
    }
}

.breadcrumb {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 6rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcrumb {
        background-size:cover !important;
        padding-top: 76px;
        padding-bottom: 80px
    }
}

.breadcrumb .breadcrumb-title {
    font-size: 3.5rem;
    color: black;
    text-transform: uppercase;
    margin-bottom: 19px
}

.breadcrumb ol {
    display: none;
    padding-left: 0;
    font-family: Josefin Sans, sans-serif;
    margin: 0
}


.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.label {
    white-space: normal;
    display: inline-block
}

label {
    color: #444
}

.fade.in {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.qty {
    display: inline-block;
    vertical-align: top;
    width: 110px
}

.qty .input-group-btn-vertical {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 10
}

.qty .input-group-btn-vertical .btn {
    padding: 0;
    vertical-align: top;
    background: transparent
}

.qty .input-group-btn-vertical .btn i {
    color: #b4b4b4;
    font-size: 16px;
    display: block;
    font-style: inherit;
    line-height: 38px;
    margin: 0
}

.qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    height: 46px;
    width: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #ebebeb;
    background: #fff
}


.qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    height: 46px;
    width: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #ebebeb;
    background: #fff
}

.lang-rtl .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    left: 1px;
    right: auto
}

.lang-rtl .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    border-right: 1px solid #ebebeb;
    border-left: initial
}

#quantity_wanted {
    color: #000;
    background-color: transparent;
    height: 35px;
    padding: 0.175rem 1rem;
    width: 58px;
    font-size: 14px;
    border-color: #dfdfdf
}


.account-list {
    padding-top: 0;
    visibility: visible;
    right: 0;
    left: auto;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    min-width: 200px;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent
}

.lang-rtl .account-list {
    left: 0;
    right: auto
}

.account-list #_desktop_language_selector {
    border-top: 1px solid #e1e1e1;
    padding-top: 27px
}

.account-list .logl-top {
    padding: 40px
}

.account-list .logl-top img {
    max-height: 24px
}

.account-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background: #fff
}

.account-list .account-list-content {
    margin-top: 30px;
    position: relative;
    padding-top: 0;
    background: #fff;
    padding: 0px 40px 40px;
    font-size: 1rem
}

.account-list .account-list-content > div {
    text-align: left;
    padding: 16px 0px 16px 0px
}

.lang-rtl .account-list .account-list-content > div {
    text-align: right
}

.account-list .account-list-content > div a {
    color: #000
}

.account-list .account-list-content > div:first-child {
    padding-top: 5px
}

.account-list .account-list-content > div:last-child {
    padding-bottom: 15px
}

.account-list .account-list-content > div span,.account-list .account-list-content > div > a {
    font-size: 1.8rem
}

.account-list .account-list-content > div i {
    display: none;
    margin-right: 15px;
    min-width: 13px;
    color: #9c9c9c;
    vertical-align: middle;
    font-size: 16px
}

.blockcart {
    position: relative
}

.blockcart .header-cart {
    text-align: center;
    cursor: pointer
}

.blockcart .header-cart .header-cart-icon .cart-products-count {
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    min-width: 18px;
    height: 18px;
    line-height: 19px;
    position: absolute;
    top: 16px;
    right: -8px;
    border: none;
    background: #979797;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}


.blockcart .header-cart .header-cart-icon .icon-header-cart {
    display: inline-block;
    width: 23px;
    height: 26px;
    background: url(../img/icon-cart.png);
    background-repeat: no-repeat
}

.blockcart .header-cart .header-cart-value {
    text-align: left;
    margin-left: 11px;
    margin-right: 0
}

.lang-rtl .blockcart .header-cart .header-cart-value {
    text-align: right
}

.lang-rtl .blockcart .header-cart .header-cart-value {
    margin-left: 0;
    margin-right: 11px
}

.blockcart .header-cart .header-cart-value span {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff
}

.blockcart .cart_block {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: auto;
    width: 300px;
    padding-top: 10px
}

.blockcart .cart_block .cart-block-content {
    padding-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.blockcart .cart_block ul {
    list-style: none;
    padding: 10px 15px 0 20px;
    margin-bottom: 0
}

.blockcart .cart_block ul li {
    padding: 20px 20px 20px 0;
    position: relative
}


.blockcart .cart_block ul li:first-child {
    padding-top: 0
}

.blockcart .cart_block ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.blockcart .cart_block ul .media {
    position: relative
}

.blockcart .cart_block ul .remove-from-cart {
    position: absolute;
    font-size: 16px;
    color: #8f8f8f;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 22px;
    background: red;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    left: -10px;
    background: #e6e6e6
}


.blockcart .cart_block ul .product-image {
    width: 62px;
    margin-right: 2rem;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.lang-rtl .blockcart .cart_block ul .product-image {
    margin-left: 2rem;
    margin-right: inherit
}

.blockcart .cart_block ul .product-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 500
}

.blockcart .cart_block ul .product-price {
    color: #222;
    font-weight: 400;
    font-size: 1.3rem
}

.blockcart .cart_block ul .media-body {
    position: relative;
    text-align: left;
    line-height: 20px
}



.blockcart .cart_block .cart-subtotals,.blockcart .cart_block .cart-total {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    color: #222;
    font-weight: 900
}

.blockcart .cart_block .cart-subtotals .label,.blockcart .cart_block .cart-total .label {
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
    padding-right: 15px
}


.blockcart .cart_block .cart-subtotals .value,.blockcart .cart_block .cart-total .value {
    display: inline-block;
    position: relative;
    font-size: 14px;
    float: right
}


.blockcart .cart_block .cart-total {
    padding: 0 20px
}

.blockcart .cart_block .cart-total > div {
    padding: 25px 0 2px;
    border-top: 1px solid #222;
    margin-top: -1px
}

.blockcart .cart_block .cart-total .value {
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    color: #222
}

.blockcart .cart_block .cart-buttons {
    padding: 20px
}

.blockcart .cart_block .cart-buttons a {
    display: block;
    font-size: 11px;
    font-family: Josefin Sans, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: none
}

.blockcart .cart_block .cart-buttons a:last-child {
    margin-right: 0
}

.lang-rtl .blockcart .cart_block .cart-buttons a:last-child {
    margin-left: 0;
    margin-right: inherit
}

.blockcart .cart_block .cart-buttons a.btn-cart {
    background: #ececec;
    color: #222
}

.blockcart .cart_block .cart-buttons a.btn-checkout {
    background: #222
}


.groups-selector {
    position: relative;
    display: inline-block
}


.groups-selector ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.groups-selector ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative
}

.groups-selector ul li a {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600
}

.groups-selector ul li a img {
    filter: alpha(opacity=34);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)";
    -webkit-opacity: 0.34;
    -moz-opacity: 0.34;
    -ms-opacity: 0.34;
    -o-opacity: 0.34;
    opacity: 0.34
}

.groups-selector ul li:hover a,.groups-selector ul li.current a {
    color: #fff
}

.groups-selector ul li:hover a img,.groups-selector ul li.current a img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}




@media (min-width: 1200px) and (max-width:1450px) {
    .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        max-height:135.5px;
        padding: 40px 30px 35px 30px
    }

    .lang-rtl .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        padding: 40px 30px 35px 30px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        max-height:141.9px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        max-height:148px;
        padding: 47px 30px 40px 30px
    }

    .lang-rtl .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        padding: 47px 30px 40px 30px
    }
}

@media (max-width: 450px) {
    .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        max-height:130px;
        padding: 40px 30px 34px 30px
    }

    .lang-rtl .product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link {
        padding: 40px 30px 34px 30px
    }
}

.product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link .title_category {
    padding-top: 15px;
    color: #fff;
    font-size: 1.2rem
}

.product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link:hover,.product-tabs2 .tab-content-left .list-tabs .nav-item .nav-link.active {
    background: #07192c
}

.product-tabs2 .tab-content-left .list-tabs .nav-item:last-child .nav-link {
    border-bottom: none
}

.product-tabs2 .block_content {
    padding-top: 0px !important
}

.product-tabs2 .block_content .block-margin {
    margin: 0px;
    width: 100%
}

@media (min-width: 1440px) {
    .product-tabs2 .block_content .block-margin {
        max-height:700px
    }
}

.product-tabs2 .block_content .block-margin .item {
    border-left: 1px solid #ececec;
    padding: 0px
}

.lang-rtl .product-tabs2 .block_content .block-margin .item {
    border-right: 1px solid #ececec;
    border-left: initial
}

.product-tabs2 .block_content .block-margin .item .product-miniature {
    border-bottom: 1px solid #ececec;
    padding: 9px 20px 28px 20px;
    margin-top: 0px
}

.product-tabs2 .block_content .block-margin .item .product-miniature .product-groups {
    padding-top: 8px !important
}

.nov-productlist.productlist-slider .title-left .title_block {
    font-size: 4.4rem;
    color: #222;
    margin-bottom: 45px;
    line-height: 44px;
    text-align: center;
    font-weight: 600
}

.nov-productlist.productlist-slider .block_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.lang-rtl .nov-productlist.productlist-slider .block_content {
    padding-left: 15px;
    padding-right: 15px
}

.nov-productlist.productlist-slider .block_content .item {
    padding: 15px 10px
}

.nov-productlist.productlist-slider .block_content .item .product-miniature {
    margin-top: 0px
}

.nov-productlist.productlist-slider .block_content .item .product-miniature .group-buttons .add-to-cart {
    padding: 0px 8px
}

.nov-productlist.productlist-slider .block_content .item .product-miniature .group-buttons .add-to-cart span {
    font-size: 0px
}

.nov-productlist.productlist-slider .block_content .item .product-miniature .group-buttons .quick-view {
    padding: 0px 10px
}

.nov-productlist.productlist-slider .block_content .item .product-miniature .product-price-and-shipping .price {
    font-weight: 400
}

.category-title .title_block {
    text-align: center;
    font-size: 4.4rem;
    line-height: 65px;
    margin-bottom: 0px;
    color: #000;
    padding-left: 15px
}

.lang-rtl .category-title .title_block {
    padding-right: 15px;
    padding-left: inherit
}

.category-title .title_block .sub_title {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    padding-top: 10px;
    line-height: 22px;
    color: #666
}

.category-title .block-padding {
    margin-left: -15px;
    margin-right: -15px
}

.lang-rtl .category-title .block-padding {
    margin-left: -15px;
    margin-right: -15px
}

.category-title .block-padding .category_list {
    margin-bottom: 0px
}

.category-title .block-padding .category_list .slick-slide {
    outline: none
}

.category-title .block-padding .category_list .slick-slide > div {
    text-align: center;
    outline: none
}

.category-title .block-padding .category_list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #6e7772;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.category-title .block-padding .category_list .slick-arrow.slickNext {
    left: 15px
}

.lang-rtl .category-title .block-padding .category_list .slick-arrow.slickNext {
    right: 15px;
    left: auto
}

.category-title .block-padding .category_list .slick-arrow.slickPrev {
    right: 15px
}

.lang-rtl .category-title .block-padding .category_list .slick-arrow.slickPrev {
    left: 15px;
    right: auto
}

.category-title .block-padding .category_list:hover .slick-arrow {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.category-title .block-padding .category_list.slide_2 {
    margin-top: 80px
}

.category-title .block-padding .category_list.slide_2 .content {
    padding: 0px 10px;
    outline: none
}

.category-title .block-padding .category_list.slide_2 .content .img_cate {
    padding: 20px;
    outline: none;
    position: relative
}

.category-title .block-padding .category_list.slide_2 .content .img_cate:before {
    content: "";
    background: url(../img/category_bk.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all 2s
}

.lang-rtl .category-title .block-padding .category_list.slide_2 .content .img_cate:before {
    right: 0px;
    left: auto
}

@media (max-width: 1199px) {
    .category-title .block-padding .category_list.slide_2 .content .img_cate:before {
        background-size:contain
    }
}

.category-title .block-padding .category_list.slide_2 .content .img_cate:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 2s
}

.category-title .block-padding .category_list.slide_2 .content a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 2
}

.category-title .block-padding .category_list.slide_2 .content a img {
    max-width: 260px;
    max-height: 260px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block
}

.category-title .block-padding .category_list.slide_2 .content .title {
    padding-top: 10px
}

.category-title .block-padding .category_list.slide_2 .content .title a {
    color: #000
}

.category-title .block-padding .category_list.slide_2 .content .title a:hover {
    color: #979797
}

@media (max-width: 1450px) {
    .category-title .block-padding .category_list.slide_2 .content .img_cate {
        padding:10px
    }
}

.category-title .block-padding .list .content {
    margin-bottom: 20px
}

.category-title .block-padding .content {
    outline: none;
    text-align: center
}

.category-title .block-padding .content .img_cate {
    position: relative;
    overflow: hidden
}

.category-title .block-padding .content .img_cate a {
    overflow: hidden;
    display: block
}

.category-title .block-padding .content .img_cate a img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.category-title .block-padding .content .img_cate a:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.category-title .block-padding .content .img_cate a .title {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 13px 30px;
    color: #000;
    font-size: 16px;
    min-width: 180px;
    white-space: nowrap
}

.lang-rtl .category-title .block-padding .content .img_cate a .title {
    right: 50%;
    left: auto
}

.lang-rtl .category-title .block-padding .content .img_cate a .title {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.category-title .block-padding .content .img_cate a .title:hover {
    background: black;
    color: #fff
}

.category-title .block-padding .content .img_cate a .title:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .category-title .block-padding .content .img_cate a .title:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.category-title .block-padding .content .img_cate a .title:hover i {
    visibility: initial;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff
}

.category-title .block-padding .content .img_cate a .title span {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .category-title .block-padding .content .img_cate a .title span {
    -webkit-transform: translateX(-11px);
    -ms-transform: translateX(-11px);
    transform: translateX(-11px)
}

.category-title .block-padding .content .img_cate a .title i {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-left: 12px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    top: 2px
}

.lang-rtl .category-title .block-padding .content .img_cate a .title i {
    margin-right: 12px;
    margin-left: inherit
}

.nov-productgrid {
    overflow: hidden
}

.nov-productgrid .block-margin {
    overflow: inherit
}

.nov-productgrid .text-content {
    margin-bottom: 55px
}

.nov-productgrid .text-content .title_block {
    display: inline-block;
    font-size: 2.8rem;
    margin-bottom: 0px;
    padding: 0px 5px;
    color: #222;
    position: relative
}

.nov-productgrid .owl-theme .owl-nav {
    display: block
}

.nov-productgrid .owl-theme .owl-nav [class*='owl-'] {
    background: #eee;
    top: -67px;
    width: 45px;
    height: 45px;
    border: none
}

@media (min-width: 768px) and (max-width:991px) {
    .nov-productgrid .owl-theme .owl-nav [class*='owl-'] {
        top:-64px
    }
}

.nov-productgrid .owl-theme .owl-nav [class*='owl-'].owl-next {
    right: 15px
}

.lang-rtl .nov-productgrid .owl-theme .owl-nav [class*='owl-'].owl-next {
    left: 15px;
    right: auto
}

.nov-productgrid .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: 65px;
    left: auto
}

.lang-rtl .nov-productgrid .owl-theme .owl-nav [class*='owl-'].owl-prev {
    left: 65px;
    right: auto
}

.lang-rtl .nov-productgrid .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: auto;
    left: auto
}

.nov-productgrid .owl-dots {
    position: absolute;
    top: -92px;
    left: auto;
    right: -15px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.lang-rtl .nov-productgrid .owl-dots {
    right: auto;
    left: auto
}

.lang-rtl .nov-productgrid .owl-dots {
    left: -15px;
    right: auto
}

.lang-rtl .nov-productgrid .owl-dots {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.nov-productgrid .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin: 0px 2.5px
}

.nov-productgrid .owl-dots .owl-dot span:hover {
    background-color: white;
    -webkit-box-shadow: 0 0 0 2px #979797;
    -moz-box-shadow: 0 0 0 2px #979797;
    -ms-box-shadow: 0 0 0 2px #979797;
    -o-box-shadow: 0 0 0 2px #979797;
    box-shadow: 0 0 0 2px #979797
}

.nov-productgrid .owl-dots .owl-dot.active span {
    background-color: white;
    -webkit-box-shadow: 0 0 0 2px #979797;
    -moz-box-shadow: 0 0 0 2px #979797;
    -ms-box-shadow: 0 0 0 2px #979797;
    -o-box-shadow: 0 0 0 2px #979797;
    box-shadow: 0 0 0 2px #979797
}

.nov-productgrid .item {
    padding: 15px
}

.nov-productgrid .item .product-miniature {
    margin-bottom: 0px;
    padding: 10px;
    border: none;
    -webkit-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1)
}

.nov-productgrid .item .item-product:hover .product-price-and-shipping {
    opacity: 0 !important
}

.nov-productgrid .item .item-product .thumbnail-container {
    max-width: 150px;
    min-width: 149px;
    display: inline-block
}

.nov-productgrid .item .item-product .product-groups {
    padding-left: 30px
}

.lang-rtl .nov-productgrid .item .item-product .product-groups {
    padding-right: 30px;
    padding-left: inherit
}

@media (min-width: 992px) and (max-width:1199px) {
    .nov-productgrid .item .item-product .product-groups {
        padding-left:0px
    }

    .lang-rtl .nov-productgrid .item .item-product .product-groups {
        padding-right: 0px;
        padding-left: inherit
    }
}

.nov-productgrid .item .item-product .product-groups .product-description {
    padding: 0px
}

.nov-productgrid .item .item-product .product-groups .product-description .product-title {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 0px
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-description .product-title {
    text-align: right
}

.nov-productgrid .item .item-product .product-groups .product-description .product-title a {
    font-size: 12px;
    line-height: 20px
}

.nov-productgrid .item .item-product .product-groups .product-group-price {
    position: relative
}

.nov-productgrid .item .item-product .product-groups .product-buttons {
    position: absolute;
    left: 0px;
    top: -10px
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons {
    right: 0px;
    left: auto
}

.nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    min-width: 40px;
    line-height: 42px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart i {
    margin-right: 0px;
    color: #bdbdbd
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart i {
    margin-left: 0px;
    margin-right: inherit
}

.nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart span {
    display: none
}

.nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart:hover {
    background: #979797
}

.nov-productgrid .item .item-product .product-groups .product-buttons .add-to-cart:hover i {
    color: #fff
}

.nov-productgrid .item .item-product .product-groups .product-buttons .addToWishlist {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 10px;
    margin-right: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .addToWishlist {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .addToWishlist {
    margin-left: 0px;
    margin-right: 10px
}

.nov-productgrid .item .item-product .product-groups .product-buttons .addToWishlist:hover {
    background: #979797
}

.nov-productgrid .item .item-product .product-groups .product-buttons .addToWishlist:hover i {
    color: #fff
}

.nov-productgrid .item .item-product .product-groups .product-buttons .quick-view {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .quick-view {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.lang-rtl .nov-productgrid .item .item-product .product-groups .product-buttons .quick-view {
    margin-right: 10px;
    margin-left: inherit
}

.nov-productgrid .item .item-product .product-groups .product-buttons .quick-view:hover {
    background: #979797
}

.nov-productgrid .item .item-product .product-groups .product-buttons .quick-view:hover i {
    color: #fff
}

.nov-productgrid .item .item-product:hover .product-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.lang-rtl .nov-productgrid .item .item-product:hover .product-buttons {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.nov-productgrid .item .item-product:hover .product-buttons .add-to-cart,.nov-productgrid .item .item-product:hover .product-buttons .addToWishlist {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial
}

.lang-rtl .nov-productgrid .item .item-product:hover .product-buttons .add-to-cart,.lang-rtl .nov-productgrid .item .item-product:hover .product-buttons .addToWishlist {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.nov-productgrid .item .item-product:hover .product-buttons .quick-view {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial
}

.lang-rtl .nov-productgrid .item .item-product:hover .product-buttons .quick-view {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.nov-productgrid .banner-product {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.nov-productgrid .banner-product img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.nov-productgrid .banner-product:hover img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.nov-manufacture {
    overflow: hidden
}

.nov-manufacture .title_block {
    font-size: 1.8rem;
    color: #979797;
    overflow: hidden;
    margin-bottom: 45px;
    text-align: left
}

.lang-rtl .nov-manufacture .title_block {
    text-align: right
}

@media (max-width: 991px) {
    .nov-manufacture .title_block {
        text-align:center;
        padding-top: 50px
    }

    .nov-manufacture .title_block .sub_title {
        display: inline-block
    }
}

.nov-manufacture .title_block .title2 {
    padding-bottom: 30px
}

.nov-manufacture .title_block .sub_title {
    font-size: 2.4rem;
    max-width: 560px;
    line-height: 36px
}

.nov-manufacture .block_content .item {
    padding: 31px 10px
}

.nov-manufacture .block_content .logo-manu {
    text-align: center
}

.nov-manufacture .block_content .logo-manu:not(:first-child) {
    margin-top: 30px
}

@media (min-width: 1200px) {
    .nov-manufacture .block_content .manufacture.style .logo-manu:hover a img {
        -webkit-animation-name:vinova_teemax;
        animation-name: vinova_teemax;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }
}

.nov-manufacture .block_content .manufacture.style_2 {
    margin-left: -9px;
    margin-right: -9px
}

.lang-rtl .nov-manufacture .block_content .manufacture.style_2 {
    margin-left: -9px;
    margin-right: -9px
}

.nov-manufacture .block_content .manufacture.style_2 .item {
    border: 1px solid #ebebeb;
    margin: 15px 9px;
    padding: 48px 10px
}

.nov-manufacture .block_content .manufacture.style_2 .item:hover {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05)
}

@keyframes vinova_teemax {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#testimonial_block.testimonial-type-one {
    position: relative
}

#testimonial_block.testimonial-type-one .owl-nav [class*='owl-'] {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    border: none;
    background: transparent
}

#testimonial_block.testimonial-type-one .owl-nav [class*='owl-'] i {
    font-size: 25px
}

#testimonial_block.testimonial-type-one .owl-nav [class*='owl-']:hover {
    color: #979797
}

#testimonial_block.testimonial-type-one .owl-dots {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.lang-rtl #testimonial_block.testimonial-type-one .owl-dots {
    right: 50%;
    left: auto
}

.lang-rtl #testimonial_block.testimonial-type-one .owl-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

#testimonial_block.testimonial-type-one .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
    margin: 2px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

#testimonial_block.testimonial-type-one .owl-dots .owl-dot span:before {
    display: none
}

#testimonial_block.testimonial-type-one .owl-dots .owl-dot.active span {
    background: #fff
}

#testimonial_block.testimonial-type-one .media-body {
    display: none
}

#testimonial_block.testimonial-type-one .box-info {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 0px
}

#testimonial_block.testimonial-type-one .box-dress {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: Josefin Sans, sans-serif;
    font-style: italic;
    font-weight: 300
}

#testimonial_block.testimonial-type-one .content-info {
    font-size: 1.5rem;
    margin: 0px auto;
    position: relative;
    text-align: center
}

#testimonial_block.testimonial-type-one .content-info .testimonial-avarta {
    display: none;
    position: relative;
    width: 172px
}

#testimonial_block.testimonial-type-one .content-info .text,#testimonial_block.testimonial-type-one .content-info .text p {
    font-size: 4.4rem;
    font-family: Josefin Sans, sans-serif;
    line-height: 53px;
    color: black;
    font-weight: 300
}

#testimonial_block.testimonial-type-two .owl-nav [class*='owl-'] {
    top: 100%;
    margin-top: -17px;
    height: 34px;
    width: 34px;
    border: 1px solid #7d8384;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

#testimonial_block.testimonial-type-two .owl-nav [class*='owl-']:hover {
    border: 1px solid #000
}

#testimonial_block.testimonial-type-two .owl-nav .owl-prev {
    left: 0px
}

.lang-rtl #testimonial_block.testimonial-type-two .owl-nav .owl-prev {
    right: 0px;
    left: auto
}

#testimonial_block.testimonial-type-two .owl-nav .owl-prev i {
    width: 21px;
    height: 12px;
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -2px
}

#testimonial_block.testimonial-type-two .owl-nav .owl-prev i:before {
    display: none
}

#testimonial_block.testimonial-type-two .owl-nav .owl-prev i:hover {
    background-position: -45px -2px
}

#testimonial_block.testimonial-type-two .owl-nav .owl-next {
    left: 55px;
    right: auto
}

.lang-rtl #testimonial_block.testimonial-type-two .owl-nav .owl-next {
    right: 55px;
    left: auto
}

.lang-rtl #testimonial_block.testimonial-type-two .owl-nav .owl-next {
    left: auto;
    right: auto
}

#testimonial_block.testimonial-type-two .owl-nav .owl-next i {
    width: 21px;
    height: 12px;
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -14px
}

#testimonial_block.testimonial-type-two .owl-nav .owl-next i:before {
    display: none
}

#testimonial_block.testimonial-type-two .owl-nav .owl-next i:hover {
    background-position: -45px -14px
}

#testimonial_block.testimonial-type-two .media-body {
    text-align: left;
    padding-top: 30px
}

.lang-rtl #testimonial_block.testimonial-type-two .media-body {
    text-align: right
}

#testimonial_block.testimonial-type-two .box-info {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 0px;
    display: inline-block
}

#testimonial_block.testimonial-type-two .box-dress {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: Josefin Sans, sans-serif;
    font-style: italic;
    font-weight: 300
}

#testimonial_block.testimonial-type-two .content-info {
    font-size: 1.5rem;
    position: relative;
    text-align: center
}

#testimonial_block.testimonial-type-two .content-info .testimonial-avarta {
    position: relative;
    text-align: center
}

@media (min-width: 992px) {
    #testimonial_block.testimonial-type-two .content-info .testimonial-avarta {
        text-align:right
    }

    .lang-rtl #testimonial_block.testimonial-type-two .content-info .testimonial-avarta {
        text-align: left
    }
}

#testimonial_block.testimonial-type-two .content-info .testimonial-avarta img {
    max-width: 432px
}

#testimonial_block.testimonial-type-two .content-info .text,#testimonial_block.testimonial-type-two .content-info .text p {
    font-size: 4.4rem;
    font-family: Josefin Sans, sans-serif;
    line-height: 53px;
    color: black;
    font-weight: 300;
    text-align: left
}

.lang-rtl #testimonial_block.testimonial-type-two .content-info .text,.lang-rtl #testimonial_block.testimonial-type-two .content-info .text p {
    text-align: right
}

#testimonial_block.testimonial-type-two .content-info .text .mt-6,#testimonial_block.testimonial-type-two .content-info .text p .mt-6 {
    display: none
}

@media (max-width: 991px) {
    #testimonial_block.testimonial-type-two {
        padding-top:40px
    }

    #testimonial_block.testimonial-type-two .text,#testimonial_block.testimonial-type-two .text p {
        text-align: center !important
    }

    #testimonial_block.testimonial-type-two .media-body {
        text-align: center;
        margin-bottom: 40px
    }
}

.nov-image .block {
    position: relative;
    text-align: center
}

.nov-image .block .content-banner {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lang-rtl .nov-image .block .content-banner {
    right: 50%;
    left: auto
}

.lang-rtl .nov-image .block .content-banner {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.nov-image .block .content-banner .button-image {
    font-size: 1.3rem;
    font-weight: 700;
    color: #979797;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: block;
    -webkit-box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.05)
}

.nov-image .block .content-banner:hover .button-image {
    background: #979797;
    color: #fff
}

.nov-image .effect {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center
}

.nov-image .effect a {
    display: block;
    overflow: hidden;
    position: relative
}

.nov-image .effect a:before {
    /* content:"";bottom:0;left:50%;right:51%;top:0;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;position:absolute;background:rgba(0, 0, 0, .1) none repeat scroll 0 0 */
}

.nov-image .effect a:after {
    /* content:"";bottom:50%;left:0;right:0;top:50%;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;position:absolute;background:rgba(0, 0, 0, .1) none repeat scroll 0 0 */
}

.nov-image .effect:hover a:before {
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out 0s;
    -moz-transition: all 700ms ease-in-out 0s;
    -ms-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s
}

.nov-image .effect:hover a:after {
    bottom: 0;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out 0s;
    -moz-transition: all 700ms ease-in-out 0s;
    -ms-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s
}

.nov-image .effect_2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nov-image .effect_2 a:after {
    background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
    content: "";
    height: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    position: absolute;
    width: 0;
    left: 0px;
    top: 0
}

.lang-rtl .nov-image .effect_2 a:after {
    right: 0px;
    left: auto
}

.nov-image .effect_2 a:before {
    background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
    content: "";
    height: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    position: absolute;
    width: 0;
    right: 0px;
    bottom: 0
}

.lang-rtl .nov-image .effect_2 a:before {
    left: 0px;
    right: auto
}

.nov-image .effect_2 a:hover:after {
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition-duration: 1.3s;
    width: 100%
}

.nov-image .effect_2 a:hover:before {
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition-duration: 1.3s;
    width: 100%
}

.nov-image .effect_3 {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nov-image .effect_3 a:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    top: -75%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transform: skewY(-50deg);
    -moz-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    -o-transform: skewY(-50deg);
    transform: skewY(-50deg);
    right: 32%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .nov-image .effect_3 a:after {
    -webkit-transform: skewY(50deg);
    -moz-transform: skewY(50deg);
    -ms-transform: skewY(50deg);
    -o-transform: skewY(50deg);
    transform: skewY(50deg)
}

.lang-rtl .nov-image .effect_3 a:after {
    left: 32%;
    right: auto
}

.nov-image .effect_3 a:hover:after {
    top: 120%;
    right: -75%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .nov-image .effect_3 a:hover:after {
    left: -75%;
    right: auto
}

.nov-image .effect_3 a img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.nov-image .effect_3 a:hover img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.nov-image .effect_4 {
    position: relative;
    overflow: hidden;
    text-align: center
}

.nov-image .effect_4 img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.nov-image .effect_4:hover img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.nov-image.no-effect .effect a:after {
    display: none
}

.nov-image.no-effect .effect a:before {
    display: none
}

@media (max-width: 1199px) {
    .nov-image .style_default .content-banner .button-image {
        width:140px
    }
}

.nov-image .style-1 .content-banner .button-image {
    font-size: 1.1rem;
    text-transform: uppercase
}

.nov-image .style-2 .content-banner {
    top: 5%;
    left: 8%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    bottom: initial
}

.lang-rtl .nov-image .style-2 .content-banner {
    right: 8%;
    left: auto
}

.lang-rtl .nov-image .style-2 .content-banner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nov-image .style-2 .content-banner .title_block {
    font-size: 3.6rem;
    margin-bottom: 12px
}

.nov-image .style-2 .content-banner .sub_title {
    color: #222;
    font-weight: 500;
    max-width: 460px;
    padding-right: 15px;
    margin-bottom: 30px
}

.lang-rtl .nov-image .style-2 .content-banner .sub_title {
    padding-left: 15px;
    padding-right: inherit
}

.nov-image .style-2 .content-banner .button-image {
    background-color: #000;
    color: #fff;
    text-transform: uppercase
}

.nov-image .style-2 .content-banner .button-image:hover {
    background-color: #000
}

.nov-image .style-3 .content-banner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    bottom: inherit;
    left: 10%
}

.lang-rtl .nov-image .style-3 .content-banner {
    right: 10%;
    left: auto
}

.nov-image .style-3 .content-banner .button-image {
    text-transform: uppercase
}

.nov-image .style-4 .title_block {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase
}

.nov-image .style-4 .title_block span {
    font-size: 1.8rem;
    margin-top: 13px
}

.nov-image .style-4 .sub_title {
    font-weight: 500;
    color: #fff;
    margin-top: 25px
}

.nov-image .style-4 .content-banner {
    top: 8%;
    bottom: initial;
    left: 30px;
    max-width: 200px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.lang-rtl .nov-image .style-4 .content-banner {
    right: 30px;
    left: auto
}

.lang-rtl .nov-image .style-4 .content-banner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nov-image .style-4 .content-banner .button-image {
    background: none;
    width: max-content;
    height: initial;
    line-height: initial;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    margin-top: 4.5rem
}

.nov-image .style-4 .content-banner:hover .button-image {
    color: #000;
    background: none
}

@media (max-width: 1199px) {
    .nov-image .style-4 .content-banner {
        left:15px
    }

    .lang-rtl .nov-image .style-4 .content-banner {
        right: 15px;
        left: auto
    }

    .nov-image .style-4 .title_block {
        font-size: 2rem
    }

    .nov-image .style-4 .title_block span {
        font-size: 1.6rem
    }

    .nov-image .style-4 .sub_title {
        padding-right: 15px
    }

    .lang-rtl .nov-image .style-4 .sub_title {
        padding-left: 15px;
        padding-right: inherit
    }
}

.nov_image_gallery .title_block {
    font-size: 3rem;
    font-weight: 600;
    color: black;
    text-align: center;
    margin-bottom: 60px
}

.nov_image_gallery .sub_title {
    font-size: 1.6rem;
    color: black;
    font-weight: 300;
    max-width: 730px;
    display: inline-block;
    text-align: center
}

.nov_image_gallery .slick-images-slider {
    margin-left: -9px;
    margin-right: -9px
}

.nov_image_gallery .slick-images-slider .item {
    padding-left: 9px;
    padding-right: 9px;
    outline: none;
    text-align: center
}

.nov_image_gallery .slick-images-slider .item a,.nov_image_gallery .slick-images-slider .item:focus {
    outline: none
}

.nov_image_gallery .slick-images-slider .item img,.nov_image_gallery .slick-images-slider .item img:focus {
    outline: none
}

.nov_image_gallery .slick-images-slider .item a {
    position: relative;
    overflow: hidden
}

.nov_image_gallery .slick-images-slider .item img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.nov_image_gallery .slick-images-slider .item:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.nov_image_gallery .slick-images-slider .item i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    font-size: 4rem;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .nov_image_gallery .slick-images-slider .item i {
    right: 50%;
    left: auto
}

.lang-rtl .nov_image_gallery .slick-images-slider .item i {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.nov_image_gallery .slick-images-slider .item:hover i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov_image_gallery .modal-dialog {
    max-width: 600px
}

.nov_image_gallery .style-2 .title_block {
    text-align: center;
    margin-bottom: 25px
}

.nov_image_gallery .style-2 .your-photos {
    text-align: center
}

.nov_image_gallery .style-2 .your-photos a {
    line-height: 42px;
    height: 44px;
    padding: 0px 20px;
    border: 2px solid black;
    font-size: 1.6rem;
    color: black
}

.nov_image_gallery .style-2 .your-photos a:hover {
    background: black;
    color: #fff
}

.nov_image_gallery .style-2 .image {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    outline: none;
    text-align: center
}

.nov_image_gallery .style-2 .image a,.nov_image_gallery .style-2 .image:focus {
    outline: none
}

.nov_image_gallery .style-2 .image img,.nov_image_gallery .style-2 .image img:focus {
    outline: none
}

.nov_image_gallery .style-2 .image a {
    position: relative;
    overflow: hidden
}

.nov_image_gallery .style-2 .image img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%
}

.nov_image_gallery .style-2 .image:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.nov_image_gallery .style-2 .image i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    font-size: 4rem;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .nov_image_gallery .style-2 .image i {
    right: 50%;
    left: auto
}

.lang-rtl .nov_image_gallery .style-2 .image i {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.nov_image_gallery .style-2 .image:hover i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov_image_slider {
    position: relative
}

.nov_image_slider .nov-imageslick {
    position: static
}

.nov_image_slider .slick-arrow {
    width: 60px;
    height: 80px;
    line-height: 80px;
    background: #a5a5a5;
    text-shadow: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nov_image_slider .slick-arrow:before {
    font-size: 3.6rem;
    color: #fff;
    line-height: 80px
}

.nov_image_slider .slick-arrow.slick-prev {
    left: 0
}

.lang-rtl .nov_image_slider .slick-arrow.slick-prev {
    right: 0;
    left: auto
}

.nov_image_slider .slick-arrow.slick-next {
    right: 0
}

.lang-rtl .nov_image_slider .slick-arrow.slick-next {
    left: 0;
    right: auto
}

.nov_image_slider .slick-arrow:hover {
    background: #000
}

.nov_image_slider a,.nov_image_slider span {
    position: relative;
    overflow: hidden
}

.nov_image_slider a:after,.nov_image_slider span:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transform: skewY(-50deg);
    -moz-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    -o-transform: skewY(-50deg);
    transform: skewY(-50deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.lang-rtl .nov_image_slider a:after,.lang-rtl .nov_image_slider span:after {
    left: 32%;
    right: auto
}

.nov_image_slider a:hover:after,.nov_image_slider span:hover:after {
    right: -75%;
    top: 120%
}

.lang-rtl .nov_image_slider a:hover:after,.lang-rtl .nov_image_slider span:hover:after {
    left: -75%;
    right: auto
}

.nov_image_slider .slider-nav a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #ff5757;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9
}

.lang-rtl .nov_image_slider .slider-nav a:before {
    right: 50%;
    left: auto
}

.lang-rtl .nov_image_slider .slider-nav a:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.nov_image_slider .slider-nav a:after {
    display: none
}

.nov_image_slider .slider-nav a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.nov_image_slider .slider-nav .slick-slide {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov_image_slider .slider-nav .slick-slide.slick-current a:before,.nov_image_slider .slider-nav .slick-slide:hover a:before {
    width: 100%
}

.nov_image_slider .slider-nav .slick-slide.slick-current img,.nov_image_slider .slider-nav .slick-slide:hover img {
    filter: brightness(80%)
}

.nov_image_gallery .modal-footer button {
    display: none !important;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-color: transparent
}

.nov_image_gallery .modal-footer button i {
    font-size: 15px;
    margin: 0
}

.nov_image_gallery .modal-footer button:hover {
    background-color: #000 !important
}

.nov_image_gallery .modal .modal-header button {
    width: 30px;
    height: 30px
}

.nov_image_gallery .modal .modal-header button i {
    color: #fff;
    font-size: 12px
}

.nov_image_gallery .modal .modal-header .modal-title {
    padding-top: 3px
}

.nov_image_gallery img {
    max-height: calc(100vh - 140px)
}

@media (min-width: 1366px) {
    .nov_image_gallery .modal-footer {
        padding:0
    }

    .nov_image_gallery .modal-footer button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .nov_image_gallery .modal-footer button#show-previous-image {
        left: -65px
    }

    .lang-rtl .nov_image_gallery .modal-footer button#show-previous-image {
        right: -65px;
        left: auto
    }

    .nov_image_gallery .modal-footer button#show-next-image {
        right: -65px
    }

    .lang-rtl .nov_image_gallery .modal-footer button#show-next-image {
        left: -65px;
        right: auto
    }
}

.featuredProduct {
    margin: 20px 0px 10px 0px
}

.featuredProduct .boxFeaturedProduct {
    position: relative
}

.featuredProduct .boxFeaturedProduct .hotIcon {
    padding-top: 8px;
    padding-left: 3px;
    position: absolute;
    top: 0;
    left: 0;
    color: #111;
    font-size: 42px
}

.lang-rtl .featuredProduct .boxFeaturedProduct .hotIcon {
    padding-right: 3px;
    padding-left: inherit
}

.lang-rtl .featuredProduct .boxFeaturedProduct .hotIcon {
    right: 0;
    left: auto
}

.featuredProduct .boxFeaturedProduct .hotIcon i {
    position: relative;
    display: block;
    z-index: 2;
    color: #111;
    font-size: 0px
}

.featuredProduct .boxFeaturedProduct .hotIcon i:before {
    font-size: 42px
}

.featuredProduct .boxFeaturedProduct .hotIcon:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    border-left: 97px solid #f5b53c;
    border-bottom: 90px solid transparent
}

.lang-rtl .featuredProduct .boxFeaturedProduct .hotIcon:after {
    right: 0;
    left: auto
}

.lang-rtl .featuredProduct .boxFeaturedProduct .hotIcon:after {
    border-right: 97px solid #f5b53c;
    border-left: initial
}

.featuredProduct .boxFeaturedProduct .boxImage {
    position: absolute;
    top: -2px;
    right: 0;
    height: 100%;
    z-index: 2
}

.lang-rtl .featuredProduct .boxFeaturedProduct .boxImage {
    left: 0;
    right: auto
}

.featuredProduct .boxFeaturedProduct .boxContent {
    position: relative;
    padding: 66px 80px;
    max-width: 970px;
    background-color: #0d2937
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper {
    position: relative;
    max-width: 535px;
    margin: 0
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productName {
    position: relative;
    margin: 0;
    margin-bottom: 21px;
    padding: 0;
    padding-bottom: 23px;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productName a {
    display: inline-block;
    color: #ebebeb;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productName:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 2px;
    background-color: #f5b53c
}

.lang-rtl .featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productName:after {
    right: 0;
    left: auto
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productShortDesc {
    margin-bottom: 19px;
    color: #ebebeb;
    font-size: 16px;
    line-height: 24px
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productBoxPrice {
    margin-bottom: 39px
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productBoxPrice .prefixPrice {
    margin-right: 8px;
    padding-top: 5px;
    display: inline-block;
    color: #ebebeb;
    font-size: 16px;
    vertical-align: top
}

.lang-rtl .featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productBoxPrice .prefixPrice {
    margin-left: 8px;
    margin-right: inherit
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productBoxPrice .priceProduct {
    font-size: 42px;
    line-height: 50px;
    color: #f5b53c
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productButton .btnShopNow {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 50px 15px;
    color: #f5b53c;
    background-color: transparent;
    border: 2px solid #f5b53c;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.featuredProduct .boxFeaturedProduct .boxContent .boxContentWrapper .productButton .btnShopNow:hover {
    background-color: #000;
    color: #fff
}

.faceted-slider {
    list-style: none;
    padding-left: 0px
}

.lang-rtl .faceted-slider {
    padding-right: 0px;
    padding-left: inherit
}

#search_filters .ui-widget-header {
    background: #000
}

#search_filters .ui-slider {
    width: calc(100% - 18px)
}

#search_filters .ui-slider .ui-slider-handle {
    top: -8px;
    width: 19px;
    height: 19px;
    border: 6px solid #000;
    border-radius: 50%;
    background: #fff
}

#checkout #main-site {
    background: #fff
}

#checkout .icofont-business-man:before {
    content: "\ecef"
}

#checkout .icofont-cart-alt:before {
    content: "\eed1"
}

#checkout .icofont-live-support:before {
    content: "\ef77"
}

#checkout .icofont-track:before {
    content: "\ee92"
}

#checkout .icofont-sale-discount:before {
    content: "\efdd"
}

#toggle_popup_login .modal-dialog {
    min-width: 830px
}

#toggle_popup_login .modal-header button {
    background: none;
    color: #aaa;
    font-size: 2.5rem;
    font-weight: 100;
    top: 3px;
    right: 5px
}

.lang-rtl #toggle_popup_login .modal-header button {
    left: 5px;
    right: auto
}

#toggle_popup_login .modal-header button:hover,#toggle_popup_login .modal-header button:focus {
    color: #000;
    outline: none
}

#toggle_popup_login .modal-content {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
    padding: 15px 15px 35px
}

#toggle_popup_login .block-form-login {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0
}

#toggle_popup_login .block-form-login .page_title_account {
    color: #000;
    text-align: left
}

.lang-rtl #toggle_popup_login .block-form-login .page_title_account {
    text-align: right
}

#toggle_popup_login .block-form-login .page_title_account:before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.lang-rtl #toggle_popup_login .block-form-login .page_title_account:before {
    right: 0;
    left: auto
}

.lang-rtl #toggle_popup_login .block-form-login .page_title_account:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#toggle_popup_login .block-form-login .forgot-password {
    margin-top: 20px !important;
    margin-bottom: 29px !important
}

#toggle_popup_login .block-form-login .novform-newsletter {
    margin-top: 20px;
    margin-bottom: 25px
}

#toggle_popup_login .block-form-login .col-md-8 {
    max-width: 320px
}

#toggle_popup_login .block-sociallogin {
    text-align: left
}

.lang-rtl #toggle_popup_login .block-sociallogin {
    text-align: right
}

#toggle_popup_login .no-account {
    display: none
}

#toggle_popup_login .form-footer button {
    max-width: 120px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 991px) {
    #toggle_popup_login .modal-dialog {
        min-width:calc(100% - 60px)
    }
}

.block-text-showmore .block_content {
    padding: 35px 40px 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eaeaea;
    background-color: #f5f5f5
}

.block-text-showmore .block_content .text-content {
    max-height: 165px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -ms-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
    position: relative
}

.block-text-showmore .block_content .text-content h4 {
    font-weight: bold;
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 20px
}

.block-text-showmore .block_content .text-content ul {
    padding-left: 15px;
    margin-bottom: 35px
}

.lang-rtl .block-text-showmore .block_content .text-content ul {
    padding-right: 15px;
    padding-left: inherit
}

.block-text-showmore .block_content .text-content p:not(:last-child) {
    margin-bottom: 30px
}

.block-text-showmore .block_content .text-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.3))
}

.block-text-showmore .block_content .text-content.active {
    max-height: 4000px
}

.block-text-showmore .block_content .text-content.active:before {
    display: none
}

.block-text-showmore .block_content .btn-lesstext,.block-text-showmore .block_content .btn-showtext {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    cursor: pointer
}

.block-text-showmore .block_content .btn-lesstext {
    display: none
}

.block-accordion {
    border-top: 1px solid #eaeaea;
    padding-top: 80px
}

.block-accordion .title_block {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.block-accordion button {
    width: 100%;
    text-align: left;
    color: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 17px 0;
    background-color: transparent;
    position: relative
}

.lang-rtl .block-accordion button {
    text-align: right
}

.block-accordion button:before {
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    color: #9a9a9a;
    font-size: 20px
}

.lang-rtl .block-accordion button:before {
    left: 30px;
    right: auto
}

.block-accordion button[aria-expanded='false']:before {
    content: "\f278"
}

.block-accordion button[aria-expanded='true']:before {
    content: "\f273"
}

.block-accordion button span {
    font-size: 1.4rem;
    font-weight: 700
}

.block-accordion button i {
    font-size: 1.9rem;
    min-width: 20px;
    margin-right: 5px
}

.lang-rtl .block-accordion button i {
    margin-left: 5px;
    margin-right: inherit
}

.block-accordion button:hover,.block-accordion button:focus {
    background-color: transparent;
    color: #222
}

.block-accordion .block-content {
    border-bottom: 1px solid #eaeaea
}

.block-accordion .block-content:first-child {
    border-top: 1px solid #eaeaea
}

.block-accordion .content {
    padding-bottom: 35px
}

.nov-productlist .text-center .title_block {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 0px;
    color: #222
}

.nov-productlist .text-center .title_block .sub_title {
    line-height: 22px
}

.nov-productlist .block_content {
    padding-top: 15px
}

.nov-productlist.item_two {
    overflow: hidden
}

.nov-productlist.item_two .title-center {
    margin-bottom: 30px
}

.nov-productlist.item_two .title-center .title_block {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222;
    position: relative
}

.nov-productlist.item_two .title-center .title_block .sub_title {
    line-height: 22px;
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    padding-top: 8px
}

.nov-productlist.item_two .block_content .block-margin {
    overflow: inherit
}

.nov-productlist.item_two .block_content .block-padding {
    padding-bottom: 20px
}

.nov-productlist.item_two .block_content .block-padding .owl-theme .owl-dots {
    left: 50%;
    top: auto;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-dots {
    right: 50%;
    left: auto
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media (min-width: 768px) {
    .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav {
        display:block
    }
}

.nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'] {
    background: #eee;
    top: -85px;
    width: 45px;
    height: 45px;
    border: none
}

@media (min-width: 768px) and (max-width:991px) {
    .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'] {
        top:-64px
    }
}

.nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-']:hover {
    background: #979797
}

.nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-next {
    right: 15px
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-next {
    left: 15px;
    right: auto
}

.nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: 65px;
    left: auto
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    left: 65px;
    right: auto
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: auto;
    left: auto
}

.nov-productlist.item_two .block_content .block-padding .product-miniature {
    padding-bottom: 26px;
    position: initial
}

.nov-productlist.item_two .block_content .block-padding .product-miniature.item-one:hover {
    -webkit-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent
}

.nov-productlist.item_two .block_content .block-padding .product-miniature.item-one:hover .group-buttons a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-productlist.item_two .block_content .block-padding .product-miniature .group-buttons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.nov-productlist.item_two .block_content .block-padding .product-miniature .product-description {
    text-align: center
}

.nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons {
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -4px;
    width: 100%;
    left: 50%
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.lang-rtl .nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons {
    right: 50%;
    left: auto
}

.nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons .add-to-cart {
    min-width: auto;
    border: none
}

@media (max-width: 767px) {
    .nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons {
        bottom:-10px
    }

    .nov-productlist.item_two .block_content .block-padding .product-miniature .product-buttons .add-to-cart {
        padding: 0px 15px
    }
}

.nov-productlist.item_three {
    overflow: hidden
}

.nov-productlist.item_three .title-center {
    margin-bottom: 30px
}

.nov-productlist.item_three .title-center .title_block {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222;
    position: relative
}

.nov-productlist.item_three .title-center .title_block .sub_title {
    line-height: 22px;
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    padding-top: 8px;
    font-family: Josefin Sans, sans-serif
}

.nov-productlist.item_three .block_content .block-margin {
    overflow: inherit
}

.nov-productlist.item_three .block_content .block-padding {
    padding-bottom: 20px
}

.nov-productlist.item_three .block_content .block-padding .owl-theme .owl-dots {
    left: 50%;
    top: auto;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lang-rtl .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-dots {
    right: 50%;
    left: auto
}

.lang-rtl .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media (min-width: 768px) {
    .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav {
        display:block
    }
}

.nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'] {
    background: #fff;
    top: -85px;
    width: 45px;
    height: 45px;
    border: none;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2)
}

@media (min-width: 768px) and (max-width:991px) {
    .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'] {
        top:-64px
    }
}

.nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-']:hover {
    background: #979797
}

.nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-next {
    right: 15px
}

.lang-rtl .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-next {
    left: 15px;
    right: auto
}

.nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: 65px;
    left: auto
}

.lang-rtl .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    left: 65px;
    right: auto
}

.lang-rtl .nov-productlist.item_three .block_content .block-padding .owl-theme .owl-nav [class*='owl-'].owl-prev {
    right: auto;
    left: auto
}

.nov-productlist.item_three .block_content .block-padding .product-miniature {
    padding-bottom: 30px;
    position: initial
}

.nov-productlist.item_three .block_content .block-padding .product-miniature.item-one {
    -webkit-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.1);
    border: none
}

.nov-productlist.item_three .block_content .block-padding .product-miniature.item-one:hover {
    -webkit-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 6px 15px 0px rgba(0, 0, 0, 0.15)
}

.nov-productlist.item_three .block_content .block-padding .product-miniature.item-one:hover .group-buttons a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-productlist.item_three .block_content .block-padding .product-miniature .group-buttons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.nov-productlist.item_three .block_content .block-padding .product-miniature .product-description {
    text-align: center
}

.nov-productlist.item_three .block_content .block-padding .product-miniature .product-buttons {
    text-align: center
}

.nov-productlist.item_three .block_content .block-padding .product-miniature .product-buttons .add-to-cart {
    min-width: auto;
    border: none
}

@media (max-width: 767px) {
    .nov-productlist.item_three .block_content .block-padding .product-miniature .product-buttons {
        bottom:-10px
    }

    .nov-productlist.item_three .block_content .block-padding .product-miniature .product-buttons .add-to-cart {
        padding: 0px 15px
    }
}

.product-tabs-banner {
    overflow: hidden
}




.product-tabs-banner .text-center .title_block {
    font-size: 4.4rem;
    color: black;
    line-height: 35px
}

.product-tabs-banner .text-center .title_block .sub_title {
    font-size: 1.6rem;
    max-width: 730px;
    font-weight: 300;
    padding-top: 23px
}

.product-tabs-banner .text-center .view-all a {
    font-size: 1.6rem;
    color: black;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    border: 2px solid black
}

.product-tabs-banner .text-center .view-all a:hover {
    background: black;
    color: #fff
}

.product-tabs-banner .banner-img {
    position: relative;
    overflow: hidden
}

.product-tabs-banner .banner-img a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.product-tabs-banner .banner-img a:hover {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.product-tabs-banner .banner-product {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.lang-rtl .product-tabs-banner .banner-product {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.product-tabs-banner .banner-product .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 15px;
    text-align: center
}

.lang-rtl .product-tabs-banner .banner-product .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.product-tabs-banner .banner-product .col-md-4 a {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.product-tabs-banner .banner-product .col-md-4 a .banner-img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.product-tabs-banner .banner-product .col-md-4 a .banner-img:hover {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.product-tabs-banner .block-margin {
    margin-left: -5px;
    margin-right: -5px
}

.lang-rtl .product-tabs-banner .block-margin {
    margin-left: -5px;
    margin-right: -5px
}

.product-tabs-banner .product-content .item {
    padding: 15px 10px
}

.product-tabs-banner .product-content .item .product-miniature.item-one {
    background: #efefef;
    padding: 14px 20px 10px 20px
}

.lang-rtl .product-tabs-banner .product-content .item .product-miniature.item-one {
    padding: 14px 20px 10px 20px
}

.product-tabs-banner .product-content .item .product-miniature.item-one .product-flags {
    top: 0px
}

.product-tabs-banner .product-content .item .product-miniature.item-one .product-flags.discount {
    left: 0px
}

.lang-rtl .product-tabs-banner .product-content .item .product-miniature.item-one .product-flags.discount {
    right: 0px;
    left: auto
}

.product-tabs-banner .product-content .item .product-miniature.item-one .product-comments {
    display: none
}

.groups-selector {
    position: relative;
    display: inline-block
}

#_desktop_language_selector .language {
    text-transform: uppercase;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222
}

#_desktop_language_selector .language-list {
    padding: 0px
}

#_desktop_language_selector .language-list .language-item {
    display: inline-block
}

@include opacity(.34) @include rtl-padding-right(5px); &:hover, &.current {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.newsletter-home .nov-wrap {
    position: relative
}

.newsletter-home .nov-wrap:before {
    content: '';
    position: absolute;
    top: 90px;
    width: 100%;
    bottom: -65px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.newsletter-home .title_block {
    text-align: center;
    font-size: 2.8rem;
    color: #222;
    font-weight: 600;
    z-index: 1;
    position: relative;
    margin-bottom: 33px
}

.newsletter-home .title_block .icon {
    margin-top: -90px;
    padding-bottom: 2px
}

.newsletter-home .title_block .sub_title {
    font-size: 1.2rem;
    font-family: Josefin Sans, sans-serif;
    font-weight: 700;
    padding-top: 9px;
    line-height: 20px;
    color: #000
}

.newsletter-home .block_newsletter {
    text-align: center;
    padding: 0px 15px
}

.newsletter-home .block_newsletter form {
    max-width: 630px;
    width: 100%;
    position: relative;
    display: inline-block
}

.newsletter-home .block_newsletter form input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    text-align: left;
    background: #000;
    color: #40a07d
}

.lang-rtl .newsletter-home .block_newsletter form input {
    text-align: right
}

.newsletter-home .block_newsletter form input::-webkit-input-placeholder {
    color: #40a07d
}

.newsletter-home .block_newsletter form input:-moz-placeholder {
    color: #40a07d
}

.newsletter-home .block_newsletter form input::-moz-placeholder {
    color: #40a07d
}

.newsletter-home .block_newsletter form input:-ms-input-placeholder {
    color: #40a07d
}

.newsletter-home .block_newsletter form .input-group-btn {
    position: absolute;
    top: 0px;
    margin-top: 0px !important;
    right: 0px
}

.lang-rtl .newsletter-home .block_newsletter form .input-group-btn {
    left: 0px;
    right: auto
}

.newsletter-home .block_newsletter form .input-group-btn .btn-secondary {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    min-width: 136px;
    background: #979797
}

.newsletter-home .block_newsletter form .input-group-btn .btn-secondary:hover {
    background: #7e7e7e
}

.pagination .page-list {
    padding-left: 0px !important
}

.lang-rtl .pagination .page-list {
    padding-right: 0px !important;
    padding-left: inherit
}

.pagination .page-list li span,.pagination .page-list li a {
    width: 100%;
    color: #222;
    font-weight: bold
}

.groupproductlist {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 60px;
    padding-bottom: 60px
}

.lang-rtl .groupproductlist {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .groupproductlist {
        margin-left:5px;
        margin-right: 5px
    }

    .lang-rtl .groupproductlist {
        margin-left: 5px;
        margin-right: 5px
    }
}

.groupproductlist .title_category {
    font-size: 2.4rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0px;
    color: black;
    padding: 38px 0px 35px 0px;
    text-transform: uppercase;
    color: #222
}

.lang-rtl .groupproductlist .title_category {
    padding: 38px 0px 35px 0px
}

.groupproductlist .group-catelist-content {
    padding-left: 0px;
    padding-right: 10px
}

.lang-rtl .groupproductlist .group-catelist-content {
    padding-left: 10px;
    padding-right: 0px
}

@media (max-width: 991px) {
    .groupproductlist .group-catelist-content {
        padding-left:0px;
        padding-right: 0px
    }

    .lang-rtl .groupproductlist .group-catelist-content {
        padding-left: 0px;
        padding-right: 0px
    }
}

.groupproductlist .group-catelist-content .banner-img {
    width: 67%;
    position: relative;
    overflow: hidden;
    text-align: center;
    float: left
}

.lang-rtl .groupproductlist .group-catelist-content .banner-img {
    float: right
}

.groupproductlist .group-catelist-content .banner-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
    background: #000;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease
}

.groupproductlist .group-catelist-content .banner-img img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.groupproductlist .group-catelist-content .banner-img:hover img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.groupproductlist .group-catelist-content .banner-img:hover:before {
    opacity: 0.15;
    transition: opacity 0.2s ease-in
}

.groupproductlist .group-catelist-content .cate-child-vertical {
    background: #fff;
    width: 36%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical {
    float: right
}

.lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1550px) {
    .groupproductlist .group-catelist-content .cate-child-vertical {
        padding-left:40px;
        padding-right: 40px;
        min-width: 330px
    }

    .lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical {
        padding-left: 40px;
        padding-right: 40px
    }
}

.groupproductlist .group-catelist-content .cate-child-vertical .dropdown-menu {
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    border: none
}

.groupproductlist .group-catelist-content .cate-child-vertical ul {
    list-style: none;
    padding: 0;
    margin-top: 20px
}

.groupproductlist .group-catelist-content .cate-child-vertical ul > li {
    display: block;
    width: 100%;
    padding: 8px 0px;
    text-align: left
}

.lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical ul > li {
    text-align: right
}

.groupproductlist .group-catelist-content .cate-child-vertical ul > li > a {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    display: block;
    padding: 8px 0px;
    position: relative
}

.groupproductlist .group-catelist-content .cate-child-vertical ul > li:hover a {
    font-weight: 400
}

.groupproductlist .group-catelist-content .cate-child-vertical .view-all {
    padding: 10px 0px 30px 0px
}

.groupproductlist .group-catelist-content .cate-child-vertical .view-all a {
    font-size: 1.6rem;
    color: #000
}

.groupproductlist .group-catelist-content .cate-child-vertical .view-all a span {
    line-height: 20px
}

.groupproductlist .group-catelist-content .cate-child-vertical .view-all i {
    font-size: 1.9rem;
    color: #666;
    padding-left: 20px
}

.lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical .view-all i {
    padding-right: 20px;
    padding-left: inherit
}

.groupproductlist .group-catelist-content .cate-child-vertical .view-all:hover a {
    color: #979797
}

@media (min-width: 768px) {
    .groupproductlist .group-catelist-content .cate-child-vertical .dropdown-menu {
        position:relative;
        display: block
    }
}

@media (max-width: 767px) {
    .groupproductlist .group-catelist-content .d-md-flex {
        display:grid
    }

    .groupproductlist .group-catelist-content .banner-img {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .groupproductlist .group-catelist-content .cate-child-vertical {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical {
        padding-left: 0px;
        padding-right: 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .title_category {
        padding: 20px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .category {
        padding: 12px 15px 12px 15px;
        border: 1px solid #ececec;
        margin: 5px;
        color: black
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .category i {
        float: right;
        line-height: 22px;
        font-size: 20px
    }

    .lang-rtl .groupproductlist .group-catelist-content .cate-child-vertical .category i {
        float: left
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .dropdown-toggle::after {
        display: none
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .menu-mobile ul {
        padding: 0px 20px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .menu-mobile .view-all {
        padding: 0px 20px 20px 20px
    }
}

.groupproductlist .group-catelist-content .product_list .owl-stage-outer {
    overflow: inherit
}

.groupproductlist .group-catelist-content .product_list .owl-nav {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.groupproductlist .block_content {
    padding-left: 0px;
    padding-right: 0px
}

.lang-rtl .groupproductlist .block_content {
    padding-left: 0px;
    padding-right: 0px
}

.groupproductlist .block_content .product-content {
    margin-left: 0px;
    margin-right: -10px
}

.lang-rtl .groupproductlist .block_content .product-content {
    margin-left: -10px;
    margin-right: 0px
}

@media (max-width: 991px) {
    .groupproductlist .block_content .product-content {
        margin-left:-10px;
        margin-right: -10px
    }

    .lang-rtl .groupproductlist .block_content .product-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

.groupproductlist .block_content .product-content .item .product-miniature {
    background: #efefef;
    margin: 0px 10px 20px 10px;
    padding: 15px 20px 16.5px 20px;
    margin-top: 0px
}

.groupproductlist .block_content .product-content .item .product-miniature .product-flags {
    top: 0px
}

.groupproductlist .block_content .product-content .item .product-miniature .product-flags.discount {
    left: 0px
}

.lang-rtl .groupproductlist .block_content .product-content .item .product-miniature .product-flags.discount {
    right: 0px;
    left: auto
}

.groupproductlist .block_content .product-content .item .product-miniature .product-comments {
    display: none
}

.groupproductlist .block_content .product-content .item .product-miniature:last-child {
    margin-bottom: 0px
}

.text-content {
    font-size: 13px;
    background: #fff;
    padding: 40px 40px 20px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.text-content h2 {
    color: #222;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px
}

.text-content .text {
    color: #666;
    line-height: 20px;
    padding-top: 19px;
    padding-bottom: 16px
}

.text-content .text2 {
    color: #666;
    line-height: 20px;
    padding-bottom: 16px
}

.text-content .text-content2 {
    padding-bottom: 20px
}

.text-content .content-hidden {
    display: none
}

.text-content .content-hidden ul {
    padding: 15px 0px 15px 15px
}

.lang-rtl .text-content .content-hidden ul {
    padding: 15px 15px 15px 0px
}

.text-content .content-hidden ul li {
    color: #666;
    line-height: 26px
}

.text-content .show-more {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}

.quick-links .title-link .title_block {
    font-size: 1.8rem;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px
}

.quick-links .title-link .title_block span {
    font-size: 1rem;
    font-weight: bold;
    color: #bbb;
    line-height: 18px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #c0c0c0
}

.lang-rtl .quick-links .title-link .title_block span {
    margin-right: 20px;
    margin-left: inherit
}

.lang-rtl .quick-links .title-link .title_block span {
    padding-right: 20px;
    padding-left: inherit
}

.lang-rtl .quick-links .title-link .title_block span {
    border-right: 1px solid #c0c0c0;
    border-left: initial
}

.quick-links .quick-links-1 {
    padding: 5px 0px
}

.quick-links .quick-links-1 h2 {
    font-size: 12px;
    color: #222;
    line-height: 19px;
    margin-bottom: 0px;
    font-weight: 800;
    display: inline-block;
    padding-right: 7px
}

.lang-rtl .quick-links .quick-links-1 h2 {
    padding-left: 7px;
    padding-right: inherit
}

.quick-links .quick-links-1 ul {
    list-style: none;
    padding-left: 0px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 0px;
    display: inline-block
}

.lang-rtl .quick-links .quick-links-1 ul {
    padding-right: 0px;
    padding-left: inherit
}

.lang-rtl .quick-links .quick-links-1 ul {
    margin-left: -7px;
    margin-right: -7px
}

.quick-links .quick-links-1 ul li {
    margin-right: 0px;
    line-height: 12px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    border-right: 1px solid #cfcfcf
}

.lang-rtl .quick-links .quick-links-1 ul li {
    padding-left: 7px;
    padding-right: 7px
}

@media (max-width: 1200px) {
    .quick-links .quick-links-1 ul li {
        margin-top:5px;
        margin-bottom: 5px
    }
}

.quick-links .quick-links-1 ul li a {
    font-size: 12px
}

.quick-links .quick-links-1 ul li:hover a {
    color: #979797
}

.product-tabs3 {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.product-tabs3 .title-tab {
    padding-left: 0px;
    padding-right: 0px
}

.lang-rtl .product-tabs3 .title-tab {
    padding-left: 0px;
    padding-right: 0px
}

.product-tabs3 .title-tab .text-left .title_block {
    font-size: 1.8rem;
    color: #222;
    line-height: 65px;
    height: 65px;
    padding: 0px 30px;
    margin-bottom: 0px;
    text-align: left
}

.lang-rtl .product-tabs3 .title-tab .text-left .title_block {
    text-align: right
}

.product-tabs3 .title-tab .list-tabs {
    border-bottom: none;
    padding-left: 0px
}

.lang-rtl .product-tabs3 .title-tab .list-tabs {
    padding-right: 0px;
    padding-left: inherit
}

@media (max-width: 767px) {
    .product-tabs3 .title-tab .list-tabs {
        overflow:auto
    }

    .product-tabs3 .title-tab .list-tabs .nav-item {
        min-width: 150px
    }
}

.product-tabs3 .title-tab .list-tabs .nav-item {
    width: 20%;
    text-align: center
}

.product-tabs3 .title-tab .list-tabs .nav-item .nav-link {
    line-height: 60px;
    padding: 0px;
    border: none;
    background: #222;
    height: 60px;
    border-radius: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.lang-rtl .product-tabs3 .title-tab .list-tabs .nav-item .nav-link {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: initial
}

.product-tabs3 .title-tab .list-tabs .nav-item .nav-link .title_category {
    color: #fff
}

.product-tabs3 .title-tab .list-tabs .nav-item .nav-link:hover,.product-tabs3 .title-tab .list-tabs .nav-item .nav-link.active {
    background: #979797
}

.product-tabs3 .product_tab_content {
    width: 100%
}

.product-tabs3 .product_tab_content .item {
    border-right: 1px solid #ececec
}

.lang-rtl .product-tabs3 .product_tab_content .item {
    border-left: 1px solid #ececec;
    border-right: initial
}

.products_block_filter .title_block {
    font-size: 18px;
    margin-bottom: 27px
}

.products_block_filter .title_block .view-all {
    margin-left: auto;
    margin-right: 0px
}

.lang-rtl .products_block_filter .title_block .view-all {
    margin-left: 0px;
    margin-right: auto
}

.products_block_filter .title_block .view-all a {
    font-size: 1rem;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.products_block_filter .title_block .view-all a span {
    line-height: 20px
}

.products_block_filter .title_block .view-all i {
    font-size: 1.9rem;
    color: #666;
    padding-right: 10px
}

.lang-rtl .products_block_filter .title_block .view-all i {
    padding-left: 10px;
    padding-right: inherit
}

.products_block_filter .title_block .view-all:hover a {
    color: #979797
}

.products_block_filter .title_block .view-all:hover a i {
    color: #979797
}

@media (max-width: 480px) {
    .products_block_filter .title_block {
        display:-webkit-block !important;
        display: -ms-block !important;
        display: block !important
    }

    .products_block_filter .title_block .view-all {
        margin-top: 15px
    }
}

.products_block_filter .product_list.grid {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.lang-rtl .products_block_filter .product_list.grid {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.products_block_filter .product_list.grid .cus-5 {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media (min-width: 1200px) {
    .products_block_filter .product_list.grid .cus-5 {
        -webkit-flex:0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .products_block_filter .product_list.grid .cus-5 {
        -webkit-flex:0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.lang-rtl .products_block_filter .product_list.grid .cus-5 {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.products_block_filter .product_list.grid .cus-5 .product-miniature {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 10px 10px 45px 10px
}

.lang-rtl .products_block_filter .product_list.grid .cus-5 .product-miniature {
    padding: 10px 10px 45px 10px
}

.products_block_filter .product_list.grid .cus-5 .product-miniature .product-description {
    padding-left: 20px;
    padding-right: 20px
}

.lang-rtl .products_block_filter .product_list.grid .cus-5 .product-miniature .product-description {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 480px) {
    .products_block_filter .product_list.grid .cus-5 .product-miniature .product-description {
        padding-left:9px;
        padding-right: 9px
    }

    .lang-rtl .products_block_filter .product_list.grid .cus-5 .product-miniature .product-description {
        padding-left: 9px;
        padding-right: 9px
    }
}

.products_block_filter .product_list.grid .cus-5.item-animate.text-center {
    -webkit-animation: zoomout 0.5s ease both 0s;
    -moz-animation: zoomout 0.5s ease both 0s;
    -o-animation: zoomout 0.5s ease both 0s;
    animation: zoomout 0.5s ease both 0s
}

@keyframes zoomout {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

.products_block_filter .content_showmore {
    padding: 45px 0px 60px 0px
}

.lang-rtl .products_block_filter .content_showmore {
    padding: 45px 0px 60px 0px
}

.products_block_filter .content_showmore .novShowMore {
    background: #fff;
    padding: 18.5px 70px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    min-width: 260px
}

.products_block_filter .content_showmore .novShowMore:hover {
    color: #fff;
    background: #979797
}

.page-cart #main-site {
    background: #fff
}

.blockreassurance_product > div:not(.clearfix) {
    padding: 10px 20px 0px 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 5px
}

.lang-rtl .blockreassurance_product > div:not(.clearfix) {
    padding: 10px 20px 0px 20px
}

.blockreassurance_product .item-product img,.blockreassurance_product .item-product svg {
    width: auto;
    height: auto;
    padding-top: 3px
}

.nov-youtube {
    position: relative;
    max-height: 640px;
    overflow: hidden
}

@media (max-width: 575px) {
    .nov-youtube .block_content video {
        min-height:400px;
        object-fit: cover
    }
}

.nov-youtube .content-banner {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    width: 85%;
    max-width: 770px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.lang-rtl .nov-youtube .content-banner {
    right: 50%;
    left: auto
}

.lang-rtl .nov-youtube .content-banner {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.nov-youtube .content-banner .title_block {
    color: #979797;
    font-size: 1.8rem;
    text-transform: uppercase
}

.nov-youtube .content-banner .sub_title {
    color: #fff;
    line-height: 50px;
    font-size: 4.4rem;
    font-weight: 400
}

.nov-youtube .content-banner .data-youtobe {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #fff;
    margin: auto
}

.nov-youtube .content-banner .data-youtobe i {
    color: #fff
}

.nov-youtube .content-banner .data-youtobe:hover:after,.nov-youtube .content-banner .data-youtobe:hover:before {
    content: '';
    width: 120%;
    height: 120%;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: -10%;
    border: 1px solid #fff;
    animation: Animationbook 1.2s linear infinite
}

.nov-youtube .content-banner .data-youtobe:hover:before {
    animation-delay: 0.6s
}

@media (max-width: 991px) {
    .nov-youtube .content-banner .sub_title {
        line-height:30px;
        font-size: 2.5rem
    }

    .nov-youtube .content-banner .data-youtobe {
        font-size: 25px;
        width: 40px;
        height: 40px
    }

    .nov-youtube .content-banner .data-youtobe:after,.nov-youtube .content-banner .data-youtobe:before {
        content: '';
        width: 120%;
        height: 120%
    }
}

.nov-youtube .content-banner p {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-bottom: 0px
}

.nov-youtube .modal {
    overflow: hidden
}

.nov-youtube .modal-dialog {
    position: relative;
    max-width: 70%
}

.nov-youtube .modal-dialog .modal-header button {
    background: #979797;
    color: #fff;
    top: -22px;
    right: 0px
}

.lang-rtl .nov-youtube .modal-dialog .modal-header button {
    left: 0px;
    right: auto
}

.nov-youtube .modal-dialog .modal-header button i {
    color: #fff
}

.nov-youtube .modal-dialog .modal-body {
    max-height: auto !important;
    padding: 0px
}

.nov-youtube .modal-dialog .modal-body .embed-responsive:before {
    padding-top: 56.25%
}

.block_content .effect_3 {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block
}

.block_content .effect_3 .img-fluid {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.block_content .effect_3:hover .img-fluid {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.view_all {
    float: none
}

.view_all a {
    height: 44px;
    text-align: center;
    line-height: 41px;
    border: 2px solid black;
    color: black;
    font-size: 16px;
    display: inline-flex !important;
    justify-content: center
}

.view_all a:hover {
    background: black;
    color: #fff
}

.view_all a span {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .view_all a span {
    -webkit-transform: translateX(-11px);
    -ms-transform: translateX(-11px);
    transform: translateX(-11px)
}

.view_all a i {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-left: 12px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    line-height: 42px
}

.lang-rtl .view_all a i {
    margin-right: 12px;
    margin-left: inherit
}

.view_all a:hover {
    background: black;
    color: #fff
}

.view_all a:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .view_all a:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.view_all a:hover i {
    visibility: initial;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff
}

.nov-groupbanner .banner-img2 {
    text-align: right
}

.lang-rtl .nov-groupbanner .banner-img2 {
    text-align: left
}

.nov-groupbanner .banner-img2 .content {
    display: inline-block
}

.nov-groupbanner .banner-img2 .content .description2 {
    font-size: 4.4rem;
    text-align: left;
    max-width: 348px;
    line-height: 53px;
    color: #000
}

.lang-rtl .nov-groupbanner .banner-img2 .content .description2 {
    text-align: right
}

@media (min-width: 1200px) {
    .nov-groupbanner .img-bottom {
        margin-right:-100px
    }

    .lang-rtl .nov-groupbanner .img-bottom {
        margin-left: -100px;
        margin-right: inherit
    }
}

.nov-groupbanner .img-bottom .description3 {
    font-size: 4.4rem;
    color: black;
    line-height: 54px;
    margin-right: 70px;
    max-width: 260px
}

.lang-rtl .nov-groupbanner .img-bottom .description3 {
    margin-left: 70px;
    margin-right: inherit
}

@media (max-width: 1199px) {
    .nov-groupbanner .img-bottom .description3 {
        font-size:3rem;
        margin-right: 30px
    }

    .lang-rtl .nov-groupbanner .img-bottom .description3 {
        margin-left: 30px;
        margin-right: inherit
    }
}

.nov-groupbanner .img-bottom .banner-img3 {
    position: relative
}

.nov-groupbanner .img-bottom .banner-img3:before {
    content: "";
    height: 100px;
    width: 3px;
    background: black;
    position: absolute;
    bottom: -165px;
    right: 50%
}

.lang-rtl .nov-groupbanner .img-bottom .banner-img3:before {
    left: 50%;
    right: auto
}

.nov-groupbanner .title_banner {
    font-size: 1.8rem;
    color: #979797;
    text-transform: uppercase
}

.nov-groupbanner .sub_title_banner {
    font-size: 4.4rem;
    color: black;
    line-height: 51px
}

.nov-groupbanner .description {
    font-size: 2.4rem;
    color: black;
    font-weight: 300
}

.nov-groupbanner .discover a {
    min-width: 150px;
    height: 44px;
    text-align: center;
    line-height: 41px;
    border: 2px solid black;
    color: black;
    font-size: 16px
}

.nov-groupbanner .discover a:hover {
    background: black;
    color: #fff
}

.nov-groupbanner .discover a span {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .nov-groupbanner .discover a span {
    -webkit-transform: translateX(-11px);
    -ms-transform: translateX(-11px);
    transform: translateX(-11px)
}

.nov-groupbanner .discover a i {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-left: 12px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    line-height: 42px
}

.lang-rtl .nov-groupbanner .discover a i {
    margin-right: 12px;
    margin-left: inherit
}

.nov-groupbanner .discover a:hover {
    background: black;
    color: #fff
}

.nov-groupbanner .discover a:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .nov-groupbanner .discover a:hover span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.nov-groupbanner .discover a:hover i {
    visibility: initial;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff
}

@media (max-width: 767px) {
    .nov-groupbanner .sub_title_banner,.nov-groupbanner .description,.nov-groupbanner .discover,.nov-groupbanner .banner-img3,.nov-groupbanner .title_banner {
        text-align:center
    }

    .nov-groupbanner .banner-left {
        order: -1
    }

    .nov-groupbanner .banner-img2 {
        text-align: center !important;
        margin-bottom: 30px
    }

    .nov-groupbanner .img-bottom .description3 {
        margin-right: 0px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 30px
    }

    .lang-rtl .nov-groupbanner .img-bottom .description3 {
        margin-left: 0px;
        margin-right: inherit
    }

    .nov-groupbanner .banner-img2 .content .description2 {
        font-size: 3rem;
        max-width: 100%
    }
}

.nov-blog-link .text-center {
    color: black
}

.nov-blog-link .text-center .title_block {
    font-size: 4.4rem;
    margin-bottom: 18px;
    color: black
}

.nov-blog-link .text-center .sub_title {
    font-size: 1.8rem;
    font-weight: 300;
    max-width: 470px;
    line-height: 28px;
    display: inline-block
}

.nov-blog-link .text-center .our-blog a {
    font-size: 1.6rem;
    height: 44px;
    line-height: 44px;
    border: 2px solid #000;
    padding: 0px 20px;
    color: black
}

.nov-blog-link .text-center .our-blog a:hover {
    background: black;
    color: #fff
}

.nov-blog-link .block_content a {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-table
}

.nov-blog-link .block_content a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
    background: #000;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease
}

.nov-blog-link .block_content a img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

.nov-blog-link .block_content a:hover img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.nov-blog-link .block_content a:hover:before {
    opacity: 0.2;
    transition: opacity 0.2s ease-in
}

.nov-blog-link .block_content .img-left-top .img1 {
    transform: translateX(110%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content .img-left-top .img2 {
    position: relative;
    z-index: 2;
    margin: 0px 10px 0px 10px
}

.lang-rtl .nov-blog-link .block_content .img-left-top .img2 {
    margin: 0px 10px 0px 10px
}

.nov-blog-link .block_content .img-right .img5 {
    transform: translateX(-100%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content .img-right .img6 {
    transform: translate(-100%, -100%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content .img-left-bottom .img3 {
    transform: translate(100%, -100%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content .img-left-bottom .img4 {
    transform: translateY(-100%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content.ins-animate .img-left-top .img1 {
    transform: translateX(0);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content.ins-animate .img-right .img5 {
    transform: translateX(0%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content.ins-animate .img-right .img6 {
    transform: translate(0%, 0%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content.ins-animate .img-left-bottom .img3 {
    transform: translate(0%, 0%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .block_content.ins-animate .img-left-bottom .img4 {
    transform: translateY(0%);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s
}

.nov-blog-link .img-left .img-left-top {
    align-items: flex-end
}

.nov-blog-link .img-left .img-left-bottom {
    justify-content: flex-end
}

.nov-blog-link .img-left .img-left-bottom > a {
    margin-right: 10px
}

.lang-rtl .nov-blog-link .img-left .img-left-bottom > a {
    margin-left: 10px;
    margin-right: inherit
}

.product-benefits .text-center h2 {
    font-size: 4.4rem;
    color: #000;
    margin-bottom: 17px
}

.product-benefits .text-center .sub_title {
    font-size: 1.8rem;
    color: #000;
    font-weight: 300
}

.product-benefits .custom-wrapper {
    padding-top: 75px
}

.product-benefits .custom-wrapper > .row {
    display: flex;
    align-items: center
}

.product-benefits .custom-wrapper .custom_text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

.product-benefits .custom-wrapper .custom_text .policy-icon {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #fff;
    margin-right: 22px
}

.lang-rtl .product-benefits .custom-wrapper .custom_text .policy-icon {
    margin-left: 22px;
    margin-right: inherit
}

@media (min-width: 1200px) {
    .product-benefits .custom-wrapper .custom_text .policy-icon:hover img {
        -webkit-animation-name:vinova_teemax;
        animation-name: vinova_teemax;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }
}

.product-benefits .custom-wrapper .custom_text .title-setting {
    text-align: left;
    max-width: 200px;
    color: #000
}

.lang-rtl .product-benefits .custom-wrapper .custom_text .title-setting {
    text-align: right
}

.product-benefits .custom-wrapper .benefits-img {
    margin-bottom: -86px
}

.home-brand .title2 {
    padding-bottom: 32px
}

.home-brand .sub_title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 36px;
    padding-bottom: 5px
}

.banner-brand {
    margin-left: -9px;
    margin-right: -9px
}

.lang-rtl .banner-brand {
    margin-left: -9px;
    margin-right: -9px
}

.banner-brand .item {
    padding: 48px 9px;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center
}

.lang-rtl .banner-brand .item {
    float: right
}

.banner-brand .item .item-img {
    border: 1px solid #ebebeb
}

.banner-brand .item .item-img:hover {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05)
}

#cms #content-wrapper,#contact #content-wrapper,#sitemap #content-wrapper,.page-content.page-stores,.page-content.page-cms.page-cms-4 {
    max-width: 1170px;
    margin: 0px auto
}

#cms .cms-block.right,#cms .cms-box.right {
    padding-left: 5rem !important
}

.wowBack {
    background: #222;
    position: relative;
    overflow: hidden
}

.wowWrap div {
    background: #27ae60;
    display: block;
    width: 100%;
    margin: 5% 0;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%
}

.wowWrap {
    width: 16.66%;
    float: left;
    padding: 0 0.5%
}

.wowWrap h4 {
    position: fixed;
    z-index: 200;
    width: 100%;
    padding: 1% 0% 1% 0%;
    margin: 0;
    color: white;
    font-size: 1.35vw;
    background: rgba(22, 22, 22, .3)
}

.wowWrap div:first-of-type {
    margin-top: 25%
}

.wHighlight {
    background: #28a !important
}

.animated-none {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.modal.in .modal-dialog {
    animation-name: fadeInUp
}

.page-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px
}

.page_title_account {
    font-size: 1.6rem;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 35px
}

.page_title_account p {
    font-size: 1.3rem;
    color: #666
}

.title_account_second {
    font-size: 1.4rem;
    color: #222;
    font-weight: 900;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.group-link-infomation {
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    padding: 10px 30px;
    border-radius: 3px
}

.group-link-infomation .link_wishlist {
    list-style: none
}

.group-link-infomation .link_wishlist a {
    border-bottom: 1px solid #dedede
}

.group-link-infomation a {
    font-size: 1.4rem;
    display: block;
    padding: 15px 0
}

.group-link-infomation a i {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 2rem
}

.lang-rtl .group-link-infomation a i {
    margin-left: 14px;
    margin-right: inherit
}

.group-link-infomation a:not(:last-child) {
    border-bottom: 1px solid #dedede
}

.group-link-infomation a.active {
    color: #222;
    font-weight: bold
}

.group-link-infomation .btn-logout i {
    color: #979797
}

.group-link-infomation .btn-logout:hover i {
    color: #000
}

@media (max-width: 991px) {
    .group-link-infomation {
        padding:10px
    }
}

.block_content-right {
    border: 1px solid #e9e9e9;
    padding: 15px 30px;
    border-radius: 3px
}

.block_content-right .alert {
    position: relative;
    padding: 10px 20px;
    margin-top: 25px;
    margin-bottom: 30px
}

.block_content-right .alert:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.block_content-right #mywishlist .wlp_bought_list [class*='col'] {
    margin-bottom: 15px
}

.block_content-right #mywishlist .wlp_bought_list .product_image {
    background: #f8f8f8
}

.block_content-right #mywishlist .wishlistLinkBottom .input-group .input-group-append .input-group-text {
    height: 100%
}

#my-account .link_wishlist {
    list-style: none
}

#my-account .page-footer {
    padding-top: 20px;
    margin-bottom: 30px
}

#my-account .block_content-right {
    padding: 30px;
    height: 100%
}

#addresses .address_alias .alias {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222
}

#addresses .address_alias .block_right {
    font-size: 1.1rem;
    color: #666;
    font-weight: bold
}

#addresses .address_alias .block_right i {
    font-size: 14px;
    color: #999;
    margin-right: 2px
}

.lang-rtl #addresses .address_alias .block_right i {
    margin-left: 2px;
    margin-right: inherit
}

#addresses .address_alias .block_right .update {
    margin-right: 25px
}

.lang-rtl #addresses .address_alias .block_right .update {
    margin-left: 25px;
    margin-right: inherit
}

#addresses .address {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 22px
}

#addresses .address:not(:last-child) {
    margin-bottom: 40px
}

#addresses .address-body li:not(:last-child) {
    padding-bottom: 10px
}

#addresses .btn-create {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #222;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 12px;
    margin-bottom: 30px
}

#addresses .btn-create i {
    background: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #222;
    vertical-align: sub;
    margin-right: 30px
}

.lang-rtl #addresses .btn-create i {
    margin-left: 30px;
    margin-right: inherit
}

#addresses .btn-create:hover {
    background: #000
}

#addresses .page-footer {
    display: none
}

#history .label-pill {
    color: #fff;
    padding: 2px 7px
}

#history .thead-default th {
    background: #ccc
}

#history .order-actions {
    font-size: 1.2rem
}

#history .order-actions a:not(:last-child) {
    position: relative;
    margin-right: 11px
}

.lang-rtl #history .order-actions a:not(:last-child) {
    margin-left: 11px;
    margin-right: inherit
}

#history .order-actions a:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ccc
}

.lang-rtl #history .order-actions a:not(:last-child):before {
    left: -5px;
    right: auto
}

#authentication .form-footer {
    margin-top: 15px;
    margin-bottom: 10px
}

#search #wrapper-site {
    padding-top: 60px
}

#block-history thead th {
    background: #000;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

#form_wishlist {
    margin-bottom: 4rem
}

#form_wishlist fieldset {
    border: none
}

#form_wishlist fieldset h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px
}

#form_wishlist fieldset .input-group input.form-control {
    -moz-border-radius-topleft: 17px;
    -webkit-border-top-left-radius: 17px;
    border-top-left-radius: 17px;
    -moz-border-radius-bottomleft: 17px;
    -webkit-border-bottom-left-radius: 17px;
    border-bottom-left-radius: 17px
}

.lang-rtl #form_wishlist fieldset .input-group input.form-control {
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    border-top-right-radius: 17px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl #form_wishlist fieldset .input-group input.form-control {
    -moz-border-radius-bottomright: 17px;
    -webkit-border-bottom-right-radius: 17px;
    border-bottom-right-radius: 17px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.display_list {
    padding: 0
}

.wlp_bought_list .btn-default {
    width: 100%
}

.wlp_bought_list .item {
    margin-bottom: 20px
}

.wlp_bought_list .wishlist_product_detail .quantity {
    width: 40px;
    padding: 0;
    text-align: center;
    margin-right: 15px;
    background: #fff
}

.wlp_bought_list .wishlist_product_detail {
    margin-bottom: 15px
}

.wlp_bought_list .wishlist_product_detail label {
    margin-right: 5px;
    padding: 0
}

.wlp_bought_list .lnkdel {
    width: 18px;
    height: 18px;
    background: #94cdd5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: -8px;
    text-align: center
}

.lang-rtl .wlp_bought_list .lnkdel {
    left: 8px;
    right: auto
}

.wlp_bought_list .lnkdel i {
    width: 17px;
    height: 17px;
    line-height: 18px;
    color: #fff;
    font-size: 1.2rem
}

#module-novblockwishlist-mywishlist .product_name {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px
}

#module-novblockwishlist-mywishlist select:focus {
    background-position: right 0.75rem center
}

#module-novblockwishlist-mywishlist .wl_send {
    position: relative
}

#module-novblockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 12px;
    width: 12px
}

.lang-rtl #module-novblockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
    left: 0;
    right: auto
}

#hideWishlist i {
    margin-top: 10px
}

#new_comment_form input {
    padding: 0 5px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%
}

#new_comment_form input:hover,#new_comment_form input:focus {
    outline: none;
    border-color: #979797
}

#new_comment_form textarea {
    padding: 0 5px;
    height: 80px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%
}

#new_comment_form textarea:hover,#new_comment_form textarea:focus {
    outline: none;
    border-color: #979797
}

.sitemap h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px
}

.sitemap ul.list-links {
    padding: 0;
    list-style: inside
}

.sitemap ul.list-links.nested {
    padding-left: 15px
}

.lang-rtl .sitemap ul.list-links.nested {
    padding-right: 15px;
    padding-left: inherit
}

.sitemap ul.list-links li {
    margin-bottom: 10px
}

#stores .page-stores .store-item {
    margin-bottom: 10px
}

#stores .page-stores .store-picture img {
    max-width: 100%
}

#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
    font-weight: 400;
    color: #666
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 1.4rem
}

#stores .page-stores .store-item-container .divide-left {
    border-left: #eaeaea 1px solid
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 2.5rem
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.6rem
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}

.lang-rtl #stores .page-stores .store-item-container .divide-left th {
    text-align: left
}

#stores .page-stores .store-item-container .store-description {
    font-size: 1.4rem
}

#stores .page-stores .store-item-footer {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: #f1f1f1 1px solid
}

#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 7px;
    color: #7a7a7a;
    font-size: 1rem
}

#stores .page-stores .store-item-footer li {
    margin-bottom: 7px
}

@media (max-width: 767px) {
    #stores .page-stores {
        width:100%
    }

    #stores .page-stores .store-item-container {
        padding: 1.6rem 0
    }
}

@media (max-width: 575px) {
    #stores .page-stores .store-item-container {
        display:block
    }

    #stores .page-stores .store-item-container .divide-left {
        border-left: none
    }

    #stores .page-stores .store-item-container .store-description a {
        margin-bottom: 0.8rem
    }

    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.8rem
    }

    #stores .page-stores .store-item-footer {
        display: block
    }

    #stores .page-stores .store-item-footer.divide-top {
        border-top: #f1f1f1 1px solid
    }

    #stores .page-stores .store-item-footer li {
        margin-bottom: 7px
    }

    #stores .page-stores .store-item-footer .card-block {
        padding: 1.2rem 1.2rem 0
    }
}

body#checkout #wrapper > .container {
    background: #fff;
    padding-top: 8rem
}

body#checkout [data-action="show-password"] {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 1.4rem;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background: #fff;
    color: #666
}

body#checkout [data-action="show-password"]:hover i,body#checkout [data-action="show-password"]:focus i {
    color: #000
}

body#checkout .desc-password {
    padding-top: 40px;
    padding-bottom: 35px
}

body#checkout .desc-password span:not(.text-muted) {
    font-weight: bold;
    color: #222
}

body#checkout .desc-password .text-muted {
    font-size: 1.2rem
}

body#checkout section#content {
    padding-bottom: 8rem
}

body#checkout .container {
    min-height: 100%
}

body#checkout section.checkout-step {
    position: relative;
    border: 1px solid #e5e5e8;
    margin-bottom: 1px
}

body#checkout section.checkout-step:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6ebed;
    top: 15px;
    z-index: -1
}

body#checkout section.checkout-step .step-title {
    color: #cdcdcd;
    font-family: Josefin Sans, sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    cursor: pointer;
    background: #fff;
    padding-right: 15px;
    margin-bottom: 0;
    display: inline-block
}

.lang-rtl body#checkout section.checkout-step .step-title {
    padding-left: 15px;
    padding-right: inherit
}

body#checkout section.checkout-step .step-title .step-number {
    border-right: 1px solid #e5e5e8;
    margin-right: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative
}

.lang-rtl body#checkout section.checkout-step .step-title .step-number {
    border-left: 1px solid #e5e5e8;
    border-right: initial
}

.lang-rtl body#checkout section.checkout-step .step-title .step-number {
    margin-left: 15px;
    margin-right: inherit
}

body#checkout section.checkout-step .step-title .step-number:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 8px;
    background: url(../img/arrow.png);
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lang-rtl body#checkout section.checkout-step .step-title .step-number:before {
    left: -6px;
    right: auto
}

body#checkout section.checkout-step .content {
    padding: 0;
    border-top: 1px solid #e5e5e8;
    padding: 20px 30px 55px;
    background: #f3f3f3
}

body#checkout section.checkout-step .step-edit {
    font-size: 1.4rem;
    font-family: Josefin Sans, sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px
}

.lang-rtl body#checkout section.checkout-step .step-edit {
    left: 0;
    right: auto
}

.lang-rtl body#checkout section.checkout-step .step-edit {
    padding-right: 15px;
    padding-left: inherit
}

body#checkout section.checkout-step .step-to-addresses,body#checkout section.checkout-step .step-to-delivery {
    cursor: pointer;
    display: block;
    color: #444;
    font-size: 1.1rem;
    padding-right: 15px;
    text-transform: capitalize;
    right: 0;
    top: -3px
}

.lang-rtl body#checkout section.checkout-step .step-to-addresses,.lang-rtl body#checkout section.checkout-step .step-to-delivery {
    left: 0;
    right: auto
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

body#checkout section.checkout-step .content,body#checkout section.checkout-step .done,body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-complete h1 .title {
    position: relative
}

body#checkout section.checkout-step.-reachable.-complete h1 .title:after {
    content: '\f26b';
    font-size: 18px;
    font-family: 'Material-Design-Iconic-Font';
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #44bd3e;
    font-weight: normal;
    margin-left: 18px
}

.lang-rtl body#checkout section.checkout-step.-reachable.-complete h1 .title:after {
    left: -10px;
    right: auto
}

.lang-rtl body#checkout section.checkout-step.-reachable.-complete h1 .title:after {
    margin-right: 18px;
    margin-left: inherit
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    color: #666;
    font-size: 1.1rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    text-transform: capitalize
}

.lang-rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    padding-left: 15px;
    padding-right: inherit
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #000
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit i {
    color: #999;
    vertical-align: sub;
    margin-right: 4px
}

.lang-rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit i {
    margin-left: 4px;
    margin-right: inherit
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step.-reachable .step-title {
    color: #222
}

body#checkout section.checkout-step small {
    color: #7a7a7a
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 30px
}

body#checkout section.checkout-step .radio-field label {
    display: inline
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 60px
}

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0
}

body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 10px 50px
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-bottom: 25px
}

body#checkout section.checkout-step #conditions-to-approve label {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #666
}

body#checkout section.checkout-step #conditions-to-approve label a {
    color: #222;
    font-weight: bold
}

body#checkout section.checkout-step #conditions-to-approve label a:hover {
    color: #000
}

body#checkout section.checkout-step .payment-options label {
    margin-bottom: 0
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 8px
}

.lang-rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 8px;
    margin-right: inherit
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 10px
}

body#checkout section.checkout-step h2.h4 {
    color: #222;
    margin-left: 15px;
    margin-top: 30px
}

.lang-rtl body#checkout section.checkout-step h2.h4 {
    margin-right: 15px;
    margin-left: inherit
}

body#checkout section.checkout-step .address-item {
    padding-right: 20px;
    margin-bottom: 20px;
    color: #aeaeae
}

.lang-rtl body#checkout section.checkout-step .address-item {
    padding-left: 20px;
    padding-right: inherit
}

body#checkout section.checkout-step .address-item .address-alias {
    color: #aeaeae
}

body#checkout section.checkout-step .address-item.selected {
    color: #666
}

body#checkout section.checkout-step .address-item.selected .address-alias {
    color: #222
}

body#checkout section.checkout-step .address-item label.radio-block {
    padding: 0
}

body#checkout section.checkout-step .address-item .address-line {
    padding: 5px 0;
    font-size: 1.3rem
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-family: Josefin Sans, sans-serif;
    font-weight: bold;
    margin-left: 8px;
    font-size: 1.4rem;
    text-transform: uppercase
}

.lang-rtl body#checkout section.checkout-step .address-alias {
    margin-right: 8px;
    margin-left: inherit
}

body#checkout section.checkout-step .address {
    margin-left: 45px;
    font-weight: normal
}

.lang-rtl body#checkout section.checkout-step .address {
    margin-right: 45px;
    margin-left: inherit
}

body#checkout section.checkout-step .address .font-weight-bold {
    font-weight: 400
}

body#checkout section.checkout-step .radio-block {
    padding: 15px;
    text-align: left;
    position: relative
}

body#checkout section.checkout-step .radio-block:before {
    content: "";
    position: absolute;
    background: #e2e2e2;
    width: 80%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.lang-rtl body#checkout section.checkout-step .radio-block:before {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.lang-rtl body#checkout section.checkout-step .radio-block:before {
    right: 50%;
    left: auto
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 0
}

.lang-rtl body#checkout section.checkout-step .custom-radio {
    margin-left: 0;
    margin-right: inherit
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: middle
}

body#checkout section.checkout-step .delete-address,body#checkout section.checkout-step .edit-address {
    font-size: 11px;
    color: #666 !important
}

body#checkout section.checkout-step .delete-address i,body#checkout section.checkout-step .edit-address i {
    font-size: 1.4rem;
    color: #999;
    margin-right: 5px
}

.lang-rtl body#checkout section.checkout-step .delete-address i,.lang-rtl body#checkout section.checkout-step .edit-address i {
    margin-left: 5px;
    margin-right: inherit
}

body#checkout section.checkout-step .delete-address span,body#checkout section.checkout-step .edit-address span {
    vertical-align: middle;
    display: inline-block
}

body#checkout section.checkout-step .delete-address:hover,body#checkout section.checkout-step .edit-address:hover {
    color: #000 !important
}

body#checkout section.checkout-step .edit-address {
    margin-right: 25px
}

.lang-rtl body#checkout section.checkout-step .edit-address {
    margin-left: 25px;
    margin-right: inherit
}

body#checkout section.checkout-step .block-left {
    background: #f3f3f3;
    position: relative;
    padding-right: 20px
}

.lang-rtl body#checkout section.checkout-step .block-left {
    padding-left: 20px;
    padding-right: inherit
}

body#checkout section.checkout-step .block-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #f3f3f3;
    padding-left: 15px
}

.lang-rtl body#checkout section.checkout-step .block-right {
    left: 0;
    right: auto
}

.lang-rtl body#checkout section.checkout-step .block-right {
    padding-right: 15px;
    padding-left: inherit
}

body#checkout section.checkout-step hr {
    margin: 30px 0 10px
}

body#checkout section.checkout-step .add-address {
    margin-top: 3rem;
    margin-left: 15px
}

.lang-rtl body#checkout section.checkout-step .add-address {
    margin-right: 15px;
    margin-left: inherit
}

body#checkout section.checkout-step .add-address a {
    color: #666;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: Josefin Sans, sans-serif
}

body#checkout section.checkout-step .add-address a i {
    font-size: 1.7rem;
    vertical-align: middle
}

body#checkout section.checkout-step .add-address a span {
    display: inline-block;
    vertical-align: middle
}

body#checkout section.checkout-step .delivery-options {
    margin-bottom: 10px
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    padding: 12px 0
}

body#checkout section.checkout-step .carrier-name,body#checkout section.checkout-step .carrier-price {
    font-family: Josefin Sans, sans-serif;
    color: #222
}

body#checkout section.checkout-step .carrier-delay {
    font-size: 1.1rem
}

body#checkout section.checkout-step #customer-form .form-group,body#checkout section.checkout-step #delivery-address .form-group,body#checkout section.checkout-step #invoice-address .form-group {
    margin-bottom: 10px
}

body#checkout section.checkout-step #customer-form .form-group label,body#checkout section.checkout-step #delivery-address .form-group label,body#checkout section.checkout-step #invoice-address .form-group label {
    color: #666
}

body#checkout section.checkout-step #customer-form .form-group .col-md-8,body#checkout section.checkout-step #delivery-address .form-group .col-md-8,body#checkout section.checkout-step #invoice-address .form-group .col-md-8 {
    padding-left: 30px
}

.lang-rtl body#checkout section.checkout-step #customer-form .form-group .col-md-8,.lang-rtl body#checkout section.checkout-step #delivery-address .form-group .col-md-8,.lang-rtl body#checkout section.checkout-step #invoice-address .form-group .col-md-8 {
    padding-right: 30px;
    padding-left: inherit
}

body#checkout section.checkout-step #customer-form .form-control-label,body#checkout section.checkout-step #delivery-address .form-control-label,body#checkout section.checkout-step #invoice-address .form-control-label {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 0
}

body#checkout section.checkout-step #customer-form .form-control,body#checkout section.checkout-step #delivery-address .form-control,body#checkout section.checkout-step #invoice-address .form-control {
    height: 45px;
    background: #fff;
    border-color: #e9e9e9;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px
}

body#checkout section.checkout-step #customer-form .form-control::-webkit-input-placeholder,body#checkout section.checkout-step #delivery-address .form-control::-webkit-input-placeholder,body#checkout section.checkout-step #invoice-address .form-control::-webkit-input-placeholder {
    font-size: 1.1rem;
    text-transform: uppercase
}

body#checkout section.checkout-step #customer-form .form-control:-moz-placeholder,body#checkout section.checkout-step #delivery-address .form-control:-moz-placeholder,body#checkout section.checkout-step #invoice-address .form-control:-moz-placeholder {
    font-size: 1.1rem;
    text-transform: uppercase
}

body#checkout section.checkout-step #customer-form .form-control::-moz-placeholder,body#checkout section.checkout-step #delivery-address .form-control::-moz-placeholder,body#checkout section.checkout-step #invoice-address .form-control::-moz-placeholder {
    font-size: 1.1rem;
    text-transform: uppercase
}

body#checkout section.checkout-step #customer-form .form-control:-ms-input-placeholder,body#checkout section.checkout-step #delivery-address .form-control:-ms-input-placeholder,body#checkout section.checkout-step #invoice-address .form-control:-ms-input-placeholder {
    font-size: 1.1rem;
    text-transform: uppercase
}

body#checkout section.checkout-step #customer-form .form-control:hover,body#checkout section.checkout-step #delivery-address .form-control:hover,body#checkout section.checkout-step #invoice-address .form-control:hover,body#checkout section.checkout-step #customer-form .form-control:focus,body#checkout section.checkout-step #delivery-address .form-control:focus,body#checkout section.checkout-step #invoice-address .form-control:focus {
    border-color: #000
}

body#checkout section.checkout-step #customer-form .form-control-comment.right,body#checkout section.checkout-step #delivery-address .form-control-comment.right,body#checkout section.checkout-step #invoice-address .form-control-comment.right {
    padding-left: 10px;
    margin-top: 15px
}

.lang-rtl body#checkout section.checkout-step #customer-form .form-control-comment.right,.lang-rtl body#checkout section.checkout-step #delivery-address .form-control-comment.right,.lang-rtl body#checkout section.checkout-step #invoice-address .form-control-comment.right {
    padding-right: 10px;
    padding-left: inherit
}

body#checkout section.checkout-step #customer-form .radio-inline,body#checkout section.checkout-step #delivery-address .radio-inline,body#checkout section.checkout-step #invoice-address .radio-inline {
    padding: 0
}

body#checkout section.checkout-step .js-address-form {
    padding-left: 16px;
    margin-top: 30px
}

.lang-rtl body#checkout section.checkout-step .js-address-form {
    padding-right: 16px;
    padding-left: inherit
}

body#checkout section.checkout-step .js-address-form .form-fields {
    margin-bottom: 30px
}

body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 {
    padding-left: 30px
}

.lang-rtl body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 {
    padding-right: 30px;
    padding-left: inherit
}

body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 input[type='checkbox'] {
    margin-left: 10px
}

.lang-rtl body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 input[type='checkbox'] {
    margin-right: 10px;
    margin-left: inherit
}

body#checkout section.checkout-step .js-address-form .clearfix .continue,body#checkout section.checkout-step .js-address-form .different-invoice-address {
    margin-left: 15px
}

.lang-rtl body#checkout section.checkout-step .js-address-form .clearfix .continue,.lang-rtl body#checkout section.checkout-step .js-address-form .different-invoice-address {
    margin-right: 15px;
    margin-left: inherit
}

body#checkout section.checkout-step .form-footer .btn.btn-primary {
    padding: 0 57px
}

body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem
}

body#checkout section.checkout-step .forgot-password {
    margin-bottom: 20px
}

body#checkout section.checkout-step .btn-primary.continue,body#checkout section.checkout-step .add-address a {
    height: 50px;
    width: 170px;
    text-align: center;
    line-height: 50px;
    padding: 0 5px;
    background: #222;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block
}

body#checkout section.checkout-step .btn-primary.continue:hover,body#checkout section.checkout-step .add-address a:hover {
    background: #000
}

body#checkout section.checkout-step .add-address a {
    color: #222;
    background: #e6e6e6;
    margin-bottom: 10px
}

body#checkout section.checkout-step .add-address a:hover {
    color: #fff
}

body#checkout .block-form-login {
    padding-top: 32px;
    margin-top: 8rem;
    margin-bottom: 3.5rem
}

body#checkout #checkout-personal-information-step p {
    font-weight: 500
}

body#checkout #checkout-personal-information-step .identity {
    font-weight: bold;
    font-size: 1.4rem;
    color: #222;
    margin-top: 5px;
    margin-bottom: 5px
}

body#checkout #checkout-personal-information-step .identity a {
    color: #000
}

body#checkout #checkout-personal-information-step .identity a:hover {
    color: #000
}

body#checkout #checkout-personal-information-step small {
    font-size: 1.1rem;
    color: #878787;
    display: block;
    margin-top: 12px
}

body#checkout #checkout-personal-information-step .nav {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff
}

body#checkout #checkout-personal-information-step .nav .nav-item:not(:last-child) {
    margin-right: 30px
}

.lang-rtl body#checkout #checkout-personal-information-step .nav .nav-item:not(:last-child) {
    margin-left: 30px;
    margin-right: inherit
}

body#checkout #checkout-personal-information-step .nav .nav-link {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: Josefin Sans, sans-serif;
    color: #bfbfbf;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding: 0;
    padding-bottom: 16px
}

body#checkout #checkout-personal-information-step .nav .nav-link.active {
    color: #222
}

body#checkout #checkout-personal-information-step .nav .nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #555;
    left: 0;
    bottom: -1px
}

.lang-rtl body#checkout #checkout-personal-information-step .nav .nav-link.active:before {
    right: 0;
    left: auto
}

body#checkout #checkout-personal-information-step .continue {
    margin-left: 30px
}

.lang-rtl body#checkout #checkout-personal-information-step .continue {
    margin-right: 30px;
    margin-left: inherit
}

body#checkout .additional-information {
    font-size: 1.3rem;
    margin-left: 4.6rem;
    margin-top: 2rem
}

body#checkout .additional-information p {
    margin-bottom: 15px
}

body#checkout .condition-label {
    margin-left: 4rem;
    margin-top: 1rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #222;
    border-radius: 3px;
    margin-left: 6px
}

.lang-rtl body#checkout .cancel-address {
    margin-right: 6px;
    margin-left: inherit
}

body#checkout .cancel-address:hover {
    background: #000
}

body#checkout .modal-content {
    padding: 20px;
    background-color: #fff
}

body#checkout .delivery-options-list .delivery-options {
    background: #fff;
    padding-left: 15px;
    padding-right: 25px
}

.lang-rtl body#checkout .delivery-options-list .delivery-options {
    padding-right: 15px;
    padding-left: inherit
}

.lang-rtl body#checkout .delivery-options-list .delivery-options {
    padding-left: 25px;
    padding-right: inherit
}

body#checkout .delivery-options-list .order-options {
    margin-top: 20px
}

body#checkout .delivery-options-list .order-options label {
    color: #666
}

body#checkout .delivery-options-list .order-options .collapse {
    margin-top: 15px
}

body#checkout .delivery-options-list .order-options .collapse label {
    margin-bottom: 5px
}

body#checkout #order-summary-content {
    padding-top: 1.5rem
}

body#checkout #order-summary-content > .row {
    margin-bottom: 30px
}

body#checkout #order-summary-content h4.h4 {
    color: #222;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px
}

body#checkout #order-summary-content h4.black {
    color: #000;
    text-transform: capitalize;
    font-size: 1.4rem;
    margin-bottom: 30px
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    margin-bottom: 10px
}

body#checkout #order-summary-content .noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0;
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #ccc;
    margin-top: 2rem
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

body#checkout #order-summary-content .order-confirmation-table .order-line .qty .total-product {
    font-weight: 700;
    color: #222
}

body#checkout #order-summary-content .order-confirmation-table table .value-total {
    font-weight: 700;
    color: #222
}

body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 1rem
}

body#checkout #order-summary-content .step-edit {
    display: inline-block
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

body#checkout #order-summary-content a .step-edit {
    color: #b6b6b6
}

body#checkout #gift_message {
    max-width: 100%;
    border-color: #ccc;
    height: 90px
}

#order-details {
    padding-left: 15px
}

#order-details > .card-title {
    margin-bottom: 15px
}

#order-details ul {
    margin-bottom: 8px
}

#order-details ul li {
    margin-bottom: 7px
}

#order-items {
    border-right: 1px solid #eaeaea
}

.lang-rtl #order-items {
    border-left: 1px solid #eaeaea;
    border-right: initial
}

#order-items hr {
    border-top-color: #ccc;
    border: none
}

#order-items table {
    width: 100%
}

#order-items table tr {
    height: 15px
}

#order-items table tr td:last-child {
    text-align: right
}

#order-items .order-line {
    margin-top: 1.6rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    #order-items .order-line .pd-0 {
        padding:0 !important
    }
}

#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter
}

#order-items .details .customizations {
    margin-top: 1rem
}

@media (max-width: 450px) {
    #order-items .qty .pl-col-25 {
        padding-left:25px;
        padding-right: 15px
    }

    .lang-rtl #order-items .qty .pl-col-25 {
        padding-left: 15px;
        padding-right: 25px
    }
}

#order-confirmation #content-hook_order_confirmation.card {
    border: none
}

#order-confirmation #content-hook_order_confirmation i {
    font-size: 25px;
    vertical-align: sub;
    color: #46bc42;
    margin-right: 10px
}

.lang-rtl #order-confirmation #content-hook_order_confirmation i {
    margin-left: 10px;
    margin-right: inherit
}

#order-confirmation #content-hook_order_confirmation .card-title {
    font-size: 2.4rem;
    color: #222
}

#order-confirmation .card-block {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

#order-confirmation .card-block .card-title {
    margin-top: 10px;
    color: #222;
    margin-bottom: 10px
}

#order-confirmation .info-payment {
    margin-left: -5px;
    margin-right: -5px
}

#order-confirmation .info-payment [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

#order-confirmation #registration-form {
    margin-top: 10px
}

#order-confirmation #registration-form.card {
    border: none
}

#order-confirmation #registration-form .form-group {
    margin-bottom: 10px
}

#order-confirmation #content,#order-confirmation #content-hook_payment_return {
    margin-top: 1rem;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

#order-confirmation #content-hook-order-confirmation-footer {
    margin-top: 5rem
}

#order-confirmation #content-hook-order-confirmation-footer .featured-products .product_list .product-miniature {
    margin-bottom: 30px
}

#order-confirmation #content-hook-order-confirmation-footer .featured-products .product_list .owl-nav [class*='owl-'] {
    top: calc(50% - 65px)
}

#order-confirmation #content-hook-order-confirmation-footer .featured-products .all-product-link {
    font-size: 1.2rem;
    font-weight: bold;
    background: #222;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 65px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-top: 30px
}

#order-confirmation #content-hook-order-confirmation-footer .featured-products .all-product-link:hover {
    background: #000
}

@media (max-width: 991px) {
    .done {
        margin:0;
        padding: 0
    }

    body#checkout section.checkout-step .address-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .delivery-option {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    .delivery-option .custom-radio {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }

    #order-confirmation #registration-form {
        width: 100%
    }
}

@media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float:none;
        margin-top: 0.4rem;
        margin-left: 8px
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0
    }

    body#checkout section.checkout-step .content {
        padding: 1.5rem
    }

    body#checkout .form-group {
        margin-bottom: 0.8rem
    }

    #order-items {
        border-right: 0;
        margin-bottom: 4rem
    }

    #order-items .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem
    }

    #order-items hr {
        border-top-color: #f1f1f1
    }

    .bold {
        font-weight: bold
    }

    #order-details {
        padding-left: 1.5rem
    }

    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem
    }
}

#cart .page-title {
    position: relative;
    font-size: 1.6rem;
    font-weight: 900;
    color: #222;
    margin-bottom: 30px;
}

#cart .cart-grid {
    padding-bottom: 80px
}

#cart .cart-grid .cart-items {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

#cart .cart-grid .cart-items .cart-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#cart .group_title {
    padding: 16px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

#cart .group_title .label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222
}

#cart .group_title .label-qty {
    min-width: 110px;
    text-align: center
}

#cart .cart-item .product-image {
    border: 1px solid #e6e6e6;
    display: inline-block;
    max-width: 92px;
    min-width: 92px;
    border-radius: 3px
}

#cart .cart-item a.product-name {
    font-size: 1.6rem;
    display: block;
    color: #444
}

#cart .cart-item a.product-name:hover {
    color: #000
}

#cart .cart-item .variant {
    font-size: 11px;
    color: #909090;
    font-weight: 500
}

#cart .cart-item .product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222
}

#cart .cart-item .product-price.total {
    color: #c64e4e
}

#cart .cart-item .label {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: Josefin Sans, sans-serif;
    font-weight: bold
}

#cart .cart-item .cart-line-product-actions .remove-from-cart {
    color: #bfbfbf;
    font-size: 1.4rem
}

#cart .cart-item .cart-line-product-actions .remove-from-cart:hover {
    color: #979797
}

#cart .cart-item .qty {
    width: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfdfdf
}

#cart .cart-item .qty .input-group {
    margin: 0 auto;
    position: relative
}

#cart .cart-item .qty #quantity_wanted {
    width: 110px;
    border: none;
    text-align: center;
    height: 44px
}

@media (max-width: 767px) {
    #cart .cart-item .qty #quantity_wanted {
        height:30px
    }

    #cart .cart-item .qty .input-group-btn-vertical {
        height: 30px
    }
}

#cart .cart-item .qty .input-group-btn-vertical .btn {
    width: 25px !important;
    height: 100% !important;
    border-radius: 0;
    margin: 0
}

#cart .cart-item .qty .input-group-btn-vertical .btn i {
    color: #b4b4b4;
    font-size: 16px
}

#cart .cart-item .qty .input-group-btn-vertical .btn:hover i {
    color: #979797
}

#cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    position: absolute;
    border: none;
    border-left: 1px solid #dfdfdf
}

.lang-rtl #cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    left: 0;
    right: auto
}

.lang-rtl #cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    border-right: 1px solid #dfdfdf;
    border-left: initial
}

#cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
    right: initial;
    border: none;
    border-right: 1px solid #dfdfdf;
    position: absolute
}

.lang-rtl #cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    right: 0;
    left: auto
}

.lang-rtl #cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: initial;
    right: auto
}

.lang-rtl #cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    border-left: 1px solid #dfdfdf;
    border-right: initial
}

#cart .cart-item .title_price,#cart .cart-item .title_total {
    display: inline-block;
    min-width: 50px;
    font-size: 12px
}

#cart .btn.continue_shopping {
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    font-weight: bold;
    color: #222;
    background: #eee;
    padding: 0 43px;
    border-radius: 3px
}

#cart .btn.continue_shopping:hover {
    background: #000;
    color: #fff
}

.cart-summary {
    border: 1px solid #e9e9e9
}

.cart-summary .cart-summary-products {
    margin-bottom: 25px;
    padding: 0 30px
}

.cart-summary .group-price {
    padding: 0 30px
}

.cart-summary .group-price .cart-summary-line {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.cart-summary .group-price .cart-summary-line .label {
    font-size: 1.4rem
}

.cart-summary .group-price .cart-summary-line .value {
    font-size: 1.4rem;
    font-weight: 900;
    color: #222;
    margin-left: auto
}

.lang-rtl .cart-summary .group-price .cart-summary-line .value {
    margin-right: auto;
    margin-left: inherit
}

.cart-summary #cart-summary-product-list {
    font-size: 1.2rem;
    margin-top: 20px
}

.cart-summary #cart-summary-product-list ul {
    padding: 0
}

.cart-summary #cart-summary-product-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.cart-summary #cart-summary-product-list .product-name {
    font-size: 1.3rem;
    font-weight: 500;
    padding-right: 30px
}

.lang-rtl .cart-summary #cart-summary-product-list .product-name {
    padding-left: 30px;
    padding-right: inherit
}

.cart-summary #cart-summary-product-list .product-price {
    font-size: 1.3rem;
    color: #222;
    font-weight: bold
}

.cart-summary #cart-summary-product-list img {
    width: 4.4rem;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-right: 10px
}

.lang-rtl .cart-summary #cart-summary-product-list img {
    margin-left: 10px;
    margin-right: inherit
}

.cart-summary .block-promo .promo-name {
    padding: 0 30px
}

.cart-summary .block-promo .promo-name li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.cart-summary .block-promo .promo-name a {
    margin-right: 10px;
    font-size: 19px
}

.lang-rtl .cart-summary .block-promo .promo-name a {
    margin-left: 10px;
    margin-right: inherit
}

.cart-summary .block-promo .promo-name .pull-xs-right {
    font-weight: 900;
    color: #222
}

.cart-summary .block-promo .promo-code-button:hover {
    color: #979797
}

.cart-summary .block-promo .promo-code {
    background: #f3f3f3;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 9px
}

.cart-summary .block-promo .promo-code input {
    height: 40px;
    padding: 0 20px;
    border-radius: 3px !important;
    margin-right: 6px;
    border: 1px solid #e9e9e9
}

.lang-rtl .cart-summary .block-promo .promo-code input {
    margin-left: 6px;
    margin-right: inherit
}

.cart-summary .block-promo .promo-code input::-webkit-input-placeholder {
    font-size: 11px;
    color: #c4c4c4
}

.cart-summary .block-promo .promo-code input:-moz-placeholder {
    font-size: 11px;
    color: #c4c4c4
}

.cart-summary .block-promo .promo-code input::-moz-placeholder {
    font-size: 11px;
    color: #c4c4c4
}

.cart-summary .block-promo .promo-code input:-ms-input-placeholder {
    font-size: 11px;
    color: #c4c4c4
}

.cart-summary .block-promo .promo-code .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    background: #424242;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff
}

.cart-summary .block-promo .promo-code .btn:hover {
    background: #000
}

.cart-summary .block-promo .promo-discounts {
    padding: 10px;
    margin-bottom: 0
}

.cart-summary .block-promo .promo-discounts .cart-summary-line {
    border: 1px dashed #ccc;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px
}

.cart-summary .block-promo .promo-discounts .cart-summary-line .label {
    text-transform: uppercase;
    margin-left: auto;
    cursor: pointer
}

.lang-rtl .cart-summary .block-promo .promo-discounts .cart-summary-line .label {
    margin-right: auto;
    margin-left: inherit
}

.cart-summary .block-promo .alert.alert-danger {
    display: none
}

.cart-summary .summary-label {
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0
}

.cart-summary .show-details {
    line-height: 1
}

.cart-summary .show-details a {
    position: relative;
    text-decoration: none
}

.cart-summary .show-details a:before {
    content: "\f2f7";
    font-size: 18px;
    color: #666;
    font-family: 'Material-Design-Iconic-Font'
}

.cart-summary .show-details a.collapsed:before {
    content: "\f2f1";
    font-size: 18px;
    color: #666;
    font-family: 'Material-Design-Iconic-Font'
}

.cart-summary .show-details a:hover:before {
    color: #000
}

.cart-summary .cart-summary-totals .cart-total.has_border > div {
    padding-top: 15px
}

.cart-summary .cart-summary-line {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 12px
}

.cart-summary .cart-summary-line.cart-total {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px
}

.lang-rtl .cart-summary .cart-summary-line.cart-total {
    margin-left: 30px;
    margin-right: 30px
}

.cart-summary .cart-summary-line.cart-total .label {
    font-size: 1.6rem;
    font-weight: 900;
    color: #222;
    text-transform: uppercase
}

.cart-summary .cart-summary-line.cart-total .value {
    margin-left: 25px;
    margin-right: 0px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #222;
    text-transform: uppercase
}

.lang-rtl .cart-summary .cart-summary-line.cart-total .value {
    margin-left: 0px;
    margin-right: 25px
}

.cart-summary .cart-summary-line.cart-total.has_border > div {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #222
}

.cart-summary .cart-summary-line.cart-total .label {
    font-size: 1.6rem;
    font-weight: 900;
    color: #222;
    text-transform: uppercase
}

.cart-summary .cart-summary-line.cart-total .font-small {
    font-size: 1.3rem
}

.cart-summary .checkout {
    padding: 10px 30px 30px
}

.cart-summary .checkout .btn {
    background: #424242;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    border: none
}

.cart-summary .checkout .btn:hover {
    background: #000
}

.no-items {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: left
}

.lang-rtl .no-items {
    text-align: right
}

.js-payment-binary {
    display: none
}

.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.js-payment-binary.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

#cms .page-content .page_title {
    text-align: left;
    margin-bottom: 3.5rem;
    display: none
}

.lang-rtl #cms .page-content .page_title {
    text-align: right
}

#cms .cms-block,#cms .cms-box {
    padding-top: 6rem
}

#cms .cms-block .page-subheading,#cms .cms-box .page-subheading {
    font-size: 2.2rem;
    color: #222;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 3.5rem;
    line-height: 1;
    font-weight: 700
}

#cms .cms-block .page-subheading:before,#cms .cms-box .page-subheading:before {
    content: '';
    width: 34px;
    height: 32px;
    background: url('../img/bl-down.png');
    display: block;
    margin-bottom: 9px
}

#cms .cms-block .page-subheading p,#cms .cms-box .page-subheading p {
    margin-bottom: 2rem;
    line-height: 22px
}

#cms .cms-block .page-subheading.no-icon:before,#cms .cms-box .page-subheading.no-icon:before {
    display: none
}

#cms .cms-block.right,#cms .cms-box.right {
    padding-left: 5rem
}

.lang-rtl #cms .cms-block.right,.lang-rtl #cms .cms-box.right {
    padding-right: 5rem;
    padding-left: inherit
}

@media (max-width: 575px) {
    #cms .cms-block.right,#cms .cms-box.right {
        padding-left:0 !important;
        padding-right: 0 !important
    }

    .lang-rtl #cms .cms-block.right,.lang-rtl #cms .cms-box.right {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#cms .cms-block.left,#cms .cms-box.left {
    padding-right: 5rem
}

.lang-rtl #cms .cms-block.left,.lang-rtl #cms .cms-box.left {
    padding-left: 5rem;
    padding-right: inherit
}

@media (max-width: 575px) {
    #cms .cms-block.left,#cms .cms-box.left {
        padding-bottom:25px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lang-rtl #cms .cms-block.left,.lang-rtl #cms .cms-box.left {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#cms .cms-block .testimonials .name,#cms .cms-box .testimonials .name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    text-transform: uppercase
}

#cms .cms-block .testimonials .position,#cms .cms-box .testimonials .position {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase
}

#cms .cms-block .testimonials .item > p,#cms .cms-box .testimonials .item > p {
    line-height: 22px;
    font-size: 13px
}

#cms .cms-block .testimonials .owl-nav,#cms .cms-box .testimonials .owl-nav {
    display: none
}

#cms .cms-block .testimonials .owl-dots,#cms .cms-box .testimonials .owl-dots {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.lang-rtl #cms .cms-block .testimonials .owl-dots,.lang-rtl #cms .cms-box .testimonials .owl-dots {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#cms .cms-block .testimonials .owl-dots .owl-dot span,#cms .cms-box .testimonials .owl-dots .owl-dot span {
    background-color: #f2f2f2
}

#cms .cms-block .testimonials .owl-dots .owl-dot.active span,#cms .cms-box .testimonials .owl-dots .owl-dot.active span {
    background-color: #000 !important
}

#cms .cms-block .social,#cms .cms-box .social {
    margin-top: 20px
}

#cms .cms-block .social ul,#cms .cms-box .social ul {
    padding: 0;
    list-style: none
}

#cms .cms-block .social ul li,#cms .cms-box .social ul li {
    display: inline-block;
    padding-top: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px !important;
    padding: 0px;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #bfbfbf
}

.lang-rtl #cms .cms-block .social ul li,.lang-rtl #cms .cms-box .social ul li {
    margin-left: 8px !important;
    margin-right: inherit
}

#cms .cms-block .social ul li a,#cms .cms-box .social ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 40px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear
}

#cms .cms-block .social ul li a span,#cms .cms-box .social ul li a span {
    display: none
}

#cms .cms-block .social ul li a:before,#cms .cms-box .social ul li a:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 20px
}

#cms .cms-block .social ul li a:hover,#cms .cms-box .social ul li a:hover {
    color: #fff;
    background: #000
}

#cms .cms-block.first {
    padding-top: 0
}

@media (max-width: 575px) {
    #cms .cms-block.first {
        padding-top:40px
    }
}

#cms .page-content .row:first-child .cms-block,#cms .page-content .row:first-child .cms-box {
    padding: 0
}

.page-authentication .form-group {
    font-family: Josefin Sans, sans-serif
}

.page-authentication .form-group:focus {
    border: 1px solid red
}

.page-authentication .form-group .form-control {
    border: 1px solid #e5e5e8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.page-authentication .form-group .form-control.active,.page-authentication .form-group .form-control:hover,.page-authentication .form-group .form-control:focus {
    background: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    border: 1px solid #1a1a1a
}

.page-authentication .form-group .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #c4c4c4
}

.page-authentication .form-group .form-control:-moz-placeholder {
    font-size: 13px;
    color: #c4c4c4
}

.page-authentication .form-group .form-control::-moz-placeholder {
    font-size: 13px;
    color: #c4c4c4
}

.page-authentication .form-group .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #c4c4c4
}

.page-authentication .form-group .btn {
    background: transparent;
    color: #666;
    position: absolute;
    right: 0;
    border-left: none !important;
    z-index: 99
}

.lang-rtl .page-authentication .form-group .btn {
    left: 0;
    right: auto
}

.lang-rtl .page-authentication .form-group .btn {
    border-right: none !important;
    border-left: initial
}

.page-authentication .form-group .btn i {
    font-size: 16px
}

.page-authentication .form-group .btn:hover i {
    color: #000 !important
}

.block-form-login {
    max-width: 445px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin: auto;
    padding: 0 50px 45px
}

.block-form-login .login-form > p {
    font-size: 1.6rem;
    color: #666
}

.block-form-login .page_title_account {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.block-form-login .page_title_account:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 1px;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px
}

.lang-rtl .block-form-login .page_title_account:before {
    right: 50%;
    left: auto
}

.lang-rtl .block-form-login .page_title_account:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.block-form-login .block-sociallogin .title_sociallogin {
    margin-bottom: 15px
}

.block-form-login .block-sociallogin .content_sociallogin {
    margin-bottom: 30px;
    text-align: center
}

.block-form-login .block-sociallogin .content_sociallogin .col {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px
}

.lang-rtl .block-form-login .block-sociallogin .content_sociallogin .col {
    padding-left: 5px;
    padding-right: 5px
}

.block-form-login .block-sociallogin .content_sociallogin .col a {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff !important;
    font-weight: bold;
    text-transform: capitalize
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-facebook {
    background: #39599f
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-facebook:hover {
    background: #2c4479
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-twitter {
    background: #45b0e3
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-twitter:hover {
    background: #209bd5
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-google {
    background: #dd3f1b
}

.block-form-login .block-sociallogin .content_sociallogin .col a.btn-sociallogin-google:hover {
    background: #b03215
}

.block-form-login .novform-firstname,.block-form-login .novform-lastname,.block-form-login .novform-email,.block-form-login .novform-password,.block-form-login .novform-birthday,.block-form-login .novform-company,.block-form-login .novform-siret {
    position: relative
}

.block-form-login .novform-firstname:before,.block-form-login .novform-lastname:before,.block-form-login .novform-email:before,.block-form-login .novform-password:before,.block-form-login .novform-birthday:before,.block-form-login .novform-company:before,.block-form-login .novform-siret:before {
    content: "";
    position: absolute;
    border-right: 1px solid #e5e5e8;
    width: 44px;
    height: 42px;
    background-color: #fff;
    left: 1px;
    top: 1px;
    z-index: 9;
    background-position: center center;
    background-repeat: no-repeat
}

.lang-rtl .block-form-login .novform-firstname:before,.lang-rtl .block-form-login .novform-lastname:before,.lang-rtl .block-form-login .novform-email:before,.lang-rtl .block-form-login .novform-password:before,.lang-rtl .block-form-login .novform-birthday:before,.lang-rtl .block-form-login .novform-company:before,.lang-rtl .block-form-login .novform-siret:before {
    border-left: 1px solid #e5e5e8;
    border-right: initial
}

.lang-rtl .block-form-login .novform-firstname:before,.lang-rtl .block-form-login .novform-lastname:before,.lang-rtl .block-form-login .novform-email:before,.lang-rtl .block-form-login .novform-password:before,.lang-rtl .block-form-login .novform-birthday:before,.lang-rtl .block-form-login .novform-company:before,.lang-rtl .block-form-login .novform-siret:before {
    right: 1px;
    left: auto
}

.block-form-login .novform-firstname:after,.block-form-login .novform-lastname:after,.block-form-login .novform-email:after,.block-form-login .novform-password:after,.block-form-login .novform-birthday:after,.block-form-login .novform-company:after,.block-form-login .novform-siret:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 6px;
    height: 8px;
    background: url(../img/arrow.png);
    left: 44px;
    top: 20px
}

.lang-rtl .block-form-login .novform-firstname:after,.lang-rtl .block-form-login .novform-lastname:after,.lang-rtl .block-form-login .novform-email:after,.lang-rtl .block-form-login .novform-password:after,.lang-rtl .block-form-login .novform-birthday:after,.lang-rtl .block-form-login .novform-company:after,.lang-rtl .block-form-login .novform-siret:after {
    right: 44px;
    left: auto
}

.block-form-login .novform-firstname.novform-firstname:before,.block-form-login .novform-lastname.novform-firstname:before,.block-form-login .novform-email.novform-firstname:before,.block-form-login .novform-password.novform-firstname:before,.block-form-login .novform-birthday.novform-firstname:before,.block-form-login .novform-company.novform-firstname:before,.block-form-login .novform-siret.novform-firstname:before,.block-form-login .novform-firstname.novform-lastname:before,.block-form-login .novform-lastname.novform-lastname:before,.block-form-login .novform-email.novform-lastname:before,.block-form-login .novform-password.novform-lastname:before,.block-form-login .novform-birthday.novform-lastname:before,.block-form-login .novform-company.novform-lastname:before,.block-form-login .novform-siret.novform-lastname:before {
    background-image: url(../img/form-account.png)
}

.block-form-login .novform-firstname.novform-company:before,.block-form-login .novform-lastname.novform-company:before,.block-form-login .novform-email.novform-company:before,.block-form-login .novform-password.novform-company:before,.block-form-login .novform-birthday.novform-company:before,.block-form-login .novform-company.novform-company:before,.block-form-login .novform-siret.novform-company:before {
    background-image: url(../img/company.png)
}

.block-form-login .novform-firstname.novform-siret:before,.block-form-login .novform-lastname.novform-siret:before,.block-form-login .novform-email.novform-siret:before,.block-form-login .novform-password.novform-siret:before,.block-form-login .novform-birthday.novform-siret:before,.block-form-login .novform-company.novform-siret:before,.block-form-login .novform-siret.novform-siret:before {
    background-image: url(../img/number.png)
}

.block-form-login .novform-firstname.novform-email:before,.block-form-login .novform-lastname.novform-email:before,.block-form-login .novform-email.novform-email:before,.block-form-login .novform-password.novform-email:before,.block-form-login .novform-birthday.novform-email:before,.block-form-login .novform-company.novform-email:before,.block-form-login .novform-siret.novform-email:before {
    background-image: url(../img/form-email.png)
}

.block-form-login .novform-firstname.novform-password:before,.block-form-login .novform-lastname.novform-password:before,.block-form-login .novform-email.novform-password:before,.block-form-login .novform-password.novform-password:before,.block-form-login .novform-birthday.novform-password:before,.block-form-login .novform-company.novform-password:before,.block-form-login .novform-siret.novform-password:before {
    background-image: url(../img/form-pass.png)
}

.block-form-login .novform-firstname.novform-birthday:before,.block-form-login .novform-lastname.novform-birthday:before,.block-form-login .novform-email.novform-birthday:before,.block-form-login .novform-password.novform-birthday:before,.block-form-login .novform-birthday.novform-birthday:before,.block-form-login .novform-company.novform-birthday:before,.block-form-login .novform-siret.novform-birthday:before {
    background-image: url(../img/calendar.png)
}

.block-form-login .novform-firstname input,.block-form-login .novform-lastname input,.block-form-login .novform-email input,.block-form-login .novform-password input,.block-form-login .novform-birthday input,.block-form-login .novform-company input,.block-form-login .novform-siret input {
    padding-left: 70px;
    padding-right: 40px
}

.lang-rtl .block-form-login .novform-firstname input,.lang-rtl .block-form-login .novform-lastname input,.lang-rtl .block-form-login .novform-email input,.lang-rtl .block-form-login .novform-password input,.lang-rtl .block-form-login .novform-birthday input,.lang-rtl .block-form-login .novform-company input,.lang-rtl .block-form-login .novform-siret input {
    padding-left: 40px;
    padding-right: 70px
}

.block-form-login .form-group {
    margin-bottom: 10px
}

.block-form-login .form-group.novform-id_gender {
    margin-bottom: 0
}

.block-form-login .col-md-2 {
    display: none
}

.block-form-login .col-md-8 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.block-form-login .form-control-valign {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.block-form-login .form-control-valign label:last-child {
    margin-right: 0
}

.lang-rtl .block-form-login .form-control-valign label:last-child {
    margin-left: 0;
    margin-right: inherit
}

.block-form-login .form-footer .col-md-10 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0
}

.lang-rtl .block-form-login .form-footer .col-md-10 {
    margin-right: 0;
    margin-left: inherit
}

.block-form-login .form-footer .col-md-10 .btn {
    margin-left: 0 !important;
    background: #000 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    font-size: 1.2rem;
    text-align: center;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 3px;
    border: none
}

.lang-rtl .block-form-login .form-footer .col-md-10 .btn {
    margin-right: 0 !important;
    margin-left: inherit
}

.block-form-login .form-footer .col-md-10 .btn:hover {
    background: #000 !important
}

.block-form-login .no-account {
    font-size: 13px;
    text-align: center;
    margin-top: 25px
}

.block-form-login .forgot-password {
    font-size: 1.3rem;
    color: #bbb
}

.block-form-login .forgot-password i {
    vertical-align: middle;
    font-size: 16px;
    color: #656565
}

.block-form-login .forgot-password a {
    color: #000;
    font-weight: bold
}

.block-form-login .forgot-password a:hover {
    color: #000
}

#password #main {
    text-align: center
}

#password .email {
    margin: auto
}

#password .form-control-submit,#password .page-footer a {
    font-size: 11px;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: none;
    min-width: 130px
}

#password .form-control-submit:hover,#password .page-footer a:hover {
    background: #000;
    color: #fff
}

#password .form-control-submit {
    background: #222
}

#password .page-footer a {
    background: #ececec;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block
}

#password .page-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

#category .breadcrumb {
    margin-bottom: 6rem
}

#categories-product #js-product-list {
    overflow: hidden
}

#categories-product #js-product-list .product_list.grid_2 .product-miniature,#categories-product #js-product-list .product_list.grid_3 .product-miniature,#categories-product #js-product-list .product_list.grid_4 .product-miniature,#categories-product #js-product-list .product_list.grid_5 .product-miniature {
    padding-bottom: 0px
}

#categories-product #js-product-list .product_list.grid_2 .product-miniature .product-groups .product-buttons,#categories-product #js-product-list .product_list.grid_3 .product-miniature .product-groups .product-buttons,#categories-product #js-product-list .product_list.grid_4 .product-miniature .product-groups .product-buttons,#categories-product #js-product-list .product_list.grid_5 .product-miniature .product-groups .product-buttons {
    display: none
}

#categories-product #js-product-list .product_list.grid_2 .review-list,#categories-product #js-product-list .product_list.grid_3 .review-list,#categories-product #js-product-list .product_list.grid_4 .review-list,#categories-product #js-product-list .product_list.grid_5 .review-list {
    display: none
}

#categories-product #js-product-list .product_list.list .item {
    margin-bottom: 30px
}

#categories-product #js-product-list .product_list.list .item .product-miniature .thumbnail-container .group-buttons {
    display: none
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups {
    margin-top: 10px
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .product-comments {
    display: none
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .review-list {
    margin-bottom: 10px
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .review-list .product-comments {
    display: block
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .product-title a {
    font-size: 20px
}

#categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .product-desc {
    display: block;
    line-height: 22px;
    text-align: left
}

.lang-rtl #categories-product #js-product-list .product_list.list .item .product-miniature .product-groups .product-desc {
    text-align: right
}

#js-product-list .product_list.grid .product-miniature {
    margin-top: 0
}

#js-product-list .product_list.grid .product-groups {
    text-align: center
}

.block-category h1 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1px;
    font-size: 2.4rem;
    color: #222;
    text-transform: uppercase
}

.block-category #category-description {
    background-color: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px
}

.block-category #category-description p {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 0
}

.block-category #category-description p:first-child {
    margin-bottom: 15px
}

.block-category .category-cover {
    display: none
}

#nav-top {
    margin-bottom: 30px
}

.change-type {
    display: inline-block;
    float: left;
    overflow: hidden
}

.lang-rtl .change-type {
    float: right
}

.change-type span {
    display: inline-block;
    height: 20px;
    padding-right: 13px;
    margin-right: 13px;
    text-align: center;
    line-height: 20px;
    color: #222;
    cursor: pointer;
    position: relative;
    float: left
}

.lang-rtl .change-type span {
    padding-left: 13px;
    padding-right: inherit
}

.lang-rtl .change-type span {
    margin-left: 13px;
    margin-right: inherit
}

.lang-rtl .change-type span {
    float: right
}

.change-type span .view-comfy5 {
    background: url(../img/view-comfy5.png) no-repeat center;
    width: 19px;
    height: 20px
}

.change-type span.grid-type5:before,.change-type span.grid-type3:before,.change-type span.grid-type2:before,.change-type span.grid-type4:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #e4e4e4;
    position: absolute;
    top: 2px;
    right: 0px
}

.lang-rtl .change-type span.grid-type5:before,.lang-rtl .change-type span.grid-type3:before,.lang-rtl .change-type span.grid-type2:before,.lang-rtl .change-type span.grid-type4:before {
    left: 0px;
    right: auto
}

.change-type span i {
    font-size: 15px;
    height: 20px;
    line-height: 20px
}

.change-type span i.zmdi-view-comfy {
    font-size: 20px
}

.change-type span i.zmdi-view-stream {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 22px
}

.change-type span.active,.change-type span:hover {
    color: #979797
}

.product-list-fiter .toggle_filter {
    line-height: 46px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #222;
    cursor: pointer
}

.product-list-fiter .toggle_filter i {
    font-size: 12px
}

.product-list-fiter .toggle_filter:hover {
    color: #979797
}

.product-list-fiter .total-products p {
    position: relative;
    padding-left: 17px
}

.lang-rtl .product-list-fiter .total-products p {
    padding-right: 17px;
    padding-left: inherit
}

.product-list-fiter .total-products p:before {
    content: "";
    height: 9px;
    width: 1px;
    position: absolute;
    background: #909090;
    left: 0px;
    top: 4px
}

.lang-rtl .product-list-fiter .total-products p:before {
    right: 0px;
    left: auto
}

.total-fiter .total-products {
    padding-right: 30px
}

.lang-rtl .total-fiter .total-products {
    padding-left: 30px;
    padding-right: inherit
}

.total-fiter .products-sort-order {
    margin-left: 10px
}

.lang-rtl .total-fiter .products-sort-order {
    margin-right: 10px;
    margin-left: inherit
}

.total-products {
    display: inline-block;
    color: #909090;
    float: left;
    font-size: 1.1rem;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 15px 11px 15px 7px
}

.lang-rtl .total-products {
    float: right
}

.lang-rtl .total-products {
    padding: 15px 7px 15px 11px
}

.total-products p {
    margin-bottom: 0
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    text-align: right;
    display: none
}

.products-selection h1 {
    padding-top: 1rem
}

.products-sort-order {
    font-size: 1.2rem;
    color: #969696;
    text-transform: uppercase;
    margin-left: 5px
}

.lang-rtl .products-sort-order {
    margin-right: 5px;
    margin-left: inherit
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #666 !important;
    background: #fff;
    padding: 13px 10px 13px 30px;
    margin-left: 0;
    border: 1px solid #e4e4e4;
    line-height: 1;
    cursor: pointer;
    font-size: 11px;
    min-width: 155px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.lang-rtl .products-sort-order .select-title {
    padding: 13px 30px 13px 10px
}

.lang-rtl .products-sort-order .select-title {
    margin-right: 0;
    margin-left: inherit
}

.products-sort-order .select-title span {
    display: inline-block;
    vertical-align: middle
}

.products-sort-order .select-title i {
    margin: -3px -7px 0 15px;
    vertical-align: middle;
    font-size: 20px;
    color: #969696
}

.lang-rtl .products-sort-order .select-title i {
    margin: -3px 15px 0 -7px
}

.products-sort-order .select-list {
    display: block;
    color: #585858;
    padding: 10px 15px
}

.products-sort-order .select-list:hover {
    color: #979797;
    text-decoration: none
}

.products-sort-order .dropdown-menu {
    left: auto;
    right: 0px;
    width: 170px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 0
}

.lang-rtl .products-sort-order .dropdown-menu {
    right: auto;
    left: auto
}

.lang-rtl .products-sort-order .dropdown-menu {
    left: 0px;
    right: auto
}

.products-sort-order .dropdown-menu a:hover {
    color: #000
}

.dropdown.open .dropdown-menu {
    display: block
}

#search_filters_wrapper {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 38px;
    border: 1px solid #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

@media (max-width: 767px) {
    #search_filters_wrapper {
        padding-top:4px
    }
}

#search_filters_wrapper .title_block {
    border-color: #fff;
    margin-bottom: 35px;
    padding: 18px 0 0 20px
}

.lang-rtl #search_filters_wrapper .title_block {
    padding: 18px 20px 0 0
}

#search_filters_wrapper .title_block span {
    position: relative;
    padding-bottom: 15px
}

#search_filters_wrapper .title_block span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 0;
    bottom: -2px
}

.lang-rtl #search_filters_wrapper .title_block span:before {
    right: 0;
    left: auto
}

#search_filters .searchfilter-title {
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 8px
}

#search_filters #_desktop_search_filters_clear_all i {
    vertical-align: middle;
    font-size: 12px;
    float: left;
    line-height: 1
}

.lang-rtl #search_filters #_desktop_search_filters_clear_all i {
    float: right
}

#search_filters #_desktop_search_filters_clear_all span {
    float: left;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.lang-rtl #search_filters #_desktop_search_filters_clear_all span {
    float: right
}

#search_filters .facet {
    padding: 38px 20px 30px 20px;
    border-bottom: 1px solid #ededed
}

.lang-rtl #search_filters .facet {
    padding: 38px 20px 30px 20px
}

#search_filters .facet:first-child {
    padding-top: 0
}

#search_filters .facet .collapse {
    display: block;
    list-style: none;
    padding-left: 19px;
    margin-bottom: 0px
}

.lang-rtl #search_filters .facet .collapse {
    padding-right: 19px;
    padding-left: inherit
}

#search_filters .facet .facet-size {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: unset;
    padding-left: 2px
}

.lang-rtl #search_filters .facet .facet-size {
    padding-right: 2px;
    padding-left: inherit
}

#search_filters .facet .facet-size .facet-label > span {
    display: none
}

#search_filters .facet .facet-size .facet-label > span input,#search_filters .facet .facet-size .facet-label > span .ps-shown-by-js {
    display: none;
    border-radius: 0;
    border: none;
    margin: 0
}

#search_filters .facet .facet-size .facet-label .search-link {
    width: 44px;
    height: 44px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-right: 10px;
    font-size: 1.3rem;
    color: #454545
}

.lang-rtl #search_filters .facet .facet-size .facet-label .search-link {
    margin-left: 10px;
    margin-right: inherit
}

#search_filters .facet .facet-size .facet-label:hover .search-link,#search_filters .facet .facet-size .facet-label.active .search-link {
    background: #424242;
    border-color: #424242;
    color: #fff
}

#search_filters .facet .facet-color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2px;
    max-height: initial !important;
    overflow-y: initial !important
}

.lang-rtl #search_filters .facet .facet-color {
    padding-right: 2px;
    padding-left: inherit
}

#search_filters .facet .facet-color .facet-label {
    padding-top: 4px
}

#search_filters .facet .facet-color .facet-label span input {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 2px solid #f2f2f2
}

#search_filters .facet .facet-color .facet-label span .color {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    border: 2px solid #f2f2f2
}

.lang-rtl #search_filters .facet .facet-color .facet-label span .color {
    margin-left: 7px;
    margin-right: inherit
}

#search_filters .facet .facet-color .facet-label > a {
    font-size: 0
}

#search_filters .facet .facet-color .facet-label:hover span input,#search_filters .facet .facet-color .facet-label.active span input {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 2px solid #fff
}

#search_filters .facet .facet-color .facet-label:hover span .color,#search_filters .facet .facet-color .facet-label.active span .color {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    -moz-box-shadow: 0 0 0 1px #d9d9d9;
    -ms-box-shadow: 0 0 0 1px #d9d9d9;
    -o-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9
}

#search_filters .facet.facet-hasscroll {
}

#search_filters .facet.facet-hasscroll .collapse::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#search_filters .facet.facet-hasscroll .collapse::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#search_filters .facet.facet-hasscroll .collapse::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #d7d7d7
}

#search_filters .facet .facet-title {
    color: #222;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
    width: initial
}

#search_filters .facet .facet-title i {
    padding-right: 10px
}

.lang-rtl #search_filters .facet .facet-title i {
    padding-left: 10px;
    padding-right: inherit
}

#search_filters .facet .facet-label {
    margin-bottom: 11px;
    text-align: left
}

.lang-rtl #search_filters .facet .facet-label {
    text-align: right
}

#search_filters .facet .facet-label a {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: middle;
    line-height: 1;
    width: max-content;
    text-transform: capitalize
}

#search_filters .facet .facet-label .custom-checkbox {
    top: 0
}

#search_filters .facet .facet-label .custom-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 10px
}

.lang-rtl #search_filters .facet .facet-label .custom-radio {
    margin-left: 10px;
    margin-right: 0
}

#js-product-list-bottom {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    margin-top: 60px
}

.pagination > div:first-child {
    line-height: 35px
}

.pagination .showing {
    padding-right: 10px;
    color: #969696;
    background-color: #fff
}

.lang-rtl .pagination .showing {
    padding-left: 10px;
    padding-right: inherit
}

.pagination .page-list {
    margin-bottom: 0;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.lang-rtl .pagination .page-list {
    padding-right: 10px;
    padding-left: inherit
}

.pagination .page-list li {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 1.4rem;
    float: left;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.lang-rtl .pagination .page-list li {
    margin-left: 5px;
    margin-right: inherit
}

.lang-rtl .pagination .page-list li {
    float: right
}

.pagination .page-list li a {
    color: #222;
    font-weight: bold
}

.pagination .page-list li.previous {
    padding: 0px 19px 0px 12px
}

.lang-rtl .pagination .page-list li.previous {
    padding: 0px 12px 0px 19px
}

.pagination .page-list li.next {
    padding: 0px 25px 0px 20px
}

.lang-rtl .pagination .page-list li.next {
    padding: 0px 20px 0px 25px
}

.pagination .page-list li.previous,.pagination .page-list li.next {
    width: auto;
    background: #fff;
    font-size: 11px;
    font-weight: bold;
    min-width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.pagination .page-list li.previous a,.pagination .page-list li.next a {
    color: #909090;
    font-size: 11px
}

.pagination .page-list li.previous a i,.pagination .page-list li.next a i {
    font-size: 12px
}

.pagination .page-list li.previous:hover,.pagination .page-list li.next:hover {
    border-color: #dfdfdf;
    background: #dfdfdf
}

.pagination .page-list li:last-child {
    margin-right: 0
}

.lang-rtl .pagination .page-list li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.pagination .page-list li.current,.pagination .page-list li:hover {
    border-color: #dfdfdf;
    background: #dfdfdf
}

.pagination a {
    color: black;
    font-weight: 400
}

.pagination .previous {
    float: left
}

.pagination .next {
    float: right
}

.pagination .disabled {
    color: #7a7a7a
}

.pagination .current a {
    color: #2fb5d2;
    text-decoration: none
}

.active_filters {
    padding: 0 15px;
    padding-bottom: 25px
}

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

.active_filters ul .filter-block {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    background: #000;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lang-rtl .active_filters ul .filter-block {
    margin-left: 5px;
    margin-right: 0
}

.active_filters ul .filter-block:hover {
    background: #979797
}

.active_filters ul .filter-block .js-search-link i {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 2px;
    margin-left: 10px
}

.lang-rtl .active_filters ul .filter-block .js-search-link i {
    margin-right: 10px;
    margin-left: inherit
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: 10px
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    color: #585858;
    margin-right: 10px;
    margin-bottom: 10px;
    background: white;
    padding: 1rem;
    display: inline-block;
    font-size: 0.8125rem
}

.active_filters .filter-block .close {
    color: #585858;
    font-size: 0.9375rem;
    opacity: 1;
    margin-top: 0.3rem;
    margin-left: 0.5rem
}

.block-categories .category-top-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.lang-rtl .block-categories .category-top-menu {
    padding-right: 0;
    padding-left: inherit
}

.block-categories .category-top-menu > li:first-child {
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: left
}

.lang-rtl .block-categories .category-top-menu > li:first-child {
    text-align: right
}

.block-categories .category-top-menu > li:first-child a {
    color: #222
}

.block-categories .category-top-menu > li:first-child a:hover {
    color: #000
}

.block-categories .category-sub-menu {
    padding-left: 0;
    list-style: none
}

.lang-rtl .block-categories .category-sub-menu {
    padding-right: 0;
    padding-left: inherit
}

.block-categories .category-sub-menu .category-sub-menu {
    padding-top: 10px;
    margin-bottom: 5px
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 1.1rem;
    color: #666
}

.block-categories .category-sub-menu .category-sub-link:hover {
    color: #000
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    padding-left: 30px;
    margin-bottom: 9px;
    padding-bottom: 3px
}

.lang-rtl .block-categories .category-sub-menu li[data-depth="1"] {
    padding-right: 30px;
    padding-left: inherit
}

.block-categories .category-sub-menu li[data-depth="1"]:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.block-categories .category-sub-menu li[data-depth="1"] > a {
    color: #666;
    text-transform: uppercase;
    font-size: 1.1rem
}

.block-categories .category-sub-menu li[data-depth="1"] > a:hover {
    color: #000
}

.block-categories .category-sub-menu li[data-depth="1"]:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lang-rtl .block-categories .category-sub-menu li[data-depth="1"]:before {
    right: 0;
    left: auto
}

@media (max-width: 767px) {
    .block-categories .category-sub-menu li[data-depth="1"]:before {
        top:6px
    }
}

.block-categories .category-sub-menu li[data-depth="0"] {
    border-bottom: 1px solid #e4e9eb;
    margin-bottom: 10px;
    padding-bottom: 11px
}

.block-categories .category-sub-menu li[data-depth="0"]:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #444
}

.block-categories .category-sub-menu li[data-depth="0"] > a:hover {
    color: #979797
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 5px;
    margin-bottom: 7px;
    padding-bottom: 7px
}

.lang-rtl .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-right: 5px;
    padding-left: inherit
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: -15px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lang-rtl .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    right: -15px;
    left: auto
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 0;
    cursor: pointer;
    border: none;
    text-align: center
}

.lang-rtl .block-categories .collapse-icons {
    left: 0;
    right: auto
}

.block-categories .collapse-icons i {
    width: 15px;
    height: 15px
}

.block-categories .collapse-icons[aria-expanded="true"] > i.add {
    display: none
}

.block-categories .collapse-icons[aria-expanded="true"] > i.remove {
    display: block
}

.block-categories .collapse-icons .add,.block-categories .collapse-icons .remove {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff
}

.block-categories .collapse-icons .add:hover,.block-categories .collapse-icons .remove:hover {
    background: #000
}

.block-categories .collapse-icons .remove {
    display: none;
    background: #000
}

.block-categories .collapse-icons .add {
    background: #909090
}

.block-categories .arrows {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

.lang-rtl .block-categories .arrows {
    left: 0;
    right: auto
}

.block-categories .arrows[aria-expanded="true"] > i.add {
    display: none
}

.block-categories .arrows[aria-expanded="true"] > i.remove {
    display: block
}

.block-categories .arrows .add,.block-categories .arrows .remove {
    padding: 2px;
    padding-right: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.5rem;
    color: #666
}

.lang-rtl .block-categories .arrows .add,.lang-rtl .block-categories .arrows .remove {
    padding-left: 1px;
    padding-right: inherit
}

.block-categories .arrows .add:hover,.block-categories .arrows .remove:hover {
    color: #000
}

.block-categories .arrows .remove {
    display: none
}

.block-categories .collapse[aria-expanded="true"] {
    display: block
}

.block-categories .category-blog .category-sub-menu li[data-depth="0"]:not(:last-child) {
    border-bottom: 1px dashed #e5e5e5
}

.block-categories .category-blog .category-sub-menu li[data-depth="1"]:before {
    left: 10px
}

.lang-rtl .block-categories .category-blog .category-sub-menu li[data-depth="1"]:before {
    right: 10px;
    left: auto
}

.block-categories .category-blog-dropdown {
    width: 100%;
    padding: 9px 10px
}

.facets-title {
    color: #585858
}

.products-selection .filter-button .btn-secondary {
    padding: 1.2rem 0.8rem 1.1rem
}

#_desktop_filter {
    position: fixed !important;
    top: 0;
    width: 290px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    left: -30px;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    overflow-x: auto;
    padding: 0px;
    border-right: 1px solid #ededed
}

.lang-rtl #_desktop_filter {
    right: -30px;
    left: auto
}

.lang-rtl #_desktop_filter {
    border-left: 1px solid #ededed;
    border-right: initial
}

#_desktop_filter::-webkit-scrollbar-track {
    background-color: #efefef
}

#_desktop_filter::-webkit-scrollbar {
    width: 5px;
    background-color: #efefef
}

#_desktop_filter::-webkit-scrollbar-thumb {
    background-color: #979797
}

#_desktop_filter .filter_close {
    padding: 10px 0px
}

#_desktop_filter i.zmdi-close {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}

#_desktop_filter i.zmdi-close:hover {
    color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#_desktop_filter #search_filters_wrapper .title_block {
    display: none
}

#_desktop_filter #left-column {
    margin-bottom: 0px
}

#_desktop_filter #left-column #search_filter_controls {
    display: none
}

#_desktop_filter.active {
    left: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.lang-rtl #_desktop_filter.active {
    right: 0;
    left: auto
}

#_desktop_filter .menu_close {
    font-size: 25px;
    color: #000;
    margin-bottom: 210px;
    cursor: pointer
}

#_desktop_filter .menu_close i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#_desktop_filter .menu_close i:hover {
    color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    #search_filters_wrapper {
        padding-top:20px
    }

    #category #right-column,#category #left-column {
        width: 100%;
        order: -1
    }

    #category #right-column #search_filter_controls button,#category #left-column #search_filter_controls button {
        margin: 0 0.8rem;
        background: transparent;
        color: black;
        border: none;
        font-size: 16px;
        padding-left: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 28px
    }

    .lang-rtl #category #right-column #search_filter_controls button,.lang-rtl #category #left-column #search_filter_controls button {
        padding-right: 15px;
        padding-left: inherit
    }

    #category #right-column #search_filter_controls button i,#category #left-column #search_filter_controls button i {
        font-size: 20px;
        line-height: 27px
    }

    #category #right-column #_mobile_search_filters_clear_all button,#category #left-column #_mobile_search_filters_clear_all button {
        font-size: 12px !important;
        margin-bottom: 0px;
        line-height: 20px
    }

    #category #right-column #_mobile_search_filters_clear_all button i,#category #left-column #_mobile_search_filters_clear_all button i {
        font-size: 16px !important;
        line-height: 17px !important
    }

    #category #right-column #search_filters,#category #left-column #search_filters {
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid #ededed
    }

    #category #right-column #search_filters .facet,#category #left-column #search_filters .facet {
        padding: 10px 0px 10px 20px
    }

    .lang-rtl #category #right-column #search_filters .facet,.lang-rtl #category #left-column #search_filters .facet {
        padding: 10px 20px 10px 0px
    }

    #category #right-column #search_filters .facet .title,#category #left-column #search_filters .facet .title {
        cursor: pointer;
        position: relative
    }

    #category #right-column #search_filters .facet .title:before,#category #left-column #search_filters .facet .title:before {
        content: '\f24e';
        font-family: 'Material-Design-Iconic-Font';
        font-size: 12px;
        line-height: 26px
    }

    #category #right-column #search_filters .facet .title .collapse-icons .remove,#category #left-column #search_filters .facet .title .collapse-icons .remove {
        display: none
    }

    #category #right-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none
    }

    #category #right-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block
    }

    #category #right-column #search_filters .facet .facet-title,#category #left-column #search_filters .facet .facet-title {
        color: #585858;
        text-transform: uppercase
    }

    #category #right-column #search_filters .facet .h6,#category #left-column #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: 1rem;
        display: inline-block
    }

    #category #right-column #search_filters .facet .navbar-toggler,#category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 5px 10px;
        position: absolute;
        top: 1px;
        right: 0
    }

    .lang-rtl #category #right-column #search_filters .facet .navbar-toggler,.lang-rtl #category #left-column #search_filters .facet .navbar-toggler {
        left: 0;
        right: auto
    }

    #category #right-column #search_filters .facet .collapse,#category #left-column #search_filters .facet .collapse {
        display: none
    }

    #category #right-column #search_filters .facet .collapse.facet-color,#category #left-column #search_filters .facet .collapse.facet-color,#category #right-column #search_filters .facet .collapse.facet-size,#category #left-column #search_filters .facet .collapse.facet-size {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    #category #right-column #search_filters .facet .collapse.in,#category #left-column #search_filters .facet .collapse.in {
        display: block
    }

    #category #right-column #search_filters .facet .facet-label a,#category #left-column #search_filters .facet .facet-label a {
        margin-top: 0
    }

    #category #right-column #search_filters .facet ul,#category #left-column #search_filters .facet ul {
        margin-bottom: 0;
        list-style: none;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px
    }

    .lang-rtl #category #right-column #search_filters .facet ul,.lang-rtl #category #left-column #search_filters .facet ul {
        padding-left: 20px;
        padding-right: 20px
    }

    #category #content-wrapper {
        width: 100%
    }

    #category #search_filter_toggler {
        width: 100%;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        -ms-border-radius: 70px;
        -o-border-radius: 70px;
        border-radius: 70px
    }

    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1.6rem
    }

    .products-selection .showing {
        padding-top: 1.6rem
    }

    #prices-drop #content-wrapper,#new-products #content-wrapper,#best-sales #content-wrapper {
        width: 100%
    }
}

#_desktop_search_filters_clear_all {
    padding: 0 20px
}

#_desktop_search_filters_clear_all button:hover {
    background: #979797
}

#search_filters .facet ul li .facet-label {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#search_filters .facet ul li .facet-label a {
    display: block;
    width: 100%;
    line-height: 18px
}

#search_filters .facet ul li .facet-label a .magnitude {
    width: 18px;
    min-height: 18px;
    text-align: center;
    line-height: 18px;
    background: #efefef;
    float: right;
    color: #b2b2b2
}

.lang-rtl #search_filters .facet ul li .facet-label a .magnitude {
    float: left
}

#search_filters .facet ul li .facet-label.active a {
    color: #979797
}

#search_filters .facet ul li .facet-label.active a .magnitude {
    color: #979797
}

#product #main-site {
    background: #fff
}

#product #main {
    margin-bottom: 0
}

#product .breadcrumb {
    margin-bottom: 95px
}

#product .TopContent .block_info .star:after {
    font-size: 13px
}

#product .TopContent .block_info .control-label {
    color: black;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 134px;
    margin-bottom: 5px
}

#product .TopContent .block_info .pro-tag .control-label,#product .TopContent .block_info .pro-cate .control-label {
    color: black
}

#product .TopContent .block_info .container,#product .TopContent .block_info .col {
    position: static;
    height: 100%
}

#product #content {
    position: relative
}

#product .detail-product-name {
    color: black;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize
}

#product .group-price .product-prices .product-prices .regular-price {
    color: #000
}

#product .product-prices {
    padding-top: 15px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#product .product-prices .product-price.has-discount {
    display: inline-block
}

#product .product-prices .tax-shipping-delivery-label {
    margin-left: 20px;
    margin-right: 0px;
    font-size: 16px;
    color: #222
}

.lang-rtl #product .product-prices .tax-shipping-delivery-label {
    margin-left: 0px;
    margin-right: auto
}

#product .product-prices .current-price {
    font-size: 3rem;
    color: black;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-family: Josefin Sans, sans-serif
}

#product .product-prices .current-price .regular-price {
    font-size: 1.8rem;
    color: #e0e0e0;
    margin-left: 25px;
    position: relative;
    text-decoration: line-through
}

.lang-rtl #product .product-prices .current-price .regular-price {
    margin-right: 25px;
    margin-left: inherit
}

#product .product-information {
    margin-top: 13px;
    margin-bottom: 25px;
    line-height: 22px;
    font-weight: 300
}

#product .product-cover .block_content {
    position: relative;
    border: 1px solid #e8e8e8
}

#product .product-cover .layer {
    position: absolute;
    right: 16px;
    bottom: 7px;
    font-size: 28px;
    cursor: pointer;
    color: #cdcdcd
}

.lang-rtl #product .product-cover .layer {
    left: 16px;
    right: auto
}

#product .product-cover .layer:hover {
    color: #000
}

#product .product-images {
    padding: 0;
    margin: 0px -5px;
    list-style: none
}

#product .product-images .thumb-container {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 5px 5px 5px
}

.lang-rtl #product .product-images .thumb-container {
    padding: 10px 5px 5px 5px
}

#product .product-images .thumb-container .thumb {
    max-width: 100%;
    width: 100%
}

#product .product-images .thumb-container .thumb:hover,#product .product-images .thumb-container .thumb.selected {
    border-color: #979797 !important
}

#product .product-images .thumb-container:focus {
    outline: none
}

#product .product-images .owl-nav {
    display: none
}

#product .images-container.thumb-vertical {
}

#product .images-container.thumb-vertical .js-qv-mask {
    width: 100px
}

#product .images-container.thumb-vertical .js-qv-mask .product-images {
    margin: -5.5px -10px
}

#product .images-container.thumb-vertical .js-qv-mask .slick-slide {
    padding: 7.5px 10px
}

#product .images-container.thumb-vertical .js-qv-mask .slick-prev,#product .images-container.thumb-vertical .js-qv-mask .slick-next {
    width: 100%
}

#product .images-container.thumb-left .js-qv-mask {
    margin-right: 15px
}

.lang-rtl #product .images-container.thumb-left .js-qv-mask {
    margin-left: 15px;
    margin-right: inherit
}

#product .images-container.thumb-left .product-images .thumb-container .thumb {
    border: 1px solid #e8e8e8
}

#product .images-container.thumb-right .js-qv-mask {
    margin-left: 15px
}

.lang-rtl #product .images-container.thumb-right .js-qv-mask {
    margin-right: 15px;
    margin-left: inherit
}

#product .images-container.thumb-right .product-images .thumb-container .thumb {
    border: 1px solid #e8e8e8
}

#product .images-container.thumb-bottom .product-images .thumb-container .thumb {
    border: 1px solid #e8e8e8
}

#product .images-container.thumb-bottom .js-qv-image {
    margin: 0px -5px;
    overflow: hidden
}

#product .images-container.thumb-bottom .js-qv-image .product-images {
    padding: 0px
}

#product .images-container.thumb-bottom .js-qv-image .owl-stage-outer {
    overflow: initial
}

#new_comment_form input {
    padding: 0 5px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%
}

#new_comment_form input:hover,#new_comment_form input:focus {
    outline: none;
    border-color: #979797
}

#new_comment_form textarea {
    padding: 0 5px;
    height: 80px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%
}

#new_comment_form textarea:hover,#new_comment_form textarea:focus {
    outline: none;
    border-color: #979797
}

#new_comment_form .modal-header {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0
}

#new_comment_form .modal-header .modal-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #222
}

#new_comment_form .modal-body {
    padding-left: 0;
    padding-right: 0
}

#new_comment_form #criterions_list label {
    margin-top: 0
}

#new_comment_form .product img {
    border: none
}

#new_comment_form .product .product_desc .product_name {
    font-size: 1.4rem;
    color: #222
}

#product_comments_block_tab {
    margin-top: 60px
}

#product_comments_block_tab div.comment {
    padding-top: 0
}

#product_comments_block_tab div.comment:last-child {
    border-bottom: none
}

#product_comments_block_tab div.comment:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 35px;
    margin-bottom: 40px
}

#product_comments_block_tab div.comment .star_content {
    min-width: 100%;
    float: inherit;
    margin-left: 0
}

.lang-rtl #product_comments_block_tab div.comment .star_content {
    margin-right: 0;
    margin-left: inherit
}

#product_comments_block_tab div.comment .star_content span {
    margin-right: 10px
}

.lang-rtl #product_comments_block_tab div.comment .star_content span {
    margin-left: 10px;
    margin-right: inherit
}

#product_comments_block_tab div.comment div.comment_author {
    width: 100%;
    float: initial
}

#product_comments_block_tab div.comment .date-comment {
    font-style: normal;
    font-size: 11px;
    margin-top: 0
}

#product_comments_block_tab div.comment div.comment_details {
    float: inherit;
    width: auto
}

#product_comments_block_tab div.comment .comment_useful {
    border-top: 1px solid #e9e9e9
}

#product_comments_block_tab div.comment h4 {
    font-size: 1.3rem;
    color: #222;
    font-weight: 700
}

#product_comments_block_tab div.comment .comment_author_infos {
    font-size: 11px;
    color: #c9c9c9
}

#id_new_comment_form .product-image {
    padding-right: 35px
}

.lang-rtl #id_new_comment_form .product-image {
    padding-left: 35px;
    padding-right: inherit
}

.product-information .manufacturer-logo {
    height: 35px
}

.input-container {
    position: relative
}

.product-actions {
    padding-top: 30px
}

.product-actions .control-label {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
    color: #444;
    margin-right: 5px
}

.lang-rtl .product-actions .control-label {
    margin-left: 5px;
    margin-right: inherit
}

.product-quantity .add {
    margin-top: 15px
}

@media (min-width: 992px) {
    .product-quantity .add {
        display:inline-block;
        width: calc(100% - 290px);
        padding-left: 8px;
        margin-top: 0px
    }

    .lang-rtl .product-quantity .add {
        padding-right: 8px;
        padding-left: inherit
    }
}

.product-quantity .add .add-to-cart {
    padding: 0 24px;
    color: #fff;
    font-size: 1.4rem;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    border: none;
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    background-color: #222
}

.product-quantity .add .add-to-cart:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #979797;
    top: 0;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.lang-rtl .product-quantity .add .add-to-cart:before {
    right: 0px;
    left: auto
}

.product-quantity .add .add-to-cart:hover:before {
    height: 100%
}

.product-quantity .add .add-to-cart:hover span {
    color: #fff;
    position: relative
}

.product-quantity #quantity_wanted {
    color: #444;
    height: 48px;
    padding: 0.175rem 2rem;
    width: 110px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.product-quantity #quantity_wanted:focus {
    border: 1px solid #000
}

.product-quantity .addToWishlist span {
    font-size: 14px;
    color: #666
}

.product-quantity .addToWishlist i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 7px;
    color: #222
}

.lang-rtl .product-quantity .addToWishlist i {
    margin-left: 7px;
    margin-right: inherit
}

.product-quantity .addToWishlist:hover span {
    color: #000
}

.product-quantity .wishlist {
    display: inline-block
}

.product-discounts {
    margin-bottom: 2.4rem
}

.product-discounts > .product-discounts-title {
    font-weight: normal;
    font-size: 14px
}

.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 6px 12px;
    background: white;
    border: 5px #ccc solid;
    text-align: center
}

.product-discounts > .table-product-discounts tbody tr {
    background: #ccc
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: white
}

.product-discounts > .table-product-discounts tbody tr td {
    padding: 6px 12px;
    text-align: center;
    border: 5px #ccc solid
}

.sku span {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    color: #222
}

.block_accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0px
}

.block_accordion .card .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none
}

.block_accordion .card .card-header:first-child {
    border-right: 0px
}

.block_accordion .card:last-child {
    border-bottom: 1px solid #e8e8e8
}

.block_accordion .btn-link {
    font-size: 1.6rem;
    font-weight: 800;
    color: #909090;
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    padding-top: 18px;
    margin-bottom: 18px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: left
}

.lang-rtl .block_accordion .btn-link {
    text-align: right
}

.block_accordion .btn-link:after {
    content: '\f278';
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    top: 15px;
    right: 0;
    font-size: 20px;
    color: #9a9a9a
}

.lang-rtl .block_accordion .btn-link:after {
    left: 0;
    right: auto
}

.block_accordion .btn-link[aria-expanded="true"] {
    color: #222
}

.block_accordion .btn-link[aria-expanded="true"]:after {
    content: "\f273"
}

.block_accordion ul {
    padding-left: 15px
}

.lang-rtl .block_accordion ul {
    padding-right: 15px;
    padding-left: inherit
}

.block_accordion .collapse {
    margin-bottom: 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 35px
}

.block_accordion .collapse .block {
    margin-top: 35px;
    margin-bottom: 20px
}

.block_accordion .collapse #new_comment_form {
    margin-bottom: 60px
}

.block_accordion .product-manufacturer {
    margin-bottom: 25px
}

.block_accordion .accordion-collapse p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.block_accordion .accordion-collapse ul:not(#criterions_list) {
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 10px
}

.lang-rtl .block_accordion .accordion-collapse ul:not(#criterions_list) {
    padding-right: 0px;
    padding-left: inherit
}

.block_accordion .accordion-collapse ul:not(#criterions_list) li {
    font-size: 13px;
    line-height: 24px
}

@include rtl-padding(3px,0px,3px,20px) position: relative; font-weight: 300; color: #000; &:before {
    content: '';
    background: #a9a9a9;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    bottom: 12px;
    .lang-rtl .block_accordion .accordion-collapse ul: not(#criterions_list) li {
        right:0px;
        left: auto
    }
}

#product-modal {
    background: #fff
}

#product-modal .modal-header {
    position: absolute;
    right: 50px;
    top: 40px
}

.lang-rtl #product-modal .modal-header {
    left: 50px;
    right: auto
}

#product-modal .modal-header .close {
    outline: none
}

#product-modal .modal-header .close i {
    font-size: 30px
}

#product-modal .modal-header .close:hover i {
    color: #979797
}

#product-modal .modal-dialog {
    max-width: 800px;
    background: white
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#product-modal .modal-content .modal-body figure {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: white
}

#product-modal .modal-content .modal-body .image-caption {
    background: white;
    padding: 10px 20px;
    border-top: #ccc 1px solid;
    display: none
}

#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    text-align: center
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    z-index: 1
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .mask .js-modal-product-images {
    width: 100%
}

#product-modal .modal-content .modal-body .mask .thumb-container {
    padding-top: 10px
}

#product-modal .modal-content .modal-body .product-images {
    margin-top: 20px
}

#product-modal .modal-content .modal-body .product-images .owl-nav {
    display: block;
    opacity: 1
}

#product-modal .modal-content .modal-body .product-images img {
    width: 120px;
    cursor: pointer;
    background: white
}

#product-modal .modal-content .modal-body .product-images .thumb-container {
    padding-top: 10px
}

#product-modal .modal-content .modal-body .product-images .thumb-container:first-child {
    margin-top: 0
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    top: -17px;
    opacity: 0.2;
    z-index: 1;
    position: absolute
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -17px;
    position: absolute
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 18px;
    display: inline;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 50%;
    margin-left: -17px;
    text-align: center;
    background: #b2b2b2;
    color: #fff;
    z-index: 10
}

.lang-rtl #product-modal .modal-content .modal-body .arrows i {
    right: 50%;
    left: auto
}

.lang-rtl #product-modal .modal-content .modal-body .arrows i {
    margin-right: -17px;
    margin-left: inherit
}

#product-modal .modal-content .modal-body .arrows i:hover {
    background: #979797
}

.js-qv-mask .owl-nav [class*='owl-'] {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.35s ease 0.1s;
    -moz-transition: all 0.35s ease 0.1s;
    -ms-transition: all 0.35s ease 0.1s;
    -o-transition: all 0.35s ease 0.1s;
    transition: all 0.35s ease 0.1s;
    top: 50%;
    margin-top: -15px;
    font-size: 19px
}

.js-qv-mask .owl-nav .owl-next {
    right: -15px
}

.js-qv-mask .owl-nav .owl-prev {
    right: inherit;
    left: -15px
}

.js-qv-mask:hover .owl-nav [class*='owl-'] {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.in_border {
    padding-bottom: 1.6rem
}

.in_border.end {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2
}

.in_border.end .sku {
    margin-bottom: 14px
}

.in_border.end .sku span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #103243;
    text-transform: uppercase
}

.in_border.end .pro-cate,.in_border.end .pro-tag {
    margin-bottom: 14px
}

.in_border.end .pro-cate span a,.in_border.end .pro-tag span a {
    font-size: 1.5rem;
    color: #103243
}

.in_border.end .pro-cate span a:hover,.in_border.end .pro-tag span a:hover {
    color: #000
}

.product-availability {
    display: inline-block;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 400;
    color: #000
}

.product-availability .material-icons {
    line-height: inherit
}

.product-availability i {
    font-size: 1.3rem;
    margin-left: 5px;
    margin-right: 8px
}

.lang-rtl .product-availability i {
    margin-left: 8px;
    margin-right: 5px
}

.product-availability .product-available {
    color: #6bb853
}

.pro-tag span:after,.pro-cate span:after {
    content: ",";
    display: inline-block;
    color: #444
}

.pro-tag span:last-child:after,.pro-cate span:last-child:after {
    display: none
}

.pro-tag a,.pro-cate a {
    text-transform: capitalize;
    font-size: 1.4rem;
    color: #252525;
    font-weight: 300
}

.pro-tag a:hover,.pro-cate a:hover {
    color: #000
}

.pro-tag a {
    font-size: 1.1rem
}

.product-features {
    margin-top: 10px
}

.product-features > dl.data-sheet {
    display: -webkit-box;
    display: -moz-box;
    display: 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;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.product-features > dl.data-sheet dd.value,.product-features > dl.data-sheet dt.name {
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: normal;
    background: #e7e7e7;
    padding: 5px;
    margin-right: 5px;
    min-height: 4rem;
    word-break: break-all;
    line-height: 30px
}

.product-features > dl.data-sheet dd.value:nth-of-type(even),.product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #e7e7e7
}

.product-features > dl.data-sheet dt.name {
    text-transform: capitalize
}

.product-variants {
    padding-bottom: 23px;
    line-height: 1
}

.product-variants > .product-variants-item:not(:last-child) {
    margin-bottom: 23px
}

.product-variants > .product-variants-item .control-label {
    margin-left: 0;
    margin-right: 8px;
    min-width: 70px
}

.lang-rtl .product-variants > .product-variants-item .control-label {
    margin-left: 8px;
    margin-right: 0
}

.product-variants > .product-variants-item select {
    border: 1px solid #e7e7e7;
    height: 35px;
    min-width: 15rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 11px
}

.product-variants > .product-variants-item select:hover,.product-variants > .product-variants-item select:focus {
    outline: none;
    border-color: #000
}

.product-variants > .product-variants-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden
}

.product-variants > .product-variants-item ul li {
    margin: 2px 5px;
    display: inline-block;
    line-height: 1;
    float: left
}

.lang-rtl .product-variants > .product-variants-item ul li {
    float: right
}

.product-variants > .product-variants-item ul li:first-child {
    margin-left: 10
}

.lang-rtl .product-variants > .product-variants-item ul li:first-child {
    margin-right: 0;
    margin-left: inherit
}

.product-variants > .product-variants-item .input-color {
    position: absolute;
    background: transparent;
    height: 34px;
    width: 34px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 99;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.lang-rtl .product-variants > .product-variants-item .input-color {
    right: 50%;
    left: auto
}

.lang-rtl .product-variants > .product-variants-item .input-color {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.product-variants > .product-variants-item .input-color:checked,.product-variants > .product-variants-item .input-color:hover {
    border: 1px solid #000
}

.product-variants > .product-variants-item .input-color:checked + span,.product-variants > .product-variants-item .input-color:hover + span {
    border: 2px solid #fff
}

.product-variants > .product-variants-item .color {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: 34px;
    border-radius: 6px;
    position: relative;
    margin-right: 0
}

.lang-rtl .product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-right: inherit
}

.product-variants > .product-variants-item .color.white {
    border: 1px solid #ebebeb
}

.product-variants > .product-variants-item .color:hover,.product-variants > .product-variants-item .color.active {
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    -o-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

.product-variants > .product-variants-item .color:hover:before,.product-variants > .product-variants-item .color.active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #ebebeb
}

.lang-rtl .product-variants > .product-variants-item .color:hover:before,.lang-rtl .product-variants > .product-variants-item .color.active:before {
    right: 50%;
    left: auto
}

.lang-rtl .product-variants > .product-variants-item .color:hover:before,.lang-rtl .product-variants > .product-variants-item .color.active:before {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.product-variants > .product-variants-item .input-radio {
    cursor: pointer;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 34px;
    padding: 0px 7px;
    width: 100%;
    height: 34px;
    outline: none
}

.product-variants > .product-variants-item .radio-label {
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    min-width: 34px;
    padding: 0px 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ebebeb;
    color: #666
}

.product-variants > .product-variants-item .input-container .input-radio[checked="checked"] {
    background: #000
}

.product-variants > .product-variants-item .input-container .input-radio[checked="checked"] ~ .radio-label {
    color: #fff;
    position: relative;
    background: transparent
}

.product-add-to-cart .control-label {
    display: block;
    margin-bottom: 10px
}

.product-add-to-cart .addToWishlist {
    background-color: #fff;
    border: 1px solid #ebebeb;
    height: 48px;
    line-height: 45px;
    padding: 0 16px;
    display: none;
    margin-left: 10px
}

.lang-rtl .product-add-to-cart .addToWishlist {
    margin-right: 10px;
    margin-left: inherit
}

.product-add-to-cart .addToWishlist i {
    font-size: 13px
}

.product-add-to-cart .addToWishlist:hover {
    background-color: #979797;
    border: 1px solid #979797;
    color: #fff;
    display: none
}

.product-add-to-cart .addToWishlist:hover i,.product-add-to-cart .addToWishlist:hover span {
    color: #fff
}

.productbuttons {
    padding-top: 20px;
    padding-bottom: 25px;
    display: none
}

.productbuttons .social-sharing {
    display: inline-block
}

.productbuttons .social-sharing .item {
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-right: 32px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.lang-rtl .productbuttons .social-sharing .item {
    margin-left: 32px;
    margin-right: inherit
}

.productbuttons .social-sharing .item.facebook {
    color: #39599f !important
}

.productbuttons .social-sharing .item.twitter {
    color: #45b0e3 !important
}

.productbuttons .social-sharing .item.pinterest {
    color: #ff4a4a !important
}

.productbuttons .social-sharing .item i {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 7px
}

.lang-rtl .productbuttons .social-sharing .item i {
    margin-left: 7px;
    margin-right: inherit
}

.productbuttons .addToWishlist i {
    color: #000
}

.productbuttons a span,.productbuttons .social-sharing span {
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase
}

.productbuttons a i,.productbuttons .social-sharing i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px
}

.lang-rtl .productbuttons a i,.lang-rtl .productbuttons .social-sharing i {
    margin-left: 7px;
    margin-right: inherit
}

.productbuttons a:hover span,.productbuttons .social-sharing:hover span {
    color: #000
}

li.product-flag {
    display: block;
    position: absolute;
    background: #ccc;
    font-weight: 700;
    padding: 0.5rem 0.7rem;
    text-transform: uppercase;
    color: white;
    margin-top: 5px;
    margin-left: -0.5rem;
    z-index: 2
}

li.product-flag.online-only {
    top: 40rem;
    right: 0;
    font-size: 14px
}

li.product-flag.online-only::before {
    content: "\E30A";
    font-family: 'Material Icons';
    vertical-align: middle;
    margin: 0.5rem
}

li.product-flag.discount {
    display: none
}

li.product-flag.on-sale {
    background: #ccc;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    top: 0
}

.product-customization {
    margin: 1.5rem 0
}

.product-customization .product-customization-item {
    margin: 1rem 0
}

.product-customization .product-message {
    background: #e7e7e7;
    border: none;
    width: 100%;
    height: 5rem;
    resize: none;
    padding: 1rem
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 4.2rem;
    overflow: hidden;
    position: absolute
}

.product-customization .custom-file {
    position: relative;
    background: #e7e7e7;
    width: 100%;
    height: 4.2rem;
    line-height: 4.2rem;
    text-indent: 1rem;
    display: block;
    color: #ccc;
    margin-top: 10px
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product-customization small {
    color: #ccc
}

.product-pack {
    margin-top: 15px
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around
}

.product-pack .pack-product-container .thumb-mask {
    padding: 10px
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 1.4rem;
    color: #ccc
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: #e7e7e7 2px solid;
    padding-left: 5px
}

.product-pack .pack-product-container .pack-product-name,.product-pack .pack-product-container .pack-product-price,.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-width: 60px
}

.product-refresh {
    margin-top: 10px
}

.products-selection .title {
    color: #ccc
}

#blockcart-modal .cart-content .btn {
    margin-bottom: 5px
}

.relate-product {
    padding-bottom: 6rem
}

.relate-product .title_block {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #000
}

.relate-product .product_list {
    margin-left: -10px;
    margin-right: -10px
}

.lang-rtl .relate-product .product_list {
    margin-left: -10px;
    margin-right: -10px
}

.relate-product .product_list .item {
    padding: 15px 10px
}

@media (min-width: 768px) and (max-width:991px) {
    .relate-product .product_list .item {
        padding:15px 8px
    }
}

@media (max-width: 767px) {
    .relate-product .product_list .item {
        padding:7.5px
    }
}

.relate-product .product_list .item {
    text-align: center;
    padding-bottom: 20px
}

.relate-product .product_list .item .product-miniature {
    padding-bottom: 24px;
    position: initial
}

.relate-product .product_list .item .product-miniature.item-one:hover .group-buttons a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.relate-product .product_list .item .product-miniature .group-buttons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.relate-product .product_list .item .product-miniature .product-description {
    text-align: center
}

@media (min-width: 1200px) {
    .relate-product .product_list .item .product-miniature .product-description {
        padding-left:23px;
        padding-right: 23px
    }

    .lang-rtl .relate-product .product_list .item .product-miniature .product-description {
        padding-left: 23px;
        padding-right: 23px
    }
}

.relate-product .product_list .owl-nav {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.relate-product .product_list .owl-nav [class*='owl-'] {
    top: -55px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    color: #000;
    width: auto;
    height: auto;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 3rem;
    background: transparent;
    border: 1px solid #7d8384;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.relate-product .product_list .owl-nav [class*='owl-'] i {
    width: 21px;
    height: 12px
}

.relate-product .product_list .owl-nav [class*='owl-'] i:before {
    display: none
}

.relate-product .product_list .owl-nav [class*='owl-']:hover {
    border: 1px solid #000
}

.relate-product .product_list .owl-nav .owl-prev {
    right: 54px;
    left: auto
}

.lang-rtl .relate-product .product_list .owl-nav .owl-prev {
    left: 54px;
    right: auto
}

.lang-rtl .relate-product .product_list .owl-nav .owl-prev {
    right: auto;
    left: auto
}

.relate-product .product_list .owl-nav .owl-prev i {
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -2px
}

.relate-product .product_list .owl-nav .owl-prev:hover i {
    background-position: -45px -2px
}

.relate-product .product_list .owl-nav .owl-next {
    right: 10px;
    left: auto
}

.lang-rtl .relate-product .product_list .owl-nav .owl-next {
    left: 10px;
    right: auto
}

.lang-rtl .relate-product .product_list .owl-nav .owl-next {
    right: auto;
    left: auto
}

.relate-product .product_list .owl-nav .owl-next i {
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -14px
}

.relate-product .product_list .owl-nav .owl-next:hover i {
    background-position: -45px -14px
}

.same-products h2 {
    font-family: Josefin Sans, sans-serif;
    font-size: 2rem;
    color: #979797;
    font-weight: 900;
    margin-bottom: 3rem;
    text-transform: uppercase
}

.same-products .product-miniature .product-groups .product-desc {
    display: none
}

@media (max-width: 991px) {
    .product-cover img {
        width:100%
    }

    #product-modal .modal-content .modal-body {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 100%
    }

    #product-modal .modal-content .modal-body .arrows {
        display: none
    }

    #product-modal .modal-content .modal-body .image-caption {
        width: 100%
    }

    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }

    #blockcart-modal .modal-body {
        padding: 3rem
    }
}

.tabs {
    width: 100%;
    margin-bottom: 100px
}

.tabs .nav-tabs {
    border-bottom: 1px solid #ebebeb
}

.tabs .nav-tabs .nav-item {
    display: inline-block;
    font-weight: bold;
    line-height: 26px
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 38px
}

.lang-rtl .tabs .nav-tabs .nav-item:not(:last-child) {
    margin-left: 38px;
    margin-right: inherit
}

.tabs .nav-tabs .nav-item .nav-link {
    color: #636363;
    font-size: 1.8rem;
    font-weight: 400;
    border: none;
    padding: 0px 0px 15px 0px;
    position: relative;
    text-transform: capitalize
}

.tabs .nav-tabs .nav-item .nav-link:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    right: 0px;
    background: #222;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .tabs .nav-tabs .nav-item .nav-link:before {
    left: 0px;
    right: auto
}

.tabs .nav-tabs .nav-item .nav-link:hover,.tabs .nav-tabs .nav-item .nav-link.active {
    color: #222;
    font-weight: 400
}

.tabs .nav-tabs .nav-item .nav-link:hover:before,.tabs .nav-tabs .nav-item .nav-link.active:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

@media (max-width: 767px) {
    .tabs .nav-tabs .nav-item .nav-link {
        font-size:1.4rem !important
    }
}

.tabs .tab-content {
    padding: 31px 0px 10px 0px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    color: #666
}

.lang-rtl .tabs .tab-content {
    padding: 31px 0px 10px 0px
}

.lang-rtl .tabs .tab-content {
    text-align: right
}

.tabs .tab-content p {
    line-height: 24px;
    font-weight: 300;
    color: #000
}

.tabs .tab-content ul:not(#criterions_list) {
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 10px
}

.lang-rtl .tabs .tab-content ul:not(#criterions_list) {
    padding-right: 0px;
    padding-left: inherit
}

.tabs .tab-content ul:not(#criterions_list) li {
    font-size: 15px;
    line-height: 24px
}

@include rtl-padding(3px,0px,3px,20px) position: relative; font-weight: 300; color: #000; &:before {
    content: '';
    background: #a9a9a9;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    bottom: 12px;
    .lang-rtl .tabs .tab-content ul: not(#criterions_list) li {
        right:0px;
        left: auto
    }
}

.tabs .tab-content .product-reference {
    padding-top: 15px
}

@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right:none
    }

    #blockcart-modal .modal-body {
        padding: 1.6rem
    }
}

.contact-rich {
    margin-bottom: 3.2rem
}

.contact-rich h4 {
    text-transform: uppercase;
    color: #eaeaea;
    margin-bottom: 3.2rem
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block .icon {
    background: #000;
    color: #fff;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    margin-top: 4px
}

.lang-rtl .contact-rich .block .icon {
    float: right
}

.lang-rtl .contact-rich .block .icon {
    margin-left: 20px;
    margin-right: inherit
}

.contact-rich .block .icon i {
    font-size: 1.4rem
}

.contact-rich .block .data {
    width: auto;
    overflow: hidden
}

.contact-form {
    color: #ccc
}

.contact-form h3 {
    text-transform: uppercase;
    color: #eaeaea
}

.contact-form .group-span-filestyle .btn-default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #000
}

.contact-form .group-span-filestyle .btn-default:hover {
    background: #979797;
    border-color: #979797
}

.contact-form .form-fields .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0
}

.contact-form .form-fields .col-md-6,.contact-form .form-fields .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.contact-form .form-fields label {
    margin-bottom: 0
}

.contact-form .form-fields .form-control {
    border-color: #eee;
    min-height: 42px;
    background-color: #eee;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D");
    font-size: 1rem;
    color: #bcbcbc;
    text-transform: uppercase
}

.contact-form .form-fields .form-control::-webkit-input-placeholder {
    color: #bcbcbc
}

.contact-form .form-fields .form-control:-moz-placeholder {
    color: #bcbcbc
}

.contact-form .form-fields .form-control::-moz-placeholder {
    color: #bcbcbc
}

.contact-form .form-fields .form-control:-ms-input-placeholder {
    color: #bcbcbc
}

.contact-form .form-fields .btn.btn-default {
    padding: 6px 16px
}

.contact-form .form-fields .btn .buttonText {
    line-height: 28px;
    color: #fff
}

.contact-form .form-footer {
    margin-top: 1rem
}

.contact-form .form-footer .btn {
    width: 100%;
    background: #000;
    border-color: #000;
    padding: 13px 12px;
    color: #fff
}

.contact-form .form-footer .btn:hover {
    background: #979797;
    border-color: #979797
}

.contact-form .form-footer input[name="url"] {
    display: none !important
}

.contact-form .form-footer input[type="text"] {
    display: none !important
}

.contact-form .form-footer.d-inline-block {
    position: relative
}

.contact-form .form-footer.d-inline-block:before {
    content: "";
    background: url(../img/icon/send1.png) no-repeat;
    width: 33px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 17px
}

.contact-form .form-footer.d-inline-block .btn {
    height: 44px;
    padding: 12px 18px 10px 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background: #78b144;
    border-color: #78b144;
    font-weight: bold;
    font-size: 1.2rem
}

.contact-form .form-footer.d-inline-block .btn:hover {
    background: #979797;
    border-color: #979797
}

.google-map {
    position: relative;
    margin-bottom: 40px
}

.google-map iframe {
    width: 100%
}

#nov-map-contact {
    min-height: 379px;
    margin-bottom: 40px
}

.map-locker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent
}

.icon-map-comments {
    width: 60px;
    height: 60px;
    background: url(../img/icon/icon-comment.png) no-repeat;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px
}

.homepage select.form-control:not([size]):not([multiple]),.homepage input.form-control {
    height: 44px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px
}

.homepage textarea {
    padding-top: 17px;
    padding-left: 15px
}

.lang-rtl .homepage textarea {
    padding-right: 15px;
    padding-left: inherit
}

.contact-form .form-fields.homepage .form-control {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px
}

.contact-form .form-fields.homepage textarea {
    min-height: 210px
}

.quickview .modal-dialog {
    max-height: 507px
}

@media (min-width: 768px) {
    .quickview .modal-dialog {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .quickview .modal-dialog {
        max-width:830px
    }
}

.quickview .modal-body {
    padding: 0;
    overflow: hidden;
    max-height: 507px
}

.quickview .modal-content {
    border: none;
    width: 100%
}

.quickview .modal-header {
    border: none
}

.quickview .position-sticky .block_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.quickview .position-sticky .block_content::-webkit-scrollbar {
    width: 2px
}

.quickview .position-sticky .block_content::-webkit-scrollbar-track {
    background: #eaeaea;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem
}

.quickview .position-sticky .block_content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem
}

.quickview .control-label {
    margin-bottom: 10px;
    color: #444;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 130px
}

.quickview .star {
    font-size: 15px
}

.quickview .layer {
    display: none
}

.quickview .product-actions {
    padding: 0
}

.quickview .js-qv-image {
    margin-top: 10px
}

.quickview .product-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222
}

.quickview .instock {
    margin-right: 15px
}

.lang-rtl .quickview .instock {
    margin-left: 15px;
    margin-right: inherit
}

.quickview .product-variants > .product-variants-item:not(:last-child) {
    margin-bottom: 25px
}

.quickview #product-description-short {
    font-size: 1.3rem;
    margin-top: 10px;
    padding-bottom: 25px
}

.quickview .current-price {
    color: #000;
    font-size: 2rem;
    font-weight: 800;
    font-family: Josefin Sans, sans-serif
}

.quickview .current-price .price {
    margin-right: 10px
}

.quickview .current-price .regular-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #e0e0e0;
    text-decoration: line-through;
    margin-left: 20px
}

.lang-rtl .quickview .current-price .regular-price {
    margin-right: 20px;
    margin-left: inherit
}

.quickview .current-price .discount {
    font-size: 1.6rem;
    color: #666;
    font-weight: 700
}

.quickview .social-sharing {
    margin-top: 0
}

.quickview .social-sharing .dropdown-menu {
    padding: 0
}

.quickview .social-sharing .dropdown-menu i {
    margin-right: 1rem
}

.lang-rtl .quickview .social-sharing .dropdown-menu i {
    margin-left: 1rem;
    margin-right: inherit
}

.quickview .in_border {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border: none
}

.quickview .product-quantity {
    padding-top: 20px
}

.quickview .product-add-to-cart {
    padding-top: 0
}

.quickview .product-add-to-cart .qty {
    display: block
}

.quickview .product-add-to-cart .add {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px
}

.lang-rtl .quickview .product-add-to-cart .add {
    padding-right: 0px;
    padding-left: inherit
}

.quickview .product-add-to-cart .add i {
    position: relative
}

.quickview .product-variants .product-variants-item select {
    min-width: 10rem
}

.quickview .owl-theme .owl-nav [class*='owl-'] {
    border: none;
    color: #fff;
    font-size: 22.5px;
    background: #474747;
    width: 37px;
    height: 50px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.quickview .owl-theme .owl-nav [class*='owl-'].owl-prev {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.lang-rtl .quickview .owl-theme .owl-nav [class*='owl-'].owl-prev {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}

.lang-rtl .quickview .owl-theme .owl-nav [class*='owl-'].owl-prev {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.quickview .owl-theme .owl-nav [class*='owl-'].owl-next {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.lang-rtl .quickview .owl-theme .owl-nav [class*='owl-'].owl-next {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl .quickview .owl-theme .owl-nav [class*='owl-'].owl-next {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.quickview .images-container .item {
    outline: none
}

.quickview .images-container .thumb {
    max-width: 100%
}

.quickview .divide-right {
    padding-top: 20px;
    padding-left: 20px
}

.lang-rtl .quickview .divide-right {
    padding-right: 20px;
    padding-left: inherit
}

.quickview.modal.in .modal-dialog .modal-content .images-container .js-qv-image {
    margin: 0px -5px 0px -5px !important
}

.quickview .thumb-vertical.thumb-left .thumb-container .thumb {
    min-width: 60px;
    max-width: 62px
}

.quickview .thumb-vertical.thumb-left .js-qv-mask {
    max-width: 80px;
    margin: -10px 0px 0px -5px;
    display: inline-block
}

.lang-rtl .quickview .thumb-vertical.thumb-left .js-qv-mask {
    margin: -10px -5px 0px 0px
}

.quickview .thumb-vertical.thumb-left .js-qv-product-cover {
    padding-left: 10px
}

.lang-rtl .quickview .thumb-vertical.thumb-left .js-qv-product-cover {
    padding-right: 10px;
    padding-left: inherit
}

.quickview .thumb-vertical.thumb-right {
    padding-bottom: 20px
}

.quickview .thumb-vertical.thumb-right .thumb-container .thumb {
    min-width: 60px;
    max-width: 62px
}

.quickview .thumb-vertical.thumb-right .js-qv-mask {
    max-width: 80px;
    margin: -10px 0px 0px 0px;
    display: inline-block
}

.lang-rtl .quickview .thumb-vertical.thumb-right .js-qv-mask {
    margin: -10px 0px 0px 0px
}

.quickview .thumb-vertical.thumb-right .js-qv-product-cover {
    padding-right: 10px
}

.lang-rtl .quickview .thumb-vertical.thumb-right .js-qv-product-cover {
    padding-left: 10px;
    padding-right: inherit
}

#product .quickview .product-cover .block_content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.btn {
    font-size: 1.1rem;
    font-family: Josefin Sans, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.btn i {
    margin-right: 7px;
    font-size: 1.3rem;
    vertical-align: middle
}

.lang-rtl .btn i {
    margin-left: 7px;
    margin-right: inherit
}

.btn i.material-icons {
    font-size: 1.5rem
}

.btn span {
    display: inline-block;
    vertical-align: middle
}

.btn:hover,.btn:focus {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.btn.btn-primary {
    padding: 9px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #222;
    border-color: transparent;
    color: #fff
}

.btn.btn-primary:hover,.btn.btn-primary:focus {
    color: #fff;
    background: #000;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.btn.btn-default {
    color: #fff
}

.btn.btn-default:hover,.btn.btn-default:focus {
    background: #979797;
    border-color: #979797
}

.btn.btn-secondary {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #979797;
    border-color: #979797;
    color: #fff;
    line-height: 26px
}

.btn.btn-secondary:hover,.btn.btn-secondary:focus {
    background: #000
}

.nov-blog .title_block {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 5.9rem;
    text-align: center;
    font-weight: 400;
    color: #979797
}

.nov-blog .title_block .sub_title {
    font-size: 4.4rem;
    color: #000;
    font-weight: 600;
    margin-top: 23px
}

.post-info {
    font-size: 16px;
    color: #000;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 7px
}

.post-info a {
    color: #c8c8c8
}

.post-info .time {
    position: relative;
    padding-left: 7px;
    margin-left: 7px
}

.lang-rtl .post-info .time {
    padding-right: 7px;
    padding-left: inherit
}

.lang-rtl .post-info .time {
    margin-right: 7px;
    margin-left: inherit
}

.post-info .time:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #9f9f9f;
    position: absolute;
    left: 0;
    top: 3px
}

.lang-rtl .post-info .time:before {
    right: 0;
    left: auto
}

.post-info i {
    margin-right: 5px
}

.lang-rtl .post-info i {
    margin-left: 5px;
    margin-right: inherit
}

.block-content-blog {
    overflow: hidden
}

.block-content-blog .list_style_1 {
    margin: 0px -15px;
    overflow: hidden
}

.block-content-blog .list_style_2 .post-desc {
    padding-left: 10px;
    padding-right: 10px
}

.lang-rtl .block-content-blog .list_style_2 .post-desc {
    padding-left: 10px;
    padding-right: 10px
}

.block-content-blog .list_style_2 .post-info {
    padding-bottom: 0px
}

.block-content-blog .owl-stage-outer {
    overflow: initial
}

.novblog-box-content .owl-dots {
    right: 0;
    z-index: -1
}

.lang-rtl .novblog-box-content .owl-dots {
    left: 0;
    right: auto
}

.novblog-box-content .item {
    padding: 0px 9px 30px
}

.novblog-box-content .post-item {
    font-size: 1.3rem;
    font-family: Josefin Sans, sans-serif;
    color: #666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.novblog-box-content .post-image {
    position: relative;
    overflow: hidden
}

.novblog-box-content .post-image img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.novblog-box-content .post-image:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.novblog-box-content .post_title a {
    font-size: 2.4rem;
    font-weight: 400;
    color: #000;
    font-family: Josefin Sans, sans-serif
}

.novblog-box-content .post_title a:hover {
    color: #000
}

.novblog-box-content .post-desc {
    padding-top: 15px;
    line-height: 20px;
    margin-bottom: 24px
}

.novblog-box-content .read_more {
    margin-bottom: -29px
}

.novblog-box-content .read_more a {
    color: #000;
    min-width: 150px;
    text-align: center;
    border: 1px solid #000
}

.novblog-box-content .read_more a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.block-recentpost {
    font-size: 13px;
    padding-bottom: 24px !important
}

.block-recentpost .post-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0
}

.block-recentpost .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.block-recentpost .post-item .post-title {
    display: block;
    color: #000;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-family: Josefin Sans, sans-serif;
    text-transform: capitalize;
    text-decoration: none
}

.block-recentpost .post-item .post-title:hover {
    color: #979797
}

.block-recentpost .post-item .post-description {
    padding-top: 3px;
    padding-bottom: 10px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.block-recentpost .post-item .post-info {
    font-size: 11px;
    color: #c6c6c6;
    margin-bottom: 9px;
    text-transform: uppercase
}

.block-recentpost .post-item .post-info .comment {
    padding-right: 11px;
    display: inline-block;
    margin-bottom: 5px
}

.lang-rtl .block-recentpost .post-item .post-info .comment {
    padding-left: 11px;
    padding-right: inherit
}

.block-recentpost .post-item .post-info .comment:before {
    content: ""
}

.block-recentpost .post-item .post-info .comment a {
    color: #c6c6c6
}

.block-recentpost .post-item .post-info .comment a:hover {
    color: #000
}

.block-recentpost .post-item .post-info .datetime {
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .block-recentpost .post-item .post-info .datetime {
        padding-left:10px
    }

    .lang-rtl .block-recentpost .post-item .post-info .datetime {
        padding-right: 10px;
        padding-left: inherit
    }
}

.block-recentpost .post-item .readmore a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 11px;
    text-decoration: none
}

.block-recentpost .post-item .readmore a:hover {
    color: #222
}

#header {
    position: relative;
    color: #666;
    background: #fff
}

#header .header_search .search-widget {
    display: inline-flex
}

#header .block_social {
    position: relative;
    padding-right: 10px;
    display: none;
}

.lang-rtl #header .block_social {
    padding-left: 10px;
    padding-right: inherit
}

#header .block_social .btn-social {
    font-size: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 1.6rem;
    z-index: 19;
    position: relative
}

#header .block_social ul li:not(:last-child) {
    margin-right: 0px
}

.lang-rtl #header .block_social ul li:not(:last-child) {
    margin-left: 0px;
    margin-right: inherit
}

#header .block_social ul li a {
    margin-right: 20px
}

.lang-rtl #header .block_social ul li a {
    margin-left: 20px;
    margin-right: inherit
}

#header .block_social ul li a i {
    text-align: center;
    color: #363636;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 2.4rem
}

#header .block_social ul li a:hover i {
    color: #979797
}

#header .mywishlist {
    padding-right: 29px
}

.lang-rtl #header .mywishlist {
    padding-left: 29px;
    padding-right: inherit
}

#header .mywishlist a {
    align-items: center;
    color: black;
    font-size: 1.1rem;
    font-weight: bold
}

#header .mywishlist a .zmdi {
    width: 29px;
    height: 26px;
    background: url(../img/favorite.png);
    background-repeat: no-repeat
}

#header .mywishlist a:hover {
    color: #979797
}

#header #_desktop_currency_selector {
    position: relative
}

#header #_desktop_currency_selector .currency {
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 15px
}

#header #_desktop_currency_selector .currency-list-content {
    border: 1px solid #000;
    display: inline-block;
    padding: 2px
}

#header #_desktop_currency_selector .currency-list .currency-item {
    text-align: left;
    display: inline-block;
    line-height: 30px;
    height: 28px;
    padding: 0px 20px;
    float: left;
    overflow: hidden
}

.lang-rtl #header #_desktop_currency_selector .currency-list .currency-item {
    text-align: right
}

.lang-rtl #header #_desktop_currency_selector .currency-list .currency-item {
    float: right
}

#header #_desktop_currency_selector .currency-list .currency-item:not(:first-child) {
    margin-left: 2px
}

.lang-rtl #header #_desktop_currency_selector .currency-list .currency-item:not(:first-child) {
    margin-right: 2px;
    margin-left: inherit
}

#header #_desktop_currency_selector .currency-list .currency-item:hover,#header #_desktop_currency_selector .currency-list .currency-item.current {
    background: #000
}

#header #_desktop_currency_selector .currency-list .currency-item:hover a,#header #_desktop_currency_selector .currency-list .currency-item.current a {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: #000;
    color: #fff
}

#header #_desktop_currency_selector .currency-list .currency-item a {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

#header #_desktop_language_selector {
    display: block;
    text-align: left
}

.lang-rtl #header #_desktop_language_selector {
    text-align: right
}

#header #_desktop_language_selector .title_header {
    font-size: 1.6rem;
    padding: 10px 0px 18px 0px;
    color: #000
}

#header #_desktop_language_selector .language-list-content {
    min-width: 120px;
    text-align: left
}

#header #_desktop_language_selector .language-list-content .language-item {
    border-bottom: 1px dotted #e4e9eb;
    padding: 10px;
    display: block;
    text-align: left
}

.lang-rtl #header #_desktop_language_selector .language-list-content .language-item {
    text-align: right
}

#header #_desktop_language_selector ul {
    padding-left: 0px;
    text-align: left
}

.lang-rtl #header #_desktop_language_selector ul {
    padding-right: 0px;
    padding-left: inherit
}

.lang-rtl #header #_desktop_language_selector ul {
    text-align: right
}

#header #_desktop_language_selector ul img {
    margin-right: 7px
}

.lang-rtl #header #_desktop_language_selector ul img {
    margin-left: 7px;
    margin-right: inherit
}

#header .language-selector .dropdown-menu,#header .currency-selector .dropdown-menu {
    top: calc(100% + 13px)
}

#header .toggle-megamenu i {
    font-size: 30px
}

@media (min-width: 768px) {
    #header #_desktop_top_menu {
        position:static
    }

    #header .settings-wrapper .show_settings_canvas {
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        text-align: center;
        visibility: visible;
        padding-top: 10px
    }

    #header .settings-wrapper .show_settings_canvas .novicon_accountblock {
        width: 25px;
        height: 24px;
        background: url(../img/icon1.png);
        background-repeat: no-repeat
    }

    #header #_desktop_cart {
        margin-right: 30px
    }

    .lang-rtl #header #_desktop_cart {
        margin-left: 30px;
        margin-right: inherit
    }

    #header .settings-canvas {
        position: fixed;
        width: 400px;
        height: 100vh;
        background: #fff;
        visibility: hidden;
        top: 0px;
        z-index: 9;
        right: -400px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
    }

    .lang-rtl #header .settings-canvas {
        left: -400px;
        right: auto
    }

    #header .settings-canvas.active {
        right: 0px;
        visibility: visible;
        z-index: 9999
    }

    .lang-rtl #header .settings-canvas.active {
        left: 0px;
        right: auto
    }

    #header .settings-canvas .close_canvas {
        text-align: center;
        font-size: 3rem;
        color: #000;
        position: absolute;
        top: 33px;
        cursor: pointer;
        right: 25px
    }

    .lang-rtl #header .settings-canvas .close_canvas {
        left: 25px;
        right: auto
    }

    #header .settings-canvas .close_canvas:hover {
        color: #979797
    }
}

@media (min-width: 1450px) {
    #header.header-1 .header-center .container-fluid {
        padding-left:80px;
        padding-right: 80px
    }

    .lang-rtl #header.header-1 .header-center .container-fluid {
        padding-left: 80px;
        padding-right: 80px
    }
}

#header.header-1 #_desktop_advancsearch {
    display: block;
    padding-top: 36px
}

#header.header-1 #_desktop_advancsearch .nov-html {
    max-width: 670px;
    padding: 0px
}

#header.header-1 #_desktop_search_content {
    margin-right: 30px
}

.lang-rtl #header.header-1 #_desktop_search_content {
    margin-left: 30px;
    margin-right: inherit
}

#header.header-1 #_desktop_search_content.active-search .toggle-search,#header.header-1 #_desktop_search_content .toggle-search {
    background: transparent;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial;
    border: 1px solid transparent;
    line-height: 20px;
    height: 27px;
    max-height: 27px;
    cursor: pointer
}

#header.header-1 #_desktop_search_content.active-search .toggle-search i,#header.header-1 #_desktop_search_content .toggle-search i {
    width: 25px;
    height: 24px;
    background: url(../img/search_1.png);
    background-repeat: no-repeat
}

#header.header-1 #_desktop_search_content.active-search .toggle-search i:before,#header.header-1 #_desktop_search_content .toggle-search i:before {
    display: none
}

#header.header-1 #_desktop_search_content .form-novadvancedsearch {
    position: absolute;
    top: -11px;
    right: 0px;
    min-width: 0px;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.lang-rtl #header.header-1 #_desktop_search_content .form-novadvancedsearch {
    left: 0px;
    right: auto
}

#header.header-1 #_desktop_search_content.active-search .toggle-search {
    visibility: inherit;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header.header-1 #_desktop_search_content.active-search .form-novadvancedsearch {
    min-width: 300px;
    transition: all 0.3s linear;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: inherit
}

#header.header-1 #_desktop_search_content .search_query {
    padding-left: 17px;
    height: 48px;
    color: #333;
    background: #fff;
    font-family: Josefin Sans, sans-serif
}

.lang-rtl #header.header-1 #_desktop_search_content .search_query {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-1 #_desktop_search_content #search_query_top::-webkit-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-1 #_desktop_search_content #search_query_top:-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-1 #_desktop_search_content #search_query_top::-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-1 #_desktop_search_content #search_query_top:-ms-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-1 .blockcart .cart_block {
    padding-top: 18px
}

#header.header-1 .blockcart .header-cart-icon {
    height: 26px
}

#header.header-1 .blockcart .header-cart .label-header {
    display: none;
    padding-left: 17px;
    color: #000;
    text-align: left;
    font-size: 1.1rem;
    color: #222;
    font-weight: 800
}

.lang-rtl #header.header-1 .blockcart .header-cart .label-header {
    padding-right: 17px;
    padding-left: inherit
}

.lang-rtl #header.header-1 .blockcart .header-cart .label-header {
    text-align: right
}

#header.header-1 .blockcart .header-cart .value-cart {
    padding-left: 17px;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 6px;
    color: #979797
}

.lang-rtl #header.header-1 .blockcart .header-cart .value-cart {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-1 .blockcart .header-cart .value-cart span {
    color: #222
}

@media (min-width: 767px) {
    #header.header-1 .nov-megamenu {
        text-align:left
    }

    .lang-rtl #header.header-1 .nov-megamenu {
        text-align: right
    }

    #header.header-1 .nov-megamenu .menu > li {
        margin-left: 18px;
        margin-right: 17px
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li {
        margin-left: 17px;
        margin-right: 18px
    }

    #header.header-1 .nov-megamenu .menu > li:first-child {
        margin-left: 0px
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li:first-child {
        margin-right: 0px;
        margin-left: inherit
    }

    #header.header-1 .nov-megamenu .menu > li .opener {
        color: #fff;
        font-size: 1.2rem
    }

    #header.header-1 .nov-megamenu .menu > li .opener:hover {
        color: #979797
    }

    #header.header-1 .nov-megamenu .menu > li > a {
        font-size: 1.8rem;
        padding: 14px 0px 14px 0px;
        color: black;
        position: relative;
        font-weight: 400
    }

    #header.header-1 .nov-megamenu .menu > li > a:first-child {
        padding-left: 0px
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li > a:first-child {
        padding-right: 0px;
        padding-left: inherit
    }

    #header.header-1 .nov-megamenu .menu > li > a i {
        display: block;
        color: #c8c8c8;
        float: right;
        font-size: 13px;
        margin-left: 5px;
        margin-right: 0px
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li > a i {
        float: left
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li > a i {
        margin-left: 0px;
        margin-right: 5px
    }

    #header.header-1 .nov-megamenu .menu > li > a:hover {
        color: black
    }

    #header.header-1 .nov-megamenu .menu > li > a:hover i {
        color: black
    }

    #header.header-1 .nov-megamenu .menu > li.active .opener,#header.header-1 .nov-megamenu .menu > li:hover .opener,#header.header-1 .nov-megamenu .menu > li.active > a,#header.header-1 .nov-megamenu .menu > li:hover > a {
        color: #979797
    }
}

@media (min-width: 992px) {
    #header.header-1 .nov-megamenu {
        text-align:left
    }

    .lang-rtl #header.header-1 .nov-megamenu {
        text-align: right
    }

    #header.header-1 .nov-megamenu .menu > li > a {
        padding: 35px 0px 35px 0px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    #header.header-1 {
        padding-top:15px;
        padding-bottom: 15px
    }

    #header.header-1 #_desktop_top_menu {
        padding-right: 0px
    }

    .lang-rtl #header.header-1 #_desktop_top_menu {
        padding-left: 0px;
        padding-right: inherit
    }

    #header.header-1 .nov-megamenu .menu > li {
        margin-left: 0px;
        margin-right: 0px;
        position: relative
    }

    .lang-rtl #header.header-1 .nov-megamenu .menu > li {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media (min-width: 1450px) {
    #header.header-2 .header-center .container-fluid {
        padding-left:80px;
        padding-right: 15px
    }

    .lang-rtl #header.header-2 .header-center .container-fluid {
        padding-left: 15px;
        padding-right: 80px
    }
}

#header.header-2 .nov-megamenu .menu > li:focus > .dropdown-menu,#header.header-2 .nov-megamenu .menu > li:hover > .dropdown-menu {
    display: block
}

#header.header-2 #_desktop_advancsearch {
    display: block;
    padding-top: 36px
}

#header.header-2 #_desktop_advancsearch .nov-html {
    max-width: 670px;
    padding: 0px
}

#header.header-2 #_desktop_search_content {
    margin-right: 30px
}

.lang-rtl #header.header-2 #_desktop_search_content {
    margin-left: 30px;
    margin-right: inherit
}

#header.header-2 #_desktop_search_content.active-search .toggle-search,#header.header-2 #_desktop_search_content .toggle-search {
    background: transparent;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial;
    border: 1px solid transparent;
    line-height: 20px;
    height: 27px;
    max-height: 27px;
    cursor: pointer
}

#header.header-2 #_desktop_search_content.active-search .toggle-search i,#header.header-2 #_desktop_search_content .toggle-search i {
    width: 25px;
    height: 24px;
    background: url(../img/search_1.png);
    background-repeat: no-repeat
}

#header.header-2 #_desktop_search_content.active-search .toggle-search i:before,#header.header-2 #_desktop_search_content .toggle-search i:before {
    display: none
}

#header.header-2 #_desktop_search_content .form-novadvancedsearch {
    position: absolute;
    top: -11px;
    right: 0px;
    min-width: 0px;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.lang-rtl #header.header-2 #_desktop_search_content .form-novadvancedsearch {
    left: 0px;
    right: auto
}

#header.header-2 #_desktop_search_content.active-search .toggle-search {
    visibility: inherit;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header.header-2 #_desktop_search_content.active-search .form-novadvancedsearch {
    min-width: 300px;
    transition: all 0.3s linear;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: inherit
}

#header.header-2 #_desktop_search_content .search_query {
    padding-left: 17px;
    height: 48px;
    color: #333;
    background: #fff;
    font-family: Josefin Sans, sans-serif
}

.lang-rtl #header.header-2 #_desktop_search_content .search_query {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-2 #_desktop_search_content #search_query_top::-webkit-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-2 #_desktop_search_content #search_query_top:-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-2 #_desktop_search_content #search_query_top::-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-2 #_desktop_search_content #search_query_top:-ms-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-2 .blockcart .cart_block {
    padding-top: 18px
}

#header.header-2 .blockcart .header-cart-icon {
    height: 26px
}

#header.header-2 .blockcart .header-cart .label-header {
    display: none;
    color: #000;
    font-size: 1.1rem;
    color: #222
}

#header.header-2 .blockcart .header-cart .value-cart {
    padding-left: 17px;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 6px;
    color: #979797
}

.lang-rtl #header.header-2 .blockcart .header-cart .value-cart {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-2 .blockcart .header-cart .value-cart span {
    color: #222
}

@media (min-width: 767px) {
    #header.header-2 .nov-megamenu {
        text-align:left
    }

    .lang-rtl #header.header-2 .nov-megamenu {
        text-align: right
    }

    #header.header-2 .nov-megamenu .menu > li {
        margin-left: 18px;
        margin-right: 17px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li {
        margin-left: 17px;
        margin-right: 18px
    }

    #header.header-2 .nov-megamenu .menu > li:first-child {
        margin-left: 0px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li:first-child {
        margin-right: 0px;
        margin-left: inherit
    }

    #header.header-2 .nov-megamenu .menu > li .opener {
        color: #fff;
        font-size: 1.2rem
    }

    #header.header-2 .nov-megamenu .menu > li .opener:hover {
        color: #979797
    }

    #header.header-2 .nov-megamenu .menu > li > a {
        font-size: 1.8rem;
        padding: 20.5px 0px 20.5px 0px;
        color: black;
        position: relative;
        font-weight: 400
    }

    #header.header-2 .nov-megamenu .menu > li > a:first-child {
        padding-left: 0px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li > a:first-child {
        padding-right: 0px;
        padding-left: inherit
    }

    #header.header-2 .nov-megamenu .menu > li > a i {
        display: block;
        color: #c8c8c8;
        float: right;
        font-size: 13px;
        margin-left: 5px;
        margin-right: 0px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li > a i {
        float: left
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li > a i {
        margin-left: 0px;
        margin-right: 5px
    }

    #header.header-2 .nov-megamenu .menu > li > a:hover {
        color: black
    }

    #header.header-2 .nov-megamenu .menu > li > a:hover i {
        color: black
    }

    #header.header-2 .nov-megamenu .menu > li.active .opener,#header.header-2 .nov-megamenu .menu > li:hover .opener,#header.header-2 .nov-megamenu .menu > li.active > a,#header.header-2 .nov-megamenu .menu > li:hover > a {
        color: #979797
    }
}

@media (min-width: 767px) and (max-width:991px) {
    #header.header-2 #_desktop_top_menu {
        padding-right:0px
    }

    .lang-rtl #header.header-2 #_desktop_top_menu {
        padding-left: 0px;
        padding-right: inherit
    }

    #header.header-2 .nov-megamenu .menu > li {
        margin-left: 5px;
        margin-right: 5px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li {
        margin-left: 5px;
        margin-right: 5px
    }

    #header.header-2 .nov-megamenu .menu > li:first-child {
        margin-left: 0px
    }

    .lang-rtl #header.header-2 .nov-megamenu .menu > li:first-child {
        margin-right: 0px;
        margin-left: inherit
    }

    #header.header-2 .nov-megamenu .menu > li > a {
        padding: 20.5px 0px 20.5px 0px
    }
}

#header.header-2 .nov-megamenu {
    text-align: center
}

@media (min-width: 767px) {
    #header.header-2 .nov-megamenu .menu > li.has-sub > .dropdown-menu {
        padding-top:14px
    }
}

#header.header-3 .header-center {
    border-bottom: 1px solid #f2f2f2
}

#header.header-3 .nov-megamenu .menu > li:focus > .dropdown-menu,#header.header-3 .nov-megamenu .menu > li:hover > .dropdown-menu {
    display: block
}

#header.header-3 .social-left {
    padding-left: 20px
}

.lang-rtl #header.header-3 .social-left {
    padding-right: 20px;
    padding-left: inherit
}

#header.header-3 #_desktop_advancsearch {
    display: block;
    padding-top: 36px
}

#header.header-3 #_desktop_advancsearch .nov-html {
    max-width: 670px;
    padding: 0px
}

#header.header-3 #_desktop_search_content {
    margin-right: 30px
}

.lang-rtl #header.header-3 #_desktop_search_content {
    margin-left: 30px;
    margin-right: inherit
}

#header.header-3 #_desktop_search_content.active-search .toggle-search,#header.header-3 #_desktop_search_content .toggle-search {
    background: transparent;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial;
    border: 1px solid transparent;
    line-height: 20px;
    height: 27px;
    max-height: 27px;
    cursor: pointer
}

#header.header-3 #_desktop_search_content.active-search .toggle-search i,#header.header-3 #_desktop_search_content .toggle-search i {
    width: 25px;
    height: 24px;
    background: url(../img/search_1.png);
    background-repeat: no-repeat
}

#header.header-3 #_desktop_search_content.active-search .toggle-search i:before,#header.header-3 #_desktop_search_content .toggle-search i:before {
    display: none
}

#header.header-3 #_desktop_search_content .form-novadvancedsearch {
    position: absolute;
    top: -11px;
    right: 0px;
    min-width: 0px;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.lang-rtl #header.header-3 #_desktop_search_content .form-novadvancedsearch {
    left: 0px;
    right: auto
}

#header.header-3 #_desktop_search_content.active-search .toggle-search {
    visibility: inherit;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header.header-3 #_desktop_search_content.active-search .form-novadvancedsearch {
    min-width: 300px;
    transition: all 0.3s linear;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: inherit
}

#header.header-3 #_desktop_search_content .search_query {
    padding-left: 17px;
    height: 48px;
    color: #333;
    background: #fff;
    font-family: Josefin Sans, sans-serif
}

.lang-rtl #header.header-3 #_desktop_search_content .search_query {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-3 #_desktop_search_content #search_query_top::-webkit-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-3 #_desktop_search_content #search_query_top:-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-3 #_desktop_search_content #search_query_top::-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-3 #_desktop_search_content #search_query_top:-ms-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-3 .blockcart .cart_block {
    padding-top: 18px
}

#header.header-3 .blockcart .header-cart .label-header {
    display: none;
    padding-left: 17px;
    color: #000;
    text-align: left;
    font-size: 1.1rem;
    color: #222;
    font-weight: 800
}

.lang-rtl #header.header-3 .blockcart .header-cart .label-header {
    padding-right: 17px;
    padding-left: inherit
}

.lang-rtl #header.header-3 .blockcart .header-cart .label-header {
    text-align: right
}

#header.header-3 .blockcart .header-cart .value-cart {
    padding-left: 17px;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 6px;
    color: #979797
}

.lang-rtl #header.header-3 .blockcart .header-cart .value-cart {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-3 .blockcart .header-cart .value-cart span {
    color: #222
}

@media (min-width: 767px) {
    #header.header-3 .nov-megamenu {
        text-align:center
    }

    #header.header-3 .nov-megamenu .menu > li {
        margin-left: 18px;
        margin-right: 17px
    }

    #header.header-3 .nov-megamenu .menu > li.has-sub > .dropdown-menu {
        padding-top: 0px
    }

    .lang-rtl #header.header-3 .nov-megamenu .menu > li {
        margin-left: 17px;
        margin-right: 18px
    }

    #header.header-3 .nov-megamenu .menu > li:first-child {
        margin-left: 0px
    }

    .lang-rtl #header.header-3 .nov-megamenu .menu > li:first-child {
        margin-right: 0px;
        margin-left: inherit
    }

    #header.header-3 .nov-megamenu .menu > li .opener {
        color: #fff;
        font-size: 1.2rem
    }

    #header.header-3 .nov-megamenu .menu > li .opener:hover {
        color: #979797
    }

    #header.header-3 .nov-megamenu .menu > li > a {
        font-size: 1.8rem;
        padding: 22px 0px 22px 0px;
        color: black;
        position: relative;
        font-weight: 400
    }

    #header.header-3 .nov-megamenu .menu > li > a:first-child {
        padding-left: 0px
    }

    .lang-rtl #header.header-3 .nov-megamenu .menu > li > a:first-child {
        padding-right: 0px;
        padding-left: inherit
    }

    #header.header-3 .nov-megamenu .menu > li > a i {
        display: block;
        color: #c8c8c8;
        float: right;
        font-size: 13px;
        margin-left: 5px;
        margin-right: 0px
    }

    .lang-rtl #header.header-3 .nov-megamenu .menu > li > a i {
        float: left
    }

    .lang-rtl #header.header-3 .nov-megamenu .menu > li > a i {
        margin-left: 0px;
        margin-right: 5px
    }

    #header.header-3 .nov-megamenu .menu > li > a:hover {
        color: black
    }

    #header.header-3 .nov-megamenu .menu > li > a:hover i {
        color: black
    }

    #header.header-3 .nov-megamenu .menu > li.active .opener,#header.header-3 .nov-megamenu .menu > li:hover .opener,#header.header-3 .nov-megamenu .menu > li.active > a,#header.header-3 .nov-megamenu .menu > li:hover > a {
        color: #979797
    }
}

#header.header-4 .toggle-megamenu i {
    color: #fff
}

#header.header-4 .mywishlist a .zmdi {
    background: url(../img/favorite1.png)
}

#header.header-4 .show_settings_canvas .novicon_accountblock {
    background: url(../img/icon2.png)
}

#header.header-4 .settings-wrapper .logl-top img {
    filter: brightness(0.25)
}

@media (min-width: 1450px) {
    #header.header-4 .header-center .container-fluid {
        padding-left:80px;
        padding-right: 75px
    }

    .lang-rtl #header.header-4 .header-center .container-fluid {
        padding-left: 75px;
        padding-right: 80px
    }
}

#header.header-4 .nov-megamenu .menu > li:focus > .dropdown-menu,#header.header-4 .nov-megamenu .menu > li:hover > .dropdown-menu {
    display: block
}

#header.header-4 #block_myaccount_infos {
    margin-left: 35px
}

.lang-rtl #header.header-4 #block_myaccount_infos {
    margin-right: 35px;
    margin-left: inherit
}

#header.header-4 #block_myaccount_infos .myaccount-title {
    cursor: pointer
}

#header.header-4 #block_myaccount_infos .myaccount-title i {
    width: 25px;
    height: 24px;
    background: url(../img/icon2.png);
    background-repeat: no-repeat
}

#header.header-4 #_desktop_advancsearch {
    display: block;
    padding-top: 36px
}

#header.header-4 #_desktop_advancsearch .nov-html {
    max-width: 670px;
    padding: 0px
}

#header.header-4 #_desktop_search_content {
    margin-right: 30px
}

.lang-rtl #header.header-4 #_desktop_search_content {
    margin-left: 30px;
    margin-right: inherit
}

#header.header-4 #_desktop_search_content.active-search .toggle-search,#header.header-4 #_desktop_search_content .toggle-search {
    background: transparent;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: initial;
    border: 1px solid transparent;
    line-height: 20px;
    height: 27px;
    max-height: 27px;
    cursor: pointer
}

#header.header-4 #_desktop_search_content.active-search .toggle-search i,#header.header-4 #_desktop_search_content .toggle-search i {
    width: 25px;
    height: 24px;
    background: url(../img/search_2.png);
    background-repeat: no-repeat
}

#header.header-4 #_desktop_search_content.active-search .toggle-search i:before,#header.header-4 #_desktop_search_content .toggle-search i:before {
    display: none
}

#header.header-4 #_desktop_search_content .form-novadvancedsearch {
    position: absolute;
    top: -11px;
    right: 0px;
    min-width: 0px;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.lang-rtl #header.header-4 #_desktop_search_content .form-novadvancedsearch {
    left: 0px;
    right: auto
}

#header.header-4 #_desktop_search_content.active-search .toggle-search {
    visibility: inherit;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header.header-4 #_desktop_search_content.active-search .form-novadvancedsearch {
    min-width: 300px;
    transition: all 0.3s linear;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: inherit
}

#header.header-4 #_desktop_search_content .search_query {
    padding-left: 17px;
    height: 48px;
    color: #333;
    background: #fff;
    font-family: Josefin Sans, sans-serif
}

.lang-rtl #header.header-4 #_desktop_search_content .search_query {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-4 #_desktop_search_content #search_query_top::-webkit-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-4 #_desktop_search_content #search_query_top:-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-4 #_desktop_search_content #search_query_top::-moz-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-4 #_desktop_search_content #search_query_top:-ms-input-placeholder {
    color: #c7c6c6;
    text-transform: initial;
    font-size: 1.3rem
}

#header.header-4 .blockcart .cart_block {
    padding-top: 18px
}

#header.header-4 .blockcart .header-cart-icon {
    height: 26px
}

#header.header-4 .blockcart .header-cart-icon .icon-header-cart {
    background: url(../img/icon-cart1.png)
}

#header.header-4 .blockcart .header-cart-icon .cart-products-count {
    background: #fff;
    color: black
}

#header.header-4 .blockcart .header-cart .label-header {
    display: none;
    padding-left: 17px;
    color: #000;
    text-align: left;
    font-size: 1.1rem;
    color: #222;
    font-weight: 800
}

.lang-rtl #header.header-4 .blockcart .header-cart .label-header {
    padding-right: 17px;
    padding-left: inherit
}

.lang-rtl #header.header-4 .blockcart .header-cart .label-header {
    text-align: right
}

#header.header-4 .blockcart .header-cart .value-cart {
    padding-left: 17px;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 6px;
    color: #979797
}

.lang-rtl #header.header-4 .blockcart .header-cart .value-cart {
    padding-right: 17px;
    padding-left: inherit
}

#header.header-4 .blockcart .header-cart .value-cart span {
    color: #222
}

@media (min-width: 767px) {
    #header.header-4 .nov-megamenu {
        text-align:left
    }

    .lang-rtl #header.header-4 .nov-megamenu {
        text-align: right
    }

    #header.header-4 .nov-megamenu .menu > li {
        margin-left: 18px;
        margin-right: 17px
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li {
        margin-left: 17px;
        margin-right: 18px
    }

    #header.header-4 .nov-megamenu .menu > li:first-child {
        margin-left: 0px
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li:first-child {
        margin-right: 0px;
        margin-left: inherit
    }

    #header.header-4 .nov-megamenu .menu > li .opener {
        color: #fff;
        font-size: 1.2rem
    }

    #header.header-4 .nov-megamenu .menu > li .opener:hover {
        color: #979797
    }

    #header.header-4 .nov-megamenu .menu > li > a {
        font-size: 1.8rem;
        padding: 20.5px 0px 20.5px 0px;
        position: relative;
        font-weight: 400
    }

    #header.header-4 .nov-megamenu .menu > li > a:first-child {
        padding-left: 0px
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li > a:first-child {
        padding-right: 0px;
        padding-left: inherit
    }

    #header.header-4 .nov-megamenu .menu > li > a i {
        display: block;
        color: #c8c8c8;
        float: right;
        font-size: 13px;
        margin-left: 5px;
        margin-right: 0px
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li > a i {
        float: left
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li > a i {
        margin-left: 0px;
        margin-right: 5px
    }

    #header.header-4 .nov-megamenu .menu > li > a:hover {
        color: black
    }

    #header.header-4 .nov-megamenu .menu > li > a:hover i {
        color: black
    }

    #header.header-4 .nov-megamenu .menu > li.active .opener,#header.header-4 .nov-megamenu .menu > li:hover .opener,#header.header-4 .nov-megamenu .menu > li.active > a,#header.header-4 .nov-megamenu .menu > li:hover > a {
        color: #979797
    }
}

@media (min-width: 992px) {
    #header.header-4 .nov-megamenu .menu > li .opener {
        color:#fff
    }

    #header.header-4 .nov-megamenu .menu > li .opener:hover {
        color: #979797
    }

    #header.header-4 .nov-megamenu .menu > li > a {
        color: #fff
    }

    #header.header-4 .nov-megamenu .menu > li > a i {
        color: #c8c8c8
    }

    #header.header-4 .nov-megamenu .menu > li > a:hover {
        color: black
    }

    #header.header-4 .nov-megamenu .menu > li > a:hover i {
        color: black
    }

    #header.header-4 .nov-megamenu .menu > li.active .opener,#header.header-4 .nov-megamenu .menu > li:hover .opener,#header.header-4 .nov-megamenu .menu > li.active > a,#header.header-4 .nov-megamenu .menu > li:hover > a {
        color: #979797
    }

    #header.header-4 .nov-megamenu {
        text-align: left
    }

    .lang-rtl #header.header-4 .nov-megamenu {
        text-align: right
    }

    #header.header-4 .nov-megamenu .menu > li > a {
        padding: 35px 0px 35px 0px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    #header.header-4 #_desktop_top_menu {
        padding-right:0px
    }

    .lang-rtl #header.header-4 #_desktop_top_menu {
        padding-left: 0px;
        padding-right: inherit
    }

    #header.header-4 .nov-megamenu .menu > li {
        margin-left: 0px;
        margin-right: 0px;
        position: relative
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media (min-width: 1450px) {
    body.displayhomenovfive #header.header-2 .header-center .container-fluid {
        padding-left:80px;
        padding-right: 80px
    }

    .lang-rtl body.displayhomenovfive #header.header-2 .header-center .container-fluid {
        padding-left: 80px;
        padding-right: 80px
    }
}

body.displayhomenovfive #header.header-2 .header-center .blockcart .header-cart .header-cart-icon .cart-products-count {
    background: #000;
    color: #fff;
    z-index: 3
}

body:not(#index) .header-4 {
    background: #222
}

.sticky-header-3 .contentstickynew_logo img,.sticky-header-2 .contentstickynew_logo img,.sticky-header-1 .contentstickynew_logo img {
    /* height:35px */
}

.sticky-header-3 .contentstickynew_cart .title-cart,.sticky-header-2 .contentstickynew_cart .title-cart,.sticky-header-1 .contentstickynew_cart .title-cart {
    display: none
}

#main-site {
    overflow: hidden
}

body:not(#index) .footer-one {
    border-top: 1px solid #ebebeb
}

.footer .block-socials {
    padding: 8px 0px
}

.footer .block-socials .title_block {
    color: #fff;
    font-size: 10px;
    font-family: Josefin Sans, sans-serif;
    margin-bottom: 0px
}

.footer .block-socials p {
    font-weight: 300;
    font-size: 1.6rem;
    color: black
}

.footer .block-socials .block_content {
    margin-top: 50px
}

.footer .block-socials .block_content .list-inline {
    display: inline-block
}

.footer .block-socials .block_content .list-inline li {
    float: left;
    margin-left: 12px;
    margin-right: 12px
}

.lang-rtl .footer .block-socials .block_content .list-inline li {
    float: right
}

.lang-rtl .footer .block-socials .block_content .list-inline li {
    margin-left: 12px;
    margin-right: 12px
}

.footer .block-socials .block_content .list-inline a {
    text-align: center;
    font-size: 32px;
    color: #999
}

.footer .block-socials .block_content .list-inline a span {
    font-size: 0px
}

.footer .block-socials .block_content .list-inline a:hover {
    color: #979797
}

.footer .copyright {
    text-align: center;
    line-height: 24px
}

@media (min-width: 992px) {
    .footer .copyright {
        text-align:right
    }

    .lang-rtl .footer .copyright {
        text-align: left
    }
}

.footer.footer-one {
    position: relative
}

.footer.footer-one .nov-policy:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.footer.footer-one .logo-footer .block_content .content {
    color: #fff;
    padding-top: 24px;
    max-width: 400px;
    font-weight: 400
}

.footer.footer-one .block-contact-info {
    padding: 20px 0
}

.footer.footer-one .link-list ul a:hover {
    color: #979797
}

.footer.footer-one .footer_canter {
    border-bottom: 1px solid #212121
}

.footer.footer-one .footer-bottom {
    color: #fff;
    font-weight: 300
}

.footer.footer-one .footer-bottom .Conditions span:first-child {
    padding-right: 40px
}

.lang-rtl .footer.footer-one .footer-bottom .Conditions span:first-child {
    padding-left: 40px;
    padding-right: inherit
}

.footer.footer-two {
    margin: 0px 20px
}

@media (min-width: 992px) {
    .footer.footer-two .newsletter-footer {
        border-left:1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1
    }
}

.footer.footer-two .footer-top .nov-row-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.footer.footer-two .footer-top .block-socials {
    text-align: center
}

.footer.footer-two .footer-top .block-socials .title_block {
    font-size: 3rem;
    color: black;
    margin-bottom: 13px
}

.footer.footer-two .footer-top .on-map {
    text-align: center
}

.footer.footer-two .footer-top .on-map .title_block {
    font-size: 3rem;
    color: black;
    margin-bottom: 15px
}

.footer.footer-two .footer-top .on-map p {
    font-size: 1.6rem;
    color: black;
    font-weight: 300
}

.footer.footer-two .footer-top .on-map .view-map a {
    line-height: 44px;
    height: 44px;
    padding: 0px 22px;
    border: 2px solid black;
    color: black
}

.footer.footer-two .footer-top .on-map .view-map a:hover {
    background: black;
    color: #fff
}

.footer.footer-two .block-contact-info {
    padding: 20px 0
}

.footer.footer-two .link-list ul a:hover {
    color: #979797
}

.footer.footer-two .footer_canter {
    color: #fff;
    font-weight: 300
}

.footer.footer-two .footer_canter p {
    line-height: 42px;
    margin-top: -8px
}

.footer.footer-two .footer_canter .Conditions span:first-child {
    padding-right: 40px
}

.lang-rtl .footer.footer-two .footer_canter .Conditions span:first-child {
    padding-left: 40px;
    padding-right: inherit
}

.footer.footer-two .Conditions span:first-child {
    padding-right: 40px
}

.lang-rtl .footer.footer-two .Conditions span:first-child {
    padding-left: 40px;
    padding-right: inherit
}

.footer.footer-two .Conditions,.footer.footer-two .copyright {
    color: black;
    font-weight: 300
}

.footer.footer-three {
    margin: 0px 20px
}

@media (min-width: 768px) {
    .footer.footer-three .newsletter-footer .block_newsletter {
        min-width:570px;
        display: inline-block
    }
}

.footer.footer-three .block_social p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}

.footer.footer-three .block_social ul li a {
    color: #999;
    padding-right: 5px;
    font-size: 18px
}

.lang-rtl .footer.footer-three .block_social ul li a {
    padding-left: 5px;
    padding-right: inherit
}

.footer.footer-three .block-contact-info {
    padding: 20px 0
}

.footer.footer-three .link-list ul a:hover {
    color: #979797
}

.footer.footer-three .link-list .title_block {
    color: #000
}

.footer.footer-three .link-list ul a {
    color: #000
}

.footer.footer-three .link-list ul a:hover {
    color: #979797
}

.footer.footer-three .newsletter-footer .title_block {
    margin-bottom: 10px
}

.footer.footer-three .newsletter-footer .sub_title {
    margin-top: 8px
}

.footer.footer-three .footer-bottom {
    border-top: 1px solid #d8d8d8
}

.footer.footer-three .Conditions span:first-child {
    padding-right: 40px
}

.lang-rtl .footer.footer-three .Conditions span:first-child {
    padding-left: 40px;
    padding-right: inherit
}

.footer.footer-three .Conditions,.footer.footer-three .copyright {
    color: black;
    font-weight: 300
}

.footer.footer-four .newsletter-footer .title_block {
    margin-bottom: 9px
}

.footer.footer-four .nov-policy {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0px;
    margin-top: 0px
}

.footer.footer-four .nov-policy:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.lang-rtl .footer.footer-four .nov-policy:not(:last-child) {
    border-left: 1px solid #ebebeb;
    border-right: initial
}

.footer.footer-four .copyright {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .footer.footer-four .copyright {
        text-align:left
    }

    .lang-rtl .footer.footer-four .copyright {
        text-align: right
    }
}

.footer.footer-four .menu_footer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px
}

.lang-rtl .footer.footer-four .menu_footer ul {
    padding-right: 0px;
    padding-left: inherit
}

.footer.footer-four .menu_footer ul li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 20px
}

.footer.footer-four .menu_footer ul li:not(:last-child) {
    padding-right: 15px
}

.lang-rtl .footer.footer-four .menu_footer ul li:not(:last-child) {
    padding-left: 15px;
    padding-right: inherit
}

.footer.footer-four .menu_footer ul li a {
    color: #fff
}

.footer.footer-four .menu_footer ul li a:hover {
    color: #979797
}

.footer.footer-five {
    margin: 0px 20px
}

@media (min-width: 1199px) {
    .footer.footer-five .newsletter-footer .block_newsletter {
        min-width:570px;
        display: inline-block
    }
}

.footer.footer-five .block_social p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}

.footer.footer-five .block_social ul li a {
    color: #999;
    padding-right: 5px;
    font-size: 18px
}

.lang-rtl .footer.footer-five .block_social ul li a {
    padding-left: 5px;
    padding-right: inherit
}

.footer.footer-five .block-contact-info {
    padding: 20px 0
}

.footer.footer-five .link-list ul a:hover {
    color: #979797
}

.footer.footer-five .link-list .title_block {
    color: #000
}

.footer.footer-five .link-list ul a {
    color: #000
}

.footer.footer-five .link-list ul a:hover {
    color: #979797
}

.footer.footer-five .newsletter-footer .title_block {
    margin-bottom: 10px
}

.footer.footer-five .newsletter-footer .sub_title {
    margin-top: 8px
}

.footer.footer-five .footer-bottom {
    border-top: 1px solid #d8d8d8
}

.footer.footer-five .Conditions span:first-child {
    padding-right: 40px
}

.lang-rtl .footer.footer-five .Conditions span:first-child {
    padding-left: 40px;
    padding-right: inherit
}

.footer.footer-five .Conditions,.footer.footer-five .copyright {
    color: black;
    font-weight: 300
}

body:not(#index) .footer-two .footer-top {
    border-top: 1px solid #e1e1e1
}

@media (min-width: 1200px) {
    .pagehome-one .banner-top {
        margin-left:-15px;
        margin-right: -15px
    }

    .lang-rtl .pagehome-one .banner-top {
        margin-left: -15px;
        margin-right: -15px
    }

    .pagehome-one .nov_image_gallery,.pagehome-one .nov-groupbanner {
        padding-left: 0px;
        padding-right: 0px
    }
}

.pagehome-one .testimonial {
    text-align: center
}

.pagehome-one .testimonial .title_block {
    font-size: 18px;
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 68px
}

.pagehome-one .testimonial .content-info .text p,.pagehome-one .testimonial .content-info .text {
    max-width: 1080px;
    font-size: 4.4rem;
    font-weight: 400 italic;
    font-style: italic;
    color: black;
    display: inline-block
}

.pagehome-two > .container {
    padding-left: 20px;
    padding-right: 20px
}

.lang-rtl .pagehome-two > .container {
    padding-left: 20px;
    padding-right: 20px
}

.pagehome-two > .container > .row {
    margin-left: -20px;
    margin-right: -20px
}

.lang-rtl .pagehome-two > .container > .row {
    margin-left: -20px;
    margin-right: -20px
}

.pagehome-two .nov-policy:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.pagehome-two .nov-manufacture {
    padding: 0px
}

.pagehome-two .nov-manufacture .block_content .item {
    border-right: none
}

.lang-rtl .pagehome-two .nov-manufacture .block_content .item {
    border-left: none;
    border-right: initial
}

.pagehome-three > .container {
    padding-left: 20px;
    padding-right: 20px
}

.lang-rtl .pagehome-three > .container {
    padding-left: 20px;
    padding-right: 20px
}

.pagehome-three > .container > .row {
    margin-left: -20px;
    margin-right: -20px
}

.lang-rtl .pagehome-three > .container > .row {
    margin-left: -20px;
    margin-right: -20px
}

.pagehome-three .nov-policy:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.lang-rtl .pagehome-three .nov-policy:not(:last-child) {
    border-left: 1px solid #ebebeb;
    border-right: initial
}

.pagehome-three .nov-producttab .product-miniature .product-comments {
    display: none
}

.pagehome-three .nov-producttab .product-miniature .product-description .product-title {
    padding-top: 9px;
    padding-bottom: 8px
}

.pagehome-three .product-tabs-banner .product-content .item .product-miniature.item-one {
    background: transparent;
    padding: 0px 0px 10px 0px
}

.pagehome-four .title_block {
    color: #000
}

.pagehome-four .nov-groupbanner .img-bottom {
    padding-bottom: 90px !important
}

.pagehome-four .nov-groupbanner .img-bottom .banner-img3:before {
    display: none
}

.pagehome-four .banner-benefits .title_block {
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.pagehome-four .testimonial:hover .owl-nav {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.pagehome-four .testimonial .title_block {
    color: #000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 38px
}

.pagehome-four .testimonial #testimonial_block .content-info {
    display: grid
}

.pagehome-four .testimonial #testimonial_block .content-info .text {
    display: grid
}

.pagehome-four .testimonial #testimonial_block .content-info .text p {
    order: 2;
    font-style: italic;
    padding-top: 10px
}

.pagehome-four .testimonial #testimonial_block .content-info .media-body {
    order: 2;
    display: block;
    padding-top: 23px
}

.pagehome-four .testimonial #testimonial_block .content-info .media-body .box-info {
    display: inline-block
}

.pagehome-four .testimonial #testimonial_block .owl-nav [class*='owl-'] {
    height: 34px;
    width: 34px;
    border: 1px solid #7d8384;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.pagehome-four .testimonial #testimonial_block .owl-nav [class*='owl-']:hover {
    border: 1px solid #000
}

.pagehome-four .testimonial #testimonial_block .owl-nav .owl-prev {
    left: -300px
}

.lang-rtl .pagehome-four .testimonial #testimonial_block .owl-nav .owl-prev {
    right: -300px;
    left: auto
}

.pagehome-four .testimonial #testimonial_block .owl-nav .owl-prev i {
    width: 21px;
    height: 12px;
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -2px
}

.pagehome-four .testimonial #testimonial_block .owl-nav .owl-prev i:before {
    display: none
}

.pagehome-four .testimonial #testimonial_block .owl-nav .owl-prev i:hover {
    background-position: -45px -2px
}

@include rtl-right(-300px) i {
    width: 21px;
    height: 12px;
    background: url(../img/karl.png);
    background-repeat: no-repeat;
    background-position: -86px -14px;
    .pagehome-four .testimonial #testimonial_block .owl-nav .owl-next:before {
        display: none
    }

    .pagehome-four .testimonial #testimonial_block .owl-nav .owl-next:hover {
        background-position: -45px -14px
    }
}

.pagehome-four .testimonial #testimonial_block .owl-dots {
    display: block;
    bottom: -75px
}

.pagehome-five .title_block,.pagehome-five .title_block .title2 {
    font-weight: 400
}

.pagehome-five .title_block.title_1 {
    margin-bottom: 70px
}

@media (min-width: 768px) {
    .pagehome-five .banner-top .nov-image {
        margin-bottom:-48px;
        position: relative;
        z-index: 2
    }
}

.pagehome-five .introducing {
    padding-left: 113px
}

.lang-rtl .pagehome-five .introducing {
    padding-right: 113px;
    padding-left: inherit
}

.pagehome-five .introducing .title_block {
    color: #979797;
    text-transform: uppercase
}

.pagehome-five .introducing .title_banner {
    font-size: 4.4rem;
    line-height: 51px;
    color: black;
    padding-top: 35px
}

.pagehome-five .introducing .description {
    font-size: 24px;
    color: black;
    font-weight: 300
}

@media (max-width: 991px) {
    .pagehome-five .introducing {
        padding-left:15px
    }

    .lang-rtl .pagehome-five .introducing {
        padding-right: 15px;
        padding-left: inherit
    }

    .pagehome-five .introducing .title_banner {
        font-size: 2.8rem
    }
}

@media (max-width: 767px) {
    .pagehome-five .introducing {
        padding-top:50px !important;
        padding-bottom: 50px
    }

    .pagehome-five .introducing .title_block,.pagehome-five .introducing .description,.pagehome-five .introducing .title_banner {
        text-align: center
    }

    .pagehome-five .introducing .title_banner {
        line-height: 30px;
        font-size: 3.5rem
    }
}

.pagehome-five .nov-policy {
    margin-bottom: -64px
}

.pagehome-five .nov-policy:first-child {
    padding-left: 15px
}

.lang-rtl .pagehome-five .nov-policy:first-child {
    padding-right: 15px;
    padding-left: inherit
}

.pagehome-five .nov-policy .block_content {
    transition: all 0.25s linear
}

.pagehome-five .nov-policy:hover .block_content {
    transform: translateY(-15px);
    transition: all 0.25s linear
}

@media (min-width: 480px) {
    .pagehome-five .nov-policy .content-policy.style-1 {
        min-height:290px;
        position: relative;
        z-index: 2
    }
}

.pagehome-five .testimonial {
    text-align: center
}

.pagehome-five .testimonial .title_block {
    font-size: 1.8rem;
    color: #979797;
    display: inline-block;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .pagehome-five .testimonial {
        text-align:left
    }

    .lang-rtl .pagehome-five .testimonial {
        text-align: right
    }

    .pagehome-five .testimonial .title_block {
        position: absolute;
        top: 40px
    }
}

.pagehome-five .productlist-slider .block-padding .product_list {
    margin-left: -10px;
    margin-right: -10px
}

.lang-rtl .pagehome-five .productlist-slider .block-padding .product_list {
    margin-left: -10px;
    margin-right: -10px
}

#content-hook-order-confirmation-footer .featured-products h1 {
    margin-bottom: 30px
}

#content-hook-order-confirmation-footer .product_list {
    margin-left: -15px;
    margin-right: -15px
}

.lang-rtl #content-hook-order-confirmation-footer .product_list {
    margin-left: -15px;
    margin-right: -15px
}

#content-hook-order-confirmation-footer .product_list .item {
    text-align: center;
    padding: 0px 15px
}

@media (max-width: 767px) {
    #content-hook-order-confirmation-footer .product_list {
        margin-left:-7.5px;
        margin-right: -7.5px
    }

    .lang-rtl #content-hook-order-confirmation-footer .product_list {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    #content-hook-order-confirmation-footer .product_list .item {
        padding: 0px 7.5px
    }
}

#pagenotfound {
    height: 100vh
}

#pagenotfound .modal-backdrop.fade.in {
    display: none
}

@media (min-width: 576px) {
    #pagenotfound {
        overflow:hidden
    }
}

#pagenotfound .container {
    padding-top: 0;
    width: 100%;
    padding: 0
}

#pagenotfound .page-not-found {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px
}

#pagenotfound .page-not-found h4 {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: Josefin Sans, sans-serif;
    line-height: 1.5
}

#pagenotfound .page-not-found .btn {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 6px 19px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-color: #45ab67;
    border: none
}

#pagenotfound .page-not-found .btn:hover {
    background-color: #368751
}

#pagenotfound .page-not-found .btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px
}

.lang-rtl #pagenotfound .page-not-found .btn i {
    margin-left: 10px;
    margin-right: inherit
}

#pagenotfound .page-not-found p {
    margin-bottom: 3.5rem
}

#pagenotfound .page-not-found.style_dark {
    background-color: #00426f;
    color: #fff
}

#pagenotfound .page-not-found.style_dark h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: Josefin Sans, sans-serif;
    margin-top: -6rem;
    margin-bottom: 3.5rem
}

#pagenotfound .page-not-found.style_light h1 {
    font-size: 10rem;
    font-weight: bold;
    font-family: Josefin Sans, sans-serif;
    color: #fe8126
}

#pagenotfound .page-not-found.style_light h2 {
    font-size: 2.4rem;
    font-family: Josefin Sans, sans-serif;
    color: #111;
    margin-bottom: 50px
}

@media (max-width: 1600px) {
    #pagenotfound .page-not-found img {
        max-height:500px
    }

    #pagenotfound .page-not-found.style_light h1 {
        font-size: 6rem
    }

    #pagenotfound .page-not-found.style_light h2 {
        margin-bottom: 30px;
        font-size: 2rem
    }
}

@media (max-width: 1366px) {
    #pagenotfound .page-not-found.style_dark img {
        max-height:315px
    }

    #pagenotfound .page-not-found.style_light img {
        max-height: 400px
    }
}

@media (max-height: 500px) {
    #pagenotfound .page-not-found img {
        max-height:160px
    }

    #pagenotfound .page-not-found.style_light h1 {
        font-size: 5rem
    }

    #pagenotfound .page-not-found.style_light h2 {
        margin-bottom: 10px
    }

    #pagenotfound .page-not-found.style_dark h2 {
        font-size: 2rem;
        margin-top: -2rem;
        margin-bottom: 1.5rem
    }
}

#pagenotfound #stickymenu_bottom_mobile,#pagenotfound #_desktop_back_top,#pagenotfound .footer,#pagenotfound #header {
    display: none
}

@media (max-width: 767px) {
    #pagenotfound .content-404 {
        margin-top:40px
    }

    #pagenotfound .page-not-found {
        font-size: 1.4rem
    }

    #pagenotfound .page-not-found .image {
        margin-bottom: 2.5rem
    }
}

@media (min-width: 2000px) {
    .header-2 .container,.header-3 .container,.footer-two > .inner-footer > .container,.pagehome-three > .container,.pagehome-two > .container {
        width:100% !important
    }

    .nov-image .effect_4 a {
        display: block
    }

    .nov-image .effect_4 a img {
        width: 100%
    }

    .groupproductlist .group-catelist-content .cate-child-vertical {
        min-width: 495px
    }

    .groupproductlist .group-catelist-content .banner-img img {
        width: 100%
    }

    .product-tabs-banner .banner-img a {
        display: block
    }

    .product-tabs-banner .banner-img a img {
        width: 100%
    }

    .product-tabs .w-tab .list-tabs .nav-item .nav-link.active:before {
        top: -5px
    }
}

@media (min-width: 1660px) and (max-width:1850px) {
    .groupproductlist .group-catelist-content .cate-child-vertical {
        min-width:305px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul > li {
        padding: 6px 0px
    }
}

@media (max-width: 1629px) {
    .header-top-right .block_hotline {
        display:none !important
    }
}

@media (min-width: 1200px) and (max-width:1629px) {
    .groupproductlist .group-catelist-content .title_category {
        font-size:2rem;
        padding: 20px 0px 15px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical {
        width: 32%;
        padding: 0px 15px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul {
        margin-top: 10px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul > li {
        padding: 3px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .view-all {
        padding: 10px 0px 20px 0px
    }

    .groupproductlist .group-catelist-content .banner-img {
        width: 68%
    }

    .groupproductlist .block_content .product-miniature.item-one .product-description .product-title a {
        max-width: 133px;
        font-size: 14px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (min-width: 1200px) {
    .col-47-5 {
        padding-left:115px
    }

    .lang-rtl .col-47-5 {
        padding-right: 115px;
        padding-left: inherit
    }

    .header-3 .header-top .menu-center {
        -webkit-box-flex: 0 0 45%;
        -moz-box-flex: 0 0 45%;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .header-3 .header-top .block-right {
        -webkit-box-flex: 0 0 30%;
        -moz-box-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .page-home.pagehome-three .container > .row,.page-home.pagehome-one .container > .row,.page-home.pagehome-two .container > .row {
        margin-left: 0px;
        margin-right: 0px
    }

    .lang-rtl .page-home.pagehome-three .container > .row,.lang-rtl .page-home.pagehome-one .container > .row,.lang-rtl .page-home.pagehome-two .container > .row {
        margin-left: 0px;
        margin-right: 0px
    }

    .block_info .container > .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .lang-rtl .block_info .container > .row {
        margin-left: -15px;
        margin-right: -15px
    }

    #category #wrapper-site .sidebar {
        max-width: 300px
    }

    #category #wrapper-site .left-column {
        max-width: calc(100% - 300px);
        -webkit-box-flex: calc(100% - 300px);
        -moz-box-flex: calc(100% - 300px);
        -webkit-flex: calc(100% - 300px);
        -ms-flex: calc(100% - 300px);
        flex: calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 0px 15px
    }

    #categories-product #js-product-list .product_list.grid_5 .item {
        padding-top: 15px;
        -webkit-box-flex: 20%;
        -moz-box-flex: 20%;
        -webkit-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    #categories-product #js-product-list .product_list.grid_4 .item {
        padding-top: 15px;
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    #categories-product #js-product-list .product_list.grid_3 .item {
        padding-top: 15px;
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    #categories-product #js-product-list .product_list.grid_2 .item {
        padding-top: 15px;
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    #categories-product #js-product-list .product_list.list .item {
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    .nov-groupbanner .banner-left {
        padding-left: 0px
    }

    .lang-rtl .nov-groupbanner .banner-left {
        padding-right: 0px;
        padding-left: inherit
    }

    .banner-brand.nov-image {
        -webkit-transform: translateX(-66px);
        -ms-transform: translateX(-66px);
        transform: translateX(-66px)
    }

    .lang-rtl .banner-brand.nov-image {
        -webkit-transform: translateX(66px);
        -ms-transform: translateX(66px);
        transform: translateX(66px)
    }

    .pagehome-five .nov-manufacture {
        padding-top: 75px
    }
}

@media (max-width: 1199px) {
    #header #_desktop_language_selector,#header #_desktop_currency_selector {
        margin-right:15px
    }

    .lang-rtl #header #_desktop_language_selector,.lang-rtl #header #_desktop_currency_selector {
        margin-left: 15px;
        margin-right: inherit
    }

    #header.header-2 .mywishlist {
        display: none
    }

    .nov-policy.col-md-3 {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .pagehome-one .slide1 {
        padding-left: 238px;
        padding-right: 0px;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lang-rtl .pagehome-one .slide1 {
        padding-left: 0px;
        padding-right: 238px
    }

    .pagehome-one .product-left {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .pagehome-one .product-left {
        padding-left: 0px;
        padding-right: 0px
    }

    .footer.footer-one .nov-policy:nth-last-child(2n + 1) {
        border-right: none
    }

    .lang-rtl .footer.footer-one .nov-policy:nth-last-child(2n + 1) {
        border-left: none;
        border-right: initial
    }

    .footer.footer-four .newsletter-footer .block_newsletter {
        display: inline-block;
        min-width: 500px
    }

    #nav-top .change-type-mobile .change-type .grid-type3 {
        display: none
    }

    #nav-top .total-fiter {
        padding-left: 0px
    }

    .lang-rtl #nav-top .total-fiter {
        padding-right: 0px;
        padding-left: inherit
    }

    #nav-top .total-fiter .sort-by-row {
        margin-left: -25px
    }

    .lang-rtl #nav-top .total-fiter .sort-by-row {
        margin-right: -25px;
        margin-left: inherit
    }

    #nav-top .total-fiter .sort-by-row .total-products {
        padding-right: 10px
    }

    .lang-rtl #nav-top .total-fiter .sort-by-row .total-products {
        padding-left: 10px;
        padding-right: inherit
    }

    #nav-top .total-fiter .sort-by-row .change-type .grid-type4 {
        display: none
    }

    .product-tabs-banner .product-miniature.item-one .product-description .product-title {
        min-height: 61px
    }
}

@media (min-width: 992px) {
    html {
        font-size:62.5%
    }

    .col-60-83 {
        max-width: 60.83333%;
        -webkit-box-flex: 0 0 60.83333%;
        -moz-box-flex: 0 0 60.83333%;
        -webkit-flex: 0 0 60.83333%;
        -ms-flex: 0 0 60.83333%;
        flex: 0 0 60.83333%
    }

    .col-39-16 {
        max-width: 39.16667%;
        -webkit-box-flex: 0 0 39.16667%;
        -moz-box-flex: 0 0 39.16667%;
        -webkit-flex: 0 0 39.16667%;
        -ms-flex: 0 0 39.16667%;
        flex: 0 0 39.16667%
    }

    .col-52-5 {
        max-width: 46.667%;
        -webkit-box-flex: 0 0 46.667%;
        -moz-box-flex: 0 0 46.667%;
        -webkit-flex: 0 0 46.667%;
        -ms-flex: 0 0 46.667%;
        flex: 0 0 46.667%
    }

    .col-47-5 {
        max-width: 53.33%;
        -webkit-box-flex: 0 0 53.33%;
        -moz-box-flex: 0 0 53.33%;
        -webkit-flex: 0 0 53.33%;
        -ms-flex: 0 0 53.33%;
        flex: 0 0 53.33%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #header.header-4 .nov-megamenu .menu > li,#header.header-1 .nov-megamenu .menu > li {
        margin-left:7px;
        margin-right: 7px
    }

    .lang-rtl #header.header-4 .nov-megamenu .menu > li,.lang-rtl #header.header-1 .nov-megamenu .menu > li {
        margin-left: 7px;
        margin-right: 7px
    }

    #header.header-4 .nov-megamenu .menu > li > a,#header.header-1 .nov-megamenu .menu > li > a {
        font-size: 1.5rem
    }

    #categories-product #js-product-list .product_list.grid_3 .item {
        padding-left: 5px;
        padding-right: 5px
    }

    .lang-rtl #categories-product #js-product-list .product_list.grid_3 .item {
        padding-left: 5px;
        padding-right: 5px
    }

    #categories-product #js-product-list .product_list.grid_3 .item .product-miniature .add-to-cart {
        font-size: 8px
    }

    #categories-product #js-product-list .product_list.grid_5 .item {
        padding-top: 10px;
        -webkit-box-flex: 25%;
        -moz-box-flex: 25%;
        -webkit-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    .lang-rtl #categories-product #js-product-list .product_list.grid_5 .item {
        padding-left: 8px;
        padding-right: 8px
    }

    #categories-product #js-product-list .product_list.grid_4 .item {
        padding-top: 10px;
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    .lang-rtl #categories-product #js-product-list .product_list.grid_4 .item {
        padding-left: 8px;
        padding-right: 8px
    }

    #categories-product #js-product-list .product_list.grid_3 .item {
        padding-top: 10px;
        -webkit-box-flex: 33.33333%;
        -moz-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    #categories-product #js-product-list .product_list.list .item {
        -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s
    }

    .groupproductlist .group-catelist-content {
        -webkit-box-flex: 60.7%;
        -moz-box-flex: 60.7%;
        -webkit-flex: 60.7%;
        -ms-flex: 60.7%;
        flex: 60.7%;
        max-width: 60.7%
    }

    .groupproductlist .group-catelist-content .title_category {
        font-size: 2rem;
        padding: 20px 0px 15px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical {
        width: 30%;
        padding: 0px 15px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul {
        margin-top: 10px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul > li {
        padding: 1px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul > li > a {
        font-size: 13px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .view-all {
        padding: 10px 0px 20px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical .view-all a {
        font-size: 1.3rem
    }

    .groupproductlist .group-catelist-content .banner-img {
        width: 70%
    }

    .groupproductlist .block_content {
        -webkit-box-flex: 39.3%;
        -moz-box-flex: 39.3%;
        -webkit-flex: 39.3%;
        -ms-flex: 39.3%;
        flex: 39.3%;
        max-width: 39.3%
    }

    .groupproductlist .block_content .product-miniature.item-one .product-description .product-title a {
        max-width: 133px;
        font-size: 14px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .product-benefits .custom-wrapper .custom_groups {
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .product-benefits .custom-wrapper .custom_groups {
        padding-left: 0px;
        padding-right: 0px
    }

    .product-benefits .custom-wrapper .custom_text .policy-icon {
        height: 55px;
        width: 55px;
        line-height: 55px;
        margin-right: 10px
    }

    .lang-rtl .product-benefits .custom-wrapper .custom_text .policy-icon {
        margin-left: 10px;
        margin-right: inherit
    }

    .product-benefits .custom-wrapper .custom_text .title-setting {
        max-width: 170px
    }

    .pagehome-five .policy {
        padding-bottom: 50px
    }

    .pagehome-three .nov-producttab {
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .pagehome-three .nov-producttab {
        padding-left: 0px;
        padding-right: 0px
    }

    .pagehome-three .nov-producttab .product_tab_content .block-margin .block-padding {
        padding-left: 5px;
        padding-right: 5px
    }

    .lang-rtl .pagehome-three .nov-producttab .product_tab_content .block-margin .block-padding {
        padding-left: 5px;
        padding-right: 5px
    }

    .pagehome-three .product-tabs-banner .block-product {
        padding-left: 10px;
        padding-right: 10px
    }

    .lang-rtl .pagehome-three .product-tabs-banner .block-product {
        padding-left: 10px;
        padding-right: 10px
    }

    .footer.footer-two .footer_canter p {
        line-height: 24px
    }

    .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-right: none
    }

    .lang-rtl .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-left: none;
        border-right: initial
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #header.header-1 .container,#header.header-2 .container {
        padding-left:0px;
        padding-right: 0px
    }

    .lang-rtl #header.header-1 .container,.lang-rtl #header.header-2 .container {
        padding-left: 0px;
        padding-right: 0px
    }

    #header.header-3 .container {
        width: 100%
    }

    .menu_vertical .nov-megamenu .menu > li.group > .dropdown-menu {
        padding: 15px 30px 15px 15px
    }

    .lang-rtl .menu_vertical .nov-megamenu .menu > li.group > .dropdown-menu {
        padding: 15px 15px 15px 30px
    }

    .menu_vertical .nov-megamenu .menu > li.group.group-full > .dropdown-menu .menu-content ul {
        padding-bottom: 10px
    }

    .menu_vertical .slide-menu {
        margin-bottom: 20px
    }

    .header-4 .nov-megamenu .menu > li.group.group-full > .dropdown-menu,.header-1 .nov-megamenu .menu > li.group.group-full > .dropdown-menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lang-rtl .header-4 .nov-megamenu .menu > li.group.group-full > .dropdown-menu,.lang-rtl .header-1 .nov-megamenu .menu > li.group.group-full > .dropdown-menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .pagehome-one .slide1 {
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .pagehome-one .slide1 {
        padding-left: 0px;
        padding-right: 0px
    }

    .verticalmenu .menu li.item .dropdown-menu .menu-content > .no-flow .col-lg-6 {
        padding-left: 0px;
        padding-right: 0px
    }

    .footer .block-socials .block_content {
        padding-bottom: 15px
    }

    .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-right: none
    }

    .lang-rtl .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-left: none;
        border-right: initial
    }

    .groupproductlist .title_category {
        padding: 25px 0px 20px 0px
    }

    .groupproductlist .group-catelist-content .cate-child-vertical ul > li {
        padding: 4px 0px
    }

    .groupproductlist .product-miniature.item-one .product-description .product-title {
        min-height: 61px
    }

    .custom-wrapper .custom_groups {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .custom-wrapper .benefits-img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
}

@media (min-width: 768px) {
    body#index #header.header-4,body#index #header.header-1 {
        position:absolute;
        width: 100%;
        z-index: 1021;
        top: 0px;
        left: 0px;
        right: 0px;
        min-height: 90px;
        background: transparent
    }

    .col-md-cus-5 {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0 0 20%;
        -moz-box-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-4-9 {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0 0 44.44444%;
        -moz-box-flex: 0 0 44.44444%;
        -webkit-flex: 0 0 44.44444%;
        -ms-flex: 0 0 44.44444%;
        flex: 0 0 44.44444%;
        max-width: 44.44444%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-5-9 {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0 0 55.55556%;
        -moz-box-flex: 0 0 55.55556%;
        -webkit-flex: 0 0 55.55556%;
        -ms-flex: 0 0 55.55556%;
        flex: 0 0 55.55556%;
        max-width: 55.55556%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: unset
    }

    #header.active .settings-canvas:not(.active) {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }
}

@media (max-width: 991px) {
    html {
        font-size:52%
    }

    body {
        -webkit-overflow-scrolling: touch
    }

    .breadcrumb {
        margin-bottom: 4rem
    }

    #nav-top {
        margin-bottom: 20px
    }

    #js-product-list-bottom {
        text-align: center
    }

    #js-product-list-bottom:before {
        display: none
    }

    .filter-button {
        margin-top: 15px
    }

    .pagination > div:last-child {
        text-align: center
    }

    .product_list.grid .product-miniature.item-one:hover .product-price-and-shipping {
        opacity: 1
    }

    .product-tabs-banner .text-center .title_block {
        font-size: 4rem
    }

    .tabs .nav-tabs {
        overflow: auto
    }

    .tabs .nav-tabs .nav-item {
        display: inline-block;
        white-space: nowrap
    }

    .tabs .nav-tabs .nav-link {
        font-size: 1.6rem !important
    }

    .page-home.pagehome-five #nov-slider {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .page-home.pagehome-five .grow-best-food2 .background-row {
        background: transparent !important
    }

    .post-page .pagination {
        margin-top: 1rem;
        margin-bottom: 2rem
    }

    .footer.footer-four .information:after {
        display: none
    }

    .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-right: none
    }

    .lang-rtl .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-left: none;
        border-right: initial
    }

    .footer.footer-four .menu_footer ul {
        text-align: center
    }

    .change-type .grid-type5 {
        display: none
    }

    .home-brand > .block {
        padding-top: 50px
    }

    .home-brand > .block .title_block {
        text-align: center
    }
}

@media (max-width: 767px) {
    .flex-xs-first {
        -webkit-box-ordinal-group:0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    #left-column,#right-column {
        margin-top: 10px
    }

    #stickymenu_bottom_mobile {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 7px 15px 4px 15px;
        background: #fff;
        -webkit-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.2)
    }

    .lang-rtl #stickymenu_bottom_mobile {
        right: 0;
        left: auto
    }

    .lang-rtl #stickymenu_bottom_mobile {
        padding: 7px 15px 4px 15px
    }

    #stickymenu_bottom_mobile .stickymenu-item a {
        display: inline-block
    }

    #stickymenu_bottom_mobile .stickymenu-item i {
        display: inline-block;
        font-size: 20px;
        color: #000;
        vertical-align: top
    }

    #stickymenu_bottom_mobile .stickymenu-item span {
        display: block;
        margin-top: 5px;
        text-transform: uppercase;
        color: #909090;
        font-size: 10px;
        text-align: center
    }

    #stickymenu_bottom_mobile .stickymenu-item span.value-cart {
        display: none
    }

    #stickymenu_bottom_mobile .stickymenu-item .icon-settings {
        display: inline-block
    }

    #stickymenu_bottom_mobile .stickymenu-item .icon-house {
        width: 21px;
        height: 18px;
        background: url(../img/icon/icon-home.png);
        background-size: contain;
        margin-bottom: 5px;
        display: inline-block
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .blockcart {
        width: 70px;
        margin: auto
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon {
        position: relative
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon .icon-header-cart {
        background: none;
        font-family: 'FontAwesome';
        width: 30px;
        height: 20px;
        font-size: 0 !important;
        font-style: inherit
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon .icon-header-cart:before {
        content: "\f07a";
        font-size: 20px;
        font-family: 'FontAwesome';
        position: relative;
        top: -5px
    }

    #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon .cart-products-count {
        position: absolute;
        top: -5px;
        right: 13px;
        left: auto;
        background: #979797;
        color: #fff;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        min-width: 15px;
        line-height: 15px;
        z-index: 3
    }

    .lang-rtl #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon .cart-products-count {
        left: 13px;
        right: auto
    }

    .lang-rtl #stickymenu_bottom_mobile .stickymenu-item #_mobile_cart_bottom .header-cart .header-cart-icon .cart-products-count {
        right: auto;
        left: auto
    }

    #stickymenu_bottom_mobile .stickymenu-item:hover a {
        color: #000
    }

    #stickymenu_bottom_mobile .stickymenu-item:hover a i {
        color: #000
    }

    #stickymenu_bottom_mobile .stickymenu-item #back-top i {
        margin-bottom: 0;
        margin-top: -3px
    }

    .footer.footer-one {
        background-size: cover
    }

    .footer.footer-five .newsletter-footer {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    #nov-copyright {
        padding-bottom: 80px
    }

    .header-mobile {
        padding: 10px 15px
    }

    .header-mobile .item-mobile-top {
        position: relative;
        cursor: pointer;
    }

    .header-mobile .item-mobile-top i {
        font-size: 24px;
        color: #000
    }

    .header-mobile #_mobile_menutop {
        cursor: pointer
    }

    .header-mobile #_mobile_menutop i {
        font-size: 35px
    }

    .header-mobile .item-mobile-top-left {
        margin-right: 8px
    }

    .lang-rtl .header-mobile .item-mobile-top-left {
        margin-left: 8px;
        margin-right: inherit
    }

    .header-mobile #_mobile_search {
        width: 100%;
        margin-left: 18px;
        margin-right: 15px
    }

    .lang-rtl .header-mobile #_mobile_search {
        margin-left: 15px;
        margin-right: 18px
    }

    .header-4 .header-mobile {
        background: #222
    }

    .header-4 .header-mobile .item-mobile-top i {
        color: #fff
    }

    .mobile-boxpage {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1000;
        padding-bottom: 48px;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }

    .mobile-boxpage.active {
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        top: 0
    }

    .content-boxpage {
        padding: 0;
        overflow-y: scroll
    }

    .content-boxpage .box-header {
        height: 45px;
        background: rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
        padding: 0 15px;
        position: relative;
        z-index: 1001
    }

    .content-boxpage .box-header .title-box {
        text-transform: uppercase;
        color: #000;
        font-size: 16px
    }

    .content-boxpage .box-header .close-box,.content-boxpage .box-header .back-box {
        font-size: 11px;
        color: #979797;
        cursor: pointer
    }

    .content-boxpage .box-header .close-box:hover,.content-boxpage .box-header .back-box:hover {
        color: #000
    }

    .content-boxpage .box-header .back-box {
        display: none
    }

    .content-boxpage .box-header .back-box.active {
        display: block
    }

    .content-boxpage .box-content {
        padding: 10px 15px
    }

    .content-boxpage .box-content #nov-megamenu .nov-megamenu .menu > li {
        border-bottom: 1px dotted #dfdfdf
    }

    #mobile-blockcart .content-boxpage #_mobile_cart .cart_block .cart-block-content {
        box-shadow: none !important
    }

    #checkout #mobile-pageaccount .account-list-content {
        font-size: 13px;
        padding: 0;
        list-style: none;
        margin: 0
    }

    #checkout #mobile-pageaccount .account-list-content li {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #checkout #mobile-pageaccount .account-list-content i {
        display: none
    }

    #checkout #mobile-pageaccount .account-list-content > div {
        padding: 15px 0
    }

    #checkout #mobile-pageaccount .links-currency,#checkout #mobile-pageaccount .links-language {
        font-size: 13px;
        padding: 15px 0;
        position: relative;
        cursor: pointer
    }

    #checkout #mobile-pageaccount .links-currency i,#checkout #mobile-pageaccount .links-language i {
        position: absolute;
        right: -20px;
        top: 20px
    }

    .lang-rtl #checkout #mobile-pageaccount .links-currency i,.lang-rtl #checkout #mobile-pageaccount .links-language i {
        left: -20px;
        right: auto
    }

    #checkout #mobile-pageaccount #box-currency,#checkout #mobile-pageaccount #box-language {
        position: absolute;
        width: 100%;
        top: 45px;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        background: #fff
    }

    .lang-rtl #checkout #mobile-pageaccount #box-currency,.lang-rtl #checkout #mobile-pageaccount #box-language {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    #checkout #mobile-pageaccount #box-currency.active,#checkout #mobile-pageaccount #box-language.active {
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: 100%
    }

    .lang-rtl #checkout #mobile-pageaccount #box-currency.active,.lang-rtl #checkout #mobile-pageaccount #box-language.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    #checkout #mobile-pageaccount #box-currency .item-language,#checkout #mobile-pageaccount #box-language .item-language,#checkout #mobile-pageaccount #box-currency .item-currency,#checkout #mobile-pageaccount #box-language .item-currency {
        padding: 10px 0;
        border-bottom: 1px dotted #eaeaea;
        position: relative
    }

    #checkout #mobile-pageaccount #box-currency .item-language.current:before,#checkout #mobile-pageaccount #box-language .item-language.current:before,#checkout #mobile-pageaccount #box-currency .item-currency.current:before,#checkout #mobile-pageaccount #box-language .item-currency.current:before {
        position: absolute;
        top: 12px;
        right: 0;
        content: '\f26b';
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 14px;
        text-rendering: auto;
        color: #000
    }

    #mobile-pageaccount .account-list-content {
        font-size: 13px;
        padding: 0;
        list-style: none;
        margin: 0
    }

    #mobile-pageaccount .account-list-content li {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #mobile-pageaccount .account-list-content i {
        display: none
    }

    #mobile-pageaccount .account-list-content > div {
        padding: 15px 0
    }

    #mobile-pageaccount .links-currency,#mobile-pageaccount .links-language {
        font-size: 13px;
        padding: 15px 0;
        position: relative;
        cursor: pointer
    }

    #mobile-pageaccount .links-currency i,#mobile-pageaccount .links-language i {
        position: absolute;
        right: -20px;
        top: 20px
    }

    .lang-rtl #mobile-pageaccount .links-currency i,.lang-rtl #mobile-pageaccount .links-language i {
        left: -20px;
        right: auto
    }

    #mobile-pageaccount #box-currency,#mobile-pageaccount #box-language {
        position: absolute;
        width: 100%;
        top: 45px;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        background: #fff
    }

    .lang-rtl #mobile-pageaccount #box-currency,.lang-rtl #mobile-pageaccount #box-language {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    #mobile-pageaccount #box-currency.active,#mobile-pageaccount #box-language.active {
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: 100%
    }

    .lang-rtl #mobile-pageaccount #box-currency.active,.lang-rtl #mobile-pageaccount #box-language.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    #mobile-pageaccount #box-currency .item-language,#mobile-pageaccount #box-language .item-language,#mobile-pageaccount #box-currency .item-currency,#mobile-pageaccount #box-language .item-currency {
        padding: 10px 0;
        border-bottom: 1px dotted #eaeaea;
        position: relative
    }

    #mobile-pageaccount #box-currency .item-language.current:before,#mobile-pageaccount #box-language .item-language.current:before,#mobile-pageaccount #box-currency .item-currency.current:before,#mobile-pageaccount #box-language .item-currency.current:before {
        position: absolute;
        top: 12px;
        right: 0;
        content: '\f26b';
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 14px;
        text-rendering: auto;
        color: #000
    }

    #_mobile_infos {
        position: relative
    }

    #_mobile_infos .nav-info {
        cursor: pointer;
        height: 40px;
        line-height: 50px;
        width: 30px;
        position: relative;
        z-index: 4
    }

    #_mobile_infos .nav-info i {
        font-size: 19px;
        color: #fff
    }

    #_mobile_infos.active .nav-info i {
        color: #000
    }

    #_mobile_infos.active #_mobile_account_list {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        display: block
    }

    #_mobile_cart .header-cart {
        display: none
    }

    #_mobile_cart .blockcart {
        margin: 0
    }

    #_mobile_cart .cart_block {
        width: 100%;
        height: auto;
        right: inherit;
        opacity: 1;
        visibility: visible;
        position: relative;
        min-width: inherit;
        padding-top: 0;
        padding-bottom: 0
    }

    #_mobile_cart .cart_block .cart-products-top {
        display: none
    }

    #_mobile_cart .cart_block ul li {
        padding-left: 0;
        padding-right: 0
    }

    #_mobile_cart .cart_block .cart-subtotals,#_mobile_cart .cart_block .cart-total {
        padding-left: 20px;
        padding-right: 20px
    }

    #mobile_top_menu_wrapper {
        overflow: hidden;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0px;
        bottom: 0px;
        -webkit-overflow-scrolling: touch;
        width: 250px;
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
        background: #fff;
        -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -webkit-overflow-scrolling: touch
    }

    .lang-rtl #mobile_top_menu_wrapper {
        right: 0;
        left: auto
    }

    .lang-rtl #mobile_top_menu_wrapper {
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transform: translateX(250px)
    }

    #mobile_top_menu_wrapper .content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    #mobile_top_menu_wrapper #_mobile_verticalmenu .verticalmenu .menu > li {
        padding-bottom: 10px
    }

    #main-site {
        -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1)
    }

    body.open_nov_mobile_menu {
        overflow-x: hidden
    }

    body.open_nov_mobile_menu #main-site {
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transform: translateX(250px);
        overflow: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1
    }

    .lang-rtl body.open_nov_mobile_menu #main-site {
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px)
    }

    body.open_nov_mobile_menu #mobile_top_menu_wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .lang-rtl body.open_nov_mobile_menu #mobile_top_menu_wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    body.open_nov_mobile_menu .canvas-overlay {
        width: 100%;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition: width 0s 0s, height, 0s 0s, opacity 0.5s 0s;
        -moz-transition: width 0s 0s, height, 0s 0s, opacity 0.5s 0s;
        -ms-transition: width 0s 0s, height, 0s 0s, opacity 0.5s 0s;
        -o-transition: width 0s 0s, height, 0s 0s, opacity 0.5s 0s;
        transition: width 0s 0s, height, 0s 0s, opacity 0.5s 0s
    }

    .nov-canvas-menu {
        width: 250px
    }

    .nov-canvas-menu .casvas-content {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 20px 15px 20px 30px
    }

    .lang-rtl .nov-canvas-menu .casvas-content {
        padding: 20px 30px 20px 15px
    }

    .js-top-menu-bottom {
        margin-top: 20px
    }

    .js-top-menu-bottom .groups-selector {
        margin-left: 0
    }

    .lang-rtl .js-top-menu-bottom .groups-selector {
        margin-right: 0;
        margin-left: inherit
    }

    #categories-product #js-product-list .product_list.grid_5 .item,#categories-product #js-product-list .product_list.grid_4 .item,#categories-product #js-product-list .product_list.grid_3 .item {
        padding-left: 8px;
        padding-right: 8px
    }

    .lang-rtl #categories-product #js-product-list .product_list.grid_5 .item,.lang-rtl #categories-product #js-product-list .product_list.grid_4 .item,.lang-rtl #categories-product #js-product-list .product_list.grid_3 .item {
        padding-left: 8px;
        padding-right: 8px
    }

    #category #_desktop_filter #left-column.sidebar {
        margin-bottom: 0px
    }

    #category #_desktop_filter #left-column.sidebar #search_filters_wrapper {
        display: block !important;
        padding-top: 0px
    }

    #category #_desktop_filter #left-column.sidebar #search_filters .facet .h6 {
        display: block !important;
        margin-bottom: 10px
    }

    #category #_desktop_filter #left-column.sidebar #search_filters .title {
        display: none
    }

    #category #_desktop_filter #left-column #search_filters .facet .collapse {
        display: block
    }

    .groupproductlist .product-miniature.item-one .product-description .product-title {
        min-height: 61px
    }

    .footer.footer-two .Conditions,.footer.footer-two .copyright {
        text-align: center
    }

    .Conditions {
        text-align: center
    }

    .product-benefits .custom-wrapper .custom_text {
        margin-bottom: 40px
    }

    .product-benefits .custom-wrapper .benefits-img {
        margin-bottom: -56px
    }

    .product-benefits .custom-wrapper .custom_groups {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .product-benefits .custom-wrapper .benefits-img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .footer.footer-four .menu_footer ul {
        text-align: center
    }
}

@media (max-width: 767px) {
    #blockcart-modal .modal-body > .row > .col-md-6 {
        padding-top:0
    }

    body#checkout section.checkout-step #customer-form .form-group .col-md-8,body#checkout section.checkout-step #delivery-address .form-group .col-md-8,body#checkout section.checkout-step #invoice-address .form-group .col-md-8 {
        padding-left: 0;
        margin-top: 10px
    }

    .lang-rtl body#checkout section.checkout-step #customer-form .form-group .col-md-8,.lang-rtl body#checkout section.checkout-step #delivery-address .form-group .col-md-8,.lang-rtl body#checkout section.checkout-step #invoice-address .form-group .col-md-8 {
        padding-right: 0;
        padding-left: inherit
    }

    body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 {
        padding-left: 0
    }

    .lang-rtl body#checkout section.checkout-step .js-address-form .col-md-10.offset-md-2 {
        padding-right: 0;
        padding-left: inherit
    }

    body#checkout section.checkout-step .js-address-form {
        padding-left: 0
    }

    .lang-rtl body#checkout section.checkout-step .js-address-form {
        padding-right: 0;
        padding-left: inherit
    }

    body#checkout .block-form-login {
        padding-left: 30px;
        padding-right: 30px
    }

    .product-tabs .w-tab {
        margin-left: auto;
        margin-right: 0px;
        overflow-x: auto;
        padding-left: 15px
    }

    .lang-rtl .product-tabs .w-tab {
        margin-left: 0px;
        margin-right: auto
    }

    .lang-rtl .product-tabs .w-tab {
        padding-right: 15px;
        padding-left: inherit
    }

    .pagehome-one .slide1 {
        padding-left: 0px;
        padding-right: 0px
    }

    .lang-rtl .pagehome-one .slide1 {
        padding-left: 0px;
        padding-right: 0px
    }

    .pagehome-two .policy-top {
        margin-top: 30px
    }

    #categories-product #js-product-list .product_list.grid {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    #categories-product #js-product-list .product_list.grid .item {
        -webkit-box-flex: 50%;
        -moz-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

    #categories-product #js-product-list .product_list.grid.list .item {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .footer.footer-two .nov-policy.col-lg-cus-5,.footer.footer-one .nov-policy.col-lg-cus-5 {
        width: 100%;
        border: none !important;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .footer.footer-two .nov-policy.col-lg-cus-5:first-child,.footer.footer-one .nov-policy.col-lg-cus-5:first-child {
        padding-left: 0px
    }

    .lang-rtl .footer.footer-two .nov-policy.col-lg-cus-5:first-child,.lang-rtl .footer.footer-one .nov-policy.col-lg-cus-5:first-child {
        padding-right: 0px;
        padding-left: inherit
    }

    .footer.footer-two .html-payments,.footer.footer-one .html-payments {
        text-align: center
    }

    .footer.footer-two .html-payments .Payments,.footer.footer-one .html-payments .Payments {
        align-items: center
    }

    .footer.footer-two .html-payments .block_content,.footer.footer-one .html-payments .block_content {
        display: inline-block
    }

    .footer.footer-one .footer-bottom {
        text-align: center
    }

    .breadcrumb {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .breadcrumb .breadcrumb-title {
        font-size: 2rem
    }
}

@media (max-width: 991px) {
    #header.header-2 .blockcart .header-cart .label-header {
        font-size:10px;
        padding-left: 15px
    }

    .lang-rtl #header.header-2 .blockcart .header-cart .label-header {
        padding-right: 15px;
        padding-left: inherit
    }

    #header .contentsticky_logo img {
        max-height: 40px
    }

    .nov-row .background-row {
        background-size: cover
    }

    .pagehome-one .nov-banner .block_content {
        overflow: hidden
    }

    .pagehome-one .banner-top {
        padding: 86px 0 150px
    }

    .pagehome-one .background-row {
        background-repeat: initial !important;
        background-size: cover
    }

    .pagehome-one .custom_image .custom__item-inner {
        max-width: 250px;
        margin: 0 auto 40px;
        text-align: center
    }

    .pagehome-two .policy-two {
        margin-top: 90px
    }

    .pagehome-two .policy-two .nov-policy {
        margin-bottom: 50px
    }

    .col-md-hidden {
        display: none
    }

    .verticalmenu-content .verticalmenu .menu {
        display: block
    }
}

@media (max-width: 575px) {
    .pagehome-one .banner-top .custom_policy {
        overflow:hidden
    }

    .pagehome-one .banner-top .custom_policy .block_item {
        padding: 20px 15px 30px !important;
        border-right: none !important
    }

    .pagehome-one .banner-top .custom_policy .block_item:nth-child(3) {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2)
    }

    #nov-copyright .text-copyright {
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .nov-policy.col-md-3 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pagehome-one .nov-policy .content-policy.style-1 .policy-info {
        max-width: auto
    }

    .pagehome-one .productlist_deal .title-center .title_block .sub_title {
        font-size: 1rem
    }

    .pagehome-one .product-tabs {
        overflow: hidden
    }

    .pagehome-one .product-tabs .title-tab {
        display: block !important
    }

    .pagehome-one .product-tabs .title-tab .nav-item .nav-link {
        border-top: 1px solid #ececec
    }

    .pagehome-one .product-tabs .title-tab .w-tab {
        padding-left: 0px
    }

    .lang-rtl .pagehome-one .product-tabs .title-tab .w-tab {
        padding-right: 0px;
        padding-left: inherit
    }

    .pagehome-one .product-tabs .title-tab .list-tabs .nav-item {
        display: inline-block
    }

    .pagehome-one .product-tabs .title-tab .list-tabs .nav-item:first-child .nav-link {
        border-left: 1px solid #ececec
    }

    .pagehome-one .product-tabs-banner .title-tab {
        display: block !important
    }

    .pagehome-one .product-tabs-banner .title-tab .list-tabs {
        padding-top: 15px;
        text-align: center;
        overflow: auto
    }

    .pagehome-one .product-tabs-banner .title-tab .list-tabs .nav-item {
        display: inline-block
    }

    .pagehome-one .product-tabs-banner .title-tab .list-tabs .nav-item:first-child .nav-link {
        margin-left: 0px
    }

    .lang-rtl .pagehome-one .product-tabs-banner .title-tab .list-tabs .nav-item:first-child .nav-link {
        margin-right: 0px;
        margin-left: inherit
    }

    .nov-productlist .item {
        padding: 7.5px
    }

    .product-tabs .text-center .title_block {
        font-size: 15px
    }

    .product-tabs .list-tabs .nav-item .nav-link {
        padding: 0px 15px
    }

    .footer.footer-one .nov-policy {
        border-right: none
    }

    .lang-rtl .footer.footer-one .nov-policy {
        border-left: none;
        border-right: initial
    }

    .footer.footer-four .nov-policy {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .footer.footer-four .nov-policy:nth-last-child(odd) {
        border-right: none
    }

    .footer.footer-four .newsletter-footer .block_newsletter {
        display: inline-block;
        min-width: 300px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .inner-footer .nov-html.col_xs_6 {
        width: 50%;
    }
}

li.menu-actif > a {
    pointer-events: auto !important;
}

li.menu-actif-deux > a {
    pointer-events: auto !important;
}

@media (max-width: 768px) {
    li.menu-actif-deux {
        display: block;
    }
}

@media (min-width: 769px) {
    li.menu-actif-deux {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .image-slide {
        display: none !important;
    }
}

img.image-slider {
    width: 100%;
    height: auto;
    max-width: 1920px;
}

img.img_300 {
    width: 270px;
    height: auto;
    max-width: 270px;
}

img.img_400 {
    width: 100%;
    height: auto;
    max-width: 300px;
}

div.class_insta {
    width: 100%;
    height: auto;
    max-width: 1920px;
}

/* Image de 1920px pour le haut du site */
.image-slide img {
    width: 100%;
    /* Prend toute la largeur disponible */
    max-width: 1920px;
    /* Limite la largeur à 1920px */
    height: auto;
    /* Conserve le ratio de l'image */
}

/* Image de 300px pour le bas du site */
.logo_central_sub img {
    width: 300px;
    /* Définit une largeur fixe */
    height: auto;
    /* Conserve le ratio de l'image */
    margin: 0 auto;
    /* Centre l'image si nécessaire */
}

@media (max-width: 767px) {
    .logo_central_sub img {
        width: 100%;
        /* Prend toute la largeur disponible */
        max-width: none;
        /* Désactive la limite de 300px */
        height: auto;
        /* Conserve le ratio de l'image */
    }
}

.custom-promo-banner {
    width: 100%;
    background: #111;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}

.custom-promo-banner p, .custom-promo-banner span {
    margin: 0;
}

@media (max-width: 768px) {
    .custom-promo-banner {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .custom-promo-banner {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.3;
    }
}

.current-price {
    font-size: 24px;
}

.old-price {
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 10px;
    color: #888;
}

.product-miniature .thumbnail-container {
    position: relative;
}

.product-miniature .product-flags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.product-miniature .product-flags.discount {
    display: inline-block;
    background: #d71920;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 4px;
}

.product-variants .input-container {
    margin-right: 10px;
}

.product-variants .color-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 52px;
    position: relative;
    cursor: pointer;
}

.product-variants .color-item .input-radio {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 0;
    z-index: 2;
}

.product-variants .color-item .radio-label {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    border: 1px dotted grey;
    background-size: 42px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.product-variants .color-item .color-name {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
}

.product-variants .input-container.color-with-name {
    position: relative;
    min-width: 42px;
    height: 72px;
    /* espace pour le texte */
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-variants .input-container.color-with-name .color-name {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}

.cat-color-count {
    font-size: .85em;
    font-weight: 400;
    color: #666;
    margin-left: 8px;
}

.category-description-wrapper {
    width: 100%;
    clear: both;
}

#category-description {
    position: relative;
    overflow: hidden;
    max-height: none;
    transition: max-height 0.3s ease;
}

#category-description p:last-child {
    margin-bottom: 0;
}

#category-description.is-collapsed {
    max-height: 140px;
}

#category-description.is-expanded {
    max-height: 3000px;
}

#category-description.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.category-description-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    border: 1px solid #222;
    background: #fff;
    color: #222;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.category-description-btn:hover {
    background: #f7f7f7;
}

@media (max-width: 767px) {
    #category .breadcrumb {
        margin: 0 0 10px 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background-size: cover !important;
    }

    #category .breadcrumb-title {
        margin-bottom: 0 !important;
    }

    #category #left-column, #category .sidebar {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
    }

    #category #content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #category .block-category {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    #category .category-description-wrapper {
        margin-top: 10px !important;
    }

    #category .category-description-btn {
        margin-top: 10px !important;
    }
}

.category-description-wrapper {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

#category-description {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
    line-height: 1.6;
    text-align: left;
    box-sizing: border-box;
}

#category-description.is-collapsed {
    max-height: 140px;
}

#category-description.is-expanded {
    max-height: 3000px;
}

#category-description p {
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
}

#category-description p + p {
    margin-top: 12px !important;
}

#category-description.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
