.product-calendar{display:flex;justify-content:center;margin:30px 0;}
.product-calendar:first-child{margin-top:0;}
.product-calendar:last-child{margin-bottom:0;}
.product-calendar .date-picker-wrapper{font-family:inherit;}
.product-calendar .date-picker-wrapper .month-wrapper{width:unset !important;}
.product-calendar .date-picker-wrapper .month-wrapper table{width:553px !important;}
.product-calendar .date-picker-wrapper .month-wrapper table .day{padding:20px 0;font-size:13px;margin-right:1px;}
.product-calendar .date-picker-wrapper .month-wrapper table .day.valid{background:#82a642;color:#fff !important;}
.product-calendar .date-picker-wrapper .month-wrapper table .day.has-tooltip.invalid{background:#c9202c;}
.product-calendar .date-picker-wrapper .month-wrapper table .day.invalid.tmp{color:#1c1c24;background:#bad589;}
.product-calendar .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{background:#cdecfa !important;color:#1c1c24 !important;}
.product-calendar .date-picker-wrapper .month-wrapper table .day.checked{background:#49e;}
.product-calendar .date-picker-wrapper .month-wrapper table td{width:10%;}
.product-calendar .date-picker-wrapper .month-wrapper table th{color:#1c1c24;font-weight:600;}
.product-calendar .date-picker-wrapper .footer{display:none;}
.product-calendar .date-picker-wrapper .date-range-length-tip{color:#1c1c24;}
@media screen and (max-width: 1200px){.product-calendar .date-picker-wrapper .month-wrapper table{width:443px !important;}
.product-calendar .date-picker-wrapper .month-wrapper table .day{padding:16px 0;}
}
@media screen and (max-width: 1000px){.product-calendar .date-picker-wrapper .month-wrapper table{width:313px !important;}
.product-calendar .date-picker-wrapper .month-wrapper table .day{padding:10px 0;}
}
@media screen and (max-width: 780px){.product-calendar > div{width:100%;}
.product-calendar .date-picker-wrapper .month-wrapper table{width:100% !important;}
.product-calendar .date-picker-wrapper.inline-wrapper{display:block;}
}
