/* Viewer Demo Page Styles
 * Extends Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2014 Cylindo
 */

/*****************/
/* Global Styles */
/*****************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* Fonts */
body {
	font-family: 'Montserrat', 'OpenSans', sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

/******************/
/* Section Styles */
/******************/

.navbar {
	background: transparent;
	width: 100%;
	height: 60px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	z-index: 999;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: none;
}

.navbar-nav {
	background-color: inherit;
}

.navbar-collapse {
	background-color: inherit;
	box-shadow: none;
	border: none;
}

.navbar .container {
	background-color: inherit;
}

.navbar-text {
	padding: 5px 0px;
}

#logo {
	color: #fff;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
	background-image: url(../assets/Cylindo_Logo_Dark-nv.png);
	background-size: auto 43px;
	width: 225px;
	height: 46px;
	margin: 15px 0px;
	padding: 0;

	/* ie sizing fix */
	background-repeat: no-repeat;
}

/* Components */

.btn {
	font-size: 13px;

	border-radius: 4px;
	padding: 15px 30px;
	border: none;
}

.btn-default {
	color: #fff;
	background-color: #777;
	background-color: rgba(0, 0, 0, 0.6);
}

.btn-default:hover {
	color: #fff;
	background-color: #777;
	background-color: rgba(0, 0, 0, 0.65);
}

.btn-primary {
	background-color: #47bac1;
}

.btn-primary:hover {
	background-color: #47bac1;
}

.btn.inline {
	margin-right: 5px;
}

.breadcrumb {
	background-color: transparent;
	padding: 20px 0px;
	margin-bottom: 0;
}

.breadcrumb > li {
	color: #a6a6a6;
	font-size: 13px;
}

.breadcrumb > .active {
	color: black;
}

#main-content {
	margin-top: 60px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: transparent;
}

.navbar-brand {
	padding: 20px 50px 20px 15px;
}

.navbar-toggle {
	margin-top: 13px;
}

.navbar-nav > li > a {
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.product-details h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.product-details .price {
	color: #a6a6a6;
	font-size: 22px;
}

.product-details .qty-input {
	width: 40px;
	background-color: #fff;
	border: 3px solid #e9e9e9;
	border-radius: 2px;
	box-shadow: none;
}

.product-details .description {
	color: #a6a6a6;
	font-weight: 200;
	margin-top: 10px;
}

.product-details .description strong {
	color: #555;
}

.product-details .btn {
	width: 48%;
}

@media (max-width: 992px) {
	.product-details {
	}

	#logo {
		font-size: 15px;

		margin-left: 15px;
	}
}

@media (max-width: 768px) {
	.product-details .btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* Viewer styles */

/* Swtaches */

.item-swatches {
	margin-bottom: 50px;
}

.item-swatches .swatch-label {
	margin-bottom: 8px;
	letter-spacing: 2px;
	font-size: 12px;
	color: rgb(141, 131, 131);
}

.item-swatches ul {
	list-style: none;
	display: block;
	height: 29px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.item-swatches ul.large {
	height: 64px;
}

.item-swatches li {
	height: 32px;
	width: 32px;
	display: inline-block;
	background-color: lightgrey;
	margin-right: 0px;
	opacity: 0.8;
	border-radius: 3px;
	transition: opacity 0.2s ease;
	margin-bottom: 5px;
	background-size: cover !important;
}

.item-swatches ul.large li {
	height: 64px;
	width: 64px;
}

.item-swatches li div {
	height: 3px;
	background: #6dd2c8;
	border-radius: 3px;
	margin-top: 35px;
	width: 25px;
	opacity: 0;
	transition: opacity 0.2s ease;
	margin-left: auto;
	margin-right: auto;
}

.item-swatches ul.large li div {
	margin-top: 70px;
}

.item-swatches li.active div {
	opacity: 1;
}

.item-swatches li:hover {
	cursor: pointer;
	opacity: 1;
}

.item-swatches li:hover div {
	opacity: 0.5;
}

.item-swatches li.active {
	opacity: 1;
}

.disable {
	opacity: 1;
	transition: opacity 1s ease;
}

.highlight {
	transition: all 1s ease;
	background: white;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 500px;
	transition: all 0.5s ease;
	box-shadow: 0px 50px 100px rgba(48, 72, 87, 0.05),
		0px 5px 15px rgba(0, 0, 0, 0.05);
}

.product-details {
	padding: 0px 50px;
}

#product-section {
	padding-top: 55px;
}

hr {
	border-top: 1px dotted #cbcbcb;
}

.product-highlights {
	margin-bottom: 20px;
}

.product-highlights ul {
	list-style: none;
	margin: 0;
	padding: 15px;
	border-radius: 5px;

	border: 2px dashed #dddddd;
	font-size: 12px;
	color: #808080;
}

.product-highlights ul li {
	line-height: 22px;
	text-indent: -9px;
}

.product-highlights ul li:before {
	content: '- ';
}

@media (min-width: 992px) {
	.col-md-7 {
	}
}

.CylindoViewer .cylindo-drag-tooltip {
	color: #85bdbf;
}

.CylindoViewer .cylindo-drag-tooltip:before,
.CylindoViewer .cylindo-drag-tooltip:after {
	display: none !important;
}

.button,
.button:focus,
.button:active {
	background: #85bdbf;
	color: white;
	padding: 15px 50px;
	border-radius: 60px;
	border: 1px solid transparent;
	display: inline-block;
	transition: all 0.5s ease;
	cursor: pointer;
	text-decoration: none;
}
.button:hover {
	background: transparent;
	color: #85bdbf;
	border: 1px solid #85bdbf;
}

.button-wrapper {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.button-wrapper p {
	color: #a6a6a6;
	font-weight: 200;
	margin-bottom: 20px;
}

.button-wrapper .disclaimer {
	margin-top: 10px;
	font-size: 10px;
	color: #85bdbf;
}

.button-wrapper p strong {
	color: #555;
}

.fabric_with_names {
	height: 180px !important;
}
.fabric_with_names li {
	height: 85px;
	width: 85px;
	position: relative;
}
.fabric_with_names li div {
	margin-top: 88px;
	width: 78px;
}
.fabric_with_names li span {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 5px;
	width: 100%;
	text-align: center;
}


.demo-tooltip[data-title] {
	position: relative;
	cursor: pointer;
}

.demo-tooltip[data-title]:hover::before {
	z-index: 999;
	content: attr(data-title);
	position: absolute;
	display: inline-block;
	padding: 8px;
	top: -30px;
	border-radius: 6px;
	background: #fafafa;
	color: #85bdbf;
	font-size: 10px;
	font-family: sans-serif;
	white-space: nowrap;
	opacity: 1;
}

#cylindo-viewer * {
	font-weight: 400 !important;
	box-sizing: content-box !important;
	text-decoration-line: none;
  }
