.shop-products {
	margin-bottom: 40px;
}
.small-introtext2 {
	height: 55px;
}
.shop-products .thumbnail .title {
	/*font-weight: normal;*/
	font-size: 16px;
	color: #555;
}
.currentTextHolder, .pp_social {display:none;}

.product-info .product-title.inner {
	/*background: #fff;*/
}
.product-info .inner {
	background: #fff;
	padding: 0;
}
.product-title .price {
	line-height: 20px;
}
.product-title .title h1 {
	color: #555;
}
.product-info .price p span:first-child {
	font-size: 18px;
	color: #909090;
}
.product-info .product-cart {
	margin-bottom: 30px;
}
.product-info .product-description .title {
	font-size: 16px;
	font-weight: bold;
	color: #555;
}
.product-info .product-description .content {
	color: #909090;
	font-size: 14px;
}
.product-info .product-description .content strong {
	color: #555;
}
.product-cart .btn {
    background-color: #ff6633;
}
/*.product-info .price p .sum {
	color: #ff6633;
	font-size: 25px;
}*/
/*PRODUCT IMAGE*/
.slick-slide {
	outline: none;
}
.product-images .title {
	font-weight: bold;
    font-size: 24px;
	margin-bottom: 20px;
	color: #555;
}
.product-images .small .thumbnail {
	margin-bottom: 15px;
	overflow: hidden;
    position: relative;
    display: block;
    border: solid 1px #eeeeee;
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	
}
.product-images .small .slick-current .thumbnail {
	border: solid 2px #ff6633;
}
.product-images .small .slick-arrow {
	
}
.product-images .small .slick-next-desctop {
	text-align: center;
	cursor: pointer;
	font-size: 32px;
	color: #fff;
	background: #e9e9e9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px;
	 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
.product-images .small .slick-next-desctop:hover {
	background: #ff6633;
	opacity: 0.9;
}
.product-images .small .thumbnail img {
	display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-images .small .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-images .small {
	margin-left: 0px;
}
.product-images .big-thumbnails {
	max-width: 400px;
}

/*===== Audio =====*/
.product-audio-description {
	margin-top: 20px;
}
.mejs__container {
	max-width: 100%;
}
.mejs__container {
	background: #909090;
}
.mejs__controls, .mejs__controls:not([style*='display: none']) {
	/*background: transparent;*/
}

@media (min-width:768px) {
	.product-images .small {
		width: 90px;
	}
	.product-images .small .thumbnail {
		height: 100px;
	}
}
@media (max-width:979px) {
	.product-images .big-thumbnails.pull-right {
		float: left;
	}
	.product-images .small {
		margin-left: 15px;
	}
}

@media (max-width:767px) {
	.product-images .small, .product-images .big-thumbnails.pull-right {
		float: none;
		margin-left: 0;
	}
	.product-images .small .thumbnail {
		margin: 0 10px;
	}
	.product-images .small .slick-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1001;
		font-size: 32px;
	}
	.product-images .small .slick-next {
		right: -10px;
	}
	.product-images .small .slick-prev {
		left: -10px;
	}
	.product-images .small .slick-arrow:hover {
		color: #ff6633;
	}
}

/* ===== ORDER FORM ===== */
.order-box {
	padding: 15px 30px;
	background: #fbfbfb;
	box-sizing: border-box;
}
.order-action-container {
	margin-bottom: 20px;
}
.order-action {
	cursor: pointer;
	background: #e9e9e9;
	box-shadow: 0 0 0 4px #e9e9e9;
	border: 2px dashed #fff;
	padding: 15px 20px;
	display: inline-block;
	margin-right: 20px;
	/*color: #555;*/
    font-size: 16px;
	font-weight: bold;
}
.order-action.checked {
	/*border-color: #ff6633;*/
	/*border-color: #ff9f80;*/
	/*color: #ff6633;*/
	color: #555;
}

.order-action .check {
	display: block;
	position: relative;
	/*border: 1px solid #909090;*/
	width: 25px;
	height: 25px;
	margin: 10px auto;
}

/*.order-action.checked .check {
	background: #ff6633;
	border-color: #ff6633;
}*/
.order-action .check:after {
	font-family: FontAwesome;
	content: "\f096";
	color: #909090;
	font-size: 26px;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.order-action.checked .check:after {
	font-family: FontAwesome;
	content: "\f046";
	color: #ff6633;
}

.order-form-container label {
	color: #555;
}
.order-form-container .form-subtitle {
	color: #555;
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 16px;
}

.order-form-container input[type="text"], 
.order-form-container textarea  {
	width: 100%;
	border: 1px solid #e9e9e9;
	background: #fff;
	color: #555;
	padding: 10px 15px;
	height: auto;
	font-size: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-sizing: border-box;
}

.order-form-container input[type="text"]:focus, 
.order-form-container textarea:focus {
  border-color: #ff6633;
  background-color: #eeeeee;
  color: #555555;
}

.order-form-container .delivery-type input[type="radio"]{
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.btn-order {
	outline: none!important;
}
.order-form-input {
	position: relative;
}
#order-form textarea {
	resize: vertical;
}
#order-form label.error {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #e81123;
	background: #fbfbfb;
}
#order-form input[type="text"].error {
	border: 1px solid #e81123;
}
#order-form .lastname {
	display: none;
}

.order-box, 
.order-form-container,
.order-box .message-success {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.order-box.active, 
.order-form-container.active,
.order-box .message-success.active {
	opacity: 1;
	visibility: visible;
	position: static;
}
.order-form-container.active {
	width: 0;
	height: 0;
}
.order-box.active .order-form-container.active  {
	width: auto;
	height: auto;
}