/* =================================== */
/*    Custom Styles
/* =================================== */
:root{
    --main-color:#e96a68;
    --main-color-rgba:rgba(233,118,116,0.7);
}
button{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.fw-600{
    font-weight:600;
}
.article_content blockquote{
    margin: 0 0 0 30px;
    border-left: 5px solid #ddd;
    padding: 10px 30px;
}
/*.fc-past{ background: rgba(255,255,255,0.3); }*/
 .fc-past .fc-day-number{ color: #bbb !important; }
.site-btn{
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background-color: #e96a68;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}
.add-answer form{
    margin-top: 10px;
}
.post-box a[href^="#"]{
    text-decoration: none !important;
}
.project-content p{
    font-size:16px;
}
.item.events-more{
    height: 300px;
}
#main-popup{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 99;
    text-align: center;
    background: rgba(255,255,255,0.5);
}
/*#main-popup button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #e47975;
    opacity: 1;
    z-index: 90;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
}*/
#main-popup .modal-container{
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 20vh;
}
#main-popup .desctop{
    display: inline-block;
}
#main-popup .mobile{
    display: none;
}
#main-popup .link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.text-red{
    color: #e96a68;
}
#shop-modal .close{
    position: absolute;
    top: -10px;
    right: -10px;
    color: #e96a68;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    opacity: 1;
    box-shadow: 1px 1px 3px #666;
}
.events {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-areas:
            "event-1 event-3 event-4"
            "event-2 event-3 event-5";
    grid-column-gap: 30px;
    grid-row-gap: 26px;
    grid-gap: 26px;
    margin: 0 0 1.5rem 0;
}
#prev {
     display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "event-1 event-3 event-4"
        "event-2 event-3 event-5";
    grid-column-gap: 30px;
    grid-row-gap: 26px;
    grid-gap: 26px;
    margin: 0 0 1.5rem 0;
}
#event-1,  #event-6{
    grid-area: event-1;
    height: 330px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#event-2, #event-7 {
    grid-area: event-2;
    height: 225px;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#event-3, #event-8 {
    grid-area: event-3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
}
#event-4, #event-9 {
    grid-area: event-4;
    height: 330px;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
#event-5, #event-10 {
    grid-area: event-5;
    height: 225px;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
#notfound{
    margin: 50px auto;
    display: block;
}
.page404{
    min-height: 80vh;
}
.page404 h1{
    text-align: center;
    text-transform: uppercase;
}
.news-1 {
    grid-area: one;
    height: 60vh;
    max-height: 460px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
}
.news-2 {
    grid-area: two;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
}
.news-3 {
    grid-area: three;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.news-4 {
    grid-area: frour;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.comment-msg{
    margin-bottom: 10px;
    color: #e96a68;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.no_margin{
    margin:0px !important;
}
.star-rating{
    list-style:none;
    margin-left:5px !important;
    padding:0px;
    width: 90px;
    height: 17px;
    position: relative;
    background: url(../images/icon/star.png), url(../images/icon/star.png), url(../images/icon/star.png), url(../images/icon/star.png), url(../images/icon/star.png);
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    25px top,
    50px top,
    75px top,
    100px top;
    width:auto;
    margin-right:5px;
    z-index: 0;
}
.star-rating div{
    margin-left:125px;
}
.star-rating li{
    padding:0px;
    margin:0px;
    float: left;
}
.star-rating li a{
    display:block;
    width:25px;
    height: 25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    top:0;
}
.star-rating li a:hover{
    background: url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png);
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    25px top,
    50px top,
    75px top,
    100px top;
    z-index: 2;
    left: 0px;

}
.star-rating a:focus,
.star-rating a:active{
    border:0;
    -moz-outline-style: none;
    outline: none;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:25px;
}
.star-rating a.two-stars{
    left:25px;
}
.star-rating a.two-stars:hover{
    width: 50px;
}
.star-rating a.three-stars{
    left:  50px;
}
.star-rating a.three-stars:hover{
    width: 75px;
}
.star-rating a.four-stars{
    left: 75px;
}
.star-rating a.four-stars:hover{
    width: 100px;
}
.star-rating a.five-stars{
    left: 101px;
}
.star-rating a.five-stars:hover{
    width: 125px;

}
.star-rating li.current-rating{
    background: url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png), url(../images/icon/star-full.png);
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    25px top,
    50px top,
    75px top,
    100px top;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    max-width:125px;
}
.rating_style{
    background: none repeat scroll 0 0 #333 ;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 0px 5px 0px;
    width: 320px;
    float: left; margin:10px 0 0 7px;}


.star-rating li.current-rating{
    height:17px;
}
.star-rating li a{
    transition:linear all 0s;
}
#current-rating-result{
    color:#e96a68;
    font-weight: bold;
    position: relative;
}
.rate{
    margin-left: 15px;
}
.rate a{
    display: inline-block;
}
/*.des-info p {*/
    /*height: 50px;*/
/*}*/
#placeholder-compare {
    position: fixed;
    right: 20px;
    height: 284px;
    top:0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 3px rgba(20,20,20,0.6);
    padding: 5px 5px 35px 5px;
    background: #FFF;
    z-index: 99;
}
.product-comparison-item {
    padding:4px;
    border: 1px solid #ededed;
    position: relative;
    margin-bottom: 5px;
}
.remove-comparison {
    background-color: #e96a68;
    color: #fff;
    font-size: 12px;
    height: 15px;
    padding: 1px 0;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    width: 15px;
}
#compare-link {
    position:absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #e96a68;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
}
#placeholder-compare img{
    max-width:60px; height:46px;
}
.fc-day-number{
    cursor:pointer;
}

.shopping-cart-desctop{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999999;
}
.shopping-cart-desctop.added, .shopping-cart-desctop.big-cart{
    animation:pulse 1.5s ease-out;
    padding: 15px 17px;
}
.shopping-cart-desctop:hover{
    padding: 20px 22px;
}
.fc-event{
    height: 0;
}
.fc-cell-overlay{
    z-index:-1 !important;
}
.msg{
    text-align: center;
    text-transform: uppercase;
}
.invalid-feedback{
    display: block;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #e96a68;    display: inline;
    vertical-align: middle;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
    vertical-align: middle;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #e96a68;   display: inline;
    vertical-align: middle;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #e96a68;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid
    #e96a68;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#agree{
    display: none;
}
.remove-comparison{
    padding: 0;
}
.remove-comparison:hover{
    color: #fff;
}
.news .news-title{
    color: #FFF !important;
}


div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
figure.thumb img{
    width: 50px;
    height: 50px;
}
.steps-grid .grid-item {
    width: calc(33% - 40px) !important;
}
.article_content img{
    width: 100%;
    max-width: 100% !important;
    height:auto !important;
    display: inline-block !important;
}
.article_content{
    font-size: 16px;
}
.add-to-cart:active{
    color: #FFF;
}
.add-to-cart.load{
    width: 150px;
    padding-left: 50px !important;
}
.add-to-cart.load:before{
    background:url(/images/25.gif) no-repeat center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    height:30px;
    width:44px;
    left: 20px;
    content:'';
    position:absolute;
    right:0;
    transition:ease-in-out all 0.4s;
}
.tab-content hr, .tab-content p{
    margin: 0 !important;
}
.tab-content p{
    line-height: 30px;
}
.category-box .subcategories .des-box{
    width: calc(33% - 16px);
}
.category-box .subcategories .des-info p {
    height: 20px;
    text-align: center;
}
.category-box .subcategories .des-box figure {
    height: 240px;
}
.category-menu .submenu.open{
    display: block;
}
.category-menu .subsubmenu.open{
    display: block;
}
.tab-content td.heading {
    font-weight: bold;
    text-align: right;
    padding: 2px 10px;
    width: 200px;
}
.tab-content td.value {
    padding: 2px 10px;
    vertical-align: top;
}
.tab-content table{
    width: 100%;
}
.tab-content tr{
    border-bottom: 1px solid #eee;
}
.acctual .active.center .item .acc-before, .acctual .active.center .item .acc-after {
    bottom: -40px;
}
.subsubmenu{
    padding-left: 20px;
}
.colors-radio label + div{
    z-index: 999;
}
.decision-slider .des-box figure {
    height: 160px;
}
figure{
    margin: 0;
}
.des-info p {
    line-height: 17px;
}
.category-box .des-info p{
    overflow: hidden;
}
.steps-last .item p{
    height: auto;
}
.checkout-text{
    text-align: center;
    line-height: 40px;
}
footer .social svg{
    width: 25px;
    height: 25px;
}
footer .nav-link {
    padding: .5rem 0.8rem;
}
.des-old-price{
    padding-right: 5px;
}
.create-kitchen-wrapper .form-group::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    right: calc(100% - 30px);
    color: #fff;
    background-color: #e96a68;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.news .news-title {
    max-height: none;
}
.tooltip.show {
    opacity: 1;
}
.product-lg-slider .item .promo {
    position: absolute;
    right: 0;
    top: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 28px;
    font-weight: 600;
    background-color: #e2152d;
}
.cart-page .custom-control-label {
    padding: 8px 10px 8px 20px;
    width: 100%;
    height: 100%;
}
.checkbox-wrapper{
    padding: 0;
}
.link-dropdown {
    position: absolute;
    right: 0;
    top: 0;
}
.category-menu > li{
    position: relative;
}
.product-lg-slider .item {
    height: 25vw;
}
.price .des-old-price{
    color: #434d5a;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.prod-info-wrapper .colors-wrap{
    flex-wrap: wrap;
}
.prod-info-wrapper .compare{
    display: inline-block !important;
}
.news-info p{
    color: #FFF;
    line-height: 16px;
    height: auto !important;
}
.gategory-box-info p{
    padding: 0 !important;
}
.project-desc .list-unstyled a, .news .news-info{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news .news-info{
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.project-desc .list-unstyled a:hover {
    color: #e97674;
}
.news .news-info:hover{
    transform: translate(0,-10px);
}
.preload {
    position: relative;
}
.preload:after {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    width: calc( 100%);
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 80;
    content: '';
}
.preload:before {
    position: absolute;
    top: 0;
    left:15px;
    width: calc( 100% - 30px);
    height: 100%;
    background: url(/images/loader.gif) no-repeat center center;
    background-size: 100px 100px;
    z-index: 81;
    content: '';
}
.thankyou-page-wrapper{
    min-height: 50vh;
}



@keyframes pulse {
    0%, 100% {
        transform: translate(0px, 0px );
    }
    50% {
        transform: translate(0px, -30px );
    }
}
@media (min-width: 768px){
    .last-news .item {
        height: 280px;
    }
}
@media (max-width: 750px) {
    .category-box .subcategories .des-info p {
        height: 40px;
    }
}
@media (max-width: 992px){
    .mobile-width {
        overflow: hidden;
    }
}


.outer-btn-wrapper{
    position: relative;
    display: inline-block;
    width: 120px;
}
.add-to-cart {
    border: 0;
    background: transparent;
    webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer;
}
.prod-info-wrapper .compare{
    margin-top: 12px;
}

.add-to-cart {
    position: relative;
    z-index: 2;
    background-color: #c96866;
    color: #fff;
    line-height: 33px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px;
    margin-top: 6px;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}
.add-to-cart:hover {
    background-color: #e96a68;
}

.btn-wrapper,
.btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-text {
    white-space: nowrap;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
}

.add .add-to-cart {
    -webkit-animation: 0.3s btn-add normal forwards ease;
    animation: 0.3s btn-add normal forwards ease;
}
.add .btn-text {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.add .circle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-name: circle-check-loader;
    animation-name: circle-check-loader;
}
.add .check {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
    -webkit-animation-name: check;
    animation-name: check;
}

@-webkit-keyframes btn-add {
    80% {
        opacity: 1;
    }
    95% {
        width: 50px;
        border-radius: 100px;
        background-color: transparent;
    }
    100% {
        opacity: 0;
    }
}

@keyframes btn-add {
    80% {
        opacity: 1;
    }
    95% {
        width: 50px;
        border-radius: 100px;
        background-color: transparent;
    }
    100% {
        opacity: 0;
    }
}
.icon-loader-check {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.circle {
    stroke-dasharray: 1666, 1650;
    stroke-dashoffset: 2000;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.check {
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.decision-slider {
    width: 100%;
}
.project-sm-slider .owl-item.active figure img{
    opacity:1;
}
.category-box .decision-slider .des-box{
    display: block;
}
.acc-tags .px-2, .acc-tags a {
    color: #e96a68;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.category-box .decision-slider {
    justify-content: initial;
}
.gategory-box-info p, .gategory-slider-box p {
    border-bottom: 0px;
}
.gategory-box-info .wrapper-inner, .gategory-slider-box .wrapper-inner {
    border-bottom: 1px solid #a1a6ac;
}
.grecaptcha-badge{
    bottom: 120px !important;
}
.cc-revoke, .cc-window{
    z-index: 999999999 !important;
}
#mobile-indicator {
    display: none;
}
.card-down-popup-page-blocker, .card-down-popup, #msg, #cart-msg{
    display: none;
}
#dialog-message{
    display: none;
}
.feedback-table td{
    vertical-align: middle;
}
.c-mobile-hide{
    display: block;
}
.c-mobile-show{
    display: none;
}
#dialog-message{
    text-align: center;
}
.ui-widget-content{
    border: none !important;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 auto;
    width: 100px;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
    margin-top: 0 !important;
}
.custom-link{
    color: #e96a68;
}
.breadcrumb-item.active a {
    color: #e96a68;
}
.ui-widget-header{
    background: transparent !important;
    border: none !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important;
}
.ui-dialog .ui-dialog-content {
    padding: 0 1em .5em 1em !important;
}
.post-box a, .project-content p a{
    color: #e96a68;
    text-decoration: underline !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.post-box a:hover{
    color: #e96a68;
    text-decoration: none !important;
}
.active-link{
    color: #e96a68 !important;
    font-weight: 500 !important;
}
.type-wrapper ul li{
    display: inline-block;
}
.sitemap-submenu > .nav-item > .nav-link{
    position: relative;
    padding-left: 20px;
}
.sitemap-submenu > .nav-item > .nav-link:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e96a68;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    left: 0;
}
.sitemap-item{
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sitemap-item-inline{
    padding: 5px 15px 5px 0;
}
.sitemap-item-block{
    padding: 5px 15px 5px 0;
    display: block !important;
}
.sitemap-item:hover{
    color: #e96a68;
}
.search-result-title > a:hover{
    color: #e96a68;
}
.search-result-title:hover{
    text-decoration: none;
}
.page404 h4, .page404 p{
    text-align: center;
}
.page404 p{
    font-size: 1.2rem;
}
.page404 a{
    color: #e96a68;
}
.page404 .btn-red-lg{
    color: #FFF;
}
.page404 #main_search_form{
    margin-bottom: 50px;
}
.layout-text h4{
    margin-top: 60px;
    margin-bottom: 30px;
}
.product-sm-slider .item {
    width: calc(100% - 6px);
    margin: 0 auto;
}
.product-lg-slider .owl-dots, .project-lg-slider .owl-dots{
    display: none;
}
.product-lg-slider .owl-nav, .project-lg-slider .owl-nav{
    display: block;
}
.product-lg-slider .fa{
    font-size: 80px;
    font-weight: bold;
    color: rgba(233,118,116,0.8);
}
.product-lg-slider .fa:hover{
    color: rgba(233,118,116,0.3);
}
.product-lg-slider .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 40px);
}
.product-lg-slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: calc(50% - 40px);
}
.product-lg-slider .owl-nav .owl-prev.disabled .fa {
    color: rgba(0,0,0,0.1);
}
.product-lg-slider .owl-nav .owl-next.disabled .fa {
    color: rgba(0,0,0,0.1);
}
.index-owl figcaption a:hover{
    color: #e96a68;
}
.easyzoom-flyout{
    height: 25vw !important;
    z-index: 99999999 !important;
    border: 0;
    box-shadow: none;
}
.project-lg-slider .easyzoom{
    display: block;
}
.compare-table a:hover{
    color: #e96a68;
}
.product-comparison-item .thumbnail-wrapper{
    width: 55px;
    height: 46px;
}
.page-item.active {
    border-color: #e96a68;
    background: #e96a68;
    color: #FFF;
    display: block;
    padding: .3rem .75rem;
}
#search_form, #search_form input{
    height: 32px !important;
}
.acctual .item {
    min-height: 400px;
}
.project-list .grid-item {
    width: calc(33% - 40px);
}
.measure-steps:before{
    background-color: transparent;
}
.acc-tags span, .acc-tags a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subsubmenu {
    padding-left: 20px;
    display: none;
}
.category-menu .submenu > li{
    position: relative;
}
.link-dropdown{
    cursor: pointer;
}
.shopping-cart-desc{
    padding: 6px;
    position: relative;
}
.shopping-cart-desc small {
    background-color: #e96a68;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding: 0px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: -1px;
    right: -3px;
    box-shadow: 0 0 3px rgba(68,68,68,0.5);
}
.colors-radio label {
    width: 50px;
    height: 50px;
}
.colors-radio {
    text-align: center;
    width: 80px;
    font-size: 0.6rem;
}
.colors-radio > .color-title{
    display: block;
    height: 23px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity_input{
    width: 36px !important;
    text-align: center;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    background-color: #fff;
    border: transparent;
}
.quantity .input-group-addon{
    padding: 0 10px;
    line-height: 28px;
    background: #bbb;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quantity .input-group-addon:hover{
    background: #f2f2f2;
    color: #000;
}
.quantity .form-group {
    border: 1px solid #aaa;
}
.cart-table tr td:nth-child(7) {
    left: 200px;
}
.cart-table td:last-child {
    border: 0;
    top: 40px;
    left: 200px;
}
.cart-table .form-control {
    padding: .375rem .5rem;
    width: 30px;
}
.cart-table .form-group{
    margin: 0 auto;
}
.price-dds{
    color: #aaa;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 10px;
}
input::placeholder {
    color: #aaa !important;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #aaa !important;
}
input::-webkit-input-placeholder { color: #aaa !important; }
input:-moz-placeholder           { color: #aaa !important; }
input::-moz-placeholder          { color: #aaa !important; }
input:-ms-input-placeholder      { color: #aaa !important; }
.search-decision-slider{
    justify-content: flex-start;
    flex-wrap:wrap;
}
.search-decision-slider .item {
    margin: 10px 4px;
}
.shopping-cart-desctop {
    bottom: 5px;
    right: 240px;
}
.copyright p{
    margin-bottom: 0.5rem;
}
.copyright a:hover{
    color: #e96a68;
}
.new-design img{
    width: 100%;
    margin: 20px 0;
}
.mobile-new-design{
    display: block;
}
.news .mobile-new-design::after {
    background-image: none;
    content: '';
}
.cd-top {
    display: inline-block;
    height: 60px;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/images/arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9;
}
.cd-top.cd-is-visible:hover{
    opacity:1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible:hover {
    opacity:1;
}
.cd-top.cd-fade-out {
    opacity: .9;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
.last-news .item + a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#checkout_form .form-group {
    margin-bottom: 1rem;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}
.acc-info{
    overflow: hidden;
}
#overlay {
    z-index: 999999;
}
.button_container {
    z-index: 999999999;
}
.color-link{
    color: #e97674 !important;
}
.decision-slider .owl-dots {
    display: none;
}
.decision-slider .owl-nav {
    display: block;
}
.decision-slider .owl-prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(233,106,104,0.8);
    width: 100px;
    height: 100px;
    background-image: url("../images/icon/prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.5;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}
.decision-slider .owl-next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(233,106,104,0.8);
    width: 100px;
    height: 100px;
    background-image: url("../images/icon/next.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.5;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}
.decision-slider .owl-prev:hover,
.decision-slider .owl-next:hover {
    opacity: 1;
}
img.image-resize{
    object-fit: contain !important;
}
.type-wrapper{
    padding:0 20px 20px 20px;
}
.wrapper-heading{
    border-bottom:1px solid #000;
}
.type-wrapper .search-result-title{
    margin: 10px 0 !important;
    text-decoration: none;
    font-weight: bold;
}
.hierarchy-menu a {
    color: rgba(233,106,104,1);
    text-decoration: none;
}
.hierarchy-menu.width-350 {
    width: 350px;
}

/* List */
.hierarchy-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
}
.hierarchy-menu ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 27px;
    left: 6px;
    border-left: 1px dashed #373E4B;
}
.hierarchy-menu > ul {
    padding: 15px 0 10px 25px;
}
.hierarchy-menu > ul ul {
    padding-left: 16px;
}

/* List items */
.hierarchy-menu ul li {
    display: block;
    position: relative;
}
.hierarchy-menu > ul ul li:before {
    content: '';
    display: block;
    height: 0px;
    width: 20px;
    border-bottom: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: 16px;
}
.hierarchy-menu > ul ul li:after {
    content: '';
    display: block;
    height: 43px;
    width: 0;
    border-left: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: -27px;
}
.hierarchy-menu > ul ul li.group-lvl:before {
    width: 7px;
}
.hierarchy-menu > ul ul li:first-child:after {
    height: 28px;
    top: -12px;
}

/* Links */
.hierarchy-menu ul a {
    display: block;
    padding: 6px 18px;
    height: 44px;
    position: relative;
    color: #000;
    transition: 100ms;
}
.hierarchy-menu ul a:hover {
    color: rgba(233,106,104,0.8);
}
.hierarchy-menu ul a.active {
    color: #39C;
}
.hierarchy-menu ul a > svg {
    fill: currentColor;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.hierarchy-menu li.sub-nav > a:before {
    position: absolute;
    left: 4px;
    top: 14px;
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hierarchy-menu li.sub-nav.open > a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hierarchy-menu > ul > li.sub-nav.open > a  {
    color: rgba(233,106,104,1);
}
.hierarchy-menu li.sub-nav > ul ul li a{
    color: #666;
}
.hierarchy-menu ul > ul li{
    display:inline-block;
}
.hierarchy-menu li.sub-nav > ul {
    display: block;
    margin-top: -5px;
}
.hierarchy-menu li.sub-nav.open > ul {
    display: block;
}
#progressbar {
    margin-bottom: 50px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #ddd;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    padding: 0 7px;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#progressbar li.active:before,  #progressbar li.active:after{
    background:  #e86256;
    color: #ddd;
}
.category-box .tab-content img{
    width:100%;
    height: auto;
}
.order-status span{
    padding: 0 5px;
    color: #e86256;
}
.delivery-page{
    min-height:70vh;
}
.delivery-page ul li{
    margin-bottom: 20px;
}
.delivery-page ul li:before{
    content:'\f111';
    font-family: FontAwesome;
    color: #e86256;
    padding-right: 10px;
    font-size: 13px;
}
.prod-info-wrapper .star-rating{
    z-index: 0;
}
.navbar-brand {
    position: relative;
}
.navbar-brand.christmas-bg svg {
    position: relative;
    z-index: 2;
}
.navbar-brand.christmas-bg:before {
    margin-right: 1.5rem;
    position: absolute;
    content: '';
    background: url("../images/kuhnia-bg-xmass.png") no-repeat top center;
    top: -9px;
    left: -95px;
    width: 364px;
    height: 72px;
    z-index: 1;
}
.navbar-expand-lg .navbar-collapse {
    position: relative;
    z-index: 3;
}
#checkout_form .form-group{
    position: relative;
}
#checkout_form input{
    height: 35px !important;
}
#checkout_form .form-group label{
    bottom: 0;
    font-size: 17px;
    height: 17px;
    background-color: #fff;
    font-weight: 300;
    left: 15px;
    pointer-events: none;
    position: absolute;
    display: inline-block;
    top: 6px;
    text-align: left;
    -webkit-transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    padding: 0 5px;
    color: #999;
}
.filters .form-group label{
    bottom: 0;
    font-size: 17px;
    height: 17px;
    background-color: #f2f2f2;
    font-weight: 300;
    left: 25px;
    pointer-events: none;
    position: absolute;
    display: inline-block;
    top: 3px;
    text-align: left;
    -webkit-transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    padding: 0 5px;
    color: #999 !important
}
input:focus, input:active {
    outline: none;
}
input[type=text]:focus {
    outline: none;
}
.has-value label {
    top: -14px !important;
    font-size: 15px !important;
    color: #444 !important;
}
.filters .has-value label{
    top: -13px !important;
    font-size: 15px !important;
    color: #999 !important;
}
.project-lg-slider .owl-nav{
    display: block;
}
.project-lg-slider .owl-prev{
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
}
.project-lg-slider .owl-next{
    position: absolute;
    right: -30px;
    top: calc(50% - 30px);
}
.project-lg-slider .owl-prev .fa, .project-lg-slider .owl-next .fa{
     font-size: 60px;
     color: #ccc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.project-lg-slider .owl-prev .fa:hover, .project-lg-slider .owl-next .fa:hover{
    color: #666;
}
.events figure {
    z-index: 1 !important;
}
.steps-slider-box{
    z-index: 1 !important;
}
.f-wrap{
    flex-wrap: wrap;
}
.mobile-phone{
    display: none;
}
.submit-wrapper .btn-default{
    background: #ddd;
}
.hidden{
    display: none;
}
.date-wrapper{
    line-height: 30px;
}
#accept-order.disabled{
    background: #e6e5e5;
}
.request-mail-notification-for-product{
    background: #ddd;
    color: #fff;
    line-height: 31px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.request-mail-notification-for-product:hover{
    background: #e96a68;
    color: #fff;
    line-height: 31px;
    padding: 0 10px;
}
.request-notification-email{
    border: 0;
    border-right: 1px solid #ddd;
}
.request-notification-form .input-group{
    border: 1px solid #ddd;
}
.post-share-mob{
    display: none;
}
.post-share-desc{
    display: flex;
}
.steps-showroom-form .form-group{
    margin-bottom:0;
}
.mdl-textfield.is-invalid{
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.invalid-feedback{
    color: var(--main-color) !important;
}
.last-news .item {
    width: 24%;
}
.last-news .item.col-md-3 {
    flex: 1;
}
.single-post .last-news .item {
    width: 100%;
}
/*.img-wrapper{*/
    /*position: relative;*/
/*}*/
/*.slider-lg-product .item img {*/
    /*margin: 0 auto;*/
/*}*/
#add-projContent .item .des-info{
    height: 85px;
}
.mCustomScrollBox{
    overflow: hidden;
}
#project_query .invalid-feedback{
    display: none;
}
#project_query .invalid-feedback.show{
    display: block;
}
.decision-slider .btn-red a{
    color: #FFF !important;
}
.decision-slider .des-info .modal-btn{
    display: none !important;
}
.modal-product-info{
    height:80px;
    overflow: hidden;
}
.project-page .slider-img-lg-fig img{
    height: 0px;
}
.project-page .owl-item:first-of-type .slider-img-lg-fig img{
    height: auto !important;
}
.custom-select:focus {
    background-color: transparent !important;
}

.filters-box-act {
    position: relative;
}
.close-filter-btn {
    background: #F2F2F2;
    border: 0;
    font-weight: bold;
    color: #434d5a;
    transform: scale(1.5,1);
    position: absolute;
    top: 4px;
    right: 7px;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.close-filter-btn:hover{
    color: #c00;
}
.filter-select option{
    background-color: #f2f2f2;
    -webkit-appearance: none;
}
.filter-select select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.clear-both{clear:both;}
.file-wrapper{
    position: relative;
}

input.images{display: none;}

.uploader {
    margin: 0;
    padding: 0 0 0 10px;
}
.uploader-outer-wrapper label.button{
    line-height: 35px;
    margin-right: 10px;
    width: 145px;
    padding: 0;
}
.uploader .uploaded{
    margin: 3px 3px 3px 0;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}

.uploader img
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.uploader .uploaded div.order-number{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    heigth: 15px;
    background-color: #e96a68;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.progress {
    position: relative;
    width: 100%;
    background-color: #ddd;
    padding: 1px;
    left: 15px;
    border-radius: 3px;
}

.progress-bar {
    background-color: #e96a68;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}
.steps-showroom-form .uploader-wrapper {
    width: 49%;
    margin-bottom: 10px;
}
.uploader-outer-wrapper{
    position: relative;
    margin-bottom: 10px;
}
.progress {
    height: 5px;
    position: relative;
    width: 100%;
    background-color: #ddd;
    padding: 1px;
    left: 0;
    border-radius: 3px;
    position: absolute;
    bottom: -10px;
}
.upload-input{
    display: none;
}
.uploader-outer-wrapper label.btn{
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #8e949c;
}
.file-wrapper .cancel{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin-top: 15px;
}
.file-wrapper p{
    line-height: 55px;
    height:40px;
    margin: 0px;
    display: table-cell;
    vertical-align: bottom;
}
#uploader-wrapper h5{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 0;
}
.upload-error{
    margin-top: 20px;
}
.contacts .invalid-feedback.visible{
    display: block;
}
.notify-me-notice-subscribed{
    color: #e96a68;
}
.gategory-box-info .date{
    padding-top: 2px;
}
.request-unsubscription .btn, .notify-me-error .btn{
    border: 1px solid #ddd;
    background: #efefef;
}
.project-page .modal-body{
    height: 270px;
    overflow: hidden;
}
.attrs-info{
    height: 35px;
    overflow: hidden;
}
.project-new-slider.decision-slider .des-box {
    width: 100% !important;
    margin: 10px 0;
    box-shadow: 0 0 0 #fff;
    border: 1px solid #ccc;
}
.decision-slider.project-new-slider .owl-nav {
    display: block;
}
/*.owl-modal .item{*/
    /*height: 0;*/
/*}*/
/*.owl-modal .item.index{*/
    /*height: auto;*/
/*}*/
.modal-prod .modal-body{
    max-height: 285px;
    transition: ease-in-out all 0.5s;
    transition-delay: 1s;
    overflow:hidden;
}
.show.modal-prod .modal-body {
    max-height: 800px;
}
.owl-modal .owl-item {
    opacity: 0;
    transition: ease-in-out all 0.5s;
}
.owl-modal .owl-item.active {
    opacity: 1;
}
.zopim {
    position: fixed !important;
    top: auto !important;
}
.product-main #myTabContent h2{
    font-size:16px;
    font-weight: bold;
}
.project-page .slider-lg-product .owl-next {
    right: 0;
}
.kitchen-types-img-wrapper img:not(:first-of-type){
    display: none;
}
.kitchen-types-img-wrapper p{
    margin-bottom: 0.5rem;
}
.kitchen-types-new .info-wrapper p{
    margin-bottom:0.3rem;
}
.kitchen-types-new .info-name{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.kitchen-types-img-wrapper .cheks{
    position: absolute;
    top: 10px;
    right: 10px;
}
.steps-radio input:checked ~ figure.kitchen-types-img-wrapper .cheks {
    background: url(../images/icon/icon-add-checked.png) no-repeat center center;
    background-size: contain;
}
p.size-price{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.steps-radio input:checked ~ div.info-wrapper p.size-price{
    color: #e96a68;
    font-weight: 600;
    font-size: 20px;
}
#main-modal .modal-dialog {
    max-width: 60%;
}
#main-modal .modal-body {
    padding: 1rem 1rem 0 1rem;
}
.sample4-wrapper .invalid-feedback{
    display: none;
}
#step-form section{
    margin: 0 auto;
}
#main-modal .close{
    text-align: right;
    right: 20px;
    padding-right: 10px;
}
.steps-radio figure{
    position: relative;
    height: 150px;
}
.steps-radio figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}
.info-wrapper .info-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    display: block;
}
.grecaptcha-badge{
    z-index: 9;
}
.article_content ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: #e86256;
    padding-right: 10px;
    font-size: 8px;
}
.article_content ol{
    list-style-type: decimal !important;
}
.number-wrapper{
    margin: 0 10px;
}
.date-msg{
    display:none;
}
.number-wrapper select option:disabled{
    background: #eee;
    position: relative;
}
.btn-default{
    background: #eee;
    transition: all 0.5s ease;
}
.btn-default.active{
    background: #e96a68;
    color: #fff;
}
.event-page #prev{
    display:none;
}
.mute-link-wrapper{
    width: 100%;
    display: block !important;
    padding-top: 10px;
    height: 40px;
}
.mute-link-wrapper a{
    color: #777;
    transition: all 0.5s ease;
}
.mute-link-wrapper a:hover{
    color: #e86256;
    text-decoration: underline;
}
.footer .nav-mobile{
    display: none !important;
}
.delivery-page a{
    color: #e86256 !important;
    cursor:pointer;
}
.footer .nav-link{
    transition: all 0.5s ease;
}
.footer .nav-link:hover{
    color: #e86256;
    text-decoration: underline;
}
.prod-info-wrapper .des-old-price{
    display:none;
}
.prod-info-wrapper .des-old-price.show{
    display: inline-block;
}
.cart-table .quantity strong{
    font-size:20px;
}
.covid{
    display: none;
    color: #e96a68;
}
.stayhome-banner, .top-line{
    display:none;
}
.decision-slider .des-box .new{
    background-image: url('/images/new-badge.png');
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 58px;
    width: 60px;
    font-weight: 600;
    height: 58px;
    text-align: center;
}
.search-decision-slider .des-title{
    overflow: hidden;
}
.search-keywords span{
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
}
.search-keywords span a{
    color: #e96a68;
}
.object-top{
    object-position: center top !important;
}
.projects-table-wrapper{
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.projects-table{
    position: relative;
    font: normal 14px/15px pt_sansregular,sans-serif;
    color: #1f1f1f;
    empty-cells: hide;
    margin: 0 auto;
}
.projects-table td{
    padding: 10px;
}

@media (min-width: 991px) {
    .has-value + .close-filter-btn {
        display: block;
    }
    .desc-search.visible .form-control{
        width: 200px;
    }
}

@-webkit-keyframes circle-check-loader {
    0% {
        stroke-dasharray: 1666, 1650;
        stroke-dashoffset: 2000;
    }
    100% {
        stroke-dashoffset: 3320;
    }
}

@keyframes circle-check-loader {
    0% {
        stroke-dasharray: 1666, 1650;
        stroke-dashoffset: 2000;
    }
    100% {
        stroke-dashoffset: 3320;
    }
}
@-webkit-keyframes check {
    0% {
        stroke-dasharray: 340;
        stroke-dashoffset: 340;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 94;
        opacity: 1;
    }
}
@keyframes check {
    0% {
        stroke-dasharray: 340;
        stroke-dashoffset: 340;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 94;
        opacity: 1;
    }
}
.article_content iframe{
    max-width: 100% !important;
    height: auto;
}
.gallery .gallery-item{
    width: calc(25% - 10px);
    margin: 5px;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.gallery .gallery-item img{
    position: absolute;
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100% !important; 
    object-fit:cover;
    margin:0 !important;
}
.search-result-title {
    font-weight: 300;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
}
h3.search-result-title {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    font-family: inherit;
    text-decoration: underline;
    display: flex;
    justify-content: space-between;
}
h3.search-result-title .h2-link {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    padding: 0 10px;
    background-color: #e96a68;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.filter-group a {
  margin-right: 30px;
  margin-left: 0;
  display: block;
  font-size: 17px;
}
.filter-group {
  display: flex;
  margin-bottom: 0;
  margin-top: 20px;
}
.filter-group a.active::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ec6562;
  display: block;
}
.no-results {
    color: #8b9097;
    pointer-events: none;
}
.search-form .btn-red-lg {
    line-height: 35px;
}
.d-desc p {
    font-family: 'Montserrat',serif;
    font-size: 16px;
}
.teaser.lazyload {
    opacity: 0;
    transform: scale(0.8);
}
.teaser.lazyloaded {
    opacity: 1;
    transform: scale(1);
    transition: all 700ms;
}
.mobile{
    display:none;
}
.inovation img{
    max-width:300px;
}
.border-b{
    border-bottom:1px solid #ddd;
}
.article_content .h2{
    font-size: 1.5rem !important;
}
.article_content .h3{
    font-size: 1.25rem !important;
}
.category-content .content-control:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E") !important;
    background-size: 11px 11px;
}
.category-content.expanded .content-control:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E") !important;
    background-size: 11px 11px;
}
.category-content .content-collapse {
    display: none;
}
.category-content.expanded .content-expand {
    display: none;
}
.category-content  .content-expand{
    display: inline-block;
}
.category-content.expanded .content-collapse {
    display: inline-block;
}
.category-content .hidden-text{
    display: none;
    transition: all 0.5s ease;
}
.category-content.expanded .hidden-text{
    display: block;
}
.content-link{
    font-weight: 600;
    color: #000;
}
.category-content ul{
    padding-left: 40px;
    list-style: disc;
}
.category-content a{
    color: #e97674;
}
.highlighted{
    color: #e86256 !important;
}
.main-modal .modal-dialog {
    max-width: 700px;
}
.main-modal{
    text-align: center;
}
.main-modal .modal-body {
    max-height: unset !important;
}
.main-modal .modal-content{
    border-radius: 0 !important;
}
.main-modal .modal-content:after{
    content: '';
    background: #F2F2F2;
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index:1;
}
.main-modal .popup-title{
    color: #F15F60;
    font-size: 38px;
    font-weight: 800;
}
.main-modal .text{
    font-size: 16px;
    color: #888C92;
    margin-bottom: 30px;
}
.main-modal .popup-sub{
    font-size: 20px;
    color: #434D5A;
    font-weight: 800;
    margin-bottom: 5px;
}
.main-modal .popup-sub-red{
    font-size: 16px;
    color: #F15F60;
    font-weight: 800;
    margin-bottom: 2px;
}
.content-popup{
    position: relative;
    z-index: 9999;
    max-width: 500px;
    margin: 0 auto 40px auto;
    padding: 10px;
}
.main-modal .popup-logo{
    width: 100px;
    margin-top: 46px;
    margin-bottom: 30px;
}





@media (min-width: 769px){
    .category-box .subcategories .des-box:nth-child(4n+4) {
        margin-right: 16px;
    }
}
@media (min-width: 570px){

    .create-project:hover .item:nth-of-type(1) figure, .create-project:hover .item:nth-of-type(2) figure, .create-project:hover .item:nth-of-type(3) figure, .create-project:hover .item:nth-of-type(4) figure,
    .create-project:hover .item:nth-of-type(1) figure:before, .create-project:hover .item:nth-of-type(1) figure span, .create-project:hover .item:nth-of-type(2) figure:before, .create-project:hover .item:nth-of-type(2) figure span,
    .create-project:hover .item:nth-of-type(3) figure:before, .create-project:hover .item:nth-of-type(3) figure span, .create-project:hover .item:nth-of-type(4) figure:before, .create-project:hover .item:nth-of-type(4) figure span{
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
    .create-project .item:nth-of-type(1) figure {
        -webkit-animation: slide 20s infinite 0s;
        -moz-animation:    slide 20s infinite 0s;
        -o-animation:      slide 20s infinite 0s;
        animation:         slide 20s infinite 0s;
    }

    .create-project .item:nth-of-type(1) figure:before, .create-project .item:nth-of-type(1) figure span {
        -webkit-animation: opacity 20s infinite 0s;
        -moz-animation:    opacity 20s infinite 0s;
        -o-animation:      opacity 20s infinite 0s;
        animation:         opacity 20s infinite 0s;
    }

    .create-project .item:nth-of-type(2) figure {
        -webkit-animation: slide 20s infinite 5s;
        -moz-animation:    slide 20s infinite 5s;
        -o-animation:      slide 20s infinite 5s;
        animation:         slide 20s infinite 5s;
    }

    .create-project .item:nth-of-type(2) figure:before, .create-project .item:nth-of-type(1) figure span {
        -webkit-animation: opacity 20s infinite 5s;
        -moz-animation:    opacity 20s infinite 5s;
        -o-animation:      opacity 20s infinite 5s;
        animation:         opacity 20s infinite 5s;
    }

    .create-project .item:nth-of-type(3) figure {
        -webkit-animation: slide 20s infinite 10s;
        -moz-animation:    slide 20s infinite 10s;
        -o-animation:      slide 20s infinite 10s;
        animation:         slide 20s infinite 10s;
    }

    .create-project .item:nth-of-type(3) figure:before, .create-project .item:nth-of-type(1) figure span {
        -webkit-animation: opacity 20s infinite 10s;
        -moz-animation:    opacity 20s infinite 10s;
        -o-animation:      opacity 20s infinite 10s;
        animation:         opacity 20s infinite 10s;
    }

    .create-project .item:nth-of-type(4) figure {
        -webkit-animation: slide 20s infinite 15s;
        -moz-animation:    slide 20s infinite 15s;
        -o-animation:      slide 20s infinite 15s;
        animation:         slide 20s infinite 15s;
    }

    .create-project .item:nth-of-type(4) figure:before, .create-project .item:nth-of-type(1) figure span {
        -webkit-animation: opacity 20s infinite 15s;
        -moz-animation:    opacity 20s infinite 15s;
        -o-animation:      opacity 20s infinite 15s;
        animation:         opacity 20s infinite 15s;
    }
}
@media (max-width: 1400px) {
    .index-proj-tags{
        display: block;
    }
}
@media (max-width: 1370px){
    .index .decision-slider .owl-prev {
        left: -102px;
    }
    .index .decision-slider .owl-next {
        right: -102px;
    }
}
@media (max-width: 1320px){
    .index .decision-slider .owl-prev {
        width:80px;
        left:-85px;
    }
    .index .decision-slider .owl-next {
        width:80px;
        right: -85px;
    }
}
@media (max-width: 1200px) {
    .category-box .decision-slider .des-box, .category-box .decision-slider .des-box:nth-child(4n+4) {
        width: calc(50% - 16px);
    }
    .last-news .item {
        height: 240px;
        width: 23%;
    }
    .uploader-wrapper label.button {
        width: 150px;
        height: 50px;
    }
	#checkout_form .form-group label{
		padding:0;
		left: 5px;
		font-size: 15px;
	}
    #main-modal .modal-dialog {
        max-width: 80%;
    }
}
@media (max-width: 992px) {
    .acctual .active.center .item .acc-before, .acctual .active.center .item .acc-after {
        bottom: -100px;
    }
    #main-modal .modal-dialog {
        margin: 5rem auto 2rem auto;
    }
    .search-decision-slider .des-box:last-child {
        display: block !important;
    }
    .steps-showroom-form .uploader-wrapper {
        width: 100%;
    }
    .gategory-box-info .date{
        display: none;
    }
    .steps-radio figure {
        height: 100px;
    }
    .shop-page .category-box .decision-slider {
        justify-content: flex-end;
    }
    .shop-page .category-box h1{
        padding-left: 10px;
    }
    .shop-page .category-box h2{
        padding-left: 10px;
    }
    #shop-modal .modal-dialog{
        margin-top:20vh;
    }
}
@media (max-width: 950px) {
    .decision-slider.project-new-slider .owl-nav {
        display: none;
    }
    .decision-slider.project-new-slider .owl-dots {
        display: block;
    }
}
@media(max-width:768px){
    .filter-group {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .filter-group a {
        margin-bottom: 4px;
    }

    #search-query {
        margin-bottom: 20px;
    }
    h4.search-result-title {
        font-size: 25px;
    }
    .inovation img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #main-popup .desctop{
        display: none;
    }
    #main-popup .mobile{
        display: inline-block;
        width: 95%;

    }
    #main-popup .modal-container {
        margin-top: 13vh;
    }
    /*#main-popup button.close {
        top: -5px;
        right: 5px;
    }*/
    .last-news {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .steps-radio figure {
        height: 160px;
    }
    .last-news .item {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .index-owl .news-info {
        position: relative;
        z-index: 99999;
    }
    .new-design-container{
        display: none;
    }
    .mobile-new-design{
        display: block;
    }
    .news .news-title {
        position: absolute;
        bottom: 20px;
        left: 5px;
        right: 5px;
        height: 40px;
        font-size: 16px;
        height: auto !important;
        z-index: 9999;
        margin-left: 0;
        color: #FFF;
        display: block;
        z-index: 99999999999;
    }
    .news-content{
        display: none;
    }
    .create-project .item {
        background-color: #fff;
    }
    .prod-info-wrapper .compare{
        display: none !important;
    }
    .outer-btn-wrapper {
        width: 100px;
    }
    .owl-dots {
        width: 100%;
    }
    .last-news .news-info p{
        display: none;
    }
    .last-news .news-info{
        display: block;
        height: 260px;
        position: relative;
        z-index: 999;
    }
    .last-news .item {
        width: 100% !important;
        margin-bottom: 8px;
    }
    .last-news.owl-carousel.owl-drag .owl-item {
        padding: 0 5px;
    }
    #mobile-indicator {
        display: block;
    }
    .index-owl .news-info {
        height: 250px;
    }
    .h2 {
        display: block;
    }

    .h2 span {
        text-align: center;
        width: 100%;
        display: block;
    }

    .h2 .h2-link {
        text-align: center;
        width: 200px;
        margin: 10px auto;
        display: block;
    }
    #myTab{
        margin-top: 20px;
    }
    .category-aside h3.h2:after {
        top: 16px;
    }
    .breadcrumb-item.active {
        color: #e96a68;
        max-width: none;
    }
    .news {
        margin: 0;
    }
    .index .news {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .category-box .tab-content img{
        width:100% !important;
        height: auto !important;
    }
    .related-owl .active.center .item {
        opacity: 1;
        top: -20px;
    }
    .related-owl .item{
        box-shadow: 0 0px 4px rgba(0,0,0,0.3) !important;
        padding: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        margin: 20px auto;
    }
    .related-owl .item figure {
        height: 220px;
    }
    .related-owl .project-box{
        margin-bottom: 100px;
    }
    .related-owl figcaption a{
        color: #434d5a;
        padding: 15px;
        z-index: 3;
        margin: 0;
        top: 230px;
        left: 0;
        font-size: 17px !important;
        text-align: center;
    }
    .mobile-container{
        padding-left: 0;
        padding-right: 0;
    }
    .related-owl .project-box figure{
        display: none;
    }
    .related-owl .item {
        width: 80vw !important;
    }
    .steps-showroom-form .uploader-wrapper {
        width: 49%;
    }
    .footer .nav-mobile{
        display: flex !important;
    }
    footer .nav-link {
        padding: .5rem 0.4rem;
    }
    .mute-link-wrapper{
        margin-top: 20px;
    }
    .gallery .gallery-item{
        width: calc(50% - 10px);
    }
}
@media (max-width: 580px) {
    .navbar-brand.christmas-bg::before {
        height: 69px;
    }
    .gategory-box-info .date{
        display: block;
    }
    .zopim {
        position: fixed !important;
        top: auto !important;
        bottom: 20px !important;
    }
    #main-modal .modal-dialog {
        margin: 5rem auto 2rem auto;
    }
    .side-banner{
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 570px) {
    .related-owl .item {
        width: 80vw !important;
    }
    .last-news .owl-carousel.owl-drag .owl-item {
        padding: 0;
    }
    .category-box .subcategories .des-box figure {
        height: 180px;
    }
    .c-mobile-hide{
        display: none !important;
    }
    .c-mobile-show{
        display: block;
    }
    .events{
        margin: 0;
    }
    .category-aside {
        margin-bottom: 0.5rem;
    }
    .form-order-by{
        width: 100%;
        margin-bottom: 15px !important;
    }
    .link-dropdown:after {
        content: '+';
        width: 25px;
        font-size: 20px;
        text-align: center;
        background: #eee;
    }
    .grecaptcha-badge {
        bottom: 120px !important;
        right: -270px !important;
    }
    .create-kitchen-wrapper .form-group {
        margin-left: 25px;
    }

    .create-kitchen-wrapper .form-group::before {
        right: calc(100% - 37px);
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .create-kitchen-check label:before {
        height: 30px;
        width: 30px;
    }
    .special-layout .row .col-sm-12{
        text-align: center;
    }
    .acctual .item {
        min-height: 340px;
    }
    .acctual .active.center .item .acc-before, .acctual .active.center .item .acc-after {
        bottom: -30px;
    }
    .acc-info .acc-title{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .create-project .item {
        width: 80vw !important;
        margin: 0px;
    }
    .acctual .item {
        width: 80vw !important;
    }
    .navbar-brand svg{
        width: 170px;
    }
    .page-link-next, .page-link-prev{
        color: transparent !important;
        width: 30px;
    }
    .page-link-prev:before{
        content: "\f053";
        font-family: FontAwesome;
        color: #999 !important;
    }
    .page-link-next:before{
        content: "\f054";
        font-family: FontAwesome;
        color: #999 !important;
    }
    .project-list .grid-item {
        width: 100%;
        margin: 0 0 1.5%;
    }
    .cc-window.cc-bottom span.mobile-hide{
        display: none;
    }
    .cc-window {
        padding: 0.8em !important;
    }
    .cc-window .cc-message {
        margin-bottom: 0.5em;
    }
    .tab-content td.heading {
        width: 130px;
    }
    .table.cart-table tr td:nth-child(2) a{
        height: 50px;
        display: block;
        line-height: 20px;
        padding-left: 20px;
    }
    .table.checkout-table tr td:nth-child(2) a{
        height: 50px;
        display: block;
        line-height: 20px;
        padding-left: 20px;
    }
    .quantity .form-group{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 500px){
    .card-down-popup-page-blocker {
        z-index: 9999;
        background-color: rgba(69, 69, 69, 0.5);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        transform: translateZ(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        -webkit-transform: translateZ(0);
        -webkit-font-smoothing: antialiased;
    }
    .card-down-popup {
        position: fixed;
        z-index: 9999999999;
        background: #000 none repeat scroll 0 0;
        border-top: 2px solid #4f4f4f;
        bottom: 0;
        text-align: center;
        box-shadow: 0 0 8px rgba(69, 69, 69, 0.5);
        height: auto;
        left: 0;
        opacity: 1;
        padding: 10px;
        width: 100%;
    }
    .card-down-item-added{
        color: #fff;
        text-align: center;
    }
    .alert-warning{
        text-align: center;
        padding: 5px;
        line-height: 18px;
    }
    .search-decision-slider .des-box {
        width: calc(100%);
    }
    .final-price .price{
        display: block;
    }
    .cart-control-btns a{
        padding: 0 5px;
    }
    .product-main .outer-btn-wrapper, .product-main .btn-wrapper, .product-main .btn-wrapper .add-to-cart{
        width:100%;
    }
    .shopping-cart{
        z-index: 5;
    }
    /*#lightboxOverlay, #lightbox, #lb-outerContainer{
        display: none !important;
    }*/
    .cc-message {
        font-size: 0.8rem;
        line-height: 20px;
    }
    .owl-dots{
        display: none;
    }
    .shopping-cart-desctop.big-cart{
        display: block;
        left: 60px;
        bottom: 15px;
        right: auto;
        z-index: 999999999;
        padding: 8px 10px;
    }
    .mobile-phone{
        display: block;
        position: fixed;
        left: 15px;
        bottom: 15px;
        padding: 4px 11px;
        font-size: 20px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 0 3px rgba(68,68,68,0.5);
        z-index: 999999999 !important;
    }
    .project-lg-slider .owl-next{
        right:0;
    }

    .project-lg-slider .owl-prev{
        left:0;
    }
    .project-main .acc-info-list{
        margin-top: 10px;
    }
    .project-lg-slider .owl-prev .fa, .project-lg-slider .owl-next .fa{
        color: var(--main-color-rgba);
    }
    .post-share-mob{
        display: flex;
        margin-top: 20px;
    }
    .post-share-desc{
        display: none;
    }
    .project-sm-slider .owl-dots{
        display: block;
    }
    #myTabContent .project-box{
        overflow: hidden;
    }
    .project-box figcaption a {
        font-size: 23px;
    }
    .steps-radio figure {
        height: 140px;
    }
    .mute-link-wrapper{
        margin-left: 0px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .steps-showroom-form .uploader-wrapper {
        width: 100%;
    }
    #main-modal .modal-dialog {
        max-width: 90%;
    }
    #main-modal{
        padding-right:0 !important;
    }
    .steps-radio figure {
        height: 130px;
    }
    .mobile{
        display:block;
    }
    .desktop{
        display:none !important;
    }
}
@media (max-width: 400px) {
    .category-box .decision-slider .des-box, .category-box .decision-slider .des-box:nth-child(4n+4) {
        width: calc(50% - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .steps-radio figure {
        height: 110px;
    }
    .category-aside {
        margin-bottom: 1rem;
    }

    .prod-info-wrapper .form-group {
        width: 100%;
    }

    .outer-btn-wrapper {
        width: 100px;
    }

    .compare {
        line-height: 30px;
    }

    .des-info p {
        line-height: 15px;
    }

    .steps-grid .grid-item {
        width: calc(100% - 10px) !important;
        margin: 10px 0px;
    }

    .cart-page label {
        padding: 8px 10px 0px 0px;
    }

    .cart-page .custom-control-label {
        padding: 8px 10px 8px 20px;
    }

    .thankyou-page-wrapper h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .index-owl .news-info {
        height: 220px;
    }

    .last-news .item {
        width: 100% !important;
    }
    .category-box .subcategories .des-box figure {
        height: 160px;
    }
    .last-news .news-info{
        height: 220px;
    }
    .index .news{
        display: block;
    }
    .create-project .item{
        display: block !important;
        margin: 0 auto !important;
    }
    .cart-page .no-products-title{
        text-align: center;
    }
}
@media (max-width: 370px) {
    .cart-control-btns{
        display: block !important;
    }
    #main-modal .modal-dialog {
        margin: 7rem auto 2rem auto;
    }
    .decision-slider .des-title > a{
        overflow: hidden;
        display: block;
    }
}
@media (max-width: 355px) {
    .navbar-brand {
        margin-right: 0.5rem;
    }
    .button_container span {
        width: 22px;
    }
    .news .news-title {
        bottom: 40px;
    }
    .navbar-brand svg {
        width: 150px;
    }
    .navbar-brand {
        margin-right: 0.5rem;
    }
    .shopping-cart {
        padding: 5px 5px;
    }
    .shopping-cart svg{
        width: 21px;
        height:21px;
    }
    .shopping-cart small {
        line-height: 15px;
        padding: 0 2px;
    }
    .mobile-search svg{
        width: 20px;
        height:20px;
    }
}
@media (max-width: 340px) {
    #overlay .btn{
        padding:0 5px;
    }
}

@-webkit-keyframes opacity {
    0%   { opacity: 0.8; }
    12% { opacity: 0; }
    25% { opacity: 0.8; }
    100% { opacity: 0.8; }
}
@-moz-keyframes opacity {
    0%   { opacity: 0.8; }
    12% { opacity: 0; }
    25% { opacity: 0.8; }
    100% { opacity: 0.8; }
}
@-o-keyframes opacity {
    0%   { opacity: 0.8; }
    12% { opacity: 0; }
    25% { opacity: 0.8; }
    100% { opacity: 0.8; }
}
@keyframes opacity {
    0%   { opacity: 0.8; }
    12% { opacity: 0; }
    25% { opacity: 0.8; }
    100% { opacity: 0.8; }
}

@-webkit-keyframes slide {
    0%   {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    12% {
        height: 167px;
        position: relative;
        margin-top: 0;
    }
    25% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    100% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
}
@-moz-keyframes slide {
    0%   {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    12% {
        height: 167px;
        position: relative;
        margin-top: 0;
    }
    25% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    100% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
}
@-o-keyframes slide {
    0%   {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    12% {
        height: 167px;
        position: relative;
        margin-top: 0;
    }
    25% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    100% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
}
@keyframes slide {
    0%   {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    12% {
        height: 167px;
        position: relative;
        margin-top: 0;
    }
    25% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
    100% {
        height: 300px;
        position: relative;
        margin-top: -133px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .navbar-brand > svg {
        height:38px;
   }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1450px !important;
    }
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}