body {
  font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	width: 100%;
overflow-x: hidden;
background: #ffffff;
}
.mobile-header {
display: none;
}
.rowwite {
border-top: 0px solid #000000;
}
.abou {
position: absolute;
display: inline-block;
height: 30px;
font-size: 16px;
margin-top: 28px;
margin-left: 20%;
}
.abou a{
font-size: 18px;
font-weight: 400;
color: #1C66A6 !important;
}
.abou2 {
position: relative;
width: 100%;
height: 40px;
font-size: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #dddddd;
}
.abou2 ul {
position: relative;
float: right;
}
.abou2 ul li {
position: relative;
display: inline;
list-style: none;
}
.abou2 a{
font-size: 18px;
line-height: 40px;
color: #1C66A6 !important;
padding: 10px 20px;
}
.abou2 .fa{
font-size: 22px;
}
.abou3 {
position: absolute;
width: 150px;
height: 40px;
font-size: 14px;
margin-top: 10px;
z-index: 9;
}
.abou3 a{
font-size: 14px;
color: #1C66A6 !important;
}

.top-marquee {
  position: relative;
  width: 100%;
  background: #1C66A6;
  color: #fefefe;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-top: 4px;
  font-size: 18px;
  z-index: 1000;
}

.marquee-inner p {
  display: inline-block;
  padding-left: 90%;
  animation: marquee 35s linear infinite;
}

.top-marquee:hover .marquee-inner p {
  animation-play-state: paused;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.textdiv {
position: absolute;;
display: inline-block;
min-width: 200px;
height: 80px;
font-size: 30px;
line-height: 34px;
padding: 5px 10px;
outline: 1px solid rgba(255, 255, 255, 0.8);
outline-offset: -4px;
color: #ffffff;
text-align: center;
background: rgba(0, 0, 0, 0.4);
top: 60%;
left: 40%;
}
.textdiv a{
color: #dcbd8f;
font-weight: 600;
text-shadow: 1px 0 1px #000000;
}
.textdiv a:hover{
color: #ffffff;
text-decoration: underline;
box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.4);
}
.textdiv2 {
position: absolute;;
display: inline-block;
min-width: 200px;
height: 80px;
font-size: 30px;
line-height: 34px;
padding: 5px 10px;
outline: 1px solid rgba(255, 255, 255, 0.8);
outline-offset: -4px;
color: #ffffff;
text-align: center;
background: rgba(0, 0, 0, 0.4);
top: 60%;
left: 60%;
}
.textdiv2 a{
color: #dcbd8f;
font-weight: 600;
text-shadow: 1px 0 1px #000000;
}
.textdiv2 a:hover{
color: #ffffff;
text-decoration: underline;
box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.4);
}
/* default font size */
.fa {
	font-size: 14px;
color: #1c66a6;
}
.bannertext {
position: absolute;
display: inline-block;
width: 100%;
height: 60px;
color: #000000;
font-size: 36px;
z-index: 9999999;
text-align: center;
left: 0;
right: 0;
margin-top: 14%;
padding: 20px 0px;
}
.lineone {
padding: 8px;
margin: 10px 0;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.1);
}
.lineone img{
margin-right: 10px;
}
/* Override the bootstrap defaults */
h1 {
color:#000000;
margin-top:20px;
margin-bottom:2px;
font-size:28px;
padding-bottom: 20px;
line-height:30px;
font-weight:100;
overflow:hidden;
text-align:center;
}

h2 {
color:#000000;
margin-top:20px;
margin-bottom:20px;
font-size:28px;
line-height:32px;
font-weight:100;
overflow:hidden;
text-align:center;
}

h3 {
color:#000000;
margin-top:20px;
margin-bottom:20px;
font-size:28px;
line-height:34px;
font-weight:100;
overflow:hidden;
text-align:center;
}

h5 {
color:#000000;
margin-top:2px;
margin-bottom:2px;
font-size:22px;
line-height:24px;
font-weight:100;
overflow:hidden;
}


h4 {
	font-size: 14px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #1C66A6;
}
a:hover {
color: #000000;
text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
margin-top: 15px;
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.control-label {
font-size: 18px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #603e0b;
	background: #D0D3D9;

}
/* top */
.abouts {
position: relative;
display: inline-block;
width: 50%;
height: 30px;
color: #212121;
padding: 8px 0 0 0;
}
.list-inline {
padding-top: 2px;
}
.blocktop {
margin-top: 4px;
text-align: center;
}
#top {
background: #AEA79E;
	border-bottom: 1px solid #e2e2e2;
	padding: 0;
	margin: 0;
	height: 26px;
}
#top .container {
	padding: 0 10px;
}
#form-currency a,
#form-language a {
color: #fefefe !important;
}
#form-currency .currency-select,
#form-language .language-select {
	text-align: left;
color: #fefefe;
}
#form-currency .currency-select:hover,
#form-language .language-select:hover {
	text-shadow: none;
	color: #fefefe;
	background: #1a1a1a

}
.btn-link, #top-links li, #top-links a {
	color: #fee580;
	text-decoration: none;
}
.btn-link:hover, #top-links a:hover {
	color: #603e0b;
}
#top-links .dropdown-menu a {
text-align: left;
	text-shadow: none;
color: #603e0b;
}
#top-links .dropdown-menu a:hover {
background: #1f3059;

}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
color: #fee580;
	padding-top: 1px;
}
#top-links a + a {
	margin-left: 15px;
}
.topinfo {
margin-top: 30px;
}
.topinfo a{
font-size: 17px;
color: #fee580 !important;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top-links .fa{

color: #1C66A6 !important;
font-size: 26px;
}
.topinfo a:hover{
color: #AEA79E !important;
}
#top-links .phonetop {
margin: -20px 0px 0px 40px;
}
#top-links .phonetop2 {
margin: -5px 0px 0px 40px;
}
/* logo */
#logo {
margin: 0px 0 2px 0;
}
/* search */
.search-wrapper {
position: absolute;
top: 76px; 
left: 50%; 
transform: translate(-50%, -50%); 
width: 30%; 
z-index: 99;
}
#search {
margin-top: 14px;
margin-bootom: 0px;
border-radius: 0 !important;
border: 1px solid rgba(28,102,166,0.3) !important;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
border-radius: 0 !important;
border-right: 2px solid rgba(28,102,166,0.3);
}
#search .btn-lg {
	font-size: 24px;
	line-height: 24px;
font-weight: 100;
	padding: 7px 35px;
color: #1C66A6;
border: none !important;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
border-radius: 0 !important;
}
#search .btn-lg:hover {
opacity: 0.8;
}
#search .fa{
font-size: 22px;
}
/* cart */
#cart {
width: 50px;
height: 50px;
background-image: url(/catalog/view/theme/default/image/bag.png);
background-position: center; 
background-repeat: no-repeat; 
margin: 20px auto;
border: 0px solid #034ec3;
float: right;
}

#cart button{
border: 0px solid #034ec3;
background: none;
color: #AEA79E !important;
}
 
#cart > .btn {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
background: rgb(1,163,248);
background: -moz-linear-gradient(left,  rgb(1,163,248) 0%, rgb(2,77,194) 100%);
background: -webkit-linear-gradient(left,  rgb(1,163,248) 0%,rgb(2,77,194) 100%);
background: linear-gradient(to right,  rgb(1,163,248) 0%,rgb(2,77,194) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3f8', endColorstr='#024dc2',GradientType=1 );
border: 1px solid #034ec3;
padding: 1px;
}
#cart .fa{
display: none;
margin-top: -2px;
font-size: 26px;
vertical-align: middle;
}
#cart-total {
position: absolute;
display: inline-block;
margin-top: 20px;
margin-left: 16px;
color: #1C66A6 !important;
}
#cart-total a{
position: absolute;

color: #1C66A6 !important;
}
#cart > .btn:hover {
opacity: 0.8;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #034ec3;
	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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.mtops {
position: relative;
display: inline-block;
width: 100%;
height: 1px;
margin-bottom: 30px;
}
.catga {
width: 100%;
height: 70px;
overflow: hidden;
padding-top: 5px;
background: #ffffff;
border: 1px solid rgb(5,6,8, 0.2);
}
.catga a{
color: #050608;
}

ul.list-unstyled {
line-height: 30px;
	}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
border-top: 1px solid #1C66A6;
padding-top: 50px;
margin-top: 8px;
background: #eaeaea;
color: #060807;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid rgb(191,158,96, 0.3);
}
footer a {
	color: #000000;
}
footer a:hover {
text-decoration: underline;
}
footer p {
margin-top: -46px;
font-size: 16px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
}
footer p .fa{
font-size: 18px;
color: #1C66A6;
margin-right: 5px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 0px solid #ddd;
background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -1px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #AEA79E;
	border-bottom: 1px solid #AEA79E;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #bcbec1;
	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: 14px;
font-weight: 400;
color: #212121;
background: radial-gradient(ellipse at center,  #2a47a3 0%,#132a6e 100%);
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
background: #ffffff;
color: #1C66A6;

}
.btn-primary {
background: #1C66A6;
color: #ffffff;
border: 1px solid #1C66A6 !important;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background: #1C66A6;
opacity: 0.8;
}
.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: #bcbec1;
}
.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: #603e0b;
	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;
}
/* product list */
.product-thumb {
background: #ffffff;
text-align: center;
margin-bottom: 20px;
overflow: auto;
float: left;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
}
.product-thumb:hover {
border-radius: 2px;
}
.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 .radio {
display: inline-block;
vertical-align: top;
margin-top: -5px;
}
#product .radio img{
display:flex; 
border-radius: 20%;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 10px;
}
}
.product-thumb h4 {
height: 60px;
overlow-y: hidden;
margin: 5px 0 0 0;
padding: 0;
}
.product-thumb h4 a{
font-size: 16px;
color: #212121;
line-height: 20px;
font-weight: 400;
}
.product-thumb h4 a:hover{
text-decoration: underline;
}
.product-thumb h5 a{
font-size: 14px;
color: #212121;
text-transform: uppercase;
font-weight: 600;
}
.product-thumb h5 a:hover{
text-decoration: underline;
}
.product-thumb .caption {
	padding: 5;
	min-height: 1px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.poductstock {
color: #1f3059;
font-weight: 400;
padding: 0 4px;
border-radius: 2px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.rightline {
border-right: 1px solid #dddddd;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
float: left;
	padding: 0;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {

	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #1c66a6;
	font-size: 15px;
}
.rating .fa-star {
	color: #1c66a6;
	font-size: 16px;
}
.rating .fa-star + .fa-star-o {
	color: #1c66a6;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
font-size: 18px;
color: #1c1b17;
font-weight: 600;
}
.product-thumb .price-new {
color: #992211;
font-weight: 600;
}
.product-thumb .price-old {
	color: #1C66A6;
	text-decoration: line-through;
	margin-left: 10px;
font-weight: 600;
}
.pprice {
font-size: 24px;
color: #1c1b17;
font-weight: 600;
}
.pprice-new {
font-size: 24px;
line-height: 36px;
font-weight: 600;
color: #992211;
}
.pprice-old {
font-size: 24px;
line-height: 36px;
font-weight: 300;
color: #000000;
text-decoration: line-through;
margin-left: 10px;
}
.mprice {
font-size: 14px;
color: #212121;
font-weight: 300;
}
.mprice-new {
font-size: 14px;
font-weight: 600;
color: #1C66A6;
}
.mprice-old {
font-size:13px;
font-weight: 100;
color: #000000;
text-decoration: line-through;
margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {

}
.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: 70%;
	border: none;
	display: inline-block;
	float: left;
	color: #ffffff;
border-top: 1px solid rgba(4,7,7, 0.1);
background: #1c66a6;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
padding: 0;
}
.product-thumb .button-group button .fa{
color: #ffffff;

}
.product-thumb .button-group button + button {
	width: 15%;
	border-left: 1px solid rgba(4,7,7, 0.3);
background: #1c66a6;
color: #ffffff;
}
.product-thumb .button-group button:hover {
background: #5fa50c;
	text-decoration: underline;
	cursor: pointer;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {

}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {

}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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;
}

/* 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;
}
.inbiz {
position:relative;
width:90%;
text-align:right;
margin:-20px 0 1px;
color:#212121;
}

.inbiz a {
color:#212121
}

.parall {
margin-left:calc(-49vw + 50%);
margin-right:calc(-49vw + 50%);
background-image:url(/image/parall.jpg);
height:600px;
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:cover
}
.boxsright {
outline: 8px solid rgba(111, 114, 112, 0.4);
outline-offset: -8px;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
}

.boxsleft{
margin-top: 20%;
margin-left: -25% !important;
outline: 8px solid rgba(111, 114, 112, 0.4);
outline-offset: -8px;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
}
.spin {
padding:2px;
-webkit-border-radius:80%;
border-radius:80%
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.spin:hover {
background:#fefefe;
transform:rotate(360deg);
transition:all .5s ease-in-out 0.1s;
}

.front {
border:10px solid #b5bdc8;
border-radius:20%;
width:350px;
height:350px;
padding:10px;
margin:10px;
background:#edebed;
opacity:.8;
text-align:center
}

.front:hover {
border:10px solid #000000;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
border-radius:2%;
opacity:1;
background:#fefefe;
box-shadow:0 0 30px #fff
}

.txt {
background: rgba(4,7,7, 0.1);;
padding:20px;
margin: 1% 0 20px;
color:#161616;
font-size:20px;
line-height:26px;
}
.txt h2 {
font-size:24px;
line-height:26px;
}
.fullw {
margin-left:calc(-50vw + 50%);
margin-right:calc(-50vw + 50%);
background: rgba(111, 114, 112, 0.1);
padding:20px 0
}
#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 

  border: none; 
  outline: none; 
  background-color: #1C66A6; 
  color: white; 
  cursor: pointer;
  padding: 4px 12px; 
  border-radius: 10px; 
}
#myBtn .fa{
color: #ffffff;
  font-size: 30px; 
}
#myBtn:hover {
  background-color: #555; 
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
background: #ffffff;
  top: 0;
left: 0;
right: 0;
text-align: center;
z-index: 999;
}
.sh2 {
visibility:hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: translate(0, -50px);
}
.sh1:hover .sh2 {
transform: translate(0, 0);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
visibility:visible;
z-index: 9999;
}
.sdr1 {
position: relative;
float:left;
margin-top: -38px;
text-align: center;
font-weight: bold;
}
.sdr {
position: relative;
float:left;
}
.cartmob {
display: none;
}
.tovarh {
margin-top: -20px;

}
.catg {
width: 19%;

margin: 10px 4px 10px 4px;
padding: 0;
-webkit-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.1);
}


.catg a:hover{
text-decoration: underline;
}
.perevg img{
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.maps {
padding: 10px;
margin-bottom: 40px;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
}
#callme_button > a.callme {
    width: 44px;
}

#callme_button > a {
    position: fixed;
    right: 32px;
    top: 55%;
    width: 40px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    padding: 0px;
    outline: none;
}

.mds {
display: inline-block !important;
margin-top: -8px;


}
.mds1 {
display: inline-block !important;
margin-top: 8px;
padding-left: 20px;
}
.mds1 .fa{
padding: 18px;
font-size: 26px;
color: #1c66a6;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mds1 .fa:hover{
color: #000000;
}
.mds1 a{
color: #000000;
padding: 0px;
}
.mds2 {
margin-top: 18px;
width: 120px;

}
#show {
position: relative;
display: inline-block;
margin-top: 12px;
width: 20px;
height: 30px;
cursor: grab;
}
.show2 {
position: relative;
display: none;
width: 70%;
float: right;
}
.fpage {
width: 32%;
padding: 10px;
margin: 0 5px;
border-radius: 0 0 8px 8px;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fpage:hover {
border-radius: 0 0 0 0;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width : 960px) {
.main-header {
display: none;
}
.mobile-header {
display: block;
}
.carousel .swiper-container {
  width: 100%;
  height: auto;
}

.carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
margin: 0 5px;
  width: auto !important; /* важливо, щоб Swiper сам виставив ширину */
}
.carousel .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.moble {
width: 40%;
margin-top: 18px;
margin-left: 20px;
font-size: 20px;
}
.boxsleft{
margin-top: -85%;
margin-left: 58% !important;
border: 10px solid #f8f8f8;
width: 150px;
height: 110px;
}
.marginbutton {
margin-bottom: 10px;
}
.abou {
width: 80%;
height: 40px;
font-size: 18px;
padding-left: 0px;
margin-top: 4px;
overflow-x: hidden;
text-align: center;
}
.abou a{
font-size: 18px !important;
text-align: center;
}
.abou2 {
display: none;
}
.abou3 {
display: none;
}
.bannertext {
font-size: 26px;
z-index: 9999999;
margin-top: 15%;
}
h1 {
margin-top:10px;
margin-bottom:2px;
font-size:26px;
padding-bottom: 20px;
line-height:28px;
}
.fpage {
width: 98%;
margin: 10px 5px;
}
.search-wrapper {
position: absolute;
top: 126px; 
left: 40%; 
transform: translate(-50%, -50%); 
width: 70%; 
z-index: 99;
}
#search {
margin-top: 8px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
border-radius: 0 !important;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 16px;
font-weight: 100;
	padding: 5px 18px;
color: #c2c2c2;
background: transparent;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
border-radius: 0 !important;
}
#search .btn-lg:hover {
opacity: 0.8;
}
#search .fa{
font-size: 18px;
}
#cart {
margin-top: -5px;
margin-bottom: 0px;
margin-right: -5px;
}
#cart button{
padding: 0px;
margin: 0px;
}
#cart .fa{

display: none;
}
#cart-total {
margin-left: 16px;
}
#cart-total a{
}
footer p {
margin-top: 6px;
color: #212121;
}
.mobtop {
display: none;
}
.topinfo {
margin-top: 24px;
font-size: 16px;
text-align: center;
}
.topinfo a{
font-size: 18px;
}
.topinfo .fa{
font-size: 18px;
float: left;
}
#top-links .phonetop {
margin: -10px 0px 0px 0px;
}
#top-links .phonetop2 {
margin: -10px 0px 0px 0px;
}
.mds1 {
display: inline-block !important;
margin-top: 20px;
margin-bottom: 10px;
margin-left: -10px;
float: left;
}

.mds1 a{
padding: 0px;
font-size: 14px;
}
.product-thumb .price {
font-size: 16px;
color: #1c1b17;
font-weight: 600;
}
.product-thumb .price-new {

font-weight: 600;
}
.product-thumb .price-old {

	text-decoration: line-through;
	margin-left: 2px;
font-weight: 600;
}
.image-additional {
width: 20%;
height: auto;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 10px;
}
.perevg {
margin-top: 8px;
}
.sh2 {
visibility:visible;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: translate(0, 0);
}
.sdr1 {
margin-top: 0px;
top: -3px;
}
#logo {
margin: 8px 0 2px 0;
}
.parall {
margin-left:0;
margin-right:0;
width: 100%;
height:auto;
background-attachment:local;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.abouts {
width: 80%;
height: 30px;
padding: 8px 0 0 10px;
}
.breadcrumb {
display: block;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.breadcrumb i {
	font-size: 12px;
}
.breadcrumb > li {
	text-shadow: 0 0 0 #FFF;
	padding: 0 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -2px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.textdiv {
position: absolute;;
display: inline-block;
min-width: 200px;
min-height: 60px;
font-size: 24px;
line-height: 26px;
padding: 5px 4px;
color: #ffffff;
text-align: center;
background: rgba(0, 0, 0, 0.4);
top: 60%;
left: 25%;
z-index: 99999;
}
.textdiv2 {
position: absolute;;
display: inline-block;
min-width: 200px;
min-height: 80px;
font-size: 24px;
line-height: 26px;
padding: 5px 4px;
outline: 1px solid rgba(255, 255, 255, 0.8);
outline-offset: -4px;
color: #ffffff;
text-align: center;
background: rgba(0, 0, 0, 0.4);
top: 40%;
left: 25%;
}
.textdiv2 a{
color: #dcbd8f;
font-weight: 600;
text-shadow: 1px 0 1px #000000;
}
.textdiv2 a:hover{
color: #ffffff;
text-decoration: underline;
box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.4);
}
.catg {
width: 48%;
margin: 10px 2px;
padding: 0;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.product-thumb h4{
height: 50px;
overflow: hidden;
}
.product-thumb h4 a{
color: #1c1b17;
line-height: 16px;
text-transform: none;
font-weight: 600;
text-align: center !important;
margin: 0 auto;
}

.product-thumb .button-group button {
font-size: 14px;
line-height: 30px;
}
.tovarh {
margin-top: 3px;
}
iframe {
width: 100%;
}
.inbiz {
position:relative;
width:90%;
text-align:center;
margin:2px 0 10px;
color:#b0adad
}
.nav-tabs {
margin: 15px 0px;
}
.nav-tabs a{
font-size: 14px;
margin: 0px -8px;
}
}