/*
Theme Name: OR-AD Ltd.
Author: WEACTIVE LTD
Author URI: http://www.weactive.co.il
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@font-face {
    font-family: 'Spoiler';
    src: url('fonts/spoilerlightwebfont.eot');
    src: url('fonts/spoilerlightwebfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/spoilerlightwebfont.woff') format('woff'),
    url('fonts/spoilerlightwebfont.ttf') format('truetype'),
    url('fonts/spoilerlightwebfont.svg#SpoilerLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Spoiler';
    src: url('fonts/spoilerregularwebfont.eot');
    src: url('fonts/spoilerregularwebfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/spoilerregularwebfont.woff') format('woff'),
    url('fonts/spoilerregularwebfont.ttf') format('truetype'),
    url('fonts/spoilerregularwebfont.svg#SpoilerRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Spoiler';
    src: url('fonts/spoilerboldwebfont.eot');
    src: url('fonts/spoilerboldwebfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/spoilerboldwebfont.woff') format('woff'),
    url('fonts/spoilerboldwebfont.ttf') format('truetype'),
    url('fonts/spoilerboldwebfont.svg#SpoilerBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Spoiler';
    src: url('fonts/spoilerblackwebfont.eot');
    src: url('fonts/spoilerblackwebfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/spoilerblackwebfont.woff') format('woff'),
    url('fonts/spoilerblackwebfont.ttf') format('truetype'),
    url('fonts/spoilerblackwebfont.svg#SpoilerBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*
 * Header
 */
header .fusion-header > .fusion-row {
    display: flex;
    align-items: center;
}

header .fusion-header .fusion-logo {
    display: flex;
    direction: ltr;
    align-items: center;
    order: 2;
}

header .fusion-header .fusion-logo .orad-logo {
    /*position: absolute;
    left: calc(100% + 15px);
    top: 17.5px;
    width: auto !important;
    max-width: initial;*/
    margin-left: 15px;
}

header .fusion-header .fusion-logo .orad-logo img {
    height: 40px;
    max-width: none;
}

.fusion-logo .fusion-logo-link img {
    height: 85px !important;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.fusion-is-sticky .fusion-logo .fusion-logo-link img {
    max-height: 85px !important;
}

header .fusion-main-menu > ul > li {
    padding-left: 15px !important;
}

header .fusion-main-menu > ul > li:last-child {
    padding-left: 0 !important;
}

header .fusion-main-menu > ul > li:not(:last-child):after {
    content: '';
    height: 16px;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 7.5px;
    top: 50%;
    transform: translateY(-50%);
}

header .fusion-main-menu > ul > li > a {
    position: relative;
    line-height: 40px !important;
    height: 40px !important;
}

header .fusion-main-menu > ul > li > a span {
    color: #2c2828;
}

header .fusion-main-menu .fusion-dropdown-menu {
    overflow: visible;
}

header .fusion-main-menu > ul > li > a:before {
    content: '';
    background: #ed2234;
    position: absolute;
    bottom: 6px;
    height: 2px;
    border-radius: 5px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s ease-out;
    z-index: 5;
    opacity: 0;
}

header .fusion-main-menu > ul > li[class*="current-menu-"] > a:before,
header .fusion-main-menu > ul > li:hover > a:before {
    width: 100%;
}

header .fusion-main-menu > ul > li[class*="current-menu-"] > a > .menu-text{
    position: relative;
    z-index: 10;
}

.fusion-header-wrapper > div[class*="fusion-header-"] {
    height: 85px;
}

.fusion-main-menu {
    margin: 22.5px 0;
    overflow: visible;
}

header .fusion-main-menu .sub-menu {
    margin-top: 0px !important;
    border-top-width: 0 !important;
    background: #ed2134 !important;
    box-shadow: 2px 3px 5px rgba(0,0,0,.3);
    padding-top: 6px;
    padding-bottom: 7px;
    margin-right: -15px;
    opacity: 1 !important;
    border-radius: 10px;
    box-shadow: 10px 15px 20px rgba(0,0,0,.2);
    background: #ed2134 !important;
    padding: 15px;
}

header .fusion-main-menu .sub-menu .sub-menu {
    margin-top: -12px !important;
    margin-right: -5px !important;
}

header .fusion-main-menu .sub-menu li {
    padding: 0 !important;
}

header .fusion-main-menu .sub-menu li:hover {

}

header .fusion-main-menu .sub-menu li a {
    color: #fff !important;
    padding: 3px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    transition: none;
    background-color: transparent !important;
    padding: 2px 0 !important;
    font-size: 18px !important;
    border: 0 !important;
    line-height: 20px;
}

header .fusion-main-menu .sub-menu li:last-child a {
    border-bottom: 0 !important;
}

header .fusion-main-menu .sub-menu li a:hover {
    text-decoration: underline !important;
}

header .fusion-main-menu .sub-menu li:hover a {
}

header .header-menu .sub-menu li.menu-item-has-children > a:after,
header .header-sub-menu li.menu-item-has-children > a:after {
    content: '\f104';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 14px;
    top: 0;
    line-height: 20px;
    padding: 1px 0;
}

.sub-header-container {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 10;

    display: none;
}

.sub-header-container .header-sub-menu {
    float: right;
    margin-right: 20px;
}

.sub-header-container .header-sub-menu > ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.sub-header-container .header-sub-menu > ul.menu > li {
    float: right;
}

.sub-header-container .header-sub-menu > ul.menu > li:not(:last-child) {
    margin-left: 0px;
}
.sub-header-container .header-sub-menu > ul.menu > li:not(:last-child):not(.menu-item-social):not(.sep-disabled):after {
    content: '//';
    margin: 0 10px;
    color: #ed2234;
}
.sub-header-container .header-sub-menu > ul.menu > li > a {
    line-height: 28px;
    font-size: 16px;
    color: rgba(44, 41, 41, 0.8);
}

.sub-header-container .header-sub-menu > ul.menu > li > a:hover {
    color: rgba(44, 41, 41, 1);
    text-decoration: underline;
}

.sub-header-container .header-sub-menu > ul.menu > #menu-item-6099 > a {
    font-weight: 700;
    color: #000;
    color: #f01d2b;
}


.sub-header-container .header-sub-menu > ul.menu > li.menu-item-social {
    margin-right: 5px;
}

.sub-header-container .header-sub-menu > ul.menu > li.sep-disabled {
    margin-left: 15px;
}

.sub-header-container .header-sub-menu > ul.menu > li.menu-item-social a {
    display: block;
}

.sub-header-container .header-sub-menu > ul.menu > li.menu-item-social i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    /* background: #ee2334; */
    color: #ee2334;
    vertical-align: middle;
    border-radius: 50px;
    margin-top: 0px;
    font-size: 16px;
    border: 1px solid #ee2334;
    box-sizing: content-box;
    margin-top: -2px;
    transition: all .25s;
}

.sub-header-container .header-sub-menu > ul.menu > li.menu-item-social a:hover i {
    background-color: #ee2334;
    color: #fff;
    transform: scale(1.25);
}

/*
 * Search Ajax
 */


.header-search .search-form {
}

/*#ajaxsearchliteres1 .results .item .asl_content h3 > a,
.probox .proinput input, div.asl_w .probox .proinput input,
.probox .proinput input::-webkit-input-placeholder {
    font-family: Assistant, Arial, Helvetica, sans-serif !important;
}*/

.header-search div[id^="ajaxsearchlite"] .probox {
    background: #fff;
    box-shadow: none;
    border-top: 0;
    border-bottom: 0;
    padding: 2.5px 5px;
    border: 1px solid #2d292a;
}

.header-search div[id^="ajaxsearchlite"] .probox .proinput input {
    text-align: right;
    direction: rtl;
}

.header-search div[id^="ajaxsearchlite"] .probox .promagnifier {
    box-shadow: none;
}

.header-search div[id^="ajaxsearchlite"] .probox .promagnifier .innericon svg,
.header-search div[id^="ajaxsearchlite"] .probox .prosettings .innericon svg,
.header-search div[id^="ajaxsearchlite"] .probox .proloading svg {
    width: 20px;
}

.sub-header-container div[id*='ajaxsearchlite'].wpdreams_asl_container {
    box-shadow: none;
}

.header-search div[id^="ajaxsearchlite"] .probox .proinput input, div.asl_w .probox .proinput input {
    text-align: right;
    direction: rtl;
}

.header-search div[id^="ajaxsearchlite"] .probox .promagnifier {
    box-shadow: none;
}

.header-search div[id^="ajaxsearchlite"] .probox .promagnifier .innericon svg,
.header-search div[id^="ajaxsearchlite"] .probox .prosettings .innericon svg,
.header-search div[id^="ajaxsearchlite"] .probox .proloading svg {
    width: 20px;
}

#ajaxsearchlitesettings1 {
    display: none !important;
}

#ajaxsearchliteres1 {
    z-index: 99999;
    padding: 0;
    margin-left: 0px;
    box-shadow: none;
    margin-top: -10px;
    box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
}

#ajaxsearchliteres1 .mCSBap_container {
    padding: 0px;
    border: 0;
}

#ajaxsearchliteres1 .mCustomScrollBox {
    direction: rtl;
    box-sizing: border-box;
    border: 1px solid #2d292a;
    border-top: 0;
}

#ajaxsearchliteres1 .mCustomScrollBox .mCSBap_scrollTools {
    width: 20px;
}

#ajaxsearchliteres1 .mCustomScrollBox .mCSBap_scrollTools .mCSBap_buttonUp,
#ajaxsearchliteres1 .mCustomScrollBox .mCSBap_scrollTools .mCSBap_buttonDown {
    padding: 0;
    margin: 0 auto !important;
    height: 5px;
}

#ajaxsearchliteres1 .mCustomScrollBox .mCSBap_scrollTools .mCSBap_buttonDown {
    top: calc(100% - 22px);
}

#ajaxsearchliteres1 .mCustomScrollBox .mCSBap_scrollTools .mCSBap_dragger_bar {
    background: #000;
    box-shadow: none;
}

#ajaxsearchliteres1 .results .item {
    background: none;
    padding: 10px;
    border: 0;
    border-radius: 0;
}

#ajaxsearchliteres1 .results .item .asl_image {
    border: 1px solid #2d292a;
    margin: 0;
    float: right;
    box-sizing: border-box;
}

#ajaxsearchliteres1 .results .item .asl_image,
#ajaxsearchliteres1 .results .item .asl_content h3  {
    height: 50px;
}

#ajaxsearchliteres1 .results .item .asl_content {
    padding: 0;
}
#ajaxsearchliteres1 .results .item .asl_content h3 {
    float: right;
    width: calc(100% - 50px);
    margin: 0;
    direction: rtl;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

#ajaxsearchliteres1 .results .item .asl_content h3 > a {
    color: #000;
    font-size: 16px;
    display: block;
}

#ajaxsearchliteres1 .results .asl_spacer:last-child {
    display: none !important;
}


/*
 * Page title bar
 */

#wrapper .fusion-page-title-bar {
    position: relative;
    border: 0;
}

#wrapper .fusion-page-title-bar > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    background-image: url(images/page-title-bar.jpg);
    display: none;
}

#wrapper .fusion-page-title-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*
 * Breadcrumb
 */
.fusion-breadcrumb-sep {
    font-size: 0;
}
.fusion-breadcrumb-sep:before {
    content: '\f0d9';
    display: inline-block;
    font-size: 12px;
    color: #ed2234;
    font-family: 'FontAwesome';
}

/*
 * Footer
 */
/*.fusion-footer-widget-area {
    background-image: url(/wp-content/uploads/2017/12/elita-logo.png);
    background-repeat: no-repeat !important;
    background-size: 25vw auto !important;
    background-position: 2.5% 95% !important;
    padding-bottom: 125px !important;
}*/

.fusion-footer .fusion-footer-widget-area {
    background: #f7f7f7;
    border: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fusion-widget-area > .fusion-column:nth-child(1) {
    width: 20%;
}

.fusion-widget-area > .fusion-column:nth-child(2) {
    width: 10%;
}

.fusion-widget-area > .fusion-column:nth-child(3) {
    width: 25%;
}
.fusion-widget-area > .fusion-column:nth-child(4) {
    width: 15%;
}
.fusion-widget-area > .fusion-column:nth-child(5) {
    width: 30%;
}

.fusion-footer-widget-column {
    margin-bottom: 25px;
}

.fusion-footer-widget-column.widget_nav_menu .widget-title,
.fusion-footer-widget-column .places ul > li h4{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.fusion-footer-widget-column .places ul > li h4 {
    margin: 0;
}

.fusion-footer-widget-column .places ul > li h4 span {

}

.fusion-footer-widget-column.widget_nav_menu ul.menu > li {
    border: 0;
    padding: 2px 0 !important;
}

.fusion-widget-area > .fusion-column:nth-child(3) .fusion-footer-widget-column.widget_nav_menu ul.menu > li,
    /*.fusion-widget-area > .fusion-column:nth-child(4) .fusion-footer-widget-column.widget_nav_menu ul.menu > li,*/
.fusion-widget-area > .fusion-column:nth-child(5) .fusion-footer-widget-column.widget_nav_menu ul.menu > li {
    width: 50%;
    float: right;
    clear: none;
}

.fusion-widget-area > .fusion-column:nth-child(3) .fusion-footer-widget-column.widget_nav_menu ul.menu > li:nth-child(2n) {
    width: 40%;
}

.fusion-widget-area > .fusion-column:nth-child(3) .fusion-footer-widget-column.widget_nav_menu ul.menu > li:nth-child(2n+1) {
    width: 60%;
}

.fusion-footer-widget-column.widget_nav_menu ul.menu > li > a {

}

.fusion-footer-widget-column.widget_nav_menu ul.menu > li > a:hover {
    text-decoration: underline;
}

.fusion-footer-widget-column.widget_nav_menu ul.menu > li > a:before {
    display: none;
}

.fusion-footer-widget-column .logo {
    margin: 6px 0 25px;
}

.fusion-footer-widget-column .logo img {
    max-width: 155px;
}

.fusion-footer-widget-column .places ul > li {
    font-size: 16px;
}

.fusion-footer-widget-column .places ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.fusion-footer-widget-column .places ul > li .title {
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 5px;
}

.fusion-footer-widget-column .places ul > li .name {
    font-weight: 700;
    color: #f01c2b;
    display: block;
    line-height: 1.4;
}

.fusion-footer-widget-column .places ul > li .address {
    font-weight: 300;
    font-style: normal;
    margin: 0;
    display: block;
}

.fusion-footer-widget-column .places ul > li a {
    display: inline;
}

#wrapper .fusion-footer .fusion-widget-area .current-menu-item > a,
#wrapper .fusion-footer .fusion-widget-area .current_page_item > a {
    color: initial;
}

#wrapper .fusion-footer .fusion-widget-area a:hover {
}

#toTop {
    left: auto !important;
    right: 50px !important;
    bottom: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
}

#toTop:hover {
    background-color: #f01d2c !important;
}

/*
 * Home page
 */

body.home #main {
    padding: 0 !important;
}

#index-slider {
    width: 100%;
    position: relative;
    height: calc(56.25vw - 85px);
}

.admin-bar #index-slider {
    height: calc(56.25vw - 85px - 32px);
}

#index-slider .video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#index-slider .video-wrapper .video-close {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #f01d2c;
    border-radius: 50px;
    box-shadow: -5px 5px 15px rgba(0,0,0,.6);
    transition: all .25s;
}

#index-slider .video-wrapper .video-close:hover {
    background-color: #fff;
}

#index-slider .video-wrapper .video-close:before,
#index-slider .video-wrapper .video-close:after {
    content: '';
    height: 50%;
    top: 50%;
    left: 50%;
    width: 2px;
    background: #000;
    position: absolute;
}

#index-slider .video-wrapper .video-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
#index-slider .video-wrapper .video-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

#index-slider .video-wrapper iframe {
    width: 100%;
    height: 100%;
}

#index-slider .video-wrapper iframe:not(.mobile-player) {
    display: none;
}

#index-slider .video-wrapper iframe.mobile-player {
    display: block;
}

#index-slider .rsArrow {
    position: absolute;
    z-index: 200;
    height: 80px;
    width: 80px;
    display: block;
    top: 50%;
    text-align: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    opacity: .5;
    transform: translateY(-50%);
}

#index-slider .rsArrow:hover {
    opacity: 1;
}

#index-slider .rsArrow .rsArrowIcn {
    display:none;
}

#index-slider .rsArrow:before {
    content: '';
    font-family: FontAwesome;
    color: #fff;
    font-size: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#index-slider .rsArrowRight {
    right: 0;
}
#index-slider .rsArrowRight:before {
    content: '\f105';
}
#index-slider .rsArrowLeft {
    left: 0;
}
#index-slider .rsArrowLeft:before {
    content: '\f104';
}

#index-slider-carousel {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

#index-slider-carousel  .rsSlide {
    background-color: #fff !important;
}

#index-slider-carousel .rsContent {
    position: relative;
}

#index-slider-carousel .rsContent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

#index-slider-carousel .rsContent .rsImg {
    z-index: 1;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;
}

#index-slider-carousel .rsContent > .info {
    text-align: right;
    direction: rtl;
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 340px;
    right: 15%;
    transform: translateY(-50%);
    background: rgba(60, 60, 60, 0.9);
    padding: 25px;
}

/*#index-slider-carousel .rsSlide:nth-child(2n) .rsContent > .info {
    right: auto;
    left: 15%;
}*/

#index-slider-carousel .rsContent > .info .title {
    font-size: 28px;
    color: #fff;
    margin: 0;
    line-height: 1;
}

#index-slider-carousel .rsContent > .info .content {
    display: block;
    height: auto;
}


#index-slider-carousel .rsContent > .info .excerpt {
    margin-top: 10px;
}

#index-slider-carousel .rsContent > .info .excerpt a {
    color: #fff;
}

#index-slider-carousel .rsContent > .info .excerpt p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

#index-slider-carousel .rsContent > .info .link {
    margin-top: 10px;
}

#index-slider-carousel .rsContent > .info .link a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    color: #fff;
    background: #ee2334;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 18px;
    transition: all .2s;
}

#index-slider-carousel .rsContent > .info .link a:hover {
    background: #000;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
    margin: 0 0 0 auto;
    color: #ed2134;
    text-align: right;
}

.fusion-page-title-bar-center .fusion-page-title-secondary {
    width: auto !important;
}

#toTop {
    left: 0 !important;
    right: auto !important;
    bottom: 100px !important;
    width: 50px !important;
    border-radius: 0 3px 3px 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #f01c2b !important;
    opacity: 1 !important;
    box-shadow: 3px 3px 20px rgba(0,0,0,.2) !important;
}
/*
 * woocommerce
 */
.cross-sells .fusion-product-content, .product-category h2, .product-grid-view .fusion-product-content, .related.products .fusion-product-content, .up-sells .fusion-product-content {
    padding: 0;
}

#wrapper .product-category a h2.woocommerce-loop-category__title {
    padding: 15px;
}

#wrapper .fusion-page-title-bar {
    height: 70px;
    border-bottom: 1px solid;
    background-color: #ffffff;
    border-top: 1px solid;
    border-color: #ebeaea;
    box-shadow: 0px 1px 5px rgba(0,0,0,.1);
}
#wrapper .fusion-page-title-bar:before {
    display: none;
}
#wrapper .fusion-page-title-bar > .image {
    display: none;
}

.fusion-page-title-bar .fusion-page-title-captions {
    display: flex;
    align-items: center;
}
.product .product-buttons {
    display: none;
}
.product .featured-image,
.product .product-images .crossfade-images{
    overflow: hidden;
}


.products .product .featured-image,
.products .product .product-images .crossfade-images {

}

.products .product img[src*="/placeholder.png"] {
    filter: grayscale(1);
    opacity: .25;
}

.products .product .featured-image:before,
.products .product .product-images:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    transition: background .25s;
}

/*.products .product .featured-image:after,
.products .product .product-images:after {
    content: '+';
    font-family: sans-serif;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.5);
    background: rgba(42, 190, 197, 0.75);
    width: 50px;
    height: 50px;
    line-height: 45px;
    vertical-align: top;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.products .product:hover .featured-image:before,
.products .product:hover .product-images:before {
    background: rgba(255, 255, 255, 0.65);
}

.products .product:hover .featured-image:after,
.products .product:hover .product-images:after {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}*/
/*
.products-4 .product .featured-image,
.products-4 .product .product-images .crossfade-images{
    height: 282px !important;
}
.products-5 .product .featured-image,
.products-5 .product .product-images .crossfade-images{
    height: 223px !important;
}*/

.product .product-images .crossfade-images,
.product .product-images .featured-image {
    background-color: #fff !important;
}

.product .product-images .crossfade-images img,
.product .product-images .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.woocommerce.archive .woocommerce-pagination {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.woocommerce.archive .woocommerce-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px !important;
    padding: 0 !important;
    border-radius: 50px;
    transition: all .25s;
    vertical-align: top;
}

.woocommerce.archive .woocommerce-pagination .page-numbers:not(.prev):not(.next):hover {
    background-color: #ed2234;
    color: #fff;
}

.woocommerce.archive .woocommerce-pagination .page-numbers.prev {
    margin-left: 15px;
}

.woocommerce.archive .woocommerce-pagination .page-numbers.next {
    margin-right: 15px;
}

.woocommerce-page .lmp_products_loading {

}

.woocommerce-page .lmp_products_loading:not(.lmp_load_more_button) i {
    display: none;
}

.woocommerce-page .lmp_products_loading:before {
    content: '';
    background: url(images/woocommerce/preloader.gif);
    width: 100%;
    height: 32px;
    display: inline-block;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px 0;
}

.woocommerce .products > .product .product-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    position: relative;
    font-weight: 400 !important;
    display: block;
    width: 100%;
    height: 45px;
    vertical-align: top;
}

.woocommerce .products > .product .product-title a,
.woocommerce .products > .product .product-title a:hover {
    transition: none;
    color: #000 !important;
}

.woocommerce .products > .product .product-details-container .fusion-price-rating {
    display: block;
}

.woocommerce .products > .product .product-sku {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	direction: ltr;
}

.woocommerce .products > .product .product-colors-loop {
    text-align: center;
    font-size: 0;
    margin: 5px 0;
    height: 30px;
    padding: 2px 0;
}

.woocommerce .products > .product .product-colors-loop .product-color-item {
    position: relative;
    display: inline-block;
    margin: 0px 2px;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50px;
    padding: 2px;
}

.woocommerce .products > .product .product-colors-loop .product-color-item .color-box {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50px;
    overflow: hidden;
}

.woocommerce .products > .product .product-colors-loop .product-color-item .color-box.non-color:after {
    content: '';
    background: #fff url(images/woocommerce/product-no-color.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.woocommerce .products > .product .product-colors-loop .product-color-item .color-title {
    position: absolute;
    left: 50%;
    font-size: 16px;
    display: none;
    top: -35px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    box-sizing: content-box;
    transform: translateX(-50%);
    background: rgba(0,0,0,.85);
    z-index: 5;
    color: #fff;
    border-radius: 4px;
    width: max-content;
}

.woocommerce .products > .product .product-colors-loop .product-color-item .color-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,.85);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce .products > .product .product-colors-loop .product-color-item:hover .color-title {
    display: block;
}

.woocommerce .products > .product:hover .product-title a,
.woocommerce .products > .product:hover .product-sku {
}

.products .product .product-details {
    padding: 0 10px;
    /* position: relative; */
    transition: all .5s;
    /* border-top: 1px solid; */
}

.products .product:hover .product-details {

}

.products .product:hover .product-details .product-title {

}

.products .product:hover .product-details .product-title a {

}

.products .product:hover .product-details .product-sku {

}

#wrapper .products-5>li {
    margin-right: 0;
}

#wrapper .products-5>li:nth-child(5n+1) {
    margin-right: 0;
}

.products > .product .product-details:before {
}

.products > .product:hover .product-details:before {
}


.product .product-details-container {
    min-height: auto;
    padding: 25px 0 10px 0;
}

.products>li.product {
    border: 0;
    margin-bottom: 10px;
}

.products .fusion-product-wrapper {
    border: 1px solid #eaeaea !important;
}

.products>li.product:hover {
    border-color: #7f7f7f;
}

.woocommerce .catalog-ordering {
    display: none;
}

.woocommerce-page.archive .woocommerce-loop-category__title mark {
    display: none;
}

.woocommerce-page.archive .woocommerce-loop-category__title {
    text-align: center;
}

.woocommerce .products > .product .product-markers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .products > .product .product-markers .product-marker {

}

.woocommerce .products > .product .product-markers .product-marker span {

}

.woocommerce .products > .product .product-markers .product-marker.mark_new,
.woocommerce .products > .product .product-markers .product-marker.mark_soon {
    border: 0;
    position: absolute;
    background: transparent;
    box-shadow: none;
    color: #fff;
    margin: 0;
    width: 92px;
    height: 0;
    border-radius: 0;
    border-bottom: 22px solid #ef2535;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    transform: rotate(45deg);
    top: 8px;
    right: -27px;
    z-index: 5;
}

.product-marker.mark_new:before,.product-marker.mark_new:after {
    content: '';
    position: absolute;
    border-top: 4px solid #9a0814;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.product-marker.mark_new:before {
    left: -22px;
    bottom: -26px;
}

.product-marker.mark_new:after {
    left: 62px;
    bottom: -26px;
}

.woocommerce .products > .product .product-markers .product-marker.mark_new span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
}

.woocommerce .products > .product .product-markers .product-marker.mark_israeli {
    /* background-color: rgba(0, 49, 162, 0.9); */
    background-image: url(images/woocommerce/product-mark-made-in-israel-blue.png);
    background-size: auto 55%;
    background-repeat: no-repeat;
    background-position: center 40%;
    border: 1px solid #002da5;
}

.woocommerce .products > .product .product-markers .product-marker.mark_sale {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    height: 60px;
    z-index: 1;
    background: rgba(226, 16, 35, 0.9);
    border-radius: 50%;
    color: #fff;
    line-height: 56px;
    white-space: nowrap;
    font-size: 14px;
    box-shadow: 0px 0px 3px rgb(239, 36, 53);
    border: 2px solid #fff;
}

.woocommerce .products > .product .product-markers .product-marker.mark_out_of_stock,
.woocommerce .products > .product .product-markers .product-marker.mark_back_to_stock {
    top: 100%;
    position: absolute;
    width: 100%;
    font-size: 15px;
    height: 24px;
    line-height: 22px;
    margin-top: -1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

.woocommerce .products > .product .product-markers .product-marker.mark_out_of_stock {
    /*background: rgba(226, 24, 41, 0.9);
    background: #d64553;*/

    color: #ed2134;
}

.woocommerce .products > .product .product-markers .product-marker.mark_back_to_stock {
    /*background: rgba(49, 154, 110, 0.9);
    background: #49a07c;*/
    color: #4ab57e;
}

.product.attributes-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 1;
    pointer-events: none;
}

/*
 * Single Product
 */
/*.single-product.woocommerce :not(.summary) section:not([id="content"]) {
	margin-top: 25px;
    border-top: 1px solid #ddd;
	padding-top: 25px;
}*/

.single-product #main {
    border-top: 1px solid #eaeaea;
    padding-top: 45px;
}
.single-product .fusion-page-title-bar {
    display: none;
}
.single-product.woocommerce-product-details__short-description {
    margin-top: 20px;
    clear: both;

    margin-top: 10px;
}

.single-product.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.single-product.woocommerce .specifications {
    margin-top: 20px;
    display: none;
}

.single-product.woocommerce .specifications table {
    min-width: 50%;
}

.single-product.woocommerce .specifications .product-variation-item table {
    width: 100%;
}

.single-product.woocommerce .specifications table th,
.single-product.woocommerce .specifications table td {
    text-align: right;
    padding: 10px 0;
    font-size: 16px;
}

.single-product.woocommerce .specifications.technical-attributes table td {
    padding: 5px 0;
}

.single-product.woocommerce .specifications.technical-attributes table td.name {
    width: 115px;
    vertical-align: top;
    font-weight: 300;
}

.single-product.woocommerce .specifications.technical-attributes table td.value {

}

.single-product.woocommerce .specifications.technical-attributes table tr[data-attribute="sku"] td.value {
    direction: ltr;
}

.single-product.woocommerce .specifications table th {
    font-weight: 300;
    border-bottom: 1px solid #000;
}

.single-product.woocommerce .specifications table .file {
    width: 120px;
    text-align: center;
}

.single-product.woocommerce .specifications table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.single-product.woocommerce .specifications table td {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-product.woocommerce .specifications table tr td.file a {
    text-decoration: underline;
    transition: none;
}
.single-product.woocommerce .specifications table tr:hover td.file a {

}

.single-product.woocommerce .specifications.technical-variations table td {

}

.single-product.woocommerce .specifications.technical-variations table tr:hover td {

}

.single-product.woocommerce .attributes .product-colors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 5px;
}

.single-product.woocommerce .attributes .product-colors ul > li {
    float: right;

    width: 40px;
    height: 40px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50px;
    padding: 5px;
    position: relative;
}


.single-product.woocommerce .attributes .product-colors ul > li:not(:last-child) {
    margin-left: 20px;

    margin-left: 10px;
}

.single-product.woocommerce .attributes .product-colors ul > li .color-box {
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 0;
    transition: all .25s;
    transform: scale(0.9);
    position: relative;
    border: 2px solid #929292;
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 0;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,.3);
    cursor: help;
    overflow: hidden;
}

.single-product.woocommerce .attributes .product-colors ul > li .color-box.non-color:after {
    content: '';
    background: #fff url(images/woocommerce/product-no-color.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.single-product.woocommerce .attributes .product-colors ul > li:hover .color-box {
    transform: scale(1);
}

.single-product.woocommerce .attributes .product-colors ul > li .color-title {
    float: right;
    line-height: 22px;
    margin-right: 10px;

    display: none;
    position: absolute;
    right: 50%;
    top: 100%;
    margin: 0;
    width: max-content;
    max-width: 100px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.4);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    z-index: 10;
    margin-top: 10px;
    transform: translateX(50%);
    background: #fff;
}

.single-product.woocommerce .attributes .product-colors ul > li .color-title:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    background: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.single-product.woocommerce .attributes .product-colors ul > li:hover .color-title {
    display: block;
}

.single-product.woocommerce .cart {
    display: none !important;
}

.single-product .entry-summary .summary-container .avada-availability {
    display: none !important;
}


.single-product #main .summary .product_title {
    color: #29bec5;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    display: none;
}

.single-product.woocommerce-product-gallery__image {
    text-align: center;


    height: 100%;
    display: flex !important;
    align-items: center;
}


.single-product .product .entry-summary .price {
    display: none;
}
.single-product.woocommerce #main .title {
    display: block;
    margin: 0;
}
.single-product.woocommerce #main .title h3 {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #29bec5 !important;
    color: #000 !important;
    display: block;
    margin: 0;
    margin-bottom: 25px;
    text-align: center !important;
}

.single-product.woocommerce #main .summary .title h3 {
    font-size: 18px !important;
    text-align: right !important;
    margin-bottom: 5px !important;
    color: #ee2334 !important;

    color: #4a4748 !important;
    font-weight: 800 !important;
}

.single-product.woocommerce #main .product-border,
.single-product.woocommerce #main .title-sep-container {
    display: none !important;
}

.related.products, .upsells.products {
    border-top: 1px solid #eaeaea;
    margin-top: 15px !important;
    padding-top: 25px;
}

#main .related.products > h2,
#main .upsells.products > h2,
#main #product-variations-section .heading-title {
    text-align: right;
    margin: 0 0 25px 0;
    font-size: 32px;
    font-weight: 500;
}

.single-product #main .product .images {
    margin-left: 0;
    width: 650px;
    padding-left: 0;
}

.single-product #main .product .images .flex-viewport {
    height: auto !important;
    padding-top: 100%;
}

.single-product #main .product .avada-single-product-gallery-wrapper {
    float: left;
    margin-bottom: 0 !important;
    margin-left: 0;
}

.single-product #main .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute;
    top: 0;
    margin: 0;
    width: 85px;
    left: 100%;
    margin-left: 5px;
}

.single-product #main .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product #main .product .summary.entry-summary {
    float: right;
    margin-right: 0;
    width: calc(100% - 650px);
    position: relative;
    padding-left: 95px;
}

.single-product #main .woocommerce-product-gallery__trigger {
    width: 50px;
    height: 50px;
    right: auto;
    left: 0;
    background: #fff;
    margin: 10px;
}
.single-product #main .woocommerce-product-gallery__trigger:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: FontAwesome;
    content: '\f065';
    color: #ed2235;
    font-size: 24px;
}

.single-product #main .woocommerce-product-gallery__trigger:hover {
    transform: scale(1.1);
}

.single-product #main  .woocommerce-product-gallery__trigger:hover:after {

}

.single-product.woocommerce-product-gallery .zoomImg {
    background-color: #fff;
}

.single-product.woocommerce-product-gallery .flex-direction-nav {
    display: block;
}

.single-product.woocommerce-gallery {
    float: left;
}

.single-product .product .woocommerce-product-icons {
    clear: both;
    margin-top: 15px;
    float: left;
}

.single-product .product .woocommerce-product-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.single-product .product .woocommerce-product-icons ul > li {
    float: right;
    width: 55px;
    border: 1px solid #cfcfcf;
    transition: all .35s ease-in-out;
}

.single-product .product .woocommerce-product-icons ul > li:not(:last-child) {
    margin-left: 15px;
    margin-bottom: 15px;
}

.single-product .product .woocommerce-product-icons ul > li:hover {
}

.single-product .product .woocommerce-product-icons ul > li img {
    opacity: .6;
    transition: all .2s ease-in-out;
}

.single-product .product .woocommerce-product-icons ul > li:hover img {
    opacity: 1;
}

.single-product .summary .specifications.technical-attributes .file {
    margin-top: 10px;
}

.single-product .summary .specifications.technical-attributes .product-variation-item .file {
    border-top: 2px solid #929292;
    padding-top: 10px;
    padding-bottom: 5px;
}
.single-product .summary .specifications.technical-attributes .file a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 36px;
}
.single-product .summary .specifications.technical-attributes .file i {
    margin-left: 8px;
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-sizing: content-box;
    background: #ee2334;
    transition: all .25s;
}

.single-product .summary .specifications.technical-attributes .file a:hover i {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.single-product .summary .specifications.technical-attributes .file a:hover i:before {
    /*content: '\f0ed';*/
}

.woocommerce .fusion-breadcrumbs {
    font-size: 14px;
}

.single-product .fusion-breadcrumbs {
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: -32.5px;
}

.woocommerce .fusion-breadcrumbs i {
    margin: 0 5px;
}

.woocommerce .fusion-breadcrumbs a {
    color: #000;
}

.woocommerce .fusion-breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}

.single-product .product-header-attributes {
    clear: both;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    padding-bottom: 15px;
}

.single-product .product-header-attributes > div {
    float: right;
}

.single-product .product-header-attributes > div:not(:last-child) {
    margin-left: 50px;
}

.single-product .product-header-attributes > div .label {
    font-size: 18px;
    color: #ee2334;
}

.single-product .product-header-attributes > div .value {
    margin: 0;
    font-size: 18px;
    font-weight: 300 !important;
    color: #000 !important;
    line-height: 1.5 !important;
}

.single-product .product-header-attributes > div:not(.product-category) .value {
    font-weight: 700 !important;
}

.single-product .product-header-attributes .product-sku .value {
    direction: ltr;
}

.single-product .product-header-attributes > div.product-category .value span:not(:last-child):after {
    content: '//';
    margin: 0 8px;
    font-size: 14px;
    vertical-align: middle;
    float: right;
    line-height: 31px;
    color: #ee2334;
    height: 27px;
}

.single-product .product-header-attributes > div.product-category .value span a {
    float: right;
    text-decoration: underline;
}

.single-product .product-variations-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.single-product .product-variations-list .product-variation-item {
    border-bottom: 1px solid #ddd;
}

.single-product .product-variations-list .product-variation-item:first-child {
    border-top: 1px solid #ddd;
}

.single-product .product-variations-list .product-variation-item.open {

}

.single-product .product-variations-list .product-variation-item > a {
    color: #000;
    padding: 10px;
    display: block;
}

.single-product .product-variations-list .product-variation-item.open > a {
    color: #fff;
    background-color: #ee2334;
}

.single-product .product-variations-list .product-variation-item > a:before {
    content: '+';
    font-family: monospace;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
    line-height: 20px;
    background: #ee2334;
    width: 20px;
    text-align: center;
    border-radius: 0px;
    margin-top: -2px;
}

.single-product .product-variations-list .product-variation-item.open > a:before {
    background-color: #fff;
    color: #ee2334;
    content: '-';
}

.single-product .product-variations-list .product-variation-item .attributes {
    display: none;
    padding: 10px;
}

.single-product .product-variations-list .product-variation-item.open .attributes {
    display: block;
}

.single-product .product-variations-list .product-variation-item .attributes table tr:last-child {
    border-bottom: 0 !important;
}

.single-product.woocommerce-gallery .flex-direction-nav a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    position: absolute;
    top: calc(500px / 2);
    transform: translateY(-50%) !important;
    display: block;
    z-index: 1;
    height: auto;
    text-indent: unset;
    opacity: 1;
    margin: 0px 5px;
    border-radius: 50px;
    background: transparent;
    outline: none;
    color: #ed2234;
    font-size: 36px;
    text-shadow: 0px 0px 2px rgba(0,0,0,.3);
}

.single-product.woocommerce-gallery .flex-control-thumbs img {
    border: 1px solid #ccc;
}


/*
 * lightbox
 */
.pswp {
    z-index: 99999;
}
.pswp__caption__center {
    text-align: center !important;
    direction: rtl !important;
    color: #fff !important;
    font-size: 16px !important;
}

/* Projects */
.page-template-projects #main > .fusion-row,
.tax-project_category #main > .fusion-row {
    max-width: 100%;
}

.projects-items {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    clear: both;
}

.projects-items .project-item {
    float: right;
    width: 25%;
    padding: 5px;
}

.projects-items .project-item:nth-child(4n+1) {
    clear: right;
}

.projects-items .project-item a {
    display: block;
    overflow: hidden;
    position: relative;
}
.projects-items .project-item .image {
    overflow: hidden;
    position: relative;
}

.projects-items .project-item .image img {
    /*filter: grayscale(.5);*/
    transition: all .35s;
}

.projects-items .project-item:hover .image img {
    transform: scale(1.15);
    /*filter: grayscale(0);*/
}

.projects-items .project-item .project-title {
    margin: 0;
    font-size: 26px !important;
    text-align: center;
    line-height: 1.5 !important;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    background: rgba(4,4,4,.8);
    width: 100%;
    color: #fff !important;
    transition: all .35s;
}

.projects-items .project-item:hover .project-title {
    bottom: -100%;
}

.projects-items .project-item .image .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(238, 35, 52, 0.85);
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all .25s;
}

.projects-items .project-item:hover .image .overlay {
    opacity: 1;
}

.projects-items .project-item .image .overlay .overlay-content {
    text-align: center;
    width: 100%;
}

.projects-items .project-item .image .overlay .title {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.projects-items .project-item .image .overlay .title:after {
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
}

.projects-items .project-item .image .overlay .excerpt {
    color: #fff;
}

.projects-items .project-item .image .overlay .excerpt p {
    margin: 0;
}

.projects-items .project-item .image .overlay .overlay-content:after {
    content: '\f104';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    color: #ee2334;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
}

.projects-categories {
    padding: 15px;
    margin-bottom: 30px;
    padding: 0;
    margin-top: -30px;
    margin-right: -30px;
    margin-left: -30px;
    border-bottom: 1px solid #ebeaea;
}

.projects-categories > .fusion-row {
    text-align: center;
}


.projects-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    display: flex;
    align-items: center;
    height: 65px;
}

.projects-categories ul > li {
    /* float: right; */
    margin: 0;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px;
}

.projects-categories ul>li:not(:last-child) {
    border-left: 1px solid #ebeaea;
}

.projects-categories ul > li a {
    color: #000;
    font-size: 18px;
    /* padding: 7.5px 20px; */
    display: block;
    text-align: center;
}

.projects-categories ul > li.current a {
    color: #ee2334;
    font-weight: 700;
    text-decoration: none;
}

.projects-categories ul > li a:hover {
    text-decoration: underline;
}

/*
 * Single project
 */

.single-project #main {
    padding: 0 !important;
    position: relative;
}
.single-project #content {
    height: calc(100vh - 85px);
}

.single-project.admin-bar #content {
    height: calc(100vh - 85px - 32px);
}

.single-project #content .project-image {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    background-size: cover;
    background-position: center;
}

.single-project #content .project-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(76, 76, 76, 0.85);
    width: 430px;
    padding: 50px;
    color: #fff;
}

.single-project #content .project-container .content {
    font-size: 20px;
}

.single-project #content .project-container .content p {
    margin: 0;
}

.single-project #content .project-container .content p:not(:last-child) {
    margin-bottom: 25px;
}

.single-project #content .project-container .title {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
    /*border-bottom: 2px solid #ee2334;
    padding-bottom: 15px;*/
}

.single-project #content .project-container .excerpt {
    margin-top: 15px;
}

.single-project #content .project-container .categories {
    font-size: 16px;
    clear: both;
    margin-top: 10px;
    /*border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0;
    border-color: rgba(255,255,255,.5);*/
}

.single-project #content .project-container .categories > span:not(.category) {
    display: none;
}

.single-project #content .project-container .categories > .category a {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    border-radius: 50px;
    transition: all .3s;
}

.single-project #content .project-container .categories > .category a:hover {
    color: rgba(76, 76, 76, 0.95);
    background-color: #fff;
}

.single-project #content .project-container .categories > .category:not(:last-child):after {
    content: ',';
}

.single-project #content .project-container .project-gallery {
}

.single-project #content .project-container .items {
    margin-top: 15px;
    float: right;
    clear: both;
}

.single-project #content .project-container .items h2 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.single-project #content .project-container .items ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    float: right;
    clear: both;
}

.single-project #content .project-container .items ul > li {
    padding: 5px;
    float: right;
    width: 25%;
}

.single-project #content .project-container .items ul > li a {
    display: block;
    position: relative;
}

.single-project #content .project-container .items ul > li a .tooltip {
    position: absolute;
    left: 50%;
    font-size: 16px;
    display: none;
    top: -35px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    box-sizing: content-box;
    transform: translateX(-50%);
    background: rgba(0,0,0,.85);
    z-index: 5;
    color: #fff;
    border-radius: 4px;
    width: max-content;
    opacity: 1;
}

.single-project #content .project-container .items ul > li a .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,.85);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.single-project #content .project-container .items ul > li a:hover .tooltip {
    display: block;
}

.single-project #content .project-container .items ul > li a img {
    transition: all .35s;
    opacity: 1;
    background-color: #fff;
}

.single-project #content .project-container .items ul > li a:hover img {
    opacity: .75;
}


.mobile-menu-header-left-icons {
    display: none;
}



#site-on-dev {
    width: 120px;
    height: 120px;
    position: fixed;
    background: #f01d2c;
    left: 65px;
    bottom: 90px;
    border-radius: 50%;
    z-index: 9999;
    font-size: 18px;
    color: #fff;
    animation: pulse 2s infinite;
}

#site-on-dev .text-container {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
#site-on-dev span {
    display: block;
}
#site-on-dev .text-container > span:nth-child(1) {
    font-weight: 700;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 29, 44, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(240, 29, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 29, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(240, 29, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(240, 29, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(240, 29, 44, 0);
        box-shadow: 0 0 0 15px rgba(240, 29, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(240, 29, 44, 0);
        box-shadow: 0 0 0 0 rgba(240, 29, 44, 0);
    }
}


.mobile-search-form {
    display: none;
}










.single-product.woocommerce .attributes {

}

.single-product.woocommerce .attributes .attribute {
    clear: both;
    font-size: 18px;
}

.single-product.woocommerce .attributes .attribute:not(:last-child) {
    margin-bottom: 5px;
}

.single-product.woocommerce .attributes .attribute .attribute-name {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #4a4748;
}

.single-product.woocommerce .attributes .attribute .attribute-name span {
    font-size: 0.85em;
    font-weight: 700;
}

.single-product.woocommerce .attributes .attribute .attribute-name:after {
    content: ':';
}

.single-product.woocommerce .attributes .attribute .attribute-value {
    display: inline-block;
    vertical-align: top;
}

.single-product.woocommerce .attributes .attribute[data-attribute="צבע"] .attribute-name,
.single-product.woocommerce .attributes .attribute[data-attribute="הספק"] .attribute-name,
.single-product.woocommerce .attributes .attribute[data-attribute="גוון-אור"] .attribute-name{
    display: block;
}

.single-product.woocommerce .attributes .attribute[data-attribute="צבע"] .attribute-name:after,
.single-product.woocommerce .attributes .attribute[data-attribute="הספק"] .attribute-name:after,
.single-product.woocommerce .attributes .attribute[data-attribute="גוון-אור"] .attribute-name:after{
    display: none;
}

.single-product.woocommerce .attributes .attribute .attributes-list {
    margin-top: 5px;
}

.single-product.woocommerce .attributes .attribute .attributes-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.single-product.woocommerce .attributes .attribute .attributes-list ul li {
    float: right;
    margin-left: 10px;
}

.single-product.woocommerce .attributes .attribute .attributes-list ul li .attribute-inner {
    line-height: 30px;
    background: #fff;
    font-size: 16px;
    border: 1px solid rgb(81, 78, 79);
    border-radius: 3px;
    padding: 0 10px;
}

.single-product.woocommerce .attributes .attribute .attributes-list ul li span{

}

.single-product .summary .product-head.single-product #mainer {
    display: block !important;
    font-size: 18px;
}

.single-product .product-header .product-name {
    margin-bottom: 10px;
}

.single-product .product-header .product-sku {
    white-space: nowrap;
}

.single-product .product-header .product-sku .value {
    direction: ltr;
    display: inline-block;
    vertical-align: baseline;
}

.single-product .product-header .product-price {
    font-weight: 700;
}

.single-product .product-header .product-stock {
    font-size: 18px;
    margin: 10px 0;
}

.single-product .product-header .product-stock .stock {
    line-height: 28px;
    display: block;
}

.single-product .product-header .stock.instock:before,
.single-product .product-header .stock.outofstock:before,
.single-product .product-header .stock.unknown:before {
    width: 28px;
    height: 28px;
}

.single-product .product-header:after {
    /*content: '';
    height: 3px;
    width: 100%;
    display: block;
    background: #ed2134;
    margin: 15px 0 25px 0;
    order: 999;*/
}

.single-product .product-header .product-name .value {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #ed2134;
    line-height: 1;
}

.single-product .woocommerce-product-details__short-description {
    margin-bottom: 5px;
}

.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 0;
}

.single-product .variations-link {
    margin: 15px 0;
}

.single-product .variations-link a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px 2px 15px;
    border: 1px solid;
    border-radius: 50px;
}

.single-product .variations-link a:before {
    content: '\f149';
    /* content: '\f0c9'; */
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
}


.single-product .variations-link a:hover {
    background: #000;
}

.single-product .variations-link a:hover,
.single-product .variations-link a:hover:before {
    color: #fff;

}



.woocommerce .products > .product.loader:before {
    width: 24px;
    height: 8px;
    background: url(images/woocommerce/loader_1.gif) no-repeat left center;
    background-size: contain;
    margin: 5px;
    content: '';
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}

.woocommerce .products > .product .product-variations-count-loop {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    top: 15px;
    left: 15px;
    transform: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    display: none;
}

.woocommerce .products > .product.loaded .product-variations-count-loop {
    display: block;
}

.woocommerce .products > .product .product-variations-count-loop:after {
    content: " " attr(data-label);
}

.woocommerce .products > .product:hover .product-variations-count-loop {
    border-color: #000;
    background: #000;
    color: #fff;
}


.products .product .product-attributes-highlight {

}

.products .product .product-attributes-highlight ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -10px;
    border-top: 1px solid #eee;
}

.products .product .product-attributes-highlight li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    padding: 8px 8px;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
}

.products .product .product-attributes-highlight li:not(:last-child):after {
    content: '';
}

.products .product .product-attribute-highlight {

}

.products .product .product-attribute-highlight-inner {

}

.products .product .product-attribute-highlight .attribute-value {
    font-weight: 700;
}

@media (max-width: 640px) {

    .fusion-header-wrapper > div[class*="fusion-header-"] {
        height: auto;
    }

    header .fusion-header .fusion-logo .orad-logo {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 100%;
        z-index: 10;
        width: auto;
        max-width: initial;
        margin-left: 10px;
        height: auto;
        left: 50vw;
    }

    header .fusion-header .fusion-logo .orad-logo img {
        max-height: 40px;
        max-width: initial;
    }

    header .fusion-header .fusion-logo {
        position: absolute;
        left: -15px;
        transform: none;
        top: 0;
        float: left;
        position: relative;
    }

    header .fusion-logo .fusion-logo-link img,
    .fusion-is-sticky .fusion-logo .fusion-logo-link img {
        max-height: 65px !important;
        margin: 0 !important;
    }

    .fusion-header-sticky-height {
        height: 65px !important;
    }

    /*
     * Home page
     */
    #index-slider-carousel {
        height: 340px !important;
    }

    #index-slider-carousel .rsContent > .info {
        background: none !important;
        right: auto !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
        padding: 0 50px;
    }

    /*
     * Single product
     */

    .single-product.woocommerce .specifications {
        display: block;
    }
    .single-product.woocommerce .specifications table {
        width: 100%;
        display: block;
    }


    #wrapper header .fusion-header {
        padding: 0 15px;
    }
    .sub-header-container {
        display: none;
    }

    header .top-header-menu {
        display: none;
    }
    .mobile-menu-header-left-icons {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .mobile-menu-header-left-icons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-header-left-icons .menu-item-phone {
        position: absolute;
        left: -15px;
        width: 50px;
        height: 65px;
        top: -10px;
        text-align: center;
        line-height: 65px;
        background: #eaeaea;
        font-size: 24px;
    }

    .mobile-menu-header-left-icons .menu-item-phone a {
        color: #000;
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars {
        width: 40px;
        height: 40px;
        position: relative;
        float: right;
        border: 0;
        box-sizing: content-box;
        border-radius: 0;
        margin: 0;
        transition: all .35s;
        margin-top: 11.5px;
        margin-right: -10px;
    }

    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars {
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars:before {
        display: none;
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span,
    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:before,
    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #434040;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span {
        width: 55%;
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:before,
    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:after {
        width: 100%;
        transition: transform .25s;
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:before {
        margin-top: -6px;
    }

    #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:after {
        margin-top: 6px;
    }

    /*

    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span {
        background: none;
    }

    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:before,
    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:after {
        margin-top: 0;
    }

    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body.fusion-mobile-nav-open #wrapper header .fusion-mobile-menu-icons a.fusion-icon-bars span:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

	body.fusion-mobile-nav-open .fusion-mobile-nav-holder {
		display: block;
	}

	*/

    .fusion-mobile-nav-holder {
        padding-top: 0px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-bottom: 0px !important;
    }

    .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a {
        padding-right: 15px;
        padding-left: 50px;
    }

    .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-open-submenu {
        padding-left: 0 !important;;
    }

    .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a:before {
        display: none !important;
    }

    .fusion-footer-widget-column .logo {

        text-align: center;
        margin: 0 0 15px 0;
    }

    .fusion-footer-widget-column .logo img {

        max-width: 100%;
        max-height: 50px;

    }

    .fusion-footer-widget-column .places ul > li {

        width: 100% !important;
        font-size: 14px;
        text-align: right;

        float: none;
        clear: both;
    }

    .fusion-footer-widget-column .places ul > li > div.phone {
    }

    .fusion-footer-widget-column .places ul > li > div.email {
        display: block;
    }

    .fusion-footer-widget-column .places ul > li a {
        font-weight: 400;
    }

    .fusion-footer-widget-column .places ul > li h4 {
        color: #29bec5;
    }

    .fusion-footer-widget-column .places ul > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .fusion-columns .fusion-column:not(.fusion-column-last) {
        margin-bottom: 15px;
    }

    .fusion-columns .fusion-column {
        width: 50% !important;
        float: right !important;
        clear: none !important;
    }

    .fusion-columns .fusion-column:nth-child(2n+2) {
        clear: right !important;
    }

    .fusion-widget-area > .fusion-column .fusion-footer-widget-column.widget_nav_menu ul.menu > li {
        width: 100% !important;
        clear: right !important;
    }

    .fusion-footer-widget-area > .fusion-row {
        background-position: bottom center;
        background-size: auto 50px;
        padding-bottom: 25px;
    }


    .fusion-page-title-wrapper {
        display: block;
    }

    .fusion-page-title-bar .fusion-page-title-row h1 {

        font-size: 24px;
        text-align: center;
    }

    .fusion-page-title-bar-right .fusion-page-title-secondary {
        text-align: center;
        padding: 0;
        margin: -2px 0 5px;
    }

    #main {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #main, .fusion-footer-copyright-area, .fusion-footer-widget-area, .fusion-page-title-bar, .fusion-secondary-header, .fusion-sliding-bar-position-bottom .fusion-sliding-bar, .fusion-sliding-bar-position-top .fusion-sliding-bar, .header-v4 #small-nav, .header-v5 #small-nav, .sticky-header .sticky-shadow, .tfs-slider .slide-content-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #wrapper #main .products > .product {
        clear: none !important;
        float: right !important;
        width: calc(50% - 10px) !important;
        float: right !important;
        border: 1px solid #dcdcdc;
        margin: 5px !important;
    }

    #wrapper #main .products > .product:nth-child(2n) {
    }

    #wrapper #main .products > .product:nth-child(2n+1) {
        clear: right !important;
    }

    #main .products .product .featured-image,
    #main .products .product .product-images .crossfade-images {
        height: calc((100vw / 2) - 20px + 2px) !important;
    }

    .products > .product .product-details:before {
        right: 0;
    }

    .woocommerce .products > .product .product-title {
        font-size: 16px;
    }

    .woocommerce .products > .product .product-sku {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .single-product #main .product .images {
        border: 0;
    }

    .single-product.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        bottom: auto;
        top: 10px;
        left: auto;
        right: 10px;
    }

    .single-product .product .images {
        margin-bottom: 15px;
    }

    #toTop {
        left: 25px !important;
        right: auto !important;
        bottom: 25px !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .mobile-menu-header-left-icons {
        display: block;
        position: absolute;
        right: 30px;
        margin-right: 40px;
    }

    .mobile-menu-header-left-icons .menu {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }

    .mobile-menu-header-left-icons .menu > .menu-item {
        float: right;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin-top: 16.5px;
        margin-left: 5px;
        border-radius: 50px;
        font-size: 14px;
        border: 1px solid #434040;
        box-sizing: content-box;
    }

    .mobile-menu-header-left-icons .menu > .menu-item a {

    }

    .mobile-menu-header-left-icons .menu > .menu-item i {
        color: #434040;
    }

    #wpadminbar {
        overflow: hidden;
    }

    .fusion-widget-area > .fusion-column:nth-child(1) {
        width: 100% !important;
        padding: 30px 15px 45px;
        clear: right !important;
        margin: 0;
    }

    .fusion-footer-widget-column .places ul > li {
        text-align: center;
    }

    .fusion-footer-widget-column .places ul > li .name {
        display: block;
        font-weight: 700;
    }

    .fusion-footer-widget-column .places ul > li .title {
        margin-bottom: 5px !important;
    }

    .fusion-footer-widget-column .places ul > li .address:before {
        display: none;
    }

    .fusion-footer-widget-area {
        background-size: 90% auto;
        background-position: 20px 98%;
        margin-bottom: 65px;
    }

    .fusion-breadcrumbs span {
        display: initial;
    }

    .single-product #main {
        padding: 15px !important;
    }

    .single-product .woocommerce-product-gallery__trigger {
        margin: 5px;
        width: 40px;
        height: 40px;
    }

    .single-product .woocommerce-product-gallery__trigger:after {
        font-size: 18px;
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        position: relative;
        top: auto;
        width: auto;
        left: auto;
        margin: 0 -5px;

        display: none;
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 20%;
        margin: 0;
        padding: 5px;
        border: 0;
    }

    .woocommerce-product-gallery .flex-control-thumbs li img {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .woocommerce-product-gallery .flex-direction-nav {
        display: block;
    }

    .single-product #main .product .summary.entry-summary {
        float: none;
        clear: both;
        padding-left: 0;
    }

    .single-product.woocommerce .attributes .attribute .attributes-list ul li {
        margin: 5px;
    }

    .single-product .product-header .product-name .value {
        font-size: 38px;
    }

    .single-product .product-header .product-price .value {
        display: block;
        font-size: 20px;
    }

    .single-product .fusion-breadcrumbs {
        margin-top: -15px;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        border-bottom: 1px solid;
        border-color: #eeeeee;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        font-size: 14px;
    }

    .fusion-body .woocommerce-product-gallery .flex-direction-nav a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0;
        background: none;
    }

    .fusion-body .woocommerce-product-gallery .flex-direction-nav a:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-family: FontAwesome;
        content: '\f065';
        color: #ed2235;
        font-size: 18px;
    }

    .fusion-body .woocommerce-product-gallery .flex-direction-nav a.flex-prev:after {
        content: '\f053';
    }

    .fusion-body .woocommerce-product-gallery .flex-direction-nav a.flex-next:after {
        content: '\f054';
    }

    #main .related.products > h2, #main .upsells.products > h2, #main #product-variations-section .heading-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .single-product .related .products {
        margin-right: -5px;
        margin-left: -5px;
    }

    .single-product #main .product .avada-single-product-gallery-wrapper {
        margin-bottom: 0 !important;
    }

    .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul {
        max-height: none !important;
    }


    .projects-categories {
        padding: 0;
        margin: -15px -15px 15px;
    }

    .projects-categories ul {
        vertical-align: top;
        display: table;
        width: 100%;
        box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    }

    .projects-categories ul > li {
        width: 33.33333%;
        text-align: center;
        border-bottom: 1px solid;
        height: 50px;
        vertical-align: middle;
        align-items: center;
        display: flex;
        color: rgba(67, 64, 64, 0.1);
    }

    .projects-categories ul > li.current {
        border-bottom: 2px solid #ee2334;
    }

    .projects-categories ul > li:nth-child(3n) {
        border-left: 0;
    }

    .projects-categories ul > li a {
        font-size: 16px;
        text-align: center;
        width: 100%;
        padding: 0;
        line-height: 1;
        background: none !important;
        color: #000 !important;
        border-radius: 0;
        text-decoration: none !important;
    }

    .projects-categories ul > li.current a {

    }

    .projects-items .project-item {
        width: 100%;
        clear: right;
    }

    .single-project #content .project-image {
        display: none;
    }

    .single-project #content .project-container {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 15px;
        background: #fff;
        color: #000;
        float: right;
        height: auto;
        clear: both;
    }

    .single-project #content .project-container .content {
        font-size: initial;
    }

    .single-project #content .project-container .title {
        background: #ecebeb;
        color: #000;
        font-size: 1.5em;
        text-align: center;
        margin: -15px -15px 0px !important;
        width: auto;
        display: block;
        padding: 15px;
    }

    .single-project #content .project-container .categories {
        background: #ecebeb;
        margin: 0 -15px;
        text-align: center;
        padding-bottom: 15px;
    }

    .single-project #content .project-container .categories > .category a {
        color: #000;
        border: 0;
    }

    .single-project #content .project-container .items h2 {
        color: #000;
    }

    .single-project #content .project-container .items ul > li {
        width: 50%;
    }

    .single-project #content .project-container .items ul > li a {
        box-shadow: 0px 0px 1px rgba(0,0,0,.5);
    }

    #toTop {
        line-height: 50px;
        left: 0 !important;
        border-radius: 0px 50px 50px 0 !important;
        width: 65px;
        height: 45px;
        padding-left: 20px;
        background: #f01d2c;
        bottom: 25px !important;
        opacity: 1;
        line-height: 45px;
    }

    #site-on-dev {
        right: 0;
        bottom: 25px;
        left: auto;
        width: 105px;
        height: 75px;
        font-size: 14px;
        border-radius: 50px 0 0 50px;
        padding-left: 20px;
        box-sizing: content-box;
    }

    .mobile-search-form {
        display: block;
        float: right;
    }

    .mobile-search-form .search-button {
        float: right;
        width: 35px;
        height: 65px;
        text-align: center;
        margin-left: 5px;
        border-radius: 0;
        font-size: 14px;
        line-height: 65px;
    }

    .mobile-search-form .search-button:before {
        content: '\f002';
        font-family: FontAwesome;
        font-size: 20px;
        color: #434040;
        opacity: 1;
        transition: all .25s;
    }

    .mobile-search-form.open .search-button:before {
        opacity: .5;
    }

    .mobile-search-form .mobile-search-form-container {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 9999;
        right: -15px;
        width: calc(100% + 30px);
        padding: 10px;
        background: #fff;
        border-top: 1px solid #ecebeb;
        box-shadow: 0px 7px 6px rgba(0,0,0,.2);
    }

    .mobile-search-form.open .mobile-search-form-container {
        display: block;
    }

    .mobile-search-form div[id^="ajaxsearchlite"] {
        box-shadow: none;
    }

    .mobile-search-form div[id^="ajaxsearchlite"] {
        height: 35px;
    }

    #index-slider {
        height: auto !important;
    }

    #index-slider-carousel {
        height: calc(100vh - 26.6vh - 65px) !important;
    }

    .admin-bar #index-slider-carousel {
        height: calc(100vh - 26.6vh - 65px - 46px) !important;
    }

    #index-slider .video-wrapper {
        position: relative;
        height: 26.6vh;
    }

    #index-slider .video-wrapper iframe:not(.mobile-player) {
        display: none;
    }

    #index-slider .video-wrapper iframe.mobile-player {
        display: block;
    }

    #index-slider .rsArrow {
        width: 40px;
        height: 40px;
    }

    #index-slider .rsArrow:before {
        font-size: 40px;
    }

    #index-slider-carousel .rsContent > .info .excerpt p {
        font-size: 16px;
    }

    #index-slider-carousel .rsContent > .info .title {
        margin-bottom: 10px !important;
    }

    #index-slider .video-wrapper .video-close {
        display: none;
    }

    .woocommerce.archive .fusion-page-title-bar {
        height: auto;
        min-height: auto;
        padding: 15px 15px;
    }

    .woocommerce.archive .fusion-page-title-row {
        min-height: auto;
    }

    .related.products .products > .product:nth-child(5) {
        display: none;
    }

    .single-product #content {
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {
    .mobile-menu-header-left-icons .menu > .menu-item.hidden-xs {
        display: none;
    }
}




#product-variations-section {
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
    padding-top: 25px;
    clear: both;
    float: right;
    width: 100%;
}

#product-variations-section:before {
    content: " ";
    display: table;
    clear: both;
}

#product-variations-section .heading-title {
    margin: 0;
    margin-bottom: 25px;
}

#product-variations-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

#product-variations-table thead {

}

#product-variations-table tbody {

}

#product-variations-table tr {

}

#product-variations-table th,
#product-variations-table td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #eaeaea;
    text-align: right;
}

#product-variations-table th {
    font-family: inherit;
    text-align: right;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    cursor: pointer;
}

#product-variations-table th .tablesorter-header-inner {
    position: relative;
    float: right;
}

#product-variations-table th span {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
}

#product-variations-table th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 8px;
    vertical-align: middle;

    margin: 0;
    position: absolute;
    bottom: 1px;
    left: -15px;
}

#product-variations-table th.tablesorter-header.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner:after {
    content: '\f0dc';
    opacity: .3;
}

#product-variations-table th.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: '\f0dd';
}

#product-variations-table th.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: '\f0de';
}

#product-variations-table th.attribute-print {
    width: 130px;
}

#product-variations-table th.attribute-checkbox {
    width: 40px;
}

#product-variations-table .table-row:hover {
    /*background: #252122;
    color: #fff;*/
    background: #f9f9f9;
}

#product-variations-table tr.checked td {
    background: #fffdc8 !important;
}

#product-variations-table tr.table-row .attribute-sku {
    direction: ltr;
}

#product-variations-table .attribute-stock {
    width: 115px;
}

#product-variations-table .attribute-price {
    width: 150px;
}

#product-variations-table tr.checked td {
    background: #fffdc8;
}

#product-variations-table tr.table-row .attribute-checkbox input[type="checkbox"] {
    -webkit-appearence: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

#product-variations-table tr.table-row .attribute-checkbox input[type="checkbox"]:checked {
    border-color: #000;
    background: #000;
}

#product-variations-table tr.table-row .attribute-checkbox input[type="checkbox"]:checked:before {content: '\f00c';font-family: FontAwesome;font-weight: 700;color: #fff;position: absolute;top: 50%;left: 50%;line-height: 1;font-size: 11px;z-index: 5;transform: translate(-50%, -50%);}

#product-variations-table tr.table-row .attribute-checkbox input[type="checkbox"]:hover {
    border-color: #000;
}

.attribute-print a {
    font-size: 14px;
    white-space: nowrap;
    border: 1px solid #cacaca;
    border-radius: 3px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    letter-spacing: -0.5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.attribute-print a:hover {
    background: #ed2334;
    color: #fff;
}

.attribute-print a:before {
    content: '\f1c1';
    font-size: 16px;
    font-family: FontAwesome;
    margin-left: 5px;
    color: #ed2134;
}

.attribute-print a:hover:before {
    color: #fff;
}

#product-variations-table tr.table-row .attribute-stock span {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#product-variations-table tr.table-row .attribute-stock span.instock {

}

#product-variations-table tr.table-row .attribute-stock span.outofstock {

}

.single-product .stock.instock:before,
.single-product .stock.outofstock:before,
.single-product .stock.unknown:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    margin-left: 4px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

.single-product .stock.instock:before {
    background-color: #28da3e;
    -webkit-mask-image: url(images/icons8-ok.svg);
    mask-image: url(images/icons8-ok.svg);
}

.single-product .stock.outofstock:before {
    background-color: #c74243;
    -webkit-mask-image: url(images/icons8-cancel.svg);
    mask-image: url(images/icons8-cancel.svg);
    background-color: #ed2134;
    -webkit-mask-image: url(images/icons8-warning.svg);
    mask-image: url(images/icons8-warning.svg);
}

.single-product .stock.unknown:before {
    background-color: #FFC107;
    -webkit-mask-image: url(images/icons8-warning.svg);
    mask-image: url(images/icons8-warning.svg);
}

.single-product #product-variations-table .stock.instock:before,
.single-product #product-variations-table .stock.outofstock:before,
.single-product #product-variations-table .stock.unknown:before {
    margin-top: -2px;
}



#product-variations-table .product-color:not(:first-child) {
    margin-top: 5px;
}

#product-variations-table .color-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px rgba(0,0,0,1);
    margin-left: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#product-variations-table .color-box.color-temperature {
    width: auto;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 5px;
    height: auto;
    margin: 0;
    border-radius: 0;
}

#product-variations-table .color-box.color-temperature:not(:last-child) {

}

#product-variations-table .color-box.color-temperature:first-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#product-variations-table .color-box.color-temperature:last-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#product-variations-table .product-attribute-mm-label,
#product-variations-table .product-attribute-lumen-label {
    font-size: 0.8em;
}

#product-variations-table .color-sku {
    display: none;
}

.single-product.woocommerce-product-gallery__wrapper {
    border: 1px solid #dcdcdc;
}

.single-product .flex-viewport .woocommerce-product-gallery__wrapper {
    border: 0;

    position: absolute;
    top: 0;
    height: 100%;
}

#product-variations-list {
    display: none;
}

#product-variations-list {}

#product-variations-table .variations-list {}

#product-variations-table .variation-item {}

#product-variations-list .variations-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

#product-variations-list .variation-item {
    border-top: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc !important;
    padding: 0;
    margin-bottom: -1px;

    border: 1px solid #dcdcdc !important;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px !important;
}

#product-variations-list .variation-item > a {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    color: #000;
}

#product-variations-list .variation-item .variation-data {
    display: none;
    /* border-top: 2px solid #4c4c4c; */
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #dcdcdc;
}

#product-variations-list .variation-item .attribute-stock {
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
}

#product-variations-list .variation-item .attribute-stock .stock:before {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}

#product-variations-list .variation-item .attribute-sku {
    direction: ltr;
    text-align: right;
}

#product-variations-list .variation-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

#product-variations-list .variation-item:last-child {
    border-radius: 0 0 5px 5px;
}

#product-variations-list .variation-item .variation-data .attributes-list {
    clear: both;
}

#product-variations-list .variation-item .variation-data .attributes-list .attribute {
    float: right;
    width: 50%;
}

#product-variations-list .variation-item .variation-data .attributes-list .attribute .attribute-name {
    font-weight: 300;
    display: inline-block;
}

#product-variations-list .variation-item .variation-data .attributes-list .attribute .attribute-value {
    font-weight: 500;
}

#product-variations-list .variation-item .variation-data .attributes-list:before, #product-variations-list .variation-item .variation-data .attributes-list:after {content: " ";display: table;clear: both;}

#product-variations-list .variation-item.active .variation-data {
    display: block;
}

#product-variations-list .variation-item .variation-data .attributes-list .attribute .attribute-value .color-sku {
    display: none;
}

#product-variations-list .variation-item > a .icon {
    width: 25px;
    position: relative;
}

#product-variations-list .variation-item > a .icon:before,#product-variations-list .variation-item > a .icon:after {content: '';width: 48%;height: 1px;background: black;position: absolute;transform: translateX(-50%);left: 50%;transition: all .25s ease-out;}

#product-variations-list .variation-item > a .icon:before {}

#product-variations-list .variation-item > a .icon:after {
    transform: translateX(-50%) rotate(90deg);
    /* width: 1%; */
}

#product-variations-list .variation-item.active > a .icon:after {
    /* transform: translateX(-50%) rotate(180deg); */
    width: 0px;
}

#product-variations-list .variation-item .attribute-price {
    margin-top: 5px;
    background: #fff7cf;
    text-align: center;
    padding: 7.5px;
    border-radius: 3px;
}

#product-variations-list .variation-item .attribute-price .attribute-value {
    font-weight: 700;
}

#product-variations-list .variation-item .attribute-print {
    margin-top: 10px;
}

#product-variations-list .variation-item .attribute-print a {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
}


@media (max-width: 480px) {
    #product-variations-section {
        
    }

    #product-variations-table {
        display: none;
    }

    #product-variations-list {
        display: block;
    }
}

body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:last-child) {
    padding-right: 0;
}

.single-product .product-comments {
    margin-top: 15px;
    background: #f7f5cf;
    padding: 15px;
    max-width: 70%;
    border-radius: 10px;
}

.single-product .product-comments span.label {
    font-weight: bold;
}

.single-product .product-comments span.label:before {
    content: '';
    background: url(images/icons8-info-50.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-left: 4px;
    margin-top: -4px;
}

.single-product .product-comments span.value {
}

.single-product .product-comments span.value p {
    margin: 0 0 10px 0;
}

.single-product .product-comments span.value p:last-child {
    margin: 0;
}

.single-product .product-comments span.value a {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .single-product .product-comments {
        max-width: 100%;
        width: 100%;
    }
}

.single-product .product-files {
    margin-top: 15px;
}

.single-product .product-files:after {
    content: '';
    display: table;
    clear: both;
}

.single-product .product-files a {
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 5px 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    /* background: #eee; */
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 600;
}

.single-product .product-files a:not(:last-child) {
    margin-left: 10px;
}

.single-product .product-files a:hover {
    background: #ed2334;
    color: #fff;
}

.single-product .product-files i {
    margin-left: 5px;
    color: #ed2334;
}

.single-product .product-files a:hover i {
    color: #fff;
}

.header-sub-menu {
    float: right;
    margin-left: 10px;
}

.header-sub-menu button {
    border: 0;
    padding: 0;
    display: block;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
}

.header-sub-menu button .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ed2134;
    top: 50%;
    right: 0;
    background: #fff;
}

.header-sub-menu button .line.line-1 {
    margin-top: -6px;
}

.header-sub-menu button .line.line-2 {/* width: 80%; */}

button {}

.header-sub-menu button .line.line-3 {
    margin-top: 6px;
}

.header-sub-menu-button {
    padding: 10px;
    margin: 22.5px 0;
    height: 40px;
    width: 40px;
    background: #ed2134;
    border-radius: 50px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.2);
    position: relative;
}

.header-sub-menu > .header-sub-menu-button > .menu {
    display: none;
    position: absolute;
    /* display: block; */
    top: 100%;
    padding-top: 10px;
    margin-right: -20px;
    /* padding-top: 22.5px; */
    padding-top: 0px;
}

.header-sub-menu-button:hover .menu {
    display: block;
}

.header-sub-menu .header-sub-menu {

}

.header-sub-menu ul.menu,
.header-sub-menu ul.sub-menu {
    list-style: none;
    position: absolute;
    margin: 0;
    width: 235px;
    background: #ed2134;
    padding: 15px;
    box-shadow: 0px 4px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 10px 15px 20px rgba(0,0,0,.2);
    max-width: 175px;
    top: 0;
}

#wrapper .header-sub-menu ul.sub-menu {
    right: 90% !important;
    margin-top: -15px;
    max-width: none !important;
    width: 220px;
    display: none;
}

#wrapper .header-sub-menu .menu-item:hover ul.sub-menu {
    display: block;
}

.header-sub-menu .header-sub-menu .menu .menu-item {
    position: relative;
}

.header-sub-menu .header-sub-menu .menu .menu-item a {
    color: #fff;
    display: block;
    padding: 2px 0;
    font-size: 18px;
    line-height: 20px;
}

.header-sub-menu .header-sub-menu .menu .menu-item a:hover {
    text-decoration: underline;
}

.header-sub-menu > header-sub-menu-button .menu:before {content: '';width: 5px;height: 5px;position: absolute;background: red;top: 0;}

.header-sub-menu > .header-sub-menu-button > .menu:before {content: '';position: absolute;width: 10px;height: 10px;background: #ed2134;right: 27px;transform: rotate(45deg) translateY(-5px);border-left: 1px solid #ed2134;border-top: 1px solid #ed2134;margin-top: -2px; opacity: 0;}

.menu {}

.header-sub-menu > .header-sub-menu-button > .menu > .menu-inner {}

.header-sub-menu .header-sub-menu .menu .menu-item:not(:last-child) {
    /* border-bottom: 1px solid #fff; */
}

.header-sub-menu-button:hover {
    background: none;
    box-shadow: none;
}

.header-sub-menu-button:hover button .line {
    background: #ed2134;
}

/*
.rtl:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:first-child) {
    padding-left: 30px;
}

.rtl .fusion-is-sticky .fusion-header-v1 .fusion-main-menu>ul>li, .rtl .fusion-is-sticky .fusion-header-v2 .fusion-main-menu>ul>li, .rtl .fusion-is-sticky .fusion-header-v3 .fusion-main-menu>ul>li, .rtl .fusion-is-sticky .fusion-header-v7 .fusion-main-menu>ul>li {
    padding-left: 30px;
}*/

.rtl:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:last-child {
    padding-left: 0;
}

.header-search {
    flex-grow: 1;
    padding: 0 15px;
}

.header-search input[type="search"] {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 40px;
    vertical-align: top;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    direction: rtl;
    text-align: right;
    color: #000;
}

.header-search #header-search-form.has-response input[type="search"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#header-search-form input[type="search"] {
    width: 100%;
}

.main-menu-container {
    display: flex;
    align-items: center;
    order: 1;
    flex-grow: 1;
}

.header-search input[type="search"]:focus {

}

.header-search input[type="search"]::placeholder {
    color: rgba(0,0,0,.5);
    font-family: inherit !important;
}

.header-search input[type="search"]:focus::placeholder {
    color: #000;
}

.header-search .input .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
}

.header-search .input .icon:before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ebeaea;
}

.header-search .input .icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/header-search-preloader.gif) no-repeat center;
    background-size: 50%;
    display: none;
}

#header-search-form.loader .input .icon:before {
    display: none;
}

#header-search-form.loader .input .icon:after {
    display: block;
}

.header-search .input {
    position: relative;
}

#header-search-form {
    position: relative;
}

#header-search-form .results {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 0 0 5px 5px;
    max-height: 330px;
    box-shadow: 5px 5px 7px rgba(0,0,0,.1);
    overflow-y: scroll;
    width: 100%;
    margin-top: -1px;
    display: none;
    border-top: 0;
}

#header-search-form.has-response .results {
    display: block;
}

#header-search-form .results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-search-form .results ul > li {
    border-top: 1px solid #eee;
}

#header-search-form .results .search-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 10px;
}

#header-search-form .results .search-item .thumbnail {
    width: 45px;
    position: relative;
}

#header-search-form .results .search-item .thumbnail-inner {
    padding-top: 100%;
    background: rgba(234, 234, 234, 0.4);
}

#header-search-form .results .search-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

#header-search-form .results .search-item .info {
    flex-grow: 1;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
    width: 50%;
}

#header-search-form .results .search-item .post-title {
    font-weight: 700;
    color: #000;
    /* color: #ed2235; */
}

#header-search-form .results .search-item:hover .post-title {
    color: #ed2235;
}

#header-search-form .results .search-item .sku {
    direction: ltr;
    font-size: 0.75em;
    font-weight: 300;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

#header-search-form .results .search-item .product-desc {
    color: #000;
    font-size: 0.75em;
    line-height: 1.2;
}

#header-search-form .no-results-found {
    margin: 0 10px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #cacaca;
    color: #2c2929;
}

#header-search-form .results ul > li.product-category a {
    padding: 10px 10px;
    display: block;
    border-right: 2px solid #ed2235;
    font-size: 14px;
    white-space: nowrap;
}

#header-search-form .results ul > li.product-category a > span:not(.parent) {
    font-weight: 700;
}

#header-search-form .results ul > li.product-category a > span.parent:before {
    content: '\f104';
    font-family: FontAwesome;
    margin: 0 3px 0 6px;
    font-size: 12px;
}

.fusion-main-menu .menu-item-projects .sub-menu {
    width: 255px;
}

.fusion-main-menu .menu-item-new > a span {
    font-weight: 700;
    color: #ed2235 !important;
}

#home-projects-gallery {

}

#home-projects-gallery .slider {

}

#home-projects-gallery .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin: 0 25px;
    width: 75px;
    height: 75px;
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    transform: translateY(-50%);
}

#home-projects-gallery .slick-arrow:hover {

}

#home-projects-gallery .slick-arrow.slick-prev {
    right: 0;
}

#home-projects-gallery .slick-arrow.slick-next {
    left: 0;
}

#home-projects-gallery .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-family: FontAwesome;
    color: #fff;
    line-height: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

#home-projects-gallery .slick-arrow.slick-prev:before {
    content: '\f105';
}

#home-projects-gallery .slick-arrow.slick-next:before {
    content: '\f104';
}

#home-projects-gallery .project-item {
    height: calc(100vh - 85px);
    background: #e5e5e5;
    position: relative;
}

#home-projects-gallery .slider:not(.slick-initialized) .project-item:not(:first-child) {
    display: none;
}

.admin-bar #home-projects-gallery .project-item {
    height: calc(100vh - 85px - 32px);
}

#home-projects-gallery .project-item .image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

#home-projects-gallery .project-item .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.25);
    z-index: 1;
    transition: opacity .5s;
}

#home-projects-gallery .project-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-projects-gallery .project-item .content {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    transform: translate(50%, -50%);
    max-width: 800px;
}

#home-projects-gallery .project-item .content .project-title {

}

#home-projects-gallery .project-item .content .project-title .heading-title {
    margin: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.2;
}

#home-projects-gallery .project-item .content .categories {
    color: #fff;
    font-size: 18px;
}

#home-projects-gallery .project-item .content .excerpt {
    color: #fff;
    font-size: 22px;
}

#home-projects-gallery .project-item .content .link {
    margin-top: 30px;
}

#home-projects-gallery .project-item .content .link a {
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 50px;
    background: rgba(255,255,255,.2);
    outline: none;

    background: #f01c2b;
    border-color: #f01c2b;
    box-shadow: 0 0 10px rgba(251, 10, 27, 0.5);
}

#home-projects-gallery .project-item .content .link a:hover {
    background: #f01c2b;
    border-color: #f01c2b;
    box-shadow: 0 0 10px rgba(251, 10, 27, 0.5);
}



#home-projects-gallery .slider:not(.slick-initialized) .project-item .image {
    opacity: 0;
}


#home-projects-gallery .slider:not(.slick-initialized) .project-item .content {
    opacity: 0;
}





.fusion-blog-archive .fusion-blog-layout-grid .fusion-post-grid {
    float: right;
    clear: none;
}

.fusion-blog-archive .fusion-blog-layout-grid .fusion-image-wrapper {
    padding-top: 75%;
}

.fusion-blog-archive .fusion-blog-layout-grid .fusion-image-wrapper > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fusion-blog-archive .fusion-blog-layout-grid .entry-title > a {
    color: #ed2134 !important;
}

.fusion-blog-archive .fusion-blog-layout-grid .entry-title > a:hover {
    text-decoration: underline;
}

.single-post .single-navigation {
    display: none;
}

.single-post .fusion-page-title-bar .fusion-page-title-captions {
    flex-direction: column;
}

.single-post .fusion-page-title-bar .fusion-page-title-row h1 {
    margin: 0 auto;
}

@media (max-width: 640px) {
    .header-sub-menu {
        display: none;
    }

    .mobile-menu-header-left-icons {
        display: none;
    }

    .main-menu-container {
        display: block;
        width: 100%;
    }

    .header-search {
        clear: both;
        padding: 10px;
        margin: 0 -15px;
        border-top: 1px solid #eee;
        padding: 0;
    }

    #home-projects-gallery .project-item .content {
        padding: 0;
        max-width: calc(100% - 80px);
    }

    #home-projects-gallery .project-item .content .categories {
        font-size: 16px;
    }

    #home-projects-gallery .project-item .content .project-title .heading-title {
        font-size: 24px;
    }

    #home-projects-gallery .project-item .content .link {
        margin-top: 15px;
    }

    #home-projects-gallery .project-item .content .link a {
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    #home-projects-gallery .project-item {
        height: 75vw !important;
    }

    .header-search input[type="search"] {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border: 0;
        border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        padding-right: 40px;
        padding-left: 15px;
    }

    .header-search .input .icon {
        width: 40px;
        right: 0;
        left: auto;
    }

    .header-search .input .icon:before {
        color: #ed2235;
    }

    .woocommerce .products > .product .product-markers .product-marker.mark_sale {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        line-height: 46px;
    }

    #header-search-form .results {
        border: 0;
        border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        max-height: calc(56px * 5);
    }

    #header-search-form .results .search-item {
        padding: 5px;
    }

    .fusion-page-title-bar .fusion-page-title-captions {
        flex-direction: column;
    }

    .fusion-page-title-bar,
    .fusion-page-title-row {
        min-height: auto !important;
    }

    .woocommerce.archive #main .products {
        margin: -7.5px;
    }

    .woocommerce.archive #main {
        padding: 15px;
    }

    #home-projects-gallery .slick-arrow {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    #home-projects-gallery .slick-arrow:before {
        font-size: 32px;
    }

    #wrapper .product-category a h2.woocommerce-loop-category__title {
        padding: 10px 5px;
        font-size: 14px;
    }

    .woocommerce .products > .product .product-markers .product-marker.mark_out_of_stock, .woocommerce .products > .product .product-markers .product-marker.mark_back_to_stock {
        font-size: 13px;
        height: 20px;
        line-height: 18px;
    }
}




#fixed-buttons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
}
#fixed-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#fixed-buttons .menu-item span {
    opacity: 0;
    position: absolute;
    right: 100%;
    line-height: 1;
    display: block;
    z-index: 100;
    background: #2c2727;
    color: #fff;
    font-size: 16px;
    width: max-content;
    padding: 5px 10px;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    transition: all .35s;
}

#fixed-buttons .menu-item:hover span {
    opacity: 1;
    margin-right: 10px;
}

#fixed-buttons .menu-item span:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #2c2727;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}

#fixed-buttons .menu-item {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    text-align: center;
    font-size: 2em;
    box-shadow: 0px 2px 10px rgba(0,0,0,.15);
    transition: all .3s;
}

#fixed-buttons .menu-item:not(:last-child) {
    margin-bottom: 15px;
}

#fixed-buttons .menu-item:hover {
    transform: scale(0.9);
}

#fixed-buttons .menu-item.whatsapp {
    background: rgb(104,251,131); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(104,251,131,1) 0%, rgba(67,209,92,1) 100%);
    background: -webkit-linear-gradient(top, rgba(104,251,131,1) 0%,rgba(67,209,92,1) 100%);
    background: linear-gradient(to bottom, rgba(104,251,131,1) 0%,rgba(67,209,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68fb83', endColorstr='#43d15c',GradientType=0 );
}

#fixed-buttons .menu-item.phone {
    background: #ed2134;
    background: -moz-linear-gradient(top, #ed2134 0%, #de1023 100%);
    background: -webkit-linear-gradient(top, #ed2134 0%, #de1023 100%);
    background: linear-gradient(to bottom, #ed2134 0%, #de1023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2134', endColorstr='#de1023',GradientType=0 );
}

#fixed-buttons .menu-item a {
    color: #fff;
}

.fusion-footer-widget-column .social {margin-top: 15px;}

.fusion-footer-widget-column .social a {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ed2134;
    text-align: center;
    border-radius: 50px;
    box-sizing: content-box;
    font-size: 22px;
    /* border: 0; */
    padding: 4px;
    /* background: #ed2134; */
    /* color: #fff; */
    font-size: 20px;
    transition: all .25s;
}

.fusion-footer-widget-column .social a:not(:last-child) {
    margin-left: 10px;
}

.fusion-footer-widget-column .social a i {}

.fusion-footer-widget-column .social:after {content: '';display: table;clear: both;}

.fusion-footer-widget-column .social a:hover {
    color: #fff;
    background: #3d3a3a;
}

@media (max-width: 640px) {
    #fixed-buttons {
        right: auto;
        left: 15px;
        bottom: 90px;
        transition: all .15s;
        z-index: 105;
    }

    .scroll-top #fixed-buttons {
        bottom: calc(15px + 50px + 10px);
    }

    #fixed-buttons .menu-item {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.35em;
        box-shadow: 2px 2px 15px rgba(0,0,0,.2);
    }

    #fixed-buttons .menu-item:not(:last-child) {
        margin-bottom: 10px;
    }


    #fixed-buttons .menu-item span {
        display: none !important;
    }
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper {
    border: 0 !important;
}

.fusion-blog-layout-grid .fusion-post-content-wrapper {
    padding: 0 !important;
    margin-top: 15px;
}

#wrapper #main .fusion-post-content > h2.fusion-post-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.fusion-blog-archive .fusion-blog-layout-grid .fusion-post-grid:nth-child(3n+1) {
    clear: both;
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content {
    margin-bottom: 0 !important;
}

.single-post .hentry .post-content a {
    text-decoration: underline;
}














#wa-woocommerce-products-filter-container {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

#wa-woocommerce-products-filter .products-filter-column {
    flex-grow: 1;
    padding: 0 5px;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-title {
    color: #ed2134;
    font-weight: 500;
    margin-bottom: 5px;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list {}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wa-woocommerce-products-filter {
    padding: 15px 30px;
    border-bottom: 1px solid rgb(235, 234, 234);
    background: #f7f7f7;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li {
    font-size: 14px;
    margin: 2px 0;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li > a:hover {}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li > a.selected {
    font-weight: 700;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.product-filter-item > a:before {content: '';width: 14px;height: 14px;float: right;border-radius: 3px;background: transparent;border: 1px solid #ddd;margin-left: 4px;margin-top: 2px;}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.product-filter-item > a.selected:before,
#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.product-filter-item > a:hover:before {
    border-color: #3e3e3e;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.product-filter-item > a.selected:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #3e3e3e;
    border-radius: 2px;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.product-filter-item[data-hidden="1"] {
    display: none;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list.show-hidden ul > li.product-filter-item[data-hidden="1"] {
    display: block;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.show-hidden-list > a {
    text-decoration: underline;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.show-hidden-list > a:hover {
    text-decoration: none;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list ul > li.show-hidden-list > a:after {
    position: absolute;
    left: -15px;
    content: '\f107';
    font-family: FontAwesome;
    top: 0;
}

#wa-woocommerce-products-filter .products-filter-column .product-filter-list.show-hidden ul > li.show-hidden-list > a:after {
    content: '\f106';
}

#wa-woocommerce-products-filter .products-filter-column[data-key="קדח"] .product-filter-item .endfix,
#wa-woocommerce-products-filter .products-filter-column[data-key="קוטר"] .product-filter-item .endfix,
#wa-woocommerce-products-filter .products-filter-column[data-key="אורך"] .product-filter-item .endfix,
#wa-woocommerce-products-filter .products-filter-column[data-key="רוחב"] .product-filter-item .endfix,
#wa-woocommerce-products-filter .products-filter-column[data-key="גובה"] .product-filter-item .endfix,
#wa-woocommerce-products-filter .products-filter-column[data-key="עומק"] .product-filter-item .endfix {
    font-size: 0.85em;
}

html.wa-woocommerce-products-filter-process,
html.wa-woocommerce-products-filter-process body {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
html.wa-woocommerce-products-filter-process body #main {
    position: relative;
}
html.wa-woocommerce-products-filter-process body #wa-woocommerce-products-filter:before,
html.wa-woocommerce-products-filter-process body #main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 90;
}

html.wa-woocommerce-products-filter-process body #main:after {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    background: url(preloader-products-filters.gif) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

    background-image: url(preloader-products-filters_1.gif);
    width: 50px;
    height: 50px;
}

html.wa-woocommerce-products-filter-process body.admin-bar #main:after {
    margin-top: 32px;
}

.products .product .elita-gallery-product {
    position: absolute;
    top: 235px;
    right: 0;
    width: 100%;
    height: 20px;
    background: url(https://www.elitagallery.com/wp-content/uploads/2018/12/logo.png) no-repeat center center;
    background-size: auto 80%;
    transform: translateY(50%);
}

.products .product:hover .elita-gallery-product {
	background-color: #d92c38;
    background-image: url(https://www.elitagallery.com/wp-content/uploads/2018/12/logo-white.png);
}

@media (max-width: 640px) {
    #wa-woocommerce-products-filter {
        display: none;
    }
}

@media (max-width: 1280px) {
    .fusion-header .fusion-main-menu > .fusion-menu > .menu-item {
        padding-left: 20px !important;
    }

    .fusion-header .fusion-main-menu > .fusion-menu > .menu-item:after {
        left: 10px !important;
    }
}

.product-loop-attributes {
    position: absolute;
    display: none;
    z-index: 5;
    background: #fff;
    right: 0;
    width: calc(100% + 2px);
    padding: 10px;
    border: 1px solid #ebeaea;
    border-top: 0;
    margin-right: -1px;
    top: 100%;
    padding-top: 0;
    top: auto;
    bottom: 40px;
    border: 0;
    background-color: rgba(255,255,255,1);
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    box-shadow: 0px -5px 5px rgba(0,0,0,.05);
    border-radius: 5px 5px 0 0;
}

.product-loop-attributes.active {
    display: block;
}

.products .product:hover .product-loop-attributes {
    border-color: #7f7f7f;
}

.product-loop-attributes-inner {
}

.product-loop-attribute {
    text-align: left;
    border-top: 1px solid #ebeaea;
    padding-top: 6px;
    display: flex;
    align-items: start;
}

.product-loop-attribute:first-child {
    border-top: 0;
}

.product-loop-attribute ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: top;
    margin-right: auto;
    margin-left: -3px;
}

.product-loop-attributes .product-loop-attribute li {
    float: left !important;
    margin-bottom: 6px;
    padding: 0 3px;
}

.product-loop-attribute li span {
    min-width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    font-size: 10px;
    display: block;
    line-height: 22px;
    border-radius: 50px;
    font-weight: 300;
    padding: 0 6px;
    border-radius: 3px;
}

.product-loop-attribute ul:before, .product-loop-attribute ul:after {
    content: ' ';
    display: table;
    clear: both;
}

.product-loop-attribute .label {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 22px;
}

.woocommerce .products > .product .product-markers .product-marker.mark_magnet {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50px;
    left: 15px;
    top: 160px;
    color: #fff;
    box-shadow: 0px -3px 4px rgba(0,0,0,.2);
}

.woocommerce .products > .product .product-markers .product-marker.mark_magnet span {
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.woocommerce .products > .product .product-markers .product-marker.mark_magnet span:before {
    content: '';
    background: url(images/magnet_icon.png) no-repeat center;
    height: 18px;
    display: block;
    width: 100%;
    background-size: contain;
    margin-bottom: 3px;
    margin-top: -5px;
}

.woocommerce .products > .product .product-markers .product-marker.mark_flicker_free {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 41px;
    display: block;
    border: 1px solid #20449a;
    background: rgba(255,255,255,.9) url(images/flicker-free_icon.png) no-repeat center;
    border-radius: 3px;
    background-size: 80%;
}

.woocommerce .products > .product .product-markers .product-marker.mark_flicker_free span {
    display: none;
}

#toTop {
    display: none !important;
}


#contact-form-button {
    border: 0;
    position: fixed;
    top: 100%;
    left: 10px;
    background: #e80e23;
    width: auto;
    padding: 25px 15px 30px;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    z-index: 50;
    z-index: 999;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    text-align: center;
    bottom: 10px;
    top: auto;
    width: 155px;
    text-align: center;
    transform: none;
    border-radius: 5px;
    box-shadow: 0px 7px 15px rgba(232, 15, 35, 0.35);
    padding: 10px 10px 30px 10px;
    text-align: center;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) .6s;
    font-family: inherit;
    cursor: pointer;
    flex-direction: column;
    outline: none;
}

#contact-form-button:hover {
    box-shadow: 0px 7px 15px rgba(232, 15, 35, 0.55);
}

#contact-form-button.hide {
    bottom: -180px;
}

#contact-form-button:before {
    content: '';
    vertical-align: top;
    display: inline-block;
    background: url(images/light-icon_yellow.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    transition: all .2s;
}

#contact-form-button:hover:before {
    transform: scale(1.1) translateY(-3px);
}

@-moz-keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

#contact-form-button:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    text-align: center;
    bottom: 4px;
    font-size: 12px;
    -moz-animation: bounceArrow 2s infinite;
    -webkit-animation: bounceArrow 2s infinite;
    animation: bounceArrow 2s infinite;
    color: #fff;
}

#contact-form-button > div {
    width: 100%;
}

#contact-form-button > div span {
    display: block;
    font-weight: 300;
    font-size: 16px;
}

#contact-form-button > div span:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
    color: #ffd97e;
}




#contact-form-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    display: none;
}

#contact-form-wrapper.open {
    display: block;
}


#contact-form {
    height: 100%;
    display: flex;
    align-items: center;
}

#contact-form-inner {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#contact-form-inner > .close {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    left: -25px;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0;
    opacity: 1;
    transition: all .25s;
    background: #e80e23;
    border-radius: 50px;
    outline: none;
}

#contact-form-inner > .close:before,
#contact-form-inner > .close:after {
    content: '';
    width: 2px;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

#contact-form-inner > .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#contact-form-inner > .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#contact-form-inner > .close:hover {
    background: #000;
}

#contact-form-inner > .close:hover:before,
#contact-form-inner > .close:hover:after {
    background-color: #ffffff;
}

#contact-form .logo {
    text-align: center;
    margin-bottom: 15px;
    /* display: none; */
}

#contact-form .logo img {
    max-height: 85px;
}

#contact-form .title {
    margin: 0 0 5px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #e80f23;
}

#contact-form .title:before {
    content: '';
    display: block;
    height: 80px;
    background: url(images/light-icon.png) no-repeat center;
    background-size: contain;
    margin-top: -25px;
    margin-bottom: 10px;
}

#contact-form .title span {
    display: block;
}

#contact-form .description {
    font-size: 18px;
    line-height: 1.2;
}

#contact-form .description .phone {
    font-weight: 700;
    font-size: 26px;
    margin: 5px 0;
    display: block;
}

#contact-form .form {margin-top: 10px;}

#contact-form .form .nf-before-form-content {
    display: none;
}

#contact-form .form nf-field:nth-child(1),
#contact-form .form nf-field:nth-child(3) {
    /* width: calc(50% - 7.5px); */
    /* float: right; */
    /* margin-left: 7.5px; */
}

#contact-form .form nf-field:nth-child(2),
#contact-form .form nf-field:nth-child(4) {
    /* width: calc(50% - 7.5px); */
    /* float: right; */
    /* margin-right: 7.5px; */
}

#contact-form .form .nf-field-container:not(.hidden-container) {
    margin-bottom: 10px;
}

#contact-form .form .nf-field-container .field-wrap>div input:not([type="button"]),
#contact-form .form .nf-field-container .field-wrap>div select,
#contact-form .form .nf-field-container .field-wrap>div textarea {
    border: 0;
    background: #fff;
    font-size: 16px;
    vertical-align: top;
    padding: 0 10px;
    color: #241f20;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    direction: rtl;
    text-align: right;
}

#contact-form .form .nf-field-container .field-wrap>div input::-webkit-input-placeholder,
#contact-form .form .nf-field-container .field-wrap>div input::placeholder,
#contact-form .form .nf-field-container .field-wrap>div textarea::-webkit-input-placeholder{
    color: #242021;
    direction: rtl;
}

#contact-form .form .nf-field-container .field-wrap>div input:not([type="button"]),
#contact-form .form .nf-field-container .field-wrap>div select {
    height: 40px;
}

#contact-form .form .nf-field-container .field-wrap>div select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#contact-form .form .nf-field-container .field-wrap>div textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
    height: 95px;
    min-height: auto;
}

#contact-form .form .nf-field-container .field-wrap.list-select-wrap > .nf-field-element:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

#contact-form .form .nf-field-container .nf-after-field {

}

#contact-form .form .nf-field-container .nf-after-field .nf-input-limit {
    margin: 0;
}
#contact-form .form .nf-field-container .nf-after-field .nf-error-msg {
    margin: 5px 0 -5px;
    color: #c11b28;
    font-size: 12px;
    text-align: right;
}

#contact-form .form .nf-field-container.submit-container {
    text-align: center;
    margin: 20px 0 -20px 0;
}

#contact-form .form .nf-field-container .field-wrap>div input[type="button"] {
    background: #e80f23;
    font-size: 18px;
    height: 40px;
    padding: 0 35px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 3px;
    color: #fff;
    transition: all .25s;
    border: 0;
    outline: none;
    cursor: pointer;
}

#contact-form .form .nf-field-container .field-wrap>div input[type="button"]:hover {
    background-color: #000;
    color: #fff;
}

#contact-form .form .nf-field-container .field-wrap>div input[type="button"]:disabled {
    background: #f5f5f5;
    color: rgba(35, 32, 33, .25);
}

#contact-form .form .nf-error-msg.nf-error-field-errors {
    text-align: center;
    color: initial;
    margin-top: 10px;
    font-size: 16px;

    display: none;
}

#contact-form .form .nf-response-msg {
    background: #f7f7f7;
    margin: 0 -50px -50px;
    padding: 25px;
    text-align: center;
}

#contact-form .form .nf-response-msg p {
    margin: 0 0 15px 0;
}

#contact-form .form .nf-response-msg p:last-child {
    margin-bottom: 0;
}


#contact-form .form .nf-response-msg button.close {
    background: #fff;
    color: #231f20;
    border: 0;
    height: 38px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0px 8px 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 8px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 8px 25px rgba(0,0,0,.1);
    -o-box-shadow: 0px 8px 25px rgba(0,0,0,.1);
}

#contact-form .form .nf-response-msg button.close:hover {
    background: #231f20;
    color: #fff;
}

#contact-form .form .nf-response-msg button.close:after {
    content: '\f104';
    font-family: FontAwesome;
    margin-right: 5px;
}

#contact-form .form .fullname-container {
    float: right;
    width: 50%;
    clear: none;
    padding-left: 5px;
}

#contact-form .form .phone-container {
    float: right;
    width: 50%;
    padding-right: 5px;
    clear: none;
}

#contact-form .form .phone-container .ninja-forms-field,
#contact-form .form .email-container .ninja-forms-field {
    direction: ltr !important;
}

body #enable-toolbar-trigger {
    position: absolute;
    top: -185px;
    left: 10px !important;
}

body #enable-toolbar-trigger .keyboard-shorcut {
    display: none;
}

#wa-woocommerce-category-children {}

#wa-woocommerce-category-children-inner {
    padding: 15px 0;
    border-bottom: 1px solid #ebeaea;
}

#wa-woocommerce-category-children ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#wa-woocommerce-category-children ul > li {
    margin-left: 15px;
}

#wa-woocommerce-category-children ul > li.active {}

#wa-woocommerce-category-children ul > li a {
    display: block;
}

#wa-woocommerce-category-children ul > li.active a {}

#wa-woocommerce-category-children ul > li span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    box-shadow: inset 0px 0px 0px 1px #ddd;
    border-radius: 3px;
    color: #2c2828;
    position: relative;
}

#wa-woocommerce-category-children ul > li.active span {
    background: #ed2134;
    color: #fff;
    box-shadow: inset 0px 0px 0px 1px #ed2134, 0px 1px 3px rgba(0,0,0,.1);
}

#wa-woocommerce-category-children ul > li:not(.active) a:hover span {
    box-shadow: inset 0px 0px 0px 1px #2c2828;
}

#wa-woocommerce-category-children ul > li span:after {
    content: "(" attr(data-count) ")";
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    position: relative;
    margin-right: 5px;
    margin-left: -5px;
    font-family: sans-serif;
}

@media (max-width: 480px) {
    #contact-form-button {
        width: calc(100% - 20px);
        flex-direction: row;
        align-items: center;
        padding: 5px;
    }

    #contact-form-button:before {
        width: 40px;
        height: 40px;
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0;
        background-size: auto 75%;
        background-position: 50% 40%;
    }

    #contact-form-button > div {
        text-align: right;
    }

    #contact-form-button > div span:nth-child(1) {
        font-size: 16px;
    }

    #contact-form-button > div span {
        font-size: 14px;
    }

    #contact-form-button:after {
        left: 15px;
        bottom: 10px;
    }

    #contact-form {
        width: 100%;
    }

    #contact-form-inner {
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }

    #contact-form-inner > .close {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
    }

    #contact-form .title:before {
        height: 60px;
        margin-top: -5px;
        margin-bottom: 5px;
    }

    #contact-form .title {
        font-size: 24px;
        margin-bottom: 5px !important;
    }

    #contact-form .description {
        font-size: 16px;
    }

    #contact-form .description .phone {
        font-size: 22px;
        margin: 2px 0;
    }

    #contact-form .form .nf-field-container.submit-container {
        margin: 10px 0 -10px;
    }

    .woocommerce .products > .product .product-markers .product-marker.mark_magnet {
        left: 10px;
        top: calc((100vw - 30px - 5px - 10px) / 2);
        width: 60px;
        height: 60px;
        transform: translateY(-100%);
    }

    .woocommerce .products > .product .product-markers .product-marker.mark_magnet span {
        font-size: 12px;
    }

    .woocommerce .products > .product .product-markers .product-marker.mark_magnet span:before {
        height: 12px;
        margin-bottom: 2px;
    }

    header .fusion-header > .fusion-row {
        display: block;
    }
}

header .fusion-main-menu #menu-item-21833 .sub-menu {
    width: 210px;
}

.new-location {
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -3px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    padding: 0 5px;
    background: #e80f23;
    color: #ffff;
    border-radius: 3px;
}

.contact-waze-link {

}

.contact-page-form .firstname-container {
    float: right;
    width: 50%;
    clear: none;
    padding-left: 7.5px;
}

.contact-page-form .phone-container {
    float: right;
    width: 50%;
    clear: none;
    padding-right: 7.5px;
}

.contact-page-form .label-above .nf-field-label {
    margin-bottom: 5px;
}


/* contact page */
.contact-page-form .nf-form-title h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 1.1em;
}

.contact-page-form {

}

.contact-page-form .nf-before-form-content {
    display: none;
}

.contact-page-form .nf-field-container:not(.hidden-container) {
    margin-bottom: 15px !important;
}

.contact-page-form .nf-field-element input,
.contact-page-form .nf-field-element select,
.contact-page-form .nf-field-element textarea {
    font-size: 16px;
    font-family: 'Heebo', Arial;
    padding: 10px;
    outline: none;
    color: #000;
    border: 1px solid #ddd;
}

.contact-page-form .nf-field-element input,
.contact-page-form .nf-field-element select {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page-form .nf-field-element textarea {
    height: 150px;
    resize: none;
}

.contact-page-form .nf-after-field .nf-error-msg {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.contact-page-form .nf-field-label label {
    font-weight: 400;
    font-size: 16px;
}

.contact-page-form .nf-field-container.submit-container .nf-field-element input {
    background: #e80f23;
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 0 25px;
    cursor: pointer;
    transition: all .25s;
}

.contact-page-form .nf-field-container.submit-container .nf-field-element input:hover {
    background-color: #000;
}

.contact-page-form .nf-response-msg {
}

.contact-page-form .nf-response-msg p {
    margin-bottom: 15px;
}

.contact-page-form .nf-response-msg p:last-child {
    margin-bottom: 0;
}

.contact-page-form .hidden-container {
    margin-bottom: 0 !important;
}

.contact-page-form .nf-after-form-content {
    display: none;
}

.contact-page-form .thank-you-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    color: #e80f23;
}

.contact-page-form .thank-you-text {
    font-size: 20px;
}

.avada-has-titlebar-hide .fusion-header {
    border-bottom: 1px solid #ebeaea;
}

.a-link_mark a {
    text-decoration: underline;
}

.product-loop-attributes-button {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    z-index: 5;
}

.product-loop-attributes-button button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 12px;
    text-decoration: underline;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
}

.product-loop-attributes-button button:before {
    content: attr(data-show) " ";
}

.product-loop-attributes-button button.active:before {
    content: attr(data-hide) " ";
}

@media (max-width: 640px) {
    .product-loop-attributes {
        display: none;
    }

    .product-loop-attributes .product-loop-attribute li {
        width: auto !important;
    }

    .product-loop-attribute .label {
        line-height: 20px;
        font-size: 12px;
        padding-left: 5px;
    }

    .product-loop-attribute li span {
        height: 20px;
        line-height: 20px;
    }

    .products .product .elita-gallery-product {
        top: 42.5vw;
    }

    #wrapper .fusion-page-title-bar {
        height: auto !important;
    }

    .fusion-page-title-bar .fusion-breadcrumbs {
        font-size: 10px !important;
    }

    .fusion-page-title-bar .fusion-breadcrumbs i {
        margin: 0 2px !important;
    }
}

.product-stock.stock-ajax.loader {
    position: relative;
}

.product-stock.stock-ajax.loader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(images/woocommerce/loader_1.gif) no-repeat left center;
    background-size: 20px auto;
}