@import url("../vendor/bootstrap/dist/css/bootstrap.min-z0zQt-h.css");
@import url("../vendor/remixicon/remixicon-dxLEGwN.css");

@font-face {
    font-family: 'Exo2';
    src: url("Exo2-Italic-VariableFont_wght-d4TKbkc.ttf") format('opentype');
    /*font-weight: 500;
    font-style: normal;*/
}

h1, h2, h3 {
	font-family: Exo2, sans-serif;
	font-weight: bolder;
	font-style: italic;
}

.navbar {
	background: black;
	color: white;
}

.navbar .nav-link {
	color: white;
	font-family: Exo2, sans-serif;
	text-transform: uppercase;
	font-weight: bolder;
	font-style: italic;
}

.vh-80 {
    height: 80vh !important;
}

.tagline {
	position: absolute;
    font-weight: bold;
    font-style: italic;
    font-size: 1.6rem;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    color: white;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 99999;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	flex: 1;
	transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.section:hover {
	 flex: 2;
}

.section-title {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Exo2, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 2rem;
	color: white;
	position: absolute;
	bottom: 50px;
	text-transform: uppercase;
	left: 0;
	right: 0;
	text-align: center;
}

.section-title-bg {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 3rem;
	opacity: 0.2;
	transform: translateY(-50%);
	word-break: break-word;
	overflow-wrap: anywhere;
	line-height: 2.5rem;
}

.grey {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #fafafa;
}

.blockquote {
	margin-top: 1rem;
	font-size: 1rem;
	font-style: italic;
}

.rating {
	color: #FFB924;
	margin-top: 1rem;
}

.dark-grey {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #222120;
	color: white;
}

.footer {
	min-height: 100px;
	background: black;
	padding: 50px;
	color: white;
	font-size: 0.85rem;
}

.links-footer img {
	opacity: 0.2;
	margin-bottom: 15px;
}

.links-footer a {
	margin-right: 15px;
	color: white;
	margin-top: 10px;
	display: inline-block;
}

.languages {
	background: rgba(0, 0, 0, 0.9);
}

.languages .btn-secondary {
	background: #161616;
	border: 0;
	position: relative;
}

.languages .dropdown-menu {
	background: #161616;
	max-width: 150px;
	padding: 0;
}

.languages .dropdown-item {
	margin-top: 0;
	margin: 0;
}
.languages a {
	display: inline-block;
	color: white;
}

.btn-primary {
	border-radius: 25px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border: 0;
	background-color: #FFB924;
	color: black;
	font-weight: bold;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover:active, .btn-primary.active {
	background-color: #F0A300 !important;
	box-shadow: none;
	color: black !important;
}

#section header, #product header {
	height: 450px;
	position: relative;
}

#product header {
	height: 350px;
}

#section header .text, #product header .text {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#product header .text {
	text-shadow: none;
}

#section header h1, #product header h1 {
	text-transform: uppercase;
}

#section header, #product header {
	background-repeat: no-repeat;
	background-position: center center;
}

#product header h2 {
	font-size: 1.1rem;
	max-width: 45em;
	margin: 0 auto;
}

.models {
	transform: translateY(-50px);
}

.model {
	background: white;
	border-radius: 4px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	display: block;
	min-height: 300px;
	padding: 15px;
	text-decoration: none;
	transition: all 150ms ease;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.model:hover {
	transform: translateY(-10px);
	text-decoration: none;
}

.mod {
	cursor: pointer;
}

.model span {
	font-family: Exo2, sans-serif;
	color: black;
	display: block;
	font-weight: bolder;
	font-style: italic;
}

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


.display-text, .d3 {
	font-weight: bolder;
}

.d3 {
	font-size: 1.2rem;
	border-bottom: 1px solid #FFB924;
	max-width: 100px;
	margin: 0 auto;
	padding-bottom: 0.5rem;
	margin-bottom: 0.7em;
	color: #FFB924;
}

.foot-grey {
	background: #3A506B;
	background: #1B1B1E;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 4rem;
	color: white;
}

.foot-grey h2 {
	color: #FFB924;
}

.foot-grey a {
	color: #fff;
	font-weight: bold;
	opacity: 0.9;
	line-height: 1.75em;
	transition: -webkit-all .6s cubic-bezier(.23, 1, .32, 1);
	transition: all .6s cubic-bezier(.23, 1, .32, 1);
	transition: all .6s cubic-bezier(.23, 1, .32, 1), -webkit-all .6s cubic-bezier(.23, 1, .32, 1);
	text-decoration: none;
}

.foot-grey a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}


/** cart **/
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	table-layout: fixed;
	background-color:#FFFFFF;
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.050);
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	/*border-radius: 15% / 75%;*/
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:RGBA(255, 148, 0, 1.00);
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}

td {
	width: 25%;
}

.table td, .table th {
	vertical-align: middle;
	border: 0;
}

.th:first-child {
	width: 15%;
}

div.input {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	cursor: text;
	margin-right: 10px;
	background: white;
}

.link-normal, .link-normal:hover {
	text-decoration: none;
	color: black;
}

.sizes {
	margin-top: 1rem;
	font-size: 0.9rem;
}

.link-normal span {
	color: RGBA(7, 107, 255, 1.00);
	text-decoration: underline;
}

.table {
	border-top: 0;
}

.table thead th {
	border: 0;
}

.cart-product-title {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	font-style: normal;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.03);
}

.delete-product a {
	text-align: center;
	font-size: 0.9rem;
	line-height: 1em;
	display: inline-block;
	color: rgba(0, 0, 0, 0.7);
	transition: all 200ms ease;
}

.delete-product a:hover {
	color: red;
	text-decoration: none;
}

.delete-product .material-icons {
	vertical-align: baseline;
}

.thumb-cart {
	width: 100px;
	background: white;
}

.row-line {
	background: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 20px;
	padding-bottom: 20px;

	background: #f8f9fa;
	border-bottom: 1px solid #ccd4dd;
}

.link {
	vertical-align: middle;
	display: inline-block;
	padding: 15px;
}

.link .material-icons {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.btn-secondary .material-icons {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.related-product h1 {
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.related-product {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	margin-bottom: 30px;
}

.related-product div {
	position: relative;
	width: 100%;
	height: 200px;
}

.related-product img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.related-product img.top {
	z-index: 9;
}