#product-main-form input[type="text"],
#product-main-form input[type="email"],
#product-main-form input[type="date"],
#product-main-form input[type="number"],
#product-main-form input[type="tel"],
#product-main-form select {
    float: left;
    height: 40px;
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    padding: 5px 0px;
    margin-top: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #C9BFAE;
}

.clock-icon {
    width: 29px;
    height: 29px;
}

.spacer7 {
    width: 100%;
    margin-top: 5px;
    float: left;
}

.raw {
    width: 100%;
    float: left;
    display: flex;
    column-gap: 30px;
}

.col {
    width: 50%;
    float: left;
}

.raw-btn {
    width: 100%;
    float: left;
    display: flex;
    column-gap: 30px;
}

.col-btn {
    width: 50%;
    float: left;
}

.btn-add-to-cart {
    border: 2px solid #BCB09B;
    background-color: #fff;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font: normal normal 600 23px/27px Raleway;
    color: #BCB09B;
    cursor: pointer;
}

.btn-add-to-cart:hover {
    border: 2px solid #BCB09B;
    background-color: #fff;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font: normal normal 600 23px/27px Raleway;
    color: #BCB09B;
    cursor: pointer;
}

.btn-proceed-to-payment,
.btn-send {
    border: 2px solid #BCB09B;
    background-color: #BCB09B;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font: normal normal 600 23px/27px Raleway;
    color: #FFFFFF;
    cursor: pointer;
}

.btn-proceed-to-payment,
.btn-send:hover {
    border: 2px solid #BCB09B;
    background-color: #BCB09B;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font: normal normal 600 23px/27px Raleway;
    color: #FFFFFF;
    cursor: pointer;
}

.acceptance-agreement {
    width: 100%;
    float: left;
    margin-top: 7px;
}

.acceptance-agreement input {
    font: normal normal 300 14px/16px Raleway;
    color: #6D6E71;
    width: 18px;
    height: 18px;
}

#product-main-form input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("/wp-content/uploads/sites/2/2022/05/Icon-feather-calendar.svg") no-repeat;
    padding-right: 15px;
    width: 18px;
    height: 20px;
    border-width: thin;
}

#product-main-form select {
    background: url("/wp-content/uploads/sites/2/2022/07/Icon-feather-chevron-down.svg") no-repeat right;
    padding-right: 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#product-main-form ::-webkit-input-placeholder {
    /* Chrome and Safari */
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    opacity: 0.5;
}

#product-main-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    opacity: 0.5;
}

#product-main-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    opacity: 0.5;
}

#product-main-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    opacity: 0.5;
}

#product-main-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    font: normal normal 300 20px/24px Raleway;
    color: #6D6E71;
    opacity: 0.5;
}

.product-order-detail {
    margin-top: 6px;
    width: 100%;
    float: left;
    border-top: 1px solid #B6B6B8;
    border-bottom: 1px solid #B6B6B8;
    opacity: 1;
    padding: 15px 0 15px 0;
}

.product-order-detail-info {
    width: 100%;
    float: left;
}

.product-order-detail-info span {
    font: normal normal italic 12px/14px Raleway;
    line-height: 14px;
    color: #6D6E71;
    padding-left: 7px;
}

.faccess {
    float: left;
    display: flex;
    vertical-align: middle;
    width: 50%;
}

.faccess span {
    font: normal normal normal 24px/29px Raleway;
    color: #6D6E71;
    padding-left: 8px;
}

.ppp {
    float: left;
    width: 50%;
    display: flex;
    justify-content: right;
}

.ppp-text {
    float: right;
    font: normal normal normal 24px/29px Raleway;
    color: #6D6E71;
}


/*
* START -------------------------- 
* Contact form 7 custom validation
*/

.not-valid {
    border-bottom: 2px solid #ff0000 !important;
    color: #ff0000 !important;
}

.not-valid-checkbox {
    color: #ff0000 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-response-output {
    display: none !important;
}

.added_to_cart,
.wcpt-cart-widget {
    display: none !important;
}


/*
* ---------------------------- END 
* Contact form 7 custom validation
*/

@media (min-width: 757px) and (max-width: 1024px) {
    #product-main-form input[type="text"],
    #product-main-form input[type="email"],
    #product-main-form input[type="date"],
    #product-main-form input[type="number"],
    #product-main-form input[type="tel"],
    #product-main-form select {
        height: 36px;
        font: normal normal 300 16px/20px Raleway;
        padding: 5px 0px;
    }
    .clock-icon {
        width: 26px;
        height: 26px;
    }
    #product-main-form ::-webkit-input-placeholder {
        /* Chrome and Safari */
        font: normal normal 300 18px/22px Raleway;
    }
    #product-main-form :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font: normal normal 300 18px/22px Raleway;
    }
    #product-main-form ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font: normal normal 300 18px/22px Raleway;
    }
    #product-main-form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font: normal normal 300 18px/22px Raleway;
    }
    #product-main-form ::-ms-input-placeholder {
        /* Microsoft Edge */
        font: normal normal 300 18px/22px Raleway;
    }
    .raw {
        width: 100%;
        float: left;
        display: block;
        column-gap: 0px;
    }
    .col {
        width: 100%;
        float: left;
    }
    .raw-btn {
        width: 100%;
        float: left;
        display: block;
        column-gap: 0px;
        padding-bottom: 60px;
    }
    .col-btn {
        width: 100%;
        margin-top: 10px;
        float: left;
    }
    #product-main-form input[type="date"]::-webkit-calendar-picker-indicator {
        background: url("/wp-content/uploads/sites/2/2022/05/Icon-feather-calendar.svg") no-repeat;
        padding-right: 10px;
        width: 16px;
        height: 18px;
    }
    #product-main-form select {
        background: url("/wp-content/uploads/sites/2/2022/07/Icon-feather-chevron-down.svg") no-repeat right;
        padding-right: 15px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    .faccess span {
        font: normal normal normal 18px/27px Raleway;
    }
    .ppp {
        display: block;
    }
    .ppp-text {
        font: normal normal normal 18px/27px Raleway;
    }
    .btn-add-to-cart {
        font: normal normal 600 14px/20px Raleway;
    }
    .btn-add-to-cart:hover {
        font: normal normal 600 14px/20px Raleway;
    }
    .btn-proceed-to-payment,
    .btn-send {
        font: normal normal 600 14px/20px Raleway;
    }
    .btn-proceed-to-payment,
    .btn-send:hover {
        font: normal normal 600 14px/20px Raleway;
    }
}

@media only screen and (max-width: 757px) {
    #product-main-form input[type="text"],
    #product-main-form input[type="email"],
    #product-main-form input[type="date"],
    #product-main-form input[type="number"],
    #product-main-form input[type="tel"],
    #product-main-form select {
        height: 30px;
        font: normal normal 300 14px/18px Raleway;
        padding: 5px 0px;
    }
    .clock-icon {
        width: 22px;
        height: 22px;
    }
    #product-main-form ::-webkit-input-placeholder {
        /* Chrome and Safari */
        font: normal normal 300 16px/20px Raleway;
    }
    #product-main-form :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font: normal normal 300 16px/20px Raleway;
    }
    #product-main-form ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font: normal normal 300 16px/20px Raleway;
    }
    #product-main-form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font: normal normal 300 16px/20px Raleway;
    }
    #product-main-form ::-ms-input-placeholder {
        /* Microsoft Edge */
        font: normal normal 300 16px/20px Raleway;
    }
    .raw {
        width: 100%;
        float: left;
        display: block;
        column-gap: 0px;
    }
    .col {
        width: 100%;
        float: left;
    }
    .raw-btn {
        width: 100%;
        float: left;
        display: block;
        column-gap: 0px;
        padding-bottom: 60px;
    }
    .col-btn {
        width: 100%;
        margin-top: 10px;
        float: left;
    }
    #product-main-form input[type="date"]::-webkit-calendar-picker-indicator {
        background: url("/wp-content/uploads/sites/2/2022/05/Icon-feather-calendar.svg") no-repeat;
        padding-right: 10px;
        width: 16px;
        height: 18px;
    }
    #product-main-form select {
        background: url("/wp-content/uploads/sites/2/2022/07/Icon-feather-chevron-down.svg") no-repeat right;
        padding-right: 15px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    .faccess span {
        font: normal normal normal 15px/25px Raleway;
    }
    .ppp {
        display: block;
    }
    .ppp-text {
        font: normal normal normal 15px/25px Raleway;
    }
    .btn-add-to-cart {
        font: normal normal 600 14px/18px Raleway;
    }
    .btn-add-to-cart:hover {
        font: normal normal 600 14px/18px Raleway;
    }
    .btn-proceed-to-payment,
    .btn-send {
        font: normal normal 600 14px/18px Raleway;
    }
    .btn-proceed-to-payment,
    .btn-send:hover {
        font: normal normal 600 14px/18px Raleway;
    }
}