.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


body {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: #051D2C;
	font-size: 16px;
	line-height: 20px;
	width: 100%; background: #F7F7F7;
}




/* EFECTO NAVIDAD */

.snowflake {
  color: #1B3FC9;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

/* EFECTO NAVIDAD */





h1, h2, h3, h4, h5, h6 {
	color: #051D2C; font-family: 'Raleway', sans-serif; font-weight: 900;
}
.fontBarlow, .fontBarlow a {font-family: 'Barlow', sans-serif;font-weight: 700; color: #051D2C; transition: all 0.5s ease;}
.fontBarlow a:hover {color: #1B3FC9; transition: all 0.5s ease;}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	/* font-size: 52px; */
	font-size:2.4em;line-height:1.2
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}

.title1 {font-size: 64px;}
.title2 {font-size: 48px;}
.title3 {font-size: 38px;}
.title4 {font-size: 32px;}
.title5 {font-size: 28px;}
.title6 {font-size: 24px;}

a {
	color: #051D2C;transition: all 0.5s ease;
}

a:hover {transition: all 0.5s ease;
	text-decoration: none; color: #1B3FC9;
}


.coloralontec {color:#1B3FC9}
.colorblack {color:#000}
.bgcoloralontec {background:#1B3FC9}
.bgbody {background:#F7F7F7}

.punit {font-weight: 600; font-size: 16px;}


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

.bgbody {background: #F7F7F7;}

.bgcolorwhite {background: #fff;}
.colorwhite {color: #fff;}
.aligncenter {text-align: center}
.alignright {text-align: right;}
.korphead {background: #fff; max-height: 85px; width: 100%; position: fixed; top: 0; z-index: 1; margin:0px; padding-left:0px; padding-right:16px; transition: all 0.5s ease;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.p0all {padding:0px;}
.p5top {padding-top: 5px;}
.p8top {padding-top: 8px;}
.p10top {padding-top: 10px;}
.m-20px {margin-top: -20px}
.m-2px {margin-top: -10px}
.sticky49 {
  position: -webkit-sticky;z-index:1000;
    position: sticky;
	top: 48px; } 
.stickysidebar {
  position: -webkit-sticky;
    position: sticky;
	top: 100px; }

.stickysrvprive {
  position: -webkit-sticky;
    position: sticky;
	top: 108px; margin-bottom: 50px; 
	}

.fullwidth {width: 100%; height: auto}
.kflex {display: flex; flex-wrap: wrap;}


header {background-color: #fff}



/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;

}
/* top */
#top {
	background-color: #ddd;
	border-bottom: 0px solid #e2e2e2;
	padding: 9px 0px 9px 0;
	margin: 0 0 0px 0;
	min-height: 36px;
	font-size: 14px; font-weight: 400;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none; 
	color: #111;
	background-color: #70FACB;

}
#top .btn-link, #top-links li, #top-links a {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #70FACB;
}
#top-links .dropdown-menu a {
	text-shadow: none; background: #2251FF;
}
#top-links .dropdown-menu a:hover {
	color: #70FACB;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}


/* logo */
#logo {
	margin: 0 0 0px 0; height: 100%; width: 220px;
}
#logo {
	display:inline-block;
}

#logo img {
	height: 50px; transition: all 0.9s ease; 
}


/* search */
#search {
	margin-bottom: 10px;
}
#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;
}
/* cart */
#cart {
	margin-bottom: 0px;color: #111;
}
#cart > .btn a {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #111;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;color: #111;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;color: #111;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {color: #111;
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu TOP */
#menutop { float:right; margin-top: 4px; font-size: 14px;
	background-color: #fff; font-weight: 700;
transition: all 0.5s ease;text-transform: uppercase;
	min-height: 24px;
}





/* menu */
#menu { float:right; margin-top: 14px; font-size: 16px;
	background-color: #fff; font-weight: 700;
transition: all 0.5s ease;text-transform: uppercase;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #000;

	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #1B3FC9; text-decoration: underline;
}
#menu .dropdown-menu {
	padding-bottom: 10px;
}
#menu .dropdown-inner { background-color: #fff;
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 280px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 13px; margin-top: 4px; margin-bottom: 4px;
}
#menu .dropdown-inner li a:hover {
	color: #1B3FC9; background-color: #fff;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px; 
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;

}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 700;
	line-height: 40px;
	color: #000; text-decoration:underline;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	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;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {font-size: 16px; font-weight: 500;
	margin-top: 30px;
	padding-top: 70px;padding-bottom: 40px;
	background-color: #1B3FC9; 
	border-top: 0px solid #ddd;
	color: #fff; font-family: 'Barlow', sans-serif;
}
footer hr {
	border-top: none;
	border-bottom: 3px solid #70facb; margin: 0 0 12px 0;
}
.hr1 {
	border-top: none;
	border-bottom: 1px solid #70facb; margin: 12px 0 12px 0;
}
.hrgreen {
	border-top: none;
	border-bottom: 1px solid #70facb; margin: 12px 0 12px 0;
}
.hrblue {
	border-top: none;
	border-bottom: 1px solid #1B3FC9; margin: 12px 0 12px 0;
}
footer a {
	color: #e6eaf9;
}
footer li {
	padding-top: 4px; padding-bottom: 4px; margin-top: 4px; margin-bottom: 4px;
}
footer a:hover {
	color: #70facb;
}
footer h4 { padding-top: 16px; padding-bottom:0px; margin-bottom:2px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}
.poweredline {background: #313b5d; font-weight: 500; color: #fff; text-align: center; padding-bottom:12px; padding-top: 20px; font-size: 14px}
.poweredline a {color: #fff;}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb { display:none;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	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);
}
.pagination {
	margin: 0; z-index:100;
}






/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8px 16px;
	font-size: 18px; 
	border: 0px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.btn-xs {
	font-size: 12px; padding: 8px 16px;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; font-weight: bold;
}
.btn-sm {
	font-size: 15px;padding: 8px 16px;
		border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; font-weight: bold;
}
.btn-lg {
	padding: 8px 16px;
	font-size: 22px;
		border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; font-weight: bold;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;transition: all 0.3s ease;
}
.btn-group > .btn-xs {
	font-size: 9px;transition: all 0.3s ease;
}
.btn-group > .btn-sm {
	font-size: 14px;transition: all 0.3s ease;
}
.btn-group > .btn-lg {
	font-size: 15px;transition: all 0.3s ease;
}
.btn-default {
	color: #fff;
	background-color: #1B3FC9;
	 transition: all 0.3s ease;
}
.btn-primary {
	color: #ffffff;
	background-color: #1B3FC9;
	 transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1B3FC9;
	color: #70FACB;
	 transition: all 0.3s ease;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	transition: all 0.5s ease;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	transition: all 0.5s ease; 
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;

}

.btn-green {
	color: #000;
	background-color: #70FACB;
	 transition: all 0.3s ease;
}




.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	transition: all 0.5s ease; 
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	transition: all 0.5s ease;
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	
}
.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;
	background-color: #363636;
	transition: all 0.3s ease;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #3fcfff;
	color: #151515;
	transition: all 0.3s ease;
}


.btn-reverse {
	color: #000;
	transition: all 0.3s ease;
}
.btn-reverse:hover, .btn-reverse:active, .btn-reverse.active, .btn-reverse.disabled, .btn-reverse[disabled] {
	color: #1B3FC9;
	transition: all 0.3s ease;
}




.btn-footer {
	background-color: #1B3FC9;
	color: #fff;
	 transition: all 0.3s ease;
}
.btn-footer:hover, .btn-footer:active, .btn-footer.active, .btn-footer.disabled, .btn-footer[disabled] {
	color: #000;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.btn-knav {
	background-color: #fff;
	color: #000;
	 transition: all 0.3s ease;text-transform: uppercase; border: 1px solid #000;
}
.btn-knav:hover, .btn-knav:active, .btn-knav.active, .btn-knav.disabled, .btn-knav[disabled] {
	color: #fff;
	background-color: #1B3FC9;
	 transition: all 0.3s ease;
}





















/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #051D2C;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #1B3FC9;
	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 {
	border: 0px solid #eeeeee;
	margin-bottom: 20px; background: #fff;
	overflow: auto;
	padding-bottom: 0px; transition: all 0.5s ease;
}

.product-thumb:hover{
box-shadow: 0px 0px 50px #dddddd; margin-top: -10px; transition: all 0.5s ease;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-icons {position: fixed; display:inline-block; top: 16px; right:36px;}
.product-icons img {
 display:inline-block;
}
.product-oferta {position: fixed; display:inline-block; top: 16px; left:36px;}
.product-oferta img {
 display:inline-block;
}

.specialoferta0 {border: 1px solid #70FACB}
.specialoferta1 {border: 1px solid #1B3FC9}
.specialoferta2 {border-bottom: 5px solid #1B3FC9}
.specialoferta3 {background: #70FACB}
.specialoferta4 {border-left: 5px solid #70FACB}



.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 210px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 12px;
}
.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 {
	color: #051D2C; font-size: 26px; font-weight: 800; padding-top: 10px;
}
.product-thumb .price-new {
	font-weight: 900; font-family: 'Barlow', sans-serif; color: #1B3FC9;
}
.product-thumb .price-old {
	color: #555; font-family: 'Barlow', sans-serif; font-weight: 500;
	text-decoration: line-through;
	margin-left: 6px; font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.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: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.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%;
	}
}
@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%;
}

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





#toTop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 22px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 8px 18px 8px 18px;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
}

#toTop:hover {
  background-color: #3fcfff; color: black;
}

.updown2 {padding-top: 2px; padding-bottom: 2px}
.updown4 {padding-top: 4px; padding-bottom: 4px}
.updown6 {padding-top: 6px; padding-bottom: 5px}
.updown8 {padding-top: 8px; padding-bottom: 8px}

.separ10px {margin-top:10px} .separ16px {margin-top:16px} .separ20px {margin-top:20px} .separ24px {margin-top:24px} .separ30px {margin-top:30px}

.kt-scale-off9 {transition: all 0.5s ease;}  .kt-scale-off9:hover {transform: scale(0.9); transition: all 0.5s ease; z-index: 2;}
.kt-scale-off8 {transition: all 0.5s ease;}  .kt-scale-off8:hover {transform: scale(0.8); transition: all 0.5s ease; z-index: 2;}
.kt-scale-off5 {transition: all 0.5s ease;}  .kt-scale-off5:hover {transform: scale(0.5); transition: all 0.5s ease; z-index: 2;}
.kt-scale-on1 {transition: all 0.5s ease;}  .kt-scale-on1:hover {transform: scale(1.1); transition: all 0.5s ease; z-index: 2;}
.kt-scale-on2 {transition: all 0.5s ease;}  .kt-scale-on2:hover {transform: scale(1.2); transition: all 0.5s ease; z-index: 2;}

.kmodule {background: #fff; border-left: 10px solid #1B3FC9; transition: all 0.5s ease; margin-top: 22px; margin-bottom: 22px; padding: 30px 8px 30px 30px; font-weight: 900}
.khtml {background: #fff; border-left: 10px solid #1B3FC9; transition: all 0.5s ease; margin-top: 2px; margin-bottom: 0px; padding: 1px 0px 8px 30px}
.kheading {border-left: 10px solid #70FACB; transition: all 0.5s ease; margin-top: 2px; margin-bottom: 0px; padding: 1px 0px 8px 30px; color:#fff}
.ktitle {border-left: 10px solid #70FACB; transition: all 0.5s ease; margin-top: 2px; margin-bottom: 0px; padding: 1px 0px 8px 30px; color:#000}

.krefine {background: #fff; border-left: 10px solid #70FACB; transition: all 0.5s ease; margin-top: 22px; margin-bottom: 22px; padding: 30px 8px 30px 30px; font-weight: 900}

.kprdblue  {border-left: 10px solid #1B3FC9; transition: all 0.5s ease; margin-bottom: 12px; padding-left: 30px; padding-right: 30px;}
.kprdgreen {border-left: 10px solid #70FACB; transition: all 0.5s ease; margin-bottom: 12px; padding-left: 30px; padding-right: 30px;}
.kprdgreen h1, .kprdgreen h2, .kprdgreen h3, .kprdgreen h4, .kprdgreen h5, .kprdgreen h6, .kprdblue h1, .kprdblue h2, .kprdblue h3, .kprdblue h4, .kprdblue h5, .kprdblue h6 {margin:0px; padding: 0px}

.boxshadow1 {box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;}
.boxshadow0 {box-shadow: 0px 0px 50px #dddddd; margin-top: -10px; transition: all 0.5s ease;}

.kservlist:hover{border-left: 10px solid #000; transition: all 0.5s ease;}
.kservlist a {font-color: #000; transition: all 0.5s ease;} .kservlist a:hover {font-color: #f63f53; transition: all 0.5s ease;}








.kb-search, .kb-search a{background: #1B3FC9; color: #fff; transition: all 0.5s ease; padding: 10px 9px 10px 15px; margin-right:6px}
.kb-menu, .kb-menu a {background: #70FACB; color: #000; transition: all 0.5s ease; padding: 10px 15px 10px 15px; margin-right:0px}



.ksearch {background: #1B3FC9; color: #fff; transition: all 0.5s ease;}
.ksearch a {background: #1B3FC9; color: #fff; transition: all 0.5s ease;}

.kuser {background: #70FACB; color: #000; transition: all 0.5s ease;}
.kuser a {background: #70FACB; color: #000; transition: all 0.5s ease;}


.talheader {background: #ffffff; min-height: 76px; width: 100%; position: fixed; top: 0; z-index: 1; margin:0px; padding:0px; transition: all 0.5s ease; z-index: 1;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}

.talheader:hover {background: #ffffff; transition: all 0.5s ease;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
#logo {
	margin-top: 16px; padding-bottom: 16px;  padding-right: 12px; display:inline-block;
}

#logo img {
	height: 50px; transition: all 0.9s ease;
}
.talheader.scrolled {
  background-color: #fff !important; box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: background-color box-shadow 0.5s ease;
}

.talheader.scrolled .nav-link {
  color:#555;
} 
@media (max-width: 992px) {
#logo img {height: 40px; width: auto; margin-top:5px;}
}

@media (max-width: 375px) {
#logo {margin: 0 0 0px 0; height: 100%; width: 130px;}
#logo img {height: auto; width: 100%; margin-top:20px;}
}

#kbMenu {
	float:left; display:inline-block;
}
#kbMenu img {
	height: 32px; 
	    transition-duration: 0.8s;
    transition-property: transform;
}
#kbMenu img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


.kbMobile {
	float: right; display:inline-block;  margin-top:0px;
}
.kbMobile img {
	height: 32px; 
	    transition-duration: 0.8s;
    transition-property: transform;
}
.kbMobile img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.mobiletop {padding: 8px 12px 0 0; margin:0px}
.mobiletop a {}
.mobiletop a:hover {}
.display-none {display:none}
























.overlaySearch {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlaySearch-content {
  padding:30px;
  position: relative;
  top: 5%;
  width: 100%;
  margin-top: 30px; margin-bottom: 30px;
}



.overlaySearch .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px; padding: 10px 20px 20px 20px ; -webkit-border-radius: 25%; -moz-border-radius: 25%; border-radius: 25%; border-radius: 25%; border: 1px solid; border-color: #25D366;
}


@media screen and (max-height: 450px) {
  .overlaySearch {overflow-y: auto;}
  .overlaySearch a {font-size: 20px}
  .overlaySearch .closebtn {
  font-size: 40px;
  top: 15px;
  right: 15px; padding: 10px 20px 20px 20px ; -webkit-border-radius: 25%; -moz-border-radius: 25%; border-radius: 25%; border-radius: 25%; border: 1px solid; border-color: #25D366;
  }
}









.overlayMenu { border-left: 1px solid #ddd;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.5s; 
}

.overlayMenu-content {
  padding:30px;
  position: relative;
  top: 5%;
  width: 100%;
  margin-top: 30px; margin-bottom: 30px;
}



.overlayMenu .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px; padding: 10px 20px 20px 20px ; -webkit-border-radius: 25%; -moz-border-radius: 25%; border-radius: 25%; border-radius: 25%; border: 1px solid; border-color: #25D366;
}

@media screen and (max-height: 450px) {
  .overlayMenu a {}
  .overlayMenu .closebtn {
  font-size: 40px;
  top: 15px;
  right: 15px; padding: 10px 20px 20px 20px ; -webkit-border-radius: 25%; -moz-border-radius: 25%; border-radius: 25%; border-radius: 25%; border: 1px solid; border-color: #25D366;
  }
}



































.uppercase { text-transform: uppercase; }
.fslim { font-weight: 400;}
.fbold { font-weight: bold;}
.p1 {font-size: 32px;}
.p2 {font-size: 28px;}
.p3 {font-size: 24px;}
.p4 {font-size: 20px;}
.p5 {font-size: 16px;}
.p6 {font-size: 12px;}

.m10pxtb {margin-bottom:10px;margin-top:10px;}
.m12pxb {margin-bottom:12px;}
.m12pxt {margin-top:12px;}
.m20pxb {margin-bottom:20px;}
.m20pxtb {margin-bottom:20px;margin-top:20px;}
.m20pxt {margin-top:20px;}
.m40pxt {margin-top:40px;}
.m40pxb {margin-bottom:40px;}

.m12pxtb {margin-bottom:12px;margin-top:12px;}


.p12pxb {padding-bottom:12px;}
.p12pxt {padding-top:12px;}
.p20pxb {padding-bottom:20px;}
.p12pxtb {padding-bottom:12px;padding-top:12px;}
.p20pxtb {padding-bottom:20px;padding-top:20px;}
.p20pxt {padding-top:20px;}
.p40pxt {padding-top:40px;}
.p40pxb {padding-bottom:40px;}



.fa-5x {font-size:24px}
.p5vhtb {padding-top: 5vh; padding-bottom: 5vh} .p5vht {padding-bottom: 5vh} .p5vhb {padding-bottom: 5vh}
.p10vhtb {padding-top: 10vh; padding-bottom: 10vh} .p10vht {padding-bottom: 10vh} .p10vhb {padding-bottom: 10vh}

#fixedbuttonwsp {
    position: fixed; background: #25D366; z-index: 10;
    bottom: 16px;
    right: 16px; 
	padding: 8px;
	border-radius: 25%; border: 1px solid; border-color: #25D366;
}
#fixedbuttonwsp a {color:#fff} #fixedbuttonwsp a:hover {color:#000}
#fixedbuttonphone {
    position: fixed; background: #fff; z-index: 10;
    bottom: 76px;
    right: 16px; 
	padding: 8px;
	border-radius: 25%; border: 1px solid; border-color: #000; color:#fff;
}
#fixedbuttonsearch {
    position: fixed; background: #fff; z-index: 10;
    bottom: 136px;
    right: 16px; 
	padding: 8px;
	border-radius: 25%; border: 1px solid; border-color: #1B3FC9; color:#fff;
}
#fixedbuttonsearch a {color:#1B3FC9} #fixedbuttonsearch a:hover {color:#25D366}






.tectext {
    background: #fff; z-index: 10; 
	padding: 12px; border: 1px solid; border-color: #000; color:#000;
}



/* panel group */
/* plus glyph for showing collapsible panels */

.panel-title {padding-top: 10px; padding-bottom: 10px;}
.panel-heading .accordion-plus-toggle:before {
   font-family: FontAwesome;
   content: "\f068";
   float: right;
   color: #000;
}

.panel-heading .accordion-plus-toggle.collapsed:before {
   content: "\f067";
   color: #000;
}

/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
   font-family: FontAwesome;
   content: "\f078";
   float: right;
   color: #000;
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
   content: "\f054";
   color: #000;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
   display: block;
}
.fontsize-16 {font-size: 16px}
.fontsize-18 {font-size: 18px}
.fontsize-22 {font-size: 22px}

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