@charset "utf-8";*{outline:none !important;}
body{
    font-family: 'Open Sans', sans-serif;
    color: #514540;
    overflow-x: hidden;
}
button, input, select, .btn:focus{
    outline: none;
}
a{
    color: #f16025;
    text-decoration: underline;
}
a:hover, a:focus{
    opacity: 0.7;
    color: #f16025;
}
a:focus{
    outline: none;
    border: none;
}
p{
    font-size: 14px;
    color: #000;
}
.contant li{
    color: #000!important;
}
.table-vert td, .table-vert th{
    border: 1px solid #cecece;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
}

h1,h2,h3,h4,h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #514540;
    margin-bottom: 20px;
}
img:not([width]){
    width: 100%;
    height: auto;
}
.image-item {
    max-height: 5rem;
}
header{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%; 
    z-index: 3;
}
header, footer .bottom{
    padding-top: 15px;
    font-size: 12px;
}
header p, footer .bottom p{
    margin: 0;
    font-size: 12px;
}
.logo img{
    width: 240px;
}
header .time, footer .time{
    padding-top: 15px;
}
header .time:before, footer .time:before{
    width: 21px;
    height: 21px;
    content: " ";
    background-image: url(../img/icons/clock.png);
    position: absolute;
    left: -15px;
    top: 20px;
}
header .address, footer .address{
    padding-top: 15px;
    margin-left: 15px;
}
header .address:before, footer .address:before{
    width: 25px;
    height: 25px;
    content: " ";
    background-image: url(../img/icons/geo.png);
    position: absolute;
    left: -10px;
    top: 20px;
}
header .phone, footer .phone{
    padding-top: 10px;
}
header .phone .number, footer .phone .number{
    font-weight: 400;
    font-size: 16px;
    color: #514540;
    text-decoration: none;
}
header .phone .number:hover, footer .phone .number:hover{
    color: #f16025;
    text-decoration: none;
}
header .phone .number:before, footer .phone .number:before{
    width: 17px;
    height: 18px;
    content: " ";
    background-image: url(../img/icons/phone-orang.png);
    position: absolute;
    left: -15px;
    top: 12px;
    filter: brightness(0);
}
header .phone .number:hover:before, footer .phone .number:hover:before{
    filter: none;
}
header a, footer a{
    text-decoration: underline;
    color: #f16025;
}
.icons{
    padding-top: 10px;
}
.icons ul{
    padding: 0;
    margin: 0;
}
.icons ul li{
    position: relative;
    display: inline-block;
    font-size: 0;
    padding-right: 36px;
}
.icons ul li:last-child{
    padding-right: 0;
}

.icons ul li a{
    content: " ";
    position: absolute;
    filter: brightness(0);
    text-decoration: none;
}
.icons ul li:hover a{
    filter: none;
    opacity: 1;
}
.icons ul li .person{
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/person-orang.png);
}
.icons ul li .favorites{
    width: 18px;
    height: 16px;
    background-image: url(../img/icons/favorites-orang.png);
}
.favorites.voted, .favorites.voted:after{
    background-image: url(../img/icons/favorites-orang-voted.png)!important;
    filter: none!important;
}
.favorites.voted.text{
    background: none!important;
}

.icons ul li .comparison, .icons ul li .comparison-link{
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/comparison-orang.png);
}
.icons ul li .card{
    width: 33px;
    height: 29px;
    background-image: url(../img/icons/card.png);
    filter: none;
    top: -7px;
}
.icons ul li .card span{
    font-size: 12px;
    color: #fff;
    background: #222121;
    border-radius: 50%;
    padding: 3px 7px;
    position: absolute;
    top: -10px;
    right: -15px
}

header nav{
    background: #f7f7f7;
    padding-top: 15px;
    margin-top: 15px;
    z-index: 3;
}
header nav ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
header nav ul li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
}
header nav ul li:before{
    content: '';
    margin: 0;
}
header nav ul li:hover a:before {
    content:'';
    position:absolute;
    width:100%;
    height:4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
    bottom: 0;
    left: 0;
}
header nav ul li:last-child{
    margin-right: 0;
    padding-bottom: 15px;
}
header nav ul li a, .nav ul li a{
    font-size: 15px;
    color: #323232;
    text-decoration: none;
}
header nav ul li a:hover, .nav ul li a:hover{
    color: #f16025;
    text-decoration: none;
    opacity: 1;
}

header nav ul li.active a{
    font-weight: 600;
    color: #f16025;
}
header nav ul li.active ul li a{
    font-weight: 400;
    color: #414141;
}
header nav ul li ul{
    position: absolute;
    background: #fff;
    z-index: 4;
    margin-top: 15px;
    padding: 15px;
    width: 250px;
    display: none;
}
nav ul li:hover>ul{
    display: block;
}
header nav ul li ul li{
    display: block;
    padding: 5px 0;
    background:url(../img/icons/dotted.png) left bottom repeat-x;
}

header nav ul li ul li a:hover{
    text-decoration: underline;
}
header nav ul li ul li a:before{
    background: none!important;
}

.search{
    display: inline-block;
    width: 100%;
    margin: -5px 0;
}
.search form{
    position: relative;
    margin: 0;
}
.search form input{
    width: 100%;
    border: none;
    padding: 7px 20px;
    border-radius: 15px;
}
.search form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../img/icons/search.png) no-repeat;
}

.img-bg{
    position: relative;
    background: #000;
    width: 100%;
    height: auto;
    margin-top: 125px;
}
.img-bg img{
    opacity: 0.6;
}
.img-bg .text{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.img-bg .text .pagetitle{
    display: block;
    color: #fff;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
}

.img-bg h1{
    color: #fff;
}

.contant{
    margin: 30px 0;
}

#sidebar{
    z-index: 2;
}
.side-menu{
    background: #f7f7f7;
    border-radius: 5px;
}
.side-menu .side-title{
    position: relative;
    font-weight: 600;
    font-size: 30px;
    color: #f57b25;
    text-align: center;
    padding: 15px;
    box-shadow: 0 4px 9px -3px #e7e7e7;
}
.side-menu .side-title:before{
    width: 229px;
    height: 22px;
    content: " ";
    background: url(../img/icons/folder-orang.png) no-repeat;
    position: absolute;
    left: 30px;
    top: 25px;
}
.side-menu .side-content{
    padding: 5px 0;
}
.side-menu .side-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-menu .side-content ul li{
    position: relative;
    padding: 10px 0px 5px 0px;
    background:url(../img/icons/dotted.png) left bottom repeat-x;
    margin: 0px 10px 0px 35px;
}
.side-menu .side-content ul li:before{
    display: none;
}
.side-menu .side-content ul li span{
    width: 12px;
    height: 7px;
    content: " ";
    background: url(../img/icons/arrow-down.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}
.side-menu .side-content ul li.active-side{
    background: none;
}
.side-menu .side-content ul li.active-side span{
    background: url(../img/icons/arrow-top.png) no-repeat;
}
.side-menu .side-content ul li.active ul{
    display: block;
}

.side-menu .side-content ul li a{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-size: 13.5px;
}
.side-menu .side-content ul li a:hover, .side-menu .side-content ul li.active a, .side-menu .side-content ul li.active ul li a:hover{
    color: #f27441;
    text-decoration: underline;
    opacity: 1;
}
.side-menu .side-content ul li.active ul li a, .side-menu .side-content ul li ul li a{
    font-weight: 100;
    color: #000;
    text-decoration: none;
}
.side-menu .side-content ul li ul{
    display: none;
} 
.side-menu .side-content ul li ul li{
    cursor: default;
    margin: 0;
    padding: 10px 10px 10px 35px;
}
.side-menu .side-content ul li ul li:last-child{
    background: none;
    padding: 10px 10px 5px 35px;
}
.side-menu .side-content ul li ul li span{
    display: none;
}


.side-menu .side-content ul li ul::-webkit-scrollbar-track {border-radius: 4px;}
.side-menu .side-content ul li ul::-webkit-scrollbar {width: 6px;}
.side-menu .side-content ul li ul::-webkit-scrollbar-thumb {border-radius: 4px;background: #f0f2f5;}
.side-menu .side-content ul li ul:hover::-webkit-scrollbar-thumb {background: #ef5e25;}

.cards{
    padding-top: 15px;
}
.cards .cards-item{
    position: relative;
    margin-bottom: 30px;
}
.cards .cards-item:before {
    content:'';
    position:absolute;
    width:100%;
    height:4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
    top:0;
    left:0;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
}

.cards .cards-item .overlayed{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cards .cards-item .item-img{
    border-radius: 5px;
}
.cards .cards-item .text{
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    left: 15px;
}
.cards .cards-item:after{
    width: 36px;
    height: 13px;
    content: " ";
    background: url(../img/icons/arrow-white-long.png) no-repeat;
    position: absolute;
    right: 15px;
    bottom: 25px;
}
.cards .cards-item:hover:after{
    background: url(../img/icons/arrow-orang-long.png) no-repeat;
}

.cards .cards-item .text img{
    width: auto;
    padding-bottom: 4px;
}

.catalog{
    padding-top: 15px;
}
.catalog a{
    text-decoration: none;
}
.catalog .item{
    padding: 15px 0;
    min-height: 400px;
}
.catalog .item img{
    margin: 15px 0;
}
.catalog .item .title{
    font-weight: 600;
    font-size: 19px;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
.catalog .item .title:before {
    content:'';
    position:absolute;
    width: 50%;
    height: 4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: 0.2s linear;
}
.catalog .item .desc{
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}
.catalog a:hover{
    text-decoration: none;
}
.catalog a:hover .item .title:before{
    width: 100%;
}

hr{
    width: 100%;
    height: 4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
}
hr.min{
     height: 1px;
}

.main-slide{
    margin-bottom: 0!important;
    margin-top: 150px;
}
.main-slide .slick-arrow{
    display: none!important;
}

.slide, .our-work{
    position: relative;
    margin-bottom: 60px;
}
.slide a, .our-work a{
    text-decoration: none;
}
.slide .item, .our-work .item{
    margin-top: 0;
    background: #fff;
    box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.slide .item:focus, .our-work .item:focus{
    outline: none;
}
.slide .item img, .our-work .item img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.slide .item .title, .our-work .item .title{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #404040;
}
.slide .item:hover .title, .our-work .item:hover .title{
    color: #f79551;
}
.slide .slick-arrow{
    position: absolute;
    width: 15px;
    height: 28px;
    content: " ";
    background: none;
    border: none;
    background-image: url(../img/icons/big-arrow.png);
    font-size: 0;
    top: -30px;
    right: 15px;
    filter: brightness(0);
}
.slide .slick-arrow:hover{
    filter: none;
}
.slide .slick-prev{
    transform: rotate(180deg);
    right: 60px;
}
.slide .slick-slide{
    height: auto;
}
.slide .slick-slide:focus{
    outline: none;
}

.news{
    margin-bottom: 0;
}
.news .item{
    position: relative;
    padding: 20px 15px 10px 15px;
    margin-bottom: 15px;
}
.news p{
    color: #404040;
}
.news .item:before {
    content:'';
    position:absolute;
    width: 100%;
    height: 4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news .item:after{
    width: 36px;
    height: 13px;
    content: " ";
    background: url(../img/icons/arrow-orang-long.png) no-repeat;
    position: absolute;
    right: 15px;
    bottom: 25px;
    filter: brightness(0);
}
.news .item:hover:after{
    filter: none;
}
.news a:hover{
    text-decoration: none;
    color: #404040;
}
.news .item:hover .title{
    color: #404040;
}
.news .item .title{
    text-align: left;
    text-decoration: underline;
}
.news span{
    position: absolute;
    bottom: 10px;
    color: #404040;
}

.manufacturers{
    margin-bottom: 30px;
}
.manufacturers ul{
    font-size: 0;
    padding: 0;
}
.manufacturers ul li{
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 14px;
}
.manufacturers ul li:before{
    display: none;
}
.manufacturers h3{
    margin-bottom: 30px;
}
.manufacturers p{
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}
.manufacturers a{
    text-decoration: none;
}
.manufacturers .slick-prev{
    left: 15px;
    /* top: 25%; */
    top: 15px;
}
.manufacturers .slick-next{
    right: 15px;
    /* top: 25%; */
    top: 10px;
}
.manufacturers a:hover{
    text-decoration: none;
}
.manufacturers a:hover img{
    opacity: 0.2;
}
.manufacturers a:hover .image:before{
    width: 46px;
    height: 33px;
    content: " ";
    background: url(../img/icons/fat-arrow.png) no-repeat;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15px;
}

footer .top{
    background: #f7f7f7;
    padding: 20px 0;
}
footer .top ul{
    vertical-align: top;
    margin: 0;
    display: inline-block;
    padding-left: 0;
    padding-right: 70px;
}
footer .top ul:last-child{
    width: 230px;
    padding: 0;
}
footer .top ul li{
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 10px;
}
footer .top ul li:last-child{
    padding-bottom: 0;
}
footer .top ul li:before{
    width: 13px;
    height: 9px;
    content: " ";
    background: url(../img/icons/arrow.png) no-repeat;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    margin: auto;
    filter: brightness(0);
}
footer .top ul li:hover:before{
    filter: none;
}
footer .top ul li a{
    color: #404040;
}
footer .top ul li a:hover{
    color: #f27441;
}
footer .top .social{
    text-align: left;
    padding-top: 40px;
}
footer .top .social img{
    filter: brightness(0);
}
footer .top .social ul li{
    display: inline-block;
    padding-left: 0;
    padding-right: 40px;
}
footer .top .social ul li:before{
    background: none;
}
footer .top .social ul li:last-child{
    padding-left: 0;
}
footer .top .social ul li a:hover img{
    filter: none;
}
footer .top .counters{
    padding-top: 40px;
}
footer .top .counters img{
    width: auto;
}
footer .top .counters div{
    display: inline-block;
    padding-right: 40px;
}
footer .top .counters div:last-child{
    padding: 0;
}

footer .bottom{
    padding-bottom: 15px;
}
footer .bottom .logo{
    display: block;
    border-right: 1px solid #9e9e9e;
}
footer .bottom .copy{
    padding-top: 25px;
    margin-left: -15px;
}

.contant h3:first-child{
    margin-top: 0;
}
label{
    font-weight: 100;
    font-size: 12px;
    text-align: left;
}
.form-control{
    margin-top: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px 15px;
}
input:focus{
    outline: none;
    border-color: #d9d9d9!important;
    box-shadow: none!important;
}

.modal .close{
    width: 23px;
    height: 23px;
    content: " ";
    background: url(../img/icons/close.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
    opacity: 1;
    filter: brightness(0);
}
.modal .close:hover{
    filter: none;
}
.modal .modal-header{
    border: none;
}
.modal .modal-body{
    padding-top: 30px;
}
.modal form{
    padding: 0 120px;
}
.modal .desc{
    color: #5d514d;
    font-size: 12px;
    font-weight: 100;
}
.modal .title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.btn{
    margin: 15px 0; 
    text-align: center;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: none;
	border: 2px solid transparent;
	border-image: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
	border-image-slice: 1;
}
.btn:hover{
    color: #fff;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
}

#thank h2{
    padding-bottom: 30px;
}

ul li{
    position: relative;
    list-style-type: none;
    padding-bottom: 15px;
}
ul li:last-child{
    padding-bottom: 0;
}
ul li:before{
    content: "—";
    color: #f16025;
    margin-left: -25px;
    margin-right: 10px;
}
blockquote {
    border-left: 1px solid #514540;
    padding: 0 10px;
}

.catalog.special .item{
    min-height: auto;
}

.catalog.special .image{
    position: relative;
    height: 180px;
    text-align: center;
}
.catalog.special .image:before{
    width: 99px;
    height: 180px;
    content: " ";
    background: url(../img/icons/catalog-border.png) no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.no-border .catalog.special .image:before{
    display: none;
}
.no-border .catalog.special .image{
    height: 100px;
}
.catalog.special .text .image:before{
    width: 125px;
    height: 230px;
    background: url(../img/icons/catalog-border-big.png) no-repeat;
    margin: 0;
}
.catalog.special .text .block{
    margin-left: 15px;
}
.catalog.special .text .block h3{
    margin-bottom: 10px;
}
.catalog.special .image img{
    width: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.breadcrumbs{
    margin-top: -50px;
}
.breadcrumbs ul{
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li:last-child{
    text-decoration: underline;
}
.breadcrumbs ul li:before{
    content: '/';
    position: absolute;
    right: -10px;
    color: #fff;
    margin: 0;
}
.breadcrumbs ul li:last-child:before{
    content: '';
}
.breadcrumbs ul li a{
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}
.img-bg.small-bg{
    position: relative;
    width: 100%;
    height: 125px;
    background-image: linear-gradient(266deg, #aa4218 0%, #4b809b 100%);
}
.img-bg.small-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    
}
.img-bg.small-bg .text{
    top: 18%;
}

.map{
    margin: 20px 0;
}

.news-list .item{
    position: relative;
    margin-bottom: 15px;
    background:url(../img/icons/dotted.png) left bottom repeat-x;
    padding-bottom: 15px;
}
.news-list .item .image{  
    background: #eee;  
    border: 3px solid transparent;  
    -moz-border-image: -moz-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    -webkit-border-image: -webkit-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image-slice: 1;
}
.news-list .item .title{
    font-weight: 600;
    font-size: 24px;
    margin-top: -5px;
    color: #404040;
    text-decoration: none;
}
.news-list .item .title:hover{
    opacity: 1;
    color: #f16025;
    text-decoration: underline;
}
.news-list .item .date{
    float: left;
    padding-top: 10px;
}
.news-list .item .btn{
    float: right;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    margin: 0;
}
.news-list .item .footer{
    margin-top: 30px;
}

.filter{
    background: #fff;  
    border: 2px solid transparent;  
    -moz-border-image: -moz-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    -webkit-border-image: -webkit-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image-slice: 1;
    padding: 0 80px;
    margin: 30px 0;

}
.filter table{
    width: 100%;
}
.filter table td{
    padding-bottom: 15px;
}
.filter label, .filter td{
    position: relative;
    font-weight: 100;
    font-weight: 100;
    font-size: 12px;
}
.filter input{
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    margin: 0 10px;
    box-shadow: none;
    background: #fbfafa;
}
.filter input.small{
    width: 88px;
}

select{
    position: relative;
    width: 141px;
    height: 30px;
    background: #fbfafa;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 10px;
}
.select:before{
    width: 12px;
    height: 7px;
    content: " ";
    background: url(../img/icons/arrow-down.png) no-repeat;
    position: absolute;
    right: 60px;
    top: 12px;
    z-index: 2;
}
#mse2_filters select{
    width: 225px;
}
.filter .select:before{
    right: 45px;
}
.filter .btn{
    margin-left: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
}
.filter .refresh{
    margin-top: 8px;
    float: left;
}
.refresh{
    position: relative;
    font-weight: 400;
    border: none;
    background: none;
    margin-right: 30px;
    margin-left: -5px;
}
.refresh:before{
    width: 16px;
    height: 16px;
    content: " ";
    background: url(../img/icons/close2.png) no-repeat;
    position: absolute;
    right: -20px;
    top: 1px;
}
.filter .col-lg-6:last-child{
    padding-left: 60px;
}

.sort{
    position: relative;
    margin: 30px 0;
}
.sort lable{
    position: relative;
    font-weight: 400;
    font-size: 14px;
}
.sort .select:before{
    right: -140px;
    top: 5px;
}
.sort .view{
    position: absolute;
    right: 0;
    top: 0;
}
.sort .view a{
    text-decoration: none;
}
.sort .view a:not(:last-child){
    margin-right: 10px;
}
.vendor-tab{
    
}
.vendor-tab ul{
    margin: 0;
    padding: 0;
}
.vendor-tab ul li{
    padding: 0;
    margin: 0 14px;
}
.vendor-tab ul li:before{
    display: none;
}
.vendor-tab ul li a{
    padding: 5px;
    display: block;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #222121;
    font-size: 13px;
}
.vendor-tab ul li a:hover{
    background: #ef5d24;
    color: #fff;
}
.product-cards{
    
}
.product-cards ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.product-cards ul li{
    display: inline-block;
    vertical-align: top;
    float: none;
    list-style: none;
}
.product-cards .item, .profile .item{
    position: relative;
    background: #fff;
    box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}
.product-cards .item:before, .profile .item:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 4px;
    background: #feccb1;
    background: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-cards .item .image, .profile .item .image{
    display: block;
    margin: 0 -15px;
    box-shadow: 0 4px 9px -3px #e7e7e7;
    margin-bottom: 15px;
}
.product-cards .item .image img{
    padding: 0 15px;
}
.product-cards .item .image:hover{
    opacity: 1;
}
.product-cards .item .text{
    position: relative;
}
.product-cards .item .text .title{
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #404040;
    min-height: 5.1rem;
    display: block;
}
.product-cards .item .text .icons{
    margin-left: 15px;
    margin-bottom: 15px;
}
.product-cards .item .text .price{
    text-align:  center;
}
.price .old-price{
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #514540;
    text-decoration: line-through;
    margin-right: 10px;
}
.price .new-price{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #f16025;
    margin-left: 10px;
}

.product-cards .item .text .btn, .product .btn{
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
    border-image: none;
    border: 2px solid #ef5d24;
    border-radius: 30px;
}
.product-cards .item .text .btn:hover{
    border: none;
    padding: 12px 0;
}

.pagination{
    position: relative;
    width: 100%;
    text-align: center;
}
.pagination ul{
    padding: 0;
    margin: 0;
}
.pagination ul li{
    display: inline-block;
    min-width: 32px;
}
.pagination ul li.disabled{
    opacity: 0.3;
}
.pagination ul li:first-child, .pagination ul li:last-child{
    font-size: 0;
}
.pagination ul li:first-child a{
    margin-right: 55px;
    font-size: 0;
}
.pagination ul li:first-child a:before{
    content: " ";
    position: absolute;
    top: -7px;
    width: 42px;
    height: 15px;
    background: url(../img/icons/fat-arrow-long.png) no-repeat;
    transform: rotate(180deg);
}
.pagination ul li:last-child{
    margin-left: 10px;
    font-size: 0;
}
.pagination ul li:last-child a:before{
    content: " ";
    position: absolute;
    top: -7px;
    width: 42px;
    height: 15px;
    background: url(../img/icons/fat-arrow-long.png) no-repeat;
}

.pagination ul li:before{
    content: '';
}
.pagination ul li a{
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #404040;
    padding: 6px 12px;
    text-decoration: none;
    border: none;
}
.pagination ul li span{
    border: none;
}

.pagination ul li a:hover, .pagination ul li.active a, .pagination ul li a:focus, .pagination ul li.active a:hover{
    opacity: 1;
    border: 2px solid #ef5d24;
    padding: 4px 10px;
    border-radius: 4px;
    background: none;
    color: #404040;
    z-index: 1;
}
.pagination ul li:first-child a:hover{
    padding: 4px 12px;
}
.pagination ul li:last-child a, .pagination ul li:first-child a{
    border: none;
    font-size: 0;
}
.pagination ul li:last-child a:hover{
    padding: 6px 12px;
}

.product .image{
    border: 1px solid #d9d9d9;
    box-shadow: 0 5px 5px 0 #e7e7e7;
    padding: 15px;
}

.product .nav{
    margin-top: 20px;
}
.product .nav ul{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.product .nav ul:first-child{
    padding-top: 20px;
}
.product .nav ul:first-child:before{
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background: url(../img/icons/dotted.png) right bottom repeat-x;
    top: 45px;
    right: -52px;
    transform: rotate(90deg);
}
.product .nav ul:first-child li a{
    color: #414141;
    text-decoration: none;
}
.product .nav ul:last-child li{
    list-style-type: disc;
    padding-left: 10px;
    color: #f16025;
}
.product .nav ul:last-child li span{
    font-size: 14px;
    color: #414141;
}
.product .nav ul li{
    position: relative;
}
.product .nav ul li:before{
    content: '';
}
.product .nav ul li.favorites:after{
    position: absolute;
    width: 18px;
    height: 16px;
    content: '';
    background-image: url(../img/icons/favorites-orang.png);
    top: 3px;
    left: -40px;
    filter: brightness(0);
}
.product .nav ul li.comparison:after{
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(../img/icons/comparison-orang.png);
    top: 3px;
    left: -40px;
    filter: brightness(0);
}
.product .nav ul li.favorites:hover:after, .product .nav ul li.comparison:hover:after{
    filter: none;
}
.product h1{
    margin-top: 0;
}

.product .char{
    margin-left: 15px;
}
.char ul{
    margin: 0;
    padding: 0;
}
.char ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-bottom: 8px;
}
.char ul li:before{
    content: '';
}
.char li div:nth-child(2) {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 .4em;
}
.char li div:nth-child(3) {
    font-weight: 600;
}

.product .old-price{
    font-size: 18px;
}
.product .new-price{
    font-size: 24px;
}

.product .price{
    margin: 30px 0;
}
.product .btn{
    margin: 45px 0;
    padding: 10px 50px;
}
.product .btn:hover{
    border: none;
    padding: 12px 52px; 
}

.card-empty{
    background: #fff;  
    border: 2px solid transparent;  
    -moz-border-image: -moz-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    -webkit-border-image: -webkit-linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image: linear-gradient(to right, #f6bf4e 0%,#f68736 50%,#ef5d24 65%,#b53014 100%);  
    border-image-slice: 1;
    margin: 30px 0;
    padding: 30px 80px;
}
.card-empty p{
    text-align: center;
    font-size: 18px;
}

.card-item{
    position: relative;
    box-shadow: 0 1px 20px 3px #e7e7e7;
    border-left: 4px solid #ef5d24;
    border-radius: 3px;
    margin-bottom: 30px;
}
.card-item .image{
    box-shadow: 7px 0px 21px -6px #e7e7e7;
    width: 100%;
    display: block;
}
.card-item .image img{
    padding: 15px;
}
.card-item .title{
    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;
}
.card-item .icons{
    padding-top: 0;
}
.card-item .icons ul{
    margin-left: 15px;
}
.card-item .price, .card-item .nav{
    margin-top: 30%;
    text-align: center;
}
.card-item .price .old-price{
    margin: 0;
}
.card-item input{
    width: 70px;
    height: 30px;
    padding: 10px;
    margin: 0 10px;
    box-shadow: none;
    background: #fbfafa;
    border: 1px solid #d9d9d9;
}
.card-item .refresh{
    margin-top: 20px;
}

a.btn{
    text-decoration: none;
    color: #414141;
}

.card .order{
    margin-top: 30px;
    margin-bottom: 50px;
}
.card .order .refresh{
    margin-top: 15px;
    margin-left: 30px;
    margin-right: -5px;
}
.card .order .refresh:before{
    left: -20px;
}
.card .order .btn, .comparison-item .btn{
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 50px;
    margin: 0;
    border-image: none;
    border: 2px solid #ef5d24;
    border-radius: 30px;
}
.image-baktet {
    max-width: 25rem;
    display: block;
    margin: auto;
}
.comparison-item .image{
    display: block;
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 13px -6px #e7e7e7;
    margin-bottom: 15px;
}
.comparison-item .image:hover{
    opacity: 1;
}
.comparison-item .image img{
    padding: 15px;
}
.comparison-item .image:before{
    
}
.comparison-item .title{
    font-weight: 600;
    color: #414141;
    font-size: 16px;
    text-align: center;
}
.comparison-item .price{
    text-align: center;
    padding: 15px 0;
}
.comparison-item .char{
    margin-left: 15px;
    margin-bottom: 15px;
}
.comparison-item .btn{
    margin-bottom: 15px;
}
.comparison-item .refresh{
    margin-bottom: 30px;
}

.mob-nav{
    display: none;
}
#office-auth-form .btn{
    color: #414141;
}

.profile .item{
    padding: 0;
}
.profile .item .text{
    padding: 15px 10px;
}
.profile .item .title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.profile ul{
    padding: 0;
    text-align: center;
}
.profile ul li{
    display: block;
    padding: 5px 0;
    background: url(../img/icons/dotted.png) left bottom repeat-x;
}
.profile ul li:last-child{
    background: none;
}
.profile ul li:before{
    display: none;
}
.profile ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #414141;
    text-decoration: none;
}
.avatar img{
    width: 100px;
}
#office-profile-form .btn{
    color: #414141;
}

.list-options .item-list{
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0;
}
.list-options .item-list span{
    font-size: 11px;
}

.side-bn .item{
    margin: 10px 0;
}
.side-bn.sertificat .item{
    border: 1px solid #f5f5f5;
    padding: 10px;
}

@media screen and (max-width: 1200px) {
    header .time:before{
        background: none;
    }
    header .phone .number, footer .phone .number{
        font-size: 14px;
    }
    header .callback, header .time p, footer .callback, footer .time p{
        font-size: 10px;
    }
    header nav ul li a{
        font-size: 15px;
    }
    footer .logo img{
        width: 200px;
    }
}
@media screen and (max-width: 1199px) {
    #sidebar{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    #sidebar{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    header .phone{
        float: right;
    }
    header .phone .number{
        position: relative;
        font-size: 24px;
    }
    header .phone .number:before{
        top: 7px;
        left: -30px;
    }
    header nav ul li{
        margin-right: 15px;
    }
    header nav ul li a{
        font-size: 12px;
    }
    .img-bg .text{
        top: 25%;
    }
    .product-cards .item .text .title {
            font-size: 1.5rem;
    }
    footer .top .social{
        padding-top: 20px;
    }
    footer .top .social ul li{
        display: block;
    }
    footer .top .social img{
        width: 25px;
    }
    footer .bottom .copy{
        padding-top: 13px;
    }
}
@media screen and (max-width: 767px) {
    
    .mob-nav{
        position: relative;
        display: block;
        background: #f7f7f7;
        padding: 10px 15px;
        margin-top: 5px;
    }
    .mob-nav .nav, .mob-nav .search, .mob-nav .icons ul li:before, .mob-nav .nav ul li:before{
        display: none;
    }
    .mob-nav .nav ul{
        padding-left: 10px;
    }
    .mob-nav .nav{
        position: absolute;
        background: #fff;
        z-index: 4;
        margin-top: 10px;
        padding: 15px;
        width: 250px;
        right: 0;
    }
    .mob-nav .nav ul li{
        display: block;
        padding: 5px 0;
        background:url(../img/icons/dotted.png) left bottom repeat-x;
    }
    .mob-nav .nav .address, .mob-nav .nav .time{
        position: relative;
    }
    .mob-nav .nav .address p{
        padding-left: 10px;
    }
    .mob-nav .nav .address:before{
        left: -20px;
    }
    .mob-nav .nav .time:before{
        background-image: url(../img/icons/clock.png);
        left: -2px;
    }
    .mob-nav .nav .time p, .mob-nav .nav .time a{
        padding-left: 25px;
    }
    .mob-nav .search{
        margin: 15px 0;
    }
    .mob-nav .icons{
        text-align: center;
    }
    .mob-nav .icons ul li{
        padding-right: 65px;
    }
    .mob-nav .icons ul li .card{
        width: 25px;
        height: 22px;
        background-image: url(../img/icons/card-min.png);
        top: -4px;
    }
    .mob-nav .icons ul li .search-icon{
        width: 16px;
        height: 16px;
        background-image: url(../img/icons/search.png);
    }
    .mob-nav .icons ul li .menu{
        width: 26px;
        height: 16px;
        background-image: url(../img/icons/nav.png);
        top: -13px;
        left: 13px;
    }
    .mob-nav .icons ul li .menu.active{
        width: 17px;
        height: 17px;
        background-image: url(../img/icons/close-min.png);
        top: -16px;
    }
    
    footer .top .social{
        text-align: center;
        padding-top: 0px;
    }
    footer .top .social ul li{
        display: inline-block;
    }
    footer .top .counters{
        text-align: center;
        margin-left: -30px;
        padding-top: 15px;
    }
    footer .copy{
        text-align: center;
        padding-top: 0!important; 
    }
}
@media screen and (max-width: 650px) {
    .img-bg .pagetitle, .img-bg h1{
        font-size: 24px;
    } 
}
@media screen and (max-width: 540px) {
    header .phone .number{
        font-size: 20px;
    }
    header .phone .number:before{
        top: 3px;
    }
}
@media screen and (max-width: 490px) {
    header .logo img {
        width: 175px;
    }
    .mob-nav .icons ul li{
        padding-right: 50px;
    }
    .img-bg{
        margin-top: 115px;
    }
    .img-bg .pagetitle, .img-bg h1{
        font-size: 18px;
    }
    .filter{
        padding: 0 15px;
    }
    .filter input.small{
        width: 80px;
    }
    #mse2_filters select{
        width: 206px;
    }
    .other{
        margin-bottom: 0px;
    }
    .char{
        margin-top: 20px;
    }
    .product .pull-right{
        float: none!important;
    }
    .product .btn{
        margin: 0;
    }
    .slide .manufacturers{
        margin-bottom: 30px!important;
    }
    .img-bg .text .pagetitle{
        font-size: 18px;
    }
    .manufacturers h3{
        font-size: 18px;
        text-align: center;
    }
}
@media screen and (max-width: 425px) {
    header .phone .number{
        font-size: 16px;
    }
    .img-bg {
        margin-top: 110px;
    }
    .img-bg .text {
        top: 10%;
    }
}
@media screen and (max-width: 390px) {
    header .phone .number{
        font-size: 14px;
    }
    header .phone .number:before{
        top: 0px;
    }
    header .logo img {
        width: 145px;
    }
    .img-bg .text {
        top: 5%;
    }
}
.product-cards .item .image{
    text-align: center;
    height: 280px;
    position: relative;
}
.product-cards .item .image img{
    width: 200px;
    max-height: 270px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fotorama__wrap {
    width: 100%!important;
    text-align: center;
}


.gallery ul, .our-work ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.gallery ul li, .our-work ul li{
    display: inline-block;
    vertical-align: top;
    float: none;
    list-style: none;
}
.link-cat{
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: #ededed;
    color: #151515;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}
.link-cat:hover{
    text-decoration: none;
}
.link-cat.disabled{
    display: none;
}
.scroll-mob{
    overflow-x: auto;
    max-width: 100%;
}
.CompareList a.comparison-link {
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    background: #ededed;
    padding: 5px 15px;
    display: block;
    border-radius: 15px;
    color: #000!important;
    border: none!important;
    position: relative!important;
    display: inline-block!important;
    margin-bottom: 10px;
}
.CompareList a.comparison-link.active{
    color: #f16025!important;
}
.CompareList .comparison-remove{
    padding: 1px 20px!important;
}
.CompareList .comparison-head img{
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    width: 200px;
    height: auto;
}
header .comparison span{
    display: block!important;
    font-size: 12px;
    padding: 3px 7px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.comparison-default1 .comparison-add{
    display: none!important;
}
.comparison-default1 .comparison-remove{
    display: block!important;
}
.image-list .item{
    margin-bottom: 20px;
}
.fancybox-product{
    display: none;
}
.fancybox-product:first-child{
    display: block;
}