@import url('https://fonts.googleapis.com/css2?family=Harmattan&family=Roboto&display=swap');
@media (min-width:768px)
{
	.navbar-collapse
{
	width:auto;
	border-top:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar-collapse.collapse
{
	display:block!important;
	height:auto!important;
	padding-bottom:0;
	overflow:visible!important;
}
.navbar-collapse.in
{
	overflow-y:visible;
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse
{
	padding-right:0;
	padding-left:0;
}

}
.navbar-fixed-bottom,.navbar-fixed-top
{
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse
{
	max-height:340px;
}
@media (max-device-width:480px) and (orientation:landscape)
{
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse
{
	max-height:200px;
}

}
@media (min-width:768px)
{
	.navbar-fixed-bottom,.navbar-fixed-top
    {
        border-radius:0;
    }

}
.navbar-fixed-top
{
	top:0;
	border-width:0 0 1px;
}
.navbar-fixed-bottom
{
	bottom:0;
	margin-bottom:0;
	border-width:1px 0 0;
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header
{
	margin-right:-15px;
	margin-left:-15px;
}
@media (min-width:768px)
{
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header
{
	margin-right:0;
	margin-left:0;
}

}
.navbar-static-top
{
	z-index:1000;
	border-width:0 0 1px;
}
@media (min-width:768px)
{
	.navbar-static-top
{
	border-radius:0;
}

}
.navbar-brand
{
	float:left;
	height:50px;
	padding:15px 15px;
	font-size:18px;
	line-height:20px;
}
.navbar-brand:focus,.navbar-brand:hover
{
	text-decoration:none
}
.navbar-brand>img
{
	display:block
}
@media (min-width:768px)
{
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
{
	margin-left:-15px
}

}
body {
	font-family: 'open sans';
    overflow-x: hidden;
}

img {
	max-width: 100%;
}

.preview {
	display: -webkit-box;
	
display: -webkit-flex;
	
display: -ms-flexbox;
	
display: flex;
	
-webkit-box-orient: vertical;
	
-webkit-box-direction: normal;
	
-webkit-flex-direction: column;
	
-ms-flex-direction: column;
	
flex-direction: column;
	 }
@media screen and (max-width: 996px) {
	.preview {
	margin-bottom: 20px;
	 } }

.preview-pic {
	-webkit-box-flex: 1;
	
-webkit-flex-grow: 1;
	
-ms-flex-positive: 1;
	
flex-grow: 1;
	 }

.preview-thumbnail.nav-tabs {
	border: none;
	
margin-top: 15px;
	 }
.preview-thumbnail.nav-tabs li {
	width: 18%;
	
margin-right: 2.5%;
	 }
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	
	 }
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	
margin: 0;
	 }
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
	 }

.tab-content {
	overflow: hidden;
	 }
.tab-content img {
	width: 100%;
	
-webkit-animation-name: opacity;
	
animation-name: opacity;
	
-webkit-animation-duration: .3s;
	
animation-duration: .3s;
	 }

.card {
	margin-top: 50px;
	
		background: #00669b;
		padding: 3em;
		line-height: 1.5em;
	}

@media screen and (min-width: 997px) {
	.wrapper {
	display: -webkit-box;
	
display: -webkit-flex;
	
display: -ms-flexbox;
	
display: flex;
	 } }

.details {
	display: -webkit-box;
	
display: -webkit-flex;
	
display: -ms-flexbox;
	
display: flex;
	
-webkit-box-orient: vertical;
	
-webkit-box-direction: normal;
	
-webkit-flex-direction: column;
	
-ms-flex-direction: column;
	
flex-direction: column;
	 }

.colors {
	-webkit-box-flex: 1;
	
-webkit-flex-grow: 1;
	
-ms-flex-positive: 1;
	
flex-grow: 1;
	 }

.product-title, .price, .sizes, .colors {
	text-transform: UPPERCASE;
	
font-weight: bold;
	 }



.product-title, .rating, .product-description, .price, .vote, .sizes {
	margin-bottom: 15px;
	 }

.product-title {
	margin-top: 0;
	 }

.size {
	margin-right: 10px;
	 }
.size:first-of-type {
	margin-left: 40px;
	 }

.color {
	display: inline-block;
	
vertical-align: middle;
	
margin-right: 10px;
	
height: 2em;
	
width: 2em;
	
border-radius: 2px;
	 }
.color:first-of-type {
	margin-left: 20px;
	 }

.add-to-cart, .like {
	background: #ff9f1a;
	
padding: 1.2em 1.5em;
	
border: none;
	
text-transform: UPPERCASE;
	
font-weight: bold;
	
color: #fff;
	
-webkit-transition: background .3s ease;
	
transition: background .3s ease;
	 }
.add-to-cart:hover, .like:hover {
	background: #b36800;
	
color: #fff;
	 }

.not-available {
	text-align: center;
	
line-height: 2em;
	 }
.not-available:before {
	font-family: fontawesome;
	
content: "\f00d";
	
color: #fff;
	 }

.orange {
	background: #ff9f1a;
	 }

.green {
	background: #85ad00;
	 }

.blue {
	background: #0076ad;
	 }

.tooltip-inner {
	padding: 1.3em;
	 }

@-webkit-keyframes opacity {
	0% {
	opacity: 0;
	
-webkit-transform: scale(3);
	
transform: scale(3);
	 }
100% {
	opacity: 1;
	
-webkit-transform: scale(1);
	
transform: scale(1);
	 } }

@keyframes opacity {
	0% 
    {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
    }
100% 
    {
        opacity: 1;
    -webkit-transform: scale(1);    
    transform: scale(1);
        } 
    }
#map-container-google-1 iframe{
	width: 35rem;
	height: 30rem;
}

.banner > article h2{
	font-size: 6rem;
}
.svg-ico{
	transform: rotate(115deg);

}

.card{
	background-color: #00669b;
}

.btn-taja{
	background-color: #00669b;;
	color: #fff !important;
	text-shadow: #fff;
}
*{
	font-family: 'Harmattan', sans-serif !important ;
	font-family: 'Roboto', sans-serif !important ;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free !important ;
}
/*
.card *, .card .button.alt{
  color: #fff !important;
}

.checked, .price span {
	color: #00669b  ;
	 }*/