/*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;
}

.form-control.alert {
    border: solid 1px #FBD3C6 !important;
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
}

.form-control.alert:focus {
    border: solid 1px #FBD3C6 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}

.bannerSec__items {
    position: relative;
}

li.submenu2 {
    position: relative;
}

.megaMenu2 {
    display: none;
    padding: 12px 20px;
    background-color: #fff;
    min-width: 183px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .15);
}

.megaMenu2>ul {
    line-height: 30px;
    font-size: 14px;
}

.megaMenu2>ul>li>a {
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 14px;
}

.megaMenu2>ul>li>a:hover {
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #d01132;
}

.headerWrap__menu>li>a {
    padding: 30px 0;
}

.headerWrap {
    padding: 0;
}


@media screen and (max-width:767px) {
    .footer__top--titles.active i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

}

.contactRecaptchaWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactRecaptchaWrap .btn {
    margin-left: 0;
}

@media screen and (max-width:480px) {
    .contactRecaptchaWrap .btn {
        margin-top: 10px !important;
    }

}

/***********lazyLoad************/
.lazyLoad {
    opacity: 0;
    transition: all 500ms;
}

.fadeLazy {
    opacity: 1.0;
    transition: all 500ms
}

.product-shine-loading {
    width: 100% !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    height: 269px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .product-shine-loading {
        width: 100% !important;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        background: #eee;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        border-radius: 5px;
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite;
        height: 269px !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/***********lazyLoad************/





.compare_list ul li .over {
    padding-top: 0;
    height: 225px;
}

.productInformationBox {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    flex-wrap: wrap;
}

.productInformationBox a {
    flex: 1 0 200px;
    max-width: 200px;
}

.searchBox .searchBox__inp {

    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


.merajImage {
    width: 200px;
    vertical-align: middle;
}

.productInformationBox__leftRow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.productInformationBox__items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    color: #6C747F;
}

.productInformationBox__items {
    color: #6C747F;
}

.productInformationBox__items--descBox svg {
    fill: #7D9EA3;
    vertical-align: middle;
}

.productInformationBox__items--descBox svg path {
    fill: #7D9EA3;
}

.productInformationBox__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
}

.productInformationBox__content--title1 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;
}

@media screen and (max-width:767px) {
    .productInformationBox {
        flex-direction: column;
        width: 100%;
    }

    .productInformationBox a {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .productInformationBox__items {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 15px;
    }

    .single_slideshow_mini .item.more .more {
        width: auto;
        height: auto;
    }
}

.registerModalContent {
    max-width: 394px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 0 auto;
    text-align: center;
}

.registerModalContent .loginArea__content {
    text-align: center;
}

.numberCode {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.loginArea .numberCode {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.recover_pass {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basketTable--like {
    margin-bottom: 0;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.basketTable--like .basketTableDetail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.basketTable--like .basketTableDetail__title {
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width:1360px) {
    .favoriteLists .colGrid5 {
        flex: 1 0 25%;
        max-width: 25%;
    }

    .basketTable--like .basketTableDetail__title {
        font-size: 12px;
    }

}

@media screen and (max-width:767px) {
    .favoriteLists .colGrid5 {
        flex: 1 0 33.33%;
        max-width: 33.33%;
    }

    .basketTable--like {
        padding: 10px;
    }
}

@media screen and (max-width:567px) {
    .favoriteLists .colGrid5 {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:480px) {
    .favoriteLists .colGrid5 {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.commentPanel__footer .cmfooter--accept {
    color: #00b628;
    border: 1px solid #00b628;
    border-radius: 5px;
    background-color: rgba(0, 182, 93, .2);
    padding: 7px 14px;
    display: inline-block;
    margin-left: 0;
}

.basketBoxOrder .form-coupon input {
    height: 40px;
}

.form-control {
    border-radius: 10px;
}

.select2.select2-container--default .select2-selection--single {
    border-radius: 10px;
}


.productItem__image .colorSelect li {
    margin: 0 !important;
}

.colorWrap__plus {
    display: inline-flex;
    align-items: center;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    font-size: 12px;
    direction: ltr;
}


.colorSelect li label.disabled-color span::before {
    content: '' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-right: 1px solid #a2a2a2;
    -webkit-transform: rotate(45deg)translateY(-50%)translateX(-19px);
    transform: rotate(45deg)translateY(-50%)translateX(-19px);
    right: 0;
    opacity: 1 !important;
}

.colorSelect li label input:checked~span {
    border-color: #d01132;
}

.singlePage__color .colorSelect li label input:checked~span {
    border-color: #d01132 !important;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .3);
}

.colorSelect li label span {
    border-width: 2px;
}

.singlePage__color .colorSelect li label.disabled-color span::before {
    content: "" !important;
    position: absolute;
    left: 50% !important;
    top: 0 !important;
    transform: rotate(45deg) !important;
    width: 1px;
    height: 100%;
    right: auto !important;
    display: inline-block;
    opacity: 1 !important;
    background-color: #a2a2a2;
}

#img360 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
}

#img360:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#img360.visible {
    z-index: 9;
    opacity: 1;
}

#img360.visible:after {
    content: url(../images/img360.png);
}

.productItem__content--title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.productItem__content--desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.productItem {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.productItem__content {
    height: 100%;
}

.productItem__content--title {
    flex: 1 0 auto;
}

.faqLink li a {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

.faqPage__link--title {
    flex: 1;
    display: flex;

    align-items: center;
}

.faqLink li a svg {
    margin-left: 15px;
}

.headerTitle {
    margin-bottom: 20px;
}

.faqLink li a.active {
    background-color: #d01132;
    color: #fff;
}

.faqLink li a.active svg path {
    fill: #fff;
}

.faqLink li {
    margin-bottom: 20px;
}

.branchPage #branchList>ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.branchPage #branchList>ul>li {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25;
    max-width: 25%;
    position: relative;
}

.branchBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.branchBox__desc {
    background-color: #f2f2f2;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.branchBox__desc--title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    padding: 10px;
}

.branchBox__desc--info {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.branchBox__desc--loc {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding: 10px;
    padding-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.branchBox__desc--btn {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pagesTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.branchInnerBox {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
}

.branchInnerBox__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}


.branchInnerBox__list li {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.branchInnerBox__list li img {
    max-width: 40px;
    line-height: 0;
    margin-left: 30px;
    display: inline-block;
}

.branchInnerBox__list li p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.branchInner__row {
    margin: 20px 0;
}

.branchInner__pic {
    padding-bottom: 40px;
}

.branchInner__pic .row>div img {
    border-radius: 10px;
}

.branchInner__pic .row>div {
    margin-top: 10px;
    margin-bottom: 10px;
}


.googleMap {
    height: 340px;
    border-radius: 10px;
}

.branchBox__desc--btn {
    background-color: #d01132;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-top: 0;
}

.branchBox__desc--btn:hover {
    background-color: #ff7705;

}

@media only screen and (max-width: 1199px) {
    .branchPage #branchList>ul>li {

        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;

    }
}

@media only screen and (max-width: 991px) {
    .branchInnerBox {
        margin-bottom: 20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .pagesTitle,
    .branchInnerBox__title {
        font-size: 20px;
    }

    .branchPage #branchList>ul>li {

        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }
}

@media only screen and (max-width: 480px) {
    .branchPage #branchList>ul>li {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }
}

@media only screen and (min-width: 992px) {
    .branchInner__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}


.mediaPageLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.mediaPageLink a {
    font-size: 14px;
    padding: 7px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mediaPageLink a:after {
    content: none !important;
}

.mediaPageLink a svg {
    max-width: 30px;
    margin-left: 10px;
}

.mediaPage #mediaList>ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.mediaPage #mediaList>ul>li .mediaBox {
    display: block;
}

.mediaPage #mediaList>ul>li {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}

.mediaPageLink a.active {
    border: 1px solid #000;
}

.mediaBox__image {
    background-color: #f2f2f2;
    padding: 10px;
}

.mediaBox__image img {
    width: 100%;
}

.mediaBox__desc {
    padding: 10px;
    font-size: 18px;
}

.searchBox .searchBox__inp {
    border-radius: 10px;
}

.blogPageItem__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
}

.blogPageItems {
    margin-top: 0;
}

.loginAreaWrap {

    width: 100%;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
}

.basketPage {
    width: 100%;
}


/* -------------fixed-icons styles -------------- */
.homeFixedIconsWrapper {
    position: relative;
    z-index: 99;
}

.homeFixedIconsInnerBox {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    bottom: 160px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}

.homeFixedIconsInnerBox:hover {
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
}

.homeFixedIconsWrapper.wa__active .homeFixedIconsInnerBox {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);

}

.homeFixedIconsWrapper.wa__active .homeFixedIcons__text {
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden;

}


.homeFixedIconsInnerBox__text {
    display: flex;
    flex-direction: column;

}

.homeFixedIcons {
    position: fixed;
    right: 30px;
    bottom: 90px;
    cursor: pointer;
}

.homeFixedIcons .homeFixedIcons__image img {
    max-width: 36px;
    position: relative;
    transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
}

.homeFixedIcons .homeFixedIcons__image {
    background-color: rgb(45, 183, 66);
    width: 56px;
    height: 56px;
    position: relative;
}

.homeFixedIcons .homeFixedIcons__image:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../img/whatsapp_logo.svg) center center no-repeat;
    background-size: auto;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.homeFixedIcons .homeFixedIcons__image:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../img/whats__close.svg) center center no-repeat;
    background-size: auto;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}


.homeFixedIcons .homeFixedIcons__image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}

.homeFixedIconsInnerBox__content {
    background-color: #fff;
    padding: 20px;
    text-align: right;
}

.homeFixedIconsInnerBox__header {
    background: rgb(45, 183, 66);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.homeFixedIconsInnerBox__header img {
    flex: 1 0 33px;
    max-width: 33px;
    margin-left: 15px;

}

.homeFixedIconsInnerBox__content--title {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.homeFixedIconsInnerBox__header strong {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.homeFixedIconsInnerBox__header span {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #D9EBC6;
}

.homeFixedIcons .homeFixedIcons__text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 172px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    line-height: 1.5;
    padding: 8px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}


.homeFixedIconsInnerBox__content--list .specialistBoxes {
    padding: 10px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 4px 2px 4px 2px;
    -webkit-border-radius: 4px 2px 4px 2px;
    -moz-border-radius: 4px 2px 4px 2px;
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
}

.homeFixedIconsInnerBox__content--list li:nth-child(1) a.specialistBoxes {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(2) a.specialistBoxes {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}


.homeFixedIconsInnerBox__content--list li:nth-child(3) a.specialistBoxes {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(4) a.specialistBoxes {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}




.homeFixedIconsInnerBox__content--list .specialistBoxes:hover {
    background: #fff;
    box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__image {
    margin-left: 15px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 auto;
    max-width: 100%;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 13px;
    color: #363c47;
    font-weight: 400;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info span {
    font-size: 12px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall {
    flex: 1 0 20px;
    max-width: 20px;
    margin-right: 10px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall path {
    fill: rgb(45, 183, 66);
}

.homeFixedIcons__image--origin {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.homeFixedIcons__image--close {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;

}


.homeFixedIconsWrapper.wa__active .specialistBoxes {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);

}

.megaMenu__list li a {
    color: #000 !important;
    font-weight: 700;
}

.megaMenu__list li a {
    cursor: pointer !important;
}

.megaMenu__list li a:hover {
    color: #d01132 !important;
}


.megaMenu {
    top: 100%;
    border-top: 2px solid #d01132;
    z-index: 999;
}

.swiper-slide {
    height: auto;
}

.wideSliderProducts {
    width: 225px !important;
    margin-bottom: 10px;
}

.product-details ul {
    list-style-type: none !important;
}

.sizeWrap li label>div {
    min-width: 120px;
    font-family: "ham3d" !important;
}

@media only screen and (max-width: 991px) {
    .singlePage__price--new {
        font-size: 16px;
        text-align: center;
    }

    .singlePage__share {
        float: none;
        position: absolute;
        flex-direction: column;
        bottom: 0;
        top: auto;
        right: 0;
        left: auto;
        background-color: transparent;
    }

    .singlePage__share>li {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .singlePage__share>li .zmdi::before {

        color: #999;

    }
}

@media only screen and (max-width: 767px) {
    .sizeWrap {
        justify-content: center;
    }

    .singlePage .numsContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        justify-content: space-between;
    }

    .singlePage .nums {
        width: 150px;
        height: 40px;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.post img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.productsInfoList__item {
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 10px;
}

.productsInfoList__item div {
    position: relative;
    text-align: center;
    height: 5rem;
    overflow: hidden;
}

.productsInfoList__item p {
    white-space: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

.productsInfoList__item img {
    height: 60px;
    object-fit: contain;
}

.productsInfoList__item:hover p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    border: 0.1rem solid #ccc;
    padding: 0 1rem;
    text-align: center;
    max-width: 300px;
    color: #4d4d4d;
    border-radius: 5px;
    width: 100%;
}

.productsInfoList__item:hover div {
    overflow: visible !important;
}


.megaMenu__image {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-left: 0 !important;
}



.toolbar {
    position: fixed;
    bottom: 0;
    height: 44px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.toolbar-inner svg {
    filter: drop-shadow(0 -1px 6px rgba(0, 0, 0, 0.2));
    position: absolute;
    right: 50%;
    bottom: -2px;
    transform: translateX(50%);
    max-width: unset;
}

.toolbar-inner svg path.footer_path {
    fill: #ffffff;
    fill-rule: evenodd;
}

.tabbar a.tab-link {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #4c4c4c;
    z-index: 9;
}

.tabbar a.tab-link i {
    font-size: 23px;
}

.toolbaricontext {
    font-size: 10px;
    margin: 0;
}

a#homebut {
    position: absolute;
    right: 50%;
    top: -35px;
    transform: translateX(50%);
    width: 47px;
    height: 47px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    z-index: 50;
    color: #ffffff !important;
    background-color: #d01132 !important;
}


@media screen and (max-width:767px) {
    .homeFixedIcons {

        bottom: 63px;

    }

    .homeFixedIcons__text {
        display: none;
    }

    .homeFixedIconsInnerBox {
        bottom: 120px;
    }

    .homeFixedIcons__image {
        box-shadow: unset !important;
    }

    .filterState>strong {

        margin-left: 9px;
    }

    .filterState {
        margin: 0 5px;
    }
}

.filterState--box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filterState {
    margin: 5px;
}

.specSec__innerBox--link {
    width: 70%;
}

.singleContent {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
    .fixedPrice {
        position: fixed;
        bottom: 0;
        z-index: 10;
        right: 0;
        left: 0;
        margin-bottom: 0;
        border-radius: 0;
        flex-direction: row-reverse;
        padding: 10px 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* -------------fixed-icons styles -------------- */

@media only screen and (min-width: 991px) {
    .promotion>ul>li {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}


.bp_delete {
    position: absolute;
    top: 52%;
    left: 20px;
}

.basketGrid__content .basketBill2 ul li span {
    font-size: 14px;

}


@media only screen and (max-width: 767px) {
    #footer {
        padding-bottom: 100px !important;
    }

    .compare_list {
        padding-bottom: 100px;
    }
}

.shoppingcartFix {
    position: relative;
    display: inline-block;
}

.shoppingcartFix__num {
    margin-left: 0;
    margin-right: 0;
    background-color: #d01132;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    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;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 0px;
}


.catsMobile__image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.catsMobile__image img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.catsMobile--origin {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
}

.catsMobile__content--title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.catsSliders .slick-slide.slick-current .catsMobile .catsMobile__image .catsMobile--origin {
    opacity: 1;
}

.catsSliders .slick-slide.slick-current .catsMobile .catsMobile__image .catsMobile--drawImg {
    opacity: 0;
}

.singlePage .btn {
    background-color: #d01132;
}

.btn.buy_link {
    background-color: #d01132;
}

.singlePage .btn:hover {
    background-color: #000;
}


/* .modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul {
    padding-right: 20px;
    display: flex;
    overflow-x: auto;
  } */

@media only screen and (max-width: 991px) {
    .compare_list {
        display: none !important;
    }

    .contactBranch__box--info li svg {
        margin-left: 5px;
    }

}

@media screen and (max-width: 767px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left {

        position: absolute;

    }
}


.contactMapBtns {
    display: inline-flex;
    align-items: center;
}

.contactMapBtns .btn {
    margin: 0;
    margin-left: 5px;
    min-width: 171px;
}

.contactMapBtns .btn svg {
    fill: #fff;
    display: inline-block !important;
}

@media screen and (max-width: 567px) {
    .contactMapBtns {
        justify-content: center;
        width: 100%;
    }

    .contactMapBtns .btn {
        min-width: 40px;
        width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .contactMapBtns .btn svg {
        max-width: 20px;
        margin-left: 0;
    }

}

.productItem__image .colorWrap {
    z-index: 99;
}
.mobileMenu .masehMenu #mobileMenu li a:not(:only-child) {
    font-weight: 600;
}