/*
 Theme Name:   Meckeys
 Theme URI:    https://meckeys.com/
 Description:  Default theme used by meckeys
 Author:       Meckeys
 Author URI:   https://meckeys.com
 Template:     neve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  meckeys
*/

/* No longer required. Check functions.php for wp_enqueue_scripts()
@import url("../shop-isle-pro/style.css");
*/
/**
 * Single product per row on mobiles
 * on home and products page
 */

@import url('./variables.css');
@import url('./styles/layout.css');

@media screen and (max-width: 480px) {
    #latest .multi-columns-row .col-sm-6,
    .woocommerce ul.products li.product,
    .woocommerce.single-product ul.products li.product {
        float: left;
        width: 100%;
    }
    .woocommerce ul.products {
        max-width: 100vw;
        margin: 0px;
        padding-top: 0px;
    }
    .row.mt-30 .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.mt-30 .col-sm-12 > a {
        display: block;
        line-height: 17px;
    }
}

/* Images background should have white background when mouse hover and zoomed */
.woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

/* Footer Copyright */
.copyright.font-alt {
    text-transform: none;
}

/* Decrease nav-bar padding */
.navbar-custom {
    padding: 2px 0;
}

/* Recaptcha */
.recaptcha {
    padding: 0 0 20px 0;
}

/* Shop Attributes */
.shop_attributes {
    width: 100%;
}

.main > .woocommerce-notices-wrapper > .woocommerce-message {
    margin-top: 65px;
    margin-bottom: 0px;
}

@media screen and (min-width: 500px) {
    .shop_attributes {
        width: 500px;
    }
}

/*.shop_attributes th {
  width: 50%;
}*/

/* Remove padding from Shipping method in checkout */
ul#shipping_method {
    padding: 0;
}

/* Remove text-transform uppercase */
/** For long term we would want to make edits to style.css directly **/
input[type='text'],
input[type='tel'],
input[type='email'] {
    text-transform: none !important;
}

/* Remove Product Image Name */
div.pswp__caption {
    display: none;
}

/** 
 * Remove left and top padding from short description
 */
.woocommerce-product-details__short-description ul {
    margin: 0em;
}

/**
 * RemoveHeader
 */
.page-header-module.module.bg-dark {
    display: none;
}
section.page-header-module {
    padding: 30px 0 0 0;
}

header.woocommerce-products-header {
    padding: 10px 0 0 0;
}

section.module-small-shop {
    padding: 0;
}

.woocommerce-breadcrumb {
    text-align: left;
}

.woocommerce-products-header > .term-description > p {
    display: none;
}

/***********************
 *
 * Contact Form
 *
 **********************/

/** 
 * Contact Form 7 Margins 
 */

.wpcf7 form {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
}

/** 
 * Contact Form 7 Submit 
 */

.wpcf7 input[type='submit'] {
    width: auto;
}

.star {
    color: #eb575d;
}

/***********************
 * 
 * My Account
 *
 ***********************/

/**
 * Addresses
 */
.woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address > .woocommerce-Address-title > h3 {
    font-weight: 600;
    margin-top: 10px;
}

/** Address Edit link */
.woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    > .woocommerce-Address-title
    > a.edit:link,
.woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    > .woocommerce-Address-title
    > a.edit:visited {
    background-color: #039ed3;
    color: white;
    padding: 7px 17px 7px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    > .woocommerce-Address-title
    > a.edit:hover,
.woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    > .woocommerce-Address-title
    > a.edit:active {
    background-color: #0096c9;
}

/** Adress Text **/

/** Cursor on Edit Address **/
.woocommerce-address-fields > .woocommerce-address-fields__field-wrapper input,
.woocommerce-address-fields > .woocommerce-address-fields__field-wrapper select,
.woocommerce-address-fields > .woocommerce-address-fields__field-wrapper button {
    cursor: default !important;
}

/**
 * Orders
 */
.woocommerce-account .woocommerce-MyAccount-content h2 {
    text-align: left;
}

/**
 * Multi step checkout button style update
 */
.wpmc-nav-wrapper > .wpmc-footer-left > .button,
.wpmc-nav-wrapper > .wpmc-footer-right > .button {
    padding: 8px 37px;
    margin-bottom: 5px;
    border: none;
    border-radius: 0;
    /* font-family: "Roboto Condensed", sans-serif; */
    letter-spacing: var(--bodyletterspacing);
    text-transform: var(--bodytexttransform);
    color: #fff;
    background: rgba(17, 17, 17, 1);
}

.wpmc-nav-wrapper > .wpmc-footer-left > .button:hover,
.wpmc-nav-wrapper > .wpmc-footer-right > .button:hover {
    background: rgba(17, 17, 17, 0.8);
}

/**
 * Add space after place order button for multi-step buttons
 */
#payment .place-order .button {
    margin-bottom: 30px;
}

/**
 * Pre-order width
 */
.onsale {
    min-width: 78px;
}

/**
 * My Account Notes fix
 */
.woocommerce-OrderUpdates.commentlist.notes {
    margin: 0 0 1.5em 0;
}

.woocommerce-OrderUpdate.comment.note {
    overflow: auto;
}

.woocommerce-OrderUpdate-description.description {
    margin-left: 25px;
    color: black;
}

p.woocommerce-OrderUpdate-meta.meta {
    margin: 0 !important;
}

.woocommerce-OrderUpdate-description.description p {
    margin-bottom: 20px;
}

.post-template-default .post-meta {
    display: none;
}

.post-entry p.source-citation > a {
    text-decoration: underline;
}

/**
 * CherryMX - Guide to Cherry MX key switches
 */
.postid-867 table.switch-property {
    border-collapse: collapse;
    border: 1px solid #000000;
}

.postid-867 table.switch-property th,
.postid-867 table.switch-property td {
    padding: 5px;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}

.postid-867 table.switch-property td:nth-child(2) {
    text-align: left;
}

.postid-867 table.cherry-mx-switches {
    border-collapse: collapse;
    border: 1px solid #000000;
}

.postid-867 table.cherry-mx-switches th,
.postid-867 table.cherry-mx-switches td {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #000000;
    text-align: center;
    vertical-align: middle;
}

.postid-867 table.cherry-mx-switches td:nth-child(5) {
    padding: 3px 0 3px 10px;
    text-align: left;
}

.postid-867 table.cherry-mx-switches td:nth-child(1) {
    padding: 0 10px;
}

/**
 * Store dismiss notice should float right
 */
.woocommerce-store-notice__dismiss-link {
    float: right;
}

/**
 * Make offer text black
 */
.wdr_tr_body {
    color: black;
}

.wdr_td_body_title > .fa-tag {
    color: #004d00;
    font-size: 1.33em;
}

/**
 * Order review heading should float left
 */
#order_review_heading {
    float: left;
    padding-left: 0;
}

/**
 * Navigation Header Icons
 */
.navbar-custom .navbar-cart {
    width: 110px;
}

/**
 * For smaller screen
 */
@media screen and (max-width: 768px) {
    .navbar-custom .navbar-cart {
        width: 80px;
    }
}

.header-div {
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
}

/**
 * Zoho Form
 */
.page-id-2465 .mainBannerWrapper {
    display: none;
}

/**
 * Remove clear button from variation product
 */
a.reset_variations {
    display: none !important;
}

/**
 * Style key-switch size for variation
 */
li[data-value^='gateron-optical-'] {
    width: 60px;
    height: 60px;
}

/* Remove weird mouse block at the end of products page */
.module-small-bottom {
    display: none;
}

/* Sidebar Filter */
.product-search-filter-extras input[type='checkbox'].product-search-filter-extra {
    margin: 0 5px 0 0;
    width: auto;
    height: auto;
}

.sidebar-shop {
    padding-bottom: 50px;
}

/* Fix for broken brand page */
.tax-pwb-brand div.container ul.products li.product.first {
    clear: none;
}

.hover-black {
    color: #333 !important;
    background-color: rgb(239, 239, 239) !important;
    border: 1px solid rgb(234, 234, 234) !important;
    font-weight: 500 !important;
}
.hover-black:hover {
    background-color: #333 !important;
    color: rgb(239, 239, 239) !important;
}

.onsale {
    background-color: #0e86d4;
    opacity: 0.9;
}

.onsale.pre-order-onsale {
    background-color: #e03958;
    opacity: 0.9;
}

.onsale.out-of-stock {
    padding: 0 10px;
    background-color: #999;
    opacity: 0.9;
}
.red-text {
    color: #c51244;
}

.green-text {
    color: #004d00;
}

/* Simple product offer section css */
.woocommerce.single-product .stock {
    float: none;
}

/** Offer panel **/
.awdr_discount_bar {
    margin-top: 20px;
}

.woocommerce
    .woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    .edit-button-container
    a.edit {
    background-color: #1d2327;
    padding: 5px 15px 5px 15px;
    border: #1d2327 solid thin;
    color: white;
}

.woocommerce
    .woocommerce-MyAccount-content
    > .woocommerce-Addresses
    > .woocommerce-Address
    .edit-button-container
    a.edit:hover {
    background-color: white;
    color: #1d2327;
    border: #1d2327 solid thin;
}

.woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address {
    outline: solid black thin;
    padding: 20px;
    width: 350px;
}

.woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses {
    display: flex;
    flex-direction: row;
    width: 850px;
    gap: 100px;
}


.woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address .edit-button-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.view-order-product-name {
    font-size: var(--bodyfontsize);
}

.view-order-product-amount {
    margin: 0;
    text-align: right;
}

.view-order-product-attr_key,
.view-order-product-attr_var {
    margin: 0;
}

.view-order-product-quantity {
    margin: 0;
    text-align: right;
}

.woocommerce .woocommerce-customer-details > .woocommerce-columns {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.woocommerce .woocommerce-customer-details > .woocommerce-columns > .woocommerce-column {
    width: 300px;
    min-width: 300px;
}

.view-order-details-image {
    width: 75px;
    height: 75px;
}

.view-order-details-table {
    margin-left: 20px;
}

.view-orders-amount-total-table-body {
    float: right;
}

.view-orders-amounts {
    text-align: right;
}

.th-padding-delivery-estimate {
    padding-left: 0px;
}

#pincodeInput:focus {
    box-shadow: 0 0 0 0;
}

@media screen and (max-width: 992px) {
    .view-order-product-name {
        margin: 0;
        font-weight: 700;
    }

    .view-order-product-amount {
        margin: 0;
        text-align: right;
    }
    .view-order-product-attr_key,
    .view-order-product-attr_var {
        margin: 0;
    }
    .woocommerce .woocommerce-customer-details > .woocommerce-columns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    }
}

@media screen and (max-width: 800px) {
    .woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses {
        display: flex;
        flex-direction: column;
        width: fit-content;
        gap: 20px;
    }

    .woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address {
        outline: solid black thin;
        padding: 20px;
        width: 300px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .view-order-product-quantity {
        margin: 0;
        text-align: right;
    }
    .view-order-product-quantity-td {
        width: 80px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address {
        outline: solid black thin;
        padding: 20px;
        width: 330px;
    }

    .woocommerce .woocommerce-MyAccount-content > .woocommerce-Addresses {
        display: flex;
        flex-direction: row;
        width: 850px;
    }
}

.relative-div-input-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custom-loader {
    position: absolute;
    right: 5%;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    border-top-color: var(--nv-primary-accent);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 450px) {
    .wpcf7-form-control {
        max-width: 90vw;
    }
    .wpcf7 form {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .contact-page-content > * {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.select2-container {
    /* fix issue on my-account */
    display: none !important;
}

.woocommerce div.product form.cart .button {
    float: unset !important;
}

.swal2-title{color: #000 !important;}

.swal2-html-container{
    color: var(--text-color) !important;
    font-family: var(--body-font) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.swal2-confirm {
    background-color: #000 !important;
    color: #fff !important;
}

.swal2-cancel {
    background-color: rgba(231, 233, 238, 0.5) !important;
    color: #000 !important;
    border: 0.5px solid var(--dark-color) !important;
    font-weight: 400 !important
}

/** Neve issue on about us page */
.page-id-43232 .nv-big-title {
    display: none;
}
/* Additional CSS Arion */

/* temp fix for arion webpage */
#arion-frame {
  height: 5000px;
}
@media only screen and (min-width: 1200px) {
  #arion-frame {
    height: 7200px;
  }
}