
h2.dcl-school {
    color: #494949;
    font-family: 'Martel Sans';
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: none;
    float: left;
    top: 20px;
    position: relative;
    width: 215px;
    text-align: left;
    margin-left: 0px;
    border-right: 2px solid #EFEFEF;
    margin-right: 30px;
}
.quantity input {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    width: 40px;
}
.woocommerce-product-rating, #dcl-product ul.products li span.onsale {
display:none;
}
.dcl-calendar ul.dcl-week li.dcl-week-title {
display:none;
}
#dcl_child_switch {
}
#content-pro .woocommerce-info {
    background: #F5FFF3 !important;
}
#dcl-product-content .tc-extra-product-options{
    display: block;
}
button[type=submit] {
    background-color: #FF6528;
    border-bottom: 2px solid #A03F19;
    padding: 6px 12px;
    border-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
}
.product_meta {
    margin-top: 10px !important;
}
#dcl-product .tm-options-totals {display:none;}
#dcl-product .dcl-close {
    position: absolute;
    height: 30px !important;
    width: 30px !important;
    text-align: center;
    right: 1px;
    top: 1px;
    background-color: #41A62A;
    color: #fff;
    text-decoration: none;
    font-size: 20px !important;
    line-height: 26px !important;
}
#dcl-product ul.products li.type-product .images .thumbnails {
    display: none;
}
/*#dcl-product ul.products li.type-product .images {
    border-radius: 50%;
    overflow: hidden;
}*/

#dcl-product{
    display: none;
}
.entry-content, .entry-header {
    max-width:none !important;
}
.dcl-calendar {
    margin: 0px auto 50px;
    border-top: 2px dashed #EFEFEF;
    padding-top: 17px;
}
ul.dcl-week *{
    font-family: "Lato", "open sans", Arial;
}
ul.dcl-week{
    display:block;
    margin: 30px 0 0;
    padding:0;
    position: relative;
}
ul.dcl-week li
{
    list-style:none;
    padding:0;
    border-width:1px 1px 0 0;
    border-style:solid;
    display:inline-block;
    width: calc(14.285% - 20px);
    border-color: #fff;
    box-sizing:border-box;
    vertical-align: top;
	height:72px;
}ul.dcl-week.dcl-week-header li.dcl-day .dcl-date{
    background-color: #5D428D;
    color:#fff; 
}ul.dcl-week.dcl-week-header li{
    height:auto;
}
ul.dcl-week li.dcl-day .dcl-content {
    background-color:#f8f8f8;
    font-size: 11px;
    height:50px;
    overflow: hidden;
    text-align: center;
    color: #ADADAD;
    text-shadow: 1px 1px 0 rgba(242, 242, 242, 0.6) , -1px -1px 1px rgba(255, 255, 255, 0.67);
}
ul.dcl-week li.dcl-day .dcl-date {
    color: #424242;
    background-color: #BBBBBB;
    font-weight: bold;
    padding: 2px 5px;
    text-transform: uppercase;
    display:block;
    font-size: 12px;
    line-height:16px;
}
ul.dcl-week li.dcl-week-title h5 small {
    display: block;
}
ul.dcl-week li.dcl-week-title h5 {
	font-size: 13px;
    margin: 15px 0 0 10px;
}
.dcl-term-title {
    background: #7AA971;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 2px 6px;
    margin: 10px 0 2px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}
.dcl-calendar ul.dcl-week li.dcl-week-title {
	/* remove the width from the preceeding calc to make the calendar fit */
	width:140px;
	margin-top: 22px;
    font-size: 14px;
    background-color: #F8F8F8;
    height: 51px;
    vertical-align: middle;   
}
.dcl-content, .dcl-content.dcl-hide-mobile, .dcl-content.dcl-show-mobile, .dcl-content.dcl-show-mobile.dcl-active, .dcl-content.dcl-content-default {
	display:none;
}
.dcl-content.dcl-active, .dcl-content.dcl-hide-mobile.dcl-active, .dcl-content.dcl-content-default.dcl-active {
	display:block;
}
ul.dcl-cart-variation span.dcl-cart-variation-child, ul.dcl-cart-variation span.dcl-cart-variation-child {
    background-color: #FFFFC9;
    padding: 2px 7px;
    border-bottom: 1px dashed #CECA46;
    font-weight: 400;
    color: #444;
}
ul.dcl-cart-variation {
	padding: 5px 0;
	list-style:none !important;
}
ul.dcl-cart-variation li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #00892E;
    padding: 6px 0;
    border-top: 2px dashed #EFEFEF;
	list-style:none !important;
}
/*******************
7 weekdays calendar styles
***********************/

.dcl-weekdays-7 ul.dcl-week li {
    width: calc(14.285% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-6 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 7;
	$day_span = 6;
	$title_width = 140px;
	
	becomes calc(85.71% - 120px)
	
	*/
    width:calc(85.71% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-5 {
    width:calc(71.425% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-4 {
    width:calc(57.14% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-3 {
    width:calc(42.855% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-2 {
    width:calc(28.57% - 0px);
}
.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-1 {
    width:calc(14.285% - 0px);
}
.dcl-pdata-big {
    font-size: 14px;
    line-height: 29px;
}
#dcl-tooltip table td {
	display:none !important;
    padding:5px;
}
#dcl-tooltip table {
	display:none !important;	
    width:100%;
    margin-bottom:0;
}
#dcl-tooltip {
    	display:none !important;
	width: 150px;
    position: absolute;
    background-color: rgba(227, 245, 223, 0.9);
    font-size: 12px;
    padding: 4px;
    z-index: 9999;
    box-shadow: 0px 1px 5px #444;
}
/*************/
/*************
6 weekday
*************/
.dcl-weekdays-6 ul.dcl-week li {
    width: calc(16.66% - 24px);
}
.dcl-weekdays-6 ul.dcl-week li.dcl-day-span-5 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 6;
	$day_span = 5;
	$title_width = 140px;
	
	becomes calc(83.33% - 116px)
	
	*/
    width:calc(83.33% - 116px);
}
.dcl-weekdays-6 ul.dcl-week li.dcl-day-span-4 {
    width:calc(66.6% - 96px);
}
.dcl-weekdays-6 ul.dcl-week li.dcl-day-span-3 {
    width:calc(49.98% - 72px);
}
.dcl-weekdays-6 ul.dcl-week li.dcl-day-span-2 {
    width:calc(33.3% - 48px);
}
.dcl-weekdays-6 ul.dcl-week li.dcl-day-span-1 {
    width:calc(16.66% - 24px);
}
/*****************/

/********************
5 weekdays
********************/
.dcl-weekdays-5 ul.dcl-week li {
    width: calc(20% - 0px);
}
.dcl-weekdays-5 ul.dcl-week li.dcl-day-span-4 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 5;
	$day_span = 4;
	$title_width = 140px;
	
	becomes calc(80% - 112px)
	
	*/
    width:calc(80% - 0px);
} 
.dcl-weekdays-5 ul.dcl-week li.dcl-day-span-3 {
    width:calc(60% - 0px);
} 
.dcl-weekdays-5 ul.dcl-week li.dcl-day-span-2 {
    width:calc(40% - 0px);
} 
.dcl-weekdays-5 ul.dcl-week li.dcl-day-span-1 {
    width:calc(20% - 0px);
}
/***************/
/**************
4 weekdays
****************/
.dcl-weekdays-4 ul.dcl-week li {
    width: calc(25% - 35px);
}
.dcl-weekdays-4 ul.dcl-week li.dcl-day-span-3 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 4;
	$day_span = 3;
	$title_width = 140px;
	
	becomes calc(75% - 105px)
	
	*/
    width:calc(75% - 105px);
}
.dcl-weekdays-4 ul.dcl-week li.dcl-day-span-2 {
    width:calc(50% - 70px);
}
.dcl-weekdays-4 ul.dcl-week li.dcl-day-span-1 {
    width:calc(25% - 35px);
}
/**************
3 weekdays
****************/
.dcl-weekdays-3 ul.dcl-week li {
    width: calc(33.33% - 47px);
}
.dcl-weekdays-3 ul.dcl-week li.dcl-day-span-2 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 4;
	$day_span = 3;
	$title_width = 140px;
	
	becomes calc(75% - 105px)
	
	*/
    width:calc(66.66% - 94px);
}
.dcl-weekdays-4 ul.dcl-week li.dcl-day-span-1 {
    width: calc(33.33% - 47px);
}
/**************
2 weekdays
****************/
.dcl-weekdays-2 ul.dcl-week li { 
    width: calc(50% - 70px);
}
.dcl-weekdays-2 ul.dcl-week li.dcl-day-span-1 {
	/*
	we need sass to generate the styles, the algorithm
	
	(100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))
	
	$total_days = 4;
	$day_span = 3;
	$title_width = 140px;
	
	becomes calc(75% - 105px)
	
	*/
    width:calc(50% - 70px);
}

.dcl-menu .dcl-trigger {
    padding: 15px 5px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    color: #ABABAB;
    text-transform: uppercase;
}
.dcl-menu.dcl-available {
    text-align: left;
}
.dcl-menu.dcl-available .dcl-trigger:before {
    content: "+";
    display: block;
    background-color: #41a62a;
    width: 15px;
    float: right;
    height: 5px;
    line-height: 3px;
    text-align: center;
    padding: 5px 0;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-top: 3px;
    font-family: tahoma;
}
.dcl-menu.dcl-available.dcl-open .dcl-trigger:before {
    content: "\25E2";
}
.dcl-menu.dcl-available .dcl-trigger:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-color: transparent #41a62a;
    border-style: solid;
    border-width: 10px 10px 0px 0;
    height: 0;
    width: 0;
}
.dcl-menu.dcl-available .dcl-trigger {
    text-decoration: none;
    position: relative;
}
.dcl-menu.dcl-available .dcl-trigger:hover {
   background-color:#eee; 
    transition: .3s ease all;
}
#dcl-indicator {
	position:relative;
	position: absolute;
    top: 0px;    
	margin-left: -10px;
}
#dcl-product #dcl-indicator:before, #dcl-product #dcl-indicator:after {
    content: "";
    border-color: #F5FFF3 transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: 0;
    top: 0;
    left:0;
}
#dcl-product #dcl-indicator:before {
    border-color: #CDE8C7 transparent;
	margin-top: -11px;
}
#dcl-product a:focus {
    outline: none;
}
#dcl-product {
    padding: 15px;
    margin-bottom: 5px;
    background-color: #F5FFF3;
    margin-top: 1px;
    position: relative;
    -min-height:300px;
    border: 1px solid #CDE8C7;
}
#dcl-product ul.products:after {
    content:"";
    display:block;
    clear:both;
}
#dcl-product ul.products {
    margin:0;
}
#dcl-product ul.products li h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}
#dcl-product ul.products li span.onsale {
    float: right;
    background-color: #A62A2A;
    color: #fff;
    width: 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: -10px;
    margin-bottom: -30px;
    margin-right: -10px;
    position: relative;
}
#dcl-product ul.products li span.price {
    display:block;
    margin-bottom: 5px;
    font-size: 12px;
}#
dcl-product ul.products li > a {
    display:inline-block;
    text-decoration:none;
}
#dcl-product ul.products li.active {
    display: block;
}
#dcl-product ul.products > li {
    list-style: none;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    display: none;
}
#dcl-product h2 {
    border-bottom: 1px solid #41A62A;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #41A62A;
    font-size: 18px;
    margin-top: 5px;
    font-weight:normal;
}
#dcl-product ul.products {
    width:65%;
    float:right;
}
#dcl-product ul.products li.type-product .woocommerce-tabs .panel{
    padding:0;
    background-color: transparent;
}
#dcl-product ul.products li.type-product .woocommerce-tabs{
    clear:both;
    margin-bottom:30px;
}
#dcl-product ul.products li.type-product .images .thumbnails > a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
#dcl-product ul.products li.type-product .images .thumbnails {
    margin-top:5px;
}
/*#dcl-product ul.products li.type-product .images {
    float: left;
    width: 40%;
    margin-right: 2%;
    background-color: transparent;
}*/
#dcl-product ul.products li.type-product .entry-summary .quantity {
    float: left;
    width: 60px;
    margin-right: 5px;
}

#dcl-product ul.products li.type-product .images {
    float: none;
    width: 100%;
    margin-right: 0;
    background-color: transparent;
    margin: 31px 0 50px !important;
    display: block;
    max-width: 360px;
    border-radius: 10px;
    overflow: hidden;
}
#dcl-product ul.products li.type-product .images a {
pointer-events: none;
}
#account #dcl-product ul.products li.type-product .entry-summary h1.product_title {
	font-size: 1.5em;
}
#account #dcl-product ul.products li.type-product .entry-summary {
    float: none;
    margin: 15px 0 50px;
    padding: 0;
    background-color: transparent;
}
#account #dcl-product ul.products li.type-product .entry-summary .tm-extra-product-options {
    max-width: 530px;
    width: 100%;
    margin-top: 30px;
    border-top: 2px dashed #C9DCC6;
    padding-top: 0px;
}
#account #dcl-product ul.products li.type-product .entry-summary tm-totals-form-main {
   border-top: 2px dashed #C9DCC6;
}
#account #dcl-product-content .type-product p.price {
	display:none;
}
#account #dcl-product ul.products li.type-product .entry-summary .product_meta {
	display:none;
}
.dcl-products-menu  {
    width:28%;
    margin:0;
    float: left;
}
.dcl-products-menu li a:hover {
    background-color: #DDECDA;
    transition: .5s all ease;
}
.dcl-products-menu li a {
    display: block;
    text-decoration: none;
    background-color: #FFF;
    padding: 2px;
    margin-bottom: 6px;
    position: relative;
    border-radius: 5px;
    border-bottom: 2px solid #D6D6D6;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
} 
.dcl-products-menu li a:hover {
    display: block;
    text-decoration: none;
    background-color: #F7F7F7;
    padding: 2px;
    margin-bottom: 6px;
    position: relative;
    border-radius: 5px;
    border-bottom: 2px solid #D6D6D6;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
} 
/*.dcl-products-menu li a {
    display: block;
    text-decoration: none;
    background-color: #E5F0E3;
    padding: 2px;
    margin-bottom: 2px;
    position: relative;
    border-radius:3px;
}*/
.dcl-products-menu li a:before {
    content: "";
    border-color: transparent #41A62A;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 0;
    margin-right: 5px;
}
.dcl-products-menu li a:after, #dcl-product-content:after {
    content: "";
    display: block;
    clear: both;
}
.dcl-products-menu ul {
    margin:0;
}
.dcl-products-menu li {
    list-style: none;
}
.dcl-products-menu li div.dcl-thumb {
    max-width: 50px;
    max-height:50px;
    float:left;
    margin-right: 5px;
}
.dcl-products-menu li div.dcl-title {
    font-size: 13px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
	padding-right:8px;
}
.dcl-products-menu li div.dcl-thumb img {
    max-width: 100%;
    max-height:100%;
}
.dcl-msg {
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.dcl-msg.dcl-error {
    background-color: #FFF0F0;
    border: 1px solid #F7E2E2;
}
.dcl-msg.dcl-success {
    background-color: #F6FFF0;
    border: 1px solid #E4F7E2;
}
.dcl-msg.dcl-hidden, .dcl-content-cart {
    display:none;
}
ul.dcl-week li.dcl-day .dcl-content.dcl-content-cart .dcl-content-cart-inner {
    padding:0 5px;
    height:30px;
    overflow-y: auto;
}
ul.dcl-week li.dcl-day .dcl-content.dcl-content-cart a.dcl-trigger {    
position: absolute;
    bottom: 0;
    display: block;
    line-height: 10px;
    background: #A5DB99;
    width: 100%;
    padding: 5px;
    color:#fff;
	box-sizing: border-box;
}
ul.dcl-week li.dcl-day .dcl-content.dcl-content-cart {
    background-color: #41A62A;
    padding: 0px;
    text-align: left;
    height: 50px;
    text-shadow: 0 0 0;
    color: #fff;
    position: relative;
}
.dcl-pdata {
    display: block;
}
.dcl-pdata .dcl-product-remove {
    float: right;
    text-decoration: none;
    background-color: #fff;
    width: 11px;
    height: 11px;
    line-height: 9px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
}
a.dcl-trigger, .dcl-product-inner, .dcl-calendar-inner {
    transition: .5s ease all;
}
.dcl-loading a.dcl-trigger, .dcl-loading .dcl-product-inner, .dcl-calendar.dcl-loading .dcl-calendar-inner {
    opacity:0.1;
    transition: .5s ease all;
}
.dcl-loading {
    position:relative;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}
 
@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
.dcl-show-mobile {
    display:none;
}.dcl-hide-mobile{
    display:initial;
}
.dcl-loading {
    min-width: 24px;
    min-height: 24px;
    z-index:2;
}
 #dcl-product-content .dcl-loading:before {
     width:42px;
     height:42px;
}
.dcl-loading:before {
    content: 'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}
 
.dcl-loading:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    border-top-color: rgba(65, 166, 42, .9);
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}
.dcl-order-meta {
    margin-left: 0;
}
.dcl-order-meta li {
    font-weight: bold;
    list-style: none;
    padding: 5px !important;
    background-color: #eee;
    margin: 5px 1px 5px 0 !important;
}
.dcl-order-meta li label {
    font-weight:normal;
    padding-right:5px;
}
.dcl-child-add {
    clear: both;
    text-align: right;
    padding: 10px 0;
    margin-bottom: 10px;
}
.dcl-child-add span {
    float:left;
}
.dcl-child-add a {
	color: #6C0;
    padding: 3px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    border: #6C0 solid 2px;
}
#dcl-selected-products {
	margin-bottom:10px;
}
#dcl-selected-products span.dcl-pdata .dcl-product-remove {
    padding: 2px;
    font-size: 14px;
    color: #FF6528;
	margin-left:5px;
	margin-top:1px;
	margin-right:-5px;
}
#dcl-selected-products span.dcl-pdata {
    display: inline-block;
    background-color: #FF6528;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    padding: 4px 11px;
    line-height: 14px;
    margin-right: 5px;
}
#dcl-product .dcl-close {
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    right: 1px;
    top: 1px;
    background-color: #41A62A;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
}
.dcl-child-cart-container {
    margin-top: 15px;
}
.dcl-child-cart-container h3 {
    font-weight: normal;
    font-size:16px;
    background-color: #f8f8f8;
    padding-left:10px;
    line-height: 40px;
    margin-bottom: 0;
}
#dcl-child-cart ul {
    margin-left: 0;
    display: table;
    width: 100%;
    margin: 0;
}
#dcl-child-cart li.dcl-header {
    background-color: #41A62A;
    color: #fff;
}
#dcl-child-cart li{
    list-style: none;
    font-size: 12px;
    background-color: #f8f8f8;
    display: table-row;
}
#dcl-child-cart li:nth-child(2n) {
    background-color: #F1F1F1;
}
#dcl-child-cart li span.dcl-quantity, #dcl-child-cart li span.dcl-price {  
    width:15%;
}
#dcl-child-cart li span.dcl-actions {
     width:15%;   
}
#dcl-child-cart li span.dcl-title {
    width:55%;
}
#dcl-child-cart li span.dcl-date {
    width: 100%;
    font-size: 80%;
    display: block;
}
#dcl-child-cart li > span:first-child {
    padding-left: 10px;
}
#dcl-child-cart li > span:last-child {
    padding-right: 10px;
}
#dcl-child-cart li > span {
    width: 24%;
    padding: 3px 0px;
    display:inline-block;    
    display: table-cell;
    vertical-align: middle;
}
.dcl-cart-totals {
    background-color: #F8F8F8;
    padding: 15px;
    text-align: right;
    line-height: 20px;
    margin-bottom: 15px;
	border-top: 2px solid #E65E00;
}
.dcl-product-select {
    border: 2px solid #CCC;
    font-size: 15px;
    background-color: #FFF;
}
@media all and (max-width:898px) {
#account #dcl-product ul.products {
    margin: 0;
    padding-left: 0;
}
}
@media all and (min-width:680px) and (max-width:860px) {
#account .dcl-products-menu {
	width:32% !important;
}
#account #dcl-prouduct ul.products {
	width:60% !important;
}
}
@media all and (max-width:679px) {
	.dcl-product-select {
    		width: 260px;
	}
	#dcl-product ul.products li.type-product .images {
		    margin: 0px 0 50px !important;
	} 
	ul.dcl-week li.dcl-day .dcl-show-mobile.dcl-content.dcl-content-cart a.dcl-trigger, ul.dcl-week li.dcl-day .dcl-content.dcl-content-default a.dcl-trigger {
		background-color: #eee;
		color: green;
		font-size: 22px;
		text-decoration: none;
		text-align: center;
		height:50px;
		position: relative;
		padding: 10px 0;
		line-height:26px;
		box-sizing: border-box;
		display:block;
	}
	ul.dcl-week li.dcl-day .dcl-content.dcl-content-default a.dcl-trigger {
		font-size:0;
	}
	.dcl-content.dcl-content-default a.dcl-trigger {
		text-indent:-1000px;
	}
	.dcl-menu.dcl-available .dcl-trigger:before {
		content: "\271B";
		display: block;
		background-color: #41a62a;
		width: 30px;
		float: none;
		height: 30px;
		line-height: 3px;
		text-align: center;
		padding: 0px 0;
		text-shadow: none;
		color: #fff;
		border-radius: 50%;
		font-size: 15px;
		/* margin-top: 3px; */
		font-family: tahoma;
		text-indent: 0;
		margin: 0 auto;
		line-height: 28px;
	}
	.dcl-content, .dcl-content.dcl-hide-mobile, .dcl-content.dcl-show-mobile, .dcl-content.dcl-hide-mobile.dcl-active, .dcl-content.dcl-content-default {
		display:none !important;
	}.dcl-content.dcl-active, .dcl-content.dcl-show-mobile.dcl-active, .dcl-content.dcl-content-default.dcl-active {
		display:block !important;
	}
    .dcl-show-mobile {
        display:initial;
    }.dcl-hide-mobile{
        display:none;
    }
    .dcl-calendar ul.dcl-week li.dcl-week-title {
        width:100%;
        display:none;
    }.dcl-calendar ul.dcl-week:first-child li.dcl-week-title {
        display:block;
    }
    .dcl-menu .dcl-trigger {
        white-space: nowrap;
        font-size: 10px;
    }
    /*******************
    7 weekdays calendar styles
    ***********************/

    .dcl-weekdays-7 ul.dcl-week li{
        width: 14.285%;
    }.dcl-weekdays-7 ul.dcl-week li.dcl-day-span-6 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 7;
        $day_span = 6;
        $title_width = 140px;

        becomes calc(85.71% - 120px)

        */
        width:85.71%;
    }
    .dcl-weekdays-7 ul.dcl-week li.dcl-day-span-5 {
        width:71.425% ;
    }
    .dcl-weekdays-7 ul.dcl-week li.dcl-day-span-4 {
        width:57.14%;
    }
    .dcl-weekdays-7 ul.dcl-week li.dcl-day-span-3 {
        width:42.855%;
    }
    .dcl-weekdays-7 ul.dcl-week li.dcl-day-span-2 {
        width:28.57%;
    }
    .dcl-weekdays-7 ul.dcl-week li.dcl-day-span-1 {
        width:14.285%;
    }
    /*************/
    /*************
    6 weekday
    *************/
    .dcl-weekdays-6 ul.dcl-week li{
        width: 16.66%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-5 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 6;
        $day_span = 5;
        $title_width = 140px;

        becomes calc(83.33% - 116px)

        */
        width:83.33%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-5 {
        width:83.33%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-4 {
        width:66.6%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-3 {
        width:49.98%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-2 {
        width:33.3%;
    }
    .dcl-weekdays-6 ul.dcl-week li.dcl-day-span-1 {
        width:16.66%;
    }
    /*****************/

    /********************
    5 weekdays
    ********************/
    .dcl-weekdays-5 ul.dcl-week li {
        width: 20%;
    }
    .dcl-weekdays-5 ul.dcl-week li.dcl-day-span-4 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 5;
        $day_span = 4;
        $title_width = 140px;

        becomes calc(80% - 112px)

        */
        width:80%;
    }
    .dcl-weekdays-5 ul.dcl-week li.dcl-day-span-3 {
        width:60%;
    }
    .dcl-weekdays-5 ul.dcl-week li.dcl-day-span-2 {
        width:40%;
    }
    .dcl-weekdays-5 ul.dcl-week li.dcl-day-span-1 {
        width:20%;
    }
    /***************/
    /**************
    4 weekdays
    ****************/
    .dcl-weekdays-4 ul.dcl-week li {
        width:25%;
    }
    .dcl-weekdays-4 ul.dcl-week li.dcl-day-span-3 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 4;
        $day_span = 3;
        $title_width = 140px;

        becomes calc(75% - 105px)

        */
        width:75%;
    }
    .dcl-weekdays-4 ul.dcl-week li.dcl-day-span-2 {
        width:50%;
    }
    .dcl-weekdays-4 ul.dcl-week li.dcl-day-span-1 {
        width:25%;
    }
    /**************
    3 weekdays
    ****************/
    .dcl-weekdays-3 ul.dcl-week li{
        width: 33.33%;
    }
    .dcl-weekdays-3 ul.dcl-week li.dcl-day-span-2 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 4;
        $day_span = 3;
        $title_width = 140px;

        becomes calc(75% - 105px)

        */
        width:66.66%;
    }
    .dcl-weekdays-4 ul.dcl-week li.dcl-day-span-1 {
        width: 33.33%;
    }
    /**************
    2 weekdays
    ****************/
    .dcl-weekdays-2 ul.dcl-week li{ 
        width: 50%;
    }
    .dcl-weekdays-2 ul.dcl-week li.dcl-day-span-1 {
        /*
        we need sass to generate the styles, the algorithm

        (100%/(total_days)) * (day_span) - (day_span) * ((title_width) / (total_days))

        $total_days = 4;
        $day_span = 3;
        $title_width = 140px;

        becomes calc(75% - 105px)

        */
        width:50%;
    }
	#dcl-selected-products {
		margin-top:90px;
	}
	#dcl-product-content {
        position: relative;
    }
    #dcl-product .dcl-products-menu {
        float:none;
        width:100%;
        position:absolute;
        top:75px;
        left:0;
    }
    #dcl-product ul.products {
        float:none;
        width:100%;
        margin-top:10px;
    }
    .dcl-products-menu li a:before {
        border-color: #41A62A transparent;      
        border-style: solid;
        border-width: 5px 5px 0px 5px;
    }
    #dcl-product h2 {
        font-size:16px;
		padding-right: 20px;
	}
}
a.dcl-trigger[data-lastminute="1"] {
    color:orange !important;
}
a.dcl-trigger[data-lastminute="1"]:before {
    background-color: orange !important;
}
a.dcl-trigger[data-lastminute="1"]:after {
    border-color: transparent orange !important;
}

span.dcl-actions a:before {
    content: "x";
    top: 10px;
    left: 13%;
    color: #FFF;
    background: #E65E00;
    padding: 1px 7px 3px;
    border-radius: 50%;
    visibility: visible !important;
    position: relative;
}
span.dcl-actions a {visibility: hidden;}
#dcl-child-cart ul {
    padding-left: 0px !important;
}
.dcl-child-cart-container h3 {
    background-color:#F8F8F8 !important;
    margin-top: 10px !important;
}
.dcl-child-cart-container {
    max-width: 600px;
    margin: 80px auto 80px !important;
    border: 2px solid rgba(113, 113, 113, 0.23);
    padding: 10px 30px !important;
    border-radius: 0px;
    background: #F8F8F8;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
#dcl-child-cart li.dcl-header {
    background-color: #E65E00 !important;
}
.dcl-cart-totals {
    background-color: #F8F8F8;
    padding: 15px;
    text-align: center !important;
    line-height: 20px;
    margin-bottom: 15px;
    border-top: 2px dashed #E6E3E3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.dcl-cart-totals a {
    color: #E65E00;
}
input[id=dcl-childselect-submit] {
    background-color: #64C800;
    color: #FFF;
    font-size: 15px;
    padding: 10px 45px;
    border: 1px solid #64C800;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}
select[id=child_id] {
    width: 203px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 0;
    border: 2px solid #D6D6D6;
    position: relative;
    top: 0px;
}
ul.select-child {
    list-style: none;
    max-width: 425px;
    margin: 0 auto 100px;
}
ul.select-child li {display:inline;}
.woocommerce-tabs .panel.entry-content h2 {
	display:none;
}
#account #content-pro .woocommerce-tabs .panel p {
    padding: 15px 1% 15px;
}
#account #content-pro .woocommerce-tabs .panel.entry-content {
	border-bottom: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
}
#content-pro .woocommerce-tabs ul.tabs:after {
    content:"";
    display:block;
    clear:both;
}

#account #content-pro .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #C6D6C3;
	max-width: 530px;
    width: 100%;
}
#account #dcl-product .woocommerce-tabs ul.tabs li a, #dcl-product .woocommerce-tabs ul.tabs li a {
	display:block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 4px 13px 1px 9px;
    border: none;
    color: #FFFFFF;
    background: #41A62A;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#content-pro .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 10px;
}
#dcl-product .woocommerce-tabs .wc-tab {
    display:none;
}
#dcl-product .woocommerce-tabs .wc-tab:first-of-type {
    display:block;
}
/* refund css */ 
tr.refund-row  td, tr.refund-row  th{
	background-color: #FCF1F1;
}.woocommerce input.button.button-refund {
	background-color: #FF8E8E;
    color: #fff;
    margin-bottom: 15px;
}.na-r-checkbox {
	margin-right:5px;
}.na-r-refund-request {
	display:block;
	font-size:12px;
}.na-r-item-refund-requested td, .na-r-item-refund-requested th{
	background-color: #FCF1F1;
}

.dcl-remove-hyper{
	display:block;
	font-weight:bold;
}
.tm-extra-product-options-container .tc-tooltip {display:none !important;}
input[name=firstdata-tokenize-card], label[for=firstdata-tokenize-card] {display:none !important;}