@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic');
body {
	font-family: 'verdana', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
#myTops {
    position: fixed;
    top: 74%;
    background: #0089D0;
    z-index: 9999999;
    right: 5%;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: white;
    line-height: 18px;
    height: 20px;
    }
.fa {
	font-size: 14px;
}
.fa-search {
    color: #0089d0;
    font-size: 20px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, button, .btn {
    outline: none !important;
    }
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
    font-weight: bold;
    font-family:'Roboto Condensed', sans-serif;
    color: #444;
}
label {
	font-size: 12px;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    }
.img-thumbnail {
    border-radius: 0;
    }
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	font-weight: bold;
}
.qc-coupon,.qc-voucher {
    display:none !important;
    }

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
    }
/* top */
#top {
	background-color: #0089d0;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif;
    font-size: 14px;
    }
#top a {
    color: #fff;
    }
#top a:hover, #top .btn-link:hover, #top-links a:hover {
    color: rgba(255,255,255,.75);
    }
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
    vertical-align: top;
    font-weight: bold;
    position: relative;
    }
.logined .font-12 {
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 100%;
    width: 200px;
    right: 0;
    text-align: right;
}
#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: 8px;
}
#top-links a + a {
	margin-left: 15px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    }
#top .nav>li>* {
    padding: 10px;
    background: transparent;
    display: block;
    cursor: pointer;
    font-weight: bold;
    }
#top .dropdown-toggle::after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 4px;
     font-weight: normal !important;
    }
#top li .dropdown-menu {
    display: none;
    background-color: #fff !important;
    list-style: none;
    }
#top li .dropdown-menu a {
    font-weight: bold;
    font-size: 12px;
    color: #6a6a6a;
    }
#top li .dropdown-menu a:hover {
    color: #555;
    }
#top .open .dropdown-menu {
    display: block;
    }
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    }
.header-contacts {
    text-align: right;
    }
.header-contacts span {
    display: inline-block;
    padding: 10px 5px;
    font-weight: bold;
    }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    }
#top .dropdown-menu {
    background-color: #0089d0;
    border-radius: 0;
    }
#top .dropdown-menu li > a:hover {
    background: transparent;
    }
/* logo */
#logo {
	margin: 0 0 10px 0;
    text-align: center;
    }
#logo img {
    max-width: 100%;
    }
/* search */
#search {
	margin-bottom: 10px;
    /*border-bottom: 2px solid transparent;*/
    transition: .2s;
    }
/*#search:hover {
    border-bottom: 2px solid #0089d0;
    }*/
/*#search .blue-underline {
    border-bottom: 2px solid #0089d0;   
    clear: both;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    }
#search:hover .blue-underline {
    opacity: 1;
    }*/
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    /*opacity: 0;*/
    transition: 0.2s;
    -webkit-transition: 0.2s;
    border-bottom: 2px solid #0089d0;
    }
#search:hover .input-lg, #search .input-lg:focus {
    opacity: 1;
    }
#search .btn-lg {
	font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    }
#search .dropdown-menu {
    border-radius: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1002;
    padding: 0 !important;
    border: none !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    }
#search .dropdown-menu li {
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important;
    transition: .2s;
    -webkit-transition: .2s;
    box-shadow: inset 0px 0 0 0 rgba(0, 137, 208, 0);
    }
#search .dropdown-menu li:hover {
    box-shadow: inset -5px 0 0 0 rgba(0, 137, 208, 1);
    }
#search .dropdown-menu .search-thumb {
    margin-right: 10px;
    }
#search .dropdown-menu .search-name, #search .dropdown-menu .search-price {
    float: none !important;
    line-height: 1.2em;
    color: #444;
    font-family:'Roboto Condensed', sans-serif;
    font-size: 14px;
    }
#search .dropdown-menu .search-price {
    color: #0089D0;
    }
/* ---------------- compare -------------- */
.product-compare .btn {
    max-width: 200px;
    }
.product-compare .table>tbody>tr>td {
    width: 1%;
    }
.table>tbody+tbody, .product-compare thead tr {
    border-top: none;
    }
.product-compare tr{
    border-top: 1px solid #eee;
    }
.product-compare .buttons {
    text-align: right;
    }
.product-compare strong {
    font-family:'Roboto Condensed', sans-serif;
    font-size: 16px
    }
/*----------cart ------------*/
#cart {
	margin-bottom: 10px;
    }
#cart button {
    background: none;
    border: none;
    }
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	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%;
}
#top #cart .cart-dropdown {
    padding: 15px;
    min-width: 200px;
    background-color: #fff !important;
    color: #444;
    }
.cart-dropdown .btn-danger {
    color: #7D7D7D;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    }
#cart .img-thumbnail {
    min-width: 50px;
    border: none;
    }
#top #cart .cart-dropdown a, #top #cart .cart-dropdown li {
    color: #444;
    }
#top #cart .cart-dropdown a {
    display: inline-block;
    }
#top #cart .cart-dropdown table, #top #cart .cart-dropdown tr, #top #cart .cart-dropdown td {
    background-color: transparent;
    border: none;
    }
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 280px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* -------------------CART PAGE -------------*/
.input-group.btn-block button {
    height: 34px;
    padding: 6px 15px;
    }
thead {
    font-weight: bold;
    }

/* menu */
#menu {
    font-family: 'Roboto Condensed', sans-serif;
    }
#menu .nav {
    text-align: center;
    }
#menu .nav > li > a {
    position: relative;
	color: #6a6a6a;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    }
#menu .nav > li {
    border-right: 1px solid #949595;
    vertical-align: middle;
    }
#menu .nav > li:last-child {
    border-right: none;
    }
#menu .nav > li > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background-color: transparent;
    top: 10px;
    bottom: 10px;
    right: 0;
    }
#menu .nav > li:last-child > a {
    color: red;
}
#menu .nav > li:last-child > a::after {
    display: none;
    }
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
    color: #0089d0;
    }
#menu .dropdown-inner {
	display: block;
    }
#menu .dropdown-inner .dropdown-children {
	display: block;
    list-style: none;
    padding: 0;
    }
#menu .dropdown-inner .dropdown-children a {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    text-transform: none;
    }
 #menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    }
#menu .dropdown-inner li a:hover {
	text-decoration: underline;
    }
#menu .see-all {
	display: block;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
    float: left;
    width: 100%;
    font-weight: bold;
    color: #555;
    }
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: underline;
	background-color: transparent;
    }
#menu #category {
    float: right;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    color: #0089D0;
}
#menu .btn-navbar {
    color: #FFF;
    padding: 10px 18px;
    line-height: 0;
    background-color: #0089D0;
    border: none !important;
    border-radius: 0 !important;
    top: -4px;
    }
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #0078c0;
    }

@media (min-width: 768px) {
	/*#menu .dropdown:hover .dropdown-menu {
		display: block;
	}*/
}
@media (max-width: 767px) {
	#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-menu {
    left: 0;
    top: 100%;
    width: 100%;
    margin-left: 0 !important;
    padding: 0 0 10px;
    margin: 0;
    border-top: 1px solid #6a6a6a;
    box-shadow: none;
    border-radius: 0;
    }
#menu .dropdown>.dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 100%;
    width: 2000px;
    background-color: #fff;
    border-top: 1px solid #6a6a6a;
    }
#menu .dropdown>.dropdown-menu::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 100%;
    width: 2000px;
    background-color: #fff;
    border-top: 1px solid #6a6a6a;
    }
#menu .dropdown-inner {
    width: 100%;
    }
#menu .nav>li {
    position: static;
    } 
.dropdown-inner>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    }
.dropdown-menu-image {
    text-align: center;
    }
.dropdown-menu-image img {
    max-width: 100%;
    max-height: 120px;
    }

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
    max-width: 1140px;
    margin: 10px auto;
    }
.well {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    }
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
    }
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb a {
    color: #888;
    }
.breadcrumb a:hover {
    color: #0089d0;
    text-decoration: underline;
    }
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: ' /';
    color: #BFBFBF;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 2px;
    }
.pagination {
	margin: 10px 0;
    }
 .pagination a, .pagination span {
    border-radius: 0 !important;
 }
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0089d0;
    color: #ffffff;
 }
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 18px;
	font-size: 16px;
	border: none;
	border-radius: 0 !important;
	box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.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, .btn-warning, .btn-danger, .btn-info, .btn-link, .btn-inverse {
	color: #333;
    padding: 10px 18px;
    background-color: #d7d7d7;
    border-radius: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    }
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.active:hover, .btn-default.disabled, .btn-default[disabled],
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled],
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],
.btn-link, .btn-link:active, .btn-link[disabled],
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #444;
    background-color: #ddd;
    } 
.btn-primary {
	color: #FFF;
    padding: 10px 18px;
    background-color: #95ba62;
    border-radius: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.active:hover, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #658932;
    }
/*.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 {
	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);
}*/
.panel {
    border-radius: 0;
    }
/* -----------CONTACT BUTTON----------*/
.contact-btn {
    position: fixed;
    top: 20%;
    right: 20px;
    width: 62px;
    height: 62px;
    border-radius: 62px;
    color: #0089d0;
    text-align: center;
    background-color: #46b3df;
    z-index: 1001;
    }
.contact-btn:hover {
    color: #fff;
    }
.contact-btn .fa {
    font-size: 44px;
    line-height: 64px;
    }

.contact-btn::before {
    content: '';
    display: block;
    border: 1px solid #0089d0;
    position: absolute;
    z-index: -1;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
    border-radius: 50%;
    transition: .2s;
    -webkit-transition: .2s;
    }
.contact-btn:hover::before {
    top: -11px;
    left: -11px;
    bottom: -11px;
    right: -11px;
    }
/* ANIMATION ---------------------------*/
.contact-btn .fa{
  animation: call linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: call linear 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: call linear 5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: call linear 5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: call linear 5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes call{
  0% {    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;   }
  80% {    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  82% {    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  84% {    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  86% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  88% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  92% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  94% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  96% {    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  98% {    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
}
@-webkit-keyframes call{
   0% {    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;   }
  80% {    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
  82% {    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  84% {    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;  }
  86% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  88% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  90% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  92% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  94% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  96% {    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;  }
  98% {    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;  }
  100% {    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;  }
}
/* 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;
}
.list-group a.child.active {
    background-color: #0089d0;
    color: #ffffff;
    }
/* 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;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
}
.rating .fa-stack, .star-rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o, .star-rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star, .star-rating .fa-star {
    color: #f29620;
	font-size: 15px;
    }
.rating .fa-star + .fa-star-o, .star-rating .fa-star + .fa-star-o {
    color: #f29620;
    } 
.fa-stack {
    width: 14px;
    height: 14px;
    }

h2.price {
	margin: 0;
}
.product-thumb .description {
    padding: 0 10px;
}
.product-thumb .price {
    color: #444;
    font-size: 24px;
    margin-top: 10px;
    }
.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 {
    border-top: none;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
    }
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    background-color: #d7d7d7;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555;
    }
.product-thumb .button-group button + button {
	width: 50%;
	border-left: 2px solid #fff;
    background-color: #95b961;
    color: #fff;
    }
.product-thumb .button-group button + button:hover {
    background-color: #658932;
    color: #fff;
    }
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/
    .product-thumb .button-group button {
        font-size: 11px;
        }
    }
@media (max-width: 767px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.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;
	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%;
}
/*===========CONTENT==========*/
#content h2, .recomended h2 {
    color: #6a6a6a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    }
/*--text pages -----*/
.text-page h1 {
    text-align: center;
    }
/*--contacts page -----*/
.contacts-page .fa {
    font-size: 28px;
    vertical-align: middle;
    }
.contacts-page .fa-envelope-o {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    top: -2px;
    }
.contacts-page .contacts-text {
    margin: 0 -4px;
    }
.contacts-block {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    }
@media (max-width:992px){
    .contacts-block {
    display: block;
    width: 100%;
    }
}
.contacts-block strong {
    font-size: 20px;
    }
.grey {
    background-color: #c7cacc;
    }
.blue {
    background-color: #84cfeb;
    }
.contacts-text .grey, .contacts-text .blue {
    padding: 30px;
    border: 4px solid #f1f5f8;
    }
address {
    margin: 0;
    }
.contacts-page .contacts-form {
    clear: both;    
    margin: 30px 0;
    padding: 0 20px 20px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    }
.contacts-form h3 {
    color: #6a6a6a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    }
.contacts-form label {
    font-size: 14px;
    margin: 0;
    }
.contacts-form .line {
    margin-bottom: 10px;
    }
@media (min-width:992px){
    .line {
        margin: 0 -4px;
        overflow: hidden;
        }
    .half{
        width: 50%;
        float: left;
        padding: 0 4px;
        }
    }
/*trust-page*/
.trust {
    padding: 0;
    }
.trust li {
    display: inline-block;
    list-style-type: none;
    width: 25%;
    padding: 15px;
    text-align: center;
    vertical-align: text-top;
    }
.trust li a {
    display: block;
    color: #444;
    }
.trust li h3 {
    font-size: 16px;
    }
.trust li img {
    max-width: 100%;
    }
@media (max-width:992px){
    .trust li {width: 50%;}
    }
@media (max-width:500px){
    .trust li {width: 100%;}
    }
/* pricelist */
.tool-pricelist label.up {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    }
.tool-pricelist .jq-checkbox {
    float: right;
    }
/*======================product======================*/
#namesProduct {
    margin-top: 0;
    }
.product-share {
    float: right;
    width: 265px;
    }
.product-share a {
    display: inline-block;
    vertical-align: top;
    }
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
    }

/* Missing focus and border color to overwrite bootstrap */
.blue-bg {
    background-color: #f1f5f8;
    }
.white-bg {
    background-color: #fff;
    }
/* ----------product list---------- */
.product-thumb {
	border: 1px solid transparent;
	margin-bottom: 20px;
	overflow: auto;
    background-color: #fff;
    transition: .2s;
    -webkit-transition: .2s;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    }
.product-thumb::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
.product-thumb .image {
	text-align: center;
    font-family:'Roboto Condensed', sans-serif;
    }
.product-thumb .image a {
	display: block;
    font-weight: normal;
    font-size:  16px;
    color: #444;
    }
.product-thumb .star-rating, .product-thumb .category-name, .product-thumb h4 {
    height: 20px;
    }
.product-thumb .image a:hover {
    color: #444;
    }
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    }
.product-grid .product-thumb .image {
	float: none;
    height: 415px;
    margin-bottom: 10px;
    }
#content .product-layout.product-grid {
    padding: 5px;
    height:  415px;
    overflow: hidden;
    }
#content .pod-category-list .product-layout.product-grid {
    height:  328px;
    }
.pod-category-list .product-grid .product-thumb .image {
    height: 310px;
    }
#content .pod-category-list .product-layout.product-grid .product-thumb {
    max-height: 405px;
    }
#content .product-layout.product-grid:hover {
    overflow: visible;
    z-index: 3;
    }
#content .product-layout.product-grid:hover .product-thumb {
    border: 1px solid #8E8E8E;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    }   
.product-thumb .table td, .product-thumb table {
    font-size: 11px;
    border: none !important;
    padding: 0;
    }
.product-thumb table {
    padding: 0 10px;
    }
.product-thumb .image {
    padding: 5px;
    }
.product-thumb .caption {
    padding: 0;
    }
.product-thumb .sticker {
    position: absolute;
    top: 0;
    right: 0;
    }
.product-thumb .sticker .fa {
    color: #0089d0;
    font-size: 30px;
    padding: 4px;
    }
/*---------product--------*/
.tovar {
    padding-top: 40px;
    }
.tovar .thumbnail {
    border: none;
    outline: none !important;
    }
#content  h1, #content .tovar h2, .recomended .price, .tovar h3 {
    color: #555;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    }
.rating a {
    vertical-align: middle;
    }
.gift .fa {
    font-size: 25px;
    color: #0089D0;
    vertical-align: middle;
    }
.gift a {
    color: #666;
    }
.product-buttons {
    overflow: hidden;
    }
.product-buttons .price {
    text-align: right;
    text-transform: none !important;
    }
.product-buttons label {
    float: left;
    margin-right: 4px;
    line-height: 45px !important;
    }
.product-buttons .btn {
    min-width: 200px;
    }
#input-quantity {
    width: auto;
    float: left;
    margin-right: 4px;
    height: 45px;
    }
.btn-green, .btn-grey {
    border-radius: 0;
    border: none;
    font-size: 18px !important;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 45px;
    line-height: 1.4em;
    }
.btn-grey {
    background-color: #d7d7d7;
    color: #555454;
    }
.btn-green {
    background-color: #95ba62 !important;
    color: #fff !important;
    }
.btn-green:hover {
    background-color: #658932 !important;
    }

#top .btn-blue-bordered {
    border: 2px solid #46b3df;
    margin: 4px 0 0;
    padding: 6px 6px 4px !important;
    }

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: none;
    }
.nav-tabs.nav-justified li a {
    border-radius: 0;
    height: 70px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: #84cfeb;
    padding: 20px 15px 15px;
    border: none;
    border-right: 1px solid #fff !important;
    }
.nav-tabs.nav-justified li:last-child a {
    border: none !important;
    }
.product-tabs-nav {
    margin-top: 40px;
    }
.product-tabs-nav li.active a {
    background-color: #0089d0 !important;
    color: #fff !important;
    border-bottom: none !important;
    }
.product-tabs {
    background-color: #fff;
    padding: 20px 40px;
    }
.product-tabs td, .product-tabs tr, .product-tabs table {
    border: none !important;
    }
.product-tabs .fa-star, .product-tabs .fa-star-o {
    color: #f29620;
    }
.product-tabs h2 {
    font-size:  16px !important;
    }
.share42init {
    float: right;
    }
.share42-item a:hover {
    background-image: url(../image/icons-hover.png) !important;
    }
/* ---- recomended-items ---- */
.recomended .row {
    margin: 0 -5px;
    }
.recomended .row>div {
    padding: 0 5px !important;
    }
.recomended {
    margin-top: 40px;
    }
.recomended h2 {
    font-size: 18px !important;
    }
.recomended .product-thumb {
    padding: 10px;
    text-align: center;
    }
.recomended h4 {
    height: 40px;
    }
.recomended h4 a {
    color: #555;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    }
.recomended .rating {
    height: 30px;
    }
.recomended .product-thumb::after {
    display: none;
    }
.recomended .description {
    height: 60px;
    overflow: hidden;
    }
.recomended .price {
    }
/*-------slideshow--------*/
.slideshow-tpl.owl-carousel {
    margin: 0 -15px 20px;
    background-color: #838484;
    width: auto;
    }
.slideshow-tpl .owl-wrapper-outer {
    border: none;
    border-adius: none;
    }
.slideshow-tpl .item {
    max-width: 1140px;
    margin: 0 auto;
    }
.slideshow-tpl .item img {
    max-width: 100%;
    }
/*OWL CARUSEL*/
#content .owl-controls .owl-page span {
    background-color: #949595;
    }
#content .owl-controls .owl-page.active span {
    background-color: #0089d0;
    }
#content .owl-pagination {
    background: #fff;
    padding-top: 35px;
    top: 0;
    }
#content .owl-carousel .owl-buttons div {
    color: #088cd1;
    text-shadow: none;
    }
#column-left .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    }
#column-left .owl-carousel p {
    padding: 0 10px;
    }
#column-left .owl-carousel .carousel-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    opacity: .9;
    }

/*------------categories----------*/
.hide-overflow {
    overflow: hidden;
    margin: 0 -15px;
    }
.category-on-main {
    display: block;
    text-align: center;
    }
.categories h3 {
    font-size: 30px;
    color: #6a6a6a;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    }
.categories>div {
    position: relative;
    border: 5px solid white;
    padding-top: 20px;
    padding-bottom: 30px; 
    height: 405px;
    }
.categories>div:nth-child(6n),
.categories>div:nth-child(6n+1),
.categories>div:nth-child(6n+2) {
    background-color: #c7cacc;
    }
.categories>div:nth-child(6n+3),
.categories>div:nth-child(6n+4),
.categories>div:nth-child(6n+5) {
    background-color: #84cfeb;
    }
.categories>div:nth-child(3n)::after, .categories>div:nth-child(3n+1)::after {
    content:'';
    display: block;
    position: absolute;
    width: 1000px;
    top: 0;
    bottom: 0;
    background-color: inherit;
    }
.categories>div:nth-child(3n)::after {
    left: 100%;
    }
.categories>div:nth-child(3n+1)::after {
    right: 100%;
    }
.trust-header {
    color: #6a6a6a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
    text-transform: uppercase;
    }
.trust-header+div {
    text-align: center;
    }
.categoryTitle {
    color: #6a6a6a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    }
.pod-category-list {
    padding: 0;
    margin: 0 -5px;
    display: table;
    width: 100%;
    }
.pod-category {
    width: 25%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    }
.pod-category a {
    color: #848484;
    background-color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    min-height: 300px;
    text-decoration: none !important;
    }
.pod-category .name {
    padding: 10px 0;
    min-height: 60px;
    font-size: 14px;
    }
.pod-category .readmore span {
    padding: 10px 15px;
    background-color: #95b961;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    }
.pod-category .readmore span:hover {
    background-color: #658932;
    }
.pod-category img {
    max-width: 100%;
    }
.pod-category-description {
    background-color: #fff;
    padding: 15px;
    margin: 30px 0;
    }
#compare-total {
    background: #0089D0;
    color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 1.42857143;
    }
.form-control {
    border-radius: 0;
    }
#content label.control-label {
    line-height: 30px;
    }
#confirm_comment_input label.control-label {
    line-height: 1.5em;
    }
.list-group-item {
    border-radius: 0 !important;
    }
/* ------------ about ----------- */
.about {
    background-image: url(../image/about-bg.jpg);
    background-size: cover;
    color: #fff;
    margin: 50px -15px 0;
    padding-bottom: 80px;
    font-size: 15px;
    text-align: justify;
    }
#content .about h2 {
    color: #fff;
    }
/*-------------benefits-------*/
.benefits {
    margin: 60px 0;
    overflow: hidden;
    }
.benefits .item {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
    }
.benefits .item-image {
    margin-bottom: 30px;
    }
.benefits .item-text {
    font-size: 16px;
    }
/*----------news---------------*/
.home-page #column-left {
    width: 100% !important;
    }
#news .owl-wrapper-outer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    }
#news {
    background-color: #c7cacc;
    overflow: hidden;
    }
#news-carousel {
    background-color: transparent;
    margin-bottom: 30px;
    }
#news-carousel .owl-wrapper-outer {
    border: none;
    }
#news-carousel .owl-carousel {
    background-color: transparent;
    }
#news-carousel .owl-item {
    padding: 0px 8px;
    }
#news-carousel .item {
    display: block;
    background-color: #fff;
    overflow: hidden;
    color: #6a6a6a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    }
#news-carousel h4 {
    color: #6a6a6a;
    font-size: 24px;
    height: 52px;
    }
.news-item-image {
    padding: 15px;
    width: 36%;
    text-align: center;
    float: left;
    }
.news-item-text {
    padding: 50px 15px 15px;
    width: 64%;
    float: left;
    text-align: left;
    }
.news-item-description {
    height: 140px;
    overflow: hidden;
    }
#news-carousel img {
    max-width: 100%;
    }
/*lin*/
.tac
{
    text-align: center;
}
.wcard {
    background-color: #fff;
    padding: 30px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.wcard input
{
float: left;
margin-right: 4px;
}
.fwb
{
    font-weight: bold;
}
.up
{
    text-transform: uppercase;
}
.mt10
{
    padding-top: 10px;
}
.wcard::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: 34.5%;
    top: 50px;
    bottom: 90px;
    background-color: #eee;
    }
.wcard::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    right: 34.5%;
    top: 50px;
    bottom: 90px;
    background-color: #eee;
    }
@media (max-width: 991px) {
    .wcard::after {
        display: none;
        }
    .wcard::before {
        left: 50%;
        }
}
@media (max-width: 767px) {
    .wcard::before {
        display: none;
        }
}
/*lin*/
/* LIST PAGES */
.list-item {
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    }
.list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fff;
    z-index: -1;
    }
.list-item .item-image {
    float: left;
    border-right: 20px solid #f1f5f8;
    }
.list-item .item-title {
    color: #088cd1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 5px
    }
.list-item .item-description {
    font-size: 14px;
    padding-bottom: 40px;
    }
.list-item .readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 20px solid #f1f5f8;
    }
.btn-white {
    background-color: #fff;
    color: #888;
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    }
.btn-white:hover {
    background-color: #0089D0;
    color: #FFF;
    }
.list-page .paginations {
    margin-top: 30px;
    margin-bottom: 30px;
    }
/* ------------footer------------ */
#content .owl-wrapper-outer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    }
/* ------------footer------------ */
footer {
    margin: 30px 0 0;
	padding-top: 30px;
	background-color: #fff;
    background-image: url(../image/footer-bg.jpg);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
	color: #088cd1;
    font-weight: bold;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif;
    font-size: 16px;
    }
footer a {
    color: #088cd1;
    }
#footer-logo {
    text-align: center;
    margin-bottom: 40px;
    }
#footer-logo img {
    max-width: 100%;
    }   
footer .icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    }
footer .icon-google {
    background-image:url(../image/icon-google.png);
    }
footer .icon-fb {
    background-image:url(../image/icon-facebook.png);
    }
footer .icon-telegram {
    background-image:url(../image/icon-telegram.png);
    }
footer .icon-twitter {
    background-image:url(../image/icon-twitter.png);
    }
#footer-nav {
    margin-top: 20px;
    }
#footer-nav a {
    padding: 5px 10px;
    }
#footer-contacts, #footer-social {
    text-align: right;
    }
.white-bg {
    background-color: rgba(255,255,255,.5);
}
/*NAVBAR TOGGLE ----------------------------------------------------*/
.menu-mane {
    line-height: 3em;
    padding: 5px;
    display: none;
    font-weight: bold;
    }
.icon-bar {
    background-color: #fff;
    }
/* DIVOTEK MEDIAS----------------------------------------------------*/
@media (max-width: 1199px) {
    .header-contacts {
        text-align: left;
        line-height: 3em;
        }
    #menu .nav > li > a {
        padding: 10px 8px;
        }
    .header-contacts span {
        padding: 0px 15px 0 0;
        display: inline-block !important;
        }
    .pod-category {
        width: 33.3333%;
        }
    }
@media (max-width: 991px) {
    .categories>div::after {
        display: none !important;
        }
    .pod-category {
        width: 50%;
        }
    #menu .nav > li {
        border-right: none;
        }
    #mfilter-content-container .control-label {
        width: 100%;
        text-align: left;
        }
    .news-item-image {
        width: 35%;
        }
    .news-item-text {
        padding: 10px;
        width: 65%;
        }
    .news-item-description {
        height: 125px;
        }
    footer {
        padding-bottom: 90px;
        text-align: center;
        background-size: auto 170px;
        }
    #footer-contacts, #footer-social {
        text-align: center;
        }
    #footer-social {
        margin-top: 20px;
        }
    }
@media (max-width: 767px) {
	.navbar-collapse {
        padding-right: 15px;
        dding-left: 15px;
        }
     .navbar-nav {
        margin: 10px;
        }
     .menu-mane {
        display: inline-block;
        }
     #top .navbar-toggle {
        float: left;
        }
     #top li .dropdown-menu {
        background-color: #0089D0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        }
     #top li .dropdown-menu a, #top li .dropdown-menu a:hover {
        color: #fff;
        }
     .pod-category-list {
        width: auto;
        }
     #content .product-layout.product-grid {
        height: auto;
        }
     #top .nav>li:first-child>a {
        padding-left: 10px;
        }
     .header-contacts {
        text-align: left;   
        }
    #footer-menu {    
        display: none;
        }
    .contact-btn {
        display: none;
        }
    .news-item-image {
        text-align: center;
        }
    .benefits .item {
        width: 50%;
        }
    .about {
        margin: 50px 0 0;
        }
    footer {
        background-size: contain;
        padding-top: 0;
        margin-top: 0;
        }
    .qc-checkout-product {
        overflow-x: hidden;
        }
    .news-item-description {
        height: 165px;
        }
    }
@media (min-width: 768px) {
    .nav-justified>li {
        display: inline-block;
        width: auto;
        }
    #top .nav>li:first-child>* {
        padding-left: 0;
        }
    }
.user-line, .contacts-line {
    float: right;
    }
@media (max-width: 500px) {
    #cart {
        position: static;
        }
    #top #cart .cart-dropdown {
        padding: 4px;
        }
    #top #cart .table-striped tr:nth-child(2n){
        background-color: #f5f5f5;
        }
    #top #cart .cart-dropdown td {
        padding: 0;
        }

    .list-page .item-image {
        width: 100%;
        float: none;
        }
    .pod-category {
        width: 100%;
        }
    .news-item-image {
        width: 100%;
        }
    .news-item-text {
        width: 100%;
        }
    .wcard {
        padding: 30px 0;
        }
    .benefits .item {
        width: 100%;
        }
    .user-line, .navbar-line, .contacts-line {
        width: 100%;
        float: none;
        }
    .header-contacts {
        text-align: center;
        }
    #top-links {
        float: none !important;
        text-align: center;
        }
    .checkout-cart #content .buttons>div {
        margin-bottom: 20px;
        width: 100%;
        text-align: right;
        }
    .checkout-cart td {
        white-space: normal !important;
        }
    
    }

@media (max-width: 991px) and (min-width: 768px) {  
    #top .navbar-nav {
        width: 100%;
        }
    #top .navbar-nav>li {
        float: none;
        display: inline-block;
        }
    #menu .nav > li a {
        text-decoration: underline;
        }
    #column-left {
        padding-right: 0;
        }
}

.form-videostream-links {
    padding: 5px;
    display: block;
    float: left;
}

.tab-pane {
    overflow: hidden;
}
.borderNeed tr
{
    border-bottom: 1px solid rgba(95, 211, 220, 0.37) !important;
}