/*error*/
.error {
    padding: 5px;
    margin: 5px 0px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.descBox__info {
    height: auto;
}

.descBox__info.heightBox {
    height: 120px;
}


.form-control {
    color: #000 !important;
}



.newsBox__desc {
    width: 100%;
}

.newsBox__desc--title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
}





/* ----------------------------- */

/* #compareModal .advancedSearchScroll ul {
	 column-count: 3;
}
 */
/* #compareModal .advancedSearchScroll ul {
	 column-count: 1;
}
 */
.containerFull {
    max-width: 1600px;
    width: 100%;
    margin-inline: auto;
}

.pc {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.pc__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s;
    background: #fff;
    padding: 10px;
}

.pc__product>* {
    width: 100%;
}

.pc__product .delete {
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-right: auto;
}

.pc__product .delete i {
    color: #000;
}

.pc__product--image {
    width: 100%;
    margin: 12px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pc__product--image img {
    display: block;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}

.pc__product--name {
    display: block;
    height: 50px;
    text-align: center;
    color: #5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 8px;
}

.pc__product--name>* {
    height: 100%;
    line-height: 25px;
    font-weight: 400;
}

.pc__product--price {
    font-weight: 700;
    text-align: center;
    color: #ed1a1c;
    margin-bottom: 10px;
}

.pc__list {
    min-width: 1147px;
    padding: 10px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}

.pc__list>li {
    width: 24%;
    min-width: 275px;
    margin-left: 1%;
    flex-grow: 1;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.pc__list>li:last-of-type {
    margin-left: 0;
}

.pc__list--null {
    background: #f0f0f1 !important;
}

.pc__list--add {
    width: 100% !important;
    height: 100%;
    background: #fff !important;
    padding: 20% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: inherit;
}

.pc__list--add i svg {
    fill: #000;
}

.pc__list--add span {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.pc__content {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    min-width: 1147px;
    padding: 10px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}

.pc__content>div {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    padding-bottom: 20px;
}

.pc__content>div>div {
    width: 100%;
}

.pcInfo>header {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #e2e2e2;
    background-color: rgba(239, 236, 236, 0.38);
    border-radius: 2px;
    padding-right: 20px;
}

.pcInfo>header>h3 {
    color: #5f5f5f;
    font-size: 14px;
}

.pcInfo__detail {
    display: flex;
}

.pcInfo__detail--data {
    width: 25%;
    min-width: 275px;
    min-height: 50px;
    flex-grow: 1;
    padding: 8px 20px 8px 1%;
    display: flex;
    align-items: center;
    color: #5f5f5f;
    font-size: 12px;
    position: relative;
}

.pcInfo__detail--data:after {
    content: " ";
    position: absolute;
    height: 80%;
    width: 1px;
    left: 1%;
    top: 10%;
    background-color: #e2e2e2;
}

.pcInfo__detail--data:last-of-type:after {
    display: none;
}

.pcAll {
    background-color: #f7f7f7;
}

.specialProduct {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.specialProduct .showPriceBtn {
    width: 102px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px 12px 6px 10px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(245, 90, 101, .2);
    color: #f55a65;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.specialProductList {
    min-height: 393px;
}

.specialProduct__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.specialProductImage {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.advancedSearch .advancedSearchScroll #products>ul>li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media screen and (max-width: 991px) {
    .pcAll {
        overflow: visible;
        margin-top: 20px;
    }

    .pcAll .containerFull {
        padding: 0;
    }

    .pc__product--name {
        padding: 0;
        font-size: 12px;
    }

    .pc__product--price {
        font-size: 12px;
        margin-bottom: 0;
    }

    .pcInfo__detail--data {
        min-width: 160px;
    }

    .pc__list {
        min-width: 680px;
        display: flex;
        padding: 10px;
    }

    .pc__list>li {
        min-width: 160px;
    }

    .pc__content {
        min-width: 680px;
        display: flex;
        padding: 10px;
    }

    .pc__product--image {
        height: 130px;
    }

    .pc__list--add i svg {
        max-width: 60px;
    }

    .pc__list--add span {
        font-size: 12px;
    }

    .pcInfo>header {
        min-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .compare-pro li img {
        width: 115px;
    }

    .advancedSearch {
        display: block !important;
    }

    .advancedSearch .advancedSearchScroll #products>ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 767px) {
    .compare-pro li img {
        width: 133px;
    }
}

.headerTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchBox .searchBox__inp {
    font-size: 14px !important;
    color: #000;
}

.searchBox .searchBox__inp::placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.compareModalCloseBtn {
    top: 48px !important;
}

.compareProItems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
}

.compareProItems__image {
    display: block;
    margin: 0 auto;
}

.compareProItems__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px 10px 10px;
}

.compareProItems__content--title {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

.compareProItems__content--btn {
    margin-right: auto;
    margin-left: auto;
}

.compare_search {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}


.compare_search {
    margin-top: 20px;
}


.comparecoverHead {
    background-color: transparent !important;
}

.mainPageBlockTitle span {
    left: 15px !important;
}

.newsInner__image .videoBox {
    border-radius: 0 !important;
}

.block.toggleBlock .mainPageBlockTitle span::after {
    color: #000;
}


.blogListTitleWrap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blogSliderWrapPrev {
    left: 0;
    right: auto;
    bottom: -50px !important;
    top: auto !important;
    position: absolute !important;
}

.blogSliderWrapNext {
    right: auto;
    left: 55px;
    top: auto !important;
    bottom: -50px !important;
    position: absolute !important;
}

.newsPageContainer {
    overflow: visible !important;
}

.blogListContentSec .container-fluid {
    overflow: visible !important;
}

.blogListContentSec {
    overflow: visible !important;
}

.newsListWrapper {
    margin-top: 20px !important;
}

@media screen and (max-width:991px) {
    .newsListWrapper {
        margin-top: 50px !important;
    }
}

.newsPage__search--inp {
    height: 50px !important;
    border-radius: 0 !important;
}

.newsPage__search--btn {
    top: 15px !important;
    left: 15px !important;
    width: auto !important;
    height: auto !important;
}

.newsBoxDescBox {
    min-height: 140px;
    display: flex;
    flex-direction: column;

}

.newsBoxDescBox .newsBox__desc--title {
    flex: 1 0 auto;
}

@media screen and (max-width:1199px) {

    .newsBoxDescBox .newsBoxDescBoxCat {
        padding: 5px !important;
    }

    .newsBoxDescBox .newsBoxDescBoxDate {
        margin-right: 5px !important;
    }
}

@media screen and (max-width:767px) {

    .newsBoxDescBox .newsBox__desc--title {
        text-align: center;
    }

    .newsBoxDescBox {
        min-height: auto;
    }
}


.headerNormalSvgs.normalSvg svg path {
    stroke: #fff !important;
    fill: unset !important;
}

.newsletterFormBox .form-control {
    color: #fff !important;
}

.mainPageBlogContent {
    overflow: visible !important;
}

.mainPageBlogContainer {
    overflow: visible !important;
}

.newSlider .slick-prev {
    position: absolute;
    top: -60px;
    bottom: auto;
    left: 0;

}

.newSlider .slick-next {
    position: absolute;
    top: -60px;
    bottom: auto;
    left: 55px;
    right: auto;

}

.newsSliderContainer {
    overflow: visible !important;
}

.newsSliderContent {
    overflow: visible !important;
}

@media screen and (max-width:991px) {
    .mainPageBannerSec {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {

    .mainPageBannerSec {
        margin-top: 0;
    }

    .newSlider .slick-next {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        right: -17.5px;
        transform: translateY(-50%);
        background: rgb(242, 242, 242);
    }

    .newSlider .slick-prev {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: -17.5px;
        right: auto;
        transform: translateY(-50%);
        background: rgb(242, 242, 242);
    }

    .blogSliderWrapNext {
        right: -17.5px;
        left: auto;
        top: 50% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
        position: absolute !important;
        background: rgb(242, 242, 242);
    }

    .blogSliderWrapPrev {
        right: auto;
        left: -17.5px;
        top: 50% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
        position: absolute !important;
        background: rgb(242, 242, 242);
    }

    .newsListWrapper {
        margin-top: 20px !important;
    }

    .accordsSec--mainpage {
        margin-top: 20px;
    }
}

/* -------------------compare styles --------------------- */
/* #compareModal .advancedSearchScroll ul {
	 column-count: 3;
}
 */
/* #compareModal .advancedSearchScroll ul {
	 column-count: 1;
}
 */
.containerFull {
    max-width: 1600px;
    width: 100%;
    margin-inline: auto;
}

.pc {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.pc__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s;
    background: #fff;
    padding: 10px;
}

.pc__product>* {
    width: 100%;
}

.pc__product .delete {
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-right: auto;
}

.pc__product .delete i {
    color: #000;
}

.pc__product--image {
    width: 100%;
    margin: 12px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pc__product--image img {
    display: block;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}

.pc__product--name {
    display: block;
    height: 50px;
    text-align: center;
    color: #5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 8px;
}

.pc__product--name>* {
    height: 100%;
    line-height: 25px;
    font-weight: 400;
}

.pc__product--price {
    font-weight: 700;
    text-align: center;
    color: #ed1a1c;
    margin-bottom: 10px;
}

.pc__list {
    min-width: 1147px;
    padding: 10px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}

.pc__list>li {
    width: 24%;
    min-width: 275px;
    margin-left: 1%;
    flex-grow: 1;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.pc__list>li:last-of-type {
    margin-left: 0;
}

.pc__list--null {
    background: #f0f0f1 !important;
}

.pc__list--add {
    width: 100% !important;
    height: 100%;
    background: #fff !important;
    padding: 20% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: inherit;
}

.pc__list--add i svg {
    fill: #000;
}

.pc__list--add span {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.pc__content {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    min-width: 1147px;
    padding: 10px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}

.pc__content>div {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    padding-bottom: 20px;
}

.pc__content>div>div {
    width: 100%;
}

.pcInfo>header {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #e2e2e2;
    background-color: rgba(239, 236, 236, 0.38);
    border-radius: 2px;
    padding-right: 20px;
}

.pcInfo>header>h3 {
    color: #5f5f5f;
    font-size: 14px;
}

.pcInfo__detail {
    display: flex;
}

.pcInfo__detail--data {
    width: 25%;
    min-width: 275px;
    min-height: 50px;
    flex-grow: 1;
    padding: 8px 20px 8px 1%;
    display: flex;
    align-items: center;
    color: #5f5f5f;
    font-size: 12px;
    position: relative;
}

.pcInfo__detail--data:after {
    content: " ";
    position: absolute;
    height: 80%;
    width: 1px;
    left: 1%;
    top: 10%;
    background-color: #e2e2e2;
}

.pcInfo__detail--data:last-of-type:after {
    display: none;
}

.pcAll {
    background-color: #f7f7f7;
}

.specialProduct {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.specialProduct .showPriceBtn {
    width: 102px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px 12px 6px 10px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(245, 90, 101, .2);
    color: #f55a65;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.specialProductList {
    min-height: 393px;
}

.specialProduct__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.specialProductImage {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.advancedSearch .advancedSearchScroll #products>ul>li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media screen and (max-width: 991px) {
    .pcAll {
        overflow: visible;
        margin-top: 20px;
    }

    .pcAll .containerFull {
        padding: 0;
    }

    .pc__product--name {
        padding: 0;
        font-size: 12px;
    }

    .pc__product--price {
        font-size: 12px;
        margin-bottom: 0;
    }

    .pcInfo__detail--data {
        min-width: 160px;
    }

    .pc__list {
        min-width: 680px;
        display: flex;
        padding: 10px;
    }

    .pc__list>li {
        min-width: 160px;
    }

    .pc__content {
        min-width: 680px;
        display: flex;
        padding: 10px;
    }

    .pc__product--image {
        height: 130px;
    }

    .pc__list--add i svg {
        max-width: 60px;
    }

    .pc__list--add span {
        font-size: 12px;
    }

    .pcInfo>header {
        min-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .compare-pro li img {
        width: 115px;
    }

    .advancedSearch {
        display: block !important;
    }

    .advancedSearch .advancedSearchScroll #products>ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 767px) {
    .compare-pro li img {
        width: 133px;
    }
}

.headerTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchBox .searchBox__inp {
    height: 45px !important;
    font-size: 14px !important;
    color: #000;
}

.searchBox .searchBox__inp::placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.compareModalCloseBtn {
    top: 48px !important;
}

.compareProItems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
}

.compareProItems__image {
    display: block;
    margin: 0 auto;
}

.compareProItems__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px 10px 10px;
}

.compareProItems__content--title {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

.compareProItems__content--btn {
    margin-right: auto;
    margin-left: auto;
}

.compare_search {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}



/* -------------------compare styles --------------------- */

.publicSec__content {
    overflow: visible !important;
}




.mediaBox__wrapper--name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.compareView {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 22px;
    z-index: 9;
    color: #000;
    font-size: 12px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    bottom: auto;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: rgba(255, 255, 255, .7);
    border-radius: 0;
    padding: 6px;
}

#products .product {
    position: relative;
}

#products .product:hover .compareView {
    opacity: 1 !important;
}

.compareView .chb label span::before {
    margin-left: 0;
}

.closeSearchModal {
    position: absolute;
    left: 30px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    z-index: 5;
    color: #fff;
}


.closeSearchModal svg {
    margin-right: 12px;

}

@media screen and (max-width:414px) {
    #mapModal .modal-dialog {
        margin-top: 100px !important;
    }
}

.compare_btn {
    color: #373938 !important;
}

.compare_btn:hover {
    color: #fff !important;
}

/* 
.animationMegaMenu {
    display: block !important;
}

.normalSvgMegaMenu{
    display: none !important;
}

.megaMenu .categoryWrap .categoryItem svg *{
    fill: #fff !important;
  }
\



 .megaMenu .categoryWrap .categoryItem:hover .animationMegaMenu svg path{
    fill: #000 !important;
 }
 .megaMenu .categoryWrap .categoryItem:hover .animationMegaMenu svg mask path{
    fill: #000 !important;
 } */



.categoryItem .normalSvg svg path {
    fill: unset;
    stroke: #999;
}

.margin_employment {
    margin: 16px 0 36px 0;
}


.headerBottom__menu {
    justify-content: center;
    flex: 1;
}


.strClear__phonenum {
    display: block;
    letter-spacing: 2px;
}

.slideShow__items {
    line-height: 0;
}

.slideShow__items .vid-watch.img-mosk.picture-mosk {
    line-height: 0;
    width: 100%;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.slideShow .slick-slide img {
    width: 100%;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.mainBox__social {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: calc((100vw - 1170px)/ 2);
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainBox__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mainBox__social ul li {
    padding-left: 8px;
    padding-right: 8px;
}

.mainBox__social ul li a {
    display: inline-block;
}

.mainBox__social ul li a svg {
    fill: rgba(255, 255, 255, .25);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.mainBox__social ul li a:hover svg {
    fill: #fff;
}

.newSlider__items--img {
    overflow: hidden;
}

.newSlider__items--img img {
    transition: all 0.5s ease-in-out;
}

.newSlider__items:hover .newSlider__items--img img {
    transform: scale(1.2);
}

.blogItems {
    overflow: hidden;

}

.blogItems__content--image .blogItems {
    overflow: hidden;
}

.blogItems__content--image .blogItems img {
    transition: all 0.5s ease-in-out;
}

.blogItems__content--image .blogItems:hover img {
    transform: scale(1.2);
}


.publicSecMainWrap__link {
    letter-spacing: 1.5px;
}


.footerDetail__wrapper--ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footerDetail__wrapper--ul li svg {
    fill: #fff;
    margin-top: 10px;
    margin-left: 10px;
}

.footerDetail__wrapper--ul li a {
    /*font-size: 12px;*/
    line-height: 40px;
    color: #fff;
}

.footerDetail__wrapper--ul li span {
    font-size: 12px;
    line-height: 40px;
    color: #fff;
}

.product__image {
    overflow: hidden;
}

.product__image img {
    transition: all 0.5s ease-in-out;
}

#products .product:hover .product__image img {
    transform: scale(1.2);
}


.agencyRequestBtn {
    margin-top: 0 !important;
}


.contactLastListItemRowGrid {
    width: 100%;
    display: flex !important;
    margin-bottom: 0 !important;
    align-items: center;
}


.contactLocationsWays__colGrid3 {
    padding: 0 5px;
    margin-bottom: 0 !important;
}


.contactLocationsWays__items {
    border: 1px solid #000;
    border-radius: 0;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.contactLocationsWays__items svg {
    margin-left: 5px;
    flex: 1 0 23px;
    max-width: 23px;
}

.contactLocationsWays__items:hover {
    border-width: 2px;
}



.contactLocationsWays__title {
    text-align: right;
    font-size: 12px;
    color: #000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 0 !important;
    vertical-align: middle;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}

.newContactItems {
    padding-right: 155px;
}

.compareView {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 30px;
    z-index: 9;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.compareView .chb {
    line-height: 10px !important;

}

.compareView .chb label {
    margin-bottom: 0;

}

.compareMainBox .chb label span::before {
    margin-left: 0;
}

.product:hover .compareView {
    opacity: 1 !important;
}

.newsInner__title {
    text-align: center;
}

.newsInner__text {
    text-align: center;
}

.headerTitleWrapper__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.contactPageForm .headerTitleWrapper__detail {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    color: #666;
}

.employment {
    font-family: tahoma;
    color: red;
}

.contactForm.contactFormEmp .row_dl {
    position: absolute;
    left: -28px;
    bottom: 20px;
    color: #a23131;
}

.contactForm.contactFormEmp>form>div .row {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compareProductListWrap li {
    flex: 1 0 25% !important;
    max-width: 25% !important;
    margin-bottom: 0 !important;
}

.compareProductListWrap li .product {
    text-align: center;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.compareProductListWrap li .product .btn {
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .mainBox__social {
        right: auto;
        left: calc((100vw - 950px)/ 2);
    }
}

@media only screen and (max-width: 991px) {
    .mainBox__social {
        right: auto;
        left: calc((100vw - 720px)/ 2);
    }

    .compareProductListWrap li {
        flex: 1 0 33.33% !important;
        max-width: 33.33% !important;
    }

}

@media only screen and (max-width: 767px) {
    .mainBox__social {
        display: none;
    }

    .contactForm.contactFormEmp .row_dl {
        margin-right: 12px;
        position: static;
    }

}

@media screen and (max-width: 480px) {
    .contactLocationsWays__colGrid3 {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .compareProductListWrap li {
        flex: 1 0 50% !important;
        max-width: 50% !important;
    }
}

.title_lighting_conclutions {
    margin: 18px 0 !important
}

.megaMenu {
    top: 100px;

}


.singlePage__info li b {
    font-size: 14px;
}

.singlePage__info li span {
    font-size: 14px;
}

.singlePage__cat li {
    font-size: 14px;
}

.footerTwitterIcon svg {
    max-width: 25px;
}


.lightGalleryAlbum>ul>li img {
    width: 100%;
}

.projectGalleries>ul>li {
    flex: 1 0 20%;
    max-width: 20%;
}

.projectGallerySec {
    margin-top: 30px;
}

@media screen and (max-width:1199px) {
    .projectGalleries>ul>li {
        flex: 1 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width:991px) {
    .projectGalleries>ul>li {
        flex: 1 0 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .projectGalleries>ul>li {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:480px) {
    .projectGalleries>ul>li {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.footerDetail__wrapper--ul li {
    justify-content: center;
}

.aboutContentWrap__light {
    position: absolute;
    top: 108px;
    z-index: 0;
    left: 46%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    width: 100%;
}


.categoryItem {
    height: 100%;
}



@font-face {
    font-family: Ham3d;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/ham3d-ravi/ttf/Ravi-FaNum-03-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Ham3d;
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/ham3d-ravi/ttf/Ravi-FaNum-06-Bold.ttf) format("truetype");
}




@font-face {
    font-family: en;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/ham3d-ravi/ttf/Frutiger-Neue-LT-Light.ttf) format("truetype");
}

@font-face {
    font-family: en;
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/ham3d-ravi/ttf/Frutiger-Neue-LT-Bold.ttf) format("truetype");
}



.publicSec__header--titleEn {
    letter-spacing: 1.5px;
    font-family: en;
}

.publicSecMainWrap__link,
.footerDetail__wrapper--ul li a,
.contactItem__info a {
    /*font-family: en;*/
}

.singlePage__info li b {
    font-size: 14px;
    font-weight: 400;
}

.singlePage__info li span {
    font-size: 14px;
    font-weight: 400;
}

.logoPartner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.logoPartner li {
    padding: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
}

.logoPartner li a {
    border: 1px solid grey;
    display: flex;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
}


.call a {
    display: inline-block;
}

.call a+a::before {
    content: "- ";
    padding: 0 5px;
    color: #000;
}




.categoryItem svg {
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
}

.modal#searchModal .modal-content .searchModal_content .searchBox .search_inpp {
    height: 65px;
    padding-right: 0;
    padding-left: 40px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;

    border-radius: 0;
    background-color: transparent;
}

.searchInModal {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 1px solid #fff !important;
}

.search_btn {
    text-align: center;
    border: none !important;
    height: 65px !important;
    width: 35px !important;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:
        center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:
        center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 0;
    padding: 0;
}

.search_btn svg path {
    fill: #fff;
}

.categorySlider .slick-track {
    display: flex;
}

.categorySlider .slick-slide {
    height: inherit;
}
   @font-face {
        font-family: Material-Design-Iconic-Font;
        src: url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
    }

#cd_cart #remove_comp:after,
.advancedSearch .more:after,
.basketBoxAddress .more:before,
.basketBoxSendItem .item .itm:after,
.blcCategories ul li.moreLvl>a span:after,
.block.toggleBlock .blockTitle span:after,
.boxAddressItem .item .itm .delete:before,
.boxAddressItem .item .itm .edit:before,
.boxAddressItem .item .itm:after,
.cd-cart-items li .remove:before,
.chb label span:before,
.ff,
.filterSelect label span .info,
.filter_view>a:after,
.mobileMenu .masehMenu #mobileMenu li a:not(:only-child) span:after,
.mobileMenu .masehMenu #mobileMenu li a:not(:only-child).hasChildren span:after,
.mobileMenu .masehMenu .mobileMenu__title .mobileMenu__title--close:after,
.modal .modal-close:after,
.modal#searchModal .modal-content .searchModal_content .search .search_btn,
.nums .minus:after,
.nums .plus:after,
.prodAccordion__header:after,
.rdl label span:before,
.select2.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.send_cm_list ul li .send_cm_list--bottom .send_cm_list--rate .send_cm_list--rateLike:after,
.slick-next:after,
.slick-prev:after {
    display: inline-block;
    font-family: Material-Design-Iconic-Font;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto
}