body {
    margin: 0;
    color: #fff;
    font-family: "The Wave", Sans-serif;
    font-size: 13px;
    font-weight: 400;
}

input, textarea, select {
    color: #fff;
    background: #000;
    border: 1px solid #333;
    padding: 0px 5px;
    min-height: 45px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #5d5e5e;
}

input:focus, textarea:focus, select:focus, a:focus, button:focus {
    outline: none;
    box-shadow: none;
}

header.header {
}

section {
    height: auto;
    overflow: hidden;
}

footer {
    height: auto;
    overflow: hidden;
}

.logo {
}

.top {
}

.head {
}

#searchform input[type="submit"] {
}

#searchform input[type="text"] {
}

#searchform label {
    display: none;
}

.main {
    height: auto;
    overflow: hidden;
}

.copy {
    height: auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

footer a {
}

.copy .right {
    text-align: right;
}

footer .widgets {
    height: auto;
    overflow: hidden;
}

.social {
}

.social a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}

.dskbtn {
    background: #4285f4;
    color: #fff;
    height: 55px;
    line-height: 57px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .4s;
    cursor: pointer;
}

.dskbtn:before {
    content: "";
    background: #2c3536;
    height: 400px;
    width: 400px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -400px;
    z-index: -1;
    top: 50px;
    transition: all ease .8s;
}

.dskbtn:hover:before {
    top: -200px;
    right: -200px;
}

.dskbtn:hover {
    color: #fff;
}

div#access {
    display: inline-block;
    margin-left: 200px;
}

#access > div > ul > .current-menu-item.current_page_item > a, #access > div > ul > li:hover > a {
    color: #4285f4;
}

#access .menu-header ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#access .menu-header li, div.menu li {
    float: left;
    position: relative;
}

#access > div > ul > li > a {
    display: block;
    line-height: 55px;
    margin: 0 30px;
    color: #707070;
    transition: all ease .4s;
    padding: 0;
}

#access ul ul {
    float: left;
    position: absolute;
    z-index: 99999;
    left: 30px;
    background: #fff;
    min-width: 310px;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    border-bottom: 5px solid #4285f4;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    top: 75px;
}

#access ul ul li {
    min-width: 100%;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    transition: all ease .4s;
    border: medium none;
    height: auto;
    line-height: 1em;
    width: 100%;
    display: block;
    color: #4285f4;
    font-size: 14px;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #f1f1f1;
}

#access ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.box-heading1 h2.elementor-heading-title.elementor-size-default {
    background: radial-gradient(41.06% 519.9% at 50% 50.65%, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

div.wpforms-container-full .wpforms-form input[type=email] {
    height: 64px;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    background: none;
    color: #fff;
    padding: 0 15px;
}

div.wpforms-container-full .wpforms-form input[type=text] {
    height: 64px;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    background: none;
    padding: 0 15px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 157px;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    background: 0;
    padding: 15px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 187px;
    height: 55px;
    background: linear-gradient(180deg, #707070 0%, #3d3d3d 100%);
    border-radius: 42px;
    border: 0px;
    color: #fff;
}

.woopage-div {
    margin: 60px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff;
}

.woolentor-template-container {
    max-width: initial !important;
}

.woocommerce .wcpa_price_summary {
    background: none;
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment {
    background: none!important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.woocommerce form .form-row label {
    display: block;
}

.woocommerce form .form-row span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px solid #282828;
    font-size: 14px;
    background: none;
    color: #fff;
}

.woocommerce form .form-row textarea {
}

.woocommerce form .form-row {
    width: 100%;
    float: left;
    clear: none;
}

.woocommerce form #billing_address_1_field.form-row {
    width: 100%;
}

.woocommerce form p#billing_address_2_field.form-row {
    width: 100%;
}

.woocommerce form p#billing_postcode_field, .woocommerce form p#billing_phone_field, .woocommerce form p#billing_email_field.form-row {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.woocommerce-checkout #payment div.form-row {
    padding: 25px 0 0 0;
    width: 100%;
    text-align: left;
}

.woocommerce-checkout #payment div.form-row button#place_order {
    height: 50px;
    width: 250px;
    line-height: 50px;
    padding: 0;
    display: block;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    background: #333 !important;
    font-size: 14px;
    border-radius: 5px;
}

/* 2 column layout */
@media (min-width: 981px) {
    .woocommerce {
    }

    .woocommerce:after {
        clear: both;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 50%;
        flex: 0 0 auto;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 50%;
        flex: 0 0 auto;
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 60%;
        float: left;
    }

    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
        float: left;
        width: 36%;
        margin-left: 4%;
    }
}

/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 3px;
    border-top-color: #525252;
    background: #111;
    color: #fff;
    max-width: 1300px;
    margin: 30px auto;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #525252;
}

/* Style form fields to look like Divi */
.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px;
}

.select2-container--default .select2-selection--single {
    background-color: #000;
    border: 1px solid #282828;
}

form.checkout.woocommerce-checkout h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.woocommerce form p#order_comments_field textarea#order_comments {
    border: 1px solid #282828;
    border-radius: 5px;
    padding: 10px;
    background: #000;
    color: #fff;
}

.woocommerce-additional-fields > h3 {
    display: none;
}

.woocommerce form p#e_deliverydate_field {
    width: 100%;
}

div#order_review img, .woocommerce-page div#order_review img {
    max-width: 60px;
}

.woocommerce form p#order_comments_field {
    width: 100%;
    padding: 0;
}

.woocommerce table.shop_table th {
    padding: 10px 0;
}

.woocommerce table.shop_table td {
    padding: 10px 0;
    border-color: #ffffff3b;
}

div#checkout-page .woocommerce {
    height: auto;
    overflow: hidden;
}

.orddd-checkout-fields input {
}

.orddd-checkout-fields label {
    margin: 0 10px 0 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #333;
    padding: 0 10px;
    width: auto;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 10px 20px;
    background: #666;
    color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #222;
    padding: 25px 5px;
    height: auto;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #666;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    max-width: 32px;
}

.select2-dropdown {
    background: #000;
    outline: 1px solid #333;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background: #111;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #333;
}

.woocommerce-shipping-fields {
    padding: 0 10px 0 0px;
}

.woocommerce-additional-fields {
    padding: 0 10px 0 0px;
}

h3#ship-to-different-address input#ship-to-different-address-checkbox {
    min-height: auto;
}

.woocommerce form .form-row .select2-container {
    min-width: 100%;
}

div#customer_details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.wcpa_form_outer .wcpa_form_item textarea {
    background: none;
}
