@charset "utf-8";

@import url('font.css');
@import url('fontsize.css');

* {
    outline: none!important;
}

body {
    direction: rtl;
    font-family: "IRANSans",Tahoma,sans-serif;
    background-color: #ebebeb;
    color: #575b64;
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
a:active:focus,
a:focus:active {
    text-decoration: none;
    transition: all 0.3s;
}

i {
    vertical-align: middle;
}

.table-responsive .table {
    max-width: none;
}

.ltr {
    direction: ltr;
}

.price-unit {
    font-family: "b_yekan-webfont","IRANSans",Tahoma;
}

.price-unit::after {
    content: "تومان";
    font-size: 14px;
    margin-right: 5px;
}

.upper {
    background-color: #585c65;
    padding: 10px 0;
    color: #d3dce3;
}

.upper .social-icons {
    list-style: none;
    padding: 0;
    font-size: 18px;
    margin: 0;
}

.upper .social-icons li {
    display: inline-block;
    padding: 0 10px;
}

.upper .social-icons li:first-child {
    padding-right: 0;
}

.upper .social-icons li a {
    color: #d3dce3;
}

.upper .social-icons li a:hover {
    color: #f0999b;
}

.upper .info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 3px;
}
.upper .info li {
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.upper .info li {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	.upper .info li:nth-child(2) {
		display: none;
	}
}
.upper .info li i {
    color: #f0999b;
    margin-left: 10px;
    font-size: 18px;
}

.upper .info li a {
    color: #d3dce3;
}

.upper .info li a:hover {
    color: #fff;
}

.main-header {
    background-color: #fff;
    padding: 15px 0;
}

.tel {
    margin-top: 10px;
}

.tel > span {
    display: inline-block;
    font-size: 11px;
}

.tel .phone {
    display: block;
    font-size: 25px;
    text-indent: 1;
}

.tel > i {
    display: inline-block;
    font-size: 42px;
    margin-top: -20px;
    margin-right: 10px;
    color: #fbd834;
}

.form-control {
    font-size: 12px;
    background-color: #f9f9f9;
    border: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.form-control:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.form-search button.btn-default {
    border-color: transparent;
    background-color: #f9f9f9;
}

.form-search button.btn-default:hover,
.form-search button.btn-default:focus,
.form-search button.btn-default:active,
.form-search button.btn-default:active:focus,
.form-search button.btn-default:focus:active {
    border-color: transparent;
}

.main-header .input-col-sm {
    margin-top: 45px;
}

.main-header > .container > .row > .col-sm-3 {
    margin-top: 40px;
}

.main-header .col-sm-3 .col-sm-12 {
    margin: 5px 0;
}

.main-header .col-sm-3 .col-sm-12 > span {
    background-color: #4cb050;
    color: #faf9f5;
    padding: 0 15px;
    font-size: 22px;
    border-radius: 5px;
}

.main-header .col-sm-3 .col-sm-12 > span i {
    margin-right: 5px;
}

.main-header .col-sm-3 .col-sm-12 ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 2px;
}

.main-header .col-sm-3 .col-sm-12 ul li {
    display: inline-block;
    color: #575b64;
    padding: 0 5px;
}

.main-header .col-sm-3 .col-sm-12 ul li a {
    color: #575b64;
}

.main-header .col-sm-3 .col-sm-12 ul li a i {
    margin-left: 5px;
    font-size: 18px;
}

.main-header .col-sm-3 .col-sm-12 ul li span {
    border: 2px solid #575b64;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    font-size: 12px;
}

.mylist {
    padding: 6px 20px;
    position: static;
}

.mylists {
    position: absolute;
    width: 88.3%;
    background-color: #f9f9f9;
    right: 14.9px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    z-index: 112;
    padding: 0 20px;
}

.btn-transparent {
    background-color: transparent;
    border: transparent;
}

.mylist {
    cursor: pointer;
}

.mylist > .mylists {
    display: none;
    cursor: default;
}

.mylist.active > .mylists {
    display: block;
}

.mylists hr {
    margin: 10px 0;
}

.mylists > ol {
    padding: 0 20px;
    position: static;
}

.mylists > ol > hr {
    width: 95%;
    position: absolute;
    right: 2.5%;
    margin: 0;
    vertical-align: middle;
}

.mylists > ol > hr:after {
    clear: both;
}

.mylists > ol > li {
    padding: 10px 5px;
}

.mylists > ol > li > input {
    background-color: #f9f9f9;
    border: 0;
    width: 100%;
    padding: 2px 5px;
}

.mylists > ol > li > input:focus,
.mylists > ol > li > input:active,
.mylists > ol > li > input:focus:active,
.mylists > ol > li > input:active:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

.mylists > ol li.new {
    background-color: #fff;
    width: 104.6%;
}

.mylists > ol li.new > input {
    background-color: #fff;
}

.mylists a {
    margin-bottom: 5px;
}

.search-box {
    position: absolute;
    width: 88.2%;
    background-color: #f9f9f9;
    z-index: 500;
    top: 40px;
    box-shadow: 0 1px 2px 0 #ccc;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 0;
    display: none;
}

.search-box .col-sm-6 > h5 {
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
}

.search-box .col-sm-6 > h5:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 7px;
    vertical-align: middle;
    margin-left: 5px;
    color: #999;
}

.search-box ul {
    list-style: none;
}

.search-box ul li {
    margin: 5px 0;
}

.search-box ul li a {
    color: #333736;
    font-size: 12px;
}

.search-box ul li a:before {
    content: "";
    width: 15px;
    border-bottom: 1px solid #333736;
    display: block;
    position: absolute;
    right: -5px;
    top: 10px;
    transition: all 0.3s;
}

.search-box ul li a:hover {
    color: #ed2225;
}

.search-box ul li a:hover:before {
    border-bottom: 1px solid #ed2225;
    width: 25px;
    right: -15px;
}

.search-box .products-scroll a,
.search-box ul > a {
    color: #33a5e3;
    margin: 5px auto;
}

.search-box .products-scroll a i,
.search-box ul > a i {
    font-size: 8px;
}

.search-box .products-scroll a:hover,
.search-box ul > a:hover {
    color: #333736;
}

.search-box .videos {
    background-color: #585c65;
    color: #f9f9f9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
}

.search-box .videos a.btn-dark {
    margin-top: -5px;
    padding: 1px 12px;
}

.search-box .videos a.btn-dark i {
    font-size: 8px;
}

.search-box .videos .video a {
    color: #f9f9f9;
}

.search-box .videos .video a:hover {
    color: #ed2225;
}

.search-box .videos .video a .view {
    color: #aaa;
}

.search-box .videos .video a .image {
    position: relative;
}

.search-box .videos .video a .image .time {
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.search-box .videos .video a .image img {
    border: 1px solid #f9f9f9;
    float: none;
    margin: auto;
    transition: all 0.3s;
}

.search-box .videos .video a:hover .image img {
    border-radius: 5px;
}

.search-box .products-scroll > .col-sm-12 {
    overflow-y: scroll;
    max-height: 405px;
    direction: ltr;
    padding: 10px 15px;
}

.search-box .products-scroll > .col-sm-12::-webkit-scrollbar {
    width: 10px;
}

.search-box .products-scroll > .col-sm-12::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.search-box .products-scroll > .col-sm-12::-webkit-scrollbar-thumb {
    background-color: #575c65;
    border-radius: 10px;
}

.search-box .products-scroll > .col-sm-12::-webkit-scrollbar-thumb:hover {
    background-color: #585c65;
}

.search-box .products-scroll .products-search > .col-sm-12 {
    direction: rtl;
    margin-top: 15px;
}

.search-box .products-scroll .products-search > .col-sm-12 a {
    color: #333736;
}

.search-box .products-scroll .products-search > .col-sm-12 a:hover {
    color: #ed2225;
}

.search-box .products-scroll .products-search > .col-sm-12 a .col-sm-3 {
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    padding: 0;
}

.search-box .products-scroll .products-search > .col-sm-12 a:hover .col-sm-3 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.search-box .products-scroll .products-search > .col-sm-12 a .col-sm-9 h5 {
    font-size: 12px;
}

.navbar-default {
    background-color: #ed2225;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav {
    margin: auto;
    position: relative;
}

.navbar-default .navbar-nav > li > a {
    color: #faf8f9;
    text-align: center;
    padding: 15px 21px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding: 5px 15px;
    text-align: center;
    margin:0 5px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #ed2225;
    color:white;
    text-align: center;
    border-radius: 3px;

}

.menu-header{
    list-style: none;
}

.menu-header >li{
    text-align: center;
    color:black;
    padding: 5px 15px;
    margin: 5px;
}

.menu-header > li >a{
    color:black;
    width: 100%;
}

.menu-header > li:hover{
    background-color: #ed2225;
    text-align: center;
    border-radius: 3px;
}
.menu-header > li:hover > a{
    color:white;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li .dropdown {
        position: static;
    }

    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu {
        top: 0;
        right: 100%;
        margin: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 100%;
        width: 650px;
        background: no-repeat top left #fff;
        padding-bottom: 30px;
    }

    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu.right-sided {
        right: auto;
        left: 100%;
    }

    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu.right-sided > li {
        float: left;
    }

    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu > li {
        width: 50%;
        float: right;
    }

    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu:before,
    .navbar-default .navbar-nav > li .dropdown > .dropdown-menu:after {
        content: '';
        display: table;
        clear: both;
    }
}

.navbar-default .navbar-nav > li > a > i {
    font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus:active,
.navbar-default .navbar-nav > li > a:active:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.open > a {
    background-color: #f9f9f9;
    color: #006b95;
}

.navbar-default .navbar-nav > li > .submenu {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 111;
    width: 100%;
    right: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    display: none;
}

.navbar-default .navbar-nav > li.open > .submenu {
    display: block
}

.navbar-default .navbar-nav > li > .submenu > li {
    display: inline-block;
    padding: 10px 5px;
}

.navbar-default .navbar-nav > li > .submenu > li > a {
    padding: 5px 24px;
    color: #575b64;
    border-bottom: 2px solid transparent;
}


.navbar-default .navbar-nav > li > .submenu > li > a:hover,
.navbar-default .navbar-nav > li > .submenu > li > a:focus,
.navbar-default .navbar-nav > li > .submenu > li > a:active,
.navbar-default .navbar-nav > li > .submenu > li > a:focus:active,
.navbar-default .navbar-nav > li > .submenu > li > a:active:focus,
.navbar-default .navbar-nav > li > .submenu > li.active > a,
.navbar-default .navbar-nav > li > .submenu > li.open > a {
    border-bottom: 2px solid #575b64;
    background-color: #ed2225;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 {
    position: absolute;
    width: 100%;
    right: 0;
    background-color: #f9f9f9;
    margin-top: 10px;
    z-index: -111;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    display: none;
}

.navbar-default .navbar-nav > li > .submenu > li.open > .submenu2 {
    display: block;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 16.3%;
    padding: 0 15px;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul > li:first-child {
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul > li:first-child > a {
    font-size: 16px;
    color: #ed2225;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul > li {
    padding: 5px 0;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul > li > a {
    color: #575b64;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > .submenu > li > .submenu2 > ul > li > a:hover {
    color: #ed2225;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.slide img {
    border-radius: 5px;
}

.slides .slick-dots {
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.slides .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slides .slick-dots li button {
    border: 1px solid #f9f9f9;
    border-radius: 100%;
    background-color: transparent;
    color: transparent;
    width: 16px;
    height: 16px;
    position: relative;
}

.slides .slick-dots li.slick-active button:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 100%;
    display: block;
    top: 2px;
    right: 2px;
}

.slides {
    margin-bottom: 10px;
}

.title {
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
}

.title i {
    position: absolute;
    color: #ed2225;
    vertical-align: middle;
}

.title i:first-child {
    font-size: 10px;
    right: 10px;
    top: 9px;
}

.title i:nth-child(2) {
    font-size: 14px;
    right: 20px;
    top: 7px;
}

.title i:nth-child(3) {
    font-size: 18px;
    right: 34px;
    top: 5px;
}

.title h3 {
    font-size: 22px;
    margin-right: 60px;
}

.panel {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}

.product-slider .product a h5 {
    color: #575b64;
    line-height: 1.7em;
}

.product-slider .product a img {
    max-width: 65%;
}

.product-slider .product a:hover h5:last-child {
    color: #575b64;
}

.product-slider .product a:hover h5 {
    color: #ed2225;
}

.product-slider .product a h5 .price-unit {
    color: #4cb050;
    font-size: 22px;
}

.slick-arrow {
    color: #d2d3d7;
    background-color: transparent;
    vertical-align: middle;
    font-size: 40px;
    position: absolute;
    z-index: 500;
}

.productlist .slick-arrow {
    color: #d2d3d7;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 40px;
    position: absolute;
    z-index: 500;
    height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.productlist .slick-arrow i {
    margin-top: -30px;
    vertical-align: middle;
}

.prev-btn {
    left: 0;
	top: 50%;
    transform: translate(0,-50%);
}

.next-btn {
    right: 0;
	top: 50%;
    transform: translate(0,-50%);
}

.productlist .prev-btn {
    left: 15px;
	top: 50%;
    transform: translate(0,-50%);
}

.productlist .next-btn {
    right: 15px;
	top: 50%;
    transform: translate(0,-50%);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.btn-cart {
		margin-top: 10px;
	}
}
.bold {
	font-weight: bolder;
}
@media screen and (max-width: 768px) {
	.productlist .prev-btn {
		top: 50%;
		transform: translate(0,-50%);
	}

	.productlist .next-btn {
		top: 50%;
		transform: translate(0,-50%);
	}
}
.brands {
    margin-top: 30px;
    padding: 25px 0;
    background-color: #585c65;
    color: #f9f9f9;
}

.brands-slider {
    margin-top: 40px;
}

.brands-slider .col-sm-2 img {
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.brands-slider .slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 30px;
}

.brands-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.brands-slider .slick-dots li button {
    border: 1px solid #f9f9f9;
    border-radius: 100%;
    background-color: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    position: relative;
}

.brands-slider .slick-dots li.slick-active button:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 100%;
    display: block;
    top: 2px;
    right: 2px;
}

.offer {
    position: relative;
    overflow: hidden;
}

.offer a img {
    border-radius: 5px;
}

.offer .overlay {
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 0;
    transition: all 0.3s;
}

.offer:hover .overlay {
    opacity: 1;
    left: 20px
}

.offer .overlay .btn-success {
    margin-top: 5px;
}

.offer h4 {
    text-align: center;
    font-size: 15px;
    margin: 20px 0;
    color: #575b64;
}

.offer .price {
    color: #575b64;
    margin: 5px 0;
}

.offer .price .old-price {
    color: #f54536;
    font-size: 15px;
    text-decoration: line-through;
}

.offer .price .price-unit {
    color: #4baf4f;
    font-size: 28px;
    text-align: center;
    margin-top: 5px;
}

.offers .slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 5px;
}

.offers .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.offers .slick-dots li button {
    border: 1px solid #ed2225;
    border-radius: 100%;
    background-color: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    position: relative;
}

.offers .slick-dots li.slick-active button:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #ed2225;
    border-radius: 100%;
    display: block;
    top: 2px;
    right: 2px;
}

.slides .slick-dots li button {
    border: 1px solid #ed2225;
    border-radius: 100%;
    background-color: transparent;
    color: transparent;
    width: 26px;
    height: 26px;
    position: relative;
}

.slides .slick-dots li.slick-active button:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #ed2225;
    border-radius: 100%;
    display: block;
    top: 2px;
    right: 2px;
}

.banner img {
    max-height: 250px;
    border-radius: 5px;
}

.main-footer {
    padding: 45px 0;
    background-color: #f9f9f9
}

.main-footer .social-icons {
    list-style: none;
    padding: 0;
    font-size: 18px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}

.main-footer .social-icons li {
    display: inline-block;
    padding: 0 5px;
}

.main-footer .social-icons li a {
    color: #a6a9ae;
}

.main-footer .social-icons li a:hover {
    color: #585c65;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.contact-info li {
    padding: 22px 0;
}

.contact-info li i {
    font-size: 18px;
}

.links {
    margin-top: 30px;
}

.link {
    width: 19%;
    position: relative;
    min-height: 1px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
}

.link a {
    color: #575b64;
}

.links a:hover,
.links a:hover i {
    color: #a6a9ae;
}

.link a i {
    font-size: 36px;
    color: #585c65;
    display: block;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.copyright {
    background-color: #2b2c30;
    padding: 30px 0px;
    color: #f9f9f9;
}

.chitasoft {
    padding-top: 15px;
}

.chitasoft img {
    margin-bottom: 10px;
}

.chitasoft a {
    color: #f9f9f9;
}

.chitasoft a:hover {
    color: #ed2225;
}

.breadcrumb {
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 4px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #008375;
    text-align: center;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 1px;
    right: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #d5d5d5
}

input[type=radio] {
    display: none;
}

.radio label:before {
    border-radius: 10px;
}

.radio input[type=radio]:checked + label:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #333736;
    text-align: center;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    width: 100%;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 1px;
    right: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d5d5d5
}

.radio2 input[type=radio]:checked + label:before {
    border: 1px solid #32a6e1;
    opacity: 1;
}

.radio2 {
    display: inline-block;
    margin: 10px 20px;
}

.radio2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.radio2 label:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -15px;
    right: 0;
    vertical-align: middle;
    opacity: 0.5;
    transition: all 0.3s;
}

.radio2 .bt:before {
    background: url('../img/bank/bt.jpg') center no-repeat;
}

.radio2 .bm:before {
    background: url('../img/bank/bm.jpg') center no-repeat;
}

.radio2 .bk:before {
    background: url('../img/bank/bk.jpg') center no-repeat;
}

.radio2 .bsa:before {
    background: url('../img/bank/bsa.jpg') center no-repeat;
}

.radio2 .bme:before {
    background: url('../img/bank/bme.jpg') center no-repeat;
}

.radio2 .bmt:before {
    background: url('../img/bank/bmt.jpg') center no-repeat;
}

.radio2 .bse:before {
    background: url('../img/bank/bse.jpg') center no-repeat;
}

.radio2 .bps:before {
    background: url('../img/bank/bps.jpg') center no-repeat;
}

.radio2 .ben:before {
    background: url('../img/bank/ben.jpg') center no-repeat;
}

.radio2 .bka:before {
    background: url('../img/bank/bka.jpg') center no-repeat;
}

.radio2 .bd:before {
    background: url('../img/bank/bd.jpg') center no-repeat;
}

.radio2 .bre:before {
    background: url('../img/bank/bre.jpg') center no-repeat;
}

.radio2 .bsh:before {
    background: url('../img/bank/bsh.jpg') center no-repeat;
}

.radio2 .bsr:before {
    background: url('../img/bank/bsr.jpg') center no-repeat;
}

.breadcrumb li a {
    color: #555c66;
}

.breadcrumb > li + li:before {
    content: "\f104";
    font-family: "FontAwesome";
    padding: 0 10px;
    color: #555c66;
}

.productlist aside {
	padding-bottom: 7px;
}

.productlist aside .panel {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.productlist aside .panel .panel-heading {
    background-color: #585c65;
    border-radius: 4px 4px 0 0;
    color: #f9f9f9;
}

.productlist aside .panel .panel-heading .panel-title {
    margin: 0px;
    padding: 0 10px;
}

.productlist aside .panel .panel-body h4 {
    margin-bottom: 25px;
}

hr.dot {
    border-top: 2px dotted #ccc;
}

.pagination li {
    vertical-align: middle;
    margin: auto 5px;
    display: inline-block;
}

.pagination > li > a {
    background-color: #fff;
    color: #565d67;
    border-color: #d7d6d6;
    border-radius: 4px;
}

.pagination > li.active > a {
    background-color: #565d67;
    color: #fff;
    border-color: #565d67;
}

.pagination > li > a:hover,
.pagination > li.active > a:hover {
    background-color: #747d8b;
    color: #fff;
    border-color: #747d8b;
}

.productlist .product {
    text-align: center;
}

.productlist .product a img {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.productlist .product a {
    color: #565d67;
}
.productlist .product a.btn {
	color: #fff;
}

.productlist .product a h4 {
    font-size: 16px;
    margin: 15px 0;
}

.productlist .product > a > .old-price {
    color: #9a9b9f;
    text-decoration: line-through;
    font-size: 12px;
}

.productlist .product > a > .new-price {
    color: #4eaf52;
    font-size: 20px;
}

.productlist .product > a > .new-price:after {
    font-size: 15px;
}

.productlist .product .btn {
    margin-top: 10px;
    margin-bottom: 15px;
}

.productlist .product > a:hover {
    color: #585c65;
}

.productlist .product a:hover img {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.carto {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 153px;
    right: 25px;
    left: 25px;
    padding: 0 30px;
    padding-top: 35px;
    border-radius: 8px;
    display: none;
}

.carto .price-unit {
    color: #4eaf52;
    font-size: 20px;
    margin-bottom: 10px;
}

.carto .form-control {
    width: 30%;
    margin: 7px auto;
}

.products-shadow{
    -webkit-box-shadow: 0 0 17px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 17px -5px rgba(0,0,0,0.75);
    box-shadow: 0 0 17px -5px rgba(0,0,0,0.75);
}

.productsingle {
    margin-top: 15px;
}

.productsingle .col-sm-1 ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.productsingle .col-sm-1 ul li a {
    color: #e2e2e4;
    transition: all 0.3s;
}

.productsingle .col-sm-1 ul li:first-child a:hover {
    color: #32a6e3;
}

.productsingle .col-sm-1 ul li:last-child a:hover {
    color: #ca2648;
}

.productsingle .stars {
    padding: 0px 10px;
    vertical-align: middle;
    color: #999a9f;
}

.productsingle .form-inline {
    margin-top: -10px;
}

.productsingle .form-inline span:first-child {
    margin-left: 5px;
}

.productsingle .form-inline span:last-child {
    margin-right: 5px;
}

.titlep {
    margin-top: 20px;
}

.titlep h2 {
    margin-right: 30px
}

.titlep h3 {
    margin-left: 30px
}

.finfo {
    margin-top: 20px;
}

.finfo ul {
    list-style: none;
    padding: 0;
}

.finfo ul li:first-child {
    margin-bottom: 30px;
}

.finfo ul li {
    color: #999a9f;
    margin: 5px 0;
}

.finfo ul li i {
    font-size: 20px;
    margin-right: 5px;
}

.finfo .available {
    color: #02c82c;
}

.finfo .unavailable {
    color: #f44234;
}

.price {
    margin: 40px 0;
}

.old-price {
    color: #999a9f;
    margin-left: 25px;
    text-decoration: line-through;
}

.offer-price {
    color: #ca2648;
}

.last-price {
    font-size: 24px;
    margin: 10px 0px;
}

.last-price span {
    color: #72c900;
    margin-right: 20px;
}

.last-price span:after {
    font-size: 24px;
}

.price-update span {
    color: #999a9f;
}

.btn-cart {
    padding: 10px 25px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.btn-ss {
    padding: 10px 25px;
    margin-top: 25px;
}

.productsingle .col-sm-12.panel {
    padding-top: 25px;
}

.nav-product li {
    display: inline-block;
    width: 33.1111111%;
    text-align: center;
    background-color: #f4f4f4;
    color: #575c62;
    border-radius: 5px 5px 0 0;
}

.nav-product li a:active,
.nav-product li a:focus,
.nav-product li a:focus:active,
.nav-product li a:active:focus {
    background-color: #fff;
}

.nav-product li a {
    color: #575c62;
    border-radius: 5px 5px 0 0;
}

.nav-product li.active {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.tab-pane {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.btn-comment {
    margin-top: 15px;
}

.form-control.comment {
    margin-top: 10px;
}

#comments .col-sm-12 {
    margin-top: 10px;
}

.parallax-head {
    height: 250px;
    margin-top: -20px;
}

.content {
    margin-bottom: 30px;
}

.content img {
    border-radius: 8px;
}

.content p {
    margin-top: 5px;
}

.faction .panel-heading {
    background-color: #585c65;
}

.faction .panel-title {
    color: #fff;
}

.faction .panel-body h4 {
    color: #585c65;
    font-size: 16px;
    margin-bottom: 20px;
}

.faction .checkbox {
    margin: 20px auto;
}

.news h4 {
    margin-top: 0;
    line-height: 1.7em;
    margin-left: 15px;
}

.news img {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.news .datenews {
    margin-top: 5px;
    text-align: right;
    color: #c2c3c7;
}

.news .datenews .date {
    float: left;
    text-align: left;
}

.newslist .news .datenews {
    margin-top: 15px;
}

.newssingle .news .datenews {
    margin-bottom: 10px;
}

.newssingle .news {
    margin-top: 30px;
}

.newslist hr {
    border-color: #e5f0f6;
}

.newslist {
    padding-bottom: 20px;
}

.news-list {
    list-style: none;
    padding: 0 20px;
}

.news-list > li {
    margin: 15px 0px;
}

.news-list > li > a {
    color: #333736;
    transition: all 0.3s;
}

.news-list > li.active > a {
    color: #006a94;
}

.news-list > li > a:hover {
    color: #006a94;
}

.news-list > li > ul {
    list-style: none;
    border-right: 1px dotted #333736;
    margin-right: 20px;
    padding: 0 5px;
    margin-top: 5px;
}

.news-list > li > ul > li {
    padding-top: 10px;
}

.news-list > li > ul > li:before {
    content: "";
    display: inline-block;
    width: 25px;
    border-bottom: 1px dotted #333736;
    margin-right: -5px;
    margin-left: 5px;
}

.news-list > li > ul > li > a {
    color: #333736;
    transition: all 0.3s;
}

.news-list > li > ul > li > a:hover {
    color: #006a94;
}

.single h3 {
    color: #585c65;
    margin-right: 15px;
}

.single h3 .datesingle {
    font-size: 14px;
    float: left;
    color: #c2c3c7;
}

.single h3 .datesingle .date {
    margin-right: 45px;
}

.single img {
    margin: 15px auto;
}

.purchase {
    padding-bottom: 40px;
}

.purchase .levels {
    list-style: none;
    margin-top: 20px;
}

.purchase .levels li {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    color: #ccc;
    position: relative;
}

.purchase .levels li i {
    font-size: 36px;
    margin-bottom: 5px;
    color: #ccc;
}

.purchase .levels li.active,
.purchase .levels li.pass,
.purchase .levels li.pass i {
    color: #333736;
}

.purchase .levels .separator {
    content: "";
    width: 12.54%;
    border-bottom: 2px solid #ccc;
}

.purchase .levels .separator::after {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    margin-top: -26px;
    left: 0;
    font-size: 37px;
}

.purchase .purchase1 {
    margin-top: 40px;
}

.purchase .purchase1 i {
    color: #585c65;
    font-size: 72px;
}

.purchase .purchase1 h5 {
    font-size: 18px;
}

.purchase .purchase1 .pt25 {
    padding-top: 25px;
}

.purchase .purchase1 .mt25 {
    margin: auto;
    float: none;
    margin-top: 30px;
}

.purchase .purchase2 .row,
.purchase .purchase3 .row,
.purchase .purchase4 .row {
    margin-top: 20px;
}

.purchase .purchase2 h3,
.purchase .purchase3 h3,
.purchase .purchase4 h3 {
    color: #585c65;
}

.purchase .purchase2 h3 i,
.purchase .purchase3 h3 i,
.purchase .purchase4 h3 i {
    font-size: 32px;
    margin-left: 15px;
}

.purchase .purchase2 .panel {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9;
}

.purchase .purchase2 .panel .panel-heading .panel-title {
    font-size: 20px;
}

.purchase .purchase2 .panel .panel-heading .panel-title a {
    color: #fff;
}

.purchase .purchase2 .panel .panel-heading,
.purchase .purchase2 .panel .panel-body {
    padding: 10px 20px;
}

.purchase .purchase2 .panel .panel-body table {
    margin: 0px;
}

.purchase .purchase2 .panel .panel-body table tr td {
    border-left: 1px solid #ccc;
    border-top: 0px;
}

.purchase .purchase2 .panel .panel-body table tr td:first-child {
    padding-right: 0;
}

.purchase .purchase2 .panel .panel-body table tr td:last-child {
    padding-left: 0;
}

.purchase .purchase2 .panel .panel-body table tr td:last-child {
    border-left: 0;
}

.purchase .purchase2 .panel .panel-body table:first-child tr td {
    text-align: right;
}

.purchase .purchase2 .panel .panel-body table:last-child tr td {
    text-align: center;
}

.purchase .purchase2 .panel .panel-body table:last-child tr td:first-child {
    text-align: right;
    width: 19.1%;
}

.purchase .purchase2 .panel .panel-body hr {
    margin: 5px 0;
    border-top: 0;
}

.purchase .purchase2 .panel .panel-body hr.hr2 {
    margin: 0;
    margin-top: 15px;
    border-top: 0;
}

.purchase .purchase2 .panel2 .panel-body {
    padding: 0px 20px;
}

.purchase .purchase3 .panel,
.purchase .purchase4 .panel {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.purchase .purchase3 .panel table tr th {
    background-color: #f9f9f9;
    text-align: center;
    border: 0px;
}

.purchase .purchase3 .panel table tr td {
    text-align: center;
    border-color: #eee;
    border-left: 1px solid #eee;
    padding: 25px 10px;
}

.purchase .purchase3 .panel table tr td:first-child {
    padding: 0px 10px;
    width: 35%
}

.purchase .purchase3 .panel table tr td:first-child a h4 {
    padding: 20px 0px;
    font-size: 22px;
    color: #333736;
}

.purchase .purchase3 .panel table tr td:first-child a img {
    margin-top: 15px;
    margin-right: 5px;
}

.purchase .purchase3 .panel table tr td .price-unit {
    font-size: 18px;
}

.purchase .purchase3 .panel2,
.purchase .purchase4 .panel2 {
    background-color: #f9f9f9;
}

.purchase .purchase3 .panel2 .panel-body,
.purchase .purchase4 .panel2 .panel-body {
    padding: 15px 30px;
}

.purchase .purchase3 .panel2 hr,
.purchase .purchase4 .panel2 hr {
    border-top: 0;
}

.purchase .purchase3 .panel2 .panel-body .price-unit,
.purchase .purchase4 .panel2 .panel-body .price-unit {
    font-size: 24px;
}

.cart {
    padding-top: 25px;
}

.cart table {
    border-radius: 8px;
}

.cart table tr th {
    background-color: #f9f9f9;
    text-align: center;
    border: 0px;
}

.cart table tr:first-child th:first-child {
    border-radius: 0 8px 0 0;
}

.cart table tr:first-child th:last-child {
    border-radius: 8px 0 0 0;
}

.cart table tr:nth-child(2) th {
    border-radius: 8px 0 0 0;
}

.cart table tr td {
    text-align: center;
    border-color: #f1f1f1;
    border-left: 1px solid #f1f1f1;
    padding: 25px 10px;
}

.cart table tr td:first-child {
    padding: 0px 10px;
    width: 35%
}

.cart table tr td:first-child a h4 {
    padding: 20px 0px;
    font-size: 20px;
    color: #333736;
}

.cart table tr td:first-child a img {
    margin-top: 15px;
    margin-right: 5px;
}

.cart table tr td .price-unit {
    font-size: 18px;
}

.cart table tr th {
    padding: 30px 3px;
}

.cart table tr th i {
    font-size: 20px;
    color: #fe0604;
}

.cart table tr:first-child th {
    padding: 8px;
}

.cart table tr:last-child td:first-child {
    text-align: right;
    font-size: 16px;
    padding-top: 10px;
}

.cart table tr:last-child td:last-child {
    padding: 8px;
    background-color: #f9f9f9;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.cart table tr:last-child td .price-unit {
    font-size: 26px;
    margin-right: 30px;
}

.compare {
    padding: 20px 0;
}

.compare table tr:first-child td {
    border: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.compare .btn-close {
    left: 25px;
    position: absolute;
    font-size: 24px;
}

.compare table tr:first-child td img {
    float: none;
    margin-bottom: 20px;
}

.compare table tr:first-child td h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333736;
    transition: all 0.3s;
}

.compare table tr:first-child td a .price {
    color: #006a94;
    transition: all 0.3s;
}

.compare table tr:nth-child(2) td,
.compare table tr:nth-child(2) th {
    border-top: 0;
}

.compare table tr:last-child td {
    border-left: 0px;
}

.compare table tr th,
.compare table tr td {
    border-left: 1px solid #eee;
    padding: 15px;
}

.compare table tr th {
    background-color: #f9f9f9;
}

.compare table tr td {
    text-align: center;
}

.compare table tr td i.fa-times {
    color: #f44234;
}

.compare table tr td i.fa-check {
    color: #008375;
}

.compare table tr:first-child td a img {
    transition: all 0.3s;
}

.compare table tr:first-child td a:hover img {
    -webkit-filter: contrast(120%) brightness(97%);
    filter: contrast(120%) brightness(97%);
}

.compare table tr:first-child td a:hover h4 {
    color: #006a94;
}

.compare table tr:first-child td a:hover .price {
    color: #333736;
}

.register {
    padding: 30px 0;
}

.register form {
    margin-top: 30px;
}

.register form .form-control {
    height: 41px;
}

.register form .col-sm-4 span,
.register form .col-sm-4 .radio {
    margin-left: 15px;
}

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

.searchr .search-form {
    padding: 20px 0;
}

.nav-vertical2 li {
    margin: 5px 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px 8px 8px 0;
}

.nav-vertical2 li:first-child {
    margin-top: 0px;
}

.nav-vertical2 li:last-child {
    margin-bottom: 0px;
}

.nav-vertical2 li a {
    background-color: #f5f5f5;
    text-align: center;
    color: #333736;
    border-radius: 0px 8px 8px 0;
}

.nav-vertical2 li.active a {
    background-color: #f9f9f9;
}

.tab-search {
    background-color: #f9f9f9;
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px 0 8px 8px;
    padding: 20px 5px;
}

.tab-search hr {
    border-top: 0;
}

.tab-search .col-sm-12 {
    margin: 10px 0;
}

.searchrp img {
    border-radius: 8px;
}

.searchrp p {
    color: #333736;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #585c65;
}

.profile-nav {
    background: white;
}

@media (max-width: 768px) {
    .profile-nav {
        margin-bottom: 8px;
        margin-top: 8px;
    }
	.logo {
		max-height: 115px;
	}
}

.profile-nav > li + li {
    margin: 0;
}

.profile-nav > li > a {
    transition: all 200ms ease-in;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #d25b5b;
}

.profile-nav > li.active > a {
    background: #f9f9f9;
    color: #333;
    box-shadow: inset -5px 0 0 0 #d25b5b;
    padding-right: 20px;
}

.profile-nav > li > a:not(.list-group-item-danger):hover,
.profile-nav > li > a:not(.list-group-item-danger):focus {
    color: #d25b5b;
    background: #f9f9f9;
}

.profile-nav > li > a.list-group-item-danger:hover,
.profile-nav > li > a.list-group-item-danger:focus {
    background: #d25b5b;
    color: white;
}

.profile-nav > li.active > a:hover,
.profile-nav > li.active > a:focus {
    background: #f5f5f5;
    color: #333;
}

.profile-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 15px;
    background: #f9f9f9;
}

.profile-holder .table {
    background: white;
    border-radius: 2px;
}

.profile-holder .table th, .profile-holder .table td {
    text-align: center;
    word-break: break-all;
}

.profile-info:before, .profile-info:after {
    content: '';
    display: table;
    clear: both;
}

.profile-info li {
    width: calc(50% - 8px);
    float: right;
    margin: 8px 4px;
}

.filters {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.filters > li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.filters > li:active > .dropdown-menu,
.filters > li:focus > .dropdown-menu,
.filters > li:active:focus > .dropdown-menu,
.filters > li:focus:active > .dropdown-menu {
    display: block;
}

.filters > li > i {
    margin-right: 15px;
}

.filters > li > .dropdown-menu {
    text-align: right;
    font-size: 12px;
}

.filters > li > .dropdown-menu > li {
    padding: 0px 10px;
}

.filters > li > .dropdown-menu > li:hover {
    background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .form-search button.btn-default {
        position: absolute;
        top: 0;
        left: 65px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .main-header .col-sm-2 {
        float: left;
    }

    .title h3:after {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        display: block;
        width: 75%;
        border-bottom: 1px solid #ccc;
    }

    .mt45 {
        margin-top: 75px;
    }

    .p0 {
        padding: 0;
    }

    .mr10 {
        margin-right: 10px;
    }

    .mt7 {
        margin-top: 7px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .main-header .input-col-sm {
        padding-left: 65px;
    }

}

@media screen and (max-width: 768px) {
	#reloadafterregister {
		margin-bottom: 15px;
	}
	#filters,
	#per-page,
	#list {
		margin-top: 10px;
	}
	.mt7 {
		margin-top: 7px;
	}
    .purchase .purchase3 .panel table tr td:first-child a img,
    .cart table tr td:first-child a img {
        display: none;
    }

    .compare table tr:first-child td a img {
        width: 40%;
        margin: auto;
        float: none;
    }

    .compare table tr:first-child td a h4 {
        font-size: 16px;
    }

    .form-search button.btn-default {
        display: block;
        width: 100%;
        margin-top: 10px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .upper .pull-right {
        width: 100%;
    }

    .upper .social-icons {
        margin: auto;
        text-align: center;
    }

    .col-sm-9.pull-left {
        float: none !important;
    }

    .col-sm-3.pull-right {
        float: none !important;
    }

    .offers {
        margin-top: 10px;
    }

    .banner {
        margin-top: 20px;
    }

    .nav-product li {
        width: 32.66%;
    }

    .btn-cart {
        margin-left: 0;
        margin-top: 15px;
    }

    .datesingle {
        float: none;
        margin-top: 15px;
        text-align: center;
    }

    .pull-xs-none {
        float: none !important;
        padding-bottom: 40px;
    }

    .mb25-xs {
        margin-bottom: 25px;
    }

    .mtb15-xs {
        margin: 15px 0;
    }
}

@media screen and (max-width: 1198px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 13px;
    }
}

@media screen and (max-width: 990px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 8px;
        font-size: 13px;
    }
}

.carto2 {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 5px;
    right: 15px;
    left: 15px;
    padding:5px 20px;
    padding-bottom: 25px;
    display: none;
    z-index: 100;
    text-align: center;
}

.carto2 .price-unit {
    color: #4eaf52;
    font-size: 20px;
    margin-bottom: 10px;
}

.carto2 .form-control {
    width: 45%;
    margin: 7px auto;
}

.product-slider.slick-slider {
    font-size: 12px;
}


/*edit*/
.display-inline{
    display: inline;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-5{
    margin-top: 5px;
}
.padding-0{padding: 0;}
.inline-div a{display: inline;color:#101010;}
.inline-div p{display: inline;}
.star-rates .star{color: gold;font-size: 1.2em;}

/*edit*/

/*
     * Filters Column
     */

.filters-col > div {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    background: grey;
    padding: 12px 9px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.filters-col > div h3 {
    color: white;
    font-size: 14px;
    margin: 0;
}

.filters-col .form {
    padding: 1px 10px;
    padding-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    background: white;
}

.filters-col .form .checkbox {
    margin-bottom: 15px;
    font-size: 13px;
}

.filters-col .form .division {
    overflow: hidden;
    position: relative;
    max-height: 210px;
    padding-bottom: 10px;
    -o-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.filters-col .form .division.opened {
    max-height: 385px;
    -o-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.filters-col .form .division .show-more {
    position: absolute;
    bottom: 0;
    background: white;
}

.filters-col .form .division .show-more:before {
    content: "+";
    font-size: 18px;
}

.filters-col .form .division.opened .show-more:before {
    content: "-";
    font-size: 18px;
}

.filters-col .form .division h4 {
    font-size: 15px;
    margin-bottom: 14px;
}


@media screen and (max-width: 768px) {
	.dropdown-menu {
        background: none!important;
    }
    .menu-header {
        padding: 0;
    }

    .menu-part {
        display: none;
    }
    .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
        text-align: center;
        margin-top: 50px;
        height: 40px;
        font-size: 20px;
    }

    .navbar-default .navbar-nav .dropdown .dropdown-menu > li > ul {
        padding-right: 0;
    }

    .menu-header > li {
        width: inherit !important;
    }
}
