#product-info {
	border: 1px solid #ebeef2;
	background-color: #ffffff;
	border-radius: 4px;
}
#product-info {
	padding: 10px;
}
@media (min-width: 480px) {
	#product-info {
		padding: 15px;
	}
}

#product-info h1 {
	margin: 0;
}

/* PRODUCT IMAGES */
#image-container .price-discount {
    z-index: 5;
}
#image-container .price-discount {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 27px;
}
#image-container .product-video {
	position: relative;
}
#image-container .product-video:before {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: url("../image/video-play.png") no-repeat center center;
	background-size: 100%;
	pointer-events: none;
	user-select: none;
}
@media (min-width: 992px) {
	#image-container .price-discount {
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	    font-size: 36px;
	}
}

/* CAROUSEL */
#sync-wrapper {
	position: relative;
    padding-bottom: 20px;
	margin-left: -11px;
	margin-right: -11px;
}
@media (min-width: 480px) {
	#sync-wrapper {
		margin: 0;
	}
}
#sync-wrapper .square-pad {
	overflow: hidden;
}
#sync .item, #gal .item {
	float: left; /* float: none is the default for all carousels, however videos break the layout if we don't use float: left; we also need overflow: hidden above */
}
#gal:not(.owl-loaded) .item:nth-of-type(5) ~ .item {
	display: none;
}
#gal-wrapper {
	margin-left: -3px;
	margin-right: -3px;
}
#gal .owl-dots {
	bottom: 0;
}

/* PRODUCT VIDEOS */
.owl-carousel .video-url {
	position: relative;
}
.owl-carousel .video-url iframe {
	position: absolute;
	top: 21.875%; /* 16:9 */
	left: 0;
	width: 100%;
	height: 56.25%;
}
#gal .video-url iframe {
	pointer-events: none;
}

/* FORM GROUP */
#product-view .form-group {
	border-top: 1px solid #ebeef2;
	padding: 20px 0;
	margin: 0;
}
#product-view .form-group:last-of-type {
	padding-bottom: 0 !important;
}

/* PRICES */
#product-view .price-container {
	padding: 10px 0;
	font-size: 14px;
}
#product-view .price,
#product-view .price-special {
	font-size: 18px;
	font-weight: bold;
}
#product-view .price-text,
#product-view .price-special-text {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#product-view .price-old-text {
	text-transform: uppercase;
}
#product-view .price-special-text {
	color: #f05423;
}
#product-view .price-discount-value {
	font-size: 14px;
}
#product-view .price-discount-value-text {
	font-size: 14px;
	text-transform: uppercase;
}

/* WISHLIST */
#product-view .btn-wishlist {
	margin-bottom: 10px;
}

/* OPTIONS */
#product-view .form-group.product-options {
	padding: 10px 0;
}
#product-view .product-options .control-label {
	margin-bottom: 10px;
}
#product-view .image-radio .radio {
	float: left;
	text-align: center;
	padding: 0;
	margin: 10px;
	width: 80px;
}
#product-view .image-radio .radio .button-radio-selected .img-thumbnail {
	background: #353d41;
}
#product-view .image-radio .radio input {
	display: none;
}
#product-view .product-options .radio input[type='radio'], #product-view .product-options .checkbox input[type='checkbox'] {
	float: none;
	margin-right: 5px;
}
#product-view .product-options img {
	width: 60px;
	height: 60px;
}
#product-view .product-options .radio,
#product-view .product-options .checkbox {
	margin-top: 0;
}
#product-view .product-options select {
	margin-bottom: 10px;
}

/* ADD TO CART */
#product-view .quantity-adder {
	margin-right: 20px;
}
#product-view #product-buy {
	padding-top: 10px;
}
#product-view #product-buy > * {
	margin-top: 10px;
	float: left;
}
#product-view #product-buy .btn-shopping-cart {
	width: 45%;
	min-width: 105px;
}
#product-view #cart-bar .btn-shopping-cart {
	width: 120px;
}

/* CART-BAR */
body {
	padding-bottom: 90px;
}
@media (min-width: 480px) {
	body {
		padding-bottom: 50px;
	}
}
@media (min-width: 992px) {
	body {
		padding-bottom: 0;
	}
}

.scrollup {
	bottom: 105px;
}
@media (min-width: 480px) {
	.scrollup {
		bottom: 65px;
	}
}
@media (min-width: 992px) {
	.scrollup {
		bottom: 15px;
	}
}

#chatra, #chatra.chatra--mobile-widget.chatra--expanded:not(.chatra--transparent) {
	bottom: 160px !important;
}
#chatra {
	max-height: calc(100% - 140px - 90px - 80px) !important;
}
@media (min-width: 480px) {
	#chatra, #chatra.chatra--mobile-widget.chatra--expanded:not(.chatra--transparent) {
		bottom: 120px !important;
	}
	#chatra {
		max-height: calc(100% - 140px - 50px - 80px) !important;
	}
}
@media (min-width: 992px) {
	#chatra, #chatra.chatra--mobile-widget.chatra--expanded:not(.chatra--transparent) {
		bottom: 70px !important;
	}
	#chatra {
		max-height: calc(100% - 140px - 80px) !important;
	}
}
#cart-bar {
	height: 90px;
	display: none; /* shown with inline style via JS */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #222;
	box-shadow: 0 0 3px 0 #121212;
	padding: 5px 10px;
}
@media (min-width: 480px) {
	#cart-bar {
		height: 50px;
		padding: 2px 10px;
	}
}
/*@media (min-width: 992px) {
	#cart-bar {
		display: none !important; // override inline style set via JS
	}
}*/

#cart-bar #cart-controls {
	padding-top: 5px;
	float: right;
}
@media (min-width: 480px) {
	#cart-bar #cart-controls {
		float: none;
		display: inline-block;
	}
}
#cart-bar .quantity-adder {
	display: none;
}
@media (min-width: 300px) {
	#cart-bar .quantity-adder {
		display: inline-block;
	}
}
#cart-bar img {
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
#cart-bar .price-container {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: -7px 10px 0 0;
}
#cart-bar .price-old {
	font-size: 14px;
	height: 14px;
}
#cart-bar .price-old, #cart-bar .price {
	color: white;
}
#cart-bar .price, #cart-bar .price-special {
	height: 18px;
}

/* REVIEW */
#product-view #product-review {
	padding: 10px;
}
#product-view #product-review .review-view, #product-view #product-review .review-write {
	cursor: pointer;
	color: #aab2bd;
}
#review-form {
	margin: 10% auto;
	max-width: 600px;
	position: relative;
}
#review-form [name=rating] {
	margin: 0 10px;
}
[class^="fa fa-star"] {
	color: #f1c40f;
}

/* PRODUCT DESCRIPTION */
#product-view #product-description a {
	text-decoration: none;
}
#product-view #product-description b {
	margin-right: 5px;
	margin-left: 0;
	font-weight: bold;
}
#product-view #product-description .fa-chevron-circle-down {
	float: left;
	color: #ff6346;
	margin-right: 5px;
}

/* QUICK ORDER */
#quick-order {
	margin-top: 40px;
	margin-left: 20px;
	padding: 15px 10px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 20px;
	position: relative;
}
@media (min-width: 992px) {
	#quick-order {
		margin-top: 20px;
	}
}
#quick-order img {
	position: absolute;
	left: -20px;
	top: -20px;
}
#quick-order p {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#quick-order .inputs {
	padding: 5px 10px;
	text-align: left;
}
#quick-order .inputs input {
	font-weight: bold;
}
#quick-order .terms {
	padding: 5px 0;
}
#quick-order .terms label + .text-error {
	position: relative;
	top: -5px;
}

#quick-order #shipping-method, #quick-order #econt, #quick-order #speedy {
	text-align: left;
}

#quick-order button {
	margin-top: 10px;
}

#quick-order .form-group {
	padding: 5px 0;
	border: none;
}

/* BOX SERVICES */
#product-view #product-terms {
	padding: 15px 0;
}
#product-terms .box-services {
	float: left;
	margin: 5px;
}
#product-terms .box-services .fa {
	-webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
}
#product-terms .box-services.box-services-warranty .fa {
	background: url("../image/box-services-warranty.png") no-repeat;
}
#product-terms .box-services.box-services-return .fa {
	background: url("../image/box-services-return.png") no-repeat;
}
#product-terms .box-services.box-services-test .fa {
	background: url("../image/box-services-test.png") no-repeat;
}

/* PRODUCT VIDEO (IN PRODUCT INFO) */
#product-video {
	margin-left: -11px;
	margin-right: -11px;
}
@media (min-width: 480px) {
	#product-video {
		margin: 0;
	}
}
#product-video iframe,
#product-video object,
#product-video embed {
	width: 100%;
}
#product-video .list-group {
    padding-bottom: 20px;
}
#product-video .list-group:last-of-type {
	padding-bottom: 0;
}
.video-container {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: -22%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72%;
}

/* TABS */
.tabs-group {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 4px;
}

#product-tabs {
	border-radius: 4px 4px 0 0;
	border-top: 2px solid #ff6346;
	border-left: 1px solid #ebeef2;
	border-right: 1px solid #ebeef2;
}
#product-tabs li.active a {
	border-bottom: 2px solid #ff6346;
}

.tabs-group .tab-content {
	border: 1px solid #ebeef2;
	font-size: 14px;
	padding: 15px 10px;
}
@media (min-width: 480px) {
	.tabs-group .tab-content {
		padding: 15px;
	}
}
