@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');


body {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1c907d;
	font-weight: 800;
	text-transform: uppercase;
}
/* default font size 
.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 26px;
	background: url(../image/h3-line.svg) no-repeat bottom center;
	background-size: 180px 6px;
    padding-bottom: 14px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 24px;
}
h6, .h6  {
	font-size: 24px;
}
a {
	color: #bb8400;
}
a:hover {
	color: #cb8f00;
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, 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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	/*font-size: 14px;*/
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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;
}

img.adaptive {
    max-width: 100%;
    height: auto;
}

.center {
	text-align: center;
}

/* TOP */
#top {
	background-color: #feed00;
}

.top-menu {
	float: left;
	display: inline-block;
}

.top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-menu ul li {
    position: relative;
    display: block;
    float: left;
}

.top-menu a {
    padding: 12px 9px;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    display: inline-block;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.top-menu a:hover, .top-menu a:focus {
    text-decoration: none;
    color: #fff;
    background: #1c907d;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

#top .contacts {
	font-weight: 700;
	padding: 6px 0;
	float: right;
	display: inline-block;
	text-align: right;
}

/* HEADER */
header {
	margin: 12px 0;
}

header .site-logo {
    width: 300px;
    height: 78px;
    background: url(../image/logo.svg) no-repeat center;
    display: inline-block;
    float: left;
}

header .head-txt {
	font-size: 20px;
	text-transform: uppercase;
	color: #1c907d;
	display: inline-block;
	float: left;
	border-left: 6px solid #1c907d;
	padding: 15px;
	margin-left: 18px;
}

header .head-phones {
	background: url(../image/phone-ic.svg) no-repeat left center;
	background-size: 30px 30px;
	font-size: 20px;
	text-transform: uppercase;
	color: #323232;
	display: inline-block;
	float: left;
	padding: 15px 15px 15px 38px;
	margin-left: 18px;
}

header #account.btn, header #cart-button.btn{
	background: #1c907d;
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
}


header #account, header #cart, header #compare {
    float: right;
    display: inline-block;
    position: relative;
    outline: none;
}
/* search */
header .search_block {
    max-width: 260px;
    display: inline-block;
    float: right;
    margin: 18px;
    transition: all 0.3s ease-in-out;
}

header #search .btn-search-input {
    color: #9ea0a3;
    background: #fff url(../image/icons/search.svg) no-repeat center;
    border-left: 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 19px;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    display: inline-block;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

header .input-group .input-lg,
header .btn-group-lg>.btn,
.btn-lg {
    font-size: 14px;
    height: 38px;
    padding: 9px;
    border-right: 0;
}

header #search i.fa.fa-search {
    color: #9ea0a3;
}

header #search-button-sm {
    display: none;
    cursor: pointer;
    background: #229fce url(../image/icons/search-sm.svg) no-repeat left;
    border-radius: 30px;
    padding: 20px;
    margin-left: 9px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

header .input-group .input-lg, header .btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    height: 38px;
    padding: 9px;
    border-right: 0;
}


header #account {
	margin: 20px 6px;
	line-height: 22px;
}

header button.mobile-offcanvas,
header .btn-group.btn-fixed-header {
	margin: 18px 9px 18px 18px;
	padding: 8px;
	border-radius: 6px;
	background: #feed00;
	float: right;
    display: none;
}


.lang-switcher {
	background: #ebebeb;
	border-radius: 6px;
	display: inline-block;
	float: right;
	margin: 20px 6px;
	padding: 1px;
}

/* BRAND BLOCK */
.brand-block {
	background: #feed00 url(../image/brand-bg.jpg) no-repeat center;
	height: 400px;
	display: flex;
	text-align: center;
  	align-items: center;
  	justify-content: center;
}

.brand-logo {
    width: 300px;
    height: 300px;
    background: url(../image/brand-logo.svg) no-repeat center;
    display: inline-block;
    margin: auto auto;
}

.brand-head-text, .brand-phones {
	display: none;
}

.brand-head-text {
	font-size: 23px;
	font-weight: 700;
	margin: 12px 0;
}

.brand-phones {
	font-size: 16px;
}

/* CATEGORY BOX */
.category_box_block {
	text-align: center;
    align-items: center;
    justify-content: center;
}

.category_box {
	display: inline-grid;
	width: 16%;
	text-align: center;
}

.category_box .image {
	padding: 6px 6px;
	position: relative;
}

.category_box .image img.cat-thumb {
	border: 1px solid #dae6e4;
	display: inherit;
}

.cat-dot {
	width: 42px;
	height: 42px;
	position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.category-name {
	height: 42px;
}

/* PAGECATEGORY BOX */
.pagecategory_block .col-md-4 {
	margin-bottom: 18px;
}

.pagecategory_box {
	background: #fbfbfb;
	text-align: center;
	display: inline-block;
}

.pagecategory_box .category-name {
	margin: 18px 0;
	height: 50px;
}

.pagecategory_box .category-name a {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

/* BIG PRODUCT BLOCK */
.big-product-block {
	background: url(../image/big-product-blcock/big-product-blcock-bg.jpg) no-repeat center;
	width: 100%;
	height: 688px;
	padding-top: 28px;
	border-top: 6px solid #1c907d;
}

.big-product-block .h3 {
	background: url(../image/h3-line.svg) no-repeat bottom left;
	background-size: 180px 6px;
	text-align: left !important;
}

.big-product-block ul {
	margin-top: 28px;
}

.big-product-block li {
	list-style: none;
	font-size: 18px;
	margin: 9px 0;
}

.big-product-block li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    margin: 6px;
    background-image: url(../image/cat-dot.svg);
    background-repeat: no-repeat;
}

.big-product-button {
	background-color: #feed00;
	color: #111111;
	font-size: 26px;
	padding: 24px 72px;
	border-radius: 6px;
	display: inline-block;
	float: right;
	margin-top: 80px;
}


/* OUR ADVANTAGES */
.advantages .col-md-3 {
	text-align: center;
}

.advantages .col-md-3 .advantage-name {
	font-size: 22px;
	font-weight: 700;
	color: #111111;
	margin: 24px 0;
}

.advantages .col-md-3 img {
	width: 40%;
}

/* FOUNDER */
.founder_block {
	background: url(../image/founder/bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	/*display: block;*/
}

.founder_block::before {
  content: url("../image/arrow-top.svg");
  height: 36px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.founder_block:after {
  content: url("../image/arrow-bot.svg");
  height: 36px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.founder_block .container {
	padding: 28px 0;
}

.founder_block .h3 {
	text-align: left !important;
	color: #fff;
	background: url(../image/founder/h3-line.svg) no-repeat bottom left;
    background-size: 180px 6px;
    margin-bottom: 18px;
}

.founder_block .ftext {
    color: #ebebeb;
    display: block;
    padding: 18px 0 18px 88px;
    margin: 0 9px;
}

.fic1 {
   	background: url(../image/founder/fic1.svg) no-repeat left center;
    background-size: 74px 74px;
}

.fic2 {
   	background: url(../image/founder/fic2.svg) no-repeat left center;
    background-size: 74px 74px;
}

.fic3 {
   	background: url(../image/founder/fic3.svg) no-repeat left center;
    background-size: 74px 74px;
}

.fic4 {
   	background: url(../image/founder/fic4.svg) no-repeat left center;
    background-size: 74px 74px;
}

.big-founder-button {
    background-color: #feed00;
    color: #111111;
    font-size: 26px;
    padding: 24px 72px;
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-top: 28px;
}

/* NOVA PRODUCT */
.novaproduct {
	background: url(../image/novaproduct/novaproduct-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
	margin: 48px 0;
}

.novaproduct::before {
  content: url("../image/arrow-top.svg");
  height: 36px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.novaproduct .h3 {
	text-align: center;
	color: #fff;
	background: url(../image/founder/h3-line.svg) no-repeat bottom center;
    background-size: 180px 6px;
    margin: 80px 0 48px 0;
}

.npoduct {
	display: block;
	margin: 48px 0;
}

.nimage-block {
	width: 300px;
	display: inline-block;
	float: left;
	margin: 0 36px;
}

.nimage-block img {
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.46); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.46);
}

.ndata-block {
	width: 500px;
	display: inline-block;
	float: left;
}

.npoduct.nright .nimage-block, .npoduct.nright .ndata-block {
	float: right;
	text-align: right;
}

.npoduct.nright .ndata-block a.name {
	padding: 0 52px 0 0;
	background: url(../image/novaproduct/arrow-right.svg) no-repeat center right;
}

.ndata-block a.name {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	margin: 28px 0;
	padding: 0 0 0 52px;
	background: url(../image/novaproduct/arrow-left.svg) no-repeat center left;
}

.ndata-block .price {
	font-size: 34px;
	margin: 18px 0;
	padding: 9px 0;
	font-weight: 800;
	color: #ffed00;
	border-bottom: 1px dotted #ffed00;
}

.ndata-block .price:before {
  display: inline-block;
  content: ' ';
  background-image: url("../image/product/price-ic.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}

.ndata-block button {
    background-color: #feed00;
    color: #111111;
    font-size: 26px;
    padding: 12px 18px;
    border-radius: 6px;
    border: 0;
    display: inline-block;
    margin-top: 18px;
}

/* GUARANTEE */

/* CREDIT */
.credit .container {
	text-align: center;
	padding: 28px;
	border: 1px dotted #378377;
}

.big-credit-button {
    background-color: #d9dbda;
    color: #111111;
    font-size: 26px;
    padding: 18px;
    margin-top: 24px;
    border-radius: 6px;
    display: inline-block;
}

/* CATEGORY */
.category-desc {
	margin-top: 28px;
}

/* CART */
#cart {
	margin: 20px 0 20px 9px;
}

#cart > .btn {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}



/* menu */
#menu {
	background: #feed00;
    border: 0;
    border-radius: 0;
    color: #252525;
    margin: 18px 0;
    text-transform: uppercase;

}

#menu.navbar {
	min-height: auto;
	    text-shadow: none;
}

#menu .nav > li > a {
	color: #252525;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	letter-spacing: 1px;
	font-weight: 700;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	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;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

.dropdown-menu {
	border-radius: 0;
}

.navmenu.navmenu-default.offcanvas-sm button.close-menu {
    background-color: #fff;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.navmenu.navmenu-default.offcanvas-sm button.close-menu i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}

li.category-text, div.category-text {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #252525;
    background: #e3e3e3;
    padding: 5px 9px !important;
}

.nav li.phone, .nav li.phone-dop {
	background: #ebebeb;
    /*padding: 9px;*/
}

/* YOUTUBE VIDEO */
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom: 28px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* content */
#content {
	min-height: 600px;
}

.html-block {
	margin: 78px 0;
}

.html-block h2 {
	text-align: left;
	text-transform: none;
	margin-bottom: 28px;
}

.html-block .h3 {
	text-align: center;
	margin-bottom: 28px;
}


.html-block .row {
	margin-bottom: 48px;
}

.founder {
	text-align: center;
}

.founder-text {
    margin: 9px 0;
    font-size: 26px;
    line-height: 34px;
}


.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

/* NEWS */
.news .h3 {
	text-align: center;
	margin: 28px 0;
}

.news .h4 {
	font-size: 18px;
	margin: 12px 0;
}

.news .button-group {
	display: none;
}

.news p {
	margin: 9px;
}

/* REVIEW CAROUSEL */
.owl-carousel-review {
	background: #fff;
	padding: 18px;
	box-shadow: 0 0 0 1px #e9d0bd, 0 0 0 3px #c88a5a;
}

.owl-carousel-review .row {
	margin: 0;
}

.owl-carousel-review .owl-pagination {
	margin: 18px 0;
}

.autor-link {
	font-size: 18px;
	font-weight: 700;
}

address {
	margin: 18px 0;
}

.vid-phone {
	margin: 9px;
}

/* footer */
footer {
	background: #443d36 url(../image/footer-bg.jpg) no-repeat center bottom;
	margin-top: 30px;
	color: #e2e2e2;
}

footer::before {
    content: url(../image/arrow-top.svg);
    height: 36px;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

footer .row {
	padding: 18px 0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a, footer a:visited {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

footer .site-logo {
    width: 240px;
    height: 63px;
    background: url(../image/logo-footer.svg) no-repeat center;
    display: block;
}

footer .h6 {
	margin-top: 28px;
    color: #fff;
    font-size: 14px;
}

footer ul li {
    margin: 9px 0;
}

footer ul li.phone {
    background: url(../image/icons/phone-footer.svg) no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
}

footer ul li.mail {
    background: url(../image/icons/mail-footer.svg) no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
}

footer .social img {
    max-width: 100%;
    width: 40px;
    height: 40x;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.footer-botttom {
	color: #ebebeb;
	background: #100a0a;
	padding: 9px 0;
}

img.social {
	width: 26px;
	height: 26px;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
ul.breadcrumb {
    background: transparent;
    padding: 9px 0;
    margin: 12px 0;
}

ul.breadcrumb li a,
ul.breadcrumb li a:visited {
    color: #727272;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 14px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
}
.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: 14px;
}
.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: #fff;
	background-color: #1c907d;
	border: 0;
}

.btn-primary {
	color: #ffffff;
	background-color: #1c907d;
	border: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #df8e50;
	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;
    background-color: #ed1c24;
    border: 0;
}
.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 {
	border-color: rgba(0, 0, 0, 0);
	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;
}
/* 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;
}

.featured .h3 {
	text-align: center;
	margin-bottom: 28px;
}

.slogan {
	margin: 18px auto;
	display: block;
	text-align: center;
	width: 80%;
}


/* product list */
.product-thumb {
	background: #fff;
	/*background: url(../image/product/c-left.svg) no-repeat top left, url(../image/product/c-right.svg) no-repeat top right;*/
	background-size: 16px 16px;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 18px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.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;
}

.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	min-height: 80px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}

.product-thumb .price {
	font-size: 20px;
	font-weight: 800;
	color: #2a2a2a;
	padding: 15px;
}

.product-thumb .price:before {
  display: inline-block;
  content: ' ';
  background-image: url("../image/product/price-ic.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	overflow: auto;
}

.product-layout .name {
	margin: 9px 6px;
	font-size: 18px;
	line-height: 24px;
	color: #3f2714;
    height: 72px;
    overflow: hidden;
    display: block;
}

.product-layout ul.hide-group, .product-thumb ul.hide-group {
    padding: 0;
    margin: 9px 0;
    list-style: none;
    position: absolute;
    right: 24px;
    z-index: 12;
    opacity: 0;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.product-layout ul.hide-group li button, .product-thumb ul.hide-group li button {
    background: rgb(243,243,243);
    border: 0;
    padding: 8px 10px;
    border-radius: 6px;
}

.product-thumb:hover ul.hide-group,
.product-thumb:focus ul.hide-group {
    opacity: 1;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.product-layout ul.hide-group li, .product-thumb ul.hide-group li {
    margin-bottom: 9px;
}


.product-thumb .button-group button {
	border: none;
	display: inline-block;
	width: 48%;
	height: 48px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/*background: url("../image/product/c-left.svg") no-repeat top left, url("../image/product/c-right.svg") no-repeat top right;*/
	background-size: 16px 16px;
	background-color: rgb(243,243,243);
    color: #5b5b5b;
    float: left;
}

.product-layout .btn.one-click, .product-thumb .btn.one-click {
	border: none;
	display: inline-block;
	width: 52%;
	height: 48px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/*background: url("../image/product/c-left-now.svg") no-repeat top left, url("../image/product/c-right-now.svg") no-repeat top right;*/
	background-size: 16px 16px;
	background-color: #e0f1ff;
    color: #5b5b5b;
    padding: 7px 0;
}


.product-thumb .button-group button i, .product-layout .btn.one-click i, .product-thumb .btn.one-click i {
	color: #1c907d;
	font-size: 22px;
	padding: 6px;
	vertical-align: middle;
}

.product-thumb .button-group span {
	vertical-align: middle;
}

.product-thumb .button-group button:hover{
	/*background: url("../image/product/c-left-act.svg") no-repeat top left, url("../image/product/c-right-act.svg") no-repeat top right;*/
	background-size: 16px 16px;
	background-color: #feed00;
	text-decoration: none;
	cursor: pointer;
}

 .product-layout .btn.one-click:hover, .product-thumb .btn.one-click:hover  {
 	/*background: url("../image/product/c-left-act.svg") no-repeat top left, url("../image/product/c-right-act.svg") no-repeat top right;*/
	background-size: 16px 16px;
 	background-color: #83c5ff;
	text-decoration: none;
	cursor: pointer;
 }

.product-thumb:hover,
.product-thumb:focus {
	/*background: url(../image/product/c-left-act.svg) no-repeat top left, url(../image/product/c-right-act.svg) no-repeat top right;*/
	background-size: 16px 16px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}


.product-inside h1, .product-inside .h1 {
	font-size: 30px;
	text-transform: none;
}

/* INFO ICONS */
.icon-right {
    border: 1px solid #e5e5e5;
    padding: 9px;
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    margin-bottom: 9px;
}

.icon-right .name-right {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.icon-right.icon1 {
    background: url(../image/icons/icon-right1.svg) no-repeat;
    background-size: 54px 54px;
    padding-left: 58px;
}

.icon-right.icon2 {
    background: url(../image/icons/icon-right2.svg) no-repeat;
    background-size: 54px 54px;
    padding-left: 58px;
}

.icon-right.icon3 {
    background: url(../image/icons/icon-right3.svg) no-repeat;
    background-size: 54px 54px;
    padding-left: 58px;
}

.more-info {
	background: #fcfcfc;
	padding: 9px;
	margin: 18px 0;
	
}

.more-info .more-name {
	color: #7d7d7d;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 9px;
	font-size: 15px;
}

.more-info p {
	color: #7d7d7d;
}

.more-info .soc-group img {
	width: 32px;
	height: 32px;
	margin: 6px 4px;
}


/* PRODUCT CATEGORY */
.product-category h1 {
	margin-top: 0;
	margin-bottom: 9px;
}


/* ONE CLICK */
.mfp-content > .product-popup {
    display: block;
    text-align: center;
}

.mfp-content > .pp-img-wrap {
    text-align: center;
}

.pp-img-wrap > img {
    max-width: 60%;
    width: 60%;
}

.product-popup > h3 {
    text-align: center;
    margin: 30px 0 15px;
}

.product-popup .price-new {
    color: #0c86e5;
    font-weight: 800;
    font-size: 18px;
    margin-top: 9px;
}

.product-popup .price-old {
	color: #707070;
    text-decoration: line-through;
    font-weight: 800;
    font-size: 18px;
    margin-top: 9px;
}

.product-popup {
    background-color: #FFF;
    max-width: 320px;
    height: auto;
    position: relative;
    margin: auto;
    display: none;
}

.callback-form > form {
    position: relative;
    margin-top: 15px;
}

.callback-form > .h2,
.product-popup > .h2 {
	font-size: 20px;
    background: #fbfbfb;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 18px;
}

.callback-form > p {
    text-align: center;
}

.ajax-form {
    position: relative;
    padding: 9px;
}

.ajax-form > button {
    margin: 9px 0;
}

.ajax-form .form-control {
    margin: 6px 0;
}

.mfp-content .name {
    font-weight: 400;
    padding: 0 9px;
}

button.mfp-close {
    top: 5px;
    font-size: 32px;
}

.success-popupform {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 27% 10% 10%;
    display: none;
    font-size: 18px;
}

.success-popupform .ok {
    background: url(../image/icons/ok.svg) no-repeat;
    width: 88px;
    height: 88px;
    display: block;
    margin: 0 auto 18px auto;
}




.quantity button.btn {
	padding: 6px 9px;
	
}

.quantity button.btn-primary {
	box-shadow: none;
}

/* SHIPPING */
label[for=nova_poshta.nova_poshta] {
    background: url(../image/payment/nova-poshta.png) no-repeat;
    height: 36px;
    padding-left: 38px;
    float: left;
}


/* NEWS */
.news-thumb {
	background: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 6px;
    margin-bottom: 18px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.news-thumb:hover, .news-thumb:focus {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.news-thumb img {
	display: inline-block;
}


.news-thumb h4 {
	font-size: 18px;
	text-transform: none;
}

@media (max-width: 1765px) {
	header .head-txt, header .head-phones  {
		display: none;
	}

	.brand-block {
		display: block;
	}

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

	.brand-head-text, .brand-phones {
		display: block;
	}
}



@media (max-width: 1200px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/

	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}

	header .site-logo {
	    width: 68px;
	    height: 68px;
	    background: url(../image/logo-sm.svg) no-repeat left;
	    margin: 0;
	}
}

@media (max-width: 991px) {
	.category_box {
		width: 48%;
	}

	.category_box .category-name {
		height: 44px;
	}

	#cart span#cart-total {
    	background: #fff;
    	height: 18px;
    	width: 18px;
    	padding: 4px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	border-radius: 30px;
    	display: block;
    	line-height: 10px;
    	color: #111111;
    	position: absolute;
    	bottom: 28px;
    	left: 30px;
    	overflow: hidden;
	}
}



@media (max-width: 767px) {

	#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;
	}
	.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
	}

	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}

	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/

	.table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: unset;
    }

}


@media (max-width: 478px) {

	#cart .dropdown-menu {
		width: 100%;
	}

	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	.product-list .product-thumb .button-group {
		border-left: none;
	}

}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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;
	display: inline-block;
}

@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;
	}
}

@media (max-width: 991px) { 

	#top {
		display: none;
	}

	header {
		margin-bottom: 9px;
	}

	header button.mobile-offcanvas {
        display: inline-block;
    }

    .navmenu, .navbar-offcanvas {
    	width: 280px !important;
	}

	#cart span#cart-total span.cart-text {
        display: none;
	}

	#cart span#cart-total {
        background: #ebebeb;
        height: 18px;
        width: 18px;
        padding: 4px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        display: block;
        line-height: 10px;
        color: #111111;
        position: absolute;
        bottom: 28px;
        left: 30px;
    }

    .cont-menu {
    	display: none;
    }

    h1, .h1 {
    	font-size: 32px;
    }

}


/* 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%;
    }
}

@media (max-width: 768px) {

	header button.mobile-offcanvas, header .btn-group.btn-fixed-header {
		margin: 18px 0 18px 18px;
	}

	.brand-block {
		height: 220px;
	}

	.brand-logo {
		width: 120px;
		height: 120px;
	}

	.brand-head-text {
		font-size: 16px;
		margin: 6px 0;
	}

	.brand-phones {
		font-size: 14px;
	}

	.category_box_block {
		margin: 0 9px;
	}

	.ndata-block {
		width: 100%;
	}

	.html-block .row {
		margin-bottom: 12px;
	}

	.founder_block .h3 {
		text-align: center !important;
		background: url(../image/founder/h3-line.svg) no-repeat bottom center;
		background-size: 6px 40px;
	}

	.advantages .col-md-3 {
		height: 220px;
		margin-bottom: 18px;
	}

	.founder_block .col-md-4 {
		display: none;
	}

	.novaproduct .h3 {
		margin: 40px 0;
	}

	.ndata-block .price {
		text-align: center;
	}

	.npoduct, .npoduct.nright .nimage-block, .npoduct.nright .ndata-block {
		text-align: center;
	}

	.big-product-block .h3 {
		text-align: center !important;
		background: transparent;
	}

	.big-product-block {
		background: url(../image/big-product-blcock/big-product-blcock-bg-mob.jpg) no-repeat center;
		height: 520px;
	}

	.big-product-button {
		display: table;
		margin: 28px auto;
		float: none;
	}

	.product-layout .name {
		font-size: 16px;
	}

	.product-thumb .price {
		font-size: 18px;
	}

}



@media (max-width: 480px) {

	.nav-tabs>li>a {
	    font-size: 14px;
	    padding: 7px 7px;
	}

	.footer-botttom {
		text-align: center;
	}

	.category_box {
		height: 214px;
	}


}

/* 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;
}

/* 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;
}


/* стиль кнопки */
a.boot {
-webkit-transform: translate3D(0, 0, 0);
    -webkit-backface-visibility: hidden;
    color: #10624b;
    padding: 10px 8px 14px;
    font-family: "Helvetica";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    width: 180px;
    margin: 10px auto;
    text-align: center;
}
a.boot:after {
  padding: 0;
  border: 2px solid #000000;
  content: '';
  width: 95%;
  height: 46px;
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
a.boot:before {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  border-left: 15px solid white;
  box-shadow: -20px 30px 30px white;
  background: transparent;
  top: 0px;
  left: -15px;
  margin-left: -1px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
 a.boot:hover:before, a.boot:active:before, a.boot:focus:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(115%, 0);
  -moz-transform: translate(115%, 0);
  -ms-transform: translate(115%, 0);
  -o-transform: translate(115%, 0);
  transform: translate(115%, 0);
}