/*
  font-family: 'Open Sans', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
*/

body {
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #141414;
	font-size: 14px;
	line-height: 20px;
    max-width: 2560px;
    overflow-x: hidden;
	background-color: #FFFFFF;
}
.clearfix {
    clear:both
}
h1, h2, h3, h4, h5, h6 {
	color: #1A1A1A;
}
/* default font size */
.fa {
	font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10px;
}
a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #D24A43;
}
a:hover {
	text-decoration: none;
}
button:focus{
    outline:none;
}
h1.pro{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    color: #656565;
    margin-top: 3px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
input[type="number"].input-lg{
    font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 1.3rem;
    height: 30px;
    background: #E8E8E8;
    border-radius: 0;
    color: #565656;
    text-transform: uppercase;
}
input[type="text"].form-control.input-lg,input[type="tel"].form-control.input-lg,input[type="password"].form-control.input-lg,input[type="email"].form-control.input-lg{
    font-size: 16px;
}
textarea.form-control.input-lg{
    font-size: 18px;
    max-width: 100%;
}
.phonemodel input[type="tel"].form-control.input-lg,.phonemodel input[type="text"].form-control.input-lg{
    font-size: 18px;
}
.form-button{
    padding: 0 0 15px 0;
}
.btn.but,.btn.cancel{
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #D24A43;
    color: #FFFFFF;
    text-transform: uppercase;
}
.btn.cancel{
    background: #E8E8E8;
    color: #565656;
    margin-left: 10px;
}
#contact-name{
    padding: 0 7.5px 0 0;
}
#contact-mail{
    padding: 0 0 0 7.5px;
}
.contact-capcha input{
    margin-bottom: 15px;
}
#contact-form label{
    display: none;
    color: #D24A43;
}
@media (max-width: 478px) {
    .btn.cancel,.btn.but{
        margin-left: 0;
        margin-bottom: 15px;
    }
    .pull-right{
        text-align: center;
    }
    #contact-name,#contact-mail{
        padding: 0;
    }
}
@media (max-width: 749px) {
    .btn.cancel,.btn.but{
        margin-left: 0;
        margin-bottom: 15px;
    }
    .pull-right{
        text-align: center;
    }
    #contact-name,#contact-mail{
        padding: 0;
    }
}
@media (max-width: 991px) {
    #contact-name,#contact-mail{
        padding: 0;
    }    
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.hide {
    display: none;
}
.well{
    background-color: #E8E8E8;
    border: 2px solid #565656;
    border-radius: 0;
}
.container .jumbotron, .container-fluid .jumbotron{
    border-radius: 0;
    background-color: #E8E8E8;
}
.jumbotron .title-pop h3{
    margin-top: 0;
}
.jumbotron form{
    margin-bottom: 40px;
}
.ban-password{
    text-align: left;
    padding-top: 12px;
    font-size: 16px;
}
.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs.account{
    margin-bottom: 0;
    border-bottom: none;
    font-size: 16px;
}
.nav-tabs.account > li.active > a,.nav-tabs.account > li.active > a:focus,.nav-tabs.account > li.active > a:hover{
    color: #565656;
    background-color: #E8E8E8;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.form-text,.radio.form-text label{
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}
.form-text strong{
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
}
.form-text textarea{
    max-width: 100%;
}

.shipping_entry {
    display: none;
}

.shipping_entry .radio.form-text {
    margin-bottom: 20px;
}

.shipping_entry img {
    margin: 5px 10px 0 0;
}
/* top */
#top {
    background: #FFFFFF;
	padding: 4px 0px 3px 0;
	margin: 0;
	min-height: 70px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
.top-account,.top-like,.top-insta,.top-vk,.top-ok,.top-logout{
    width: 40px;
    height: 40px;
    background-image: url(../image/ico/account.svg);
}
@media (max-width: 1199px) {
    .top-account,.top-like,.top-insta,.top-vk,.top-ok,.top-logout{
        width: 30px;
        height: 30px;
    }
}
#wishlist{
    position: relative;
}
.top-like{
   background-image: url(../image/ico/like.svg);
}
.top-logout{
   background-image: url(../image/ico/logout.svg); 
}
.top-insta{
   background-image: url(../image/ico/insta_ico.svg); 
}
.top-ok{
   background-image: url(../image/ico/ok_ico.svg); 
}
.top-vk{
   background-image: url(../image/ico/vk_ico.svg); 
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
    position: relative;
    z-index: 999;
}
#top-links a + a {
	margin-left: 15px;
}
.top-phone{
    color: #656565;
    font-family: 'Roboto', sans-serif;
    font-size: 1.9em;
    line-height: 25px;
    margin-bottom: 5px;
}
.top-phone-button,.top-cart-button {
	background: #656565;
    border: none;
    font-size: 0.8em;
    padding: 0 12px;
    cursor: pointer;
    color: #FFFFFF;
}
.top-cart-button {
    font-size: 1.0em;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.header-phone{
    text-align: right;
}
#soc-links{
    float: left;
    position: relative;
    z-index: 999;    
}
#cart-box{
    float: right;
}
/* logo */
#logo {
	margin: -22px 0 10px 0;
    position: relative;
    z-index: 998;
}
@media (max-width: 1199px) {
    #logo {
	    margin: -10px 0 20px 0;
    }
}
@media (max-width: 991px) {
    #logo {
	    margin: -5px 0 10px 0;
    }
}
@media (max-width: 749px) {
    #logo {
        margin: 45px 0 20px 0;
    }    
    #cart-box{
        float: none;
        text-align: center;
    }
}
/* search */
#search, #search-in, #search-st {
	margin-bottom: 10px;
    width: 100%;
}
#search .input-lg, #search-in .input-lg, #search-st .input-lg{
    font-size: 1.2em;
	padding: 5px 55px 7px 10px;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    height: 40px;
}
#search .btn-lg, #search-in .btn-lg, #search-st .btn-lg {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
    text-shadow: none;
    position: absolute;
    margin: 0;
    width: 50px;
    height: 40px;
    padding: 5px;
    margin-left: -50px;
    margin-top: -20px;
    z-index: 999;
}
#search .btn-lg > div, #search-in .btn-lg > div, #search-st .btn-lg > div{
    width: 100%;
    height: 100%;
    margin-left: 5px;
    background: url(../image/ico/search.svg) no-repeat;
}
#search-st .input-group-btn{
    width: 0;
}
#content .search-box{
    margin-top: -10px;
    margin-bottom: 30px;
}
/* cart */
#cart {
    position: relative;
	margin-bottom: 10px;
    margin-top: -20px;
}
#cart > .btn,#dropdownCity {
    background-color: #E8E8E8;
    padding: 5px 15px;
    font-size: 1.0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    border: none;
    border-radius: 0;
    color: #565656;
}
#top-city{
    display: flex;
    padding-top: 3px;
}
#top-city .city-txt{
    font-size: 1.0em;
    margin: 4px 10px 0 0;
    color: #565656;
}
#top-city .what_city{
    font-size: 1.0em;
    margin: 4px 0 0 10px;
    color: #c92e2e;
}
#top-city .what_city .city_yes{
    color: #666666;
    text-decoration: underline;
}
#dropdownCity{
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
}
#dropdownCity .caret{
    margin: 8px 0 0 20px;
}
#cart.open > .btn,#top-city .dropdown-menu li > a{
	background-image: none;
	background-color: #E8E8E8;
	border: none;
	color: #565656;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#top-city .dropdown-menu li > a:hover {
    background: #565656;
    color: #FFFFFF;
}
#cart .dropdown-menu,#top-city .dropdown-menu {
	background: #E8E8E8;
    border-radius: 0;
    border: solid 2px #656565;    
	z-index: 1001;
}
.shopping-cart{
    padding: 15px;
    margin-left: 15px;
    background: url(../image/ico/cart.svg) no-repeat;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart-total,#wish-total{
    width: 24px;
    height: 24px;    
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: 999;
    background: url(../image/ico/circle.svg) no-repeat;
    color: #FFFFFF;
}
#wish-total{
    width: 24px;
    height: 23px;    
}
#cart-total > div,#wish-total > div{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    margin-top: 2px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 991px){
    .top-phone-button{
        font-size: 1.0em;
        padding: 5px 30px;
        margin: -3px -5px;
    }
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 300px;
        right: -25%;
	}
    .top-phone-button{
        line-height: 30px;
        padding: 0px 10px;
        font-size: 0.9em;
        margin: -3px -5px;
    }    
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
    .tel-links a{
        font-size: 0.75em;
    }
}
.tel-links{
    margin-top: 3px;
    position: relative;
    z-index: 999;    
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #BDBDBD;
	background-repeat: repeat-x;
    border-radius: 0;
	min-height: 60px;
}
#menu .nav{
    padding-left: 5.4%;
}
#menu .nav > li > a {
	color: #565656;
    font-size: 1.5em;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	padding: 20px 15px 20px 20px;
	min-height: 58px;
	transition: 0.4s ease;    
	background-color: transparent;
}
#menu .nav > li > a.active,#menu .nav > li > a.active:hover{
    background-color: #D24A43;
    color: #FFFFFF;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li.liopen > a{
	background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}
#menu .nav > li.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: #989898;
}

#menu .nav > li.dropdown .dropdown-inner {
	display: table;
}

#menu .dropdown-inner li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0px 5px 15px;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 40px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .hamburger{
    padding: 13px 15px 0 0;
}
#menu .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color: #656565;
}

#menu .dropdown-inner ul {
    /*
	display: table-cell;
    display: flex;
    */
    justify-content: center;
    background-color: #989898;
}

#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul {
    width: 880px;
    max-width: 100%;
}

#menu .dropdown-inner ul li{
    text-align: center;
    display: block;
    float: left;
}

#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li {
    min-height: 147px;
}

#menu .dropdown-inner ul li h5 {
    width: 220px;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0 15px;
    border-right: 2px solid #D24A43;
    color: #FFFFFF;
}
#menu .nav > li.dropdown:nth-child(2) .ico-menu{
    width: 70px;
    height: 80px;
    margin: 10px auto;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(1) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='water' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116.93 100.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fefefe;stroke-miterlimit:10;stroke-width:3px;%7D.cls-2%7Bfill:%23fefefe;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ewater%3C/title%3E%3Cpath class='cls-1' d='M135,12.73c4,7.39,4.26,8.39,4.41,9.13a13.47,13.47,0,0,1-.17,7.6,13,13,0,0,1-23.88.77,13.94,13.94,0,0,1-.53-9.08c.22-.94,1.64-3.57,4.47-8.79,0,0,.7-1.29,4.31-7.17,1.84-3,2.52-4,3.5-4s1.74,1.18,3.6,4.32C134.89,12.61,134.84,12.53,135,12.73Z' transform='translate(-24.41 0.33)'/%3E%3Cpath class='cls-1' d='M54,17.73c5.44,10,5.79,11.41,6,12.41.48,2.31,1.28,6.18-.23,10.33a17.73,17.73,0,0,1-32.46,1c-2.36-5.17-1.21-10.24-.72-12.34.29-1.28,2.22-4.85,6.07-11.94,0,0,1-1.76,5.86-9.75C41.05,3.42,42,2,43.31,2s2.36,1.61,4.89,5.87C54,17.56,53.89,17.45,54,17.73Z' transform='translate(-24.41 0.33)'/%3E%3Cpath class='cls-1' d='M101,47c8.31,15.35,8.85,17.43,9.16,19,.73,3.52,2,9.44-.36,15.78-3.35,9.2-13.29,16.92-24.9,17A27.26,27.26,0,0,1,60.17,83.3c-3.61-7.9-1.84-15.64-1.1-18.86.45-2,3.4-7.41,9.28-18.24,0,0,1.46-2.68,9-14.89,3.81-6.21,5.24-8.37,7.27-8.37s3.6,2.45,7.47,9C100.83,46.71,100.73,46.54,101,47Z' transform='translate(-24.41 0.33)'/%3E%3Cpath class='cls-2' d='M104.6,78.58c-.7-.38-1.7.29-2.22,1.45a16.94,16.94,0,0,1-3,4.72,9.83,9.83,0,0,1-3.88,2.73,3.23,3.23,0,0,0-1.7,2.73c0,1.34.66,2,1.52,1.68A14.15,14.15,0,0,0,100.71,88,22.46,22.46,0,0,0,105,81.35C105.47,80.2,105.3,79,104.6,78.58Z' transform='translate(-24.41 0.33)'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(2) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.11 85.75'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23fefefe;stroke-miterlimit:10;%7D.cls-1%7Bstroke-width:3px;%7D.cls-2%7Bstroke-width:5px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebattery%3C/title%3E%3Cg id='battery-2' data-name='battery'%3E%3Crect class='cls-1' x='13.88' y='3.37' width='19.75' height='80.5' rx='9.12' ry='9.12'/%3E%3Crect class='cls-1' x='34.25' y='3.37' width='19.75' height='80.88' rx='9.12' ry='9.12'/%3E%3Crect class='cls-1' x='54.63' y='3.37' width='19.75' height='80.5' rx='9.12' ry='9.12'/%3E%3Crect class='cls-1' x='75' y='3.37' width='19.75' height='80.5' rx='9.12' ry='9.12'/%3E%3Cline class='cls-2' x1='15.1' y1='19.75' y2='19.75'/%3E%3Cline class='cls-2' x1='94.33' y1='19.75' x2='108.11' y2='19.75'/%3E%3Cline class='cls-2' x1='105.6' y1='21.27' x2='105.58'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(3) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='kran' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165.75 99.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fefefe;stroke-miterlimit:10;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ekran%3C/title%3E%3Cpath class='cls-1' d='M480.71,247.71a11,11,0,0,0-9.21,5H424.22a11,11,0,1,0,0,12H471.5a11,11,0,1,0,9.21-17Z' transform='translate(-365 -245.71)'/%3E%3Crect class='cls-1' x='71' y='19' width='24' height='32.2'/%3E%3Cpath class='cls-1' d='M507.24,289H490.76a11.53,11.53,0,0,0-11.07,7.93h-63.5A11.5,11.5,0,0,0,405,288.5H388.51A11.35,11.35,0,0,0,377,299.57v32.51a11.35,11.35,0,0,0,11.55,11.07H405a11.68,11.68,0,0,0,9.76-5.19H480.7a11.66,11.66,0,0,0,10.06,5.67h16.48a11.35,11.35,0,0,0,11.55-11.07V300A11.35,11.35,0,0,0,507.24,289Z' transform='translate(-365 -245.71)'/%3E%3Crect class='cls-1' x='2' y='49.66' width='9.97' height='40.79'/%3E%3Crect class='cls-1' x='153.79' y='49.96' width='9.97' height='40.79'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(4) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107.99 107.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23fff;stroke-width:3px;%7D.cls-1%7Bstroke-miterlimit:10;%7D.cls-2%7Bstroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EИконки%3C/title%3E%3Crect class='cls-1' x='1.5' y='1.5' width='104.99' height='104.99' rx='9.78'/%3E%3Cpath class='cls-1' d='M75.23,32.76A21.21,21.21,0,0,1,63,52a9.2,9.2,0,0,0-9-7.22V11.53A21.23,21.23,0,0,1,75.23,32.76Z'/%3E%3Cpath class='cls-1' d='M52,45a9.2,9.2,0,0,0-7.22,9H11.52A21.24,21.24,0,0,1,52,45Z'/%3E%3Cpath class='cls-1' d='M54,63.22V96.46A21.23,21.23,0,0,1,45,56,9.21,9.21,0,0,0,54,63.22Z'/%3E%3Cpath class='cls-1' d='M96.46,54A21.23,21.23,0,0,1,56,63a9.18,9.18,0,0,0,7.22-9Z'/%3E%3Cline class='cls-2' x1='11.52' y1='11.98' x2='13.91' y2='11.98'/%3E%3Cline class='cls-2' x1='96.46' y1='11.98' x2='98.84' y2='11.98'/%3E%3Cline class='cls-2' x1='11.52' y1='96.46' x2='13.91' y2='96.46'/%3E%3Cline class='cls-2' x1='96.46' y1='96.46' x2='98.84' y2='96.46'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(5) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 196.24 112.25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EИконки%3C/title%3E%3Cpath class='cls-1' d='M65.32,44.65,8.92,60a4.48,4.48,0,0,1-5.5-3.14l-1.92-7'/%3E%3Crect class='cls-1' x='63.41' y='14.24' width='109.03' height='32.27' rx='4.55' transform='translate(-3.84 32.1) rotate(-15.26)'/%3E%3Cline class='cls-1' x1='154.06' y1='3.8' x2='162.55' y2='34.93'/%3E%3Cpath class='cls-1' d='M71.86,59.16l-2,48a3.45,3.45,0,0,0,3.8,3.59c3.85-.47,9.32-2.88,10.65-12.56,2.12-15.32,6.88-43.78,6.88-43.78L82.7,23.26'/%3E%3Cpath class='cls-1' d='M88.23,72.52S99.83,83.87,103.73,85s12,0,8.23-4.76L91.19,54.39'/%3E%3Cpath class='cls-1' d='M172.4,22.89l21-11.19c2.21-1.18,1.55-3.81-1-3.77l-24,.4'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(6) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 211.75 68.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EИконки%3C/title%3E%3Cpath class='cls-1' d='M130.8,1.5h21.61a17.73,17.73,0,0,1,17.73,17.73V49a17.73,17.73,0,0,1-17.73,17.73H130.8a0,0,0,0,1,0,0V1.5A0,0,0,0,1,130.8,1.5Z'/%3E%3Cpath class='cls-1' d='M170.14,22.12h2.47a4.54,4.54,0,0,1,4.54,4.54v14.9a4.54,4.54,0,0,1-4.54,4.54h-2.47a0,0,0,0,1,0,0v-24A0,0,0,0,1,170.14,22.12Z'/%3E%3Cpath class='cls-1' d='M177.15,29.88H206a4.23,4.23,0,0,1,4.23,4.23v0A4.23,4.23,0,0,1,206,38.34H177.15a0,0,0,0,1,0,0V29.88A0,0,0,0,1,177.15,29.88Z'/%3E%3Cpath class='cls-1' d='M40.19,1.5H65.27A18.7,18.7,0,0,1,84,20.2V48a18.7,18.7,0,0,1-18.7,18.7H40.19a0,0,0,0,1,0,0V1.5A0,0,0,0,1,40.19,1.5Z' transform='translate(124.16 68.22) rotate(180)'/%3E%3Cpath class='cls-1' d='M32.39,22.12h3a4.79,4.79,0,0,1,4.79,4.79V41.31A4.79,4.79,0,0,1,35.4,46.1h-3a0,0,0,0,1,0,0v-24A0,0,0,0,1,32.39,22.12Z' transform='translate(72.58 68.22) rotate(180)'/%3E%3Cpath class='cls-1' d='M1.5,29.88H29.43a3,3,0,0,1,3,3v2.54a3,3,0,0,1-3,3H1.5a0,0,0,0,1,0,0V29.88A0,0,0,0,1,1.5,29.88Z' transform='translate(33.89 68.22) rotate(180)'/%3E%3Cpath class='cls-1' d='M141.5,9.09h9.63A12.89,12.89,0,0,1,164,22v7.9'/%3E%3Cpath class='cls-1' d='M84,11.59h21.74A5.26,5.26,0,0,1,111,16.86v0a5.26,5.26,0,0,1-5.26,5.26H84a0,0,0,0,1,0,0V11.59a0,0,0,0,1,0,0Z'/%3E%3Cpath class='cls-1' d='M84,46.1h21.74A5.26,5.26,0,0,1,111,51.36v0a5.26,5.26,0,0,1-5.26,5.26H84a0,0,0,0,1,0,0V46.1A0,0,0,0,1,84,46.1Z'/%3E%3Crect class='cls-1' x='56.02' y='13.23' width='18.81' height='43.39' rx='4.23'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(7) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112.21 109.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EИконки%3C/title%3E%3Cpath class='cls-1' d='M44.2,1.5H64.31A3.53,3.53,0,0,1,67.84,5V9.79a0,0,0,0,1,0,0H40.67a0,0,0,0,1,0,0V5A3.53,3.53,0,0,1,44.2,1.5Z'/%3E%3Crect class='cls-1' x='46.31' y='19.32' width='15.88' height='77.28' rx='7.94'/%3E%3Cpath class='cls-1' d='M91.81,108.07H16.7a4.4,4.4,0,0,1-4.39-4.61L16.65,14A4.39,4.39,0,0,1,21,9.79H87.47A4.4,4.4,0,0,1,91.86,14l4.34,89.48A4.4,4.4,0,0,1,91.81,108.07Z'/%3E%3Cpath class='cls-1' d='M16.58,15.44H1.5a48.37,48.37,0,0,0,13.57,31'/%3E%3Cpath class='cls-1' d='M91.93,15.44H105.6a5.11,5.11,0,0,1,5.11,5.12V43.65a50.66,50.66,0,0,1-8,27.77,40.93,40.93,0,0,1-7.61,8.78l-.62-12.86.07-.12a47.38,47.38,0,0,0,6.8-24.49V28.3a4.21,4.21,0,0,0-4.21-4.22H92.36'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li:nth-child(8) .ico-menu{
    background: url("data:image/svg+xml,%3Csvg id='battery' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 137.3 138.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EИконки%3C/title%3E%3Cpath class='cls-1' d='M39.37,93.47V119A3.66,3.66,0,0,0,43,122.63h0A3.65,3.65,0,0,0,46.67,119V93.47'/%3E%3Cpath class='cls-1' d='M32.08,89.42v25.51a3.64,3.64,0,0,0,3.65,3.65h0a3.64,3.64,0,0,0,3.64-3.65v-22'/%3E%3Cpath class='cls-1' d='M54.19,51.75v5.36a17.19,17.19,0,0,0,1.38,6.75l4.82,11.26A157.64,157.64,0,0,0,68.82,92h0a3.66,3.66,0,0,1-1.33,5h0a3.65,3.65,0,0,1-5-1.34s-4.41-9.32-5.93-9.49S54,87.34,54,89.42v25.51a3.64,3.64,0,0,1-3.65,3.65h0a3.65,3.65,0,0,1-3.65-3.65V93.47'/%3E%3Cpath class='cls-1' d='M32.08,89.42v17.92A3.65,3.65,0,0,1,28.43,111h0a3.64,3.64,0,0,1-3.65-3.65V86a32.35,32.35,0,0,1,1-8c1.16-4.57,2.94-11.77,3-13.56.09-1.52.08-7.65.05-12.63'/%3E%3Cpath class='cls-1' d='M25.16,62.48H4.6a3.1,3.1,0,0,1-3.1-3.1V54.84a3.09,3.09,0,0,1,3.1-3.09H99.11a3.09,3.09,0,0,1,3.09,3.09v4.54a3.09,3.09,0,0,1-3.09,3.1H63.82'/%3E%3Cpolyline class='cls-1' points='93.78 94.54 96.49 62.48 55.1 62.48'/%3E%3Cpath class='cls-1' d='M28.87,62.48H7.21l5.84,68.85a6.09,6.09,0,0,0,6.06,5.58H84.59'/%3E%3Cpath class='cls-1' d='M35.8,18.59H20L11.29,30a4.64,4.64,0,0,0-.94,2.79V51.61H45.43V32.49a4.54,4.54,0,0,0-1-2.83Z'/%3E%3Cpath class='cls-1' d='M22.22,2.08H33.57A2.24,2.24,0,0,1,35.8,4.32V18.59a0,0,0,0,1,0,0H20a0,0,0,0,1,0,0V4.32A2.24,2.24,0,0,1,22.22,2.08Z'/%3E%3Crect class='cls-1' x='82.85' y='1.5' width='10.32' height='10.32'/%3E%3Crect class='cls-1' x='56.44' y='21.04' width='15' height='9.63'/%3E%3Cline class='cls-1' x1='85.33' y1='29.84' x2='78.73' y2='16.91'/%3E%3Cpath class='cls-1' d='M82.85,1.5H65.79A20.69,20.69,0,0,0,50,18,2.59,2.59,0,0,0,52.55,21H71.43l11.42-9.22Z'/%3E%3Cpath class='cls-1' d='M50,51.75v-4a27.57,27.57,0,0,1,6.48-17h15l4.65,4.64a23.24,23.24,0,0,1,6.81,16.44H50Z'/%3E%3Cpath class='cls-1' d='M135.8,109A16.8,16.8,0,0,1,119,125.74a16.58,16.58,0,0,1-6.5-1.31s0,0,0,0a15.92,15.92,0,0,0-3.73-2.2h0a16.69,16.69,0,0,0-13,0h0a15.52,15.52,0,0,0-3.73,2.2s0,0,0,0a16.81,16.81,0,1,1,.59-30.72,16.24,16.24,0,0,0,2.64,1.54,16.76,16.76,0,0,0,14.12,0,15.91,15.91,0,0,0,2.65-1.54A16.51,16.51,0,0,1,119,92.13,16.82,16.82,0,0,1,135.8,109Z'/%3E%3Cpath class='cls-1' d='M84.59,136.89l.82,0a16.49,16.49,0,0,0,6.5-1.32s0,0,0,0a14.9,14.9,0,0,1,3.73-2.2s0,0,0,0a16.81,16.81,0,0,1,13,0s0,0,0,0a15.26,15.26,0,0,1,3.73,2.2s0,0,0,0a16.41,16.41,0,0,0,6.5,1.32,16.8,16.8,0,0,0,16.8-16.8V109'/%3E%3Cpath class='cls-1' d='M68.69,107.35l-.08,12.76a16.8,16.8,0,0,0,16,16.78'/%3E%3Ccircle class='cls-1' cx='113.62' cy='102.36' r='2.84'/%3E%3Ccircle class='cls-1' cx='122.96' cy='116.99' r='3.76'/%3E%3Cpath class='cls-1' d='M75.77,122.71a3.28,3.28,0,0,1-.25-1.25,3.21,3.21,0,1,1,3.81,3.15'/%3E%3C/svg%3E") no-repeat center;
}
#menu .nav > li.dropdown .dropdown-inner ul li:last-child h5,
#menu .nav > li.dropdown .dropdown-inner ul li:nth-child(4) h5 {
   border-right: none;
}
#menu .dropdown-inner ul li:hover{
   background-color: rgba(0, 0, 0, 0.3); 
}

@media (max-width: 1199px){
    #menu .nav{
        padding-left: 3.2%;
    }
    #menu .nav > li > a {
        font-size: 1.2em;
        padding: 20px 12px 20px 12px;
    }
    #menu .dropdown-inner ul li h5{
        font-size: 0.9em;
        padding: 0 15px;
    }
    #menu .nav > li.dropdown:nth-child(2) .ico-menu{
        width: 80px;
        height: 80px;
        margin: 15px auto;
    }
}
@media (max-width: 991px){
    #menu .nav{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    #menu{
        min-height: 40px;
    }
    #menu .nav > li > a {
        font-size: 0.9em;
        min-height: 38px;
        padding: 15px 10px 15px 10px;
    }
    #menu .dropdown-inner ul li h5{
        font-size: 0.6em;
        padding: 0 15px;
    }
    #menu .nav > li.dropdown:nth-child(2) .ico-menu{
        width: 60px;
        height: 60px;
        margin: 5px auto;
    }
    #menu .dropdown-inner ul li h5{
        width: 160px;
    }
}
@media (max-width: 478px) {
    #menu .nav > li > a {
        font-size: 1.2em;
    }    
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 768px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
    #menu .dropdown-inner ul li{
        padding: 10px;
    }    
    #menu .dropdown-inner ul li h5{
        width: 100%;
        font-size: 0.8em;
        padding: 0 15px;
        border-right: none;
    }
    #menu .nav > li.dropdown .dropdown-inner {
	    display: inline;
    }
    #menu .ico-menu{
        display: none;
    }
    #menu .dropdown-inner ul {
	    display: table-cell;
        display: inline-block;
        justify-content: flex-start;
        background-color: #989898;
    }
    #menu .dropdown.open .dropdown-menu {
        display: block;
    }
    #menu .nav > li.dropdown:nth-child(2) .dropdown-inner ul li,
    #menu .dropdown-inner ul li {
        min-height: auto;
        width: 100%;
    }
    #menu .dropdown-inner ul li h5 {
        font-size: 16px;
        color: #565656;
    }
    .navbar-nav .open .dropdown-menu {
        position: relative;
    }
}
.title-pop{
    width: 100%;
    text-align: center;
}
.title-pop.pro h3{
    margin-top: 0;
}
.title-cat h3,.title-pop h3{
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #565656;
}
.title-pop h3,.title-cat.cat h3{
    font-size: 1.65em;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-pop.acout h3{
    font-size: 1.4em;
}
.title-cat.cat h3{
    margin-top: 0;
    margin-bottom: 25px;
}
.dir-product ul li{
    font-size: 1.3em;
    text-transform: uppercase;
}
.dir-product ul li a{
    color: #D24A43;
}
#tab-specification table{
   font-size: 0.9em;
}
#tab-description p{
   font-size: 1.0em;
}
.dir-product ul li.active a{
   font-weight: 700;
   color: #565656;
}
.single-box{
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-unstyled.acout li{
    display: grid;
}
.list-unstyled.acout li a{
    width: 100%;
    color: #565656;
    padding: 10px;
    font-weight: 400;
	transition: 0.4s ease;    
	background-color: transparent;
}
.list-unstyled.acout li:hover a{
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
    .title-pop h3{
        font-size: 1.2em;   
    }
    .title-cat.cat h3{
        font-size: 1.2em;
    }
}
.title-cat h3 span,.title-pop h3 span{
    border-bottom: solid 2px #D24A43;
    line-height: 1.4;
}

.categories_search {
    margin-bottom: 30px;
}

.category_search {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    border: 1px solid #D0D0D0;
    font-size: 1.8rem;
    font-weight: 600;
    color:#565656;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
	background-color: #565656;
	color: #E8E8E8;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #E8E8E8;
}
footer a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
footer h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
	font-weight: 400;
	color: #FFFFFF;
}
.right-box-footer{
    text-align: right;
}
@media (max-width: 768px) {
    .right-box-footer{
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .right-box-footer{
        text-align: left;
    }
}
.right-box-footer p{
    font-size: 0.92em;
    color: #9A9A9A;
}
footer .right-box-footer h5 a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}
footer .right-box-footer h5 a:hover{
    text-decoration: none;
}
.footer-payment{
    padding: 5px 0;
    min-height: 50px;
    background-color: #E8E8E8;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
.payment-item{
    background: url(../image/pay-system/payment.png) no-repeat;
    width: 550px;
    height: 42px;
}
.item-footer{
	padding: 5px;
	padding-top: 30px;
}

.item-footer p{
	color: #29579F;
	font-size: 13px;
}

.item-footer.logo-f{
	padding-left: 0;
	text-align: left;
}
.item-footer.logo-f img{
	margin-bottom: 15px;
}
.item-footer.map-f{
	width: 100%;
	padding-right: 0;
	min-height: 220px;
}
.item-footer li{
	list-style-type: none;
}
.item-footer ul{
	margin: 0;
}
.list-ddr li{
	margin-bottom: 5px;
}
.list-ddr li a,.list-ddr li{
	font-size: 13.5px;
	color: #29579F;
}
.list-ddr li i{
	font-size: 16px;
}
.list-ico{
	padding-top: 15px;
}
.list-ico li{
	display: inline-block;
}
/*news-blog-home*/
.news-blog-home{
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #E8E8E8;
}
.title-news{
    text-align: center;
    margin-bottom: 25px;
}
.title-news h3{
    font-size: 1.8em;
    margin-top: 10px;
    font-weight: 700;
    color: #565656;
    text-transform: uppercase;    
}
.title-news h3 > span{
    background-color: #E8E8E8;
    padding: 0 15px;
}
.title-news hr{
    margin: -25px 0 0 0;
    border-top: 2px solid #D24A43;
}
.title-news.cat{
    margin: -10px 0 60px 0;
}
.title-news.cat h3{
    font-size: 2.0em;
}
.title-news.cat h3 > span{
    background: #FFFFFF;
}
.title-news.cat.account{
    margin: -10px 0 15px 0;
}
.title-news.cat.account h3{
    font-size: 1.67em;
}
.tit-news a{
    color: #565656;
    font-size: 1.0em;
    font-weight: 600;
    text-transform: uppercase;
}
.news-thumb img{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.news-caption{
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    margin-bottom: 25px;
    border-bottom: 2px solid #E8E8E8;
}
.cap-block p{
    font-size: 1.2em;
    text-align: justify;
}
.cap-block strong{
    font-size: 1.0em;
    color: #D3D3D3;
}
.link_news{
    position: absolute;
    bottom: 10px;
    right: 0;
}
.link_news a{
    font-weight: 600;
    font-size: 1.2em;
}
.none-content{
    width: 100%;
    text-align: center;
}
.none-content p{
    font-size: 1.2em;
    color: #565656;
}
.single-news .caption h4{
    min-height: 50px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.42em;
    font-weight: 600;
    border-bottom: 2px solid #D24A43;
    margin-bottom: 15px;
}
.single-news .caption .text-news{
    padding: 5px;
    height: 90px;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 15px;
}
.single-news .caption .text-news p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-overflow: ellipsis;
}
.single-news .caption .date_news{
    color: #BFBFBF;
    font-size: 0.9em;
    font-weight: 400;
}
.single-news .caption .link_news a{
    font-weight: 600;
}
#return label,#return textarea{
    margin-top: 3px;
    font-size: 16px;
}
#return legend{
    font-weight: 600;
    font-size: 2.0rem;
    border-bottom: 2px solid #D24A43;
}
@media (max-width: 1199px) {
    .single-news .caption h4{
        font-size: 0.9em;
    }
    .single-news .caption .text-news{
        min-height: 80px;
    }
    .single-news .caption .text-news p{
        font-size: 0.8em;
    }    
}
@media (max-width: 991px) {
     .single-news .caption h4{
        font-size: 1.2em; 
    }
     .cap-block p{
        font-size: 1.1em;
    }
    .cap-block strong{
        font-size: 0.9em;
    }
    .link_news a{
        font-size: 1.0em;
    }
    .news-thumb img{
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px) {
    .title-news h3{
        font-size: 1.2em;   
    }
    .title-news hr{
        margin: -20px 0 0 0;
    }
    .single-news .caption h4{
        font-size: 1.2em;
    }
    .single-news .caption .text-news{
        min-height: 60px;
    }
    .single-news .caption .text-news p{
        font-size: 0.9em;
    }    
}
@media (max-width: 478px) {
    .title-news.cat h3{
        font-size: 1.5em;
    }
    .tit-news a{
        font-size: 0.6em;
    }
     .cap-block p{
        font-size: 0.8em;
    }
    .cap-block strong{
        font-size: 0.7em;
    }
    .link_news a{
        font-size: 0.9em;
    }
    .news-thumb img{
        width: 100px;
        height: 100px;
        margin-right: 5px;
    }
}
.sitemap-box{
    list-style-type: none;
}
.sitemap-box li > a{
    font-size: 1.3em;
    color: #565656;
    font-weight: 600;
}
.sitemap-box li ul li > a{
    color: #565656;
    font-size: 1.2em;
    font-weight: 300;
}
.sitemap-box li > a:hover{
    color: #D24A43;
    text-decoration: underline;
}
.sitemap-box li ul li > a:hover{
    color: #D24A43;
    text-decoration: underline;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
    border-radius: 0;
    background-color: #E8E8E8;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb a{
    color: #565656;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 25px;
    color: #565656;
}
.breadcrumb > li:last-child:after {
	content: ' ';
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.left-menu,
.left-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.left-menu ul {
    display: none;
}
.left-menu a,
.left-menu a:focus,
.left-menu a:active {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
	border: none;
    border-radius: 0;
    background-color: #E8E8E8;
	color: #565656;
    padding: 10px 15px;
    display: block;
    position: relative;
    text-decoration: none;
}
.left-menu a .placer {
    display: block;
    padding: 0 10px;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.left-menu > li > a,
.left-menu > li > a:active,
.left-menu > li > a:focus {
	border: none;
    font-size: 1.25em;
	text-shadow: none;    
    background: #D3D3D3;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.left-menu a:hover {
	color: #565656;
	background: #BDBDBD;
	border: none;
	text-shadow: none;
}
.left-menu a.active {
    font-weight: bold;
}
.left-menu .submenu1 a {
   font-size: 12pt;
   padding-left: 30px;
   background: #D3D3D3;
}
.left-menu .submenu1 a:hover {
    color: #565656;
	background: #BDBDBD;
}
@media (max-width: 1199px){
    .left-menu a {
        font-size: 1.0em;
        padding: 5px 15px;
    }
    .title-cat h3{
        font-size: 1.2em;
    }    
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #D0D0D0;
	margin-bottom: 20px;
	overflow: visible;
    border-radius: 0;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 > a {
	font-size: 1.8rem;
    font-weight: 600;
    color: #565656;
}
.product-thumb .caption {
	padding: 0 20px;
	height: 180px;
	max-height: 220px;
	overflow: hidden;
}
.product-thumb .caption p{
    font-size: 1.2rem;
    line-height: 1.2;
    color: #656565;
}
.product-thumb .caption h4{
    min-height: 50px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
   text-align: center;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #D24A43;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #D24A43;
}
h2.price {
	margin: 0;
}
.product-thumb .price-tax {
	color: #565656;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: none;
	background-color: #E8E8E8;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #E8E8E8;
}
#download-panel div{
   text-align: right;
}
#download-panel .panel-heading,#download-panel .panel-body{
   padding: 0;
}
#download-panel .panel-body{
   margin: 0 0 15px 0;
}
#download-panel h5{
   text-align: right;
   font-family: 'Roboto', sans-serif;
   font-size: 1.8rem;
   font-weight: 700;
   color: #656565;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button,.button-cartgroup button{
	width: 80%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #E8E8E8;
	color: #565656;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.product-thumb .button-group button + button,.button-cartgroup button + button{
	width: 20%;
	border-left: 1px solid #D0D0D0;
    background-color: #E8E8E8;
    color: #565656;
}
.product-thumb .button-group button:hover,.product-thumb .button-group button + button:hover > i.fa,.button-cartgroup button + button:hover > i.fa,.button-cartgroup button:hover{
	color: #D24A43;
	background-color: #E8E8E8;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button{
        width: 70%;
    }
	.product-thumb .button-group button + button {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button {
		width: 70%;
	}
    .product-thumb .button-group button + button{
        width: 30%;
    }
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
    overflow: hidden;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
    height: 36px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}

.single-box .image {
    width: 100%;
    position: relative;
}
.single-box .image img{
    margin: 0 auto;
}
.single-box .caption{
  text-align: center  
}
.single-box .caption h4,.single-box .caption h4 a{
    font-size: 1.14em;
    font-weight: 600;
    color: #656565;
}
.single-box .caption .price,.pro_price,.pro_special{
    color: #000000;
    font-size: 1.6em;
    font-weight: 600;
}
.pro_price,.pro_special{
    font-size: 2.2em;
    text-align: left;
}
.single-box .caption .price p .price-new p{
    margin-bottom: 3px;
}
.single-box .caption .price p > span,.single-box .caption .price .price-new p > span,.pro_price span,.pro_special span{
    font-size: 0.6em;
    text-transform: uppercase;
    color: #D24A43;
}
.caption .price p > span,.caption .price-new p > span{
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #D24A43;    
}
.single-box .caption .price .price-old{
    position: relative;
    margin-top: -12px
}
.single-box .caption .price .price-old p,.pro_price_old{
    font-size: 0.8em;
    color: #A8A8A8;
}
.pro_price_old{
    text-align: left;
    font-size: 1.6em;
}
.single-box .caption .price .price-old p > span,.pro_price_old > span{
    font-size: 0.6em;
    text-transform: uppercase;
    color: #A8A8A8;
}
.single-box .caption .price .price-old p:before,.pro_price_old:before{
    content: "————";
    transform: rotate(-18deg);
    color: #000000;
    position: absolute;
}
.box-product{
    margin-bottom: 15px;
}
.box-product .image{
    text-align: center;
}
.box-product .line-box{
    margin-top: 15px;
    padding: 0 90px;
}
.box-product .line-box > div{
    border-bottom: 2px solid #D24A43;
}
.product-thumb p.price,.product-thumb .price-new p{
    text-align: center;
    color: #000000;
    font-size: 2.6rem;
    font-weight: 600;
}
.product-thumb p.price span,.product-thumb .price-new p span{
    font-size: 2.6rem;
    color: #D24A43;
}
.product-thumb .price-old{
    margin-top: -12px;
}
.product-thumb .price-old p,.product-thumb .price-old p > span{
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #A8A8A8;
}
.product-thumb .price-old p:before{
    content: "————";
    transform: rotate(-18deg);
    color: #000000;
    position: absolute;
}
.dir-product{
    width: 100%;
    min-height: 200px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.product_announce {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.ya-share2{
    text-align: right;
}
.dir-product p{
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.model{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #565656;
}
#table-order{
   margin-top: 15px;
}

@media (max-width: 767px) {
    .single-box .caption h4,.single-box .caption h4 a{
        font-size: 1.0em; 
    }
    .single-box .caption .price .price-old p > span{
        font-size: 0.55em;  
    }
    .single-box .caption .price .price-old p{
        font-size: 0.7em;
    }
    .single-box .caption .price{
        font-size: 1.4em;
    }
}
a:hover,a:focus,a:active {
	color: #D24A43;
}
#main-map {
    margin-top: 30px;
	margin-bottom: 20px;
    overflow: hidden;
}
.map-title {
    text-align: center;
	height: 50px;
    background-color: #D24A43;
    text-transform: uppercase;
}
.col-map,.contact-map{
    width: 100%;
    height: 420px;
    padding: 0 15px;
}
.contact-map{
    padding: 0;
}
.map-title h2 {
	margin: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    padding-top: 15px;
}
@media (max-width: 991px) {
    .map-title h2 {
        font-size: 1.4em;
    }
}
/*sticker*/
.image {
    position: relative;
}
.image.thumb{
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}
.image.thumb img,.image-additional .thumbnail{
    transition: all .4s ease-in;
}
.image.thumb:hover img,.image-additional .thumbnail:hover{
    transform: scale(1.2);
}
.image-additional .thumbnail{
    border-radius: 0;
    border-color: #E8E8E8;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
    border-color: #565656;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
	width: 58px;
    position: absolute;
	z-index: 998;
}
.image .corner_0 {
	left: 0px;
    top: 0px;
}
.image .corner_1 {
	right: 0px;
    top: 0px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefits {
	margin-left: -15px;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}	
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}	
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
.right_slider{
	width: 100%;
}
.tab-content{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: justify;
}
.account-login .tab-content,.account-account .tab-content{
    padding-top: 0px;
}
.pag-txt{
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    font-weight: 400;
    font-size: 1.4rem;
}
.container .col-12{
    min-height: 600px;
}
#description{
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
#top-city .selectric-wrapper.selectric-form-control{
}
#top-city .selectric{
    height: 30px;
    border: none;
}
#top-city .selectric .label{
    margin: 0px 30px 0 10px;
    padding: 5px 15px 0 10px;
}
#top-city .selectric .button{
    width: 30px;
    height: 30px;
}
#top-city .selectric-items{
    top: 30px;
    border: none;
}
#slider1 .noUi-connect{
    background-color: #D24A43;
}
.panel-default{
    border: none;
    font-size: 1.15em;
    background-color: #E8E8E8;
}
.panel-default > .panel-heading {
    font-size: 1.25em;
    text-shadow: none;
    background: #D3D3D3;
    text-transform: uppercase;
    font-weight: 600;
}
#cno .list-group > .list-group-item {
    border-radius: 0;
    color: #565656;
    background-color: #D3D3D3;
}
@media (min-width: 1200px) {
	.container {
		 width: 1320px;
	}
	.product-thumb .image.tr img {
    	width: 170px;	
	}
    .line-header .col-lg-3 {
        width: 23%;
    }
    .line-header .col-lg-7 {
        width: 60.0%;
    }
    .login .col-lg-3 {
        width: 26%;
    }
    .login .col-lg-7 {
        width: 57.0%;
    }    
}
@media (max-width: 1199px) {
	.product-thumb .image.tr img {
    	width: 170px;	
	}
    .line-header .col-md-4 {
        width: 31%;
    }
    .line-header .col-md-6 {
        width: 52.0%;
    }
    .login .col-md-4 {
        width: 33%;
    }
    .login .col-md-6 {
        width: 50.0%;
    }
}
@media (max-width: 991px) {
    .line-header .col-sm-5 {
        width: 50%;
    }
    .line-header .col-sm-7 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .line-header .col-sm-5 {
        width: 100%;
    }
    .line-header .col-sm-7 {
        width: 100%;
    }
}
@media (max-width: 478px){
    .line-header .col-sm-5 {
        width: 100%;
    }
    .line-header .col-sm-7 {
        width: 100%;
    }    
}
.subcats{
    padding-top: 0;
    margin-bottom: 25px;
}
.subcats ul {
    padding: 0px;
    list-style-type:none;
}
.subcats li {
    margin-bottom: 20px;
    text-align: center;
}
.subcats li img {
    display: block;
    margin: 0px auto 10px auto;
}
.subcats .count {
    position: absolute;
    top: 0px;
    left: 50%;
    background: #565656;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    width: 30px;
    margin-left: 69px;
    margin-top: 2px;
}
.subcats .cat-box{
    min-height: 280px;
    position: relative;
    border: solid 2px #E8E8E8;
    transition: 0.6s ease;    
}
.subcats a:hover .cat-box{
   border: solid 2px #565656;
}
.subcats .cat-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
    transition: 0.4s ease;    
}
.subcats .cat-title p{
    text-transform: uppercase;
    color: #565656;
    font-size: 1.0em;
    font-weight: 600;
}
.filter-box{
    margin-bottom: 15px;
}
.filter-box.category{
    margin-top: -12px;
}
.subcats a:hover .cat-title{
    background: #E8E8E8;
}
.but-form{
    margin-bottom: 15px;
}
.modal-dialog{
    margin: 12% auto;
}

@media screen and (max-width: 600px) {
    .modal-dialog{ 
        width: 100vw;
        margin: auto 0;
        left: 0;
        transform: none;
    }
}

.modal-header .close {
    margin-top: 4px;
}
.modal-content{
    border: 2px solid #565656;
    border-radius: 0;
}
#phonemodel .modal-header,#infomodel .modal-header{
    background: #D24A43;
}
#infomodel .content_info{
   text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #565656;
    font-size: 1.05em;   
}
#phonemodel h4.modal-title,.form-message h5,#infomodel h4.modal-title{
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 400;
}
#emailform label b,#phonemodel label.control-label,.jumbotron label.control-label{
    color: red;
}
#phonemodel label.control-label,.jumbotron label.control-label{
    padding-left: 5px;
    display: none;
}
.privacy-text{
    width: 60%;
    font-family: 'Montserrat', sans-serif;
    color: #565656;
    float: left;
    font-size: 0.52em;
}
@media (max-width: 768px) {
    .privacy-text{
        width: 100%;
        float: none;
        font-size: 0.7em;
        margin-bottom: 10px;
    }
}
.help-block{
    color: red;
    display: none;
}
.form-message h5{
    font-size: 1.4em;
    color: #D24A43; 
}
.form-message{
    width: 100%;
    padding: 15px;
    text-align: center;
}
.form-message p{
    color: #565656;
    font-size: 1.0em;
    font-weight: 500;    
}
.map-contact{
    border: solid 2px #E8E8E8;
    margin-bottom: 25px;
}
.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination>.active > span:focus,.pagination > .active > span:hover{
    background-color: #D24A43;
    border-color: #ED0B00;
}
.pagination > li > a,.pagination > li > span{
    color: #D24A43;
}
.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover{
    color: #ED0B00;
}
#tab-rating h3{
   font-size: 16pt;
}
#tab-rating .col-12{
   min-height: 30px;
}
#review{
   margin-bottom: 25px;
}
#tab-rating label{
   font-family: 'Montserrat', sans-serif;
   font-size: 12pt;
}
#logo-danger,#reg-danger{
    text-align: center;
    display: none;
}
#logo-danger p,#reg-danger p{
    font-size: 16px;
    font-weight: 600;
}
#tab-rating .rating-area {
	overflow: hidden;
	width: 265px;
	margin-top: -23px;
}
#tab-rating .rating-area:not(:checked) > input {
	display: none;
}
#tab-rating .rating-area:not(:checked) > label {
	float: right;
	width: 30px;
	padding: 0;
	cursor: pointer;
	font-size: 25px;
	line-height: 25px;
	color: lightgrey;
}
#tab-rating .rating-area:not(:checked) > label:before {
	content: '★';
}
#tab-rating .rating-area > input:checked ~ label {
	color: #D24A43;
}
#tab-rating .rating-area:not(:checked) > label:hover,
#tab-rating .rating-area:not(:checked) > label:hover ~ label {
	color: #D24A43;
}
#tab-rating .rating-area > input:checked + label:hover,
#tab-rating .rating-area > input:checked + label:hover ~ label,
#tab-rating .rating-area > input:checked ~ label:hover,
#tab-rating .rating-area > input:checked ~ label:hover ~ label,
#tab-rating .rating-area > label:hover ~ input:checked ~ label {
	color: #D24A43;
}
#tab-rating .rate-area > label:active {
	position: relative;
}
#review .panel.panel-default{
   font-family: 'Montserrat', sans-serif;
   font-size: 12pt;
}
#review .panel.panel-default .panel-heading{
   background: #F5F5F5;
}
#review .panel.panel-default .panel-heading strong{
   font-weight: 600;
   font-size: 12pt;   
}
#review .panel.panel-default .panel-heading span{
   font-weight: 300;
   font-size: 11pt;
   float: right;
}
#review .panel.panel-default .panel-body{
   background: #FAFAFA;
}
#review .fa.fa-stack{
   font-size: 16pt;
   width: 1.0em;
   height: 1.2em;
   line-height: 2em;
   color: #D24A43;
}
#cur_up{
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: #D24A43;
	color: #FFFFFF;
	opacity: 0.8;
	width: 50px;
	height: 50px;
	border-radius: 60px;
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	z-index: 9990;
	display: none;
	transition: .8s;	
}
#cur_up i{
	margin-top: 13px;
}
#cur_up:hover{
	opacity: 1.0;
	transition: 1.2s;	
}
.form-control:focus{
    border-color: #BDBDBD;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,173,174,.6);
}
