.woocommerce {
    padding-top: 25px;
    font-size: 16px;
    /*overflow-x: auto;*/
}

.woocommerce label,
.woocommerce legend {
    font-size: 16px;
}
.woocommerce legend {
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce tr.cart-subtotal {
    display: none;
}

.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce textarea,
.woocommerce select {
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce table.standard-table.shop th {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: -1px;
}

.glms-checkout-form-wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 2%;
}

#payment #place_order,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce button[name=update_cart],
.woocommerce a.button.wc-backward,
.woocommerce .woocommerce-Button.button,
.woocommerce .woocommerce-button.button.view,
.woocommerce .woocommerce-button.button.pay,
.woocommerce .woocommerce-button.button.cancel,
.woocommerce .order-again .button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f74a03;
    color: #fff;
    min-width: 200px;
    border: 1px solid #f74a03;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2em;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.woocommerce button[name=update_cart],
.woocommerce .woocommerce-Button.button,
.woocommerce .woocommerce-button.button.view,
.woocommerce .woocommerce-button.button.pay,
.woocommerce .woocommerce-button.button.cancel,
.woocommerce .order-again .button{
    background-color: white!important;
    color: #f74a03;
    font-size: 16px;

    min-width: unset;
    padding: 5px 25px;
}
.woocommerce button[name=update_cart][disabled]{
    color: #f74a0369;
    border: 1px solid #f74a0369;
    box-shadow: none;
    pointer-events: none;
}
.woocommerce .woocommerce-Button.button,
.woocommerce .order-again .button{
    margin-top: 1em;
}
#payment #place_order:hover,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce .woocommerce-Button.button:hover,
.woocommerce .woocommerce-button.button.view:hover,
.woocommerce .woocommerce-button.button.pay:hover,
.woocommerce .woocommerce-button.button.cancel:hover,
.woocommerce .order-again .button:hover{
    background-color: white;
    color: #f74a03;
    transform: scale(1.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce table.standard-table th{
    font-size: 16px;
}
.woocommerce table.standard-table td{
    font-size: 16px;
}

.quantity input.minus, .quantity input.plus, a.cart-remove, a.remove_from_wishlist {
    background: silver!important;
}
.woocommerce-error {
    margin-top: 25px;
}
.woocommerce .pageTitle {
    height: unset;
}
.woocommerce #payment div.payment_box {
    position: relative;
    width: 95%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    background-color: #FDEAE8;
    color: #505050;
    border: 1px solid #EC7B4B;
}
.woocommerce #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #ec7b4b;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce .order_details li {
    font-size: 16px;
}
.woocommerce .woocommerce-order-downloads__title,
.woocommerce .woocommerce-order-details__title {
    margin-bottom: 1em;
}
.woocommerce .variations_button .button, .menu > ul > li.current-menu-item > a:after, .current-menu-ancestor > a:after, .wp-pagenavi .current, .pagination .current, .pagination a:hover, .wp-pagenavi a:hover, .tagcloud a:hover, .button.gray:hover, .button.light:hover, .button.color, input[type=button], input[type=submit], input[type=button]:focus, input[type=submit]:focus, #footer .tabs-nav li.active a, .tabs-nav li.active a, .ui-accordion .ui-accordion-header-active:hover, .ui-accordion .ui-accordion-header-active, .trigger.active a, .woocommerce-MyAccount-navigation li.is-active a, .trigger.active a:hover, .skill-bar-value, .highlight.color, .notice-box:hover {
    background: #ff4500!important;
}

.log.page-log{
    margin: 2em 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .wc-proceed-to-checkout{
    text-align: center;
}
.woocommerce .wc-proceed-to-checkout a{
    float: none!important;
    margin-bottom: 1em;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide em{
    font-size: 14px;
    color: gray;
}
.woocommerce td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce .tabs-nav li a, .woocommerce-MyAccount-navigation li a {
    color: #505050;
}
.woocommerce  p.glms_pricing_plan_validity_in_order_period {
    font-size: 16px;
    margin-top: 1em;
}
.woocommerce p.glms_pricing_plan_validity_in_order_period span {
    padding: 2px 7px;
    margin: 0 0px;
    font-weight: bold;
}
.woocommerce p.glms_pricing_plan_validity_in_order_period.order_inactive {
    background: #ffded2;
    padding: 5px;
    color: orangered;
}
.woocommerce p.glms_pricing_plan_validity_in_order_period.order_active {
    background: #d2ffd8;
    padding: 5px;
    color: #048309;
}
.woocommerce .woocommerce-customer-details {
    padding-top: 1em;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-Address address{
    font-size: 16px;
}
.woocommerce .page-content, .page-content p {
    font-size: 16px;
    color: #333;
}
.woocommerce .woocommerce-account-fields p.create-account{
    display: none;
}
.woocommerce .button.woocommerce-form-register__submit{
    color: #f74a03!important;
}
.woocommerce .button.woocommerce-form-register__submit:hover {
    color: white!important;
    background-color: #f74a03!important;;
}
.woocommerce .button.woocommerce-form-login__submit{
    background: #f74a03!important;
}
.woocommerce .button.woocommerce-form-login__submit:hover {
    color: #f74a03!important;
    background-color: transparent!important;
    transform: scale(1.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #f74a03;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row:last-of-type {
    text-align: center;
}

@media screen and (max-width: 767px){
    .glms-checkout-form-wrapper {
        grid-template-columns: 1fr;
    }
    .woocommerce .glms-login-form-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }

    .woocommerce .glms-login-form-wrapper .glms-login-form-element{
        float: none;
        width: 100%;
    }

}
@media screen and (max-width: 479px){
    #payment #place_order,
    .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
    .woocommerce button[name=update_cart],
    .woocommerce a.button.wc-backward{
        font-size:17px;
    }
}