.ui-datepicker {
	width: 300px;
	height: 300px;
	margin: 5px auto 0;
	font: 12pt Arial, sans-serif;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: #fff;
	color: #303133;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
	font-size: 15px;
}
.ui-datepicker-prev {
	float: left;
	cursor: pointer;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	cursor: pointer;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 8pt;
}
.ui-datepicker tbody td {
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
	background: #768a68;
	color:#ffffff;
	height:40px;
	width:40px;

}
.ui-datepicker-calendar .ui-state-hover {
	background: rgba(118, 138, 104, 0.7);
	color: #FFFFFF;
}
.ui-datepicker-calendar .ui-state-active {
	background: rgba(118, 138, 104, 0.7);
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #768a68;
	color: #000;
}
#yy_user_dob_field{
	margin-top: 30px;
}
.account-name-container{	
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
    text-transform: initial;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    font-size: 14px;
}
.mobile-account-icon.mobile-additional-icon{
	position: relative;
}
.mobile-account-icon.mobile-additional-icon .account-name-container{
	font-size: 12px;
}
.shop_table .order-total td > *{
	display: block;
	margin: 0;
}
div.woocommerce .shop_table .quantity input[type="text"].qty{
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.shop_table td.product-price{
	padding-left: 15px;
	padding-right: 15px;
}
.shop_table td.product-subtotal{
	padding-left: 15px;
}
div.woocommerce .shop_table .quantity .qty-minus{
	left: 0;
}
div.woocommerce .shop_table .quantity .qty-plus{
	right: 0;
}
.grecaptcha-badge{
	display: none !important;
}
table.shop_table tr.woocommerce-shipping-totals td{
	padding-left: 0;
}
table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods{
	white-space: nowrap;
}
table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods .btn{
	padding-left: 20px !important;
	padding-right: 20px !important;
	white-space: nowrap;
	transform-origin: right !important;
}
li.woocommerce-MyAccount-navigation-link--communication-preferences a:before {
    content: '';
    background-image: url('../img/communication-preferences.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
li.woocommerce-MyAccount-navigation-link--communication-preferences.is-active a:before,
li.woocommerce-MyAccount-navigation-link--communication-preferences a:hover:before {
	background-image: url('../img/communication-preferences-hover.png');
}
li.woocommerce-MyAccount-navigation-link--loyalty_reward a:before {
    content: '';
    background-image: url('../img/loyalty_reward.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
li.woocommerce-MyAccount-navigation-link--loyalty_reward.is-active a:before,
li.woocommerce-MyAccount-navigation-link--loyalty_reward a:hover:before {
	background-image: url('../img/loyalty_reward-hover.png');
}
.woocommerce-checkout .double-block-padding{
	padding-left: 25px;
	padding-right: 25px;
}
body:not(.rtl) .order-table-with-thumbs table.woocommerce-checkout-review-order-table .product-item-thumb strong.product-quantity{
    right: 15px;
}
body:not(.rtl) .order-table-with-thumbs table.woocommerce-checkout-review-order-table img{
    margin-right: 10px;
}
table.shop_table tr.woocommerce-shipping-totals th{
	vertical-align: middle;
}
@media (max-width: 1100px) and (min-width: 960px){
	table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods, table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods .btn{
		white-space: inherit;
	}
}
@media (max-width: 480px){
	table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods, table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods .btn{
		white-space: inherit;
	}
}

.tabs-breakpoint .tab-pane.fade.half-internal-gutter.single-block-padding{
	opacity: 1;
}