 /*  
Theme Name: Corporate eCommerce Travel 
Theme URI: http://www.onlywebpro.com
Description: This is theme is suitable for corporate website with eCommerce functionality
Version: v1.0
Author: YT Low
Author URI: http://www.onlywebpro.com
*/

/**************************
Product Detail
***************************/

.hero-image {
	height: auto;
	max-width: 100%;
	width: 1050px;
	margin-bottom: 20px;
}

.mobile-friendly {
	display: none;
	margin: 0 0 10px;
}

h2 {
    background: url("../../img/icon_star.png") no-repeat left center;
    padding-left: 30px;
}

.call-to-action {
	background: #e8e9e8;
	border-radius: 5px;
}

.product-price-wrapper {
	background: #fb4840;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	padding: 25px 20px 10px;
	text-align: center;
}

.currency {
	font-weight: bold;
}

.final-price {
	font-size: 40px;
	font-weight: bold;
}

.original-price {
	text-decoration: line-through;
}

.tax-info {
	margin-bottom: 25px;
}

.order-wrapper {
	background: url("../../img/product_detail/product_price_wrapper_bg.png") no-repeat center -40px;
	padding: 50px 20px 20px;
}

.order-wrapper dt,
.order-wrapper dd {
	float: left;
	margin-bottom: 10px;
}

.order-wrapper dt {
	clear: left;
	font-weight: normal;
	padding: 5px 5px 0 0;
}

.select-date,
.select-quantity {
	margin-bottom: 15px;
}

#datepicker {
	background: #fff url("../../img/icon_calendar.png") no-repeat 10px center;
	background-size: 20px auto;
	padding-left: 40px;
}

/* Datepicker override */
.ui-widget {
	font-size: 14px;
}

.ui-datepicker {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: #4fc1e9;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
    text-shadow: none;
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #4fc1e9;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #ddd;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #ddd;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #666;
    text-shadow: 1px 1px 0px #fff;
}
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: linear-gradient(top,  #ededed 0%,#dedede 100%);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
    background: #66ccff;
    color: #fff;
    border: 1px solid #66ccff;
    position: relative;
    margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 33px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 33px;
    margin-right: 0;
}

@media screen and (min-width: 420px) and (max-width: 992px) {
	.order-wrapper {
		background-position: center 0px;
		padding-top: 85px;
	}
}

@media screen and (max-width: 762px) {
	.mobile-friendly {
		display: block;
	}
}