/* Basic Layout */

#roses-detail-view {
    margin-top: 115px;
}

#roses-detail-view img {
    width: 100%;
    height: auto;
}

#detail-controls button {
    color: #fff;
    text-align: left;
    background: #789b4a;
    border-radius: 0;
    border: none;
    font-weight: normal;
}

.btn .caret {
    margin-left: 25px;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.thumbnails {
	overflow: hidden;
	margin: 10px -5px;
	padding: 0;
	text-align: center;
}

.thumbnails li {
	display: inline-block;
	width: calc(100% / 3);
  float: left;
	margin: 0;
  padding: 0 5px;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.rose-detail {
    float: left;
    width: 100%;
}

.rose-attributes p {
    margin-bottom: 0;
	float: left;
    width: 100%;
    font-size: 13px;
}

.rose-value p {
    font-size: 1.3em;
    font-weight: bold;
}

.rose-value p span {
	float:left;
	margin-top:3px;
	font-size:1.3em;
}

.rose-value p .rating-star {
    color: #C3C3C3;
    font-size: 1.3em;
    line-height: 1em;
    font-family: 'Century Gothic';
}

.rose-detail.specs .rose-value p {
    font-size: 1em;
}

img.cert {
  display: block;
  margin: 0 auto;
}

#detail-controls button {
    width: 100%;
    margin: 0;
}

#detail-controls .dropdown-menu{
  margin: 5px 0 0;
}

#detail-controls {
    padding: 20px 0 116px 0;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

#detail-controls button:hover {
    background: #d31f39;
}

#detail-controls .col-md-4 {
  padding: 0 2.5px;
}

.col-md-6:first-child .rose-detail:nth-child(5) .rose-value p {
    line-height: 1;
}

.rating-star {
    color: #C3C3C3;
	font-size:2em;
	line-height: 1em;
    font-family: 'Century Gothic';
}

@media screen and (max-width: 991px) {

  #detail-controls > div {
    padding: 0 !important;
    margin: 5px 0 !important;
    width: 100%;
  }

  ul.dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
  }

}

@media screen and (max-width: 769px) {

  #detail-controls {
    padding: 20px 15px 116px 15px;
  }

	#roses-detail-view .dropdown > button {
		display:none;
	}

}
