/* A R C H I V E ***************/

.woocommerce-breadcrumb {
    font-size:0.825em!important;
    margin-top:1.5em!important;
    max-width: 1330px;
    padding: 0 3%;
}

.woocommerce-breadcrumb a {
    margin-top:1.5em!important;
    text-decoration: none;
}

.woocommerce .woocommerce-products-header h1 {
    margin: 0 0 0.5em 0;
    line-height: 1.2em;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.products li a {
    color: #666;
}

.woocommerce .module ul.products li a h2.woocommerce-loop-category__title,
.woocommerce .module ul.products li a h2.woocommerce-loop-product__title {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2em;
    padding: 1em;
    text-align: center;
}

.woocommerce-loop-category__title .count {
    display: none;
}

/* C A T E G O R Y  P A G E *************************/

.productSidebarBlock {
    border-top-color: #e5d11d;
}

.woocommerce-products-header {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

#categoryThumbnail {
    padding-right: 5%;
    width: 40%;
}

#categoryTitle {
    width: 60%;
}

.woocommerce .woocommerce-result-count {
    float: right;
}

.woocommerce .module ul.products li a h2.woocommerce-loop-product__title {
    margin-bottom: 1em;
}

.woocommerce .module ul.products li .productMore img {
    margin: auto;
    width: auto;
}

.shopList li {
    border-top: 8px solid #e5d11d;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin: 1em 3.8% 0.5em 0;
    padding: 2em 1em 0 1em;
    position: relative;
    width: 22.05%;
    text-align: center;
}

.shopList li a {
    display: flex;
    flex-flow: column wrap;
}

.shopList li img {
    margin: auto;
}

.product-category-image {
    display: flex;
    min-height: 120px;
    max-width: 100%;
}

.productHover {
    background: rgba(0, 153, 89, 0.7);
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.3s all;
}

.productHover span {
    background: rgba(0, 153, 89, 1);
    color: #fff;
    padding: 0.5em 1em;
}

.shopList li:hover .productHover {
    opacity: 1;
    transition: 0.3s all;
}

.shopList li:nth-child(4n) {
    margin-right: 0;
}

.shopList li a {
    text-decoration: none;
}

.shopList li a h2 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2em;
    padding: 0 1em;
    text-align: center;
}

.woocommerce ul.products li.product-category .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
    text-align: center;
}

/* S I N G L E  P R O D U C T ***************************/

#singleProImage {
    width: 30%;
}

.woocommerce #content div.product div.images {
    float: right;
    width: 100%;
}

.woocommerce #content div.product div.summary {
    float: right;
    margin-top: 1em;
    width: 65%;
}

.woocommerce #content div.product div.summary .product_title {
    display: none;
}

.woocommerce #content div.product div.summary .product_title,
#singleProImage h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.75em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 1em 0 0 0.75em;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
}

.woocommerce .module #content .woocommerce-tabs ul.tabs li.active,
.woocommerce .module #content .woocommerce-Tabs-panel {
    background: #dedede;
}

.woocommerce .module #content .woocommerce-tabs ul.tabs li {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 0.75em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: 0;
}

.woocommerce .module #content .woocommerce-tabs ul.tabs li a {
    font-size: 1.2em;
    font-weight: 600;
}

.woocommerce .module #content .woocommerce-Tabs-panel {
    padding: 1em 2em;
}

.woocommerce .module #content .woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce .module #content .woocommerce-Tabs-panel > *,
.woocommerce .module #content .woocommerce-Tabs-panel > p * {
    color: #515151 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
}

.woocommerce .module #content .woocommerce-Tabs-panel p span {
    color: #515151 !important;
}

.woocommerce .module #content .woocommerce-Tabs-panel ul {
    font-size: 16px !important;
    margin: 1em !important;
    padding: 0 !important;
    overflow: visible !important;
}

.woocommerce .module #content .woocommerce-Tabs-panel ul li,
.woocommerce .module #content .woocommerce-Tabs-panel ul span {
    background-image: none !important;
    color: #515151 !important;
    font-size: 16px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    list-style: disc;
}

.woocommerce .module #content .woocommerce-Tabs-panel .downloadTextContent h3 a {
    color: #515151 !important;
}

.woocommerce .module #content .woocommerce-Tabs-panel iframe {
    width: 100%;
}

.woocommerce .woocommerce-Tabs-panel table {
    font-size: 0.9em;
    table-layout: fixed;
}

.woocommerce .module #content .product_meta {
    display: none;
}

.woocommerce .summary .downloadTextContent {
    width: 83%;
}

.woocommerce .product .summary p.price {
    color: #009959;
    float: left;
    font-size: 2em;
    margin-top: 0;
    width: 100%;
}

.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #009959 !important;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    transition: 0.3s all linear;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #666 !important;
    color: #fff;
    transition: 0.3s all linear;
}

.woocommerce .product #addToBasket .add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
}

.woocommerce .product #addToBasket .add_to_cart_inline span.amount {
    color: #009959 !important;
    font-size: 1.5em !important;
    margin-right: 1em;
}

/* B A S K E T ********************/

.woocommerce-cart h1 {
    margin-bottom: 1em;
}

.woocommerce-cart-form__contents input.button {
    color: #fff !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

/* C H E C K O U T *************/

.woocommerce-checkout h1 {
    margin-bottom: 1em;
}

.woocommerce-checkout input,
.woocommerce-checkout select {
    border-radius: 0;
    padding: 0.5em;
}

.woocommerce-checkout .select2-container {
    z-index: 9999;
}

.woocommerce-checkout .col-1 {

    color: #666;
    padding: 0 1em 1em 1em;
}

.woocommerce-checkout h3#order_review_heading {
    font-size: 2em;
}

.woocommerce-checkout p {
    clear: none;
}

/* max 480px */
@media screen and (max-width: 767px) {

    .woocommerce #content div.product div.summary,
    #singleProImage,
    .archive .prodArchiveMain,
    .archive .prodArchiveSidebar,
    #categoryThumbnail,
    #categoryTitle {
        float: left;
        width: 100%;
    }

    #categoryThumbnail,
    #categoryTitle {
        text-align: center;
    }

    .woocommerce .woocommerce-result-count {
        text-align: center;
        width: 100%;
    }

    .module .shopList li {
        margin: 0 auto 10% auto !important;
    }

    .woocommerce .module ul.products li a h2.woocommerce-loop-category__title,
    .woocommerce .module ul.products li a h2.woocommerce-loop-product__title {
        font-size: 0.9em;
    }

    .woocommerce .woocommerce-Tabs-panel table {
        display: none;
    }

}

/* 481 - 767px */
@media screen and (min-width: 481px) and (max-width: 767px) {

}

/* 768 - 959px */
@media screen and (min-width: 768px) and (max-width: 959px) {

    .module .shopList li {
        width: 30%;
    }

    .shopList li:nth-child(4n) {
        margin-right: 3.8%;
    }

    .shopList li:nth-child(3n) {
        margin-right: 0;
    }

    .module .shopList li a h2 {
        font-size: 0.9em;
    }

}

/* 960 - 1200px */
@media screen and (min-width: 960px) and (max-width: 1200px) {

    .archive .prodArchiveMain {
        width: 67%;
    }

    .shopList li,
    .shopList li:nth-child(4n) {
        margin: 1em 3.8% 0.5em 0;
        width: 29.05%;
    }

    .shopList li:nth-child(3n) {
        margin-right: 0;
    }

}
