
*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    // background: #f9f9f9;
    background: white;
    font-family: $font-base;
    -webkit-font-smoothing: antialiased;
    // -webkit-font-smoothing: subpixel-antialiased;
}

select {
    outline: none;
}

ul {

    li {
        position: relative;
    }
}

.parallax {
    background-attachment: fixed !important;
}

.last {
    margin-right: 0 !important;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-size: 100%;
    font-weight: 300;
    position: relative;

    &.noScroll {
        overflow: hidden;
    }

    @include bp(mobile) {
        height: auto;
    }
}

img {
    height: auto;
    width: 100%;
}

input {
    outline: none;
}

.single-product.woocommerce-page #main {
    padding-top: 100px;
}

.related.products {
    clear: both;
}

.accountBtn {
    margin: 0px auto 40px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 14px 20px;
    background: #f1f1f1;
    width: 200px;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;

    &:hover {
        background: #c1c1c1;
    }
}

.woocommerce .blockUI.blockOverlay {
  position: relative!important;
  display: none!important;
}

.shadowBlock {
    background: white;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0px 1px 1px #c1c1c1;
    margin-bottom: 40px; 

    .woocommerce {
        margin-top: 0;
    }

    h3 {
        margin: 0;
        text-align: left;
        padding: 20px 0px 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: white;
        border-radius: 5px 5px 0 0;
        font-size: em(34,16);
        color: $dark-black;
    }
}

// .block {
//     max-width: 1000px;
//     margin: 0 auto;
// }

.button {
    font-weight: normal;
}

.blockWide {
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    color: $black;
    overflow-x: hidden;

    &.offCanvas {
        overflow: hidden;
    }

    &:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }
}

.full {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    // min-width: $layout-width;
    margin: 0px;
    padding: 0px;
}

.hidden {
    display: none;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    // padding: 0px $gutter 0px $gutter;
    // max-width: $layout-width + $gutter +  $gutter;

    &:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

    .row {
        float: left;
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 5px;

        @include bp(mobile) {margin-bottom: 0px;}
    }

    .col {
        // outline: 1px solid lightgrey;
        color: #333333;
    }
}

pre {
    overflow: visible;
}

.container .col.content.nine {
    margin-right: 0;
}

.search,
.tax-product_cat,
.post-type-archive-product {

    #main {
        padding-top: 60px;

        .woocommerce {
            margin-top: 0;
        }
    }
}

.mobileShow {
    display: none;

    @include bp(mobile) {
        display: block;
    }
}

.page-id-1378 {

    #subNav {
        display: none; 
    }
}

.reset_variations {
    display: inline-block !important;
    margin-top: 10px;
    margin-left: 10px;
}
