/*
Theme Name:   	B2B ScopeCycling theme
Author:       	Sowmedia
Author URI:     http://sowmedia.nl
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
Text Domain:  	b2bscopecycling
*/

.product-delivery-date .product-delivery-datepicker {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product-delivery-date .product-delivery-datepicker:hover {
    background: #eeeeee;
    border-radius: 100px;
}

.product-delivery-date input {
    background: none;
    border: none;
    display: inline;
    box-shadow: unset;
    width: 100px;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.product-delivery-date input:focus {
    background: none;
    outline: none;
}

.product-delivery-date .ui-datepicker-trigger {
    /* background: none;
    border: none; */
    border-radius: 100px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.product-delivery-date .ui-datepicker-trigger:hover{
    background: inherit;
}

.product-delivery-date .ui-datepicker-trigger::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f783";
}

.ui-datepicker {
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
}

.ui-datepicker-header {
    background: #f8f8f8;
    border: 0;
    border-radius: 0;
    color: #6d6d6d;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f8f8f8;
    border: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0;
    background: #333333;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: inherit;
    border: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
}

.ui-datepicker table {
    margin:0;
}