.c-display-block{
    display: block;
}

.c-display-inline{
    display: inline;
}

.c-display-inline-block{
    display: inline-block;
}

.c-margin-r-5{
    margin-right: 5px;
}

.c-margin-r-10{
    margin-right: 10px;
}

.c-margin-r-15{
    margin-right: 15px;
}

.c-margin-r-20{
    margin-right: 20px;
}

.c-margin-r-25{
    margin-right: 25px;
}

.c-margin-r-30{
    margin-right: 30px;
}

.c-margin-l-5{
    margin-left: 5px;
}

.c-margin-l-10{
    margin-left: 10px;
}

.c-margin-l-15{
    margin-left: 15px;
}

.c-margin-l-20{
    margin-left: 20px;
}

.c-margin-l-25{
    margin-left: 25px;
}

.c-margin-l-30{
    margin-left: 30px;
}

.c-no-margin{
    margin: 0 !important;
}

.c-padding-5{
    padding: 5px;
}

.c-padding-15{
    padding: 15px;
}

.c-padding-2{
    padding: 2px;
}

.c-cursor-pointer{
    cursor: pointer;
}

.c-cursor-grab{
    cursor: grab;
}

.c-ajax-link{
    border-bottom: 1px dashed;
}

.c-content-pagination > li > span, .c-content-pagination > li > a {
    min-width: 40px;
    width: inherit;
}

.c-layout-breadcrumbs-1.c-subtitle {
    padding: 0 0 0 0;
}

.c-layout-breadcrumbs-1 .c-page-breadcrumbs > li, .c-layout-breadcrumbs-1 .c-page-breadcrumbs > li > a {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
}

.c-layout-breadcrumbs-1 .c-page-breadcrumbs > li {
    padding: 6px 6px 6px 0;
}

.c-overlay-wrapper.s-overlay-static-link{
    top:0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.c-overlay-wrapper.s-overlay-static-link:hover{
    background: rgba(0, 0, 0, 0.6);
}

.c-content-title-1 > h1{
    font-size: 23px;
}

.c-product-gallery .s-product-mainpic{
    text-align: center;
}

.c-product-gallery .s-product-mainpic a{
    display: block;
}

.c-product-gallery .s-product-mainpic img{
    max-width: 100%;
}

.c-product-gallery .s-product-thumb {
    overflow: hidden;
    max-height: 90px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.c-product-gallery .s-product-thumb a {
    display: block;

}

.c-product-gallery .s-product-thumb img {
    max-width: 100%;
}

/*.s-main-picture{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;

}
.s-main-picture img{
    max-width: 100%;
}*/

.s-video-thumbnail {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position:relative;
    height: auto;
}

.s-video-thumbnail > .s-holder {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; max-height: none !important; min-height: 0 !important;
    max-width: 100%; width: 100%;
    overflow: hidden;

}

.s-video-thumbnail > .s-holder img{
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto auto;
}





.s-main-picture {
    display: block;
    width: 100%;
    padding-bottom: 85%;
    position:relative;
    height: auto;
}

.s-main-picture-inline {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position:relative;
    height: auto;
}

/*.c-content-blog-post-1 .s-main-picture-inline, .s-promoted-products .s-main-picture-inline {
    padding-bottom: 100%;
}

@media (max-width: 767px) {
    .s-main-picture-inline {
        padding-bottom: 45%;
    }
}*/

.s-main-picture-inline > .s-holder, .s-main-picture > .s-holder {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; max-height: none !important; min-height: 0 !important;
    max-width: 100%; width: 100%;
    overflow: hidden;

}

.s-main-picture > .s-holder img{
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto auto;
}
.s-main-picture-inline > .s-holder img{
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}



.s-main-picture-inline > .s-holder .slider, .s-main-picture > .s-holder .slider{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.s-main-picture-inline > .s-holder .slider .slide, .s-main-picture > .s-holder .slider .slide{
    height: 100%;
    position: relative;
    float: left;
    border-bottom: 3px solid rgba(0,0,0,0.02);
    transition: border-bottom-color 0.3s;
}

.s-main-picture-inline > .s-holder .slider .slide.active, .s-main-picture > .s-holder .slider .slide.active{
    border-bottom-color: rgba(0,0,0,0.1);
}



.s-main-picture-inline .j-recommend-product{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 4px;
}

.s-product-manufacturer {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    background: rgba(255,255,255,0.9);
}

.s-product-title{
    height: 54px;
}

.s-product-brief{
    font-size: 13px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}


.s-product-right{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);

}

@media (min-width: 992px) {
    .c-layout-sidebar-content {
        position: relative;
        right: -15px;
        padding-right: 15px;
    }
}


.s-service-price{
    padding: 30px 30px 15px 30px ;
    border: none;
    background-color: #fffde8;
    border-radius: 15px;
}


.s-picture-aspect {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    position:relative;
    height: auto;
}
.s-picture-aspect > .s-holder {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; max-height: none !important; min-height: 0 !important;
    max-width: 100%; width: 100%;
    overflow: hidden;
    text-align: center;
}

.s-picture-aspect > .s-holder > img{
    max-width: 100%;
    height: auto;
    margin: auto auto;
}

.s-top-main-menu-layout {
    display: table;
    /*height: 100%;*/
    width: 100%;
    background: #222;
    z-index: 11;
}

.s-top-main-menu {
    display: table;
    width: 50%;
    float: left;
    height: 100%;
    vertical-align: top;
}

.s-top-main-menu .s-menu-item{
    display: table-cell;
    height: 100%;
    vertical-align: top;
    background: #222;
}



.s-top-main-menu .s-menu-item a{
    vertical-align: top;
    display: block;
    height: 100%;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-out 0s;
}

.s-top-main-menu .s-menu-item a img{
    display: none;
    margin: 0 auto;
}

.s-top-main-menu .s-menu-item:hover{
    background: #666;
}

.s-top-main-menu .s-menu-item.active{
    background: #32c5d2;
}

.s-top-main-menu .s-menu-item.active a{
     color: #fff;
}

.s-top-main-menu .s-menu-item.active:hover{
    background: #27a8b4;
}


.s-top-main-menu .s-menu-item .dropdown-menu {

    margin-top: 0;
    padding: 0;
    background-color: #222;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.s-top-main-menu .s-menu-item .dropdown-menu > li a {
    text-align: left;
}

.s-top-main-menu .s-menu-item .dropdown-menu > li.active a {
    background: #32c5d2;
}
.s-top-main-menu .s-menu-item .dropdown-menu > li > a:hover,
.s-top-main-menu .s-menu-item .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #666;
}

@media (max-width: 991px) {
    .s-top-main-menu-layout {
        /*display: block;*/
        height: auto;
    }

    .s-top-main-menu {
        width: 100%;
    }
    .s-top-main-menu .s-menu-item{

    }

    .c-layout-header .c-cart-toggler-wrapper{
        display: inherit !important;
    }

    .c-layout-header .s-new-message-toggler{
        display: inherit !important;
    }

    .s-top-main-menu .s-menu-item a{
        padding: 10px 10px;
    }
}

@media (max-width: 480px) {
    .s-top-main-menu {
        display: table;
        width: 50%;
    }
    /*.s-top-main-menu {
        display: block;
    }
    .s-top-main-menu .s-menu-item{
        display: block;
        width: 100%;
    }*/

    .s-top-main-menu .s-menu-item a{
        padding: 8px 4px;
    }
    .s-top-main-menu .s-menu-item a img{
        display: block;
    }
    .s-top-main-menu .s-menu-item a span{
        display: none;
    }

    /*.c-layout-breadcrumbs-1 .c-page-breadcrumbs > li {
        padding: 2px 4px;
    }
    .c-layout-breadcrumbs-1 .c-page-breadcrumbs > li, .c-layout-breadcrumbs-1 .c-page-breadcrumbs > li > a {
        font-size: 14px;
    }*/
}







.s-workspace-menu {
    display: table;
    /*height: 100%;*/
    width: 100%;
    background: #222;
}

.s-workspace-menu .s-menu-item{
    display: table-cell;
    height: 100%;
    vertical-align: top;
    background: #222;
}



.s-workspace-menu .s-menu-item > a{
    vertical-align: top;
    display: block;
    height: 100%;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-out 0s;
}

/*.s-workspace-menu .s-menu-item > a img{
    display: none;
    margin: 0 auto;
}*/

.s-workspace-menu .s-menu-item:hover{
    background: #666;
}

.s-workspace-menu .s-menu-item.active{
    background: #32c5d2;
}

.s-workspace-menu .s-menu-item.active > a{
    color: #fff;
}

.s-workspace-menu .s-menu-item.active:hover{
    background: #27a8b4;
}


.s-workspace-menu .s-menu-item > a .item-text{
    display: inline-block;
}

.s-workspace-menu .s-menu-item > a .item-icon{
    display: none;
}

.s-workspace-menu .s-menu-item > a .item-icon > i{
    font-size: 16px;
}


@media (max-width: 991px) {
    .s-workspace-menu {

        height: auto;
    }

    .s-workspace-menu .s-menu-item{

    }

    .s-workspace-menu .s-menu-item > a{
        padding: 10px 10px;
    }

    .s-workspace-menu .s-menu-item > a .item-text{
        display: none;
    }

    .s-workspace-menu .s-menu-item > a .item-icon{
        display: inline-block;
    }
}

@media (max-width: 480px) {

    /*.s-top-main-menu {
        display: block;
    }
    .s-top-main-menu .s-menu-item{
        display: block;
        width: 100%;
    }*/

    .s-workspace-menu .s-menu-item > a{
        padding: 8px 4px;
    }
    /*.s-workspace-menu .s-menu-item a img{
        display: block;
    }
    .s-workspace-menu .s-menu-item a span{
        display: none;
    }*/



}



.s-request-body{

}


/*.s-workspace-top-menu{
    z-index: 11;
    position: fixed;
    width: 100%;
    top: 0;
}*/

.s-workspace-top-menu h3{
    margin: 10px 0;
}

.s-workspace-top-menu.sticky h3{
    margin: 0;
    font-size: 22px;
}

.s-workspace-top-menu.sticky form button, .s-workspace-top-menu.sticky button{
    padding: 2px 14px 1px;
    font-size: 12px;
}

.s-workspace-top-menu.sticky .alert{
    padding: 5px 15px;
    font-size: 14px;
    margin: 0;
}

.s-workspace-top-menu.sticky .s-workspace-menu .s-menu-item a {
    padding: 10px 10px;
}

.s-workspace-top-menu.sticky{
    box-shadow: 2px 0 6px rgba(0,0,0,0.3);
}


.s-workspace-top-menu.mini{

    height: 40px;
}

.s-workspace-top-menu.mini h3{
    margin: 0;
    font-size: 22px;
}

.s-workspace-top-menu.mini form button, .s-workspace-top-menu.mini button{
    padding: 2px 14px 1px;
    font-size: 12px;
}

.s-workspace-top-menu.mini .alert{
    padding: 5px 15px;
    font-size: 14px;
    margin: 0;
}

.s-workspace-top-menu.mini .s-workspace-menu .s-menu-item a {
    padding: 0 10px;
    line-height: 40px;
}

.s-workspace-top-menu.mini{
    box-shadow: 2px 0 8px rgba(0,0,0,0.4);
}

.s-workspace-top-menu.mini .badge {
    font-size: 10px;
    padding: 3px 5px;
}



.s-request-content{
    height: calc(100% - 40px);
    overflow: hidden;
    position: relative;
}

.s-request-bar-left{
    height: 100%;
    width: 25%;
    float: left;
    position: relative;
    background-color: rgba(255,255,255,1);

}
.s-request-main{
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,0.04);
}
.s-request-bar-right{
    height: 100%;
    width: 20%;
    float: right;
    position: relative;
    background-color: rgba(255,255,255,1);
}

.s-request-bar-left + .s-request-bar-right + .s-request-main{
    margin-left: 25%;
}

.s-request-bar-right + .s-request-main{
    margin-right: 20%;
}

.s-main-scroller{
    height: 100%;
    position: relative;
}

.s-request-alert-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.s-request-alert-wrapper .alert{
    z-index: 19;
    padding: 8px;
    font-size: 15px;
}

.s-height-100{
    height: 100%;
}



.s-request-content-go2 {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
    height: 80px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0.5;
    z-index: 2;
}
.s-request-content-go2 > i {
    color: #89939e;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    display: block;
    opacity: 0.5;
}
.s-request-content-go2:hover {
    opacity: 1;
}

.s-request-content-go2 > i:hover {
    opacity: 1;
}




.s-request-left-bar-toggler{

    border: medium none;
    height: 40px;
    outline: 0 none;
    padding: 0;
    position: fixed;
    right: 0;
    top: 35%;
    width: 36px;
    z-index: 99;
    box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
    background-color: #111;
    text-align: center;
}

.s-request-left-bar-toggler i{


    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.s-left-bar-opened .s-request-left-bar-toggler i{
    color: #ffd800;
}


.s-request-right-bar-toggler{

    border: medium none;
    height: 40px;
    outline: 0 none;
    padding: 0;
    position: fixed;
    right: 0;
    top: 42%;
    width: 36px;
    z-index: 99;
    box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
    background-color: #111;
    text-align: center;
}

.s-request-right-bar-toggler i{


    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.s-right-bar-opened .s-request-right-bar-toggler i{
    color: #ffd800;
}


.s-left-bar-opened .s-request-bar-left{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: inherit;
    width: inherit;
    float: inherit;
}


.s-right-bar-opened .s-request-bar-right{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: inherit;
    width: inherit;
    float: inherit;
}



@media (max-width: 1199px) {
    .s-request-bar-left{

    }
    .s-request-main{

    }
    .s-request-bar-right{
        display: none;
    }

    .s-request-bar-left + .s-request-bar-right + .s-request-main{

    }

    .s-request-bar-right + .s-request-main{
        margin-right: inherit;
    }

    .s-right-bar-opened .s-request-bar-right{
        width: 50%;
        left: inherit;
    }

}

@media (max-width: 991px) {
    .s-request-bar-left{
        display: none;
    }
    .s-request-main{

    }
    .s-request-bar-right{
        display: none;
    }

    .s-request-bar-left + .s-request-bar-right + .s-request-main{
        margin-left: inherit;
    }

    .s-request-bar-right + .s-request-main{
        margin-right: inherit;
    }

    .s-right-bar-opened .s-request-bar-right{
        width: inherit;
        left: 0;
    }



}

@media (max-width: 480px) {

}


.s-floating-create-button {
    display: inline-block;
    position: absolute;
    bottom: 130px;
    right: 20px;
    cursor: pointer;
    width: 30px;
    min-height: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0.5;
    z-index: 2;
    transition: all 0.3s ease-out;

}

.s-floating-create-button.s-opened {

    border-radius: 10px;
    width: 50px;
    padding: 10px 0;
    bottom: 120px;

}
.s-floating-create-button > .s-content {
    width: 100%;
    height: 0;
    transition: all 0.3s ease-out;
    flex-flow: column;
    opacity: 0;
    overflow: hidden;
}

.s-floating-create-button > .s-content > .s-item{
    transition: all 0.3s ease-out;
    display: flex;
    overflow: hidden;
    opacity: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.s-floating-create-button > .s-content > .s-item button{
    padding: 3px 6px;
    font-size: 18px;
}

.s-floating-create-button > .s-content > .s-item button > i {
    margin-right: 0;
}

.s-floating-create-button.s-opened > .s-content {

    opacity: 1;

}


.s-floating-create-button.s-opened > .s-content > .s-item {

    opacity: 1;

}

.s-floating-create-button > .s-control {
    line-height: 30px;
    transition: all 0.3s ease-out;
}

.s-floating-create-button:hover {
    opacity: 1;
}





.s-answers-panel .s-offer-table{}
.s-answers-panel .s-offer-table td{
    font-size: 15px;
    line-height: 17px;
}



.s-get-price-button{
    padding: 4px 12px 4px !important;
}


#j-product-description #tab-desc img{
    max-width: 100%;
    height: auto;
}

#j-product-description #tab-desc table img{
    max-width: inherit;
    height: auto;
}


.c-layout-footer-7 .c-body .s-footer-links {
    padding-left: 30px;
    float: none;
}

.c-layout-footer-7 .c-body .s-footer-links li {
    color: #cccccc;
}

.c-layout-footer-7 p, .c-layout-footer-7 li {
    color: #cccccc;
}

.c-layout-footer-7 a {
    color: #eeeeee;
}

.contact_cities{
    margin: 30px 0;
}

.contact_cities a {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 34px;
    width: 20%;
}

.c-layout-header .c-topbar .c-top-menu > .c-links > li {
    padding: 12px 3px 5px;
}


.c-content-product-2 .c-info .c-price {
    overflow: hidden;
    height: 28px;
}

.c-layout-header .c-cart-menu .c-cart-menu-title {
    padding: 15px;
}

.c-layout-header .c-cart-menu .c-cart-menu-items{
    max-height: 300px;
    overflow-y: auto;
}

.c-layout-header .c-cart-menu .c-cart-menu-items > li{
    padding: 15px;
}

.c-layout-header .c-cart-menu .c-cart-menu-items > li > .c-cart-menu-close  {
    margin-top: inherit;
}

.c-layout-header .c-cart-menu .c-cart-menu-items > li > .c-cart-menu-close > a {
    font-size: 17px;
    font-weight: 100;
}

.c-layout-header .c-cart-toggler-wrapper .c-cart-number{
    transition: background-color 0.3s linear;
}

.s-requests-holder{
    padding: 15px;
    background: #f6f6f6;
}
.s-request-panel{
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

/*.s-request-panel .media-left{
    padding:0 20px;
}*/

.s-answers-holder{
    padding: 15px;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
}
.s-answers-panel{
    margin-bottom: 15px;
    word-wrap: break-word;
}

.s-answer-body{
    border-radius: 10px;
    padding: 14px;
    background-color: white;
    transition: background-color 0.5s linear, border-color 0.5s linear;
}

.s-answers-panel.is-request{
    margin-bottom: 0;
}

.s-answers-panel.is-request + .s-answers-panel.is-request{
    margin-top: 1px;
}

.s-answers-panel.is-request:last-child {
    margin-bottom: 15px;
}

.s-answers-panel.is-request + .s-timeline-item{
    margin-top: 15px;
}


.s-answers-panel > .media-left{
    padding-right: 15px;
}


.s-answers-panel .s-answer-body{
    color: #444;
}

.s-answers-panel.is-request:hover .s-answer-body .s-answer-text{
    background-color: #fffec5;
    box-shadow: 0 0 10px #fffec5;
    color: #000;
    transition: all 0.5s;
}

.s-answers-panel .s-answer-body .s-answer-text a{
    color: #32c5d2;
    text-decoration: underline;
}

.s-answers-panel .s-answer-body .s-answer-text a:hover{
    text-decoration: none;
}

.s-answers-panel .s-main-picture-inline{
    padding-bottom: 50%;
}

.s-answers-panel.s-is-new-answer .s-answer-body, .s-timeline-item.s-is-new-notice, .s-is-new-comment{
    background-color: #e3fdff;
    border-color: #32c5d2;
}

.s-is-new-comment, .s-is-new-timeline{
      background-color: #e3fdff !important;
      border-color: #32c5d2 !important;
}

.s-answers-panel.s-is-checked .s-answer-body{
    background-color: #e3f3ff;
    border-color: #32a7d2;
    transition: none;
}

.s-answers-panel .addition{
    display: inline-block;
    color: #999;
    font-size: 16px;
    margin-top: 15px;
}

.s-avatar-holder{
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
}

.s-avatar-online{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    background-color: #afe200;
    border: 3px solid #fff;
}

.s-user-online{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #afe200;
    display: inline-block;
}

.s-answer-initials{
    display: inline-block;
    width: 40px; height: 40px; border-radius: 50%; line-height: 40px;
    margin: 0 auto;
}

.s-avatar-holder-md{
    width: 60px;
    height: 60px;
}

.s-avatar-holder-md .s-answer-initials{
    width: 60px; height: 60px; line-height: 60px;
}

.s-avatar-holder-sm{
    width: 24px;
    height: 24px;
}

.s-avatar-holder-sm .s-answer-initials{
    width: 24px; height: 24px; line-height: 24px;
}


.s-avatar-holder-xs{
    width: 18px;
    height: 18px;
}

.s-avatar-holder-xs .s-answer-initials{
    width: 18px; height: 18px; line-height: 18px;
}


.s-order-comment-initials{
    display: inline-block;
    width: 20px; height: 20px; border-radius: 50%; line-height: 20px;
    margin: 0 auto;
}

.s-answer-date{
    padding: 4px 10px;
}

.j-answer-attach-item{
    padding: 10px;
}

.s-timeline-item {
    padding: 4px;
    margin-bottom: 2px;
    background-color: #fff;
    font-size: 14px;
    margin-left: 56px;
    border-radius: 5px;
}

.s-timeline-item.s-phoned-ok{
    border: 1px solid #32c5d2;
}
.s-timeline-item.s-phoned-bad{
    border: 1px solid #ff6b57;
}


.s-timeline-item > span i{
    margin-right: 10px;
}

.s-timeline-item audio{
    width: 100%;
    display: block;
}


.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.fancybox-opened {
    z-index: 10300;
}

.tt-menu{
    max-height: 400px;
}

#j-new-answer-form .tt-menu{
    bottom: 100% !important;
    top: inherit !important;
}

.tt-suggestion.tt-cursor {
    cursor: pointer;
    background: #eee;
}

.input-sm.tt-hint, .input-sm.tt-input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}


/*.s-quick-search .form-control-feedback {
    cursor: pointer;
    pointer-events: inherit ;
}*/

.s-quick-search .input-group-addon{
    cursor: pointer;
    background-color: #2f353b;
    border-color: #2f353b;
    color: #fff;
}

.c-quick-sidebar-notification {
    position: relative;
}
.c-quick-sidebar-notification .badge {
    left: -10px;
    position: absolute;
    top: -40px;
    font-size: 15px;
    transition: background-color 0.3s linear;
}
.c-quick-sidebar-toggler {
    border: medium none;
    height: 40px;
    outline: 0 none;
    padding: 0;
    position: fixed;
    right: 0;
    top: 55%;
    width: 36px;
    z-index: 99;
    box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
}
.c-quick-sidebar-toggler i {
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.c-layout-quick-sidebar{
    width: 400px;
    right: -400px;
    background-color: rgba(47,53,59,0.9);
}

.c-layout-quick-sidebar .s-notice-item{
    color: #fefefe;
    display: block;
    font-size: 12px;
    padding: 4px 4px;
}

.c-layout-quick-sidebar .s-notice-item:hover{
    background-color: rgba(0,0,0,0.4);
}


.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover {
    background-color: #32c5d2;
    background-image: none;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.active:hover, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled.active:hover {
    background-color: #32c5d2;
    background-image: none;
}



.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #32c5d2 !important;
    background-image: none;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #32c5d2 !important;
    background-image: none;
}



.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #32c5d2 !important;
    background-image: none;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    background-color: #32c5d2 !important;
    background-image: none;
}


.c-layout-go2top{
    z-index: 2001;
}



.s-online-calls-box{
    max-width: 280px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

.s-online-calls-box .s-online-calls-header{
    font-size: 14px;
    color: #eee;
    position: relative;
    padding: 5px;
    cursor: pointer;
}
.s-online-calls-box .s-online-calls-header:hover{
    background: rgba(255,255,255,0.2);
}

.s-online-calls-box .s-online-calls-item{
    padding: 5px 10px;
    color: #eee;
    display: block;
}

.s-online-calls-box .s-online-calls-item:hover{
    background: rgba(0,0,0,0.3);
}

.s-online-calls-box .s-online-calls-item > span{
    margin-bottom: 0;
    display: block;
}



.s-new-messages-popup-box{
    max-width: 340px;
    background: white;
    position: fixed;
    top: 70px;
    right: -380px;
    z-index: 2001;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: right 0.4s;
}

.s-new-messages-popup-box.s-new-messages-popup-box-shown {
    right: 70px;

}

.s-new-messages-popup-box .s-online-calls-header:hover{
    background: rgba(255,255,255,0.2);
}

.s-new-messages-popup-box .s-online-calls-item{
    padding: 5px 10px;
    color: #eee;
    display: block;
}

.s-new-messages-popup-box .s-online-calls-item:hover{
    background: rgba(0,0,0,0.3);
}

.s-new-messages-popup-box .s-online-calls-item > span{
    margin-bottom: 0;
    display: block;
}



.s-phoned-popup{
    width: 100%;
    min-height: 80px;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.s-phoned-popup-toggler{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    z-index: 21;
}
.s-phoned-popup-toggler button.close{
    float: none;
}


.s-phoned-popup .s-phoned-progress{
    margin-top: 20px;
}



.s-calling-window{
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.s-calling-window .panel h4{
    margin-top: 0;
}

.s-calling-window.compact{
    bottom: auto;
}

.s-calling-window-toggler{
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    z-index: 21;
    line-height: 42px;
}
.s-calling-window-toggler button.close{
    float: none;
}

.s-calling-finalize-button{
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    padding: 10px;
}


.s-calling-window .progress-bar-primary{
    background-color: #32C5D2;
}
.s-calling-window .progress-bar-danger {
    background-color: #ed6b75;
}
.s-calling-window .progress-bar-success{
    background-color: #5dc09c;
}


@media (min-width: 992px) {
    /* 992px */
    .s-calling-window{
        width: 360px;
    }
}

@media (max-width: 991px) {
    .s-calling-window{

    }

    .s-calling-content{
        display: none;
    }
}



.popover{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: inherit;
    color: #5c6873;
    border-radius: 0;
}

.j-attach-product-holder{
    transition: all 0.2s;
}

.j-attach-product-holder.active{
    border: 3px solid #32c5d2;
    padding: 5px;
}

.j-attach-product-holder.inactive{
}

.j-attach-product-holder.inactive a img{
    opacity: 0.4;
}

.j-attach-product-holder.inactive span, .j-attach-product-holder.inactive h3 a {
    color: #ccc !important;
}

.s-manufacturer-logo{
    display: block;
    height: 100px;
    vertical-align: middle;
}

.s-manufacturer-logo img{
    max-width: 100%;
    max-height: 100px;
    vertical-align: middle;
}

.s-manufacturer-logo.s-small{
    height: 60px;
}

.s-manufacturer-logo.s-small img{
    max-height: 60px;
}


.c-layout-header .c-quick-search {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.2s ease 0s;
}
.c-layout-header .c-quick-search::before, .c-layout-header .c-quick-search::after {
    content: " ";
    display: table;
}
.c-layout-header .c-quick-search::after {
    clear: both;
}
.c-layout-quick-search-shown .c-layout-header .c-quick-search {
    display: block;
    transition: all 0.2s ease 0s;
}

.c-layout-header .c-quick-search .form-control {
    height: 100px;
    padding: 10px 0;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 22px;
    font-weight: 400;

}
.c-layout-header .c-quick-search .form-control:focus, .c-layout-header .c-quick-search .form-control:active {
    box-shadow: none;
}
.c-layout-header .c-quick-search > span.c-theme-link {
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    position: absolute;
}
.c-layout-header .c-quick-search > span.c-theme-link:hover {
    cursor: pointer;
}


@media (min-width: 992px) {
    /* 992px */
    .c-layout-header .c-quick-search .form-control {
        padding: 10px 0;
        height: 100px;
    }

    .c-layout-header .c-quick-search > span.c-theme-link {
        top: 50px;
        right: -2px;
    }

    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-quick-search .form-control {
        font-size: 22px;
        padding: 10px 0;
        height: 65px; }
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-quick-search > span.c-theme-link {
        font-size: 36px;
        top: 33px; }
}

@media (max-width: 991px) {
    .c-layout-header .c-quick-search .form-control {
        font-size: 20px;
        padding: 10px 15px;
        height: 65px; }
    .c-layout-header .c-quick-search > span.c-theme-link {
        font-size: 36px;
        right: 20px;
        top: 9px; }
}


.s-reviews-stars i{
    float: left;
    padding-right: 4px;
}

#tab-spec .table td p:last-child, #tab-desc .table td p:last-child{
    margin-bottom: 0;
}

.s-select-category-block{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 260px;
    overflow: auto;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.s-small-category-block .s-select-category-block{
    height: 160px;
}

.s-select-category-block li{
    font-size: 14px;
    line-height: 16px;
    padding: 4px 5px;
}

.s-select-category-block li a i {
    padding-left: 4px;
    color: #32c5d2;
}

.s-select-category-block li.active{
    background: #32c5d2;
    color: #fff;
}

.s-select-category-block li.active a, .s-select-category-block li.active a i {
    color: #fff;
}


.s-edit-product-buttons{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    padding: 15px 30px 5px 30px;
    z-index: 100;
}

.s-product-picture-placeholder {
    border: 1px dashed #ddd;
    height: 180px;
    width: 33.3333%;
    float: left;
    padding:0;
    margin-bottom: 20px;
}

.s-product-inline-edit-button{
    position: relative;
    bottom: 0;
    left: 0;
}

/*
.c-title a{
    transition: none;
}

.c-title a:visited{
    color: #aa67a3;
}*/

.j-edit-product-form .input-sm{
    padding: 3px;
    height: 28px;
    line-height: 28px;
}


.c-cart-menu{
    box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.4);
    z-index: 11;
}

.c-shop-product-details-2 .c-product-meta > .c-product-price{
    margin-bottom: 15px;
}

.c-layout-sidebar-menu .c-sidebar-menu > li > a {
    padding: 8px 25px 8px 20px;
}

@media (min-width: 992px) {
    /* 992px */
    .c-layout-header .c-brand {
        margin: 34px 0 31px 0;
    }
}

.s-home-tiles{
    background-color: #222222;

}

.s-home-tiles .c-title{
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.s-home-tiles .s-home-img{
    width: 100%;
    position: relative;
}
.s-home-tiles .s-home-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.s-home-tiles .s-home-xl .s-home-img{
    height: 600px;
}

.s-home-tiles .s-home-lg .s-home-img{
    height: 400px;
}
.s-home-tiles .s-home-lg .c-title{
    font-size: 20px;
    line-height: 1.4em;
}
.s-home-tiles .s-home-md .s-home-img{
    height: 200px;
}
.s-home-tiles .s-home-md .c-title{
    font-size: 18px;
    line-height: 1.3em;
}
.s-home-tiles .s-home-sm .s-home-img{
    height: 100px;
}
.s-home-tiles .s-home-sm .c-title{
    font-size: 16px;
    line-height: 1.2em;
}

@media (max-width: 991px) {
    .s-home-tiles .s-home-xl .s-home-img,
    .s-home-tiles .s-home-lg .s-home-img,
    .s-home-tiles .s-home-md .s-home-img,
    .s-home-tiles .s-home-sm .s-home-img
    {
        height: 140px;
    }
}


.s-home-wood .c-bg-img-center{
    height:400px;
    background-image: url('../img/bigpics/wood.jpg');
}

.s-home-wood.s-home-sm .c-bg-img-center{
    height:200px;
    background-image: url('../img/bigpics/wood.jpg');
}

.s-home-wood.s-home-sm .c-title{
    font-size: 20px;
}

.s-home-furniture .c-bg-img-center{
    height:200px;
    background-image: url('../img/bigpics/furniture.jpg');
}
.s-home-cnc .c-bg-img-center{
    height:200px;
    background-image: url('../img/bigpics/cnc.jpg');
}

.s-home-lazer .c-bg-img-center{
    height:200px;
    background-image: url('../img/bigpics/lazer.jpg');
}

.s-home-metal .c-bg-img-center{
    height: 200px;
    background-image: url('../img/bigpics/metal.jpg');
}

.s-home-polymer .c-bg-img-center{
    height: 200px;
    background-image: url('../img/bigpics/polymer.jpg');
}

.s-home-construction .c-bg-img-center{
    height: 200px;
    background-image: url('../img/bigpics/polymer.jpg');
}

.s-home-tools .c-bg-img-center{
    height: 200px;
    background-image: url('../img/bigpics/tools.jpg');
}
.s-home-spares .c-bg-img-center{
    height: 100px;
    background-image: url('../img/bigpics/spares.jpg');
}

.s-home-agriculture .c-bg-img-center{
    height: 100px;
    background-image: url('../img/bigpics/agriculture.jpg');
}

#tab-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    /*color: #525e64;*/
    font-weight: 600;
    margin-top: 20px;
}
#tab-desc h4{
    font-size: 17px;
    text-transform: uppercase;
    /*color: #525e64;*/
    /*font-weight: 600;*/
    margin-top: 15px;
}

#tab-desc strong, #tab-desc b, #tab-spec strong, #tab-spec b {
    font-weight: 500;
    color: #3f444a;
}

#tab-spec .tech_text, #tab-spec .tech_text strong, #tab-spec .tech_text b{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.s-product-inline-manufacturer{
    display: inline-block;
    padding: 2px 10px 1px 10px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
}

.c-content-product-2 .c-info {
    padding: 10px;
}


.s-simple-shadow {
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.2);
}

.s-simple-shadow-hover:hover {
    box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.2);
}

.s-table-wrapper{
    width: 100%;
    overflow-y: auto;
}


.s-blog-picture{
    display: block;
    position: relative;
}

.s-blog-picture img{
    max-width: 100%;
}

.s-blog-picture .s-mafnifier{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    color: #fff;
    padding: 3px 6px;
    font-size: 14px;
}

.s-blog-picture:hover .s-mafnifier{
    background-color: rgba(0,0,0,0.5);
}

.s-product-block-picture img{
    max-width: 100%;
}


.blog-video-container, .iframe-video-container {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0; overflow: hidden;
}

.blog-video-container iframe, .iframe-video-container iframe,
.blog-video-container object, .iframe-video-container object,
.blog-video-container embed, .iframe-video-container embed,
.iframe-video-container video, .iframe-video-container .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.note-editor{
    border-radius: 0;
    border-color: #d0d7de !important;
}

.note-btn-group, .note-btn{
    border-radius: 0;
}

.note-editor.note-frame .note-editing-area .note-codable {
    font-family: monospace,sans-serif;
}

.note-editor .btn.btn-sm {
    padding: 1px 8px;
}

.c-content-pagination > li{

}

.s-blog-recent-pic {
    width: 60px;
}

.c-content-blog-post-1 .c-desc a{
    color:#32c5d2;
}

.c-content-blog-post-1-view .c-desc a:hover{
    text-decoration: underline;
}

.s-category-description a{
    color:#32c5d2;
}

.s-category-description a:hover{
    text-decoration: underline;
}

#j-product-description #tab-desc a{
    text-decoration: underline;
}

.s-product-service .s-ps-item {
    font-size: 20px;
    font-weight: 300;
    color: #7f8c97;
    vertical-align: middle;
    margin-bottom: 10px;
}

.s-product-service .s-ps-item i {
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 10px;
    color: #7f8c97;
}


.s-walking-holder{
    z-index: 10;
    background-color: #fff;
    position: relative;
}

.s-walking-date{
    border-radius: 0;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.s-walking-item {
    display: block;
    padding: 4px;
    margin-bottom: 2px;
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.s-walking-item .s-time{
    visibility: hidden;
}

.s-walking-item:hover .s-time{
    visibility: visible;
}

.c-content-blog-post-card-1 .c-body{
    padding: 20px !important;
}

.c-content-blog-post-card-1 .c-body .c-title{
    font-size: 18px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 0;
}

#j-category-desc h2{
     font-size: 24px;
 }

#j-category-desc h3{
    font-size: 21px;
}

#j-category-desc h4{
    font-size: 19px;
}


iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.s-series-products{

}

.s-series-products > thead > tr > th{
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    text-align: center;
}

.s-series-products > tbody > tr > td{
    font-size: 15px;
    line-height: 17px;
    vertical-align: middle;
    white-space: normal !important;
}




@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .s-series-products table,
    .s-series-products thead,
    .s-series-products tbody,
    .s-series-products th,
    .s-series-products td,
    .s-series-products tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .s-series-products thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .s-series-products tr {
        border-bottom: 2px solid #ddd;
    }

    .s-series-products td {

        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 45% !important;

        text-align:left;
    }

    .s-series-products td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap !important;
        text-align:left;
        font-weight: 500;
        overflow: hidden;
        color: #3f444a;
        font-size: 14px;
        line-height: 16px;
    }

    /*
    Label the data
    */
    .s-series-products td:before { content: attr(title); }
}









#ok_group_widget iframe {
    width: 100% !important;
}

.s-product-add-info{
    height: 18px;
}

.s-quick-search{
    padding-top: 8px;
}

.s-quick-search .tt-input{
    border-radius: 3px 0 0 3px !important;
}

/*.s-quick-search .form-control{
    height: 28px;
    font-size: 14px;
    padding: 5px 10px;
}*/

.s-quick-search .form-control-feedback{
    top:6px;
}

.c-layout-header .c-cart-menu{
    top: inherit;
    right: 50%;
    margin-right: -180px;
}
@media (min-width: 992px) {
    .c-layout-header .c-topbar {
        height: 50px;
    }
}

.c-topbar .c-cart-toggler-wrapper{
    padding-top: 10px;
    padding-bottom: 11px;
}

@media (max-width: 991px) {
    .c-layout-header .c-cart-menu{
        top: inherit;
        right: inherit;
        left: 0;
    }

    .s-quick-search{
        margin-bottom: 10px;
    }
}

.s-topbar-menu-sticky{

}

.s-topbar-menu-sticky.sticky-active .c-topbar{
    z-index: 1001;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.s-slider-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    z-index: 1;
}

.c-content-blog-post-1 .c-comments .c-comment-list .s-child-comments > .media:first-child{
    margin-top: 20px;
}

.c-content-blog-post-1 .c-comments .c-comment-list .s-child-comments > .media:last-child{
    margin-bottom: 0;
}


.c-padding-lr-5 {
    padding: 0 5px;
}

.c-padding-lr-10 {
    padding: 0 10px;
}

.c-font-grey-4{
    color: #a7b1ba !important;
}

.s-circle{
    border-radius: 50%;
}

.s-scroll-icon{
    display: none;
}

.s-topbar-menu-sticky.sticky-active .s-scroll-icon{
    display: inherit;
}

.s-topbar-menu-sticky.sticky-active .s-scroll-icon{
    display: inherit;
}

.j-nfilter-holder span{
    cursor: pointer;
    margin-right: 4px;
}


.c-layout-header .c-topbar .c-top-menu > .c-icons > li:first-child {
    padding-left: 0;
}

.s-recent-offers{
    border: 1px solid #f0f0f0;
}

.s-new-message-toggler{
    float: right;
    margin-left: 20px;
    display: none;
}

.s-topbar-menu-sticky.sticky-active .s-new-message-toggler{
    display: inherit;
}

.s-new-message-toggler a {
    position: relative;
}

.s-new-message-toggler a span {
    position: absolute;
    top: -12px;
    left: -10px;
}

.s-show-on-parent-hover{
    visibility: hidden;
    /*transition: visibility 0.01s;*/
}

.s-show-parent-hover:hover .s-show-on-parent-hover {
    visibility: visible;
}

.s-request-top-menu h3{
    margin: 10px 0;

}

.s-request-top-menu.sticky h3{
    margin: 0;
    font-size: 22px;
}

.s-request-top-menu.sticky form button, .s-request-top-menu.sticky button{
    padding: 2px 14px 1px;
    font-size: 12px;
}

.s-request-top-menu.sticky .alert{
    padding: 5px 15px;
    font-size: 14px;
    margin: 0;
}

.s-request-top-menu.sticky .s-workspace-menu .s-menu-item a {
    padding: 10px 10px;
}

.s-request-top-menu.sticky{
    box-shadow: 2px 0 6px rgba(0,0,0,0.3);
}






.s-home-carousel .owl-controls{
    margin-top: 10px;
}


.s-pulse-circle{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    background-color: rgba(50, 197, 210, 0.2);
    pointer-events: none;
}

.s-out-circle{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    border: 2px solid rgba(50, 197, 210, 0.3);
    pointer-events: none;
}

.s-get-price-button:hover .s-pulse-circle, .s-get-price-button:hover .s-out-circle,
.s-get-price-button:focus .s-pulse-circle, .s-get-price-button:focus .s-out-circle{
    visibility: hidden;
}


.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse.pulse-x1 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.pulse.pulse-stronger {
    -webkit-animation-name: pulse-stronger;
    animation-name: pulse-stronger;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse-stronger {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4);
        transform: scale3d(1.4, 1.4, 1.4);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }
}


/* project yellow */
.c-btn-yellow-s {
    border-color: #f2c200;
    border-width: 1px;
    color: #ffffff;
    background: #f2c200;
    border-color: #f2c200;

}
.c-btn-yellow-s.btn-no-focus:focus,
.c-btn-yellow-s.btn-no-focus.focus {
    color: #ffffff;
    background: #f2c200;
    border-color: #f2c200; }
.c-btn-yellow-s.btn-no-focus:hover,
.c-btn-yellow-s:hover,
.c-btn-yellow-s.btn-no-focus:active,
.c-btn-yellow-s:active,
.c-btn-yellow-s.active,
.open > .c-btn-yellow-s.dropdown-toggle {
    color: #ffffff;
    background: #ddb100;
    border-color: #ddb100; }
.c-btn-yellow-s:active,
.c-btn-yellow-s.active,
.open > .c-btn-yellow.dropdown-toggle {
    background-image: none; }
.c-btn-yellow-s.disabled,
.c-btn-yellow-s.disabled:hover,
.c-btn-yellow-s.disabled:not(.btn-no-focus):focus,
.c-btn-yellow-s.disabled:not(.btn-no-focus).focus,
.c-btn-yellow-s.disabled:active,
.c-btn-yellow-s.disabled.active,
.c-btn-yellow-s[disabled],
.c-btn-yellow-s[disabled]:hover,
.c-btn-yellow-s[disabled]:not(.btn-no-focus):focus,
.c-btn-yellow-s[disabled]:not(.btn-no-focus).focus,
.c-btn-yellow-s[disabled]:active,
.c-btn-yellow-s[disabled].active,
fieldset[disabled] .c-btn-yellow-s,
fieldset[disabled] .c-btn-yellow-s:hover,
fieldset[disabled] .c-btn-yellow-s:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-yellow-s:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-yellow-s:active,
fieldset[disabled] .c-btn-yellow-s.active {
    background: #f2c200;
    border-color: #f2c200; }
.c-btn-yellow-s .badge {
    color: #f2c200;
    background: #ffffff; }


.c-font-yellow-s {
    color: #f2c200 !important; }
.c-font-yellow-s small {
    color: #f2c200 !important; }

.c-font-yellow-s-hover:hover,
.c-font-yellow-s-hover:active,
.c-font-yellow-s-hover:focus{
    color: #f2c200 !important; }



.c-bg-yellow-s {
    background-color: #f2c200 !important; }
.c-bg-yellow-s.c-bg-opacity {
    /* RGBa with 0.04 opacity */
    background-color: rgba(242, 194, 0, 0.04) !important; }
.c-bg-yellow-s.c-bg-opacity-2 {
    /* RGBa with 0.4 opacity */
    background-color: rgba(242, 194, 0, 0.4) !important; }
.c-bg-yellow-s.c-bg-yellow-s-font {
    color: #ffffff !important; }

.c-bg-yellow-s-hover:hover {
    background-color: #f2c200 !important; }

.c-border-yellow-s-hover:hover {
    border-color: #f2c200 !important; }

.c-bg-after-yellow-s:after {
    background-color: #f2c200 !important; }

.c-bg-before-yellow-s:before {
    background-color: #f2c200 !important; }



.c-btn-border-1x.c-btn-yellow-s {
    border-color: #f2c200;
    color: #f2c200;
    background: none;
    border-color: #f2c200; }
.c-btn-border-1x.c-btn-yellow-s.c-btn-border-opacity-04 {
    border-color: rgba(242, 194, 0, 0.4); }
.c-btn-border-1x.c-btn-yellow-s.btn-no-focus:focus,
.c-btn-border-1x.c-btn-yellow-s.btn-no-focus.focus {
    color: #f2c200;
    background: none;
    border-color: #f2c200; }
.c-btn-border-1x.c-btn-yellow-s.btn-no-focus:hover,
.c-btn-border-1x.c-btn-yellow-s:hover,
.c-btn-border-1x.c-btn-yellow-s.btn-no-focus:active,
.c-btn-border-1x.c-btn-yellow-s:active,
.c-btn-border-1x.c-btn-yellow-s.active,
.open > .c-btn-border-1x.c-btn-yellow-s.dropdown-toggle {
    color: #ffffff;
    background: #f2c200;
    border-color: #f2c200; }
.c-btn-border-1x.c-btn-yellow-s:active,
.c-btn-border-1x.c-btn-yellow-s.active,
.open > .c-btn-border-1x.c-btn-yellow-s.dropdown-toggle {
    background-image: none; }
.c-btn-border-1x.c-btn-yellow-s.disabled,
.c-btn-border-1x.c-btn-yellow-s.disabled:hover,
.c-btn-border-1x.c-btn-yellow-s.disabled:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-yellow-s.disabled:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-yellow-s.disabled:active,
.c-btn-border-1x.c-btn-yellow-s.disabled.active,
.c-btn-border-1x.c-btn-yellow-s[disabled],
.c-btn-border-1x.c-btn-yellow-s[disabled]:hover,
.c-btn-border-1x.c-btn-yellow-s[disabled]:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-yellow-s[disabled]:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-yellow-s[disabled]:active,
.c-btn-border-1x.c-btn-yellow-s[disabled].active,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s:hover,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s:active,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow-s.active {
    background: none;
    border-color: #f2c200; }
.c-btn-border-1x.c-btn-yellow-s .badge {
    color: none;
    background: #f2c200; }


.c-btn-yellow-s.c-btn-border-2x {
    border-color: #f2c200;
    border-width: 2px;
    color: #f2c200;
    background: none;
    border-color: #f2c200; }
.c-btn-yellow-s.c-btn-border-2x.btn-no-focus:focus,
.c-btn-yellow-s.c-btn-border-2x.btn-no-focus.focus {
    color: #f2c200;
    background: none;
    border-color: #f2c200; }
.c-btn-yellow-s.c-btn-border-2x.btn-no-focus:hover,
.c-btn-yellow-s.c-btn-border-2x:hover,
.c-btn-yellow-s.c-btn-border-2x.btn-no-focus:active,
.c-btn-yellow-s.c-btn-border-2x:active,
.c-btn-yellow-s.c-btn-border-2x.active,
.open > .c-btn-yellow-s.c-btn-border-2x.dropdown-toggle {
    color: #ffffff;
    background: #f2c200;
    border-color: #f2c200; }
.c-btn-yellow-s.c-btn-border-2x:active,
.c-btn-yellow-s.c-btn-border-2x.active,
.open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
    background-image: none; }
.c-btn-yellow-s.c-btn-border-2x.disabled,
.c-btn-yellow-s.c-btn-border-2x.disabled:hover,
.c-btn-yellow-s.c-btn-border-2x.disabled:not(.btn-no-focus):focus,
.c-btn-yellow-s.c-btn-border-2x.disabled:not(.btn-no-focus).focus,
.c-btn-yellow-s.c-btn-border-2x.disabled:active,
.c-btn-yellow-s.c-btn-border-2x.disabled.active,
.c-btn-yellow-s.c-btn-border-2x[disabled],
.c-btn-yellow-s.c-btn-border-2x[disabled]:hover,
.c-btn-yellow-s.c-btn-border-2x[disabled]:not(.btn-no-focus):focus,
.c-btn-yellow-s.c-btn-border-2x[disabled]:not(.btn-no-focus).focus,
.c-btn-yellow-s.c-btn-border-2x[disabled]:active,
.c-btn-yellow-s.c-btn-border-2x[disabled].active,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x:hover,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x:active,
fieldset[disabled] .c-btn-yellow-s.c-btn-border-2x.active {
    background: none;
    border-color: #f2c200; }
.c-btn-yellow-s.c-btn-border-2x .badge {
    color: none;
    background: #f2c200; }


/* **** */

#chatra{
    right: 60px !important;;
}

.s-admin-tree, .s-admin-tree ul{
    list-style: none;
}

.s-admin-tree li .label{
    display: inline-block;
    min-width: 56px;
    margin-right: 15px;
}

.s-fix-button-width{
    min-width: 150px;
}



.s-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 340px;
    padding: 1px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.s-popover.in{
    display: block;
}

.s-popover.top {
    margin-top: -10px;
}
.s-popover.right {
    margin-left: 10px;
}
.s-popover.bottom {
    margin-top: 10px;
}
.s-popover.left {
    margin-left: -10px;
}
.s-popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
}
.s-popover-content {
    padding: 9px 14px;
}



.s-document{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;

}
.s-document img{
    max-width: 100%;
}

.s-document-inline {
    display: block;
    width: 100%;
    padding-bottom: 120%;
    position:relative;
    height: auto;
}

.s-document-inline.s-horizontal {
    padding-bottom: 60%;
}

@media (max-width: 767px) {
    .s-document-inline {
        padding-bottom: 100%;
    }
    .s-document-inline.s-horizontal {
        padding-bottom: 50%;
    }
}

.s-document-inline > .s-holder {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; max-height: none !important; min-height: 0 !important;
    max-width: 100%; width: 100%;
    overflow: hidden;
    text-align: center;
}

.s-document-inline > .s-holder > img{
    max-width: 100%;
    height: auto;
    margin: auto auto;
}

.s-document-inline > .s-holder > .file-icon{
    margin: 0 auto;
}


.s-product-video-thumb > .s-holder{
    border: 2px solid #333;
    background-size: auto;
    background-position: center;
}

.s-product-video-thumb > .s-holder > span {
    background: rgba(0,0,0, 0.8) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 60px;
}

.s-product-video-thumb > .s-holder > span > i {
    color: #fff !important;
    font-size: 160%;
    line-height: 56px;
    margin-left: 5px;
}

.s-product-video-thumb:hover > .s-holder > span{
    box-shadow: 0 0 16px rgba(255,255,255,0.8);
    opacity: 1;
}

.flag-icon-shadowed{
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}


.c-checkbox:hover label > .box{
    border-color: #8f969d;
}

.c-checkbox:hover input[type="checkbox"]:checked ~ label > .check{
    border-color: #8f969d;
}

.c-checkbox input[type="checkbox"]:disabled ~ label, .c-checkbox input[type="checkbox"][disabled] ~ label{
    opacity: 0.5;
}


/*.btn-xs, .btn-group-xs > .btn.c-btn-square {
    border-radius: 0;
}*/

.s-main-page-slider .owl-theme .owl-controls {
    position: absolute;
    width:100%;
    margin: 0 auto;
    bottom: 10px;
}
.s-top-banner-slider .owl-theme .owl-controls {
    margin-top: 5px;
}


.suggestions-wrapper{
    display: inherit;
}


.form-control-feedback.j-clear-typeahead, .form-control-feedback[data-filter-clear-typeahead] {
    pointer-events: inherit;
}

.s-highlight-element{
    background-color: #e3ffda !important;
    transition: all 1s linear;
}




.select2-container--default .select2-selection--multiple {


    display: block;
    width: 100%;
    min-height: 34px;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;


}


.select2-container--default .select2-selection--multiple:not(.c-square) {
    border-radius: 3px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {


    border-color: #32c5d2 !important;
    outline: 0;

}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: default;
}



.select2-container--default .select2-selection--single {


    display: block;
    width: 100%;
    min-height: 34px;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;


}


.select2-container--default .select2-selection--single:not(.c-square) {
    border-radius: 3px;
}


.select2-container--default.select2-container--focus .select2-selection--single {


    border-color: #32c5d2 !important;
    outline: 0;

}


.select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #eeeeee;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: default;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #32c5d2;
    color: white;
}


.emojionearea.focused {
    border-color: #32c5d2;
    box-shadow: none;}

.emojionearea.form-control {
    box-shadow: none;}


.c-opacity-hover:hover {
    opacity: 1;
    filter: alphaopacity=100; }


.s-messanger-box {

    position: fixed;
    bottom: -120px;
    top: auto;
    right: 80px;
    z-index: 10;
    border-radius: 30px;
    padding: 5px;
    display: none;
    box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.4);
    border-width: 3px;
    border-color: #3f444a;
    border-style: solid;

}

.s-messanger-box:hover {

    box-shadow: 0px 3px 20px -5px rgba(0, 0, 0, 0.5);

}


.s-messanger-holder{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-content: center;
    }

.s-messanger-holder:hover{
    color: #111111;
}


.s-messanger-text {
    text-align: center;
    font-size: 20px;
    line-height: 40px;


    font-weight: 500;
    margin: auto 10px;
}

.s-messanger-whatsapp {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: #00CC00;
    color: white;
}


@media (max-width: 480px) {

    .s-messanger-box {

        right: 60px;

    }

    .s-messanger-text {
        font-size: 16px;
        line-height: 20px;
    }
}



@media (min-width: 1400px) {
    .modal-xl {
        width: 1420px;
    }
}




.s-task-new-comment-box {
    display: none;
    position: fixed;
    top: auto;
    bottom: 60px;
    left: 40px;
    z-index: 1;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.s-task-new-comment-box:hover {

    box-shadow: 0px 3px 20px -5px rgba(0, 0, 0, 0.5);

}


.s-task-new-comment-holder{

}


.s-task-new-comment-text {
    text-align: center;
    font-size: 20px;
    line-height: 40px;

    font-weight: 500;
    margin: auto 10px;
}


@media (max-width: 480px) {

    .s-task-new-comment-box {

        right: 60px;

    }

    .s-task-new-comment-text {
        font-size: 16px;
        line-height: 20px;
    }
}



@media (min-width: 1400px) {
    .modal-xl {
        width: 1420px;
    }
}






.s-workspace-menu{}

.c-layout-sidebar-menu .c-sidebar-menu.s-workspace-menu > li > a {
    padding: 12px 25px 12px 20px;
}

.c-layout-sidebar-menu .c-sidebar-menu.s-workspace-menu li .c-dropdown-menu li > a {

    padding: 8px 20px 8px 40px;

}




@-webkit-keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.s-preloader {
    --size: 20rem;

    position: absolute;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.s-preloader > .s-circle {
    --duration: 2s;
    position: absolute;
    height: inherit;
    width: inherit;
    background: #32c5d2;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.s-preloader > .s-circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.s-preloader > .s-circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.s-preloader > .s-circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}


.s-checkbox-buttons-group[data-ungrouped] .btn {
    margin-bottom: 5px;
    margin-left: 0 !important;
}

.s-checkbox-buttons-group[data-ungrouped] .btn{
    margin-right: 5px;
}

.s-checkbox-buttons-group.btn-group-lg .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.s-checkbox-buttons-group.btn-group-sm .btn {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.s-checkbox-buttons-group.btn-group-xs .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.s-checkbox-buttons-optgroup {
    padding: 5px 0 0 5px;
}

.s-checkbox-buttons-optgroup-label {
    float: left;
    padding: 2px 0;

    margin-right: 10px;
}



.s-category-tree-block{}

.s-category-tree-block .title{
    vertical-align: middle;
    margin:0px;}

.s-category-tree-block .title a{
    vertical-align: middle;
    padding:10px 0;}

.s-category-tree-block .media-body{
    vertical-align: middle;
}

.s-category-tree-block .s-category-img{
    height: 80px;
    width: 80px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}


.s-category-tree-block .s-category-img img{
    position: relative;
    max-height: 100%;
}


.s-category-tree-block .s-category-img-sm{
    height: 40px;
    width:  40px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
}

.s-category-tree-block .s-category-img-sm img{
    position: relative;
    max-height: 100%;
}



.s-category-tree-block .childs{
    margin:0;
    list-style:none;
    padding:0px;}

.s-category-tree-block .childs li{

}

.s-category-tree-block .childs a{
    display:inline-block;
    padding: 2px 0;
}






.telegram_subscribe_button {

    display: inline-block;
    text-align: center;

    padding: 8px 15px;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: normal;

    font-size: 21px;
    line-height: 26px;
    background:#32c5d2;
    box-shadow:1px 1px 5px rgba(50,197,210,1);
    color: white;
    border-radius:30px;

}

.telegram_subscribe_button.telegram_subscribe_compact {
    font-size: 20px;
    line-height: 24px;
    padding: 6px 11px;
}

.telegram_subscribe_button:hover {
    color: white;
}

.telegram_subscribe_button img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.telegram_subscribe_button.telegram_subscribe_compact img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.telegram_subscribe_button span {
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: inherit;
}


.telegram_subscribe_button small {
    font-size: 70%;
    display: block;
    padding: 1px 5px;
    background: transparent;
    color: inherit;
    text-align: center;
}


.telegram_subscribe_shadow {
    box-shadow: 1px 1px 5px rgba(50,197,210,0.5);
}

.telegram_subscribe_shadow:hover {
    box-shadow: 1px 1px 15px rgba(50,197,210,0.5) !important;
}


.telegram_subscribe_pulse {
    animation: animationpulse 2s infinite;
    -webkit-animation: animationpulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.telegram_subscribe_pulse:hover {
    animation: none;
}

@-webkit-keyframes animationpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 inherit;
    }
    60% {
        -webkit-box-shadow: 0 0 0 15px rgba(50,197,210, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(50,197,210, 0);
    }
}
@keyframes animationpulse {
    0% {
        /*transform: scale(1.0, 1.0);*/
        -moz-box-shadow: 0 0 0 0 inherit;
        box-shadow: 0 0 0 0 inherit;
    }
    10% {
        /*transform: scale(1.02, 1.02);*/
    }
    15% {
        /*transform: scale(1.0, 1.0);*/
    }
    60% {
        -moz-box-shadow: 0 0 0 15px rgba(50,197,210, 0);
        box-shadow: 0 0 0 15px rgba(50,197,210, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(50,197,210, 0);
        box-shadow: 0 0 0 0 rgba(50,197,210, 0);
    }
}
@-ms-keyframes animationpulse {
    0% {
        /*-ms-transform: scale(1.0, 1.0);*/
    }
    10% {
        /*-ms-transform: scale(1.02, 1.02);*/
    }
    20% {
       /* -ms-transform: scale(1.0, 1.0);*/
    }
    100% {
        /*-ms-transform: scale(1.0, 1.0);*/
    }
}


.request-actions-box{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2001;
    margin: 0;
    height: 100px;
    overflow: hidden;
    transition: height 0.2s linear;
    border-radius: 8px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}


.actions-box{
    position: fixed;
    bottom: 15px;
    left: 330px;
    right: 15px;
    z-index: 2001;
    margin: 0;
    height: 100px;
    overflow: hidden;
    transition: height 0.2s linear;
    border-radius: 8px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

.actions-box .h4 {
    margin:0;
}

.actions-box .media {
    margin:0;
}

.actions-box .panel-heading{
    padding: 6px 8px;
}

@media (max-width: 979px) {
    .actions-box {
        left: 15px;
    }
}

@media (max-width: 768px) {
    .actions-box .panel-body {
        max-height: 400px;
        overflow-y: auto;
    }
}


.c-checkbox label > .check {
    border-color: #2ab4c0;
}

.c-checkbox:hover input[type="checkbox"]:checked ~ label > .check {
    border-color: #14858e;
}

.c-radio label > .check {
    background-color: #2ab4c0;
}


.grey-bg-hover:hover {
    background-color: rgba(0,0,0,0.05);
    transition: background-color 0.1s;
}





.s-right-sidebar {
    display: block;
    width: 400px;
    right: -400px;
    background-color: rgba(239, 239, 239, 0.9);
    z-index: 9996;
    position: fixed;
    top: 51px;
    bottom: 0;
    transition: right 0.2s;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.s-right-sidebar.dark {
    background-color: rgba(47,53,59,0.9);
    box-shadow: none;
}
.s-right-sidebar-shown .s-right-sidebar {
    right: 0;
    transition: right 0.2s; }
.s-right-sidebar > .s-header {
    padding: 15px;
    text-align: right; }
.s-right-sidebar > .s-header > .s-close > i {
    color: #acb4bd; }
.s-right-sidebar > .s-header > .s-close:hover > i {
    color: #bac1c8; }
.s-right-sidebar > .s-content {
    padding: 10px;
}

.s-right-sidebar-toggler {
    border: medium none;
    height: 40px;
    outline: 0 none;
    padding: 0;
    position: fixed;
    right: 0;
    top: 60%;
    width: 36px;
    z-index: 99;
    box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
}
.s-right-sidebar-toggler i {
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

[data-workspace-menu-counter-copy=""] {
    top: var(--top);
    transition: all 1.3s ease-out;
    opacity: 1;
    pointer-events: none;
}

.disappearing-counter {
    top: calc(var(--top) + 80px);
    background-color: #000000;
    opacity: 0;
    transform: scale(0.5);
    transform: rotate(180deg);
}

.c-content-blog-post-1-view {
    padding-right: 29.5px;
}


.c-border-radius-3 {
    border-radius: 3px;
}
.c-border-radius-5 {
    border-radius: 5px;
}
.c-border-radius-10 {
    border-radius: 10px;
}
.c-border-radius-15 {
    border-radius: 15px;
}


.c-border-radius-t-10 {
    border-radius: 10px 10px 0 0;
}
.c-border-radius-t-15 {
    border-radius: 15px 15px 0 0;
}
.c-border-radius-b-10 {
    border-radius: 0 0 10px 10px;
}
.c-border-radius-b-15 {
    border-radius: 0 0 15px 15px;
}

.c-sm-margin-b-30 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .c-sm-margin-b-30:not(:last-child) {
        margin-bottom: 30px;
    }
}


.c-layout-header .c-topbar .c-top-menu > .c-icons > li > a.phone-number {
    font-size: 17px;
}


.sidebar-filter-characteristic-scrollbar {
    max-height: 300px;
    overflow-y: auto;
}

.sidebar-filter-characteristic-unit {

}

.sidebar-filter-characteristic-unit .c-checkbox input {

}


.sidebar-filter-characteristic-unit .c-checkbox label {
    padding: 7px 10px 7px 40px;
    margin: 0;
}

.sidebar-filter-characteristic-unit .c-checkbox label span {
    margin-left: 10px;
    margin-top: 7px;
}

.c-content-product-2 .c-btn-product.btn-sm {
    line-height: 19px;
}

.c-content-product-2 .c-btn-product.btn-sm > i {
    font-size: 13px !important;
}




.c-bs-grid-small-space .row {
    margin-left: -5px;
    margin-right: -5px; }
.c-bs-grid-small-space .row [class^="col-"],
.c-bs-grid-small-space .row [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px; }



.c-content-title-4 {
    margin-bottom: 50px; }
.c-content-title-4 > h2 {
    font-size: 28px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 15px 0; }
.c-content-title-4 > h2 > i {
    font-size: 22px;
    color: #88909a; }
.c-content-title-4 > h2.c-font-uppercase {
    font-size: 30px; }
.c-content-title-4 > h2.c-line-strike {
    position: relative;
    z-index: 1; }
.c-content-title-4 > h2.c-line-strike:before {
    overflow: hidden;
    border-top: 1px solid #d0d7de;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
.c-content-title-4 > h2.c-line-strike span {
    padding: 0 20px; }
.c-content-title-4 > p {
    font-size: 17px;
    font-weight: 400;
    color: #5c6873;
    margin: 15px 0 0 0; }
.c-content-title-4 > p.c-font-uppercase {
    font-size: 15px; }
.c-content-title-4.c-right > h2 {
    text-align: right; }
.c-content-title-4.c-right > p {
    text-align: right; }
.c-content-title-4.c-title-md > .c-line-left,
.c-content-title-4.c-title-md > .c-line-center {
    margin-bottom: 15px; }
.c-content-title-4.c-title-md > h2 {
    font-size: 22px;
    margin-bottom: 22px; }
.c-content-title-4.c-title-md > h2 > i {
    font-size: 18px;
    color: #88909a; }
.c-content-title-4.c-title-md > h2.c-font-uppercase {
    font-size: 20px; }
.c-content-title-4.c-title-md > p {
    font-size: 17px;
    margin: 15px 0; }
.c-content-title-4.c-title-md > p.c-font-uppercase {
    font-size: 14px; }
.c-content-title-4.c-title-sm > .c-line-left,
.c-content-title-4.c-title-sm > .c-line-center {
    margin-bottom: 10px; }
.c-content-title-4.c-title-sm > h2 {
    font-size: 18px;
    margin-bottom: 10px; }
.c-content-title-4.c-title-sm > h2 > i {
    font-size: px;
    color: #88909a; }
.c-content-title-4.c-title-sm > h2.c-font-uppercase {
    font-size: 14px; }
.c-content-title-4.c-title-sm > p {
    font-size: 16px;
    margin: 10px 0; }
.c-content-title-4.c-title-sm > p.c-font-uppercase {
    font-size: 14px; }

@media (max-width: 991px) {
    /* 991px */
    .c-content-title-4 {
        margin-bottom: 10px; }
    .c-content-title-4 > h2 {
        font-size: 22px;
        margin-bottom: 10px; }
    .c-content-title-4 > h2 > i {
        font-size: 20px; }
    .c-content-title-4 > h2.c-font-uppercase {
        font-size: 20px; }
    .c-content-title-4 > p {
        font-size: 17px;
        font-weight: 400;
        color: #5c6873;
        margin: 15px 0 0 0; }
    .c-content-title-4 > p.c-font-uppercase {
        font-size: 15px; }
    .c-content-title-4.c-right > h2 {
        text-align: right; }
    .c-content-title-4.c-right > p {
        text-align: right; }
    .c-content-title-4.c-title-md > .c-line-left,
    .c-content-title-4.c-title-md > .c-line-center {
        margin-bottom: 15px; }
    .c-content-title-4.c-title-md > h2 {
        font-size: 22px;
        margin-bottom: 22px; }
    .c-content-title-4.c-title-md > h2 > i {
        font-size: 18px;
        color: #88909a; }
    .c-content-title-4.c-title-md > h2.c-font-uppercase {
        font-size: 20px; }
    .c-content-title-4.c-title-md > p {
        font-size: 17px;
        margin: 15px 0; }
    .c-content-title-4.c-title-md > p.c-font-uppercase {
        font-size: 14px; }
    .c-content-title-4.c-title-sm > .c-line-left,
    .c-content-title-4.c-title-sm > .c-line-center {
        margin-bottom: 10px; }
    .c-content-title-4.c-title-sm > h2 {
        font-size: 18px;
        margin-bottom: 10px; }
    .c-content-title-4.c-title-sm > h2 > i {
        font-size: px;
        color: #88909a; }
    .c-content-title-4.c-title-sm > h2.c-font-uppercase {
        font-size: 14px; }
    .c-content-title-4.c-title-sm > p {
        font-size: 16px;
        margin: 10px 0; }
    .c-content-title-4.c-title-sm > p.c-font-uppercase {
        font-size: 14px; } }


.fancybox__slide.has-image > .fancybox__content {
    background-color: white !important;
}
